1
0
Fork 0

Merge pull request '[DT][Dungeon Unlocks] - Fix getting stuck finishing quest or starting.' (#55) from kaiserbh/Questionable:fix/dungeon-unlock-dt into master

Reviewed-on: liza/Questionable#55
master
Liza 2024-09-22 10:40:19 +00:00
commit 3b6dc2e03b
2 changed files with 53 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,14 @@
"Z": 145.00647 "Z": 145.00647
}, },
"TerritoryId": 1187, "TerritoryId": 1187,
"InteractionType": "CompleteQuest" "InteractionType": "CompleteQuest",
"AetheryteShortcut": "Urqopacha - Worlar's Echo",
"Fly": true,
"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
}
}
} }
] ]
}, },