Help needed for a little complex multifunctional pet macro for my lock

Hello all, first of all, sorry for my bad eng knowlage, i try my best

So, the basic pet command spell on lock is long story short: sh.t. i need 2 macro for fix my problems in arena
So the macro looks like this
Always show us the summoned pet ability
IF i have a felhunter summoned, use interrrup on my target
IF i have a succubus summoned, use Seduction on my target
IF i have imp summoned, use Singe Magic on ME

i need a target=focus version of this macro too (mod nomod version not good for me, i prefer to use different button for targets and different for focus)

i try a few different way but i give up, maybe i’M not good enught whit macros

thank you for your time

Just pulling Command Demon out of your spellbook and putting it on your bars will do all that with the priorities you listed. Assuming you have auto self cast enabled in the Interface > Combat options.

As for the focus version.

#showtooltip
/cast [@focus,exists,nodead] [] Command Demon

If you want mouseover support.

#showtooltip
/cast [@mouseover,exists,nodead] [] Command Demon

If you wanna go fancy

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.