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.
[1621] - 2025-07-24
Commits
(3d4cc0c) ~AlgarDudeCLR(Live) Missing Spell List Fix (#732)
Removed certain unused trigger spells from AC Buff and Spell Haste list. (Thanks scvone and mackal!)
[1618] - 2025-07-23
Commits
(f13da97) ~AlgarDudeFixes (#731)
* Bards on Lazarus now remember how to Kick. (Thanks RYN227!)
* Fix for nav erroneously stopping in Hunt mode. (Thanks Pleasant!)
* Fix for PAL(Laz-Beta) pull abilities and Yaulp check.
[1608] - 2025-07-21
Commits
(4e43ea7) ~AlgarDudePull Enhancements (#726)
* Added a temporary pull ignore list:
* * Any (automatic) attempt to pull a target for more than (Ignore Timer setting) will add it to an ignored list.
* * Directed pulls using the "Pull Target" button will not trigger this check.
* * The ignored list will be cleared when you turn off pulling, zone, use the button in the pull UI, or issue the /rgl pullignoreclear command.
Feedback is requested on functionality and potential improvements.
[1604] - 2025-07-19
Commits
(d465e54) ~AlgarDudeStun, ENC(Laz), PAL(Laz-Beta) (#724)
Improved checks and usage for single-target stun spells for most classes.
[ENC-Laz]
* Move some Combat Support abilities into their own Emergency Rotation.
* Adjusted stun use.
* Added toggle settings for Beguiler's ...
[PAL-Laz]
* First round of playtesting and smoothing. Reordered some combat abilities.
[1601] - 2025-07-18
Commits
(bf1a259) ~AlgarDudePAL(Laz) Beta 2.0, Aggro and Stun Updates (#722)
* Revamped Paladin config and aligned it to other tank configs.
* Added helper functions and made minor adjustments to all tank config aggro management.
* Added helper functions for certain stun checks.
[1598] - 2025-07-18
Commits
(443670f) ~AlgarDudeBuff Update (#718)
* Added support for performing Group Buff checks for clicky items.
* Refactored the function that passed names to entry conditions to correct an issue with passing a direct item name.
[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.