Need macro plz

need a singe magic macro for my pet imp (warlock)
and target = nameofperson

but i need it inside this macro, instead of sucubus seduction, use singe magic or spell lock depending on which pet is out:

#showtooltip
/cast [@focus,harm,pet:felhunter] Spell Lock; [pet:Succubus] Seduction;

ty guys!

Could just use Command Demon for these.

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

With name support.

#showtooltip
/cast [pet:imp,@NAME,help,nodead] [@mouseover,exists,nodead] [] Command Demon

ehhh needed it to have spell lock @ focus too

#showtooltip
/cast [@focus,harm,pet:felhunter] Spell Lock;

#showtooltip
/cast [pet:imp,@NAME,help,nodead] [pet:felhunter,@focus,harm,nodead] [@mouseover,exists,nodead] [] Command Demon
1 Like

Can you remove the mouseover part? i don’t want that, just @NAME for imp

also the spell lock part, can you make it exactly liek this?
/cast [@focus,harm,pet:felhunter] Spell Lock;

the current one you made doesn’t spell lock vs dummies

edit: neither spell lock @ focus, or imp @player is working, no idea why

Did you use glyphs that changed your pet types? That’s the only reason it shouldn’t be working.

Nope, not using those, th is is for cataclysm classic so it might be a bit different idk

Does Command Demon exist in that version of the game?

Looks like it doesn’t exist…

#showtooltip
/cast [pet:imp,@NAME,help,nodead] [pet:imp,@focus,help,nodead] [pet:imp] Singe Magic; [pet:felhunter,@focus,harm] [pet:felhunter] Spell Lock; [pet:Succubus] Seduction

I don’t need the imp@focus, or the seduction, just the imp @name + spell lock @focus

ty for helping me!!

Just delete the sections you don’t want.

Thanks man!!!

#showtooltip
/cast [pet:imp,@player,help,nodead] [pet:imp] Singe Magic; [pet:felhunter,@focus,harm] [pet:felhunter] Spell Lock;

one problem… the singe magic works fine, but the spell lock will spell lock will spell lock target if i have no focus, i don’t want that, only focus plz

/edit nvm figured it out :slight_smile: ty again!!

#showtooltip
/cast [pet:imp,@player,help,nodead] [pet:imp] Singe Magic; [@focus,harm,pet:felhunter] Spell Lock;