WoG or Eternal Flame based on talent

Looking for help with macro that will cast Word of Glory or Eternal Flame based on talent choices. I tried:

#showtooltip
/cast [known:Word of Glory] Word of Glory ; [known:Eternal Flame] Eternal Flame

but for some reason that doesn’t make sense to me the above only allowed to be cast on myself, no party members

1 Like

What keybind do you have it on?

Optimized macro:

#showtooltip
/cast [known:156322] Eternal Flame; Word of Glory
1 Like

The optimization you gave is great, thank you. I am using a Clique macro key bind. When I click my party frame it cast on me only. When I click on the name plate or target frame it heals as expected. My other Clique binds seem to work without issue, but they aren’t macros, just spells. This is on my prot paladin if that could mean anything, but I cant see how it could.

1 Like

Try setting is up as a mouseover

#showtooltip
/cast [known:156322,@mouseover,help,nodead] [known:156322] Eternal Flame; [@mouseover,help,nodead] [] Word of Glory
1 Like

Exactly what I was looking for, thanks mate.