Gaming
 

Talk:Grimoire prc changelog

From NWNWiki

Contents

[edit] Report bugs here

  • Click edit and add below this line. Start each new entry with an asterisk (creates the bullet point), and end it with 4 tildes (~) to timestamp it.



[edit] Bugs currently being worked on

Spell affectedDescriptionPriority
Creeping DoomTMI error reported in post on NWVault. using a Druid characterHigh
See Invisibilityreported by email that cannot self target, even in a clean module with just the Grimoire and CEP. So far it has worked for me in a Grimoire only mod. I still need to check CEP. SSB Syrus Greycloak 18:16, 27 January 2006 (PST)Medium
VariousVarious spells are missing domain entries in their descriptions as to which domains can cast them and at what level. Need to go through and verify all spell descriptions for domain spells. SSB Syrus Greycloak 19:12, 13 January 2006 (PST)Low

[edit] Fixed problems

Spell affectedDescriptionFile changedUpdate versionDate/time fixed
Cloak of Righteousnessreported 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.nss2.2.3SSB Syrus Greycloak 17:58, 8 February 2006 (PST)
Healing Circle, Greater Healing Circlereport by email that they are healing both allies and enemies. --- Healing Circle has been fixed. Greater Healing Circle was working correctly.sg_s0_healcirc.nss2.2.3SSB Syrus Greycloak 17:48, 8 February 2006 (PST)
Summon spellssource 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 removedGrim2Cep_2das.hak2.2.3SSB Syrus Greycloak 17:39, 8 February 2006 (PST)
sg_inc_summon.ncs.nssscrewed up file that should be removed from the source set. does not affect gameplayfile removed2.2.3SSB Syrus Greycloak 17:34, 8 February 2006 (PST)
All spells, evasion/improved evasion bugBioware 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.nss2.2.3SSB Syrus Greycloak 17:33, 8 February 2006 (PST)
Pale Master's Create/Summon Greater Undead FeatWhen 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.nss2.2.3SSB Syrus Greycloak 12:23, 25 January 2006 (PST)
Cure Minor WoundsThe 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 files2.2.3SSB Syrus Greycloak 19:12, 13 January 2006 (PST)
AidThe description in the tlk for Aid is missing Rgr 3 and Pal 2. SSB Syrus Greycloak 14:06, 13 January 2006 (PST)tlk files2.2.3SSB 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.2da2.2.307:35, 12 January 2006 (PST)
Level 4 orb spellsThe 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.nss2.2.3SSB Syrus Greycloak 06:30, 13 January 2006 (PST)
Protection from Alignmentreported 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 pcssg_s0_protalign.nss2.2.213:17, 9 January 2006 (PST)

[edit] Non-reproducible problems

Spell affectedDescriptionComment
Flame Boltreported by email - To hit roll is being made outside loop, so all bolts use the same to hit rollTo-hit roll and damage rolls are done inside the loop, so each missile is different.
Prot Law/Chaosreported via email "Protection from law/chaos doesnt seem to work for me....I have a cleric, when he rests with both of them prepared, and tries to cast them, they show up as 0."I cannot duplicate this problem. The spells work fine for me. SSB Syrus Greycloak 13:17, 9 January 2006 (PST)