Download
(4Kb)
Download
Updated: 08-16-18 01:34 PM
Pictures
File Info
Compatibility:
Battle for Azeroth (8.0.1)
Updated:08-16-18 01:34 PM
Created:12-27-08 08:46 PM
Downloads:85,220
Favorites:309
MD5:
Categories:Action Bar Mods, Buff, Debuff, Spell

rButtonTemplate  Popular! (More than 5000 hits)

Version: 800.20180816
by: zork [More]


Intro

rButtonTemplate is a framework to theme Blizzard action, aura and item buttons. It does nothing on its own, needs a theme like rButtonTemplate_Zork.
API documentation
rButtonTemplate API documentation
Quick-Links
rActionBar, rActionBar_Zork, rBuffFrame, rBuffFrame_Zork, rButtonTemplate, rButtonTemplate_Zork
Git
https://github.com/zorker/rothui/tre...ButtonTemplate

Optional Files (20)
File Name
Version
Size
Author
Date
Type
800.20180901
14kB
09-02-18 03:34 AM
Addon
801-2018081101
4kB
08-11-18 04:55 AM
Addon
700.20161004
23kB
10-04-16 06:24 AM
Addon
1.3
80kB
11-29-10 02:09 PM
Addon
1.0
22kB
11-14-10 06:23 PM
Addon
1.2
24kB
11-09-10 02:59 PM
Addon
1.0
3kB
11-05-10 09:22 AM
Addon
rev3
6kB
07-06-10 06:25 PM
Addon
1.0
8kB
04-25-10 01:32 PM
Patch
1.0
2kB
12-06-09 12:47 PM
Addon
1.0
3kB
08-18-09 11:37 AM
Addon
1.0
10kB
07-06-09 12:02 PM
Addon
v1
16kB
06-17-09 06:57 PM
Addon
v1.3
18kB
02-19-09 12:10 PM
Addon
001
21kB
01-23-09 03:24 AM
Addon
1.0
5kB
01-22-09 09:38 AM
Addon
003
6kB
01-20-09 08:16 PM
Patch
001
15kB
01-20-09 03:59 PM
Addon
001
10kB
01-20-09 03:58 PM
Addon
0.1
7kB
01-17-09 10:12 AM
Addon


Post A Reply Comment Options
Unread 05-13-10, 12:27 PM  
zork
A Pyroguard Emberseer
 
zork's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1740
File comments: 3728
Uploads: 77
this mod is not bartender compatible. dominos works though.
__________________
| Simple is beautiful.
| WoWI AddOns | GitHub | Zork (WoW)

"I wonder what the non-pathetic people are doing tonight?" - Rajesh Koothrappali (The Big Bang Theory)
Report comment to moderator  
Reply With Quote
Unread 05-17-10, 10:57 AM  
Phewx2
A Deviate Faerie Dragon
AddOn Author - Click to view AddOns

Forum posts: 10
File comments: 65
Uploads: 2
I hope you can help me. I only wanted to change the pushed texture for my blizzard default buttons and not the frame of the buttons etc.

Can you tell me how to change the .lua for this?
Report comment to moderator  
Reply With Quote
Unread 05-17-10, 11:16 AM  
zork
A Pyroguard Emberseer
 
zork's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1740
File comments: 3728
Uploads: 77
Get yourself a text editor (Notepad++ f.e.) and open rActionButtonStyler.lua

Go to line 76
Code:
local function rActionButtonStyler_AB_style(self)
In this function I'm rewriting alot of the default button stuff. Just remove everything but
Code:
  local function rActionButtonStyler_AB_style(self)
  
    local action = self.action
    local name = self:GetName()
    local bu  = _G[name]
    bu:SetPushedTexture(rb2_pushed_texture)
end
Final step is to go to the bottom area where the function calls are. Remove everything but
Code:
hooksecurefunc("ActionButton_Update",   rActionButtonStyler_AB_style)
You can define any texture you want in the variable used for SetPusedTexture().

http://code.google.com/p/rothui/sour...ttonStyler.lua
__________________
| Simple is beautiful.
| WoWI AddOns | GitHub | Zork (WoW)

"I wonder what the non-pathetic people are doing tonight?" - Rajesh Koothrappali (The Big Bang Theory)
Last edited by zork : 05-17-10 at 11:18 AM.
Report comment to moderator  
Reply With Quote
Unread 06-03-10, 05:11 AM  
Toodels
A Kobold Labourer
AddOn Compiler - Click to view compilations

Forum posts: 1
File comments: 6
Uploads: 1
Buffs

An addon which does exactly the same just for Buffs would be awesome to finally get rid of buttonfacade
Report comment to moderator  
Reply With Quote
Unread 07-01-10, 01:09 PM  
imogen
A Kobold Labourer

Forum posts: 0
File comments: 8
Uploads: 0
Does not show in my keyblinds ... now and again appears but is about 30 seconds and has some ... how to fix this?
Report comment to moderator  
Reply With Quote
Unread 07-01-10, 08:15 PM  
feraldrood
A Theradrim Guardian
 
feraldrood's Avatar

Forum posts: 62
File comments: 47
Uploads: 0
Hey does this also skin sbf? satrinas buff frames?

if not, anyone know a very lightweight way to skin buffs or an alternative to sbf?
Report comment to moderator  
Reply With Quote
Unread 07-03-10, 01:15 AM  
pauen
A Theradrim Guardian
 
pauen's Avatar
AddOn Author - Click to view AddOns

Forum posts: 68
File comments: 33
Uploads: 3
PLEASE PLEASE

tell me how to move the stance bar! i couldnt find it in the lua, doesnt mention it anywhere! where is it and how do i move it! thanks!
__________________
54/17/0
PvP Male Orc Arms Warrior

---------------------
Glyph of Mortal Strike
Glyph of Execution
Glyph of Rending

---------------------
Glyph of Charge
Glyph of Battle
Glyph of Bloodrage
Report comment to moderator  
Reply With Quote
Unread 07-03-10, 06:05 AM  
zork
A Pyroguard Emberseer
 
zork's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1740
File comments: 3728
Uploads: 77
Re: PLEASE PLEASE

FAQ. Take a look at rActionBarStyler info page aswell.

I'm currently testing a new version that is compatible to tullaRange. Reason: Reducing the the CPU usage.
__________________
| Simple is beautiful.
| WoWI AddOns | GitHub | Zork (WoW)

"I wonder what the non-pathetic people are doing tonight?" - Rajesh Koothrappali (The Big Bang Theory)
Last edited by zork : 07-03-10 at 06:07 AM.
Report comment to moderator  
Reply With Quote
Unread 07-12-10, 04:46 AM  
Rhave
A Murloc Raider

Forum posts: 7
File comments: 22
Uploads: 0
I cant seem to make item equips have a different icon texture. I understand gloss_grey is the texture for equipped, but it seems no matter what different texture I change it to, my equiped items still look the same. I tried changing RGB numbers and nothing changes either. Any tips?
Report comment to moderator  
Reply With Quote
Unread 07-13-10, 12:42 AM  
krowbar71
A Defias Bandit

Forum posts: 2
File comments: 9
Uploads: 0
Error with totem bar

On a shaman these errors keep appearing:

rActionButtonStyler attempted to call a protected function (MultiCastActionButton2:Show()) during combat lockdown.

Repeats for a few of the MultiCastActionButtons (2,4,6,9 and 10 only I think)
The older version still works fine.
Report comment to moderator  
Reply With Quote
Unread 07-13-10, 02:21 AM  
zork
A Pyroguard Emberseer
 
zork's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1740
File comments: 3728
Uploads: 77
Re: Error with totem bar

This is an rActionBarStyler issue since I added the shaman totem bar on suggestion. The bad thing is...this does not work properly. So, whoever told me it works...it does not, atleast not in combat.

I will revert the totem bar change since I have no shaman testing this is impossible...I really need to remember myself to get a shaman on PTR.
__________________
| Simple is beautiful.
| WoWI AddOns | GitHub | Zork (WoW)

"I wonder what the non-pathetic people are doing tonight?" - Rajesh Koothrappali (The Big Bang Theory)
Last edited by zork : 07-13-10 at 02:22 AM.
Report comment to moderator  
Reply With Quote
Unread 07-13-10, 08:24 AM  
krowbar71
A Defias Bandit

Forum posts: 2
File comments: 9
Uploads: 0
Re: Re: Error with totem bar

Ahh, ok -- it is kind of what I thought it was. It was getting late here when I posted and didn't try reverting your totem bar change in rActionBarStyler (yet).
Report comment to moderator  
Reply With Quote
Unread 07-22-10, 09:55 PM  
mlbeastie
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
hmm..

i cant see my bar, how do i get it to appear and how do i change it's size??
Report comment to moderator  
Reply With Quote
Unread 08-02-10, 04:38 PM  
zohar101
A Cyclonian
 
zohar101's Avatar

Forum posts: 43
File comments: 188
Uploads: 0
I have a bit of an issue. When I set local hide_hotkey = 0
if I don't have the key bound to anything (or at least anything within the wow keybinds, I do my binds from within vuhdo), it will show the ? as soon as I have something targetted. Like this:



edit: Hm well ok I figured out how to not have it show up at all if it's not bound, but by default, if there is no keybind it should show a little dot. How to get this to show up instead of the ?
Also ? is strangely offset to the right for some reason.
Or is this a font problem? Star (*) that's included with most fonts would do though I'm not sure how to set it as default, if no keybind.
Last edited by zohar101 : 08-03-10 at 02:07 AM.
Report comment to moderator  
Reply With Quote
Unread 08-04-10, 05:46 AM  
zork
A Pyroguard Emberseer
 
zork's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1740
File comments: 3728
Uploads: 77
The ? is the range indicator which is normaly a UTF-8 fontstring. Either your font does not support the dot icon or it's a UTF-8 issue.
__________________
| Simple is beautiful.
| WoWI AddOns | GitHub | Zork (WoW)

"I wonder what the non-pathetic people are doing tonight?" - Rajesh Koothrappali (The Big Bang Theory)
Last edited by zork : 08-04-10 at 05:47 AM.
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: