• 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

Usage of Advpath?

Mochila

Member
Joined
Aug 31, 2005
RedCents
30¢
Could someone tell me very concisely what I have to do to begin recording a pathing file? I have seen the list of commands etc, I don't know how to go about doing it. I'd love to add my own pathing to some macro's that I already have, and I figure I'd have time to fill in all the loc gaps in a couple of others
 
D'oh.....I knew I forgot something....Thanks got it working so nicely will post the answer here in case anyone else forgets the lesson of search ...

Record.mac

Rich (BB code):
#event PlayFile "[MQ2] playfile #1#"

#include advpath.inc

Sub Main
  /call InitAPFVars 1 15 20
  /squelch /alias /startrec /echo record
  /squelch /alias /stoprec  /echo stop
  /squelch /alias /playfile /echo playfile
  :Main_Loop
  /call AdvPathPoll
  /delay 5
  /doevents
  /goto :Main_Loop
/return

Sub WaitTilThere
  :LoopTilThere
  /if (${PathingFlag}==1) {
    /call AdvPathPoll
    /delay 1
    /doevents
    /goto :LoopTilThere
  }
/return

Sub Event_PlayFile(string Line, string PathFile)
  /call PlayFunction "${PathFile} 1 nf nopp noz"
  /call WaitTilThere
/return



/startrec name_of_pathfile begins the record process.
/stoprec stops recording
/playfile name_of_saved_pathfile will replay it for you for testing purposes.
 
You should =p

Aren't you glad you didn't ask at kenetix and get flamed by TNG? (I hate him as much as you do)
 
thanks a lot cade, once MQ2 gets fixed I'm gonna start messing around with Advpath. How much do you know about it?
 
Don't really use it that much, MQ2Moveutils has most of it's features. I should learn how to use it, many people prefer it.
 
Usage of Advpath?

Users who are viewing this thread

Back
Top
Cart