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,908
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 05-31-12, 03:08 AM  
Raq
A Defias Bandit

Forum posts: 2
File comments: 52
Uploads: 0
Weapon buff/Temp enchants

Hey there..
Big fan of your work, keep up the good work!

I've read all 6 comment pages thru, and people seem to want to get the weapon enchant directed to the buff bar instead of having them seperatly - and that is also why i'm here... Is that possible? If not, will it be in the future?
Report comment to moderator  
Reply With Quote
Unread 05-31-12, 03:18 AM  
zork
A Pyroguard Emberseer
 
zork's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1740
File comments: 3728
Uploads: 77
Re: Weapon buff/Temp enchants

Well it is possible. But it would require a rewrite of the updateBuffAnchors() function. Currently no intention to do that.
__________________
| 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 07-10-12, 03:16 AM  
eiszeit
A Chromatic Dragonspawn
 
eiszeit's Avatar
AddOn Author - Click to view AddOns

Forum posts: 154
File comments: 448
Uploads: 7
Da mir die Erklärung von meiner Frage auf englisch gerade etwas zu schwer ist in meinem Zustand, mal auf deutsch:

Gibt ja zZt und auch in MoP die "Zusammenfassung" von Buffs, mit Tooltip, kann ich den Button auch stylen, so, dass ich diese Zusammenfassung auch habe? Weil die finde ich ganz praktisch, aber in der derzeitigen, normalen Version, geht die ja nicht.. (oder? Bin mir nit 100%ig sicher).
__________________
Lyn • I'm a mess of unfinished thoughts
Report comment to moderator  
Reply With Quote
Unread 07-10-12, 04:28 AM  
zork
A Pyroguard Emberseer
 
zork's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1740
File comments: 3728
Uploads: 77
Nee, da ich die Consolidated Buffs in dem Addon nicht zulasse.
__________________
| 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-10-12 at 04:28 AM.
Report comment to moderator  
Reply With Quote
Unread 07-10-12, 04:39 AM  
eiszeit
A Chromatic Dragonspawn
 
eiszeit's Avatar
AddOn Author - Click to view AddOns

Forum posts: 154
File comments: 448
Uploads: 7
Ah, okay. Danke für die Info.
__________________
Lyn • I'm a mess of unfinished thoughts
Report comment to moderator  
Reply With Quote
Unread 08-27-12, 04:12 AM  
madmatt91
A Kobold Labourer

Forum posts: 0
File comments: 27
Uploads: 0
Originally Posted by zork
Generallyl yes, but only if you prevent any kind of scaling.
How exactly? I tryed to mess around with edgesize and stuff, but all i was able to change was the inset would love a 2px bored that actually sticks to the border.
Report comment to moderator  
Reply With Quote
Unread 08-27-12, 06:07 AM  
zork
A Pyroguard Emberseer
 
zork's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1740
File comments: 3728
Uploads: 77
Read:
http://www.wowinterface.com/forums/s...ad.php?t=31813

Play around with:
http://www.wowinterface.com/download...tBackdrop.html

Every single pixel value you use may it be a point or a size must be a flat pixel value.
Scaling can make your flat pixels become decimal values again. So basically when doing pixel perfect you want to avoid every form of uncontrolled pixel values.

Normal border textures will never be pixel perfect because they will be stretched all the time to fit the square you created. Stretching means inconsistent pixel values.

Backdrops and flat colored textures are different. They will look the same regardless of size.

Assume you have a buff icon texture with no border. First you cut off the default border texture in the icon itself by using SetTexCoord(). You will have a nice square icon texture by then.

To add a pixel perfect border to it you got some options.

Add a new texture below the icon texture that is flat black but offset by two pixels. That will give you the desired 2px border.

The other option is to use a backdrop border texture that has a 2px border.

All that stuff is advanced only.
__________________
| 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-27-12 at 06:10 AM.
Report comment to moderator  
Reply With Quote
Unread 08-27-12, 08:22 AM  
madmatt91
A Kobold Labourer

Forum posts: 0
File comments: 27
Uploads: 0
Thanks! will mess around with it, in case you don't hear of me, it worked
Report comment to moderator  
Reply With Quote
Unread 09-13-12, 06:53 PM  
laincat
A Kobold Labourer

