improve: completeAllQuests #311

Merged
Sainan merged 3 commits from quests-fix-ii into main 2024-06-16 14:57:30 -07:00
Showing only changes of commit 4fa931c093 - Show all commits

View File

@ -59,6 +59,7 @@ const inventoryController: RequestHandler = async (request: Request, response: R
} }
if (config.completeAllQuests) { if (config.completeAllQuests) {
inventoryResponse.NodeIntrosCompleted.push("/Lotus/Levels/Cinematics/NewWarIntro/NewWarStageTwo.level"); inventoryResponse.NodeIntrosCompleted.push("/Lotus/Levels/Cinematics/NewWarIntro/NewWarStageTwo.level");
inventoryResponse.ArchwingEnabled = true;
for (const quest of inventoryResponse.QuestKeys) { for (const quest of inventoryResponse.QuestKeys) {
quest.Completed = true; quest.Completed = true;
quest.Progress = [ quest.Progress = [