Jump to content

Base ID from the spell book problem.


Bear T.O.E.

Recommended Posts

Ok so this macro dosent work anymore.

 

/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

 

anyone know the and or a new macro to get the base ID's from the spell book?

Link to comment
Share on other sites

yeah but this macro will tell you all the spell names and IDs in the wow chat window which is soooo much easier than having to look up stuff. I think the ( \124cFF4FF763 ) is the issue since the latest update.

Link to comment
Share on other sites

  • 2 weeks later...

Ok so its working again for some reason... It works fine on my mage.

 

/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...