Bear T.O.E. 63 Posted March 18, 2014 Share Posted March 18, 2014 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 https://wrobot.eu/forums/topic/1269-base-id-from-the-spell-book-problem/ Share on other sites More sharing options...
Droidz 2738 Posted March 18, 2014 Share Posted March 18, 2014 Hello, You can look on wowwiki (by sample for spell "Mind Flay" it is written "This ability replaces Smite.") Link to comment https://wrobot.eu/forums/topic/1269-base-id-from-the-spell-book-problem/#findComment-6815 Share on other sites More sharing options...
Bear T.O.E. 63 Posted March 19, 2014 Author Share Posted March 19, 2014 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 https://wrobot.eu/forums/topic/1269-base-id-from-the-spell-book-problem/#findComment-6829 Share on other sites More sharing options...
Droidz 2738 Posted March 22, 2014 Share Posted March 22, 2014 \124cFF4FF763 is for the text color, I'll look for fix this macro. I come back here after. Link to comment https://wrobot.eu/forums/topic/1269-base-id-from-the-spell-book-problem/#findComment-6888 Share on other sites More sharing options...
Bear T.O.E. 63 Posted April 5, 2014 Author Share Posted April 5, 2014 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 https://wrobot.eu/forums/topic/1269-base-id-from-the-spell-book-problem/#findComment-7056 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