From 3548a601cc06fb448d687699374f6416bb243c62 Mon Sep 17 00:00:00 2001 From: Redacted Date: Mon, 10 Mar 2025 19:32:05 +0000 Subject: [PATCH] Removed not needed RequiredCurrentJob --- .../1508_The Right Tool for the Tools.json | 193 +++++++++--------- 1 file changed, 95 insertions(+), 98 deletions(-) diff --git a/QuestPaths/2.x - A Realm Reborn/Allied Societies/Ixal/Dailies/1508_The Right Tool for the Tools.json b/QuestPaths/2.x - A Realm Reborn/Allied Societies/Ixal/Dailies/1508_The Right Tool for the Tools.json index 5a4ca568..4c941bbf 100644 --- a/QuestPaths/2.x - A Realm Reborn/Allied Societies/Ixal/Dailies/1508_The Right Tool for the Tools.json +++ b/QuestPaths/2.x - A Realm Reborn/Allied Societies/Ixal/Dailies/1508_The Right Tool for the Tools.json @@ -1,99 +1,96 @@ -{ - "$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json", - "Author": "Redacted", - "QuestSequence": [ - { - "Sequence": 0, - "Steps": [ - { - "DataId": 1009212, - "Position": { - "X": 151.29321, - "Y": -9.752633, - "Z": 79.697754 - }, - "TerritoryId": 154, - "InteractionType": "AcceptQuest", - "AetheryteShortcut": "North Shroud - Fallgourd Float", - "SkipConditions": { - "AetheryteShortcutIf": { - "NearPosition": { - "Position": { - "X": 151.29321, - "Y": -9.752633, - "Z": 79.697754 - }, - "TerritoryId": 154, - "MaximumDistance": 50 - } - } - } - } - ] - }, - { - "Sequence": 1, - "Steps": [ - { - "DataId": 1006258, - "Position": { - "X": -246.479, - "Y": -31.537203, - "Z": 392.5382 - }, - "TerritoryId": 154, - "InteractionType": "Interact", - "Fly": true - } - ] - }, - { - "Sequence": 2, - "Steps": [ - { - "DataId": 1009218, - "Position": { - "X": -4.1047363, - "Y": -40.949986, - "Z": 176.83679 - }, - "TerritoryId": 154, - "InteractionType": "Interact", - "AetheryteShortcut": "North Shroud - Fallgourd Float" - } - ] - }, - { - "Sequence": 255, - "Steps": [ - { - "TerritoryId": 154, - "InteractionType": "Craft", - "ItemId": 8099, - "ItemCount": 2, - "SkipConditions": { - "StepIf": { - "Item": { - "NotInInventory": false - } - } - }, - "RequiredCurrentJob": [ - "DoH" - ] - }, - { - "DataId": 1009212, - "Position": { - "X": 151.29321, - "Y": -9.752633, - "Z": 79.697754 - }, - "TerritoryId": 154, - "InteractionType": "CompleteQuest", - "Fly": true - } - ] - } - ] +{ + "$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json", + "Author": "Redacted", + "QuestSequence": [ + { + "Sequence": 0, + "Steps": [ + { + "DataId": 1009212, + "Position": { + "X": 151.29321, + "Y": -9.752633, + "Z": 79.697754 + }, + "TerritoryId": 154, + "InteractionType": "AcceptQuest", + "AetheryteShortcut": "North Shroud - Fallgourd Float", + "SkipConditions": { + "AetheryteShortcutIf": { + "NearPosition": { + "Position": { + "X": 151.29321, + "Y": -9.752633, + "Z": 79.697754 + }, + "TerritoryId": 154, + "MaximumDistance": 50 + } + } + } + } + ] + }, + { + "Sequence": 1, + "Steps": [ + { + "DataId": 1006258, + "Position": { + "X": -246.479, + "Y": -31.537203, + "Z": 392.5382 + }, + "TerritoryId": 154, + "InteractionType": "Interact", + "Fly": true + } + ] + }, + { + "Sequence": 2, + "Steps": [ + { + "DataId": 1009218, + "Position": { + "X": -4.1047363, + "Y": -40.949986, + "Z": 176.83679 + }, + "TerritoryId": 154, + "InteractionType": "Interact", + "AetheryteShortcut": "North Shroud - Fallgourd Float" + } + ] + }, + { + "Sequence": 255, + "Steps": [ + { + "TerritoryId": 154, + "InteractionType": "Craft", + "ItemId": 8099, + "ItemCount": 2, + "SkipConditions": { + "StepIf": { + "Item": { + "NotInInventory": false + } + } + } + }, + { + "DataId": 1009212, + "Position": { + "X": 151.29321, + "Y": -9.752633, + "Z": 79.697754 + }, + "TerritoryId": 154, + "InteractionType": "CompleteQuest", + "Fly": true + } + ] + } + ] } \ No newline at end of file -- 2.30.2