Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.

|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
sub main
:loop
/click left
/delay 2
/goto :loop
/return
| v151114 PLdoor.mac by m0nk
sub Main
/declare doDoorPick int outer ${Param0}
/echo ${Param0} = Param0 = ${doDoorPick}
/if (${doDoorPick}) {
/doortarget
/face door
}
:mainloop
/if (${Window[TradeWnd]}) /notify TradeWnd TRDW_Cancel_Button LeftMouseUp
/if (${doDoorPick}) /call doorPick
/if (${Me.SkillCap["Tracking"]}>${Me.Skill["Tracking"]} && ${Me.AbilityReady["Tracking"]}) /doability "Tracking"
/if (${doDoorPick}) /call doorPick
/if (${Me.SkillCap["Sneak"]}>${Me.Skill["Sneak"]} && ${Me.AbilityReady["Sneak"]}) /multiline ; /doability "Sneak" ; /timed 10 /doability "Sneak"
/if (${doDoorPick}) /call doorPick
/if (${Me.SkillCap["Hide"]}>${Me.Skill["Hide"]} && ${Me.AbilityReady["Hide"]}) /multiline ; /doability "Hide" ; /timed 10 /doability "Hide"
/if (${doDoorPick}) /call doorPick
/if (${Me.SkillCap["Feign Death"]}>${Me.Skill["Feign Death"]} && ${Me.AbilityReady["Feign Death"]}) /multiline ; /doability "Feign Death" ; /timed 10 /stand
/if (${doDoorPick}) /call doorPick
/if (${Me.SkillCap["Mend"]}>${Me.Skill["Mend"]} && ${Me.AbilityReady["Mend"]}) /doability Mend
:checkmax
/if (${doDoorPick}) /click left door
/if (${Me.SkillCap["Tracking"]}>${Me.Skill["Tracking"]}) /goto :mainloop
/if (${Me.SkillCap["Sneak"]}>${Me.Skill["Sneak"]}) /goto :mainloop
/if (${Me.SkillCap["Hide"]}>${Me.Skill["Hide"]}) /goto :mainloop
/if (${Me.SkillCap["Feign Death"]}>${Me.Skill["Feign Death"]}) /goto :mainloop
/if (${Me.SkillCap["Mend"]}>${Me.Skill["Mend"]}) /goto :mainloop
/if (${Me.SkillCap["Pick Lock"]}>${Me.Skill["Pick Lock"]}) /goto :mainloop
/goto :end
Sub doorPick
/if (${Window[TradeWnd]}) /notify TradeWnd TRDW_Cancel_Button LeftMouseUp
/if (!${Cursor.Name.Equal[Lockpicks]}) /itemnotify ${FindItem[Lockpicks].InvSlot} leftmouseup
/if (${Cursor.Name.Equal[Lockpicks]}) /click left door
/return
:end
/end
So i just ran this macro on the book in PoT. Instantly 0-400,... like legit one second...|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
