• 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

Question - recording a set path?

minniemmee24

Active member
Joined
Aug 11, 2015
RedCents
330¢
Just wondering not for useing this afk wise im just sick of pulling and would love to just play another one of my toons that i box, but i was wondering is there a ways to have ether mq2nav or one of the plugins record a path that i would like pull in a certain order? i dont need an auto repeat like i said id just retype the macro every rotation.

And before some one says it just use the radius part of KA, i dont like the circle aspect of that due to certain zones and tunnels.
 
Last edited:
MQ2AdvPath does what you want. I use it in a very simple pull and kill macro I made. You could also just use the AdvPath include on the MacroQuest2.com forums.

Just pseudo-code as I am at work right now.... You'd do something like this though when using the include. You would need to make a few subs... CheckCamp(Checks for mobs to kill when at the right spot and kills them), WaitTillThere(Simple sub to keep you on the path and doing any major checks.. think hp), and PullMub(Pulls a mob with a spell, bow, or whatever method you pick.

Includes needed:
Rich (BB code):
#include advpath.inc
#include advpath2.inc

idea of what to do...
Rich (BB code):
Sub Main
:MainLoop
/call CheckCamp
/call PlayFunction "${Zone.ShortName} 1 1 f nopp noz"
/call WaitTilThere
/call PullMob
/call PlayFunction "${Zone.ShortName} 1 1 r nopp noz"
/call WaitTilThere
/delay 5s !${Me.Moving}
/call CheckCamp 
/goto :MainLoop
/return
 
Question - recording a set path?

Users who are viewing this thread

Back
Top
Cart