[1.4] Quest location disappeared but quest remains

I got a plague in my capital and chose to create a community for those striken. I then got a quest to visit the community which I did and found it empty. Everyone had been taken to a mine that I visited, but chose the option to come back later.

 

The quest then changed to tell me to kill a Lich, but the mine disappeared and there is no Lich to be found.

7,211 views 1 replies
Reply #1 Top

Your completely correct about the error. It is a simple fix for devs unfortunately nothing can be done with your current game.

<QuestObjectiveDef>
  <ObjectiveID>2</ObjectiveID>
  <NextObjectiveID>3</NextObjectiveID>
  <PopupObjectiveMsg>0</PopupObjectiveMsg>
  ...
  <QuestChoiceDef>
    <Description>I'll come back later</Description>
     <NextObjectiveID>3</NextObjectiveID>
  </QuestChoiceDef>
</QuestObjectiveDef>

The bolded should be

<NextObjectiveID>2</NextObjectiveID>

for you to go back to the quest.

+1 Loading…