Bear T.O.E. 63 Posted April 5, 2014 Share Posted April 5, 2014 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 https://wrobot.eu/forums/topic/1310-how-do-i-find-the-original-spell-of-a-spell/ Share on other sites More sharing options...
Droidz 2738 Posted April 6, 2014 Share Posted April 6, 2014 Hello, In debug log I have added spell name and spell id of all spells of your spellbook (log is in same order of your spell book, this can help to found base spell name). I'll try to found more easy way. Bear T.O.E. 1 Link to comment https://wrobot.eu/forums/topic/1310-how-do-i-find-the-original-spell-of-a-spell/#findComment-7065 Share on other sites More sharing options...
Bear T.O.E. 63 Posted April 9, 2014 Author Share Posted April 9, 2014 ah ok ty. Link to comment https://wrobot.eu/forums/topic/1310-how-do-i-find-the-original-spell-of-a-spell/#findComment-7111 Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now