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.


[1981] - 2025-11-11
Commits
(5cc08fc) ~AlgarDudeEMU Configs and other minor updates (#875)
EMU Config Updates
* [SHD - All EMU] Adjusted AC/Atk Tap conditions.
* [SHD- EQM] Added support for Dread Gaze artifact.
* [ENC - EQM] Adjusted NDT/Illusion Buffs
* [ALL - EQM] Removed remaining arcanum weave rotations/settings.
Minor Updates:
* Clickies: Removed unneeded condition target for group injured count.
* Combat: Removed HP check from target prevalidation to give the fastest possible health update (via target).
* Targeting: Slightly adjusted max wait when waiting for buffs to populate.
[1978] - 2025-11-10
Commits
(cd6c666) ~AlgarDudeCombat Logic Improvements (#874)
* Improved support for forcing combat on non-hostile targets.
* * The /rgl forcecombat command has been adjusted to accept an optional ID, with a fallback to the current target's ID.
* * Added /rgl forcecombatclear to remove the target manually if needed.
* * Please reference the (searchable!) in-game Command List and FAQs for a full explanation.
* Removed redundant checks from the engage logic.
* Fixed a bug preventing the proper function of Priority Healing.
* Adjusted pre-target validation. An autotarget will no longer be assigned until validated (for distance, health, hostility, etc).
* * As a result, using the assist list will no longer force every MA target change to be reflected in peer xtargets, eliminating some nuisances and edge-case bugs.
* Adjusted target validation. Tightened conditions around target engagement.
* Added protections to stop (non-MA) peers from engaging non-hostile targets. The "Target Non-Aggressives" setting (default: false) can be enabled to bypass these restrictions.
* Improved handling of xtarget use and reset.
* Eliminated a bug in which too far/can't see/too close event handlers could be fired out of combat.
* * This unfortunately removes the "feature" of turning auto-attack on for a driver to instantly close distances to a target. The '/rgl pulltarget' command or "Pull Target" UI button is my humble suggestion for an alternative.
[1976] - 2025-11-09
Commits
(6284aff) ~AlgarDudeRotation UI Improvements (#873)
* Update the icon key and added tooltips to clarify that the displayed icons are for the last performed check.
* Made all resolved actions hyperlink to their spell effects (to include clicky and aa spells).
* Adjusted colors to help differentiate between spells/discs/etc at a glance.
* Eliminated "no conditions" blue check.
* Rotations skipped do to timers are now handled the same as any other condition not being met (displaying an "X").