
Магери
Moderators: Murderator+, Murderator
Re: Магери
alt1 wrote:Дайте простой скрипт на магери что стрелку в себя пускал и всё
Code: Select all
sub Magery()
while not UO.Dead()
if uo.skillval("Magery",1) < 1010 Then
if uo.mana >20 then
UO.exec("cast 'Magic Arrow' self")
wait(3000)
UO.exec("cast 'Magic Arrow' 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