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

grettens
16 мар 2020, 00:59
Форум: Сборки бота
Тема: Монах
Ответы: 101
Просмотры: 184982

Re: Монах

бфа монк танк_дд_хил.rar function CheckUseItem(itemId) local status = false; local count = GetItemCount(itemId); if (count or 0) > 0 then local start,duration,enable = GetItemCooldown(itemId); if start == 0 and duration == 0 and enable then status = true; end end return status; end Talents = {{}, {...
grettens
15 мар 2020, 19:16
Форум: Сборки бота
Тема: Друид
Ответы: 171
Просмотры: 240023

Re: Друид

бфа медведь кот сова хил.rar function CheckUseItem(itemId) local status = false; local count = GetItemCount(itemId); if (count or 0) > 0 then local start,duration,enable = GetItemCooldown(itemId); if start == 0 and duration == 0 and enable then status = true; end end return status; end AzeriteSpell...