Injection - Tracking

zerakl

New member
Регистрация
30.05.2020
Сообщения
19
Реакции
0
Баллы
1
Местоположение
Москва
##Injection - Tracking

sub main()
While not UO.Dead()
UO.UseSkill("Tracking");
wait(100);
UO.exec("waitmenu 'Tracking' 'Monsters'");
wait(200);
UO.exec("waitmenu 'Tracking' 'Monsters'");
wait(200);
UO.exec("waitmenu 'Tracking' 'Monsters'");
wait(200);
wend
end sub