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.
Base Healing Macro
Alt: Self Cast
Mouseover Friend: Cast on Mouseover
Target Friend: Cast on Target
Target Enemy Targeting Friend: Cast on Enemy’s Target
Default casting behavior. This condition also serves to generate the correct tooltip.
#showtooltip
/cast [mod:alt,@player] [@mouseover,help,nodead] [help] [@targettarget,help,nodead] [] SPELL
#showtooltip
/cast [@mouseover,help,nodead] [help] [@targettarget,help,nodead] [] Intervene
4 Likes
/cast [mod:alt,@player] [@mouseover,help,nodead] [help] [@targettarget,help,nodead]
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
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
Edit: Thanks!
1 Like
system
(system)
closed
December 30, 2020, 10:52am
6
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.