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.


[1823] - 2025-10-05
Commits
(19e706e) ~AlgarDudeLoadout Scan Adjustments, More FAQs given (#815)
* Adjusted loadout scans to allow spells to be memorized upon loading mercs during combat, so long as the PC doesn't have aggro.
* * Remem for rescans based on mode change or setting adjustment won't process until combat has ended.
* Added major FAQ items for the Assist List. Made other minor adjustments to existing faq entries.
[1822] - 2025-10-05
Commits
(504c3fe) ~DerpleAdded highlighting to Assist List and Force Target list for current MA and Current Target
[1820] - 2025-10-04
Commits
(8bba98e) ~AlgarDudeFixed a rotation check which could cause a crash on ClickyItem type rotation entries. (#814)
[1818] - 2025-10-04
Commits
(4c38f6d) ~AlgarDudeAdded /rgl useitem (#813)
/rgl useitem will queue the use of the specified item to be processed in the mercs environment.
Example:
/rgl useitem "Algar's Awesome Armguards of Amazing Alliteration"
[1817] - 2025-10-04
Commits
(9cbfe59) ~AlgarDudeCustom Config Update (#812)
Custom Configs are now created in server or environment-specific folders in the rgmercs folder in the MQ config directory.
* Official servers will find their custom configs in class_configs/Live.
* Emu servers will find their custom configs in class_configs/ServerName.
* Sunsetted support for custom configs in the base directory (this was deprecated nearly a year ago).
[1815] - 2025-10-03
Commits
(fe4a1e9) ~DerpleCustom Configs now support arbitrary directories. (Ask @algar)