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.


[1740] - 2025-09-07
Commits
(3c9cc26) ~Derple[Cure] if no valid cures exist we will clear the cure list so you don't keep trying to cure it forever.
[1739] - 2025-09-07
Commits
(3819212) ~DerpleRouted all sticking through a centralized Movement system
MovementoStickCmd(params) should be used instead of Core.DoCmd("/stick ...")
Movement commands are now instanced and should use : instead of .
Added additional UI info for Stick commands
[1734] - 2025-09-06
Commits
(9ddd562) ~DerpleFixed a bug that would cause config settings to be stale after swapping Config Types
[1733] - 2025-09-06
Commits
(851c8a4) ~DerpleConfig Revamp
README
If you have custom configs you will need to move to use
Config:GetSetting() and Config:SetSetting() as self.settings and
Config:GetSettings() have been removed and all the configuration logic
is now centralized
- Made movement ui rendering slightly more efficient
- Updated chase target validation
- Minor cleanup for pull module rendering
- Made Assist List changes more efficient
- File Writes: Saving configs is now done once per frame instead of for every setting change.
- Testing: Added support for temporarily settings (not saved to file)
Usage: `/rgl tempset foo bar`
- Reloading config now clears all temp settings.
- SettingDefaults and SettingCategories are now avaiable in the config module
- Cleaned up /rgl set show formatting
- Removed WaitOnGlobalCooldown setting as almost all classes do weaves and this breaks them.