Compare commits

...

13 Commits

186 changed files with 1597 additions and 354 deletions

View File

@ -10,7 +10,8 @@
}, },
"TerritoryId": 613, "TerritoryId": 613,
"InteractionType": "WalkTo", "InteractionType": "WalkTo",
"AetheryteShortcut": "Ruby Sea - Tamamizu" "AetheryteShortcut": "Ruby Sea - Tamamizu",
"RestartNavigationIfCancelled": false
}, },
{ {
"TerritoryId": 613, "TerritoryId": 613,

View File

@ -10,7 +10,8 @@
}, },
"TerritoryId": 613, "TerritoryId": 613,
"InteractionType": "WalkTo", "InteractionType": "WalkTo",
"AetheryteShortcut": "Ruby Sea - Tamamizu" "AetheryteShortcut": "Ruby Sea - Tamamizu",
"RestartNavigationIfCancelled": false
}, },
{ {
"TerritoryId": 613, "TerritoryId": 613,

View File

@ -10,7 +10,8 @@
}, },
"TerritoryId": 613, "TerritoryId": 613,
"InteractionType": "WalkTo", "InteractionType": "WalkTo",
"AetheryteShortcut": "Ruby Sea - Tamamizu" "AetheryteShortcut": "Ruby Sea - Tamamizu",
"RestartNavigationIfCancelled": false
}, },
{ {
"TerritoryId": 613, "TerritoryId": 613,

View File

@ -10,7 +10,8 @@
}, },
"TerritoryId": 613, "TerritoryId": 613,
"InteractionType": "WalkTo", "InteractionType": "WalkTo",
"AetheryteShortcut": "Ruby Sea - Tamamizu" "AetheryteShortcut": "Ruby Sea - Tamamizu",
"RestartNavigationIfCancelled": false
}, },
{ {
"TerritoryId": 613, "TerritoryId": 613,

View File

@ -4,7 +4,8 @@
"Steps": [ "Steps": [
{ {
"TerritoryId": 818, "TerritoryId": 818,
"InteractionType": "None" "InteractionType": "None",
"AetheryteShortcut": "Tempest - Ondo Cups"
} }
], ],
"Groups": [ "Groups": [

View File

@ -109,6 +109,9 @@ internal static class SkipConditionsExtensions
.AsSyntaxNodeOrToken(), .AsSyntaxNodeOrToken(),
Assignment(nameof(NearPositionCondition.MaximumDistance), Assignment(nameof(NearPositionCondition.MaximumDistance),
nearPositionCondition.MaximumDistance, emptyCondition.MaximumDistance) nearPositionCondition.MaximumDistance, emptyCondition.MaximumDistance)
.AsSyntaxNodeOrToken(),
Assignment(nameof(NearPositionCondition.TerritoryId),
nearPositionCondition.TerritoryId, emptyCondition.TerritoryId)
.AsSyntaxNodeOrToken())))); .AsSyntaxNodeOrToken()))));
} }

View File

@ -8,7 +8,14 @@
{ {
"TerritoryId": 153, "TerritoryId": 153,
"InteractionType": "EquipItem", "InteractionType": "EquipItem",
"ItemId": 4546 "ItemId": 4546,
"AetheryteShortcut": "South Shroud - Quarrymill",
"Fly": true,
"SkipConditions": {
"AetheryteShortcutIf": {
"InSameTerritory": true
}
}
}, },
{ {
"TerritoryId": 153, "TerritoryId": 153,
@ -22,14 +29,7 @@
"Z": -7.3396606 "Z": -7.3396606
}, },
"TerritoryId": 153, "TerritoryId": 153,
"InteractionType": "AcceptQuest", "InteractionType": "AcceptQuest"
"AetheryteShortcut": "South Shroud - Quarrymill",
"Fly": true,
"SkipConditions": {
"AetheryteShortcutIf": {
"InSameTerritory": true
}
}
} }
] ]
}, },

View File

@ -13,7 +13,20 @@
"Z": -142.93127 "Z": -142.93127
}, },
"TerritoryId": 133, "TerritoryId": 133,
"InteractionType": "AcceptQuest" "InteractionType": "AcceptQuest",
"AetheryteShortcut": "Gridania",
"AethernetShortcut": [
"[Gridania] Aetheryte Plaza",
"[Gridania] Botanists' Guild"
],
"SkipConditions": {
"AetheryteShortcutIf": {
"InSameTerritory": true,
"InTerritory": [
133
]
}
}
} }
] ]
}, },

View File

@ -14,6 +14,19 @@
}, },
"TerritoryId": 131, "TerritoryId": 131,
"InteractionType": "AcceptQuest", "InteractionType": "AcceptQuest",
"AetheryteShortcut": "Ul'dah",
"AethernetShortcut": [
"[Ul'dah] Aetheryte Plaza",
"[Ul'dah] Miners' Guild"
],
"SkipConditions": {
"AetheryteShortcutIf": {
"InSameTerritory": true,
"InTerritory": [
131
]
}
},
"DialogueChoices": [ "DialogueChoices": [
{ {
"Type": "YesNo", "Type": "YesNo",

View File

@ -13,7 +13,20 @@
"Z": 153.2157 "Z": 153.2157
}, },
"TerritoryId": 131, "TerritoryId": 131,
"InteractionType": "AcceptQuest" "InteractionType": "AcceptQuest",
"AetheryteShortcut": "Ul'dah",
"AethernetShortcut": [
"[Ul'dah] Aetheryte Plaza",
"[Ul'dah] Miners' Guild"
],
"SkipConditions": {
"AetheryteShortcutIf": {
"InSameTerritory": true,
"InTerritory": [
131
]
}
}
} }
] ]
}, },

View File

@ -13,7 +13,20 @@
"Z": 157.42725 "Z": 157.42725
}, },
"TerritoryId": 131, "TerritoryId": 131,
"InteractionType": "AcceptQuest" "InteractionType": "AcceptQuest",
"AetheryteShortcut": "Ul'dah",
"AethernetShortcut": [
"[Ul'dah] Aetheryte Plaza",
"[Ul'dah] Miners' Guild"
],
"SkipConditions": {
"AetheryteShortcutIf": {
"InSameTerritory": true,
"InTerritory": [
131
]
}
}
} }
] ]
}, },

View File

@ -13,7 +13,20 @@
"Z": 157.42725 "Z": 157.42725
}, },
"TerritoryId": 131, "TerritoryId": 131,
"InteractionType": "AcceptQuest" "InteractionType": "AcceptQuest",
"AetheryteShortcut": "Ul'dah",
"AethernetShortcut": [
"[Ul'dah] Aetheryte Plaza",
"[Ul'dah] Miners' Guild"
],
"SkipConditions": {
"AetheryteShortcutIf": {
"InSameTerritory": true,
"InTerritory": [
131
]
}
}
} }
] ]
}, },

View File

@ -13,7 +13,13 @@
"Z": -51.163513 "Z": -51.163513
}, },
"TerritoryId": 130, "TerritoryId": 130,
"InteractionType": "AcceptQuest" "InteractionType": "AcceptQuest",
"AetheryteShortcut": "Ul'dah",
"SkipConditions": {
"AetheryteShortcutIf": {
"InSameTerritory": true
}
}
} }
] ]
}, },

View File

