AysonCurrax.3254:

Could it be that all of the Norn Cultural Armors are missing in both the items.json and the item_details.json?
If my code isnt wrong, by reverse-looking up the chat code [&AgHQDgAA] for the T3 heavy chest piece, it should have the item_id 3792, but that doesnt seem to exist.
Same is the case for other pieces. Human Cultural worked like a charm, though.

Did i mess up there, or is this actually a legitimate issue at the moment?

Sariel V.7024:

You messed up.
Stag chestpiece is at 6048.

AysonCurrax.3254:

ahh…thanks for pointing that out. I will look into it and figure out where i went wrong.

AysonCurrax.3254:

You messed up.
Stag chestpiece is at 6048.

could you tell me if the chat code in my first post is correct? I grabbed it off of the wiki assuming it is correct, and the id is what i got when i decoded it. however, when encoding the correct id 6048, i get [&AgGgFwAA]. I currently cant test if thats right or wrong, though.

StevenL.3761:

I can confirm that the original chat code represents item_id 3792. My decoder returns the same result.

Does the chat code work in-game? Then there probably is a real issue.

AysonCurrax.3254:

Just tested this ingame:
[&AgHQDgAA] => 3792 => PvE Stag Armor
[&AgGgFwAA] => 6048 => PvP Stag Armor

seems like my decoder/encoder is working correctly, but the item_id is missing from both the items and item_details api. this seems to be the case for all norn cultural armors, and probably a bunch of other items.

I would appreciate it if a dev could look into it.

Sariel V.7024:

Hmmm…
Looking closer at my dataset, I have to agree. 6048 is an exotic armor piece with 0 level requirement. That’s generally an indicator for PvP gear. The item names for PvP gear don’t use ‘PvP’ when pulled from the API.

Supposedly an item must be ‘discovered’ before it shows up in the API. Does this mean that no one has bought Stag armor recently? It seems unlikely, but it is ridiculously expensive.