From ae4b8e4b0725910092ef55e1157f1ac752ad822e Mon Sep 17 00:00:00 2001 From: Censored Date: Mon, 2 Jun 2025 01:21:59 +0200 Subject: [PATCH] Added 1390_Move Along, Nothing to Heal Here, needs checking on the CombatData --- ...1390_Move Along, Nothing to Heal Here.json | 96 +++++++++++++++++++ 1 file changed, 96 insertions(+) create mode 100644 QuestPaths/2.x - A Realm Reborn/Allied Societies/Sahagin/Dailies/1390_Move Along, Nothing to Heal Here.json diff --git a/QuestPaths/2.x - A Realm Reborn/Allied Societies/Sahagin/Dailies/1390_Move Along, Nothing to Heal Here.json b/QuestPaths/2.x - A Realm Reborn/Allied Societies/Sahagin/Dailies/1390_Move Along, Nothing to Heal Here.json new file mode 100644 index 00000000..58af28e0 --- /dev/null +++ b/QuestPaths/2.x - A Realm Reborn/Allied Societies/Sahagin/Dailies/1390_Move Along, Nothing to Heal Here.json @@ -0,0 +1,96 @@ +{ + "$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json", + "Author": "Censored", + "QuestSequence": [ + { + "Sequence": 0, + "Steps": [ + { + "DataId": 1005939, + "Position": { + "X": -247.73022, + "Y": -42.09973, + "Z": 52.017944 + }, + "TerritoryId": 138, + "InteractionType": "AcceptQuest", + "AetheryteShortcut": "Western La Noscea - Aleport", + "Fly": true, + "SkipConditions": { + "AetheryteShortcutIf": { + "NearPosition": { + "Position": { + "X": -247.73022, + "Y": -42.09973, + "Z": 52.017944 + }, + "TerritoryId": 138, + "MaximumDistance": 50 + } + } + } + } + ] + }, + { + "Sequence": 1, + "Steps": [ + { + "Position": { + "X": -230.4717, + "Y": -42.561234, + "Z": -222.34785 + }, + "TerritoryId": 138, + "InteractionType": "Combat", + "EnemySpawnType": "OverworldEnemies", + "ComplexCombatData": [ + { + "DataId": 768, + "MinimumKillCount": 3 + } + ], + "Fly": true + } + ] + }, + { + "Sequence": 255, + "Steps": [ + { + "Position": { + "X": -245.65279, + "Y": -41.732937, + "Z": 52.040615 + }, + "TerritoryId": 138, + "InteractionType": "WalkTo", + "Fly": true, + "SkipConditions": { + "StepIf": { + "NearPosition": { + "Position": { + "X": -245.65279, + "Y": -41.732937, + "Z": 52.040615 + }, + "TerritoryId": 138, + "MaximumDistance": 5 + } + } + } + }, + { + "DataId": 1005939, + "Position": { + "X": -247.73022, + "Y": -42.09973, + "Z": 52.017944 + }, + "TerritoryId": 138, + "InteractionType": "CompleteQuest" + } + ] + } + ] +} \ No newline at end of file -- 2.20.1