SetSkill( SkillName.Magery, 100.3, 120.0);
SetSkill( SkillName.Meditation, 100.3, 120.0);
SetSkill( SkillName.Healing, 100.3, 120.0); ///added By Neshoba // need these to be able to cast
and this
public override bool CanHeal { get { return true; } }
public override...