forked from liza/Questionable
Compare commits
67 Commits
Author | SHA1 | Date | |
---|---|---|---|
295274143d | |||
de90882ecb | |||
e1b146ee1e | |||
b2c0934f07 | |||
a7706a11e7 | |||
25f98b97e4 | |||
0a22db23f3 | |||
b30c1b29d8 | |||
e305bbfea9 | |||
004d9756d7 | |||
ffccd347bd | |||
2ebc4b5a0d | |||
d85b204c79 | |||
7731dd0658 | |||
21031db45d | |||
587c78ae49 | |||
4f61ea45ed | |||
4e427e4309 | |||
e0580239e4 | |||
5e45af38d1 | |||
05d6394264 | |||
2cf059ec38 | |||
b3d9ce382d | |||
3a3196d869 | |||
325d5368a5 | |||
3a763d625a | |||
f12b777d12 | |||
4b9eae916a | |||
e0f416a5cd | |||
|
b2d57ae5a7 | ||
|
99b5ef42a6 | ||
7734692b0f | |||
16b62316c5 | |||
a2a36c5156 | |||
10b8c1ddc2 | |||
76e8ac4995 | |||
2ffedfa72c | |||
a111a4f75b | |||
97cbeada2a | |||
a1d02cceea | |||
ad76ccf057 | |||
108d103fd8 | |||
eeebebb28c | |||
93e6b6ec02 | |||
ec813ce9f4 | |||
7fe5acbaca | |||
250cb44f48 | |||
8d4b2320fb | |||
880082da0e | |||
9c5fd2d3fe | |||
8d18b24352 | |||
4576cec1ab | |||
143cb90506 | |||
a0a719fa1c | |||
49ade84737 | |||
8b9e7e5557 | |||
6e19630e60 | |||
8d64475f0a | |||
ba5975e6ff | |||
b917cd4e90 | |||
3889fbfb69 | |||
b2e268700b | |||
aa2ba3ca9a | |||
65df686329 | |||
7ae2bdcc45 | |||
|
2503d1897f | ||
|
3c9e14e891 |
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,4 +2,5 @@
|
|||||||
bin/
|
bin/
|
||||||
/.idea
|
/.idea
|
||||||
/.vs
|
/.vs
|
||||||
|
/.vscode
|
||||||
*.user
|
*.user
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
<Project>
|
<Project>
|
||||||
<PropertyGroup Condition="$(MSBuildProjectName) != 'GatheringPathRenderer'">
|
<PropertyGroup Condition="$(MSBuildProjectName) != 'GatheringPathRenderer'">
|
||||||
<Version>4.13</Version>
|
<Version>4.16</Version>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
</Project>
|
</Project>
|
||||||
|
@ -82,7 +82,7 @@ public sealed class RendererPlugin : IDalamudPlugin
|
|||||||
get
|
get
|
||||||
{
|
{
|
||||||
#if DEBUG
|
#if DEBUG
|
||||||
DirectoryInfo? solutionDirectory = _pluginInterface.AssemblyLocation.Directory?.Parent?.Parent?.Parent;
|
DirectoryInfo? solutionDirectory = _pluginInterface.AssemblyLocation.Directory?.Parent?.Parent;
|
||||||
if (solutionDirectory != null)
|
if (solutionDirectory != null)
|
||||||
{
|
{
|
||||||
DirectoryInfo pathProjectDirectory =
|
DirectoryInfo pathProjectDirectory =
|
||||||
@ -91,7 +91,7 @@ public sealed class RendererPlugin : IDalamudPlugin
|
|||||||
return pathProjectDirectory;
|
return pathProjectDirectory;
|
||||||
}
|
}
|
||||||
|
|
||||||
throw new Exception("Unable to resolve project path");
|
throw new Exception($"Unable to resolve project path ({_pluginInterface.AssemblyLocation.Directory})");
|
||||||
#else
|
#else
|
||||||
var allPluginsDirectory = _pluginInterface.ConfigFile.Directory ?? throw new Exception("Unknown directory for plugin configs");
|
var allPluginsDirectory = _pluginInterface.ConfigFile.Directory ?? throw new Exception("Unknown directory for plugin configs");
|
||||||
return allPluginsDirectory
|
return allPluginsDirectory
|
||||||
|
@ -0,0 +1,69 @@
|
|||||||
|
{
|
||||||
|
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/GatheringPaths/gatheringlocation-v1.json",
|
||||||
|
"Author": "Theo",
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"TerritoryId": 622,
|
||||||
|
"InteractionType": "None"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"Groups": [
|
||||||
|
{
|
||||||
|
"Nodes": [
|
||||||
|
{
|
||||||
|
"DataId": 32320,
|
||||||
|
"Locations": [
|
||||||
|
{
|
||||||
|
"Position": {
|
||||||
|
"X": 609.3118,
|
||||||
|
"Y": -21.51083,
|
||||||
|
"Z": 558.524
|
||||||
|
},
|
||||||
|
"MinimumAngle": 90,
|
||||||
|
"MaximumAngle": 270,
|
||||||
|
"MaximumDistance": 3
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Nodes": [
|
||||||
|
{
|
||||||
|
"DataId": 32321,
|
||||||
|
"Locations": [
|
||||||
|
{
|
||||||
|
"Position": {
|
||||||
|
"X": 609.9794,
|
||||||
|
"Y": -21.53052,
|
||||||
|
"Z": 579.6443
|
||||||
|
},
|
||||||
|
"MinimumAngle": 90,
|
||||||
|
"MaximumAngle": 135,
|
||||||
|
"MaximumDistance": 3
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Nodes": [
|
||||||
|
{
|
||||||
|
"DataId": 32322,
|
||||||
|
"Locations": [
|
||||||
|
{
|
||||||
|
"Position": {
|
||||||
|
"X": 588.3865,
|
||||||
|
"Y": -20.42655,
|
||||||
|
"Z": 561.5663
|
||||||
|
},
|
||||||
|
"MinimumAngle": 45,
|
||||||
|
"MaximumAngle": 315,
|
||||||
|
"MaximumDistance": 3
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
@ -0,0 +1,60 @@
|
|||||||
|
{
|
||||||
|
"schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/GatheringPaths/gatheringlocation-v1.json",
|
||||||
|
"Author": "Theo",
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"TerritoryId": 622,
|
||||||
|
"InteractionType": "None"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"Groups": [
|
||||||
|
{
|
||||||
|
"Nodes": [
|
||||||
|
{
|
||||||
|
"DataId": 32326,
|
||||||
|
"Locations": [
|
||||||
|
{
|
||||||
|
"Position": {
|
||||||
|
"X": -515.5125,
|
||||||
|
"Y": 65.79073,
|
||||||
|
"Z": -386.0356
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Nodes": [
|
||||||
|
{
|
||||||
|
"DataId": 32327,
|
||||||
|
"Locations": [
|
||||||
|
{
|
||||||
|
"Position": {
|
||||||
|
"X": -527.5466,
|
||||||
|
"Y": 64.7018,
|
||||||
|
"Z": -379.2951
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Nodes": [
|
||||||
|
{
|
||||||
|
"DataId": 32328,
|
||||||
|
"Locations": [
|
||||||
|
{
|
||||||
|
"Position": {
|
||||||
|
"X": -505.5859,
|
||||||
|
"Y": 64.95732,
|
||||||
|
"Z": -367.5692
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
@ -0,0 +1,60 @@
|
|||||||
|
{
|
||||||
|
"schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/GatheringPaths/gatheringlocation-v1.json",
|
||||||
|
"Author": "Theo",
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"TerritoryId": 622,
|
||||||
|
"InteractionType": "None"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"Groups": [
|
||||||
|
{
|
||||||
|
"Nodes": [
|
||||||
|
{
|
||||||
|
"DataId": 32332,
|
||||||
|
"Locations": [
|
||||||
|
{
|
||||||
|
"Position": {
|
||||||
|
"X": 573.6873,
|
||||||
|
"Y": -20.41718,
|
||||||
|
"Z": 582.5559
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Nodes": [
|
||||||
|
{
|
||||||
|
"DataId": 32333,
|
||||||
|
"Locations": [
|
||||||
|
{
|
||||||
|
"Position": {
|
||||||
|
"X": 579.1252,
|
||||||
|
"Y": -20.40873,
|
||||||
|
"Z": 565.84
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Nodes": [
|
||||||
|
{
|
||||||
|
"DataId": 32334,
|
||||||
|
"Locations": [
|
||||||
|
{
|
||||||
|
"Position": {
|
||||||
|
"X": 608.5944,
|
||||||
|
"Y": -21.23272,
|
||||||
|
"Z": 571.2001
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
@ -0,0 +1,60 @@
|
|||||||
|
{
|
||||||
|
"schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/GatheringPaths/gatheringlocation-v1.json",
|
||||||
|
"Author": "Theo",
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"TerritoryId": 622,
|
||||||
|
"InteractionType": "None"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"Groups": [
|
||||||
|
{
|
||||||
|
"Nodes": [
|
||||||
|
{
|
||||||
|
"DataId": 32338,
|
||||||
|
"Locations": [
|
||||||
|
{
|
||||||
|
"Position": {
|
||||||
|
"X": 727.463,
|
||||||
|
"Y": 14.92286,
|
||||||
|
"Z": -477.1528
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Nodes": [
|
||||||
|
{
|
||||||
|
"DataId": 32339,
|
||||||
|
"Locations": [
|
||||||
|
{
|
||||||
|
"Position": {
|
||||||
|
"X": 721.5626,
|
||||||
|
"Y": 24.81664,
|
||||||
|
"Z": -499.1444
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Nodes": [
|
||||||
|
{
|
||||||
|
"DataId": 32340,
|
||||||
|
"Locations": [
|
||||||
|
{
|
||||||
|
"Position": {
|
||||||
|
"X": 702.1278,
|
||||||
|
"Y": 27.92893,
|
||||||
|
"Z": -505.186
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
@ -0,0 +1,60 @@
|
|||||||
|
{
|
||||||
|
"schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/GatheringPaths/gatheringlocation-v1.json",
|
||||||
|
"Author": "Theo",
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"TerritoryId": 622,
|
||||||
|
"InteractionType": "None"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"Groups": [
|
||||||
|
{
|
||||||
|
"Nodes": [
|
||||||
|
{
|
||||||
|
"DataId": 32341,
|
||||||
|
"Locations": [
|
||||||
|
{
|
||||||
|
"Position": {
|
||||||
|
"X": 615.4055,
|
||||||
|
"Y": 31.42307,
|
||||||
|
"Z": -475.3718
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Nodes": [
|
||||||
|
{
|
||||||
|
"DataId": 32342,
|
||||||
|
"Locations": [
|
||||||
|
{
|
||||||
|
"Position": {
|
||||||
|
"X": 612.0082,
|
||||||
|
"Y": 25.45944,
|
||||||
|
"Z": -442.0886
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Nodes": [
|
||||||
|
{
|
||||||
|
"DataId": 32343,
|
||||||
|
"Locations": [
|
||||||
|
{
|
||||||
|
"Position": {
|
||||||
|
"X": 634.1258,
|
||||||
|
"Y": 21.76424,
|
||||||
|
"Z": -436.3917
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
2
LLib
2
LLib
@ -1 +1 @@
|
|||||||
Subproject commit b1059871154b84401020c0072fd089fcc022fb77
|
Subproject commit 746d14681baa91132784ab17f8f49671e86ea211
|
29
QuestPathGenerator/RoslynElements/CombatItemUseExtensions.cs
Normal file
29
QuestPathGenerator/RoslynElements/CombatItemUseExtensions.cs
Normal file
@ -0,0 +1,29 @@
|
|||||||
|
using Microsoft.CodeAnalysis.CSharp;
|
||||||
|
using Microsoft.CodeAnalysis.CSharp.Syntax;
|
||||||
|
using Questionable.Model.Questing;
|
||||||
|
using static Microsoft.CodeAnalysis.CSharp.SyntaxFactory;
|
||||||
|
using static Questionable.QuestPathGenerator.RoslynShortcuts;
|
||||||
|
|
||||||
|
namespace Questionable.QuestPathGenerator.RoslynElements;
|
||||||
|
|
||||||
|
internal static class CombatItemUseExtensions
|
||||||
|
{
|
||||||
|
public static ExpressionSyntax ToExpressionSyntax(this CombatItemUse combatItemuse)
|
||||||
|
{
|
||||||
|
var emptyItemuse = new CombatItemUse();
|
||||||
|
return ObjectCreationExpression(
|
||||||
|
IdentifierName(nameof(CombatItemUse)))
|
||||||
|
.WithInitializer(
|
||||||
|
InitializerExpression(
|
||||||
|
SyntaxKind.ObjectInitializerExpression,
|
||||||
|
SeparatedList<ExpressionSyntax>(
|
||||||
|
SyntaxNodeList(
|
||||||
|
Assignment(nameof(CombatItemUse.ItemId), combatItemuse.ItemId,
|
||||||
|
emptyItemuse.ItemId)
|
||||||
|
.AsSyntaxNodeOrToken(),
|
||||||
|
Assignment(nameof(CombatItemUse.Condition), combatItemuse.Condition, emptyItemuse.Condition)
|
||||||
|
.AsSyntaxNodeOrToken(),
|
||||||
|
Assignment(nameof(combatItemuse.Value), combatItemuse.Value, emptyItemuse.Value)
|
||||||
|
.AsSyntaxNodeOrToken()))));
|
||||||
|
}
|
||||||
|
}
|
@ -107,6 +107,9 @@ internal static class QuestStepExtensions
|
|||||||
.AsSyntaxNodeOrToken(),
|
.AsSyntaxNodeOrToken(),
|
||||||
AssignmentList(nameof(QuestStep.ComplexCombatData), step.ComplexCombatData)
|
AssignmentList(nameof(QuestStep.ComplexCombatData), step.ComplexCombatData)
|
||||||
.AsSyntaxNodeOrToken(),
|
.AsSyntaxNodeOrToken(),
|
||||||
|
Assignment(nameof(QuestStep.CombatItemUse), step.CombatItemUse,
|
||||||
|
emptyStep.CombatItemUse)
|
||||||
|
.AsSyntaxNodeOrToken(),
|
||||||
Assignment(nameof(QuestStep.CombatDelaySecondsAtStart),
|
Assignment(nameof(QuestStep.CombatDelaySecondsAtStart),
|
||||||
step.CombatDelaySecondsAtStart,
|
step.CombatDelaySecondsAtStart,
|
||||||
emptyStep.CombatDelaySecondsAtStart)
|
emptyStep.CombatDelaySecondsAtStart)
|
||||||
|
@ -71,6 +71,7 @@ public static class RoslynShortcuts
|
|||||||
GatheringNodeGroup nodeGroup => nodeGroup.ToExpressionSyntax(),
|
GatheringNodeGroup nodeGroup => nodeGroup.ToExpressionSyntax(),
|
||||||
GatheringNode nodeLocation => nodeLocation.ToExpressionSyntax(),
|
GatheringNode nodeLocation => nodeLocation.ToExpressionSyntax(),
|
||||||
GatheringLocation location => location.ToExpressionSyntax(),
|
GatheringLocation location => location.ToExpressionSyntax(),
|
||||||
|
CombatItemUse combatItemUse => combatItemUse.ToExpressionSyntax(),
|
||||||
not null when value.GetType().IsEnum => MemberAccessExpression(SyntaxKind.SimpleMemberAccessExpression,
|
not null when value.GetType().IsEnum => MemberAccessExpression(SyntaxKind.SimpleMemberAccessExpression,
|
||||||
IdentifierName(value.GetType().Name), IdentifierName(value.GetType().GetEnumName(value)!)),
|
IdentifierName(value.GetType().Name), IdentifierName(value.GetType().GetEnumName(value)!)),
|
||||||
_ => throw new Exception($"Unsupported data type {value.GetType()} = {value}")
|
_ => throw new Exception($"Unsupported data type {value.GetType()} = {value}")
|
||||||
|
@ -329,9 +329,9 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"Position": {
|
"Position": {
|
||||||
"X": -0.75614685,
|
"X": 3.8795898,
|
||||||
"Y": 38.80212,
|
"Y": 38.80212,
|
||||||
"Z": -11.007636
|
"Z": 0.40251642
|
||||||
},
|
},
|
||||||
"TerritoryId": 146,
|
"TerritoryId": 146,
|
||||||
"InteractionType": "WalkTo",
|
"InteractionType": "WalkTo",
|
||||||
@ -359,7 +359,8 @@
|
|||||||
null,
|
null,
|
||||||
128
|
128
|
||||||
],
|
],
|
||||||
"Fly": true
|
"Fly": true,
|
||||||
|
"DisableNavmesh": true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"DataId": 2000078,
|
"DataId": 2000078,
|
||||||
|
@ -112,9 +112,18 @@
|
|||||||
"SkipConditions": {
|
"SkipConditions": {
|
||||||
"AetheryteShortcutIf": {
|
"AetheryteShortcutIf": {
|
||||||
"InSameTerritory": true
|
"InSameTerritory": true
|
||||||
|
},
|
||||||
|
"StepIf": {
|
||||||
|
"CompletionQuestVariablesFlags": [
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
64
|
||||||
|
]
|
||||||
}
|
}
|
||||||
},
|
}
|
||||||
"Comment": "TODO Verify enemy id"
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"DataId": 2002309,
|
"DataId": 2002309,
|
||||||
|
@ -21,16 +21,30 @@
|
|||||||
"Sequence": 1,
|
"Sequence": 1,
|
||||||
"Steps": [
|
"Steps": [
|
||||||
{
|
{
|
||||||
"DataId": 1001426,
|
|
||||||
"Position": {
|
"Position": {
|
||||||
"X": 123.33862,
|
"X": 2.7922537,
|
||||||
"Y": 30.999996,
|
"Y": 8.206551,
|
||||||
"Z": -384.9394
|
"Z": -274.32318
|
||||||
},
|
},
|
||||||
"TerritoryId": 141,
|
"TerritoryId": 141,
|
||||||
"InteractionType": "Interact",
|
"InteractionType": "WalkTo",
|
||||||
"Comment": "'Forging the Spirit'",
|
"AetheryteShortcut": "Central Thanalan - Black Brush Station",
|
||||||
"AetheryteShortcut": "Central Thanalan - Black Brush Station"
|
"SkipConditions": {
|
||||||
|
"AetheryteShortcutIf": {
|
||||||
|
"InSameTerritory": true
|
||||||
|
},
|
||||||
|
"StepIf": {
|
||||||
|
"NearPosition": {
|
||||||
|
"Position": {
|
||||||
|
"X": 123.33862,
|
||||||
|
"Y": 30.999996,
|
||||||
|
"Z": -384.9394
|
||||||
|
},
|
||||||
|
"TerritoryId": 141,
|
||||||
|
"MaximumDistance": 30
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"DataId": 1001426,
|
"DataId": 1001426,
|
||||||
@ -40,8 +54,8 @@
|
|||||||
"Z": -384.9394
|
"Z": -384.9394
|
||||||
},
|
},
|
||||||
"TerritoryId": 141,
|
"TerritoryId": 141,
|
||||||
"InteractionType": "Interact",
|
"InteractionType": "AcceptQuest",
|
||||||
"Comment": "Quest Turn-In 'Forging the Spirit'"
|
"PickUpQuestId": 638
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"DataId": 1001425,
|
"DataId": 1001425,
|
||||||
|
@ -36,6 +36,16 @@
|
|||||||
"InteractionType": "WalkTo",
|
"InteractionType": "WalkTo",
|
||||||
"TargetTerritoryId": 146
|
"TargetTerritoryId": 146
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"Position": {
|
||||||
|
"X": -47.50145,
|
||||||
|
"Y": 16.362688,
|
||||||
|
"Z": -439.62503
|
||||||
|
},
|
||||||
|
"TerritoryId": 146,
|
||||||
|
"InteractionType": "WalkTo",
|
||||||
|
"$": "vnav sometimes attempts to walk to the aetheryte using exactly one waypoint between zone boundary and aetheryte, which means walking into walls"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"TerritoryId": 146,
|
"TerritoryId": 146,
|
||||||
"InteractionType": "AttuneAetheryte",
|
"InteractionType": "AttuneAetheryte",
|
||||||
|
@ -67,7 +67,7 @@
|
|||||||
"TerritoryId": 148,
|
"TerritoryId": 148,
|
||||||
"InteractionType": "Duty",
|
"InteractionType": "Duty",
|
||||||
"ContentFinderConditionId": 6,
|
"ContentFinderConditionId": 6,
|
||||||
"AutoDutyEnabled": true
|
"AutoDutyEnabled": false
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
@ -86,7 +86,7 @@
|
|||||||
"TerritoryId": 137,
|
"TerritoryId": 137,
|
||||||
"InteractionType": "Duty",
|
"InteractionType": "Duty",
|
||||||
"ContentFinderConditionId": 8,
|
"ContentFinderConditionId": 8,
|
||||||
"AutoDutyEnabled": true
|
"AutoDutyEnabled": false
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
@ -103,7 +103,8 @@
|
|||||||
},
|
},
|
||||||
"TerritoryId": 155,
|
"TerritoryId": 155,
|
||||||
"InteractionType": "WalkTo",
|
"InteractionType": "WalkTo",
|
||||||
"$": "NW Skyfire Locks door (inside)"
|
"$": "NW Skyfire Locks door (inside)",
|
||||||
|
"Mount": true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"Position": {
|
"Position": {
|
||||||
|
@ -49,7 +49,8 @@
|
|||||||
},
|
},
|
||||||
"TerritoryId": 155,
|
"TerritoryId": 155,
|
||||||
"InteractionType": "WalkTo",
|
"InteractionType": "WalkTo",
|
||||||
"Comment": "North Whitebrim, Stairs (bottom)"
|
"Comment": "North Whitebrim, Stairs (bottom)",
|
||||||
|
"Mount": true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"Position": {
|
"Position": {
|
||||||
|
@ -35,10 +35,13 @@
|
|||||||
"Z": 89.58569
|
"Z": 89.58569
|
||||||
},
|
},
|
||||||
"TerritoryId": 155,
|
"TerritoryId": 155,
|
||||||
"InteractionType": "Instruction",
|
"InteractionType": "Combat",
|
||||||
"Comment": "Use Quest item on enemy to weaken it first",
|
|
||||||
"$": "Status Effects: 22 (HP Penalty) + 62 (Damage Down)",
|
|
||||||
"EnemySpawnType": "AfterInteraction",
|
"EnemySpawnType": "AfterInteraction",
|
||||||
|
"CombatItemUse": {
|
||||||
|
"ItemId": 2000961,
|
||||||
|
"Condition": "MissingStatus",
|
||||||
|
"Value": 22
|
||||||
|
},
|
||||||
"ComplexCombatData": [
|
"ComplexCombatData": [
|
||||||
{
|
{
|
||||||
"DataId": 2196
|
"DataId": 2196
|
||||||
|
@ -76,6 +76,15 @@
|
|||||||
{
|
{
|
||||||
"Sequence": 3,
|
"Sequence": 3,
|
||||||
"Steps": [
|
"Steps": [
|
||||||
|
{
|
||||||
|
"Position": {
|
||||||
|
"X": 303.96317,
|
||||||
|
"Y": -36.40591,
|
||||||
|
"Z": 316.74185
|
||||||
|
},
|
||||||
|
"TerritoryId": 138,
|
||||||
|
"InteractionType": "WalkTo"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"DataId": 1006501,
|
"DataId": 1006501,
|
||||||
"Position": {
|
"Position": {
|
||||||
|
@ -26,6 +26,15 @@
|
|||||||
{
|
{
|
||||||
"Sequence": 1,
|
"Sequence": 1,
|
||||||
"Steps": [
|
"Steps": [
|
||||||
|
{
|
||||||
|
"Position": {
|
||||||
|
"X": 303.96317,
|
||||||
|
"Y": -36.40591,
|
||||||
|
"Z": 316.74185
|
||||||
|
},
|
||||||
|
"TerritoryId": 138,
|
||||||
|
"InteractionType": "WalkTo"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"DataId": 1007640,
|
"DataId": 1007640,
|
||||||
"Position": {
|
"Position": {
|
||||||
|
@ -19,6 +19,7 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"Sequence": 1,
|
"Sequence": 1,
|
||||||
|
"Comment": "'Invalid target' messages can just be bad positioning?",
|
||||||
"Steps": [
|
"Steps": [
|
||||||
{
|
{
|
||||||
"Position": {
|
"Position": {
|
||||||
@ -50,9 +51,9 @@
|
|||||||
},
|
},
|
||||||
"TerritoryId": 156,
|
"TerritoryId": 156,
|
||||||
"InteractionType": "Combat",
|
"InteractionType": "Combat",
|
||||||
|
"DelaySecondsAtStart": 2,
|
||||||
"EnemySpawnType": "AfterItemUse",
|
"EnemySpawnType": "AfterItemUse",
|
||||||
"ItemId": 2000766,
|
"ItemId": 2000766,
|
||||||
"GroundTarget": true,
|
|
||||||
"KillEnemyDataIds": [
|
"KillEnemyDataIds": [
|
||||||
46
|
46
|
||||||
],
|
],
|
||||||
@ -86,6 +87,27 @@
|
|||||||
64
|
64
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"Position": {
|
||||||
|
"X": -219.34567,
|
||||||
|
"Y": 4.551038,
|
||||||
|
"Z": -637.8296
|
||||||
|
},
|
||||||
|
"TerritoryId": 156,
|
||||||
|
"InteractionType": "WalkTo",
|
||||||
|
"SkipConditions": {
|
||||||
|
"StepIf": {
|
||||||
|
"CompletionQuestVariablesFlags": [
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
8
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"DataId": 2002234,
|
"DataId": 2002234,
|
||||||
"Position": {
|
"Position": {
|
||||||
@ -159,9 +181,9 @@
|
|||||||
},
|
},
|
||||||
"TerritoryId": 156,
|
"TerritoryId": 156,
|
||||||
"InteractionType": "Combat",
|
"InteractionType": "Combat",
|
||||||
|
"DelaySecondsAtStart": 2,
|
||||||
"EnemySpawnType": "AfterItemUse",
|
"EnemySpawnType": "AfterItemUse",
|
||||||
"ItemId": 2000766,
|
"ItemId": 2000766,
|
||||||
"GroundTarget": true,
|
|
||||||
"KillEnemyDataIds": [
|
"KillEnemyDataIds": [
|
||||||
46
|
46
|
||||||
],
|
],
|
||||||
@ -218,7 +240,8 @@
|
|||||||
},
|
},
|
||||||
"TerritoryId": 156,
|
"TerritoryId": 156,
|
||||||
"InteractionType": "UseItem",
|
"InteractionType": "UseItem",
|
||||||
"ItemId": 2000766
|
"ItemId": 2000766,
|
||||||
|
"DelaySecondsAtStart": 2
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
@ -72,7 +72,7 @@
|
|||||||
"Z": -609.4606
|
"Z": -609.4606
|
||||||
},
|
},
|
||||||
"TerritoryId": 156,
|
"TerritoryId": 156,
|
||||||
"InteractionType": "UseItem",
|
"InteractionType": "SinglePlayerDuty",
|
||||||
"ItemId": 2000771
|
"ItemId": 2000771
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
@ -35,13 +35,163 @@
|
|||||||
"Z": -225.17743
|
"Z": -225.17743
|
||||||
},
|
},
|
||||||
"TerritoryId": 147,
|
"TerritoryId": 147,
|
||||||
"InteractionType": "Interact"
|
"InteractionType": "Interact",
|
||||||
|
"AetheryteShortcut": "Northern Thanalan - Ceruleum Processing Plant",
|
||||||
|
"SkipConditions": {
|
||||||
|
"AetheryteShortcutIf": {
|
||||||
|
"InSameTerritory": true
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"Sequence": 2,
|
"Sequence": 2,
|
||||||
|
"$": "This doesn't include the DRK/MCH/AST coffers that exist at level 50, but you cannot obtain them until HW",
|
||||||
"Steps": [
|
"Steps": [
|
||||||
|
{
|
||||||
|
"TerritoryId": 147,
|
||||||
|
"InteractionType": "UseItem",
|
||||||
|
"ItemId": 31337,
|
||||||
|
"$": "Lv49 Weapon Coffer",
|
||||||
|
"SkipConditions": {
|
||||||
|
"StepIf": {
|
||||||
|
"Item": {
|
||||||
|
"NotInInventory": true
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"TerritoryId": 147,
|
||||||
|
"InteractionType": "UseItem",
|
||||||
|
"ItemId": 20642,
|
||||||
|
"$": "Lv50 PLD Coffer",
|
||||||
|
"SkipConditions": {
|
||||||
|
"StepIf": {
|
||||||
|
"Item": {
|
||||||
|
"NotInInventory": true
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"TerritoryId": 147,
|
||||||
|
"InteractionType": "UseItem",
|
||||||
|
"ItemId": 20643,
|
||||||
|
"$": "Lv50 MNK Coffer",
|
||||||
|
"SkipConditions": {
|
||||||
|
"StepIf": {
|
||||||
|
"Item": {
|
||||||
|
"NotInInventory": true
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"TerritoryId": 147,
|
||||||
|
"InteractionType": "UseItem",
|
||||||
|
"ItemId": 20644,
|
||||||
|
"$": "Lv50 WAR Coffer",
|
||||||
|
"SkipConditions": {
|
||||||
|
"StepIf": {
|
||||||
|
"Item": {
|
||||||
|
"NotInInventory": true
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"TerritoryId": 147,
|
||||||
|
"InteractionType": "UseItem",
|
||||||
|
"ItemId": 20645,
|
||||||
|
"$": "Lv50 DRG Coffer",
|
||||||
|
"SkipConditions": {
|
||||||
|
"StepIf": {
|
||||||
|
"Item": {
|
||||||
|
"NotInInventory": true
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"TerritoryId": 147,
|
||||||
|
"InteractionType": "UseItem",
|
||||||
|
"ItemId": 20646,
|
||||||
|
"$": "Lv50 BRD Coffer",
|
||||||
|
"SkipConditions": {
|
||||||
|
"StepIf": {
|
||||||
|
"Item": {
|
||||||
|
"NotInInventory": true
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"TerritoryId": 147,
|
||||||
|
"InteractionType": "UseItem",
|
||||||
|
"ItemId": 20647,
|
||||||
|
"$": "Lv50 NIN Coffer",
|
||||||
|
"SkipConditions": {
|
||||||
|
"StepIf": {
|
||||||
|
"Item": {
|
||||||
|
"NotInInventory": true
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"TerritoryId": 147,
|
||||||
|
"InteractionType": "UseItem",
|
||||||
|
"ItemId": 20648,
|
||||||
|
"$": "Lv50 WHM Coffer",
|
||||||
|
"SkipConditions": {
|
||||||
|
"StepIf": {
|
||||||
|
"Item": {
|
||||||
|
"NotInInventory": true
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"TerritoryId": 147,
|
||||||
|
"InteractionType": "UseItem",
|
||||||
|
"ItemId": 20649,
|
||||||
|
"$": "Lv50 BLM Coffer",
|
||||||
|
"SkipConditions": {
|
||||||
|
"StepIf": {
|
||||||
|
"Item": {
|
||||||
|
"NotInInventory": true
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"TerritoryId": 147,
|
||||||
|
"InteractionType": "UseItem",
|
||||||
|
"ItemId": 20650,
|
||||||
|
"$": "Lv50 SMN Coffer",
|
||||||
|
"SkipConditions": {
|
||||||
|
"StepIf": {
|
||||||
|
"Item": {
|
||||||
|
"NotInInventory": true
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"TerritoryId": 147,
|
||||||
|
"InteractionType": "UseItem",
|
||||||
|
"ItemId": 20651,
|
||||||
|
"$": "Lv50 SCH Coffer",
|
||||||
|
"SkipConditions": {
|
||||||
|
"StepIf": {
|
||||||
|
"Item": {
|
||||||
|
"NotInInventory": true
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"TerritoryId": 147,
|
"TerritoryId": 147,
|
||||||
"InteractionType": "Duty",
|
"InteractionType": "Duty",
|
||||||
|
@ -5,6 +5,71 @@
|
|||||||
{
|
{
|
||||||
"Sequence": 0,
|
"Sequence": 0,
|
||||||
"Steps": [
|
"Steps": [
|
||||||
|
{
|
||||||
|
"TerritoryId": 132,
|
||||||
|
"InteractionType": "UseItem",
|
||||||
|
"ItemId": 30362,
|
||||||
|
"TargetTerritoryId": 140,
|
||||||
|
"SkipConditions": {
|
||||||
|
"StepIf": {
|
||||||
|
"InTerritory": [
|
||||||
|
140,
|
||||||
|
212
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Position": {
|
||||||
|
"X": -492.96475,
|
||||||
|
"Y": 20.999884,
|
||||||
|
"Z": -380.82272
|
||||||
|
},
|
||||||
|
"TerritoryId": 140,
|
||||||
|
"InteractionType": "WalkTo",
|
||||||
|
"$": "Avoid walking around Waking Sands table",
|
||||||
|
"SkipConditions": {
|
||||||
|
"StepIf": {
|
||||||
|
"InTerritory": [
|
||||||
|
212
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"DataId": 2001711,
|
||||||
|
"Position": {
|
||||||
|
"X": -480.9181,
|
||||||
|
"Y": 18.00103,
|
||||||
|
"Z": -386.862
|
||||||
|
},
|
||||||
|
"TerritoryId": 140,
|
||||||
|
"InteractionType": "Interact",
|
||||||
|
"TargetTerritoryId": 212,
|
||||||
|
"SkipConditions": {
|
||||||
|
"StepIf": {
|
||||||
|
"InTerritory": [
|
||||||
|
212
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"DataId": 2001715,
|
||||||
|
"Position": {
|
||||||
|
"X": 23.23944,
|
||||||
|
"Y": 2.090454,
|
||||||
|
"Z": -0.015319824
|
||||||
|
},
|
||||||
|
"TerritoryId": 212,
|
||||||
|
"InteractionType": "Interact",
|
||||||
|
"TargetTerritoryId": 212,
|
||||||
|
"SkipConditions": {
|
||||||
|
"StepIf": {
|
||||||
|
"ExtraCondition": "WakingSandsSolar"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"DataId": 1006690,
|
"DataId": 1006690,
|
||||||
"Position": {
|
"Position": {
|
||||||
@ -29,7 +94,14 @@
|
|||||||
},
|
},
|
||||||
"TerritoryId": 212,
|
"TerritoryId": 212,
|
||||||
"InteractionType": "Interact",
|
"InteractionType": "Interact",
|
||||||
"TargetTerritoryId": 212
|
"TargetTerritoryId": 212,
|
||||||
|
"SkipConditions": {
|
||||||
|
"StepIf": {
|
||||||
|
"InTerritory": [
|
||||||
|
140
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"DataId": 2001716,
|
"DataId": 2001716,
|
||||||
@ -40,7 +112,14 @@
|
|||||||
},
|
},
|
||||||
"TerritoryId": 212,
|
"TerritoryId": 212,
|
||||||
"InteractionType": "Interact",
|
"InteractionType": "Interact",
|
||||||
"TargetTerritoryId": 140
|
"TargetTerritoryId": 140,
|
||||||
|
"SkipConditions": {
|
||||||
|
"StepIf": {
|
||||||
|
"InTerritory": [
|
||||||
|
140
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"DataId": 1006578,
|
"DataId": 1006578,
|
||||||
|
@ -57,7 +57,7 @@
|
|||||||
},
|
},
|
||||||
"TerritoryId": 152,
|
"TerritoryId": 152,
|
||||||
"InteractionType": "Interact",
|
"InteractionType": "Interact",
|
||||||
"StopDistance": 0.1,
|
"StopDistance": 0.25,
|
||||||
"AetheryteShortcut": "East Shroud - Hawthorne Hut",
|
"AetheryteShortcut": "East Shroud - Hawthorne Hut",
|
||||||
"Fly": true,
|
"Fly": true,
|
||||||
"SkipConditions": {
|
"SkipConditions": {
|
||||||
@ -83,7 +83,7 @@
|
|||||||
},
|
},
|
||||||
"TerritoryId": 152,
|
"TerritoryId": 152,
|
||||||
"InteractionType": "Interact",
|
"InteractionType": "Interact",
|
||||||
"StopDistance": 0.1,
|
"StopDistance": 0.25,
|
||||||
"AetheryteShortcut": "East Shroud - Hawthorne Hut",
|
"AetheryteShortcut": "East Shroud - Hawthorne Hut",
|
||||||
"Fly": true,
|
"Fly": true,
|
||||||
"SkipConditions": {
|
"SkipConditions": {
|
||||||
@ -109,7 +109,7 @@
|
|||||||
},
|
},
|
||||||
"TerritoryId": 152,
|
"TerritoryId": 152,
|
||||||
"InteractionType": "Interact",
|
"InteractionType": "Interact",
|
||||||
"StopDistance": 0.1,
|
"StopDistance": 0.25,
|
||||||
"AetheryteShortcut": "East Shroud - Hawthorne Hut",
|
"AetheryteShortcut": "East Shroud - Hawthorne Hut",
|
||||||
"Fly": true,
|
"Fly": true,
|
||||||
"SkipConditions": {
|
"SkipConditions": {
|
||||||
|
@ -0,0 +1,36 @@
|
|||||||
|
{
|
||||||
|
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
|
||||||
|
"Author": "liza",
|
||||||
|
"QuestSequence": [
|
||||||
|
{
|
||||||
|
"Sequence": 0,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1001426,
|
||||||
|
"Position": {
|
||||||
|
"X": 123.33862,
|
||||||
|
"Y": 30.999996,
|
||||||
|
"Z": -384.9394
|
||||||
|
},
|
||||||
|
"TerritoryId": 141,
|
||||||
|
"InteractionType": "AcceptQuest"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 255,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1001426,
|
||||||
|
"Position": {
|
||||||
|
"X": 123.33862,
|
||||||
|
"Y": 30.999996,
|
||||||
|
"Z": -384.9394
|
||||||
|
},
|
||||||
|
"TerritoryId": 141,
|
||||||
|
"InteractionType": "CompleteQuest"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
@ -0,0 +1,61 @@
|
|||||||
|
{
|
||||||
|
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
|
||||||
|
"Author": "goatzone",
|
||||||
|
"QuestSequence": [
|
||||||
|
{
|
||||||
|
"Sequence": 0,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1012145,
|
||||||
|
"Position": {
|
||||||
|
"X": -607.7516,
|
||||||
|
"Y": -176.4502,
|
||||||
|
"Z": -527.5502
|
||||||
|
},
|
||||||
|
"TerritoryId": 402,
|
||||||
|
"InteractionType": "AcceptQuest"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 1,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"Position": {
|
||||||
|
"X": -441.42657,
|
||||||
|
"Y": -167.25401,
|
||||||
|
"Z": -432.4462
|
||||||
|
},
|
||||||
|
"TerritoryId": 402,
|
||||||
|
"InteractionType": "Combat",
|
||||||
|
"EnemySpawnType": "OverworldEnemies",
|
||||||
|
"ComplexCombatData": [
|
||||||
|
{
|
||||||
|
"DataId": 4093,
|
||||||
|
"MinimumKillCount": 5
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"Fly": true,
|
||||||
|
"$": "5 in close range here, so if any dead it might be a little slower.",
|
||||||
|
"$.1": "this is the area the quest suggests; there /are/ spinner-rooks sooner, and walking there at level w/o flying might cause interruption, but they're more spread out everywhere else - YMMV."
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 255,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1012145,
|
||||||
|
"Position": {
|
||||||
|
"X": -607.7516,
|
||||||
|
"Y": -176.4502,
|
||||||
|
"Z": -527.5502
|
||||||
|
},
|
||||||
|
"TerritoryId": 402,
|
||||||
|
"InteractionType": "CompleteQuest",
|
||||||
|
"Fly": true
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
@ -0,0 +1,60 @@
|
|||||||
|
{
|
||||||
|
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
|
||||||
|
"Author": "goatzone",
|
||||||
|
"QuestSequence": [
|
||||||
|
{
|
||||||
|
"Sequence": 0,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1012146,
|
||||||
|
"Position": {
|
||||||
|
"X": -643.76294,
|
||||||
|
"Y": -176.4502,
|
||||||
|
"Z": -527.3976
|
||||||
|
},
|
||||||
|
"TerritoryId": 402,
|
||||||
|
"InteractionType": "AcceptQuest"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 1,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"Position": {
|
||||||
|
"X": -439.6144,
|
||||||
|
"Y": -186.3405,
|
||||||
|
"Z": -617.2911
|
||||||
|
},
|
||||||
|
"TerritoryId": 402,
|
||||||
|
"InteractionType": "Combat",
|
||||||
|
"EnemySpawnType": "OverworldEnemies",
|
||||||
|
"ComplexCombatData": [
|
||||||
|
{
|
||||||
|
"DataId": 4092,
|
||||||
|
"MinimumKillCount": 5
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"Fly": true,
|
||||||
|
"$": "by starting here we can guarantee a more sane straightline progression instead of starting in the middle, going all the way to one side, then running all the way to the other side."
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 255,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1012146,
|
||||||
|
"Position": {
|
||||||
|
"X": -643.76294,
|
||||||
|
"Y": -176.4502,
|
||||||
|
"Z": -527.3976
|
||||||
|
},
|
||||||
|
"TerritoryId": 402,
|
||||||
|
"InteractionType": "CompleteQuest",
|
||||||
|
"AetheryteShortcut": "Azys Lla - Helix"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
@ -0,0 +1,55 @@
|
|||||||
|
{
|
||||||
|
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
|
||||||
|
"Author": "goatzone",
|
||||||
|
"QuestSequence": [
|
||||||
|
{
|
||||||
|
"Sequence": 0,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1012147,
|
||||||
|
"Position": {
|
||||||
|
"X": -426.627,
|
||||||
|
"Y": -162.1281,
|
||||||
|
"Z": -328.6031
|
||||||
|
},
|
||||||
|
"TerritoryId": 402,
|
||||||
|
"InteractionType": "AcceptQuest",
|
||||||
|
"Fly": true
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 1,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"Position": {
|
||||||
|
"X": -528.74396,
|
||||||
|
"Y": -143.65883,
|
||||||
|
"Z": -580.686
|
||||||
|
},
|
||||||
|
"TerritoryId": 402,
|
||||||
|
"InteractionType": "Combat",
|
||||||
|
"EnemySpawnType": "AutoOnEnterArea",
|
||||||
|
"KillEnemyDataIds": [4503],
|
||||||
|
"Fly": true
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 255,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1012147,
|
||||||
|
"Position": {
|
||||||
|
"X": -426.627,
|
||||||
|
"Y": -162.1281,
|
||||||
|
"Z": -328.6031
|
||||||
|
},
|
||||||
|
"TerritoryId": 402,
|
||||||
|
"InteractionType": "CompleteQuest",
|
||||||
|
"Fly": true
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
@ -0,0 +1,65 @@
|
|||||||
|
{
|
||||||
|
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
|
||||||
|
"Author": "goatzone",
|
||||||
|
"QuestSequence": [
|
||||||
|
{
|
||||||
|
"Sequence": 0,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1012148,
|
||||||
|
"Position": {
|
||||||
|
"X": -173.2663,
|
||||||
|
"Y": -162.03395,
|
||||||
|
"Z": -510.39905
|
||||||
|
},
|
||||||
|
"TerritoryId": 402,
|
||||||
|
"InteractionType": "AcceptQuest",
|
||||||
|
"Fly": true
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 1,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"Position": {
|
||||||
|
"X": -189.43037,
|
||||||
|
"Y": -160.1837,
|
||||||
|
"Z": -499.3027
|
||||||
|
},
|
||||||
|
"TerritoryId": 402,
|
||||||
|
"InteractionType": "Combat",
|
||||||
|
"EnemySpawnType": "OverworldEnemies",
|
||||||
|
"ComplexCombatData": [
|
||||||
|
{
|
||||||
|
"DataId": 4091,
|
||||||
|
"MinimumKillCount": 3,
|
||||||
|
"$": "Slay clockwork paladins."
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"DataId": 4090,
|
||||||
|
"MinimumKillCount": 3,
|
||||||
|
"$": "Slay clockwork engineers."
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"$": "they're all around so we can just start here. possible issue with a FATE spawning here, YMMV."
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 255,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1012148,
|
||||||
|
"Position": {
|
||||||
|
"X": -173.2663,
|
||||||
|
"Y": -162.03395,
|
||||||
|
"Z": -510.39905
|
||||||
|
},
|
||||||
|
"TerritoryId": 402,
|
||||||
|
"InteractionType": "CompleteQuest"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
@ -0,0 +1,61 @@
|
|||||||
|
{
|
||||||
|
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
|
||||||
|
"Author": "goatzone",
|
||||||
|
"QuestSequence": [
|
||||||
|
{
|
||||||
|
"Sequence": 0,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1012289,
|
||||||
|
"Position": {
|
||||||
|
"X": 231.18933,
|
||||||
|
"Y": -72.92926,
|
||||||
|
"Z": -603.1434
|
||||||
|
},
|
||||||
|
"TerritoryId": 402,
|
||||||
|
"InteractionType": "AcceptQuest",
|
||||||
|
"Fly": true
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 1,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"Position": {
|
||||||
|
"X": 517.51276,
|
||||||
|
"Y": -40.378292,
|
||||||
|
"Z": -785.99677
|
||||||
|
},
|
||||||
|
"TerritoryId": 402,
|
||||||
|
"InteractionType": "Combat",
|
||||||
|
"EnemySpawnType": "OverworldEnemies",
|
||||||
|
"ComplexCombatData": [
|
||||||
|
{
|
||||||
|
"DataId": 4141,
|
||||||
|
"MinimumKillCount": 2
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"Fly": true,
|
||||||
|
"$": "FATE spawns on top of the suggested area, so we move a bit east."
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 255,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1012289,
|
||||||
|
"Position": {
|
||||||
|
"X": 231.18933,
|
||||||
|
"Y": -72.92926,
|
||||||
|
"Z": -603.1434
|
||||||
|
},
|
||||||
|
"TerritoryId": 402,
|
||||||
|
"InteractionType": "CompleteQuest",
|
||||||
|
"Fly": true
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
@ -0,0 +1,60 @@
|
|||||||
|
{
|
||||||
|
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
|
||||||
|
"Author": "goatzone",
|
||||||
|
"QuestSequence": [
|
||||||
|
{
|
||||||
|
"Sequence": 0,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1012290,
|
||||||
|
"Position": {
|
||||||
|
"X": 760.5248,
|
||||||
|
"Y": -30.307041,
|
||||||
|
"Z": -579.67505
|
||||||
|
},
|
||||||
|
"TerritoryId": 402,
|
||||||
|
"InteractionType": "AcceptQuest",
|
||||||
|
"Fly": true
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 1,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"Position": {
|
||||||
|
"X": 668.9029,
|
||||||
|
"Y": -86.006,
|
||||||
|
"Z": -775.5664
|
||||||
|
},
|
||||||
|
"TerritoryId": 402,
|
||||||
|
"InteractionType": "Combat",
|
||||||
|
"EnemySpawnType": "OverworldEnemies",
|
||||||
|
"ComplexCombatData": [
|
||||||
|
{
|
||||||
|
"DataId": 4046,
|
||||||
|
"MinimumKillCount": 4
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"Fly": true
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 255,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1012290,
|
||||||
|
"Position": {
|
||||||
|
"X": 760.5248,
|
||||||
|
"Y": -30.307041,
|
||||||
|
"Z": -579.67505
|
||||||
|
},
|
||||||
|
"TerritoryId": 402,
|
||||||
|
"InteractionType": "CompleteQuest",
|
||||||
|
"Fly": true
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
@ -0,0 +1,60 @@
|
|||||||
|
{
|
||||||
|
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
|
||||||
|
"Author": "goatzone",
|
||||||
|
"QuestSequence": [
|
||||||
|
{
|
||||||
|
"Sequence": 0,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1012291,
|
||||||
|
"Position": {
|
||||||
|
"X": 804.074,
|
||||||
|
"Y": -26.326342,
|
||||||
|
"Z": -527.48914
|
||||||
|
},
|
||||||
|
"TerritoryId": 402,
|
||||||
|
"InteractionType": "AcceptQuest"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 1,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"Position": {
|
||||||
|
"X": 355.31863,
|
||||||
|
"Y": -46.22946,
|
||||||
|
"Z": -507.70428
|
||||||
|
},
|
||||||
|
"TerritoryId": 402,
|
||||||
|
"InteractionType": "Combat",
|
||||||
|
"EnemySpawnType": "OverworldEnemies",
|
||||||
|
"ComplexCombatData": [
|
||||||
|
{
|
||||||
|
"DataId": 4072,
|
||||||
|
"MinimumKillCount": 4
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"Fly": true,
|
||||||
|
"$": "we go to the west of the marked area to avoid idling in the FATE that spawns on the east of it; we'll still path through it when we expend all the westward mobs, but that's just how they spawn, shrugging emoji."
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 255,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1012291,
|
||||||
|
"Position": {
|
||||||
|
"X": 804.074,
|
||||||
|
"Y": -26.326342,
|
||||||
|
"Z": -527.48914
|
||||||
|
},
|
||||||
|
"TerritoryId": 402,
|
||||||
|
"InteractionType": "CompleteQuest",
|
||||||
|
"Fly": true
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
@ -0,0 +1,55 @@
|
|||||||
|
{
|
||||||
|
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
|
||||||
|
"Author": "goatzone",
|
||||||
|
"QuestSequence": [
|
||||||
|
{
|
||||||
|
"Sequence": 0,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1012292,
|
||||||
|
"Position": {
|
||||||
|
"X": 583.9779,
|
||||||
|
"Y": 10.93506,
|
||||||
|
"Z": 100.02283
|
||||||
|
},
|
||||||
|
"TerritoryId": 402,
|
||||||
|
"InteractionType": "AcceptQuest",
|
||||||
|
"Fly": true
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 1,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"Position": {
|
||||||
|
"X": 773.4017,
|
||||||
|
"Y": -0.06258035,
|
||||||
|
"Z": 147.04689
|
||||||
|
},
|
||||||
|
"TerritoryId": 402,
|
||||||
|
"InteractionType": "Combat",
|
||||||
|
"EnemySpawnType": "OverworldEnemies",
|
||||||
|
"KillEnemyDataIds": [4669, 4970, 4671, 4672, 4673],
|
||||||
|
"Fly": true
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 255,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1012292,
|
||||||
|
"Position": {
|
||||||
|
"X": 583.9779,
|
||||||
|
"Y": 10.93506,
|
||||||
|
"Z": 100.02283
|
||||||
|
},
|
||||||
|
"TerritoryId": 402,
|
||||||
|
"InteractionType": "CompleteQuest",
|
||||||
|
"Fly": true
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
@ -0,0 +1,60 @@
|
|||||||
|
{
|
||||||
|
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
|
||||||
|
"Author": "goatzone",
|
||||||
|
"QuestSequence": [
|
||||||
|
{
|
||||||
|
"Sequence": 0,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1012293,
|
||||||
|
"Position": {
|
||||||
|
"X": 573.4187,
|
||||||
|
"Y": 13.072888,
|
||||||
|
"Z": 329.2439
|
||||||
|
},
|
||||||
|
"TerritoryId": 402,
|
||||||
|
"InteractionType": "AcceptQuest",
|
||||||
|
"Fly": true
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 1,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"Position": {
|
||||||
|
"X": 495.16974,
|
||||||
|
"Y": 31.67624,
|
||||||
|
"Z": 517.37463
|
||||||
|
},
|
||||||
|
"TerritoryId": 402,
|
||||||
|
"InteractionType": "Combat",
|
||||||
|
"EnemySpawnType": "OverworldEnemies",
|
||||||
|
"ComplexCombatData": [
|
||||||
|
{
|
||||||
|
"DataId": 4083,
|
||||||
|
"MinimumKillCount": 4
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"Fly": true
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 255,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1012293,
|
||||||
|
"Position": {
|
||||||
|
"X": 573.4187,
|
||||||
|
"Y": 13.072888,
|
||||||
|
"Z": 329.2439
|
||||||
|
},
|
||||||
|
"TerritoryId": 402,
|
||||||
|
"InteractionType": "CompleteQuest",
|
||||||
|
"Fly": true
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
@ -0,0 +1,156 @@
|
|||||||
|
{
|
||||||
|
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
|
||||||
|
"Author": "goatzone",
|
||||||
|
"QuestSequence": [
|
||||||
|
{
|
||||||
|
"Sequence": 0,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1012294,
|
||||||
|
"Position": {
|
||||||
|
"X": 366.4148,
|
||||||
|
"Y": 20.214104,
|
||||||
|
"Z": 756.7101
|
||||||
|
},
|
||||||
|
"TerritoryId": 402,
|
||||||
|
"InteractionType": "AcceptQuest",
|
||||||
|
"Fly": true
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 1,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"Position": {
|
||||||
|
"X": 505.4667,
|
||||||
|
"Y": 16.87959,
|
||||||
|
"Z": 751.14856
|
||||||
|
},
|
||||||
|
"TerritoryId": 402,
|
||||||
|
"InteractionType": "WalkTo",
|
||||||
|
"Fly": true,
|
||||||
|
"$": "can get stuck on the spire structure when trying to land. could land elsewhere but we want to start with this one because it's the first on foot, so if done before flying unlocked that would necessitate walking directly past it.",
|
||||||
|
"SkipConditions": {
|
||||||
|
"StepIf": {
|
||||||
|
"CompletionQuestVariablesFlags": [
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
64
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"DataId": 2005900,
|
||||||
|
"Position": {
|
||||||
|
"X": 506.76733,
|
||||||
|
"Y": 16.861145,
|
||||||
|
"Z": 750.24023
|
||||||
|
},
|
||||||
|
"TerritoryId": 402,
|
||||||
|
"InteractionType": "Interact",
|
||||||
|
"CompletionQuestVariablesFlags": [
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
64
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"DataId": 2005903,
|
||||||
|
"Position": {
|
||||||
|
"X": 544.64014,
|
||||||
|
"Y": 15.945618,
|
||||||
|
"Z": 760.61633
|
||||||
|
},
|
||||||
|
"TerritoryId": 402,
|
||||||
|
"InteractionType": "Interact",
|
||||||
|
"CompletionQuestVariablesFlags": [
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
8
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"DataId": 2005899,
|
||||||
|
"Position": {
|
||||||
|
"X": 545.4031,
|
||||||
|
"Y": 20.2182,
|
||||||
|
"Z": 802.8534
|
||||||
|
},
|
||||||
|
"TerritoryId": 402,
|
||||||
|
"InteractionType": "Interact",
|
||||||
|
"CompletionQuestVariablesFlags": [
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
128
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"DataId": 2005902,
|
||||||
|
"Position": {
|
||||||
|
"X": 614.6791,
|
||||||
|
"Y": 20.2182,
|
||||||
|
"Z": 758.938
|
||||||
|
},
|
||||||
|
"TerritoryId": 402,
|
||||||
|
"InteractionType": "Interact",
|
||||||
|
"CompletionQuestVariablesFlags": [
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
16
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"DataId": 2005901,
|
||||||
|
"Position": {
|
||||||
|
"X": 605.3406,
|
||||||
|
"Y": 15.945618,
|
||||||
|
"Z": 708.06433
|
||||||
|
},
|
||||||
|
"TerritoryId": 402,
|
||||||
|
"InteractionType": "Interact",
|
||||||
|
"CompletionQuestVariablesFlags": [
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
32
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 255,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1012294,
|
||||||
|
"Position": {
|
||||||
|
"X": 366.4148,
|
||||||
|
"Y": 20.214104,
|
||||||
|
"Z": 756.7101
|
||||||
|
},
|
||||||
|
"TerritoryId": 402,
|
||||||
|
"InteractionType": "CompleteQuest",
|
||||||
|
"Fly": true
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
@ -0,0 +1,60 @@
|
|||||||
|
{
|
||||||
|
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
|
||||||
|
"Author": "goatzone",
|
||||||
|
"QuestSequence": [
|
||||||
|
{
|
||||||
|
"Sequence": 0,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1012295,
|
||||||
|
"Position": {
|
||||||
|
"X": 214.64856,
|
||||||
|
"Y": 13.75853,
|
||||||
|
"Z": 536.9801
|
||||||
|
},
|
||||||
|
"TerritoryId": 402,
|
||||||
|
"InteractionType": "AcceptQuest",
|
||||||
|
"Fly": true
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 1,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"Position": {
|
||||||
|
"X": 144.31177,
|
||||||
|
"Y": 5.9740877,
|
||||||
|
"Z": 387.8086
|
||||||
|
},
|
||||||
|
"TerritoryId": 402,
|
||||||
|
"InteractionType": "Combat",
|
||||||
|
"EnemySpawnType": "OverworldEnemies",
|
||||||
|
"ComplexCombatData": [
|
||||||
|
{
|
||||||
|
"DataId": 4630,
|
||||||
|
"MinimumKillCount": 3
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"Fly": true
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 255,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1012295,
|
||||||
|
"Position": {
|
||||||
|
"X": 214.64856,
|
||||||
|
"Y": 13.75853,
|
||||||
|
"Z": 536.9801
|
||||||
|
},
|
||||||
|
"TerritoryId": 402,
|
||||||
|
"InteractionType": "CompleteQuest",
|
||||||
|
"Fly": true
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
@ -0,0 +1,85 @@
|
|||||||
|
{
|
||||||
|
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
|
||||||
|
"Author": "goatzone",
|
||||||
|
"QuestSequence": [
|
||||||
|
{
|
||||||
|
"Sequence": 0,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1012296,
|
||||||
|
"Position": {
|
||||||
|
"X": -658.32,
|
||||||
|
"Y": -75.48534,
|
||||||
|
"Z": 699.1531
|
||||||
|
},
|
||||||
|
"TerritoryId": 402,
|
||||||
|
"InteractionType": "AcceptQuest",
|
||||||
|
"Fly": true
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 1,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"Position": {
|
||||||
|
"X": -345.30673,
|
||||||
|
"Y": -89.61499,
|
||||||
|
"Z": 353.53
|
||||||
|
},
|
||||||
|
"TerritoryId": 402,
|
||||||
|
"InteractionType": "Combat",
|
||||||
|
"EnemySpawnType": "OverworldEnemies",
|
||||||
|
"ComplexCombatData": [
|
||||||
|
{
|
||||||
|
"DataId": 4075,
|
||||||
|
"MinimumKillCount": 3
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"CompletionQuestVariablesFlags": [
|
||||||
|
{ "Low": 3 },
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
null
|
||||||
|
],
|
||||||
|
"Fly": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Position": {
|
||||||
|
"X": -553.4664,
|
||||||
|
"Y": -104.895905,
|
||||||
|
"Z": 175.68343
|
||||||
|
},
|
||||||
|
"TerritoryId": 402,
|
||||||
|
"InteractionType": "Combat",
|
||||||
|
"EnemySpawnType": "OverworldEnemies",
|
||||||
|
"ComplexCombatData": [
|
||||||
|
{
|
||||||
|
"DataId": 4668,
|
||||||
|
"MinimumKillCount": 3
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"Fly": true
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 255,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1012296,
|
||||||
|
"Position": {
|
||||||
|
"X": -658.32,
|
||||||
|
"Y": -75.48534,
|
||||||
|
"Z": 699.1531
|
||||||
|
},
|
||||||
|
"TerritoryId": 402,
|
||||||
|
"InteractionType": "CompleteQuest",
|
||||||
|
"Fly": true
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
@ -0,0 +1,60 @@
|
|||||||
|
{
|
||||||
|
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
|
||||||
|
"Author": "goatzone",
|
||||||
|
"QuestSequence": [
|
||||||
|
{
|
||||||
|
"Sequence": 0,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1012297,
|
||||||
|
"Position": {
|
||||||
|
"X": -554.95544,
|
||||||
|
"Y": -89.69182,
|
||||||
|
"Z": 771.87756
|
||||||
|
},
|
||||||
|
"TerritoryId": 402,
|
||||||
|
"InteractionType": "AcceptQuest",
|
||||||
|
"Fly": true
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 1,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"Position": {
|
||||||
|
"X": -679.16223,
|
||||||
|
"Y": -48.151093,
|
||||||
|
"Z": 542.7097
|
||||||
|
},
|
||||||
|
"TerritoryId": 402,
|
||||||
|
"InteractionType": "Combat",
|
||||||
|
"EnemySpawnType": "OverworldEnemies",
|
||||||
|
"ComplexCombatData": [
|
||||||
|
{
|
||||||
|
"DataId": 4095,
|
||||||
|
"MinimumKillCount": 4
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"Fly": true
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 255,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1012297,
|
||||||
|
"Position": {
|
||||||
|
"X": -554.95544,
|
||||||
|
"Y": -89.69182,
|
||||||
|
"Z": 771.87756
|
||||||
|
},
|
||||||
|
"TerritoryId": 402,
|
||||||
|
"InteractionType": "CompleteQuest",
|
||||||
|
"Fly": true
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
@ -0,0 +1,116 @@
|
|||||||
|
{
|
||||||
|
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
|
||||||
|
"Author": "goatzone",
|
||||||
|
"QuestSequence": [
|
||||||
|
{
|
||||||
|
"Sequence": 0,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1012298,
|
||||||
|
"Position": {
|
||||||
|
"X": -192.67572,
|
||||||
|
"Y": -102.749916,
|
||||||
|
"Z": 476.9817
|
||||||
|
},
|
||||||
|
"TerritoryId": 402,
|
||||||
|
"InteractionType": "AcceptQuest",
|
||||||
|
"Fly": true
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 1,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"Position": {
|
||||||
|
"X": -375.98807,
|
||||||
|
"Y": -106.10026,
|
||||||
|
"Z": 710.48956
|
||||||
|
},
|
||||||
|
"TerritoryId": 402,
|
||||||
|
"InteractionType": "Combat",
|
||||||
|
"EnemySpawnType": "AutoOnEnterArea",
|
||||||
|
"ComplexCombatData": [
|
||||||
|
{
|
||||||
|
"DataId": 4493,
|
||||||
|
"MinimumKillCount": 1
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"CompletionQuestVariablesFlags": [
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
128
|
||||||
|
],
|
||||||
|
"Fly": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Position": {
|
||||||
|
"X": -372.88766,
|
||||||
|
"Y": -105.78837,
|
||||||
|
"Z": 746.95245
|
||||||
|
},
|
||||||
|
"TerritoryId": 402,
|
||||||
|
"InteractionType": "Combat",
|
||||||
|
"EnemySpawnType": "AutoOnEnterArea",
|
||||||
|
"ComplexCombatData": [
|
||||||
|
{
|
||||||
|
"DataId": 4493,
|
||||||
|
"MinimumKillCount": 1
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"CompletionQuestVariablesFlags": [
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
64
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Position": {
|
||||||
|
"X": -321.94852,
|
||||||
|
"Y": -106.57244,
|
||||||
|
"Z": 716.5662
|
||||||
|
},
|
||||||
|
"TerritoryId": 402,
|
||||||
|
"InteractionType": "Combat",
|
||||||
|
"EnemySpawnType": "AutoOnEnterArea",
|
||||||
|
"ComplexCombatData": [
|
||||||
|
{
|
||||||
|
"DataId": 4493,
|
||||||
|
"MinimumKillCount": 1
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"CompletionQuestVariablesFlags": [
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
32
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 255,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1012298,
|
||||||
|
"Position": {
|
||||||
|
"X": -192.67572,
|
||||||
|
"Y": -102.749916,
|
||||||
|
"Z": 476.9817
|
||||||
|
},
|
||||||
|
"TerritoryId": 402,
|
||||||
|
"InteractionType": "CompleteQuest",
|
||||||
|
"Fly": true
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
@ -0,0 +1,126 @@
|
|||||||
|
{
|
||||||
|
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
|
||||||
|
"Author": "Thaksin",
|
||||||
|
"QuestSequence": [
|
||||||
|
{
|
||||||
|
"Sequence": 0,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1013710,
|
||||||
|
"Position": {
|
||||||
|
"X": -294.6975,
|
||||||
|
"Y": 126.84874,
|
||||||
|
"Z": 4.5318604
|
||||||
|
},
|
||||||
|
"TerritoryId": 397,
|
||||||
|
"InteractionType": "AcceptQuest"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 1,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1014133,
|
||||||
|
"Position": {
|
||||||
|
"X": -259.84595,
|
||||||
|
"Y": 126.44779,
|
||||||
|
"Z": 1.9073486
|
||||||
|
},
|
||||||
|
"TerritoryId": 397,
|
||||||
|
"InteractionType": "Interact"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 2,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 2006005,
|
||||||
|
"Position": {
|
||||||
|
"X": -157.70203,
|
||||||
|
"Y": 110.73462,
|
||||||
|
"Z": -52.414795
|
||||||
|
},
|
||||||
|
"TerritoryId": 397,
|
||||||
|
"InteractionType": "Interact",
|
||||||
|
"CompletionQuestVariablesFlags": [
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
128
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"DataId": 2006006,
|
||||||
|
"Position": {
|
||||||
|
"X": -228.25977,
|
||||||
|
"Y": 112.47424,
|
||||||
|
"Z": -127.55017
|
||||||
|
},
|
||||||
|
"TerritoryId": 397,
|
||||||
|
"InteractionType": "Interact",
|
||||||
|
"CompletionQuestVariablesFlags": [
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
64
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"DataId": 2006007,
|
||||||
|
"Position": {
|
||||||
|
"X": -348.10413,
|
||||||
|
"Y": 116.50256,
|
||||||
|
"Z": -91.93567
|
||||||
|
},
|
||||||
|
"TerritoryId": 397,
|
||||||
|
"InteractionType": "Interact",
|
||||||
|
"CompletionQuestVariablesFlags": [
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
32
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 3,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1014133,
|
||||||
|
"Position": {
|
||||||
|
"X": -259.84595,
|
||||||
|
"Y": 126.44779,
|
||||||
|
"Z": 1.9073486
|
||||||
|
},
|
||||||
|
"TerritoryId": 397,
|
||||||
|
"InteractionType": "Interact"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 255,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1013710,
|
||||||
|
"Position": {
|
||||||
|
"X": -294.6975,
|
||||||
|
"Y": 126.84874,
|
||||||
|
"Z": 4.5318604
|
||||||
|
},
|
||||||
|
"TerritoryId": 397,
|
||||||
|
"InteractionType": "CompleteQuest",
|
||||||
|
"NextQuestId": 1764
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
@ -0,0 +1,98 @@
|
|||||||
|
{
|
||||||
|
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
|
||||||
|
"Author": "Thaksin",
|
||||||
|
"QuestSequence": [
|
||||||
|
{
|
||||||
|
"Sequence": 0,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1013710,
|
||||||
|
"Position": {
|
||||||
|
"X": -294.6975,
|
||||||
|
"Y": 126.84874,
|
||||||
|
"Z": 4.5318604
|
||||||
|
},
|
||||||
|
"TerritoryId": 397,
|
||||||
|
"InteractionType": "AcceptQuest"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 1,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1014134,
|
||||||
|
"Position": {
|
||||||
|
"X": -293.23267,
|
||||||
|
"Y": 126.85495,
|
||||||
|
"Z": 5.2643433
|
||||||
|
},
|
||||||
|
"TerritoryId": 397,
|
||||||
|
"InteractionType": "Interact"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 2,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"Fly": true,
|
||||||
|
"DataId": 1014136,
|
||||||
|
"Position": {
|
||||||
|
"X": 292.74426,
|
||||||
|
"Y": 132.44626,
|
||||||
|
"Z": -244.73944
|
||||||
|
},
|
||||||
|
"TerritoryId": 397,
|
||||||
|
"InteractionType": "Interact"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Position": {
|
||||||
|
"X": 289.0053,
|
||||||
|
"Y": 132.30807,
|
||||||
|
"Z": -233.57523
|
||||||
|
},
|
||||||
|
"DataId": 4041,
|
||||||
|
"TerritoryId": 397,
|
||||||
|
"InteractionType": "Combat",
|
||||||
|
"EnemySpawnType": "AfterInteraction",
|
||||||
|
"KillEnemyDataIds": [
|
||||||
|
4041
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 3,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1014136,
|
||||||
|
"Position": {
|
||||||
|
"X": 292.74426,
|
||||||
|
"Y": 132.44626,
|
||||||
|
"Z": -244.73944
|
||||||
|
},
|
||||||
|
"TerritoryId": 397,
|
||||||
|
"InteractionType": "Interact"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 255,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"Fly": true,
|
||||||
|
"DataId": 1013710,
|
||||||
|
"Position": {
|
||||||
|
"X": -294.6975,
|
||||||
|
"Y": 126.84874,
|
||||||
|
"Z": 4.5318604
|
||||||
|
},
|
||||||
|
"TerritoryId": 397,
|
||||||
|
"InteractionType": "CompleteQuest",
|
||||||
|
"NextQuestId": 1765
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
@ -0,0 +1,99 @@
|
|||||||
|
{
|
||||||
|
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
|
||||||
|
"Author": "Thaksin",
|
||||||
|
"QuestSequence": [
|
||||||
|
{
|
||||||
|
"Sequence": 0,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1013710,
|
||||||
|
"Position": {
|
||||||
|
"X": -294.6975,
|
||||||
|
"Y": 126.84874,
|
||||||
|
"Z": 4.5318604
|
||||||
|
},
|
||||||
|
"TerritoryId": 397,
|
||||||
|
"InteractionType": "AcceptQuest"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 1,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1014138,
|
||||||
|
"Position": {
|
||||||
|
"X": -219.19586,
|
||||||
|
"Y": 112.21238,
|
||||||
|
"Z": -244.1596
|
||||||
|
},
|
||||||
|
"TerritoryId": 397,
|
||||||
|
"InteractionType": "Interact",
|
||||||
|
"Fly": true
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 2,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"Fly": true,
|
||||||
|
"DataId": 4470,
|
||||||
|
"Position": {
|
||||||
|
"X": -468.44992,
|
||||||
|
"Y": 93.85853,
|
||||||
|
"Z": -506.40417
|
||||||
|
},
|
||||||
|
"TerritoryId": 397,
|
||||||
|
"InteractionType": "Combat",
|
||||||
|
"EnemySpawnType": "AutoOnEnterArea",
|
||||||
|
"KillEnemyDataIds": [
|
||||||
|
4470
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 3,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"Position": {
|
||||||
|
"X": -219.1624,
|
||||||
|
"Y": 112.29031,
|
||||||
|
"Z": -239.88861
|
||||||
|
},
|
||||||
|
"TerritoryId": 397,
|
||||||
|
"InteractionType": "WalkTo",
|
||||||
|
"Fly": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"DataId": 1014138,
|
||||||
|
"Position": {
|
||||||
|
"X": -219.19586,
|
||||||
|
"Y": 112.21238,
|
||||||
|
"Z": -244.1596
|
||||||
|
},
|
||||||
|
"TerritoryId": 397,
|
||||||
|
"InteractionType": "Interact"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 255,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1013710,
|
||||||
|
"Position": {
|
||||||
|
"X": -294.6975,
|
||||||
|
"Y": 126.84874,
|
||||||
|
"Z": 4.5318604
|
||||||
|
},
|
||||||
|
"TerritoryId": 397,
|
||||||
|
"InteractionType": "CompleteQuest",
|
||||||
|
"NextQuestId": 1766,
|
||||||
|
"Fly": true
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
@ -0,0 +1,107 @@
|
|||||||
|
{
|
||||||
|
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
|
||||||
|
"Author": "Thaksin",
|
||||||
|
"QuestSequence": [
|
||||||
|
{
|
||||||
|
"Sequence": 0,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1013710,
|
||||||
|
"Position": {
|
||||||
|
"X": -294.6975,
|
||||||
|
"Y": 126.84874,
|
||||||
|
"Z": 4.5318604
|
||||||
|
},
|
||||||
|
"TerritoryId": 397,
|
||||||
|
"InteractionType": "AcceptQuest"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 1,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1014138,
|
||||||
|
"Position": {
|
||||||
|
"X": -219.19586,
|
||||||
|
"Y": 112.21238,
|
||||||
|
"Z": -244.1596
|
||||||
|
},
|
||||||
|
"TerritoryId": 397,
|
||||||
|
"InteractionType": "Interact",
|
||||||
|
"Fly": true
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 2,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"Fly": true,
|
||||||
|
"DataId": 1014140,
|
||||||
|
"Position": {
|
||||||
|
"X": -472.19043,
|
||||||
|
"Y": 93.87282,
|
||||||
|
"Z": -503.7156
|
||||||
|
},
|
||||||
|
"TerritoryId": 397,
|
||||||
|
"InteractionType": "Interact"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 3,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 4468,
|
||||||
|
"Position": {
|
||||||
|
"X": -696.8278,
|
||||||
|
"Y": 100.08534,
|
||||||
|
"Z": -603.926
|
||||||
|
},
|
||||||
|
"StopDistance": 0.5,
|
||||||
|
"TerritoryId": 397,
|
||||||
|
"InteractionType": "Combat",
|
||||||
|
"KillEnemyDataIds": [
|
||||||
|
4468
|
||||||
|
],
|
||||||
|
"EnemySpawnType": "AutoOnEnterArea",
|
||||||
|
"Fly": true
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 4,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1014140,
|
||||||
|
"Position": {
|
||||||
|
"X": -472.19043,
|
||||||
|
"Y": 93.87282,
|
||||||
|
"Z": -503.7156
|
||||||
|
},
|
||||||
|
"TerritoryId": 397,
|
||||||
|
"InteractionType": "Interact",
|
||||||
|
"Fly": true
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 255,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"Fly": true,
|
||||||
|
"DataId": 1013710,
|
||||||
|
"Position": {
|
||||||
|
"X": -294.6975,
|
||||||
|
"Y": 126.84874,
|
||||||
|
"Z": 4.5318604
|
||||||
|
},
|
||||||
|
"TerritoryId": 397,
|
||||||
|
"InteractionType": "CompleteQuest",
|
||||||
|
"NextQuestId": 1769
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
@ -0,0 +1,185 @@
|
|||||||
|
{
|
||||||
|
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
|
||||||
|
"Author": "Thaksin",
|
||||||
|
"QuestSequence": [
|
||||||
|
{
|
||||||
|
"Sequence": 0,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1013710,
|
||||||
|
"Position": {
|
||||||
|
"X": -294.6975,
|
||||||
|
"Y": 126.84874,
|
||||||
|
"Z": 4.5318604
|
||||||
|
},
|
||||||
|
"TerritoryId": 397,
|
||||||
|
"InteractionType": "AcceptQuest"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 1,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"Fly": true,
|
||||||
|
"DataId": 1014142,
|
||||||
|
"Position": {
|
||||||
|
"X": -290.33344,
|
||||||
|
"Y": 76.98337,
|
||||||
|
"Z": -259.93744
|
||||||
|
},
|
||||||
|
"TerritoryId": 397,
|
||||||
|
"InteractionType": "Interact"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 2,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 2006013,
|
||||||
|
"Position": {
|
||||||
|
"X": -287.76996,
|
||||||
|
"Y": 77.74463,
|
||||||
|
"Z": -278.00415
|
||||||
|
},
|
||||||
|
"TerritoryId": 397,
|
||||||
|
"InteractionType": "Interact"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 3,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1014142,
|
||||||
|
"Position": {
|
||||||
|
"X": -290.33344,
|
||||||
|
"Y": 76.98337,
|
||||||
|
"Z": -259.93744
|
||||||
|
},
|
||||||
|
"TerritoryId": 397,
|
||||||
|
"InteractionType": "Interact"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 4,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 2006014,
|
||||||
|
"Position": {
|
||||||
|
"X": -291.8593,
|
||||||
|
"Y": 76.98169,
|
||||||
|
"Z": -261.0056
|
||||||
|
},
|
||||||
|
"TerritoryId": 397,
|
||||||
|
"InteractionType": "Interact"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"DataId": 4037,
|
||||||
|
"Position": {
|
||||||
|
"X": -285.1214,
|
||||||
|
"Y": 76.98337,
|
||||||
|
"Z": -275.5287
|
||||||
|
},
|
||||||
|
"TerritoryId": 397,
|
||||||
|
"InteractionType": "Combat",
|
||||||
|
"KillEnemyDataIds": [4037],
|
||||||
|
"EnemySpawnType": "AfterInteraction"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 5,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1014142,
|
||||||
|
"Position": {
|
||||||
|
"X": -290.33344,
|
||||||
|
"Y": 76.98337,
|
||||||
|
"Z": -259.93744
|
||||||
|
},
|
||||||
|
"TerritoryId": 397,
|
||||||
|
"InteractionType": "Interact"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 6,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"Fly": true,
|
||||||
|
"DataId": 1013710,
|
||||||
|
"Position": {
|
||||||
|
"X": -294.6975,
|
||||||
|
"Y": 126.84874,
|
||||||
|
"Z": 4.5318604
|
||||||
|
},
|
||||||
|
"TerritoryId": 397,
|
||||||
|
"InteractionType": "Interact"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 7,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1014144,
|
||||||
|
"Position": {
|
||||||
|
"X": -258.16742,
|
||||||
|
"Y": 126.98671,
|
||||||
|
"Z": 12.77179
|
||||||
|
},
|
||||||
|
"TerritoryId": 397,
|
||||||
|
"InteractionType": "Interact"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 8,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 2006015,
|
||||||
|
"Position": {
|
||||||
|
"X": -252.33844,
|
||||||
|
"Y": 127.00073,
|
||||||
|
"Z": 11.093262
|
||||||
|
},
|
||||||
|
"TerritoryId": 397,
|
||||||
|
"InteractionType": "Interact"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 9,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1014144,
|
||||||
|
"Position": {
|
||||||
|
"X": -258.16742,
|
||||||
|
"Y": 126.98671,
|
||||||
|
"Z": 12.77179
|
||||||
|
},
|
||||||
|
"TerritoryId": 397,
|
||||||
|
"InteractionType": "Interact"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 255,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1013710,
|
||||||
|
"Position": {
|
||||||
|
"X": -294.6975,
|
||||||
|
"Y": 126.84874,
|
||||||
|
"Z": 4.5318604
|
||||||
|
},
|
||||||
|
"TerritoryId": 397,
|
||||||
|
"InteractionType": "CompleteQuest"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
@ -0,0 +1,121 @@
|
|||||||
|
{
|
||||||
|
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
|
||||||
|
"Author": "Thaksin",
|
||||||
|
"QuestSequence": [
|
||||||
|
{
|
||||||
|
"Sequence": 0,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1014146,
|
||||||
|
"Position": {
|
||||||
|
"X": -258.74725,
|
||||||
|
"Y": 126.98546,
|
||||||
|
"Z": 12.649658
|
||||||
|
},
|
||||||
|
"TerritoryId": 397,
|
||||||
|
"InteractionType": "AcceptQuest"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 1,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1014147,
|
||||||
|
"Position": {
|
||||||
|
"X": -256.97723,
|
||||||
|
"Y": 126.99508,
|
||||||
|
"Z": 13.168518
|
||||||
|
},
|
||||||
|
"TerritoryId": 397,
|
||||||
|
"InteractionType": "Interact"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 2,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"Fly": true,
|
||||||
|
"Position": {
|
||||||
|
"X": -298.8484,
|
||||||
|
"Y": 221.68138,
|
||||||
|
"Z": 548.0529
|
||||||
|
},
|
||||||
|
"TerritoryId": 397,
|
||||||
|
"InteractionType": "WalkTo"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Land": true,
|
||||||
|
"DataId": 1014149,
|
||||||
|
"Position": {
|
||||||
|
"X": -294.5144,
|
||||||
|
"Y": 221.58685,
|
||||||
|
"Z": 545.922
|
||||||
|
},
|
||||||
|
"TerritoryId": 397,
|
||||||
|
"InteractionType": "Interact"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 3,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 2006017,
|
||||||
|
"Position": {
|
||||||
|
"X": -253.34558,
|
||||||
|
"Y": 221.36255,
|
||||||
|
"Z": 528.92346
|
||||||
|
},
|
||||||
|
"TerritoryId": 397,
|
||||||
|
"InteractionType": "Interact"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"DataId": 4076,
|
||||||
|
"Position": {
|
||||||
|
"X": -257.5558,
|
||||||
|
"Y": 221.35532,
|
||||||
|
"Z": 520.9053
|
||||||
|
},
|
||||||
|
"TerritoryId": 397,
|
||||||
|
"InteractionType": "Combat",
|
||||||
|
"KillEnemyDataIds": [4076],
|
||||||
|
"EnemySpawnType": "AfterInteraction"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 4,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1014149,
|
||||||
|
"Position": {
|
||||||
|
"X": -294.5144,
|
||||||
|
"Y": 221.58685,
|
||||||
|
"Z": 545.922
|
||||||
|
},
|
||||||
|
"TerritoryId": 397,
|
||||||
|
"InteractionType": "Interact"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 255,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"Fly": true,
|
||||||
|
"DataId": 1014146,
|
||||||
|
"Position": {
|
||||||
|
"X": -258.74725,
|
||||||
|
"Y": 126.98546,
|
||||||
|
"Z": 12.649658
|
||||||
|
},
|
||||||
|
"TerritoryId": 397,
|
||||||
|
"InteractionType": "CompleteQuest",
|
||||||
|
"NextQuestId": 1890
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
@ -0,0 +1,92 @@
|
|||||||
|
{
|
||||||
|
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
|
||||||
|
"Author": "Thaksin",
|
||||||
|
"QuestSequence": [
|
||||||
|
{
|
||||||
|
"Sequence": 0,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1014146,
|
||||||
|
"Position": {
|
||||||
|
"X": -258.74725,
|
||||||
|
"Y": 126.98546,
|
||||||
|
"Z": 12.649658
|
||||||
|
},
|
||||||
|
"TerritoryId": 397,
|
||||||
|
"InteractionType": "AcceptQuest"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 1,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"Position": {
|
||||||
|
"X": -297.49585,
|
||||||
|
"Y": 219.87524,
|
||||||
|
"Z": 281.65045
|
||||||
|
},
|
||||||
|
"TerritoryId": 397,
|
||||||
|
"InteractionType": "Combat",
|
||||||
|
"EnemySpawnType": "OverworldEnemies",
|
||||||
|
"ComplexCombatData": [
|
||||||
|
{
|
||||||
|
"DataId": 3992,
|
||||||
|
"MinimumKillCount": 5
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"Fly": true
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 2,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"Fly": true,
|
||||||
|
"DataId": 1014150,
|
||||||
|
"Position": {
|
||||||
|
"X": 507.13354,
|
||||||
|
"Y": 217.95148,
|
||||||
|
"Z": 791.37854
|
||||||
|
},
|
||||||
|
"TerritoryId": 397,
|
||||||
|
"InteractionType": "Interact",
|
||||||
|
"AetheryteShortcut": "Coerthas Western Highlands - Falcon's Nest"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 255,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"Position": {
|
||||||
|
"X": -110.26132,
|
||||||
|
"Y": 153.61101,
|
||||||
|
"Z": 10.394781
|
||||||
|
},
|
||||||
|
"TerritoryId": 397,
|
||||||
|
"InteractionType": "WalkTo",
|
||||||
|
"Fly": true,
|
||||||
|
"SkipConditions": {
|
||||||
|
"StepIf": {
|
||||||
|
"Flying": "Locked"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Fly": true,
|
||||||
|
"DataId": 1014146,
|
||||||
|
"Position": {
|
||||||
|
"X": -258.74725,
|
||||||
|
"Y": 126.98546,
|
||||||
|
"Z": 12.649658
|
||||||
|
},
|
||||||
|
"TerritoryId": 397,
|
||||||
|
"InteractionType": "CompleteQuest",
|
||||||
|
"NextQuestId": 1891
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
@ -0,0 +1,98 @@
|
|||||||
|
{
|
||||||
|
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
|
||||||
|
"Author": "Thaksin",
|
||||||
|
"QuestSequence": [
|
||||||
|
{
|
||||||
|
"Sequence": 0,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1014146,
|
||||||
|
"Position": {
|
||||||
|
"X": -258.74725,
|
||||||
|
"Y": 126.98546,
|
||||||
|
"Z": 12.649658
|
||||||
|
},
|
||||||
|
"TerritoryId": 397,
|
||||||
|
"InteractionType": "AcceptQuest"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 1,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"Fly": true,
|
||||||
|
"DataId": 1014151,
|
||||||
|
"Position": {
|
||||||
|
"X": -156.08453,
|
||||||
|
"Y": 219.14235,
|
||||||
|
"Z": 669.7031
|
||||||
|
},
|
||||||
|
"TerritoryId": 397,
|
||||||
|
"InteractionType": "Interact"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"DataId": 732,
|
||||||
|
"Position": {
|
||||||
|
"X": -151.29321,
|
||||||
|
"Y": 218.95082,
|
||||||
|
"Z": 669.4895
|
||||||
|
},
|
||||||
|
"TerritoryId": 397,
|
||||||
|
"InteractionType": "Combat",
|
||||||
|
"EnemySpawnType": "AfterInteraction",
|
||||||
|
"KillEnemyDataIds": [
|
||||||
|
732
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 2,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1014151,
|
||||||
|
"Position": {
|
||||||
|
"X": -156.08453,
|
||||||
|
"Y": 219.14235,
|
||||||
|
"Z": 669.7031
|
||||||
|
},
|
||||||
|
"TerritoryId": 397,
|
||||||
|
"InteractionType": "Interact"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 3,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1014151,
|
||||||
|
"Position": {
|
||||||
|
"X": -156.08453,
|
||||||
|
"Y": 219.14235,
|
||||||
|
"Z": 669.7031
|
||||||
|
},
|
||||||
|
"TerritoryId": 397,
|
||||||
|
"InteractionType": "Interact"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 255,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"Fly": true,
|
||||||
|
"DataId": 1014146,
|
||||||
|
"Position": {
|
||||||
|
"X": -258.74725,
|
||||||
|
"Y": 126.98546,
|
||||||
|
"Z": 12.649658
|
||||||
|
},
|
||||||
|
"TerritoryId": 397,
|
||||||
|
"InteractionType": "CompleteQuest",
|
||||||
|
"NextQuestId": 1892
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
@ -0,0 +1,83 @@
|
|||||||
|
{
|
||||||
|
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
|
||||||
|
"Author": "Thaksin",
|
||||||
|
"QuestSequence": [
|
||||||
|
{
|
||||||
|
"Sequence": 0,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1014146,
|
||||||
|
"Position": {
|
||||||
|
"X": -258.74725,
|
||||||
|
"Y": 126.98546,
|
||||||
|
"Z": 12.649658
|
||||||
|
},
|
||||||
|
"TerritoryId": 397,
|
||||||
|
"InteractionType": "AcceptQuest"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 1,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"Fly": true,
|
||||||
|
"DataId": 2006019,
|
||||||
|
"Position": {
|
||||||
|
"X": -152.42242,
|
||||||
|
"Y": 219.62305,
|
||||||
|
"Z": 669.94727
|
||||||
|
},
|
||||||
|
"TerritoryId": 397,
|
||||||
|
"InteractionType": "Interact"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"DataId": 4782,
|
||||||
|
"Position": {
|
||||||
|
"X": -158.97404,
|
||||||
|
"Y": 219.45131,
|
||||||
|
"Z": 672.79553
|
||||||
|
},
|
||||||
|
"TerritoryId": 397,
|
||||||
|
"KillEnemyDataIds": [
|
||||||
|
4782
|
||||||
|
],
|
||||||
|
"InteractionType": "Combat",
|
||||||
|
"EnemySpawnType": "AfterInteraction"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 2,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 2006181,
|
||||||
|
"Position": {
|
||||||
|
"X": -152.42242,
|
||||||
|
"Y": 219.62305,
|
||||||
|
"Z": 669.94727
|
||||||
|
},
|
||||||
|
"TerritoryId": 397,
|
||||||
|
"InteractionType": "Interact"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 255,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"Fly": true,
|
||||||
|
"DataId": 1014146,
|
||||||
|
"Position": {
|
||||||
|
"X": -258.74725,
|
||||||
|
"Y": 126.98546,
|
||||||
|
"Z": 12.649658
|
||||||
|
},
|
||||||
|
"TerritoryId": 397,
|
||||||
|
"InteractionType": "CompleteQuest",
|
||||||
|
"NextQuestId": 1893
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
@ -0,0 +1,113 @@
|
|||||||
|
{
|
||||||
|
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
|
||||||
|
"Author": "Thaksin",
|
||||||
|
"QuestSequence": [
|
||||||
|
{
|
||||||
|
"Sequence": 0,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1014146,
|
||||||
|
"Position": {
|
||||||
|
"X": -258.74725,
|
||||||
|
"Y": 126.98546,
|
||||||
|
"Z": 12.649658
|
||||||
|
},
|
||||||
|
"TerritoryId": 397,
|
||||||
|
"InteractionType": "AcceptQuest"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 1,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1011907,
|
||||||
|
"Position": {
|
||||||
|
"X": -288.8686,
|
||||||
|
"Y": 127.06639,
|
||||||
|
"Z": 13.199036
|
||||||
|
},
|
||||||
|
"TerritoryId": 397,
|
||||||
|
"InteractionType": "Interact",
|
||||||
|
"CompletionQuestVariablesFlags": [
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
128
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"DataId": 1011910,
|
||||||
|
"Position": {
|
||||||
|
"X": -298.26813,
|
||||||
|
"Y": 126.67049,
|
||||||
|
"Z": -1.4191895
|
||||||
|
},
|
||||||
|
"TerritoryId": 397,
|
||||||
|
"InteractionType": "Interact",
|
||||||
|
"CompletionQuestVariablesFlags": [
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
64
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"DataId": 1014133,
|
||||||
|
"Position": {
|
||||||
|
"X": -259.84595,
|
||||||
|
"Y": 126.44779,
|
||||||
|
"Z": 1.9073486
|
||||||
|
},
|
||||||
|
"TerritoryId": 397,
|
||||||
|
"InteractionType": "Interact",
|
||||||
|
"CompletionQuestVariablesFlags": [
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
32
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 2,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"Fly": true,
|
||||||
|
"DataId": 1014152,
|
||||||
|
"Position": {
|
||||||
|
"X": 496.1776,
|
||||||
|
"Y": 133.93082,
|
||||||
|
"Z": -862.2416
|
||||||
|
},
|
||||||
|
"TerritoryId": 397,
|
||||||
|
"InteractionType": "Interact"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 255,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"Fly": true,
|
||||||
|
"DataId": 1014153,
|
||||||
|
"Position": {
|
||||||
|
"X": -295.82666,
|
||||||
|
"Y": 126.83744,
|
||||||
|
"Z": 3.829956
|
||||||
|
},
|
||||||
|
"TerritoryId": 397,
|
||||||
|
"InteractionType": "CompleteQuest",
|
||||||
|
"NextQuestId": 1898
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
@ -0,0 +1,229 @@
|
|||||||
|
{
|
||||||
|
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
|
||||||
|
"Author": "Thaksin",
|
||||||
|
"QuestSequence": [
|
||||||
|
{
|
||||||
|
"Sequence": 0,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1013710,
|
||||||
|
"Position": {
|
||||||
|
"X": -294.6975,
|
||||||
|
"Y": 126.84874,
|
||||||
|
"Z": 4.5318604
|
||||||
|
},
|
||||||
|
"TerritoryId": 397,
|
||||||
|
"InteractionType": "AcceptQuest"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 1,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1014153,
|
||||||
|
"Position": {
|
||||||
|
"X": -295.82666,
|
||||||
|
"Y": 126.83744,
|
||||||
|
"Z": 3.829956
|
||||||
|
},
|
||||||
|
"TerritoryId": 397,
|
||||||
|
"InteractionType": "Interact"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 2,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1013710,
|
||||||
|
"Position": {
|
||||||
|
"X": -294.6975,
|
||||||
|
"Y": 126.84874,
|
||||||
|
"Z": 4.5318604
|
||||||
|
},
|
||||||
|
"TerritoryId": 397,
|
||||||
|
"InteractionType": "Interact"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 3,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"Fly": true,
|
||||||
|
"DataId": 1014154,
|
||||||
|
"Position": {
|
||||||
|
"X": -519.1577,
|
||||||
|
"Y": 119.39417,
|
||||||
|
"Z": -161.24213
|
||||||
|
},
|
||||||
|
"TerritoryId": 397,
|
||||||
|
"InteractionType": "Interact"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 4,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1014155,
|
||||||
|
"Position": {
|
||||||
|
"X": -527.245,
|
||||||
|
"Y": 118.94699,
|
||||||
|
"Z": -163.13422
|
||||||
|
},
|
||||||
|
"TerritoryId": 397,
|
||||||
|
"InteractionType": "Interact"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 5,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 2006026,
|
||||||
|
"Position": {
|
||||||
|
"X": -525.7191,
|
||||||
|
"Y": 119.06604,
|
||||||
|
"Z": -165.72827
|
||||||
|
},
|
||||||
|
"TerritoryId": 397,
|
||||||
|
"InteractionType": "Interact"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 6,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"Fly": true,
|
||||||
|
"DataId": 1013710,
|
||||||
|
"Position": {
|
||||||
|
"X": -294.6975,
|
||||||
|
"Y": 126.84874,
|
||||||
|
"Z": 4.5318604
|
||||||
|
},
|
||||||
|
"TerritoryId": 397,
|
||||||
|
"InteractionType": "Interact"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 7,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"Fly": true,
|
||||||
|
"Position": {
|
||||||
|
"X": -92.57648,
|
||||||
|
"Y": 96.33008,
|
||||||
|
"Z": -645.1057
|
||||||
|
},
|
||||||
|
"TerritoryId": 397,
|
||||||
|
"InteractionType": "WalkTo"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"DataId": 2006027,
|
||||||
|
"Position": {
|
||||||
|
"X": -92.57648,
|
||||||
|
"Y": 96.33008,
|
||||||
|
"Z": -645.1057
|
||||||
|
},
|
||||||
|
"TerritoryId": 397,
|
||||||
|
"InteractionType": "UseItem",
|
||||||
|
"ItemId": 2001751
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 8,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 2006028,
|
||||||
|
"Position": {
|
||||||
|
"X": -92.5155,
|
||||||
|
"Y": 93.52246,
|
||||||
|
"Z": -623.621
|
||||||
|
},
|
||||||
|
"TerritoryId": 397,
|
||||||
|
"InteractionType": "Interact"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"DataId": 4621,
|
||||||
|
"Position": {
|
||||||
|
"X": -92.37683,
|
||||||
|
"Y": 95.76039,
|
||||||
|
"Z": -640.7043
|
||||||
|
},
|
||||||
|
"TerritoryId": 397,
|
||||||
|
"InteractionType": "Combat",
|
||||||
|
"EnemySpawnType": "AfterInteraction",
|
||||||
|
"KillEnemyDataIds": [
|
||||||
|
4621
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 9,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 2006460,
|
||||||
|
"Position": {
|
||||||
|
"X": -92.57648,
|
||||||
|
"Y": 96.33008,
|
||||||
|
"Z": -645.1057
|
||||||
|
},
|
||||||
|
"TerritoryId": 397,
|
||||||
|
"InteractionType": "Interact"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 10,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"Fly": true,
|
||||||
|
"DataId": 1013710,
|
||||||
|
"Position": {
|
||||||
|
"X": -294.6975,
|
||||||
|
"Y": 126.84874,
|
||||||
|
"Z": 4.5318604
|
||||||
|
},
|
||||||
|
"TerritoryId": 397,
|
||||||
|
"InteractionType": "Interact"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 11,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1014147,
|
||||||
|
"Position": {
|
||||||
|
"X": -256.97723,
|
||||||
|
"Y": 126.99508,
|
||||||
|
"Z": 13.168518
|
||||||
|
},
|
||||||
|
"TerritoryId": 397,
|
||||||
|
"InteractionType": "Interact"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 255,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1013710,
|
||||||
|
"Position": {
|
||||||
|
"X": -294.6975,
|
||||||
|
"Y": 126.84874,
|
||||||
|
"Z": 4.5318604
|
||||||
|
},
|
||||||
|
"TerritoryId": 397,
|
||||||
|
"InteractionType": "CompleteQuest"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
@ -0,0 +1,140 @@
|
|||||||
|
{
|
||||||
|
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
|
||||||
|
"Author": "Thaksin",
|
||||||
|
"QuestSequence": [
|
||||||
|
{
|
||||||
|
"Sequence": 0,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1012170,
|
||||||
|
"Position": {
|
||||||
|
"X": 102.92212,
|
||||||
|
"Y": 3.6299734,
|
||||||
|
"Z": 65.56799
|
||||||
|
},
|
||||||
|
"TerritoryId": 418,
|
||||||
|
"InteractionType": "AcceptQuest"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 1,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1012162,
|
||||||
|
"Position": {
|
||||||
|
"X": 135.97314,
|
||||||
|
"Y": 24.376427,
|
||||||
|
"Z": 12.619202
|
||||||
|
},
|
||||||
|
"TerritoryId": 418,
|
||||||
|
"InteractionType": "Interact"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 2,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1012170,
|
||||||
|
"Position": {
|
||||||
|
"X": 102.92212,
|
||||||
|
"Y": 3.6299734,
|
||||||
|
"Z": 65.56799
|
||||||
|
},
|
||||||
|
"TerritoryId": 418,
|
||||||
|
"InteractionType": "Interact"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 3,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1014711,
|
||||||
|
"Position": {
|
||||||
|
"X": 58.03003,
|
||||||
|
"Y": -7.146736,
|
||||||
|
"Z": 82.41394
|
||||||
|
},
|
||||||
|
"TerritoryId": 418,
|
||||||
|
"InteractionType": "Interact",
|
||||||
|
"CompletionQuestVariablesFlags": [
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
128
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"DataId": 1014712,
|
||||||
|
"Position": {
|
||||||
|
"X": 93.91919,
|
||||||
|
"Y": -19.941168,
|
||||||
|
"Z": 78.20239
|
||||||
|
},
|
||||||
|
"TerritoryId": 418,
|
||||||
|
"InteractionType": "Interact",
|
||||||
|
"CompletionQuestVariablesFlags": [
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
64
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"DataId": 1014713,
|
||||||
|
"Position": {
|
||||||
|
"X": 131.9447,
|
||||||
|
"Y": -20.000105,
|
||||||
|
"Z": 62.027832
|
||||||
|
},
|
||||||
|
"TerritoryId": 418,
|
||||||
|
"InteractionType": "Interact",
|
||||||
|
"CompletionQuestVariablesFlags": [
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
32
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 4,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1014714,
|
||||||
|
"Position": {
|
||||||
|
"X": 23.178406,
|
||||||
|
"Y": -12.020877,
|
||||||
|
"Z": 35.294067
|
||||||
|
},
|
||||||
|
"TerritoryId": 418,
|
||||||
|
"InteractionType": "Interact"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 255,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1012170,
|
||||||
|
"Position": {
|
||||||
|
"X": 102.92212,
|
||||||
|
"Y": 3.6299734,
|
||||||
|
"Z": 65.56799
|
||||||
|
},
|
||||||
|
"TerritoryId": 418,
|
||||||
|
"InteractionType": "CompleteQuest"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
@ -0,0 +1,149 @@
|
|||||||
|
{
|
||||||
|
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
|
||||||
|
"Author": "Thaksin",
|
||||||
|
"QuestSequence": [
|
||||||
|
{
|
||||||
|
"Sequence": 0,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1012180,
|
||||||
|
"Position": {
|
||||||
|
"X": -174.18176,
|
||||||
|
"Y": -12.555469,
|
||||||
|
"Z": -21.561035
|
||||||
|
},
|
||||||
|
"TerritoryId": 419,
|
||||||
|
"InteractionType": "AcceptQuest"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 1,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 2006246,
|
||||||
|
"Position": {
|
||||||
|
"X": -218.40247,
|
||||||
|
"Y": -16.037292,
|
||||||
|
"Z": -34.683777
|
||||||
|
},
|
||||||
|
"TerritoryId": 419,
|
||||||
|
"InteractionType": "Interact",
|
||||||
|
"CompletionQuestVariablesFlags": [
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
128
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"DataId": 2006247,
|
||||||
|
"Position": {
|
||||||
|
"X": -229.23633,
|
||||||
|
"Y": -20.035156,
|
||||||
|
"Z": -83.05487
|
||||||
|
},
|
||||||
|
"TerritoryId": 419,
|
||||||
|
"InteractionType": "Interact",
|
||||||
|
"CompletionQuestVariablesFlags": [
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
64
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"DataId": 2006248,
|
||||||
|
"Position": {
|
||||||
|
"X": -252.1554,
|
||||||
|
"Y": -20.035156,
|
||||||
|
"Z": -57.66388
|
||||||
|
},
|
||||||
|
"TerritoryId": 419,
|
||||||
|
"InteractionType": "Interact",
|
||||||
|
"CompletionQuestVariablesFlags": [
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
32
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 2,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1012180,
|
||||||
|
"Position": {
|
||||||
|
"X": -174.18176,
|
||||||
|
"Y": -12.555469,
|
||||||
|
"Z": -21.561035
|
||||||
|
},
|
||||||
|
"TerritoryId": 419,
|
||||||
|
"InteractionType": "Interact"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 3,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1014721,
|
||||||
|
"Position": {
|
||||||
|
"X": 119.31018,
|
||||||
|
"Y": -12.634913,
|
||||||
|
"Z": -13.626343
|
||||||
|
},
|
||||||
|
"TerritoryId": 419,
|
||||||
|
"InteractionType": "Interact",
|
||||||
|
"AethernetShortcut": [
|
||||||
|
"[Ishgard] The Jeweled Crozier",
|
||||||
|
"[Ishgard] Athenaeum Astrologicum"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 4,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 2006330,
|
||||||
|
"Position": {
|
||||||
|
"X": 118.791504,
|
||||||
|
"Y": -11.6427,
|
||||||
|
"Z": -13.351685
|
||||||
|
},
|
||||||
|
"TerritoryId": 419,
|
||||||
|
"InteractionType": "Interact"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 255,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1012180,
|
||||||
|
"Position": {
|
||||||
|
"X": -174.18176,
|
||||||
|
"Y": -12.555469,
|
||||||
|
"Z": -21.561035
|
||||||
|
},
|
||||||
|
"TerritoryId": 419,
|
||||||
|
"InteractionType": "CompleteQuest",
|
||||||
|
"AethernetShortcut": [
|
||||||
|
"[Ishgard] Athenaeum Astrologicum",
|
||||||
|
"[Ishgard] The Jeweled Crozier"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
@ -0,0 +1,68 @@
|
|||||||
|
{
|
||||||
|
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
|
||||||
|
"Author": "Thaksin",
|
||||||
|
"QuestSequence": [
|
||||||
|
{
|
||||||
|
"Sequence": 0,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1014718,
|
||||||
|
"Position": {
|
||||||
|
"X": -29.526245,
|
||||||
|
"Y": 11.965078,
|
||||||
|
"Z": 48.355713
|
||||||
|
},
|
||||||
|
"TerritoryId": 419,
|
||||||
|
"InteractionType": "AcceptQuest"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 1,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1011231,
|
||||||
|
"Position": {
|
||||||
|
"X": 503.1051,
|
||||||
|
"Y": 217.95148,
|
||||||
|
"Z": 790.2189
|
||||||
|
},
|
||||||
|
"TerritoryId": 397,
|
||||||
|
"InteractionType": "Interact",
|
||||||
|
"AetheryteShortcut": "Coerthas Western Highlands - Falcon's Nest"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 255,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"Position": {
|
||||||
|
"X": -110.26132,
|
||||||
|
"Y": 153.61101,
|
||||||
|
"Z": 10.394781
|
||||||
|
},
|
||||||
|
"TerritoryId": 397,
|
||||||
|
"InteractionType": "WalkTo",
|
||||||
|
"Fly": true,
|
||||||
|
"SkipConditions": {
|
||||||
|
"StepIf": {
|
||||||
|
"Flying": "Locked"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"DataId": 1014719,
|
||||||
|
"Position": {
|
||||||
|
"X": -293.6294,
|
||||||
|
"Y": 125.4389,
|
||||||
|
"Z": -19.058533
|
||||||
|
},
|
||||||
|
"TerritoryId": 397,
|
||||||
|
"InteractionType": "CompleteQuest",
|
||||||
|
"Fly": true
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
@ -0,0 +1,134 @@
|
|||||||
|
{
|
||||||
|
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
|
||||||
|
"Author": "Thaksin",
|
||||||
|
"QuestSequence": [
|
||||||
|
{
|
||||||
|
"Sequence": 0,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1012085,
|
||||||
|
"Position": {
|
||||||
|
"X": 286.88477,
|
||||||
|
"Y": 14.36517,
|
||||||
|
"Z": 645.1666
|
||||||
|
},
|
||||||
|
"TerritoryId": 400,
|
||||||
|
"InteractionType": "AcceptQuest"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
|
||||||
|
{
|
||||||
|
"Sequence": 1,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"Fly": true,
|
||||||
|
"DataId": 2005720,
|
||||||
|
"Position": {
|
||||||
|
"X": 565.9419,
|
||||||
|
"Y": -9.445435,
|
||||||
|
"Z": -14.328308
|
||||||
|
},
|
||||||
|
"TerritoryId": 400,
|
||||||
|
"CompletionQuestVariablesFlags": [
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
16
|
||||||
|
],
|
||||||
|
"InteractionType": "Interact"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"DataId": 2005718,
|
||||||
|
"Position": {
|
||||||
|
"X": 664.39294,
|
||||||
|
"Y": -0.4730835,
|
||||||
|
"Z": -3.2807007
|
||||||
|
},
|
||||||
|
"Fly": true,
|
||||||
|
"TerritoryId": 400,
|
||||||
|
"InteractionType": "Interact",
|
||||||
|
"CompletionQuestVariablesFlags": [
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
64
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"DataId": 2005721,
|
||||||
|
"Position": {
|
||||||
|
"X": 653.83374,
|
||||||
|
"Y": -0.7172241,
|
||||||
|
"Z": -70.02368
|
||||||
|
},
|
||||||
|
"TerritoryId": 400,
|
||||||
|
"Fly": true,
|
||||||
|
"InteractionType": "Interact",
|
||||||
|
"CompletionQuestVariablesFlags": [
|
||||||
|
null, null,
|
||||||
|
null, null,
|
||||||
|
null, 8
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"DataId": 2005717,
|
||||||
|
"Position": {
|
||||||
|
"X": 639.00195,
|
||||||
|
"Y": 46.463623,
|
||||||
|
"Z": -113.05414
|
||||||
|
},
|
||||||
|
"TerritoryId": 400,
|
||||||
|
"InteractionType": "Interact",
|
||||||
|
"CompletionQuestVariablesFlags": [
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
128
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"DataId": 2005719,
|
||||||
|
"Position": {
|
||||||
|
"X": 527.0923,
|
||||||
|
"Y": -4.287842,
|
||||||
|
"Z": -84.916504
|
||||||
|
},
|
||||||
|
"Fly": true,
|
||||||
|
"TerritoryId": 400,
|
||||||
|
"InteractionType": "Interact",
|
||||||
|
"CompletionQuestVariablesFlags": [
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
32
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 255,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"Fly": true,
|
||||||
|
"DataId": 1012085,
|
||||||
|
"Position": {
|
||||||
|
"X": 286.88477,
|
||||||
|
"Y": 14.36517,
|
||||||
|
"Z": 645.1666
|
||||||
|
},
|
||||||
|
"TerritoryId": 400,
|
||||||
|
"InteractionType": "CompleteQuest"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
@ -17,7 +17,15 @@
|
|||||||
"AetheryteShortcut": "Azim Steppe - Dawn Throne",
|
"AetheryteShortcut": "Azim Steppe - Dawn Throne",
|
||||||
"SkipConditions": {
|
"SkipConditions": {
|
||||||
"AetheryteShortcutIf": {
|
"AetheryteShortcutIf": {
|
||||||
"InSameTerritory": true
|
"NearPosition": {
|
||||||
|
"Position": {
|
||||||
|
"X": 79.24011,
|
||||||
|
"Y": 114.90497,
|
||||||
|
"Z": 95.994385
|
||||||
|
},
|
||||||
|
"TerritoryId": 622,
|
||||||
|
"MaximumDistance": 50
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -0,0 +1,141 @@
|
|||||||
|
{
|
||||||
|
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
|
||||||
|
"Author": "Theo",
|
||||||
|
"QuestSequence": [
|
||||||
|
{
|
||||||
|
"Sequence": 0,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"Position": {
|
||||||
|
"X": -780.148,
|
||||||
|
"Y": 128.25195,
|
||||||
|
"Z": 97.154175
|
||||||
|
},
|
||||||
|
"TerritoryId": 622,
|
||||||
|
"InteractionType": "WalkTo"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"DataId": 1025602,
|
||||||
|
"Position": {
|
||||||
|
"X": -780.148,
|
||||||
|
"Y": 128.25195,
|
||||||
|
"Z": 97.154175
|
||||||
|
},
|
||||||
|
"TerritoryId": 622,
|
||||||
|
"InteractionType": "AcceptQuest"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 1,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1025769,
|
||||||
|
"Position": {
|
||||||
|
"X": 511.43652,
|
||||||
|
"Y": 29.907833,
|
||||||
|
"Z": -404.9287
|
||||||
|
},
|
||||||
|
"TerritoryId": 622,
|
||||||
|
"InteractionType": "Interact",
|
||||||
|
"StopDistance": 5,
|
||||||
|
"Fly": true
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 2,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1025770,
|
||||||
|
"Position": {
|
||||||
|
"X": 511.65015,
|
||||||
|
"Y": 30.105957,
|
||||||
|
"Z": -407.24805
|
||||||
|
},
|
||||||
|
"TerritoryId": 622,
|
||||||
|
"InteractionType": "Interact",
|
||||||
|
"RequiredQuestAcceptedJob": [
|
||||||
|
"DoH"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"TerritoryId": 622,
|
||||||
|
"InteractionType": "Craft",
|
||||||
|
"ItemId": 22725,
|
||||||
|
"ItemCount": 2,
|
||||||
|
"RequiredQuestAcceptedJob": [
|
||||||
|
"DoH"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"TerritoryId": 622,
|
||||||
|
"InteractionType": "Gather",
|
||||||
|
"ItemsToGather": [
|
||||||
|
{
|
||||||
|
"ItemId": 22621,
|
||||||
|
"ItemCount": 3
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"RequiredQuestAcceptedJob": [
|
||||||
|
"Miner"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"TerritoryId": 622,
|
||||||
|
"InteractionType": "Gather",
|
||||||
|
"ItemsToGather": [
|
||||||
|
{
|
||||||
|
"ItemId": 22647,
|
||||||
|
"ItemCount": 3
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"RequiredQuestAcceptedJob": [
|
||||||
|
"Botanist"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"DataId": 1025769,
|
||||||
|
"Position": {
|
||||||
|
"X": 511.43652,
|
||||||
|
"Y": 29.907833,
|
||||||
|
"Z": -404.9287
|
||||||
|
},
|
||||||
|
"TerritoryId": 622,
|
||||||
|
"InteractionType": "Interact",
|
||||||
|
"Fly": true
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 255,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1025602,
|
||||||
|
"Position": {
|
||||||
|
"X": -780.148,
|
||||||
|
"Y": 128.25195,
|
||||||
|
"Z": 97.154175
|
||||||
|
},
|
||||||
|
"TerritoryId": 622,
|
||||||
|
"InteractionType": "CompleteQuest",
|
||||||
|
"Mount": true,
|
||||||
|
"AetheryteShortcut": "Azim Steppe - Dhoro Iloh",
|
||||||
|
"SkipConditions": {
|
||||||
|
"AetheryteShortcutIf": {
|
||||||
|
"NearPosition": {
|
||||||
|
"Position": {
|
||||||
|
"X": -780.148,
|
||||||
|
"Y": 128.25195,
|
||||||
|
"Z": 97.154175
|
||||||
|
},
|
||||||
|
"TerritoryId": 622,
|
||||||
|
"MaximumDistance": 50
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
@ -0,0 +1,109 @@
|
|||||||
|
{
|
||||||
|
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
|
||||||
|
"Author": "Theo",
|
||||||
|
"QuestSequence": [
|
||||||
|
{
|
||||||
|
"Sequence": 0,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"Position": {
|
||||||
|
"X": -780.148,
|
||||||
|
"Y": 128.25195,
|
||||||
|
"Z": 97.154175
|
||||||
|
},
|
||||||
|
"TerritoryId": 622,
|
||||||
|
"InteractionType": "WalkTo"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"DataId": 1025602,
|
||||||
|
"Position": {
|
||||||
|
"X": -780.148,
|
||||||
|
"Y": 128.25195,
|
||||||
|
"Z": 97.154175
|
||||||
|
},
|
||||||
|
"TerritoryId": 622,
|
||||||
|
"InteractionType": "AcceptQuest"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 1,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 2009491,
|
||||||
|
"Position": {
|
||||||
|
"X": -70.81714,
|
||||||
|
"Y": 66.9718,
|
||||||
|
"Z": -421.89673
|
||||||
|
},
|
||||||
|
"TerritoryId": 622,
|
||||||
|
"InteractionType": "Say",
|
||||||
|
"Fly": true,
|
||||||
|
"ChatMessage": {
|
||||||
|
"Key": "TEXT_BANNAM302_03104_SAYTODO_000_050"
|
||||||
|
},
|
||||||
|
"CompletionQuestVariablesFlags": [
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
128
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"DataId": 2009492,
|
||||||
|
"Position": {
|
||||||
|
"X": 725.307,
|
||||||
|
"Y": -1.5717163,
|
||||||
|
"Z": -423.81934
|
||||||
|
},
|
||||||
|
"TerritoryId": 622,
|
||||||
|
"InteractionType": "Say",
|
||||||
|
"Fly": true,
|
||||||
|
"ChatMessage": {
|
||||||
|
"Key": "TEXT_BANNAM302_03104_SAYTODO_000_050"
|
||||||
|
},
|
||||||
|
"CompletionQuestVariablesFlags": [
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
64
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 255,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1025602,
|
||||||
|
"Position": {
|
||||||
|
"X": -780.148,
|
||||||
|
"Y": 128.25195,
|
||||||
|
"Z": 97.154175
|
||||||
|
},
|
||||||
|
"TerritoryId": 622,
|
||||||
|
"InteractionType": "CompleteQuest",
|
||||||
|
"Mount": true,
|
||||||
|
"AetheryteShortcut": "Azim Steppe - Dhoro Iloh",
|
||||||
|
"SkipConditions": {
|
||||||
|
"AetheryteShortcutIf": {
|
||||||
|
"NearPosition": {
|
||||||
|
"Position": {
|
||||||
|
"X": -780.148,
|
||||||
|
"Y": 128.25195,
|
||||||
|
"Z": 97.154175
|
||||||
|
},
|
||||||
|
"TerritoryId": 622,
|
||||||
|
"MaximumDistance": 50
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
@ -0,0 +1,99 @@
|
|||||||
|
{
|
||||||
|
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
|
||||||
|
"Author": "Theo",
|
||||||
|
"QuestSequence": [
|
||||||
|
{
|
||||||
|
"Sequence": 0,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"Position": {
|
||||||
|
"X": -780.148,
|
||||||
|
"Y": 128.25195,
|
||||||
|
"Z": 97.154175
|
||||||
|
},
|
||||||
|
"TerritoryId": 622,
|
||||||
|
"InteractionType": "WalkTo"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"DataId": 1025602,
|
||||||
|
"Position": {
|
||||||
|
"X": -780.148,
|
||||||
|
"Y": 128.25195,
|
||||||
|
"Z": 97.154175
|
||||||
|
},
|
||||||
|
"TerritoryId": 622,
|
||||||
|
"InteractionType": "AcceptQuest"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 1,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1025641,
|
||||||
|
"Position": {
|
||||||
|
"X": -54.398438,
|
||||||
|
"Y": 76.83682,
|
||||||
|
"Z": -560.8148
|
||||||
|
},
|
||||||
|
"TerritoryId": 622,
|
||||||
|
"InteractionType": "Interact",
|
||||||
|
"StopDistance": 5,
|
||||||
|
"Fly": true
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 255,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1025642,
|
||||||
|
"Position": {
|
||||||
|
"X": -50.370117,
|
||||||
|
"Y": 76.798584,
|
||||||
|
"Z": -558.77014
|
||||||
|
},
|
||||||
|
"TerritoryId": 622,
|
||||||
|
"InteractionType": "Interact",
|
||||||
|
"RequiredQuestAcceptedJob": [
|
||||||
|
"DoH"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"TerritoryId": 622,
|
||||||
|
"InteractionType": "Craft",
|
||||||
|
"ItemId": 22726,
|
||||||
|
"ItemCount": 1,
|
||||||
|
"RequiredQuestAcceptedJob": [
|
||||||
|
"DoH"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"DataId": 1025602,
|
||||||
|
"Position": {
|
||||||
|
"X": -780.148,
|
||||||
|
"Y": 128.25195,
|
||||||
|
"Z": 97.154175
|
||||||
|
},
|
||||||
|
"TerritoryId": 622,
|
||||||
|
"InteractionType": "CompleteQuest",
|
||||||
|
"Mount": true,
|
||||||
|
"AetheryteShortcut": "Azim Steppe - Dhoro Iloh",
|
||||||
|
"SkipConditions": {
|
||||||
|
"AetheryteShortcutIf": {
|
||||||
|
"NearPosition": {
|
||||||
|
"Position": {
|
||||||
|
"X": -780.148,
|
||||||
|
"Y": 128.25195,
|
||||||
|
"Z": 97.154175
|
||||||
|
},
|
||||||
|
"TerritoryId": 622,
|
||||||
|
"MaximumDistance": 50
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
@ -0,0 +1,99 @@
|
|||||||
|
{
|
||||||
|
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
|
||||||
|
"Author": "Theo",
|
||||||
|
"QuestSequence": [
|
||||||
|
{
|
||||||
|
"Sequence": 0,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"Position": {
|
||||||
|
"X": -780.148,
|
||||||
|
"Y": 128.25195,
|
||||||
|
"Z": 97.154175
|
||||||
|
},
|
||||||
|
"TerritoryId": 622,
|
||||||
|
"InteractionType": "WalkTo"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"DataId": 1025602,
|
||||||
|
"Position": {
|
||||||
|
"X": -780.148,
|
||||||
|
"Y": 128.25195,
|
||||||
|
"Z": 97.154175
|
||||||
|
},
|
||||||
|
"TerritoryId": 622,
|
||||||
|
"InteractionType": "AcceptQuest"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 1,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1025773,
|
||||||
|
"Position": {
|
||||||
|
"X": -311.29932,
|
||||||
|
"Y": 50.549908,
|
||||||
|
"Z": -225.8183
|
||||||
|
},
|
||||||
|
"TerritoryId": 622,
|
||||||
|
"InteractionType": "Interact",
|
||||||
|
"StopDistance": 5,
|
||||||
|
"Fly": true
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 255,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1025774,
|
||||||
|
"Position": {
|
||||||
|
"X": -308.73578,
|
||||||
|
"Y": 50.247925,
|
||||||
|
"Z": -226.09296
|
||||||
|
},
|
||||||
|
"TerritoryId": 622,
|
||||||
|
"InteractionType": "Interact",
|
||||||
|
"RequiredQuestAcceptedJob": [
|
||||||
|
"DoH"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"TerritoryId": 622,
|
||||||
|
"InteractionType": "Craft",
|
||||||
|
"ItemId": 22727,
|
||||||
|
"ItemCount": 2,
|
||||||
|
"RequiredQuestAcceptedJob": [
|
||||||
|
"DoH"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"DataId": 1025602,
|
||||||
|
"Position": {
|
||||||
|
"X": -780.148,
|
||||||
|
"Y": 128.25195,
|
||||||
|
"Z": 97.154175
|
||||||
|
},
|
||||||
|
"TerritoryId": 622,
|
||||||
|
"InteractionType": "CompleteQuest",
|
||||||
|
"Mount": true,
|
||||||
|
"AetheryteShortcut": "Azim Steppe - Dhoro Iloh",
|
||||||
|
"SkipConditions": {
|
||||||
|
"AetheryteShortcutIf": {
|
||||||
|
"NearPosition": {
|
||||||
|
"Position": {
|
||||||
|
"X": -780.148,
|
||||||
|
"Y": 128.25195,
|
||||||
|
"Z": 97.154175
|
||||||
|
},
|
||||||
|
"TerritoryId": 622,
|
||||||
|
"MaximumDistance": 50
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
@ -0,0 +1,129 @@
|
|||||||
|
{
|
||||||
|
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
|
||||||
|
"Author": "Theo",
|
||||||
|
"QuestSequence": [
|
||||||
|
{
|
||||||
|
"Sequence": 0,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"Position": {
|
||||||
|
"X": -780.148,
|
||||||
|
"Y": 128.25195,
|
||||||
|
"Z": 97.154175
|
||||||
|
},
|
||||||
|
"TerritoryId": 622,
|
||||||
|
"InteractionType": "WalkTo"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"DataId": 1025602,
|
||||||
|
"Position": {
|
||||||
|
"X": -780.148,
|
||||||
|
"Y": 128.25195,
|
||||||
|
"Z": 97.154175
|
||||||
|
},
|
||||||
|
"TerritoryId": 622,
|
||||||
|
"InteractionType": "AcceptQuest"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 1,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1025775,
|
||||||
|
"Position": {
|
||||||
|
"X": -145.4032,
|
||||||
|
"Y": 27.922167,
|
||||||
|
"Z": -36.05713
|
||||||
|
},
|
||||||
|
"TerritoryId": 622,
|
||||||
|
"InteractionType": "Interact",
|
||||||
|
"StopDistance": 5,
|
||||||
|
"Fly": true
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 2,
|
||||||
|
"Steps": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 255,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1025776,
|
||||||
|
"Position": {
|
||||||
|
"X": -143.45007,
|
||||||
|
"Y": 27.66455,
|
||||||
|
"Z": -39.139465
|
||||||
|
},
|
||||||
|
"TerritoryId": 622,
|
||||||
|
"InteractionType": "Interact",
|
||||||
|
"RequiredQuestAcceptedJob": [
|
||||||
|
"DoH"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"TerritoryId": 622,
|
||||||
|
"InteractionType": "Craft",
|
||||||
|
"ItemId": 22728,
|
||||||
|
"ItemCount": 3,
|
||||||
|
"RequiredQuestAcceptedJob": [
|
||||||
|
"DoH"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"TerritoryId": 622,
|
||||||
|
"InteractionType": "Gather",
|
||||||
|
"ItemsToGather": [
|
||||||
|
{
|
||||||
|
"ItemId": 22624,
|
||||||
|
"ItemCount": 3
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"RequiredQuestAcceptedJob": [
|
||||||
|
"Miner"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"TerritoryId": 622,
|
||||||
|
"InteractionType": "Gather",
|
||||||
|
"ItemsToGather": [
|
||||||
|
{
|
||||||
|
"ItemId": 22650,
|
||||||
|
"ItemCount": 3
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"RequiredQuestAcceptedJob": [
|
||||||
|
"Botanist"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"DataId": 1025602,
|
||||||
|
"Position": {
|
||||||
|
"X": -780.148,
|
||||||
|
"Y": 128.25195,
|
||||||
|
"Z": 97.154175
|
||||||
|
},
|
||||||
|
"TerritoryId": 622,
|
||||||
|
"InteractionType": "CompleteQuest",
|
||||||
|
"Mount": true,
|
||||||
|
"AetheryteShortcut": "Azim Steppe - Dhoro Iloh",
|
||||||
|
"SkipConditions": {
|
||||||
|
"AetheryteShortcutIf": {
|
||||||
|
"NearPosition": {
|
||||||
|
"Position": {
|
||||||
|
"X": -780.148,
|
||||||
|
"Y": 128.25195,
|
||||||
|
"Z": 97.154175
|
||||||
|
},
|
||||||
|
"TerritoryId": 622,
|
||||||
|
"MaximumDistance": 50
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
@ -0,0 +1,168 @@
|
|||||||
|
{
|
||||||
|
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
|
||||||
|
"Author": "Theo",
|
||||||
|
"QuestSequence": [
|
||||||
|
{
|
||||||
|
"Sequence": 0,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"Position": {
|
||||||
|
"X": -780.148,
|
||||||
|
"Y": 128.25195,
|
||||||
|
"Z": 97.154175
|
||||||
|
},
|
||||||
|
"TerritoryId": 622,
|
||||||
|
"InteractionType": "WalkTo"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"DataId": 1025602,
|
||||||
|
"Position": {
|
||||||
|
"X": -780.148,
|
||||||
|
"Y": 128.25195,
|
||||||
|
"Z": 97.154175
|
||||||
|
},
|
||||||
|
"TerritoryId": 622,
|
||||||
|
"InteractionType": "AcceptQuest"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 1,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1025777,
|
||||||
|
"Position": {
|
||||||
|
"X": -596.9177,
|
||||||
|
"Y": 64.000984,
|
||||||
|
"Z": -285.0843
|
||||||
|
},
|
||||||
|
"TerritoryId": 622,
|
||||||
|
"InteractionType": "Interact",
|
||||||
|
"StopDistance": 5,
|
||||||
|
"Fly": true
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 2,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1025778,
|
||||||
|
"Position": {
|
||||||
|
"X": -597.0398,
|
||||||
|
"Y": 63.82837,
|
||||||
|
"Z": -288.65497
|
||||||
|
},
|
||||||
|
"TerritoryId": 622,
|
||||||
|
"InteractionType": "Interact",
|
||||||
|
"RequiredQuestAcceptedJob": [
|
||||||
|
"DoH"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"TerritoryId": 622,
|
||||||
|
"InteractionType": "Craft",
|
||||||
|
"ItemId": 22729,
|
||||||
|
"ItemCount": 1,
|
||||||
|
"RequiredQuestAcceptedJob": [
|
||||||
|
"DoH"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"TerritoryId": 622,
|
||||||
|
"InteractionType": "Gather",
|
||||||
|
"ItemsToGather": [
|
||||||
|
{
|
||||||
|
"ItemId": 22625,
|
||||||
|
"ItemCount": 3
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"RequiredQuestAcceptedJob": [
|
||||||
|
"Miner"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"TerritoryId": 622,
|
||||||
|
"InteractionType": "Gather",
|
||||||
|
"ItemsToGather": [
|
||||||
|
{
|
||||||
|
"ItemId": 22651,
|
||||||
|
"ItemCount": 3
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"RequiredQuestAcceptedJob": [
|
||||||
|
"Botanist"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"DataId": 1025777,
|
||||||
|
"Position": {
|
||||||
|
"X": -596.9177,
|
||||||
|
"Y": 64.000984,
|
||||||
|
"Z": -285.0843
|
||||||
|
},
|
||||||
|
"TerritoryId": 622,
|
||||||
|
"InteractionType": "Interact",
|
||||||
|
"Fly": true
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 3,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"Position": {
|
||||||
|
"X": -642.094,
|
||||||
|
"Y": 18.562637,
|
||||||
|
"Z": 399.83704
|
||||||
|
},
|
||||||
|
"TerritoryId": 622,
|
||||||
|
"InteractionType": "WalkTo",
|
||||||
|
"Fly": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"DataId": 1019330,
|
||||||
|
"Position": {
|
||||||
|
"X": -746.7918,
|
||||||
|
"Y": 7.8459983,
|
||||||
|
"Z": 398.27563
|
||||||
|
},
|
||||||
|
"TerritoryId": 622,
|
||||||
|
"InteractionType": "Interact",
|
||||||
|
"StopDistance": 5,
|
||||||
|
"Fly": true
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 255,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1025602,
|
||||||
|
"Position": {
|
||||||
|
"X": -780.148,
|
||||||
|
"Y": 128.25195,
|
||||||
|
"Z": 97.154175
|
||||||
|
},
|
||||||
|
"TerritoryId": 622,
|
||||||
|
"InteractionType": "CompleteQuest",
|
||||||
|
"Mount": true,
|
||||||
|
"AetheryteShortcut": "Azim Steppe - Dhoro Iloh",
|
||||||
|
"SkipConditions": {
|
||||||
|
"AetheryteShortcutIf": {
|
||||||
|
"NearPosition": {
|
||||||
|
"Position": {
|
||||||
|
"X": -780.148,
|
||||||
|
"Y": 128.25195,
|
||||||
|
"Z": 97.154175
|
||||||
|
},
|
||||||
|
"TerritoryId": 622,
|
||||||
|
"MaximumDistance": 50
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
@ -0,0 +1,142 @@
|
|||||||
|
{
|
||||||
|
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
|
||||||
|
"Author": "Theo",
|
||||||
|
"QuestSequence": [
|
||||||
|
{
|
||||||
|
"Sequence": 0,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"Position": {
|
||||||
|
"X": -780.148,
|
||||||
|
"Y": 128.25195,
|
||||||
|
"Z": 97.154175
|
||||||
|
},
|
||||||
|
"TerritoryId": 622,
|
||||||
|
"InteractionType": "WalkTo"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"DataId": 1025602,
|
||||||
|
"Position": {
|
||||||
|
"X": -780.148,
|
||||||
|
"Y": 128.25195,
|
||||||
|
"Z": 97.154175
|
||||||
|
},
|
||||||
|
"TerritoryId": 622,
|
||||||
|
"InteractionType": "AcceptQuest"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 1,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1025779,
|
||||||
|
"Position": {
|
||||||
|
"X": 194.04845,
|
||||||
|
"Y": 13.27476,
|
||||||
|
"Z": 121.84426
|
||||||
|
},
|
||||||
|
"StopDistance": 0.5,
|
||||||
|
"TerritoryId": 622,
|
||||||
|
"InteractionType": "Interact",
|
||||||
|
"AetheryteShortcut": "Azim Steppe - Dawn Throne",
|
||||||
|
"Fly": true
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 2,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1025780,
|
||||||
|
"Position": {
|
||||||
|
"X": 192.30945,
|
||||||
|
"Y": 13.260071,
|
||||||
|
"Z": 122.545166
|
||||||
|
},
|
||||||
|
"TerritoryId": 622,
|
||||||
|
"InteractionType": "Interact",
|
||||||
|
"RequiredQuestAcceptedJob": [
|
||||||
|
"DoH"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"TerritoryId": 622,
|
||||||
|
"InteractionType": "Craft",
|
||||||
|
"ItemId": 22730,
|
||||||
|
"ItemCount": 2,
|
||||||
|
"RequiredQuestAcceptedJob": [
|
||||||
|
"DoH"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"TerritoryId": 622,
|
||||||
|
"InteractionType": "Gather",
|
||||||
|
"ItemsToGather": [
|
||||||
|
{
|
||||||
|
"ItemId": 22626,
|
||||||
|
"ItemCount": 3
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"RequiredQuestAcceptedJob": [
|
||||||
|
"Miner"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"TerritoryId": 622,
|
||||||
|
"InteractionType": "Gather",
|
||||||
|
"ItemsToGather": [
|
||||||
|
{
|
||||||
|
"ItemId": 22652,
|
||||||
|
"ItemCount": 3
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"RequiredQuestAcceptedJob": [
|
||||||
|
"Botanist"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"DataId": 1025779,
|
||||||
|
"Position": {
|
||||||
|
"X": 193.04187,
|
||||||
|
"Y": 13.040566,
|
||||||
|
"Z": 120.19531
|
||||||
|
},
|
||||||
|
"TerritoryId": 622,
|
||||||
|
"InteractionType": "Interact",
|
||||||
|
"Fly": true
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 255,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1025602,
|
||||||
|
"Position": {
|
||||||
|
"X": -780.148,
|
||||||
|
"Y": 128.25195,
|
||||||
|
"Z": 97.154175
|
||||||
|
},
|
||||||
|
"TerritoryId": 622,
|
||||||
|
"InteractionType": "CompleteQuest",
|
||||||
|
"Mount": true,
|
||||||
|
"AetheryteShortcut": "Azim Steppe - Dhoro Iloh",
|
||||||
|
"SkipConditions": {
|
||||||
|
"AetheryteShortcutIf": {
|
||||||
|
"NearPosition": {
|
||||||
|
"Position": {
|
||||||
|
"X": -780.148,
|
||||||
|
"Y": 128.25195,
|
||||||
|
"Z": 97.154175
|
||||||
|
},
|
||||||
|
"TerritoryId": 622,
|
||||||
|
"MaximumDistance": 50
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
@ -0,0 +1,160 @@
|
|||||||
|
{
|
||||||
|
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
|
||||||
|
"Author": "Theo",
|
||||||
|
"QuestSequence": [
|
||||||
|
{
|
||||||
|
"Sequence": 0,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1025602,
|
||||||
|
"Position": {
|
||||||
|
"X": -780.148,
|
||||||
|
"Y": 128.25195,
|
||||||
|
"Z": 97.154175
|
||||||
|
},
|
||||||
|
"TerritoryId": 622,
|
||||||
|
"InteractionType": "AcceptQuest",
|
||||||
|
"AetheryteShortcut": "Azim Steppe - Dhoro Iloh",
|
||||||
|
"SkipConditions": {
|
||||||
|
"AetheryteShortcutIf": {
|
||||||
|
"NearPosition": {
|
||||||
|
"Position": {
|
||||||
|
"X": -780.148,
|
||||||
|
"Y": 128.25195,
|
||||||
|
"Z": 97.154175
|
||||||
|
},
|
||||||
|
"TerritoryId": 622,
|
||||||
|
"MaximumDistance": 50
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 1,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1025781,
|
||||||
|
"Position": {
|
||||||
|
"X": 573.96814,
|
||||||
|
"Y": -19.505817,
|
||||||
|
"Z": 427.66455
|
||||||
|
},
|
||||||
|
"TerritoryId": 622,
|
||||||
|
"InteractionType": "Interact",
|
||||||
|
"AetheryteShortcut": "Azim Steppe - Reunion"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 2,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1025782,
|
||||||
|
"Position": {
|
||||||
|
"X": 573.7544,
|
||||||
|
"Y": -19.516357,
|
||||||
|
"Z": 430.10596
|
||||||
|
},
|
||||||
|
"TerritoryId": 622,
|
||||||
|
"InteractionType": "Interact",
|
||||||
|
"RequiredQuestAcceptedJob": [
|
||||||
|
"DoH"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"TerritoryId": 622,
|
||||||
|
"InteractionType": "Craft",
|
||||||
|
"ItemId": 22731,
|
||||||
|
"ItemCount": 1,
|
||||||
|
"RequiredQuestAcceptedJob": [
|
||||||
|
"DoH"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"TerritoryId": 622,
|
||||||
|
"InteractionType": "Gather",
|
||||||
|
"ItemsToGather": [
|
||||||
|
{
|
||||||
|
"ItemId": 22627,
|
||||||
|
"ItemCount": 3
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"RequiredQuestAcceptedJob": [
|
||||||
|
"Miner"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"TerritoryId": 622,
|
||||||
|
"InteractionType": "Gather",
|
||||||
|
"ItemsToGather": [
|
||||||
|
{
|
||||||
|
"ItemId": 22653,
|
||||||
|
"ItemCount": 3
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"RequiredQuestAcceptedJob": [
|
||||||
|
"Botanist"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"DataId": 1025781,
|
||||||
|
"Position": {
|
||||||
|
"X": 573.96814,
|
||||||
|
"Y": -19.505817,
|
||||||
|
"Z": 427.66455
|
||||||
|
},
|
||||||
|
"TerritoryId": 622,
|
||||||
|
"InteractionType": "Interact",
|
||||||
|
"Fly": true
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 3,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 2009494,
|
||||||
|
"Position": {
|
||||||
|
"X": 575.09717,
|
||||||
|
"Y": -19.272217,
|
||||||
|
"Z": 424.97888
|
||||||
|
},
|
||||||
|
"TerritoryId": 622,
|
||||||
|
"InteractionType": "Interact"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 255,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1025602,
|
||||||
|
"Position": {
|
||||||
|
"X": -780.148,
|
||||||
|
"Y": 128.25195,
|
||||||
|
"Z": 97.154175
|
||||||
|
},
|
||||||
|
"TerritoryId": 622,
|
||||||
|
"InteractionType": "CompleteQuest",
|
||||||
|
"Mount": true,
|
||||||
|
"AetheryteShortcut": "Azim Steppe - Dhoro Iloh",
|
||||||
|
"SkipConditions": {
|
||||||
|
"AetheryteShortcutIf": {
|
||||||
|
"NearPosition": {
|
||||||
|
"Position": {
|
||||||
|
"X": -780.148,
|
||||||
|
"Y": 128.25195,
|
||||||
|
"Z": 97.154175
|
||||||
|
},
|
||||||
|
"TerritoryId": 622,
|
||||||
|
"MaximumDistance": 50
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
@ -0,0 +1,143 @@
|
|||||||
|
{
|
||||||
|
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
|
||||||
|
"Author": "Theo",
|
||||||
|
"QuestSequence": [
|
||||||
|
{
|
||||||
|
"Sequence": 0,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1025602,
|
||||||
|
"Position": {
|
||||||
|
"X": -780.148,
|
||||||
|
"Y": 128.25195,
|
||||||
|
"Z": 97.154175
|
||||||
|
},
|
||||||
|
"TerritoryId": 622,
|
||||||
|
"InteractionType": "AcceptQuest",
|
||||||
|
"AetheryteShortcut": "Azim Steppe - Dhoro Iloh",
|
||||||
|
"SkipConditions": {
|
||||||
|
"AetheryteShortcutIf": {
|
||||||
|
"NearPosition": {
|
||||||
|
"Position": {
|
||||||
|
"X": -780.148,
|
||||||
|
"Y": 128.25195,
|
||||||
|
"Z": 97.154175
|
||||||
|
},
|
||||||
|
"TerritoryId": 622,
|
||||||
|
"MaximumDistance": 50
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 1,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1025783,
|
||||||
|
"Position": {
|
||||||
|
"X": 122.6062,
|
||||||
|
"Y": 39.55857,
|
||||||
|
"Z": -336.5683
|
||||||
|
},
|
||||||
|
"TerritoryId": 622,
|
||||||
|
"InteractionType": "Interact",
|
||||||
|
"Fly": true,
|
||||||
|
"AetheryteShortcut": "Azim Steppe - Dawn Throne",
|
||||||
|
"SkipConditions": {
|
||||||
|
"AetheryteShortcutIf": {
|
||||||
|
"NearPosition": {
|
||||||
|
"Position": {
|
||||||
|
"X": 122.6062,
|
||||||
|
"Y": 39.55857,
|
||||||
|
"Z": -336.5683
|
||||||
|
},
|
||||||
|
"TerritoryId": 622,
|
||||||
|
"MaximumDistance": 50
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 255,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1025784,
|
||||||
|
"Position": {
|
||||||
|
"X": 125.68848,
|
||||||
|
"Y": 39.96338,
|
||||||
|
"Z": -335.8969
|
||||||
|
},
|
||||||
|
"TerritoryId": 622,
|
||||||
|
"InteractionType": "Interact",
|
||||||
|
"RequiredQuestAcceptedJob": [
|
||||||
|
"DoH"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"TerritoryId": 622,
|
||||||
|
"InteractionType": "Craft",
|
||||||
|
"ItemId": 22732,
|
||||||
|
"ItemCount": 2,
|
||||||
|
"RequiredQuestAcceptedJob": [
|
||||||
|
"DoH"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"TerritoryId": 622,
|
||||||
|
"InteractionType": "Gather",
|
||||||
|
"ItemsToGather": [
|
||||||
|
{
|
||||||
|
"ItemId": 22628,
|
||||||
|
"ItemCount": 3
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"RequiredQuestAcceptedJob": [
|
||||||
|
"Miner"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"TerritoryId": 622,
|
||||||
|
"InteractionType": "Gather",
|
||||||
|
"ItemsToGather": [
|
||||||
|
{
|
||||||
|
"ItemId": 22654,
|
||||||
|
"ItemCount": 3
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"RequiredQuestAcceptedJob": [
|
||||||
|
"Botanist"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"DataId": 1025602,
|
||||||
|
"Position": {
|
||||||
|
"X": -780.148,
|
||||||
|
"Y": 128.25195,
|
||||||
|
"Z": 97.154175
|
||||||
|
},
|
||||||
|
"TerritoryId": 622,
|
||||||
|
"InteractionType": "CompleteQuest",
|
||||||
|
"Mount": true,
|
||||||
|
"AetheryteShortcut": "Azim Steppe - Dhoro Iloh",
|
||||||
|
"SkipConditions": {
|
||||||
|
"AetheryteShortcutIf": {
|
||||||
|
"NearPosition": {
|
||||||
|
"Position": {
|
||||||
|
"X": -780.148,
|
||||||
|
"Y": 128.25195,
|
||||||
|
"Z": 97.154175
|
||||||
|
},
|
||||||
|
"TerritoryId": 622,
|
||||||
|
"MaximumDistance": 50
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
@ -0,0 +1,141 @@
|
|||||||
|
{
|
||||||
|
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
|
||||||
|
"Author": "Theo",
|
||||||
|
"QuestSequence": [
|
||||||
|
{
|
||||||
|
"Sequence": 0,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"Position": {
|
||||||
|
"X": -780.148,
|
||||||
|
"Y": 128.25195,
|
||||||
|
"Z": 97.154175
|
||||||
|
},
|
||||||
|
"TerritoryId": 622,
|
||||||
|
"InteractionType": "WalkTo"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"DataId": 1025602,
|
||||||
|
"Position": {
|
||||||
|
"X": -780.148,
|
||||||
|
"Y": 128.25195,
|
||||||
|
"Z": 97.154175
|
||||||
|
},
|
||||||
|
"TerritoryId": 622,
|
||||||
|
"InteractionType": "AcceptQuest"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 1,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1025787,
|
||||||
|
"Position": {
|
||||||
|
"X": 389.70007,
|
||||||
|
"Y": -8.514979,
|
||||||
|
"Z": 487.93762
|
||||||
|
},
|
||||||
|
"AetheryteShortcut": "Azim Steppe - Reunion",
|
||||||
|
"TerritoryId": 622,
|
||||||
|
"InteractionType": "Interact",
|
||||||
|
"Fly": true
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 2,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1025788,
|
||||||
|
"Position": {
|
||||||
|
"X": 391.9889,
|
||||||
|
"Y": -8.529846,
|
||||||
|
"Z": 489.55518
|
||||||
|
},
|
||||||
|
"TerritoryId": 622,
|
||||||
|
"InteractionType": "Interact",
|
||||||
|
"RequiredQuestAcceptedJob": [
|
||||||
|
"DoH"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"TerritoryId": 622,
|
||||||
|
"InteractionType": "Craft",
|
||||||
|
"ItemId": 22734,
|
||||||
|
"ItemCount": 2,
|
||||||
|
"RequiredQuestAcceptedJob": [
|
||||||
|
"DoH"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"TerritoryId": 622,
|
||||||
|
"InteractionType": "Gather",
|
||||||
|
"ItemsToGather": [
|
||||||
|
{
|
||||||
|
"ItemId": 22630,
|
||||||
|
"ItemCount": 3
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"RequiredQuestAcceptedJob": [
|
||||||
|
"Miner"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"TerritoryId": 622,
|
||||||
|
"InteractionType": "Gather",
|
||||||
|
"ItemsToGather": [
|
||||||
|
{
|
||||||
|
"ItemId": 22656,
|
||||||
|
"ItemCount": 3
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"RequiredQuestAcceptedJob": [
|
||||||
|
"Botanist"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"DataId": 1025787,
|
||||||
|
"Position": {
|
||||||
|
"X": 389.70007,
|
||||||
|
"Y": -8.514979,
|
||||||
|
"Z": 487.93762
|
||||||
|
},
|
||||||
|
"TerritoryId": 622,
|
||||||
|
"InteractionType": "Interact",
|
||||||
|
"Fly": true
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 255,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1025602,
|
||||||
|
"Position": {
|
||||||
|
"X": -780.148,
|
||||||
|
"Y": 128.25195,
|
||||||
|
"Z": 97.154175
|
||||||
|
},
|
||||||
|
"TerritoryId": 622,
|
||||||
|
"InteractionType": "CompleteQuest",
|
||||||
|
"Mount": true,
|
||||||
|
"AetheryteShortcut": "Azim Steppe - Dhoro Iloh",
|
||||||
|
"SkipConditions": {
|
||||||
|
"AetheryteShortcutIf": {
|
||||||
|
"NearPosition": {
|
||||||
|
"Position": {
|
||||||
|
"X": -780.148,
|
||||||
|
"Y": 128.25195,
|
||||||
|
"Z": 97.154175
|
||||||
|
},
|
||||||
|
"TerritoryId": 622,
|
||||||
|
"MaximumDistance": 50
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
@ -0,0 +1,141 @@
|
|||||||
|
{
|
||||||
|
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
|
||||||
|
"Author": "Theo",
|
||||||
|
"QuestSequence": [
|
||||||
|
{
|
||||||
|
"Sequence": 0,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"Position": {
|
||||||
|
"X": -780.148,
|
||||||
|
"Y": 128.25195,
|
||||||
|
"Z": 97.154175
|
||||||
|
},
|
||||||
|
"TerritoryId": 622,
|
||||||
|
"InteractionType": "WalkTo"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"DataId": 1025602,
|
||||||
|
"Position": {
|
||||||
|
"X": -780.148,
|
||||||
|
"Y": 128.25195,
|
||||||
|
"Z": 97.154175
|
||||||
|
},
|
||||||
|
"TerritoryId": 622,
|
||||||
|
"InteractionType": "AcceptQuest"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 1,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1025789,
|
||||||
|
"Position": {
|
||||||
|
"X": 594.93384,
|
||||||
|
"Y": 23.164816,
|
||||||
|
"Z": -421.80518
|
||||||
|
},
|
||||||
|
"TerritoryId": 622,
|
||||||
|
"InteractionType": "Interact",
|
||||||
|
"AetheryteShortcut": "Azim Steppe - Dawn Throne",
|
||||||
|
"Fly": true
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 2,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1025790,
|
||||||
|
"Position": {
|
||||||
|
"X": 594.41516,
|
||||||
|
"Y": 23.208984,
|
||||||
|
"Z": -423.81934
|
||||||
|
},
|
||||||
|
"TerritoryId": 622,
|
||||||
|
"InteractionType": "Interact",
|
||||||
|
"RequiredQuestAcceptedJob": [
|
||||||
|
"DoH"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"TerritoryId": 622,
|
||||||
|
"InteractionType": "Craft",
|
||||||
|
"ItemId": 22735,
|
||||||
|
"ItemCount": 3,
|
||||||
|
"RequiredQuestAcceptedJob": [
|
||||||
|
"DoH"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"TerritoryId": 622,
|
||||||
|
"InteractionType": "Gather",
|
||||||
|
"ItemsToGather": [
|
||||||
|
{
|
||||||
|
"ItemId": 22631,
|
||||||
|
"ItemCount": 3
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"RequiredQuestAcceptedJob": [
|
||||||
|
"Miner"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"TerritoryId": 622,
|
||||||
|
"InteractionType": "Gather",
|
||||||
|
"ItemsToGather": [
|
||||||
|
{
|
||||||
|
"ItemId": 22657,
|
||||||
|
"ItemCount": 3
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"RequiredQuestAcceptedJob": [
|
||||||
|
"Botanist"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"DataId": 1025789,
|
||||||
|
"Position": {
|
||||||
|
"X": 594.93384,
|
||||||
|
"Y": 23.164816,
|
||||||
|
"Z": -421.80518
|
||||||
|
},
|
||||||
|
"TerritoryId": 622,
|
||||||
|
"InteractionType": "Interact",
|
||||||
|
"Fly": true
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 255,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1025602,
|
||||||
|
"Position": {
|
||||||
|
"X": -780.148,
|
||||||
|
"Y": 128.25195,
|
||||||
|
"Z": 97.154175
|
||||||
|
},
|
||||||
|
"TerritoryId": 622,
|
||||||
|
"InteractionType": "CompleteQuest",
|
||||||
|
"Mount": true,
|
||||||
|
"AetheryteShortcut": "Azim Steppe - Dhoro Iloh",
|
||||||
|
"SkipConditions": {
|
||||||
|
"AetheryteShortcutIf": {
|
||||||
|
"NearPosition": {
|
||||||
|
"Position": {
|
||||||
|
"X": -780.148,
|
||||||
|
"Y": 128.25195,
|
||||||
|
"Z": 97.154175
|
||||||
|
},
|
||||||
|
"TerritoryId": 622,
|
||||||
|
"MaximumDistance": 50
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
@ -0,0 +1,125 @@
|
|||||||
|
{
|
||||||
|
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
|
||||||
|
"Author": "Theo",
|
||||||
|
"QuestSequence": [
|
||||||
|
{
|
||||||
|
"Sequence": 0,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"Position": {
|
||||||
|
"X": -780.148,
|
||||||
|
"Y": 128.25195,
|
||||||
|
"Z": 97.154175
|
||||||
|
},
|
||||||
|
"TerritoryId": 622,
|
||||||
|
"InteractionType": "WalkTo"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"DataId": 1025602,
|
||||||
|
"Position": {
|
||||||
|
"X": -780.148,
|
||||||
|
"Y": 128.25195,
|
||||||
|
"Z": 97.154175
|
||||||
|
},
|
||||||
|
"TerritoryId": 622,
|
||||||
|
"InteractionType": "AcceptQuest"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 1,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1025805,
|
||||||
|
"Position": {
|
||||||
|
"X": 733.6079,
|
||||||
|
"Y": 0.64432836,
|
||||||
|
"Z": -164.78223
|
||||||
|
},
|
||||||
|
"TerritoryId": 622,
|
||||||
|
"InteractionType": "Interact",
|
||||||
|
"AetheryteShortcut": "Azim Steppe - Dawn Throne",
|
||||||
|
"Fly": true
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 255,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1025806,
|
||||||
|
"Position": {
|
||||||
|
"X": 733.15015,
|
||||||
|
"Y": 0.5340576,
|
||||||
|
"Z": -162.21869
|
||||||
|
},
|
||||||
|
"TerritoryId": 622,
|
||||||
|
"InteractionType": "Interact",
|
||||||
|
"RequiredQuestAcceptedJob": [
|
||||||
|
"DoH"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"TerritoryId": 622,
|
||||||
|
"InteractionType": "Craft",
|
||||||
|
"ItemId": 22739,
|
||||||
|
"ItemCount": 1,
|
||||||
|
"RequiredQuestAcceptedJob": [
|
||||||
|
"DoH"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"TerritoryId": 622,
|
||||||
|
"InteractionType": "Gather",
|
||||||
|
"ItemsToGather": [
|
||||||
|
{
|
||||||
|
"ItemId": 22635,
|
||||||
|
"ItemCount": 3
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"RequiredQuestAcceptedJob": [
|
||||||
|
"Miner"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"TerritoryId": 622,
|
||||||
|
"InteractionType": "Gather",
|
||||||
|
"ItemsToGather": [
|
||||||
|
{
|
||||||
|
"ItemId": 22661,
|
||||||
|
"ItemCount": 3
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"RequiredQuestAcceptedJob": [
|
||||||
|
"Botanist"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"DataId": 1025602,
|
||||||
|
"Position": {
|
||||||
|
"X": -780.148,
|
||||||
|
"Y": 128.25195,
|
||||||
|
"Z": 97.154175
|
||||||
|
},
|
||||||
|
"TerritoryId": 622,
|
||||||
|
"InteractionType": "CompleteQuest",
|
||||||
|
"Mount": true,
|
||||||
|
"AetheryteShortcut": "Azim Steppe - Dhoro Iloh",
|
||||||
|
"SkipConditions": {
|
||||||
|
"AetheryteShortcutIf": {
|
||||||
|
"NearPosition": {
|
||||||
|
"Position": {
|
||||||
|
"X": -780.148,
|
||||||
|
"Y": 128.25195,
|
||||||
|
"Z": 97.154175
|
||||||
|
},
|
||||||
|
"TerritoryId": 622,
|
||||||
|
"MaximumDistance": 50
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
@ -0,0 +1,225 @@
|
|||||||
|
{
|
||||||
|
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
|
||||||
|
"Author": "Theo",
|
||||||
|
"QuestSequence": [
|
||||||
|
{
|
||||||
|
"Sequence": 0,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1025605,
|
||||||
|
"Position": {
|
||||||
|
"X": -766.7506,
|
||||||
|
"Y": 127.43907,
|
||||||
|
"Z": 91.11157
|
||||||
|
},
|
||||||
|
"TerritoryId": 622,
|
||||||
|
"InteractionType": "WalkTo",
|
||||||
|
"Fly": true,
|
||||||
|
"AetheryteShortcut": "Azim Steppe - Dhoro Iloh",
|
||||||
|
"SkipConditions": {
|
||||||
|
"AetheryteShortcutIf": {
|
||||||
|
"NearPosition": {
|
||||||
|
"Position": {
|
||||||
|
"X": -780.148,
|
||||||
|
"Y": 128.25195,
|
||||||
|
"Z": 97.154175
|
||||||
|
},
|
||||||
|
"TerritoryId": 622,
|
||||||
|
"MaximumDistance": 50
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"DataId": 1025601,
|
||||||
|
"Position": {
|
||||||
|
"X": -766.7506,
|
||||||
|
"Y": 127.43907,
|
||||||
|
"Z": 91.11157
|
||||||
|
},
|
||||||
|
"TerritoryId": 622,
|
||||||
|
"InteractionType": "AcceptQuest"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 1,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"Position": {
|
||||||
|
"X": -283.0104,
|
||||||
|
"Y": 17.31996,
|
||||||
|
"Z": 508.54376
|
||||||
|
},
|
||||||
|
"TerritoryId": 614,
|
||||||
|
"InteractionType": "WalkTo",
|
||||||
|
"AetheryteShortcut": "Yanxia - Namai",
|
||||||
|
"Fly": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"DataId": 1025702,
|
||||||
|
"Position": {
|
||||||
|
"X": -279.25543,
|
||||||
|
"Y": 17.31996,
|
||||||
|
"Z": 489.2804
|
||||||
|
},
|
||||||
|
"TerritoryId": 614,
|
||||||
|
"InteractionType": "Interact",
|
||||||
|
"CompletionQuestVariablesFlags": [
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
32
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"DataId": 1025768,
|
||||||
|
"Position": {
|
||||||
|
"X": -292.2561,
|
||||||
|
"Y": 17.31996,
|
||||||
|
"Z": 489.76868
|
||||||
|
},
|
||||||
|
"TerritoryId": 614,
|
||||||
|
"InteractionType": "Interact",
|
||||||
|
"CompletionQuestVariablesFlags": [
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
128
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"DataId": 1025701,
|
||||||
|
"Position": {
|
||||||
|
"X": -280.81183,
|
||||||
|
"Y": 17.31996,
|
||||||
|
"Z": 524.52893
|
||||||
|
},
|
||||||
|
"TerritoryId": 614,
|
||||||
|
"InteractionType": "Interact",
|
||||||
|
"CompletionQuestVariablesFlags": [
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
64
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 2,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1025605,
|
||||||
|
"Position": {
|
||||||
|
"X": -766.7506,
|
||||||
|
"Y": 127.43907,
|
||||||
|
"Z": 91.11157
|
||||||
|
},
|
||||||
|
"TerritoryId": 622,
|
||||||
|
"InteractionType": "Interact",
|
||||||
|
"AetheryteShortcut": "Azim Steppe - Dhoro Iloh"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 3,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1025703,
|
||||||
|
"Position": {
|
||||||
|
"X": -734.0658,
|
||||||
|
"Y": 127.41788,
|
||||||
|
"Z": 100.8468
|
||||||
|
},
|
||||||
|
"TerritoryId": 622,
|
||||||
|
"InteractionType": "Interact"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 255,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1025609,
|
||||||
|
"Position": {
|
||||||
|
"X": -770.4738,
|
||||||
|
"Y": 127.42798,
|
||||||
|
"Z": 85.28259
|
||||||
|
},
|
||||||
|
"TerritoryId": 622,
|
||||||
|
"InteractionType": "Interact",
|
||||||
|
"RequiredQuestAcceptedJob": [
|
||||||
|
"DoH"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"TerritoryId": 622,
|
||||||
|
"InteractionType": "Craft",
|
||||||
|
"ItemId": 22721,
|
||||||
|
"ItemCount": 2,
|
||||||
|
"RequiredQuestAcceptedJob": [
|
||||||
|
"DoH"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"TerritoryId": 622,
|
||||||
|
"InteractionType": "Gather",
|
||||||
|
"ItemsToGather": [
|
||||||
|
{
|
||||||
|
"ItemId": 22617,
|
||||||
|
"ItemCount": 3
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"RequiredQuestAcceptedJob": [
|
||||||
|
"Miner"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"TerritoryId": 622,
|
||||||
|
"InteractionType": "Gather",
|
||||||
|
"ItemsToGather": [
|
||||||
|
{
|
||||||
|
"ItemId": 22643,
|
||||||
|
"ItemCount": 3
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"RequiredQuestAcceptedJob": [
|
||||||
|
"Botanist"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"DataId": 1025704,
|
||||||
|
"Position": {
|
||||||
|
"X": -734.8898,
|
||||||
|
"Y": 127.42169,
|
||||||
|
"Z": 99.99231
|
||||||
|
},
|
||||||
|
"TerritoryId": 622,
|
||||||
|
"InteractionType": "CompleteQuest",
|
||||||
|
"Mount": true,
|
||||||
|
"AetheryteShortcut": "Azim Steppe - Dhoro Iloh",
|
||||||
|
"SkipConditions": {
|
||||||
|
"AetheryteShortcutIf": {
|
||||||
|
"NearPosition": {
|
||||||
|
"Position": {
|
||||||
|
"X": -780.148,
|
||||||
|
"Y": 128.25195,
|
||||||
|
"Z": 97.154175
|
||||||
|
},
|
||||||
|
"TerritoryId": 622,
|
||||||
|
"MaximumDistance": 50
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
@ -0,0 +1,95 @@
|
|||||||
|
{
|
||||||
|
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
|
||||||
|
"Author": "Theo",
|
||||||
|
"QuestSequence": [
|
||||||
|
{
|
||||||
|
"Sequence": 0,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1019262,
|
||||||
|
"Position": {
|
||||||
|
"X": 445.76172,
|
||||||
|
"Y": 58.67623,
|
||||||
|
"Z": -155.62683
|
||||||
|
},
|
||||||
|
"TerritoryId": 614,
|
||||||
|
"InteractionType": "AcceptQuest",
|
||||||
|
"AetheryteShortcut": "Yanxia - Namai",
|
||||||
|
"SkipConditions": {
|
||||||
|
"AetheryteShortcutIf": {
|
||||||
|
"NearPosition": {
|
||||||
|
"Position": {
|
||||||
|
"X": 445.76172,
|
||||||
|
"Y": 58.67623,
|
||||||
|
"Z": -155.62683
|
||||||
|
},
|
||||||
|
"TerritoryId": 614,
|
||||||
|
"MaximumDistance": 50
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"Fly": true
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 1,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 2008520,
|
||||||
|
"Position": {
|
||||||
|
"X": 476.85962,
|
||||||
|
"Y": 58.304688,
|
||||||
|
"Z": -178.08807
|
||||||
|
},
|
||||||
|
"TerritoryId": 614,
|
||||||
|
"InteractionType": "Interact",
|
||||||
|
"Mount": true,
|
||||||
|
"CompletionQuestVariablesFlags": [
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
128
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"DataId": 2008521,
|
||||||
|
"Position": {
|
||||||
|
"X": 477.8667,
|
||||||
|
"Y": 59.098145,
|
||||||
|
"Z": -177.66083
|
||||||
|
},
|
||||||
|
"TerritoryId": 614,
|
||||||
|
"InteractionType": "Interact",
|
||||||
|
"CompletionQuestVariablesFlags": [
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
64
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 255,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1019302,
|
||||||
|
"Position": {
|
||||||
|
"X": -279.347,
|
||||||
|
"Y": 17.31996,
|
||||||
|
"Z": 498.49683
|
||||||
|
},
|
||||||
|
"TerritoryId": 614,
|
||||||
|
"InteractionType": "CompleteQuest",
|
||||||
|
"Fly": true,
|
||||||
|
"NextQuestId": 2748
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
@ -0,0 +1,140 @@
|
|||||||
|
{
|
||||||
|
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
|
||||||
|
"Author": "Theo",
|
||||||
|
"QuestSequence": [
|
||||||
|
{
|
||||||
|
"Sequence": 0,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1019312,
|
||||||
|
"Position": {
|
||||||
|
"X": 473.80774,
|
||||||
|
"Y": 58.448307,
|
||||||
|
"Z": -182.78784
|
||||||
|
},
|
||||||
|
"TerritoryId": 614,
|
||||||
|
"InteractionType": "AcceptQuest",
|
||||||
|
"AetheryteShortcut": "Yanxia - Namai",
|
||||||
|
"SkipConditions": {
|
||||||
|
"AetheryteShortcutIf": {
|
||||||
|
"NearPosition": {
|
||||||
|
"Position": {
|
||||||
|
"X": 472.4036,
|
||||||
|
"Y": 58.568016,
|
||||||
|
"Z": -181.87
|
||||||
|
},
|
||||||
|
"TerritoryId": 614,
|
||||||
|
"MaximumDistance": 50
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"Fly": true
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 1,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 2008459,
|
||||||
|
"Position": {
|
||||||
|
"X": 394.5525,
|
||||||
|
"Y": 80.88806,
|
||||||
|
"Z": -194.17108
|
||||||
|
},
|
||||||
|
"TerritoryId": 614,
|
||||||
|
"InteractionType": "Interact",
|
||||||
|
"Fly": true
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 2,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1022399,
|
||||||
|
"Position": {
|
||||||
|
"X": 392.69092,
|
||||||
|
"Y": 80.90235,
|
||||||
|
"Z": -194.9035
|
||||||
|
},
|
||||||
|
"TerritoryId": 614,
|
||||||
|
"InteractionType": "Emote",
|
||||||
|
"Emote": "rally"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 3,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"Position": {
|
||||||
|
"X": 497.38757,
|
||||||
|
"Y": 55.17306,
|
||||||
|
"Z": 191.36812
|
||||||
|
},
|
||||||
|
"TerritoryId": 614,
|
||||||
|
"InteractionType": "Combat",
|
||||||
|
"Fly": true,
|
||||||
|
"EnemySpawnType": "AutoOnEnterArea",
|
||||||
|
"KillEnemyDataIds": [
|
||||||
|
7539
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 4,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1022400,
|
||||||
|
"Position": {
|
||||||
|
"X": 499.9618,
|
||||||
|
"Y": 55.28981,
|
||||||
|
"Z": 191.18018
|
||||||
|
},
|
||||||
|
"TerritoryId": 614,
|
||||||
|
"InteractionType": "Interact"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 255,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1019312,
|
||||||
|
"Position": {
|
||||||
|
"X": 473.80774,
|
||||||
|
"Y": 58.448307,
|
||||||
|
"Z": -182.78784
|
||||||
|
},
|
||||||
|
"TerritoryId": 614,
|
||||||
|
"InteractionType": "CompleteQuest",
|
||||||
|
"DialogueChoices": [
|
||||||
|
{
|
||||||
|
"Type": "List",
|
||||||
|
"Prompt": "TEXT_STMBDZ413_02736_Q1_000_000",
|
||||||
|
"Answer": "TEXT_STMBDZ413_02736_A1_000_002"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"AetheryteShortcut": "Yanxia - Namai",
|
||||||
|
"SkipConditions": {
|
||||||
|
"AetheryteShortcutIf": {
|
||||||
|
"NearPosition": {
|
||||||
|
"Position": {
|
||||||
|
"X": 435.81787,
|
||||||
|
"Y": 68.84845,
|
||||||
|
"Z": -94.02999
|
||||||
|
},
|
||||||
|
"TerritoryId": 614,
|
||||||
|
"MaximumDistance": 150
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"Fly": true,
|
||||||
|
"NextQuestId": 2737
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
@ -0,0 +1,132 @@
|
|||||||
|
{
|
||||||
|
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
|
||||||
|
"Author": "Theo",
|
||||||
|
"QuestSequence": [
|
||||||
|
{
|
||||||
|
"Sequence": 0,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1019312,
|
||||||
|
"Position": {
|
||||||
|
"X": 473.80774,
|
||||||
|
"Y": 58.448307,
|
||||||
|
"Z": -182.78784
|
||||||
|
},
|
||||||
|
"TerritoryId": 614,
|
||||||
|
"InteractionType": "AcceptQuest",
|
||||||
|
"AetheryteShortcut": "Yanxia - Namai",
|
||||||
|
"SkipConditions": {
|
||||||
|
"AetheryteShortcutIf": {
|
||||||
|
"NearPosition": {
|
||||||
|
"Position": {
|
||||||
|
"X": 472.4036,
|
||||||
|
"Y": 58.568016,
|
||||||
|
"Z": -181.87
|
||||||
|
},
|
||||||
|
"TerritoryId": 614,
|
||||||
|
"MaximumDistance": 50
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"Fly": true
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 1,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1022399,
|
||||||
|
"Position": {
|
||||||
|
"X": 392.69092,
|
||||||
|
"Y": 80.90235,
|
||||||
|
"Z": -194.9035
|
||||||
|
},
|
||||||
|
"TerritoryId": 614,
|
||||||
|
"InteractionType": "Interact",
|
||||||
|
"Fly": true
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 2,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1022421,
|
||||||
|
"Position": {
|
||||||
|
"X": 634.5464,
|
||||||
|
"Y": 86.07644,
|
||||||
|
"Z": -146.74603
|
||||||
|
},
|
||||||
|
"TerritoryId": 614,
|
||||||
|
"InteractionType": "Interact",
|
||||||
|
"Fly": true
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 3,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1022423,
|
||||||
|
"Position": {
|
||||||
|
"X": 499.71765,
|
||||||
|
"Y": 66.36111,
|
||||||
|
"Z": -16.586609
|
||||||
|
},
|
||||||
|
"TerritoryId": 614,
|
||||||
|
"Fly": true,
|
||||||
|
"InteractionType": "Emote",
|
||||||
|
"Emote": "psych"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 4,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1022424,
|
||||||
|
"Position": {
|
||||||
|
"X": 475.51685,
|
||||||
|
"Y": 68.02852,
|
||||||
|
"Z": -106.30963
|
||||||
|
},
|
||||||
|
"TerritoryId": 614,
|
||||||
|
"InteractionType": "Interact",
|
||||||
|
"Fly": true
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 255,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1019312,
|
||||||
|
"Position": {
|
||||||
|
"X": 473.80774,
|
||||||
|
"Y": 58.448307,
|
||||||
|
"Z": -182.78784
|
||||||
|
},
|
||||||
|
"TerritoryId": 614,
|
||||||
|
"InteractionType": "CompleteQuest",
|
||||||
|
"AetheryteShortcut": "Yanxia - Namai",
|
||||||
|
"SkipConditions": {
|
||||||
|
"AetheryteShortcutIf": {
|
||||||
|
"NearPosition": {
|
||||||
|
"Position": {
|
||||||
|
"X": 435.81787,
|
||||||
|
"Y": 68.84845,
|
||||||
|
"Z": -94.02999
|
||||||
|
},
|
||||||
|
"TerritoryId": 614,
|
||||||
|
"MaximumDistance": 150
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"Fly": true,
|
||||||
|
"NextQuestId": 2738
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
@ -0,0 +1,168 @@
|
|||||||
|
{
|
||||||
|
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
|
||||||
|
"Author": "Theo",
|
||||||
|
"QuestSequence": [
|
||||||
|
{
|
||||||
|
"Sequence": 0,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1019312,
|
||||||
|
"Position": {
|
||||||
|
"X": 473.80774,
|
||||||
|
"Y": 58.448307,
|
||||||
|
"Z": -182.78784
|
||||||
|
},
|
||||||
|
"TerritoryId": 614,
|
||||||
|
"InteractionType": "AcceptQuest",
|
||||||
|
"AetheryteShortcut": "Yanxia - Namai",
|
||||||
|
"SkipConditions": {
|
||||||
|
"AetheryteShortcutIf": {
|
||||||
|
"NearPosition": {
|
||||||
|
"Position": {
|
||||||
|
"X": 472.4036,
|
||||||
|
"Y": 58.568016,
|
||||||
|
"Z": -181.87
|
||||||
|
},
|
||||||
|
"TerritoryId": 614,
|
||||||
|
"MaximumDistance": 50
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"Fly": true
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 1,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1022414,
|
||||||
|
"Position": {
|
||||||
|
"X": 605.249,
|
||||||
|
"Y": 67.79578,
|
||||||
|
"Z": -137.49908
|
||||||
|
},
|
||||||
|
"TerritoryId": 614,
|
||||||
|
"InteractionType": "Interact",
|
||||||
|
"DialogueChoices": [
|
||||||
|
{
|
||||||
|
"Type": "List",
|
||||||
|
"Prompt": "TEXT_STMBDZ415_02738_Q1_000_000",
|
||||||
|
"Answer": "TEXT_STMBDZ415_02738_A1_000_001"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"Fly": true
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 2,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 2008490,
|
||||||
|
"Position": {
|
||||||
|
"X": 627.8019,
|
||||||
|
"Y": 84.97742,
|
||||||
|
"Z": -98.49707
|
||||||
|
},
|
||||||
|
"TerritoryId": 614,
|
||||||
|
"InteractionType": "Interact",
|
||||||
|
"CompletionQuestVariablesFlags": [
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
128
|
||||||
|
],
|
||||||
|
"Fly": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"DataId": 2008491,
|
||||||
|
"Position": {
|
||||||
|
"X": 664.8203,
|
||||||
|
"Y": 92.088135,
|
||||||
|
"Z": -107.774536
|
||||||
|
},
|
||||||
|
"TerritoryId": 614,
|
||||||
|
"InteractionType": "Interact",
|
||||||
|
"CompletionQuestVariablesFlags": [
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
64
|
||||||
|
],
|
||||||
|
"Mount": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"DataId": 2008492,
|
||||||
|
"Position": {
|
||||||
|
"X": 657.98413,
|
||||||
|
"Y": 85.22156,
|
||||||
|
"Z": -150.56079
|
||||||
|
},
|
||||||
|
"TerritoryId": 614,
|
||||||
|
"InteractionType": "Interact",
|
||||||
|
"CompletionQuestVariablesFlags": [
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
32
|
||||||
|
],
|
||||||
|
"Mount": true
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 3,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1022414,
|
||||||
|
"Position": {
|
||||||
|
"X": 605.249,
|
||||||
|
"Y": 67.79578,
|
||||||
|
"Z": -137.49908
|
||||||
|
},
|
||||||
|
"TerritoryId": 614,
|
||||||
|
"InteractionType": "Interact",
|
||||||
|
"Fly": true
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 255,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1019312,
|
||||||
|
"Position": {
|
||||||
|
"X": 473.80774,
|
||||||
|
"Y": 58.448307,
|
||||||
|
"Z": -182.78784
|
||||||
|
},
|
||||||
|
"TerritoryId": 614,
|
||||||
|
"InteractionType": "CompleteQuest",
|
||||||
|
"AetheryteShortcut": "Yanxia - Namai",
|
||||||
|
"SkipConditions": {
|
||||||
|
"AetheryteShortcutIf": {
|
||||||
|
"NearPosition": {
|
||||||
|
"Position": {
|
||||||
|
"X": 435.81787,
|
||||||
|
"Y": 68.84845,
|
||||||
|
"Z": -94.02999
|
||||||
|
},
|
||||||
|
"TerritoryId": 614,
|
||||||
|
"MaximumDistance": 150
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"Fly": true,
|
||||||
|
"NextQuestId": 2739
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
@ -0,0 +1,151 @@
|
|||||||
|
{
|
||||||
|
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
|
||||||
|
"Author": "Theo",
|
||||||
|
"QuestSequence": [
|
||||||
|
{
|
||||||
|
"Sequence": 0,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1022425,
|
||||||
|
"Position": {
|
||||||
|
"X": 473.3806,
|
||||||
|
"Y": 58.51295,
|
||||||
|
"Z": -180.95679
|
||||||
|
},
|
||||||
|
"TerritoryId": 614,
|
||||||
|
"InteractionType": "AcceptQuest",
|
||||||
|
"AetheryteShortcut": "Yanxia - Namai",
|
||||||
|
"SkipConditions": {
|
||||||
|
"AetheryteShortcutIf": {
|
||||||
|
"NearPosition": {
|
||||||
|
"Position": {
|
||||||
|
"X": 472.4036,
|
||||||
|
"Y": 58.568016,
|
||||||
|
"Z": -181.87
|
||||||
|
},
|
||||||
|
"TerritoryId": 614,
|
||||||
|
"MaximumDistance": 50
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"Fly": true
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 1,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1022417,
|
||||||
|
"Position": {
|
||||||
|
"X": 365.6825,
|
||||||
|
"Y": 100.83898,
|
||||||
|
"Z": -93.91931
|
||||||
|
},
|
||||||
|
"StopDistance": 0.5,
|
||||||
|
"TerritoryId": 614,
|
||||||
|
"InteractionType": "Interact",
|
||||||
|
"Fly": true
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 2,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1022416,
|
||||||
|
"Position": {
|
||||||
|
"X": 675.92883,
|
||||||
|
"Y": 98.45921,
|
||||||
|
"Z": -103.80713
|
||||||
|
},
|
||||||
|
"TerritoryId": 614,
|
||||||
|
"InteractionType": "Interact",
|
||||||
|
"Fly": true
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 3,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1022418,
|
||||||
|
"Position": {
|
||||||
|
"X": 734.5845,
|
||||||
|
"Y": 119.698425,
|
||||||
|
"Z": -35.05005
|
||||||
|
},
|
||||||
|
"TerritoryId": 614,
|
||||||
|
"InteractionType": "Interact",
|
||||||
|
"Fly": true
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 4,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"Position": {
|
||||||
|
"X": 720.75977,
|
||||||
|
"Y": 116.93192,
|
||||||
|
"Z": -60.349487
|
||||||
|
},
|
||||||
|
"TerritoryId": 614,
|
||||||
|
"InteractionType": "Combat",
|
||||||
|
"Fly": true,
|
||||||
|
"EnemySpawnType": "AutoOnEnterArea",
|
||||||
|
"KillEnemyDataIds": [
|
||||||
|
7540
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 5,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1022418,
|
||||||
|
"Position": {
|
||||||
|
"X": 734.5845,
|
||||||
|
"Y": 119.698425,
|
||||||
|
"Z": -35.05005
|
||||||
|
},
|
||||||
|
"TerritoryId": 614,
|
||||||
|
"InteractionType": "Interact",
|
||||||
|
"Fly": true
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 255,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1019312,
|
||||||
|
"Position": {
|
||||||
|
"X": 473.80774,
|
||||||
|
"Y": 58.448307,
|
||||||
|
"Z": -182.78784
|
||||||
|
},
|
||||||
|
"TerritoryId": 614,
|
||||||
|
"InteractionType": "CompleteQuest",
|
||||||
|
"AetheryteShortcut": "Yanxia - Namai",
|
||||||
|
"SkipConditions": {
|
||||||
|
"AetheryteShortcutIf": {
|
||||||
|
"NearPosition": {
|
||||||
|
"Position": {
|
||||||
|
"X": 435.81787,
|
||||||
|
"Y": 68.84845,
|
||||||
|
"Z": -94.02999
|
||||||
|
},
|
||||||
|
"TerritoryId": 614,
|
||||||
|
"MaximumDistance": 150
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"Fly": true,
|
||||||
|
"NextQuestId": 2740
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
@ -0,0 +1,99 @@
|
|||||||
|
{
|
||||||
|
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
|
||||||
|
"Author": "Theo",
|
||||||
|
"QuestSequence": [
|
||||||
|
{
|
||||||
|
"Sequence": 0,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1022399,
|
||||||
|
"Position": {
|
||||||
|
"X": 392.69092,
|
||||||
|
"Y": 80.90235,
|
||||||
|
"Z": -194.9035
|
||||||
|
},
|
||||||
|
"TerritoryId": 614,
|
||||||
|
"InteractionType": "AcceptQuest"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 1,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1023237,
|
||||||
|
"Position": {
|
||||||
|
"X": -233.72241,
|
||||||
|
"Y": 17.628202,
|
||||||
|
"Z": 485.3131
|
||||||
|
},
|
||||||
|
"TerritoryId": 614,
|
||||||
|
"InteractionType": "Interact",
|
||||||
|
"Fly": true
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 2,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1023237,
|
||||||
|
"Position": {
|
||||||
|
"X": -233.72241,
|
||||||
|
"Y": 17.628202,
|
||||||
|
"Z": 485.3131
|
||||||
|
},
|
||||||
|
"TerritoryId": 614,
|
||||||
|
"InteractionType": "Interact"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 3,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1023463,
|
||||||
|
"Position": {
|
||||||
|
"X": 563.8666,
|
||||||
|
"Y": 68.09528,
|
||||||
|
"Z": -11.306946
|
||||||
|
},
|
||||||
|
"TerritoryId": 614,
|
||||||
|
"InteractionType": "Interact",
|
||||||
|
"AetheryteShortcut": "Yanxia - Namai",
|
||||||
|
"Fly": true
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 255,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1023465,
|
||||||
|
"Position": {
|
||||||
|
"X": 462.76025,
|
||||||
|
"Y": 68.01855,
|
||||||
|
"Z": -106.55377
|
||||||
|
},
|
||||||
|
"TerritoryId": 614,
|
||||||
|
"InteractionType": "CompleteQuest",
|
||||||
|
"AetheryteShortcut": "Yanxia - Namai",
|
||||||
|
"Fly": true,
|
||||||
|
"SkipConditions": {
|
||||||
|
"AetheryteShortcutIf": {
|
||||||
|
"NearPosition": {
|
||||||
|
"Position": {
|
||||||
|
"X": 462.13455,
|
||||||
|
"Y": 68.01515,
|
||||||
|
"Z": -104.52245
|
||||||
|
},
|
||||||
|
"TerritoryId": 622,
|
||||||
|
"MaximumDistance": 50
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
@ -0,0 +1,93 @@
|
|||||||
|
{
|
||||||
|
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
|
||||||
|
"Author": "Theo",
|
||||||
|
"QuestSequence": [
|
||||||
|
{
|
||||||
|
"Sequence": 0,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"Position": {
|
||||||
|
"X": -297.51367,
|
||||||
|
"Y": 17.31996,
|
||||||
|
"Z": 508.2195
|
||||||
|
},
|
||||||
|
"TerritoryId": 614,
|
||||||
|
"InteractionType": "WalkTo",
|
||||||
|
"Fly": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"DataId": 1019298,
|
||||||
|
"Position": {
|
||||||
|
"X": -318.87692,
|
||||||
|
"Y": 17.974895,
|
||||||
|
"Z": 508.29004
|
||||||
|
},
|
||||||
|
"TerritoryId": 614,
|
||||||
|
"InteractionType": "AcceptQuest",
|
||||||
|
"StopDistance": 0.25
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 1,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1019261,
|
||||||
|
"Position": {
|
||||||
|
"X": 403.00586,
|
||||||
|
"Y": 76.169815,
|
||||||
|
"Z": -148.8518
|
||||||
|
},
|
||||||
|
"TerritoryId": 614,
|
||||||
|
"InteractionType": "Interact",
|
||||||
|
"Fly": true,
|
||||||
|
"AetheryteShortcut": "Yanxia - Namai"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 2,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"Position": {
|
||||||
|
"X": -297.51367,
|
||||||
|
"Y": 17.31996,
|
||||||
|
"Z": 508.2195
|
||||||
|
},
|
||||||
|
"TerritoryId": 614,
|
||||||
|
"InteractionType": "WalkTo",
|
||||||
|
"Fly": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"DataId": 1019298,
|
||||||
|
"Position": {
|
||||||
|
"X": -318.87692,
|
||||||
|
"Y": 17.974895,
|
||||||
|
"Z": 508.29004
|
||||||
|
},
|
||||||
|
"TerritoryId": 614,
|
||||||
|
"InteractionType": "Interact",
|
||||||
|
"StopDistance": 0.25
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 255,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1019261,
|
||||||
|
"Position": {
|
||||||
|
"X": 403.00586,
|
||||||
|
"Y": 76.169815,
|
||||||
|
"Z": -148.8518
|
||||||
|
},
|
||||||
|
"TerritoryId": 614,
|
||||||
|
"InteractionType": "CompleteQuest",
|
||||||
|
"Fly": true,
|
||||||
|
"AetheryteShortcut": "Yanxia - Namai",
|
||||||
|
"NextQuestId": 2740
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
@ -0,0 +1,143 @@
|
|||||||
|
{
|
||||||
|
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
|
||||||
|
"Author": "liza",
|
||||||
|
"QuestSequence": [
|
||||||
|
{
|
||||||
|
"Sequence": 0,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1023236,
|
||||||
|
"Position": {
|
||||||
|
"X": -300.06866,
|
||||||
|
"Y": 16.806112,
|
||||||
|
"Z": 539.45215
|
||||||
|
},
|
||||||
|
"TerritoryId": 614,
|
||||||
|
"InteractionType": "AcceptQuest",
|
||||||
|
"Fly": true
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 1,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1023237,
|
||||||
|
"Position": {
|
||||||
|
"X": -233.72241,
|
||||||
|
"Y": 17.628202,
|
||||||
|
"Z": 485.3131
|
||||||
|
},
|
||||||
|
"TerritoryId": 614,
|
||||||
|
"InteractionType": "Interact",
|
||||||
|
"Fly": true
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 2,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"Position": {
|
||||||
|
"X": -463.34363,
|
||||||
|
"Y": 1.3011811,
|
||||||
|
"Z": 578.3476
|
||||||
|
},
|
||||||
|
"TerritoryId": 614,
|
||||||
|
"InteractionType": "WalkTo",
|
||||||
|
"Fly": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"DataId": 1023238,
|
||||||
|
"Position": {
|
||||||
|
"X": -464.49988,
|
||||||
|
"Y": 1.3011812,
|
||||||
|
"Z": 577.32495
|
||||||
|
},
|
||||||
|
"TerritoryId": 614,
|
||||||
|
"InteractionType": "Interact"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 3,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"Position": {
|
||||||
|
"X": -487.5986,
|
||||||
|
"Y": -0.5999999,
|
||||||
|
"Z": 578.5466
|
||||||
|
},
|
||||||
|
"TerritoryId": 614,
|
||||||
|
"InteractionType": "Dive",
|
||||||
|
"DisableNavmesh": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"DataId": 2008799,
|
||||||
|
"Position": {
|
||||||
|
"X": -549.7063,
|
||||||
|
"Y": -109.51398,
|
||||||
|
"Z": 569.32935
|
||||||
|
},
|
||||||
|
"TerritoryId": 614,
|
||||||
|
"InteractionType": "Interact",
|
||||||
|
"Fly": true,
|
||||||
|
"Mount": true
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 4,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"Position": {
|
||||||
|
"X": -487.5986,
|
||||||
|
"Y": -0.5999999,
|
||||||
|
"Z": 578.5466
|
||||||
|
},
|
||||||
|
"TerritoryId": 614,
|
||||||
|
"InteractionType": "WalkTo",
|
||||||
|
"DisableNavmesh": true,
|
||||||
|
"RestartNavigationIfCancelled": false
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Position": {
|
||||||
|
"X": -463.34363,
|
||||||
|
"Y": 1.3011811,
|
||||||
|
"Z": 578.3476
|
||||||
|
},
|
||||||
|
"TerritoryId": 614,
|
||||||
|
"InteractionType": "WalkTo",
|
||||||
|
"Fly": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"DataId": 1023238,
|
||||||
|
"Position": {
|
||||||
|
"X": -464.49988,
|
||||||
|
"Y": 1.3011812,
|
||||||
|
"Z": 577.32495
|
||||||
|
},
|
||||||
|
"TerritoryId": 614,
|
||||||
|
"InteractionType": "Interact"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 255,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1023237,
|
||||||
|
"Position": {
|
||||||
|
"X": -233.72241,
|
||||||
|
"Y": 17.628202,
|
||||||
|
"Z": 485.3131
|
||||||
|
},
|
||||||
|
"TerritoryId": 614,
|
||||||
|
"InteractionType": "CompleteQuest",
|
||||||
|
"Fly": true,
|
||||||
|
"NextQuestId": 2749
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
@ -0,0 +1,138 @@
|
|||||||
|
{
|
||||||
|
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
|
||||||
|
"Author": "Theo",
|
||||||
|
"QuestSequence": [
|
||||||
|
{
|
||||||
|
"Sequence": 0,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1023237,
|
||||||
|
"Position": {
|
||||||
|
"X": -233.72241,
|
||||||
|
"Y": 17.628202,
|
||||||
|
"Z": 485.3131
|
||||||
|
},
|
||||||
|
"TerritoryId": 614,
|
||||||
|
"InteractionType": "AcceptQuest"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 1,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1023239,
|
||||||
|
"Position": {
|
||||||
|
"X": -392.72144,
|
||||||
|
"Y": 46.670254,
|
||||||
|
"Z": 452.93335
|
||||||
|
},
|
||||||
|
"StopDistance": 0.5,
|
||||||
|
"TerritoryId": 614,
|
||||||
|
"InteractionType": "Interact",
|
||||||
|
"Fly": true
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 2,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"Position": {
|
||||||
|
"X": -239.56377,
|
||||||
|
"Y": 49.354053,
|
||||||
|
"Z": 284.94565
|
||||||
|
},
|
||||||
|
"TerritoryId": 614,
|
||||||
|
"InteractionType": "WalkTo",
|
||||||
|
"Fly": true,
|
||||||
|
"SkipConditions": {
|
||||||
|
"StepIf": {
|
||||||
|
"Flying": "Locked"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"DataId": 1023240,
|
||||||
|
"Position": {
|
||||||
|
"X": -258.6557,
|
||||||
|
"Y": 38.181896,
|
||||||
|
"Z": 217.9751
|
||||||
|
},
|
||||||
|
"TerritoryId": 614,
|
||||||
|
"InteractionType": "Interact",
|
||||||
|
"Fly": true
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 3,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"Position": {
|
||||||
|
"X": -287.37323,
|
||||||
|
"Y": 39.150906,
|
||||||
|
"Z": 206.95801
|
||||||
|
},
|
||||||
|
"StopDistance": 0.5,
|
||||||
|
"TerritoryId": 614,
|
||||||
|
"InteractionType": "Combat",
|
||||||
|
"Fly": true,
|
||||||
|
"EnemySpawnType": "AutoOnEnterArea",
|
||||||
|
"KillEnemyDataIds": [
|
||||||
|
7541
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 4,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1023240,
|
||||||
|
"Position": {
|
||||||
|
"X": -258.6557,
|
||||||
|
"Y": 38.181896,
|
||||||
|
"Z": 217.9751
|
||||||
|
},
|
||||||
|
"TerritoryId": 614,
|
||||||
|
"InteractionType": "Interact",
|
||||||
|
"Fly": true
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 5,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 2008801,
|
||||||
|
"Position": {
|
||||||
|
"X": -234.24127,
|
||||||
|
"Y": 17.593567,
|
||||||
|
"Z": 486.9917
|
||||||
|
},
|
||||||
|
"TerritoryId": 614,
|
||||||
|
"InteractionType": "Interact",
|
||||||
|
"Fly": true
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 255,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1023237,
|
||||||
|
"Position": {
|
||||||
|
"X": -233.72241,
|
||||||
|
"Y": 17.628202,
|
||||||
|
"Z": 485.3131
|
||||||
|
},
|
||||||
|
"TerritoryId": 614,
|
||||||
|
"InteractionType": "CompleteQuest",
|
||||||
|
"Fly": true,
|
||||||
|
"NextQuestId": 2750
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
@ -0,0 +1,107 @@
|
|||||||
|
{
|
||||||
|
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
|
||||||
|
"Author": "Theo",
|
||||||
|
"QuestSequence": [
|
||||||
|
{
|
||||||
|
"Sequence": 0,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1023237,
|
||||||
|
"Position": {
|
||||||
|
"X": -233.72241,
|
||||||
|
"Y": 17.628202,
|
||||||
|
"Z": 485.3131
|
||||||
|
},
|
||||||
|
"TerritoryId": 614,
|
||||||
|
"InteractionType": "AcceptQuest"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 1,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"Position": {
|
||||||
|
"X": 151.29321,
|
||||||
|
"Y": -0.2997286,
|
||||||
|
"Z": 229.44983
|
||||||
|
},
|
||||||
|
"TerritoryId": 614,
|
||||||
|
"InteractionType": "Combat",
|
||||||
|
"Fly": true,
|
||||||
|
"EnemySpawnType": "OverworldEnemies",
|
||||||
|
"ComplexCombatData": [
|
||||||
|
{
|
||||||
|
"DataId": 6682,
|
||||||
|
"KillCount": 3
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 2,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1023237,
|
||||||
|
"Position": {
|
||||||
|
"X": -233.72241,
|
||||||
|
"Y": 17.628202,
|
||||||
|
"Z": 485.3131
|
||||||
|
},
|
||||||
|
"TerritoryId": 614,
|
||||||
|
"InteractionType": "Interact",
|
||||||
|
"Fly": true
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 3,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 2008802,
|
||||||
|
"Position": {
|
||||||
|
"X": -235.03479,
|
||||||
|
"Y": 17.654663,
|
||||||
|
"Z": 487.32727
|
||||||
|
},
|
||||||
|
"TerritoryId": 614,
|
||||||
|
"InteractionType": "Interact"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 4,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1023243,
|
||||||
|
"Position": {
|
||||||
|
"X": -88.85327,
|
||||||
|
"Y": -0.35101318,
|
||||||
|
"Z": 654.4442
|
||||||
|
},
|
||||||
|
"TerritoryId": 614,
|
||||||
|
"InteractionType": "Interact",
|
||||||
|
"Fly": true
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 255,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1023237,
|
||||||
|
"Position": {
|
||||||
|
"X": -233.72241,
|
||||||
|
"Y": 17.628202,
|
||||||
|
"Z": 485.3131
|
||||||
|
},
|
||||||
|
"TerritoryId": 614,
|
||||||
|
"InteractionType": "CompleteQuest",
|
||||||
|
"Fly": true,
|
||||||
|
"NextQuestId": 2751
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
@ -0,0 +1,121 @@
|
|||||||
|
{
|
||||||
|
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
|
||||||
|
"Author": "Theo",
|
||||||
|
"QuestSequence": [
|
||||||
|
{
|
||||||
|
"Sequence": 0,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1023237,
|
||||||
|
"Position": {
|
||||||
|
"X": -233.72241,
|
||||||
|
"Y": 17.628202,
|
||||||
|
"Z": 485.3131
|
||||||
|
},
|
||||||
|
"TerritoryId": 614,
|
||||||
|
"InteractionType": "AcceptQuest"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 1,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1023244,
|
||||||
|
"Position": {
|
||||||
|
"X": -290.15033,
|
||||||
|
"Y": 17.31996,
|
||||||
|
"Z": 490.86743
|
||||||
|
},
|
||||||
|
"TerritoryId": 614,
|
||||||
|
"InteractionType": "Interact",
|
||||||
|
"Fly": true
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 2,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1023245,
|
||||||
|
"Position": {
|
||||||
|
"X": 133.1654,
|
||||||
|
"Y": 13.172864,
|
||||||
|
"Z": 483.7871
|
||||||
|
},
|
||||||
|
"TerritoryId": 614,
|
||||||
|
"InteractionType": "Interact",
|
||||||
|
"Fly": true
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 3,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1023246,
|
||||||
|
"Position": {
|
||||||
|
"X": 401.3275,
|
||||||
|
"Y": 14.6418705,
|
||||||
|
"Z": 630.15173
|
||||||
|
},
|
||||||
|
"TerritoryId": 614,
|
||||||
|
"InteractionType": "Interact",
|
||||||
|
"Fly": true
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 4,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"Position": {
|
||||||
|
"X": 447.20697,
|
||||||
|
"Y": 14.621715,
|
||||||
|
"Z": 673.4272
|
||||||
|
},
|
||||||
|
"TerritoryId": 614,
|
||||||
|
"InteractionType": "Combat",
|
||||||
|
"Fly": true,
|
||||||
|
"EnemySpawnType": "AutoOnEnterArea",
|
||||||
|
"KillEnemyDataIds": [
|
||||||
|
7525
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 5,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1023246,
|
||||||
|
"Position": {
|
||||||
|
"X": 401.3275,
|
||||||
|
"Y": 14.6418705,
|
||||||
|
"Z": 630.15173
|
||||||
|
},
|
||||||
|
"TerritoryId": 614,
|
||||||
|
"InteractionType": "Interact",
|
||||||
|
"Fly": true
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 255,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1023244,
|
||||||
|
"Position": {
|
||||||
|
"X": -290.15033,
|
||||||
|
"Y": 17.31996,
|
||||||
|
"Z": 490.86743
|
||||||
|
},
|
||||||
|
"TerritoryId": 614,
|
||||||
|
"InteractionType": "CompleteQuest",
|
||||||
|
"Fly": true,
|
||||||
|
"NextQuestId": 2747
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
@ -1,7 +1,6 @@
|
|||||||
{
|
{
|
||||||
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
|
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
|
||||||
"Author": "liza",
|
"Author": "pot0to",
|
||||||
"Disabled": true,
|
|
||||||
"QuestSequence": [
|
"QuestSequence": [
|
||||||
{
|
{
|
||||||
"Sequence": 0,
|
"Sequence": 0,
|
||||||
@ -9,9 +8,9 @@
|
|||||||
{
|
{
|
||||||
"DataId": 1032643,
|
"DataId": 1032643,
|
||||||
"Position": {
|
"Position": {
|
||||||
"X": 787.0145,
|
"X": 787.0145,
|
||||||
"Y": -45.82774,
|
"Y": -45.82774,
|
||||||
"Z": -218.555
|
"Z": -218.555
|
||||||
},
|
},
|
||||||
"TerritoryId": 817,
|
"TerritoryId": 817,
|
||||||
"InteractionType": "AcceptQuest"
|
"InteractionType": "AcceptQuest"
|
||||||
@ -22,26 +21,56 @@
|
|||||||
"Sequence": 255,
|
"Sequence": 255,
|
||||||
"Steps": [
|
"Steps": [
|
||||||
{
|
{
|
||||||
|
"DataId": 33005,
|
||||||
"Position": {
|
"Position": {
|
||||||
"X": 788.1569,
|
"X": 214.7744,
|
||||||
"Y": -45.82557,
|
"Y": -19.57758,
|
||||||
"Z": -212.9306
|
"Z": 623.6767
|
||||||
},
|
},
|
||||||
"TerritoryId": 817,
|
"TerritoryId": 817,
|
||||||
"InteractionType": "WalkTo",
|
"InteractionType": "Gather",
|
||||||
"AetheryteShortcut": "Rak'tika - Fanow",
|
"RequiredQuestAcceptedJob": [
|
||||||
|
"Miner"
|
||||||
|
],
|
||||||
|
"ItemsToGather": [
|
||||||
|
{
|
||||||
|
"ItemId": 29537,
|
||||||
|
"ItemCount": 3
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"Fly": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"DataId": 33020,
|
||||||
|
"Position": {
|
||||||
|
"X": 226.1767,
|
||||||
|
"Y": -20.10281,
|
||||||
|
"Z": 643.5543
|
||||||
|
},
|
||||||
|
"TerritoryId": 817,
|
||||||
|
"InteractionType": "Gather",
|
||||||
|
"RequiredQuestAcceptedJob": [
|
||||||
|
"Botanist"
|
||||||
|
],
|
||||||
|
"ItemsToGather": [
|
||||||
|
{
|
||||||
|
"ItemId": 29563,
|
||||||
|
"ItemCount": 3
|
||||||
|
}
|
||||||
|
],
|
||||||
"Fly": true
|
"Fly": true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"DataId": 1032643,
|
"DataId": 1032643,
|
||||||
"Position": {
|
"Position": {
|
||||||
"X": 787.0145,
|
"X": 787.0145,
|
||||||
"Y": -45.82774,
|
"Y": -45.82774,
|
||||||
"Z": -218.555
|
"Z": -218.555
|
||||||
},
|
},
|
||||||
"StopDistance": 7,
|
|
||||||
"TerritoryId": 817,
|
"TerritoryId": 817,
|
||||||
"InteractionType": "CompleteQuest"
|
"InteractionType": "CompleteQuest",
|
||||||
|
"AetheryteShortcut": "Rak'tika - Fanow",
|
||||||
|
"Fly": true
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
@ -0,0 +1,161 @@
|
|||||||
|
{
|
||||||
|
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
|
||||||
|
"Author": "liza",
|
||||||
|
"QuestSequence": [
|
||||||
|
{
|
||||||
|
"Sequence": 0,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1050871,
|
||||||
|
"Position": {
|
||||||
|
"X": -51.895935,
|
||||||
|
"Y": -17.97287,
|
||||||
|
"Z": 182.7268
|
||||||
|
},
|
||||||
|
"TerritoryId": 1185,
|
||||||
|
"InteractionType": "AcceptQuest",
|
||||||
|
"AetheryteShortcut": "Tuliyollal",
|
||||||
|
"AethernetShortcut": [
|
||||||
|
"[Tuliyollal] Aetheryte Plaza",
|
||||||
|
"[Tuliyollal] The For'ard Cabins"
|
||||||
|
],
|
||||||
|
"SkipConditions": {
|
||||||
|
"AetheryteShortcutIf": {
|
||||||
|
"InSameTerritory": true
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 1,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1001657,
|
||||||
|
"Position": {
|
||||||
|
"X": 94.80432,
|
||||||
|
"Y": 7.9804688,
|
||||||
|
"Z": -34.042908
|
||||||
|
},
|
||||||
|
"TerritoryId": 131,
|
||||||
|
"InteractionType": "Interact",
|
||||||
|
"AetheryteShortcut": "Ul'dah",
|
||||||
|
"AethernetShortcut": [
|
||||||
|
"[Ul'dah] Aetheryte Plaza",
|
||||||
|
"[Ul'dah] Sapphire Avenue Exchange"
|
||||||
|
],
|
||||||
|
"CompletionQuestVariablesFlags": [
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
32
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"DataId": 1006440,
|
||||||
|
"Position": {
|
||||||
|
"X": 140.3982,
|
||||||
|
"Y": 4,
|
||||||
|
"Z": -54.154297
|
||||||
|
},
|
||||||
|
"TerritoryId": 131,
|
||||||
|
"InteractionType": "Interact",
|
||||||
|
"CompletionQuestVariablesFlags": [
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
64
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"DataId": 1051655,
|
||||||
|
"Position": {
|
||||||
|
"X": 137.74304,
|
||||||
|
"Y": 4,
|
||||||
|
"Z": 5.9662476
|
||||||
|
},
|
||||||
|
"TerritoryId": 131,
|
||||||
|
"InteractionType": "Interact",
|
||||||
|
"CompletionQuestVariablesFlags": [
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
128
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 2,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"Position": {
|
||||||
|
"X": 146.12386,
|
||||||
|
"Y": 4,
|
||||||
|
"Z": -23.562449
|
||||||
|
},
|
||||||
|
"StopDistance": 0.5,
|
||||||
|
"TerritoryId": 131,
|
||||||
|
"InteractionType": "Emote",
|
||||||
|
"Emote": "angry"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 3,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1051656,
|
||||||
|
"Position": {
|
||||||
|
"X": 56.443115,
|
||||||
|
"Y": 10,
|
||||||
|
"Z": 5.935669
|
||||||
|
},
|
||||||
|
"TerritoryId": 131,
|
||||||
|
"InteractionType": "Interact"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 255,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 2012114,
|
||||||
|
"Position": {
|
||||||
|
"X": 0,
|
||||||
|
"Y": 1.15,
|
||||||
|
"Z": 10.23451
|
||||||
|
},
|
||||||
|
"TerritoryId": 1255,
|
||||||
|
"InteractionType": "Interact",
|
||||||
|
"TargetTerritoryId": 131,
|
||||||
|
"SkipConditions": {
|
||||||
|
"StepIf": {
|
||||||
|
"InTerritory": [
|
||||||
|
131
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"DataId": 1051656,
|
||||||
|
"Position": {
|
||||||
|
"X": 56.443115,
|
||||||
|
"Y": 10,
|
||||||
|
"Z": 5.935669
|
||||||
|
},
|
||||||
|
"StopDistance": 7,
|
||||||
|
"TerritoryId": 131,
|
||||||
|
"InteractionType": "CompleteQuest",
|
||||||
|
"NextQuestId": 5189
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
129
QuestPaths/7.x - Dawntrail/Role Quests/5189_Imposing Views.json
Normal file
129
QuestPaths/7.x - Dawntrail/Role Quests/5189_Imposing Views.json
Normal file
@ -0,0 +1,129 @@
|
|||||||
|
{
|
||||||
|
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
|
||||||
|
"Author": "liza",
|
||||||
|
"QuestSequence": [
|
||||||
|
{
|
||||||
|
"Sequence": 0,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1051656,
|
||||||
|
"Position": {
|
||||||
|
"X": 56.443115,
|
||||||
|
"Y": 10,
|
||||||
|
"Z": 5.935669
|
||||||
|
},
|
||||||
|
"StopDistance": 7,
|
||||||
|
"TerritoryId": 131,
|
||||||
|
"InteractionType": "AcceptQuest"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 1,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 2014419,
|
||||||
|
"Position": {
|
||||||
|
"X": -158.86176,
|
||||||
|
"Y": 7.4921875,
|
||||||
|
"Z": 493.88867
|
||||||
|
},
|
||||||
|
"TerritoryId": 146,
|
||||||
|
"InteractionType": "Interact",
|
||||||
|
"AetheryteShortcut": "Southern Thanalan - Forgotten Springs",
|
||||||
|
"Fly": true
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 2,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1051661,
|
||||||
|
"Position": {
|
||||||
|
"X": 1.7852783,
|
||||||
|
"Y": 19.026453,
|
||||||
|
"Z": 581.62805
|
||||||
|
},
|
||||||
|
"StopDistance": 5,
|
||||||
|
"TerritoryId": 146,
|
||||||
|
"InteractionType": "Interact",
|
||||||
|
"DialogueChoices": [
|
||||||
|
{
|
||||||
|
"Type": "List",
|
||||||
|
"Prompt": "TEXT_KINGBZ002_05189_Q1_000_000",
|
||||||
|
"Answer": "TEXT_KINGBZ002_05189_A1_000_001"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 3,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1051663,
|
||||||
|
"Position": {
|
||||||
|
"X": 51.68225,
|
||||||
|
"Y": 0.7631253,
|
||||||
|
"Z": 711.57385
|
||||||
|
},
|
||||||
|
"TerritoryId": 146,
|
||||||
|
"InteractionType": "Combat",
|
||||||
|
"EnemySpawnType": "AfterInteraction",
|
||||||
|
"KillEnemyDataIds": [
|
||||||
|
18178
|
||||||
|
],
|
||||||
|
"Fly": true
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 4,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1051663,
|
||||||
|
"Position": {
|
||||||
|
"X": 51.68225,
|
||||||
|
"Y": 0.7631253,
|
||||||
|
"Z": 711.57385
|
||||||
|
},
|
||||||
|
"TerritoryId": 146,
|
||||||
|
"InteractionType": "Interact"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 5,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1051668,
|
||||||
|
"Position": {
|
||||||
|
"X": 170.42798,
|
||||||
|
"Y": 15.943722,
|
||||||
|
"Z": 897.94763
|
||||||
|
},
|
||||||
|
"TerritoryId": 146,
|
||||||
|
"InteractionType": "Interact",
|
||||||
|
"Fly": true
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 255,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1051668,
|
||||||
|
"Position": {
|
||||||
|
"X": 170.42798,
|
||||||
|
"Y": 15.943722,
|
||||||
|
"Z": 897.94763
|
||||||
|
},
|
||||||
|
"TerritoryId": 146,
|
||||||
|
"InteractionType": "CompleteQuest",
|
||||||
|
"NextQuestId": 5190
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
@ -0,0 +1,175 @@
|
|||||||
|
{
|
||||||
|
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
|
||||||
|
"Author": "liza",
|
||||||
|
"QuestSequence": [
|
||||||
|
{
|
||||||
|
"Sequence": 0,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1051668,
|
||||||
|
"Position": {
|
||||||
|
"X": 170.42798,
|
||||||
|
"Y": 15.943722,
|
||||||
|
"Z": 897.94763
|
||||||
|
},
|
||||||
|
"TerritoryId": 146,
|
||||||
|
"InteractionType": "AcceptQuest"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 1,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1050871,
|
||||||
|
"Position": {
|
||||||
|
"X": -51.895935,
|
||||||
|
"Y": -17.97287,
|
||||||
|
"Z": 182.7268
|
||||||
|
},
|
||||||
|
"TerritoryId": 1185,
|
||||||
|
"InteractionType": "Interact",
|
||||||
|
"AetheryteShortcut": "Tuliyollal",
|
||||||
|
"AethernetShortcut": [
|
||||||
|
"[Tuliyollal] Aetheryte Plaza",
|
||||||
|
"[Tuliyollal] The For'ard Cabins"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 2,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1051670,
|
||||||
|
"Position": {
|
||||||
|
"X": -15.976257,
|
||||||
|
"Y": -19.928413,
|
||||||
|
"Z": 224.90259
|
||||||
|
},
|
||||||
|
"TerritoryId": 1185,
|
||||||
|
"InteractionType": "Interact"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 3,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1051675,
|
||||||
|
"Position": {
|
||||||
|
"X": 358.23608,
|
||||||
|
"Y": 5.957184,
|
||||||
|
"Z": 428.36658
|
||||||
|
},
|
||||||
|
"StopDistance": 1,
|
||||||
|
"TerritoryId": 1190,
|
||||||
|
"InteractionType": "Interact",
|
||||||
|
"AetheryteShortcut": "Shaaloani - Hhusatahwi",
|
||||||
|
"Fly": true
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 4,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"Position": {
|
||||||
|
"X": 363.81656,
|
||||||
|
"Y": 5.9295864,
|
||||||
|
"Z": 435.17932
|
||||||
|
},
|
||||||
|
"TerritoryId": 1190,
|
||||||
|
"InteractionType": "WalkTo"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"DataId": 1051677,
|
||||||
|
"Position": {
|
||||||
|
"X": 371.4198,
|
||||||
|
"Y": 5.95728,
|
||||||
|
"Z": 425.4978
|
||||||
|
},
|
||||||
|
"TerritoryId": 1190,
|
||||||
|
"InteractionType": "Interact"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 5,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1051677,
|
||||||
|
"Position": {
|
||||||
|
"X": 371.4198,
|
||||||
|
"Y": 5.95728,
|
||||||
|
"Z": 425.4978
|
||||||
|
},
|
||||||
|
"TerritoryId": 1190,
|
||||||
|
"InteractionType": "Emote",
|
||||||
|
"Emote": "unbound"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 6,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1051682,
|
||||||
|
"Position": {
|
||||||
|
"X": 387.5028,
|
||||||
|
"Y": -0.60167974,
|
||||||
|
"Z": 426.99304
|
||||||
|
},
|
||||||
|
"TerritoryId": 1190,
|
||||||
|
"InteractionType": "Interact"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 7,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"Position": {
|
||||||
|
"X": 425.24307,
|
||||||
|
"Y": 0.7699772,
|
||||||
|
"Z": 473.79095
|
||||||
|
},
|
||||||
|
"TerritoryId": 1190,
|
||||||
|
"InteractionType": "WalkTo",
|
||||||
|
"Fly": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"DataId": 1051684,
|
||||||
|
"Position": {
|
||||||
|
"X": 426.04712,
|
||||||
|
"Y": 0.7461932,
|
||||||
|
"Z": 472.3125
|
||||||
|
},
|
||||||
|
"TerritoryId": 1190,
|
||||||
|
"InteractionType": "Interact"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 255,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1050871,
|
||||||
|
"Position": {
|
||||||
|
"X": -51.895935,
|
||||||
|
"Y": -17.97287,
|
||||||
|
"Z": 182.7268
|
||||||
|
},
|
||||||
|
"TerritoryId": 1185,
|
||||||
|
"InteractionType": "CompleteQuest",
|
||||||
|
"AetheryteShortcut": "Tuliyollal",
|
||||||
|
"AethernetShortcut": [
|
||||||
|
"[Tuliyollal] Aetheryte Plaza",
|
||||||
|
"[Tuliyollal] The For'ard Cabins"
|
||||||
|
],
|
||||||
|
"NextQuestId": 5191
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
182
QuestPaths/7.x - Dawntrail/Role Quests/5191_Bar the Passage.json
Normal file
182
QuestPaths/7.x - Dawntrail/Role Quests/5191_Bar the Passage.json
Normal file
@ -0,0 +1,182 @@
|
|||||||
|
{
|
||||||
|
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
|
||||||
|
"Author": "liza",
|
||||||
|
"QuestSequence": [
|
||||||
|
{
|
||||||
|
"Sequence": 0,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1050871,
|
||||||
|
"Position": {
|
||||||
|
"X": -51.895935,
|
||||||
|
"Y": -17.97287,
|
||||||
|
"Z": 182.7268
|
||||||
|
},
|
||||||
|
"TerritoryId": 1185,
|
||||||
|
"InteractionType": "AcceptQuest"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 1,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1051689,
|
||||||
|
"Position": {
|
||||||
|
"X": 273.33484,
|
||||||
|
"Y": 15.999998,
|
||||||
|
"Z": 740.6576
|
||||||
|
},
|
||||||
|
"TerritoryId": 1190,
|
||||||
|
"InteractionType": "SinglePlayerDuty",
|
||||||
|
"AethernetShortcut": [
|
||||||
|
"[Tuliyollal] The For'ard Cabins",
|
||||||
|
"[Tuliyollal] Xak Tural Skygate (Shaaloani)"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 2
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 3,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1051691,
|
||||||
|
"Position": {
|
||||||
|
"X": 273.85364,
|
||||||
|
"Y": 15.999996,
|
||||||
|
"Z": 738.2771
|
||||||
|
},
|
||||||
|
"TerritoryId": 1190,
|
||||||
|
"InteractionType": "Interact"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 4,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1050871,
|
||||||
|
"Position": {
|
||||||
|
"X": -51.895935,
|
||||||
|
"Y": -17.97287,
|
||||||
|
"Z": 182.7268
|
||||||
|
},
|
||||||
|
"TerritoryId": 1185,
|
||||||
|
"InteractionType": "Interact",
|
||||||
|
"AetheryteShortcut": "Tuliyollal",
|
||||||
|
"AethernetShortcut": [
|
||||||
|
"[Tuliyollal] Aetheryte Plaza",
|
||||||
|
"[Tuliyollal] The For'ard Cabins"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 5,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1051672,
|
||||||
|
"Position": {
|
||||||
|
"X": -14.816589,
|
||||||
|
"Y": -19.881973,
|
||||||
|
"Z": 223.3158
|
||||||
|
},
|
||||||
|
"TerritoryId": 1185,
|
||||||
|
"InteractionType": "Interact"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 6,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1051673,
|
||||||
|
"Position": {
|
||||||
|
"X": -15.243774,
|
||||||
|
"Y": -19.762682,
|
||||||
|
"Z": 221.72876
|
||||||
|
},
|
||||||
|
"StopDistance": 5,
|
||||||
|
"TerritoryId": 1185,
|
||||||
|
"InteractionType": "Interact"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 7,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1051670,
|
||||||
|
"Position": {
|
||||||
|
"X": -15.976257,
|
||||||
|
"Y": -19.928413,
|
||||||
|
"Z": 224.90259
|
||||||
|
},
|
||||||
|
"StopDistance": 5,
|
||||||
|
"TerritoryId": 1185,
|
||||||
|
"InteractionType": "Interact"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 8,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1051671,
|
||||||
|
"Position": {
|
||||||
|
"X": -17.95996,
|
||||||
|
"Y": -19.784014,
|
||||||
|
"Z": 224.17017
|
||||||
|
},
|
||||||
|
"StopDistance": 5,
|
||||||
|
"TerritoryId": 1185,
|
||||||
|
"InteractionType": "Interact"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 9,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1051674,
|
||||||
|
"Position": {
|
||||||
|
"X": -16.617126,
|
||||||
|
"Y": -19.752277,
|
||||||
|
"Z": 222.64429
|
||||||
|
},
|
||||||
|
"TerritoryId": 1185,
|
||||||
|
"InteractionType": "Interact"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 255,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"Position": {
|
||||||
|
"X": -44.643284,
|
||||||
|
"Y": -17.972864,
|
||||||
|
"Z": 203.87883
|
||||||
|
},
|
||||||
|
"TerritoryId": 1185,
|
||||||
|
"InteractionType": "WalkTo"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"DataId": 1046521,
|
||||||
|
"Position": {
|
||||||
|
"X": -46.616333,
|
||||||
|
"Y": -17.97287,
|
||||||
|
"Z": 180.3158
|
||||||
|
},
|
||||||
|
"StopDistance": 5,
|
||||||
|
"TerritoryId": 1185,
|
||||||
|
"InteractionType": "CompleteQuest",
|
||||||
|
"DisableNavmesh": true
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
@ -96,6 +96,7 @@
|
|||||||
},
|
},
|
||||||
"TerritoryId": 1188,
|
"TerritoryId": 1188,
|
||||||
"InteractionType": "CompleteQuest",
|
"InteractionType": "CompleteQuest",
|
||||||
|
"Fly": true,
|
||||||
"NextQuestId": 5084
|
"NextQuestId": 5084
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
@ -47,6 +47,10 @@
|
|||||||
},
|
},
|
||||||
"Comment": {
|
"Comment": {
|
||||||
"type": "string"
|
"type": "string"
|
||||||
|
},
|
||||||
|
"$": {
|
||||||
|
"type": "string",
|
||||||
|
"description": "Dev Comment (not visible in-game)"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
@ -80,7 +84,7 @@
|
|||||||
"null"
|
"null"
|
||||||
],
|
],
|
||||||
"description": "Set if pathfinding should stop closer or further away from the default stop distance",
|
"description": "Set if pathfinding should stop closer or further away from the default stop distance",
|
||||||
"exclusiveMinimum": 0
|
"minimum": 0.25
|
||||||
},
|
},
|
||||||
"IgnoreDistanceToObject": {
|
"IgnoreDistanceToObject": {
|
||||||
"type": "boolean",
|
"type": "boolean",
|
||||||
@ -183,7 +187,8 @@
|
|||||||
"null"
|
"null"
|
||||||
],
|
],
|
||||||
"description": "The Item to use",
|
"description": "The Item to use",
|
||||||
"exclusiveMinimum": 0
|
"exclusiveMinimum": 0,
|
||||||
|
"maximum": 2010000
|
||||||
},
|
},
|
||||||
"SkipConditions": {
|
"SkipConditions": {
|
||||||
"type": "object",
|
"type": "object",
|
||||||
@ -212,7 +217,10 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
"Diving": {
|
"Diving": {
|
||||||
"type": ["boolean", "null"]
|
"type": [
|
||||||
|
"boolean",
|
||||||
|
"null"
|
||||||
|
]
|
||||||
},
|
},
|
||||||
"NotTargetable": {
|
"NotTargetable": {
|
||||||
"type": "boolean"
|
"type": "boolean"
|
||||||
@ -291,6 +299,7 @@
|
|||||||
"type": "string",
|
"type": "string",
|
||||||
"enum": [
|
"enum": [
|
||||||
"WakingSandsMainArea",
|
"WakingSandsMainArea",
|
||||||
|
"WakingSandsSolar",
|
||||||
"RisingStonesSolar",
|
"RisingStonesSolar",
|
||||||
"RoguesGuild",
|
"RoguesGuild",
|
||||||
"DockStorehouse"
|
"DockStorehouse"
|
||||||
@ -648,13 +657,15 @@
|
|||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"ItemId": {
|
"ItemId": {
|
||||||
"type": "integer"
|
"type": "integer",
|
||||||
|
"maximum": 2010000
|
||||||
},
|
},
|
||||||
"Condition": {
|
"Condition": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"enum": [
|
"enum": [
|
||||||
"Incapacitated",
|
"Incapacitated",
|
||||||
"Health%"
|
"Health%",
|
||||||
|
"MissingStatus"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"Value": {
|
"Value": {
|
||||||
@ -695,9 +706,7 @@
|
|||||||
"const": "UseItem"
|
"const": "UseItem"
|
||||||
},
|
},
|
||||||
"ItemId": {
|
"ItemId": {
|
||||||
"not": {
|
"minimum": 2000000
|
||||||
"const": 30362
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@ -709,25 +718,37 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"if": {
|
"if": {
|
||||||
"anyOf": [
|
"properties": {
|
||||||
{
|
"InteractionType": {
|
||||||
"properties": {
|
"const": "UseItem"
|
||||||
"InteractionType": {
|
|
||||||
"const": "UseItem"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"properties": {
|
|
||||||
"InteractionType": {
|
|
||||||
"const": "Combat"
|
|
||||||
},
|
|
||||||
"EnemySpawnType": {
|
|
||||||
"const": "AfterItemUse"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"then": {
|
||||||
|
"properties": {
|
||||||
|
"GroundTarget": {
|
||||||
|
"type": [
|
||||||
|
"boolean",
|
||||||
|
"null"
|
||||||
|
],
|
||||||
|
"default": false
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"required": [
|
||||||
|
"ItemId"
|
||||||
]
|
]
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"if": {
|
||||||
|
"properties": {
|
||||||
|
"InteractionType": {
|
||||||
|
"const": "Combat"
|
||||||
|
},
|
||||||
|
"EnemySpawnType": {
|
||||||
|
"const": "AfterItemUse"
|
||||||
|
}
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"then": {
|
"then": {
|
||||||
"properties": {
|
"properties": {
|
||||||
@ -860,7 +881,9 @@
|
|||||||
"mogdance",
|
"mogdance",
|
||||||
"salute",
|
"salute",
|
||||||
"laugh",
|
"laugh",
|
||||||
"greeting"
|
"greeting",
|
||||||
|
"angry",
|
||||||
|
"unbound"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -9,5 +9,6 @@ public sealed class CombatItemUseConditionConverter() : EnumConverter<ECombatIte
|
|||||||
{
|
{
|
||||||
{ ECombatItemUseCondition.Incapacitated, "Incapacitated" },
|
{ ECombatItemUseCondition.Incapacitated, "Incapacitated" },
|
||||||
{ ECombatItemUseCondition.HealthPercent, "Health%" },
|
{ ECombatItemUseCondition.HealthPercent, "Health%" },
|
||||||
|
{ ECombatItemUseCondition.MissingStatus, "MissingStatus" },
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -7,6 +7,7 @@ public sealed class EmoteConverter() : EnumConverter<EEmote>(Values)
|
|||||||
{
|
{
|
||||||
private static readonly Dictionary<EEmote, string> Values = new()
|
private static readonly Dictionary<EEmote, string> Values = new()
|
||||||
{
|
{
|
||||||
|
{ EEmote.Angry, "angry" },
|
||||||
{ EEmote.Bow, "bow" },
|
{ EEmote.Bow, "bow" },
|
||||||
{ EEmote.Cheer, "cheer" },
|
{ EEmote.Cheer, "cheer" },
|
||||||
{ EEmote.Clap, "clap" },
|
{ EEmote.Clap, "clap" },
|
||||||
@ -45,5 +46,6 @@ public sealed class EmoteConverter() : EnumConverter<EEmote>(Values)
|
|||||||
{ EEmote.Box, "box" },
|
{ EEmote.Box, "box" },
|
||||||
{ EEmote.Greeting, "greeting" },
|
{ EEmote.Greeting, "greeting" },
|
||||||
{ EEmote.Uchiwasshoi, "uchiwasshoi" },
|
{ EEmote.Uchiwasshoi, "uchiwasshoi" },
|
||||||
|
{ EEmote.Unbound, "unbound" },
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -8,6 +8,7 @@ public sealed class SkipConditionConverter() : EnumConverter<EExtraSkipCondition
|
|||||||
private static readonly Dictionary<EExtraSkipCondition, string> Values = new()
|
private static readonly Dictionary<EExtraSkipCondition, string> Values = new()
|
||||||
{
|
{
|
||||||
{ EExtraSkipCondition.WakingSandsMainArea, "WakingSandsMainArea" },
|
{ EExtraSkipCondition.WakingSandsMainArea, "WakingSandsMainArea" },
|
||||||
|
{ EExtraSkipCondition.WakingSandsSolar, "WakingSandsSolar" },
|
||||||
{ EExtraSkipCondition.RisingStonesSolar, "RisingStonesSolar"},
|
{ EExtraSkipCondition.RisingStonesSolar, "RisingStonesSolar"},
|
||||||
{ EExtraSkipCondition.RoguesGuild, "RoguesGuild"},
|
{ EExtraSkipCondition.RoguesGuild, "RoguesGuild"},
|
||||||
{ EExtraSkipCondition.DockStorehouse, "DockStorehouse"},
|
{ EExtraSkipCondition.DockStorehouse, "DockStorehouse"},
|
||||||
|
@ -5,4 +5,5 @@ public enum ECombatItemUseCondition
|
|||||||
None,
|
None,
|
||||||
Incapacitated,
|
Incapacitated,
|
||||||
HealthPercent,
|
HealthPercent,
|
||||||
|
MissingStatus,
|
||||||
}
|
}
|
||||||
|
@ -8,6 +8,7 @@ public enum EEmote
|
|||||||
{
|
{
|
||||||
None = 0,
|
None = 0,
|
||||||
|
|
||||||
|
Angry = 2,
|
||||||
Bow = 5,
|
Bow = 5,
|
||||||
Cheer = 6,
|
Cheer = 6,
|
||||||
Clap = 7,
|
Clap = 7,
|
||||||
@ -45,6 +46,7 @@ public enum EEmote
|
|||||||
Respect = 140,
|
Respect = 140,
|
||||||
Box = 166,
|
Box = 166,
|
||||||
Greeting = 172,
|
Greeting = 172,
|
||||||
Uchiwasshoi = 278
|
Uchiwasshoi = 278,
|
||||||
|
Unbound = 282,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -8,6 +8,7 @@ public enum EExtraSkipCondition
|
|||||||
{
|
{
|
||||||
None,
|
None,
|
||||||
WakingSandsMainArea,
|
WakingSandsMainArea,
|
||||||
|
WakingSandsSolar,
|
||||||
RisingStonesSolar,
|
RisingStonesSolar,
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
@ -2,6 +2,7 @@
|
|||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using System.Diagnostics.CodeAnalysis;
|
using System.Diagnostics.CodeAnalysis;
|
||||||
using System.Linq;
|
using System.Linq;
|
||||||
|
using System.Numerics;
|
||||||
using Dalamud.Game.ClientState.Conditions;
|
using Dalamud.Game.ClientState.Conditions;
|
||||||
using Dalamud.Game.ClientState.Objects;
|
using Dalamud.Game.ClientState.Objects;
|
||||||
using Dalamud.Game.ClientState.Objects.Enums;
|
using Dalamud.Game.ClientState.Objects.Enums;
|
||||||
@ -10,7 +11,8 @@ using Dalamud.Plugin.Services;
|
|||||||
using FFXIVClientStructs.FFXIV.Client.Game;
|
using FFXIVClientStructs.FFXIV.Client.Game;
|
||||||
using FFXIVClientStructs.FFXIV.Client.Game.Object;
|
using FFXIVClientStructs.FFXIV.Client.Game.Object;
|
||||||
using FFXIVClientStructs.FFXIV.Client.Game.UI;
|
using FFXIVClientStructs.FFXIV.Client.Game.UI;
|
||||||
using FFXIVClientStructs.FFXIV.Common.Math;
|
using FFXIVClientStructs.FFXIV.Client.System.Framework;
|
||||||
|
using FFXIVClientStructs.FFXIV.Common.Component.BGCollision;
|
||||||
using Microsoft.Extensions.Logging;
|
using Microsoft.Extensions.Logging;
|
||||||
using Questionable.Controller.CombatModules;
|
using Questionable.Controller.CombatModules;
|
||||||
using Questionable.Controller.Steps;
|
using Questionable.Controller.Steps;
|
||||||
@ -38,6 +40,7 @@ internal sealed class CombatController : IDisposable
|
|||||||
private CurrentFight? _currentFight;
|
private CurrentFight? _currentFight;
|
||||||
private bool _wasInCombat;
|
private bool _wasInCombat;
|
||||||
private ulong? _lastTargetId;
|
private ulong? _lastTargetId;
|
||||||
|
private List<byte>? _previousQuestVariables;
|
||||||
|
|
||||||
public CombatController(
|
public CombatController(
|
||||||
IEnumerable<ICombatModule> combatModules,
|
IEnumerable<ICombatModule> combatModules,
|
||||||
@ -79,7 +82,9 @@ internal sealed class CombatController : IDisposable
|
|||||||
Data = combatData,
|
Data = combatData,
|
||||||
LastDistanceCheck = DateTime.Now,
|
LastDistanceCheck = DateTime.Now,
|
||||||
};
|
};
|
||||||
_wasInCombat = combatData.SpawnType is EEnemySpawnType.QuestInterruption or EEnemySpawnType.FinishCombatIfAny;
|
_wasInCombat =
|
||||||
|
combatData.SpawnType is EEnemySpawnType.QuestInterruption or EEnemySpawnType.FinishCombatIfAny;
|
||||||
|
UpdateLastTargetAndQuestVariables(null);
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
@ -115,7 +120,31 @@ internal sealed class CombatController : IDisposable
|
|||||||
{
|
{
|
||||||
// wait until the game cleans up the target
|
// wait until the game cleans up the target
|
||||||
if (lastTarget.IsDead)
|
if (lastTarget.IsDead)
|
||||||
return EStatus.InCombat;
|
{
|
||||||
|
ElementId? elementId = _currentFight.Data.ElementId;
|
||||||
|
QuestProgressInfo? questProgressInfo = elementId != null
|
||||||
|
? _questFunctions.GetQuestProgressInfo(elementId)
|
||||||
|
: null;
|
||||||
|
|
||||||
|
if (questProgressInfo != null &&
|
||||||
|
questProgressInfo.Sequence == _currentFight.Data.Sequence &&
|
||||||
|
QuestWorkUtils.HasCompletionFlags(_currentFight.Data.CompletionQuestVariablesFlags) &&
|
||||||
|
QuestWorkUtils.MatchesQuestWork(_currentFight.Data.CompletionQuestVariablesFlags,
|
||||||
|
questProgressInfo))
|
||||||
|
{
|
||||||
|
// would be the final enemy of the bunch
|
||||||
|
return EStatus.InCombat;
|
||||||
|
}
|
||||||
|
else if (questProgressInfo != null &&
|
||||||
|
questProgressInfo.Sequence == _currentFight.Data.Sequence &&
|
||||||
|
_previousQuestVariables != null &&
|
||||||
|
!questProgressInfo.Variables.SequenceEqual(_previousQuestVariables))
|
||||||
|
{
|
||||||
|
UpdateLastTargetAndQuestVariables(null);
|
||||||
|
}
|
||||||
|
else
|
||||||
|
return EStatus.InCombat;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
_lastTargetId = null;
|
_lastTargetId = null;
|
||||||
@ -128,7 +157,7 @@ internal sealed class CombatController : IDisposable
|
|||||||
{
|
{
|
||||||
int currentTargetPriority = GetKillPriority(target);
|
int currentTargetPriority = GetKillPriority(target);
|
||||||
var nextTarget = FindNextTarget();
|
var nextTarget = FindNextTarget();
|
||||||
int nextTargetPriority = GetKillPriority(target);
|
int nextTargetPriority = nextTarget != null ? GetKillPriority(nextTarget) : 0;
|
||||||
|
|
||||||
if (nextTarget != null && nextTarget.Equals(target))
|
if (nextTarget != null && nextTarget.Equals(target))
|
||||||
{
|
{
|
||||||
@ -147,7 +176,7 @@ internal sealed class CombatController : IDisposable
|
|||||||
}
|
}
|
||||||
else if (nextTarget != null)
|
else if (nextTarget != null)
|
||||||
{
|
{
|
||||||
if (nextTargetPriority > currentTargetPriority)
|
if (nextTargetPriority > currentTargetPriority || currentTargetPriority == 0)
|
||||||
SetTarget(nextTarget);
|
SetTarget(nextTarget);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
@ -372,9 +401,18 @@ internal sealed class CombatController : IDisposable
|
|||||||
float hitboxOffset = player.HitboxRadius + gameObject.HitboxRadius;
|
float hitboxOffset = player.HitboxRadius + gameObject.HitboxRadius;
|
||||||
float actualDistance = Vector3.Distance(player.Position, gameObject.Position);
|
float actualDistance = Vector3.Distance(player.Position, gameObject.Position);
|
||||||
float maxDistance = player.ClassJob.ValueNullable?.Role is 3 or 4 ? 20f : 2.9f;
|
float maxDistance = player.ClassJob.ValueNullable?.Role is 3 or 4 ? 20f : 2.9f;
|
||||||
if (actualDistance - hitboxOffset >= maxDistance)
|
bool outOfRange = actualDistance - hitboxOffset >= maxDistance;
|
||||||
|
bool isInLineOfSight = IsInLineOfSight(gameObject);
|
||||||
|
if (outOfRange || !isInLineOfSight)
|
||||||
{
|
{
|
||||||
if (actualDistance - hitboxOffset <= 5)
|
bool useNavmesh = actualDistance - hitboxOffset > 5f;
|
||||||
|
if (!outOfRange && !isInLineOfSight)
|
||||||
|
{
|
||||||
|
maxDistance = Math.Min(maxDistance, actualDistance) / 2;
|
||||||
|
useNavmesh = true;
|
||||||
|
}
|
||||||
|
|
||||||
|
if (!useNavmesh)
|
||||||
{
|
{
|
||||||
_logger.LogInformation("Moving to {TargetName} ({DataId}) to attack", gameObject.Name,
|
_logger.LogInformation("Moving to {TargetName} ({DataId}) to attack", gameObject.Name,
|
||||||
gameObject.DataId);
|
gameObject.DataId);
|
||||||
@ -391,6 +429,44 @@ internal sealed class CombatController : IDisposable
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
internal unsafe bool IsInLineOfSight(IGameObject target)
|
||||||
|
{
|
||||||
|
Vector3 sourcePos = _clientState.LocalPlayer!.Position;
|
||||||
|
sourcePos.Y += 2;
|
||||||
|
|
||||||
|
Vector3 targetPos = target.Position;
|
||||||
|
targetPos.Y += 2;
|
||||||
|
|
||||||
|
Vector3 direction = targetPos - sourcePos;
|
||||||
|
float distance = direction.Length();
|
||||||
|
|
||||||
|
direction = Vector3.Normalize(direction);
|
||||||
|
|
||||||
|
Vector3 originVect = new Vector3(sourcePos.X, sourcePos.Y, sourcePos.Z);
|
||||||
|
Vector3 directionVect = new Vector3(direction.X, direction.Y, direction.Z);
|
||||||
|
|
||||||
|
RaycastHit hit;
|
||||||
|
var flags = stackalloc int[] { 0x4000, 0, 0x4000, 0 };
|
||||||
|
var isLoSBlocked =
|
||||||
|
Framework.Instance()->BGCollisionModule->RaycastMaterialFilter(&hit, &originVect, &directionVect, distance,
|
||||||
|
1, flags);
|
||||||
|
|
||||||
|
return isLoSBlocked == false;
|
||||||
|
}
|
||||||
|
|
||||||
|
private void UpdateLastTargetAndQuestVariables(IGameObject? target)
|
||||||
|
{
|
||||||
|
_lastTargetId = target?.GameObjectId;
|
||||||
|
_previousQuestVariables = _currentFight!.Data.ElementId != null
|
||||||
|
? _questFunctions.GetQuestProgressInfo(_currentFight.Data.ElementId)?.Variables
|
||||||
|
: null;
|
||||||
|
/*
|
||||||
|
_logger.LogTrace("UpdateTargetData: {TargetId}; {QuestVariables}",
|
||||||
|
target?.GameObjectId.ToString("X8", CultureInfo.InvariantCulture) ?? "null",
|
||||||
|
_previousQuestVariables != null ? string.Join(", ", _previousQuestVariables) : "null");
|
||||||
|
*/
|
||||||
|
}
|
||||||
|
|
||||||
public void Stop(string label)
|
public void Stop(string label)
|
||||||
{
|
{
|
||||||
using var scope = _logger.BeginScope(label);
|
using var scope = _logger.BeginScope(label);
|
||||||
@ -422,6 +498,8 @@ internal sealed class CombatController : IDisposable
|
|||||||
public sealed class CombatData
|
public sealed class CombatData
|
||||||
{
|
{
|
||||||
public required ElementId? ElementId { get; init; }
|
public required ElementId? ElementId { get; init; }
|
||||||
|
public required int Sequence { get; init; }
|
||||||
|
public required IList<QuestWorkValue?> CompletionQuestVariablesFlags { get; init; }
|
||||||
public required EEnemySpawnType SpawnType { get; init; }
|
public required EEnemySpawnType SpawnType { get; init; }
|
||||||
public required List<uint> KillEnemyDataIds { get; init; }
|
public required List<uint> KillEnemyDataIds { get; init; }
|
||||||
public required List<ComplexCombatData> ComplexCombatDatas { get; init; }
|
public required List<ComplexCombatData> ComplexCombatDatas { get; init; }
|
||||||
|
@ -108,6 +108,7 @@ internal sealed class ItemUseModule : ICombatModule
|
|||||||
_delegate.Stop();
|
_delegate.Stop();
|
||||||
unsafe
|
unsafe
|
||||||
{
|
{
|
||||||
|
_logger.LogInformation("Using item {ItemId}", _combatData.CombatItemUse.ItemId);
|
||||||
AgentInventoryContext.Instance()->UseItem(_combatData.CombatItemUse.ItemId);
|
AgentInventoryContext.Instance()->UseItem(_combatData.CombatItemUse.ItemId);
|
||||||
}
|
}
|
||||||
_continueAt = DateTime.Now.AddSeconds(2);
|
_continueAt = DateTime.Now.AddSeconds(2);
|
||||||
@ -147,6 +148,9 @@ internal sealed class ItemUseModule : ICombatModule
|
|||||||
|
|
||||||
if (_combatData.CombatItemUse.Condition == ECombatItemUseCondition.HealthPercent)
|
if (_combatData.CombatItemUse.Condition == ECombatItemUseCondition.HealthPercent)
|
||||||
return (100f * battleChara->Health / battleChara->MaxHealth) < _combatData.CombatItemUse.Value;
|
return (100f * battleChara->Health / battleChara->MaxHealth) < _combatData.CombatItemUse.Value;
|
||||||
|
|
||||||
|
if (_combatData.CombatItemUse.Condition == ECombatItemUseCondition.MissingStatus)
|
||||||
|
return !battleChara->StatusManager.HasStatus((uint)_combatData.CombatItemUse.Value);
|
||||||
}
|
}
|
||||||
|
|
||||||
return false;
|
return false;
|
||||||
|
@ -3,6 +3,7 @@ using Dalamud.Game.Addon.Lifecycle;
|
|||||||
using Dalamud.Game.Addon.Lifecycle.AddonArgTypes;
|
using Dalamud.Game.Addon.Lifecycle.AddonArgTypes;
|
||||||
using Dalamud.Plugin.Services;
|
using Dalamud.Plugin.Services;
|
||||||
using FFXIVClientStructs.FFXIV.Component.GUI;
|
using FFXIVClientStructs.FFXIV.Component.GUI;
|
||||||
|
using LLib.GameUI;
|
||||||
using Microsoft.Extensions.Logging;
|
using Microsoft.Extensions.Logging;
|
||||||
|
|
||||||
namespace Questionable.Controller.GameUi;
|
namespace Questionable.Controller.GameUi;
|
||||||
@ -11,17 +12,45 @@ internal sealed class HelpUiController : IDisposable
|
|||||||
{
|
{
|
||||||
private readonly QuestController _questController;
|
private readonly QuestController _questController;
|
||||||
private readonly IAddonLifecycle _addonLifecycle;
|
private readonly IAddonLifecycle _addonLifecycle;
|
||||||
|
private readonly IGameGui _gameGui;
|
||||||
private readonly ILogger<HelpUiController> _logger;
|
private readonly ILogger<HelpUiController> _logger;
|
||||||
|
|
||||||
public HelpUiController(QuestController questController, IAddonLifecycle addonLifecycle, ILogger<HelpUiController> logger)
|
public HelpUiController(
|
||||||
|
QuestController questController,
|
||||||
|
IAddonLifecycle addonLifecycle,
|
||||||
|
IGameGui gameGui,
|
||||||
|
ILogger<HelpUiController> logger)
|
||||||
{
|
{
|
||||||
_questController = questController;
|
_questController = questController;
|
||||||
_addonLifecycle = addonLifecycle;
|
_addonLifecycle = addonLifecycle;
|
||||||
|
_gameGui = gameGui;
|
||||||
_logger = logger;
|
_logger = logger;
|
||||||
|
|
||||||
|
_questController.AutomationTypeChanged += CloseHelpWindowsWhenStartingQuests;
|
||||||
|
|
||||||
_addonLifecycle.RegisterListener(AddonEvent.PostSetup, "AkatsukiNote", UnendingCodexPostSetup);
|
_addonLifecycle.RegisterListener(AddonEvent.PostSetup, "AkatsukiNote", UnendingCodexPostSetup);
|
||||||
_addonLifecycle.RegisterListener(AddonEvent.PostSetup, "ContentsTutorial", ContentsTutorialPostSetup);
|
_addonLifecycle.RegisterListener(AddonEvent.PostSetup, "ContentsTutorial", ContentsTutorialPostSetup);
|
||||||
_addonLifecycle.RegisterListener(AddonEvent.PostSetup, "MultipleHelpWindow", MultipleHelpWindowPostSetup);
|
_addonLifecycle.RegisterListener(AddonEvent.PostSetup, "MultipleHelpWindow", MultipleHelpWindowPostSetup);
|
||||||
|
_addonLifecycle.RegisterListener(AddonEvent.PostSetup, "JobHudNotice", JobHudNoticePostSetup);
|
||||||
|
_addonLifecycle.RegisterListener(AddonEvent.PostSetup, "Guide", GuidePostSetup);
|
||||||
|
}
|
||||||
|
|
||||||
|
private unsafe void CloseHelpWindowsWhenStartingQuests(object sender, QuestController.EAutomationType e)
|
||||||
|
{
|
||||||
|
if (e is QuestController.EAutomationType.Manual)
|
||||||
|
return;
|
||||||
|
|
||||||
|
if (_gameGui.TryGetAddonByName("Guide", out AtkUnitBase* addonGuide))
|
||||||
|
{
|
||||||
|
_logger.LogInformation("Guide window is open");
|
||||||
|
GuidePostSetup(addonGuide);
|
||||||
|
}
|
||||||
|
|
||||||
|
if (_gameGui.TryGetAddonByName("JobHudNotice", out AtkUnitBase* addonJobHudNotice))
|
||||||
|
{
|
||||||
|
_logger.LogInformation("JobHudNotice window is open");
|
||||||
|
JobHudNoticePostSetup(addonJobHudNotice);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
private unsafe void UnendingCodexPostSetup(AddonEvent type, AddonArgs args)
|
private unsafe void UnendingCodexPostSetup(AddonEvent type, AddonArgs args)
|
||||||
@ -36,7 +65,7 @@ internal sealed class HelpUiController : IDisposable
|
|||||||
|
|
||||||
private unsafe void ContentsTutorialPostSetup(AddonEvent type, AddonArgs args)
|
private unsafe void ContentsTutorialPostSetup(AddonEvent type, AddonArgs args)
|
||||||
{
|
{
|
||||||
if (_questController.StartedQuest?.Quest.Id.Value == 245)
|
if (_questController.StartedQuest?.Quest.Id.Value is 245 or 3872)
|
||||||
{
|
{
|
||||||
_logger.LogInformation("Closing ContentsTutorial");
|
_logger.LogInformation("Closing ContentsTutorial");
|
||||||
AtkUnitBase* addon = (AtkUnitBase*)args.Addon;
|
AtkUnitBase* addon = (AtkUnitBase*)args.Addon;
|
||||||
@ -58,10 +87,38 @@ internal sealed class HelpUiController : IDisposable
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
private unsafe void JobHudNoticePostSetup(AddonEvent type, AddonArgs args)
|
||||||
|
{
|
||||||
|
if (_questController.IsRunning || _questController.AutomationType != QuestController.EAutomationType.Manual)
|
||||||
|
JobHudNoticePostSetup((AtkUnitBase*)args.Addon);
|
||||||
|
}
|
||||||
|
|
||||||
|
private unsafe void JobHudNoticePostSetup(AtkUnitBase* addon)
|
||||||
|
{
|
||||||
|
_logger.LogInformation("Clicking the JobHudNotice window to open the relevant Guide page");
|
||||||
|
addon->FireCallbackInt(0);
|
||||||
|
}
|
||||||
|
|
||||||
|
private unsafe void GuidePostSetup(AddonEvent type, AddonArgs args)
|
||||||
|
{
|
||||||
|
if (_questController.IsRunning || _questController.AutomationType != QuestController.EAutomationType.Manual)
|
||||||
|
GuidePostSetup((AtkUnitBase*)args.Addon);
|
||||||
|
}
|
||||||
|
|
||||||
|
private unsafe void GuidePostSetup(AtkUnitBase* addon)
|
||||||
|
{
|
||||||
|
_logger.LogInformation("Closing Guide window");
|
||||||
|
addon->FireCallbackInt(-1);
|
||||||
|
}
|
||||||
|
|
||||||
public void Dispose()
|
public void Dispose()
|
||||||
{
|
{
|
||||||
|
_addonLifecycle.UnregisterListener(AddonEvent.PostSetup, "Guide", GuidePostSetup);
|
||||||
|
_addonLifecycle.UnregisterListener(AddonEvent.PostSetup, "JobHudNotice", JobHudNoticePostSetup);
|
||||||
_addonLifecycle.UnregisterListener(AddonEvent.PostSetup, "MultipleHelpWindow", MultipleHelpWindowPostSetup);
|
_addonLifecycle.UnregisterListener(AddonEvent.PostSetup, "MultipleHelpWindow", MultipleHelpWindowPostSetup);
|
||||||
_addonLifecycle.UnregisterListener(AddonEvent.PostSetup, "ContentsTutorial", ContentsTutorialPostSetup);
|
_addonLifecycle.UnregisterListener(AddonEvent.PostSetup, "ContentsTutorial", ContentsTutorialPostSetup);
|
||||||
_addonLifecycle.UnregisterListener(AddonEvent.PostSetup, "AkatsukiNote", UnendingCodexPostSetup);
|
_addonLifecycle.UnregisterListener(AddonEvent.PostSetup, "AkatsukiNote", UnendingCodexPostSetup);
|
||||||
|
|
||||||
|
_questController.AutomationTypeChanged -= CloseHelpWindowsWhenStartingQuests;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -49,9 +49,10 @@ internal sealed unsafe class GatheringController : MiniTaskController<GatheringC
|
|||||||
ILogger<GatheringController> logger,
|
ILogger<GatheringController> logger,
|
||||||
ICondition condition,
|
ICondition condition,
|
||||||
IServiceProvider serviceProvider,
|
IServiceProvider serviceProvider,
|
||||||
|
InterruptHandler interruptHandler,
|
||||||
IDataManager dataManager,
|
IDataManager dataManager,
|
||||||
IPluginLog pluginLog)
|
IPluginLog pluginLog)
|
||||||
: base(chatGui, condition, serviceProvider, dataManager, logger)
|
: base(chatGui, condition, serviceProvider, interruptHandler, dataManager, logger)
|
||||||
{
|
{
|
||||||
_movementController = movementController;
|
_movementController = movementController;
|
||||||
_gatheringPointRegistry = gatheringPointRegistry;
|
_gatheringPointRegistry = gatheringPointRegistry;
|
||||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user