Now that I'm learning more about Macro code (writing and not just editing/fixing), I've decided to start posting simple macros as I write them. This first one will be for Maxing the Pick Lock skill on a Rogue or Bard.
This will max Pick Lock in under 2 minutes.
Rich (BB code):
|PickLock.mac by Jmo
|To use this macro, put your lockpicks on your cursor, then
|stand in front of the book in PoTranquility that floats in the middle of the
|table in the main room. (Wow, that was a long description).
|Require level 46+
Sub Main
:loop
/keypress u
/goto :loop
This will max Pick Lock in under 2 minutes.
Last edited:


