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.


[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.
[1719] - 2025-09-04
Commits
(757f06e) ~AlgarDudeGroup Check Fix / DRU(Laz) item add (#783)
* Fix for checking if a target is grouped with you not properly returning a true/false value.
* Added logging to boolto(color)string to help detect further issues.
* [DRU-Laz] Added entry for seb gloves.
[1718] - 2025-09-03
Commits
(6abf72c) ~Derple[BoolToString/ColorString] Will now return an error if it is passed a non-boolean