From: Redacted Date: Mon, 10 Mar 2025 19:31:56 +0000 (+0000) Subject: Removed not needed RequiredCurrentJob X-Git-Tag: v5.13~8^2~49 X-Git-Url: https://git.jacobcasper.com/?a=commitdiff_plain;h=26097eb3f1d481b953ae22cdad5ce792c9aecdec;p=Questionable.git Removed not needed RequiredCurrentJob --- diff --git a/QuestPaths/2.x - A Realm Reborn/Allied Societies/Ixal/Dailies/1507_One Ixal's Buzzard.json b/QuestPaths/2.x - A Realm Reborn/Allied Societies/Ixal/Dailies/1507_One Ixal's Buzzard.json index 90cdbce7..069afd91 100644 --- a/QuestPaths/2.x - A Realm Reborn/Allied Societies/Ixal/Dailies/1507_One Ixal's Buzzard.json +++ b/QuestPaths/2.x - A Realm Reborn/Allied Societies/Ixal/Dailies/1507_One Ixal's Buzzard.json @@ -1,120 +1,117 @@ -{ - "$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": [ - { - "Position": { - "X": 18.913702, - "Y": -50.22517, - "Z": 533.0378 - }, - "TerritoryId": 154, - "TargetTerritoryId": 148, - "InteractionType": "WalkTo", - "Fly": true, - "SkipConditions": { - "StepIf": { - "InTerritory": [ - 148 - ] - } - } - }, - { - "DataId": 1009634, - "Position": { - "X": -410.1778, - "Y": 64.43958, - "Z": -244.00702 - }, - "TerritoryId": 148, - "InteractionType": "Say", - "ChatMessage": { - "Key": "TEXT_BANIXA204_01507_SYSTEM_100_062" - }, - "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": 8098, - "ItemCount": 1, - "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": [ + { + "Position": { + "X": 18.913702, + "Y": -50.22517, + "Z": 533.0378 + }, + "TerritoryId": 154, + "TargetTerritoryId": 148, + "InteractionType": "WalkTo", + "Fly": true, + "SkipConditions": { + "StepIf": { + "InTerritory": [ + 148 + ] + } + } + }, + { + "DataId": 1009634, + "Position": { + "X": -410.1778, + "Y": 64.43958, + "Z": -244.00702 + }, + "TerritoryId": 148, + "InteractionType": "Say", + "ChatMessage": { + "Key": "TEXT_BANIXA204_01507_SYSTEM_100_062" + }, + "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": 8098, + "ItemCount": 1, + "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