• You've discovered RedGuides, an EverQuest multi-boxing and scripting community 🧙‍♀️⚙️. We want you to play several EQ characters at once, come join us and say hello! 👋

  • A TLP without truebox has thawed (Very Vanilla ready)
    Frostreaver
Resource icon

Release Overseer (2 Viewers) 04/27/2026

No permission to download
Encountering the missing files errors reported above with a fresh install but not seeing a resolution beyond grabbing an older version that I don't see available. Any help to proceed would be greatly appreciated.
History tab at top next to Discussion is where you can find older versions.

Fairly certain I downloaded the Jan 2025 one, then copied over existing folder, then I redownloaded the current one through patcher.
 
If anyone wants to give my rewrite of Overseer a spin and give me feedback I'd appreciate it. Put into your Lua folder and /Lua run overseer2.


Removed as Burd updated the main. Also fixing issues below.
 
Last edited:
burdsjm updated Overseer with a new update entry:

02/17/2026

〰️Commits​


Big update for the heavy users that blast out /dg or /bcaa.

Thank you to Cannonballdex for getting the database files separated and some major improvements to speed.

feat: Add utility modules for claim management, file handling, JSON processing, and logging

- Implemented `claim_utils.lua` for handling reward claims and cursor management.
- Created `io_utils.lua` for file operations, including directory creation and path management.
- Added `json.lua`...

Read the rest of this update entry...
 
I have a request.

I set collection as my overseer's reward.
but sometimes my agents not enough or collection quests not enough so overseer just do 4 or less task only.

Would be pleasure if Lua can just grab any other such as recruit or others to make sure do 5 quest per round as it can.
 
I'm not sure. Are you fully patched with Redfetch?
Patched, Re-Patched. Downloads Cleared, Re-Patched. New Folder with new installation, Re-patch, Check 32bit vs 64bit, Check MQ2Sqlite loaded, Installed C++ Distro, Check Admin permissions, Check Read-Only Files, Check Anti-Virus, Check Firewall, Cleared DNS, Clean logs, Reboot.

