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
Moderators: Murderator+, Murderator
Code: Select all
sub Podsebja()
while not uo.dead()
uo.usetype ('0x0DBF',-1, 'ground')
wait(3000)
endif
wend
endsub
Code: Select all
uo.waittargettile(lasttile/tilenum,[x],[y],[z])
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