• 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 --->
Resource icon

Utility MyPaths v1.67

[1.22] - 2024-06-10​


Features⛲


- GM Alert & Emergency Stop
You can toggle this on or off. Shuts down navigation if a GM is detected.
(1e30671) ~grimmier378

[1.21] - 2024-06-10​


Documentation📕


- Updated documentation
Added loop count to debug message table
(fbe8d96) ~grimmier378

[1.20] - 2024-06-10​


Features⛲


- Recording mode has a minimum distance setting
You can set a minimum distance between WP's when auto recording a path.

The setting in found in the config window.
This setting only affects the Recording Mode, NOT manual additions.
(e94132c) ~grimmier378

[1.19] - 2024-06-10​


Documentation📕


- Readme update
(788fc78) ~grimmier378

Features⛲


- Added interrupt delay setting
This is for how long to delay after an interrupt. This allows your automation time to sit you down after combat if necessary without you staking off right away.

You can adjust this in the config window.
(d00f88a) ~grimmier378
- Dbl Click HUD toggles Main GUI
(5e913d8) ~grimmier378

Performance🏎️


- Cleaned up some while loops where a flag is better
(7ad0bcb) ~grimmier378

〰️Commits​


- Cleaned up the main UI.
(4450678) ~grimmier378

[1.18] - 2024-06-09​


Styling🦋


- Some layout tweaks
(3353fe0) ~grimmier378

[1.17] - 2024-06-09​


Features⛲


- HUD addition
In case you want to close the window but see status updates, we now have a togglable HUD.

you can adjust transparency from the config window.
(8ec9f7f) ~grimmier378

[1.16] - 2024-06-09​


Bug Fixes🐛


- Forgot to set lastzone on init.
(b424655) ~grimmier378

Performance🏎️


- Should be final tweak to zoning checks
(c653a99) ~grimmier378

[1.15] - 2024-06-09​


Bug Fixes🐛


- Better zoning fix. doesn't get hung up if we were in a pause
(0491685) ~grimmier378

Documentation📕


- Readme update
(2683242) ~grimmier378

[1.14] - 2024-06-09​


Performance🏎️


- Better zoning checks
Occasionally after zoning we would try and resume the last path. this should fix that
(8a14597) ~grimmier378

[1.13] - 2024-06-09​


Features⛲


- Custom Command execution at waypoint
You can set custom commands to execute at each waypoint.

these are basic commands you would enter into the command line like macros. they are run using mq.cmd()
(ead6271) ~grimmier378

[1.12] - 2024-06-09​


Bug Fixes🐛


- Indexing when in ping pong and editing delays as it flips
If you were editing delays in real time while navigating a path in ping pong mode and it happened to reach the end and flip the adjustments were affecting more than one row.

This fixes that.
(7b30627) ~grimmier378

[1.11] - 2024-06-09​


Performance🏎️


- Better yeild control during pauses
In stead of using mq.delay for the pauses we are going to pause the nav coroutine and yield control to main until the time has passed.

This allows our interactions with the main gui to be more responsive during long pauses at a waypoint.

Also added an exit button to the menubar. the X on the titlebar will only close the window /mypaths quit will exit but the new exit button below the close button will do the same as well now.
(443d380) ~grimmier378

[1.10] - 2024-06-09​

Features⛲ CUSTOM PER WP DELAYS​


- Add custom delays per waypoint. this is in seconds.
You can now add a custom delay per way point.
the delay time is in seconds.
if the wp has no delay set and there is a global delay we will use the global one, otherwise wp delays take precedence
(d3226b9) ~grimmier378
Back
Top