From 313677ac3fda346f528fb6fe82d16f65f2755a0a Mon Sep 17 00:00:00 2001 From: Liza Carvelli Date: Wed, 1 Jan 2025 19:22:39 +0100 Subject: [PATCH] Add some Kobold quests --- .../Dailies/1339_Operation Riffraff.json | 212 +++++++++++++++++- .../Dailies/1344_A Dangerous Delivery.json | 40 +++- .../Dailies/1370_Spread the Wealth.json | 139 +++++++++++- 3 files changed, 387 insertions(+), 4 deletions(-) diff --git a/QuestPaths/2.x - A Realm Reborn/Allied Societies/Kobolds/Dailies/1339_Operation Riffraff.json b/QuestPaths/2.x - A Realm Reborn/Allied Societies/Kobolds/Dailies/1339_Operation Riffraff.json index e1d2e185..68ec4915 100644 --- a/QuestPaths/2.x - A Realm Reborn/Allied Societies/Kobolds/Dailies/1339_Operation Riffraff.json +++ b/QuestPaths/2.x - A Realm Reborn/Allied Societies/Kobolds/Dailies/1339_Operation Riffraff.json @@ -1,7 +1,6 @@ { "$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json", "Author": "liza", - "Disabled": true, "QuestSequence": [ { "Sequence": 0, @@ -18,6 +17,217 @@ } ] }, + { + "Sequence": 1, + "Steps": [ + { + "Position": { + "X": 96.21657, + "Y": 55.28576, + "Z": -500.41245 + }, + "TerritoryId": 180, + "InteractionType": "WalkTo", + "Fly": true + }, + { + "DataId": 1005960, + "Position": { + "X": 97.3678, + "Y": 56.809326, + "Z": -502.06763 + }, + "TerritoryId": 180, + "InteractionType": "Interact" + } + ] + }, + { + "Sequence": 2, + "Steps": [ + { + "DataId": 1005960, + "Position": { + "X": 97.3678, + "Y": 56.809326, + "Z": -502.06763 + }, + "TerritoryId": 180, + "InteractionType": "Interact", + "DialogueChoices": [ + { + "Type": "YesNo", + "Prompt": "TEXT_BANKOB205_01339_SCENE00008_EVENTAREA_WARP_YESNO_TITLE", + "Yes": true + } + ] + }, + { + "DataId": 2003743, + "Position": { + "X": 227.00842, + "Y": 22.75116, + "Z": -582.81836 + }, + "TerritoryId": 180, + "InteractionType": "Interact" + } + ] + }, + { + "Sequence": 3, + "Steps": [ + { + "DataId": 2003744, + "Position": { + "X": 224.78064, + "Y": 23.941406, + "Z": -580.9568 + }, + "TerritoryId": 180, + "InteractionType": "UseItem", + "ItemId": 2001244, + "IgnoreDistanceToObject": true + } + ] + }, + { + "Sequence": 4, + "Steps": [ + { + "DataId": 2003746, + "Position": { + "X": 239.30713, + "Y": 22.323914, + "Z": -577.29456 + }, + "TerritoryId": 180, + "InteractionType": "Combat", + "EnemySpawnType": "AfterInteraction", + "KillEnemyDataIds": [ + 2880 + ], + "CompletionQuestVariablesFlags": [ + { + "Low": 1 + }, + null, + null, + null, + null, + null + ] + }, + { + "DataId": 2003745, + "Position": { + "X": 242.8778, + "Y": 22.507019, + "Z": -584.37476 + }, + "TerritoryId": 180, + "InteractionType": "Combat", + "EnemySpawnType": "AfterInteraction", + "KillEnemyDataIds": [ + 2880 + ], + "CompletionQuestVariablesFlags": [ + { + "Low": 2 + }, + null, + null, + null, + null, + null + ] + }, + { + "DataId": 2003746, + "Position": { + "X": 239.30713, + "Y": 22.323914, + "Z": -577.29456 + }, + "TerritoryId": 180, + "InteractionType": "Combat", + "EnemySpawnType": "AfterInteraction", + "KillEnemyDataIds": [ + 2880 + ], + "CompletionQuestVariablesFlags": [ + { + "Low": 3 + }, + null, + null, + null, + null, + null + ] + }, + { + "DataId": 2003745, + "Position": { + "X": 242.8778, + "Y": 22.507019, + "Z": -584.37476 + }, + "TerritoryId": 180, + "InteractionType": "Combat", + "EnemySpawnType": "AfterInteraction", + "KillEnemyDataIds": [ + 2880 + ], + "CompletionQuestVariablesFlags": [ + { + "Low": 4 + }, + null, + null, + null, + null, + null + ] + } + ] + }, + { + "Sequence": 5, + "Steps": [ + { + "DataId": 2003746, + "Position": { + "X": 239.30713, + "Y": 22.323914, + "Z": -577.29456 + }, + "TerritoryId": 180, + "InteractionType": "Combat", + "EnemySpawnType": "AfterInteraction", + "KillEnemyDataIds": [ + 2883 + ] + } + ] + }, + { + "Sequence": 6, + "Steps": [ + { + "DataId": 1005932, + "Position": { + "X": -1.236023, + "Y": 33.38838, + "Z": -244.19019 + }, + "TerritoryId": 180, + "InteractionType": "Interact", + "AetheryteShortcut": "Outer La Noscea - Camp Overlook", + "Fly": true + } + ] + }, { "Sequence": 255, "Steps": [ diff --git a/QuestPaths/2.x - A Realm Reborn/Allied Societies/Kobolds/Dailies/1344_A Dangerous Delivery.json b/QuestPaths/2.x - A Realm Reborn/Allied Societies/Kobolds/Dailies/1344_A Dangerous Delivery.json index e1d2e185..0394515b 100644 --- a/QuestPaths/2.x - A Realm Reborn/Allied Societies/Kobolds/Dailies/1344_A Dangerous Delivery.json +++ b/QuestPaths/2.x - A Realm Reborn/Allied Societies/Kobolds/Dailies/1344_A Dangerous Delivery.json @@ -1,7 +1,6 @@ { "$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json", "Author": "liza", - "Disabled": true, "QuestSequence": [ { "Sequence": 0, @@ -18,6 +17,45 @@ } ] }, + { + "Sequence": 1, + "Steps": [ + { + "DataId": 1005932, + "Position": { + "X": -1.236023, + "Y": 33.38838, + "Z": -244.19019 + }, + "TerritoryId": 180, + "InteractionType": "Interact", + "Fly": true, + "DialogueChoices": [ + { + "Type": "List", + "Prompt": "TEXT_BANKOB210_01344_Q1_000_000", + "Answer": "TEXT_BANKOB210_01344_A1_000_001" + } + ] + } + ] + }, + { + "Sequence": 2, + "Steps": [ + { + "DataId": 2003963, + "Position": { + "X": 91.203125, + "Y": 55.74109, + "Z": -483.299 + }, + "TerritoryId": 180, + "InteractionType": "Interact", + "Comment": "Spawns enemy that we ignore" + } + ] + }, { "Sequence": 255, "Steps": [ diff --git a/QuestPaths/2.x - A Realm Reborn/Allied Societies/Kobolds/Dailies/1370_Spread the Wealth.json b/QuestPaths/2.x - A Realm Reborn/Allied Societies/Kobolds/Dailies/1370_Spread the Wealth.json index b100ce64..ff87aaec 100644 --- a/QuestPaths/2.x - A Realm Reborn/Allied Societies/Kobolds/Dailies/1370_Spread the Wealth.json +++ b/QuestPaths/2.x - A Realm Reborn/Allied Societies/Kobolds/Dailies/1370_Spread the Wealth.json @@ -1,7 +1,6 @@ { "$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json", "Author": "liza", - "Disabled": true, "QuestSequence": [ { "Sequence": 0, @@ -18,6 +17,140 @@ } ] }, + { + "Sequence": 1, + "Steps": [ + { + "DataId": 1005932, + "Position": { + "X": -1.236023, + "Y": 33.38838, + "Z": -244.19019 + }, + "TerritoryId": 180, + "InteractionType": "Interact", + "Fly": true + } + ] + }, + { + "Sequence": 2, + "Steps": [ + { + "DataId": 2003911, + "Position": { + "X": 296.5896, + "Y": 21.499878, + "Z": -722.13324 + }, + "TerritoryId": 180, + "InteractionType": "UseItem", + "ItemId": 2001278, + "Fly": true, + "CompletionQuestVariablesFlags": [ + null, + null, + null, + null, + null, + 32 + ] + }, + { + "Position": { + "X": 296.5896, + "Y": 21.499878, + "Z": -722.13324 + }, + "TerritoryId": 180, + "InteractionType": "Combat", + "EnemySpawnType": "FinishCombatIfAny", + "KillEnemyDataIds": [ + 755 + ] + }, + { + "DataId": 2003910, + "Position": { + "X": 293.41565, + "Y": 21.499878, + "Z": -721.91956 + }, + "TerritoryId": 180, + "InteractionType": "UseItem", + "ItemId": 2001278, + "CompletionQuestVariablesFlags": [ + null, + null, + null, + null, + null, + 64 + ] + }, + { + "Position": { + "X": 293.41565, + "Y": 21.499878, + "Z": -721.91956 + }, + "TerritoryId": 180, + "InteractionType": "Combat", + "EnemySpawnType": "FinishCombatIfAny", + "KillEnemyDataIds": [ + 755 + ] + }, + { + "DataId": 2003909, + "Position": { + "X": 290.0282, + "Y": 21.530457, + "Z": -721.3397 + }, + "TerritoryId": 180, + "InteractionType": "UseItem", + "ItemId": 2001278, + "CompletionQuestVariablesFlags": [ + null, + null, + null, + null, + null, + 128 + ] + } + ] + }, + { + "Sequence": 3, + "Steps": [ + { + "Position": { + "X": 290.0282, + "Y": 21.530457, + "Z": -721.3397 + }, + "TerritoryId": 180, + "InteractionType": "Combat", + "EnemySpawnType": "FinishCombatIfAny", + "KillEnemyDataIds": [ + 755 + ] + }, + { + "DataId": 2003912, + "Position": { + "X": 295.76562, + "Y": 21.469421, + "Z": -711.9402 + }, + "TerritoryId": 180, + "InteractionType": "UseItem", + "ItemId": 2001279 + } + ] + }, { "Sequence": 255, "Steps": [ @@ -30,7 +163,9 @@ }, "TerritoryId": 180, "InteractionType": "CompleteQuest", - "Fly": true + "AetheryteShortcut": "Outer La Noscea - Camp Overlook", + "Fly": true, + "DelaySecondsAtStart": 3 } ] }