• 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.
* Removed obsolete test code
  • Issue with ignoreRecruitmentQuests, ignoreConversionQuests and a few others
    • Problem was in logic maintaining compatibility of INI for both LUA and Macro
  • Updated two locations where script ending (exit) was wrong
  • Corrected logic boo-boo in "Choose Exp When Below Certain Level/Percent"
Script will now properly create default INI files if missing.
  • Overseer.ini
  • Overseer_[CharName].ini
  • Zip file contains overseer LUA and LIP dependency
Doing fixes in phases. Once this is verified, the logLevel and others will be updated.
  • Temporarily disabled new Exp-reward-when-needed functionality due to a report that config files were reset

Will reinstate after this is researched and sorted out.
  • Add option to specify a level and/or percent to stop claiming Experience rewards
New configuration keys, generated automatically on first run, with these defaults:
INI:
maxLevelForClaimingExpReward=120
maxLevelPctForClaimingExpReward=95

  • maxLevelForClaimingExpReward: Will skip Exp rewards if character is above this level
  • maxLevelPctForClaimingExpReward: Will skip Exp rewards if character is at specified level (above) and above percent specified

Examples using above defaults:

Exp rewards will be skipped if:
  • Character is level 121 (hypothetical)
  • Character is level 120 and 97% into level
Exp rewards will not be skipped if:
  • Character is level 119
  • Character is level 120 and 94% into level

To use, ensure "Character Experience" is early in your reward list:
INI:
[Rewards]
index=3
1=Character Experience
2=Mercenary Experience
3=Overseer Tetradrachm
Back
Top