Heal macro

How do I cast a heal on a player without mouse over and without targeting player?

/cast [@playername] Flash Heal should work for a priest macro.

1 Like

What about low rank heals?

/cast [@playername] Flash Heal(Rank [whatever rank you want])

i personally use

/use [@mouseover,exists] (Heal +rank)

that way if i have my mouse over a person in the raid frame or in the world, it will cast on them, and if not it will cast on my target (or myself if no target)

1 Like