| Spell affected | Description | File changed | Update version | Date/time fixed
|
| Cloak of Righteousness | reported by email, blinds everyone, not just enemies. Need to review original description in SSRRI to see if this is actually the intent of the spell and fix if not.--- verified faction check in script, so allies should not be affected by blindness. Made sure to exclude caster from being blinded. | sg_s0_clkright.nss, sg_s0_clkrighta.nss | 2.2.3 | SSB Syrus Greycloak 17:58, 8 February 2006 (PST)
|
| Healing Circle, Greater Healing Circle | report by email that they are healing both allies and enemies. --- Healing Circle has been fixed. Greater Healing Circle was working correctly. | sg_s0_healcirc.nss | 2.2.3 | SSB Syrus Greycloak 17:48, 8 February 2006 (PST)
|
| Summon spells | source files are included in Grim2Cep_2das.hak, which was fine until I changed to erf for source files. I need to pull the sg_inc_summon into a seperate CEP source erf file. sg_s0_summon is the same and can be removed | Grim2Cep_2das.hak | 2.2.3 | SSB Syrus Greycloak 17:39, 8 February 2006 (PST)
|
| sg_inc_summon.ncs.nss | screwed up file that should be removed from the source set. does not affect gameplay | file removed | 2.2.3 | SSB Syrus Greycloak 17:34, 8 February 2006 (PST)
|
| All spells, evasion/improved evasion bug | Bioware did not code in the wearing of medium or heavy armor or loads with regard to the evasion and improved evasion feats. Update sg_inc_wrappers SGGetReflexAdjustedDamage function to include the fix for this. | sg_inc_wrappers.nss | 2.2.3 | SSB Syrus Greycloak 17:33, 8 February 2006 (PST)
|
| Pale Master's Create/Summon Greater Undead Feat | When playing as a Pale Master the Feat Create (or summon I forgot!) Greater Undead does not work, however his lower level feat Create/Summon Undead does. 67.162.18.18 02:47, 20 January 2006 (PST) --- It turns out that the proper script is missing entirely from my source and haks. I'll rewrite the script to get it included asap. SSB Syrus Greycloak 12:09, 25 January 2006 (PST) | sg_s2_sumgrund.nss | 2.2.3 | SSB Syrus Greycloak 12:23, 25 January 2006 (PST)
|
| Cure Minor Wounds | The description in the tlk for Cure Minor Wounds is still reading as curing 4 hp of dmg instead of 1 hp of dmg. SSB Syrus Greycloak 14:06, 13 January 2006 (PST) | tlk files | 2.2.3 | SSB Syrus Greycloak 19:12, 13 January 2006 (PST)
|
| Aid | The description in the tlk for Aid is missing Rgr 3 and Pal 2. SSB Syrus Greycloak 14:06, 13 January 2006 (PST) | tlk files | 2.2.3 | SSB Syrus Greycloak 19:12, 13 January 2006 (PST)
|
| Fire Shield(Elemental Shield) | Impact script for Elemental Shield does not match actual script name (sg_s0_fireshld vs sg_s0_firshld). | spells.2da | 2.2.3 | 07:35, 12 January 2006 (PST)
|
| Level 4 orb spells | The check for the fortitude save is being done via a variable which is never set, thus it always fails. The variable in the if statement needs to be replaced with SGMySavingThrow(SAVING_THROW_FORT, oTarget, iDC, iSaveType) | sg_s0_lvl4orbs.nss | 2.2.3 | SSB Syrus Greycloak 06:30, 13 January 2006 (PST)
|
| Protection from Alignment | reported via email "I noted an even larger and gamebreaking bug with the protection from alignment spells. The spell is supposed to give damage reduction vs outsiders and elementals of the appropriate alignment, ie, protection from law will provide the caster full damage reduction when fighting a pit fiend. However, the spell gives full damage reduction to all creatures of the chosen alignment, not just outsiders and elementals. Was testing my module, and coming upon level 2 cultists with protection from chaos, my CG elf couldnt damage them physically with even an enchanted sword. However, divine damage from the sword DID damage the cultist, so I am assuming that even an evil salamander noble could damage a pc that had protection from evil up. Anxious for this problem to be fixed, I make frequent use of protection from alignment spells, and the spell alone could allow a level 1 caster with protection from good to wipe out an entire party of level 1 pcs | sg_s0_protalign.nss | 2.2.2 | 13:17, 9 January 2006 (PST)
|