View Single Post
08-12-18, 03:16 PM   #1
CC_WOW
A Deviate Faerie Dragon
 
CC_WOW's Avatar
AddOn Author - Click to view addons
Join Date: Nov 2016
Posts: 19
Professions API for BFA and the expansion-specific skills?

Greetings,

I'm trying to find out the skill levels for each expansion's profession (Legion Cooking etc.). Before 8.0.1, I simply used GetProfessions() and then GetProfessionInfo(), which would provide me with the desired data. Now, it merely tells me that I have 100/100 in Legion Cooking (or whatever is the highest skill being displayed in the UI), but there's no info whatsoever about the other ones. This doesn't help me very much, unfortunately.

Is there a simple way to do this? I've searched these forums, Google, and FrameXML/Blizzard's UI but I didn't find so much as a hint. I noticed that I could detect the individual expansion-specific spells by ID, but that doesn't help in finding the exact skill level they're at.

Thanks for your time!
  Reply With Quote