#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
for Yoko scripts!
Moderators: Murderator+, Murderator