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,828
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-09-13, 02:04 AM  
tmcnabb
A Fallenroot Satyr
 
tmcnabb's Avatar

Forum posts: 22
File comments: 22
Uploads: 0
thanks

Ok thanks
__________________
Why is common sense not as common?
Report comment to moderator  
Reply With Quote
Unread 01-09-13, 11:07 AM  
Monkooli
A Kobold Labourer

Forum posts: 0
File comments: 8
Uploads: 0
How can I disable the debuff frames? Something I need to disable on Blizzards end?
Report comment to moderator  
Reply With Quote
Unread 01-09-13, 01:24 PM  
zork
A Pyroguard Emberseer
 
zork's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1740
File comments: 3728
Uploads: 77
You can't. This mod does not harm to the default aura icons. All it does is giving it some style.
__________________
| 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-09-13 at 01:24 PM.
Report comment to moderator  
Reply With Quote
Unread 02-18-13, 07:24 AM  
Santriani
A Wyrmkin Dreamwalker
 
Santriani's Avatar

Forum posts: 51
File comments: 10
Uploads: 0
Unhappy OmniCC doesn't work in rbfs?

My buffs haven't got timers and countdowns. I use OmniCC and it works right, but not with rbfs. Any idea?

Thx a lot!!!
Report comment to moderator  
Reply With Quote
Unread 02-18-13, 08:06 AM  
zork
A Pyroguard Emberseer
 
zork's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1740
File comments: 3728
Uploads: 77
Re: OmniCC doesn't work in rbfs?

OmniCC works on the CooldownTimer frame. The default aura icons don't have such a cooldown frame and as such no OmniCC timer.
__________________
| 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-21-13, 03:38 AM  
Syliha
A Flamescale Wyrmkin
 
Syliha's Avatar
AddOn Author - Click to view AddOns

Forum posts: 104
File comments: 160
Uploads: 4
Hi zork,

is there any site for rBuffFrameStyler-Skins? Haven't found any on wowinterface yet. I am particularly interested in a simply 1px border. Do rActionButtonStyler-Skins work here as well or how do i have to adjust them?

Thanks alot, great little addons
__________________
Balance is, when everyone is unhappy.
Report comment to moderator  
Reply With Quote
Unread 02-21-13, 05:18 AM  
zork
A Pyroguard Emberseer
 
zork's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1740
File comments: 3728
Uploads: 77
rBuffFrameStyler uses the same overlay (border) texture as rActionButtonStyler. Thus you can use some of the rActionButtonStyler skin textures. Just make sure that if you put in a texture named "gloss" you check the config that the border texture is actually referencing a texture named "gloss".

If you add a pixel perfect border texture and make sure every size/setpoint uses flat pixel values you can do it.
__________________
| 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 03-04-13, 11:53 AM  
Syliha
A Flamescale Wyrmkin
 
Syliha's Avatar
AddOn Author - Click to view AddOns

Forum posts: 104
File comments: 160
Uploads: 4
Hey! Thanks very much it worked perfectly!

I think i figured it out a year ago or so but can't remember:

How do i change the shadow of the stackcount, duration etc.?

I want it to look like on the buttom right here with a very simplistic but clean shadow:
http://img2.picload.org/image/aadwid...nshot_0216.jpg

Thanks once again
__________________
Balance is, when everyone is unhappy.
Report comment to moderator  
Reply With Quote
Unread 03-04-13, 03:00 PM  
zork
A Pyroguard Emberseer
 
zork's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1740
File comments: 3728
Uploads: 77
Remove the "THINOUTLINE" on the fontStrings.
http://code.google.com/p/rothui/sour...e/core.lua#124

Instead add a font shadow offset
Lua Code:
  1. --b.duration:SetFont(cfg.duration.font, cfg.duration.size, "THINOUTLINE")
  2. b.duration:SetFont(cfg.duration.font, cfg.duration.size)
  3. b.duration:SetShadowOffset(2, -2) --x, y
  4. b.duration:SetShadowColor(0, 0, 0, 0.7) --r,g,b,a

http://wowprogramming.com/docs/widge...etShadowOffset
http://wowprogramming.com/docs/widge...SetShadowColor
__________________
| 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 03-05-13, 12:31 PM  
Syliha
A Flamescale Wyrmkin
 
Syliha's Avatar
AddOn Author - Click to view AddOns

Forum posts: 104
File comments: 160
Uploads: 4
Thank you very, very much everything worked without an issue Great addon and superb support - Thank you!
__________________
Balance is, when everyone is unhappy.
Report comment to moderator  
Reply With Quote
Unread 04-11-13, 06:04 AM  
klickybunty
A Kobold Labourer

Forum posts: 0
File comments: 15
Uploads: 0
Hello, i have a problem with the durations - it doesn't show them
How can i resolve this?
Report comment to moderator  
Reply With Quote
Unread 04-11-13, 06:13 AM  
zork
A Pyroguard Emberseer
 
zork's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1740
File comments: 3728
Uploads: 77
  1. Make sure you are running WoW patch 5.2.
  2. Make sure you have the latest version of this addon.
  3. Disable all addons except rBuffFrameStyler. Test only rBuffFrameStyler. Check your auras. If you got durations the problem is somewhere else.
  4. If you are playing WoW in an asian language make sure to use fonts that support your language.
  5. Post a screenshot
__________________
| 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 : 04-11-13 at 06:13 AM.
Report comment to moderator  
Reply With Quote
Unread 04-11-13, 06:38 AM  
klickybunty
A Kobold Labourer

Forum posts: 0
File comments: 15
Uploads: 0
Originally Posted by zork
  1. Make sure you are running WoW patch 5.2.
  2. Make sure you have the latest version of this addon.
  3. Disable all addons except rBuffFrameStyler. Test only rBuffFrameStyler. Check your auras. If you got durations the problem is somewhere else.
  4. If you are playing WoW in an asian language make sure to use fonts that support your language.
  5. Post a screenshot
Hallo, hab erst jetzt gesehen dass du ja deutscher bist
Also:
Ja, ich habe 5.2
Ja, ich habe die letzte version von rBuffFrameStyler
Ja, habe alle anderen addons deaktiviert
screenshot:
Report comment to moderator  
Reply With Quote
Unread 04-11-13, 07:59 AM  
klickybunty
A Kobold Labourer

Forum posts: 0
File comments: 15
Uploads: 0
ok, problem gelöst - hab das hier gefunden: http://eu.battle.net/wow/en/forum/topic/5208433858#2

das wurde wohl irgendwann mal durch ein anderes addon umgeschrieben.
Last edited by klickybunty : 04-11-13 at 07:59 AM.
Report comment to moderator  
Reply With Quote
Unread 04-11-13, 09:16 AM  
zork
A Pyroguard Emberseer
 
zork's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1740
File comments: 3728
Uploads: 77
Wär ich nie drauf gekommen.
__________________
| 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
Post A Reply



Category Jump: