Target pod sebja

Ask for help

Moderators: Murderator+, Murderator

Post Reply
Bangbuss
Posts: 228
Joined: 2005-07-06 18:17:24

Target pod sebja

Post by Bangbuss »

Nado 6tob postajano izpolzaval odin tip a target bil pod sebja!
vot 6to napisal, no nerabotaet. Nu tip kak nazhimaesh na uda4ku a target pod sebja, nu ili gdeto radom no v 1 to4ku vsoreme.

Code: Select all

sub Podsebja()
while not uo.dead()
uo.usetype ('0x0DBF',-1,  'ground')
wait(3000)
endif
wend
endsub
Bangbuss
Posts: 228
Joined: 2005-07-06 18:17:24

Post by Bangbuss »

up
Dimage
Posts: 36
Joined: 2006-12-04 00:23:37
Contact:

Post by Dimage »

если я не ошибаюсь

Code: Select all

uo.waittargettile(lasttile/tilenum,[x],[y],[z])
Chico
Posts: 46
Joined: 2005-05-02 17:37:12
Contact:

Post by Chico »

Наверное так

Code: Select all

sub Podsebja() 
while not uo.dead()
UO.WaitTargetTile(0,UO.GetX(),UO.GetY(),UO.GetZ())
wait(100)
uo.usetype ('0x0DBF')
wait(3000)
endif
wend
endsub
Post Reply