diff --git a/QuestPathGenerator/QuestSourceGenerator.cs b/QuestPathGenerator/QuestSourceGenerator.cs index 616ad2f5..c136d2e4 100644 --- a/QuestPathGenerator/QuestSourceGenerator.cs +++ b/QuestPathGenerator/QuestSourceGenerator.cs @@ -349,6 +349,8 @@ public class QuestSourceGenerator : ISourceGenerator step.CompletionQuestVariablesFlags) .AsSyntaxNodeOrToken(), AssignmentList(nameof(QuestStep.DialogueChoices), step.DialogueChoices) + .AsSyntaxNodeOrToken(), + Assignment(nameof(QuestStep.QuestId), step.QuestId, emptyStep.QuestId) .AsSyntaxNodeOrToken()))))), Token(SyntaxKind.CommaToken), }.ToArray()))); diff --git a/QuestPaths/ARealmReborn/MSQ-1/Gridania/123_ARC_Close to Home.json b/QuestPaths/ARealmReborn/MSQ-1/Gridania/123_ARC_Close to Home.json index 36f46bf2..7d5749d3 100644 --- a/QuestPaths/ARealmReborn/MSQ-1/Gridania/123_ARC_Close to Home.json +++ b/QuestPaths/ARealmReborn/MSQ-1/Gridania/123_ARC_Close to Home.json @@ -13,7 +13,7 @@ "Z": 115.861694 }, "TerritoryId": 183, - "InteractionType": "Interact" + "InteractionType": "AcceptQuest" } ] }, @@ -189,7 +189,7 @@ "Z": 115.92273 }, "TerritoryId": 132, - "InteractionType": "Interact", + "InteractionType": "CompleteQuest", "AethernetShortcut": [ "[Gridania] Conjurers' Guild", "[Gridania] Airship Landing" diff --git a/QuestPaths/ARealmReborn/MSQ-1/Gridania/124_CNJ_Close to Home.json b/QuestPaths/ARealmReborn/MSQ-1/Gridania/124_CNJ_Close to Home.json index 68ef030c..cf8fea44 100644 --- a/QuestPaths/ARealmReborn/MSQ-1/Gridania/124_CNJ_Close to Home.json +++ b/QuestPaths/ARealmReborn/MSQ-1/Gridania/124_CNJ_Close to Home.json @@ -13,7 +13,7 @@ "Z": 115.861694 }, "TerritoryId": 183, - "InteractionType": "Interact" + "InteractionType": "AcceptQuest" } ] }, @@ -189,7 +189,7 @@ "Z": 115.92273 }, "TerritoryId": 132, - "InteractionType": "Interact", + "InteractionType": "CompleteQuest", "AethernetShortcut": [ "[Gridania] Conjurers' Guild", "[Gridania] Airship Landing" diff --git a/QuestPaths/ARealmReborn/MSQ-1/Gridania/129_Spirithold Broken.json b/QuestPaths/ARealmReborn/MSQ-1/Gridania/129_Spirithold Broken.json index 6f83e493..8a7760ae 100644 --- a/QuestPaths/ARealmReborn/MSQ-1/Gridania/129_Spirithold Broken.json +++ b/QuestPaths/ARealmReborn/MSQ-1/Gridania/129_Spirithold Broken.json @@ -16,7 +16,7 @@ "Z": -78.446655 }, "TerritoryId": 148, - "InteractionType": "Interact" + "InteractionType": "AcceptQuest" } ] }, @@ -197,7 +197,7 @@ "Z": 115.92273 }, "TerritoryId": 132, - "InteractionType": "Interact", + "InteractionType": "CompleteQuest", "AetheryteShortcut": "Gridania", "AethernetShortcut": [ "[Gridania] Aetheryte Plaza", diff --git a/QuestPaths/ARealmReborn/MSQ-1/Gridania/161_Leia's Legacy.json b/QuestPaths/ARealmReborn/MSQ-1/Gridania/161_Leia's Legacy.json index 04f87dbe..3c4c5659 100644 --- a/QuestPaths/ARealmReborn/MSQ-1/Gridania/161_Leia's Legacy.json +++ b/QuestPaths/ARealmReborn/MSQ-1/Gridania/161_Leia's Legacy.json @@ -13,7 +13,7 @@ "Z": 6.301941 }, "TerritoryId": 148, - "InteractionType": "Interact" + "InteractionType": "AcceptQuest" } ] }, @@ -157,7 +157,7 @@ "Z": 6.301941 }, "TerritoryId": 148, - "InteractionType": "Interact" + "InteractionType": "CompleteQuest" } ] } diff --git a/QuestPaths/ARealmReborn/MSQ-1/Gridania/175_Surveying the Damage.json b/QuestPaths/ARealmReborn/MSQ-1/Gridania/175_Surveying the Damage.json index 9da7388c..34cd58a5 100644 --- a/QuestPaths/ARealmReborn/MSQ-1/Gridania/175_Surveying the Damage.json +++ b/QuestPaths/ARealmReborn/MSQ-1/Gridania/175_Surveying the Damage.json @@ -13,7 +13,7 @@ "Z": -107.25574 }, "TerritoryId": 148, - "InteractionType": "Interact" + "InteractionType": "AcceptQuest" } ] }, @@ -109,7 +109,7 @@ "Z": -32.6391 }, "TerritoryId": 148, - "InteractionType": "Interact" + "InteractionType": "CompleteQuest" } ] } diff --git a/QuestPaths/ARealmReborn/MSQ-1/Gridania/176_On to Bentbranch.json b/QuestPaths/ARealmReborn/MSQ-1/Gridania/176_On to Bentbranch.json index db4e89f7..18513a4e 100644 --- a/QuestPaths/ARealmReborn/MSQ-1/Gridania/176_On to Bentbranch.json +++ b/QuestPaths/ARealmReborn/MSQ-1/Gridania/176_On to Bentbranch.json @@ -13,7 +13,7 @@ "Z": 115.92273 }, "TerritoryId": 132, - "InteractionType": "Interact" + "InteractionType": "AcceptQuest" } ] }, @@ -40,7 +40,7 @@ "Z": 26.41333 }, "TerritoryId": 148, - "InteractionType": "Interact" + "InteractionType": "CompleteQuest" } ] } diff --git a/QuestPaths/ARealmReborn/MSQ-1/Gridania/201_Passing Muster.json b/QuestPaths/ARealmReborn/MSQ-1/Gridania/201_Passing Muster.json index 55d8a1b6..09816975 100644 --- a/QuestPaths/ARealmReborn/MSQ-1/Gridania/201_Passing Muster.json +++ b/QuestPaths/ARealmReborn/MSQ-1/Gridania/201_Passing Muster.json @@ -13,7 +13,7 @@ "Z": -78.446655 }, "TerritoryId": 148, - "InteractionType": "Interact" + "InteractionType": "AcceptQuest" } ] }, @@ -28,7 +28,7 @@ "Z": -78.446655 }, "TerritoryId": 148, - "InteractionType": "Interact", + "InteractionType": "CompleteQuest", "Comment": "All starting gear (except the hat) is ilvl 5 already" } ] diff --git a/QuestPaths/ARealmReborn/MSQ-1/Gridania/28_To the Bannock.json b/QuestPaths/ARealmReborn/MSQ-1/Gridania/28_To the Bannock.json index e57f0821..e75b18ae 100644 --- a/QuestPaths/ARealmReborn/MSQ-1/Gridania/28_To the Bannock.json +++ b/QuestPaths/ARealmReborn/MSQ-1/Gridania/28_To the Bannock.json @@ -13,7 +13,7 @@ "Z": 115.92273 }, "TerritoryId": 132, - "InteractionType": "Interact" + "InteractionType": "AcceptQuest" } ] }, @@ -38,7 +38,7 @@ "Z": -78.446655 }, "TerritoryId": 148, - "InteractionType": "Interact" + "InteractionType": "CompleteQuest" } ] } diff --git a/QuestPaths/ARealmReborn/MSQ-1/Gridania/376_You Shall Not Trespass.json b/QuestPaths/ARealmReborn/MSQ-1/Gridania/376_You Shall Not Trespass.json index 504b366f..a7cba7d8 100644 --- a/QuestPaths/ARealmReborn/MSQ-1/Gridania/376_You Shall Not Trespass.json +++ b/QuestPaths/ARealmReborn/MSQ-1/Gridania/376_You Shall Not Trespass.json @@ -13,7 +13,7 @@ "Z": 26.41333 }, "TerritoryId": 148, - "InteractionType": "Interact" + "InteractionType": "AcceptQuest" } ] }, @@ -79,7 +79,7 @@ "Z": -43.595093 }, "TerritoryId": 148, - "InteractionType": "Interact" + "InteractionType": "CompleteQuest" } ] } diff --git a/QuestPaths/ARealmReborn/MSQ-1/Gridania/377_Don't Look Down.json b/QuestPaths/ARealmReborn/MSQ-1/Gridania/377_Don't Look Down.json index e662df85..31351209 100644 --- a/QuestPaths/ARealmReborn/MSQ-1/Gridania/377_Don't Look Down.json +++ b/QuestPaths/ARealmReborn/MSQ-1/Gridania/377_Don't Look Down.json @@ -14,7 +14,7 @@ }, "StopDistance": 5, "TerritoryId": 148, - "InteractionType": "Interact" + "InteractionType": "AcceptQuest" } ] }, @@ -189,7 +189,7 @@ "Z": -116.47211 }, "TerritoryId": 148, - "InteractionType": "Interact" + "InteractionType": "CompleteQuest" } ] } diff --git a/QuestPaths/ARealmReborn/MSQ-1/Gridania/379_In the Grim Darkness of the Forest.json b/QuestPaths/ARealmReborn/MSQ-1/Gridania/379_In the Grim Darkness of the Forest.json index c9de3ec2..e7161d1e 100644 --- a/QuestPaths/ARealmReborn/MSQ-1/Gridania/379_In the Grim Darkness of the Forest.json +++ b/QuestPaths/ARealmReborn/MSQ-1/Gridania/379_In the Grim Darkness of the Forest.json @@ -13,7 +13,7 @@ "Z": -116.47211 }, "TerritoryId": 148, - "InteractionType": "Interact" + "InteractionType": "AcceptQuest" } ] }, @@ -58,7 +58,7 @@ "Z": -43.595093 }, "TerritoryId": 148, - "InteractionType": "Interact" + "InteractionType": "CompleteQuest" } ] } diff --git a/QuestPaths/ARealmReborn/MSQ-1/Gridania/380_Threat Level Elevated.json b/QuestPaths/ARealmReborn/MSQ-1/Gridania/380_Threat Level Elevated.json index 9afa66d2..4400c967 100644 --- a/QuestPaths/ARealmReborn/MSQ-1/Gridania/380_Threat Level Elevated.json +++ b/QuestPaths/ARealmReborn/MSQ-1/Gridania/380_Threat Level Elevated.json @@ -13,7 +13,7 @@ "Z": -43.595093 }, "TerritoryId": 148, - "InteractionType": "Interact" + "InteractionType": "AcceptQuest" } ] }, @@ -58,7 +58,7 @@ "Z": 11.36792 }, "TerritoryId": 148, - "InteractionType": "Interact" + "InteractionType": "CompleteQuest" } ] } diff --git a/QuestPaths/ARealmReborn/MSQ-1/Gridania/381_Migrant Marauders.json b/QuestPaths/ARealmReborn/MSQ-1/Gridania/381_Migrant Marauders.json index dde9cfee..4aa404ad 100644 --- a/QuestPaths/ARealmReborn/MSQ-1/Gridania/381_Migrant Marauders.json +++ b/QuestPaths/ARealmReborn/MSQ-1/Gridania/381_Migrant Marauders.json @@ -13,7 +13,7 @@ "Z": 11.36792 }, "TerritoryId": 148, - "InteractionType": "Interact" + "InteractionType": "AcceptQuest" } ] }, @@ -47,7 +47,7 @@ "Z": 228.5343 }, "TerritoryId": 148, - "InteractionType": "Interact" + "InteractionType": "CompleteQuest" } ] } diff --git a/QuestPaths/ARealmReborn/MSQ-1/Gridania/384_A Hearer is Often Late.json b/QuestPaths/ARealmReborn/MSQ-1/Gridania/384_A Hearer is Often Late.json index 0511deb9..9c517804 100644 --- a/QuestPaths/ARealmReborn/MSQ-1/Gridania/384_A Hearer is Often Late.json +++ b/QuestPaths/ARealmReborn/MSQ-1/Gridania/384_A Hearer is Often Late.json @@ -13,7 +13,7 @@ "Z": 228.5343 }, "TerritoryId": 148, - "InteractionType": "Interact" + "InteractionType": "AcceptQuest" } ] }, @@ -43,7 +43,7 @@ "Z": 333.30273 }, "TerritoryId": 148, - "InteractionType": "Interact" + "InteractionType": "CompleteQuest" } ] } diff --git a/QuestPaths/ARealmReborn/MSQ-1/Gridania/3854_Eggs over Queasy.json b/QuestPaths/ARealmReborn/MSQ-1/Gridania/3854_Eggs over Queasy.json index ac7ea3c0..922f18f6 100644 --- a/QuestPaths/ARealmReborn/MSQ-1/Gridania/3854_Eggs over Queasy.json +++ b/QuestPaths/ARealmReborn/MSQ-1/Gridania/3854_Eggs over Queasy.json @@ -13,7 +13,7 @@ "Z": -78.446655 }, "TerritoryId": 148, - "InteractionType": "Interact" + "InteractionType": "AcceptQuest" } ] }, @@ -47,7 +47,7 @@ "Z": -107.25574 }, "TerritoryId": 148, - "InteractionType": "Interact" + "InteractionType": "CompleteQuest" } ] } diff --git a/QuestPaths/ARealmReborn/MSQ-1/Gridania/3855_A Soldier's Breakfast.json b/QuestPaths/ARealmReborn/MSQ-1/Gridania/3855_A Soldier's Breakfast.json index ed45022b..63a51750 100644 --- a/QuestPaths/ARealmReborn/MSQ-1/Gridania/3855_A Soldier's Breakfast.json +++ b/QuestPaths/ARealmReborn/MSQ-1/Gridania/3855_A Soldier's Breakfast.json @@ -13,7 +13,7 @@ "Z": -32.6391 }, "TerritoryId": 148, - "InteractionType": "Interact" + "InteractionType": "AcceptQuest" } ] }, @@ -71,7 +71,7 @@ "Z": -75.669556 }, "TerritoryId": 148, - "InteractionType": "Interact" + "InteractionType": "CompleteQuest" } ] } diff --git a/QuestPaths/ARealmReborn/MSQ-1/Gridania/387_Salvaging the Scene.json b/QuestPaths/ARealmReborn/MSQ-1/Gridania/387_Salvaging the Scene.json index ad355301..4c7d36cd 100644 --- a/QuestPaths/ARealmReborn/MSQ-1/Gridania/387_Salvaging the Scene.json +++ b/QuestPaths/ARealmReborn/MSQ-1/Gridania/387_Salvaging the Scene.json @@ -13,7 +13,7 @@ "Z": 333.30273 }, "TerritoryId": 148, - "InteractionType": "Interact" + "InteractionType": "AcceptQuest" } ] }, @@ -57,7 +57,7 @@ "Z": 26.41333 }, "TerritoryId": 148, - "InteractionType": "Interact", + "InteractionType": "CompleteQuest", "AetheryteShortcut": "Central Shroud - Bentbranch Meadows" } ] diff --git a/QuestPaths/ARealmReborn/MSQ-1/Gridania/39_Coming to Gridania.json b/QuestPaths/ARealmReborn/MSQ-1/Gridania/39_Coming to Gridania.json index ae0d54ab..a1a6e209 100644 --- a/QuestPaths/ARealmReborn/MSQ-1/Gridania/39_Coming to Gridania.json +++ b/QuestPaths/ARealmReborn/MSQ-1/Gridania/39_Coming to Gridania.json @@ -13,7 +13,7 @@ "Z": 143.63306 }, "TerritoryId": 183, - "InteractionType": "Interact" + "InteractionType": "AcceptQuest" } ] }, @@ -28,7 +28,7 @@ "Z": 115.861694 }, "TerritoryId": 183, - "InteractionType": "Interact" + "InteractionType": "CompleteQuest" } ] } diff --git a/QuestPaths/ARealmReborn/MSQ-1/Gridania/445_Chasing Shadows.json b/QuestPaths/ARealmReborn/MSQ-1/Gridania/445_Chasing Shadows.json index 70c7c525..2e2369ae 100644 --- a/QuestPaths/ARealmReborn/MSQ-1/Gridania/445_Chasing Shadows.json +++ b/QuestPaths/ARealmReborn/MSQ-1/Gridania/445_Chasing Shadows.json @@ -16,7 +16,7 @@ "Z": -78.446655 }, "TerritoryId": 148, - "InteractionType": "Interact" + "InteractionType": "AcceptQuest" } ] }, @@ -61,7 +61,7 @@ "Z": -78.446655 }, "TerritoryId": 148, - "InteractionType": "Interact" + "InteractionType": "CompleteQuest" } ] } diff --git a/QuestPaths/ARealmReborn/MSQ-1/Gridania/446_Dread Is in the Air.json b/QuestPaths/ARealmReborn/MSQ-1/Gridania/446_Dread Is in the Air.json index 07e7791d..59f82386 100644 --- a/QuestPaths/ARealmReborn/MSQ-1/Gridania/446_Dread Is in the Air.json +++ b/QuestPaths/ARealmReborn/MSQ-1/Gridania/446_Dread Is in the Air.json @@ -13,7 +13,7 @@ "Z": 6.301941 }, "TerritoryId": 148, - "InteractionType": "Interact" + "InteractionType": "AcceptQuest" } ] }, @@ -28,7 +28,7 @@ "Z": 115.92273 }, "TerritoryId": 132, - "InteractionType": "Interact", + "InteractionType": "CompleteQuest", "AetheryteShortcut": "Gridania", "AethernetShortcut": [ "[Gridania] Aetheryte Plaza", diff --git a/QuestPaths/ARealmReborn/MSQ-1/Gridania/447_To Guard a Guardian.json b/QuestPaths/ARealmReborn/MSQ-1/Gridania/447_To Guard a Guardian.json index 31deec40..435d616b 100644 --- a/QuestPaths/ARealmReborn/MSQ-1/Gridania/447_To Guard a Guardian.json +++ b/QuestPaths/ARealmReborn/MSQ-1/Gridania/447_To Guard a Guardian.json @@ -13,7 +13,7 @@ "Z": 115.92273 }, "TerritoryId": 132, - "InteractionType": "Interact" + "InteractionType": "AcceptQuest" } ] }, @@ -109,7 +109,7 @@ }, "StopDistance": 7, "TerritoryId": 204, - "InteractionType": "Interact", + "InteractionType": "CompleteQuest", "DisableNavmesh": true } ] diff --git a/QuestPaths/ARealmReborn/MSQ-1/Gridania/448_Festive Endeavors.json b/QuestPaths/ARealmReborn/MSQ-1/Gridania/448_Festive Endeavors.json index f2b9a533..a2f18fe8 100644 --- a/QuestPaths/ARealmReborn/MSQ-1/Gridania/448_Festive Endeavors.json +++ b/QuestPaths/ARealmReborn/MSQ-1/Gridania/448_Festive Endeavors.json @@ -14,7 +14,7 @@ }, "StopDistance": 7, "TerritoryId": 204, - "InteractionType": "Interact" + "InteractionType": "AcceptQuest" } ] }, @@ -94,7 +94,7 @@ "Z": 115.92273 }, "TerritoryId": 132, - "InteractionType": "Interact" + "InteractionType": "CompleteQuest" } ] } diff --git a/QuestPaths/ARealmReborn/MSQ-1/Gridania/449_Renewing the Covenant.json b/QuestPaths/ARealmReborn/MSQ-1/Gridania/449_Renewing the Covenant.json index 843634c0..af340e0e 100644 --- a/QuestPaths/ARealmReborn/MSQ-1/Gridania/449_Renewing the Covenant.json +++ b/QuestPaths/ARealmReborn/MSQ-1/Gridania/449_Renewing the Covenant.json @@ -13,7 +13,7 @@ "Z": 115.92273 }, "TerritoryId": 132, - "InteractionType": "Interact" + "InteractionType": "AcceptQuest" } ] }, @@ -104,7 +104,7 @@ "Z": -0.19836426 }, "TerritoryId": 205, - "InteractionType": "Interact" + "InteractionType": "CompleteQuest" } ] } diff --git a/QuestPaths/ARealmReborn/MSQ-1/Gridania/507_The Gridanian Envoy.json b/QuestPaths/ARealmReborn/MSQ-1/Gridania/507_The Gridanian Envoy.json index ad1d1103..77325e76 100644 --- a/QuestPaths/ARealmReborn/MSQ-1/Gridania/507_The Gridanian Envoy.json +++ b/QuestPaths/ARealmReborn/MSQ-1/Gridania/507_The Gridanian Envoy.json @@ -13,7 +13,7 @@ "Z": -0.19836426 }, "TerritoryId": 205, - "InteractionType": "Interact" + "InteractionType": "AcceptQuest" } ] }, @@ -375,7 +375,7 @@ "Z": 85.31323 }, "TerritoryId": 131, - "InteractionType": "Interact" + "InteractionType": "CompleteQuest" } ] } diff --git a/QuestPaths/ARealmReborn/MSQ-1/Gridania/85_LNC_Close to Home.json b/QuestPaths/ARealmReborn/MSQ-1/Gridania/85_LNC_Close to Home.json index 13ab3a06..22051447 100644 --- a/QuestPaths/ARealmReborn/MSQ-1/Gridania/85_LNC_Close to Home.json +++ b/QuestPaths/ARealmReborn/MSQ-1/Gridania/85_LNC_Close to Home.json @@ -13,7 +13,7 @@ "Z": 115.861694 }, "TerritoryId": 183, - "InteractionType": "Interact" + "InteractionType": "AcceptQuest" } ] }, @@ -189,7 +189,7 @@ "Z": 115.92273 }, "TerritoryId": 132, - "InteractionType": "Interact", + "InteractionType": "CompleteQuest", "AethernetShortcut": [ "[Gridania] Conjurers' Guild", "[Gridania] Airship Landing" diff --git a/QuestPaths/ARealmReborn/MSQ-1/Limsa/107_Coming to Limsa Lominsa.json b/QuestPaths/ARealmReborn/MSQ-1/Limsa/107_Coming to Limsa Lominsa.json index 273d8f91..0b0ce63f 100644 --- a/QuestPaths/ARealmReborn/MSQ-1/Limsa/107_Coming to Limsa Lominsa.json +++ b/QuestPaths/ARealmReborn/MSQ-1/Limsa/107_Coming to Limsa Lominsa.json @@ -13,7 +13,7 @@ "Z": -4.9592285 }, "TerritoryId": 181, - "InteractionType": "Interact" + "InteractionType": "AcceptQuest" } ] }, @@ -50,7 +50,7 @@ "Z": -6.1189575 }, "TerritoryId": 181, - "InteractionType": "Interact" + "InteractionType": "CompleteQuest" } ] } diff --git a/QuestPaths/ARealmReborn/MSQ-1/Limsa/108_MRD_Close to Home.json b/QuestPaths/ARealmReborn/MSQ-1/Limsa/108_MRD_Close to Home.json index 8e72271b..ebe54b38 100644 --- a/QuestPaths/ARealmReborn/MSQ-1/Limsa/108_MRD_Close to Home.json +++ b/QuestPaths/ARealmReborn/MSQ-1/Limsa/108_MRD_Close to Home.json @@ -13,7 +13,7 @@ "Z": -6.1189575 }, "TerritoryId": 181, - "InteractionType": "Interact" + "InteractionType": "AcceptQuest" } ] }, @@ -280,7 +280,7 @@ "Z": -6.1189575 }, "TerritoryId": 128, - "InteractionType": "Interact" + "InteractionType": "CompleteQuest" } ] } diff --git a/QuestPaths/ARealmReborn/MSQ-1/Limsa/109_ACN_Close to Home.json b/QuestPaths/ARealmReborn/MSQ-1/Limsa/109_ACN_Close to Home.json index 11813c99..aced709c 100644 --- a/QuestPaths/ARealmReborn/MSQ-1/Limsa/109_ACN_Close to Home.json +++ b/QuestPaths/ARealmReborn/MSQ-1/Limsa/109_ACN_Close to Home.json @@ -13,7 +13,7 @@ "Z": -6.1189575 }, "TerritoryId": 181, - "InteractionType": "Interact" + "InteractionType": "AcceptQuest" } ] }, @@ -280,7 +280,7 @@ "Z": -6.1189575 }, "TerritoryId": 128, - "InteractionType": "Interact" + "InteractionType": "CompleteQuest" } ] } diff --git a/QuestPaths/ARealmReborn/MSQ-1/Limsa/397_Sky-high.json b/QuestPaths/ARealmReborn/MSQ-1/Limsa/397_Sky-high.json index df64c848..009ad846 100644 --- a/QuestPaths/ARealmReborn/MSQ-1/Limsa/397_Sky-high.json +++ b/QuestPaths/ARealmReborn/MSQ-1/Limsa/397_Sky-high.json @@ -13,7 +13,7 @@ "Z": -6.1189575 }, "TerritoryId": 128, - "InteractionType": "Interact" + "InteractionType": "AcceptQuest" } ] }, @@ -28,7 +28,7 @@ "Z": -249.34778 }, "TerritoryId": 134, - "InteractionType": "Interact", + "InteractionType": "CompleteQuest", "AethernetShortcut": [ "[Limsa Lominsa] The Aftcastle", "[Limsa Lominsa] Zephyr Gate (Middle La Noscea)" diff --git a/QuestPaths/ARealmReborn/MSQ-1/Limsa/402_Thanks a Million.json b/QuestPaths/ARealmReborn/MSQ-1/Limsa/402_Thanks a Million.json index 4ae9678a..4c1c9a48 100644 --- a/QuestPaths/ARealmReborn/MSQ-1/Limsa/402_Thanks a Million.json +++ b/QuestPaths/ARealmReborn/MSQ-1/Limsa/402_Thanks a Million.json @@ -13,7 +13,7 @@ "Z": -249.34778 }, "TerritoryId": 134, - "InteractionType": "Interact" + "InteractionType": "AcceptQuest" } ] }, @@ -75,7 +75,7 @@ }, "StopDistance": 6, "TerritoryId": 138, - "InteractionType": "Interact" + "InteractionType": "CompleteQuest" } ] } diff --git a/QuestPaths/ARealmReborn/MSQ-1/Limsa/403_Relighting the Torch.json b/QuestPaths/ARealmReborn/MSQ-1/Limsa/403_Relighting the Torch.json index 02ac1613..63a722f0 100644 --- a/QuestPaths/ARealmReborn/MSQ-1/Limsa/403_Relighting the Torch.json +++ b/QuestPaths/ARealmReborn/MSQ-1/Limsa/403_Relighting the Torch.json @@ -14,7 +14,7 @@ }, "StopDistance": 7, "TerritoryId": 138, - "InteractionType": "Interact" + "InteractionType": "AcceptQuest" } ] }, @@ -109,7 +109,7 @@ "Z": 208.39233 }, "TerritoryId": 128, - "InteractionType": "Interact", + "InteractionType": "CompleteQuest", "AetheryteShortcut": "Limsa Lominsa", "AethernetShortcut": [ "[Limsa Lominsa] Aetheryte Plaza", diff --git a/QuestPaths/ARealmReborn/MSQ-1/Limsa/406_On to the Drydocks.json b/QuestPaths/ARealmReborn/MSQ-1/Limsa/406_On to the Drydocks.json index 5c5385d2..8fa03f3d 100644 --- a/QuestPaths/ARealmReborn/MSQ-1/Limsa/406_On to the Drydocks.json +++ b/QuestPaths/ARealmReborn/MSQ-1/Limsa/406_On to the Drydocks.json @@ -13,7 +13,7 @@ "Z": 208.39233 }, "TerritoryId": 128, - "InteractionType": "Interact" + "InteractionType": "AcceptQuest" } ] }, @@ -49,7 +49,7 @@ "Z": 611.9325 }, "TerritoryId": 135, - "InteractionType": "Interact" + "InteractionType": "CompleteQuest" } ] } diff --git a/QuestPaths/ARealmReborn/MSQ-1/Limsa/412_Without a Doubt.json b/QuestPaths/ARealmReborn/MSQ-1/Limsa/412_Without a Doubt.json index 2acd2c17..de781709 100644 --- a/QuestPaths/ARealmReborn/MSQ-1/Limsa/412_Without a Doubt.json +++ b/QuestPaths/ARealmReborn/MSQ-1/Limsa/412_Without a Doubt.json @@ -13,7 +13,7 @@ "Z": 611.9325 }, "TerritoryId": 135, - "InteractionType": "Interact" + "InteractionType": "AcceptQuest" } ] }, @@ -28,7 +28,7 @@ "Z": 861.4479 }, "TerritoryId": 135, - "InteractionType": "Emote", + "InteractionType": "CompleteQuest", "Emote": "doubt" } ] diff --git a/QuestPaths/ARealmReborn/MSQ-1/Limsa/413_Do Angry Pirates Dream.json b/QuestPaths/ARealmReborn/MSQ-1/Limsa/413_Do Angry Pirates Dream.json index 8b200191..05c0c814 100644 --- a/QuestPaths/ARealmReborn/MSQ-1/Limsa/413_Do Angry Pirates Dream.json +++ b/QuestPaths/ARealmReborn/MSQ-1/Limsa/413_Do Angry Pirates Dream.json @@ -13,7 +13,7 @@ "Z": 611.9325 }, "TerritoryId": 135, - "InteractionType": "Interact" + "InteractionType": "AcceptQuest" } ] }, @@ -73,7 +73,7 @@ "Z": 683.92444 }, "TerritoryId": 135, - "InteractionType": "Interact" + "InteractionType": "CompleteQuest" } ] } diff --git a/QuestPaths/ARealmReborn/MSQ-1/Limsa/414_Victory in Peril.json b/QuestPaths/ARealmReborn/MSQ-1/Limsa/414_Victory in Peril.json index 2539f4d4..e10cb756 100644 --- a/QuestPaths/ARealmReborn/MSQ-1/Limsa/414_Victory in Peril.json +++ b/QuestPaths/ARealmReborn/MSQ-1/Limsa/414_Victory in Peril.json @@ -16,7 +16,7 @@ "Z": 683.92444 }, "TerritoryId": 135, - "InteractionType": "Interact" + "InteractionType": "AcceptQuest" } ] }, @@ -102,7 +102,7 @@ "Z": 683.92444 }, "TerritoryId": 135, - "InteractionType": "Interact" + "InteractionType": "CompleteQuest" } ] } diff --git a/QuestPaths/ARealmReborn/MSQ-1/Limsa/415_Righting the Shipwright.json b/QuestPaths/ARealmReborn/MSQ-1/Limsa/415_Righting the Shipwright.json index f4bf1e9e..15adf449 100644 --- a/QuestPaths/ARealmReborn/MSQ-1/Limsa/415_Righting the Shipwright.json +++ b/QuestPaths/ARealmReborn/MSQ-1/Limsa/415_Righting the Shipwright.json @@ -13,7 +13,7 @@ "Z": 861.4479 }, "TerritoryId": 135, - "InteractionType": "Interact" + "InteractionType": "AcceptQuest" } ] }, @@ -118,7 +118,7 @@ "Z": 611.9325 }, "TerritoryId": 135, - "InteractionType": "Interact", + "InteractionType": "CompleteQuest", "AetheryteShortcut": "Lower La Noscea - Moraby Drydocks" } ] diff --git a/QuestPaths/ARealmReborn/MSQ-1/Limsa/462_On to Summerford.json b/QuestPaths/ARealmReborn/MSQ-1/Limsa/462_On to Summerford.json index 8579964b..369f54a9 100644 --- a/QuestPaths/ARealmReborn/MSQ-1/Limsa/462_On to Summerford.json +++ b/QuestPaths/ARealmReborn/MSQ-1/Limsa/462_On to Summerford.json @@ -13,7 +13,7 @@ "Z": -6.1189575 }, "TerritoryId": 128, - "InteractionType": "Interact" + "InteractionType": "AcceptQuest" } ] }, @@ -53,7 +53,7 @@ "Z": -222.43079 }, "TerritoryId": 134, - "InteractionType": "Interact" + "InteractionType": "CompleteQuest" } ] } diff --git a/QuestPaths/ARealmReborn/MSQ-1/Limsa/463_Dressed to Call.json b/QuestPaths/ARealmReborn/MSQ-1/Limsa/463_Dressed to Call.json index ff79aec7..f0990cd1 100644 --- a/QuestPaths/ARealmReborn/MSQ-1/Limsa/463_Dressed to Call.json +++ b/QuestPaths/ARealmReborn/MSQ-1/Limsa/463_Dressed to Call.json @@ -13,7 +13,7 @@ "Z": -222.43079 }, "TerritoryId": 134, - "InteractionType": "Interact" + "InteractionType": "AcceptQuest" } ] }, @@ -28,7 +28,7 @@ "Z": -222.43079 }, "TerritoryId": 134, - "InteractionType": "Interact", + "InteractionType": "CompleteQuest", "Comment": "All starting gear (except the hat) is ilvl 5 already" } ] diff --git a/QuestPaths/ARealmReborn/MSQ-1/Limsa/465_Washed Up.json b/QuestPaths/ARealmReborn/MSQ-1/Limsa/465_Washed Up.json index 37e2762e..af64c3ba 100644 --- a/QuestPaths/ARealmReborn/MSQ-1/Limsa/465_Washed Up.json +++ b/QuestPaths/ARealmReborn/MSQ-1/Limsa/465_Washed Up.json @@ -13,7 +13,7 @@ "Z": -222.43079 }, "TerritoryId": 134, - "InteractionType": "Interact" + "InteractionType": "AcceptQuest" } ] }, @@ -177,7 +177,7 @@ "Z": -222.43079 }, "TerritoryId": 134, - "InteractionType": "Interact" + "InteractionType": "CompleteQuest" } ] } diff --git a/QuestPaths/ARealmReborn/MSQ-1/Limsa/466_Double Dealing.json b/QuestPaths/ARealmReborn/MSQ-1/Limsa/466_Double Dealing.json index fb15bb95..e82a18b5 100644 --- a/QuestPaths/ARealmReborn/MSQ-1/Limsa/466_Double Dealing.json +++ b/QuestPaths/ARealmReborn/MSQ-1/Limsa/466_Double Dealing.json @@ -13,7 +13,7 @@ "Z": -222.43079 }, "TerritoryId": 134, - "InteractionType": "Interact" + "InteractionType": "AcceptQuest" } ] }, @@ -173,7 +173,7 @@ "Z": -222.43079 }, "TerritoryId": 134, - "InteractionType": "Interact" + "InteractionType": "CompleteQuest" } ] } diff --git a/QuestPaths/ARealmReborn/MSQ-1/Limsa/467_Loam Maintenance.json b/QuestPaths/ARealmReborn/MSQ-1/Limsa/467_Loam Maintenance.json index f2ca99fc..b7ebcb82 100644 --- a/QuestPaths/ARealmReborn/MSQ-1/Limsa/467_Loam Maintenance.json +++ b/QuestPaths/ARealmReborn/MSQ-1/Limsa/467_Loam Maintenance.json @@ -13,7 +13,7 @@ "Z": -213.91626 }, "TerritoryId": 134, - "InteractionType": "Interact" + "InteractionType": "AcceptQuest" } ] }, @@ -121,7 +121,7 @@ "Z": -308.76636 }, "TerritoryId": 134, - "InteractionType": "Interact" + "InteractionType": "CompleteQuest" } ] } diff --git a/QuestPaths/ARealmReborn/MSQ-1/Limsa/468_Plowshares to Swords.json b/QuestPaths/ARealmReborn/MSQ-1/Limsa/468_Plowshares to Swords.json index f363ea51..d8d847dc 100644 --- a/QuestPaths/ARealmReborn/MSQ-1/Limsa/468_Plowshares to Swords.json +++ b/QuestPaths/ARealmReborn/MSQ-1/Limsa/468_Plowshares to Swords.json @@ -13,7 +13,7 @@ "Z": -308.76636 }, "TerritoryId": 134, - "InteractionType": "Interact" + "InteractionType": "AcceptQuest" } ] }, @@ -82,7 +82,7 @@ "Z": -222.43079 }, "TerritoryId": 134, - "InteractionType": "Interact" + "InteractionType": "CompleteQuest" } ] } diff --git a/QuestPaths/ARealmReborn/MSQ-1/Limsa/469_Just Deserts.json b/QuestPaths/ARealmReborn/MSQ-1/Limsa/469_Just Deserts.json index 76a1f683..b2429a65 100644 --- a/QuestPaths/ARealmReborn/MSQ-1/Limsa/469_Just Deserts.json +++ b/QuestPaths/ARealmReborn/MSQ-1/Limsa/469_Just Deserts.json @@ -16,7 +16,7 @@ "Z": -222.43079 }, "TerritoryId": 134, - "InteractionType": "Interact" + "InteractionType": "AcceptQuest" } ] }, @@ -131,7 +131,7 @@ "Z": -6.1189575 }, "TerritoryId": 128, - "InteractionType": "Interact", + "InteractionType": "CompleteQuest", "AetheryteShortcut": "Limsa Lominsa", "AethernetShortcut": [ "[Limsa Lominsa] Aetheryte Plaza", diff --git a/QuestPaths/ARealmReborn/MSQ-1/Limsa/543_Lurkers in the Grotto.json b/QuestPaths/ARealmReborn/MSQ-1/Limsa/543_Lurkers in the Grotto.json index 2a475c02..e2fc1b24 100644 --- a/QuestPaths/ARealmReborn/MSQ-1/Limsa/543_Lurkers in the Grotto.json +++ b/QuestPaths/ARealmReborn/MSQ-1/Limsa/543_Lurkers in the Grotto.json @@ -16,7 +16,7 @@ "Z": -222.43079 }, "TerritoryId": 134, - "InteractionType": "Interact" + "InteractionType": "AcceptQuest" } ] }, @@ -46,7 +46,7 @@ "Z": -222.43079 }, "TerritoryId": 134, - "InteractionType": "Interact" + "InteractionType": "CompleteQuest" } ] } diff --git a/QuestPaths/ARealmReborn/MSQ-1/Limsa/544_Feint and Strike.json b/QuestPaths/ARealmReborn/MSQ-1/Limsa/544_Feint and Strike.json index 5992b001..8cfa9b01 100644 --- a/QuestPaths/ARealmReborn/MSQ-1/Limsa/544_Feint and Strike.json +++ b/QuestPaths/ARealmReborn/MSQ-1/Limsa/544_Feint and Strike.json @@ -16,7 +16,7 @@ "Z": -6.1189575 }, "TerritoryId": 128, - "InteractionType": "Interact" + "InteractionType": "AcceptQuest" } ] }, @@ -91,7 +91,7 @@ }, "StopDistance": 7, "TerritoryId": 128, - "InteractionType": "Interact" + "InteractionType": "CompleteQuest" } ] } diff --git a/QuestPaths/ARealmReborn/MSQ-1/Limsa/545_A Mizzenmast Repast.json b/QuestPaths/ARealmReborn/MSQ-1/Limsa/545_A Mizzenmast Repast.json index 9db04c7e..524b8d45 100644 --- a/QuestPaths/ARealmReborn/MSQ-1/Limsa/545_A Mizzenmast Repast.json +++ b/QuestPaths/ARealmReborn/MSQ-1/Limsa/545_A Mizzenmast Repast.json @@ -13,7 +13,7 @@ "Z": -6.1189575 }, "TerritoryId": 128, - "InteractionType": "Interact" + "InteractionType": "AcceptQuest" } ] }, @@ -115,7 +115,7 @@ "Z": -7.0039062 }, "TerritoryId": 198, - "InteractionType": "Interact" + "InteractionType": "CompleteQuest" } ] } diff --git a/QuestPaths/ARealmReborn/MSQ-1/Limsa/546_The Lominsan Envoy.json b/QuestPaths/ARealmReborn/MSQ-1/Limsa/546_The Lominsan Envoy.json index 5beb7aba..c155d8ac 100644 --- a/QuestPaths/ARealmReborn/MSQ-1/Limsa/546_The Lominsan Envoy.json +++ b/QuestPaths/ARealmReborn/MSQ-1/Limsa/546_The Lominsan Envoy.json @@ -13,7 +13,7 @@ "Z": -7.0039062 }, "TerritoryId": 198, - "InteractionType": "Interact" + "InteractionType": "AcceptQuest" } ] }, @@ -402,7 +402,7 @@ "Z": 85.31323 }, "TerritoryId": 131, - "InteractionType": "Interact" + "InteractionType": "CompleteQuest" } ] } diff --git a/QuestPaths/ARealmReborn/MSQ-1/Limsa/674_Call of the Sea.json b/QuestPaths/ARealmReborn/MSQ-1/Limsa/674_Call of the Sea.json index d72c6455..0633ce02 100644 --- a/QuestPaths/ARealmReborn/MSQ-1/Limsa/674_Call of the Sea.json +++ b/QuestPaths/ARealmReborn/MSQ-1/Limsa/674_Call of the Sea.json @@ -14,7 +14,7 @@ "Z": 85.31323 }, "TerritoryId": 131, - "InteractionType": "Interact" + "InteractionType": "AcceptQuest" } ] }, @@ -158,7 +158,7 @@ "Z": -6.1189575 }, "TerritoryId": 128, - "InteractionType": "Interact", + "InteractionType": "CompleteQuest", "AetheryteShortcut": "Limsa Lominsa", "AethernetShortcut": [ "[Limsa Lominsa] Aetheryte Plaza", diff --git a/QuestPaths/ARealmReborn/MSQ-1/Limsa/689_Men of the Blue Tattoos.json b/QuestPaths/ARealmReborn/MSQ-1/Limsa/689_Men of the Blue Tattoos.json index f2d88a4e..c49eafba 100644 --- a/QuestPaths/ARealmReborn/MSQ-1/Limsa/689_Men of the Blue Tattoos.json +++ b/QuestPaths/ARealmReborn/MSQ-1/Limsa/689_Men of the Blue Tattoos.json @@ -13,7 +13,7 @@ "Z": 683.92444 }, "TerritoryId": 135, - "InteractionType": "Interact" + "InteractionType": "AcceptQuest" } ] }, @@ -28,7 +28,7 @@ "Z": -6.1189575 }, "TerritoryId": 128, - "InteractionType": "Interact", + "InteractionType": "CompleteQuest", "AetheryteShortcut": "Limsa Lominsa", "AethernetShortcut": [ "[Limsa Lominsa] Aetheryte Plaza", diff --git a/QuestPaths/ARealmReborn/MSQ-1/Limsa/690_High Society.json b/QuestPaths/ARealmReborn/MSQ-1/Limsa/690_High Society.json index ecafd712..01353e89 100644 --- a/QuestPaths/ARealmReborn/MSQ-1/Limsa/690_High Society.json +++ b/QuestPaths/ARealmReborn/MSQ-1/Limsa/690_High Society.json @@ -14,7 +14,7 @@ }, "StopDistance": 7, "TerritoryId": 128, - "InteractionType": "Interact" + "InteractionType": "AcceptQuest" } ] }, @@ -101,7 +101,7 @@ "Z": -6.1189575 }, "TerritoryId": 128, - "InteractionType": "Interact" + "InteractionType": "CompleteQuest" } ] } diff --git a/QuestPaths/ARealmReborn/MSQ-1/Shared/245_It's Probably Pirates.json b/QuestPaths/ARealmReborn/MSQ-1/Shared/245_It's Probably Pirates.json index 6985404e..e301276b 100644 --- a/QuestPaths/ARealmReborn/MSQ-1/Shared/245_It's Probably Pirates.json +++ b/QuestPaths/ARealmReborn/MSQ-1/Shared/245_It's Probably Pirates.json @@ -16,7 +16,7 @@ "Z": -6.1189575 }, "TerritoryId": 128, - "InteractionType": "Interact" + "InteractionType": "AcceptQuest" } ] }, @@ -154,7 +154,7 @@ "Z": -6.1189575 }, "TerritoryId": 128, - "InteractionType": "Interact", + "InteractionType": "CompleteQuest", "AetheryteShortcut": "Limsa Lominsa", "AethernetShortcut": [ "[Limsa Lominsa] Aetheryte Plaza", diff --git a/QuestPaths/ARealmReborn/MSQ-1/Shared/272_Life, Materia and Everything.json b/QuestPaths/ARealmReborn/MSQ-1/Shared/272_Life, Materia and Everything.json index ac2d5284..a7f3e960 100644 --- a/QuestPaths/ARealmReborn/MSQ-1/Shared/272_Life, Materia and Everything.json +++ b/QuestPaths/ARealmReborn/MSQ-1/Shared/272_Life, Materia and Everything.json @@ -13,7 +13,7 @@ "Z": 0.8086548 }, "TerritoryId": 212, - "InteractionType": "Interact" + "InteractionType": "AcceptQuest" } ] }, @@ -103,7 +103,7 @@ "Z": 0.8086548 }, "TerritoryId": 212, - "InteractionType": "Interact" + "InteractionType": "CompleteQuest" } ] } diff --git a/QuestPaths/ARealmReborn/MSQ-1/Shared/343_Lord of the Inferno.json b/QuestPaths/ARealmReborn/MSQ-1/Shared/343_Lord of the Inferno.json index d6e49ae0..90b15acb 100644 --- a/QuestPaths/ARealmReborn/MSQ-1/Shared/343_Lord of the Inferno.json +++ b/QuestPaths/ARealmReborn/MSQ-1/Shared/343_Lord of the Inferno.json @@ -17,7 +17,7 @@ "Z": 0.8086548 }, "TerritoryId": 212, - "InteractionType": "Interact" + "InteractionType": "AcceptQuest" } ] }, @@ -131,7 +131,7 @@ "Z": -2.02948 }, "TerritoryId": 212, - "InteractionType": "Interact" + "InteractionType": "CompleteQuest" } ] } diff --git a/QuestPaths/ARealmReborn/MSQ-1/Shared/509_The Scions of the Seventh Dawn.json b/QuestPaths/ARealmReborn/MSQ-1/Shared/509_The Scions of the Seventh Dawn.json index 2f3dd463..9fb03eba 100644 --- a/QuestPaths/ARealmReborn/MSQ-1/Shared/509_The Scions of the Seventh Dawn.json +++ b/QuestPaths/ARealmReborn/MSQ-1/Shared/509_The Scions of the Seventh Dawn.json @@ -13,7 +13,7 @@ "Z": -78.78235 }, "TerritoryId": 130, - "InteractionType": "Interact" + "InteractionType": "AcceptQuest" } ] }, @@ -73,7 +73,7 @@ "Z": -2.02948 }, "TerritoryId": 212, - "InteractionType": "Interact" + "InteractionType": "CompleteQuest" } ] } diff --git a/QuestPaths/ARealmReborn/MSQ-1/Shared/510_A Wild Rose By Any Other Name.json b/QuestPaths/ARealmReborn/MSQ-1/Shared/510_A Wild Rose By Any Other Name.json index 794aa215..855214bd 100644 --- a/QuestPaths/ARealmReborn/MSQ-1/Shared/510_A Wild Rose By Any Other Name.json +++ b/QuestPaths/ARealmReborn/MSQ-1/Shared/510_A Wild Rose By Any Other Name.json @@ -14,7 +14,7 @@ }, "StopDistance": 5, "TerritoryId": 212, - "InteractionType": "Interact", + "InteractionType": "AcceptQuest", "DialogueChoices": [ { "Type": "List", @@ -98,7 +98,7 @@ "Z": 106.79785 }, "TerritoryId": 145, - "InteractionType": "Interact" + "InteractionType": "CompleteQuest" } ] } diff --git a/QuestPaths/ARealmReborn/MSQ-1/Shared/511_A Hero in the Making.json b/QuestPaths/ARealmReborn/MSQ-1/Shared/511_A Hero in the Making.json index 576fc56a..6be4f74c 100644 --- a/QuestPaths/ARealmReborn/MSQ-1/Shared/511_A Hero in the Making.json +++ b/QuestPaths/ARealmReborn/MSQ-1/Shared/511_A Hero in the Making.json @@ -13,7 +13,7 @@ "Z": 0.8086548 }, "TerritoryId": 212, - "InteractionType": "Interact" + "InteractionType": "AcceptQuest" } ] }, @@ -181,7 +181,7 @@ "Z": 0.8086548 }, "TerritoryId": 212, - "InteractionType": "Interact" + "InteractionType": "CompleteQuest" } ] } diff --git a/QuestPaths/ARealmReborn/MSQ-1/Shared/513_Sylph-management.json b/QuestPaths/ARealmReborn/MSQ-1/Shared/513_Sylph-management.json index c05cfaf2..ad62f054 100644 --- a/QuestPaths/ARealmReborn/MSQ-1/Shared/513_Sylph-management.json +++ b/QuestPaths/ARealmReborn/MSQ-1/Shared/513_Sylph-management.json @@ -13,7 +13,7 @@ "Z": 0.8086548 }, "TerritoryId": 212, - "InteractionType": "Interact" + "InteractionType": "AcceptQuest" } ] }, @@ -28,7 +28,7 @@ "Z": -5.081299 }, "TerritoryId": 132, - "InteractionType": "Interact", + "InteractionType": "CompleteQuest", "AetheryteShortcut": "Gridania" } ] diff --git a/QuestPaths/ARealmReborn/MSQ-1/Shared/574_Dressed to Deceive.json b/QuestPaths/ARealmReborn/MSQ-1/Shared/574_Dressed to Deceive.json index e69943f1..d64ec054 100644 --- a/QuestPaths/ARealmReborn/MSQ-1/Shared/574_Dressed to Deceive.json +++ b/QuestPaths/ARealmReborn/MSQ-1/Shared/574_Dressed to Deceive.json @@ -13,7 +13,7 @@ "Z": 106.79785 }, "TerritoryId": 145, - "InteractionType": "Interact" + "InteractionType": "AcceptQuest" } ] }, @@ -225,7 +225,7 @@ "Z": 0.8086548 }, "TerritoryId": 212, - "InteractionType": "Interact" + "InteractionType": "CompleteQuest" } ] } diff --git a/QuestPaths/ARealmReborn/MSQ-1/Shared/618_Unsolved Mystery.json b/QuestPaths/ARealmReborn/MSQ-1/Shared/618_Unsolved Mystery.json index 7a932363..1e759fc6 100644 --- a/QuestPaths/ARealmReborn/MSQ-1/Shared/618_Unsolved Mystery.json +++ b/QuestPaths/ARealmReborn/MSQ-1/Shared/618_Unsolved Mystery.json @@ -13,7 +13,7 @@ "Z": 106.79785 }, "TerritoryId": 145, - "InteractionType": "Interact" + "InteractionType": "AcceptQuest" } ] }, @@ -123,7 +123,7 @@ "Z": 106.79785 }, "TerritoryId": 145, - "InteractionType": "Interact" + "InteractionType": "CompleteQuest" } ] } diff --git a/QuestPaths/ARealmReborn/MSQ-1/Shared/619_What Poor People Think.json b/QuestPaths/ARealmReborn/MSQ-1/Shared/619_What Poor People Think.json index 0bac2d82..f470403a 100644 --- a/QuestPaths/ARealmReborn/MSQ-1/Shared/619_What Poor People Think.json +++ b/QuestPaths/ARealmReborn/MSQ-1/Shared/619_What Poor People Think.json @@ -14,7 +14,7 @@ "Z": 106.79785 }, "TerritoryId": 145, - "InteractionType": "Interact" + "InteractionType": "AcceptQuest" } ] }, @@ -119,7 +119,7 @@ "Z": 106.79785 }, "TerritoryId": 145, - "InteractionType": "Interact" + "InteractionType": "CompleteQuest" } ] } diff --git a/QuestPaths/ARealmReborn/MSQ-1/Shared/620_A Proper Burial.json b/QuestPaths/ARealmReborn/MSQ-1/Shared/620_A Proper Burial.json index 688967b8..441df9f8 100644 --- a/QuestPaths/ARealmReborn/MSQ-1/Shared/620_A Proper Burial.json +++ b/QuestPaths/ARealmReborn/MSQ-1/Shared/620_A Proper Burial.json @@ -13,7 +13,7 @@ "Z": 106.79785 }, "TerritoryId": 145, - "InteractionType": "Interact" + "InteractionType": "AcceptQuest" } ] }, @@ -104,7 +104,7 @@ "Z": 106.79785 }, "TerritoryId": 145, - "InteractionType": "Interact" + "InteractionType": "CompleteQuest" } ] } diff --git a/QuestPaths/ARealmReborn/MSQ-1/Shared/621_For the Children.json b/QuestPaths/ARealmReborn/MSQ-1/Shared/621_For the Children.json index a75d44fd..3536fac5 100644 --- a/QuestPaths/ARealmReborn/MSQ-1/Shared/621_For the Children.json +++ b/QuestPaths/ARealmReborn/MSQ-1/Shared/621_For the Children.json @@ -13,7 +13,7 @@ "Z": 106.79785 }, "TerritoryId": 145, - "InteractionType": "Interact" + "InteractionType": "AcceptQuest" } ] }, @@ -72,7 +72,7 @@ "Z": 106.79785 }, "TerritoryId": 145, - "InteractionType": "Interact", + "InteractionType": "CompleteQuest", "AetheryteShortcut": "Eastern Thanalan - Camp Drybone" } ] diff --git a/QuestPaths/ARealmReborn/MSQ-1/Shared/622_Amalj'aa Wrong Places.json b/QuestPaths/ARealmReborn/MSQ-1/Shared/622_Amalj'aa Wrong Places.json index 770b4baa..964640dd 100644 --- a/QuestPaths/ARealmReborn/MSQ-1/Shared/622_Amalj'aa Wrong Places.json +++ b/QuestPaths/ARealmReborn/MSQ-1/Shared/622_Amalj'aa Wrong Places.json @@ -13,7 +13,7 @@ "Z": 106.79785 }, "TerritoryId": 145, - "InteractionType": "Interact" + "InteractionType": "AcceptQuest" } ] }, @@ -104,7 +104,7 @@ "Z": 106.79785 }, "TerritoryId": 145, - "InteractionType": "Interact" + "InteractionType": "CompleteQuest" } ] } diff --git a/QuestPaths/ARealmReborn/MSQ-1/Shared/660_Into a Copper Hell.json b/QuestPaths/ARealmReborn/MSQ-1/Shared/660_Into a Copper Hell.json index 4d35fbf0..c0126c0d 100644 --- a/QuestPaths/ARealmReborn/MSQ-1/Shared/660_Into a Copper Hell.json +++ b/QuestPaths/ARealmReborn/MSQ-1/Shared/660_Into a Copper Hell.json @@ -17,7 +17,7 @@ "Z": -78.78235 }, "TerritoryId": 130, - "InteractionType": "Interact" + "InteractionType": "AcceptQuest" } ] }, @@ -107,7 +107,7 @@ "Z": -78.78235 }, "TerritoryId": 130, - "InteractionType": "Interact" + "InteractionType": "CompleteQuest" } ] } diff --git a/QuestPaths/ARealmReborn/MSQ-1/Shared/676_Call of the Forest.json b/QuestPaths/ARealmReborn/MSQ-1/Shared/676_Call of the Forest.json index 0314f23e..50df5830 100644 --- a/QuestPaths/ARealmReborn/MSQ-1/Shared/676_Call of the Forest.json +++ b/QuestPaths/ARealmReborn/MSQ-1/Shared/676_Call of the Forest.json @@ -13,7 +13,7 @@ "Z": -6.1189575 }, "TerritoryId": 128, - "InteractionType": "Interact" + "InteractionType": "AcceptQuest" } ] }, @@ -66,7 +66,7 @@ "Z": 115.92273 }, "TerritoryId": 132, - "InteractionType": "Interact" + "InteractionType": "CompleteQuest" } ] } diff --git a/QuestPaths/ARealmReborn/MSQ-1/Shared/677_Fire in the Gloom.json b/QuestPaths/ARealmReborn/MSQ-1/Shared/677_Fire in the Gloom.json index 1ae9d994..b63a8aba 100644 --- a/QuestPaths/ARealmReborn/MSQ-1/Shared/677_Fire in the Gloom.json +++ b/QuestPaths/ARealmReborn/MSQ-1/Shared/677_Fire in the Gloom.json @@ -16,7 +16,7 @@ "Z": 115.92273 }, "TerritoryId": 132, - "InteractionType": "Interact" + "InteractionType": "AcceptQuest" } ] }, @@ -92,7 +92,7 @@ "Z": 115.92273 }, "TerritoryId": 132, - "InteractionType": "Interact" + "InteractionType": "CompleteQuest" } ] } diff --git a/QuestPaths/ARealmReborn/MSQ-1/Shared/678_Call of the Desert.json b/QuestPaths/ARealmReborn/MSQ-1/Shared/678_Call of the Desert.json index 1fa53c7d..14dcb171 100644 --- a/QuestPaths/ARealmReborn/MSQ-1/Shared/678_Call of the Desert.json +++ b/QuestPaths/ARealmReborn/MSQ-1/Shared/678_Call of the Desert.json @@ -13,7 +13,7 @@ "Z": 115.92273 }, "TerritoryId": 132, - "InteractionType": "Interact" + "InteractionType": "AcceptQuest" } ] }, @@ -28,7 +28,7 @@ "Z": -78.78235 }, "TerritoryId": 130, - "InteractionType": "Interact", + "InteractionType": "CompleteQuest", "AetheryteShortcut": "Ul'dah", "AethernetShortcut": [ "[Ul'dah] Aetheryte Plaza", diff --git a/QuestPaths/ARealmReborn/MSQ-1/Shared/680_The Company You Keep (Twin Adders).json b/QuestPaths/ARealmReborn/MSQ-1/Shared/680_The Company You Keep (Twin Adders).json index 6e716e30..f93905c7 100644 --- a/QuestPaths/ARealmReborn/MSQ-1/Shared/680_The Company You Keep (Twin Adders).json +++ b/QuestPaths/ARealmReborn/MSQ-1/Shared/680_The Company You Keep (Twin Adders).json @@ -13,7 +13,7 @@ "Z": 3.463745 }, "TerritoryId": 212, - "InteractionType": "Interact", + "InteractionType": "AcceptQuest", "DialogueChoices": [ { "Type": "YesNo", @@ -96,7 +96,7 @@ "Z": -9.99469 }, "TerritoryId": 132, - "InteractionType": "Interact", + "InteractionType": "CompleteQuest", "AetheryteShortcut": "Gridania" } ] diff --git a/QuestPaths/ARealmReborn/MSQ-1/Shared/681_The Company You Keep (Maelstrom).json b/QuestPaths/ARealmReborn/MSQ-1/Shared/681_The Company You Keep (Maelstrom).json index a469fae8..c6d6f4b6 100644 --- a/QuestPaths/ARealmReborn/MSQ-1/Shared/681_The Company You Keep (Maelstrom).json +++ b/QuestPaths/ARealmReborn/MSQ-1/Shared/681_The Company You Keep (Maelstrom).json @@ -13,7 +13,7 @@ "Z": 4.6845093 }, "TerritoryId": 212, - "InteractionType": "Interact", + "InteractionType": "AcceptQuest", "DialogueChoices": [ { "Type": "YesNo", @@ -83,7 +83,7 @@ }, "StopDistance": 5, "TerritoryId": 128, - "InteractionType": "Interact", + "InteractionType": "CompleteQuest", "AetheryteShortcut": "Limsa Lominsa", "AethernetShortcut": [ "[Limsa Lominsa] Aetheryte Plaza", diff --git a/QuestPaths/ARealmReborn/MSQ-1/Shared/683_Wood's Will Be Done.json b/QuestPaths/ARealmReborn/MSQ-1/Shared/683_Wood's Will Be Done.json index a1ad6984..f4ef9415 100644 --- a/QuestPaths/ARealmReborn/MSQ-1/Shared/683_Wood's Will Be Done.json +++ b/QuestPaths/ARealmReborn/MSQ-1/Shared/683_Wood's Will Be Done.json @@ -13,7 +13,7 @@ "Z": -9.99469 }, "TerritoryId": 132, - "InteractionType": "Interact" + "InteractionType": "AcceptQuest" } ] }, @@ -54,7 +54,7 @@ "Z": -2.02948 }, "TerritoryId": 212, - "InteractionType": "Interact" + "InteractionType": "CompleteQuest" } ] } diff --git a/QuestPaths/ARealmReborn/MSQ-1/Shared/684_Till Sea Swallows All.json b/QuestPaths/ARealmReborn/MSQ-1/Shared/684_Till Sea Swallows All.json index d203f80e..c46bfe51 100644 --- a/QuestPaths/ARealmReborn/MSQ-1/Shared/684_Till Sea Swallows All.json +++ b/QuestPaths/ARealmReborn/MSQ-1/Shared/684_Till Sea Swallows All.json @@ -14,7 +14,7 @@ }, "StopDistance": 5, "TerritoryId": 128, - "InteractionType": "Interact" + "InteractionType": "AcceptQuest" } ] }, @@ -55,7 +55,7 @@ "Z": -2.02948 }, "TerritoryId": 212, - "InteractionType": "Interact" + "InteractionType": "CompleteQuest" } ] } diff --git a/QuestPaths/ARealmReborn/MSQ-1/Shared/700_My Little Chocobo (Twin Adder).json b/QuestPaths/ARealmReborn/MSQ-1/Shared/700_My Little Chocobo (Twin Adder).json index 5dd6d397..101b1a48 100644 --- a/QuestPaths/ARealmReborn/MSQ-1/Shared/700_My Little Chocobo (Twin Adder).json +++ b/QuestPaths/ARealmReborn/MSQ-1/Shared/700_My Little Chocobo (Twin Adder).json @@ -13,7 +13,7 @@ "Z": -5.081299 }, "TerritoryId": 132, - "InteractionType": "Interact" + "InteractionType": "AcceptQuest" } ] }, @@ -70,7 +70,7 @@ "Z": 70.29822 }, "TerritoryId": 132, - "InteractionType": "Interact" + "InteractionType": "CompleteQuest" } ] } diff --git a/QuestPaths/ARealmReborn/MSQ-1/Shared/701_My Little Chocobo (Maelstrom).json b/QuestPaths/ARealmReborn/MSQ-1/Shared/701_My Little Chocobo (Maelstrom).json index 8bf69cc4..915e8c51 100644 --- a/QuestPaths/ARealmReborn/MSQ-1/Shared/701_My Little Chocobo (Maelstrom).json +++ b/QuestPaths/ARealmReborn/MSQ-1/Shared/701_My Little Chocobo (Maelstrom).json @@ -13,7 +13,7 @@ "Z": 81.1322 }, "TerritoryId": 128, - "InteractionType": "Interact", + "InteractionType": "AcceptQuest", "AetheryteShortcut": "Limsa Lominsa", "AethernetShortcut": ["[Limsa Lominsa] Aetheryte Plaza", "[Limsa Lominsa] The Aftcastle"] } @@ -91,7 +91,7 @@ "Z": -8.1026 }, "TerritoryId": 129, - "InteractionType": "Interact" + "InteractionType": "CompleteQuest" } ] } diff --git a/QuestPaths/ARealmReborn/MSQ-2/A2/3856_We Come in Peace.json b/QuestPaths/ARealmReborn/MSQ-2/A2/3856_We Come in Peace.json index c8fc28a6..77316b0f 100644 --- a/QuestPaths/ARealmReborn/MSQ-2/A2/3856_We Come in Peace.json +++ b/QuestPaths/ARealmReborn/MSQ-2/A2/3856_We Come in Peace.json @@ -13,7 +13,7 @@ "Z": -5.081299 }, "TerritoryId": 132, - "InteractionType": "Interact", + "InteractionType": "AcceptQuest", "AetheryteShortcut": "Gridania", "SkipIf": [ "AetheryteShortcutIfInSameTerritory" diff --git a/QuestPaths/Endwalker/AetherCurrents/Elpis/4288_You and the Ailouros.json b/QuestPaths/Endwalker/AetherCurrents/Elpis/4288_You and the Ailouros.json index f237bfc6..5b2ba438 100644 --- a/QuestPaths/Endwalker/AetherCurrents/Elpis/4288_You and the Ailouros.json +++ b/QuestPaths/Endwalker/AetherCurrents/Elpis/4288_You and the Ailouros.json @@ -13,7 +13,7 @@ "Z": 510.42944 }, "TerritoryId": 961, - "InteractionType": "Interact" + "InteractionType": "AcceptQuest" } ] }, @@ -88,7 +88,7 @@ "Z": 510.42944 }, "TerritoryId": 961, - "InteractionType": "Interact" + "InteractionType": "CompleteQuest" } ] } diff --git a/QuestPaths/Endwalker/AetherCurrents/Elpis/4313_The Perks of Being a Lost Flower.json b/QuestPaths/Endwalker/AetherCurrents/Elpis/4313_The Perks of Being a Lost Flower.json index bf362d07..44ec0fed 100644 --- a/QuestPaths/Endwalker/AetherCurrents/Elpis/4313_The Perks of Being a Lost Flower.json +++ b/QuestPaths/Endwalker/AetherCurrents/Elpis/4313_The Perks of Being a Lost Flower.json @@ -13,7 +13,7 @@ "Z": -97.21527 }, "TerritoryId": 961, - "InteractionType": "Interact" + "InteractionType": "AcceptQuest" } ] }, @@ -66,7 +66,7 @@ "Z": -97.21527 }, "TerritoryId": 961, - "InteractionType": "Interact", + "InteractionType": "CompleteQuest", "AetheryteShortcut": "Elpis - Poieten Oikos" } ] diff --git a/QuestPaths/Endwalker/AetherCurrents/Elpis/4507_Touring Anagnorisis Part 1.json b/QuestPaths/Endwalker/AetherCurrents/Elpis/4507_Touring Anagnorisis Part 1.json index 96ea596d..31238de1 100644 --- a/QuestPaths/Endwalker/AetherCurrents/Elpis/4507_Touring Anagnorisis Part 1.json +++ b/QuestPaths/Endwalker/AetherCurrents/Elpis/4507_Touring Anagnorisis Part 1.json @@ -13,7 +13,7 @@ "Z": 236.34692 }, "TerritoryId": 961, - "InteractionType": "Interact" + "InteractionType": "AcceptQuest" } ] }, @@ -124,7 +124,7 @@ "Z": 236.34692 }, "TerritoryId": 961, - "InteractionType": "Interact" + "InteractionType": "CompleteQuest" } ] } diff --git a/QuestPaths/Endwalker/AetherCurrents/Elpis/4511_An Expected Guest.json b/QuestPaths/Endwalker/AetherCurrents/Elpis/4511_An Expected Guest.json index aed15bc8..2c718946 100644 --- a/QuestPaths/Endwalker/AetherCurrents/Elpis/4511_An Expected Guest.json +++ b/QuestPaths/Endwalker/AetherCurrents/Elpis/4511_An Expected Guest.json @@ -13,7 +13,7 @@ "Z": -189.47137 }, "TerritoryId": 961, - "InteractionType": "Interact" + "InteractionType": "AcceptQuest" } ] }, @@ -71,7 +71,7 @@ "Z": -189.47137 }, "TerritoryId": 961, - "InteractionType": "Interact", + "InteractionType": "CompleteQuest", "AetheryteShortcut": "Elpis - Poieten Oikos" } ] diff --git a/QuestPaths/Endwalker/AetherCurrents/Garlemald/4216_Best Delivered Cold.json b/QuestPaths/Endwalker/AetherCurrents/Garlemald/4216_Best Delivered Cold.json index 5ca1d424..d5840fb8 100644 --- a/QuestPaths/Endwalker/AetherCurrents/Garlemald/4216_Best Delivered Cold.json +++ b/QuestPaths/Endwalker/AetherCurrents/Garlemald/4216_Best Delivered Cold.json @@ -13,7 +13,7 @@ "Z": 460.80713 }, "TerritoryId": 958, - "InteractionType": "Interact" + "InteractionType": "AcceptQuest" } ] }, @@ -59,7 +59,7 @@ "Z": 649.8054 }, "TerritoryId": 958, - "InteractionType": "Interact" + "InteractionType": "CompleteQuest" } ] } diff --git a/QuestPaths/Endwalker/AetherCurrents/Garlemald/4232_Children Are Our Future.json b/QuestPaths/Endwalker/AetherCurrents/Garlemald/4232_Children Are Our Future.json index 048f2a59..3682330a 100644 --- a/QuestPaths/Endwalker/AetherCurrents/Garlemald/4232_Children Are Our Future.json +++ b/QuestPaths/Endwalker/AetherCurrents/Garlemald/4232_Children Are Our Future.json @@ -13,7 +13,7 @@ "Z": -418.57025 }, "TerritoryId": 958, - "InteractionType": "Interact" + "InteractionType": "AcceptQuest" } ] }, @@ -280,7 +280,7 @@ "Z": -418.57025 }, "TerritoryId": 958, - "InteractionType": "Interact", + "InteractionType": "CompleteQuest", "AetheryteShortcut": "Garlemald - Tertium" } ] diff --git a/QuestPaths/Endwalker/AetherCurrents/Garlemald/4498_In Pursuit of Power.json b/QuestPaths/Endwalker/AetherCurrents/Garlemald/4498_In Pursuit of Power.json index 629a0c69..99a61f85 100644 --- a/QuestPaths/Endwalker/AetherCurrents/Garlemald/4498_In Pursuit of Power.json +++ b/QuestPaths/Endwalker/AetherCurrents/Garlemald/4498_In Pursuit of Power.json @@ -13,7 +13,7 @@ "Z": 424.00232 }, "TerritoryId": 958, - "InteractionType": "Interact" + "InteractionType": "AcceptQuest" } ] }, @@ -124,7 +124,7 @@ "Z": 502.037 }, "TerritoryId": 958, - "InteractionType": "Interact" + "InteractionType": "CompleteQuest" } ] } diff --git a/QuestPaths/Endwalker/AetherCurrents/Garlemald/4502_Stranded at the Station.json b/QuestPaths/Endwalker/AetherCurrents/Garlemald/4502_Stranded at the Station.json index 3a00888a..0f6c6d23 100644 --- a/QuestPaths/Endwalker/AetherCurrents/Garlemald/4502_Stranded at the Station.json +++ b/QuestPaths/Endwalker/AetherCurrents/Garlemald/4502_Stranded at the Station.json @@ -13,7 +13,7 @@ "Z": 487.81555 }, "TerritoryId": 958, - "InteractionType": "Interact" + "InteractionType": "AcceptQuest" } ] }, @@ -44,7 +44,7 @@ "Z": -132.46362 }, "TerritoryId": 958, - "InteractionType": "Interact" + "InteractionType": "CompleteQuest" } ] } diff --git a/QuestPaths/Endwalker/AetherCurrents/Labyrinthos/4320_Gleaners Wish.json b/QuestPaths/Endwalker/AetherCurrents/Labyrinthos/4320_Gleaners Wish.json index 9f497c6d..f062dd94 100644 --- a/QuestPaths/Endwalker/AetherCurrents/Labyrinthos/4320_Gleaners Wish.json +++ b/QuestPaths/Endwalker/AetherCurrents/Labyrinthos/4320_Gleaners Wish.json @@ -13,7 +13,7 @@ "Z": -74.906555 }, "TerritoryId": 956, - "InteractionType": "Interact" + "InteractionType": "AcceptQuest" } ] }, @@ -60,7 +60,7 @@ "Z": -74.906555 }, "TerritoryId": 956, - "InteractionType": "Interact" + "InteractionType": "CompleteQuest" } ] } diff --git a/QuestPaths/Endwalker/AetherCurrents/Labyrinthos/4329_Let the Good Times Troll.json b/QuestPaths/Endwalker/AetherCurrents/Labyrinthos/4329_Let the Good Times Troll.json index 68fc7233..45e1fefc 100644 --- a/QuestPaths/Endwalker/AetherCurrents/Labyrinthos/4329_Let the Good Times Troll.json +++ b/QuestPaths/Endwalker/AetherCurrents/Labyrinthos/4329_Let the Good Times Troll.json @@ -13,7 +13,7 @@ "Z": 1.8463135 }, "TerritoryId": 956, - "InteractionType": "Interact" + "InteractionType": "AcceptQuest" } ] }, @@ -63,7 +63,7 @@ "Z": 1.8463135 }, "TerritoryId": 956, - "InteractionType": "Interact" + "InteractionType": "CompleteQuest" } ] } diff --git a/QuestPaths/Endwalker/AetherCurrents/Labyrinthos/4480_Lost Little Troll.json b/QuestPaths/Endwalker/AetherCurrents/Labyrinthos/4480_Lost Little Troll.json index 40c2981f..9d6ab583 100644 --- a/QuestPaths/Endwalker/AetherCurrents/Labyrinthos/4480_Lost Little Troll.json +++ b/QuestPaths/Endwalker/AetherCurrents/Labyrinthos/4480_Lost Little Troll.json @@ -13,7 +13,7 @@ "Z": -105.4552 }, "TerritoryId": 956, - "InteractionType": "Interact" + "InteractionType": "AcceptQuest" } ] }, @@ -110,7 +110,7 @@ }, "StopDistance": 5, "TerritoryId": 956, - "InteractionType": "Interact" + "InteractionType": "CompleteQuest" } ] } diff --git a/QuestPaths/Endwalker/AetherCurrents/Labyrinthos/4484_The Lad in Labyrinthos.json b/QuestPaths/Endwalker/AetherCurrents/Labyrinthos/4484_The Lad in Labyrinthos.json index b8ba39c6..0e41fe1d 100644 --- a/QuestPaths/Endwalker/AetherCurrents/Labyrinthos/4484_The Lad in Labyrinthos.json +++ b/QuestPaths/Endwalker/AetherCurrents/Labyrinthos/4484_The Lad in Labyrinthos.json @@ -13,7 +13,7 @@ "Z": -23.758362 }, "TerritoryId": 956, - "InteractionType": "Interact" + "InteractionType": "AcceptQuest" } ] }, @@ -43,7 +43,7 @@ "Z": -66.2395 }, "TerritoryId": 956, - "InteractionType": "Interact" + "InteractionType": "CompleteQuest" } ] } diff --git a/QuestPaths/Endwalker/AetherCurrents/Mare Lamentorum/4240_True Carrot Crimes.json b/QuestPaths/Endwalker/AetherCurrents/Mare Lamentorum/4240_True Carrot Crimes.json index 0a7f857e..3d38144b 100644 --- a/QuestPaths/Endwalker/AetherCurrents/Mare Lamentorum/4240_True Carrot Crimes.json +++ b/QuestPaths/Endwalker/AetherCurrents/Mare Lamentorum/4240_True Carrot Crimes.json @@ -13,7 +13,7 @@ "Z": -491.14215 }, "TerritoryId": 959, - "InteractionType": "Interact" + "InteractionType": "AcceptQuest" } ] }, @@ -68,7 +68,7 @@ "Z": -491.14215 }, "TerritoryId": 959, - "InteractionType": "Interact", + "InteractionType": "CompleteQuest", "AetheryteShortcut": "Mare Lamentorum - Bestways Burrow" } ] diff --git a/QuestPaths/Endwalker/AetherCurrents/Mare Lamentorum/4241_Carrots Its Whats for Dinner.json b/QuestPaths/Endwalker/AetherCurrents/Mare Lamentorum/4241_Carrots Its Whats for Dinner.json index a5096100..68bb219c 100644 --- a/QuestPaths/Endwalker/AetherCurrents/Mare Lamentorum/4241_Carrots Its Whats for Dinner.json +++ b/QuestPaths/Endwalker/AetherCurrents/Mare Lamentorum/4241_Carrots Its Whats for Dinner.json @@ -13,7 +13,7 @@ "Z": -520.28687 }, "TerritoryId": 959, - "InteractionType": "Interact" + "InteractionType": "AcceptQuest" } ] }, @@ -96,7 +96,7 @@ "Z": -520.28687 }, "TerritoryId": 959, - "InteractionType": "Interact" + "InteractionType": "CompleteQuest" } ] } diff --git a/QuestPaths/Endwalker/AetherCurrents/Mare Lamentorum/4253_Alluring Allag.json b/QuestPaths/Endwalker/AetherCurrents/Mare Lamentorum/4253_Alluring Allag.json index b637d472..5dbc0e57 100644 --- a/QuestPaths/Endwalker/AetherCurrents/Mare Lamentorum/4253_Alluring Allag.json +++ b/QuestPaths/Endwalker/AetherCurrents/Mare Lamentorum/4253_Alluring Allag.json @@ -13,7 +13,7 @@ "Z": -521.6602 }, "TerritoryId": 959, - "InteractionType": "Interact" + "InteractionType": "AcceptQuest" } ] }, @@ -144,7 +144,7 @@ "Z": -521.6602 }, "TerritoryId": 959, - "InteractionType": "Interact", + "InteractionType": "CompleteQuest", "AetheryteShortcut": "Mare Lamentorum - Bestways Burrow" } ] diff --git a/QuestPaths/Endwalker/AetherCurrents/Mare Lamentorum/4516_Name That Way.json b/QuestPaths/Endwalker/AetherCurrents/Mare Lamentorum/4516_Name That Way.json index 328289cd..6ee39a16 100644 --- a/QuestPaths/Endwalker/AetherCurrents/Mare Lamentorum/4516_Name That Way.json +++ b/QuestPaths/Endwalker/AetherCurrents/Mare Lamentorum/4516_Name That Way.json @@ -13,7 +13,7 @@ "Z": -536.9497 }, "TerritoryId": 959, - "InteractionType": "Interact" + "InteractionType": "AcceptQuest" } ] }, @@ -85,7 +85,7 @@ "Z": -465.17133 }, "TerritoryId": 959, - "InteractionType": "Interact" + "InteractionType": "CompleteQuest" } ] } diff --git a/QuestPaths/Endwalker/AetherCurrents/Thavnair/4203_Alchemist or Dancer.json b/QuestPaths/Endwalker/AetherCurrents/Thavnair/4203_Alchemist or Dancer.json index a86ce80c..7cb6ca4c 100644 --- a/QuestPaths/Endwalker/AetherCurrents/Thavnair/4203_Alchemist or Dancer.json +++ b/QuestPaths/Endwalker/AetherCurrents/Thavnair/4203_Alchemist or Dancer.json @@ -13,7 +13,7 @@ "Z": -20.767578 }, "TerritoryId": 957, - "InteractionType": "Interact" + "InteractionType": "AcceptQuest" } ] }, @@ -131,7 +131,7 @@ "Z": -20.767578 }, "TerritoryId": 957, - "InteractionType": "Interact", + "InteractionType": "CompleteQuest", "AetheryteShortcut": "Thavnair - Great Work" } ] diff --git a/QuestPaths/Endwalker/AetherCurrents/Thavnair/4257_In Agamas Footsteps.json b/QuestPaths/Endwalker/AetherCurrents/Thavnair/4257_In Agamas Footsteps.json index 33e4c831..0eb7dcb0 100644 --- a/QuestPaths/Endwalker/AetherCurrents/Thavnair/4257_In Agamas Footsteps.json +++ b/QuestPaths/Endwalker/AetherCurrents/Thavnair/4257_In Agamas Footsteps.json @@ -13,7 +13,7 @@ "Z": -219.86731 }, "TerritoryId": 957, - "InteractionType": "Interact" + "InteractionType": "AcceptQuest" } ] }, @@ -62,7 +62,7 @@ "Z": -219.86731 }, "TerritoryId": 957, - "InteractionType": "Interact" + "InteractionType": "CompleteQuest" } ] } diff --git a/QuestPaths/Endwalker/AetherCurrents/Thavnair/4259_Radiant Patrol.json b/QuestPaths/Endwalker/AetherCurrents/Thavnair/4259_Radiant Patrol.json index 1a2464d2..e2bcddb3 100644 --- a/QuestPaths/Endwalker/AetherCurrents/Thavnair/4259_Radiant Patrol.json +++ b/QuestPaths/Endwalker/AetherCurrents/Thavnair/4259_Radiant Patrol.json @@ -13,7 +13,7 @@ "Z": -207.20227 }, "TerritoryId": 957, - "InteractionType": "Interact" + "InteractionType": "AcceptQuest" } ] }, @@ -144,7 +144,7 @@ "Z": -207.20227 }, "TerritoryId": 957, - "InteractionType": "Interact" + "InteractionType": "CompleteQuest" } ] } diff --git a/QuestPaths/Endwalker/AetherCurrents/Thavnair/4489_Steppe Child.json b/QuestPaths/Endwalker/AetherCurrents/Thavnair/4489_Steppe Child.json index 258210c2..9b0171cd 100644 --- a/QuestPaths/Endwalker/AetherCurrents/Thavnair/4489_Steppe Child.json +++ b/QuestPaths/Endwalker/AetherCurrents/Thavnair/4489_Steppe Child.json @@ -13,7 +13,7 @@ "Z": 727.7484 }, "TerritoryId": 957, - "InteractionType": "Interact", + "InteractionType": "AcceptQuest", "DialogueChoices": [ { "Type": "List", @@ -115,7 +115,7 @@ "Z": 485.9845 }, "TerritoryId": 957, - "InteractionType": "Interact" + "InteractionType": "CompleteQuest" } ] } diff --git a/QuestPaths/Endwalker/AetherCurrents/Ultima Thule/4342_Ending as One.json b/QuestPaths/Endwalker/AetherCurrents/Ultima Thule/4342_Ending as One.json index 95a11351..0c71fcb4 100644 --- a/QuestPaths/Endwalker/AetherCurrents/Ultima Thule/4342_Ending as One.json +++ b/QuestPaths/Endwalker/AetherCurrents/Ultima Thule/4342_Ending as One.json @@ -13,7 +13,7 @@ "Z": -523.2472 }, "TerritoryId": 960, - "InteractionType": "Interact" + "InteractionType": "AcceptQuest" } ] }, @@ -48,7 +48,7 @@ "Z": -523.2472 }, "TerritoryId": 960, - "InteractionType": "Interact" + "InteractionType": "CompleteQuest" } ] } diff --git a/QuestPaths/Endwalker/AetherCurrents/Ultima Thule/4346_A Most Stimulating Discussion.json b/QuestPaths/Endwalker/AetherCurrents/Ultima Thule/4346_A Most Stimulating Discussion.json index 020beb02..9d0f9328 100644 --- a/QuestPaths/Endwalker/AetherCurrents/Ultima Thule/4346_A Most Stimulating Discussion.json +++ b/QuestPaths/Endwalker/AetherCurrents/Ultima Thule/4346_A Most Stimulating Discussion.json @@ -13,7 +13,7 @@ "Z": -454.3069 }, "TerritoryId": 960, - "InteractionType": "Interact" + "InteractionType": "AcceptQuest" } ] }, @@ -68,7 +68,7 @@ "Z": -454.3069 }, "TerritoryId": 960, - "InteractionType": "Interact" + "InteractionType": "CompleteQuest" } ] } diff --git a/QuestPaths/Endwalker/AetherCurrents/Ultima Thule/4354_Combat Evolved.json b/QuestPaths/Endwalker/AetherCurrents/Ultima Thule/4354_Combat Evolved.json index b74d1e08..4f594dbc 100644 --- a/QuestPaths/Endwalker/AetherCurrents/Ultima Thule/4354_Combat Evolved.json +++ b/QuestPaths/Endwalker/AetherCurrents/Ultima Thule/4354_Combat Evolved.json @@ -13,7 +13,7 @@ "Z": 315.81592 }, "TerritoryId": 960, - "InteractionType": "Interact" + "InteractionType": "AcceptQuest" } ] }, @@ -48,7 +48,7 @@ "Z": 315.81592 }, "TerritoryId": 960, - "InteractionType": "Interact" + "InteractionType": "CompleteQuest" } ] } diff --git a/QuestPaths/Endwalker/MSQ/A-Thavnair1-Labyrinthos1/4357_The Next Ship to Sail.json b/QuestPaths/Endwalker/MSQ/A-Thavnair1-Labyrinthos1/4357_The Next Ship to Sail.json index be6e031a..fb92f38b 100644 --- a/QuestPaths/Endwalker/MSQ/A-Thavnair1-Labyrinthos1/4357_The Next Ship to Sail.json +++ b/QuestPaths/Endwalker/MSQ/A-Thavnair1-Labyrinthos1/4357_The Next Ship to Sail.json @@ -13,7 +13,7 @@ "Z": -8.835022 }, "TerritoryId": 351, - "InteractionType": "Interact" + "InteractionType": "AcceptQuest" } ] }, @@ -48,7 +48,7 @@ "Z": 145.2201 }, "TerritoryId": 962, - "InteractionType": "Interact" + "InteractionType": "CompleteQuest" } ] } diff --git a/QuestPaths/Endwalker/MSQ/A-Thavnair1-Labyrinthos1/4358_Old Sharlayan New to You.json b/QuestPaths/Endwalker/MSQ/A-Thavnair1-Labyrinthos1/4358_Old Sharlayan New to You.json index fa29ba68..8c3c3f09 100644 --- a/QuestPaths/Endwalker/MSQ/A-Thavnair1-Labyrinthos1/4358_Old Sharlayan New to You.json +++ b/QuestPaths/Endwalker/MSQ/A-Thavnair1-Labyrinthos1/4358_Old Sharlayan New to You.json @@ -13,7 +13,7 @@ "Z": 145.2201 }, "TerritoryId": 962, - "InteractionType": "Interact" + "InteractionType": "AcceptQuest" } ] }, @@ -247,7 +247,7 @@ "Z": -0.77819824 }, "TerritoryId": 987, - "InteractionType": "Interact" + "InteractionType": "CompleteQuest" } ] } diff --git a/QuestPaths/Endwalker/MSQ/A-Thavnair1-Labyrinthos1/4359_Hitting the Books.json b/QuestPaths/Endwalker/MSQ/A-Thavnair1-Labyrinthos1/4359_Hitting the Books.json index 13f6043f..3b85e5b7 100644 --- a/QuestPaths/Endwalker/MSQ/A-Thavnair1-Labyrinthos1/4359_Hitting the Books.json +++ b/QuestPaths/Endwalker/MSQ/A-Thavnair1-Labyrinthos1/4359_Hitting the Books.json @@ -13,7 +13,7 @@ "Z": 0.16778564 }, "TerritoryId": 987, - "InteractionType": "Interact" + "InteractionType": "AcceptQuest" } ] }, @@ -220,7 +220,7 @@ }, "StopDistance": 5, "TerritoryId": 962, - "InteractionType": "Interact" + "InteractionType": "CompleteQuest" } ] } diff --git a/QuestPaths/Endwalker/MSQ/A-Thavnair1-Labyrinthos1/4360_A Seat at the Last Stand.json b/QuestPaths/Endwalker/MSQ/A-Thavnair1-Labyrinthos1/4360_A Seat at the Last Stand.json index c7ed8c7d..18bb2dbd 100644 --- a/QuestPaths/Endwalker/MSQ/A-Thavnair1-Labyrinthos1/4360_A Seat at the Last Stand.json +++ b/QuestPaths/Endwalker/MSQ/A-Thavnair1-Labyrinthos1/4360_A Seat at the Last Stand.json @@ -14,7 +14,7 @@ }, "StopDistance": 5, "TerritoryId": 962, - "InteractionType": "Interact" + "InteractionType": "AcceptQuest" } ] }, @@ -179,7 +179,7 @@ "Z": 76.46289 }, "TerritoryId": 962, - "InteractionType": "Interact" + "InteractionType": "CompleteQuest" } ] } diff --git a/QuestPaths/Endwalker/MSQ/A-Thavnair1-Labyrinthos1/4361_A Labyrinthine Descent.json b/QuestPaths/Endwalker/MSQ/A-Thavnair1-Labyrinthos1/4361_A Labyrinthine Descent.json index ffcbebb5..531a26d3 100644 --- a/QuestPaths/Endwalker/MSQ/A-Thavnair1-Labyrinthos1/4361_A Labyrinthine Descent.json +++ b/QuestPaths/Endwalker/MSQ/A-Thavnair1-Labyrinthos1/4361_A Labyrinthine Descent.json @@ -13,7 +13,7 @@ "Z": 76.46289 }, "TerritoryId": 962, - "InteractionType": "Interact" + "InteractionType": "AcceptQuest" } ] }, @@ -171,7 +171,7 @@ "Z": -734.7677 }, "TerritoryId": 956, - "InteractionType": "Interact" + "InteractionType": "CompleteQuest" } ] } diff --git a/QuestPaths/Endwalker/MSQ/A-Thavnair1-Labyrinthos1/4362_Glorified Ratcatcher.json b/QuestPaths/Endwalker/MSQ/A-Thavnair1-Labyrinthos1/4362_Glorified Ratcatcher.json index 2d3973d3..2c0d2b34 100644 --- a/QuestPaths/Endwalker/MSQ/A-Thavnair1-Labyrinthos1/4362_Glorified Ratcatcher.json +++ b/QuestPaths/Endwalker/MSQ/A-Thavnair1-Labyrinthos1/4362_Glorified Ratcatcher.json @@ -13,7 +13,7 @@ "Z": -734.7677 }, "TerritoryId": 956, - "InteractionType": "Interact" + "InteractionType": "AcceptQuest" } ] }, @@ -185,7 +185,7 @@ "Z": -521.294 }, "TerritoryId": 956, - "InteractionType": "Interact" + "InteractionType": "CompleteQuest" } ] } diff --git a/QuestPaths/Endwalker/MSQ/A-Thavnair1-Labyrinthos1/4363_Deeper into the Maze.json b/QuestPaths/Endwalker/MSQ/A-Thavnair1-Labyrinthos1/4363_Deeper into the Maze.json index abd823a3..1c5d6da9 100644 --- a/QuestPaths/Endwalker/MSQ/A-Thavnair1-Labyrinthos1/4363_Deeper into the Maze.json +++ b/QuestPaths/Endwalker/MSQ/A-Thavnair1-Labyrinthos1/4363_Deeper into the Maze.json @@ -13,7 +13,7 @@ "Z": -521.294 }, "TerritoryId": 956, - "InteractionType": "Interact" + "InteractionType": "AcceptQuest" } ] }, @@ -140,7 +140,7 @@ "Z": -130.23578 }, "TerritoryId": 956, - "InteractionType": "Interact" + "InteractionType": "CompleteQuest" } ] } diff --git a/QuestPaths/Endwalker/MSQ/A-Thavnair1-Labyrinthos1/4364_The Medial Circuit.json b/QuestPaths/Endwalker/MSQ/A-Thavnair1-Labyrinthos1/4364_The Medial Circuit.json index b229d25a..30836e52 100644 --- a/QuestPaths/Endwalker/MSQ/A-Thavnair1-Labyrinthos1/4364_The Medial Circuit.json +++ b/QuestPaths/Endwalker/MSQ/A-Thavnair1-Labyrinthos1/4364_The Medial Circuit.json @@ -13,7 +13,7 @@ "Z": -131.97534 }, "TerritoryId": 956, - "InteractionType": "Interact" + "InteractionType": "AcceptQuest" } ] }, @@ -212,7 +212,7 @@ }, "StopDistance": 5, "TerritoryId": 956, - "InteractionType": "Interact" + "InteractionType": "CompleteQuest" } ] } diff --git a/QuestPaths/Endwalker/MSQ/A-Thavnair1-Labyrinthos1/4365_The Full Reports Warts and All.json b/QuestPaths/Endwalker/MSQ/A-Thavnair1-Labyrinthos1/4365_The Full Reports Warts and All.json index ac220f56..43ec7139 100644 --- a/QuestPaths/Endwalker/MSQ/A-Thavnair1-Labyrinthos1/4365_The Full Reports Warts and All.json +++ b/QuestPaths/Endwalker/MSQ/A-Thavnair1-Labyrinthos1/4365_The Full Reports Warts and All.json @@ -14,7 +14,7 @@ }, "StopDistance": 5, "TerritoryId": 956, - "InteractionType": "Interact" + "InteractionType": "AcceptQuest" } ] }, @@ -85,7 +85,7 @@ "Z": -502.12863 }, "TerritoryId": 956, - "InteractionType": "Interact" + "InteractionType": "CompleteQuest" } ] } diff --git a/QuestPaths/Endwalker/MSQ/A-Thavnair1-Labyrinthos1/4366_A Guide of Sorts.json b/QuestPaths/Endwalker/MSQ/A-Thavnair1-Labyrinthos1/4366_A Guide of Sorts.json index 173a0941..4c3212f9 100644 --- a/QuestPaths/Endwalker/MSQ/A-Thavnair1-Labyrinthos1/4366_A Guide of Sorts.json +++ b/QuestPaths/Endwalker/MSQ/A-Thavnair1-Labyrinthos1/4366_A Guide of Sorts.json @@ -13,7 +13,7 @@ "Z": -502.06763 }, "TerritoryId": 956, - "InteractionType": "Interact" + "InteractionType": "AcceptQuest" } ] }, @@ -120,7 +120,7 @@ }, "StopDistance": 5, "TerritoryId": 962, - "InteractionType": "Interact" + "InteractionType": "CompleteQuest" } ] } diff --git a/QuestPaths/Endwalker/MSQ/A-Thavnair1-Labyrinthos1/4367_Estate Visitor.json b/QuestPaths/Endwalker/MSQ/A-Thavnair1-Labyrinthos1/4367_Estate Visitor.json index 58fd3a90..090c5372 100644 --- a/QuestPaths/Endwalker/MSQ/A-Thavnair1-Labyrinthos1/4367_Estate Visitor.json +++ b/QuestPaths/Endwalker/MSQ/A-Thavnair1-Labyrinthos1/4367_Estate Visitor.json @@ -14,7 +14,7 @@ }, "StopDistance": 5, "TerritoryId": 962, - "InteractionType": "Interact" + "InteractionType": "AcceptQuest" } ] }, @@ -110,7 +110,7 @@ "Z": 1.5715942 }, "TerritoryId": 987, - "InteractionType": "Interact" + "InteractionType": "CompleteQuest" } ] } diff --git a/QuestPaths/Endwalker/MSQ/A-Thavnair1-Labyrinthos1/4368_For Thavnair Bound.json b/QuestPaths/Endwalker/MSQ/A-Thavnair1-Labyrinthos1/4368_For Thavnair Bound.json index 190c4e3f..6762680d 100644 --- a/QuestPaths/Endwalker/MSQ/A-Thavnair1-Labyrinthos1/4368_For Thavnair Bound.json +++ b/QuestPaths/Endwalker/MSQ/A-Thavnair1-Labyrinthos1/4368_For Thavnair Bound.json @@ -13,7 +13,7 @@ "Z": 2.029419 }, "TerritoryId": 987, - "InteractionType": "Interact" + "InteractionType": "AcceptQuest" } ] }, @@ -131,7 +131,7 @@ "Z": 590.0206 }, "TerritoryId": 957, - "InteractionType": "Interact" + "InteractionType": "CompleteQuest" } ] } diff --git a/QuestPaths/Endwalker/MSQ/A-Thavnair1-Labyrinthos1/4369_On Low Tide.json b/QuestPaths/Endwalker/MSQ/A-Thavnair1-Labyrinthos1/4369_On Low Tide.json index 7ecc52ff..2f4cfe3d 100644 --- a/QuestPaths/Endwalker/MSQ/A-Thavnair1-Labyrinthos1/4369_On Low Tide.json +++ b/QuestPaths/Endwalker/MSQ/A-Thavnair1-Labyrinthos1/4369_On Low Tide.json @@ -13,7 +13,7 @@ "Z": 589.89844 }, "TerritoryId": 957, - "InteractionType": "Interact" + "InteractionType": "AcceptQuest" } ] }, @@ -118,7 +118,7 @@ "Z": 737.97205 }, "TerritoryId": 957, - "InteractionType": "Interact" + "InteractionType": "CompleteQuest" } ] } diff --git a/QuestPaths/Endwalker/MSQ/A-Thavnair1-Labyrinthos1/4370_A Fishermans Friend.json b/QuestPaths/Endwalker/MSQ/A-Thavnair1-Labyrinthos1/4370_A Fishermans Friend.json index 4f29e2b6..cf324437 100644 --- a/QuestPaths/Endwalker/MSQ/A-Thavnair1-Labyrinthos1/4370_A Fishermans Friend.json +++ b/QuestPaths/Endwalker/MSQ/A-Thavnair1-Labyrinthos1/4370_A Fishermans Friend.json @@ -13,7 +13,7 @@ "Z": 737.97205 }, "TerritoryId": 957, - "InteractionType": "Interact" + "InteractionType": "AcceptQuest" } ] }, @@ -196,7 +196,7 @@ "Z": 612.787 }, "TerritoryId": 957, - "InteractionType": "Interact" + "InteractionType": "CompleteQuest" } ] } diff --git a/QuestPaths/Endwalker/MSQ/A-Thavnair1-Labyrinthos1/4371_House of Divinities.json b/QuestPaths/Endwalker/MSQ/A-Thavnair1-Labyrinthos1/4371_House of Divinities.json index ab36dc22..be8ec5cc 100644 --- a/QuestPaths/Endwalker/MSQ/A-Thavnair1-Labyrinthos1/4371_House of Divinities.json +++ b/QuestPaths/Endwalker/MSQ/A-Thavnair1-Labyrinthos1/4371_House of Divinities.json @@ -14,7 +14,7 @@ }, "StopDistance": 5, "TerritoryId": 957, - "InteractionType": "Interact" + "InteractionType": "AcceptQuest" } ] }, @@ -144,7 +144,7 @@ "Z": 532.03625 }, "TerritoryId": 957, - "InteractionType": "Interact" + "InteractionType": "CompleteQuest" } ] } diff --git a/QuestPaths/Endwalker/MSQ/A-Thavnair1-Labyrinthos1/4372_The Great Work.json b/QuestPaths/Endwalker/MSQ/A-Thavnair1-Labyrinthos1/4372_The Great Work.json index 63c54397..613a4430 100644 --- a/QuestPaths/Endwalker/MSQ/A-Thavnair1-Labyrinthos1/4372_The Great Work.json +++ b/QuestPaths/Endwalker/MSQ/A-Thavnair1-Labyrinthos1/4372_The Great Work.json @@ -13,7 +13,7 @@ "Z": 532.03625 }, "TerritoryId": 957, - "InteractionType": "Interact" + "InteractionType": "AcceptQuest" } ] }, @@ -293,7 +293,7 @@ "Z": 153.42944 }, "TerritoryId": 957, - "InteractionType": "Interact" + "InteractionType": "CompleteQuest" } ] } diff --git a/QuestPaths/Endwalker/MSQ/A-Thavnair1-Labyrinthos1/4373_Shadowed Footsteps.json b/QuestPaths/Endwalker/MSQ/A-Thavnair1-Labyrinthos1/4373_Shadowed Footsteps.json index 2c01f33a..361045a0 100644 --- a/QuestPaths/Endwalker/MSQ/A-Thavnair1-Labyrinthos1/4373_Shadowed Footsteps.json +++ b/QuestPaths/Endwalker/MSQ/A-Thavnair1-Labyrinthos1/4373_Shadowed Footsteps.json @@ -13,7 +13,7 @@ "Z": 153.42944 }, "TerritoryId": 957, - "InteractionType": "Interact" + "InteractionType": "AcceptQuest" } ] }, @@ -107,7 +107,7 @@ "Z": 117.69275 }, "TerritoryId": 957, - "InteractionType": "Interact", + "InteractionType": "CompleteQuest", "AetheryteShortcut": "Thavnair - Great Work" } ] diff --git a/QuestPaths/Endwalker/MSQ/A-Thavnair1-Labyrinthos1/4374_A Boys Errand.json b/QuestPaths/Endwalker/MSQ/A-Thavnair1-Labyrinthos1/4374_A Boys Errand.json index 8d9fb6ed..b31d589f 100644 --- a/QuestPaths/Endwalker/MSQ/A-Thavnair1-Labyrinthos1/4374_A Boys Errand.json +++ b/QuestPaths/Endwalker/MSQ/A-Thavnair1-Labyrinthos1/4374_A Boys Errand.json @@ -13,7 +13,7 @@ "Z": 117.69275 }, "TerritoryId": 957, - "InteractionType": "Interact" + "InteractionType": "AcceptQuest" } ] }, @@ -152,7 +152,7 @@ "Z": -642.3591 }, "TerritoryId": 957, - "InteractionType": "Interact" + "InteractionType": "CompleteQuest" } ] } diff --git a/QuestPaths/Endwalker/MSQ/A-Thavnair1-Labyrinthos1/4375_Tipping the Scale.json b/QuestPaths/Endwalker/MSQ/A-Thavnair1-Labyrinthos1/4375_Tipping the Scale.json index 34840010..c0ce6817 100644 --- a/QuestPaths/Endwalker/MSQ/A-Thavnair1-Labyrinthos1/4375_Tipping the Scale.json +++ b/QuestPaths/Endwalker/MSQ/A-Thavnair1-Labyrinthos1/4375_Tipping the Scale.json @@ -13,7 +13,7 @@ "Z": -642.3591 }, "TerritoryId": 957, - "InteractionType": "Interact" + "InteractionType": "AcceptQuest" } ] }, @@ -143,7 +143,7 @@ "Z": 17.532532 }, "TerritoryId": 957, - "InteractionType": "Interact", + "InteractionType": "CompleteQuest", "AetheryteShortcut": "Thavnair - Great Work" } ] diff --git a/QuestPaths/Endwalker/MSQ/A-Thavnair1-Labyrinthos1/4376_The Satrap of Radz at Han.json b/QuestPaths/Endwalker/MSQ/A-Thavnair1-Labyrinthos1/4376_The Satrap of Radz at Han.json index 460f35a7..ca83a284 100644 --- a/QuestPaths/Endwalker/MSQ/A-Thavnair1-Labyrinthos1/4376_The Satrap of Radz at Han.json +++ b/QuestPaths/Endwalker/MSQ/A-Thavnair1-Labyrinthos1/4376_The Satrap of Radz at Han.json @@ -13,7 +13,7 @@ "Z": 17.532532 }, "TerritoryId": 957, - "InteractionType": "Interact" + "InteractionType": "AcceptQuest" } ] }, @@ -114,7 +114,7 @@ "Z": 2.029419 }, "TerritoryId": 987, - "InteractionType": "Interact" + "InteractionType": "CompleteQuest" } ] } diff --git a/QuestPaths/Endwalker/MSQ/A-Thavnair1-Labyrinthos1/4377_In the Dark of the Tower.json b/QuestPaths/Endwalker/MSQ/A-Thavnair1-Labyrinthos1/4377_In the Dark of the Tower.json index 482feffe..1e92d033 100644 --- a/QuestPaths/Endwalker/MSQ/A-Thavnair1-Labyrinthos1/4377_In the Dark of the Tower.json +++ b/QuestPaths/Endwalker/MSQ/A-Thavnair1-Labyrinthos1/4377_In the Dark of the Tower.json @@ -17,7 +17,7 @@ }, "StopDistance": 5, "TerritoryId": 987, - "InteractionType": "Interact" + "InteractionType": "AcceptQuest" } ] }, @@ -73,7 +73,7 @@ "Z": -581.323 }, "TerritoryId": 957, - "InteractionType": "Interact" + "InteractionType": "CompleteQuest" } ] } diff --git a/QuestPaths/Endwalker/MSQ/A-Thavnair1-Labyrinthos1/4378_The Jewel of Thavnair.json b/QuestPaths/Endwalker/MSQ/A-Thavnair1-Labyrinthos1/4378_The Jewel of Thavnair.json index 3774871f..64ee72b5 100644 --- a/QuestPaths/Endwalker/MSQ/A-Thavnair1-Labyrinthos1/4378_The Jewel of Thavnair.json +++ b/QuestPaths/Endwalker/MSQ/A-Thavnair1-Labyrinthos1/4378_The Jewel of Thavnair.json @@ -13,7 +13,7 @@ "Z": -581.323 }, "TerritoryId": 957, - "InteractionType": "Interact" + "InteractionType": "AcceptQuest" } ] }, @@ -149,7 +149,7 @@ "Z": -28.610718 }, "TerritoryId": 963, - "InteractionType": "Interact" + "InteractionType": "CompleteQuest" } ] } diff --git a/QuestPaths/Endwalker/MSQ/A-Thavnair1-Labyrinthos1/4379_The Color of Joy.json b/QuestPaths/Endwalker/MSQ/A-Thavnair1-Labyrinthos1/4379_The Color of Joy.json index 3eae20ee..dbf13385 100644 --- a/QuestPaths/Endwalker/MSQ/A-Thavnair1-Labyrinthos1/4379_The Color of Joy.json +++ b/QuestPaths/Endwalker/MSQ/A-Thavnair1-Labyrinthos1/4379_The Color of Joy.json @@ -13,7 +13,7 @@ "Z": -29.922974 }, "TerritoryId": 963, - "InteractionType": "Interact" + "InteractionType": "AcceptQuest" } ] }, @@ -119,7 +119,7 @@ }, "StopDistance": 6, "TerritoryId": 962, - "InteractionType": "Interact", + "InteractionType": "CompleteQuest", "DialogueChoices": [ { "Type": "YesNo", diff --git a/QuestPaths/Endwalker/MSQ/B-Garlemald/4380_Sound the Bell, Schools in.json b/QuestPaths/Endwalker/MSQ/B-Garlemald/4380_Sound the Bell, Schools in.json index b1aa531e..e392ea78 100644 --- a/QuestPaths/Endwalker/MSQ/B-Garlemald/4380_Sound the Bell, Schools in.json +++ b/QuestPaths/Endwalker/MSQ/B-Garlemald/4380_Sound the Bell, Schools in.json @@ -13,7 +13,7 @@ "Z": 0.8086548 }, "TerritoryId": 962, - "InteractionType": "Interact" + "InteractionType": "AcceptQuest" } ] }, @@ -108,7 +108,7 @@ "Z": -107.927124 }, "TerritoryId": 962, - "InteractionType": "Interact" + "InteractionType": "CompleteQuest" } ] } diff --git a/QuestPaths/Endwalker/MSQ/B-Garlemald/4381_A Capital Idea.json b/QuestPaths/Endwalker/MSQ/B-Garlemald/4381_A Capital Idea.json index e968456a..1cd28879 100644 --- a/QuestPaths/Endwalker/MSQ/B-Garlemald/4381_A Capital Idea.json +++ b/QuestPaths/Endwalker/MSQ/B-Garlemald/4381_A Capital Idea.json @@ -13,7 +13,7 @@ "Z": -105.760315 }, "TerritoryId": 962, - "InteractionType": "Interact" + "InteractionType": "AcceptQuest" } ] }, @@ -81,7 +81,7 @@ "Z": 525.2003 }, "TerritoryId": 621, - "InteractionType": "Interact", + "InteractionType": "CompleteQuest", "AetheryteShortcut": "Lochs - Ala Mhigan Quarter", "Fly": true } diff --git a/QuestPaths/Endwalker/MSQ/B-Garlemald/4382_Best of the Best.json b/QuestPaths/Endwalker/MSQ/B-Garlemald/4382_Best of the Best.json index 6eae9fa6..2cc4e5be 100644 --- a/QuestPaths/Endwalker/MSQ/B-Garlemald/4382_Best of the Best.json +++ b/QuestPaths/Endwalker/MSQ/B-Garlemald/4382_Best of the Best.json @@ -14,7 +14,7 @@ }, "StopDistance": 5, "TerritoryId": 621, - "InteractionType": "Interact" + "InteractionType": "AcceptQuest" } ] }, @@ -189,7 +189,7 @@ }, "StopDistance": 7, "TerritoryId": 621, - "InteractionType": "Interact" + "InteractionType": "CompleteQuest" } ] } diff --git a/QuestPaths/Endwalker/MSQ/B-Garlemald/4383_A Frosty Reception.json b/QuestPaths/Endwalker/MSQ/B-Garlemald/4383_A Frosty Reception.json index bd8d91c4..3d851fde 100644 --- a/QuestPaths/Endwalker/MSQ/B-Garlemald/4383_A Frosty Reception.json +++ b/QuestPaths/Endwalker/MSQ/B-Garlemald/4383_A Frosty Reception.json @@ -16,7 +16,7 @@ "Z": 534.78296 }, "TerritoryId": 621, - "InteractionType": "Interact" + "InteractionType": "AcceptQuest" } ] }, @@ -132,7 +132,7 @@ }, "StopDistance": 5, "TerritoryId": 958, - "InteractionType": "Interact" + "InteractionType": "CompleteQuest" } ] } diff --git a/QuestPaths/Endwalker/MSQ/B-Garlemald/4384_Tracks in the Snow.json b/QuestPaths/Endwalker/MSQ/B-Garlemald/4384_Tracks in the Snow.json index 1553b79f..6f71782b 100644 --- a/QuestPaths/Endwalker/MSQ/B-Garlemald/4384_Tracks in the Snow.json +++ b/QuestPaths/Endwalker/MSQ/B-Garlemald/4384_Tracks in the Snow.json @@ -14,7 +14,7 @@ }, "StopDistance": 7, "TerritoryId": 958, - "InteractionType": "Interact" + "InteractionType": "AcceptQuest" } ] }, @@ -319,7 +319,7 @@ "Z": 159.10571 }, "TerritoryId": 958, - "InteractionType": "Interact" + "InteractionType": "CompleteQuest" } ] } diff --git a/QuestPaths/Endwalker/MSQ/B-Garlemald/4385_How the Mighty Are Fallen.json b/QuestPaths/Endwalker/MSQ/B-Garlemald/4385_How the Mighty Are Fallen.json index aa95cdb2..f18a5535 100644 --- a/QuestPaths/Endwalker/MSQ/B-Garlemald/4385_How the Mighty Are Fallen.json +++ b/QuestPaths/Endwalker/MSQ/B-Garlemald/4385_How the Mighty Are Fallen.json @@ -14,7 +14,7 @@ }, "StopDistance": 5, "TerritoryId": 958, - "InteractionType": "Interact" + "InteractionType": "AcceptQuest" } ] }, @@ -301,7 +301,7 @@ }, "StopDistance": 5, "TerritoryId": 958, - "InteractionType": "Interact" + "InteractionType": "CompleteQuest" } ] } diff --git a/QuestPaths/Endwalker/MSQ/B-Garlemald/4386_At the End of the Trail.json b/QuestPaths/Endwalker/MSQ/B-Garlemald/4386_At the End of the Trail.json index 7273a331..7706a30a 100644 --- a/QuestPaths/Endwalker/MSQ/B-Garlemald/4386_At the End of the Trail.json +++ b/QuestPaths/Endwalker/MSQ/B-Garlemald/4386_At the End of the Trail.json @@ -14,7 +14,7 @@ }, "StopDistance": 5, "TerritoryId": 958, - "InteractionType": "Interact" + "InteractionType": "AcceptQuest" } ] }, @@ -119,7 +119,7 @@ "Z": 202.47192 }, "TerritoryId": 958, - "InteractionType": "Interact" + "InteractionType": "CompleteQuest" } ] } diff --git a/QuestPaths/Endwalker/MSQ/B-Garlemald/4387_A Way Forward.json b/QuestPaths/Endwalker/MSQ/B-Garlemald/4387_A Way Forward.json index 1da0cf29..0c03dc5d 100644 --- a/QuestPaths/Endwalker/MSQ/B-Garlemald/4387_A Way Forward.json +++ b/QuestPaths/Endwalker/MSQ/B-Garlemald/4387_A Way Forward.json @@ -13,7 +13,7 @@ "Z": 201.09851 }, "TerritoryId": 958, - "InteractionType": "Interact" + "InteractionType": "AcceptQuest" } ] }, @@ -154,7 +154,7 @@ "Z": 147.8446 }, "TerritoryId": 958, - "InteractionType": "Interact" + "InteractionType": "CompleteQuest" } ] } diff --git a/QuestPaths/Endwalker/MSQ/B-Garlemald/4388_The Last Bastion.json b/QuestPaths/Endwalker/MSQ/B-Garlemald/4388_The Last Bastion.json index 63b2250b..f2b4be7e 100644 --- a/QuestPaths/Endwalker/MSQ/B-Garlemald/4388_The Last Bastion.json +++ b/QuestPaths/Endwalker/MSQ/B-Garlemald/4388_The Last Bastion.json @@ -13,7 +13,7 @@ "Z": 147.8446 }, "TerritoryId": 958, - "InteractionType": "Interact" + "InteractionType": "AcceptQuest" } ] }, @@ -205,7 +205,7 @@ "Z": -192.27899 }, "TerritoryId": 958, - "InteractionType": "Interact" + "InteractionType": "CompleteQuest" } ] } diff --git a/QuestPaths/Endwalker/MSQ/B-Garlemald/4389_Personae non Gratae.json b/QuestPaths/Endwalker/MSQ/B-Garlemald/4389_Personae non Gratae.json index fd3cc73e..e1d24d57 100644 --- a/QuestPaths/Endwalker/MSQ/B-Garlemald/4389_Personae non Gratae.json +++ b/QuestPaths/Endwalker/MSQ/B-Garlemald/4389_Personae non Gratae.json @@ -13,7 +13,7 @@ "Z": -175.86023 }, "TerritoryId": 958, - "InteractionType": "Interact" + "InteractionType": "AcceptQuest" } ] }, @@ -238,7 +238,7 @@ "Z": -175.86023 }, "TerritoryId": 958, - "InteractionType": "Interact" + "InteractionType": "CompleteQuest" } ] } diff --git a/QuestPaths/Endwalker/MSQ/B-Garlemald/4390_His Park Materials.json b/QuestPaths/Endwalker/MSQ/B-Garlemald/4390_His Park Materials.json index 8c97fbcf..be7a48cd 100644 --- a/QuestPaths/Endwalker/MSQ/B-Garlemald/4390_His Park Materials.json +++ b/QuestPaths/Endwalker/MSQ/B-Garlemald/4390_His Park Materials.json @@ -13,7 +13,7 @@ "Z": -175.86023 }, "TerritoryId": 958, - "InteractionType": "Interact" + "InteractionType": "AcceptQuest" } ] }, @@ -201,7 +201,7 @@ "Z": -611.90204 }, "TerritoryId": 958, - "InteractionType": "Interact" + "InteractionType": "CompleteQuest" } ] } diff --git a/QuestPaths/Endwalker/MSQ/B-Garlemald/4391_No Good Deed.json b/QuestPaths/Endwalker/MSQ/B-Garlemald/4391_No Good Deed.json index 4d8824c4..2989e824 100644 --- a/QuestPaths/Endwalker/MSQ/B-Garlemald/4391_No Good Deed.json +++ b/QuestPaths/Endwalker/MSQ/B-Garlemald/4391_No Good Deed.json @@ -14,7 +14,7 @@ }, "StopDistance": 5, "TerritoryId": 958, - "InteractionType": "Interact" + "InteractionType": "AcceptQuest" } ] }, @@ -91,7 +91,7 @@ }, "StopDistance": 5, "TerritoryId": 958, - "InteractionType": "Interact" + "InteractionType": "CompleteQuest" } ] } diff --git a/QuestPaths/Endwalker/MSQ/B-Garlemald/4392_Alea Iacta Est.json b/QuestPaths/Endwalker/MSQ/B-Garlemald/4392_Alea Iacta Est.json index d84e07be..8547a3c8 100644 --- a/QuestPaths/Endwalker/MSQ/B-Garlemald/4392_Alea Iacta Est.json +++ b/QuestPaths/Endwalker/MSQ/B-Garlemald/4392_Alea Iacta Est.json @@ -14,7 +14,7 @@ }, "StopDistance": 5, "TerritoryId": 958, - "InteractionType": "Interact" + "InteractionType": "AcceptQuest" } ] }, @@ -117,7 +117,7 @@ "Z": 422.8733 }, "TerritoryId": 958, - "InteractionType": "Interact" + "InteractionType": "CompleteQuest" } ] } diff --git a/QuestPaths/Endwalker/MSQ/B-Garlemald/4393_Strange Bedfellows.json b/QuestPaths/Endwalker/MSQ/B-Garlemald/4393_Strange Bedfellows.json index 50cdc0b9..f1b5bb80 100644 --- a/QuestPaths/Endwalker/MSQ/B-Garlemald/4393_Strange Bedfellows.json +++ b/QuestPaths/Endwalker/MSQ/B-Garlemald/4393_Strange Bedfellows.json @@ -13,7 +13,7 @@ "Z": 422.8733 }, "TerritoryId": 958, - "InteractionType": "Interact" + "InteractionType": "AcceptQuest" } ] }, @@ -397,7 +397,7 @@ "Z": 418.4176 }, "TerritoryId": 958, - "InteractionType": "Interact" + "InteractionType": "CompleteQuest" } ] } diff --git a/QuestPaths/Endwalker/MSQ/B-Garlemald/4394_In from the Cold.json b/QuestPaths/Endwalker/MSQ/B-Garlemald/4394_In from the Cold.json index e99a2460..a5383cbb 100644 --- a/QuestPaths/Endwalker/MSQ/B-Garlemald/4394_In from the Cold.json +++ b/QuestPaths/Endwalker/MSQ/B-Garlemald/4394_In from the Cold.json @@ -16,7 +16,7 @@ "Z": 418.4176 }, "TerritoryId": 958, - "InteractionType": "Interact" + "InteractionType": "AcceptQuest" } ] }, @@ -55,7 +55,7 @@ }, "StopDistance": 5, "TerritoryId": 958, - "InteractionType": "Interact" + "InteractionType": "CompleteQuest" } ] } diff --git a/QuestPaths/Endwalker/MSQ/B-Garlemald/4395_Gateway of the Gods.json b/QuestPaths/Endwalker/MSQ/B-Garlemald/4395_Gateway of the Gods.json index 85247d7e..c3fe182d 100644 --- a/QuestPaths/Endwalker/MSQ/B-Garlemald/4395_Gateway of the Gods.json +++ b/QuestPaths/Endwalker/MSQ/B-Garlemald/4395_Gateway of the Gods.json @@ -16,7 +16,7 @@ "Z": 400.71716 }, "TerritoryId": 958, - "InteractionType": "Interact" + "InteractionType": "AcceptQuest" } ] }, @@ -126,7 +126,7 @@ }, "StopDistance": 4, "TerritoryId": 1024, - "InteractionType": "Interact" + "InteractionType": "CompleteQuest" } ] } diff --git a/QuestPaths/Endwalker/MSQ/B-Garlemald/4396_A Trip to the Moon.json b/QuestPaths/Endwalker/MSQ/B-Garlemald/4396_A Trip to the Moon.json index 05c47368..981a39b1 100644 --- a/QuestPaths/Endwalker/MSQ/B-Garlemald/4396_A Trip to the Moon.json +++ b/QuestPaths/Endwalker/MSQ/B-Garlemald/4396_A Trip to the Moon.json @@ -13,7 +13,7 @@ "Z": 26.840576 }, "TerritoryId": 1024, - "InteractionType": "Interact" + "InteractionType": "AcceptQuest" } ] }, @@ -112,7 +112,7 @@ "Z": 547.5393 }, "TerritoryId": 959, - "InteractionType": "Interact" + "InteractionType": "CompleteQuest" } ] } diff --git a/QuestPaths/Endwalker/MSQ/B-Garlemald/4397_Sea of Sorrow.json b/QuestPaths/Endwalker/MSQ/B-Garlemald/4397_Sea of Sorrow.json index 92d13e54..af51091c 100644 --- a/QuestPaths/Endwalker/MSQ/B-Garlemald/4397_Sea of Sorrow.json +++ b/QuestPaths/Endwalker/MSQ/B-Garlemald/4397_Sea of Sorrow.json @@ -13,7 +13,7 @@ "Z": 547.5393 }, "TerritoryId": 959, - "InteractionType": "Interact" + "InteractionType": "AcceptQuest" } ] }, @@ -278,7 +278,7 @@ "Z": 427.29822 }, "TerritoryId": 959, - "InteractionType": "Interact" + "InteractionType": "CompleteQuest" } ] } diff --git a/QuestPaths/Endwalker/MSQ/B-Garlemald/4398_The Martyr.json b/QuestPaths/Endwalker/MSQ/B-Garlemald/4398_The Martyr.json index 8512b2e4..bbe68168 100644 --- a/QuestPaths/Endwalker/MSQ/B-Garlemald/4398_The Martyr.json +++ b/QuestPaths/Endwalker/MSQ/B-Garlemald/4398_The Martyr.json @@ -16,7 +16,7 @@ "Z": 467.46008 }, "TerritoryId": 959, - "InteractionType": "Interact", + "InteractionType": "AcceptQuest", "DialogueChoices": [ { "Type": "List", @@ -72,7 +72,7 @@ }, "StopDistance": 5, "TerritoryId": 959, - "InteractionType": "Interact" + "InteractionType": "CompleteQuest" } ] } diff --git a/QuestPaths/Endwalker/MSQ/C-MareLamentorum/4399_In_Shadows_Wake.json b/QuestPaths/Endwalker/MSQ/C-MareLamentorum/4399_In_Shadows_Wake.json index 6f8585f4..e86369fb 100644 --- a/QuestPaths/Endwalker/MSQ/C-MareLamentorum/4399_In_Shadows_Wake.json +++ b/QuestPaths/Endwalker/MSQ/C-MareLamentorum/4399_In_Shadows_Wake.json @@ -14,7 +14,7 @@ }, "StopDistance": 5, "TerritoryId": 959, - "InteractionType": "Interact" + "InteractionType": "AcceptQuest" } ] }, @@ -108,7 +108,7 @@ "Z": 552.5748 }, "TerritoryId": 959, - "InteractionType": "Interact" + "InteractionType": "CompleteQuest" } ] } diff --git a/QuestPaths/Endwalker/MSQ/C-MareLamentorum/4400_Helping Hands.json b/QuestPaths/Endwalker/MSQ/C-MareLamentorum/4400_Helping Hands.json index e47ddb6f..cbf99043 100644 --- a/QuestPaths/Endwalker/MSQ/C-MareLamentorum/4400_Helping Hands.json +++ b/QuestPaths/Endwalker/MSQ/C-MareLamentorum/4400_Helping Hands.json @@ -14,7 +14,7 @@ }, "StopDistance": 5, "TerritoryId": 959, - "InteractionType": "Interact" + "InteractionType": "AcceptQuest" } ] }, @@ -159,7 +159,7 @@ "Z": -366.0487 }, "TerritoryId": 959, - "InteractionType": "Interact" + "InteractionType": "CompleteQuest" } ] } diff --git a/QuestPaths/Endwalker/MSQ/C-MareLamentorum/4401_A Harey Situation.json b/QuestPaths/Endwalker/MSQ/C-MareLamentorum/4401_A Harey Situation.json index c9fcccfb..ff5c7c5d 100644 --- a/QuestPaths/Endwalker/MSQ/C-MareLamentorum/4401_A Harey Situation.json +++ b/QuestPaths/Endwalker/MSQ/C-MareLamentorum/4401_A Harey Situation.json @@ -13,7 +13,7 @@ "Z": -366.0487 }, "TerritoryId": 959, - "InteractionType": "Interact" + "InteractionType": "AcceptQuest" } ] }, @@ -175,7 +175,7 @@ "Z": -494.31604 }, "TerritoryId": 959, - "InteractionType": "Interact" + "InteractionType": "CompleteQuest" } ] } diff --git a/QuestPaths/Endwalker/MSQ/C-MareLamentorum/4402_A Taste of the Moon.json b/QuestPaths/Endwalker/MSQ/C-MareLamentorum/4402_A Taste of the Moon.json index f63ae058..6b227792 100644 --- a/QuestPaths/Endwalker/MSQ/C-MareLamentorum/4402_A Taste of the Moon.json +++ b/QuestPaths/Endwalker/MSQ/C-MareLamentorum/4402_A Taste of the Moon.json @@ -13,7 +13,7 @@ "Z": -494.31604 }, "TerritoryId": 959, - "InteractionType": "Interact" + "InteractionType": "AcceptQuest" } ] }, @@ -281,7 +281,7 @@ "Z": -620.05035 }, "TerritoryId": 959, - "InteractionType": "Interact", + "InteractionType": "CompleteQuest", "DelaySecondsAtStart": 2, "Comment": "FIXME Auto-playing quests seems to get stuck here/do nothing" } diff --git a/QuestPaths/Endwalker/MSQ/C-MareLamentorum/4403_Styled a Hero.json b/QuestPaths/Endwalker/MSQ/C-MareLamentorum/4403_Styled a Hero.json index c737120e..379c3795 100644 --- a/QuestPaths/Endwalker/MSQ/C-MareLamentorum/4403_Styled a Hero.json +++ b/QuestPaths/Endwalker/MSQ/C-MareLamentorum/4403_Styled a Hero.json @@ -13,7 +13,7 @@ "Z": -618.7686 }, "TerritoryId": 959, - "InteractionType": "Interact" + "InteractionType": "AcceptQuest" } ] }, @@ -413,7 +413,7 @@ "Z": -699.733 }, "TerritoryId": 959, - "InteractionType": "Interact" + "InteractionType": "CompleteQuest" } ] } diff --git a/QuestPaths/Endwalker/MSQ/C-MareLamentorum/4404_Alls Vale That Endsvale.json b/QuestPaths/Endwalker/MSQ/C-MareLamentorum/4404_Alls Vale That Endsvale.json index 201cd188..6015221d 100644 --- a/QuestPaths/Endwalker/MSQ/C-MareLamentorum/4404_Alls Vale That Endsvale.json +++ b/QuestPaths/Endwalker/MSQ/C-MareLamentorum/4404_Alls Vale That Endsvale.json @@ -13,7 +13,7 @@ "Z": -699.733 }, "TerritoryId": 959, - "InteractionType": "Interact" + "InteractionType": "AcceptQuest" } ] }, @@ -209,7 +209,7 @@ }, "StopDistance": 7, "TerritoryId": 959, - "InteractionType": "Interact" + "InteractionType": "CompleteQuest" } ] } diff --git a/QuestPaths/Endwalker/MSQ/C-MareLamentorum/4405_Back to Old Tricks.json b/QuestPaths/Endwalker/MSQ/C-MareLamentorum/4405_Back to Old Tricks.json index b4acc9fd..fd4f73ef 100644 --- a/QuestPaths/Endwalker/MSQ/C-MareLamentorum/4405_Back to Old Tricks.json +++ b/QuestPaths/Endwalker/MSQ/C-MareLamentorum/4405_Back to Old Tricks.json @@ -14,7 +14,7 @@ }, "StopDistance": 7, "TerritoryId": 959, - "InteractionType": "Interact" + "InteractionType": "AcceptQuest" } ] }, @@ -156,7 +156,7 @@ }, "StopDistance": 5, "TerritoryId": 959, - "InteractionType": "Interact" + "InteractionType": "CompleteQuest" } ] } diff --git a/QuestPaths/Endwalker/MSQ/C-MareLamentorum/4406_Setting Things Straight.json b/QuestPaths/Endwalker/MSQ/C-MareLamentorum/4406_Setting Things Straight.json index f98c0f8f..1315aa60 100644 --- a/QuestPaths/Endwalker/MSQ/C-MareLamentorum/4406_Setting Things Straight.json +++ b/QuestPaths/Endwalker/MSQ/C-MareLamentorum/4406_Setting Things Straight.json @@ -14,7 +14,7 @@ }, "StopDistance": 5, "TerritoryId": 959, - "InteractionType": "Interact" + "InteractionType": "AcceptQuest" } ] }, @@ -207,7 +207,7 @@ "Z": -628.19867 }, "TerritoryId": 959, - "InteractionType": "Interact" + "InteractionType": "CompleteQuest" } ] } diff --git a/QuestPaths/Endwalker/MSQ/C-MareLamentorum/4407_Heart of the Matter.json b/QuestPaths/Endwalker/MSQ/C-MareLamentorum/4407_Heart of the Matter.json index b187c3db..ae68e4f5 100644 --- a/QuestPaths/Endwalker/MSQ/C-MareLamentorum/4407_Heart of the Matter.json +++ b/QuestPaths/Endwalker/MSQ/C-MareLamentorum/4407_Heart of the Matter.json @@ -14,7 +14,7 @@ }, "StopDistance": 5, "TerritoryId": 959, - "InteractionType": "Interact" + "InteractionType": "AcceptQuest" } ] }, @@ -120,7 +120,7 @@ }, "StopDistance": 5, "TerritoryId": 959, - "InteractionType": "Interact" + "InteractionType": "CompleteQuest" } ] } diff --git a/QuestPaths/Endwalker/MSQ/C-MareLamentorum/4408_Returning Home.json b/QuestPaths/Endwalker/MSQ/C-MareLamentorum/4408_Returning Home.json index 0c584860..c7c5439a 100644 --- a/QuestPaths/Endwalker/MSQ/C-MareLamentorum/4408_Returning Home.json +++ b/QuestPaths/Endwalker/MSQ/C-MareLamentorum/4408_Returning Home.json @@ -14,7 +14,7 @@ }, "StopDistance": 5, "TerritoryId": 959, - "InteractionType": "Interact" + "InteractionType": "AcceptQuest" } ] }, @@ -134,7 +134,7 @@ "Z": 0.7476196 }, "TerritoryId": 962, - "InteractionType": "Interact", + "InteractionType": "CompleteQuest", "AethernetShortcut": [ "[Old Sharlayan] Aetheryte Plaza", "[Old Sharlayan] The Baldesion Annex" diff --git a/QuestPaths/Endwalker/MSQ/D-Thavnair2/4409_Skies Aflame.json b/QuestPaths/Endwalker/MSQ/D-Thavnair2/4409_Skies Aflame.json index ef589423..55595358 100644 --- a/QuestPaths/Endwalker/MSQ/D-Thavnair2/4409_Skies Aflame.json +++ b/QuestPaths/Endwalker/MSQ/D-Thavnair2/4409_Skies Aflame.json @@ -17,7 +17,7 @@ }, "StopDistance": 5, "TerritoryId": 962, - "InteractionType": "Interact" + "InteractionType": "AcceptQuest" } ] }, @@ -90,7 +90,7 @@ }, "StopDistance": 5, "TerritoryId": 963, - "InteractionType": "Interact" + "InteractionType": "CompleteQuest" } ] } diff --git a/QuestPaths/Endwalker/MSQ/D-Thavnair2/4410_The Blasphemy Unmasked.json b/QuestPaths/Endwalker/MSQ/D-Thavnair2/4410_The Blasphemy Unmasked.json index 6d23d997..0cc3b6a2 100644 --- a/QuestPaths/Endwalker/MSQ/D-Thavnair2/4410_The Blasphemy Unmasked.json +++ b/QuestPaths/Endwalker/MSQ/D-Thavnair2/4410_The Blasphemy Unmasked.json @@ -14,7 +14,7 @@ }, "StopDistance": 5, "TerritoryId": 963, - "InteractionType": "Interact" + "InteractionType": "AcceptQuest" } ] }, @@ -191,7 +191,7 @@ "Z": -203.8758 }, "TerritoryId": 963, - "InteractionType": "Interact" + "InteractionType": "CompleteQuest" } ] } diff --git a/QuestPaths/Endwalker/MSQ/D-Thavnair2/4411_Amidst the Apocalypse.json b/QuestPaths/Endwalker/MSQ/D-Thavnair2/4411_Amidst the Apocalypse.json index ff6d86e3..0cf92f46 100644 --- a/QuestPaths/Endwalker/MSQ/D-Thavnair2/4411_Amidst the Apocalypse.json +++ b/QuestPaths/Endwalker/MSQ/D-Thavnair2/4411_Amidst the Apocalypse.json @@ -13,7 +13,7 @@ "Z": -203.8758 }, "TerritoryId": 963, - "InteractionType": "Interact" + "InteractionType": "AcceptQuest" } ] }, @@ -222,7 +222,7 @@ "Z": 110.61267 }, "TerritoryId": 963, - "InteractionType": "Interact" + "InteractionType": "CompleteQuest" } ] } diff --git a/QuestPaths/Endwalker/MSQ/D-Thavnair2/4412_Beyond the Depths of Despair.json b/QuestPaths/Endwalker/MSQ/D-Thavnair2/4412_Beyond the Depths of Despair.json index 528996df..f800c849 100644 --- a/QuestPaths/Endwalker/MSQ/D-Thavnair2/4412_Beyond the Depths of Despair.json +++ b/QuestPaths/Endwalker/MSQ/D-Thavnair2/4412_Beyond the Depths of Despair.json @@ -13,7 +13,7 @@ "Z": 112.291016 }, "TerritoryId": 963, - "InteractionType": "Interact" + "InteractionType": "AcceptQuest" } ] }, @@ -169,7 +169,7 @@ "Z": -251.33142 }, "TerritoryId": 957, - "InteractionType": "Interact" + "InteractionType": "CompleteQuest" } ] } diff --git a/QuestPaths/Endwalker/MSQ/D-Thavnair2/4413_That We Might Live.json b/QuestPaths/Endwalker/MSQ/D-Thavnair2/4413_That We Might Live.json index 82f83cbe..2ca89bf2 100644 --- a/QuestPaths/Endwalker/MSQ/D-Thavnair2/4413_That We Might Live.json +++ b/QuestPaths/Endwalker/MSQ/D-Thavnair2/4413_That We Might Live.json @@ -13,7 +13,7 @@ "Z": -251.33142 }, "TerritoryId": 957, - "InteractionType": "Interact" + "InteractionType": "AcceptQuest" } ] }, @@ -172,7 +172,7 @@ "Z": -257.0688 }, "TerritoryId": 957, - "InteractionType": "Interact" + "InteractionType": "CompleteQuest" } ] } diff --git a/QuestPaths/Endwalker/MSQ/D-Thavnair2/4414_When All Hope Seems Lost.json b/QuestPaths/Endwalker/MSQ/D-Thavnair2/4414_When All Hope Seems Lost.json index 3e6c3e56..fa2460e8 100644 --- a/QuestPaths/Endwalker/MSQ/D-Thavnair2/4414_When All Hope Seems Lost.json +++ b/QuestPaths/Endwalker/MSQ/D-Thavnair2/4414_When All Hope Seems Lost.json @@ -13,7 +13,7 @@ "Z": -257.0688 }, "TerritoryId": 957, - "InteractionType": "Interact" + "InteractionType": "AcceptQuest" } ] }, @@ -212,7 +212,7 @@ "Z": 246.02112 }, "TerritoryId": 957, - "InteractionType": "Interact" + "InteractionType": "CompleteQuest" } ] } diff --git a/QuestPaths/Endwalker/MSQ/D-Thavnair2/4415_Warm Hearts, Rekindled Hopes.json b/QuestPaths/Endwalker/MSQ/D-Thavnair2/4415_Warm Hearts, Rekindled Hopes.json index 08e581a0..6fc5e189 100644 --- a/QuestPaths/Endwalker/MSQ/D-Thavnair2/4415_Warm Hearts, Rekindled Hopes.json +++ b/QuestPaths/Endwalker/MSQ/D-Thavnair2/4415_Warm Hearts, Rekindled Hopes.json @@ -13,7 +13,7 @@ "Z": 238.75781 }, "TerritoryId": 957, - "InteractionType": "Interact" + "InteractionType": "AcceptQuest" } ] }, @@ -135,7 +135,7 @@ }, "StopDistance": 5, "TerritoryId": 957, - "InteractionType": "Interact" + "InteractionType": "CompleteQuest" } ] } diff --git a/QuestPaths/Endwalker/MSQ/D-Thavnair2/4416_Simple Pleasures.json b/QuestPaths/Endwalker/MSQ/D-Thavnair2/4416_Simple Pleasures.json index e923edd2..20be85f6 100644 --- a/QuestPaths/Endwalker/MSQ/D-Thavnair2/4416_Simple Pleasures.json +++ b/QuestPaths/Endwalker/MSQ/D-Thavnair2/4416_Simple Pleasures.json @@ -13,7 +13,7 @@ "Z": -318.47113 }, "TerritoryId": 957, - "InteractionType": "Interact" + "InteractionType": "AcceptQuest" } ] }, @@ -131,7 +131,7 @@ "Z": -262.62305 }, "TerritoryId": 957, - "InteractionType": "Interact" + "InteractionType": "CompleteQuest" } ] } diff --git a/QuestPaths/Endwalker/MSQ/D-Thavnair2/4417_Under His Wing.json b/QuestPaths/Endwalker/MSQ/D-Thavnair2/4417_Under His Wing.json index 6cef9b11..be770fa1 100644 --- a/QuestPaths/Endwalker/MSQ/D-Thavnair2/4417_Under His Wing.json +++ b/QuestPaths/Endwalker/MSQ/D-Thavnair2/4417_Under His Wing.json @@ -14,7 +14,7 @@ }, "StopDistance": 5, "TerritoryId": 957, - "InteractionType": "Interact" + "InteractionType": "AcceptQuest" } ] }, @@ -116,7 +116,7 @@ }, "StopDistance": 7, "TerritoryId": 963, - "InteractionType": "Interact" + "InteractionType": "CompleteQuest" } ] } diff --git a/QuestPaths/Endwalker/MSQ/D-Thavnair2/4418_At Worlds End.json b/QuestPaths/Endwalker/MSQ/D-Thavnair2/4418_At Worlds End.json index c1eea5b6..15e713b5 100644 --- a/QuestPaths/Endwalker/MSQ/D-Thavnair2/4418_At Worlds End.json +++ b/QuestPaths/Endwalker/MSQ/D-Thavnair2/4418_At Worlds End.json @@ -13,7 +13,7 @@ "Z": 64.86609 }, "TerritoryId": 963, - "InteractionType": "Interact" + "InteractionType": "AcceptQuest" } ] }, @@ -159,7 +159,7 @@ }, "StopDistance": 5, "TerritoryId": 963, - "InteractionType": "Interact" + "InteractionType": "CompleteQuest" } ] } diff --git a/QuestPaths/Endwalker/MSQ/E-Elpis/4419_Return to the Crystarium.json b/QuestPaths/Endwalker/MSQ/E-Elpis/4419_Return to the Crystarium.json index de65b0a5..8129edc6 100644 --- a/QuestPaths/Endwalker/MSQ/E-Elpis/4419_Return to the Crystarium.json +++ b/QuestPaths/Endwalker/MSQ/E-Elpis/4419_Return to the Crystarium.json @@ -14,7 +14,7 @@ }, "StopDistance": 5, "TerritoryId": 963, - "InteractionType": "Interact" + "InteractionType": "AcceptQuest" } ] }, @@ -93,7 +93,7 @@ }, "StopDistance": 6, "TerritoryId": 819, - "InteractionType": "Interact" + "InteractionType": "CompleteQuest" } ] } diff --git a/QuestPaths/Endwalker/MSQ/E-Elpis/4420_Hope Upon a Flower.json b/QuestPaths/Endwalker/MSQ/E-Elpis/4420_Hope Upon a Flower.json index ca793492..6a7c7db3 100644 --- a/QuestPaths/Endwalker/MSQ/E-Elpis/4420_Hope Upon a Flower.json +++ b/QuestPaths/Endwalker/MSQ/E-Elpis/4420_Hope Upon a Flower.json @@ -14,7 +14,7 @@ }, "StopDistance": 6, "TerritoryId": 819, - "InteractionType": "Interact" + "InteractionType": "AcceptQuest" } ] }, @@ -174,7 +174,7 @@ }, "StopDistance": 5, "TerritoryId": 961, - "InteractionType": "Interact" + "InteractionType": "CompleteQuest" } ] } diff --git a/QuestPaths/Endwalker/MSQ/E-Elpis/4421_Petalouda Hunt.json b/QuestPaths/Endwalker/MSQ/E-Elpis/4421_Petalouda Hunt.json index 35720923..76423a94 100644 --- a/QuestPaths/Endwalker/MSQ/E-Elpis/4421_Petalouda Hunt.json +++ b/QuestPaths/Endwalker/MSQ/E-Elpis/4421_Petalouda Hunt.json @@ -14,7 +14,7 @@ }, "StopDistance": 5, "TerritoryId": 961, - "InteractionType": "Interact" + "InteractionType": "AcceptQuest" } ] }, @@ -55,7 +55,7 @@ "Z": 629.14465 }, "TerritoryId": 961, - "InteractionType": "Interact" + "InteractionType": "CompleteQuest" } ] } diff --git a/QuestPaths/Endwalker/MSQ/E-Elpis/4422_In Search of Hermes.json b/QuestPaths/Endwalker/MSQ/E-Elpis/4422_In Search of Hermes.json index 5b33b5f0..258d23ef 100644 --- a/QuestPaths/Endwalker/MSQ/E-Elpis/4422_In Search of Hermes.json +++ b/QuestPaths/Endwalker/MSQ/E-Elpis/4422_In Search of Hermes.json @@ -13,7 +13,7 @@ "Z": 629.14465 }, "TerritoryId": 961, - "InteractionType": "Interact" + "InteractionType": "AcceptQuest" } ] }, @@ -58,7 +58,7 @@ "Z": 157.61035 }, "TerritoryId": 961, - "InteractionType": "Interact", + "InteractionType": "CompleteQuest", "DialogueChoices": [ { "Type": "List", diff --git a/QuestPaths/Endwalker/MSQ/E-Elpis/4423_Ponder Warrant Cherish Welcome.json b/QuestPaths/Endwalker/MSQ/E-Elpis/4423_Ponder Warrant Cherish Welcome.json index 09b962e2..0041d1b8 100644 --- a/QuestPaths/Endwalker/MSQ/E-Elpis/4423_Ponder Warrant Cherish Welcome.json +++ b/QuestPaths/Endwalker/MSQ/E-Elpis/4423_Ponder Warrant Cherish Welcome.json @@ -14,7 +14,7 @@ }, "StopDistance": 5, "TerritoryId": 961, - "InteractionType": "Interact" + "InteractionType": "AcceptQuest" } ] }, @@ -166,7 +166,7 @@ "Z": 51.255005 }, "TerritoryId": 961, - "InteractionType": "Interact" + "InteractionType": "CompleteQuest" } ] } diff --git a/QuestPaths/Endwalker/MSQ/E-Elpis/4424_Lives Apart.json b/QuestPaths/Endwalker/MSQ/E-Elpis/4424_Lives Apart.json index dc20f431..528ba9f2 100644 --- a/QuestPaths/Endwalker/MSQ/E-Elpis/4424_Lives Apart.json +++ b/QuestPaths/Endwalker/MSQ/E-Elpis/4424_Lives Apart.json @@ -13,7 +13,7 @@ "Z": 51.255005 }, "TerritoryId": 961, - "InteractionType": "Interact" + "InteractionType": "AcceptQuest" } ] }, @@ -119,7 +119,7 @@ "Z": 48.264282 }, "TerritoryId": 961, - "InteractionType": "Interact" + "InteractionType": "CompleteQuest" } ] } diff --git a/QuestPaths/Endwalker/MSQ/E-Elpis/4425_Their Greatest Contribution.json b/QuestPaths/Endwalker/MSQ/E-Elpis/4425_Their Greatest Contribution.json index 3de56d84..a9395430 100644 --- a/QuestPaths/Endwalker/MSQ/E-Elpis/4425_Their Greatest Contribution.json +++ b/QuestPaths/Endwalker/MSQ/E-Elpis/4425_Their Greatest Contribution.json @@ -13,7 +13,7 @@ "Z": 63.70642 }, "TerritoryId": 961, - "InteractionType": "Interact", + "InteractionType": "AcceptQuest", "DialogueChoices": [ { "Type": "List", @@ -202,7 +202,7 @@ "Z": 88.91431 }, "TerritoryId": 961, - "InteractionType": "Interact", + "InteractionType": "CompleteQuest", "AetheryteShortcut": "Elpis - Anagnorisis" } ] diff --git a/QuestPaths/Endwalker/MSQ/E-Elpis/4426_Aether to Aether.json b/QuestPaths/Endwalker/MSQ/E-Elpis/4426_Aether to Aether.json index cb64a9f3..a0205b14 100644 --- a/QuestPaths/Endwalker/MSQ/E-Elpis/4426_Aether to Aether.json +++ b/QuestPaths/Endwalker/MSQ/E-Elpis/4426_Aether to Aether.json @@ -14,7 +14,7 @@ }, "StopDistance": 5, "TerritoryId": 961, - "InteractionType": "Interact" + "InteractionType": "AcceptQuest" } ] }, @@ -135,7 +135,7 @@ }, "StopDistance": 5, "TerritoryId": 961, - "InteractionType": "Interact" + "InteractionType": "CompleteQuest" } ] } diff --git a/QuestPaths/Endwalker/MSQ/E-Elpis/4427_A Sentimental Gift.json b/QuestPaths/Endwalker/MSQ/E-Elpis/4427_A Sentimental Gift.json index 6c61e46b..22436672 100644 --- a/QuestPaths/Endwalker/MSQ/E-Elpis/4427_A Sentimental Gift.json +++ b/QuestPaths/Endwalker/MSQ/E-Elpis/4427_A Sentimental Gift.json @@ -14,7 +14,7 @@ }, "StopDistance": 5, "TerritoryId": 961, - "InteractionType": "Interact" + "InteractionType": "AcceptQuest" } ] }, @@ -206,7 +206,7 @@ "Z": 533.8368 }, "TerritoryId": 961, - "InteractionType": "Interact" + "InteractionType": "CompleteQuest" } ] } diff --git a/QuestPaths/Endwalker/MSQ/E-Elpis/4428_Verdict and Execution.json b/QuestPaths/Endwalker/MSQ/E-Elpis/4428_Verdict and Execution.json index d22fbda6..f8490702 100644 --- a/QuestPaths/Endwalker/MSQ/E-Elpis/4428_Verdict and Execution.json +++ b/QuestPaths/Endwalker/MSQ/E-Elpis/4428_Verdict and Execution.json @@ -13,7 +13,7 @@ "Z": 521.87366 }, "TerritoryId": 961, - "InteractionType": "Interact" + "InteractionType": "AcceptQuest" } ] }, @@ -93,7 +93,7 @@ }, "StopDistance": 5, "TerritoryId": 961, - "InteractionType": "Interact" + "InteractionType": "CompleteQuest" } ] } diff --git a/QuestPaths/Endwalker/MSQ/E-Elpis/4429_Travelers at the Crossroads.json b/QuestPaths/Endwalker/MSQ/E-Elpis/4429_Travelers at the Crossroads.json index 7a220579..7a183deb 100644 --- a/QuestPaths/Endwalker/MSQ/E-Elpis/4429_Travelers at the Crossroads.json +++ b/QuestPaths/Endwalker/MSQ/E-Elpis/4429_Travelers at the Crossroads.json @@ -14,7 +14,7 @@ }, "StopDistance": 5, "TerritoryId": 961, - "InteractionType": "Interact" + "InteractionType": "AcceptQuest" } ] }, @@ -102,7 +102,7 @@ "Z": -113.81708 }, "TerritoryId": 961, - "InteractionType": "Interact", + "InteractionType": "CompleteQuest", "DialogueChoices": [ { "Type": "List", diff --git a/QuestPaths/Endwalker/MSQ/E-Elpis/4430_A Past Not Yet Come to Pass.json b/QuestPaths/Endwalker/MSQ/E-Elpis/4430_A Past Not Yet Come to Pass.json index 3bcc5a97..d5b68a15 100644 --- a/QuestPaths/Endwalker/MSQ/E-Elpis/4430_A Past Not Yet Come to Pass.json +++ b/QuestPaths/Endwalker/MSQ/E-Elpis/4430_A Past Not Yet Come to Pass.json @@ -13,7 +13,7 @@ "Z": -113.81708 }, "TerritoryId": 961, - "InteractionType": "Interact" + "InteractionType": "AcceptQuest" } ] }, @@ -184,7 +184,7 @@ "Z": -175.24994 }, "TerritoryId": 961, - "InteractionType": "Interact" + "InteractionType": "CompleteQuest" } ] } diff --git a/QuestPaths/Endwalker/MSQ/E-Elpis/4431_Witness to the Spectacle.json b/QuestPaths/Endwalker/MSQ/E-Elpis/4431_Witness to the Spectacle.json index 55965d8b..72e318c7 100644 --- a/QuestPaths/Endwalker/MSQ/E-Elpis/4431_Witness to the Spectacle.json +++ b/QuestPaths/Endwalker/MSQ/E-Elpis/4431_Witness to the Spectacle.json @@ -13,7 +13,7 @@ "Z": -175.24994 }, "TerritoryId": 961, - "InteractionType": "Interact", + "InteractionType": "AcceptQuest", "DialogueChoices": [ { "Type": "List", @@ -122,7 +122,7 @@ }, "StopDistance": 5, "TerritoryId": 961, - "InteractionType": "Interact" + "InteractionType": "CompleteQuest" } ] } diff --git a/QuestPaths/Endwalker/MSQ/E-Elpis/4432_Worthy of His Back.json b/QuestPaths/Endwalker/MSQ/E-Elpis/4432_Worthy of His Back.json index 50facbd7..6b813663 100644 --- a/QuestPaths/Endwalker/MSQ/E-Elpis/4432_Worthy of His Back.json +++ b/QuestPaths/Endwalker/MSQ/E-Elpis/4432_Worthy of His Back.json @@ -17,7 +17,7 @@ }, "StopDistance": 5, "TerritoryId": 961, - "InteractionType": "Interact" + "InteractionType": "AcceptQuest" } ] }, @@ -73,7 +73,7 @@ }, "StopDistance": 5, "TerritoryId": 961, - "InteractionType": "Interact" + "InteractionType": "CompleteQuest" } ] } diff --git a/QuestPaths/Endwalker/MSQ/E-Elpis/4433_A Flower upon Your Return.json b/QuestPaths/Endwalker/MSQ/E-Elpis/4433_A Flower upon Your Return.json index 2cb8c383..f78c78a5 100644 --- a/QuestPaths/Endwalker/MSQ/E-Elpis/4433_A Flower upon Your Return.json +++ b/QuestPaths/Endwalker/MSQ/E-Elpis/4433_A Flower upon Your Return.json @@ -14,7 +14,7 @@ }, "StopDistance": 5, "TerritoryId": 961, - "InteractionType": "Interact" + "InteractionType": "AcceptQuest" } ] }, @@ -138,7 +138,7 @@ "Z": -759.24316 }, "TerritoryId": 961, - "InteractionType": "Interact" + "InteractionType": "CompleteQuest" } ] } diff --git a/QuestPaths/Endwalker/MSQ/E-Elpis/4434_Hunger in the Garden.json b/QuestPaths/Endwalker/MSQ/E-Elpis/4434_Hunger in the Garden.json index c6b7e18d..53228f10 100644 --- a/QuestPaths/Endwalker/MSQ/E-Elpis/4434_Hunger in the Garden.json +++ b/QuestPaths/Endwalker/MSQ/E-Elpis/4434_Hunger in the Garden.json @@ -14,7 +14,7 @@ }, "StopDistance": 5, "TerritoryId": 961, - "InteractionType": "Interact" + "InteractionType": "AcceptQuest" } ] }, @@ -81,7 +81,7 @@ "Z": -624.7196 }, "TerritoryId": 961, - "InteractionType": "Interact" + "InteractionType": "CompleteQuest" } ] } diff --git a/QuestPaths/Endwalker/MSQ/E-Elpis/4435_Words without Sound.json b/QuestPaths/Endwalker/MSQ/E-Elpis/4435_Words without Sound.json index 5f6b61d9..2bd93b23 100644 --- a/QuestPaths/Endwalker/MSQ/E-Elpis/4435_Words without Sound.json +++ b/QuestPaths/Endwalker/MSQ/E-Elpis/4435_Words without Sound.json @@ -13,7 +13,7 @@ "Z": -623.43787 }, "TerritoryId": 961, - "InteractionType": "Interact" + "InteractionType": "AcceptQuest" } ] }, @@ -89,7 +89,7 @@ }, "StopDistance": 5, "TerritoryId": 961, - "InteractionType": "Interact" + "InteractionType": "CompleteQuest" } ] } diff --git a/QuestPaths/Endwalker/MSQ/E-Elpis/4436_Follow Wander Stumble Listen.json b/QuestPaths/Endwalker/MSQ/E-Elpis/4436_Follow Wander Stumble Listen.json index ed6a1d64..228fb701 100644 --- a/QuestPaths/Endwalker/MSQ/E-Elpis/4436_Follow Wander Stumble Listen.json +++ b/QuestPaths/Endwalker/MSQ/E-Elpis/4436_Follow Wander Stumble Listen.json @@ -14,7 +14,7 @@ }, "StopDistance": 5, "TerritoryId": 961, - "InteractionType": "Interact" + "InteractionType": "AcceptQuest" } ] }, @@ -110,7 +110,7 @@ }, "StopDistance": 5, "TerritoryId": 961, - "InteractionType": "Interact" + "InteractionType": "CompleteQuest" } ] } diff --git a/QuestPaths/Endwalker/MSQ/E-Elpis/4437_Caging the Messenger.json b/QuestPaths/Endwalker/MSQ/E-Elpis/4437_Caging the Messenger.json index a90e87c8..caee3a7d 100644 --- a/QuestPaths/Endwalker/MSQ/E-Elpis/4437_Caging the Messenger.json +++ b/QuestPaths/Endwalker/MSQ/E-Elpis/4437_Caging the Messenger.json @@ -17,7 +17,7 @@ }, "StopDistance": 5, "TerritoryId": 961, - "InteractionType": "Interact" + "InteractionType": "AcceptQuest" } ] }, @@ -58,7 +58,7 @@ }, "StopDistance": 5, "TerritoryId": 961, - "InteractionType": "Interact" + "InteractionType": "CompleteQuest" } ] } diff --git a/QuestPaths/Endwalker/MSQ/E-Elpis/4438_Thou Must Live Die and Know.json b/QuestPaths/Endwalker/MSQ/E-Elpis/4438_Thou Must Live Die and Know.json index 04992128..2c446990 100644 --- a/QuestPaths/Endwalker/MSQ/E-Elpis/4438_Thou Must Live Die and Know.json +++ b/QuestPaths/Endwalker/MSQ/E-Elpis/4438_Thou Must Live Die and Know.json @@ -14,7 +14,7 @@ }, "StopDistance": 5, "TerritoryId": 961, - "InteractionType": "Interact" + "InteractionType": "AcceptQuest" } ] }, @@ -83,7 +83,7 @@ "Z": -3.3417358 }, "TerritoryId": 987, - "InteractionType": "Interact" + "InteractionType": "CompleteQuest" } ] } diff --git a/QuestPaths/Endwalker/MSQ/F-Labyrinthos2/4439_As the Heavens Burn.json b/QuestPaths/Endwalker/MSQ/F-Labyrinthos2/4439_As the Heavens Burn.json index f7cec200..f86be021 100644 --- a/QuestPaths/Endwalker/MSQ/F-Labyrinthos2/4439_As the Heavens Burn.json +++ b/QuestPaths/Endwalker/MSQ/F-Labyrinthos2/4439_As the Heavens Burn.json @@ -16,7 +16,7 @@ "Z": -3.3417358 }, "TerritoryId": 987, - "InteractionType": "Interact" + "InteractionType": "AcceptQuest" } ] }, @@ -49,7 +49,7 @@ }, "StopDistance": 6, "TerritoryId": 958, - "InteractionType": "Interact" + "InteractionType": "CompleteQuest" } ] } diff --git a/QuestPaths/Endwalker/MSQ/F-Labyrinthos2/4440_Outside Help.json b/QuestPaths/Endwalker/MSQ/F-Labyrinthos2/4440_Outside Help.json index 7e488b39..cee0d2c5 100644 --- a/QuestPaths/Endwalker/MSQ/F-Labyrinthos2/4440_Outside Help.json +++ b/QuestPaths/Endwalker/MSQ/F-Labyrinthos2/4440_Outside Help.json @@ -14,7 +14,7 @@ }, "StopDistance": 5, "TerritoryId": 958, - "InteractionType": "Interact" + "InteractionType": "AcceptQuest" } ] }, @@ -110,7 +110,7 @@ "Z": -235.67566 }, "TerritoryId": 962, - "InteractionType": "Interact" + "InteractionType": "CompleteQuest" } ] } diff --git a/QuestPaths/Endwalker/MSQ/F-Labyrinthos2/4441_Going Underground.json b/QuestPaths/Endwalker/MSQ/F-Labyrinthos2/4441_Going Underground.json index d587d581..42e5b2f3 100644 --- a/QuestPaths/Endwalker/MSQ/F-Labyrinthos2/4441_Going Underground.json +++ b/QuestPaths/Endwalker/MSQ/F-Labyrinthos2/4441_Going Underground.json @@ -14,7 +14,7 @@ }, "StopDistance": 5, "TerritoryId": 962, - "InteractionType": "Interact" + "InteractionType": "AcceptQuest" } ] }, @@ -144,7 +144,7 @@ "Z": 637.07935 }, "TerritoryId": 956, - "InteractionType": "Interact" + "InteractionType": "CompleteQuest" } ] } diff --git a/QuestPaths/Endwalker/MSQ/F-Labyrinthos2/4442_No Job Too Small.json b/QuestPaths/Endwalker/MSQ/F-Labyrinthos2/4442_No Job Too Small.json index 14dea50c..0cb2766c 100644 --- a/QuestPaths/Endwalker/MSQ/F-Labyrinthos2/4442_No Job Too Small.json +++ b/QuestPaths/Endwalker/MSQ/F-Labyrinthos2/4442_No Job Too Small.json @@ -14,7 +14,7 @@ }, "StopDistance": 5, "TerritoryId": 956, - "InteractionType": "Interact" + "InteractionType": "AcceptQuest" } ] }, @@ -138,7 +138,7 @@ "Z": -76.798706 }, "TerritoryId": 956, - "InteractionType": "Interact" + "InteractionType": "CompleteQuest" } ] } diff --git a/QuestPaths/Endwalker/MSQ/F-Labyrinthos2/4443_Wise Guides.json b/QuestPaths/Endwalker/MSQ/F-Labyrinthos2/4443_Wise Guides.json index be9b1f19..2764a7d4 100644 --- a/QuestPaths/Endwalker/MSQ/F-Labyrinthos2/4443_Wise Guides.json +++ b/QuestPaths/Endwalker/MSQ/F-Labyrinthos2/4443_Wise Guides.json @@ -14,7 +14,7 @@ }, "StopDistance": 5, "TerritoryId": 956, - "InteractionType": "Interact" + "InteractionType": "AcceptQuest" } ] }, @@ -121,7 +121,7 @@ "Z": 299.1836 }, "TerritoryId": 956, - "InteractionType": "Interact" + "InteractionType": "CompleteQuest" } ] } diff --git a/QuestPaths/Endwalker/MSQ/F-Labyrinthos2/4444_Agriculture Shock.json b/QuestPaths/Endwalker/MSQ/F-Labyrinthos2/4444_Agriculture Shock.json index e43a5ca7..93bd29b3 100644 --- a/QuestPaths/Endwalker/MSQ/F-Labyrinthos2/4444_Agriculture Shock.json +++ b/QuestPaths/Endwalker/MSQ/F-Labyrinthos2/4444_Agriculture Shock.json @@ -14,7 +14,7 @@ }, "StopDistance": 5, "TerritoryId": 956, - "InteractionType": "Interact" + "InteractionType": "AcceptQuest" } ] }, @@ -145,7 +145,7 @@ "Z": 299.8855 }, "TerritoryId": 956, - "InteractionType": "Interact", + "InteractionType": "CompleteQuest", "DialogueChoices": [ { "Type": "List", diff --git a/QuestPaths/Endwalker/MSQ/F-Labyrinthos2/4445_Sage Council.json b/QuestPaths/Endwalker/MSQ/F-Labyrinthos2/4445_Sage Council.json index 93cc272c..70ea9c15 100644 --- a/QuestPaths/Endwalker/MSQ/F-Labyrinthos2/4445_Sage Council.json +++ b/QuestPaths/Endwalker/MSQ/F-Labyrinthos2/4445_Sage Council.json @@ -13,7 +13,7 @@ "Z": 298.08484 }, "TerritoryId": 956, - "InteractionType": "Interact" + "InteractionType": "AcceptQuest" } ] }, @@ -278,7 +278,7 @@ }, "StopDistance": 5, "TerritoryId": 956, - "InteractionType": "Interact" + "InteractionType": "CompleteQuest" } ] } diff --git a/QuestPaths/Endwalker/MSQ/F-Labyrinthos2/4446_Hither and Yarns.json b/QuestPaths/Endwalker/MSQ/F-Labyrinthos2/4446_Hither and Yarns.json index b00a949d..abbc57aa 100644 --- a/QuestPaths/Endwalker/MSQ/F-Labyrinthos2/4446_Hither and Yarns.json +++ b/QuestPaths/Endwalker/MSQ/F-Labyrinthos2/4446_Hither and Yarns.json @@ -14,7 +14,7 @@ }, "StopDistance": 5, "TerritoryId": 956, - "InteractionType": "Interact" + "InteractionType": "AcceptQuest" } ] }, @@ -168,7 +168,7 @@ "Z": 322.59094 }, "TerritoryId": 956, - "InteractionType": "Interact" + "InteractionType": "CompleteQuest" } ] } diff --git a/QuestPaths/Endwalker/MSQ/F-Labyrinthos2/4447_Once Forged.json b/QuestPaths/Endwalker/MSQ/F-Labyrinthos2/4447_Once Forged.json index fd5d568c..1012883c 100644 --- a/QuestPaths/Endwalker/MSQ/F-Labyrinthos2/4447_Once Forged.json +++ b/QuestPaths/Endwalker/MSQ/F-Labyrinthos2/4447_Once Forged.json @@ -14,7 +14,7 @@ }, "StopDistance": 5, "TerritoryId": 956, - "InteractionType": "Interact" + "InteractionType": "AcceptQuest" } ] }, @@ -163,7 +163,7 @@ "Z": 619.62305 }, "TerritoryId": 956, - "InteractionType": "Interact" + "InteractionType": "CompleteQuest" } ] } diff --git a/QuestPaths/Endwalker/MSQ/F-Labyrinthos2/4448_Bonds of Adamantite.json b/QuestPaths/Endwalker/MSQ/F-Labyrinthos2/4448_Bonds of Adamantite.json index 32147f01..8425cd68 100644 --- a/QuestPaths/Endwalker/MSQ/F-Labyrinthos2/4448_Bonds of Adamantite.json +++ b/QuestPaths/Endwalker/MSQ/F-Labyrinthos2/4448_Bonds of Adamantite.json @@ -13,7 +13,7 @@ "Z": 619.62305 }, "TerritoryId": 956, - "InteractionType": "Interact" + "InteractionType": "AcceptQuest" } ] }, @@ -144,7 +144,7 @@ "Z": 304.1886 }, "TerritoryId": 956, - "InteractionType": "Interact" + "InteractionType": "CompleteQuest" } ] } diff --git a/QuestPaths/Endwalker/MSQ/F-Labyrinthos2/4449_Her Children One and All.json b/QuestPaths/Endwalker/MSQ/F-Labyrinthos2/4449_Her Children One and All.json index 8b8f0e25..9e6e9eb8 100644 --- a/QuestPaths/Endwalker/MSQ/F-Labyrinthos2/4449_Her Children One and All.json +++ b/QuestPaths/Endwalker/MSQ/F-Labyrinthos2/4449_Her Children One and All.json @@ -17,7 +17,7 @@ "Z": 304.1886 }, "TerritoryId": 956, - "InteractionType": "Interact" + "InteractionType": "AcceptQuest" } ] }, @@ -83,7 +83,7 @@ }, "StopDistance": 5, "TerritoryId": 962, - "InteractionType": "Interact", + "InteractionType": "CompleteQuest", "AethernetShortcut": [ "[Old Sharlayan] The Rostra", "[Old Sharlayan] The Baldesion Annex" diff --git a/QuestPaths/Endwalker/MSQ/G-UltimaThule/4450_A Bold Decision.json b/QuestPaths/Endwalker/MSQ/G-UltimaThule/4450_A Bold Decision.json index 053be914..37934e1f 100644 --- a/QuestPaths/Endwalker/MSQ/G-UltimaThule/4450_A Bold Decision.json +++ b/QuestPaths/Endwalker/MSQ/G-UltimaThule/4450_A Bold Decision.json @@ -14,7 +14,7 @@ }, "StopDistance": 7, "TerritoryId": 962, - "InteractionType": "Interact" + "InteractionType": "AcceptQuest" } ] }, @@ -130,7 +130,7 @@ }, "StopDistance": 5, "TerritoryId": 962, - "InteractionType": "Interact" + "InteractionType": "CompleteQuest" } ] } diff --git a/QuestPaths/Endwalker/MSQ/G-UltimaThule/4451_Friends Gathered.json b/QuestPaths/Endwalker/MSQ/G-UltimaThule/4451_Friends Gathered.json index 5d7d5ad4..73553fff 100644 --- a/QuestPaths/Endwalker/MSQ/G-UltimaThule/4451_Friends Gathered.json +++ b/QuestPaths/Endwalker/MSQ/G-UltimaThule/4451_Friends Gathered.json @@ -13,7 +13,7 @@ "Z": -65.445984 }, "TerritoryId": 962, - "InteractionType": "Interact" + "InteractionType": "AcceptQuest" } ] }, @@ -117,7 +117,7 @@ }, "StopDistance": 5, "TerritoryId": 962, - "InteractionType": "Interact", + "InteractionType": "CompleteQuest", "AethernetShortcut": [ "[Old Sharlayan] The Leveilleur Estate", "[Old Sharlayan] The Baldesion Annex" diff --git a/QuestPaths/Endwalker/MSQ/G-UltimaThule/4452_Unto the Heavens.json b/QuestPaths/Endwalker/MSQ/G-UltimaThule/4452_Unto the Heavens.json index 28ba1243..aebc7c83 100644 --- a/QuestPaths/Endwalker/MSQ/G-UltimaThule/4452_Unto the Heavens.json +++ b/QuestPaths/Endwalker/MSQ/G-UltimaThule/4452_Unto the Heavens.json @@ -14,7 +14,7 @@ }, "StopDistance": 5, "TerritoryId": 962, - "InteractionType": "Interact" + "InteractionType": "AcceptQuest" } ] }, @@ -93,7 +93,7 @@ }, "StopDistance": 5, "TerritoryId": 960, - "InteractionType": "Interact" + "InteractionType": "CompleteQuest" } ] } diff --git a/QuestPaths/Endwalker/MSQ/G-UltimaThule/4453_A Strange New World.json b/QuestPaths/Endwalker/MSQ/G-UltimaThule/4453_A Strange New World.json index bed1e8d5..d837c680 100644 --- a/QuestPaths/Endwalker/MSQ/G-UltimaThule/4453_A Strange New World.json +++ b/QuestPaths/Endwalker/MSQ/G-UltimaThule/4453_A Strange New World.json @@ -14,7 +14,7 @@ }, "StopDistance": 7, "TerritoryId": 960, - "InteractionType": "Interact" + "InteractionType": "AcceptQuest" } ] }, @@ -139,7 +139,7 @@ "Z": 310.9331 }, "TerritoryId": 960, - "InteractionType": "Interact" + "InteractionType": "CompleteQuest" } ] } diff --git a/QuestPaths/Endwalker/MSQ/G-UltimaThule/4454_On Burdened Wings.json b/QuestPaths/Endwalker/MSQ/G-UltimaThule/4454_On Burdened Wings.json index 251acc57..2ed153b2 100644 --- a/QuestPaths/Endwalker/MSQ/G-UltimaThule/4454_On Burdened Wings.json +++ b/QuestPaths/Endwalker/MSQ/G-UltimaThule/4454_On Burdened Wings.json @@ -14,7 +14,7 @@ }, "StopDistance": 7, "TerritoryId": 960, - "InteractionType": "Interact" + "InteractionType": "AcceptQuest" } ] }, @@ -221,7 +221,7 @@ }, "StopDistance": 8, "TerritoryId": 960, - "InteractionType": "Interact" + "InteractionType": "CompleteQuest" } ] } diff --git a/QuestPaths/Endwalker/MSQ/G-UltimaThule/4455_A Test of Will.json b/QuestPaths/Endwalker/MSQ/G-UltimaThule/4455_A Test of Will.json index e2121017..cf65fd66 100644 --- a/QuestPaths/Endwalker/MSQ/G-UltimaThule/4455_A Test of Will.json +++ b/QuestPaths/Endwalker/MSQ/G-UltimaThule/4455_A Test of Will.json @@ -13,7 +13,7 @@ "Z": -190.02063 }, "TerritoryId": 960, - "InteractionType": "Interact" + "InteractionType": "AcceptQuest" } ] }, @@ -86,7 +86,7 @@ }, "StopDistance": 5, "TerritoryId": 960, - "InteractionType": "Interact", + "InteractionType": "CompleteQuest", "Mount": false } ] diff --git a/QuestPaths/Endwalker/MSQ/G-UltimaThule/4456_Roads Paved of Sacrifice.json b/QuestPaths/Endwalker/MSQ/G-UltimaThule/4456_Roads Paved of Sacrifice.json index 047c65c3..70148859 100644 --- a/QuestPaths/Endwalker/MSQ/G-UltimaThule/4456_Roads Paved of Sacrifice.json +++ b/QuestPaths/Endwalker/MSQ/G-UltimaThule/4456_Roads Paved of Sacrifice.json @@ -14,7 +14,7 @@ }, "StopDistance": 5, "TerritoryId": 960, - "InteractionType": "Interact" + "InteractionType": "AcceptQuest" } ] }, @@ -231,7 +231,7 @@ "Z": -535.0271 }, "TerritoryId": 960, - "InteractionType": "Interact" + "InteractionType": "CompleteQuest" } ] } diff --git a/QuestPaths/Endwalker/MSQ/G-UltimaThule/4457_Flesh Abandoned.json b/QuestPaths/Endwalker/MSQ/G-UltimaThule/4457_Flesh Abandoned.json index f37cc0ae..6f86c09c 100644 --- a/QuestPaths/Endwalker/MSQ/G-UltimaThule/4457_Flesh Abandoned.json +++ b/QuestPaths/Endwalker/MSQ/G-UltimaThule/4457_Flesh Abandoned.json @@ -13,7 +13,7 @@ "Z": -535.0271 }, "TerritoryId": 960, - "InteractionType": "Interact" + "InteractionType": "AcceptQuest" } ] }, @@ -74,7 +74,7 @@ }, "StopDistance": 7, "TerritoryId": 960, - "InteractionType": "Interact" + "InteractionType": "CompleteQuest" } ] } diff --git a/QuestPaths/Endwalker/MSQ/G-UltimaThule/4458_Where Knowledge Leads.json b/QuestPaths/Endwalker/MSQ/G-UltimaThule/4458_Where Knowledge Leads.json index 34af49d1..dbb2f464 100644 --- a/QuestPaths/Endwalker/MSQ/G-UltimaThule/4458_Where Knowledge Leads.json +++ b/QuestPaths/Endwalker/MSQ/G-UltimaThule/4458_Where Knowledge Leads.json @@ -14,7 +14,7 @@ }, "StopDistance": 7, "TerritoryId": 960, - "InteractionType": "Interact" + "InteractionType": "AcceptQuest" } ] }, @@ -111,7 +111,7 @@ "Z": -637.6288 }, "TerritoryId": 960, - "InteractionType": "Interact" + "InteractionType": "CompleteQuest" } ] } diff --git a/QuestPaths/Endwalker/MSQ/G-UltimaThule/4459_Victory x Lost.json b/QuestPaths/Endwalker/MSQ/G-UltimaThule/4459_Victory x Lost.json index 90d9ce0c..6f697cee 100644 --- a/QuestPaths/Endwalker/MSQ/G-UltimaThule/4459_Victory x Lost.json +++ b/QuestPaths/Endwalker/MSQ/G-UltimaThule/4459_Victory x Lost.json @@ -14,7 +14,7 @@ }, "StopDistance": 6, "TerritoryId": 960, - "InteractionType": "Interact" + "InteractionType": "AcceptQuest" } ] }, @@ -263,7 +263,7 @@ "Z": 308.97986 }, "TerritoryId": 960, - "InteractionType": "Interact" + "InteractionType": "CompleteQuest" } ] } diff --git a/QuestPaths/Endwalker/MSQ/G-UltimaThule/4460_x.json b/QuestPaths/Endwalker/MSQ/G-UltimaThule/4460_x.json index fa4dedae..6a917aef 100644 --- a/QuestPaths/Endwalker/MSQ/G-UltimaThule/4460_x.json +++ b/QuestPaths/Endwalker/MSQ/G-UltimaThule/4460_x.json @@ -14,7 +14,7 @@ }, "StopDistance": 5, "TerritoryId": 960, - "InteractionType": "Interact" + "InteractionType": "AcceptQuest" } ] }, @@ -187,7 +187,7 @@ "Z": 196.79553 }, "TerritoryId": 960, - "InteractionType": "Interact" + "InteractionType": "CompleteQuest" } ] } diff --git a/QuestPaths/Endwalker/MSQ/G-UltimaThule/4461_Hello World.json b/QuestPaths/Endwalker/MSQ/G-UltimaThule/4461_Hello World.json index 6f125f2e..2defaa99 100644 --- a/QuestPaths/Endwalker/MSQ/G-UltimaThule/4461_Hello World.json +++ b/QuestPaths/Endwalker/MSQ/G-UltimaThule/4461_Hello World.json @@ -13,7 +13,7 @@ "Z": 199.42017 }, "TerritoryId": 960, - "InteractionType": "Interact" + "InteractionType": "AcceptQuest" } ] }, @@ -75,7 +75,7 @@ "Z": 436.78955 }, "TerritoryId": 960, - "InteractionType": "Interact" + "InteractionType": "CompleteQuest" } ] } diff --git a/QuestPaths/Endwalker/MSQ/G-UltimaThule/4462_Forge Ahead.json b/QuestPaths/Endwalker/MSQ/G-UltimaThule/4462_Forge Ahead.json index 6228801f..5cab7169 100644 --- a/QuestPaths/Endwalker/MSQ/G-UltimaThule/4462_Forge Ahead.json +++ b/QuestPaths/Endwalker/MSQ/G-UltimaThule/4462_Forge Ahead.json @@ -13,7 +13,7 @@ "Z": 436.17908 }, "TerritoryId": 960, - "InteractionType": "Interact" + "InteractionType": "AcceptQuest" } ] }, @@ -108,7 +108,7 @@ "Z": 314.4121 }, "TerritoryId": 960, - "InteractionType": "Interact" + "InteractionType": "CompleteQuest" } ] } diff --git a/QuestPaths/Endwalker/MSQ/G-UltimaThule/4463_Youre Not Alone.json b/QuestPaths/Endwalker/MSQ/G-UltimaThule/4463_Youre Not Alone.json index f831cdec..7916d5cd 100644 --- a/QuestPaths/Endwalker/MSQ/G-UltimaThule/4463_Youre Not Alone.json +++ b/QuestPaths/Endwalker/MSQ/G-UltimaThule/4463_Youre Not Alone.json @@ -13,7 +13,7 @@ "Z": 313.1914 }, "TerritoryId": 960, - "InteractionType": "Interact" + "InteractionType": "AcceptQuest" } ] }, @@ -212,7 +212,7 @@ }, "StopDistance": 5, "TerritoryId": 960, - "InteractionType": "Interact" + "InteractionType": "CompleteQuest" } ] } diff --git a/QuestPaths/Endwalker/MSQ/G-UltimaThule/4464_Endwalker.json b/QuestPaths/Endwalker/MSQ/G-UltimaThule/4464_Endwalker.json index ec74cea0..18ca66bb 100644 --- a/QuestPaths/Endwalker/MSQ/G-UltimaThule/4464_Endwalker.json +++ b/QuestPaths/Endwalker/MSQ/G-UltimaThule/4464_Endwalker.json @@ -18,7 +18,7 @@ "Z": 4.2266846 }, "TerritoryId": 960, - "InteractionType": "Interact" + "InteractionType": "AcceptQuest" } ] }, @@ -236,7 +236,7 @@ "Z": -7.1870728 }, "TerritoryId": 351, - "InteractionType": "Interact", + "InteractionType": "CompleteQuest", "DialogueChoices": [ { "Type": "YesNo", diff --git a/QuestPaths/Endwalker/MSQ/H-6.1/4526_Newfound Adventure.json b/QuestPaths/Endwalker/MSQ/H-6.1/4526_Newfound Adventure.json index 9a499661..e34956d5 100644 --- a/QuestPaths/Endwalker/MSQ/H-6.1/4526_Newfound Adventure.json +++ b/QuestPaths/Endwalker/MSQ/H-6.1/4526_Newfound Adventure.json @@ -25,7 +25,7 @@ "Z": -7.1870728 }, "TerritoryId": 351, - "InteractionType": "Interact" + "InteractionType": "AcceptQuest" } ] }, @@ -51,7 +51,7 @@ "Z": -799.7101 }, "TerritoryId": 156, - "InteractionType": "Interact" + "InteractionType": "CompleteQuest" } ] } diff --git a/QuestPaths/Endwalker/MSQ/H-6.1/4527_Bountiful Ruins.json b/QuestPaths/Endwalker/MSQ/H-6.1/4527_Bountiful Ruins.json index 4ea14ed2..d41aeb3e 100644 --- a/QuestPaths/Endwalker/MSQ/H-6.1/4527_Bountiful Ruins.json +++ b/QuestPaths/Endwalker/MSQ/H-6.1/4527_Bountiful Ruins.json @@ -13,7 +13,7 @@ "Z": -799.7101 }, "TerritoryId": 156, - "InteractionType": "Interact" + "InteractionType": "AcceptQuest" } ] }, @@ -126,7 +126,7 @@ "Z": 570.94666 }, "TerritoryId": 957, - "InteractionType": "Interact", + "InteractionType": "CompleteQuest", "AetheryteShortcut": "Thavnair - Yedlihmad", "Fly": true } diff --git a/QuestPaths/Endwalker/MSQ/H-6.1/4528_Friends for the Road.json b/QuestPaths/Endwalker/MSQ/H-6.1/4528_Friends for the Road.json index 71448b3c..43cec794 100644 --- a/QuestPaths/Endwalker/MSQ/H-6.1/4528_Friends for the Road.json +++ b/QuestPaths/Endwalker/MSQ/H-6.1/4528_Friends for the Road.json @@ -13,7 +13,7 @@ "Z": 571.5265 }, "TerritoryId": 957, - "InteractionType": "Interact" + "InteractionType": "AcceptQuest" } ] }, @@ -118,7 +118,7 @@ "Z": 603.41797 }, "TerritoryId": 957, - "InteractionType": "Interact", + "InteractionType": "CompleteQuest", "AetheryteShortcut": "Thavnair - Yedlihmad", "Fly": true } diff --git a/QuestPaths/Endwalker/MSQ/H-6.1/4529_Alzadaals Legacy.json b/QuestPaths/Endwalker/MSQ/H-6.1/4529_Alzadaals Legacy.json index 65cc21c0..088ae0e6 100644 --- a/QuestPaths/Endwalker/MSQ/H-6.1/4529_Alzadaals Legacy.json +++ b/QuestPaths/Endwalker/MSQ/H-6.1/4529_Alzadaals Legacy.json @@ -16,7 +16,7 @@ "Z": 605.6763 }, "TerritoryId": 957, - "InteractionType": "Interact" + "InteractionType": "AcceptQuest" } ] }, @@ -42,7 +42,7 @@ }, "StopDistance": 7, "TerritoryId": 1056, - "InteractionType": "Interact" + "InteractionType": "CompleteQuest" } ] } diff --git a/QuestPaths/Endwalker/MSQ/H-6.1/4530_A Brothers Grief.json b/QuestPaths/Endwalker/MSQ/H-6.1/4530_A Brothers Grief.json index 45803ce0..fa286019 100644 --- a/QuestPaths/Endwalker/MSQ/H-6.1/4530_A Brothers Grief.json +++ b/QuestPaths/Endwalker/MSQ/H-6.1/4530_A Brothers Grief.json @@ -14,7 +14,7 @@ }, "StopDistance": 5, "TerritoryId": 1056, - "InteractionType": "Interact" + "InteractionType": "AcceptQuest" } ] }, @@ -61,7 +61,7 @@ "Z": -148.57715 }, "TerritoryId": 963, - "InteractionType": "Interact", + "InteractionType": "CompleteQuest", "DialogueChoices": [ { "Type": "List", diff --git a/QuestPaths/Endwalker/MSQ/H-6.1/4531_Sharing the Wealth.json b/QuestPaths/Endwalker/MSQ/H-6.1/4531_Sharing the Wealth.json index 7f55d130..fe187b27 100644 --- a/QuestPaths/Endwalker/MSQ/H-6.1/4531_Sharing the Wealth.json +++ b/QuestPaths/Endwalker/MSQ/H-6.1/4531_Sharing the Wealth.json @@ -13,7 +13,7 @@ "Z": -148.57715 }, "TerritoryId": 963, - "InteractionType": "Interact" + "InteractionType": "AcceptQuest" } ] }, @@ -122,7 +122,7 @@ "Z": -68.61987 }, "TerritoryId": 963, - "InteractionType": "Interact", + "InteractionType": "CompleteQuest", "AetheryteShortcut": "Radz-at-Han", "AethernetShortcut": [ "[Radz-at-Han] Aetheryte Plaza", diff --git a/QuestPaths/Endwalker/MSQ/H-6.1/4532_Bridging the Rift.json b/QuestPaths/Endwalker/MSQ/H-6.1/4532_Bridging the Rift.json index 425bea26..713738f6 100644 --- a/QuestPaths/Endwalker/MSQ/H-6.1/4532_Bridging the Rift.json +++ b/QuestPaths/Endwalker/MSQ/H-6.1/4532_Bridging the Rift.json @@ -13,7 +13,7 @@ "Z": -74.84558 }, "TerritoryId": 963, - "InteractionType": "Interact" + "InteractionType": "AcceptQuest" } ] }, @@ -121,7 +121,7 @@ "Z": -1.1750488 }, "TerritoryId": 962, - "InteractionType": "Interact" + "InteractionType": "CompleteQuest" } ] } diff --git a/QuestPaths/Endwalker/MSQ/H-6.1/4533_Restricted Reading.json b/QuestPaths/Endwalker/MSQ/H-6.1/4533_Restricted Reading.json index 32c693fd..217ac6a3 100644 --- a/QuestPaths/Endwalker/MSQ/H-6.1/4533_Restricted Reading.json +++ b/QuestPaths/Endwalker/MSQ/H-6.1/4533_Restricted Reading.json @@ -13,7 +13,7 @@ "Z": 0.503479 }, "TerritoryId": 962, - "InteractionType": "Interact" + "InteractionType": "AcceptQuest" } ] }, @@ -156,7 +156,7 @@ "Z": 26.779541 }, "TerritoryId": 957, - "InteractionType": "Interact", + "InteractionType": "CompleteQuest", "AetheryteShortcut": "Thavnair - Great Work" } ] diff --git a/QuestPaths/Endwalker/MSQ/H-6.1/4534_Void Theory.json b/QuestPaths/Endwalker/MSQ/H-6.1/4534_Void Theory.json index c215c70e..e979b8aa 100644 --- a/QuestPaths/Endwalker/MSQ/H-6.1/4534_Void Theory.json +++ b/QuestPaths/Endwalker/MSQ/H-6.1/4534_Void Theory.json @@ -13,7 +13,7 @@ "Z": 26.779541 }, "TerritoryId": 957, - "InteractionType": "Interact" + "InteractionType": "AcceptQuest" } ] }, @@ -66,7 +66,7 @@ "Z": -82.90228 }, "TerritoryId": 1056, - "InteractionType": "Interact" + "InteractionType": "CompleteQuest" } ] } diff --git a/QuestPaths/Endwalker/MSQ/H-6.1/4535_A Satraps Duty.json b/QuestPaths/Endwalker/MSQ/H-6.1/4535_A Satraps Duty.json index 6d356e18..1c9b3808 100644 --- a/QuestPaths/Endwalker/MSQ/H-6.1/4535_A Satraps Duty.json +++ b/QuestPaths/Endwalker/MSQ/H-6.1/4535_A Satraps Duty.json @@ -14,7 +14,7 @@ }, "StopDistance": 5, "TerritoryId": 1056, - "InteractionType": "Interact" + "InteractionType": "AcceptQuest" } ] }, @@ -82,7 +82,7 @@ "Z": -68.40625 }, "TerritoryId": 963, - "InteractionType": "Interact", + "InteractionType": "CompleteQuest", "AetheryteShortcut": "Radz-at-Han", "AethernetShortcut": [ "[Radz-at-Han] Aetheryte Plaza", diff --git a/QuestPaths/Endwalker/MSQ/I-6.2/4592_In Search of Azdaja.json b/QuestPaths/Endwalker/MSQ/I-6.2/4592_In Search of Azdaja.json index 51b2de68..a6bbc91b 100644 --- a/QuestPaths/Endwalker/MSQ/I-6.2/4592_In Search of Azdaja.json +++ b/QuestPaths/Endwalker/MSQ/I-6.2/4592_In Search of Azdaja.json @@ -16,7 +16,7 @@ "Z": -68.40625 }, "TerritoryId": 963, - "InteractionType": "Interact" + "InteractionType": "AcceptQuest" } ] }, @@ -90,7 +90,7 @@ }, "StopDistance": 7, "TerritoryId": 1089, - "InteractionType": "Interact" + "InteractionType": "CompleteQuest" } ] } diff --git a/QuestPaths/Endwalker/MSQ/I-6.2/4593_Shadowed Remnants.json b/QuestPaths/Endwalker/MSQ/I-6.2/4593_Shadowed Remnants.json index af9e9d7c..4727199d 100644 --- a/QuestPaths/Endwalker/MSQ/I-6.2/4593_Shadowed Remnants.json +++ b/QuestPaths/Endwalker/MSQ/I-6.2/4593_Shadowed Remnants.json @@ -14,7 +14,7 @@ }, "StopDistance": 7, "TerritoryId": 1089, - "InteractionType": "Interact" + "InteractionType": "AcceptQuest" } ] }, @@ -164,7 +164,7 @@ }, "StopDistance": 5, "TerritoryId": 1089, - "InteractionType": "Interact" + "InteractionType": "CompleteQuest" } ] } diff --git a/QuestPaths/Endwalker/MSQ/I-6.2/4594_Where Everything Begins.json b/QuestPaths/Endwalker/MSQ/I-6.2/4594_Where Everything Begins.json index ee0289bb..0b72fff6 100644 --- a/QuestPaths/Endwalker/MSQ/I-6.2/4594_Where Everything Begins.json +++ b/QuestPaths/Endwalker/MSQ/I-6.2/4594_Where Everything Begins.json @@ -17,7 +17,7 @@ }, "StopDistance": 7, "TerritoryId": 1089, - "InteractionType": "Interact" + "InteractionType": "AcceptQuest" } ] }, @@ -90,7 +90,7 @@ }, "StopDistance": 5, "TerritoryId": 1089, - "InteractionType": "Interact" + "InteractionType": "CompleteQuest" } ] } diff --git a/QuestPaths/Endwalker/MSQ/I-6.2/4595_Groping in the Dark.json b/QuestPaths/Endwalker/MSQ/I-6.2/4595_Groping in the Dark.json index 0d12f93a..5b092bde 100644 --- a/QuestPaths/Endwalker/MSQ/I-6.2/4595_Groping in the Dark.json +++ b/QuestPaths/Endwalker/MSQ/I-6.2/4595_Groping in the Dark.json @@ -14,7 +14,7 @@ }, "StopDistance": 5, "TerritoryId": 1089, - "InteractionType": "Interact" + "InteractionType": "AcceptQuest" } ] }, @@ -164,7 +164,7 @@ }, "StopDistance": 5, "TerritoryId": 1077, - "InteractionType": "Interact" + "InteractionType": "CompleteQuest" } ] } diff --git a/QuestPaths/Endwalker/MSQ/I-6.2/4596_Nowhere to Run.json b/QuestPaths/Endwalker/MSQ/I-6.2/4596_Nowhere to Run.json index 51627a8f..d0b95c07 100644 --- a/QuestPaths/Endwalker/MSQ/I-6.2/4596_Nowhere to Run.json +++ b/QuestPaths/Endwalker/MSQ/I-6.2/4596_Nowhere to Run.json @@ -14,7 +14,7 @@ }, "StopDistance": 5, "TerritoryId": 1077, - "InteractionType": "Interact" + "InteractionType": "AcceptQuest" } ] }, @@ -189,7 +189,7 @@ }, "StopDistance": 5, "TerritoryId": 1077, - "InteractionType": "Interact" + "InteractionType": "CompleteQuest" } ] } diff --git a/QuestPaths/Endwalker/MSQ/I-6.2/4597_The Wind Rises.json b/QuestPaths/Endwalker/MSQ/I-6.2/4597_The Wind Rises.json index 49339349..74d4712a 100644 --- a/QuestPaths/Endwalker/MSQ/I-6.2/4597_The Wind Rises.json +++ b/QuestPaths/Endwalker/MSQ/I-6.2/4597_The Wind Rises.json @@ -17,7 +17,7 @@ }, "StopDistance": 7, "TerritoryId": 1077, - "InteractionType": "Interact", + "InteractionType": "AcceptQuest", "DialogueChoices": [ { "Type": "List", @@ -72,7 +72,7 @@ }, "StopDistance": 5, "TerritoryId": 1077, - "InteractionType": "Interact" + "InteractionType": "CompleteQuest" } ] } diff --git a/QuestPaths/Endwalker/MSQ/I-6.2/4598_Return from the Void.json b/QuestPaths/Endwalker/MSQ/I-6.2/4598_Return from the Void.json index e77fe018..a3abfe95 100644 --- a/QuestPaths/Endwalker/MSQ/I-6.2/4598_Return from the Void.json +++ b/QuestPaths/Endwalker/MSQ/I-6.2/4598_Return from the Void.json @@ -14,7 +14,7 @@ }, "StopDistance": 5, "TerritoryId": 1077, - "InteractionType": "Interact" + "InteractionType": "AcceptQuest" } ] }, @@ -66,7 +66,7 @@ "Z": -81.28485 }, "TerritoryId": 963, - "InteractionType": "Interact", + "InteractionType": "CompleteQuest", "DialogueChoices": [ { "Type": "YesNo", diff --git a/QuestPaths/Endwalker/MSQ/I-6.2/4599_A World with Light and Life.json b/QuestPaths/Endwalker/MSQ/I-6.2/4599_A World with Light and Life.json index ab3d48d2..62420ec6 100644 --- a/QuestPaths/Endwalker/MSQ/I-6.2/4599_A World with Light and Life.json +++ b/QuestPaths/Endwalker/MSQ/I-6.2/4599_A World with Light and Life.json @@ -14,7 +14,7 @@ }, "StopDistance": 7, "TerritoryId": 1078, - "InteractionType": "Interact", + "InteractionType": "AcceptQuest", "DialogueChoices": [ { "Type": "List", @@ -187,7 +187,7 @@ "Z": 67.36853 }, "TerritoryId": 963, - "InteractionType": "Interact" + "InteractionType": "CompleteQuest" } ] } diff --git a/QuestPaths/Endwalker/MSQ/I-6.2/4600_Buried Memory.json b/QuestPaths/Endwalker/MSQ/I-6.2/4600_Buried Memory.json index c061510d..f80d6059 100644 --- a/QuestPaths/Endwalker/MSQ/I-6.2/4600_Buried Memory.json +++ b/QuestPaths/Endwalker/MSQ/I-6.2/4600_Buried Memory.json @@ -13,7 +13,7 @@ "Z": 67.27698 }, "TerritoryId": 963, - "InteractionType": "Interact" + "InteractionType": "AcceptQuest" } ] }, @@ -55,7 +55,7 @@ }, "StopDistance": 5, "TerritoryId": 963, - "InteractionType": "Interact" + "InteractionType": "CompleteQuest" } ] } diff --git a/QuestPaths/Endwalker/MSQ/J-6.3/4670_Once More unto the Void.json b/QuestPaths/Endwalker/MSQ/J-6.3/4670_Once More unto the Void.json index 5e8ec06d..a19ed7b2 100644 --- a/QuestPaths/Endwalker/MSQ/J-6.3/4670_Once More unto the Void.json +++ b/QuestPaths/Endwalker/MSQ/J-6.3/4670_Once More unto the Void.json @@ -14,7 +14,7 @@ }, "StopDistance": 5, "TerritoryId": 963, - "InteractionType": "Interact" + "InteractionType": "AcceptQuest" } ] }, @@ -67,7 +67,7 @@ "Z": -66.17847 }, "TerritoryId": 963, - "InteractionType": "Interact", + "InteractionType": "CompleteQuest", "AetheryteShortcut": "Radz-at-Han", "AethernetShortcut": [ "[Radz-at-Han] Aetheryte Plaza", diff --git a/QuestPaths/Endwalker/MSQ/J-6.3/4671_A Cold Reunion.json b/QuestPaths/Endwalker/MSQ/J-6.3/4671_A Cold Reunion.json index 390ef84c..2cb4ab5a 100644 --- a/QuestPaths/Endwalker/MSQ/J-6.3/4671_A Cold Reunion.json +++ b/QuestPaths/Endwalker/MSQ/J-6.3/4671_A Cold Reunion.json @@ -13,7 +13,7 @@ "Z": -63.645386 }, "TerritoryId": 963, - "InteractionType": "Interact" + "InteractionType": "AcceptQuest" } ] }, @@ -108,7 +108,7 @@ "Z": 484.0619 }, "TerritoryId": 958, - "InteractionType": "Interact", + "InteractionType": "CompleteQuest", "AetheryteShortcut": "Garlemald - Camp Broken Glass" } ] diff --git a/QuestPaths/Endwalker/MSQ/J-6.3/4672_Kindled Spirit.json b/QuestPaths/Endwalker/MSQ/J-6.3/4672_Kindled Spirit.json index aa7203ab..7bee1980 100644 --- a/QuestPaths/Endwalker/MSQ/J-6.3/4672_Kindled Spirit.json +++ b/QuestPaths/Endwalker/MSQ/J-6.3/4672_Kindled Spirit.json @@ -13,7 +13,7 @@ "Z": 484.0619 }, "TerritoryId": 958, - "InteractionType": "Interact" + "InteractionType": "AcceptQuest" } ] }, @@ -137,7 +137,7 @@ "Z": 144.70117 }, "TerritoryId": 958, - "InteractionType": "Interact", + "InteractionType": "CompleteQuest", "Fly": true } ] diff --git a/QuestPaths/Endwalker/MSQ/J-6.3/4673_An Unforeseen Bargain.json b/QuestPaths/Endwalker/MSQ/J-6.3/4673_An Unforeseen Bargain.json index 06fc6e1f..91e0d8fd 100644 --- a/QuestPaths/Endwalker/MSQ/J-6.3/4673_An Unforeseen Bargain.json +++ b/QuestPaths/Endwalker/MSQ/J-6.3/4673_An Unforeseen Bargain.json @@ -16,7 +16,7 @@ "Z": -161.73041 }, "TerritoryId": 958, - "InteractionType": "Interact" + "InteractionType": "AcceptQuest" } ] }, @@ -49,7 +49,7 @@ }, "StopDistance": 5, "TerritoryId": 958, - "InteractionType": "Interact" + "InteractionType": "CompleteQuest" } ] } diff --git a/QuestPaths/Endwalker/MSQ/J-6.3/4674_King of the Mountain.json b/QuestPaths/Endwalker/MSQ/J-6.3/4674_King of the Mountain.json index 315aa1b9..510517f4 100644 --- a/QuestPaths/Endwalker/MSQ/J-6.3/4674_King of the Mountain.json +++ b/QuestPaths/Endwalker/MSQ/J-6.3/4674_King of the Mountain.json @@ -17,7 +17,7 @@ }, "StopDistance": 5, "TerritoryId": 958, - "InteractionType": "Interact" + "InteractionType": "AcceptQuest" } ] }, @@ -75,7 +75,7 @@ "Z": 131.88367 }, "TerritoryId": 1119, - "InteractionType": "Interact" + "InteractionType": "CompleteQuest" } ] } diff --git a/QuestPaths/Endwalker/MSQ/J-6.3/4675_A Dragons Resolve.json b/QuestPaths/Endwalker/MSQ/J-6.3/4675_A Dragons Resolve.json index cbe77feb..f31d3fc5 100644 --- a/QuestPaths/Endwalker/MSQ/J-6.3/4675_A Dragons Resolve.json +++ b/QuestPaths/Endwalker/MSQ/J-6.3/4675_A Dragons Resolve.json @@ -14,7 +14,7 @@ }, "StopDistance": 7, "TerritoryId": 1119, - "InteractionType": "Interact" + "InteractionType": "AcceptQuest" } ] }, @@ -127,7 +127,7 @@ }, "StopDistance": 5, "TerritoryId": 958, - "InteractionType": "Interact" + "InteractionType": "CompleteQuest" } ] } diff --git a/QuestPaths/Endwalker/MSQ/J-6.3/4676_Paths Barred.json b/QuestPaths/Endwalker/MSQ/J-6.3/4676_Paths Barred.json index d1e68636..22c9a4c2 100644 --- a/QuestPaths/Endwalker/MSQ/J-6.3/4676_Paths Barred.json +++ b/QuestPaths/Endwalker/MSQ/J-6.3/4676_Paths Barred.json @@ -14,7 +14,7 @@ }, "StopDistance": 5, "TerritoryId": 958, - "InteractionType": "Interact" + "InteractionType": "AcceptQuest" } ] }, @@ -105,7 +105,7 @@ "Z": -569.8787 }, "TerritoryId": 957, - "InteractionType": "Interact" + "InteractionType": "CompleteQuest" } ] } diff --git a/QuestPaths/Endwalker/MSQ/J-6.3/4677_Desires Untold.json b/QuestPaths/Endwalker/MSQ/J-6.3/4677_Desires Untold.json index 9fc75d52..ec4b3b14 100644 --- a/QuestPaths/Endwalker/MSQ/J-6.3/4677_Desires Untold.json +++ b/QuestPaths/Endwalker/MSQ/J-6.3/4677_Desires Untold.json @@ -16,7 +16,7 @@ "Z": -569.8787 }, "TerritoryId": 957, - "InteractionType": "Interact", + "InteractionType": "AcceptQuest", "DialogueChoices": [ { "Type": "List", @@ -88,7 +88,7 @@ }, "StopDistance": 5, "TerritoryId": 957, - "InteractionType": "Interact" + "InteractionType": "CompleteQuest" } ] } diff --git a/QuestPaths/Endwalker/MSQ/J-6.3/4678_Gods Revel Lands Tremble.json b/QuestPaths/Endwalker/MSQ/J-6.3/4678_Gods Revel Lands Tremble.json index 0629b9cf..60782117 100644 --- a/QuestPaths/Endwalker/MSQ/J-6.3/4678_Gods Revel Lands Tremble.json +++ b/QuestPaths/Endwalker/MSQ/J-6.3/4678_Gods Revel Lands Tremble.json @@ -14,7 +14,7 @@ }, "StopDistance": 5, "TerritoryId": 957, - "InteractionType": "Interact" + "InteractionType": "AcceptQuest" } ] }, @@ -56,7 +56,7 @@ "Z": -68.40625 }, "TerritoryId": 963, - "InteractionType": "Interact" + "InteractionType": "CompleteQuest" } ] } diff --git a/QuestPaths/Endwalker/MSQ/K-6.4/4735_Currying Flavor.json b/QuestPaths/Endwalker/MSQ/K-6.4/4735_Currying Flavor.json index 46da6882..fbd98e36 100644 --- a/QuestPaths/Endwalker/MSQ/K-6.4/4735_Currying Flavor.json +++ b/QuestPaths/Endwalker/MSQ/K-6.4/4735_Currying Flavor.json @@ -13,7 +13,7 @@ "Z": -68.40625 }, "TerritoryId": 963, - "InteractionType": "Interact" + "InteractionType": "AcceptQuest" } ] }, @@ -104,7 +104,7 @@ "Z": -81.28485 }, "TerritoryId": 963, - "InteractionType": "Interact", + "InteractionType": "CompleteQuest", "AethernetShortcut": [ "[Radz-at-Han] Mehryde's Meyhane", "[Radz-at-Han] Meghaduta" diff --git a/QuestPaths/Endwalker/MSQ/K-6.4/4736_Going Haam.json b/QuestPaths/Endwalker/MSQ/K-6.4/4736_Going Haam.json index d2815fbf..2773983d 100644 --- a/QuestPaths/Endwalker/MSQ/K-6.4/4736_Going Haam.json +++ b/QuestPaths/Endwalker/MSQ/K-6.4/4736_Going Haam.json @@ -16,7 +16,7 @@ "Z": 0.869751 }, "TerritoryId": 1161, - "InteractionType": "Interact" + "InteractionType": "AcceptQuest" } ] }, @@ -176,7 +176,7 @@ }, "StopDistance": 7, "TerritoryId": 962, - "InteractionType": "Interact" + "InteractionType": "CompleteQuest" } ] } diff --git a/QuestPaths/Endwalker/MSQ/K-6.4/4737_Like Fear to Flame.json b/QuestPaths/Endwalker/MSQ/K-6.4/4737_Like Fear to Flame.json index b4972cf5..f6f0e405 100644 --- a/QuestPaths/Endwalker/MSQ/K-6.4/4737_Like Fear to Flame.json +++ b/QuestPaths/Endwalker/MSQ/K-6.4/4737_Like Fear to Flame.json @@ -14,7 +14,7 @@ }, "StopDistance": 7, "TerritoryId": 962, - "InteractionType": "Interact" + "InteractionType": "AcceptQuest" } ] }, @@ -169,7 +169,7 @@ "Z": -637.56775 }, "TerritoryId": 958, - "InteractionType": "Interact", + "InteractionType": "CompleteQuest", "Fly": true } ] diff --git a/QuestPaths/Endwalker/MSQ/K-6.4/4738_The Fallen Empire.json b/QuestPaths/Endwalker/MSQ/K-6.4/4738_The Fallen Empire.json index 79fc769b..e30574fc 100644 --- a/QuestPaths/Endwalker/MSQ/K-6.4/4738_The Fallen Empire.json +++ b/QuestPaths/Endwalker/MSQ/K-6.4/4738_The Fallen Empire.json @@ -14,7 +14,7 @@ }, "StopDistance": 5, "TerritoryId": 958, - "InteractionType": "Interact" + "InteractionType": "AcceptQuest" } ] }, @@ -170,7 +170,7 @@ "Z": -202.99078 }, "TerritoryId": 958, - "InteractionType": "Interact", + "InteractionType": "CompleteQuest", "AetheryteShortcut": "Garlemald - Tertium" } ] diff --git a/QuestPaths/Endwalker/MSQ/K-6.4/4739_Bonds of Trust.json b/QuestPaths/Endwalker/MSQ/K-6.4/4739_Bonds of Trust.json index cb4e6e37..d7c0d061 100644 --- a/QuestPaths/Endwalker/MSQ/K-6.4/4739_Bonds of Trust.json +++ b/QuestPaths/Endwalker/MSQ/K-6.4/4739_Bonds of Trust.json @@ -14,7 +14,7 @@ }, "StopDistance": 7, "TerritoryId": 958, - "InteractionType": "Interact" + "InteractionType": "AcceptQuest" } ] }, @@ -78,7 +78,7 @@ }, "StopDistance": 5, "TerritoryId": 958, - "InteractionType": "Interact" + "InteractionType": "CompleteQuest" } ] } diff --git a/QuestPaths/Endwalker/MSQ/K-6.4/4740_Lunar Rendezvous.json b/QuestPaths/Endwalker/MSQ/K-6.4/4740_Lunar Rendezvous.json index 2ac6347c..c67c8169 100644 --- a/QuestPaths/Endwalker/MSQ/K-6.4/4740_Lunar Rendezvous.json +++ b/QuestPaths/Endwalker/MSQ/K-6.4/4740_Lunar Rendezvous.json @@ -14,7 +14,7 @@ }, "StopDistance": 5, "TerritoryId": 958, - "InteractionType": "Interact" + "InteractionType": "AcceptQuest" } ] }, @@ -209,7 +209,7 @@ }, "StopDistance": 6, "TerritoryId": 959, - "InteractionType": "Interact" + "InteractionType": "CompleteQuest" } ] } diff --git a/QuestPaths/Endwalker/MSQ/K-6.4/4741_The Red Side of the Moon.json b/QuestPaths/Endwalker/MSQ/K-6.4/4741_The Red Side of the Moon.json index ef00913d..3ee33cf4 100644 --- a/QuestPaths/Endwalker/MSQ/K-6.4/4741_The Red Side of the Moon.json +++ b/QuestPaths/Endwalker/MSQ/K-6.4/4741_The Red Side of the Moon.json @@ -14,7 +14,7 @@ }, "StopDistance": 7, "TerritoryId": 959, - "InteractionType": "Interact" + "InteractionType": "AcceptQuest" } ] }, @@ -105,7 +105,7 @@ "Z": 424.97888 }, "TerritoryId": 1162, - "InteractionType": "Interact" + "InteractionType": "CompleteQuest" } ] } diff --git a/QuestPaths/Endwalker/MSQ/K-6.4/4742_Abyssal Dark.json b/QuestPaths/Endwalker/MSQ/K-6.4/4742_Abyssal Dark.json index 5076d2ef..43cd0eb7 100644 --- a/QuestPaths/Endwalker/MSQ/K-6.4/4742_Abyssal Dark.json +++ b/QuestPaths/Endwalker/MSQ/K-6.4/4742_Abyssal Dark.json @@ -17,7 +17,7 @@ }, "StopDistance": 5, "TerritoryId": 1162, - "InteractionType": "Interact" + "InteractionType": "AcceptQuest" } ] }, @@ -57,7 +57,7 @@ "Z": 427.60352 }, "TerritoryId": 959, - "InteractionType": "Interact" + "InteractionType": "CompleteQuest" } ] } diff --git a/QuestPaths/Endwalker/MSQ/K-6.4/4743_The Dark Throne.json b/QuestPaths/Endwalker/MSQ/K-6.4/4743_The Dark Throne.json index eed27d89..170c4e1b 100644 --- a/QuestPaths/Endwalker/MSQ/K-6.4/4743_The Dark Throne.json +++ b/QuestPaths/Endwalker/MSQ/K-6.4/4743_The Dark Throne.json @@ -14,7 +14,7 @@ }, "StopDistance": 7, "TerritoryId": 959, - "InteractionType": "Interact" + "InteractionType": "AcceptQuest" } ] }, @@ -101,7 +101,7 @@ "Z": -68.40625 }, "TerritoryId": 963, - "InteractionType": "Interact" + "InteractionType": "CompleteQuest" } ] } diff --git a/QuestPaths/Endwalker/MSQ/L-6.5/4744_Seeking the Light.json b/QuestPaths/Endwalker/MSQ/L-6.5/4744_Seeking the Light.json index 6403e2cd..3cc0b317 100644 --- a/QuestPaths/Endwalker/MSQ/L-6.5/4744_Seeking the Light.json +++ b/QuestPaths/Endwalker/MSQ/L-6.5/4744_Seeking the Light.json @@ -13,7 +13,7 @@ "Z": -68.40625 }, "TerritoryId": 963, - "InteractionType": "Interact" + "InteractionType": "AcceptQuest" } ] }, @@ -79,7 +79,7 @@ "Z": 1.083313 }, "TerritoryId": 819, - "InteractionType": "Interact" + "InteractionType": "CompleteQuest" } ] } diff --git a/QuestPaths/Endwalker/MSQ/L-6.5/4745_Appealing the Masses.json b/QuestPaths/Endwalker/MSQ/L-6.5/4745_Appealing the Masses.json index ad01c0df..d7904513 100644 --- a/QuestPaths/Endwalker/MSQ/L-6.5/4745_Appealing the Masses.json +++ b/QuestPaths/Endwalker/MSQ/L-6.5/4745_Appealing the Masses.json @@ -13,7 +13,7 @@ "Z": -0.7477417 }, "TerritoryId": 819, - "InteractionType": "Interact" + "InteractionType": "AcceptQuest" } ] }, @@ -146,7 +146,7 @@ }, "StopDistance": 7, "TerritoryId": 820, - "InteractionType": "Interact" + "InteractionType": "CompleteQuest" } ] } diff --git a/QuestPaths/Endwalker/MSQ/L-6.5/4746_In Defiance of Fate.json b/QuestPaths/Endwalker/MSQ/L-6.5/4746_In Defiance of Fate.json index eddfd321..5785729e 100644 --- a/QuestPaths/Endwalker/MSQ/L-6.5/4746_In Defiance of Fate.json +++ b/QuestPaths/Endwalker/MSQ/L-6.5/4746_In Defiance of Fate.json @@ -14,7 +14,7 @@ }, "StopDistance": 7, "TerritoryId": 820, - "InteractionType": "Interact" + "InteractionType": "AcceptQuest" } ] }, @@ -109,7 +109,7 @@ "Z": -9.597961 }, "TerritoryId": 819, - "InteractionType": "Interact" + "InteractionType": "CompleteQuest" } ] } diff --git a/QuestPaths/Endwalker/MSQ/L-6.5/4747_Back to Action.json b/QuestPaths/Endwalker/MSQ/L-6.5/4747_Back to Action.json index 092c429e..d315609a 100644 --- a/QuestPaths/Endwalker/MSQ/L-6.5/4747_Back to Action.json +++ b/QuestPaths/Endwalker/MSQ/L-6.5/4747_Back to Action.json @@ -13,7 +13,7 @@ "Z": -11.490112 }, "TerritoryId": 819, - "InteractionType": "Interact" + "InteractionType": "AcceptQuest" } ] }, @@ -95,7 +95,7 @@ "Z": 465.7815 }, "TerritoryId": 1162, - "InteractionType": "Interact" + "InteractionType": "CompleteQuest" } ] } diff --git a/QuestPaths/Endwalker/MSQ/L-6.5/4748_Down in the Dark.json b/QuestPaths/Endwalker/MSQ/L-6.5/4748_Down in the Dark.json index 1684a79d..5d69118d 100644 --- a/QuestPaths/Endwalker/MSQ/L-6.5/4748_Down in the Dark.json +++ b/QuestPaths/Endwalker/MSQ/L-6.5/4748_Down in the Dark.json @@ -18,7 +18,7 @@ }, "StopDistance": 6, "TerritoryId": 1162, - "InteractionType": "Interact" + "InteractionType": "AcceptQuest" } ] }, @@ -75,7 +75,7 @@ "Z": 480.3081 }, "TerritoryId": 1162, - "InteractionType": "Interact" + "InteractionType": "CompleteQuest" } ] } diff --git a/QuestPaths/Endwalker/MSQ/L-6.5/4749_Reunited at Last.json b/QuestPaths/Endwalker/MSQ/L-6.5/4749_Reunited at Last.json index 82c54ad7..23c4fe29 100644 --- a/QuestPaths/Endwalker/MSQ/L-6.5/4749_Reunited at Last.json +++ b/QuestPaths/Endwalker/MSQ/L-6.5/4749_Reunited at Last.json @@ -14,7 +14,7 @@ }, "StopDistance": 15, "TerritoryId": 1162, - "InteractionType": "Interact" + "InteractionType": "AcceptQuest" } ] }, @@ -60,7 +60,7 @@ "Z": -164.41602 }, "TerritoryId": 962, - "InteractionType": "Interact", + "InteractionType": "CompleteQuest", "AetheryteShortcut": "Old Sharlayan", "AethernetShortcut": [ "[Old Sharlayan] Aetheryte Plaza", diff --git a/QuestPaths/Endwalker/MSQ/L-6.5/4750_Growing Light.json b/QuestPaths/Endwalker/MSQ/L-6.5/4750_Growing Light.json index d68a56d1..862af795 100644 --- a/QuestPaths/Endwalker/MSQ/L-6.5/4750_Growing Light.json +++ b/QuestPaths/Endwalker/MSQ/L-6.5/4750_Growing Light.json @@ -14,7 +14,7 @@ }, "StopDistance": 7, "TerritoryId": 962, - "InteractionType": "Interact" + "InteractionType": "AcceptQuest" } ] }, @@ -122,7 +122,7 @@ "Z": -68.40625 }, "TerritoryId": 963, - "InteractionType": "Interact", + "InteractionType": "CompleteQuest", "AethernetShortcut": [ "[Radz-at-Han] Mehryde's Meyhane", "[Radz-at-Han] Meghaduta" diff --git a/QuestPaths/Endwalker/MSQ/M-6.55/4751_When One Door Closes.json b/QuestPaths/Endwalker/MSQ/M-6.55/4751_When One Door Closes.json index 8a666924..aeb222bc 100644 --- a/QuestPaths/Endwalker/MSQ/M-6.55/4751_When One Door Closes.json +++ b/QuestPaths/Endwalker/MSQ/M-6.55/4751_When One Door Closes.json @@ -13,7 +13,7 @@ "Z": -68.40625 }, "TerritoryId": 963, - "InteractionType": "Interact", + "InteractionType": "AcceptQuest", "DialogueChoices": [ { "Type": "List", @@ -56,7 +56,7 @@ "Z": -44.327515 }, "TerritoryId": 962, - "InteractionType": "Interact", + "InteractionType": "CompleteQuest", "AethernetShortcut": [ "[Old Sharlayan] The Baldesion Annex", "[Old Sharlayan] The Studium" diff --git a/QuestPaths/Endwalker/MSQ/M-6.55/4752_The Game Is Afoot.json b/QuestPaths/Endwalker/MSQ/M-6.55/4752_The Game Is Afoot.json index 3268c428..9c452692 100644 --- a/QuestPaths/Endwalker/MSQ/M-6.55/4752_The Game Is Afoot.json +++ b/QuestPaths/Endwalker/MSQ/M-6.55/4752_The Game Is Afoot.json @@ -16,7 +16,7 @@ "Z": -46.28064 }, "TerritoryId": 962, - "InteractionType": "Interact" + "InteractionType": "AcceptQuest" } ] }, @@ -83,7 +83,7 @@ }, "StopDistance": 5, "TerritoryId": 962, - "InteractionType": "Interact" + "InteractionType": "CompleteQuest" } ] } diff --git a/QuestPaths/Endwalker/MSQ/M-6.55/4753_The Coming Dawn.json b/QuestPaths/Endwalker/MSQ/M-6.55/4753_The Coming Dawn.json index dd348edf..3deb203e 100644 --- a/QuestPaths/Endwalker/MSQ/M-6.55/4753_The Coming Dawn.json +++ b/QuestPaths/Endwalker/MSQ/M-6.55/4753_The Coming Dawn.json @@ -14,7 +14,7 @@ }, "StopDistance": 5, "TerritoryId": 962, - "InteractionType": "Interact", + "InteractionType": "AcceptQuest", "DialogueChoices": [ { "Type": "List", @@ -200,7 +200,7 @@ }, "StopDistance": 5, "TerritoryId": 962, - "InteractionType": "Interact" + "InteractionType": "CompleteQuest" } ] } diff --git a/QuestPaths/Shadowbringers/MSQ/F-Tempest/3654_Shadowbringers.json b/QuestPaths/Shadowbringers/MSQ/F-Tempest/3654_Shadowbringers.json index 2d5d4197..9454e3c4 100644 --- a/QuestPaths/Shadowbringers/MSQ/F-Tempest/3654_Shadowbringers.json +++ b/QuestPaths/Shadowbringers/MSQ/F-Tempest/3654_Shadowbringers.json @@ -65,7 +65,7 @@ "Z": -9.10968 }, "TerritoryId": 351, - "InteractionType": "Interact" + "InteractionType": "CompleteQuest" } ] } diff --git a/QuestPaths/Shadowbringers/MSQ/G-5.1/3673_Shaken Resolve.json b/QuestPaths/Shadowbringers/MSQ/G-5.1/3673_Shaken Resolve.json index 110e8502..0ff3b80b 100644 --- a/QuestPaths/Shadowbringers/MSQ/G-5.1/3673_Shaken Resolve.json +++ b/QuestPaths/Shadowbringers/MSQ/G-5.1/3673_Shaken Resolve.json @@ -13,7 +13,7 @@ "Z": -9.10968 }, "TerritoryId": 351, - "InteractionType": "Interact", + "InteractionType": "AcceptQuest", "DialogueChoices": [ { "Type": "List", @@ -124,7 +124,7 @@ "Z": -5.5390625 }, "TerritoryId": 844, - "InteractionType": "Interact" + "InteractionType": "CompleteQuest" } ] } diff --git a/QuestPaths/Shadowbringers/MSQ/G-5.1/3674_A Grand Adventure.json b/QuestPaths/Shadowbringers/MSQ/G-5.1/3674_A Grand Adventure.json index 54015211..06bcc2c2 100644 --- a/QuestPaths/Shadowbringers/MSQ/G-5.1/3674_A Grand Adventure.json +++ b/QuestPaths/Shadowbringers/MSQ/G-5.1/3674_A Grand Adventure.json @@ -16,7 +16,7 @@ "Z": -5.5390625 }, "TerritoryId": 844, - "InteractionType": "Interact" + "InteractionType": "AcceptQuest" } ] }, @@ -69,7 +69,7 @@ }, "StopDistance": 5, "TerritoryId": 813, - "InteractionType": "Interact" + "InteractionType": "CompleteQuest" } ] } diff --git a/QuestPaths/Shadowbringers/MSQ/G-5.1/3675_A Welcome Guest.json b/QuestPaths/Shadowbringers/MSQ/G-5.1/3675_A Welcome Guest.json index 77d97cfd..20b2509e 100644 --- a/QuestPaths/Shadowbringers/MSQ/G-5.1/3675_A Welcome Guest.json +++ b/QuestPaths/Shadowbringers/MSQ/G-5.1/3675_A Welcome Guest.json @@ -13,7 +13,7 @@ "Z": 656.79407 }, "TerritoryId": 813, - "InteractionType": "Interact" + "InteractionType": "AcceptQuest" } ] }, @@ -145,7 +145,7 @@ "Z": 305.19568 }, "TerritoryId": 815, - "InteractionType": "Interact" + "InteractionType": "CompleteQuest" } ] } diff --git a/QuestPaths/Shadowbringers/MSQ/G-5.1/3676_Good for the Soul.json b/QuestPaths/Shadowbringers/MSQ/G-5.1/3676_Good for the Soul.json index f84d89b9..dd677ee6 100644 --- a/QuestPaths/Shadowbringers/MSQ/G-5.1/3676_Good for the Soul.json +++ b/QuestPaths/Shadowbringers/MSQ/G-5.1/3676_Good for the Soul.json @@ -13,7 +13,7 @@ "Z": 305.19568 }, "TerritoryId": 815, - "InteractionType": "Interact" + "InteractionType": "AcceptQuest" } ] }, @@ -164,7 +164,7 @@ }, "StopDistance": 6, "TerritoryId": 815, - "InteractionType": "Interact" + "InteractionType": "CompleteQuest" } ] } diff --git a/QuestPaths/Shadowbringers/MSQ/G-5.1/3677_Nowhere to Turn.json b/QuestPaths/Shadowbringers/MSQ/G-5.1/3677_Nowhere to Turn.json index 365d00bd..fcb84cf8 100644 --- a/QuestPaths/Shadowbringers/MSQ/G-5.1/3677_Nowhere to Turn.json +++ b/QuestPaths/Shadowbringers/MSQ/G-5.1/3677_Nowhere to Turn.json @@ -14,7 +14,7 @@ }, "StopDistance": 5, "TerritoryId": 815, - "InteractionType": "Interact" + "InteractionType": "AcceptQuest" } ] }, @@ -45,7 +45,7 @@ "Z": -50.55316 }, "TerritoryId": 820, - "InteractionType": "Interact" + "InteractionType": "CompleteQuest" } ] } diff --git a/QuestPaths/Shadowbringers/MSQ/G-5.1/3678_A Notable Absence.json b/QuestPaths/Shadowbringers/MSQ/G-5.1/3678_A Notable Absence.json index 88737181..a16b553f 100644 --- a/QuestPaths/Shadowbringers/MSQ/G-5.1/3678_A Notable Absence.json +++ b/QuestPaths/Shadowbringers/MSQ/G-5.1/3678_A Notable Absence.json @@ -13,7 +13,7 @@ "Z": -48.29486 }, "TerritoryId": 820, - "InteractionType": "Interact" + "InteractionType": "AcceptQuest" } ] }, @@ -97,7 +97,7 @@ "Z": -98.19183 }, "TerritoryId": 820, - "InteractionType": "Interact" + "InteractionType": "CompleteQuest" } ] } diff --git a/QuestPaths/Shadowbringers/MSQ/G-5.1/3679_For the People.json b/QuestPaths/Shadowbringers/MSQ/G-5.1/3679_For the People.json index ddde6de6..4e01de55 100644 --- a/QuestPaths/Shadowbringers/MSQ/G-5.1/3679_For the People.json +++ b/QuestPaths/Shadowbringers/MSQ/G-5.1/3679_For the People.json @@ -13,7 +13,7 @@ "Z": -98.19183 }, "TerritoryId": 820, - "InteractionType": "Interact" + "InteractionType": "AcceptQuest" } ] }, @@ -107,7 +107,7 @@ "Z": -451.6518 }, "TerritoryId": 814, - "InteractionType": "Interact" + "InteractionType": "CompleteQuest" } ] } diff --git a/QuestPaths/Shadowbringers/MSQ/G-5.1/3680_Finding Good Help.json b/QuestPaths/Shadowbringers/MSQ/G-5.1/3680_Finding Good Help.json index 8155004d..314a45c8 100644 --- a/QuestPaths/Shadowbringers/MSQ/G-5.1/3680_Finding Good Help.json +++ b/QuestPaths/Shadowbringers/MSQ/G-5.1/3680_Finding Good Help.json @@ -13,7 +13,7 @@ "Z": -451.6518 }, "TerritoryId": 814, - "InteractionType": "Interact" + "InteractionType": "AcceptQuest" } ] }, @@ -77,7 +77,7 @@ }, "StopDistance": 7, "TerritoryId": 814, - "InteractionType": "Interact" + "InteractionType": "CompleteQuest" } ] } diff --git a/QuestPaths/Shadowbringers/MSQ/G-5.1/3681_Moving Forward.json b/QuestPaths/Shadowbringers/MSQ/G-5.1/3681_Moving Forward.json index 00241208..f8a3f1cf 100644 --- a/QuestPaths/Shadowbringers/MSQ/G-5.1/3681_Moving Forward.json +++ b/QuestPaths/Shadowbringers/MSQ/G-5.1/3681_Moving Forward.json @@ -14,7 +14,7 @@ }, "StopDistance": 7, "TerritoryId": 814, - "InteractionType": "Interact" + "InteractionType": "AcceptQuest" } ] }, @@ -60,7 +60,7 @@ "Z": 25.77246 }, "TerritoryId": 820, - "InteractionType": "Interact" + "InteractionType": "CompleteQuest" } ] } diff --git a/QuestPaths/Shadowbringers/MSQ/G-5.1/3682_Vows of Virtue, Deeds of Cruelty.json b/QuestPaths/Shadowbringers/MSQ/G-5.1/3682_Vows of Virtue, Deeds of Cruelty.json index 587cb744..a80aac62 100644 --- a/QuestPaths/Shadowbringers/MSQ/G-5.1/3682_Vows of Virtue, Deeds of Cruelty.json +++ b/QuestPaths/Shadowbringers/MSQ/G-5.1/3682_Vows of Virtue, Deeds of Cruelty.json @@ -16,7 +16,7 @@ "Z": 24.734863 }, "TerritoryId": 820, - "InteractionType": "Interact" + "InteractionType": "AcceptQuest" } ] }, @@ -98,7 +98,7 @@ }, "StopDistance": 5, "TerritoryId": 351, - "InteractionType": "Interact" + "InteractionType": "CompleteQuest" } ] } diff --git a/QuestPaths/Shadowbringers/MSQ/H-5.2/3761_Old Enemies, New Threats.json b/QuestPaths/Shadowbringers/MSQ/H-5.2/3761_Old Enemies, New Threats.json index c77978b6..13902d1f 100644 --- a/QuestPaths/Shadowbringers/MSQ/H-5.2/3761_Old Enemies, New Threats.json +++ b/QuestPaths/Shadowbringers/MSQ/H-5.2/3761_Old Enemies, New Threats.json @@ -14,7 +14,7 @@ }, "StopDistance": 5, "TerritoryId": 351, - "InteractionType": "Interact" + "InteractionType": "AcceptQuest" } ] }, @@ -46,7 +46,7 @@ "Z": 514.21375 }, "TerritoryId": 621, - "InteractionType": "Interact" + "InteractionType": "CompleteQuest" } ] } diff --git a/QuestPaths/Shadowbringers/MSQ/H-5.2/3762_The Way Home.json b/QuestPaths/Shadowbringers/MSQ/H-5.2/3762_The Way Home.json index f9fdc86e..362226a2 100644 --- a/QuestPaths/Shadowbringers/MSQ/H-5.2/3762_The Way Home.json +++ b/QuestPaths/Shadowbringers/MSQ/H-5.2/3762_The Way Home.json @@ -13,7 +13,7 @@ "Z": 514.21375 }, "TerritoryId": 621, - "InteractionType": "Interact" + "InteractionType": "AcceptQuest" } ] }, @@ -44,7 +44,7 @@ "Z": -5.5390625 }, "TerritoryId": 844, - "InteractionType": "Interact" + "InteractionType": "CompleteQuest" } ] } diff --git a/QuestPaths/Shadowbringers/MSQ/H-5.2/3763_Seeking Council.json b/QuestPaths/Shadowbringers/MSQ/H-5.2/3763_Seeking Council.json index fc024ec2..c372d13e 100644 --- a/QuestPaths/Shadowbringers/MSQ/H-5.2/3763_Seeking Council.json +++ b/QuestPaths/Shadowbringers/MSQ/H-5.2/3763_Seeking Council.json @@ -13,7 +13,7 @@ "Z": -1.8158569 }, "TerritoryId": 844, - "InteractionType": "Interact" + "InteractionType": "AcceptQuest" } ] }, @@ -93,7 +93,7 @@ "Z": -644.98364 }, "TerritoryId": 813, - "InteractionType": "Interact" + "InteractionType": "CompleteQuest" } ] } diff --git a/QuestPaths/Shadowbringers/MSQ/H-5.2/3764_Facing the Truth.json b/QuestPaths/Shadowbringers/MSQ/H-5.2/3764_Facing the Truth.json index d6ce8b32..c68e1792 100644 --- a/QuestPaths/Shadowbringers/MSQ/H-5.2/3764_Facing the Truth.json +++ b/QuestPaths/Shadowbringers/MSQ/H-5.2/3764_Facing the Truth.json @@ -13,7 +13,7 @@ "Z": -644.98364 }, "TerritoryId": 813, - "InteractionType": "Interact" + "InteractionType": "AcceptQuest" } ] }, @@ -187,7 +187,7 @@ "Z": -0.869812 }, "TerritoryId": 819, - "InteractionType": "Interact", + "InteractionType": "CompleteQuest", "AetheryteShortcut": "Crystarium" } ] diff --git a/QuestPaths/Shadowbringers/MSQ/H-5.2/3765_A Sleep Disturbed.json b/QuestPaths/Shadowbringers/MSQ/H-5.2/3765_A Sleep Disturbed.json index 5df9e21f..8336bce9 100644 --- a/QuestPaths/Shadowbringers/MSQ/H-5.2/3765_A Sleep Disturbed.json +++ b/QuestPaths/Shadowbringers/MSQ/H-5.2/3765_A Sleep Disturbed.json @@ -14,7 +14,7 @@ }, "StopDistance": 7, "TerritoryId": 844, - "InteractionType": "Interact" + "InteractionType": "AcceptQuest" } ] }, @@ -87,7 +87,7 @@ }, "StopDistance": 5, "TerritoryId": 817, - "InteractionType": "Interact" + "InteractionType": "CompleteQuest" } ] } diff --git a/QuestPaths/Shadowbringers/MSQ/H-5.2/3766_An Old Friend.json b/QuestPaths/Shadowbringers/MSQ/H-5.2/3766_An Old Friend.json index 878fb82a..42dfa6f7 100644 --- a/QuestPaths/Shadowbringers/MSQ/H-5.2/3766_An Old Friend.json +++ b/QuestPaths/Shadowbringers/MSQ/H-5.2/3766_An Old Friend.json @@ -14,7 +14,7 @@ }, "StopDistance": 5, "TerritoryId": 817, - "InteractionType": "Interact" + "InteractionType": "AcceptQuest" } ] }, @@ -75,7 +75,7 @@ "Z": 16.861145 }, "TerritoryId": 817, - "InteractionType": "Interact", + "InteractionType": "CompleteQuest", "Fly": true } ] diff --git a/QuestPaths/Shadowbringers/MSQ/H-5.2/3767_Deep Designs.json b/QuestPaths/Shadowbringers/MSQ/H-5.2/3767_Deep Designs.json index 6e2d454b..2f073714 100644 --- a/QuestPaths/Shadowbringers/MSQ/H-5.2/3767_Deep Designs.json +++ b/QuestPaths/Shadowbringers/MSQ/H-5.2/3767_Deep Designs.json @@ -13,7 +13,7 @@ "Z": 19.69934 }, "TerritoryId": 817, - "InteractionType": "Interact" + "InteractionType": "AcceptQuest" } ] }, @@ -82,7 +82,7 @@ "Z": -197.95532 }, "TerritoryId": 818, - "InteractionType": "Interact", + "InteractionType": "CompleteQuest", "AetheryteShortcut": "Tempest - Ondo Cups" } ] diff --git a/QuestPaths/Shadowbringers/MSQ/H-5.2/3768_A Whale's Tale.json b/QuestPaths/Shadowbringers/MSQ/H-5.2/3768_A Whale's Tale.json index c94d9544..6fee81f6 100644 --- a/QuestPaths/Shadowbringers/MSQ/H-5.2/3768_A Whale's Tale.json +++ b/QuestPaths/Shadowbringers/MSQ/H-5.2/3768_A Whale's Tale.json @@ -13,7 +13,7 @@ "Z": -200 }, "TerritoryId": 818, - "InteractionType": "Interact" + "InteractionType": "AcceptQuest" } ] }, @@ -200,7 +200,7 @@ "Z": 552.1781 }, "TerritoryId": 813, - "InteractionType": "Interact", + "InteractionType": "CompleteQuest", "Fly": true } ] diff --git a/QuestPaths/Shadowbringers/MSQ/H-5.2/3769_Beneath the Surface.json b/QuestPaths/Shadowbringers/MSQ/H-5.2/3769_Beneath the Surface.json index a5bec5de..49d527ab 100644 --- a/QuestPaths/Shadowbringers/MSQ/H-5.2/3769_Beneath the Surface.json +++ b/QuestPaths/Shadowbringers/MSQ/H-5.2/3769_Beneath the Surface.json @@ -16,7 +16,7 @@ "Z": 552.3612 }, "TerritoryId": 813, - "InteractionType": "Interact" + "InteractionType": "AcceptQuest" } ] }, @@ -58,7 +58,7 @@ "Z": -425.10114 }, "TerritoryId": 918, - "InteractionType": "Interact" + "InteractionType": "CompleteQuest" } ] } diff --git a/QuestPaths/Shadowbringers/MSQ/H-5.2/3770_Echoes of a Fallen Star.json b/QuestPaths/Shadowbringers/MSQ/H-5.2/3770_Echoes of a Fallen Star.json index 21ac75d5..eab25e20 100644 --- a/QuestPaths/Shadowbringers/MSQ/H-5.2/3770_Echoes of a Fallen Star.json +++ b/QuestPaths/Shadowbringers/MSQ/H-5.2/3770_Echoes of a Fallen Star.json @@ -13,7 +13,7 @@ "Z": 735.1339 }, "TerritoryId": 814, - "InteractionType": "Interact" + "InteractionType": "AcceptQuest" } ] }, @@ -104,7 +104,7 @@ }, "StopDistance": 5, "TerritoryId": 819, - "InteractionType": "Interact", + "InteractionType": "CompleteQuest", "AethernetShortcut": [ "[Crystarium] The Dossal Gate", "[Crystarium] The Pendants" diff --git a/QuestPaths/Shadowbringers/MSQ/I-5.3/3771_In the Name of the Light.json b/QuestPaths/Shadowbringers/MSQ/I-5.3/3771_In the Name of the Light.json index c4562684..c7f526a0 100644 --- a/QuestPaths/Shadowbringers/MSQ/I-5.3/3771_In the Name of the Light.json +++ b/QuestPaths/Shadowbringers/MSQ/I-5.3/3771_In the Name of the Light.json @@ -14,7 +14,7 @@ }, "StopDistance": 5, "TerritoryId": 819, - "InteractionType": "Interact" + "InteractionType": "AcceptQuest" } ] }, @@ -181,7 +181,7 @@ "Z": -51.438232 }, "TerritoryId": 819, - "InteractionType": "Interact", + "InteractionType": "CompleteQuest", "AetheryteShortcut": "Crystarium" } ] diff --git a/QuestPaths/Shadowbringers/MSQ/I-5.3/3772_Heroic Dreams.json b/QuestPaths/Shadowbringers/MSQ/I-5.3/3772_Heroic Dreams.json index 1ec3cbb8..ef9d5062 100644 --- a/QuestPaths/Shadowbringers/MSQ/I-5.3/3772_Heroic Dreams.json +++ b/QuestPaths/Shadowbringers/MSQ/I-5.3/3772_Heroic Dreams.json @@ -13,7 +13,7 @@ "Z": -51.285645 }, "TerritoryId": 819, - "InteractionType": "Interact" + "InteractionType": "AcceptQuest" } ] }, @@ -165,7 +165,7 @@ "Z": -82.65814 }, "TerritoryId": 819, - "InteractionType": "Interact" + "InteractionType": "CompleteQuest" } ] } diff --git a/QuestPaths/Shadowbringers/MSQ/I-5.3/3773_Fraying Threads.json b/QuestPaths/Shadowbringers/MSQ/I-5.3/3773_Fraying Threads.json index 5f437641..fad46323 100644 --- a/QuestPaths/Shadowbringers/MSQ/I-5.3/3773_Fraying Threads.json +++ b/QuestPaths/Shadowbringers/MSQ/I-5.3/3773_Fraying Threads.json @@ -13,7 +13,7 @@ "Z": -82.81073 }, "TerritoryId": 819, - "InteractionType": "Interact" + "InteractionType": "AcceptQuest" } ] }, @@ -86,7 +86,7 @@ "Z": -8.1026 }, "TerritoryId": 351, - "InteractionType": "Interact" + "InteractionType": "CompleteQuest" } ] } diff --git a/QuestPaths/Shadowbringers/MSQ/I-5.3/3774_Food for the Soul.json b/QuestPaths/Shadowbringers/MSQ/I-5.3/3774_Food for the Soul.json index 7fafc7dd..ce3d658b 100644 --- a/QuestPaths/Shadowbringers/MSQ/I-5.3/3774_Food for the Soul.json +++ b/QuestPaths/Shadowbringers/MSQ/I-5.3/3774_Food for the Soul.json @@ -13,7 +13,7 @@ "Z": -9.10968 }, "TerritoryId": 351, - "InteractionType": "Interact" + "InteractionType": "AcceptQuest" } ] }, @@ -106,7 +106,7 @@ }, "StopDistance": 5, "TerritoryId": 819, - "InteractionType": "Interact" + "InteractionType": "CompleteQuest" } ] } diff --git a/QuestPaths/Shadowbringers/MSQ/I-5.3/3775_Faded Memories.json b/QuestPaths/Shadowbringers/MSQ/I-5.3/3775_Faded Memories.json index 76c6d30b..4e9e2802 100644 --- a/QuestPaths/Shadowbringers/MSQ/I-5.3/3775_Faded Memories.json +++ b/QuestPaths/Shadowbringers/MSQ/I-5.3/3775_Faded Memories.json @@ -16,7 +16,7 @@ "Z": 1.9378662 }, "TerritoryId": 819, - "InteractionType": "Interact" + "InteractionType": "AcceptQuest" } ] }, @@ -81,7 +81,7 @@ }, "StopDistance": 5, "TerritoryId": 818, - "InteractionType": "Interact" + "InteractionType": "CompleteQuest" } ] } diff --git a/QuestPaths/Shadowbringers/MSQ/I-5.3/3776_Etched in the Stars.json b/QuestPaths/Shadowbringers/MSQ/I-5.3/3776_Etched in the Stars.json index 0df53deb..54f66f04 100644 --- a/QuestPaths/Shadowbringers/MSQ/I-5.3/3776_Etched in the Stars.json +++ b/QuestPaths/Shadowbringers/MSQ/I-5.3/3776_Etched in the Stars.json @@ -13,7 +13,7 @@ "Z": 755.3434 }, "TerritoryId": 818, - "InteractionType": "Interact" + "InteractionType": "AcceptQuest" } ] }, @@ -118,7 +118,7 @@ "Z": 584.1915 }, "TerritoryId": 814, - "InteractionType": "Interact" + "InteractionType": "CompleteQuest" } ] } diff --git a/QuestPaths/Shadowbringers/MSQ/I-5.3/3777_The Converging Light.json b/QuestPaths/Shadowbringers/MSQ/I-5.3/3777_The Converging Light.json index 158b93b3..d48774c4 100644 --- a/QuestPaths/Shadowbringers/MSQ/I-5.3/3777_The Converging Light.json +++ b/QuestPaths/Shadowbringers/MSQ/I-5.3/3777_The Converging Light.json @@ -16,7 +16,7 @@ "Z": 584.1915 }, "TerritoryId": 814, - "InteractionType": "Interact" + "InteractionType": "AcceptQuest" } ] }, @@ -104,7 +104,7 @@ }, "StopDistance": 5, "TerritoryId": 819, - "InteractionType": "Interact" + "InteractionType": "CompleteQuest" } ] } diff --git a/QuestPaths/Shadowbringers/MSQ/I-5.3/3778_Hope's Confluence.json b/QuestPaths/Shadowbringers/MSQ/I-5.3/3778_Hope's Confluence.json index 3cff2aba..3eec4287 100644 --- a/QuestPaths/Shadowbringers/MSQ/I-5.3/3778_Hope's Confluence.json +++ b/QuestPaths/Shadowbringers/MSQ/I-5.3/3778_Hope's Confluence.json @@ -16,7 +16,7 @@ "Z": 1.6021729 }, "TerritoryId": 819, - "InteractionType": "Interact", + "InteractionType": "AcceptQuest", "DialogueChoices": [ { "Type": "List", @@ -48,7 +48,7 @@ "Z": -0.045776367 }, "TerritoryId": 819, - "InteractionType": "Interact" + "InteractionType": "CompleteQuest" } ] } diff --git a/QuestPaths/Shadowbringers/MSQ/I-5.3/3779_Nothing Unsaid.json b/QuestPaths/Shadowbringers/MSQ/I-5.3/3779_Nothing Unsaid.json index 424df0ea..ea6ffccd 100644 --- a/QuestPaths/Shadowbringers/MSQ/I-5.3/3779_Nothing Unsaid.json +++ b/QuestPaths/Shadowbringers/MSQ/I-5.3/3779_Nothing Unsaid.json @@ -14,7 +14,7 @@ }, "StopDistance": 5, "TerritoryId": 819, - "InteractionType": "Interact" + "InteractionType": "AcceptQuest" } ] }, @@ -107,7 +107,7 @@ "Z": 48.53894 }, "TerritoryId": 820, - "InteractionType": "Interact" + "InteractionType": "CompleteQuest" } ] } diff --git a/QuestPaths/Shadowbringers/MSQ/I-5.3/3780_The Journey Continues.json b/QuestPaths/Shadowbringers/MSQ/I-5.3/3780_The Journey Continues.json index ee7ae5a5..ccb42f24 100644 --- a/QuestPaths/Shadowbringers/MSQ/I-5.3/3780_The Journey Continues.json +++ b/QuestPaths/Shadowbringers/MSQ/I-5.3/3780_The Journey Continues.json @@ -13,7 +13,7 @@ "Z": 48.53894 }, "TerritoryId": 820, - "InteractionType": "Interact" + "InteractionType": "AcceptQuest" } ] }, @@ -62,7 +62,7 @@ "Z": -234.21082 }, "TerritoryId": 816, - "InteractionType": "Interact", + "InteractionType": "CompleteQuest", "Fly": true } ] diff --git a/QuestPaths/Shadowbringers/MSQ/I-5.3/3781_Unto the Morrow.json b/QuestPaths/Shadowbringers/MSQ/I-5.3/3781_Unto the Morrow.json index 22602540..83633de6 100644 --- a/QuestPaths/Shadowbringers/MSQ/I-5.3/3781_Unto the Morrow.json +++ b/QuestPaths/Shadowbringers/MSQ/I-5.3/3781_Unto the Morrow.json @@ -13,7 +13,7 @@ "Z": -234.21082 }, "TerritoryId": 816, - "InteractionType": "Interact" + "InteractionType": "AcceptQuest" } ] }, @@ -98,7 +98,7 @@ "Z": 1.4190674 }, "TerritoryId": 819, - "InteractionType": "Interact" + "InteractionType": "CompleteQuest" } ] } diff --git a/QuestPaths/Shadowbringers/MSQ/I-5.3/3782_Reflections in Crystal.json b/QuestPaths/Shadowbringers/MSQ/I-5.3/3782_Reflections in Crystal.json index 2d49f9f8..d228498b 100644 --- a/QuestPaths/Shadowbringers/MSQ/I-5.3/3782_Reflections in Crystal.json +++ b/QuestPaths/Shadowbringers/MSQ/I-5.3/3782_Reflections in Crystal.json @@ -14,7 +14,7 @@ }, "StopDistance": 5, "TerritoryId": 819, - "InteractionType": "Interact" + "InteractionType": "AcceptQuest" } ] }, @@ -68,7 +68,7 @@ "Z": -3.1586914 }, "TerritoryId": 351, - "InteractionType": "Interact" + "InteractionType": "CompleteQuest" } ] } diff --git a/QuestPaths/Shadowbringers/MSQ/J-5.4/4007_Alisaie's Quest.json b/QuestPaths/Shadowbringers/MSQ/J-5.4/4007_Alisaie's Quest.json index 73f61c20..d182edd4 100644 --- a/QuestPaths/Shadowbringers/MSQ/J-5.4/4007_Alisaie's Quest.json +++ b/QuestPaths/Shadowbringers/MSQ/J-5.4/4007_Alisaie's Quest.json @@ -13,7 +13,7 @@ "Z": -8.133057 }, "TerritoryId": 351, - "InteractionType": "Interact" + "InteractionType": "AcceptQuest" } ] }, @@ -60,7 +60,7 @@ "Z": -639.33777 }, "TerritoryId": 402, - "InteractionType": "Interact" + "InteractionType": "CompleteQuest" } ] } diff --git a/QuestPaths/Shadowbringers/MSQ/J-5.4/4008_The Wisdom of Allag.json b/QuestPaths/Shadowbringers/MSQ/J-5.4/4008_The Wisdom of Allag.json index 4ca6ea2a..af536fda 100644 --- a/QuestPaths/Shadowbringers/MSQ/J-5.4/4008_The Wisdom of Allag.json +++ b/QuestPaths/Shadowbringers/MSQ/J-5.4/4008_The Wisdom of Allag.json @@ -13,7 +13,7 @@ "Z": -637.6593 }, "TerritoryId": 402, - "InteractionType": "Interact" + "InteractionType": "AcceptQuest" } ] }, @@ -96,7 +96,7 @@ "Z": -350.3319 }, "TerritoryId": 402, - "InteractionType": "Interact", + "InteractionType": "CompleteQuest", "Fly": true } ] diff --git a/QuestPaths/Shadowbringers/MSQ/J-5.4/4009_Reviving the Legacy.json b/QuestPaths/Shadowbringers/MSQ/J-5.4/4009_Reviving the Legacy.json index 29cd35ea..4c411ec8 100644 --- a/QuestPaths/Shadowbringers/MSQ/J-5.4/4009_Reviving the Legacy.json +++ b/QuestPaths/Shadowbringers/MSQ/J-5.4/4009_Reviving the Legacy.json @@ -13,7 +13,7 @@ "Z": -350.3319 }, "TerritoryId": 402, - "InteractionType": "Interact" + "InteractionType": "AcceptQuest" } ] }, @@ -126,7 +126,7 @@ "Z": -13.290649 }, "TerritoryId": 419, - "InteractionType": "Interact", + "InteractionType": "CompleteQuest", "AethernetShortcut": [ "[Ishgard] Skysteel Manufactory", "[Ishgard] Athenaeum Astrologicum" diff --git a/QuestPaths/Shadowbringers/MSQ/J-5.4/4010_Forget Us Not.json b/QuestPaths/Shadowbringers/MSQ/J-5.4/4010_Forget Us Not.json index 1e0224a0..039fd089 100644 --- a/QuestPaths/Shadowbringers/MSQ/J-5.4/4010_Forget Us Not.json +++ b/QuestPaths/Shadowbringers/MSQ/J-5.4/4010_Forget Us Not.json @@ -14,7 +14,7 @@ }, "StopDistance": 5, "TerritoryId": 351, - "InteractionType": "Interact", + "InteractionType": "AcceptQuest", "DialogueChoices": [ { "Type": "List", @@ -57,7 +57,7 @@ }, "StopDistance": 5, "TerritoryId": 128, - "InteractionType": "Interact" + "InteractionType": "CompleteQuest" } ] } diff --git a/QuestPaths/Shadowbringers/MSQ/J-5.4/4011_Like Master, Like Pupil.json b/QuestPaths/Shadowbringers/MSQ/J-5.4/4011_Like Master, Like Pupil.json index 73e231d7..88067277 100644 --- a/QuestPaths/Shadowbringers/MSQ/J-5.4/4011_Like Master, Like Pupil.json +++ b/QuestPaths/Shadowbringers/MSQ/J-5.4/4011_Like Master, Like Pupil.json @@ -17,7 +17,7 @@ }, "StopDistance": 5, "TerritoryId": 128, - "InteractionType": "Interact" + "InteractionType": "AcceptQuest" } ] }, @@ -100,7 +100,7 @@ "Z": -223.40735 }, "TerritoryId": 399, - "InteractionType": "Interact" + "InteractionType": "CompleteQuest" } ] } diff --git a/QuestPaths/Shadowbringers/MSQ/J-5.4/4012_The Admiral's Resolve.json b/QuestPaths/Shadowbringers/MSQ/J-5.4/4012_The Admiral's Resolve.json index cd7c09ac..796ea348 100644 --- a/QuestPaths/Shadowbringers/MSQ/J-5.4/4012_The Admiral's Resolve.json +++ b/QuestPaths/Shadowbringers/MSQ/J-5.4/4012_The Admiral's Resolve.json @@ -13,7 +13,7 @@ "Z": -223.40735 }, "TerritoryId": 399, - "InteractionType": "Interact" + "InteractionType": "AcceptQuest" } ] }, @@ -94,7 +94,7 @@ "Z": -13.839966 }, "TerritoryId": 129, - "InteractionType": "Interact", + "InteractionType": "CompleteQuest", "AetheryteShortcut": "Limsa Lominsa" } ] diff --git a/QuestPaths/Shadowbringers/MSQ/J-5.4/4013_The Search for Sicard.json b/QuestPaths/Shadowbringers/MSQ/J-5.4/4013_The Search for Sicard.json index b9baa466..2be83c48 100644 --- a/QuestPaths/Shadowbringers/MSQ/J-5.4/4013_The Search for Sicard.json +++ b/QuestPaths/Shadowbringers/MSQ/J-5.4/4013_The Search for Sicard.json @@ -14,7 +14,7 @@ }, "StopDistance": 5, "TerritoryId": 129, - "InteractionType": "Interact" + "InteractionType": "AcceptQuest" } ] }, @@ -46,7 +46,7 @@ "Z": -147.32587 }, "TerritoryId": 135, - "InteractionType": "Interact", + "InteractionType": "CompleteQuest", "Fly": true } ] diff --git a/QuestPaths/Shadowbringers/MSQ/J-5.4/4014_On Rough Seas.json b/QuestPaths/Shadowbringers/MSQ/J-5.4/4014_On Rough Seas.json index 09184cea..f2d8471a 100644 --- a/QuestPaths/Shadowbringers/MSQ/J-5.4/4014_On Rough Seas.json +++ b/QuestPaths/Shadowbringers/MSQ/J-5.4/4014_On Rough Seas.json @@ -13,7 +13,7 @@ "Z": -147.32587 }, "TerritoryId": 135, - "InteractionType": "Interact" + "InteractionType": "AcceptQuest" } ] }, @@ -61,7 +61,7 @@ "Z": -7.0039062 }, "TerritoryId": 198, - "InteractionType": "Interact" + "InteractionType": "CompleteQuest" } ] } diff --git a/QuestPaths/Shadowbringers/MSQ/J-5.4/4015_The Great Ship Vylbrand.json b/QuestPaths/Shadowbringers/MSQ/J-5.4/4015_The Great Ship Vylbrand.json index f2f077b6..d3c6a995 100644 --- a/QuestPaths/Shadowbringers/MSQ/J-5.4/4015_The Great Ship Vylbrand.json +++ b/QuestPaths/Shadowbringers/MSQ/J-5.4/4015_The Great Ship Vylbrand.json @@ -16,7 +16,7 @@ "Z": -7.0039062 }, "TerritoryId": 198, - "InteractionType": "Interact" + "InteractionType": "AcceptQuest" } ] }, @@ -103,7 +103,7 @@ }, "StopDistance": 5, "TerritoryId": 180, - "InteractionType": "Interact" + "InteractionType": "CompleteQuest" } ] } diff --git a/QuestPaths/Shadowbringers/MSQ/J-5.4/4016_Futures Rewritten.json b/QuestPaths/Shadowbringers/MSQ/J-5.4/4016_Futures Rewritten.json index bfd69d99..7126df0e 100644 --- a/QuestPaths/Shadowbringers/MSQ/J-5.4/4016_Futures Rewritten.json +++ b/QuestPaths/Shadowbringers/MSQ/J-5.4/4016_Futures Rewritten.json @@ -14,7 +14,7 @@ }, "StopDistance": 5, "TerritoryId": 180, - "InteractionType": "Interact" + "InteractionType": "AcceptQuest" } ] }, @@ -73,7 +73,7 @@ "Z": -8.133057 }, "TerritoryId": 351, - "InteractionType": "Interact" + "InteractionType": "CompleteQuest" } ] } diff --git a/QuestPaths/Shadowbringers/MSQ/K-5.5/4058_Unto the Breach.json b/QuestPaths/Shadowbringers/MSQ/K-5.5/4058_Unto the Breach.json index 9b27e664..04fb6024 100644 --- a/QuestPaths/Shadowbringers/MSQ/K-5.5/4058_Unto the Breach.json +++ b/QuestPaths/Shadowbringers/MSQ/K-5.5/4058_Unto the Breach.json @@ -14,7 +14,7 @@ }, "StopDistance": 5, "TerritoryId": 351, - "InteractionType": "Interact" + "InteractionType": "AcceptQuest" } ] }, @@ -46,7 +46,7 @@ "Z": 527.7333 }, "TerritoryId": 621, - "InteractionType": "Interact" + "InteractionType": "CompleteQuest" } ] } diff --git a/QuestPaths/Shadowbringers/MSQ/K-5.5/4059_Here Be Dragons.json b/QuestPaths/Shadowbringers/MSQ/K-5.5/4059_Here Be Dragons.json index 927a14f9..47017779 100644 --- a/QuestPaths/Shadowbringers/MSQ/K-5.5/4059_Here Be Dragons.json +++ b/QuestPaths/Shadowbringers/MSQ/K-5.5/4059_Here Be Dragons.json @@ -13,7 +13,7 @@ "Z": 529.0454 }, "TerritoryId": 621, - "InteractionType": "Interact" + "InteractionType": "AcceptQuest" } ] }, @@ -82,7 +82,7 @@ "Z": 143.63306 }, "TerritoryId": 402, - "InteractionType": "Interact" + "InteractionType": "CompleteQuest" } ] } diff --git a/QuestPaths/Shadowbringers/MSQ/K-5.5/4060_Righteous Indignation.json b/QuestPaths/Shadowbringers/MSQ/K-5.5/4060_Righteous Indignation.json index dfd5220b..31f365b6 100644 --- a/QuestPaths/Shadowbringers/MSQ/K-5.5/4060_Righteous Indignation.json +++ b/QuestPaths/Shadowbringers/MSQ/K-5.5/4060_Righteous Indignation.json @@ -13,7 +13,7 @@ "Z": 144.24353 }, "TerritoryId": 402, - "InteractionType": "Interact" + "InteractionType": "AcceptQuest" } ] }, @@ -165,7 +165,7 @@ "Z": -20.981201 }, "TerritoryId": 402, - "InteractionType": "Interact", + "InteractionType": "CompleteQuest", "Fly": true } ] diff --git a/QuestPaths/Shadowbringers/MSQ/K-5.5/4061_For Vengeance.json b/QuestPaths/Shadowbringers/MSQ/K-5.5/4061_For Vengeance.json index 9ebc1ea9..fa6e4a18 100644 --- a/QuestPaths/Shadowbringers/MSQ/K-5.5/4061_For Vengeance.json +++ b/QuestPaths/Shadowbringers/MSQ/K-5.5/4061_For Vengeance.json @@ -13,7 +13,7 @@ "Z": -20.981201 }, "TerritoryId": 402, - "InteractionType": "Interact" + "InteractionType": "AcceptQuest" } ] }, @@ -75,7 +75,7 @@ "Z": 429.00732 }, "TerritoryId": 402, - "InteractionType": "Interact" + "InteractionType": "CompleteQuest" } ] } diff --git a/QuestPaths/Shadowbringers/MSQ/K-5.5/4062_The Flames of War.json b/QuestPaths/Shadowbringers/MSQ/K-5.5/4062_The Flames of War.json index 3ed6784f..1f24584a 100644 --- a/QuestPaths/Shadowbringers/MSQ/K-5.5/4062_The Flames of War.json +++ b/QuestPaths/Shadowbringers/MSQ/K-5.5/4062_The Flames of War.json @@ -16,7 +16,7 @@ "Z": 429.00732 }, "TerritoryId": 402, - "InteractionType": "Interact" + "InteractionType": "AcceptQuest" } ] }, @@ -78,7 +78,7 @@ }, "StopDistance": 5, "TerritoryId": 130, - "InteractionType": "Interact" + "InteractionType": "CompleteQuest" } ] } diff --git a/QuestPaths/Shadowbringers/MSQ/K-5.5/4063_When the Dust Settles.json b/QuestPaths/Shadowbringers/MSQ/K-5.5/4063_When the Dust Settles.json index e3b1beed..3dafb4ad 100644 --- a/QuestPaths/Shadowbringers/MSQ/K-5.5/4063_When the Dust Settles.json +++ b/QuestPaths/Shadowbringers/MSQ/K-5.5/4063_When the Dust Settles.json @@ -13,7 +13,7 @@ "Z": 15.121643 }, "TerritoryId": 130, - "InteractionType": "Interact" + "InteractionType": "AcceptQuest" } ] }, @@ -102,7 +102,7 @@ "Z": -8.499329 }, "TerritoryId": 351, - "InteractionType": "Interact" + "InteractionType": "CompleteQuest" } ] } diff --git a/QuestPaths/Shadowbringers/MSQ/L-5.55/4064_The Company We Keep.json b/QuestPaths/Shadowbringers/MSQ/L-5.55/4064_The Company We Keep.json index 50298d10..5827b464 100644 --- a/QuestPaths/Shadowbringers/MSQ/L-5.55/4064_The Company We Keep.json +++ b/QuestPaths/Shadowbringers/MSQ/L-5.55/4064_The Company We Keep.json @@ -13,7 +13,7 @@ "Z": -9.170715 }, "TerritoryId": 351, - "InteractionType": "Interact" + "InteractionType": "AcceptQuest" } ] }, @@ -75,7 +75,7 @@ "Z": -503.19678 }, "TerritoryId": 612, - "InteractionType": "Interact", + "InteractionType": "CompleteQuest", "AetheryteShortcut": "Fringes - Castrum Oriens" } ] diff --git a/QuestPaths/Shadowbringers/MSQ/L-5.55/4065_On Official Business.json b/QuestPaths/Shadowbringers/MSQ/L-5.55/4065_On Official Business.json index e66a5761..fb5f2fce 100644 --- a/QuestPaths/Shadowbringers/MSQ/L-5.55/4065_On Official Business.json +++ b/QuestPaths/Shadowbringers/MSQ/L-5.55/4065_On Official Business.json @@ -14,7 +14,7 @@ }, "StopDistance": 5, "TerritoryId": 612, - "InteractionType": "Interact" + "InteractionType": "AcceptQuest" } ] }, @@ -101,7 +101,7 @@ "Z": 2.7922974 }, "TerritoryId": 205, - "InteractionType": "Interact" + "InteractionType": "CompleteQuest" } ] } diff --git a/QuestPaths/Shadowbringers/MSQ/L-5.55/4066_Death Unto Dawn.json b/QuestPaths/Shadowbringers/MSQ/L-5.55/4066_Death Unto Dawn.json index 3244074e..c7f7dac2 100644 --- a/QuestPaths/Shadowbringers/MSQ/L-5.55/4066_Death Unto Dawn.json +++ b/QuestPaths/Shadowbringers/MSQ/L-5.55/4066_Death Unto Dawn.json @@ -16,7 +16,7 @@ "Z": -0.19836426 }, "TerritoryId": 205, - "InteractionType": "Interact" + "InteractionType": "AcceptQuest" } ] }, @@ -74,7 +74,7 @@ "Z": -4.135254 }, "TerritoryId": 351, - "InteractionType": "Interact" + "InteractionType": "CompleteQuest" } ] } diff --git a/QuestPaths/quest-v1.json b/QuestPaths/quest-v1.json index 80c082a9..f5de559e 100644 --- a/QuestPaths/quest-v1.json +++ b/QuestPaths/quest-v1.json @@ -102,7 +102,9 @@ "SinglePlayerDuty", "Jump", "ShouldBeAJump", - "Instruction" + "Instruction", + "AcceptQuest", + "CompleteQuest" ] }, "Disabled": { @@ -834,6 +836,26 @@ } } } + }, + { + "if": { + "properties": { + "InteractionType": { + "const": "AcceptQuest" + } + } + }, + "then": { + "properties": { + "QuestId": { + "type": [ + "null", + "number" + ], + "description": "Determines the quest which should be accepted. If empty/null, accepts the quest corresponding to the file name." + } + } + } } ] } diff --git a/Questionable.Model/V1/Converter/InteractionTypeConverter.cs b/Questionable.Model/V1/Converter/InteractionTypeConverter.cs index 6c43696f..820c2156 100644 --- a/Questionable.Model/V1/Converter/InteractionTypeConverter.cs +++ b/Questionable.Model/V1/Converter/InteractionTypeConverter.cs @@ -23,5 +23,7 @@ public sealed class InteractionTypeConverter() : EnumConverter { EInteractionType.Jump, "Jump" }, { EInteractionType.ShouldBeAJump, "ShouldBeAJump" }, { EInteractionType.Instruction, "Instruction" }, + { EInteractionType.AcceptQuest, "AcceptQuest" }, + { EInteractionType.CompleteQuest, "CompleteQuest" }, }; } diff --git a/Questionable.Model/V1/EInteractionType.cs b/Questionable.Model/V1/EInteractionType.cs index 6e3b7da8..4fb2cb87 100644 --- a/Questionable.Model/V1/EInteractionType.cs +++ b/Questionable.Model/V1/EInteractionType.cs @@ -31,4 +31,7 @@ public enum EInteractionType /// Needs to be manually continued. /// Instruction, + + AcceptQuest, + CompleteQuest, } diff --git a/Questionable.Model/V1/QuestStep.cs b/Questionable.Model/V1/QuestStep.cs index 936f7aae..9d3262e6 100644 --- a/Questionable.Model/V1/QuestStep.cs +++ b/Questionable.Model/V1/QuestStep.cs @@ -49,6 +49,7 @@ public sealed class QuestStep public IList SkipIf { get; set; } = new List(); public IList CompletionQuestVariablesFlags { get; set; } = new List(); public IList DialogueChoices { get; set; } = new List(); + public ushort? QuestId { get; set; } [JsonConstructor] public QuestStep() diff --git a/Questionable/Controller/Steps/BaseFactory/WaitAtEnd.cs b/Questionable/Controller/Steps/BaseFactory/WaitAtEnd.cs index ae275285..a9affc04 100644 --- a/Questionable/Controller/Steps/BaseFactory/WaitAtEnd.cs +++ b/Questionable/Controller/Steps/BaseFactory/WaitAtEnd.cs @@ -26,7 +26,7 @@ internal static class WaitAtEnd var task = serviceProvider.GetRequiredService() .With(quest, step); var delay = serviceProvider.GetRequiredService(); - return [task, delay, Next(quest, sequence, step)]; + return [task, delay, Next(quest, sequence)]; } switch (step.InteractionType) @@ -39,7 +39,7 @@ internal static class WaitAtEnd serviceProvider.GetRequiredService(), notInCombat, serviceProvider.GetRequiredService(), - Next(quest, sequence, step) + Next(quest, sequence) ]; case EInteractionType.WaitForManualProgress: @@ -54,7 +54,7 @@ internal static class WaitAtEnd case EInteractionType.WalkTo: case EInteractionType.Jump: // no need to wait if we're just moving around - return [Next(quest, sequence, step)]; + return [Next(quest, sequence)]; case EInteractionType.WaitForObjectAtPosition: ArgumentNullException.ThrowIfNull(step.DataId); @@ -65,7 +65,7 @@ internal static class WaitAtEnd serviceProvider.GetRequiredService() .With(step.DataId.Value, step.Position.Value, step.NpcWaitDistance ?? 0.05f), serviceProvider.GetRequiredService(), - Next(quest, sequence, step) + Next(quest, sequence) ]; case EInteractionType.Interact when step.TargetTerritoryId != null: @@ -99,39 +99,35 @@ internal static class WaitAtEnd [ waitInteraction, serviceProvider.GetRequiredService(), - Next(quest, sequence, step) + Next(quest, sequence) + ]; + + case EInteractionType.AcceptQuest: + return + [ + serviceProvider.GetRequiredService().With(step.QuestId ?? quest.QuestId), + serviceProvider.GetRequiredService() + ]; + + case EInteractionType.CompleteQuest: + return + [ + serviceProvider.GetRequiredService().With(step.QuestId ?? quest.QuestId), + serviceProvider.GetRequiredService() ]; case EInteractionType.Interact: default: - return [serviceProvider.GetRequiredService(), Next(quest, sequence, step)]; + return [serviceProvider.GetRequiredService(), Next(quest, sequence)]; } } public ITask CreateTask(Quest quest, QuestSequence sequence, QuestStep step) => throw new InvalidOperationException(); - public ITask Next(Quest quest, QuestSequence sequence, QuestStep step) + private static NextStep Next(Quest quest, QuestSequence sequence) { - bool lastStep = step == sequence.Steps.LastOrDefault(); - if (sequence.Sequence == 0 && lastStep) - { - return new WaitConditionTask(() => - { - unsafe - { - var questManager = QuestManager.Instance(); - return questManager != null && questManager->IsQuestAccepted(quest.QuestId); - } - }, "Wait(questAccepted)"); - } - else if (sequence.Sequence == 255 && lastStep) - { - return new WaitConditionTask(() => QuestManager.IsQuestComplete(quest.QuestId), - "Wait(questComplete)"); - } - else - return new NextStep(quest.QuestId, sequence.Sequence); + return new NextStep(quest.QuestId, sequence.Sequence); } } @@ -204,6 +200,52 @@ internal static class WaitAtEnd $"WaitObj({DataId} at {Destination.ToString("G", CultureInfo.InvariantCulture)})"; } + internal sealed class WaitQuestAccepted : ITask + { + public ushort QuestId { get; set; } + + public ITask With(ushort questId) + { + QuestId = questId; + return this; + } + + public bool Start() => true; + + public ETaskResult Update() + { + unsafe + { + var questManager = QuestManager.Instance(); + return questManager != null && questManager->IsQuestAccepted(QuestId) + ? ETaskResult.TaskComplete + : ETaskResult.StillRunning; + } + } + + public override string ToString() => $"WaitQuestAccepted({QuestId})"; + } + + internal sealed class WaitQuestCompleted : ITask + { + public ushort QuestId { get; set; } + + public ITask With(ushort questId) + { + QuestId = questId; + return this; + } + + public bool Start() => true; + + public ETaskResult Update() + { + return QuestManager.IsQuestComplete(QuestId) ? ETaskResult.TaskComplete : ETaskResult.StillRunning; + } + + public override string ToString() => $"WaitQuestComplete({QuestId})"; + } + internal sealed class NextStep(ushort questId, int sequence) : ILastTask { public ushort QuestId { get; } = questId; diff --git a/Questionable/Controller/Steps/InteractionFactory/Emote.cs b/Questionable/Controller/Steps/InteractionFactory/Emote.cs index fa53a94b..840638e9 100644 --- a/Questionable/Controller/Steps/InteractionFactory/Emote.cs +++ b/Questionable/Controller/Steps/InteractionFactory/Emote.cs @@ -13,6 +13,11 @@ internal static class Emote { public IEnumerable CreateAllTasks(Quest quest, QuestSequence sequence, QuestStep step) { + if (step.InteractionType is EInteractionType.AcceptQuest or EInteractionType.CompleteQuest) + { + if (step.Emote == null) + return []; + } if (step.InteractionType != EInteractionType.Emote) return []; diff --git a/Questionable/Controller/Steps/InteractionFactory/Interact.cs b/Questionable/Controller/Steps/InteractionFactory/Interact.cs index db1d30ab..de6701c1 100644 --- a/Questionable/Controller/Steps/InteractionFactory/Interact.cs +++ b/Questionable/Controller/Steps/InteractionFactory/Interact.cs @@ -18,7 +18,12 @@ internal static class Interact { public IEnumerable CreateAllTasks(Quest quest, QuestSequence sequence, QuestStep step) { - if (step.InteractionType != EInteractionType.Interact) + if (step.InteractionType is EInteractionType.AcceptQuest or EInteractionType.CompleteQuest) + { + if (step.Emote != null) + yield break; + } + else if (step.InteractionType != EInteractionType.Interact) yield break; ArgumentNullException.ThrowIfNull(step.DataId); diff --git a/Questionable/QuestionablePlugin.cs b/Questionable/QuestionablePlugin.cs index f2d4835a..96d633d8 100644 --- a/Questionable/QuestionablePlugin.cs +++ b/Questionable/QuestionablePlugin.cs @@ -106,6 +106,8 @@ public sealed class QuestionablePlugin : IDalamudPlugin WaitAtEnd.WaitNextStepOrSequence, WaitAtEnd.WaitForCompletionFlags, WaitAtEnd.WaitObjectAtPosition>(); + serviceCollection.AddTransient(); + serviceCollection.AddTransient(); serviceCollection.AddSingleton(); serviceCollection.AddSingleton();