Thread Tools Display Modes
04-30-11, 05:03 PM   #1
Lily.Petal
A Molten Giant
 
Lily.Petal's Avatar
AddOn Author - Click to view addons
Join Date: Feb 2010
Posts: 540
So what buff frames are you using now?

I have used SBF for as long as I can remember until 4.0.1, when I had to go use a different addon, Raven, to be specific.

Now, Raven is a fine addon, but it has features I need that it does not have, such as Party (De)Buff frames.

I have searched for others, but my results have not been... encouraging.

So my question to the WoWI community, what are you currently using for yourself if you used SBF? What have you switched to and your feelings for it?
__________________

Aggro Color to KG Panels Borders - Nibelheim
Lua Based UI Hider - Nibelheim
Custom LUA PowerText - Stuf - Nibelheim, Seerah
  Reply With Quote
04-30-11, 05:12 PM   #2
Coote
A Scalebane Royal Guard
 
Coote's Avatar
AddOn Author - Click to view addons
Join Date: Apr 2007
Posts: 440
I'm currently running my buffs through my oUF layout. I don't really need anything fancy, and it works perfectly for my needs.
__________________

"This is the fifteen-thousandth four hundredth and ninety-eighth occurence".
  Reply With Quote
05-02-11, 10:18 PM   #3
Farook
A Molten Giant
 
Farook's Avatar
Join Date: Mar 2006
Posts: 595
I'm still using SBF as long as I don't run into problems.

As soon as there are problems, I'm going to try "Aura Frames".
__________________
  Reply With Quote
05-02-11, 11:02 PM   #4
Moxie
A Cobalt Mageweaver
 
Moxie's Avatar
AddOn Author - Click to view addons
Join Date: Oct 2008
Posts: 206
I'm still using SBF.
__________________
"Someday we'll look back on this, laugh nervously and quickly change the subject."

"The truth is like sunlight: people used to think it was good for you."
  Reply With Quote
05-02-11, 11:16 PM   #5
Crissa
A Flamescale Wyrmkin
 
Crissa's Avatar
Join Date: May 2008
Posts: 136
I've been looking at Pitbull4. But it looks like I have to code circles myself to make it match...

-Crissa
  Reply With Quote
05-02-11, 11:33 PM   #6
Lily.Petal
A Molten Giant
 
Lily.Petal's Avatar
AddOn Author - Click to view addons
Join Date: Feb 2010
Posts: 540
Hmm if SBF is still working with 4.1 I might start using it again, if not I might try niv's Thanks for the responses.
__________________

Aggro Color to KG Panels Borders - Nibelheim
Lua Based UI Hider - Nibelheim
Custom LUA PowerText - Stuf - Nibelheim, Seerah
  Reply With Quote
05-03-11, 01:23 AM   #7
red8981
A Wyrmkin Dreamwalker
Join Date: Oct 2010
Posts: 51
I used sbf, raven, stuf, and now working on oUF's.
I can not seem to get oUF right click remove to work thou, but I am bad at lua.

sbf benefit nicely with the configs esp filters. (can not seem to find a option for weapon enchant)
Raven, I can do anything this can with sbf.
stuf, it is tricky, i set up debuff first, then I turn on buff. debuff frame moved into wierd places >.<

Anyways, i am sticking to sbf until I figure out oUF's
  Reply With Quote
05-03-11, 01:51 AM   #8
Lily.Petal
A Molten Giant
 
Lily.Petal's Avatar
AddOn Author - Click to view addons
Join Date: Feb 2010
Posts: 540
Originally Posted by red8981 View Post
I used sbf, raven, stuf, and now working on oUF's.
I can not seem to get oUF right click remove to work thou, but I am bad at lua.

sbf benefit nicely with the configs esp filters. (can not seem to find a option for weapon enchant)
Raven, I can do anything this can with sbf.
stuf, it is tricky, i set up debuff first, then I turn on buff. debuff frame moved into wierd places >.<

Anyways, i am sticking to sbf until I figure out oUF's
If you have debuffs and buffs on with Stuf, you have to turn off the vertical something option in the debuff options, when buffs get turned on it 'moves' the debuffs, so you have to set it to none.

I don't really know but you can try
Code:
local buff_OnClick = function(self, button)
   if (button == "RightButton" and self.unit == "player") then
    local name, rank = UnitBuff("player", self:GetID())
    CancelPlayerBuff(name, rank)
   end
end
Wonder if that works, still learning. I'm still using stuf on my Mac, learning oUF slowly on my laptop.

Also, Red, Seerah moved our comments into a oUF topic ;D talk in there for that.
__________________

Aggro Color to KG Panels Borders - Nibelheim
Lua Based UI Hider - Nibelheim
Custom LUA PowerText - Stuf - Nibelheim, Seerah

Last edited by Lily.Petal : 05-03-11 at 01:56 AM.
  Reply With Quote

WoWInterface » AddOns, Compilations, Macros » AddOn Search/Requests » So what buff frames are you using now?

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off