04-14-2012, 08:46 PM
just change the things i have listed and you should be good to go!!!
i have it set as to where the box is on the ground..
btw you can just leave your bank box open and it will use the picks from out of it
finditem BJYRLND c , #backpackid ;;;;key id
set #lobjectid #findid
event macro 17
finditem CJYRLND g_ ;;;;lockable box on ground
set #ltargetid #findid
target 1s
event macro 22
set %TimeOut #SCNT + 8
scanLoop:
scanjournal
if :_The_lock_quickly_yields in #journal || This_does_not_appear in #journal || :_You_unlock_it in #journal || too_far in #Journal
gosub lock
if :_You_lock_it in #journal || :_You_are_unable_to_pick in #journal || #SCNT > %TimeOut
gosub pick
goto scanloop
sub lock
finditem BJYRLND c , #backpackid ;;;;key id
set #lobjectid #findid
event macro 17
finditem CJYRLND g_ ;;;;lockable box on ground
set #ltargetid #findid
target 1s
event macro 22
goto scanloop
sub pick
finditem IWH c , #backpackid
set #lobjectid #findid
event macro 17
finditem CJYRLND g_ ;;;;;lockable box on ground
set #ltargetid #findid
target 1s
event macro 22
wait 4s
goto scanloop
i have it set as to where the box is on the ground..
btw you can just leave your bank box open and it will use the picks from out of it
finditem BJYRLND c , #backpackid ;;;;key id
set #lobjectid #findid
event macro 17
finditem CJYRLND g_ ;;;;lockable box on ground
set #ltargetid #findid
target 1s
event macro 22
set %TimeOut #SCNT + 8
scanLoop:
scanjournal
if :_The_lock_quickly_yields in #journal || This_does_not_appear in #journal || :_You_unlock_it in #journal || too_far in #Journal
gosub lock
if :_You_lock_it in #journal || :_You_are_unable_to_pick in #journal || #SCNT > %TimeOut
gosub pick
goto scanloop
sub lock
finditem BJYRLND c , #backpackid ;;;;key id
set #lobjectid #findid
event macro 17
finditem CJYRLND g_ ;;;;lockable box on ground
set #ltargetid #findid
target 1s
event macro 22
goto scanloop
sub pick
finditem IWH c , #backpackid
set #lobjectid #findid
event macro 17
finditem CJYRLND g_ ;;;;;lockable box on ground
set #ltargetid #findid
target 1s
event macro 22
wait 4s
goto scanloop