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.
[1444] - 2025-05-21
Commits
(37956d6) ~DerpleAdded ability to disable rotations and rotation entries.
- This can be done from the Class -> Rotations / Heal Rotations UI
- This can also be done from the CLI as follows
- /rgl enablerotationentry \"<Name>\"
- /rgl disablerotationentry \"<Name>\"
- /rgl enablerotation \"<Name>\"
- /rgl disablerotation \"<Name>\"
[1439] - 2025-05-17
Commits
(0fc1579) ~DerpleBroke out Standard and Simple UI into their own files to make working on them easier.
[1433] - 2025-05-15
Commits
(16feba0) ~AlgarDudeSystems Updates (Rez, Debuff, Cures, Pet Hold) (#638)
* Rez Settings
Added a setting to disable all rez checks and actions if toggled. (Do Rez, enabled by default, found on the Heal/Rez tab).
* Debuff Update
* Decoupled mob and named debuff settings
* * Each will have the following options: "Never", "Based on Con Color", "Always". (Default: Based on Con Color).
* * Minimum con color selection has not been adjusted. (Default: Blue).
* * These settings can be found in the main config's spells/abils tab.
* Cure Changes
* Added the option to toggle Cure AA or Cure Spells. (Default: On)
* * These settings can be found with the other cure settings in the main config settings on the heal/rez tab.
* Pet Hold Adjustments
* We will now check pet (greater) hold status on initialization, after zoning, and (on emu servers) after summoning.
* Previously, this was only checked on startup.
* This solves for the fact that emu servers (or at least Laz) do(es) not maintain the setting after zoning or a pet death.
* The "Do Pet Commands" setting also controls any expanded functionality.
As a side effect, this may stop the occasional bug of recasting a pet buff spell on zoning.
[1428] - 2025-05-11
Commits
(70b2a16) ~AlgarDudeRogue and Pre-Engage Adjustments (#635)
[ROG]
* Added Aggro Management rotation.
* * Added entry for Hide.
* * Moved Escape from emergency rotation.
* Corrected pre-engage checks.
Pre-Engage
* Adjusted the combat routine slightly to better support variances in BER/RNG/ROG pre-engage functions.
Co-authored-by: Michael Cook (mackal) <[email protected]>