View Single Post
02-20-11, 08:45 AM   #2
leo81202
A Kobold Labourer
Join Date: Oct 2008
Posts: 1
Originally Posted by BizWax View Post
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?
/cast [@mouseover,exists] [] Heal

the spaces make a difference
  Reply With Quote