Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

EquipLocation [INVTYPE_NON_EQUIP_IGNORE] not coded. #1871

Closed
Crelam opened this issue Mar 19, 2024 · 8 comments
Closed

EquipLocation [INVTYPE_NON_EQUIP_IGNORE] not coded. #1871

Crelam opened this issue Mar 19, 2024 · 8 comments

Comments

@Crelam
Copy link

Crelam commented Mar 19, 2024

What version number you are using?
3.1025 (Dragonflight)

What game client are you playing? Retail, Wrath, Classic / Live, PTR, Beta
Live

What language is the game client set to?
English

Describe the bug
A clear and concise description of what the bug is.
Lots of my bars are empty, like everything been filtered out.

Also receiving message:
ArkInventory: WARNING> EquipLocation [INVTYPE_NON_EQUIP_IGNORE] not coded, please let the author know.

To Reproduce
Steps to reproduce the behaviour, if possible:
I just loaded into the game and saw that warning spamming my chatbox. 😅

Screenshots
If applicable, add screenshots to help explain your problem.

Additional context
Add any other context about the problem here.

@LilliCat
Copy link

Untitled

Same issue on live retail. In addition, many "non-equipment" items (consumables, herbs, meat, ores, etc) and in this example, Swiftthistle is incorrectly being assigned

@ImUnicke
Copy link

ImUnicke commented Mar 20, 2024

This was not an issue in v31024 (or at least prior to 10.2.6 Retail patch).
But reverting to this version retains the issue.
Reverting to v31023 retains the issue.

Maybe data was corrupted of our settings 😢

@ImUnicke
Copy link

ImUnicke commented Mar 20, 2024

Oh no, I think Blizz broke their GetItemInfo API 😩
It's now returning the INVTYPE_NON_EQUIP_IGNORE instead of one of these values https://warcraft.wiki.gg/wiki/Enum.InventoryType

Hmmm adding the new value into the ArkInventoryConst.lua resolves the chat warning, but the Items in bags continue to filter incorrectly.

			-- stuff that needs to exist, but not get shown
			["INVTYPE_NON_EQUIP"] = 0,
			["INVTYPE_NON_EQUIP_IGNORE"] = 0,
			["INVTYPE_BAG"] = 0,

@ImUnicke
Copy link

v31026 fixes the chat error spam due to the missing item equip type, but the default Item category choices are mostly wrong still. Tons of Items are now default-categorized as Equipment [(Soulbound)] whereas they were previously Recipes/Potions/Consumables/etc.

@arkayenro
Copy link
Owner

yeah, it looked ok but there were some oddities that i missed. just trying to work out the best way to fix it forever

@arkayenro
Copy link
Owner

should be properly fixed in 3.10.27

@GarnetDivine
Copy link

GarnetDivine commented Mar 20, 2024

Same issue for me, I see 3.10.27 listed on CurseForge, but when I install/update, it is still 3.10.26.

Edit: scratch that, had to manually download the file and install it rather than use CurseForge.

@ImUnicke
Copy link

Item default categories seem back to normal in v31027.

Think this issue can be closed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants