#showtooltip Антимагия
/stopcasting
/stopcasting
/run s = UnitCastingInfo("target");
/cast Антимагия;
/run c = GetSpellCooldown("Антимагия"); if c == 0 then if s then SendChatMessage("interrupted %t's ".. s, "say");end;end;
вместо "антимагия" вписываешь свой спелл.
вот @фокус
#showtooltip Антимагия
/stopcasting
/stopcasting
/run s = UnitCastingInfo("focus");
/cast [@focus] Антимагия;
/run c = GetSpellCooldown("Антимагия"); if c == 0 then if s then SendChatMessage("interrupted %f's ".. s, "say");end;end;




Ответить с цитированием