I wrote this macro cause I powerlevel alot. This will simply swim you into a corner while also doing mend and feign death, while your afk. It also has a GM check in here. Use in unpopulated zones.
Enjoy
N
Rich (BB code):
|---------------------------------------------------------------------------------
|Nijhals Monk Trainer v1.0
|This macro will train swimming, Sneak, Feign Death and Mend while you are afk.
|Just put yourself in the water facing a corner and run the macro.
|
|---------------------------------------------------------------------------------
Sub Main
:loop
/call GMCheck
/doab "Mend"
/doab "Feign Death"
/doab "Sneak"
/stand
/keypress forward hold
/goto :loop
|--------------------------------------------------------------------------------
|SUB: GM Check
|--------------------------------------------------------------------------------
Sub GMCheck
/if (${Spawn[gm].ID}) {
/beep
/beep
/beep
/echo GM has entered the zone!
/echo FUCK HIM but ending the macro...
/keypress forward
/keypress back
/doability "Feign Death"
/afk
/endmacro
}
/return
Enjoy
N


went to pot and hit a corner in the water. warning dont try this mac for the first time in pof while not in water and lvl 55 lol (wtb a rez) haha but works awesome ty again 