Download
(3Kb)
Download
Updated: 08-16-18 01:28 PM
Pictures
File Info
Compatibility:
Battle for Azeroth (8.0.1)
Updated:08-16-18 01:28 PM
Created:11-17-10 04:06 PM
Downloads:28,812
Favorites:126
MD5:

rBuffFrame  Popular! (More than 5000 hits)

Version: 800.20180816
by: zork [More]


Intro

rBuffFrame is a framework for Blizzard player aura buttons. It does nothing on its own, needs a layout like rBuffFrame_Zork.
API documentation
rBuffFrame API documentation
Quick-Links
rActionBar, rActionBar_Zork, rBuffFrame, rBuffFrame_Zork, rButtonTemplate, rButtonTemplate_Zork
Requires
rLib
Git
https://github.com/zorker/rothui/tre...8.0/rBuffFrame

Optional Files (2)
File Name
Version
Size
Author
Date
Type
800.20180816
972B
08-16-18 01:30 PM
Addon
700.20161004
975B
10-04-16 06:16 AM
Addon


Post A Reply Comment Options
Unread 11-17-10, 04:15 PM  
zork
A Pyroguard Emberseer
 
zork's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1740
File comments: 3728
Uploads: 77
Welcome.
__________________
| 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 11-17-10, 04:20 PM  
zohar101
A Cyclonian
 
zohar101's Avatar

Forum posts: 43
File comments: 188
Uploads: 0
Hehe thanks for this update. Like the previous iteration rBuff, does it allow clicking off for buffs?
Report comment to moderator  
Reply With Quote
Unread 11-17-10, 05:43 PM  
Porsha
A Black Drake

Forum posts: 88
File comments: 104
Uploads: 0
/faints

Should have known you would pull us all through! Thanks for all you do Zork!
Report comment to moderator  
Reply With Quote
Unread 11-17-10, 06:49 PM  
kazama14
A Kobold Labourer

Forum posts: 0
File comments: 40
Uploads: 0
Wrong path

In config.lua your texture paths point to rActionButtonStyler when they should point to rBuffFrameStyler. I suspect you didn't notice because you use your action button mod as well and those textures are in that path.

Cheers.
Report comment to moderator  
Reply With Quote
Unread 11-18-10, 01:26 AM  
zork
A Pyroguard Emberseer
 
zork's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1740
File comments: 3728
Uploads: 77
Re: Wrong path

Oh.
__________________
| 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 11-18-10, 08:39 AM  
Haleth
This Space For Rent
 
Haleth's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1173
File comments: 1146
Uploads: 17
Good addon, thanks for making Zork. I'm going to use this, it'll be good to have right-click buff canceling back.
Report comment to moderator  
Reply With Quote
Unread 11-18-10, 09:16 AM  
Syxx
An Onyxian Warder
 
Syxx's Avatar
AddOn Author - Click to view AddOns

Forum posts: 350
File comments: 73
Uploads: 1
Re: Wrong path

Originally posted by kazama14
In config.lua your texture paths point to rActionButtonStyler when they should point to rBuffFrameStyler. I suspect you didn't notice because you use your action button mod as well and those textures are in that path.

Cheers.
I was just coming to post that. Heh I couldn't figure out why it looked so bleh. Now it's bootiful!

Thanks for the great mod Zork
Report comment to moderator  
Reply With Quote
Unread 11-18-10, 09:17 AM  
zork
A Pyroguard Emberseer
 
zork's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1740
File comments: 3728
Uploads: 77
Re: Re: Wrong path

Will be fixed by tonight. SVN has it already.
__________________
| 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 : 11-18-10 at 09:18 AM.
Report comment to moderator  
Reply With Quote
Unread 11-18-10, 10:07 AM  
Haleth
This Space For Rent
 
Haleth's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1173
File comments: 1146
Uploads: 17
I'm getting a taint error from the SecondsToTimeAbbrev function when someone joins a raid group while in combat.

Is this a problem on Blizz's end? I'm getting the same stuff with the oUF raid frames and chat colour function too.
Report comment to moderator  
Reply With Quote
Unread 11-18-10, 10:51 AM  
zork
A Pyroguard Emberseer
 
zork's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1740
File comments: 3728
Uploads: 77
Yeah me bad. I rewrote that function.

Gonna try to edit the Globalstrings instead.

