MAgery Train OLDP

Ask for scripts here

Moderators: Murderator+, Murderator

Post Reply
Somthin
Posts: 34
Joined: 2007-10-17 23:04:43

MAgery Train OLDP

Post 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 ? ? ?
Somthin
Posts: 34
Joined: 2007-10-17 23:04:43

Post 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
Post Reply