sub Magery() while not UO.Dead() if uo.skillval("Magery",1) < 1010 Then if uo.mana >20 then UO.exec("cast 'Poison' self") wait(3000) UO.exec("cast 'Poison' self") wait(3000) else while UO.Mana<UO.Int UO.Useskill("Meditation") wait(3000) wend endif else UO.Exec("terminate Magery") endif wend end sub
"Пока живут на свете дураки, обманывать нам, стало быть, с руки".
sub Magery() while not UO.Dead() if uo.gethp(self)< uo.getmaxhp(self)/4 then repeat uo.useskill ('Spirit Speak') wait(5000) ## ВСТАВИТЬ СВОЁ ВРЕМЯ НА СС until uo.gethp(self) == uo.getmaxhp(self) else if uo.skillval("Magery",1) < 1010 Then if uo.mana >20 then UO.exec("cast 'Poison' self") wait(3000) UO.exec("cast 'Poison' self") wait(3000) else while UO.Mana<UO.Int UO.Useskill("Meditation") wait(3000) wend endif else UO.Exec("terminate Magery") endif end if wend end sub
sub Magery() while not UO.Dead() if uo.gethp('self')< uo.getmaxhp('self')/4 then repeat uo.useskill ('Spirit Speak') wait(5000) ## ВСТАВИТЬ СВОЁ ВРЕМЯ НА СС until uo.gethp('self') == uo.getmaxhp('self') else if uo.skillval("Magery",1) < 1010 Then if uo.mana >20 then UO.exec("cast 'Poison' self") wait(3000) UO.exec("cast 'Poison' self") wait(3000) else while UO.Mana<UO.Int UO.Useskill("Meditation") wait(3000) wend endif else UO.Exec("terminate Magery") endif end if wend end sub