@ -14,7 +14,13 @@
"Z": -51.163513 "Z": -51.163513
}, },
"TerritoryId": 130, "TerritoryId": 130,
"InteractionType": "AcceptQuest" "InteractionType": "AcceptQuest",
"AetheryteShortcut": "Ul'dah",
"SkipConditions": {
"AetheryteShortcutIf": {
"InSameTerritory": true
}
}
} }
] ]
} }

View File

@ -14,6 +14,7 @@
}, },
"TerritoryId": 131, "TerritoryId": 131,
"InteractionType": "AcceptQuest", "InteractionType": "AcceptQuest",
"AetheryteShortcut": "Ul'dah",
"AethernetShortcut": [ "AethernetShortcut": [
"[Ul'dah] Aetheryte Plaza", "[Ul'dah] Aetheryte Plaza",
"[Ul'dah] Gladiators' Guild" "[Ul'dah] Gladiators' Guild"

View File

@ -13,7 +13,20 @@
"Z": 39.81079 "Z": 39.81079
}, },
"TerritoryId": 131, "TerritoryId": 131,
"InteractionType": "AcceptQuest" "InteractionType": "AcceptQuest",
"AetheryteShortcut": "Ul'dah",
"AethernetShortcut": [
"[Ul'dah] Aetheryte Plaza",
"[Ul'dah] Gladiators' Guild"
],
"SkipConditions": {
"AetheryteShortcutIf": {
"InSameTerritory": true,
"InTerritory": [
131
]
}
}
} }
] ]
}, },

View File

@ -12,7 +12,13 @@
"Z": 4.017052 "Z": 4.017052
}, },
"TerritoryId": 129, "TerritoryId": 129,
"InteractionType": "WalkTo" "InteractionType": "WalkTo",
"AetheryteShortcut": "Limsa Lominsa",
"SkipConditions": {
"AetheryteShortcutIf": {
"InSameTerritory": true
}
}
}, },
{ {
"DataId": 1000895, "DataId": 1000895,

View File

@ -8,7 +8,20 @@
{ {
"TerritoryId": 128, "TerritoryId": 128,
"InteractionType": "EquipItem", "InteractionType": "EquipItem",
"ItemId": 4550 "ItemId": 4550,
"AetheryteShortcut": "Limsa Lominsa",
"AethernetShortcut": [
"[Limsa Lominsa] Aetheryte Plaza",
"[Limsa Lominsa] Marauders' Guild"
],
"SkipConditions": {
"AetheryteShortcutIf": {
"InSameTerritory": true,
"InTerritory": [
128
]
}
}
}, },
{ {
"DataId": 1006757, "DataId": 1006757,

View File

@ -13,7 +13,20 @@
"Z": -250.56848 "Z": -250.56848
}, },
"TerritoryId": 128, "TerritoryId": 128,
"InteractionType": "AcceptQuest" "InteractionType": "AcceptQuest",
"AetheryteShortcut": "Limsa Lominsa",
"AethernetShortcut": [
"[Limsa Lominsa] Aetheryte Plaza",
"[Limsa Lominsa] Marauders' Guild"
],
"SkipConditions": {
"AetheryteShortcutIf": {
"InSameTerritory": true,
"InTerritory": [
128
]
}
}
} }
] ]
}, },

View File

@ -13,7 +13,20 @@
"Z": -250.56848 "Z": -250.56848
}, },
"TerritoryId": 128, "TerritoryId": 128,
"InteractionType": "AcceptQuest" "InteractionType": "AcceptQuest",
"AetheryteShortcut": "Limsa Lominsa",
"AethernetShortcut": [
"[Limsa Lominsa] Aetheryte Plaza",
"[Limsa Lominsa] Marauders' Guild"
],
"SkipConditions": {
"AetheryteShortcutIf": {
"InSameTerritory": true,
"InTerritory": [
128
]
}
}
} }
] ]
}, },

View File

@ -13,7 +13,20 @@
"Z": -250.56848 "Z": -250.56848
}, },
"TerritoryId": 128, "TerritoryId": 128,
"InteractionType": "AcceptQuest" "InteractionType": "AcceptQuest",
"AetheryteShortcut": "Limsa Lominsa",
"AethernetShortcut": [
"[Limsa Lominsa] Aetheryte Plaza",
"[Limsa Lominsa] Marauders' Guild"
],
"SkipConditions": {
"AetheryteShortcutIf": {
"InSameTerritory": true,
"InTerritory": [
128
]
}
}
} }
] ]
}, },

View File

@ -13,7 +13,20 @@
"Z": -250.56848 "Z": -250.56848
}, },
"TerritoryId": 128, "TerritoryId": 128,
"InteractionType": "AcceptQuest" "InteractionType": "AcceptQuest",
"AetheryteShortcut": "Limsa Lominsa",
"AethernetShortcut": [
"[Limsa Lominsa] Aetheryte Plaza",
"[Limsa Lominsa] Marauders' Guild"
],
"SkipConditions": {
"AetheryteShortcutIf": {
"InSameTerritory": true,
"InTerritory": [
128
]
}
}
} }
] ]
}, },

View File

@ -35,7 +35,8 @@
"Y": 8.712891, "Y": 8.712891,
"Z": 281.69678 "Z": 281.69678
}, },
"MaximumDistance": 3 "MaximumDistance": 3,
"TerritoryId": 153
} }
} }
} }
@ -150,7 +151,8 @@
"Y": 8.712891, "Y": 8.712891,
"Z": 281.69678 "Z": 281.69678
}, },
"MaximumDistance": 3 "MaximumDistance": 3,
"TerritoryId": 153
} }
} }
} }

View File

@ -35,7 +35,8 @@
"Y": 8.712891, "Y": 8.712891,
"Z": 281.69678 "Z": 281.69678
}, },
"MaximumDistance": 3 "MaximumDistance": 3,
"TerritoryId": 153
} }
} }
} }
@ -157,7 +158,8 @@
"Y": 8.712891, "Y": 8.712891,
"Z": 281.69678 "Z": 281.69678
}, },
"MaximumDistance": 3 "MaximumDistance": 3,
"TerritoryId": 153
} }
} }
} }

View File

@ -35,7 +35,8 @@
"Y": 8.712891, "Y": 8.712891,
"Z": 281.69678 "Z": 281.69678
}, },
"MaximumDistance": 3 "MaximumDistance": 3,
"TerritoryId": 153
} }
} }
} }
@ -202,7 +203,8 @@
"Y": 8.712891, "Y": 8.712891,
"Z": 281.69678 "Z": 281.69678
}, },
"MaximumDistance": 3 "MaximumDistance": 3,
"TerritoryId": 153
} }
} }
} }
@ -293,7 +295,8 @@
"Y": 8.712891, "Y": 8.712891,
"Z": 281.69678 "Z": 281.69678
}, },
"MaximumDistance": 3 "MaximumDistance": 3,
"TerritoryId": 153
} }
} }
} }
@ -409,7 +412,8 @@
"Y": 8.712891, "Y": 8.712891,
"Z": 281.69678 "Z": 281.69678
}, },
"MaximumDistance": 3 "MaximumDistance": 3,
"TerritoryId": 153
} }
} }
} }

View File

