Releases: Anonomit/LootReserve
Releases · Anonomit/LootReserve
2024-03-09
Host
- Raid bosses can now be hidden. Items that only drop off of hidden bosses will not be reservable.
- Added Grime-Encrusted Salvage to Gnomeregan.
- Added Import/Export button into the Setup tab of the Host window.
Fixes
- Quest items from Blackfathom Deeps and Gnomeregan now correctly be considered unusable after you've completed their quests.
- Updated for range checking changes in Era.
2024-02-14
Features
- Added Gnomeregan loot for Season of Discovery.
Fixes
- Added missing Crusader Orb to ToC 25.
- Announcing the winner of a raid roll no longer says the item was won with a reason of "2".
2023-12-21
Changes
- Ambiguous chat reserves now receive a clearer message in response, and some item links instead of item names.
- Added new Season of Discovery items to cache list.
2023-12-09
Features
- Added Season of Discovery loot for Blackfathom Deeps.
- Added missing VoA boss in Wrath of the Lich King.
Fixes
- Creating the item name database is now much faster.
- Announcing the winner of a reserved item no longer says the item was won with a reason of "1".
- Editing raid loot can no longer create "empty" edits.
2023-08-23
Host
- Add item levels to the Recent Loot list (Only appears in Wrath+).
Fixes
- Now compatible with classic era PTR servers.
- Attempting a fix for issue with "masterloot candidate not found" error when masterlooting through an addon button.
- Fixed raid selection issue when saved variables are copied to older expansions.
2023-06-26
Fixes
- Fixed tiered rolls advancing when they should end.
- Heroic cross-faction items are no longer findable through the search bar in the Reserves window.
- Bounty Satchel no longer shows up in Recent Loot.
- Working around a Blizzard issue which can cause tooltip flickering.
- Fixed some tooltips not showing up in Reserves window.
- Normal mode and heroic mode items now correctly show previous winners on their tooltips (only host sees this).
- Fixed the red warning when someone rolls on an item they've already won (either normal or heroic version).
- Fixed lag that can happen when selecting a boss in Loot List Edit window.
2023-06-20-beta
Fixes
- Fix Blizzard tooltip issue causing flickering.
2023-06-20
2023-06-20
Raider
- Updated WotLK loot tables. Reserving a Heroic Mode item will also count as reserving the matching Normal Mode item (doesn't cost extra reserves).
- Can now search all reserves by player name.
- Favorited items now glow when they're being rolled. Removed the option to glow for all items.
- Reserves and Favorites tabs now sort items by the order of the bosses that drop them, instead of alphabetic order.
- Automatically rolling on reserved items works with Group Loot.
- Rolling Need on an item with Group Loot prompts for confirmation if the item is reserved, but not by you.
- Minimap button can also be hidden with middle mouse click. Visibility can be toggled in Reserves window settings.
- Add more chat aliases: !remove (!cancelreserve) and !reserver (!reserves).
- Reserves window is a little smarter about when to open automatically.
Host
- Added tiered rolls, so you can roll Main Spec (1-100) and Off Spec (1-99) at the same time. Customizable.
- Exporting rolls now indicates if an item was raid rolled or disenchanted.
- Add info about !myreserves command in the whisper reply when !reserves command item limit is reached.
- Adding a disenchanter now enables that disenchanter by default.
- Missing VoA bosses are no longer visible. Currently that means only Toravon is hidden.
Fixes
- Fixed auto roll message showing up when not actually rolling.
- Unfavoriting an item in the Favorites tab now causes that item to disappear immediately.
- Fixed shy dropdown menus. They once again stay open when certain options are clicked.
- Fixed lua error when importing an item that doesn't exist.
- Fixed visual bug when host is reserving on behalf of other players and reopens the Reserves window.
- Addon communications reduced slightly.
2023-02-05
2023-02-05
Features
- Added support for external listeners.
LootReserve:RegisterListener("RESERVES", id, callback)
to have lootreserve run that callback when it has a reserves update.LootReserve:UnregisterListener("RESERVES", id)
to to stop getting updates about reserves.LootReserve:PromptListener("RESERVES", id)
to get an update manually.
Fixes
- Classic Era and Season of Mastery should once again be fully functional.
- Implemented LibUIDropDownMenu-4.0 so lootreserve no longer contributes to blizzard's dropdownmenu problems (avoids group finder error).
- Using the search bar in the reserves window once again automatically switches you to the Search tab.
- Fixed host window delay when many reserves were being sorted by boss.
- After importing reserves without class info, LootReserve should learn the characters' classes once they join the group.
2023-02-03-beta
2023-02-03-beta
Features
- Add support for external listeners.
2023-01-31-beta
Fixes
- Restore classic era and Season of Mastery functionality.
- Implemented LibUIDropDownMenu-4.0 so lootreserve no longer contributes to blizzard's dropdownmenu problems (fixes group finder error).