Thread Tools Display Modes
06-25-10, 08:02 PM   #1
fajty
A Deviate Faerie Dragon
 
fajty's Avatar
AddOn Compiler - Click to view compilations
Join Date: Mar 2010
Posts: 14
Satrina Buff Frames help!

Hey!

I've recently starting configurering my own UI. And I decided to have SBF for my Buff/DeBuffs.

When I used it a while ago it worked fine to merge SBF with ButtonFacade together, but this time it wont

Im currently using Caith ButtonFacade addon and it turned out like this.



(Look at the buff frame)

I searched on google for some help and I went into what it seems to be the official site for SBF and i read about it and the FAQ part hasent been updated since 2009..

So any ideas of how to get it working smoothly again?

(I can add that im playing on EU servers, so it's not a bug during the 3.3.5 patch, we havent got it yet...)

Sorry for my bad english.

/Rendz
__________________
  Reply With Quote
06-25-10, 08:17 PM   #2
Ferous
Sheer Sense of Doom
AddOn Author - Click to view addons
Join Date: Mar 2008
Posts: 863
use ButtonFacade download here on WoWInterface, not anywhere else where its updated after.
  Reply With Quote
06-25-10, 08:54 PM   #3
harrellj
A Flamescale Wyrmkin
Join Date: Jul 2009
Posts: 132
Alternatively, if you're comfortable changing lua, in the SBF addon folder there's a file named SBFButtonFacade.lua. If you change the 3rd line to read
Code:
if IsAddonLoaded("ButtonFacade" then
(basically removing the section that reads
Code:
and (ButtonFacade ~= nil)
, it should work. The caveat is that if SBF gets updated and the problem still exists, the code will need to be tweaked again.
  Reply With Quote
06-26-10, 10:02 AM   #4
fajty
A Deviate Faerie Dragon
 
fajty's Avatar
AddOn Compiler - Click to view compilations
Join Date: Mar 2010
Posts: 14
Originally Posted by harrellj View Post
Alternatively, if you're comfortable changing lua, in the SBF addon folder there's a file named SBFButtonFacade.lua. If you change the 3rd line to read
Code:
if IsAddonLoaded("ButtonFacade" then
(basically removing the section that reads
Code:
and (ButtonFacade ~= nil)
, it should work. The caveat is that if SBF gets updated and the problem still exists, the code will need to be tweaked again.
Thanks, that worked perfectly.

Best regards

/Rendz
__________________
  Reply With Quote

WoWInterface » AddOns, Compilations, Macros » AddOn Help/Support » Satrina Buff Frames help!


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