fix: getting stuck when starting quests or finishing, if we are not in the same territory.

master
kaiser 2024-09-21 14:32:33 +10:00
parent 4b75388ddc
commit f1698d4652
2 changed files with 52 additions and 7 deletions

View File

@ -13,7 +13,13 @@
"Z": 75.66943 "Z": 75.66943
}, },
"TerritoryId": 1185, "TerritoryId": 1185,
"InteractionType": "AcceptQuest" "InteractionType": "AcceptQuest",
"AetheryteShortcut": "Tuliyollal",
"SkipConditions": {
"AetheryteShortcutIf": {
"InSameTerritory": true
}
}
} }
] ]
}, },
@ -77,7 +83,12 @@
}, },
"TerritoryId": 1187, "TerritoryId": 1187,
"InteractionType": "Interact", "InteractionType": "Interact",
"AetheryteShortcut": "Urqopacha - Worlar's Echo" "AetheryteShortcut": "Urqopacha - Worlar's Echo",
"SkipConditions": {
"AetheryteShortcutIf": {
"InSameTerritory": true
}
}
} }
] ]
}, },
@ -92,7 +103,13 @@
"Z": 145.00647 "Z": 145.00647
}, },
"TerritoryId": 1187, "TerritoryId": 1187,
"InteractionType": "CompleteQuest" "InteractionType": "CompleteQuest",
"AetheryteShortcut": "Urqopacha - Worlar's Echo",
"SkipConditions": {
"AetheryteShortcutIf": {
"InSameTerritory": true
}
}
} }
] ]
} }

View File

@ -16,7 +16,17 @@
"Z": 198.07727 "Z": 198.07727
}, },
"TerritoryId": 1186, "TerritoryId": 1186,
"InteractionType": "AcceptQuest" "InteractionType": "AcceptQuest",
"AetheryteShortcut": "Solution Nine",
"AethernetShortcut": [
"[Solution Nine] Aetheryte Plaza",
"[Solution Nine] Neon Stein"
],
"SkipConditions": {
"AetheryteShortcutIf": {
"InSameTerritory": true
}
}
} }
] ]
}, },
@ -31,7 +41,13 @@
"Z": 761.68445 "Z": 761.68445
}, },
"TerritoryId": 1192, "TerritoryId": 1192,
"InteractionType": "Interact" "InteractionType": "Interact",
"AetheryteShortcut": "Living Memory - Leynode Mnemo",
"SkipConditions": {
"AetheryteShortcutIf": {
"InSameTerritory": true
}
}
} }
] ]
}, },
@ -63,7 +79,13 @@
}, },
"TerritoryId": 1192, "TerritoryId": 1192,
"InteractionType": "Interact", "InteractionType": "Interact",
"Fly": true "Fly": true,
"AetheryteShortcut": "Living Memory - Leynode Mnemo",
"SkipConditions": {
"AetheryteShortcutIf": {
"InSameTerritory": true
}
}
} }
] ]
}, },
@ -90,7 +112,13 @@
"StopDistance": 7, "StopDistance": 7,
"TerritoryId": 1192, "TerritoryId": 1192,
"InteractionType": "Interact", "InteractionType": "Interact",
"Fly": true "Fly": true,
"AetheryteShortcut": "Living Memory - Leynode Mnemo",
"SkipConditions": {
"AetheryteShortcutIf": {
"InSameTerritory": true
}
}
} }
] ]
}, },