• You've discovered RedGuides, an EverQuest multi-boxing and scripting community 🧙‍♀️⚙️. We want you to play several EQ characters at once, come join us and say hello! 👋

  • A TLP without truebox has thawed (Very Vanilla ready)
    Frostreaver

Monk trainer, FD, Swimming, Sneak, Mend

nijhal

Member
Joined
Feb 22, 2006
RedCents
10¢
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.

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
 
kinda new to red guides so not sure really how to use this so if you could tell me how to use the coded version instead of the compiled i would appriciate it. plus i have a monk and ive always wanted to max feign death and mend =)
 
this is not a plugin and is not compiled copy. so, copy the macro (the text between the [code][/code] tags) into a new text file, then save it as monk.mac. when you are in game just type /ma monk.
 
ok i copied and pasted in a new text file in the MQ2 folder but it says it cant be loaded when i try /ma monk in game. maybe i did it wrong help me please lol
 
Maybe this will help:

Macros go into your MQ2\Release\Macros folder not MQ2.

Also make sure it saved as monk.mac ( not monk.mac.txt).
 
thanks a lot...i didnt even think about the macro folder but i got it and it works now thanks everyone
 
works awesome tyvm :D 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 :D
 
Glad one of my macros could help people.

And thank you for the comments, my work is always appriciated.

I have been debating posting my afk mm macro that I have run for over a year now with no problems ever. But, I am not sure I want it watched in case I ever use it again. With alot of thinking you might just see a slammin macro go up for afk exp, but I would also expect it to draw alot of attention if I do post it.

I will give it some more thought.

N
 
i had a plugin that worked called nosafety .. where you could be at the zoneline and warp to target do special attacks and warp back to zoneline until mob was dead
 
The plugin you have/had is issued by a member of these forums...Give credit where credit is due.

"i had a plugin that worked called nosafety .. where you could be at the zoneline and warp to target do special attacks and warp back to zoneline until mob was dead"

Im not positive but I think he would post about it if he wanterd it public knowledge.

anyways.....the mac is sweet...will be using it thnx.
 
huh? if i new his name i would give credit .. i dont believe i took credit for it anywhere in the post read the whole thing .. cuz if you read everything you would see it was an answer to a question if you dont have any input dont post flames
 
Monk trainer, FD, Swimming, Sneak, Mend

Users who are viewing this thread

Back
Top
Cart