View Single Post
02-20-11, 08:35 AM   #1
BizWax
A Defias Bandit
Join Date: Feb 2011
Posts: 2
Macro-ing a mouseover heal.

You know the priest spell 'heal'. I tried to make a macro for it so that it would be cast at my mouseover.
Code:
#showtooltip
/cast[@mouseover,exists] [] Heal;
for some reason it doesn't work. I have the same macro for flash heal, and it works just fine, but not for heal.

Any insights?
  Reply With Quote