Advertisement
Guest User

Untitled

a guest
Oct 31st, 2015
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. Scripts for WoW - noneed (twitch.tv/sazzieu) #sellout
  2.  
  3. shows stamina buffs on raid frames, useful for if you struggle to keep them up when dispelled
  4.  
  5. /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) or s==52127);end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement