Originally Posted by Saufsoldat
I need some help with a macro. I'm trying to make my Imp always attack my own target, but when I just add "/petattack [@target]" in my Incinerate macro, the imp will interrupt and then start his cast all over every time I press the button.
|
Saufsoldat, this macro should do what you want it to, though whether it will give you maximum pet dps is a slightly different matter. This macro will cause your pet to change target automatically when you do, when you cast the spell you attach it to- I'm going to use Immolate in this example:
#showtooltip Immolate
/use Immolate
/petattack [@playertarget] Firebolt
You can add in [harm,nodead] modifiers according to personal preference. The macro works best with the Imp on passive (great if you're opening with a glyphed Fear pull) as the syntax needs to change slightly for pets left on defensive. I
think that it would be a dps loss to add that line to Incinerate as we tend to spam that, which may interrupt any new Firebolts the imp had begun casting whilst we were finishing our previous Incinerate cast, but I can't get in game right now to test. I cannot attest as to whether this will allow your imp to cast the maximum number of Firebolts under every possible circumstance, but it does save you hitting Ctrl+1 and saves Firebolts being 'wasted' at a lower priority target.