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.
[1351] - 2025-04-06
Commits
(a43c6cc) ~AlgarDudeBuff Gem Use Update (#593)
Expanded support for spell memorization after the last gem is used for buffs:
* New options are "Mem Loadout Spell" (default), "Mem Previous Spell" (default old behavior), and "Do Nothing".
Please see the tooltip in game for more details. This option can be found in the main config options on the Spells/Abils tab.
[1349] - 2025-04-05
Commits
(479ff54) ~AlgarDudeRez Update (#592)
* When a /con message isn't received on emu, we will now warn the player but allow the "already rezzed" check to continue to prevent possible conflict with combat rezzing.
* Corrected an issue where a cleric may not use appropriate rez actions if in the "debuffed" combat state.
[1341] - 2025-04-04
Commits
(3a54862) ~AlgarDudeENC(Live) Update (#588)
* Corrected an improper check in the twincast aura entry (Thanks Tstone!)
* Refactored and expanded aura handling. We will detect and remove an undesired aura dynamically, based off of currently selected options, available spell lines, and whether you have purchased Auroria Mastery or not.
* As a recap, here is the current default config's aura logic:
* * * The XP Bonus (Learner's) aura will be used if the option is selected.
* * * The twincast aura will be prioritized in all other situations.
* * * The spell proc (Mana) aura will be used whenever an aura slot is available and the above two conditions are satisfied.
* * * Any other desired outcomes or combinations should be addressed with a custom config file, thank you!