How to get World of Warcraft spell ID?

The Blizzard api has the function GET SPELL /WOW/SPELL/:SPELLID to recieve spell information. Run that function in a loop, request all available spells and back them up in a xml file. I give you that answer because I found the following in the Blizzard forum. Hey community devs!

When to use spellname or spelllink in Wow?

Using spellName or spellLink only returns the info if the spell is in your spellbook; otherwise it returns nil. The player’s form or stance affects return values on relevant spells, such as a warlock’s Corruption spell transforming to Doom while Metamorphosis is active. Patch 8.0.1 / API (2018-07-17): The rank return value is now always nil.

How to use the API for World of Warcraft?

C_EncounterJournal.GetSectionIconFlags ( sectionID ) : iconFlags – Returns the icon flags for a section, such as Magic Effect and Heroic Difficulty C_EncounterJournal.GetSectionInfo ( sectionID ) : info – Returns information about an entry in the Abilities section of the Encounter Journal.

Is there limit to number of spells you can get in Wow?

I would like to know the exact IDs because there are spells that might have IDs as low as 3 and up to 8056, while the limit of requests to do is around 3k for anonymous calls and 9k for registered applications (and this shuts down the idea of just trying to get the IDs in an ‘for’ expression).

How to find spell ID-MMO-Champion?

But MMO-Data base has been reworked so I cant find it there anymore. Do you guys have another way to check it? find it on wowhead, look at the link, eg. lfr polearm 109862 bold part is the spell id hope this helps, 107824 is normal, 109865 is heroic. Also there is addons that display spellid’s in tooltips.

How to get the number of a spell?

Number – ( fileID) The spell’s icon texture. Number – The spell’s unique ID. Buffs and debuffs regardless if the source was a ‘spell’, such as Well Fed from eating food. Using spellName or spellLink only returns the info if the spell is in your spellbook; otherwise it returns nil.

You Might Also Like