Releases: evil-morfar/RCLootCouncil2
3.5.0
Changes
Dragonflight
Updated for Dragonflight prepatch.
Added token and trinket data.
Added auto pass for Evokers.
Add all tradeable items to session
It's now possible to add all items from your bags with a trade timer on them to a session at once.
Simply use /rc add bags
or /rc add all
to do so. You must obviously still be ML/group leader to do so, and have the addon active.
TradeUI
Updated logic being ItemStorage when trading items. It should now properly account for whom you're trading items to, which resolves issues with the "wrong" item being removed after trading with someone.
Last I checked there were still some issues with detecting the trade target (not sure I can do anything about it). The above will only work if trade target is detected properly, i.e. if the addon can add items to the trade window automatically.
Group Loot
Addon now fully supports group loot. In this first iteration it more or less works similar to personal loot - although you may come across needing to manually add items (/rc add [item]
). This will be expanding upon and more fletched out in the coming weeks.
Other
Added itemName
to JSON export (CurseClassic#137).
Bugfixes
- Frames will no longer intercept mouse scrolls when hidden (CurseClassic#181).
3.4.0
Changes
Updated for patch 9.2.7.
Non-tradeable items that's ignored or blacklisted are no longer recorded in the loot history (#210).
Added option for restoring /rc
to its ready check functionality (#215, Curse#495).
Dev
- Added itemLink to
RCMLAwardSuccess
andRCMLAwardFailed
AceEvents.
Bugfixes
- Fixed issue with Auto Award BoE list. (Curse#500)
- Fixed occasional missing data error. (Curse#503)
- Fixed hyperlink formats in TSV exports - thanks to Yttrium-tYcLief (#214).
- Added
id
to json export (Classic#43). - Award Later items now remembers which boss they where dropped by (Classic#43).
v3.3.0
Changes
Patch 9.2
Updated for patch 9.2.0.
Re-added Armor Token button/response group option.
Added item data for Sepulcher of the First Ones.
Bugfixes
- Fixed issue with
/rc remove
command. - TradeUI can now handle duplicate items.
v3.2.1
Changes
Patch 9.1.5
Updated for patch 9.1.5.
Bugfixes
- Fixed issue with non ascii name comparisons for never seen before players.
v3.2.0
Changes
Patch 9.1
Updated for patch 9.1.
Added new trinkets to the auto pass list.
Quality of life
Frames that have been manually minimized will no longer maximize when leaving combat.
Frame z-level issues are no longer a thing. Credits to enajork (#206).
Session frame no longer has items infinitely stuck on "Waiting for item info". Items are removed if the item info isn't found.
Added trinkets from all Shadowlands dungeons and raids to the auto pass list.
Misc
/rc fulltest
now always uses items from the latest raid. Credits to jjholleman (#204).
/rc add
can now only be used supported inputs (itemLinks and itemIDs).
3.1.5
Changes
Updated toc for patch 9.0.5.
3.1.4
Bugfixes
- A candidates mainhand/offhand is now always shown in the voting frame when dealing with context tokens. (Curse#470)
- Hopefully fixed the remaining issues plaguing the addon the last couple of weeks. (Curse#457-472)
3.1.3
Bugfixes
- Suppressed errors in Voting Frame. Exact cause is still unknown, and this fix while supressing errors can still lead to blank spaces in voting frame. Please report back if you're experiencing any of this. (Curse#457-465)
3.1.2
Bugfixes
- Context tokens were unintentionally ignored.
- Fixed errors from missing functions (Curse#453).
- Council should now be more reliably sent before first kill to avoid non showing voting frame for council members (Curse#456, #202).
- Sorting of the default buttons in the voting frame now works again. Note you may need to move buttons up/down to properly register. (#203).
3.1.1
Bugfixes
- Fixed issue with Blizzard functions occasionally returning nil upon entering a group (Curse#452).
- Fixed issue related to player classes (Curse#449).
v3.1.0
Changes
Auto Awards
Auto Awards now works on a priority based list, so that you can have fallbacks in case your usual recipient is on an alt etc.
The input field is updated to handle multiple entries at once (seperated by commas and/or spaces) when ungrouped, while still listing group members when grouped.
Candidates in the list have class icons and colors added if you've seen them recently. If they're in your group but don't have the class infomation, then you probably have misspelled their name.
All stored Auto Award settings has been reset as part of the update.
Anima
Anima is no longer registered in the voting frame or history, and any anima in the history has been removed.
Added
Companion Pets
Pets now have a button group.
Added option to ignore all pets when looting.
Version Check
The version checks now shows the totals of installed versions.
Bugfixes
- Players' enchating level again shows up in the disenchant menu in the voting frame.
- The list of candidates now updates much more frequently to avoid listing candidates that have left the group.
- Fixed corrupted player caches, introduced in v3.0.2, leading to a total breakdown (Curse#443-448 + #201).