@ -35,7 +35,8 @@
"Y": 8.712891, "Y": 8.712891,
"Z": 281.69678 "Z": 281.69678
}, },
"MaximumDistance": 3 "MaximumDistance": 3,
"TerritoryId": 153
} }
} }
} }
@ -194,7 +195,8 @@
"Y": 8.712891, "Y": 8.712891,
"Z": 281.69678 "Z": 281.69678
}, },
"MaximumDistance": 3 "MaximumDistance": 3,
"TerritoryId": 153
} }
} }
} }

View File

@ -35,7 +35,8 @@
"Y": 8.712891, "Y": 8.712891,
"Z": 281.69678 "Z": 281.69678
}, },
"MaximumDistance": 3 "MaximumDistance": 3,
"TerritoryId": 153
} }
} }
} }
@ -117,7 +118,8 @@
"Y": 8.712891, "Y": 8.712891,
"Z": 281.69678 "Z": 281.69678
}, },
"MaximumDistance": 3 "MaximumDistance": 3,
"TerritoryId": 153
} }
} }
} }

View File

@ -196,6 +196,17 @@
{ {
"Sequence": 255, "Sequence": 255,
"Steps": [ "Steps": [
{
"Position": {
"X": -465.66104,
"Y": 43.041187,
"Z": 380.90747
},
"TerritoryId": 400,
"InteractionType": "WalkTo",
"Mount": true,
"DisableNavmesh": true
},
{ {
"DataId": 1013420, "DataId": 1013420,
"Position": { "Position": {
@ -204,8 +215,7 @@
"Z": 347.0968 "Z": 347.0968
}, },
"TerritoryId": 400, "TerritoryId": 400,
"InteractionType": "CompleteQuest", "InteractionType": "CompleteQuest"
"DisableNavmesh": true
} }
] ]
} }

View File

@ -111,6 +111,7 @@
}, },
"TerritoryId": 398, "TerritoryId": 398,
"InteractionType": "WalkTo", "InteractionType": "WalkTo",
"Mount": true,
"SkipConditions": { "SkipConditions": {
"StepIf": { "StepIf": {
"CompletionQuestVariablesFlags": [ "CompletionQuestVariablesFlags": [

View File

@ -20,6 +20,15 @@
{ {
"Sequence": 1, "Sequence": 1,
"Steps": [ "Steps": [
{
"Position": {
"X": 67.682434,
"Y": -49.685223,
"Z": -148.21802
},
"TerritoryId": 398,
"InteractionType": "WalkTo"
},
{ {
"DataId": 4001, "DataId": 4001,
"Position": { "Position": {

View File

@ -118,6 +118,7 @@
}, },
"TerritoryId": 398, "TerritoryId": 398,
"InteractionType": "WalkTo", "InteractionType": "WalkTo",
"Mount": true,
"SkipConditions": { "SkipConditions": {
"StepIf": { "StepIf": {
"CompletionQuestVariablesFlags": [ "CompletionQuestVariablesFlags": [

View File

@ -152,7 +152,8 @@
"Z": 22.9953 "Z": 22.9953
}, },
"TerritoryId": 398, "TerritoryId": 398,
"InteractionType": "CompleteQuest" "InteractionType": "CompleteQuest",
"AetheryteShortcut": "The Dravanian Forelands - Anyx Trine"
} }
] ]
} }

View File

@ -98,6 +98,7 @@
"Y": 205.6815, "Y": 205.6815,
"Z": 31.631958 "Z": 31.631958
}, },
"StopDistance": 5,
"TerritoryId": 478, "TerritoryId": 478,
"InteractionType": "CompleteQuest", "InteractionType": "CompleteQuest",
"AetheryteShortcut": "Idyllshire" "AetheryteShortcut": "Idyllshire"

View File

@ -30,6 +30,17 @@
"InteractionType": "WalkTo", "InteractionType": "WalkTo",
"TargetTerritoryId": 399 "TargetTerritoryId": 399
}, },
{
"DataId": 2006210,
"Position": {
"X": -487.48004,
"Y": 144.64026,
"Z": -285.359
},
"TerritoryId": 399,
"InteractionType": "AttuneAetherCurrent",
"AetherCurrentId": 2818088
},
{ {
"DataId": 1013651, "DataId": 1013651,
"Position": { "Position": {

View File

@ -20,6 +20,15 @@
{ {
"Sequence": 1, "Sequence": 1,
"Steps": [ "Steps": [
{
"Position": {
"X": -44.83911,
"Y": -1.6023016,
"Z": -655.73804
},
"TerritoryId": 401,
"InteractionType": "WalkTo"
},
{ {
"DataId": 2005824, "DataId": 2005824,
"Position": { "Position": {

View File

@ -135,6 +135,20 @@
{ {
"Sequence": 3, "Sequence": 3,
"Steps": [ "Steps": [
{
"Position": {
"X": 423.53406,
"Y": -26.253891,
"Z": -550.60297
},
"TerritoryId": 398,
"InteractionType": "WalkTo",
"SkipConditions": {
"StepIf": {
"Flying": "Unlocked"
}
}
},
{ {
"DataId": 2005573, "DataId": 2005573,
"Position": { "Position": {
@ -177,7 +191,8 @@
"StepIf": { "StepIf": {
"Flying": "Unlocked" "Flying": "Unlocked"
} }
} },
"DisableNavmesh": true
} }
] ]
}, },

View File

@ -35,7 +35,8 @@
"Y": 8.712891, "Y": 8.712891,
"Z": 281.69678 "Z": 281.69678
}, },
"MaximumDistance": 3 "MaximumDistance": 3,
"TerritoryId": 153
} }
} }
} }

View File

@ -56,7 +56,8 @@
"Y": 8.712891, "Y": 8.712891,
"Z": 281.69678 "Z": 281.69678
}, },
"MaximumDistance": 3 "MaximumDistance": 3,
"TerritoryId": 153
} }
} }
} }

View File

@ -35,7 +35,8 @@
"Y": 8.712891, "Y": 8.712891,
"Z": 281.69678 "Z": 281.69678
}, },
"MaximumDistance": 3 "MaximumDistance": 3,
"TerritoryId": 153
} }
} }
} }
@ -116,7 +117,8 @@
"Y": 8.712891, "Y": 8.712891,
"Z": 281.69678 "Z": 281.69678
}, },
"MaximumDistance": 3 "MaximumDistance": 3,
"TerritoryId": 153
} }
} }
} }
@ -244,7 +246,8 @@
"Y": 8.712891, "Y": 8.712891,
"Z": 281.69678 "Z": 281.69678
}, },
"MaximumDistance": 3 "MaximumDistance": 3,
"TerritoryId": 153
} }
} }
} }

View File

@ -12,6 +12,7 @@
"Y": 0.014982708, "Y": 0.014982708,
"Z": -0.07635498 "Z": -0.07635498
}, },
"StopDistance": 7,
"TerritoryId": 395, "TerritoryId": 395,
"InteractionType": "AcceptQuest" "InteractionType": "AcceptQuest"
} }

View File

@ -114,8 +114,7 @@
"Z": 761.01306 "Z": 761.01306
}, },
"TerritoryId": 401, "TerritoryId": 401,
"InteractionType": "CompleteQuest", "InteractionType": "CompleteQuest"
"AetheryteShortcut": "The Sea of Clouds - Camp Cloudtop"
} }
] ]
} }

View File

