From eb5c1c76a8920587ef532bc68b2ce30a25028589 Mon Sep 17 00:00:00 2001 From: Censored Date: Sun, 8 Jun 2025 10:11:12 +0200 Subject: [PATCH] Added 1330 & 1332 --- .../Kobolds/Dailies/1330_Know Your Place.json | 238 +++++++++++++++--- .../Dailies/1332_Ill-gotten Gains.json | 134 +++++++--- 2 files changed, 304 insertions(+), 68 deletions(-) diff --git a/QuestPaths/2.x - A Realm Reborn/Allied Societies/Kobolds/Dailies/1330_Know Your Place.json b/QuestPaths/2.x - A Realm Reborn/Allied Societies/Kobolds/Dailies/1330_Know Your Place.json index e84dfd38..c68c8d80 100644 --- a/QuestPaths/2.x - A Realm Reborn/Allied Societies/Kobolds/Dailies/1330_Know Your Place.json +++ b/QuestPaths/2.x - A Realm Reborn/Allied Societies/Kobolds/Dailies/1330_Know Your Place.json @@ -1,38 +1,208 @@ { - "$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json", - "Author": "liza", - "Disabled": true, - "QuestSequence": [ - { - "Sequence": 0, - "Steps": [ + "$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json", + "Author": "Censored", + "QuestSequence": [ { - "DataId": 1005928, - "Position": { - "X": 7.095398, - "Y": 16.167778, - "Z": -188.67786 - }, - "TerritoryId": 180, - "InteractionType": "AcceptQuest" - } - ] - }, - { - "Sequence": 255, - "Steps": [ + "Sequence": 0, + "Steps": [ + { + "DataId": 1005928, + "Position": { + "X": 7.095398, + "Y": 16.167778, + "Z": -188.67786 + }, + "TerritoryId": 180, + "InteractionType": "AcceptQuest", + "AetheryteShortcut": "Outer La Noscea - Camp Overlook", + "Fly": true, + "SkipConditions": { + "AetheryteShortcutIf": { + "NearPosition": { + "Position": { + "X": 7.095398, + "Y": 16.167778, + "Z": -188.67786 + }, + "TerritoryId": 180, + "MaximumDistance": 50 + } + } + } + } + ] + }, + { + "Sequence": 1, + "Steps": [ + { + "DataId": 1005932, + "Position": { + "X": -1.236023, + "Y": 33.38838, + "Z": -244.19019 + }, + "TerritoryId": 180, + "InteractionType": "Interact" + } + ] + }, + { + "Sequence": 2, + "Steps": [ + { + "DataId": 2003785, + "Position": { + "X": -53.330322, + "Y": 64.46936, + "Z": -302.54065 + }, + "TerritoryId": 180, + "InteractionType": "Combat", + "EnemySpawnType": "AfterItemUse", + "ItemId": 2001257, + "ComplexCombatData": [ + { + "IgnoreQuestMarker": true, + "DataId": 2870, + "MinimumKillCount": 1 + } + ], + "Fly": true, + "SkipConditions": { + "StepIf": { + "CompletionQuestVariablesFlags": [ + null, + null, + null, + null, + null, + 64 + ] + } + } + }, + { + "DataId": 2003784, + "Position": { + "X": -57.90808, + "Y": 64.74402, + "Z": -301.68616 + }, + "TerritoryId": 180, + "InteractionType": "Combat", + "EnemySpawnType": "AfterItemUse", + "ItemId": 2001257, + "ComplexCombatData": [ + { + "IgnoreQuestMarker": true, + "DataId": 2870, + "MinimumKillCount": 1 + } + ], + "SkipConditions": { + "StepIf": { + "CompletionQuestVariablesFlags": [ + null, + null, + null, + null, + null, + 128 + ] + } + } + }, + { + "DataId": 2003786, + "Position": { + "X": -63.46228, + "Y": 64.83557, + "Z": -298.60382 + }, + "TerritoryId": 180, + "InteractionType": "Combat", + "EnemySpawnType": "AfterItemUse", + "ItemId": 2001257, + "ComplexCombatData": [ + { + "IgnoreQuestMarker": true, + "DataId": 2870, + "MinimumKillCount": 1 + } + ] + } + ] + }, + { + "Sequence": 3, + "Steps": [ + { + "DataId": 2003793, + "Position": { + "X": -54.398438, + "Y": 64.49988, + "Z": -288.8075 + }, + "TerritoryId": 180, + "InteractionType": "UseItem", + "ItemId": 2001258 + } + ] + }, + { + "Sequence": 4, + "Steps": [ + { + "DataId": 2003797, + "Position": { + "X": -49.912292, + "Y": 64.46936, + "Z": -303.5783 + }, + "TerritoryId": 180, + "InteractionType": "Combat", + "EnemySpawnType": "AfterInteraction", + "ComplexCombatData": [ + { + "DataId": 17, + "MinimumKillCount": 1 + } + ] + } + ] + }, + { + "Sequence": 5, + "Steps": [ + { + "DataId": 1005932, + "Position": { + "X": -1.236023, + "Y": 33.38838, + "Z": -244.19019 + }, + "TerritoryId": 180, + "InteractionType": "Interact", + "Fly": true + } + ] + }, { - "DataId": 1005928, - "Position": { - "X": 7.095398, - "Y": 16.167778, - "Z": -188.67786 - }, - "TerritoryId": 180, - "InteractionType": "CompleteQuest", - "Fly": true + "Sequence": 255, + "Steps": [ + { + "DataId": 1005928, + "Position": { + "X": 7.095398, + "Y": 16.167778, + "Z": -188.67786 + }, + "TerritoryId": 180, + "InteractionType": "CompleteQuest", + "Fly": true + } + ] } - ] - } - ] -} + ] +} \ No newline at end of file diff --git a/QuestPaths/2.x - A Realm Reborn/Allied Societies/Kobolds/Dailies/1332_Ill-gotten Gains.json b/QuestPaths/2.x - A Realm Reborn/Allied Societies/Kobolds/Dailies/1332_Ill-gotten Gains.json index e84dfd38..3154b05d 100644 --- a/QuestPaths/2.x - A Realm Reborn/Allied Societies/Kobolds/Dailies/1332_Ill-gotten Gains.json +++ b/QuestPaths/2.x - A Realm Reborn/Allied Societies/Kobolds/Dailies/1332_Ill-gotten Gains.json @@ -1,38 +1,104 @@ { - "$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json", - "Author": "liza", - "Disabled": true, - "QuestSequence": [ - { - "Sequence": 0, - "Steps": [ + "$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json", + "Author": "Censored", + "QuestSequence": [ { - "DataId": 1005928, - "Position": { - "X": 7.095398, - "Y": 16.167778, - "Z": -188.67786 - }, - "TerritoryId": 180, - "InteractionType": "AcceptQuest" - } - ] - }, - { - "Sequence": 255, - "Steps": [ + "Sequence": 0, + "Steps": [ + { + "DataId": 1005928, + "Position": { + "X": 7.095398, + "Y": 16.167778, + "Z": -188.67786 + }, + "TerritoryId": 180, + "InteractionType": "AcceptQuest", + "AetheryteShortcut": "Outer La Noscea - Camp Overlook", + "Fly": true, + "SkipConditions": { + "AetheryteShortcutIf": { + "NearPosition": { + "Position": { + "X": 7.095398, + "Y": 16.167778, + "Z": -188.67786 + }, + "TerritoryId": 180, + "MaximumDistance": 50 + } + } + } + } + ] + }, + { + "Sequence": 1, + "Steps": [ + { + "DataId": 2003553, + "Position": { + "X": 181.3534, + "Y": 64.7135, + "Z": -251.05676 + }, + "TerritoryId": 180, + "InteractionType": "Interact", + "Fly": true, + "CompletionQuestVariablesFlags": [ + null, + null, + null, + null, + null, + 128 + ] + }, + { + "DataId": 2003557, + "Position": { + "X": 194.10999, + "Y": 64.80505, + "Z": -262.3484 + }, + "TerritoryId": 180, + "InteractionType": "Interact", + "CompletionQuestVariablesFlags": [ + null, + null, + null, + null, + null, + 8 + ] + }, + { + "DataId": 2003556, + "Position": { + "X": 206.74438, + "Y": 64.56079, + "Z": -251.78918 + }, + "TerritoryId": 180, + "InteractionType": "Interact" + } + ] + }, { - "DataId": 1005928, - "Position": { - "X": 7.095398, - "Y": 16.167778, - "Z": -188.67786 - }, - "TerritoryId": 180, - "InteractionType": "CompleteQuest", - "Fly": true + "Sequence": 255, + "Steps": [ + { + "DataId": 1005928, + "Position": { + "X": 7.095398, + "Y": 16.167778, + "Z": -188.67786 + }, + "TerritoryId": 180, + "InteractionType": "CompleteQuest", + "Fly": true + } + ] } - ] - } - ] -} + ] +} \ No newline at end of file -- 2.30.2