Tweak custom delivery/gathering
authorLiza Carvelli <liza@carvel.li>
Mon, 9 Sep 2024 21:49:35 +0000 (23:49 +0200)
committerLiza Carvelli <liza@carvel.li>
Mon, 9 Sep 2024 21:49:35 +0000 (23:49 +0200)
GatheringPaths/4.x - Stormblood/The Peaks/531_Sleeping Stones_MIN.json
QuestPaths/4.x - Stormblood/Custom Deliveries/M'naago/S2_M'naago.json
Questionable/Controller/GatheringController.cs

index 871aec20026387f1eac60f38e5ee6bf0c86044dc..c8a3de6f552a5dabdd95c8e9180e0d9edb1ad140 100644 (file)
                 "Y": 257.4255,
                 "Z": -669.3115
               },
-              "MinimumAngle": -30,
-              "MaximumAngle": 5
+              "MinimumAngle": -50,
+              "MaximumAngle": -15,
+              "MinimumDistance": 2.1,
+              "MaximumDistance": 3
             }
           ]
         }
       ]
     }
   ]
-}
+}
\ No newline at end of file
index 4acf85fc85037548e3832f8ffc91b71d417b3520..1908b500c67926de5ea127ab9ab6adcdcb3eb605 100644 (file)
           "InteractionType": "Interact",
           "RequiredGatheredItems": [],
           "AetheryteShortcut": "Rhalgr's Reach",
+          "AethernetShortcut": [
+            "[Rhalgr's Reach] Aetheryte Plaza",
+            "[Rhalgr's Reach] Northeastern Rhalgr's Reach"
+          ],
           "DialogueChoices": [
             {
               "Type": "List",
index 36a09a9fc72db3aac7881bb378000871b4e7cedf..ffa012440af3bf87e0bc6fbcd73ba7c8a15a5920 100644 (file)
@@ -192,6 +192,7 @@ internal sealed unsafe class GatheringController : MiniTaskController<GatheringC
 
         _taskQueue.Enqueue(new MoveToLandingLocation(territoryId, fly, currentNode, _moveFactory, _gameFunctions,
             _objectTable, _loggerFactory.CreateLogger<MoveToLandingLocation>()));
+        _taskQueue.Enqueue(_mountFactory.Unmount());
         _taskQueue.Enqueue(_interactFactory.Interact(currentNode.DataId, null, EInteractionType.InternalGather, true));
 
         QueueGatherNode(currentNode);