@ -83,6 +83,15 @@
128 128
] ]
}, },
{
"Position": {
"X": -368.08698,
"Y": -185.05266,
"Z": 792.836
},
"TerritoryId": 401,
"InteractionType": "WalkTo"
},
{ {
"DataId": 1012360, "DataId": 1012360,
"Position": { "Position": {

View File

@ -20,6 +20,23 @@
{ {
"Sequence": 1, "Sequence": 1,
"Steps": [ "Steps": [
{
"DataId": 1011952,
"Position": {
"X": -277.63788,
"Y": -184.59735,
"Z": 741.60376
},
"TerritoryId": 401,
"InteractionType": "AcceptQuest",
"AetheryteShortcut": "The Sea of Clouds - Camp Cloudtop",
"PickUpQuestId": 1748,
"SkipConditions": {
"AetheryteShortcutIf": {
"InSameTerritory": true
}
}
},
{ {
"DataId": 1001029, "DataId": 1001029,
"Position": { "Position": {

View File

@ -47,6 +47,7 @@
"Y": 16.009666, "Y": 16.009666,
"Z": -9.567444 "Z": -9.567444
}, },
"StopDistance": 7,
"TerritoryId": 419, "TerritoryId": 419,
"InteractionType": "Interact", "InteractionType": "Interact",
"TargetTerritoryId": 433 "TargetTerritoryId": 433
@ -63,6 +64,7 @@
"Y": 0.022254243, "Y": 0.022254243,
"Z": -4.409851 "Z": -4.409851
}, },
"StopDistance": 5,
"TerritoryId": 433, "TerritoryId": 433,
"InteractionType": "CompleteQuest", "InteractionType": "CompleteQuest",
"DialogueChoices": [ "DialogueChoices": [

View File

@ -12,6 +12,7 @@
"Y": 0.022254243, "Y": 0.022254243,
"Z": -4.409851 "Z": -4.409851
}, },
"StopDistance": 5,
"TerritoryId": 433, "TerritoryId": 433,
"InteractionType": "AcceptQuest" "InteractionType": "AcceptQuest"
} }
@ -27,7 +28,6 @@
"Y": 1.1443481, "Y": 1.1443481,
"Z": 13.199036 "Z": 13.199036
}, },
"StopDistance": 7,
"TerritoryId": 433, "TerritoryId": 433,
"InteractionType": "Interact", "InteractionType": "Interact",
"TargetTerritoryId": 419 "TargetTerritoryId": 419

View File

@ -87,6 +87,17 @@
{ {
"Sequence": 4, "Sequence": 4,
"Steps": [ "Steps": [
{
"DataId": 1011240,
"Position": {
"X": 493.15625,
"Y": 200.2377,
"Z": 663.01965
},
"TerritoryId": 397,
"InteractionType": "AcceptQuest",
"PickUpQuestId": 1744
},
{ {
"DataId": 2005536, "DataId": 2005536,
"Position": { "Position": {

View File

@ -20,6 +20,39 @@
{ {
"Sequence": 1, "Sequence": 1,
"Steps": [ "Steps": [
{
"DataId": 1011910,
"Position": {
"X": -298.26813,
"Y": 126.67049,
"Z": -1.4191895
},
"TerritoryId": 397,
"InteractionType": "AcceptQuest",
"PickUpQuestId": 1759
},
{
"DataId": 1011907,
"Position": {
"X": -288.8686,
"Y": 127.06639,
"Z": 13.199036
},
"TerritoryId": 397,
"InteractionType": "AcceptQuest",
"PickUpQuestId": 1760
},
{
"DataId": 1011911,
"Position": {
"X": -279.56055,
"Y": 127.08131,
"Z": 13.595764
},
"TerritoryId": 397,
"InteractionType": "AcceptQuest",
"PickUpQuestId": 2111
},
{ {
"Position": { "Position": {
"X": -365.48965, "X": -365.48965,

View File

@ -20,6 +20,16 @@
{ {
"Sequence": 1, "Sequence": 1,
"Steps": [ "Steps": [
{
"Position": {
"X": -826.9342,
"Y": 117.95439,
"Z": -642.92413
},
"TerritoryId": 397,
"InteractionType": "WalkTo",
"Fly": true
},
{ {
"Position": { "Position": {
"X": -850.3646, "X": -850.3646,

View File

@ -35,6 +35,17 @@
{ {
"Sequence": 2, "Sequence": 2,
"Steps": [ "Steps": [
{
"DataId": 1011916,
"Position": {
"X": 470.02356,
"Y": -49.89133,
"Z": 20.370789
},
"TerritoryId": 398,
"InteractionType": "AcceptQuest",
"PickUpQuestId": 1771
},
{ {
"Position": { "Position": {
"X": 634.0371, "X": 634.0371,

View File

@ -105,6 +105,17 @@
{ {
"Sequence": 3, "Sequence": 3,
"Steps": [ "Steps": [
{
"DataId": 1011929,
"Position": {
"X": 70.81714,
"Y": -49.2083,
"Z": -141.55798
},
"TerritoryId": 398,
"InteractionType": "AcceptQuest",
"PickUpQuestId": 1790
},
{ {
"Position": { "Position": {
"X": 70.535545, "X": 70.535545,

View File

@ -90,13 +90,52 @@
"Sequence": 255, "Sequence": 255,
"Steps": [ "Steps": [
{ {
"DataId": 1011916,
"Position": { "Position": {
"X": 123.44939, "X": 470.02356,
"Y": -60.88712, "Y": -49.89133,
"Z": -118.79085 "Z": 20.370789
}, },
"TerritoryId": 398, "TerritoryId": 398,
"InteractionType": "WalkTo" "InteractionType": "AcceptQuest",
"PickUpQuestId": 1797,
"AetheryteShortcut": "The Dravanian Forelands - Tailfeather",
"SkipConditions": {
"AetheryteShortcutIf": {
"QuestsCompleted": [
1797
]
}
}
},
{
"DataId": 1011937,
"Position": {
"X": -305.56195,
"Y": 39.04307,
"Z": 22.9953
},
"TerritoryId": 398,
"InteractionType": "AcceptQuest",
"PickUpQuestId": 1802,
"AetheryteShortcut": "The Dravanian Forelands - Anyx Trine",
"SkipConditions": {
"AetheryteShortcutIf": {
"QuestsCompleted": [
1802
]
}
}
},
{
"Position": {
"X": 22.235865,
"Y": -24.754946,
"Z": -119.65716
},
"TerritoryId": 398,
"InteractionType": "WalkTo",
"AetheryteShortcut": "The Dravanian Forelands - Anyx Trine"
}, },
{ {
"DataId": 1014544, "DataId": 1014544,
@ -106,7 +145,8 @@
"Z": -142.50409 "Z": -142.50409
}, },
"TerritoryId": 398, "TerritoryId": 398,
"InteractionType": "CompleteQuest" "InteractionType": "CompleteQuest",
"DisableNavmesh": true
} }
] ]
} }

View File

@ -12,7 +12,7 @@
"Y": -50.325172, "Y": -50.325172,
"Z": -146.95972 "Z": -146.95972
}, },
"StopDistance": 5, "StopDistance": 7,
"TerritoryId": 398, "TerritoryId": 398,
"InteractionType": "AcceptQuest" "InteractionType": "AcceptQuest"
} }

View File

@ -12,7 +12,7 @@
"Y": -69.42934, "Y": -69.42934,
"Z": 693.5072 "Z": 693.5072
}, },
"StopDistance": 5, "StopDistance": 6.5,
"TerritoryId": 400, "TerritoryId": 400,
"InteractionType": "AcceptQuest" "InteractionType": "AcceptQuest"
} }

View File

@ -31,6 +31,17 @@
"DisableNavmesh": true, "DisableNavmesh": true,
"Mount": true "Mount": true
}, },
{
"DataId": 1012284,
"Position": {
"X": 363.24097,
"Y": -73.25598,
"Z": 678.4314
},
"TerritoryId": 400,
"InteractionType": "AcceptQuest",
"PickUpQuestId": 1819
},
{ {
"Position": { "Position": {
"X": 286.46622, "X": 286.46622,

View File

@ -155,7 +155,7 @@
"Y": -69.42934, "Y": -69.42934,
"Z": 693.5072 "Z": 693.5072
}, },
"StopDistance": 5, "StopDistance": 7,
"TerritoryId": 400, "TerritoryId": 400,
"InteractionType": "CompleteQuest" "InteractionType": "CompleteQuest"
} }

View File

@ -12,7 +12,7 @@
"Y": -69.42934, "Y": -69.42934,
"Z": 693.5072 "Z": 693.5072
}, },
"StopDistance": 5, "StopDistance": 7,
"TerritoryId": 400, "TerritoryId": 400,
"InteractionType": "AcceptQuest" "InteractionType": "AcceptQuest"
} }

View File

@ -58,6 +58,25 @@
{ {
"Sequence": 255, "Sequence": 255,
"Steps": [ "Steps": [
{
"DataId": 1012285,
"Position": {
"X": 247.11987,
"Y": -42.33362,
"Z": 565.3314
},
"TerritoryId": 400,
"InteractionType": "AcceptQuest",
"PickUpQuestId": 1823,
"AetheryteShortcut": "The Churning Mists - Moghome",
"SkipConditions": {
"AetheryteShortcutIf": {
"QuestsCompleted": [
1823
]
}
}
},
{ {
"DataId": 1013202, "DataId": 1013202,
"Position": { "Position": {

View File

@ -85,6 +85,7 @@
"Y": 123.72873, "Y": 123.72873,
"Z": 210.74231 "Z": 210.74231
}, },
"StopDistance": 7,
"TerritoryId": 400, "TerritoryId": 400,
"InteractionType": "CompleteQuest" "InteractionType": "CompleteQuest"
} }

View File

@ -12,6 +12,7 @@
"Y": 123.72873, "Y": 123.72873,
"Z": 210.74231 "Z": 210.74231
}, },
"StopDistance": 7,
"TerritoryId": 400, "TerritoryId": 400,
"InteractionType": "AcceptQuest" "InteractionType": "AcceptQuest"
} }

View File

@ -20,6 +20,17 @@
{ {
"Sequence": 1, "Sequence": 1,
"Steps": [ "Steps": [
{
"DataId": 1013434,
"Position": {
"X": 517.9064,
"Y": -1.1917055,
"Z": -354.63495
},
"TerritoryId": 400,
"InteractionType": "AcceptQuest",
"PickUpQuestId": 1835
},
{ {
"DataId": 1012720, "DataId": 1012720,
"Position": { "Position": {

View File

@ -12,6 +12,7 @@
"Y": 16.979584, "Y": 16.979584,
"Z": -37.521973 "Z": -37.521973
}, },
"StopDistance": 7,
"TerritoryId": 418, "TerritoryId": 418,
"InteractionType": "AcceptQuest" "InteractionType": "AcceptQuest"
} }
@ -58,6 +59,7 @@
"Y": 0, "Y": 0,
"Z": -3.1281738 "Z": -3.1281738
}, },
"StopDistance": 7,
"TerritoryId": 212, "TerritoryId": 212,
"InteractionType": "Interact" "InteractionType": "Interact"
} }

View File

@ -21,6 +21,25 @@
{ {
"Sequence": 255, "Sequence": 255,
"Steps": [ "Steps": [
{
"DataId": 1013420,
"Position": {
"X": -511.46716,
"Y": 50,
"Z": 347.0968
},
"TerritoryId": 400,
"InteractionType": "AcceptQuest",
"AetheryteShortcut": "The Churning Mists - Zenith",
"PickUpQuestId": 1828,
"SkipConditions": {
"AetheryteShortcutIf": {
"QuestsCompleted": [
1828
]
}
}
},
{ {
"DataId": 1013172, "DataId": 1013172,
"Position": { "Position": {
@ -30,7 +49,6 @@
}, },
"TerritoryId": 400, "TerritoryId": 400,
"InteractionType": "CompleteQuest", "InteractionType": "CompleteQuest",
"AetheryteShortcut": "The Churning Mists - Zenith",
"Fly": true "Fly": true
} }
] ]

View File

@ -21,6 +21,18 @@
{ {
"Sequence": 255, "Sequence": 255,
"Steps": [ "Steps": [
{
"DataId": 1014720,
"Position": {
"X": 13.809326,
"Y": 15.96505,
"Z": -13.870483
},
"StopDistance": 7,
"TerritoryId": 419,
"InteractionType": "AcceptQuest",
"PickUpQuestId": 1874
},
{ {
"DataId": 1011223, "DataId": 1011223,
"Position": { "Position": {
@ -37,8 +49,9 @@
"Yes": true "Yes": true
} }
], ],
"AetheryteShortcut": "Ishgard",
"AethernetShortcut": [ "AethernetShortcut": [
"[Ishgard] The Last Vigil", "[Ishgard] Aetheryte Plaza",
"[Ishgard] The Forgotten Knight" "[Ishgard] The Forgotten Knight"
] ]
}, },

View File

@ -38,7 +38,7 @@
"Z": 113.54166 "Z": 113.54166
}, },
"TerritoryId": 401, "TerritoryId": 401,
"InteractionType": "SinglePlayerDuty", "InteractionType": "Emote",
"Emote": "lookout", "Emote": "lookout",
"StopDistance": 0.25 "StopDistance": 0.25
} }
@ -54,10 +54,9 @@
"Z": 77.39858 "Z": 77.39858
}, },
"TerritoryId": 401, "TerritoryId": 401,
"InteractionType": "Emote", "InteractionType": "SinglePlayerDuty",
"Emote": "lookout", "Emote": "lookout",
"StopDistance": 0.25, "StopDistance": 0.25
"Comment": "Solo Duty triggered by emoting?"
} }
] ]
}, },

View File

@ -20,6 +20,17 @@
{ {
"Sequence": 1, "Sequence": 1,
"Steps": [ "Steps": [
{
"DataId": 1012069,
"Position": {
"X": -647.0283,
"Y": -51.05719,
"Z": -417.74628
},
"TerritoryId": 401,
"InteractionType": "AcceptQuest",
"PickUpQuestId": 1909
},
{ {
"DataId": 1012064, "DataId": 1012064,
"Position": { "Position": {
@ -35,6 +46,17 @@
{ {
"Sequence": 2, "Sequence": 2,
"Steps": [ "Steps": [
{
"DataId": 1012068,
"Position": {
"X": -597.0398,
"Y": -51.05185,
"Z": -387.0451
},
"TerritoryId": 401,
"InteractionType": "AcceptQuest",
"PickUpQuestId": 1910
},
{ {
"DataId": 2006231, "DataId": 2006231,
"Position": { "Position": {
@ -68,6 +90,7 @@
"Y": -14.730623, "Y": -14.730623,
"Z": -537.56006 "Z": -537.56006
}, },
"StopDistance": 7,
"TerritoryId": 401, "TerritoryId": 401,
"InteractionType": "Interact", "InteractionType": "Interact",
"DialogueChoices": [ "DialogueChoices": [
@ -100,7 +123,7 @@
"Y": -14.153766, "Y": -14.153766,
"Z": -543.0228 "Z": -543.0228
}, },
"StopDistance": 5, "StopDistance": 7,
"TerritoryId": 401, "TerritoryId": 401,
"InteractionType": "CompleteQuest" "InteractionType": "CompleteQuest"
} }

View File

@ -12,7 +12,7 @@
"Y": -14.153766, "Y": -14.153766,
"Z": -543.0228 "Z": -543.0228
}, },
"StopDistance": 5, "StopDistance": 7,
"TerritoryId": 401, "TerritoryId": 401,
"InteractionType": "AcceptQuest" "InteractionType": "AcceptQuest"
} }

View File

@ -21,6 +21,15 @@
{ {
"Sequence": 1, "Sequence": 1,
"Steps": [ "Steps": [
{
"Position": {
"X": 43.620056,
"Y": -7.9655867,
"Z": 103.63884
},
"TerritoryId": 132,
"InteractionType": "WalkTo"
},
{ {
"DataId": 1000691, "DataId": 1000691,
"Position": { "Position": {

View File

@ -45,7 +45,8 @@
}, },
"TerritoryId": 398, "TerritoryId": 398,
"InteractionType": "CompleteQuest", "InteractionType": "CompleteQuest",
"AetheryteShortcut": "The Dravanian Forelands - Tailfeather" "AetheryteShortcut": "The Dravanian Forelands - Tailfeather",
"Fly": true
} }
] ]
} }

View File

@ -27,6 +27,7 @@
"Y": 205.62819, "Y": 205.62819,
"Z": 26.901611 "Z": 26.901611
}, },
"StopDistance": 7,
"TerritoryId": 478, "TerritoryId": 478,
"InteractionType": "Interact" "InteractionType": "Interact"
} }
@ -47,7 +48,15 @@
"$": "0 0 0 0 0 0 -> 1 0 0 0 0 64", "$": "0 0 0 0 0 0 -> 1 0 0 0 0 64",
"ChatMessage": { "ChatMessage": {
"Key": "TEXT_HEAVNA607_01656_SAYTODO_000" "Key": "TEXT_HEAVNA607_01656_SAYTODO_000"
} },
"CompletionQuestVariablesFlags": [
null,
null,
null,
null,
null,
64
]
}, },
{ {
"DataId": 1012413, "DataId": 1012413,
@ -60,7 +69,15 @@
"InteractionType": "Say", "InteractionType": "Say",
"ChatMessage": { "ChatMessage": {
"Key": "TEXT_HEAVNA607_01656_SAYTODO_000" "Key": "TEXT_HEAVNA607_01656_SAYTODO_000"
} },
"CompletionQuestVariablesFlags": [
null,
null,
null,
null,
null,
128
]
} }
] ]
}, },

View File

@ -20,6 +20,21 @@
{ {
"Sequence": 1, "Sequence": 1,
"Steps": [ "Steps": [
{
"DataId": 1012287,
"Position": {
"X": -28.397034,
"Y": 100.969696,
"Z": -186.4195
},
"TerritoryId": 399,
"InteractionType": "AcceptQuest",
"PickUpQuestId": 1936,
"AethernetShortcut": [
"[Idyllshire] Aetheryte Plaza",
"[Idyllshire] Epilogue Gate (Eastern Hinterlands)"
]
},
{ {
"DataId": 1012416, "DataId": 1012416,
"Position": { "Position": {

View File

@ -20,6 +20,17 @@
{ {
"Sequence": 1, "Sequence": 1,
"Steps": [ "Steps": [
{
"DataId": 1012102,
"Position": {
"X": 72.40405,
"Y": 205.6815,
"Z": 31.631958
},
"TerritoryId": 478,
"InteractionType": "AcceptQuest",
"PickUpQuestId": 1945
},
{ {
"DataId": 1012419, "DataId": 1012419,
"Position": { "Position": {

View File

@ -21,6 +21,17 @@
{ {
"Sequence": 1, "Sequence": 1,
"Steps": [ "Steps": [
{
"DataId": 1012133,
"Position": {
"X": -26.840637,
"Y": 206.49944,
"Z": 28.67163
},
"TerritoryId": 478,
"InteractionType": "AcceptQuest",
"PickUpQuestId": 1963
},
{ {
"Position": { "Position": {
"X": 71.86769, "X": 71.86769,
@ -29,18 +40,15 @@
}, },
"TerritoryId": 478, "TerritoryId": 478,
"InteractionType": "WalkTo", "InteractionType": "WalkTo",
"TargetTerritoryId": 399 "TargetTerritoryId": 399,
"SkipConditions": {
"StepIf": {
"InTerritory": [
399
]
}
}, },
{ "$": "Skipped if already in the Hinterlands, since 'Taking Stock' already leaves you closer to the entrance to Matoya's cave"
"DataId": 2006210,
"Position": {
"X": -487.48004,
"Y": 144.64026,
"Z": -285.359
},
"TerritoryId": 399,
"InteractionType": "AttuneAetherCurrent",
"AetherCurrentId": 2818088
}, },
{ {
"DataId": 2006214, "DataId": 2006214,

View File

@ -44,7 +44,7 @@
"Y": 38.43, "Y": 38.43,
"Z": 3.5552979 "Z": 3.5552979
}, },
"StopDistance": 7, "StopDistance": 6,
"TerritoryId": 463, "TerritoryId": 463,
"InteractionType": "Interact" "InteractionType": "Interact"
} }
@ -53,6 +53,17 @@
{ {
"Sequence": 3, "Sequence": 3,
"Steps": [ "Steps": [
{
"DataId": 1012141,
"Position": {
"X": 35.690796,
"Y": 38.43,
"Z": 12.985352
},
"TerritoryId": 463,
"InteractionType": "AcceptQuest",
"PickUpQuestId": 1966
},
{ {
"DataId": 2005337, "DataId": 2005337,
"Position": { "Position": {
@ -114,7 +125,8 @@
}, },
"TerritoryId": 399, "TerritoryId": 399,
"InteractionType": "WalkTo", "InteractionType": "WalkTo",
"DisableNavmesh": true "DisableNavmesh": true,
"Mount": true
}, },
{ {
"DataId": 2005336, "DataId": 2005336,

View File

@ -28,6 +28,7 @@
"Y": -14.52896, "Y": -14.52896,
"Z": 41.153564 "Z": 41.153564
}, },
"StopDistance": 7,
"TerritoryId": 419, "TerritoryId": 419,
"InteractionType": "Interact" "InteractionType": "Interact"
} }

View File

@ -61,7 +61,8 @@
"Z": -659.2356 "Z": -659.2356
}, },
"TerritoryId": 402, "TerritoryId": 402,
"InteractionType": "Interact" "InteractionType": "Interact",
"DisableNavmesh": true
} }
] ]
}, },

View File

@ -35,6 +35,15 @@
{ {
"Sequence": 2, "Sequence": 2,
"Steps": [ "Steps": [
{
"Position": {
"X": 642.1002,
"Y": -32.964188,
"Z": -532.8383
},
"TerritoryId": 402,
"InteractionType": "WalkTo"
},
{ {
"DataId": 2005568, "DataId": 2005568,
"Position": { "Position": {

View File

@ -94,6 +94,7 @@
"Y": 0.022254243, "Y": 0.022254243,
"Z": 4.623413 "Z": 4.623413
}, },
"StopDistance": 7,
"TerritoryId": 433, "TerritoryId": 433,
"InteractionType": "CompleteQuest" "InteractionType": "CompleteQuest"
} }

View File

@ -27,6 +27,7 @@
"Y": 24.458836, "Y": 24.458836,
"Z": 0.62561035 "Z": 0.62561035
}, },
"StopDistance": 4,
"TerritoryId": 418, "TerritoryId": 418,
"InteractionType": "Interact", "InteractionType": "Interact",
"DialogueChoices": [ "DialogueChoices": [
@ -79,6 +80,7 @@
"Y": 0.022254243, "Y": 0.022254243,
"Z": 4.623413 "Z": 4.623413
}, },
"StopDistance": 7,
"TerritoryId": 433, "TerritoryId": 433,
"InteractionType": "CompleteQuest" "InteractionType": "CompleteQuest"
} }

View File

@ -78,6 +78,10 @@
{ {
"Sequence": 255, "Sequence": 255,
"Steps": [ "Steps": [
{
"TerritoryId": 146,
"InteractionType": "EquipRecommended"
},
{ {
"DataId": 1017762, "DataId": 1017762,
"Position": { "Position": {

View File

@ -28,7 +28,7 @@
"Z": -210.22363 "Z": -210.22363
}, },
"TerritoryId": 622, "TerritoryId": 622,
"InteractionType": "WaitForManualProgress", "InteractionType": "Instruction",
"Comment": "Snipe sheep" "Comment": "Snipe sheep"
} }
] ]

View File

@ -50,18 +50,15 @@
}, },
"TerritoryId": 622, "TerritoryId": 622,
"InteractionType": "Interact", "InteractionType": "Interact",
"$": "QW: 0 0 0 0 0 0 -> QW: 1 16 0 0 0 128" "$": "QW: 0 0 0 0 0 0 -> QW: 1 16 0 0 0 128",
}, "CompletionQuestVariablesFlags": [
{ null,
"DataId": 2008926, null,
"Position": { null,
"X": 27.634033, null,
"Y": 115.464966, null,
"Z": -48.05072 128
}, ]
"TerritoryId": 622,
"InteractionType": "Interact",
"$": "QW: 1 16 0 0 0 128 -> QW: 2 32 0 0 0 192"
}, },
{ {
"DataId": 2008927, "DataId": 2008927,
@ -71,7 +68,35 @@
"Z": -49.5766 "Z": -49.5766
}, },
"TerritoryId": 622, "TerritoryId": 622,
"InteractionType": "Interact" "InteractionType": "Interact",
"CompletionQuestVariablesFlags": [
null,
null,
null,
null,
null,
32
]
},
{
"DataId": 2008926,
"Position": {
"X": 27.634033,
"Y": 115.464966,
"Z": -48.05072
},
"StopDistance": 4,
"TerritoryId": 622,
"InteractionType": "Interact",
"$": "QW: 1 16 0 0 0 128 -> QW: 2 32 0 0 0 192",
"CompletionQuestVariablesFlags": [
null,
null,
null,
null,
null,
64
]
} }
] ]
}, },

View File

@ -49,8 +49,7 @@
}, },
"StopDistance": 0.5, "StopDistance": 0.5,
"TerritoryId": 612, "TerritoryId": 612,
"InteractionType": "Instruction", "InteractionType": "Combat",
"Comment": "Manual combat",
"EnemySpawnType": "AutoOnEnterArea", "EnemySpawnType": "AutoOnEnterArea",
"KillEnemyDataIds": [ "KillEnemyDataIds": [
7504 7504
@ -69,8 +68,7 @@
}, },
"StopDistance": 2, "StopDistance": 2,
"TerritoryId": 612, "TerritoryId": 612,
"InteractionType": "Instruction", "InteractionType": "Combat",
"Comment": "Manual combat",
"EnemySpawnType": "AutoOnEnterArea", "EnemySpawnType": "AutoOnEnterArea",
"KillEnemyDataIds": [ "KillEnemyDataIds": [
7505 7505

View File

@ -83,6 +83,7 @@
"Y": 74.88393, "Y": 74.88393,
"Z": -118.30322 "Z": -118.30322
}, },
"StopDistance": 5,
"TerritoryId": 612, "TerritoryId": 612,
"InteractionType": "Interact" "InteractionType": "Interact"
} }
@ -98,6 +99,7 @@
"Y": 75.3867, "Y": 75.3867,
"Z": -124.712036 "Z": -124.712036
}, },
"StopDistance": 7,
"TerritoryId": 612, "TerritoryId": 612,
"InteractionType": "CompleteQuest" "InteractionType": "CompleteQuest"
} }

View File

@ -113,7 +113,8 @@
}, },
"TerritoryId": 613, "TerritoryId": 613,
"InteractionType": "WalkTo", "InteractionType": "WalkTo",
"AetheryteShortcut": "Ruby Sea - Tamamizu" "AetheryteShortcut": "Ruby Sea - Tamamizu",
"RestartNavigationIfCancelled": false
}, },
{ {
"Position": { "Position": {

View File

@ -20,15 +20,6 @@
{ {
"Sequence": 1, "Sequence": 1,
"Steps": [ "Steps": [
{
"Position": {
"X": 566.1683,
"Y": -60.550995,
"Z": -134.80696
},
"TerritoryId": 613,
"InteractionType": "WalkTo"
},
{ {
"DataId": 1023358, "DataId": 1023358,
"Position": { "Position": {
@ -87,9 +78,9 @@
"Steps": [ "Steps": [
{ {
"Position": { "Position": {
"X": 617.86127, "X": 617.17053,
"Y": -29.12958, "Y": -29.302427,
"Z": -129.81326 "Z": -130.22484
}, },
"TerritoryId": 613, "TerritoryId": 613,
"InteractionType": "Jump", "InteractionType": "Jump",
@ -137,30 +128,13 @@
"Steps": [ "Steps": [
{ {
"Position": { "Position": {
"X": 593.3238, "X": 570.09125,
"Y": -45.048393, "Y": -62.583626,
"Z": -152.89952 "Z": -145.46727
},
"TerritoryId": 613,
"InteractionType": "Jump",
"StopDistance": 0.25,
"JumpDestination": {
"Position": {
"X": 566.00684,
"Y": -61.995552,
"Z": -146.04814
}
}
},
{
"Position": {
"X": 566.1683,
"Y": -60.550995,
"Z": -134.80696
}, },
"TerritoryId": 613, "TerritoryId": 613,
"InteractionType": "WalkTo", "InteractionType": "WalkTo",
"Mount": true "DisableNavmesh": true
}, },
{ {
"DataId": 1023358, "DataId": 1023358,

View File

@ -126,6 +126,17 @@
4 4
] ]
}, },
{
"Position": {
"X": 445.11514,
"Y": 40.55606,
"Z": -51.57855
},
"TerritoryId": 614,
"InteractionType": "WalkTo",
"DisableNavmesh": true,
"Mount": true
},
{ {
"DataId": 2008465, "DataId": 2008465,
"Position": { "Position": {

View File

@ -13,7 +13,21 @@
"Z": 403.3722 "Z": 403.3722
}, },
"TerritoryId": 622, "TerritoryId": 622,
"InteractionType": "AcceptQuest" "InteractionType": "AcceptQuest",
"AetheryteShortcut": "Azim Steppe - Reunion",
"SkipConditions": {
"AetheryteShortcutIf": {
"NearPosition": {
"Position": {
"X": 525.10876,
"Y": -19.50681,
"Z": 403.3722
},
"MaximumDistance": 100,
"TerritoryId": 622
}
}
}
} }
] ]
}, },

View File

@ -35,7 +35,8 @@
"Y": 8.712891, "Y": 8.712891,
"Z": 281.69678 "Z": 281.69678
}, },
"MaximumDistance": 3 "MaximumDistance": 3,
"TerritoryId": 153
} }
} }
} }

View File

@ -13,7 +13,8 @@
}, },
"TerritoryId": 613, "TerritoryId": 613,
"InteractionType": "WalkTo", "InteractionType": "WalkTo",
"AetheryteShortcut": "Ruby Sea - Tamamizu" "AetheryteShortcut": "Ruby Sea - Tamamizu",
"RestartNavigationIfCancelled": false
}, },
{ {
"Position": { "Position": {

View File

@ -75,7 +75,8 @@
}, },
"TerritoryId": 613, "TerritoryId": 613,
"InteractionType": "WalkTo", "InteractionType": "WalkTo",
"AetheryteShortcut": "Ruby Sea - Tamamizu" "AetheryteShortcut": "Ruby Sea - Tamamizu",
"RestartNavigationIfCancelled": false
}, },
{ {
"Position": { "Position": {

View File

@ -80,7 +80,8 @@
}, },
"TerritoryId": 613, "TerritoryId": 613,
"InteractionType": "WalkTo", "InteractionType": "WalkTo",
"Mount": true "Mount": true,
"RestartNavigationIfCancelled": false
}, },
{ {
"Position": { "Position": {

View File

@ -26,6 +26,17 @@
{ {
"Sequence": 1, "Sequence": 1,
"Steps": [ "Steps": [
{
"DataId": 1019517,
"Position": {
"X": -653.0099,
"Y": 129.91537,
"Z": -510.67374
},
"TerritoryId": 612,
"InteractionType": "AcceptQuest",
"PickUpQuestId": 2639
},
{ {
"DataId": 2007955, "DataId": 2007955,
"Position": { "Position": {

View File

@ -44,7 +44,8 @@
"Z": -730.4951 "Z": -730.4951
}, },
"TerritoryId": 620, "TerritoryId": 620,
"InteractionType": "Interact" "InteractionType": "Interact",
"AetheryteShortcut": "Peaks - Ala Gannha"
} }
] ]
}, },

View File

@ -34,7 +34,12 @@
"Z": -300.8011 "Z": -300.8011
}, },
"TerritoryId": 620, "TerritoryId": 620,
"InteractionType": "Interact" "InteractionType": "Interact",
"AetheryteShortcut": "Rhalgr's Reach",
"AethernetShortcut": [
"[Rhalgr's Reach] Aetheryte Plaza",
"[Rhalgr's Reach] Peaks Gate"
]
} }
] ]
}, },

View File

@ -34,6 +34,7 @@
"Y": 13.02367, "Y": 13.02367,
"Z": -88.91437 "Z": -88.91437
}, },
"StopDistance": 5,
"TerritoryId": 635, "TerritoryId": 635,
"InteractionType": "CompleteQuest" "InteractionType": "CompleteQuest"
} }

