Path updates
This commit is contained in:
parent
736944a988
commit
ec51c89bba
@ -80,7 +80,8 @@
|
||||
"Z": -435.47723
|
||||
},
|
||||
"TerritoryId": 959,
|
||||
"InteractionType": "Interact"
|
||||
"InteractionType": "Interact",
|
||||
"DisableNavmesh": true
|
||||
}
|
||||
]
|
||||
},
|
||||
|
@ -147,7 +147,8 @@
|
||||
"X": -446.45673,
|
||||
"Y": -157.16441,
|
||||
"Z": -658.25415
|
||||
}
|
||||
},
|
||||
"DelaySeconds": 1
|
||||
},
|
||||
"Comment": "Platform 6"
|
||||
},
|
||||
|
@ -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,
|
||||
|
@ -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 =>
|
||||
{
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user