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.
[1486] - 2025-06-04
Commits
(9082329) ~AlgarDudeMinor Updates (#667)
* [pull] Fix for nil crash when Group Watch is enabled for non-existent party members (thanks mhoney71!)
* [ENC-Laz] Fix for spire check when not in a group.
* [SHD-Laz] We will now refresh the skin buff as needed if in combat with a named mob.
* [loot] Exposed the maximum amount of time we will allow LNS to process corpse looting in one iteration as a setting. (Default: 5 seconds, the original hardcoded value).
[1485] - 2025-06-03
Commits
(12f9e3d) ~AlgarDudeCasting, Config Updates (#666)
* Bard item/aa/disc ready checks will no longer fail while they are singing if the cast time is instant.
* Speculative fix for Insults occasionally causing stuck bard gems.
* Standardized logging level in use functions for spells/AA/discs/songs/items.
* Various Classes: Corrected ready checks for long recast spells (thanks mackal!)
* RNG: Fix for healing rotation functions (thanks sputnik!)
[1483] - 2025-06-03
Commits
(e3f7054) ~AlgarDudeBard(Laz) Typo Fix (Thanks sputnik!)
* We will now checks settings for Bellow and Shout, as checking Setttings seemed ineffective.
[1479] - 2025-06-03
Commits
(962a50e) ~AlgarDudeBard Adjustments (#663) (#664)
Corrected Update Notes:
* Fixed an issue in which discs, aa and items would not always properly report ready for a Bard.
* We will now properly ignore Crescendo if the gem is in cooldown.
* Speculative fix for occasionally locking gems when an Insult is cancelled at precisely the wrong moment.
Please note: A previous version of these notes mentioned using items or discs while singing; at this time, that is not the case.
[1477] - 2025-06-03
Commits
(76cc79a) ~AlgarDudeBard Adjustments (#663)
* Bard Use Refactor
Refactored DiscReady, UseItem, UseAA, UseDisc to allow the bard to use instant aa/item/discs while singing.
* Bard Adjustments
* Fixed an issue in which discs, aa and items would not always properly report ready for a Bard.
* We will now properly ignore Crescendo if the gem is in cooldown.
* Speculative fix for occasionally locking gems when an Insult is cancelled at precisely the wrong moment.
[1475] - 2025-06-01
Commits
(f0b2621) ~AlgarDudeBard(Laz) Revamp (#662)
* Added support for custom Lazarus spells.
* Retooled rotations
* Removed legacy bard song selection code in favor of newer priority spell list.
* Restructured options
While playtesting was not as extensive with this config as I would like, the lack of any support for custom spells makes it worthwhile to push immediately.
[1469] - 2025-06-01
Commits
(70285e0) ~Grimmier378Loot Update (#659)
* Update for integrated version of LNS.
* * fix check for self corpse, should now pause looting other corpses if yours is near.
* * some foraging tweaks.
* * removed some unused functions.
* * toggle change
Please see https://github.com/aquietone/lootnscoot for more details.
[1467] - 2025-05-31
Commits
(0bd999f) ~AlgarDudeRsay command (#658)
* Added /rgl rsay, which expands /rgl say functionality to include the entire raid.
* Fix for corpse name for in-group zone check.
[1465] - 2025-05-31
Commits
(487a2c4) ~AlgarDudeExpanded Rez Options (#657)
* Added an option to ignore rezzing PCs that are already in-zone with us.
* Changed conning a corpse (to check if it had been rezzed already) from a hardcoded emu feature to an option that defaults to true on emu servers.