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.
[544] - 2024-09-11
Commits
(218147b) ~AlgarDudeSettings Pass, SHD Thought Leech (#180)
[config]
* Made a cleanup/organization pass on main settings.
[CLR]
* Moved Remedy and Complete Heal settings to the class config. Please note that you may need to adjust defaults for these settings if you had previously done so.
[movement]
* Move options for Priority Follow, Fellowship Insignia and Movement While Paused to the move module. Please note that you may need to adjust defaults for these settings if you had previously done so (note placed temporarily on startup).
[SHD]
Added options to configure Thought Leech use.
[542] - 2024-09-11
Commits
(fdc8713) ~Derple[Loot] More cleanups
[540] - 2024-09-11
Commits
(8b17286) ~Grimmier378Removed autoloot setting (#182)
cleaned up some ini stuff
added back in the save to ini functions. for when looting new items or auto sell/tribute
also writes to the ini if we add items to global or buy
Does not write to the file when we modify or delete an item. that stays in our local rgmers settings we use. this way we do not pollute the loot.ini
[539] - 2024-09-11
Commits
(4632db5) ~Derple[Loot] Minor cleanup and fixes for order of operations.
[537] - 2024-09-11
Commits
(1cb6195) ~Grimmier378Loot settings work (#179)
* Loot settings work
added access to the lootnscoot settings directly from rgmercs.
also can modify global items and your buy items.
* always loot coin option
if your bags are full and this is enabled you will at least loot the coin from the mob and not ignore it.
* Added the Normal Items table from loot.ini as well
* normal items table fix for saving
* cleaning up loading the tables
* search items tables
* update tables when adding rules
* looger to mychat
* Revert "looger to mychat"
This reverts commit commit # [373b746](https://github.com/DerpleMQ2/rgmercs/commit/373b746d2543f309e4c582061b421498762d079c).
* fix: toggles in looted also address rgmercs settings
* more cleanup
* settings verify
make sure no defaults are missing when loading loot_lib settings
* added add items sections to global and buy items
removed all ini saving. we only load defaults from there when missing and use our tables instead.
* style: fixed input width on new items qty
[533] - 2024-09-10
Commits
(5e167b7) ~AlgarDude[utils] UseSong/Spell/AA Updates (#177)
* UseSong now has the adjustments to song clipping intended to release alongside the bard revamp. Expect 200-300ms improvement per song.
* Fix for UseSpell and UseAA relying on imprecise data for cast times, AA's with cast times should no longer clip early (further tuning may be needed on the value).
[531] - 2024-09-09
Bug Fixes
- Should no longer see direc harm errors on bards. (#175)
(82d9c1a) ~Grimmier378
[529] - 2024-09-09
Features
- Setitem and setglobalitem tweaks (#176)
(40e02e1) ~Grimmier378Issuing /rgl setitem action will autoinventory
issuing /rgl setglobalitem action will autoinventory
If the action is destroy, we will /destroy the item instead of putting it back into inventory
[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.