Page 1 of 1

for Yoko scripts!

Posted: 2004-06-26 18:04:41
by miha
#poisoning на стрелах
sub poison_arr()
repeat
UO.Exec("set distance 2")
UO.Exec("set finddistance 2")
uo.exec("findtype 0x0F3F 0x0000 ground") # Arrows
uo.moveitem("finditem","1","ground","1","1","0")

UO.Exec("waittargetground 0x0F88")
UO.Useobject("stupka")
uo.exec("waitmenu 'Select a potion to make'Greater_Poison")
wait (18000)

UO.Exec("set distance 0")
UO.Exec("set finddistance 0")

uo.exec("findtype 0x0F3F 0x0000 ground") # Arrows
UO.Exec ("poison finditem")
wait (7000)

while uo.str <> uo.life
UO.Exec("waittargetself")
UO.Exec("usetype bandage")
wait (5500)
wend
until false
end sub

Posted: 2004-06-27 00:56:25
by Yoko
открой раздел Scripts!, верхний топик
я принимаю только заявки оформленые по указаной там форме