Hello there,
I am trying to get my ‘‘spell lock’’ ability on a macro (to eventually manage focus/target etc)
somehow, I get a red error message saying ‘‘spell not learned’’ if I try to cast spell lock through a macro and can’t find why (the spell by itself work)
Even simplifying the macro to the simple /cast spell lock does not work
the /click petactionbutton4 work (it’s my temporary solution but not as useful for what I want to do)
from all I found while googling, it should work all fine. (removing all add-ons did not solve the issue)
Thanks for the help!
I believe that you can not macro pet abilities. However you can macro command demon ability that we have as a basic warlock ability. i personally use mouseover macro and it work amazing.
Thanks! That helped a lot!
/cast [@focus] Devour Magic(Special Ability)
/cast [@focus] Spell Lock(Command Demon Ability)
/cast [@focus] Seduction
/petattack [@focus]
/cast [@focus] Call Felhunter
if you set your target as focus this works for both succubus and fel hunter all in one, keep in mind tapping it will make your pet attack your focus even without the cd available, however you can remove that line if you want
/petattack [@mouseover, harm, nodead]
this one works to stomp totems with your pet if you care enough
Thanks! It was the (command demon ability) thing I was missing
Thanks everyone for the help!