The World of Layonara

The NWN Persistent World => Bugs => Fixed Bugs => Topic started by: pejsaboy on March 25, 2007, 02:41:42 PM

Title: Blade Barrier and improved evasion - Closed
Post by: pejsaboy on March 25, 2007, 02:41:42 PM
in the in game description of the blade barrier spell, it shows a reflex save for half damage. With the improved evasion feat, Gilli should be able to take no damage when he makes the reflex save against the spell. Normally a spell will show an improved evasion save in the chat log, and when I make the save I will take no damage. With the blade barrier spell however, it only shows a reflex save, and I take half damage still. At first I thought it was due to being a divine spell, but I tested in the arena against flame strike [being another divine spell causing divine damage] and make the imp. evasion save just fine with no damage.

I assume that this is a bug, but I could be missing something important that doesn't allow the improved evasion save to function against it.
Title: Re: Blade Barrier and improved evasion
Post by: pejsaboy on March 30, 2007, 03:09:31 PM
Just wanted to bump this to the top, hopefully get a few more looks at it. Maybe any other rogues [or maybe even monks] having this same issue?
Title: Re: Blade Barrier and improved evasion
Post by: ycleption on March 30, 2007, 03:18:21 PM
Don't know that my monk has ever encountered a blade barrier. If there's someone who can cast it and wants to test this in the arena, I'd be happy to bring her sometime.
Title: Re: Blade Barrier and improved evasion
Post by: orth on March 30, 2007, 03:28:32 PM
In nw_s0_bladebara and nw_s0_bladebarc

Change:

Code: [Select]
           if(MySavingThrow(SAVING_THROW_REFLEX, oTarget, GetSpellSaveDC()))
            {
                nDamage = nDamage/2;
            }
to

Code: [Select]
nDamage = GetReflexAdjustedDamage(nDamage, oTarget, GetSpellSaveDC(), SAVING_THROW_TYPE_SPELL);
Title: Re: Blade Barrier and improved evasion
Post by: pejsaboy on March 30, 2007, 03:29:13 PM
Ill send Drexia a tell next time I notice her online, Id like to see it tested out on someone else.

Edit:
Thats not something Im supposed to edit, right Orth? That looks like a toolset script, which I would have no access to ;)
Title: Re: Blade Barrier and improved evasion - Closed
Post by: Dorganath on March 30, 2007, 06:17:39 PM
I believe that would be a suggestion for Nibor.  :)
SimplePortal 2.3.7 © 2008-2026, SimplePortal