View Single Post
  #3  
Old 04-20-2013, 05:42 AM
Derision
Developer
 
Join Date: Feb 2004
Location: UK
Posts: 1,540
Default

Because the formula used for the heal effect in Symbol of Transal is:
Code:
result = ubase + 6 * (caster_level - GetMinLevel(spell_id)
So if the caster level is less than the minlevel (which is 11, the level at which a cleric gets the spell), the heal amount is negative, resulting in damage.
Reply With Quote