From: Censored Date: Sun, 1 Jun 2025 23:21:59 +0000 (+0200) Subject: Added 1390_Move Along, Nothing to Heal Here, needs checking on the CombatData X-Git-Tag: v5.15~5^2~4 X-Git-Url: https://git.jacobcasper.com/?a=commitdiff_plain;h=ae4b8e4b0725910092ef55e1157f1ac752ad822e;p=Questionable.git Added 1390_Move Along, Nothing to Heal Here, needs checking on the CombatData --- 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