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,225
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 02-09-11, 11:57 AM  
nom4k
A Defias Bandit
 
nom4k's Avatar

Forum posts: 3
File comments: 7
Uploads: 0
I got the following lua error after the login:

Message: ...erface\AddOns\rActionButtonStyler\func\functions.lua:221: attempt to index local 'nt' (a nil value)
Time: 02/09/11 18:55:54
Count: 1
Stack: ...erface\AddOns\rActionButtonStyler\func\functions.lua:221: in function <...erface\AddOns\rActionButtonStyler\func\functions.lua:213>
[C]: in function `ShapeshiftBar_UpdateState'
Interface\FrameXML\BonusActionBarFrame.lua:365: in function <Interface\FrameXML\BonusActionBarFrame.lua:355>
[C]: in function `CastShapeshiftForm'
Interface\FrameXML\BonusActionBarFrame.lua:440: in function `ShapeshiftBar_ChangeForm'
[string "*:OnClick"]:2: in function <[string "*:OnClick"]:1>
Just to let you know.
Report comment to moderator  
Reply With Quote
Unread 02-09-11, 11:12 AM  
CapnKirk
A Kobold Labourer

Forum posts: 0
File comments: 22
Uploads: 0
Dark Screen

Everything seems to be working ok with the addon enabled, but there is a very dark overlay covering the entire screen that makes the game unplayable. I can disable the addon and the overlay goes away. Any clue why this is happening?
Report comment to moderator  
Reply With Quote
Unread 02-08-11, 05:20 PM  
phaned
A Defias Bandit

Forum posts: 2
File comments: 27
Uploads: 0
Darkenscale, thank you for that it is working now.

And thanks for the update zork!
Report comment to moderator  
Reply With Quote
Unread 02-08-11, 04:20 PM  
zork
A Pyroguard Emberseer
 
zork's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1740
File comments: 3728
Uploads: 77
Fix is coming as soon as 4.0.6 hits EU servers.
__________________
| 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 02-08-11, 01:52 PM  
darkenscale
A Defias Bandit
AddOn Author - Click to view AddOns

Forum posts: 2
File comments: 27
Uploads: 6
yay for 4.0.6 breaking things!

I'm getting the following error or some very close variation upon logging in or when attempting to use a button on my shapeshift bar.

I am also getting errors when I try to use any ability at all.

I apologize I posted this under the wrong addon first time. Sorry about that!
To fix this open rActionButtonStyler/func/functions.lua

On line 219 change this:

Code:
local nt  = _G[name.."NormalTexture"]
to this:

Code:
local nt  = _G[name.."NormalTexture2"]
Report comment to moderator  
Reply With Quote
Unread 02-08-11, 12:47 PM  
Lunarion
A Deviate Faerie Dragon
 
Lunarion's Avatar
AddOn Compiler - Click to view compilations

Forum posts: 12
File comments: 73
Uploads: 1
Getting the same error as the person below me. Being me, I attempted to ignore it to see what happened.

It chops up the game whenever you cast a spell, not too nice.
__________________
Report comment to moderator  
Reply With Quote
Unread 02-08-11, 12:17 PM  
phaned
A Defias Bandit

Forum posts: 2
File comments: 27
Uploads: 0
yay for 4.0.6 breaking things!

I'm getting the following error or some very close variation upon logging in or when attempting to use a button on my shapeshift bar.

I am also getting errors when I try to use any ability at all.

I apologize I posted this under the wrong addon first time. Sorry about that!

Message: ...erface\AddOns\rActionButtonStyler\func\functions.lua:221: attempt to index local 'nt' (a nil value)
Time: 02/08/11 12:56:44
Count: 2
Stack: ...erface\AddOns\rActionButtonStyler\func\functions.lua:221: in function <...erface\AddOns\rActionButtonStyler\func\functions.lua:213>
[C]: in function `ShapeshiftBar_UpdateState'
Interface\FrameXML\BonusActionBarFrame.lua:365: in function <Interface\FrameXML\BonusActionBarFrame.lua:355>
[C]: in function `CastShapeshiftForm'
Interface\FrameXML\BonusActionBarFrame.lua:440: in function `ShapeshiftBar_ChangeForm'
[string "*:OnClick"]:2: in function <[string "*:OnClick"]:1>

