Page 1 of 1

Target pod sebja

Posted: 2006-12-24 19:25:57
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

Posted: 2006-12-26 15:19:06
by Bangbuss
up

Posted: 2006-12-26 17:36:08
by Dimage
если я не ошибаюсь

Code: Select all

uo.waittargettile(lasttile/tilenum,[x],[y],[z])

Posted: 2006-12-27 20:51:36
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