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,898
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 01-06-13, 08:05 AM  
hoslam1
A Murloc Raider
 
hoslam1's Avatar

Forum posts: 4
File comments: 27
Uploads: 0
Thumbs up Re: Re: hi, :)

very thx!



Originally Posted by zork
Check the config.lua. Set combineBuffsAndDebuffs to false. Save the file and do a /reload ingame.
http://code.google.com/p/rothui/sour.../config.lua#26
Report comment to moderator  
Reply With Quote
Unread 01-06-13, 07:39 AM  
zork
A Pyroguard Emberseer
 
zork's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1740
File comments: 3728
Uploads: 77
Re: hi, :)

Check the config.lua. Set combineBuffsAndDebuffs to false. Save the file and do a /reload ingame.
http://code.google.com/p/rothui/sour.../config.lua#26
__________________
| 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-13 at 07:40 AM.
Report comment to moderator  
Reply With Quote
Unread 01-06-13, 03:11 AM  
hoslam1
A Murloc Raider
 
hoslam1's Avatar

Forum posts: 4
File comments: 27
Uploads: 0
hi, :)

I found that the buff icon and the debuff icon move together,
but I want to move the debuff icon independently.
What is your solution for this?
Report comment to moderator  
Reply With Quote
Unread 01-05-13, 07:14 PM  
zork
A Pyroguard Emberseer
 
zork's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1740
File comments: 3728
Uploads: 77
Re: Change anchors

You can't. Not without changing all the SetPoints.
__________________
| 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-05-13, 10:40 AM  
Monkooli
A Kobold Labourer

Forum posts: 0
File comments: 8
Uploads: 0
Change anchors

I may be a bit oblivious but I have looked everywhere in the LUA files but can't find anything that I could change the direction where the buffs will face.
Report comment to moderator  
Reply With Quote
Unread 12-11-12, 06:33 PM  
Catguy
A Kobold Labourer

Forum posts: 0
File comments: 3
Uploads: 0
Okay, thanks anyway man, appreciate it.
Report comment to moderator  
Reply With Quote
Unread 12-11-12, 05:56 PM  
zork
A Pyroguard Emberseer
 
zork's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1740
File comments: 3728
Uploads: 77
I think nBuffs from NeavUI does this. I don't want to tangle with Blizzard code so I say no.
__________________
| 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 : 12-11-12 at 05:56 PM.
Report comment to moderator  
Reply With Quote
Unread 12-11-12, 05:44 PM  
Catguy
A Kobold Labourer

Forum posts: 0
File comments: 3
Uploads: 0
Is there anyway to stop the frames from flashing when buffs are close to expiring?
Report comment to moderator  
Reply With Quote
Unread 12-08-12, 02:15 AM  
zork
A Pyroguard Emberseer
 
zork's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1740
File comments: 3728
Uploads: 77
Originally Posted by Greensleeper
Hey Zork !
I want to anchor these buffs to the topright of my screen and not to the minimap. What should the line of code look like?
Do I need to use uiparent / topright ? Can u post a snippet of the line?
Thanks in advance !
Open the config.lua http://code.google.com/p/rothui/sour.../config.lua#30. Change this
Code:
    pos             = { a1 = "TOPRIGHT", af = "Minimap", a2 = "TOPLEFT", x = -35, y = 0 },
to
Code:
    pos             = { a1 = "TOPRIGHT", af = "UIParent", a2 = "TOPLEFT", x = -20, y = 20 },
__________________
| 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 : 12-08-12 at 02:15 AM.
Report comment to moderator  
Reply With Quote
Unread 12-08-12, 12:50 AM  
Greensleeper
A Defias Bandit

Forum posts: 2
File comments: 29
Uploads: 0
Hey Zork !
I want to anchor these buffs to the topright of my screen and not to the minimap. What should the line of code look like?
Do I need to use uiparent / topright ? Can u post a snippet of the line?
Thanks in advance !
Report comment to moderator  
Reply With Quote
Unread 12-04-12, 12:12 PM  
zork
A Pyroguard Emberseer
 
zork's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1740
File comments: 3728
Uploads: 77
Finished.

http://imgur.com/a/yJkJB#0

Upload will be coming maybe tonight. Going to give it some test runs.

*edit*

