Kerebron: I don't think so. One more thing - do you have Sharwyn's Belt in your inventory? The quest item is not enough to finish the tale.
supergoji18: Just checked and apparently i dont. I know i didn't sell it because i tried to once before and the game wouldn't let me. Is there a way to get it back?
You can try searching around to see if maybe you left it laying around somewhere in Chapter 3. If you left it behind in an earlier chapter, you're out of luck unless you use a cheat to spawn it.
Here's an explanation on how to spawn the item; I found this section in a guide on GameFaqs (it isn't my work). Specific FAQ link:
http://www.gamefaqs.com/pc/188666-neverwinter-nights/faqs/24467 *********************************************************
To spawn an item, open an existing game or start a new one. Now, inside the
game, press the ~ or ` key, which will bring up a text window marked by a > in
the upperleft-hand corner of the screen. Now, type in (everything typed is Case
Sensitive):
DebugMode 1
to activate the Debug Mode
Now you can access a number of codes, most of them listed by pressing the Tab
key while in the > text window. The code to create an item is:
dm_spawnitem "xxxxxxxx" (don't use quotation marks)
the x's being the item's "Blueprint ResRef" mentioned in the Introduction.
I.E. - Say you wanted to give your character a Full Plate. You would press ~ or
` to bring up the text window, type in DebugMode 1 to activate DebugMode. Then
press ~ or ` again and type in: dm_spawn item nw_aarcl007. The Full Plate will
now spawn on the ground wherever your cursor is placed.
*IMPORTANT*
You must have DebugMode enabled, the most recent patch, and your cursor must be
somewhere where the item can be placed on the ground in order for dm_spawnitem
to work!
Once you're done with everything you need, type in:
DebugMode 0
to deactivate the Debug Mode.
*********************************************************
[Back to me]
If you've finished chapter two and gotten her belt from there, then this is the item code I think you need: nw_hen_sha2rw
So, in summary, use ~ to access the console for each line, then type in the following lines and hit Enter after each:
***************
DebugMode 1
dm_spawnitem nw_hen_sha2rw
DebugMode 0
***************
The lines are case sensitive. The first will turn on debug/cheat mode. The second spawns the item you want (make sure your cursor is over some open, accessible ground when you enter the code). The third turns debug/cheat mode off again.