Jump to content

Broken dialogue with Knights of the Vigil


Recommended Posts

After initiating dialogue with Odren, the conversation abruptly ends at the point where a companion is supposed to interject. I suspect it might be caused by the Make Watchers' Keep accessible between SoA and ToB component. Immediately after SoA, my companions have switched dialogue files to 'name25J.DLG' but, technically, we're still in Chapter 7 which borks the triggers:

Trigger index: 2
Next dialogue: KELDO25J.DLG
Response trigger 2: IsValidForPartyDialog("Keldorn")
GlobalGT("Chapter","GLOBAL",7)

or

Trigger index: 5
Next dialogue: KELDORJ.DLG
Response trigger 5: Global("cd_keldorn_wk18","GLOBAL",0)
IfValidForPartyDialogue("Keldorn")
GlobalLT("Chapter","GLOBAL",8)

Using the console to increment the global variable fixes the issue:

C:SetGlobal("Chapter","GLOBAL",8)

 

Link to comment

Yes, I see the issue. There's some new (well, relatively new!) EE scripting here that changes how the dialogs function and is not playing nicely with that component.

I'll try to fix for next version. Till then, the workaround is, as you say, to manually set the chapter to 8. (Set it back once you've finished, or you might confuse ToB.)

Link to comment

Join the conversation

You are posting as a guest. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...