#7323 [TOB] - Sunfire Suicide
cognoscentus
Member Posts: 65
On the way to Gromnir Il-Khan, Yaga Shura mages have killed themselves by casting Sunfire. This has happened twice now, once in the sewer and once in the castle. In other words....
Current Behavior:
Sunfire affects everyone in its area of effect.
Expected behavior:
Sunfire affects everyone in its area of effect except the caster per the spells description "and the entire area erupts in flames, striking everyone but the caster himself."
Edit: This also happens to the mage in Kiser Soze's err Jhaeri's basement. Save attached.
Current Behavior:
Sunfire affects everyone in its area of effect.
Expected behavior:
Sunfire affects everyone in its area of effect except the caster per the spells description "and the entire area erupts in flames, striking everyone but the caster himself."
Edit: This also happens to the mage in Kiser Soze's err Jhaeri's basement. Save attached.
Post edited by Troodon80 on
0
Comments
Do you have any mods installed?
Do you have a saved game available that you can post, in which it is possible to observe the behavior you have seen?
I had no issue using the spell myself, however.
IF
See(NearestEnemyOf(Myself))
HaveSpell(WIZARD_SUN_FIRE)
THEN
RESPONSE #100
Spell(NearestEnemyOf(Myself),WIZARD_SUN_FIRE)
END
but that action should be
Spell(Myself,WIZARD_SUN_FIRE).
The target of the actual spell is "caster" so I can see how this might cause problems. You might want to consider a range trigger, as well--what is the range of Sunfire? The projectile fireblns.pro appears to have an explosion size of 256 but melee is 4 as far as I know--the radius cannot possibly that large, can it?
SCRLAL.itm the sunfire scroll found in game, appears to work fine. SCRLAR.itm is identical except it casts sunfire at a point centered on the caster, and it causes damage to the caster. In the original, both scrolls work fine due to the fire resistance granted.
So I would agree with @Mathsorcerer that the problem with sunfire is that the casters are not actually targeting themselves with the spell, which is now required since the workings of the spell have been fixed with EE.