Forum posts: 0
File comments: 23
Uploads: 0
upgrade plz!
Report comment to moderator  
Reply With Quote
Unread 09-14-12, 04:00 AM  
zork
A Pyroguard Emberseer
 
zork's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1740
File comments: 3728
Uploads: 77
Put rBuffFrameStyler in the search box in the upper right corner.
__________________
| 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 09-21-12, 01:56 PM  
zork
A Pyroguard Emberseer
 
zork's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1740
File comments: 3728
Uploads: 77
Beta is over. rBuffFrameStyler got updated for MoP. 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)
Report comment to moderator  
Reply With Quote
Unread 09-23-12, 02:23 AM  
sfooze
A Kobold Labourer

Forum posts: 0
File comments: 5
Uploads: 0
receives these errors everytime while i pvp:

4x [ADDON_ACTION_BLOCKED] AddOn "rBuffFrameStyler" tried to call the protected function "ArenaEnemyFrames:ClearAllPoints()".
!BugGrabber-r188\BugGrabber.lua:587: in function <!BugGrabber\BugGrabber.lua:587>
<in C code>
FrameXML\UIParent.lua:2119: in function "UIParentManageFramePositions"
FrameXML\UIParent.lua:1478: in function <FrameXML\UIParent.lua:1465>
<in C code>
FrameXML\UIParent.lua:2156: in function "UIParent_ManageFramePositions"
FrameXML\MainMenuBar.lua:99: in function <FrameXML\MainMenuBar.lua:79>
<in C code>
FrameXML\MainMenuBar.lua:76: in function <FrameXML\MainMenuBar.lua:75>

Locals:
nil


4x [ADDON_ACTION_BLOCKED] AddOn "rBuffFrameStyler" tried to call the protected function "ArenaEnemyFrames:SetPoint()".
!BugGrabber-r188\BugGrabber.lua:587: in function <!BugGrabber\BugGrabber.lua:587>
<in C code>
FrameXML\UIParent.lua:2120: in function "UIParentManageFramePositions"
FrameXML\UIParent.lua:1478: in function <FrameXML\UIParent.lua:1465>
<in C code>
FrameXML\UIParent.lua:2156: in function "UIParent_ManageFramePositions"
FrameXML\MainMenuBar.lua:99: in function <FrameXML\MainMenuBar.lua:79>
<in C code>
FrameXML\MainMenuBar.lua:76: in function <FrameXML\MainMenuBar.lua:75>

Locals:
nil
4x [ADDON_ACTION_BLOCKED] AddOn "rBuffFrameStyler" tried to call the protected function "ArenaPrepFrames:SetPoint()".
!BugGrabber-r188\BugGrabber.lua:587: in function <!BugGrabber\BugGrabber.lua:587>
<in C code>
FrameXML\UIParent.lua:2125: in function "UIParentManageFramePositions"
FrameXML\UIParent.lua:1478: in function <FrameXML\UIParent.lua:1465>
<in C code>
FrameXML\UIParent.lua:2156: in function "UIParent_ManageFramePositions"
FrameXML\MainMenuBar.lua:99: in function <FrameXML\MainMenuBar.lua:79>
<in C code>
FrameXML\MainMenuBar.lua:76: in function <FrameXML\MainMenuBar.lua:75>

Locals:
niL


4x [ADDON_ACTION_BLOCKED] AddOn "rBuffFrameStyler" tried to call the protected function "ArenaPrepFrames:ClearAllPoints()".
!BugGrabber-r188\BugGrabber.lua:587: in function <!BugGrabber\BugGrabber.lua:587>
<in C code>
FrameXML\UIParent.lua:2124: in function "UIParentManageFramePositions"
FrameXML\UIParent.lua:1478: in function <FrameXML\UIParent.lua:1465>
<in C code>
FrameXML\UIParent.lua:2156: in function "UIParent_ManageFramePositions"
FrameXML\MainMenuBar.lua:99: in function <FrameXML\MainMenuBar.lua:79>
<in C code>
FrameXML\MainMenuBar.lua:76: in function <FrameXML\MainMenuBar.lua:75>

Locals:
nil
Report comment to moderator  
Reply With Quote
Unread 09-23-12, 04:09 AM  
zork
A Pyroguard Emberseer
 
zork's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1740
File comments: 3728
Uploads: 77
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.
__________________
| 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 : 09-23-12 at 04:11 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
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
Post A Reply



Category Jump: