You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am having troubles with the Temple illithium quest (Gain the service of Sir Sarles for the temple) in EET.
When talking to Gorje during the illithium quest, the UBGorjeCC doesn't get set properly.
That then causes issues when going back to the Copper Coronet, since he isn't spawned while Unger's dialog assumes he is there.
That breaks Unger's dialog and the quest.
The reasons for this seems to be the order of the scripting in Gorje's dialog (GORJE.dlg).
Two of his dialog paths end with
EscapeArea()
SetGlobal("UBGorjeCC","GLOBAL",1)
SetGlobal after EscapeArea doesn't seem to work. Switching those lines fixes it.
SetGlobal("UBGorjeCC","GLOBAL",1)
EscapeArea()
The text was updated successfully, but these errors were encountered:
I am having troubles with the Temple illithium quest (Gain the service of Sir Sarles for the temple) in EET.
When talking to Gorje during the illithium quest, the UBGorjeCC doesn't get set properly.
That then causes issues when going back to the Copper Coronet, since he isn't spawned while Unger's dialog assumes he is there.
That breaks Unger's dialog and the quest.
The reasons for this seems to be the order of the scripting in Gorje's dialog (GORJE.dlg).
Two of his dialog paths end with
SetGlobal after EscapeArea doesn't seem to work. Switching those lines fixes it.
The text was updated successfully, but these errors were encountered: