Path updates v0.16
authorLiza Carvelli <liza@carvel.li>
Sun, 16 Jun 2024 20:52:13 +0000 (22:52 +0200)
committerLiza Carvelli <liza@carvel.li>
Sun, 16 Jun 2024 20:52:13 +0000 (22:52 +0200)
QuestPaths/Endwalker/MSQ/C-MareLamentorum/4401_A Harey Situation.json
QuestPaths/Endwalker/MSQ/C-MareLamentorum/4402_A Taste of the Moon.json
QuestPaths/Endwalker/MSQ/C-MareLamentorum/4407_Heart of the Matter.json
Questionable/Controller/QuestController.cs
Questionable/Questionable.csproj

index fec7609da88ddd4491a8231f76351492f64b6e8b..c9fcccfb3505b24777b761db77e4b3cc1fdda0b3 100644 (file)
@@ -80,7 +80,8 @@
             "Z": -435.47723
           },
           "TerritoryId": 959,
-          "InteractionType": "Interact"
+          "InteractionType": "Interact",
+          "DisableNavmesh": true
         }
       ]
     },
index cf4874dbf4c98cd4bfc2ed03133e9b874d141888..2e52163ef9c50cfa677e682bbe9d3712e50d06dd 100644 (file)
               "X": -446.45673,
               "Y": -157.16441,
               "Z": -658.25415
-            }
+            },
+            "DelaySeconds": 1
           },
           "Comment": "Platform 6"
         },
index 68f939f2b8df35c748548611212499dc74ce1eec..b187c3db1d94d1c5bd543619e60fbe08be8b4784 100644 (file)
     {
       "Sequence": 3,
       "Steps": [
+        {
+          "Position": {
+            "X": 172.90228,
+            "Y": -49.589603,
+            "Z": -509.59824
+          },
+          "TerritoryId": 959,
+          "InteractionType": "WalkTo"
+        },
         {
           "Position": {
             "X": 18.495846,
index 9a64589a4e2fe6564a34b4c1448d22db92fe6beb..d1a7e3e0cf7851a9ccc9f4e850adb675e3174053 100644 (file)
@@ -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 =>
             {
index da28f5fe8d0934a5a44f9613d73067990493817e..e5fdb3068e2c535f8a9da748ac60fb3af9501460 100644 (file)
@@ -1,7 +1,7 @@
 <Project Sdk="Microsoft.NET.Sdk">
     <PropertyGroup>
         <TargetFramework>net8.0-windows</TargetFramework>
-        <Version>0.15</Version>
+        <Version>0.16</Version>
         <LangVersion>12</LangVersion>
         <Nullable>enable</Nullable>
         <CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>