From a6923b8857e9d854f12c72e378e140d0677b3ce5 Mon Sep 17 00:00:00 2001 From: sheepy <39248026+sheepiest@users.noreply.github.com> Date: Mon, 30 Dec 2024 11:06:03 +0000 Subject: [PATCH] Fix TerraGroup Employee start conditions (#1007) Added status 7 to prerequisite quest "Colleagues - Part 3" Added "The Huntsman Path - Sadist" as prerequisite quest This change aligns quest behavior to Live PVP. Possible that the dumped PVE data is incorrect. Issue also present in 4.0.0. "id" and "index" might need to be changed. --- project/assets/database/templates/quests.json | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/project/assets/database/templates/quests.json b/project/assets/database/templates/quests.json index 0ba2bd91..5e488f9a 100644 --- a/project/assets/database/templates/quests.json +++ b/project/assets/database/templates/quests.json @@ -60335,10 +60335,27 @@ "parentId": "", "status": [ 4, - 5 + 5, + 7 ], "target": "5edac34d0bb72a50635c2bfa", "visibilityConditions": [] + }, + { + "availableAfter": 0, + "conditionType": "Quest", + "dispersion": 0, + "dynamicLocale": false, + "globalQuestCounterId": "", + "id": "677260a62c1ea725720d6532", + "index": 1, + "parentId": "", + "status": [ + 4, + 5 + ], + "target": "5edab4b1218d181e29451435", + "visibilityConditions": [] } ], "Fail": []