Core Loot Manager DKP & EPGP & SK

Core Loot Manager DKP & EPGP & SK

2M Downloads

Update Item overrides to handle non-unique itemIDs by including itemlvl or other available item metadata

Closed this issue ยท 1 comments

commented

Is your request related to a problem? Please describe.

In mordern Wow, item IDs are not unique identifiers for different items. (Example: They have different "tracks" such as Champion, Hero, etc.) Thus it is possible for a single ItemID to have different item lvls. This means it is not possible to properly override the values via itemID only using the current override feature.

This is predominantly an issue for the tier tokens that drop. Raids drop the same itemID, but with different item lvls. If I try to override normal / heroic, the other one will also be overwritten. The tier tokens require to be overridden, because they are "slotless" items that are defined as zero GP in EPGP.

Describe the solution you'd like
Please update the override feature to have an optional column (to maintain legacy functionality) or to have an option to enforce a different schema to the provided override CSV.

It should be something like:
itemID, itemlvl,

If the column is optional, you can just count the number of columns to determine whether behavior. If a checkbox or dropdown is used, then a flag can control behavior.

Describe alternatives you've considered
Currently, I have to manually calculate the appropriate GP at item distribution time, which is annoying and slows down the raid.

commented

Duplicate of #611