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.


[1897] - 2025-10-20
Commits
(cdeea02) ~AlgarDudeTemp Setting Adjustment (#838)
* Temp Settings no longer clear on loadout scan.
* Added "cleartempall" command to force reset temporary settings to saved values.
Minor log entry adjustment
[1896] - 2025-10-20
Commits
(fccec19) ~Derple- New DanNet heleprs - getPeer and getAllPeers due to a bug in dannet that can cause a crash in DanNet.dll due to peer count changing and peer(i) being unguarded until that is fixed.
- Cure rotations will now check actor heartbeats before dannet for much faster performance.
- Clickies now force target self since sometimes that is required. (might revisit this as an option later)
- Fixed a bug in FAQ and Clickies rendering that was malformed imgui
- Fixed a bug in casting that could crash on emu due to entering error handling while already error handling.
- Combat and Core get MA target and HPs will now use ActorNet heartbeats before Dannet
-
[1890] - 2025-10-17
Bug Fixes
(b0ab0be) ~DerpleFixed some maths
[1889] - 2025-10-17
Commits
(66ba779) ~Derple- Fixed a crash bug if you turned on viewports and moved the options ui off screen then turned them back off
- Added a new command /rgl reset_config_position which resets the position of the options window if you lose it in this manner
- Made the options window min size 400x300 and max 2000x2000
[1887] - 2025-10-17
Commits
(a4f4109) ~AlgarDudeCleric (Live) Update (#835)
* Converted spell lists into the new-style priority list.
* * Slightly adjusted spell priorities surrounding Intervention/Contravention lines.
* Added support for keeping remove curse memorized at lower levels.
* Corrected bug with curse cure.
* Converted entry early returns to load conditions many rotations.
* FAQ/Tooltip Pass.
[1884] - 2025-10-16
Bug Fixes
(92a8b85) ~DerpleFixed imgui crash if you make options window tiny