Originally Posted by Premixed
Raid.
Nearly done with it for now, just a few things bugging me, any help/comments would be greatly appreciated.
Is there a way to have the debuffs/buffs on my Pitbull target raised? So that they don't overlap with the eepanel?
|
Yes there is.
It does however require a slight lua knowledge(very little).
Open up Aura.lua that should be located in aura directory.
Do a search for
and
Now depending on what direction you have set your buffs /debuff to orientate you need to edit diff lines.
But say you have them set to "Right then Down" as i do
then edit these lines
elseif direction == "Right then Down" then
buff:SetPoint("TOPLEFT", auraFrame, "TOPLEFT", pos_b+3, -pos_a+4)
Now in this case pos_a moves the buff vertically and pos_b horizontally.
I hope this helped ya
EDIT: i give Zork fully credit for this as he wrote down this nice tutorial on how to edit/change offsets for buffs/debuffs