View Single Post
02-21-11, 06:02 AM   #10
zynix
A Cliff Giant
AddOn Author - Click to view addons
Join Date: May 2008
Posts: 70
I would add yet another check: nodead
Code:
/cast [@mouseover,help,nodead][@target,help,nodead][@player][] Heal
Because, if you accidently mouseover a dead person, it will try and cast Heal, which causes a fail to occour; even if you have a target, which fulfills these conditions.
So therefore, I would add the nodead check.
  Reply With Quote