Thread Tools Display Modes
07-17-19, 06:11 AM   #1
aallkkaa
A Warpwood Thunder Caller
 
aallkkaa's Avatar
AddOn Author - Click to view addons
Join Date: Jun 2017
Posts: 98
Thumbs down How to get all Azerite Essences' spells names / IDs / ranks ?

For my LibSpellName2SID addons, I'm looking for a way to retrieve all the Azerite Essences' spells, introduced in WoW 8.2.0, from the servers.

I know I can get a list of all Azerite Essences ("items") with the function C_AzeriteEssence.GetEssences().
But what info from the resulting list, an with what functions, can I retrieve the Major and Minor spells for each rank?

For example, with this information, retrieved with C_AzeriteEssence.GetEssences():
Code:
{
    valid=true,
    name="The Crucible of Flame",
    ID=12,
    icon=3015740,
    unlocked=true,
    rank=1
  },
How do I get the following information (preferably not only for Rank 1, but for all four):
Code:
{
["Concentrated Flame"] = 295373,   -- Major
["Ancient Flame"] = 295365,   -- Minor
},
?
  Reply With Quote
07-17-19, 06:36 AM   #2
Ketho
A Pyroguard Emberseer
 
Ketho's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2010
Posts: 1,026
I don't know about the API but otherwise you can find that information here externally
https://wow.tools/dbc/?dbc=azeritees...#search=295373
  Reply With Quote
07-17-19, 09:05 AM   #3
aallkkaa
A Warpwood Thunder Caller
 
aallkkaa's Avatar
AddOn Author - Click to view addons
Join Date: Jun 2017
Posts: 98
Thank you, that does help a lot!
  Reply With Quote

WoWInterface » Developer Discussions » Lua/XML Help » How to get all Azerite Essences' spells names / IDs / ranks ?

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