Thread Tools Display Modes
09-16-19, 11:57 AM   #1
Zam89
A Deviate Faerie Dragon
Join Date: Mar 2019
Posts: 18
Classic lib for spells

Hi did someone knows if there is a lib for classic which all spells, adn the Level you learned that spell?

Somehing like
local Spells = {}
Spells= LIBSPELL:GetSpellinfoByClass(class)

that that we have something like

Spells[1]. ID = 123456
Spells[1]. levellearned= 22
.
.
.
  Reply With Quote
09-17-19, 12:26 PM   #2
fusionpit
A Murloc Raider
AddOn Author - Click to view addons
Join Date: Apr 2009
Posts: 6
My addon "What's Training?" has all of this info stored in some separate files. You can extract that data and reformat it in a lib if you wish: https://github.com/fusionpit/WhatsTr...master/Classes
  Reply With Quote
09-25-19, 01:47 PM   #3
Zam89
A Deviate Faerie Dragon
Join Date: Mar 2019
Posts: 18
Thank you very much, this is perfect
  Reply With Quote

WoWInterface » Developer Discussions » General Authoring Discussion » Classic lib for spells

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