diff --git a/QuestPaths/Endwalker/MSQ/C-MareLamentorum/4401_A Harey Situation.json b/QuestPaths/Endwalker/MSQ/C-MareLamentorum/4401_A Harey Situation.json index fec7609d..c9fcccfb 100644 --- a/QuestPaths/Endwalker/MSQ/C-MareLamentorum/4401_A Harey Situation.json +++ b/QuestPaths/Endwalker/MSQ/C-MareLamentorum/4401_A Harey Situation.json @@ -80,7 +80,8 @@ "Z": -435.47723 }, "TerritoryId": 959, - "InteractionType": "Interact" + "InteractionType": "Interact", + "DisableNavmesh": true } ] }, diff --git a/QuestPaths/Endwalker/MSQ/C-MareLamentorum/4402_A Taste of the Moon.json b/QuestPaths/Endwalker/MSQ/C-MareLamentorum/4402_A Taste of the Moon.json index cf4874db..2e52163e 100644 --- a/QuestPaths/Endwalker/MSQ/C-MareLamentorum/4402_A Taste of the Moon.json +++ b/QuestPaths/Endwalker/MSQ/C-MareLamentorum/4402_A Taste of the Moon.json @@ -147,7 +147,8 @@ "X": -446.45673, "Y": -157.16441, "Z": -658.25415 - } + }, + "DelaySeconds": 1 }, "Comment": "Platform 6" }, diff --git a/QuestPaths/Endwalker/MSQ/C-MareLamentorum/4407_Heart of the Matter.json b/QuestPaths/Endwalker/MSQ/C-MareLamentorum/4407_Heart of the Matter.json index 68f939f2..b187c3db 100644 --- a/QuestPaths/Endwalker/MSQ/C-MareLamentorum/4407_Heart of the Matter.json +++ b/QuestPaths/Endwalker/MSQ/C-MareLamentorum/4407_Heart of the Matter.json @@ -78,6 +78,15 @@ { "Sequence": 3, "Steps": [ + { + "Position": { + "X": 172.90228, + "Y": -49.589603, + "Z": -509.59824 + }, + "TerritoryId": 959, + "InteractionType": "WalkTo" + }, { "Position": { "X": 18.495846, diff --git a/Questionable/Controller/QuestController.cs b/Questionable/Controller/QuestController.cs index 9a64589a..d1a7e3e0 100644 --- a/Questionable/Controller/QuestController.cs +++ b/Questionable/Controller/QuestController.cs @@ -278,7 +278,6 @@ internal sealed class QuestController if (_taskQueue.Count > 0) _taskQueue.Clear(); - _movementController.Stop(); _yesAlreadyIpc.DisableYesAlready(); } @@ -404,6 +403,8 @@ internal sealed class QuestController return; } + _movementController.Stop(); + var newTasks = _taskFactories .SelectMany(x => { diff --git a/Questionable/Questionable.csproj b/Questionable/Questionable.csproj index da28f5fe..e5fdb306 100644 --- a/Questionable/Questionable.csproj +++ b/Questionable/Questionable.csproj @@ -1,7 +1,7 @@  net8.0-windows - 0.15 + 0.16 12 enable true