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.

[527] - 2024-09-09
Commits
(d464a82) ~DerpleLoot setitem now drops the item after setting it for qol.
[525] - 2024-09-09
Commits
(bd2f336) ~Grimmier378Some cleanup (#174)
also added /rgl lootreload command to reload loot settings file.
also of note /lootutils commands still work if you want to specify an item by name.
[523] - 2024-09-09
Commits
(d0a875e) ~AlgarDude
[522] - 2024-09-08
Commits
(4314049) ~DerpleAdding/Removing from pull allow/deny list will now restart pulling if needed.
[517] - 2024-09-08
Commits
(56d75d5) ~DerpleAdded CLI interface to add and remove outside assist
/rgl addoa and /rgl deloa
[512] - 2024-09-07
Commits
(a87cabd) ~DerplePost Merg Cleanup
[511] - 2024-09-07
Commits
(eb37e20) ~DerpleCannot takehold, in recovery will now cause spells to stop trying to recast.
[509] - 2024-09-07
Commits
(f8bbfc4) ~Grimmier378EMU Loot Module (#165)
* EMU Loot Module
Uses a local copy of Loot N Scoot by Aquietone
```
Loot Specific Commands Help
------------
bank - Usage: /rgl bank | Stash stuff in the bank
setitem - Usage: /rgl setitem <setting> | Set the Item on your Cursor's Normal loot setting (sell, keep, destroy, ignore, quest, tribute, bank).
reportloot - Usage: /rgl reportloot | Open the LootnScoot Loot History Table.
buy - Usage: /rgl buy | Restock Buy Items from your Target.
lootui - Usage: /rgl lootui | Toggle the LootnScoot console UI.
loot - Usage: /rgl loot | Loot the Mobs around you.
sell - Usage: /rgl sell | Use lootnscoot to sell stuff to your Target.
cleanbags - Usage: /rgl cleanbags | Destroy the Trash marked as Destroy in your Bags.
tribute - Usage: /rgl tribute | Tribute gear to targeted Tribute Master.
setglobalitem - Usage: /rgl setglobalitem <setting> | Set the Item on your Cursor's GlobalItem loot setting (sell, keep, destroy, ignore, quest, tribute, bank)
```
* switched out Write for RGMercsLogger...
cleaned verified the theming worked in looted still both if the user has ThemeZ file and otherwise.
adjusted the module load to not load if the build is emu
[507] - 2024-09-07
Commits
(9170366) ~Grimmier378Var name fix (#169)