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.


[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.
[1573] - 2025-07-03
Commits
(e933220) ~AlgarDudeConfig Update (#706)
* Autotarget settings are now hidden by default (and exposed with the advanced settings toggle).
[1571] - 2025-07-03
Commits
(2fc924c) ~AlgarDudeCure Fix (#705)
* Fix for rare crash even in which the healer or target dies or zones mid-cure check.
[1569] - 2025-07-02
Commits
(fb45db2) ~AlgarDudeCure Update, Druid (Laz) Update (#704)
Dru (Laz) Update
* Added options for when to use Epic 1.5/2.0 (ported from BRD/SHM).
Cure Update
* We will now no longer check for corruption effects by default on emu servers.
* * As a result, we will no longer attempt to cure "Marr's Divine Offering" on Project Lazarus. (Thanks RYN227!)
* * If there are emu servers where support for corruption effect cures are needed, please bring it to our attention for consideration. Thank you!
[1565] - 2025-06-28
Commits
(07db617) ~AlgarDudeIncremental Mez Update (Corrected Commit Notes) (#702)
* Refactored Mez code to wait for a reasonable time period if we are currently casting, moving, or in the global cooldown.
* ENC: while AE mezzing, Beam of Slumber should only fire if we are in the global cooldown or if the AE mez spell gem timer is not ready.
* BRD: if we are ST mezzing, we will always attempt to use Dirge of the Sleepwalker before we waste time on a song.
* Allowed AE Mez to continue when the target dies.
* Reduced retry attempts on all mezzes.
* Ensured we turned attack off when updating the mez list.
* Added another failsafe to switch to AE mez while under certain conditions while we are waiting for ST mez to be ready.
* Added an additional autotarget ID check before we perform a single target mez.
* * Known Issue/Limitation: During mez processing, we do not update our autotarget; during situations of rapid autotarget change, there will be situations in which we attempt to use a ST mez on what may be everyone else's autotarget. No adjustment is currently planned to address this behavior.
* Adjusted log messages.
[1563] - 2025-06-28
Commits
(2d9228e) ~AlgarDudeMez Update (#701)
* Allowed AE Mez to continue when the target dies.
* Reduced retry attempts on all mezzes.
Updated Comments
Further Adjustments
* Minor fixes for copied code (ST vs AE Mez)
* Adjusted log messages.
* Added another failsafe to switch to AE mez while under certain conditions while we are waiting for ST mez to be ready.
* Known issue: Added another autotarget ID check before we performed a single target mez, but we will not rapidly update said ID while we are processing this code; there will be situations in which we attempt to use a ST mez on everyone else's autotarget.
Attack/Cast Cancels
* Broke out attack off and stopcast logic into helpers.
* Ensured we turned attack off when updating the mez list.
Mez Update
* Refactored Mez code to wait for a reasonable time period if we are currently casting or in the global cooldown.
* * For ENC, while AE mezzing, Beam of Slumber should only fire if we are in the global cooldown or if the AE mez spell gem timer is not ready.
* * For BRD, if we are ST mezzing, we will always attempt to use Dirge of the Sleepwalker before we waste time on a song.
[1562] - 2025-06-28
Commits
(ab40b5c) ~AlgarDudeStick, Face, Config Updates (#700)
* Adjusted stick settings in "too far" and "can't see" event handlers.
* Improved bard song buff detection for a (possible) slight reduction in delay between songs.
* Added fast argument to select face arguments that did not already have it.
* [BRD]: Added "Echo of the Trusik" to the Aria line.
* [MNK]: Reduced the aggro percent that we will begin to attempt to feign off aggro (if that setting is enabled).
* [MAG-Laz]: Re-enabled the PetAura line.