Living flame macro

Hi I’m trying to find help making a living flame macro for my evoker, trying to have to do that if I have an enemy target and use living flame it casts it at the enemy but if I have it mouseover a friendly player it casts it at them without the use of a modifer key

Got this working almost fully:

/cast [@mouseover, exists] living flame; living flame

The only thing It doesn’t do is still actually finish casting if I have an ally actually targeted, it will go thru the cast then just nothing happens if I have an ally targeted other wise if I mouseover an ally with and enemy targeted it works exactly how I want it

Sounds like you’re actually targeting yourself.

  1. You sure the macro’s on your bars?
  2. If it is, is it on a keybind that overlaps your Self Cast Key? If so, change the Self Cast Key to None.

Optimized macro

#showtooltip
/cast [@mouseover,exists,nodead] [] Living Flame
2 Likes

Here is the exact macro you are looking for
#showtooltip Living Flame
/cast [@mouseover,help,nodead] [] Living Flame
/cast [@target, exists, nodead] [] Living Flame

That macro will never execute the 2nd cast line, you can delete it.

1 Like