Charge macros

I’ve been trying to make a macro that combines charge, intervene and when in range victory rush. I read that was possible on wowhead, there also was an example:
#showtooltip
/cast [harm] Charge
/cast Victory Rush
/cast [help] Intervene
But this doesn’t work for me. I tried everything I could with my limited macro knowledge, if anyone knows a solution, or if it’s even possible, any help is appreciated!

What are you trying to do? Do you want cast Victory Rush right after Charge when you get in range or do you want to cast Charge when you are away from enemy and victory rush when in range?

You can easly combine Charge and Intervene like this:

#showtooltip
/cast [help]Intervene;Charge

You can’t realy put Victory Rush here becasue there is no conditional for range and casting it right after will try to cast it right after, before your character moves close(if Charge doesn’t have GCD). The only solution could be to use castsequence but this would require you to press the button twice for Victory Rush but it will require sucessful Charge use.

#showtooltip
/castsequence [harm]reset=combat/20 Charge,Victory Rush
/cast [help]Intervene

I heard it was possible to make it so that charge is used when far away and victory rush when near, plus intervene when targeting an ally. https://www.wowhead.com/ptr-2/guide/classes/warrior/fury/best-macros-addons
There it said it was possible

What goes wrong with it?

#showtooltip
/cast Victory Rush
/cast [known:3411,help] Intervene; Charge

What part isn’t working?

It’s stuck at the charge stage, I can use intervene, however victory rush doesn’t work.

The icon won’t change but it’ll still use Victory Rush.

Ok, that works, thanks to everyone helping!

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