LockSmith
LockSmith is an addon for rogues. It will show a lockpicking button if you have a lockbox in your inventory that you can unlock.
Keep clicking the button to unlock all boxes. The button will disappear when you have no more lockboxes that you can unlock.
Hold down the alt-key while dragging to move the button.
I recommend my CrowBar addon to open the boxes after unlocking them all.
Enjoy.
-Ammo
        
- 
            
                
                View User Profile
     
            
            
            
       
 
 
       - 
            
                
                Send Message
     
            
            
            
       
 
 
Posted Oct 24, 2014Add
[106895] = 500, -- Iron-Bound Junkbox
to line 17 and
[116920] = 500, -- True Steel Lockbox
to line 40 of LockSmith.lua to get it working with WoD mobs!
- 
            
                
                View User Profile
     
            
            
            
       
 
 
       - 
            
                
                Send Message
     
            
            
            
       
 
 
Posted Mar 29, 2013hmm where can i find CrowBar link at
- 
            
                
                View User Profile
     
            
            
            
       
 
 
       - 
            
                
                Send Message
     
            
            
            
       
 
 
Posted Sep 18, 2012tested, works, update released.
- 
            
                
                View User Profile
     
            
            
            
       
 
 
       - 
            
                
                Send Message
     
            
            
            
       
 
 
Posted Sep 17, 2012Yes you will see an update, I returned from vacation, just that my rogue has had bad luck and haven't found enough lockboxes to debug it yet :)
- 
            
                
                View User Profile
     
            
            
            
       
 
 
       - 
            
                
                Send Message
     
            
            
            
       
 
 
Posted Sep 17, 2012Great! Thanks Ammo.
- 
            
                
                View User Profile
     
            
            
            
       
 
 
       - 
            
                
                Send Message
     
            
            
            
       
 
 
Posted Sep 17, 2012Any chance we'll get an update for MOP?
- 
            
                
                View User Profile
     
            
            
            
       
 
 
       - 
            
                
                Send Message
     
            
            
            
       
 
 
Posted Feb 24, 2011[68729] = 425, -- Elementium Lockbox
- 
            
                
                View User Profile
     
            
            
            
       
 
 
       - 
            
                
                Send Message
     
            
            
            
       
 
 
Posted Jan 3, 2011[63349] = 400, -- Flame-Scarred Junkbox
to line 15 of LockSmith.lua to get it working with Cataclysm mobs!
- 
            
                
                View User Profile
     
            
            
            
       
 
 
       - 
            
                
                Send Message
     
            
            
            
       
 
 
Posted Jan 22, 2011- 
            
                
                View User Profile
     
            
            
            
       
 
 
       - 
            
                
                Send Message
     
            
            
            
       
 
 
Posted Jan 2, 2011- 
            
                
                View User Profile
     
            
            
            
       
 
 
       - 
            
                
                Send Message
     
            
            
            
       
 
 
Posted Oct 20, 2010- 
            
                
                View User Profile
     
            
            
            
       
 
 
       - 
            
                
                Send Message
     
            
            
            
       
 
 
Posted Oct 20, 2010Open LockSmith.lua in a text editor (like notepad)
On lines 70, 72, 79, and 80 put a -- (two dashes) at the beginning to comment the calls to GetLockSpell and GetLockPickLevel, which aren't needed.
On line 116, replace lockpickskill with UnitLevel("player") * 5
On Line 43, make it say local hasspell = true
- 
            
                
                View User Profile
     
            
            
            
       
 
 
       - 
            
                
                Send Message
     
            
            
            
       
 
 
Posted Oct 14, 2010LockSmith.lua:139: attempt to call global 'GetSpellName' (a nil value)
LockSmith.lua:152: attempt to call global 'GetNumSkillLines' (a nil value)
- 
            
                
                View User Profile
     
            
            
            
       
 
 
       - 
            
                
                Send Message
     
            
            
            
       
 
 
Posted Sep 23, 2010- 
            
                
                View User Profile
     
            
            
            
       
 
 
       - 
            
                
                Send Message
     
            
            
            
       
 
 
Posted Nov 6, 2009- 
            
                
                View User Profile
     
            
            
            
       
 
 
       - 
            
                
                Send Message
     
            
            
            
       
 
 
Posted Aug 11, 2009- 
            
                
                View User Profile
     
            
            
            
       
 
 
       - 
            
                
                Send Message
     
            
            
            
       
 
 
Posted May 12, 2009- 
            
                
                View User Profile
     
            
            
            
       
 
 
       - 
            
                
                Send Message
     
            
            
            
       
 
 
Posted Dec 1, 2008- 
            
                
                View User Profile
     
            
            
            
       
 
 
       - 
            
                
                Send Message
     
            
            
            
       
 
 
Posted Nov 30, 2008But what's REALLY freaky that except for some capital letters in the new version and a line of comments I deleted it's EXACTLY the same code !!!
Just ONE difference that may cause an issue.
On my code I have
[43624] = 400, -- Titanium Lockbox
On the new version it is
[54624] = 400, -- Titanium Lockbox
I got my item number from wowhead and it's pretty safe that their ItemID is right.
Hope this helps anyone that has an issue.
- 
            
                
                View User Profile
     
            
            
            
       
 
 
       - 
            
                
                Send Message
     
            
            
            
       
 
 
Posted Nov 21, 2008