1.68 patch notes Neverwinter Nights Game* Added visible cloaks to the game. * Fixed an issue with the Monk's Perfect Self feat not correctly reporting that the monk was immune when making saving throws against mind-affecting spells (was making Phantasmal Killer work on monks if they failed their saving throws).
Scripting-specific
* Fixed an issue with the sleep spell not being counted as a hostile action when cast (nw_s0_sleep.nss). * Fixed range issue in spell "Mestil's Acid Breath" (X2_S0_AcidBrth.nss).
Neverwinter Nights Aurora Toolset
* Fix to CopyObject() so that copied creatures now run their OnSpawn script. * Enabled PLT support for visible cloaks. * Fixed an issue with GetIsSkillSuccessful() not working correctly under Linux/Mac. * Fixed an issue with SetLockUnlockDC() and SetLockLockDC() being reversed in nwscript.nss. Any scripts calling these scripting functions will need to be recompiled for the changes to take effect. * Fixed an issue with ActionCastSpellAtObject() not working for Paladin spells. * Made a change to hopefully fix some potential issues with the client losing some appearance/phenotype update messages when using the SetPhenoType() scripting command.
Custom Content
* Added new scripting command:
// Set oPlaceable's useable object status. // Note: Only works on non-static placeables. void SetUseableFlag(object oPlaceable, int nUseableFlag);
* Added new nwnplayer.ini setting.
[Game Options] Log Model Errors=0
If turned on, some types of model errors will be logged out to the nwclientLog file and the AR_ERROR.LOG file while the game is running (in the NWN install directory). This would include some errors with setting invalid TileSet data, invalid use nodes set on placables, some placeable walkmesh errors, and some errors with the animrootnode not matching the name of other nodes in the model. * Wings now use the ENVMAP setting from the new column in the WingModel.2da rather than using the ENVMAP setting from the appearance.2da. This fixes some issues with transparency on wings. * Tails now use the ENVMAP setting from the new column in the TailModel.2da rather than using the ENVMAP setting from the appearance.2da. This fixes some issues with transparency on tails.
Here's the patch notes. The patch has just come out. Don't download it til efu does, else you can't play on the server. Yes this adds visible cloaks but i believe, unless something has changed since beta 3, the cloaks you all have now will be Brown. Not entirely sure if dyes will work with the cloaks to colour them IG or the craft system will need changing to cope. What this does mean is that someone may have to run Update Instances on quite a few custom cloaks to assign colours to them. May be worth re-doing all the custom cloaks, providing there aren't thousands.