Second Dream does not end correctly #1126
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The last section of Second Dream is not causing the end of quest screen to appear, nor is it properly completing, remaining active (with the first objective being the next one) yet appearing Completed in the codex, while never sending the Inbox message for the quest ending, Broken War, the War blueprint, or unlocking Rising Tide.
Maybe related to #938
The problem is that the quest doesn't end, not that rewards aren't given.
The PR causes the Quest to be correctly removed from the active quests, but it still doesn't bring up the end of quest screen nor send the end of email mission or the Rising Tide quest key.
The email is definitely related to missing the server-side data.
I suspect that once the email is correctly sent, that the trigger to finish the quest will complete.
It will call a final updateQuest.php and then the end screen will show.
You could try adding the quest completion item in QuestCompletionItems.json.
They are automatically given, perhaps that fixes it as a temporary fix.
This quest apparently has no end screen, so only the inbox messages is missing:
As well as the
/Lotus/Types/Keys/RailJackBuildQuest/RailjackBuildQuestEmailItem
Rising Tide email item.