Not sure if that version has the old attribute for energy damage, if not you can always do it via LUA using onHealthChange creature event.
function onHealthChange(creature, attacker, primaryDamage, primaryType, secondaryDamage, secondaryType, origin)
All you would have to do is check the...