Charge or Intervene macro

#1 - June 24, 2013, 6:32 p.m.
Blizzard Post
Hi Guys,

I'm looking for a macro that charges when it is off cooldown, and if it is on cooldown i want it to cast intervene on the target of my target. Any suggestions?
Forum Avatar
Community
#3 - June 25, 2013, 1:01 p.m.
Blizzard Post
I'm sorry but it's not possible to do such a thing with a simple macro.

Best you can do is probably a macro to charge if your target is an enemy, or intervene if your target is friendly instead:
/cast [harm] Charge; [help] Intervene; [target=mouseover, help] Intervene

Once upon a time a very (ahem…) wise Murloc had this to say on a thread about a similar subject:
24/01/2013 15:56Posted by Taepsilum
"If" conditionals and some sort of "while" loops used to be possible to implement with macros in the past (very distant past…), it was a design decision to disable these kind of options as they allowed players to automatize most of the decisions that we think should actually be a core part of the gameplay experience.