Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
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! 👋
There is a suspension/ban wave happening. We don't know why. Please keep regular discussion to Suspension MegaThread and please consider submitting a Suspension report to RG.
A user module that declares _replaces = true under a built-in's exact_name now takes that module's place when enabled: the built-in isunloaded, its settings registration cleared (database values untouched),and the user module loads into its slot in the execution order, so itowns the settings namespace and receives every dispatch to that modulename. Disabling the module, or any failure while loading it, restoresthe built-in in place.
Subclassing the built-in keeps its full UI and behavior while overridingindividual methods; docs/user_modules.md documents the pattern. TheUserModules tab marks replacement rows with a swap icon. The lootmodules and UserModules itself cannot be replaced.
Table-valued settings no longer share their default table
Settings with a table default handed out the default table itself rather than a copy, so editing a list wrote into the default.
A persona swap to a class with no saved row for that setting then started from the polluted default instead of an empty list.
Affects the list settings in Charm, Clickies, Map, Mez and Pull.
Major Update: User Modules
Added support for user modules, which run in the rgmercs loop like other modules (such as class, or clickies), and can execute code while tapping in to rgmercs state.
Please refer to \docs\user_modules.md.
An example file is included in your mq\config\rgmercs\modules directory.
Modules can be enabled or disabled with /rgl usermodule <name> <on|off>.
User Modules: UI enhancements
The UserModules tab now shows the modules folder, how many of your modules are loaded, and what each one costs per pass.
Modules can declare an _about line, shown on an info icon beside the name.
Added a button to copy the authoring guide to your clipboard.
Removed the delete button; a module whose file is gone is dropped from the list on the next refresh.
LootNScoot: register the loot actor through the tracked helper
Registers the actor via self:RegisterActor in Init so the module unloadteardown unregisters it, and drops the class-level handle caching, lazyre-registration paths and manual Shutdown unregister that existed to workaround the old leak.
New Setting: "Priority Tanking" - delay most heals, cures and rezzes with a cast time until you have full aggro on your Auto Target and any Aggro Target (default: on).
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.