• 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 --->
RGMercs - Lua Edition!

Combat Assist RGMercs - Lua Edition! v2023

Download now:  Join us with Level 2 access or earn your way in with  RedCents.

[1750] - 2025-09-10​


〰️Commits​


WIZ (Live) Typo (thanks psatty82!) (#793)

* Corrected rotation load conditions for low level DPS rotations.
(c7e6c1d) ~AlgarDude

[1747] - 2025-09-09​


〰️Commits​


Minor Updates (#792)

* Fix rare crash condition when checking a PC's pet health while they are zoning.

* [NEC - Live] Port proper snare rotation from other configs.
(b7c737d) ~AlgarDude

[1746] - 2025-09-08​


〰️Commits​


Added debugging to dannet to show if queries timed out.
(ebc4f68) ~Derple

[1745] - 2025-09-08​


〰️Commits​


CureNow now returns success, haveOptions instead of haveOptions, success to make it backwards compatible with older configs.
(881a8f7) ~Derple

[1744] - 2025-09-08​


〰️Commits​


Fixed a misleading message on shutdown about plugins being required.
(841a50a) ~Derple

[1743] - 2025-09-08​


〰️Commits​


Force Push for RG update
(4d6f534) ~Derple

[1740] - 2025-09-07​


〰️Commits​


[Cure] if no valid cures exist we will clear the cure list so you don't keep trying to cure it forever.
(3c9cc26) ~Derple

[1739] - 2025-09-07​


〰️Commits​


Routed all sticking through a centralized Movement system
Movement:DoStickCmd(params) should be used instead of Core.DoCmd("/stick ...")
Movement commands are now instanced and should use : instead of .
Added additional UI info for Stick commands
(3819212) ~Derple

[1737] - 2025-09-07​


〰️Commits​


LNS Loot Module Update (#791)

* Added a check for chase target distance that can be used to abort or stop new looting actions. (Default: 300).
(e33fca9) ~AlgarDude

[1735] - 2025-09-07​


〰️Commits​


Pull Module Updates (#790)

* Ironed out some kinks:
* * We now properly end nav when movement checks fail due to groupwatch.
* * Fixed a delay in pull nav stop when we are aggroed by something else.
(4656dad) ~AlgarDude

[1734] - 2025-09-06​


〰️Commits​


Fixed a bug that would cause config settings to be stale after swapping Config Types
(9ddd562) ~Derple

[1733] - 2025-09-06​


〰️Commits​


Config Revamp

README

If you have custom configs you will need to move to use
Config:GetSetting() and Config:SetSetting() as self.settings and
Config:GetSettings() have been removed and all the configuration logic
is now centralized

- Made movement ui rendering slightly more efficient

- Updated chase target validation

- Minor cleanup for pull module rendering

- Made Assist List changes more efficient

- File Writes: Saving configs is now done once per frame instead of for every setting change.

- Testing: Added support for temporarily settings (not saved to file)
Usage: `/rgl tempset foo bar`

- Reloading config now clears all temp settings.

- SettingDefaults and SettingCategories are now avaiable in the config module

- Cleaned up /rgl set show formatting

- Removed WaitOnGlobalCooldown setting as almost all classes do weaves and this breaks them.
(851c8a4) ~Derple
Back
Top