Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Macro 1:
- b='Buff' st='Stealable' mM='Magic' mB=maxBuffs TFUA='TargetFrame_UpdateAuras' PFu=PlayerFrame.unit MTB=MAX_TARGET_BUFFS UB=UnitBuff UIE=UnitIsEnemy
- -- Macro 2:
- hooksecurefunc(TFUA,function(s) for i=1,MTB do _,ic,_,dT=UB(s.unit,i) if(ic and (not s.mB or i<=s.mB)) then fS=_G[s:GetName()..b..i..st] if (UIE(PFu,s.unit) and dT==mM) then fS:Show() else fS:Hide() end end end end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement