Dungeons & Dragons Neverwinter Nights 2: Enhanced Edition

Dungeons & Dragons Neverwinter Nights 2: Enhanced Edition

Not enough ratings
OC Nasher Set Fix
   
Award
Favorite
Favorited
Unfavorite
File Size
Posted
Updated
39.932 KB
15 Jul @ 5:13pm
20 Jul @ 11:14am
2 Change Notes ( view )

Subscribe to download
OC Nasher Set Fix

In 1 collection by Kaldor Silverwand
Silverwand fixes for the NWN2 main campaigns
5 items
Description
Corrects the NWN2 OC so that all parts of Lord Nasher's armor can be found and when worn together are enhanced as intended.

by Brendan Bellina, aka "Kaldor Silverwand"

What this is:

Lord Nasher has four magical items - boots, gloves, cloak, and ring. But in the NWN2 OC you can only get the ring and boots. According to the descriptions these four items when worn together provide additional enhancements, though individually they are outmatched by other items in the OC. These four items were defined in the game toolset but only the boots and ring were placed into the game itself. The ring, although intended to be a unique item, is actually in the OC in two places.

The included scripts when in an override folder will address three problems:
- the ring will no longer be available twice
- the cloak and gloves will now be available
- when all four items are worn together they will be enhanced


These items were created for the OC Makeover SoZ Edition and are included in it but can also be used independently of it.


About the items:

Nasher's Nimble Boots (x2_nash_boot): The boots are found at Highcliff. They provide a +3 Dexterity adjustment. When worn with the full set of four items the boots are enhanced to a +7 Dexterity adjustment, a Dodge AC bonus of +5, and Freedom of Movement.

Nasher's Cloak of Protection (x2_nash_cloak): The cloak is now found in the dragon hoard in Act III. It provides a +3 Deflection AC bonus. When worn with the full set of four items the cloak is enhanced to a +7 Deflection AC bonus, +5 Universal Saving Throw adjustment, and +3 Charisma adjustment. In the unmodified OC the cloak is not available.

Nasher's Gloves of Combat (x2_nash_glove): The gloves are given by Kana in response to a very successful handling of a Hobgblin problem at the Keep. The gloves provide a +5 Parry Skill adjustment. When worn with the full set of items the gloves are enhanced to +10 Parry, 1d8 Bludgeoning damage, Attack Bonus of +5, and Daze on Hit (save 20). In the unmodified OC the ring is given as the reward rather than the gloves. Because the gloves are given as a reward you will get them only if the reward is earned.

Nasher's Ring of Strength (x2_nash_ring): The ring can be purchased from Nya in Port Llast. It provides a +3 Strength adjustment. When worn with the full set of four items the ring is enhanced to a +7 Strength adjustment and a Spell Resistance of 10. In the unmodified OC the ring is for sale by Nya in Port Llast and is also given by Kana as a reward for killing the Hobgoblins.


Spawning in the items using the console:

You can also spawn in the items via the console with the following commands:

- Start the console by pressing the backtick "`"
- type "debugmode 1" to enter debug mode
- type "giveitem x2_nash_boot" to give Nasher's Boots to the currently selected party member
- type "giveitem x2_nash_cloak" to give Nasher's Cloak to the currently selected party member
- type "giveitem x2_nash_glove" to give Nasher's Gloves to the currently selected party member
- type "giveitem x2_nash_ring" to give Nasher's Ring to the currently selected party member
- type "debugmode 0" to exit debug mode
- Exit the console by pressing the backtick "`"

Equipping two of Nasher's rings on the same party member is NOT recommended or supported.
5 Comments
AKOL 30 Jul @ 10:41pm 
Спасибо за оперативный ответ. Сапожки уже нашел )):steamthumbsup:
Kaldor Silverwand  [author] 30 Jul @ 1:55pm 
Не ясно что нужно сделать и какие файлы поместить в папку override и где эти файлы взять

Just subscribe and the items will be downloaded into an override folder when you play the game. You do not need to copy or install anything. The description text above explains where you will find them in the game. If you have already been playing and gone past a location then you can use the console to add an item to your inventory manually.
AKOL 30 Jul @ 9:10am 
Не ясно что нужно сделать и какие файлы поместить в папку override и где эти файлы взять
Kaldor Silverwand  [author] 20 Jul @ 12:16pm 
This is included in my Complete Makeover mod, so if you already have that installed and only use the Nasher items when playing the OC then you do not need to subscribe to this.
Kaldor Silverwand  [author] 20 Jul @ 11:20am 
If you choose to use the console to add the items rather than finding them during the course of the game then you may want to reenable achievements by editing your save file globals.xml changing the 1 to 0 (zero) in these lines (credit to Aldroen):
<Booleans>
<Boolean>
<Name>ShowCheatsWarning</Name>
<Value>1</Value>
</Boolean>
<Boolean>
<Name>Cheater</Name>
<Value>1</Value>
</Boolean>
</Booleans>