Still broken :(
 
Patched, Re-Patched. Downloads Cleared, Re-Patched. New Folder with new installation, Re-patch, Check 32bit vs 64bit, Check MQ2Sqlite loaded, Installed C++ Distro, Check Admin permissions, Check Read-Only Files, Check Anti-Virus, Check Firewall, Cleared DNS, Clean logs, Reboot.

Still broken :(

Try this version.
Delete your mq/Lua/overseer folder and put this overseer folder in your Lua folder.
 

Try this version.
Delete your mq/lua/overseer folder and put this overseer folder in your lua folder.

I was just starting to use overseer again to get collection item dispensers and was running into similar issues. It would look like it was running down all the available missions, but would never start one other then the Recruitment type quests. So I configured to ignore Recruitment, only accept Exploration, Diplomacy, and Trade for the collection items. It would always pop open the Preview rewards box for whatever mission was at the top of the available missions. I just started 5x 12h long missions for collection items. I will download and replace my existing Overseer folder and set it to run and see what happens this afternoon.

UPDATE:

So I had a mission slot free up. I ran the new download Lua and I get this error after it runs through the available missions. I can see in the first few lines I must not have reset my configuration after removing the old folder and putting the new one in place. However, it parses so quickly and closes out that I cannot attempt to change configuration.

1774542176812.png
 
Last edited:
I was just starting to use overseer again to get collection item dispensers and was running into similar issues. It would look like it was running down all the available missions, but would never start one other then the Recruitment type quests. So I configured to ignore Recruitment, only accept Exploration, Diplomacy, and Trade for the collection items. It would always pop open the Preview rewards box for whatever mission was at the top of the available missions. I just started 5x 12h long missions for collection items. I will download and replace my existing Overseer folder and set it to run and see what happens this afternoon.

UPDATE:

So I had a mission slot free up. I ran the new download lua and I get this error after it runs through the available missions. I can see in the first few lines I must not have reset my configuration after removing the old folder and putting the new one in place. However, it parses so quickly and closes out that I cannot attempt to change configuration.

View attachment 76374
/plugin mq2rewards
 
Update coming for this. The code was there to autoload it on the rewards cycle. I moved that up further in the main cycle.
 
Updated to your latest version burd and getting the following right on start up now.
 

Attachments

  • Screenshot 2026-03-28 224058.png
    Screenshot 2026-03-28 224058.png
    6.6 KB · Views: 0
burdsjm updated Overseer with a new update entry:

03/29/2026

〰️Commits​


Move MQ2Rewards autoload to top of init, drop mq.delay

mq.delay cannot be called during module import. Use the same pattern
as load_mq2rewards() in overseer.lua: issue the /plugin load command
and check IsLoaded() immediately. Moved to early in init.lua right
after the copy_file utility.

...

Read the rest of this update entry...
 
I patched through Redfetch and something strange is happening. I was still getting the same error after patching despite it seeming to pull something down (or so I remember). I unwatched and rewatched the resource and it didn't do anything. Then I deleted the Lua folder locally and tried downloading it through redfetch again and it did not actually download anything which I thought strange.

Long story short, I ended up manually downloading the folder and unpacking it into my Lua folder maintaining all my old config and it does seem to be working. The only thing I noticed is the old resource was called "overseer" and your new folder is "Overseer". No idea if that is throwing something off or not but I do have a working version again.
 
Got an odd issue lately. My ranger is lvl 122 with 258 agents. My monk is 102 with 187 agents. Both are on the same computer and using this to run Overseer. My monk works fine. Rotates quests, completes, claims rewards, and starts new ones. My ranger does not. It will finish quests and claim the rewards, but will not start new ones. It scans the quests, checks which gives the most xp, then closes everything and starts over. when it does, (with debug turned on) it has an error "[STEP] Error in RunGeneralQuests: <Path to MQ>\Lua\overseer\utils\logger.Lua:42:bad argument #4 to 'format' (value expected)". This seems to simply be an error in logging.
38. function actions.info(format, ...)
39. if (logLevel < 4) then
40. return
41. end
42. local output = string.format(format, ...)
43. printf('%s \ao %s', logLeader, output)
44. end

My monks shows a different error: "[STEP] Error in RunGeneralQuests: <Path to MQ>\Lua\overseer\overseer.Lua:18". However, like I said, everything seems to work fine.

I've verified they're using the same settings. I downloaded the latest overseer Lua and removed the old folder and unzipped the new one to it. Same thing. I noticed something in the Overseer\data folder. my monk has a .db, .db-shm, and .db-wal. my ranger only has a .db file. Should my ranger have all 3? Any ideas how to fix it?
 
Got an odd issue lately. My ranger is lvl 122 with 258 agents. My monk is 102 with 187 agents. Both are on the same computer and using this to run Overseer. My monk works fine. Rotates quests, completes, claims rewards, and starts new ones. My ranger does not. It will finish quests and claim the rewards, but will not start new ones. It scans the quests, checks which gives the most xp, then closes everything and starts over. when it does, (with debug turned on) it has an error "[STEP] Error in RunGeneralQuests: <Path to MQ>\lua\overseer\utils\logger.lua:42:bad argument #4 to 'format' (value expected)". This seems to simply be an error in logging.
38. function actions.info(format, ...)
39. if (logLevel < 4) then
40. return
41. end
42. local output = string.format(format, ...)
43. printf('%s \ao %s', logLeader, output)
44. end

My monks shows a different error: "[STEP] Error in RunGeneralQuests: <Path to MQ>\lua\overseer\overseer.lua:18". However, like I said, everything seems to work fine.

I've verified they're using the same settings. I downloaded the latest overseer lua and removed the old folder and unzipped the new one to it. Same thing. I noticed something in the Overseer\data folder. my monk has a .db, .db-shm, and .db-wal. my ranger only has a .db file. Should my ranger have all 3? Any ideas how to fix it?
Delete your /Lua/overseer folder and/config/overseer folder and repatch.

Something didn't convert correctly in your ini files.
 
Delete your /lua/overseer folder and/config/overseer folder and repatch.

Something didn't convert correctly in your ini files.
I did this last night and it seemed to be working, but when I got home from work today, it had started a single quest on my ranger and was doing the loop on my monk now. I did load up a 3rd character that was crashed when I got home though I didn't see why. I suppose I could clear out my entire RedFetch folder but it's a fairly recent install (about 6 months ago).
 
View attachment 76699
i get the blue box window to come up when i run overseer and click ok to install then it hangs for 5 to 10 seconds and then i get the red text.
First time using the script or did this just start after the update of MQ? You don't have the correct version of sqlite installed. Look in your modules folder for
D:\MacroQuest\modules\2.1.1774638290\luarocks\...
 
Release Overseer

Users who are viewing this thread

Back
Top
Cart