WoW API: GetProfessionInfo
Gets details on a profession from its index including name, icon, and skill level.
name, icon, skillLevel, maxSkillLevel, numAbilities, spelloffset, skillLine = GetProfessionInfo(index)
Arguments
- index
- Number - The skill index number (can be found with API GetProfessions()
Returns
- name, icon, skillLevel, maxSkillLevel, numAbilities, return6, return7
- name
- String - The skill name
- icon
- String - the location of the icon image
- skillLevel
- Number - the current skill level
- maxSkillLevel
- Number - the current skill cap (75 for apprentice, 150 for journeyman etc.)
- numAbilites
- Number - The number of abilities/icons listed. These are the icons you put on your action bars.
- spelloffset
- Number - haven't figured this one out yet
- skillLine
- Number - haven't figured this one out yet
Details
This also seems to return some kind of data on the talent trees and guild perks.