View Full Version : Deekin wont sell me anything!
So, i got Deekin to come to my keep, and hes set up in his shop, and he sells me some nice boots, then i leave
I return a little while later after killing a load of orcs... and stop in to say hi to Deekin to sell him some of my mad loot.
BUT WAIT, he wont let me see what he has for sale. He will talk to me, and i can ask him all that i want about the underdark and undrentide, and weather he wants to be an adventurer again... but it doesnt say "let me see what you have for sale"
He has some of the best items for sale, andddd .... i just like him, because i loved him so much in the origional NWN addons.
Please help me fix this bug... or maybe hes just ticked at me for some reason
So, i got Deekin to come to my keep, and hes set up in his shop, and he sells me some nice boots, then i leave
I return a little while later after killing a load of orcs... and stop in to say hi to Deekin to sell him some of my mad loot.
BUT WAIT, he wont let me see what he has for sale. He will talk to me, and i can ask him all that i want about the underdark and undrentide, and weather he wants to be an adventurer again... but it doesnt say "let me see what you have for sale"
He has some of the best items for sale, andddd .... i just like him, because i loved him so much in the origional NWN addons.
Please help me fix this bug... or maybe hes just ticked at me for some reason
I thought I was having the same problem while Deekin was still in Neverwinter. Sometimes you just have to go through a LOT of dialogue with Deekin to get the "Let me see what you have for sale" option. It's annoying.
I haven't gotten to the Keep portion of the game so it's possible that his dialogue IS bugged. Sorry but if that's the case I have no idea how to help.
I have a different problem... I can't even find where Deekun is! I went to the merchant district but all I got was some random fellow who gave me a quest I'd already done (go make a weapons deal).
Anyone know how to get around this bug?
If Deekins dialogue is indeed bugged i guess it must be possible to edit his dialogue via the toolset to show his store again ... cannot be that difficult.
we should wait for other answers if they can confirm that its a bug ... if so im sure we will find someone who is willing to fix his dialogue ...
Its definitly a bug. He only has two options, one of which is Farewell, and the other is "tell me about your adventures" .
Once he gets to the keep, he seems to not be so talkative anymore, and simply briefly summarises both the underdark and undrentide... theres litterally 2 peices of dialoge. After that, the only option is farewell.
can anybody confirm this?
I've talked to Deekin a couple of times at the Keep. If it's a bug, it's a gameplay bug. The only reason he would not talk to you is, alignment. But it doesn't sound like it.
can anybody confirm this?
some problem here only the 2 options mentioned before available.
If Deekins dialogue is indeed bugged i guess it must be possible to edit his dialogue via the toolset to show his store again ... cannot be that difficult.
Any1 want it fixed???
When i updated to 1.02 i encountered this problem,
had to re-install and hen save his script cos it kept wiping it off everytime i updated,
then when i did update i just added his open store script to actions in toolset :D
I guess playing with NWN1 toolset paid off,
not TOOO much difference
mate if you wish to, you could write a quick "how-to", export the script and we would provide our solution to the community since this obviously is a real bug ...
aye,
ok boss, coming right up :p
Deekin Store fix for Merchant quarter.... does NOT work for Keep
Open up toolset and locate the .mod file named "1700_MERCHANT_QUARTER"
(should be "c:\program files\atari\Neverwinter Nights 2\modules\" by default)
click the conversations tab and double click on the conversation named "10_deekin"
then find any instances that should open deekins shop
ie.
highlight it and select actions tab
then paste this in the script box
// ga_open_store
/*
Opens store with tag sTag for the PC Speaker.
nMarkUp/nMarkDown are a percentage value that modifies the base price for an item.
Function also adds or subtracts numbers to the markup and markdown values depending on the result of the appraise skill check.
*/
// ChazM 5/9/06 - changed to gplotAppraiseOpenStore
// ChazM 8/30/06 - new appraise open store function used.
//#include "ginc_misc"
//#include "nw_i0_plot"
#include "ginc_param_const"
#include "ginc_item"
void main(string sTag, int nMarkUp, int nMarkDown)
{
object oPC = (GetPCSpeaker()==OBJECT_I NVALID?OBJECT_SELF:GetPCS peaker());
//OpenStore(GetTarget(sTag) , oPC, nMarkUp, nMarkDown);
N2_AppraiseOpenStore(GetT arget(sTag), oPC, nMarkUp, nMarkDown);
}
save the script as ga_open_store
then save mod
#
and load game...
if it doesnt work first tiome around,
try exiting and then re-entering merchant quarter
and if that doesnt work,
PM me and ill send you conversation file
I've got the same bug with Deekin in the Keep...
The idiot wont sell me anything! :( :( :(
Anymore updates on how to solve it?
Try reading 3 posts above this one...
I've got the same bug with Deekin in the Keep...
The idiot wont sell me anything! :( :( :(
Anymore updates on how to solve it?
Try reading 3 posts above this one...
It says it wont work in the keep... and my problem is in ... THE KEEP! :rolleyes:
ill get onto doing the keep fix soon ;)
Deekin Store fix for Crossroads Keep.... does NOT work for Merchant quarter
Open up toolset and locate the .mod file named "2100_Crossroad_Keep_A2"
(should be "c:\program files\atari\Neverwinter Nights 2\modules\" by default)
click the conversations tab and double click on the conversation named "21_deekin"
then find any instances that should open deekins shop
ie.
highlight it and select actions tab
then paste this in the script box
#include "ginc_misc"
#include "nw_i0_plot"
void main(string sTag, int nMarkUp, int nMarkDown)
{
object oPC = (GetPCSpeaker()==OBJECT_I NVALID?OBJECT_SELF:GetPCS peaker());
gplotAppraiseFavOpenStore (GetTarget(sTag), oPC, nMarkUp, nMarkDown);
}
save the script as 21_store_open
then save mod
and load game...
if it doesnt work first tiome around,
try exiting and then re-entering crossroads keep
and if that doesnt work,
PM me and ill send you conversation
Meh... I was tired didn't read the post properly :p
It says it wont work in the keep... and my problem is in ... THE KEEP! :rolleyes:
I tried the fix but it didn't work... but I'm a noob with the toolset so maybe it was me that done something wrong... btw... the code you gave looked the same has the code already in the script box, I just copied over and saved...
This is *really* annoying... I can't trade with virtually any merchant. The only person I've been able to buy/sell from is the priest in side the temple in Neverwinter.
Looking at the toolset and the code, I see that the way the priest calls the storefront to open is different than any other merchant. Most merchants make a call from the conversation options to something like "ga_store_open" whicn in turn calls "N2_AppraiseOpenStore". But the priest calls "N2_AppraiseOpenStore" directly, not using the OBJECT_INVALID check.
I think that the issue is that function; where IS that function? Can the function itself be altered or corrected without having to modify every merchant in every module?
matcieou7th
12.30.09, 04:18
WOW. I encountered this bug in the game. Now, I can't ask, "Let me see your wares." to Deekin anymore, and, thus, I can't buy anything from him.
The Toolset solution that the user euphoric is suggesting can't work as I try it... because maybe they're too complicated for a scripting layman... is there any other EASY solution? One that can be applied and done by a simpleton like me? :(
It feels like my PC lost a limb without Deekin selling me items anymore while in the Crossroad Keep...
Here's how it all happened by the way:
1. I upgraded the merchant's shop at the Crossroad Keep
2. I went to Merchant Quarter to recruit Deekin and succeeded.
3. I went to Crossroad Keep to buy stuff from Deekin.
4. I upgraded all that I could upgrade given my limited funds for the Keep.
5. I went to Arvhan to finish the mission.
6. I went back to Deekin to buy stuff... and couldn't anymore. :'(
Help me... I hope to receive a reply about this matter soon, even though this might be an uber old thread. :|
vBulletin® v3.6.4, Copyright ©2000-2012, Jelsoft Enterprises Ltd.