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

Tech - loc distance? (1 Viewer)

Joined
Apr 16, 2021
RedCents
111¢
anyone have a quick method to calculate distance between 2 loc?

i want to save current loc. then /nav xyz to another loc. sometime it get stuck/bug out, so every few second, i want to check the distance from the save to see if i am actually moving or got stuck.
 
anyone have a quick method to calculate distance between 2 loc?

i want to save current loc. then /nav xyz to another loc. sometime it get stuck/bug out, so every few second, i want to check the distance from the save to see if i am actually moving or got stuck.

${Math.Distance[y,x,z:y,x,z]}
floatDistance[y,x,z:y,x,z]
  • Calculates the distance between two points on the map
  • 1, 2, or 3 dimensions may be provided
  • Defaults to your character's current location

you can also use something like ${Nav.Velocity} to ensure you're moving
 
Last edited:
Additionally, if you omit the second loc, it references your current loc. Thus, you could do something like /if (${Math.Distance[33.11 594.14 -80.95]} > 10) /nav locyxz 33.11 594.14 -80.95

EDIT: Set the locs the same because in my use case I pulled it from I actually am checking to see if I'm within a particular area and navigating away from it if so.
 
Last edited:
Tech - loc distance?

Users who are viewing this thread

Back
Top