Hello o/,
I'm trying to fetch skills from /v2/skills, decoded from a build template (via https://github.com/gw2efficiency/chat-codes), but the skills are "not found". Example build-template (revenant) [&DQkDPg8mNDfcEdwRKxIGEgYSKxLUEdQRyhHKEQEDAgMGEisS1BEGEisS1BE=]
Decodes some skills to:
terrestrialEliteSkill: 4554
terrestrialHealSkill: 4572
Do i need to translate the build-skill ids to api ids, or am I missing something else? I know rev builds are kinda special, I check with other build-templates but getting the same results.
What should be the way to receive decoded build-skills from the api?
Thanks in advice!
Comments
hi u do need the Skill by Pallet, (https://en-forum.guildwars2.com/discussion/94395/api-updates-december-18-2019 here is the forum post with a complet Breakdown),
u will find it under api.guildwars2.com/v2/professions/(professionName)?v=latest the first is the id in the ChatLink the Snd is the ID for the API.
Thank you very much!