Originally Posted by
U_dont_kno_me?
i have a question is there a way i can make a macro that can do these two functions at once
/run loadstring("local _, _, _, _, _, _, _, _, interruptAble = UnitCastingInfo(\"target\"); if UnitCastingInfo(\"target\") and not interruptAble then SpellStopCasting() CastSpellByName(\"Wind Shear\") end")()
/run loadstring("local _, _, _, _, _, _, _, _, interruptAble = UnitCastingInfo(\"focus\"); if UnitCastingInfo(\"target\") and not interruptAble then SpellStopCasting() CastSpellByName(\"Wind Shear\") end")()
so i can interrupt my target or my focus as soon as they start to cast