Path updates

arr-p5 v0.16
Liza 2024-06-16 22:52:13 +02:00
parent 736944a988
commit ec51c89bba
Signed by: liza
GPG Key ID: 7199F8D727D55F67
5 changed files with 16 additions and 4 deletions

View File

@ -80,7 +80,8 @@
"Z": -435.47723
},
"TerritoryId": 959,
"InteractionType": "Interact"
"InteractionType": "Interact",
"DisableNavmesh": true
}
]
},

View File

@ -147,7 +147,8 @@
"X": -446.45673,
"Y": -157.16441,
"Z": -658.25415
}
},
"DelaySeconds": 1
},
"Comment": "Platform 6"
},

View File

@ -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,

View 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 =>
{

View 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>