Помогите с магией
Posted: 2006-06-23 14:02:33
Дайте скрипт на магию чтобы кастовал на себя медитировал и пользовался бинтами 

Code: Select all
sub mag()
while not uo.Dead()
while uo.mana > 10
uo.Cast( ... ,'self')
wait(2000)
while uo.life < 50
uo.bandageself()
wait(3500)
wend
wend
while uo.mana < uo.int
uo.UseSkill('Meditation')
wait(1500)
wend
wend
end sub