View Single Post
04-09-15, 07:12 PM   #4
Phanx
Cat.
 
Phanx's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2006
Posts: 5,617
While there's technically no need to specify "nodead" since Penance can't be cast on a dead target, it's better to keep it so you don't end up with the "glowing hand" cursor. I'd also add "nodead" to the mouseover check so it also ignores dead mouseover targets:

Code:
/cast [@mouseover,nodead] [nodead] Penance
(And I'd keep the spaces to improve readability in the tiny in-game macro editor. )
__________________
Retired author of too many addons.
Message me if you're interested in taking over one of my addons.
Don’t message me about addon bugs or programming questions.
  Reply With Quote