Jump to content

[fighting class] aff lock Malefic Grasp doesnt seem to cast


Dunduro

Recommended Posts

Malefic Grasp doesnt cast even when i make a fighting class with only Malefic Grasp in it no caps mistakes and no extra spaces i'm mind blown :/ would be a great dps increase since now the lock fighting clases i've seen use soul draing al the time which is overal id say 20-30 % dps reduction

Link to comment
Share on other sites

I'm on my laptop and forgot my mouse at home (this touch pad makes doing things so annoying to me), so I can't really test anything in game, but if you run

/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

in WoW chat, does Malefic Grasp come up with another spell on the same line?

Link to comment
Share on other sites

Another idea is to just run an LUA instance of the spell by name.. Instead of typing in the spells name in the box, type

CastSpellByName("Malefic Grasp")

then in the settings box, scroll all the way down and change Is not spell, is lua script to true. Add in your conditions like normal and go.

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