another question:
Is it possible to turn off Buff duration time in Buffalo? Seems its always there, even when I turn the option off in the standard Interface options...
Buffalo is the only mod still forcing me to use Cy_Circled, if anyone would add ButtonFacade support it would make my day!
Easier done that said :)
Note: Completely drycoded (i.e untested until I get home)
function Buffalo:CreateBuffButtons()
local LibButtonFacade = LibStub(\\\\\\\"LibButtonFacade\\\\\\\", true)
for cat, templateName in pairs(BUTTON_TEMPLATE_NAME) do
if LibButtonFacade then
local db = self.db.profile.skins[cat]
LibButtonFacade:Group(self.name, cat):Skin(db.skin, db.gloss, db.backdrop)
end
for i, buttonName, ghostButtonLabel in self.ButtonIterator, cat, nil do
local button = CreateFrame(\\\\\\\"Button\\\\\\\", buttonName, getglobal(FRAME_NAME[cat]), templateName)
button.cat=cat
if(cat ~= \\\\\\\"weapon\\\\\\\") then
button:SetID(i)
else
button:SetID(i+16)
end
button.buffFilter=BUFF_FILTER[cat]
button:RegisterForClicks(\\\\\\\"RightButtonUp\\\\\\\")
if LibButtonFacade then
LibButtonFacade:Group(self.name, cat):AddButton(button)
end
getglobal(button:GetName()..\\\\\\\"_Ghost_Label\\\\\\\"):SetText(ghostButtonLabel)
getglobal(button:GetName()..\\\\\\\"_Ghost_Texture\\\\\\\"):SetTexture(GHOST_COLOR[cat].r, GHOST_COLOR[cat].g, GHOST_COLOR[cat].b, GHOST_COLOR.alpha)
self:BuffaloButton_Update(button)
end
end
self:FillAnchors()
end
*blink* Well that looks different. Vaguely annoying to have to install another add-on to maintain functionality, but it's not that big of one so I guess it's not that horrid.
Is there a facade out there with more or less the same appearance as Buffalo pre-ButtonFacade force integration? I liked that look. A lot. (Or even an option to revert back to the original look instead if you don't want to skin buttons...?)
*blink* Well that looks different. Vaguely annoying to have to install another add-on to maintain functionality, but it's not that big of one so I guess it's not that horrid.
Is there a facade out there with more or less the same appearance as Buffalo pre-ButtonFacade force integration? I liked that look. A lot. (Or even an option to revert back to the original look instead if you don't want to skin buttons...?)
:-)
Woops, meant to add DreamLayout skinning back in if ButtonFacade wasn't found before I committed it, sorry about that (I've done that now).
Woops, meant to add DreamLayout skinning back in if ButtonFacade wasn't found before I committed it, sorry about that (I've done that now).
Give ButtonFacade a try though :)
Hey Sorata!
Yesterday I grabbed the newest Buffalo & ButtonFacade, but was unable to skin Bufallo in any way. I read the changelog and saw you comitted the changes, but when I enter /bf menu Buffalo was nowhere to be found in the mod section. Do I need to do anything in particular to make it skin Buffalo properly? It's probably me making a mistake, I just can't narrow it down i'm afraid.
Thx
Hey Sorata!
Yesterday I grabbed the newest Buffalo & ButtonFacade, but was unable to skin Bufallo in any way. I read the changelog and saw you comitted the changes, but when I enter /bf menu Buffalo was nowhere to be found in the mod section. Do I need to do anything in particular to make it skin Buffalo properly? It's probably me making a mistake, I just can't narrow it down i'm afraid.
Thx
Unfortunatly my WoW time has run out and the EU PTR isn't working atm. I've added ButtonFacade to Buffalo's optional dependencies, hopefully that will fix it.
Unfortunatly my WoW time has run out and the EU PTR isn't working atm. I've added ButtonFacade to Buffalo's optional dependencies, hopefully that will fix it.
yes it would...
another question:
Is it possible to turn off Buff duration time in Buffalo? Seems its always there, even when I turn the option off in the standard Interface options...
Easier done that said :)
Note: Completely drycoded (i.e untested until I get home)
Ignore the \\\\\\. WowAce is blocked to I\'m going through a proxy :P
I'll give it a go as soon as you've tested it later on :)
Is there a facade out there with more or less the same appearance as Buffalo pre-ButtonFacade force integration? I liked that look. A lot. (Or even an option to revert back to the original look instead if you don't want to skin buttons...?)
:-)
Woops, meant to add DreamLayout skinning back in if ButtonFacade wasn't found before I committed it, sorry about that (I've done that now).
Give ButtonFacade a try though :)
2. is it possible to combine weapon buffs with normal buffs like in bliz ui?
wwbbbbbbbb
bbbbbbbbbb
instead of
wwbbbbbbbbb
bbbbbbbbb
thanks
I'm not maintaining Buffalo, I only added ButtonFacade support because it is so easy to add support.
Hey Sorata!
Yesterday I grabbed the newest Buffalo & ButtonFacade, but was unable to skin Bufallo in any way. I read the changelog and saw you comitted the changes, but when I enter /bf menu Buffalo was nowhere to be found in the mod section. Do I need to do anything in particular to make it skin Buffalo properly? It's probably me making a mistake, I just can't narrow it down i'm afraid.
Thx
Unfortunatly my WoW time has run out and the EU PTR isn't working atm. I've added ButtonFacade to Buffalo's optional dependencies, hopefully that will fix it.
I'll report back once I've tested it.
This worked thank you!
2.4.2 funtimes? Complains when I log in with buffs (not sure about without) and when I buff.
Error: attempt to call method 'FormatDurationCondensed' (a nil value)
File: Interface\AddOns\Buffalo\Buffalo.lua
Line: 897
Count: 2
*****
Edit - Also when a buff runs out or is canceled.
Update LibAbacus-3.0, I think that will probably fix it
For me it doesn't as all LibAbacus-3.0 are outdated and have the same problem!