macro lockpicking

mahoney

Novice
ok i got a carpenter with 37 carpentry and tinkering and i have a treasure hunter i've been working on with magery and resist already and only 37 lock picking.

is there a way to macro lockpicking without having to do it by hand......? could you unload a bag full of chests and unlock them all and gain skill?
 
Ask around in game and see if anyone will sell you a "lockpicking box set" usually using these you can pick and re lock the boxes and keep picking to gain. I gained till about 92 on a set I borrowed from my friend.
 

Ace Mason

Apprentice
Just get the correct level boxes and use this macro.
First double click is the key for the box then target the box
second double click is the lockpick, then target the box.
Code:
!Loop
Assistant.Macros.IfAction|4|0|the lock quickly yields
Assistant.Macros.DoubleClickAction|1105014299|4110
Assistant.Macros.WaitForTargetAction|30
Assistant.Macros.AbsoluteTargetAction|0|0|1105014298|38|58|0|3709
Assistant.Macros.ElseAction
Assistant.Macros.DoubleClickAction|1098808483|5372
Assistant.Macros.PauseAction|00:00:00.2500000
Assistant.Macros.AbsoluteTargetAction|0|0|1105014298|38|58|0|3709
Assistant.Macros.PauseAction|00:00:05
Assistant.Macros.EndIfAction
 
I have successfully set up a macro for this. I use 5 boxes and it works pretty good. Using Razor, set a new macro. Name it what you want. Make sure each box you have it unlocked and in your backpack. Put plenty of lock picks in you pack.
Press record.
Click on keys then a box.
(Repeat on as many boxes you want)
Then click on the lock picks and click on each box you have (One at a time)
then stop recording.
Between each line where it says wait for target and absolute Target add a 3000 mls pause. (Right click line and look for add pause Top line item click box and fill in 3000 on box. Move up and down as needed)
Click loop box and let it run. I am almost up 10 points in 1 hours from 67 to 77.
Good Luck.
 
Top