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.
[1596] - 2025-07-16
Commits
(6d45ed1) ~AlgarDudeAggro Update (#721)
Added support for throttling offensive actions due to high aggro, and included its use in many default config entries.
* The first pass for adding support to default configs for casters is complete.
* Adding support for pure melee default configs is TBD.
For custom config users, details below. Please note that all changes are fully backwards-compatible with custom configs and be integrated at your whim and convenience.
* When enabled, "Use Aggro Throttling" (Main Options > Spells/Abils tab) is used to ensure the aggro on our target does not exceed the Max Aggro setting found with it.
* The helper function "AggroCheckOkay()" has been added to targeting utils for use in configs.
* * This check will return true for any character who IsTanking().
* * This check has also been included in the helper function "OkayToDebuff()". An optional variable can be passed to ignore the aggro check on an entry-by-entry basis.
* OkayToDebuff() will also now check mana levels.
* The helper function "OkayToNuke" has been created to combine AggroCheckOkay() and ManaToNuke() in a single helper where it is warranted or convenient.
[1594] - 2025-07-14
Commits
(c5f8ea3) ~AlgarDudeBER(Laz) Config 2.0 (#720)
* Added Laz-specific disciplines.
* Removed unused/out-of-era abilities from all lists.
* Broke active disc burns out into their own rotation.
* Added support for some control effect lines.
* Added emergency rotation.
* Realigned options and categories.
Further thoughts:
* Further commit # [feedbac](https://github.com/DerpleMQ2/rgmercs/commit/feedbac)k from zerkers with a higher AA count would be helpful; I am not currently devoting resources to my BER for proper, full playtesting.
* I may add support for auto-FES swapping in the future.
* I may need to revisit Third Wind.
[1591] - 2025-07-12
Commits
(6e7613e) ~AlgarDudeWAR(Laz) Config 3.0 (#716)
* Retooled defense options and combinations to support existing abilities.
* Added Laz-specific disciplines.
* Removed unused/out-of-era abilities from all lists.
* Broke AE hate tools out into their own rotation.
* Realigned options and categories.
Further thoughts:
* For now, I have left bandolier usage the same (DW or Shield), I will likely revisit this in the future. Nothing is stopping anyone from throwing a 2-Hander in the ole' DW bando slot in the meanwhile.
* I may need to revisit Third Wind.
[1584] - 2025-07-07
Commits
(993f708) ~AlgarDudeLoot Module (#711)
* Removed the "Loot Corpses" option. Please use /lns (un)pause as needed.
* We will now include our server in communications with LNS.
* * * I'm not sure who would ever do such a thing, but this fixes an extreme edge-case in which two characters of the same name are logged in to two different servers (on the same PC) and hunting, when we only want one of them to be looting.
* * Special thanks to grimmier for the time spent trying to verify this issue.