Back to "steal" tags

Hiding, Stealth, Lockpicking, Camping and Remove Traps Training by special_sy

Description: I suggest to train evrything in shelter dungeon to 80 first, its MUCH faster.

Get ~200 Kindlings

Get a lockpicking chest and open the gump

Get ~20-30 Lockpicks and Remove Trap tools

If you want you can also start tracking

Start the script

# Start tracking if desired # Have around 100-200 kindlings # Get enough LP / Drills # Open Trap Chest Gump # Set gainCap to 80 for shelter, 100 for outside! # Start setvar! "gainCap" 80 if skill 'camping' < gainCap if not timerexists 'camping' createtimer 'camping' endif if timer 'camping' > 300000 overhead 'Winter is coming' settimer 'camping' 0 dclicktype 'kindling' endif endif if skill 'lockpicking' < gainCap overhead 'Lockpicking' gumpresponse 4 wait 4000 endif if skill 'detecting hidden' >= gainCap overhead 'Lockpicking' gumpresponse 4 wait 4000 else overhead 'Removing traps' gumpresponse 7 wait 4000 endif if skill 'stealth' < gainCap overhead 'Stealth training' if not hidden useskill 'hiding' elseif skill 'hiding' >= 80 useskill 'stealth' endif wait 4000 elseif skill 'hiding' < gainCap overhead 'Hiding training' useskill 'hiding' wait 4000 endif loop