Intervene macro help

Hello, I’m looking to create a macro to intervene party 2 member, and then a separate macro to intervene party 3 member. Could anyone help with that?

1 Like

You’re player. It’s party 1-2 for 2v2 and 3v3 to target your teammates.

#showtooltip intervene
/cancelaura bladestorm
/cast [@party1] Intervene

Then just make a second that’s party2. Alternatively put the names of your teammates in there.

https://www.curseforge.com/wow/addons/dynamicmacros-pvp

Another option is to use DynamicMacros which lets you just have an @healer or @damager macro so that you’ll always either intervene your dps or healer without having to swap their names out as the addon does it for you.

Intervene for healer only:
#showtooltip
/cast [@healer] Intervene

Intervene for damager only:
#showtooltip
/cast [@healer]
/cast [@damager] Intervene

Here’s a quick example. It’s super handy for shuffle where your teammates are changing constantly, and party 1-2 isn’t consistent (sometimes party1 will be healer, other times it’ll be dps).

1 Like

I use this mouseover macro on the same keybind as charge

/cast heroic throw
/cast [harm,nodead] Charge
/cast [@mouseover,exists,nodead] [help,nodead] Intervene

I know this is quite a while ago but I tried your @healer and @damager macros but they didn’t work. I copy and pasted them exactly as above but would not work once I was in a shuffle. Is it possible they were missing something?

Yeah, recently I’ve encountered an issue where it won’t swap the shuffle partners names, and it’s not consistent. Originally it’d swap for all six rounds and now it fizzles a few rounds in. :cry: