A few major bugs to report20. The spell Ethereal Jaunt (x2_s1_ether) doesn't trigger the spellhook script. Specifically it is missing these lines at the beginning of the spell's script:
if (!X2PreSpellCastCode())
{
// If code within the PreSpellCastHook (i.e. UMD) reports FALSE, do not run this spell
return;
}
21. There is no scroll for the Resist Energy spell and no Cast Spell: Resist Energy item property. This spell is used for crafting.
22. The Resist Elements scroll has the Cast Spell: Resist Elements property but it will cast or scribe as Resist Energy.
23. In the crafting recipe book "Of Healthful Enchantments for the Body" the recipe for "Boots of Striding +6" incorrectly says it requires the Cat's Grace spell when it really requires the Bear's Endurance spell. (Thanks to Elessar for this one, I confirmed it wasn't fixed in 1.03)
24. Many voice sound sets accessable through the conversation node are not listed in the creature properties Sound Set menu.
25. Stores always open to the armor tab even when it is empty, they should open to the first tab that has items in it.
26. If NWN2 can't connect to GameSpy it retries over and over and I must use the Task Manager to shut it down because there is no way to shut down the "Connection Status" window and return to the main menu.
27. Only the first couple lines of the module description appears in the multiplayer interface's "Server Details" window unless you view it from history or favorites.
28. Players lose connection with servers when they are "idle", including reading an object or item description, examining a store or any other multiplayer activity that doesn't invlove actions or keyboard input.
29. The Inflict, Mass Inflict, Cure and Mass Cure line of spells are missing from the On Hit: Cast Spell item property menu.
30. The description for "Silver Shield" Heavy Shield is missing two commas and has extra spaces where the commas should be.
EDIT: Made some changes to 21 and 22 based on more testing.