fix: This way we can start the quest and doesn't get stuck accepting quest the first time.
This commit is contained in:
parent
73b03b3cc1
commit
a45bf3f950
@ -13,7 +13,17 @@
|
|||||||
"Z": 231.37244
|
"Z": 231.37244
|
||||||
},
|
},
|
||||||
"TerritoryId": 1186,
|
"TerritoryId": 1186,
|
||||||
"InteractionType": "AcceptQuest"
|
"InteractionType": "AcceptQuest",
|
||||||
|
"AetheryteShortcut": "Solution Nine",
|
||||||
|
"AethernetShortcut": [
|
||||||
|
"[Solution Nine] Aetheryte Plaza",
|
||||||
|
"[Solution Nine] The Arcadion"
|
||||||
|
],
|
||||||
|
"SkipConditions": {
|
||||||
|
"AetheryteShortcutIf": {
|
||||||
|
"InSameTerritory": true
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
@ -8,6 +8,48 @@
|
|||||||
{
|
{
|
||||||
"Sequence": 0,
|
"Sequence": 0,
|
||||||
"Steps": [
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1049793,
|
||||||
|
"Position": {
|
||||||
|
"X": 364.3396,
|
||||||
|
"Y": 60.125,
|
||||||
|
"Z": 357.1068
|
||||||
|
},
|
||||||
|
"TerritoryId": 1186,
|
||||||
|
"InteractionType": "Interact",
|
||||||
|
"DialogueChoices": [
|
||||||
|
{
|
||||||
|
"Type": "YesNo",
|
||||||
|
"ExcelSheet": "quest/049/KinGra101_04960",
|
||||||
|
"Prompt": "TEXT_KINGRA101_04960_SYSTEM_100_030",
|
||||||
|
"Yes": true
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"AetheryteShortcut": "Solution Nine",
|
||||||
|
"AethernetShortcut": [
|
||||||
|
"[Solution Nine] Aetheryte Plaza",
|
||||||
|
"[Solution Nine] The Arcadion"
|
||||||
|
],
|
||||||
|
"SkipConditions": {
|
||||||
|
"AetheryteShortcutIf": {
|
||||||
|
"InTerritory": [1224]
|
||||||
|
},
|
||||||
|
"StepIf": {
|
||||||
|
"NearPosition": {
|
||||||
|
"Position": {
|
||||||
|
"X": 1.6021729,
|
||||||
|
"Y": 0,
|
||||||
|
"Z": -6.088379
|
||||||
|
},
|
||||||
|
"MaximumDistance": 100,
|
||||||
|
"TerritoryId": 1224
|
||||||
|
},
|
||||||
|
"InTerritory": [
|
||||||
|
1224
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"DataId": 1049788,
|
"DataId": 1049788,
|
||||||
"Position": {
|
"Position": {
|
||||||
|
Loading…
Reference in New Issue
Block a user