Path updates
This commit is contained in:
parent
736944a988
commit
ec51c89bba
@ -80,7 +80,8 @@
|
|||||||
"Z": -435.47723
|
"Z": -435.47723
|
||||||
},
|
},
|
||||||
"TerritoryId": 959,
|
"TerritoryId": 959,
|
||||||
"InteractionType": "Interact"
|
"InteractionType": "Interact",
|
||||||
|
"DisableNavmesh": true
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
@ -147,7 +147,8 @@
|
|||||||
"X": -446.45673,
|
"X": -446.45673,
|
||||||
"Y": -157.16441,
|
"Y": -157.16441,
|
||||||
"Z": -658.25415
|
"Z": -658.25415
|
||||||
}
|
},
|
||||||
|
"DelaySeconds": 1
|
||||||
},
|
},
|
||||||
"Comment": "Platform 6"
|
"Comment": "Platform 6"
|
||||||
},
|
},
|
||||||
|
@ -78,6 +78,15 @@
|
|||||||
{
|
{
|
||||||
"Sequence": 3,
|
"Sequence": 3,
|
||||||
"Steps": [
|
"Steps": [
|
||||||
|
{
|
||||||
|
"Position": {
|
||||||
|
"X": 172.90228,
|
||||||
|
"Y": -49.589603,
|
||||||
|
"Z": -509.59824
|
||||||
|
},
|
||||||
|
"TerritoryId": 959,
|
||||||
|
"InteractionType": "WalkTo"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"Position": {
|
"Position": {
|
||||||
"X": 18.495846,
|
"X": 18.495846,
|
||||||
|
@ -278,7 +278,6 @@ internal sealed class QuestController
|
|||||||
if (_taskQueue.Count > 0)
|
if (_taskQueue.Count > 0)
|
||||||
_taskQueue.Clear();
|
_taskQueue.Clear();
|
||||||
|
|
||||||
_movementController.Stop();
|
|
||||||
_yesAlreadyIpc.DisableYesAlready();
|
_yesAlreadyIpc.DisableYesAlready();
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -404,6 +403,8 @@ internal sealed class QuestController
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
_movementController.Stop();
|
||||||
|
|
||||||
var newTasks = _taskFactories
|
var newTasks = _taskFactories
|
||||||
.SelectMany(x =>
|
.SelectMany(x =>
|
||||||
{
|
{
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
<Project Sdk="Microsoft.NET.Sdk">
|
<Project Sdk="Microsoft.NET.Sdk">
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<TargetFramework>net8.0-windows</TargetFramework>
|
<TargetFramework>net8.0-windows</TargetFramework>
|
||||||
<Version>0.15</Version>
|
<Version>0.16</Version>
|
||||||
<LangVersion>12</LangVersion>
|
<LangVersion>12</LangVersion>
|
||||||
<Nullable>enable</Nullable>
|
<Nullable>enable</Nullable>
|
||||||
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
|
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
|
||||||
|
Loading…
Reference in New Issue
Block a user