From: Liza Carvelli Date: Sat, 25 Jan 2025 16:56:15 +0000 (+0100) Subject: Move 'Forging the Spirit' into a separate quest file X-Git-Tag: v4.16~5 X-Git-Url: https://git.jacobcasper.com/?a=commitdiff_plain;h=0a22db23f32c2d311485d87d62f668f29def3a0f;p=Questionable.git Move 'Forging the Spirit' into a separate quest file --- diff --git a/QuestPaths/2.x - A Realm Reborn/MSQ-1/Shared/272_Life, Materia and Everything.json b/QuestPaths/2.x - A Realm Reborn/MSQ-1/Shared/272_Life, Materia and Everything.json index 6af9e61b..f56212fb 100644 --- a/QuestPaths/2.x - A Realm Reborn/MSQ-1/Shared/272_Life, Materia and Everything.json +++ b/QuestPaths/2.x - A Realm Reborn/MSQ-1/Shared/272_Life, Materia and Everything.json @@ -21,16 +21,30 @@ "Sequence": 1, "Steps": [ { - "DataId": 1001426, "Position": { - "X": 123.33862, - "Y": 30.999996, - "Z": -384.9394 + "X": 2.7922537, + "Y": 8.206551, + "Z": -274.32318 }, "TerritoryId": 141, - "InteractionType": "Interact", - "Comment": "'Forging the Spirit'", - "AetheryteShortcut": "Central Thanalan - Black Brush Station" + "InteractionType": "WalkTo", + "AetheryteShortcut": "Central Thanalan - Black Brush Station", + "SkipConditions": { + "AetheryteShortcutIf": { + "InSameTerritory": true + }, + "StepIf": { + "NearPosition": { + "Position": { + "X": 123.33862, + "Y": 30.999996, + "Z": -384.9394 + }, + "TerritoryId": 141, + "MaximumDistance": 30 + } + } + } }, { "DataId": 1001426, @@ -40,8 +54,8 @@ "Z": -384.9394 }, "TerritoryId": 141, - "InteractionType": "Interact", - "Comment": "Quest Turn-In 'Forging the Spirit'" + "InteractionType": "AcceptQuest", + "PickUpQuestId": 638 }, { "DataId": 1001425, diff --git a/QuestPaths/2.x - A Realm Reborn/Side Quests/Thanalan/Eastern Thanalan/638_Forging the Spirit.json b/QuestPaths/2.x - A Realm Reborn/Side Quests/Thanalan/Eastern Thanalan/638_Forging the Spirit.json new file mode 100644 index 00000000..dae2a859 --- /dev/null +++ b/QuestPaths/2.x - A Realm Reborn/Side Quests/Thanalan/Eastern Thanalan/638_Forging the Spirit.json @@ -0,0 +1,36 @@ +{ + "$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json", + "Author": "liza", + "QuestSequence": [ + { + "Sequence": 0, + "Steps": [ + { + "DataId": 1001426, + "Position": { + "X": 123.33862, + "Y": 30.999996, + "Z": -384.9394 + }, + "TerritoryId": 141, + "InteractionType": "AcceptQuest" + } + ] + }, + { + "Sequence": 255, + "Steps": [ + { + "DataId": 1001426, + "Position": { + "X": 123.33862, + "Y": 30.999996, + "Z": -384.9394 + }, + "TerritoryId": 141, + "InteractionType": "CompleteQuest" + } + ] + } + ] +}