- Other Authors
- A_Enchanter_00, eqmule, Sym, alynel, Knightly, brainiac, ctaylor22
- Included in Very Vanilla
-
Included! No need to download.
- Server Type
- Live, Emu, TLP, Test Server
Description:
This plugin allows you to record and playback player movement, and follow more precisely
/afollow
/record
/play
Misc:
This plugin allows you to record and playback player movement, and follow more precisely
/afollow
- /play help (shows help info]
- /afollow [ slow | fast ]
- /afollow [ on | off ]
- /afollow [ on | off ] [ slow | fast ]
- /afollow [ pause | unpause ]
- /afollow spawnID# [ slow | fast ]
- /afollow help
Rich (BB code):
========= Advance Pathing Help =========
/afollow [on|off] [pause|unpause] [slow|fast]
/afollow spawn # [slow|fast] - default=fast
/afollow help
=======================================================
- /record save <PathName> ##
- /record Checkpoint <checkPointName>
Rich (BB code):
========= Advance Pathing Help =========
/record
/record save <PathName> ##
/record Checkpoint <checkPointName>
/record Help## is the distance between checkpoints to force checkpoints to be writen to the path file
=======================================================
- /play [ PathName | Off ] [ slow | fast ] [ smart ] [ pause | unpause ]
- /play list
- /play show ( brings up a new window )
- /play help
Rich (BB code):
========= Advance Pathing Help =========
/play [pathName|off] [stop] [pause|unpause] [loop|noloop] [smart|nosmart] [flee|noflee] [door|nodoor] [fast|slow] [eval|noeval]
- [listcustom] [show] [help] [setflag1]-[setflag9] [y/n] [resetflags]
The /play command will execute each command on the line. The commands that should be used single, or at the end of a line:
[off] plist] [listcustom] [show] [help]
setflag1-setflag9 can be used anywhere in the line and uses the following format:
/play setflag1 n pathname or /play pathname setflag n (n can be any single alpha character)
AdvPath flags can be accessed using ${AdvPath.Flag1} - ${AdvPath.Flag9}
/play resetflags resets all flags(1-9) to 'y'
=======================================================
Misc:
- *Eval -- If the current location has a checkpoint that starts with slash (/) Evalute it like mq2melee does.
- Loop -- continues play back
- Pause -- stops the play back at the current point.
- unPause -- if paused continue from where left off.
- Normal -- play path forward.
- Reverse -- play path backward
- Slow -- Turns on walk and tights up path. Use it for tight spaces.
- Door -- Autoopen doors
- Smart -- Start play back from nearest way point
- *Zone -- If you zone and new zone has path play it. Example: "/play zone pok innothule guk plspot" could take you from plane of knowledge to your pl spot in guk.
- ${AdvPath.Active} - Plugin Loaded and ready
- ${AdvPath.State} - FollowState, 0 = off, 1 = Following, 2 = Playing, 3 = Recording
- ${AdvPath.Waypoints} - Total Number of Waypoints
- ${AdvPath.NextWaypoint} - Number of NextWaypoint
- ${AdvPath.Y[Check Point Name OR Waypoint number]} LOC
- ${AdvPath.X[Check Point Name OR Waypoint number]} LOC
- ${AdvPath.Z[Check Point Name OR Waypoint number]} LOC
- ${AdvPath.Monitor} - Spawn your following
- ${AdvPath.Idle} - Idle time when following and not moving
- ${AdvPath.Length} - Estimated length off the follow path
- ${AdvPath.Following} - BOOL Following spawn
- ${AdvPath.Playing} - BOOL Playing
- ${AdvPath.Recording} - BOOL Recording
- ${AdvPath.Status} - INT Status 0 = off , 1 = on , 2 = paused
- ${AdvPath.Paused} - BOOL Paused
Rich (BB code):
[settings.server.ToonName]
AutoStopFollow=0
AutoStopPath=0
UseStuckLogic=1
- AutoStopFollow=0/1/2 - how it works now/pause/turns off
- AutoStopPath=0/1/2 - how it works now/pause/turns off
- UseStuckLogic= 0/1 = off/on