Temple: Trial of the Saint quest stuck

Type: 

Bug

Severity: 

Normal

Game version: 

OpenMW

Concerns: 

TR_Mainland

Related Release File: 

Found in Version: 

Status: 

Fixed for Version: 

Item/Script Reference:

Identifier: 

TR_m4_Ano_Forandas

Name: 

Ano Forandas

Description: 

TR_m4_TT_STF_destroy_ancient (Temple: Trial of the Saint) gets stuck, if Varos is destroyed before the start of the quest.

This is because the dialog relies on getting journal entry rather than checking Varos' dead count. And the player doesn't get this journal entry, unless the quest was started beforehands.

Suggested fix: for TR_m4_Ano_Forandas, find topic ""duties". Add a dialog, where it checks if Varos' dead count >= 1. (don't use =1, since it tends to break the game in situations when the player updates Tamriel Rebuilt plugin and happens to kill duplicated Varos again. It doesn't affect performance but makes life this much easier)

The dialog to add would probably be above "Your war-pilgrimage is complete.", as an alternative quest start text.

Comments