Найден 1 результат

Strudel
02 ноя 2020, 22:04
Форум: Гайды
Тема: Автокик - прерывание заклинаний
Ответы: 11
Просмотры: 31187

Re: Автокик - прерывание заклинаний

Попробуй так, только на свой кик замени Безымянный.png function CheckTypeCast(Unit) local spell, _, _, _, _, _, _, _, interrupt = UnitCastingInfo(Unit) if spell then if interrupt == false then return 1 end if interrupt == true then return 2 end end local spell, _, _, _, _, _, _, interrupt = UnitChan...