From 5f9c329f2f613ee4bf2fd716dd00a68aec078a88 Mon Sep 17 00:00:00 2001 From: Liza Carvelli Date: Wed, 23 Jul 2025 20:34:40 +0200 Subject: [PATCH] Make turn-in of Limsa/Goblet housing quests possible when not in their respective housing zone --- .../1213_Where the Heart Is (The Goblet).json | 24 ++++++++++++-- .../1214_Where the Heart Is (Mist).json | 33 +++++++++++++++++-- 2 files changed, 52 insertions(+), 5 deletions(-) diff --git a/QuestPaths/2.x - A Realm Reborn/Unlocks/Housing/1213_Where the Heart Is (The Goblet).json b/QuestPaths/2.x - A Realm Reborn/Unlocks/Housing/1213_Where the Heart Is (The Goblet).json index 85180f41..86bd1ad2 100644 --- a/QuestPaths/2.x - A Realm Reborn/Unlocks/Housing/1213_Where the Heart Is (The Goblet).json +++ b/QuestPaths/2.x - A Realm Reborn/Unlocks/Housing/1213_Where the Heart Is (The Goblet).json @@ -103,7 +103,14 @@ "Prompt": 6347, "Answer": 6403 } - ] + ], + "SkipConditions": { + "StepIf": { + "NotInTerritory": [ + 341 + ] + } + } }, { "DataId": 1002001, @@ -115,7 +122,20 @@ "TerritoryId": 140, "InteractionType": "CompleteQuest", "Fly": true, - "DelaySecondsAtStart": 3 + "DelaySecondsAtStart": 3, + "AetheryteShortcut": "Ul'dah", + "AethernetShortcut": [ + "[Ul'dah] Aetheryte Plaza", + "[Ul'dah] Gate of the Sultana (Western Thanalan)" + ], + "SkipConditions": { + "AetheryteShortcutIf": { + "InSameTerritory": true, + "InTerritory": [ + 140 + ] + } + } } ] } diff --git a/QuestPaths/2.x - A Realm Reborn/Unlocks/Housing/1214_Where the Heart Is (Mist).json b/QuestPaths/2.x - A Realm Reborn/Unlocks/Housing/1214_Where the Heart Is (Mist).json index 4501c75c..c294ddcf 100644 --- a/QuestPaths/2.x - A Realm Reborn/Unlocks/Housing/1214_Where the Heart Is (Mist).json +++ b/QuestPaths/2.x - A Realm Reborn/Unlocks/Housing/1214_Where the Heart Is (Mist).json @@ -95,7 +95,14 @@ }, "TerritoryId": 339, "InteractionType": "WalkTo", - "DisableNavmesh": true + "DisableNavmesh": true, + "SkipConditions": { + "StepIf": { + "NotInTerritory": [ + 339 + ] + } + } }, { "Position": { @@ -114,7 +121,14 @@ "Prompt": 6347, "Answer": 6403 } - ] + ], + "SkipConditions": { + "StepIf": { + "NotInTerritory": [ + 339 + ] + } + } }, { "DataId": 1002579, @@ -125,7 +139,20 @@ }, "TerritoryId": 135, "InteractionType": "CompleteQuest", - "Fly": true + "Fly": true, + "AetheryteShortcut": "Limsa Lominsa", + "AethernetShortcut": [ + "[Limsa Lominsa] Aetheryte Plaza", + "[Limsa Lominsa] Tempest Gate (Lower La Noscea)" + ], + "SkipConditions": { + "AetheryteShortcutIf": { + "InSameTerritory": true, + "InTerritory": [ + 135 + ] + } + } } ] } -- 2.20.1