Heelp with druid macro pls

Hi guys,
I’m trying to make this macro for the 2nd talent row that should:

  • when talented into Tiger Dash just do Tiger Dash
  • when talented into Renewal, just do Renewal (no shapeshifting)
  • when talented into Wild Charge it should do Wild Charge, unless i’m mouseovering a team mate, in which case it should do a ‘cancelform’ and a Wild Charge to my mate.

I’ve been trying but clearly lack the knowledge to do so…

this is what i came up with and it “seems” to work. but i don’t know if someone that actually knows what he’s doing could make a better more correct one.

#showtooltip
/cancelform [talent:2/3,@mouseover, exists, help]
/use [talent:2/1]Tiger Dash;[talent:2/2]Renewal;[talent:2/3]Wild Charge

you’ll have to spam the macro twice tho

Sort of works, but it won’t make you charge to your friendly mouseover target.

#showtooltip
/cancelform [talent:2/3,@mouseover, exists, help]
/use [talent:2/1] Tiger Dash; [talent:2/2] Renewal; [talent:2/3, @mouseover, help, nodead, noform] [talent:2/3, harm] Wild Charge

(Not sure if it works with all the spaces, but that should be the trick)

1 Like

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