View File

@ -46,6 +46,25 @@
{ {
"Sequence": 2, "Sequence": 2,
"Steps": [ "Steps": [
{
"DataId": 1020841,
"Position": {
"X": 146.01355,
"Y": 118.1921,
"Z": -730.4951
},
"TerritoryId": 620,
"InteractionType": "AcceptQuest",
"PickUpQuestId": 2655,
"AetheryteShortcut": "Peaks - Ala Gannha",
"SkipConditions": {
"AetheryteShortcutIf": {
"QuestsCompleted": [
2655
]
}
}
},
{ {
"DataId": 1020432, "DataId": 1020432,
"Position": { "Position": {

View File

@ -26,6 +26,17 @@
{ {
"Sequence": 1, "Sequence": 1,
"Steps": [ "Steps": [
{
"DataId": 1019519,
"Position": {
"X": -613.1228,
"Y": 130,
"Z": -529.839
},
"TerritoryId": 612,
"InteractionType": "AcceptQuest",
"PickUpQuestId": 2661
},
{ {
"DataId": 1020434, "DataId": 1020434,
"Position": { "Position": {

View File

@ -101,7 +101,7 @@
"Y": -6.9999976, "Y": -6.9999976,
"Z": -58.884644 "Z": -58.884644
}, },
"StopDistance": 5, "StopDistance": 6,
"TerritoryId": 628, "TerritoryId": 628,
"InteractionType": "CompleteQuest" "InteractionType": "CompleteQuest"
} }

View File

@ -86,6 +86,25 @@
} }
} }
}, },
{
"DataId": 1019486,
"Position": {
"X": -116.746826,
"Y": 0.6342248,
"Z": -55.832825
},
"TerritoryId": 635,
"InteractionType": "Interact",
"$": "2 16 0 0 0 160 -> 3 16 0 0 0 176",
"CompletionQuestVariablesFlags": [
null,
null,
null,
null,
null,
16
]
},
{ {
"Position": { "Position": {
"X": -42.27211, "X": -42.27211,
@ -107,25 +126,6 @@
} }
} }
}, },
{
"DataId": 1019486,
"Position": {
"X": -116.746826,
"Y": 0.6342248,
"Z": -55.832825
},
"TerritoryId": 635,
"InteractionType": "Interact",
"$": "2 16 0 0 0 160 -> 3 16 0 0 0 176",
"CompletionQuestVariablesFlags": [
null,
null,
null,
null,
null,
16
]
},
{ {
"DataId": 1019490, "DataId": 1019490,
"Position": { "Position": {

View File

@ -144,8 +144,9 @@
}, },
"TerritoryId": 635, "TerritoryId": 635,
"InteractionType": "CompleteQuest", "InteractionType": "CompleteQuest",
"AetheryteShortcut": "Rhalgr's Reach",
"AethernetShortcut": [ "AethernetShortcut": [
"[Rhalgr's Reach] Northeastern Rhalgr's Reach", "[Rhalgr's Reach] Aetheryte Plaza",
"[Rhalgr's Reach] Western Rhalgr's Reach" "[Rhalgr's Reach] Western Rhalgr's Reach"
] ]
} }

Some files were not shown because too many files have changed in this diff Show More