• You've discovered RedGuides 📕 an EverQuest multi-boxing community 🛡️🧙🗡️. We want you to play several EQ characters at once, come join us and say hello! 👋
  • IS THIS SITE UGLY? Change the look. To dismiss this notice, click the X --->

advpath.inc - how-to help (1 Viewer)

armysoldier

Well-known member
Joined
Jun 26, 2005
RedCents
101¢
anyone good with advpath.inc...

can maybe give a step by step how to use it...

I have read... i have looked .. but my brain hurts

toss me a bone

8-)
 
bro i want to record paths .. i am trying to get some more taskmaster missions.. knocked out.. so peeps hve more choices... but i can not figure how to record the paths
 
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.


/enjoy
 
advpath.inc - how-to help

Users who are viewing this thread

Back
Top