Grab
Moderators: Murderator+, Murderator
Code: Select all
sub GrabAll()
UO.Ignore( 'self' )
UO.Set( 'finddistance', '2' )
Repeat
UO.FindType( '-1', '-1', 'ground' )
UO.Grab( '1', 'finditem' )
Until UO.FindCount() == 0
endsub
Code: Select all
sub GrabAll()
UO.Ignore( 'self' )
UO.Set( 'finddistance', '2' )
Repeat
UO.FindType( '-1', '-1', 'ground' )
UO.Grab( '1', 'finditem' )
wait(500)
Until UO.FindCount() == 0
endsub
You're right

[ quote=".Leo"][.code].sub GrabAll()
UO.Ignore("self ') UO.Set("finddistance ', "2 ') Repeat UO.FindType('
- 1', ' - 1 ', ' ground ') UO.Grab(' 1'," finditem ') wait(500) Until
UO.FindCount() == to 0 endsub[/.code ] You're right:.shink:[/.tsuote
]
When i try to use this scritp , it pause at "UO.Set("finddistance ', "2 ')"
Why ?
why dont work if me ?
ty
UO.Ignore("self ') UO.Set("finddistance ', "2 ') Repeat UO.FindType('
- 1', ' - 1 ', ' ground ') UO.Grab(' 1'," finditem ') wait(500) Until
UO.FindCount() == to 0 endsub[/.code ] You're right:.shink:[/.tsuote
]
When i try to use this scritp , it pause at "UO.Set("finddistance ', "2 ')"
Why ?
why dont work if me ?
ty