Lockpick with Lockpick Training Box and Detect Hidden Shelter Island by fijiwiji
1# Used on Shelter Island
2# Purchase lockpicks and Locksmith Training Box
3# Set the target with Setvar first then change the target ID to match system message in game
4# Add # before setvar
5# Script will get lockpick to 80 first, then work Detect Hidden (This is the only way)
6# Script by FijiWiji
7
8 setvar "Locksmith_Training_Box"
9 while skill "lockpicking" < 80.0
10 dclicktype "lockpicks" backpack
11 wft 250
12 target 0x5a595abf backpack
13 wait 3500
14 endwhile
15
16 while skill "detecthidden" < 80
17 useskill 'detectinghidden'
18 waitfortarget 5000
19 target 'self'
20 wait 11000
21 loop