ja budu na lodke ka4at magery, nu sobstveno nuzhen takoj skript:
poison na sebja
vso reme idot meditacija
esli pishet: you lack nighshade, togda s zemli v lodke birot nighshade i ka4aetsa dal6e.
skript na magery
Moderators: Murderator+, Murderator
skript na magery
Last edited by Bangbuss on 2006-06-06 00:11:50, edited 1 time in total.
-
Scripts Writer
- Posts: 2259
- Joined: 2005-04-19 18:00:29
- Location: Московская область
- Contact:
Code: Select all
sub magery()
var shade=' type '
uo.Set('finddistance','3')
while not uo.Dead()
uo.FindType(shade,'-1','backpack')
if uo.FindCount() then
uo.Cast('Poison','self')
wait(1000)
else
uo.FindType(shade,'-1','ground')
if uo.FindCount() then
uo.moveitem('finditem','100')
else
uo.Print('No regs')
end if
end if
while uo.mana <> uo.int
uo.UseSkill('Meditation')
wait(1000)
wend
wend
end sub