for Yoko scripts!

Anything and all.

Moderators: Murderator+, Murderator

Post Reply
miha
Posts: 13
Joined: 2004-06-26 18:01:48

for Yoko scripts!

Post 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
Yoko
Site Admin
Posts: 1964
Joined: 2004-04-03 16:49:38
Contact:

Post by Yoko »

открой раздел Scripts!, верхний топик
я принимаю только заявки оформленые по указаной там форме
Post Reply