Jump to content

How do I find the original spell of a spell?


Recommended Posts

How do I get the original spell name of a spell if it has been replaced by a newer spell, glyph, talent ect? I used to know a macro that would list all spells in the spell book and if a spell was replaced it would tell you the original spell name and ID. But the macro is no longer working.

 

 

 

 

 

Ignor this I fixed it.

 

/run for i=1,200000 do local f=FindSpellBookSlotBySpellID(i,"spell") if f then local n,id=GetSpellBookItemName(f,"spell"),select(2,GetSpellBookItemInfo(f,"spell")) local s=GetSpellInfo(id) s=n==s and " " or "\124cFF4FF763"..s print(id,n,s) end end

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...