Someone might find this interesting.
Attached I have some C++ code for recording and replaying jump paths.
To use it:
- Run Conquer / Log In
- Use Winject.exe to inject your running process of conquer w/ SirHooks.dll (I'm remaking sirhooks for when mounts are released.)
- Then you use chat commands to command it.
Commands:
/path record <identifier>
Starts recording your jumps.
/path stop
Stops recording/playing your jumps.
/path play <identifier>
Starts playing your recorded jump path.
Example:
/path record myPath
jump around in conquer a bit and back to the start of your path (form a loop)
/path stop
/path play myPath
your character will now jump around your path on a continuous loop.
/path stop
your character will stop following the path.
Uses:
Combined this with auto-scatter and its not a bad archer-plvling bot.






