Wild Charge Macro

Trying to make a mouseover macro for Wild Charge. I was starting off with the following Warrior macro as some guidance:

#showtooltip
/use [@mouseover,exists,harm] Charge;[@mouseover,exists,help] Intervene; [harm] Charge; Intervene

And came up with the following for my own (ignore the Renewal bit…

#showtooltip
/cast [talent:2/2] Renewal
/use [talent:2/3] [@mouseover,exists,harm] Wild Charge;[@mouseover,exists,help] Wild Charge; [harm] Wild Charge; Wild Charge

This only seems to be picking my targets though. And not priortizing mouseover. Does anyone happen to know a good way to do this? My last guess was investigating a way to cast based on form, and then choose harm mouseover for cat/bear, and help mouseover for no form. Any help would be rad, ty

#showtooltip 
/use [@mouseover,exists,harm] Wild Charge; [@mouseover,exists,help] Wild Charge; [harm] Wild Charge; Wild Charge

Thats what I use. Very similar to what you have. It functions properly, choosing mouseover over selected target, or no target at all.

Not sure whats giving you issues, but my guess is the “[talent:2/3]” part is causing problems.

Appreciate the help! I’ll give this a shot and see what happens tonight lol

Did you get it to work?

I did not. Sort of gave up tbh. Need to spend some time investigating why it wont work.

The macro I linked works.

If you’re having issues it’s likely do to the talent/renewal lines you’re trying to add.

Why are you trying to bind renewal to charge?

I think so as well. there is probably a missing syntax that makes it not work. and that talent bit is so i can use one macro/keybind for both abilities when you swap talents. its very useful so you arent toying with spellbook after swapping talents.

Renewal is a self spell. In that case take the renewal talent choice out of the macro and then use the same key bind for both. That way you’re pressing the same button.

I believe talent rows will just use the same space on your bars and swap the space accordingly

thats a great point. i completely overthought this. will try it out later with a combo of Tical’s macro!

1 Like