Warbringer MACRO

If macro’d together, charge and intercept both activate at the same time.

STEPS TO REPRODUCE

  1. Be a prot warrior with the “Warbringer” talent
  2. create a macro with the following script:
    #showtooltip Charge
    /cast [help] Intervene
    /cast Charge
    /cast Intercept
  3. use said macro on an enemy while possessing 10+ rage

CURRENT BEHAVIOR

When the user has sufficient rage and is targeting an enemy creature, using this macro activates both charge and intercept at the same time; putting both abilities on cooldown and the effects of both abilities are observed.

EXPECTED BEHAVIOR

The expected behavior was that this would enable a single button to intervene an ally if targeted and charge an enemy if targeted; and to intercept the enemy instead if and only if the charge ability was already on cooldown.

DOES NOT WORK.

#showtooltip
/cast [modifier:ctrl] Shield Bash
/castsequence [nomod] reset=15 Charge, Intercept
/cast [help, nomod] Intervene; [target=mouseover, help] Intervene;

#showtooltip
/castsequence [harm] reset=15 Charge, Intercept; [help] Intervene

Does anyone have a solution using GSE?

On this line:
/cast [help, nomod] Intervene; [target=mouseover, help] Intervene;
try:
/cast [@mouseover,exists,help,nodead] Intervene

1 Like