From 3f3627320ef05f229cc8df8c590342db500ca4a8 Mon Sep 17 00:00:00 2001 From: Liza Carvelli Date: Mon, 9 Sep 2024 23:49:35 +0200 Subject: [PATCH] Tweak custom delivery/gathering --- .../The Peaks/531_Sleeping Stones_MIN.json | 8 +++++--- .../Custom Deliveries/M'naago/S2_M'naago.json | 4 ++++ Questionable/Controller/GatheringController.cs | 1 + 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/GatheringPaths/4.x - Stormblood/The Peaks/531_Sleeping Stones_MIN.json b/GatheringPaths/4.x - Stormblood/The Peaks/531_Sleeping Stones_MIN.json index 871aec20..c8a3de6f 100644 --- a/GatheringPaths/4.x - Stormblood/The Peaks/531_Sleeping Stones_MIN.json +++ b/GatheringPaths/4.x - Stormblood/The Peaks/531_Sleeping Stones_MIN.json @@ -84,8 +84,10 @@ "Y": 257.4255, "Z": -669.3115 }, - "MinimumAngle": -30, - "MaximumAngle": 5 + "MinimumAngle": -50, + "MaximumAngle": -15, + "MinimumDistance": 2.1, + "MaximumDistance": 3 } ] } @@ -133,4 +135,4 @@ ] } ] -} +} \ No newline at end of file diff --git a/QuestPaths/4.x - Stormblood/Custom Deliveries/M'naago/S2_M'naago.json b/QuestPaths/4.x - Stormblood/Custom Deliveries/M'naago/S2_M'naago.json index 4acf85fc..1908b500 100644 --- a/QuestPaths/4.x - Stormblood/Custom Deliveries/M'naago/S2_M'naago.json +++ b/QuestPaths/4.x - Stormblood/Custom Deliveries/M'naago/S2_M'naago.json @@ -16,6 +16,10 @@ "InteractionType": "Interact", "RequiredGatheredItems": [], "AetheryteShortcut": "Rhalgr's Reach", + "AethernetShortcut": [ + "[Rhalgr's Reach] Aetheryte Plaza", + "[Rhalgr's Reach] Northeastern Rhalgr's Reach" + ], "DialogueChoices": [ { "Type": "List", diff --git a/Questionable/Controller/GatheringController.cs b/Questionable/Controller/GatheringController.cs index 36a09a9f..ffa01244 100644 --- a/Questionable/Controller/GatheringController.cs +++ b/Questionable/Controller/GatheringController.cs @@ -192,6 +192,7 @@ internal sealed unsafe class GatheringController : MiniTaskController())); + _taskQueue.Enqueue(_mountFactory.Unmount()); _taskQueue.Enqueue(_interactFactory.Interact(currentNode.DataId, null, EInteractionType.InternalGather, true)); QueueGatherNode(currentNode);