lockslash 1 Posted February 9, 2014 Share Posted February 9, 2014 Hi in warlock afli, to cast the "Malefic Grasp" is necessary write "Shadow Bolt" in the name of spell ¿¿?? Link to comment https://wrobot.eu/forums/topic/1128-warlock-afli-shadow-bolt-malefic-grasp/ Share on other sites More sharing options...
Droidz 2738 Posted February 10, 2014 Share Posted February 10, 2014 Hello, If when you write "Shadow Bolt" your character launching "Malefic Grasp" then is necessary to use "Shadow Bolt". This is in wow code, I ignore why (Wow use base spell name). You can use this macro to get base spell name: /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/1128-warlock-afli-shadow-bolt-malefic-grasp/#findComment-5932 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