Code:
    SECOND_ONELETTER_ABBR = "%ds"
    MINUTE_ONELETTER_ABBR = "%dm"
    DAY_ONELETTER_ABBR = "%dd"
    HOUR_ONELETTER_ABBR = "%dh"
*edit* new version online.
__________________
| 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 : 11-18-10 at 11:01 AM.
Report comment to moderator  
Reply With Quote
Unread 11-18-10, 12:28 PM  
omek
A Murloc Raider

Forum posts: 4
File comments: 14
Uploads: 0
I love you! replaced rbuff with this. <333
Report comment to moderator  
Reply With Quote
Unread 11-18-10, 12:53 PM  
Lastbreath
A Defias Bandit

Forum posts: 3
File comments: 77
Uploads: 0
Hey m8 maybe add some line for consolidate buffs? TNX
Report comment to moderator  
Reply With Quote
Unread 11-18-10, 01:20 PM  
kbc8090
A Murloc Raider

Forum posts: 6
File comments: 73
Uploads: 0
should add an option to attach the buff frame to temp enchants and adjust based on how many you have on, similar to how default works.

This addon still taints btw... and by looking at the code, correct me if i'm wrong, but it doesn't look like its using the new secure header code which allows clicking off buffs.

Edit: looks like I'm able to cancel buffs sometimes, seems kind of random when I can/can't do it. Seems I'm able to right click off the first buff and go in succession from there, but if you have multiple buffs and try to click off any but the first that seems to be when it taints, which would be pretty much like any other buff addon right now sans the ones using the secure aura headers.

Last edited by kbc8090 : 11-18-10 at 01:24 PM.
Report comment to moderator  
Reply With Quote
Unread 11-18-10, 02:23 PM  
zork
A Pyroguard Emberseer
 
zork's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1740
File comments: 3728
Uploads: 77
Post the taintlog. Otherwise I cannot help you.
__________________
| 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 11-18-10, 02:29 PM  
kbc8090
A Murloc Raider

Forum posts: 6
File comments: 73
Uploads: 0
Removing the globals to redefine the format of the time seem to work in my limited testing.

11/18 14:20:54.097 Global variable MINUTE_ONELETTER_ABBR tainted by rBuffFrameStyler - Interface\AddOns\rBuffFrameStyler\func\functions.lua:246 init()
11/18 14:20:54.097 Interface\AddOns\rBuffFrameStyler\func\functions.lua:300
11/18 14:20:54.097 Execution tainted by rBuffFrameStyler while reading MINUTE_ONELETTER_ABBR - Interface\FrameXML\UIParent.lua:2265 SecondsToTimeAbbrev()
11/18 14:20:54.097 Interface\FrameXML\BuffFrame.lua:263 AuraButton_UpdateDuration()
11/18 14:20:54.097 Interface\FrameXML\BuffFrame.lua:441 TemporaryEnchantFrame_Update()
11/18 14:20:54.097 Interface\FrameXML\BuffFrame.lua:407
11/18 14:20:54.097 An action was blocked because of taint from rBuffFrameStyler - CancelUnitBuff()
11/18 14:20:54.097 Interface\FrameXML\BuffFrame.lua:280 BuffButton_OnClick()
11/18 14:20:54.097 BuffButton2:OnClick()
11/18 14:23:07.960 Global variable MINUTE_ONELETTER_ABBR tainted by rBuffFrameStyler - Interface\AddOns\rBuffFrameStyler\func\functions.lua:246 init()
11/18 14:23:07.960 Interface\AddOns\rBuffFrameStyler\func\functions.lua:300
11/18 14:23:07.960 Execution tainted by rBuffFrameStyler while reading MINUTE_ONELETTER_ABBR - Interface\FrameXML\UIParent.lua:2265 SecondsToTimeAbbrev()
11/18 14:23:07.960 Interface\FrameXML\BuffFrame.lua:263 AuraButton_UpdateDuration()
11/18 14:23:07.960 Interface\FrameXML\BuffFrame.lua:441 TemporaryEnchantFrame_Update()
11/18 14:23:07.960 Interface\FrameXML\BuffFrame.lua:407
11/18 14:23:07.960 An action was blocked because of taint from rBuffFrameStyler - CancelUnitBuff()
11/18 14:23:07.960 Interface\FrameXML\BuffFrame.lua:280 BuffButton_OnClick()
11/18 14:23:07.960 BuffButton3:OnClick()
Last edited by kbc8090 : 11-18-10 at 02:33 PM.
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: