Page 1 of 1

MAgery Train OLDP

Posted: 2007-10-24 22:41:09
by Somthin

Code: Select all

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 ? ? ?

Posted: 2007-10-24 22:56:16
by Somthin
problema re6ena :D sam dogodalsja
Dlja toko komu nadobudet


Code: Select all

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