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

〰️Commits​


GetRunTime - Removed Hardcoded Size
(c69f26e) ~Knightly
Posted by: ChatWithThisName

  • %d for int64_t changed to %lld
    When using /xp to get the average, the output for total run time would show minutes in the seconds. Looking into it, we were using %d to display int64_t. After correcting this location Sic noted the StartTime.systicks also having the same issue for the output, so corrected that as well.

  • fix /xp reset doesn't reset totals
    When adding bResetOnZone limit it now prevents /xp reset from properly resetting the totals. This is adjustment to correct the issue.
Posted by: Redbot
Fix loss of XP from death showing incorrect amount of negative XP.
MQ2XPTracker (ChatWithThisName) will no longer track wacky max values for AA's
(ChatWithThisName, dannuic) Updated to follow new XP formula, improved readability of output, more detailed output
Back
Top