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.
[1399] - 2025-04-26
Commits
(678ea2e) ~AlgarDudeConfig Spell List Update, Laz SHM Update, Minor Fixes (#619)
Added a priority-based (rather than gem-based) spell list style for use in configs.
* Examples can be seen in the Project Lazarus configs for: ENC, DRU, SHM, SHD. Further conversion may happen as time goes on.
* The original gem-based system still functions, and will be maintained.
* * Note that code specific to the bard spell list is now deprecated and will eventually be sunsetted.
Function Updates
* Renamed the possibly misleading "GetBestAA" function to "GetFirstAA".
* * GetBestAA is still present in code (for now) as a deprecated function to avoid breaking configs.
* Added the "GetFirstMapItem" function, which performs similarly to the above for any action mappings (spells, items, discs).
* * See ENC(Laz) for usage example.
* Adjusted Blocked Buff checks to handle some instances of similar spell names.
Config Updates
* [DRU-Laz] Added missing Swarm dot.
* [SHD-Laz] Ported some recent improvements from Live config.
* [SHM-Laz] Heavy rework at add proper support for Laz custom spells and AA. This is still a work in-progress, expect further incremental updates. No alpha/beta is planned (due to the fact that lacking full spell/aa lists makes the config somewhat unusable at 70).
[1394] - 2025-04-23
Commits
(8030e07) ~AlgarDudeTank AE Update, SHD (Live) Update (#615)
* Increased performance of defensive disc checks and AE taunt checks (where safe AE taunt is disabled).
[SHD-Live]
* Refactored rotations for performance and combat smoothing. While no abilities were added or removed, how or when they are checked may have been.
* Adjusted the HP thresholds used for defenses:
* * Defense Start : When we will use defensive discs (note, using them based off of target count is still an option).
* * Emergency Start: When we will use the next tier of defensive abilities such as Shield Flash, Chest click, and stop mana checks on Lifetaps.
* * Critical HP: When we will use abilities like Deflection or Leech Touch.
* * Hitting these thresholds will increasingly cut out various offensive rotations to improve reaction time.
[1387] - 2025-04-21
Commits
(3ba43bd) ~Derple- IsSpawnXTHater now takes option bool autoHater to check for only auto haters
- GetXTHaterIDs now returns unique ids
- OA Adds haters only if they arent already auto haters.
[1383] - 2025-04-20
Commits
(46b79e0) ~AlgarDudeSHD - Laz Update (#610)
Visage of Death now has a toggle, which can be found on the Buffs/Debuffs tab of the Class options.
[1381] - 2025-04-20
Commits
(3781eca) ~AlgarDudeMinor Config Updates (#609)
[SHD-Laz]
* Added an entry to cancel Visage of Death when health is critically low during downtime.
[MAG]
* Magicians will now ignore missing modrods on pure melee classes.