Intervene macro

Used to have an arena macro that made it possible to cast intervene on my targets target to help my healer, Now i wanted to change it a bit to make it more useful in BG’s as well but it does not seem to work.

I want it to work on target of target but also my current target if i need to move forward with out somebody being attacked.

#showtooltip Intervene
/cast [target=focus] Intervene
/cast [target] Intervene

This is the current one but when i added the second line the first line seems broken and it says i have no target for when i use it on enemies.

#showtooltip
/cast [@mouseover,help,nodead] [help] [@targettarget,help,nodead] [] Intervene
4 Likes

If my tired old brain got it right it would be like this then?

#showtooltip Intervene
/cast [mod:alt,@player] [help] [@targettarget,help,nodead] Intervene

I don’t use mouse over :slight_smile:

No. I posted the final macro above. Without mouseover it would be:

#showtooltip
/cast [help] [@targettarget,help,nodead] [] Intervene
1 Like

Oh sorry the threw me off :slight_smile:

Edit: Thanks!

1 Like

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