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

Download now:  Join us with Level 2 access or earn your way in with  RedCents.
  • Changed dynamic MaxLevel functionality back to a hard-coded '125'

mq.TLO.Me.MaxLevel() appeared to work as expected before release - but is still reporting 120, even if char is 121.
  • Corrected issue when managing specific/reward lists that were previously empty
  • Removed obsolete list of Specific Holiday Quest categories
    • Holiday lists should all exist in the Achievement section above
    • Specific list only required for achievements not yet officially added or by the user
    • 1701618946727.png
  • Revert logic to create directory only on-demand
Testing worked for me locally, so obviously I am still misunderstanding something with the package manager and LFS.
Will work better on this.
  • Minor cleanup of some logging and logic
  • Honor Characters Maximum Level
  • Track Overseer Achievements

Maximum Level
Enhances option to "Claim Overseer EXP up to a certain level" do be dynamic for level, rather than specified by user.
Benefits:
  • Follows LS Level Bump to 125
  • F2P will cap at 115
  • TLP, etc.. will cap at current max level per expansion unlocked
On next run, if set to 120 previously, will enable "Follow Max Level".
1701464202418.png

Else will leave is open to setting custom values. (i.e. "I want to stay at level 90 for now")
1701464239643.png


Option can be toggled by the (slightly verbose): runCompletedAchievementQuests
i.e. /bcaa //mqoverseer runCompletedAchievementQuests on

Track Overseer Achievements

This replaces the core concept of "Specific Quests" to run achievement quests when available. Makes things much simpler to track.

NOTE: The TLO Achievement system does not report reliably - so we need to maintain a specific file identifying tasks. Will be maintained until an alternative is figured out.

1701464380686.png


By default, maintains existing functionality to run any achievement quests - even if completed.
Unchecking "Run Completed Achievements" will only run the achievement tasks not yet run.
1701464447998.png
* Due to not playing nicely with recent changes, temporarily reverted IO improvement
  • Added "Feast Of Giving" To List of Specific Quests
    • First time running will automatically add these to the active list
  • Increased retry limit on global configurations
  • Optimized creating default directory if already exists
  • Removed invalid Imgui Flag usage
  • Corrected crash when done claiming rewards
Previously, if the script had to load the MQ2Rewards plugin, the plugin would be unloaded when done.
That was causing a conflict.

This logic has been removed - so MQ2Rewards will be loaded and left loaded whenever rewards must be claimed
* Change to match latest patch's removal of the Confirmation Dialog prompting when a new quest was run
  • Add retry logic to loading global settings.
    • Handles situation when too many characters loading at once
  • Add option to run recovery quests
    • Purpose of this is purely to work the Recovery Quest Experience
      • 1690038424359.png
      • There is no special logic when to run or not run these. If available, one will be run.
    • Quests run in the following priority
      1. Conversion
      2. Recovery
      3. Recruitment
      4. All Others
    • Defaults to 'Ignore'
    • 1690038226815.png

Currently I am not aware of a logical set of rules to programmatically determine when running Recovery would be beneficial versus not.
If anyone can outline any such thing, I'd be curious to hear it.
Back
Top