[BUG] Additional buttons for chest slot of Amirdrassil raid armor not wroking
Sinnrg opened this issue ยท 6 comments
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.
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
hm, i probably zipped before closing client didn't saved configuration. Also attaching screenshot.
RCLootCouncil (2).zip
Your profile doesn't show you've changed said buttons. Remember to click the "okay" button after configuring the button names/responses.
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
Hmm I remember dealing with that before, and thought it to be working. Will have to look into it again.
Nice find though