Thread Tools Display Modes
04-22-15, 09:31 AM   #1
philsc
A Kobold Labourer
Join Date: Apr 2015
Posts: 1
script macro for buffs

Hi,
i have a macro to display my buffs (like druids mark of the wild and warlocks dark intent) in my group frames, if my group is displayed as squares (if you active "use raid-style party frames" in the raid profiles).
The macro is:
Code:
/run function CompactUnitFrame_UtilShouldDisplayBuff(un, ind, fi) local _, _, _, _, _, d, _, ut, _, sc, s, c = UnitBuff(un, ind, fi);return (ut == "player" or ut == "pet") and (not sc or d>0) and c and not SpellIsSelfBuff(s);end
My problem: when i play with my druid, the mark of the wild buff overwrites one of my hots right at the bottom of this square.
I would like to modify this addon to display this mark of the wild buff right at the top of this frame.
It's not necessary to limit the macro to 255 characters, because i can integrate this macro in a small addon.

Thanks in advance
  Reply With Quote

WoWInterface » AddOns, Compilations, Macros » AddOn Search/Requests » script macro for buffs


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