Help/Harm + Talent Row Macro

Hi,

I’m a resto Druid and want to make a macro that does the following:

Uses Cenarion Ward if the target is friendly
Uses either Mighty Bash or Mass Entanglement if the target is an enemy (these are on the same talent row)
Uses Heart of the Wild if picked instead of Bash & ME (all 3 are on the same talent row)

The below does not seem to work but is my best effort so far… Please help!

#showtooltip
/cast [help] Cenarion Ward; [harm,exists,nodead] [talent:4/1] Mighty Bash; [talent:4/2] Mass Entanglement
/cast Heart of the Wild

[this, and this]
[this] [or this]
#showtooltip
/cast [talent:1/3,help] Cenarion Ward; [talent,4/1] Mighty Bash; [talent:4/2] Mass Entanglement; Heart of the Wild

You can eliminate all the harm checks on the later talents because you’re checking for help on CW.

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