EET - Reclusive Scholar / Mysterious Island quests not concluding.
enderandrew
Member Posts: 23
After returning from the island and killing
C:GetGlobal("PLAYERINFECTED","GLOBAL")
The first and third are high values, no doubt timers. They didn't reset or end. The second thankfully is 1 and shows that character is dead.
I am unsure why the timers didn't end. I can set them to 1 and 2 respectively (what I believer they should be) but my quest log doesn't update to show The Reclusive Scholar or The Mysterious Island ending.
Are there values I can set to end those quests?
Thanks!
Mendas
, I run the following console commands:C:GetGlobal("PLAYERINFECTED","GLOBAL")
C:GetGlobal("SPRITE_IS_DEADMENDAS3","GLOBAL")
C:GetGlobal("Infected","GLOBAL")The first and third are high values, no doubt timers. They didn't reset or end. The second thankfully is 1 and shows that character is dead.
I am unsure why the timers didn't end. I can set them to 1 and 2 respectively (what I believer they should be) but my quest log doesn't update to show The Reclusive Scholar or The Mysterious Island ending.
Are there values I can set to end those quests?
Thanks!
0
Comments
The key script block, in the global baldur.bcs script:
If you've killed him before running out of time, of course, this never comes into play. Actually, you're probably safe once he transforms even if you don't kill the wolf, because the transformation works on a "kill and replace" principle.
So really, the only thing that's off is the journal. And that's just a fragile system in general. If you talk to the bad guy and the conversation ends with his transformation, that should close the entries. But there's no backup plan. If you attack him outside of conversation, he just gets mad and transforms, without the journal entries ever closing.
[Edit: everything I noted is from BGEE, no trilogy. I don't expect there to be any significant changes to this stuff with EET.]