Locals: (for index) = 1
(for limit) = 10
(for step) = 1
i = 1
name = "ShapeshiftButton1"
bu = ShapeshiftButton1 {
FlyoutBorderShadow = ShapeshiftButton1FlyoutBorderShadow {
}
FlyoutBorder = ShapeshiftButton1FlyoutBorder {
}
FlyoutArrow = ShapeshiftButton1FlyoutArrow {
}
icon = ShapeshiftButton1Icon {
}
0 = <userdata>
}
ic = ShapeshiftButton1Icon {
0 = <userdata>
}
fl = ShapeshiftButton1Flash {
0 = <userdata>
}
nt = nil
(*temporary) = "ShapeshiftButton1NormalTexture"
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = "attempt to index local 'nt' (a nil value)"
_G = <table> {
ActionButton7FlyoutBorder = ActionButton7FlyoutBorder {
}
MultiCastActionButton6Cooldown = MultiCastActionButton6Cooldown {
}
MerchantItem9ItemButtonStock = MerchantItem9ItemButtonStock {
}
GetTrainerServiceTypeFilter = <function> defined =[C]:-1
UNIT_NAMES_COMBATLOG_TOOLTIP = "Color unit names."
KBASE_NUM_FAKE_CATEGORIES = 1
Recount_MainWindow_Bar6 = Recount_MainWindow_Bar6 {
}
SetTrainerServiceTypeFilter = <function> defined =[C]:-1
EventTraceFrameButton7HideButton = EventTraceFrameButton7HideButton {
}
SPELL_FAILED_CUSTOM_ERROR_71 = "This partygoer wants to dance with you."
TutorialFrameLeft19 = TutorialFrameLeft19 {
}
MultiCastActionButton2Cooldown = MultiCastActionButton2Cooldown {
}
ERR_TRADE_EQUIPPED_BAG = "You can't trade equipped bags."
PVP_RANK_6_1 = "Corporal"
BOOKTYPE_PROFESSION = "professions"
OPTION_TOOLTIP_SHOW_MULTIBAR4 = "Toggles an additional optional actionbar on the right side of the screen."
InterfaceOptionsDisplayPanelShowAggroPercentageText = InterfaceOptionsDisplayPanelShowAggroPercentageText {
}
MinimalArchaeologyFrameArtifactBar8SolveButtonRight = MinimalArchaeologyFrameArtifactBar8SolveButtonRight {
}
VideoOptionsFrameCategoryFrameButton17ToggleHighlightTexture = VideoOptionsFrameCategoryFrameButton17ToggleHighlightTexture {
}
MerchantItem3AltCurrencyFrameItem1Text = MerchantItem3AltCurrencyFrameItem1Text {
}
BINDING_NAME_NAMEPLATES = "Show Enemy Name Plates"
CHAT_HEADER_SUFFIX = ": "
IsReferAFriendLinked = <function> defined =[C]:-1
MAIL_LETTER_TOOLTIP = "Click to make a permanent
copy of this letter."
AudioOptionsVoicePanelMicrophoneVolumeThumb = AudioOptionsVoicePanelMicrophoneVolumeThumb {
}
CALENDAR_RAID_RESET_DESCRIPTION = "%1$s resets at %2$s."
CHAT_CONFIG_OTHER_COMBAT = <table> {
}
CONSOLIDATED_BUFFS_PER_ROW = 4
TutorialFrameRight19 = TutorialFrameRight19 {
}
MoneyFrame_OnEvent = <function> defined @Interface\FrameXML\MoneyFrame.lua:199
BN_UNABLE_TO_RESOLVE_NAME = "Unable to whisper '%s'. Battle.net may be unavailable."
CinematicFrameRaidBossEmoteFrame = CinematicFrameRaidBossEmoteFrame {
}
InterfaceOptionsCombatTextPanelFCTDropDown_OnClick = <function> defined @Interface\FrameXML\InterfaceOptionsPanels.lua:1536
LFGTeleport = <function> defined =[C]:-1
SpellButton6Cooldown = SpellButton6Cooldown {
}
AtlasLootItem_30_QA = AtlasLootItem_30_QA {
}
ChannelMemberButton10Name = ChannelMemberButton10Name {
}
Graphics_QualityText = Graphics_QualityText {
}
TalentMicroButtonAlertShadowTopLeft = TalentMicroButtonAlertShadowTopLeft {
}
VOICEMACRO_4_Sc_1_FEMALE = "Help me attack!"
MainMenuXPBarDiv8 = MainMenuXPBarDiv8 {
}
ACTION_SPELL_MISSED_POSSESSIVE = "1"
ChannelMem
Last edited by phaned : 02-08-11 at 12:18 PM.
Report comment to moderator  
Reply With Quote
Unread 02-07-11, 02:41 PM  
Skylinee
A Murloc Raider

Forum posts: 5
File comments: 371
Uploads: 0
Ah ok, never mind then. Thanks for clarifying.
Report comment to moderator  
Reply With Quote
Unread 02-07-11, 02:37 PM  
zork
A Pyroguard Emberseer
 
zork's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1740
File comments: 3728
Uploads: 77
I'm hooking Blizzard functions. What you see is Blizzard UI 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)
Report comment to moderator  
Reply With Quote
Unread 02-07-11, 01:57 PM  
Skylinee
A Murloc Raider

Forum posts: 5
File comments: 371
Uploads: 0
Both this and rBuffStyler is quite high on CPU usage, anything that can be done with that? It's not meant in a negative way at all, i'm just trying to keep my UI as efficient as possible when it comes to CPU usage from addons.

Both using around ~10.0 cpu according to OptionHouse (i have no idea how high that is though, but for reference it's higher than my damagemeter and around the same as TullaRange.)
Report comment to moderator  
Reply With Quote
Unread 01-09-11, 05:37 AM  
zork
A Pyroguard Emberseer
 
zork's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1740
File comments: 3728
Uploads: 77
And?
__________________
| 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 01-08-11, 05:49 PM  
kimboslice
A Defias Bandit

Forum posts: 3
File comments: 76
Uploads: 0
Using rABarS and rAButtonS w/ the texture folders (*.blp) in "Interface/" with the AddOns folder.

When I hover over the Call Pet, this ginormous texture appears.


Also, the same thing happens with the default config settings. Only things changed to achieve the borderless shadow buttons:

Code:
  cfg.textures = {
    normal            = "",
    flash             = "Interface\\AddOns\\rActionButtonStyler\\media\\flash",
    hover             = "",
    pushed            = "",
    checked           = "Interface\\AddOns\\rActionButtonStyler\\media\\checked",
    equipped          = "",
    buttonback        = "Interface\\AddOns\\rActionButtonStyler\\media\\button_background",
    buttonbackflat    = "Interface\\AddOns\\rActionButtonStyler\\media\\button_background_flat",
    outer_shadow      = "Interface\\AddOns\\rActionButtonStyler\\media\\outer_shadow",
  }
  
  cfg.background = {
    showbg            = true,  --show an background image?
    showshadow        = true,   --show an outer shadow?
    useflatbackground = true,  --true uses plain flat color instead
    backgroundcolor   = { r = 0, g = 0, b = 0, a = 0.9},
    shadowcolor       = { r = 0, g = 0, b = 0, a = 0.9},
    classcolored      = false,
    inset             = 5, 
  }
I should also note that in the rABarS config, I changed the scale for bars 1-5 to '1.2', the rest is default.
Last edited by kimboslice : 01-08-11 at 05:59 PM.
Report comment to moderator  
Reply With Quote
Unread 01-06-11, 08:53 AM  
zork
A Pyroguard Emberseer
 
zork's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1740
File comments: 3728
Uploads: 77
Use "/console taintlog 1". Produce the error and post the taintlog found under your World of Warcraft folder. (under logs)

The error can be caused by an outdated actionbar mod. The buttonstyler just does styling.
__________________
| 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 : 01-06-11 at 08:54 AM.
Report comment to moderator  
Reply With Quote
Unread 01-06-11, 03:00 AM  
aiikachi
A Cyclonian
 
aiikachi's Avatar

Forum posts: 44
File comments: 23
Uploads: 0
*headscratch* seems to me that the pet bar will not spawn properly while in combat. I keep getting "Interface action failed because of an AddOn" and only the first button appears.
__________________
Report comment to moderator  
Reply With Quote
Unread 12-23-10, 09:00 AM  
SnitchRUS66
A Kobold Labourer

Forum posts: 0
File comments: 5
Uploads: 0
Hello. I've tried almost all action bar addons and your rActionBarStyler with rActionButtonStyler were the most suitable. But there is one problem that I could not solve. Whatever the scale of the interface I did not choose I get the buttons with different thicknesses of the lines on the textures. How do I solve this problem? I want to look like bars in tukui: all buttons with the same line thicknesses.

What I have:


What I want:
Last edited by SnitchRUS66 : 12-23-10 at 09:04 AM.
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: