Injection - Magery

zerakl

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

sub main()
repeat

if UO.Life<(UO.Str*0.80) then
UO.bandageself()
wait(4000)
endif

If UO.mana>=5 Then
UO.Exec("cast 'Magic Arrow' self")
wait(2100)
Else
while uo.mana<(UO.INT)
UO.useskill('Meditation')
wait(10000)
wend
EndIf
until false
end sub