Hi all, could use some help from one of macro wizards out there.
I got this macro from somewhere but I know it doesn't work properly. Could someone provide me a better one?
#showtooltip command demon
/cast [pet:Imp, @mouseover][pet:Imp] Singe Magic(Command Demon Ability)
/cast [pet:Felhunter] Spell Lock(Command Demon Ability)
/cast [pet:Voidwalker, pet:Succubus, pet:Felhunter] Command Demon
So some of it works and some of it doesn't.
Basically I was hoping for (with no modifiers):
Imp to cast Singe Magic on my mouseover and if no mouseover then on me
Felhunter to cast Spell Lock on my mouseover and if no mouseover on my target
Succubus to cast Seduction of my mouseover and if no mouseover on my target
Voidwalker should be able to use Shadow Bulwark on itself (no mouseover or target required)
Finally, these abilities should still work if I talent GoSac (no pet but I still get the Command Demon spell depending on which pet I sacrificed)
Any help would be appreciated, thanks!
#showtooltip
/cast [@mouseover,exists,nodead] [] Command Demon
2 Likes
Thanks. I was told Command Demon was buggy so I avoided using it in macros but so far it seems to be working okay. Thanks again.