RCLootCouncil

RCLootCouncil

23M Downloads

[BUG] Additional buttons for chest slot of Amirdrassil raid armor not wroking

Sinnrg opened this issue ยท 6 comments

commented

Describe the bug
Additional buttons (Chest) for Amirdrassil chest armor not working, shows default selection (Need, Greed, ...) buttons. For other chest armor, from older raids, works as intended.

RCLootCouncil.zip

commented

forgot to mention that i change RCLootCouncil\Core\Constants.lua
Constants.lua.txt
to lazy to zip just renamed to txt
added line
36 INVTYPE_ROBE = "Chest 2(Robe)", -- fix for INVTYPE_ROBE

commented

hm, i probably zipped before closing client didn't saved configuration. Also attaching screenshot.
RCLootCouncil (2).zip

Screenshot 2023-11-20 142019

commented

Your profile doesn't show you've changed said buttons. Remember to click the "okay" button after configuring the button names/responses.

commented

so was playing around debugging, found that those chest items assigned as INVTYPE_ROBE. had to manually copy INVTYPE_CHEST section and change to INVTYPE_ROBE in RCLootCouncil.lua and it worked out. Now need fix for addon to save it as INVTYPE_CHEST AND INVTYPE_ROBE

RCLootCouncil (3).zip

commented

Hmm I remember dealing with that before, and thought it to be working. Will have to look into it again.
Nice find though

commented

Fixed in v3.10.4