Lockpick with Lockpick Training Box and Detect Hidden Shelter Island by fijiwiji
# Used on Shelter Island
# Purchase lockpicks and Locksmith Training Box
# Set the target with Setvar first then change the target ID to match system message in game
# Add # before setvar
# Script will get lockpick to 80 first, then work Detect Hidden (This is the only way)
# Script by FijiWiji
setvar "Locksmith_Training_Box"
while skill "lockpicking" < 80.0
dclicktype "lockpicks" backpack
wft 250
target 0x5a595abf backpack
wait 3500
endwhile
while skill "detecthidden" < 80
useskill 'detectinghidden'
waitfortarget 5000
target 'self'
wait 11000
loop