Pet mouseover macro

Hi,so i want a macro that will cast spell lock on my current target,spell lock if i mouseover
a target and single magic on mouseover when i have imp out.
Thanks in advance.

Command Demon version

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

Explicit version

#showtooltip
/cast [pet:imp,@mouseover,help,nodead] [pet:imp] Singe Magic; [@mouseover,harm,nodead] [] Spell Lock
1 Like

Thank you will try this.
edit: exactly what i needed thx a lot
What does the stand for?

[] = true
basically cast the spell like you would from the spell book.

1 Like

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