arkayenro / arkinventory

A World of Warcraft Inventory mod for Retail, Burning Crusade, and Classic
108 stars 14 forks source link

[BUG] party loot #1903

Open KampfSchneggy opened 3 months ago

KampfSchneggy commented 3 months ago

What version number you are using? 3.10.33

What game client are you playing? Retail, Wrath, Classic / Live, PTR, Beta Retail, Pandaria Remix in case it matters. (Couldn't test on normal char) Edit: Just tested on a normal char, same behaviour there

What language is the game client set to? German

Describe the bug I'm not totally sure if it's a bug or bad configuration. I created a rule for each equipment slot equip("INVTYPE_HEAD"), equip("INVTYPE_FEET"), equip("INVTYPE_HAND") and so on. Each rule is assigned to its own bar. The problem occurs with party loot. As long as I have the category System -> Equipment(PartyLoot) assigned, all party loot gets sorted to this. If I remove that assignment all that equiment won't get sorted to the rule bars of the equiment slot, but it is sorted to the default bag bars where everything that is not caught by something else is sorted to. Everything where the partyloot timer has run our is sorted correctly to the bars with the equipment slot rules. If I remove all assignments for the bags, the partyloot items move to the number 1 bar. This looks to me like a fall back if an item is nowhere sorted

To Reproduce

  1. Create rule for a distinct equipment slot e.g. equip("INVTYPE_HAND")
  2. Activate the rule and assign it to a bar
  3. Loot items in a raid that are eligible to be traded for some time (partyloot)
  4. Partyloot gets sorted only to the partyloot categorie if it is assigned. If not it gets sorted to bags or the fallback bar.

Screenshots First Screenshots are all from the same configuration: Everything not partyloot is assigned to the correct bars: image Partyloot Categorie is not assigned to any bar image No bag category is assigned so party loot is assigned to bar 1 where actually nothing is assigned to image image

Now I changed the configuration where I assigned the bags 1 to 5 to bar 51: image And Partyloot now gets sorted to the bags: image

The example for on of the equipment slot rules: image

Additional context

arkayenro commented 3 months ago

the party loot option is a hard override, it ignores everything and displays it where the equipment party loot category is assigned.

just turn the option off if its causing you issues.

and yes, if a category is not assigned to a bar it goes to the bar where the default category is assigned, or bar 1 if thats not assigned either.

KampfSchneggy commented 3 months ago

Thanks for your reply. Could you please tell me how to disable the partyloot categorie. Clicking the status in edit mode won't work.

arkayenro commented 3 months ago

in config > settings, go to the style you are using and its under items > override > party loot