View Single Post
02-21-11, 09:59 AM   #11
Taryble
A Molten Giant
 
Taryble's Avatar
Join Date: Jan 2009
Posts: 811
Here's probably what I'd do if I was writing it for myself:
Code:
#showtooltip
/cast [@mouseover,help, nodead][@target,help, nodead][] Holy Light
Yes. I removed the "@player" tag. Why? Because [] means that if it doesn't meet any of the prior sets of conditions, then it follows Normal Casting Rules - which includes the self-cast modifier, and automatic self-casting (ie it won't cast a healing spell on an enemy, it'll instead cast it on self).
__________________
-- Taryble
  Reply With Quote