Rogue ability macros

Cbass

Member
Joined
Mar 3, 2015
Messages
82
Reaction score
0
Points
6
Is there like a simple looping macro for Rogue to increase lockpick and pickpocket? I'm on Ragefire, which is on Velious, I f you can recommend a place to raise them also please.

Thanks in advance.

PS would also like to apply that same macro to Monk FD and mend if I could.

Thanks in advance.
 
This is what I made to do this, posted in macroquest2.com VIP

I recommend paineel or befallen, supposedly PoK has a better spot but it was not open when I was playing TLP.
 
Last edited:
I used the macro below at the rock door in Permafrost. I got maxed on my rogue within an hour or 2 IIRC.

Code:
|1. Target the spinning book in PoTranquility
|2. Have lockpick set on your curson
|    -have cursor over the book on screen
|
 
#Event Skillup "You have become beter at #0#! (#1#)"
 
Sub Main
/declare Skillup int outer 0
 
:mainloop
	/doevents
	/keypress use
/goto :mainloop
/end
 
Sub Event_Skillup(string skillgained, int newskillamt)
	/varcalc Skillup ${Skillup}+1
	/echo ${Skillup} skill increases... this may take a while... ${skillgained} is now at ${newskillamt}.
/return
 
Book in Plane of Tranquility right at zone in from PoK. Can Max Lockpicking in under 10 seconds with a macro.