• 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 --->
  • There is a suspension/ban wave happening, we're still gathering information. Please keep regular discussion to Suspension MegaThread and please consider submitting a Suspension report to RG.
Resource icon

Utility Overseer 3.78

Download now:  Join us with Level 2 access or earn your way in with  RedCents.
* 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.
Note: The following features have been in the script for quite some time but apparently broke along at some point

  • Script will abort if launched on a character under level 85
    • 1688315669352.png
  • Automatic running of a full cycle will be paused it:
    • Character is switched to an < 85
      • e.g. logging to a bazaar mule
      • 1688315873653.png
    • Character is switched to an 85+ but Settings > General > Pause on Char Change is selected
      • e.g. Switch temporarily to a rogue char to make poisons
      • 1688316007632.png

      • 1688316704076.png


Personally, I use "Pause on Char Change" as I only want things to automate under the character I explicitly launch the script under.
In cases I want a different char at that time, I will explicitly stop and restart the macro.
  • Corrected issue where next rotation wouldn't kick off a new cycle.
    • A full check will occur on next rotation or next quest completion; whichever is first
  • Better handle when all "10/10" available quests have been run for the current cycle
  • Properly claim "Scorched Sky" Event recruit rewards
  • Added ability to add sets of quests for Events
    • Frostfell, Nights of the Dead, Stone Cold Summer, Scorched Sky

To allow characters to properly process a given event, add all quests for that event to the MQ Overseer system

Two mechanisms can be used:
UI
Settings > Specific
New options exist to add or remove all quests for a given Event.
This results in those quests being run after conversion & recruitment but before any others.
1687894420926.png


Command Line
Allows bulk addition across one or many characters
  • addAllSpecificQuests - add all quests for all events
  • removeAllSpecificQuests - remove all quests for all events
  • addSpecificQuest [questName] - add all quests for a specific event
    • e.g. addSpecificQuest Frostfell
  • removeSpecificQuest [questName] - removes all quests for a specific event
    • e.g. removeSpecificQuest Frostfell

Note: Terminology use of "Quest" in places should have been "Event" to remove confusion.
This will be corrected in a subsequent release.

Attachments

  • 1687894463802.png
    1687894463802.png
    7 KB · Views: 1
  • 1687894580714.png
    1687894580714.png
    7 KB · Views: 1
  • Changed Conversion mechanisms to KEEP the amount specified rather than convert if that many exist
Back
Top