Thread: Update 4.0
View Single Post
04/19/18, 10:18 AM   #9
Weolo
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 79
I am confused Uesp GetSpecificSkillAbilityInfo() only returns 2 values, not 12.
It seems to be defined the same was it is right now

OLD
Lua Code:
  1. GetSpecificSkillAbilityInfo(skillType, skillIndex, abilityIndex, morphChoice, rankIndex)
  2. Returns: abilityId, rankNeeded

NEW
Lua Code:
  1. GetSpecificSkillAbilityInfo(skillType, skillIndex, abilityIndex, morphChoice, rankIndex)
  2. Returns: abilityId, skillLineRankNeeded
  Reply With Quote