FalconTaterz 2024-08-25 15:19:09 -05:00
parent a4b8a72243
commit 1648df0f2b
4 changed files with 8 additions and 17 deletions

View File

@ -62,7 +62,8 @@
}, },
"TerritoryId": 146, "TerritoryId": 146,
"InteractionType": "Combat", "InteractionType": "Combat",
"EnemySpawnType": "OverworldEnemies" "EnemySpawnType": "OverworldEnemies",
"KillEnemyDataIds": []
} }
] ]
}, },

View File

@ -118,8 +118,6 @@
"Steps": [ "Steps": [
{ {
"AetheryteShortcut": "Eastern Thanalan - Camp Drybone", "AetheryteShortcut": "Eastern Thanalan - Camp Drybone",
"Mount": true,
"Fly": true,
"DataId": 1005727, "DataId": 1005727,
"Position": { "Position": {
"X": -221.11853, "X": -221.11853,
@ -137,8 +135,6 @@
"Steps": [ "Steps": [
{ {
"AetheryteShortcut": "Eastern Thanalan - Camp Drybone", "AetheryteShortcut": "Eastern Thanalan - Camp Drybone",
"Mount": true,
"Fly": true,
"DataId": 1005727, "DataId": 1005727,
"Position": { "Position": {
"X": -221.11853, "X": -221.11853,
@ -155,8 +151,6 @@
"Steps": [ "Steps": [
{ {
"AetheryteShortcut": "Eastern Thanalan - Camp Drybone", "AetheryteShortcut": "Eastern Thanalan - Camp Drybone",
"Mount": true,
"Fly": true,
"DataId": 1005727, "DataId": 1005727,
"Position": { "Position": {
"X": -221.11853, "X": -221.11853,
@ -173,8 +167,6 @@
"Steps": [ "Steps": [
{ {
"AetheryteShortcut": "Eastern Thanalan - Camp Drybone", "AetheryteShortcut": "Eastern Thanalan - Camp Drybone",
"Mount": true,
"Fly": true,
"DataId": 1005727, "DataId": 1005727,
"Position": { "Position": {
"X": -221.11853, "X": -221.11853,
@ -191,8 +183,6 @@
"Steps": [ "Steps": [
{ {
"AetheryteShortcut": "Eastern Thanalan - Camp Drybone", "AetheryteShortcut": "Eastern Thanalan - Camp Drybone",
"Mount": true,
"Fly": true,
"DataId": 1005727, "DataId": 1005727,
"Position": { "Position": {
"X": -221.11853, "X": -221.11853,
@ -208,9 +198,6 @@
"Sequence": 10, "Sequence": 10,
"Steps": [ "Steps": [
{ {
"AetheryteShortcut": "Eastern Thanalan - Camp Drybone",
"Mount": true,
"Fly": true,
"DataId": 2003006, "DataId": 2003006,
"Position": { "Position": {
"X": -208.5451, "X": -208.5451,

View File

@ -6,6 +6,8 @@
"Sequence": 0, "Sequence": 0,
"Steps": [ "Steps": [
{ {
"AetheryteShortcut": "Eastern Thanalan - Camp Drybone",
"SkipConditions": {"AetheryteShortcutIf": {"InSameTerritory": true}},
"DataId": 1005884, "DataId": 1005884,
"Position": { "Position": {
"X": -526.26843, "X": -526.26843,
@ -39,7 +41,6 @@
{ {
"AetheryteShortcut": "Western Thanalan - Horizon", "AetheryteShortcut": "Western Thanalan - Horizon",
"Mount": true, "Mount": true,
"Fly": true,
"DataId": 1008709, "DataId": 1008709,
"Position": { "Position": {
"X": -431.7846, "X": -431.7846,
@ -68,7 +69,6 @@
"InteractionType": "Interact" "InteractionType": "Interact"
}, },
{ {
"AetheryteShortcut": "Western Thanalan - Horizon",
"Mount": true, "Mount": true,
"Fly": true, "Fly": true,
"DataId": 1002022, "DataId": 1002022,
@ -81,7 +81,6 @@
"InteractionType": "Interact" "InteractionType": "Interact"
}, },
{ {
"AetheryteShortcut": "Western Thanalan - Horizon",
"Mount": true, "Mount": true,
"Fly": true, "Fly": true,
"DataId": 1008715, "DataId": 1008715,

View File

@ -64,6 +64,10 @@
}, },
"TerritoryId": 147, "TerritoryId": 147,
"InteractionType": "Interact" "InteractionType": "Interact"
},
{
"TerritoryId": 147,
"InteractionType": "CompleteQuest"
} }
] ]
} }