Jump to content

Recommended Posts

Posted

Despite the description of Summon Nishruu, the summoned creature is not affected by Death Spell (because 'dw#605a.spl' only affects creatures with less than 8 HD). That's fine, if that's the intention, but the spell description should reflect the change and (perhaps more importantly) enemy spellcaster scripts should be tweaked, so they don't continue to ineffectively cast Death Spell at the nishruu. E.g.,

IF
    HaveSpell(WIZARD_DEATH_SPELL)  // SPWI605.SPL (Death Spell)
    See(NearestEnemyOf(Myself))
    Gender(NearestEnemyOf(Myself),SUMMONED)
    LevelLT(NearestEnemyOf(Myself),8)  // <-- This
THEN
    RESPONSE #100
        Spell(NearestEnemyOf(Myself),WIZARD_DEATH_SPELL)  // SPWI605.SPL (Death Spell)
END

 

Posted

That's an oversight: they should have been included in the list of creatures lowered to level 8 if that version of Death Spell is in use. Fixed in v35.21 (and ToF beta 15); thanks for catching it.

Join the conversation

You are posting as a guest. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...