New version is up. Have fun.
__________________
| 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 : 12-04-12 at 01:14 PM.
Report comment to moderator  
Reply With Quote
Unread 12-04-12, 08:01 AM  
zork
A Pyroguard Emberseer
 
zork's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1740
File comments: 3728
Uploads: 77
There will be a new version of rBuffFrameStyler in the next days (if I succeed in doing it).

New stuff:
- separate buff and debuff frame (including individual config)
- temp enchant icons part of the buff frame
- consolidate buff icon part of the buff frame
- consolidate buff frame now accepts the interface setting
__________________
| 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 : 12-04-12 at 09:08 AM.
Report comment to moderator  
Reply With Quote
Unread 12-03-12, 06:04 PM  
lynce
A Cyclonian
 
lynce's Avatar

Forum posts: 48
File comments: 92
Uploads: 0
What did you say about the consolidate buffs? I really miss the option.
Also, for some reason the debuff border turns black in combat, not red.
Last edited by lynce : 12-03-12 at 06:46 PM.
Report comment to moderator  
Reply With Quote
Unread 11-09-12, 05:28 AM  
zork
A Pyroguard Emberseer
 
zork's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1740
File comments: 3728
Uploads: 77
Well it is me changing the text string a little bit to make the outcome more suitable and Blizzard blaming me for touching their holy grail of global strings.

The funny thing is that this only affects arena atm.
To get rid of the error you could delete this in rBuffFrameStyler/core/core.lua
Code:
  --rewrite the oneletter shortcuts
  HOUR_ONELETTER_ABBR = "%dh";
  DAY_ONELETTER_ABBR = "%dd";
  MINUTE_ONELETTER_ABBR = "%dm";
  SECOND_ONELETTER_ABBR = "%ds";
__________________
| 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-09-12 at 05:29 AM.
Report comment to moderator  
Reply With Quote
Unread 11-08-12, 11:07 PM  
kazama14
A Kobold Labourer

Forum posts: 0
File comments: 40
Uploads: 0
Originally Posted by zork
I'm not doing anything like that. That is a taint caused by some random magic. If it does no harm ignore it. The addon blamed is mine, but all the code referenced is Blizzard code.
I am getting the same error as well. Here's a small sample of what I am getting from the taint.log.

Code:
11/8 22:51:05.231  Global variable SECOND_ONELETTER_ABBR tainted by rBuffFrameStyler - Interface\AddOns\rBuffFrameStyler\core\core.lua:19
11/8 22:51:05.231  Execution tainted by rBuffFrameStyler while reading SECOND_ONELETTER_ABBR - Interface\FrameXML\UIParent.lua:2582 SecondsToTimeAbbrev()
11/8 22:51:05.231      Interface\FrameXML\BuffFrame.lua:316
11/8 22:51:05.231      securecall()
11/8 22:51:05.231      Interface\FrameXML\BuffFrame.lua:302
11/8 22:51:05.231  An action was blocked in combat because of taint from rBuffFrameStyler - ArenaEnemyFrames:ClearAllPoints()
11/8 22:51:05.231      Interface\FrameXML\UIParent.lua:2119 <unnamed>:UIParentManageFramePositions()
11/8 22:51:05.231      Interface\FrameXML\UIParent.lua:1478
11/8 22:51:05.231      <unnamed>:SetAttribute()
11/8 22:51:05.231      Interface\FrameXML\UIParent.lua:2156 UIParent_ManageFramePositions()
11/8 22:51:05.231      Interface\FrameXML\BuffFrame.lua:399
11/8 22:51:05.231      BuffFrame_UpdateAllBuffAnchors()
11/8 22:51:05.231      Interface\FrameXML\BuffFrame.lua:112 BuffFrame_Update()
11/8 22:51:05.231      Interface\FrameXML\BuffFrame.lua:52
11/8 22:51:05.231  An action was blocked in combat because of taint from rBuffFrameStyler - ArenaEnemyFrames:SetPoint()
11/8 22:51:05.231      Interface\FrameXML\UIParent.lua:2120 <unnamed>:UIParentManageFramePositions()
11/8 22:51:05.231      Interface\FrameXML\UIParent.lua:1478
11/8 22:51:05.231      <unnamed>:SetAttribute()
it looks like a problem with the time conversion? Could be a Blizz bug tho I guess.
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: