Thread Tools Display Modes
02/17/19, 10:22 AM   #1
Baumkuchen3
AddOn Author - Click to view addons
Join Date: Jan 2019
Posts: 12
How to get a Skill Level

1.
I want to check the level/height of a specific Dark Brotherhood skill.
But I don't know how to get a skill level at all.

2.

Is there a list of all of all Skills Names/Indexes in the Addon API?
  Reply With Quote
02/17/19, 01:42 PM   #2
Baertram
Super Moderator
 
Baertram's Avatar
WoWInterface Super Mod
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 4,912
Search the API txt file for "ability". There are functions which will return the rank.
TXT files for each API version: https://wiki.esoui.com/APIVersion
  Reply With Quote
02/20/19, 12:14 PM   #3
Baumkuchen3
AddOn Author - Click to view addons
Join Date: Jan 2019
Posts: 12
I tried it with "GetAbilityInfoByIndex(AbilityID)" to get the current level of "Swiftly Forgotten" ... but with the AbilityID 76454 (or 76455, 76456, 76457) the return is null ... even though I've learned that.

Code:
local s_name, s_texture, n_rank, n_actionSlotType, b_passive, b_showInSpellbook = GetAbilityInfoByIndex(76454)

I've got the AbilityID's from this site
  Reply With Quote

ESOUI » Developer Discussions » General Authoring Discussion » How to get a Skill Level

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off