с пола в сумку!!!!! help!!!!!!
Posted: 2010-11-02 21:26:58
ребят пожалуйста нужен срочно сабж!!! качал карпентри, на пол упало около 2к club((( табличка почернела!
Code: Select all
sub zz()
VAR i
UO.Say("Pokaji meshok!")
UO.AddObject('MyBox')
While UO.Targeting()==2
wait(500)
Wend
UO.UseObject('MyBox')
For i=0 to 255
UO.MoveItem('~тип клуба',1,'MyBox')
wait(800)
Next
end sub
Code: Select all
sub up_ground()
uo.exec('set finddistance 1')
uo.ignore('self')
uo.findtype(-1,-1,'ground')
while uo.findcount() > 0
uo.findtype(-1,-1,'ground')
uo.ignore('finditem')
uo.grab('all','finditem')
wait(500)
wend
uo.ignorereset()
uo.exec('set finddistance 15')
endsub
Savage wrote:И подымает? В смысле, сначала игнорит потом подымать...