Derple updated RGMercs - Lua Edition! with a new update entry:
v934
Read the rest of this update entry...
v934
Read the rest of this update entry...
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.

[939] - 2025-01-07
Commits
Improved Resurrection Handling (#353)
* Tightened conditions for Rez functions:
* * We should no longer target a corpse until a rez action is ready
* * Corpse summoning should no longer occur unless a rez action is ready
* Added PAL rez spells to all PAL configs.
* Added DRU rez spells to Laz config.
* CLR will now use Larger Reviviscence (6 person rez)...
[940] - 2025-01-07
Commits
BRD, Mez updates (#356)
[BRD]
* Added Intimidation (we will not use this until the second rank of the AA).
* Split "Combat" rotation into "Combat" and "Combat Songs" for better flow.
* Returned control of AE Mez to the mez module.
[Mez]
* Added "AE Mez Safety Check" which defaults to false (previous behavior was hardcode to true).
* Slightly refactored...
[952] - 2025-01-11
Commits
Warrior Updates (#352)
[WAR]
* Added Infused by Rage (active AA) to Laz config.
* Added Hold the Line to Laz config.
* Added Press the Attack (as an option, default: false) to Laz and Live configs.
* Adjusted EndRegen (* Wind) conditions for Laz config.
* Adjusted Blade Guardian check to prevent a potential spam attempt condition.
---------...
[958] - 2025-01-13
Commits
...Minor Tank Updates (#367)
[PAL]
* Added support for Marr's Salvation. (Thanks frenchysonline!)
[WAR]
* Refactored AE Damage check to better leverage SpawnCount.
* * Will serve as template for AE support on other classes.
* Corrected error with BurnDisc check.
[960] - 2025-01-14
Commits
Pull Module Improvements (#369)
* Added the option to hold pulls if a group member corpse is detected in close range (Default: true).
* If the above is enabled, added an option to hold pulls for a time period after a corpse is no longer detected, to allow for rebuffs (Default: 0, Max: 90).
* * Please note that this is imperfect: battle rezzes won't be...
[966] - 2025-01-15
Commits
(c79ac83) ~RobbanEQ
[964] - 2025-01-15
Commits
[ENC] Laz Config Updates...
[968] - 2025-01-16
Commits
AA with cast times now treated the same as spells during cast. (#374)
!! Custom Config Users (Rez Classes): Action Required (see forum post). !!
* AA Spells with cast times now have the same early cancel conditions that normal spells do (e.g, cancel on target death, cancel when target moves too far out of range).
* * Certain rez actions will not work...
[972] - 2025-01-16
Commits
...Mage Updates (#370)
[MAG]
* Added proper AA names for Malo to Lazarus Config
* Corrected error in AE Malo entry
* Changed debuff rotation name and updated rotation/entry conditions
---------
Co-authored-by: AlgarDude <[email protected]>
[977] - 2025-01-16
Commits
Loot Updates (#376)
Added Pop up window option for new items.
Added Links to the loot tables. (these will populate for items missing them as you loot items)
Added Toggle to only loot a corpse once.
The new items pop up allows you to set items rules yourself for items not already in the table. The fields will be prefilled with your evaluated settings...
[982] - 2025-01-18
Commits
Full Persona Support Added (#383)
* Most settings are now saved on a per-class basis.
* * Exceptions exist where settings aren't likely to be different, e.g, Drag Module settings. Feedback is welcome.
* * The script will attempt to find old settings files to use as the base for class-specific files.
* The process of a config change should occur...
[989] - 2025-01-19
Commits
[WIZ] Experimental Config Updates (#387)
* Damage is now more gooder than before with some pretty okayish rotation flow improvements.
* * Added some burn things to make some things burn more
* * Added a fullrotation flag for the DPS rotation and stopped Vortex from casting on things with very low health.
* Condensed and adjusted aggro management and...
[993] - 2025-01-19
Commits
Minor "under the hood" adjustments (#390)
* Corrected implementation SetTarget() variables in our assist functions, we should now wait for buffs to populate before checking whether a target is OkayToEngage().
* * Speculative fix for PC's sometimes acting as if a target is Mezzed when the mez has already been broken, causing repeated target clears.
*...
[995] - 2025-01-19
Commits
(60046c0) ~AlgarDudePull Module: Buff Count Fix (#391)
* Removed reliance on cached buffs from the buff count feature.
Co-authored-by: grimmier378 <[email protected]>
[997] - 2025-01-19
Commits
New command: /rgl rebuff (#392)
* We will now reset the Group Buff rotation timer when a rez is attempted to facilitate faster rebuffing.
* The /rgl rebuff command will reset relevant rotation timers, allowing them to be checked again immediately. It will not force any particular buff to be cast.
* * Affected Timers: Slow Downtime, Group Buff, Pet...
[999] - 2025-01-20
Commits
Group Buff Check Update (#393)
* Added support to pass a spell ID to check against in GroupBuffCheck()
* * ID is optional and should be the third variable (See AegoBuff entry in any Cleric config for example).
* * This was added to handle situations where the EQ spell list contained two or more spells with the same name, and should only be required on a...
[1003] - 2025-01-21
Commits
...Beastlord Config Updates (#395)
* Made minor adjustments to heal rotation conditions.
* Laz Config Updates:
* * Added various missing AA.
* * Adjusted some entries to match Laz-specific names or conditions.
---------
Co-authored-by: AlgarDude <[email protected]>
[1007] - 2025-01-24
Commits
Class Feature Homogenization Pass (#397)
Please note further updates of this nature are planned.
* (Live Configs)
* * Added support for Blood/Spirit Drinker's Coating for the following classes: SHD, BST, BRD, PAL (exp.)
* [BST] (Live/Laz)
* * Added support for OoW Chests.
* * Added AE count and safety checks.
* * Added AE Roar options/entries.
* *...
[1012] - 2025-01-25
Commits
Alpha Support for Combat Clickies (#402)
This is an "Alpha" feature that may see heavy revision at a later date. Currently, only detrimental spells against our combat target are supported (initial support is largely aimed at the numerous "DD Clickies" that are found on Project Lazarus, but stacking checks for debuffs are present). Feedback is...
[1015] - 2025-01-26
Commits
Various Updates (#404)
Known Issue: Enabling "Do Destroy" in the loot module when using the bard instrument swap feature may cause a rare condition in which an item is deleted. Please don't use them together. Fix is in work to lock them out from each other.
* [ENC] (Laz): Added Unified Alacrity (Thanks Robban!)
* Under the hood change for AA debuff...
[1019] - 2025-01-26
Commits
(034fc4f) ~RobbanEQ
[1018] - 2025-01-26
Commits
Enchanter updates (Live/Laz)...
[1021] - 2025-01-27
Commits
...Aego/Symbol Settings Update (#407)
Changed all CLR/PAL configs to use a combo box selection for Aegolism (Keeper) and Symbol Lines.
This will remove all existing Aegolism settings and return to a default of "Aegolism". Please adjust as desired.
[1027] - 2025-01-31
Commits
Rez Fixes (Thanks scvone!) (#411)
* Rezzers will no longer respect certain meditation settings if a group/OA corpse is present.
* Added corpse check to the Shaman "Slow Downtime" rotation.
* Fixed a condition in which the Group Buff rotation would still process when the caster's corpse was the only one present.
Other minor adjustments:
* Reduced the...
