Dorn speaking to Taris does nothing
Ravellion
Member Posts: 4
Though I have owned the EE for a while now, I cannot usually bring myself to play with evil NPCs. However, I wanted to try out Dorn's quest, and I am quite enjoying my Darkmoon monk party (yes, I am a glutton for punishment). I have spent months in game time and more than 10 hours of real time since Dorn joined my party, but he has been completely silent. Speaking to Taris also does nothing. Something must have glitched when he joined.
I've checked EEKeeper and the global variables that have "Dorn" in them are DORNEXISTS, DORNPARTY, DORNPLOT and DORNTIMER1. The first three are on 1, the last one is on 1593817.
Under local variables I have OHDORNSW at 15, and BDAI_INIT_NPC, BD_JOINXP, BDAI_DISABLE_ITEMS, OHDSW3 & HASBEENINPARTY all at 1.
Could someone check an old save of just after Dorn joined, so I can add some of Dorn's parameters? Or, alternatively, tell me something else I could do so I could experience this quest once for myself? Any help would be greatly appreciated.
I've checked EEKeeper and the global variables that have "Dorn" in them are DORNEXISTS, DORNPARTY, DORNPLOT and DORNTIMER1. The first three are on 1, the last one is on 1593817.
Under local variables I have OHDORNSW at 15, and BDAI_INIT_NPC, BD_JOINXP, BDAI_DISABLE_ITEMS, OHDSW3 & HASBEENINPARTY all at 1.
Could someone check an old save of just after Dorn joined, so I can add some of Dorn's parameters? Or, alternatively, tell me something else I could do so I could experience this quest once for myself? Any help would be greatly appreciated.
0
Comments
although i forget why you need to in the first place because i recall doing so a long time ago
it also could be because i think she is the one that tells you to go east of nashkiel mines to find that necromancer woman ( forgot her name, which is bad because i just did this quest like 2 days ago )
another thing that might be screwing it up is that if you already been there done that, then there is nothing for Taris to say to you?
plus all you need is that letter from the necromancer woman to have that fight by the bridge so Taris isn't even necessary
Long story short, the DORNPLOT variable needs to be set to 2 for you to advance. You can accomplish this yourself by going back to that ambush area and killing the bandit (travel between Nashkel and the mines until you get waylaid by hobgoblins; the bandit will be there too). You can also get there with the following code:
C:MoveToArea("oh1000")
Once that bandit is dead, Dorn should automatically talk to you about Kryll.
You can also set the DORNPLOT variable to 2 manually with the following code, (this requires you to manually speak to Dorn with the talk button, as he will not initiate dialog automatically for some reason):
C:SetGlobal("DORNPLOT","GLOBAL","2")
https://forums.beamdog.com/discussion/72115/dorn-is-stuck-in-dialogue-mode
But thankfully the fix there worked as well.