sub magery() repeat If UO.mana>=5 Then uo.cast("Cure" , 'self') wait(4500) Else while uo.mana<100 UO.useskill('Meditation') wait(4500) wend EndIf until false end sub
Kak v etot scp vpisatj 4tobi on castil ne toko "Cure" no i POison i Agility nu tipa sna4ala cure patom poison i ptom agility ? ? ?
sub magery() repeat If UO.mana>=5 Then uo.cast("Cure" , 'self') wait(4500) uo.cast("Poison" , 'self') wait(4500) uo.cast("Agility" , 'self') wait(4500) Else while uo.mana<100 UO.useskill('Meditation') wait(4500) wend EndIf until false end sub