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
(b2258a1) ~AlgarDudeImproved 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) if three or more group/OAL corpses are present.
Numerous PCs were harmed during the making of these changes.
[933] - 2025-01-06
Commits
(862cd09) ~AlgarDude* Re-added Aura of the Reverent specific handling for CLR (#348)
[930] - 2025-01-06
Commits
(e94c637) ~RobbanEQCleric Aura Adjustments/Fixes (Laz/Live/Live-Exp) (#347)
* Added support for Spirit Mastery use on Lazarus.
* Added config setting to choose between cleric auras for use when we don't have Spirit Mastery (perhaps when there are multiple clerics present).
* * Ported conditions and options to live configs
---------
Co-authored-by: AlgarDude <[email protected]>
[928] - 2025-01-06
Commits
(5fd248d) ~AlgarDudeMinor UI Overhaul (#346)
* Reorganized and sorted elements and features that have been "tacked on" over time.
* Improved pop-out function and aesthetics.
* Added ease-of-use button for /rgl burnnow.
* Hid the console behind a collapsing header.
* Organized all config windows to be at the bottom of their respective windows.
* Moved pertinent information closer to the top of each window.
* Moved the class config selection to the class module tab.
* Added indents under some collapsing headers for uniformity.
* Added tooltips to some UI elements (WIP, intend to add more).
[926] - 2025-01-05
Commits
(c336bab) ~AlgarDudeMinor Updates (#345)
* [WIZ] Removed clarity potion entries/options (These are already fully supported for any class if used as in the "Clickies" list).
* [BER] Added a failsafe to cancel Untamed Rage in downtime at low health.
* Minor updates to default settings.
[924] - 2025-01-05
Commits
(7be9a1d) ~Grimmier378Pull additions, Charm Updates
[pull]
* Added a setting to hold pulls based on number of buffs (allowing a pause for rebuffs).
* * Default setting is "0" (disabled).
[charm]
* We will no longer attempt to charm named mobs; commit # [feedbac](https://github.com/DerpleMQ2/rgmercs/commit/feedbac)k will determine if this stays hardcoded or becomes a toggled option.
---------
Co-authored-by: AlgarDude <[email protected]>
[922] - 2025-01-04
Commits
(9b4dcd0) ~AlgarDudeAdded Range-Based cast cancelling (#343)
* Thanks RobbanEQ for the report!
* Most spells will now cancel casting when the target's range moderately exceeds the spell range.
* * We are looking at you, 8-second-cast-group-buff-when-my-tank-already-ran-off.
Fixes #334
[919] - 2025-01-04
Commits
(a2afee2) ~Grimmier378Lazurus Updates
[loot]
* Fix class looting
* Fix duplicate Global Table and no Normal Table issue on upgrade.
[MAG] (Live/Laz)
* Fix for mana to nuke/debuff not being respected.
[DRU] (Laz)
* Added proper cure spells and corrected cure function.
* Added option to keep (Lesser) Succor memorized.
---------
Co-authored-by: AlgarDude <[email protected]>