forked from liza/Questionable
Compare commits
9 Commits
f4d2a8ed95
...
492e79ef19
Author | SHA1 | Date | |
---|---|---|---|
|
492e79ef19 | ||
|
ca9e24c3ad | ||
|
1648df0f2b | ||
|
a4b8a72243 | ||
|
dbc742e451 | ||
|
3e54811a26 | ||
|
5fc99f6c05 | ||
|
d5e871c2c0 | ||
|
45a294a48a |
@ -128,10 +128,6 @@ internal static class SkipConditionsExtensions
|
|||||||
skipAetheryteCondition.InSameTerritory, emptyAetheryte.InSameTerritory),
|
skipAetheryteCondition.InSameTerritory, emptyAetheryte.InSameTerritory),
|
||||||
AssignmentList(nameof(SkipAetheryteCondition.InTerritory),
|
AssignmentList(nameof(SkipAetheryteCondition.InTerritory),
|
||||||
skipAetheryteCondition.InTerritory),
|
skipAetheryteCondition.InTerritory),
|
||||||
AssignmentList(nameof(SkipAetheryteCondition.QuestsAccepted),
|
|
||||||
skipAetheryteCondition.QuestsAccepted),
|
|
||||||
AssignmentList(nameof(skipAetheryteCondition.QuestsCompleted),
|
|
||||||
skipAetheryteCondition.QuestsCompleted),
|
|
||||||
Assignment(nameof(SkipAetheryteCondition.AetheryteLocked),
|
Assignment(nameof(SkipAetheryteCondition.AetheryteLocked),
|
||||||
skipAetheryteCondition.AetheryteLocked, emptyAetheryte.AetheryteLocked)
|
skipAetheryteCondition.AetheryteLocked, emptyAetheryte.AetheryteLocked)
|
||||||
.AsSyntaxNodeOrToken(),
|
.AsSyntaxNodeOrToken(),
|
||||||
|
@ -1,19 +1,18 @@
|
|||||||
{
|
{
|
||||||
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
|
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
|
||||||
"Author": "Cacahuetes",
|
"Author": "Cacahuetes",
|
||||||
"QuestSequence": [
|
"QuestSequence": [
|
||||||
{
|
{
|
||||||
"Sequence": 0,
|
"Sequence": 255,
|
||||||
"Steps": [
|
"Steps": [
|
||||||
{
|
{ "DataId": 1000895,
|
||||||
"DataId": 1000895,
|
"Position": {
|
||||||
"Position": {
|
"X": -335.74432,
|
||||||
"X": -335.74432,
|
"Y": 12.899764,
|
||||||
"Y": 12.899764,
|
"Z": 1.3884888
|
||||||
"Z": 1.3884888
|
},
|
||||||
},
|
"TerritoryId": 129,
|
||||||
"TerritoryId": 129,
|
"InteractionType": "AcceptQuest",
|
||||||
"InteractionType": "AcceptQuest",
|
|
||||||
"AetheryteShortcut": "Limsa Lominsa",
|
"AetheryteShortcut": "Limsa Lominsa",
|
||||||
"AethernetShortcut": [
|
"AethernetShortcut": [
|
||||||
"[Limsa Lominsa] Aetheryte Plaza",
|
"[Limsa Lominsa] Aetheryte Plaza",
|
||||||
@ -36,7 +35,8 @@
|
|||||||
],
|
],
|
||||||
"NextQuestId": 452
|
"NextQuestId": 452
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
@ -1,24 +1,21 @@
|
|||||||
{
|
{
|
||||||
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
|
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
|
||||||
"Author": "Cacahuetes",
|
"Author": "Cacahuetes",
|
||||||
"QuestSequence": [
|
"QuestSequence": [
|
||||||
{
|
{
|
||||||
"Sequence": 0,
|
"Sequence": 0,
|
||||||
"Steps": [
|
"Steps": [
|
||||||
{
|
{ "DataId": 1002281,
|
||||||
"DataId": 1002281,
|
"Position": {
|
||||||
"Position": {
|
"X": -115.739685,
|
||||||
"X": -115.739685,
|
"Y": 41.600117,
|
||||||
"Y": 41.600117,
|
"Z": 118.88306
|
||||||
"Z": 118.88306
|
},
|
||||||
},
|
"TerritoryId": 131,
|
||||||
"TerritoryId": 131,
|
"InteractionType": "Interact",
|
||||||
"InteractionType": "AcceptQuest",
|
|
||||||
"AetheryteShortcut": "Ul'dah",
|
"AetheryteShortcut": "Ul'dah",
|
||||||
"AethernetShortcut": [
|
"AethernetShortcut": ["[Ul'dah] Aetheryte Plaza",
|
||||||
"[Ul'dah] Aetheryte Plaza",
|
"[Ul'dah] Alchemists' Guild"],
|
||||||
"[Ul'dah] Alchemists' Guild"
|
|
||||||
],
|
|
||||||
"SkipConditions": {
|
"SkipConditions": {
|
||||||
"AetheryteShortcutIf": {
|
"AetheryteShortcutIf": {
|
||||||
"InSameTerritory": true,
|
"InSameTerritory": true,
|
||||||
@ -33,9 +30,9 @@
|
|||||||
"Prompt": "TEXT_CLSALC001_00190_Q1_1",
|
"Prompt": "TEXT_CLSALC001_00190_Q1_1",
|
||||||
"Yes": true
|
"Yes": true
|
||||||
}
|
}
|
||||||
]
|
]}
|
||||||
}
|
]
|
||||||
]
|
}
|
||||||
}
|
]
|
||||||
]
|
}
|
||||||
}
|
|
@ -1,43 +1,42 @@
|
|||||||
{
|
{
|
||||||
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
|
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
|
||||||
"Author": "Cacahuetes",
|
"Author": "Cacahuetes",
|
||||||
"QuestSequence": [
|
"QuestSequence": [
|
||||||
{
|
{
|
||||||
"Sequence": 0,
|
"Sequence": 0,
|
||||||
"Steps": [
|
"Steps": [
|
||||||
{
|
{ "DataId": 1002281,
|
||||||
"DataId": 1002281,
|
"Position": {
|
||||||
"Position": {
|
"X": -115.739685,
|
||||||
"X": -115.739685,
|
"Y": 41.600117,
|
||||||
"Y": 41.600117,
|
"Z": 118.88306
|
||||||
"Z": 118.88306
|
},
|
||||||
},
|
"TerritoryId": 131,
|
||||||
"TerritoryId": 131,
|
"InteractionType": "AcceptQuest"}
|
||||||
"InteractionType": "AcceptQuest"
|
]
|
||||||
}
|
},
|
||||||
]
|
{
|
||||||
},
|
"Sequence": 255,
|
||||||
{
|
"Steps": [
|
||||||
"Sequence": 255,
|
{ "DataId": 1002299,
|
||||||
"Steps": [
|
"Position": {
|
||||||
{
|
"X": -98.8938,
|
||||||
"DataId": 1002299,
|
"Y": 40.200146,
|
||||||
"Position": {
|
"Z": 120.83618
|
||||||
"X": -98.8938,
|
},
|
||||||
"Y": 40.200146,
|
"TerritoryId": 131,
|
||||||
"Z": 120.83618
|
"InteractionType": "CompleteQuest",
|
||||||
},
|
"DialogueChoices": [
|
||||||
"TerritoryId": 131,
|
{
|
||||||
"InteractionType": "CompleteQuest",
|
"Type": "YesNo",
|
||||||
"DialogueChoices": [
|
"Prompt": "TEXT_CLSALC011_00575_Q1_1",
|
||||||
{
|
"Yes": true
|
||||||
"Type": "YesNo",
|
}
|
||||||
"Prompt": "TEXT_CLSALC011_00575_Q1_1",
|
],
|
||||||
"Yes": true
|
"NextQuestId": 575
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
]
|
|
||||||
}
|
|
@ -1,19 +1,18 @@
|
|||||||
{
|
{
|
||||||
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
|
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
|
||||||
"Author": "Cacahuetes",
|
"Author": "Cacahuetes",
|
||||||
"QuestSequence": [
|
"QuestSequence": [
|
||||||
{
|
{
|
||||||
"Sequence": 0,
|
"Sequence": 0,
|
||||||
"Steps": [
|
"Steps": [
|
||||||
{
|
{ "DataId": 1000998,
|
||||||
"DataId": 1000998,
|
"Position": {
|
||||||
"Position": {
|
"X": -51.651794,
|
||||||
"X": -51.651794,
|
"Y": 42.79979,
|
||||||
"Y": 42.79979,
|
"Z": 190.41736
|
||||||
"Z": 190.41736
|
},
|
||||||
},
|
"TerritoryId": 128,
|
||||||
"TerritoryId": 128,
|
"InteractionType": "Interact",
|
||||||
"InteractionType": "AcceptQuest",
|
|
||||||
"AetheryteShortcut": "Limsa Lominsa",
|
"AetheryteShortcut": "Limsa Lominsa",
|
||||||
"AethernetShortcut": [
|
"AethernetShortcut": [
|
||||||
"[Limsa Lominsa] Aetheryte Plaza",
|
"[Limsa Lominsa] Aetheryte Plaza",
|
||||||
@ -23,7 +22,7 @@
|
|||||||
"AetheryteShortcutIf": {
|
"AetheryteShortcutIf": {
|
||||||
"InSameTerritory": true,
|
"InSameTerritory": true,
|
||||||
"InTerritory": [
|
"InTerritory": [
|
||||||
128
|
129
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@ -33,9 +32,9 @@
|
|||||||
"Prompt": "TEXT_CLSARM001_00186_Q1_000_1",
|
"Prompt": "TEXT_CLSARM001_00186_Q1_000_1",
|
||||||
"Yes": true
|
"Yes": true
|
||||||
}
|
}
|
||||||
]
|
]}
|
||||||
}
|
]
|
||||||
]
|
}
|
||||||
}
|
]
|
||||||
]
|
}
|
||||||
}
|
|
@ -1,43 +1,42 @@
|
|||||||
{
|
{
|
||||||
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
|
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
|
||||||
"Author": "Cacahuetes",
|
"Author": "Cacahuetes",
|
||||||
"QuestSequence": [
|
"QuestSequence": [
|
||||||
{
|
{
|
||||||
"Sequence": 0,
|
"Sequence": 0,
|
||||||
"Steps": [
|
"Steps": [
|
||||||
{
|
{ "DataId": 1000998,
|
||||||
"DataId": 1000998,
|
"Position": {
|
||||||
"Position": {
|
"X": -51.651794,
|
||||||
"X": -51.651794,
|
"Y": 42.79979,
|
||||||
"Y": 42.79979,
|
"Z": 190.41736
|
||||||
"Z": 190.41736
|
},
|
||||||
},
|
"TerritoryId": 128,
|
||||||
"TerritoryId": 128,
|
"InteractionType": "AcceptQuest"}
|
||||||
"InteractionType": "AcceptQuest"
|
]
|
||||||
}
|
},
|
||||||
]
|
{
|
||||||
},
|
"Sequence": 255,
|
||||||
{
|
"Steps": [
|
||||||
"Sequence": 255,
|
{ "DataId": 1001000,
|
||||||
"Steps": [
|
"Position": {
|
||||||
{
|
"X": -32.028687,
|
||||||
"DataId": 1001000,
|
"Y": 41.499985,
|
||||||
"Position": {
|
"Z": 208.39233
|
||||||
"X": -32.028687,
|
},
|
||||||
"Y": 41.499985,
|
"TerritoryId": 128,
|
||||||
"Z": 208.39233
|
"InteractionType": "CompleteQuest",
|
||||||
},
|
"DialogueChoices": [
|
||||||
"TerritoryId": 128,
|
{
|
||||||
"InteractionType": "CompleteQuest",
|
"Type": "YesNo",
|
||||||
"DialogueChoices": [
|
"Prompt": "TEXT_CLSARM011_00273_Q1_000_1",
|
||||||
{
|
"Yes": true
|
||||||
"Type": "YesNo",
|
}
|
||||||
"Prompt": "TEXT_CLSARM011_00273_Q1_000_1",
|
],
|
||||||
"Yes": true
|
"NextQuestId": 273
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
]
|
|
||||||
}
|
|
@ -1,27 +1,27 @@
|
|||||||
{
|
{
|
||||||
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
|
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
|
||||||
"Author": "Cacahuetes",
|
"Author": "Cacahuetes",
|
||||||
"QuestSequence": [
|
"QuestSequence": [
|
||||||
{
|
{
|
||||||
"Sequence": 0,
|
"Sequence": 0,
|
||||||
"Steps": [
|
"Steps": [
|
||||||
{
|
{ "DataId": 1002279,
|
||||||
"DataId": 1002279,
|
"Position": {
|
||||||
"Position": {
|
"X": -196.8872,
|
||||||
"X": -196.8872,
|
"Y": 18.459997,
|
||||||
"Y": 18.459997,
|
"Z": 59.952637
|
||||||
"Z": 59.952637
|
},
|
||||||
},
|
"TerritoryId": 130,
|
||||||
"TerritoryId": 130,
|
"InteractionType": "Interact",
|
||||||
"InteractionType": "AcceptQuest",
|
|
||||||
"AetheryteShortcut": "Ul'dah",
|
"AetheryteShortcut": "Ul'dah",
|
||||||
"AethernetShortcut": [
|
"AethernetShortcut": ["[Ul'dah] Aetheryte Plaza",
|
||||||
"[Ul'dah] Aetheryte Plaza",
|
"[Ul'dah] Thaumaturges' Guild"],
|
||||||
"[Ul'dah] Thaumaturges' Guild"
|
|
||||||
],
|
|
||||||
"SkipConditions": {
|
"SkipConditions": {
|
||||||
"AetheryteShortcutIf": {
|
"AetheryteShortcutIf": {
|
||||||
"InSameTerritory": true
|
"InSameTerritory": true,
|
||||||
|
"InTerritory": [
|
||||||
|
130
|
||||||
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"DialogueChoices": [
|
"DialogueChoices": [
|
||||||
@ -30,9 +30,9 @@
|
|||||||
"Prompt": "TEXT_CLSTHM001_00183_Q1_000_1",
|
"Prompt": "TEXT_CLSTHM001_00183_Q1_000_1",
|
||||||
"Yes": true
|
"Yes": true
|
||||||
}
|
}
|
||||||
]
|
]}
|
||||||
}
|
]
|
||||||
]
|
}
|
||||||
}
|
]
|
||||||
]
|
}
|
||||||
}
|
|
@ -1,44 +1,42 @@
|
|||||||
{
|
{
|
||||||
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
|
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
|
||||||
"Author": "Cacahuetes",
|
"Author": "Cacahuetes",
|
||||||
"QuestSequence": [
|
"QuestSequence": [
|
||||||
{
|
{
|
||||||
"Sequence": 0,
|
"Sequence": 0,
|
||||||
"Steps": [
|
"Steps": [
|
||||||
{
|
{ "DataId": 1002279,
|
||||||
"DataId": 1002279,
|
"Position": {
|
||||||
"Position": {
|
"X": -196.8872,
|
||||||
"X": -196.8872,
|
"Y": 18.459997,
|
||||||
"Y": 18.459997,
|
"Z": 59.952637
|
||||||
"Z": 59.952637
|
},
|
||||||
},
|
"TerritoryId": 130,
|
||||||
"TerritoryId": 130,
|
"InteractionType": "AcceptQuest"}
|
||||||
"InteractionType": "AcceptQuest"
|
]
|
||||||
}
|
},
|
||||||
]
|
{
|
||||||
},
|
"Sequence": 255,
|
||||||
{
|
"Steps": [
|
||||||
"Sequence": 255,
|
{ "DataId": 1001709,
|
||||||
"Steps": [
|
"Position": {
|
||||||
{
|
"X": -240.4975,
|
||||||
"DataId": 1001709,
|
"Y": 18.7,
|
||||||
"Position": {
|
"Z": 85.58777
|
||||||
"X": -240.4975,
|
},
|
||||||
"Y": 18.7,
|
"TerritoryId": 130,
|
||||||
"Z": 85.58777
|
"InteractionType": "CompleteQuest",
|
||||||
},
|
"DialogueChoices": [
|
||||||
"TerritoryId": 130,
|
{
|
||||||
"InteractionType": "CompleteQuest",
|
"Type": "YesNo",
|
||||||
"DialogueChoices": [
|
"Prompt": "TEXT_CLSTHM011_00344_Q1_001_1",
|
||||||
{
|
"Yes": true
|
||||||
"Type": "YesNo",
|
}
|
||||||
"Prompt": "TEXT_CLSTHM011_00344_Q1_001_1",
|
],
|
||||||
"Yes": true
|
"NextQuestId": 553
|
||||||
}
|
}
|
||||||
],
|
]
|
||||||
"NextQuestId": 553
|
}
|
||||||
}
|
]
|
||||||
]
|
}
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
@ -122,7 +122,7 @@
|
|||||||
"TerritoryId": 153,
|
"TerritoryId": 153,
|
||||||
"InteractionType": "CompleteQuest",
|
"InteractionType": "CompleteQuest",
|
||||||
"Fly": true,
|
"Fly": true,
|
||||||
"NextQuestId": 1086
|
"NextQuestId": 1085
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
@ -1,44 +1,42 @@
|
|||||||
{
|
{
|
||||||
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
|
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
|
||||||
"Author": "Cacahuetes",
|
"Author": "Cacahuetes",
|
||||||
"QuestSequence": [
|
"QuestSequence": [
|
||||||
{
|
{
|
||||||
"Sequence": 0,
|
"Sequence": 0,
|
||||||
"Steps": [
|
"Steps": [
|
||||||
{
|
{ "DataId": 1000197,
|
||||||
"DataId": 1000197,
|
"Position": {
|
||||||
"Position": {
|
"X": 201.31226,
|
||||||
"X": 201.31226,
|
"Y": -3.1634123E-15,
|
||||||
"Y": -3.1634123E-15,
|
"Z": 43.900146
|
||||||
"Z": 43.900146
|
},
|
||||||
},
|
"TerritoryId": 132,
|
||||||
"TerritoryId": 132,
|
"InteractionType": "AcceptQuest"}
|
||||||
"InteractionType": "AcceptQuest"
|
]
|
||||||
}
|
},
|
||||||
]
|
{
|
||||||
},
|
"Sequence": 255,
|
||||||
{
|
"Steps": [
|
||||||
"Sequence": 255,
|
{ "DataId": 1000200,
|
||||||
"Steps": [
|
"Position": {
|
||||||
{
|
"X": 209.55212,
|
||||||
"DataId": 1000200,
|
"Y": 0.9999819,
|
||||||
"Position": {
|
"Z": 35.01941
|
||||||
"X": 209.55212,
|
},
|
||||||
"Y": 0.9999819,
|
"TerritoryId": 132,
|
||||||
"Z": 35.01941
|
"InteractionType": "CompleteQuest",
|
||||||
},
|
|
||||||
"StopDistance": 5,
|
"DialogueChoices": [
|
||||||
"TerritoryId": 132,
|
{
|
||||||
"InteractionType": "CompleteQuest",
|
"Type": "YesNo",
|
||||||
"DialogueChoices": [
|
"Prompt": "TEXT_CLSARC998_00131_Q1_000_1",
|
||||||
{
|
"Yes": true
|
||||||
"Type": "YesNo",
|
}
|
||||||
"Prompt": "TEXT_CLSARC998_00131_Q1_000_1",
|
]
|
||||||
"Yes": true
|
}
|
||||||
}
|
]
|
||||||
]
|
}
|
||||||
}
|
]
|
||||||
]
|
}
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
@ -1,39 +1,42 @@
|
|||||||
{
|
{
|
||||||
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
|
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
|
||||||
"Author": "Cacahuetes",
|
"Author": "Cacahuetes",
|
||||||
"QuestSequence": [
|
"QuestSequence": [
|
||||||
{
|
{
|
||||||
"Sequence": 0,
|
"Sequence": 0,
|
||||||
"Steps": [
|
"Steps": [
|
||||||
{
|
{ "DataId": 1000197,
|
||||||
"DataId": 1000197,
|
"Position": {
|
||||||
"Position": {
|
"X": 201.31226,
|
||||||
"X": 201.31226,
|
"Y": -3.1634123E-15,
|
||||||
"Y": -3.1634123E-15,
|
"Z": 43.900146
|
||||||
"Z": 43.900146
|
},
|
||||||
},
|
"TerritoryId": 132,
|
||||||
"TerritoryId": 132,
|
"AetheryteShortcut": "Gridania",
|
||||||
"AetheryteShortcut": "Gridania",
|
"AethernetShortcut": [
|
||||||
"AethernetShortcut": [
|
"[Gridania] Aetheryte Plaza",
|
||||||
"[Gridania] Aetheryte Plaza",
|
"[Gridania] Archers' Guild"
|
||||||
"[Gridania] Archers' Guild"
|
],
|
||||||
],
|
"DialogueChoices": [
|
||||||
"DialogueChoices": [
|
{
|
||||||
{
|
"Type": "YesNo",
|
||||||
"Type": "YesNo",
|
"Prompt": "TEXT_CLSARC999_00181_Q1_000_1",
|
||||||
"Prompt": "TEXT_CLSARC999_00181_Q1_000_1",
|
"Yes": true,
|
||||||
"Yes": true,
|
"$": "No Godbert prompt"
|
||||||
"$": "No Godbert prompt"
|
}
|
||||||
}
|
],
|
||||||
],
|
"InteractionType": "AcceptQuest",
|
||||||
"InteractionType": "AcceptQuest",
|
"SkipConditions": {
|
||||||
"SkipConditions": {
|
|
||||||
"AetheryteShortcutIf": {
|
"AetheryteShortcutIf": {
|
||||||
"InSameTerritory": true
|
"InSameTerritory": true,
|
||||||
|
"InTerritory": [
|
||||||
|
132
|
||||||
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
@ -1,19 +1,18 @@
|
|||||||
{
|
{
|
||||||
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
|
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
|
||||||
"Author": "Cacahuetes",
|
"Author": "Cacahuetes",
|
||||||
"QuestSequence": [
|
"QuestSequence": [
|
||||||
{
|
{
|
||||||
"Sequence": 0,
|
"Sequence": 0,
|
||||||
"Steps": [
|
"Steps": [
|
||||||
{
|
{ "DataId": 1000995,
|
||||||
"DataId": 1000995,
|
"Position": {
|
||||||
"Position": {
|
"X": -52.018066,
|
||||||
"X": -52.018066,
|
"Y": 42.799637,
|
||||||
"Y": 42.799637,
|
"Z": 192.2179
|
||||||
"Z": 192.2179
|
},
|
||||||
},
|
"TerritoryId": 128,
|
||||||
"TerritoryId": 128,
|
"InteractionType": "AcceptQuest",
|
||||||
"InteractionType": "AcceptQuest",
|
|
||||||
"AetheryteShortcut": "Limsa Lominsa",
|
"AetheryteShortcut": "Limsa Lominsa",
|
||||||
"AethernetShortcut": [
|
"AethernetShortcut": [
|
||||||
"[Limsa Lominsa] Aetheryte Plaza",
|
"[Limsa Lominsa] Aetheryte Plaza",
|
||||||
@ -23,7 +22,7 @@
|
|||||||
"AetheryteShortcutIf": {
|
"AetheryteShortcutIf": {
|
||||||
"InSameTerritory": true,
|
"InSameTerritory": true,
|
||||||
"InTerritory": [
|
"InTerritory": [
|
||||||
128
|
129
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@ -36,7 +35,8 @@
|
|||||||
],
|
],
|
||||||
"NextQuestId": 291
|
"NextQuestId": 291
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
@ -1,19 +1,18 @@
|
|||||||
{
|
{
|
||||||
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
|
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
|
||||||
"Author": "Cacahuetes",
|
"Author": "Cacahuetes",
|
||||||
"QuestSequence": [
|
"QuestSequence": [
|
||||||
{
|
{
|
||||||
"Sequence": 0,
|
"Sequence": 0,
|
||||||
"Steps": [
|
"Steps": [
|
||||||
{
|
{ "DataId": 1000995,
|
||||||
"DataId": 1000995,
|
"Position": {
|
||||||
"Position": {
|
"X": -52.018066,
|
||||||
"X": -52.018066,
|
"Y": 42.799637,
|
||||||
"Y": 42.799637,
|
"Z": 192.2179
|
||||||
"Z": 192.2179
|
},
|
||||||
},
|
"TerritoryId": 128,
|
||||||
"TerritoryId": 128,
|
"InteractionType": "AcceptQuest",
|
||||||
"InteractionType": "AcceptQuest",
|
|
||||||
"AetheryteShortcut": "Limsa Lominsa",
|
"AetheryteShortcut": "Limsa Lominsa",
|
||||||
"AethernetShortcut": [
|
"AethernetShortcut": [
|
||||||
"[Limsa Lominsa] Aetheryte Plaza",
|
"[Limsa Lominsa] Aetheryte Plaza",
|
||||||
@ -23,42 +22,41 @@
|
|||||||
"AetheryteShortcutIf": {
|
"AetheryteShortcutIf": {
|
||||||
"InSameTerritory": true,
|
"InSameTerritory": true,
|
||||||
"InTerritory": [
|
"InTerritory": [
|
||||||
128
|
129
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"DialogueChoices": [
|
"DialogueChoices": [
|
||||||
{
|
{
|
||||||
"Type": "YesNo",
|
"Type": "YesNo",
|
||||||
"Prompt": "TEXT_CLSBSM011_00291_Q1_000_1",
|
"Prompt": "TEXT_CLSBSM001_00185_Q1_000_1",
|
||||||
"Yes": true
|
"Yes": true
|
||||||
}
|
}
|
||||||
]
|
]}
|
||||||
}
|
]
|
||||||
]
|
},
|
||||||
},
|
{
|
||||||
{
|
"Sequence": 255,
|
||||||
"Sequence": 255,
|
"Steps": [
|
||||||
"Steps": [
|
{ "DataId": 1000997,
|
||||||
{
|
"Position": {
|
||||||
"DataId": 1000997,
|
"X": -31.265808,
|
||||||
"Position": {
|
"Y": 44.49997,
|
||||||
"X": -31.265808,
|
"Z": 185.53442
|
||||||
"Y": 44.49997,
|
},
|
||||||
"Z": 185.53442
|
"TerritoryId": 128,
|
||||||
},
|
"InteractionType": "CompleteQuest",
|
||||||
"TerritoryId": 128,
|
"DialogueChoices": [
|
||||||
"InteractionType": "CompleteQuest",
|
{
|
||||||
"DialogueChoices": [
|
"Type": "YesNo",
|
||||||
{
|
"Prompt": "TEXT_CLSBSM011_00291_Q1_000_1",
|
||||||
"Type": "YesNo",
|
"Yes": true
|
||||||
"Prompt": "TEXT_CLSBSM011_00291_Q1_000_1",
|
}
|
||||||
"Yes": true
|
],
|
||||||
}
|
"NextQuestId": 292
|
||||||
],
|
}
|
||||||
"NextQuestId": 292
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
]
|
|
||||||
}
|
|
@ -1,41 +1,39 @@
|
|||||||
{
|
{
|
||||||
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
|
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
|
||||||
"Author": "Cacahuetes",
|
"Author": "Cacahuetes",
|
||||||
"QuestSequence": [
|
"QuestSequence": [
|
||||||
{
|
{
|
||||||
"Sequence": 0,
|
"Sequence": 0,
|
||||||
"Steps": [
|
"Steps": [
|
||||||
{
|
{ "DataId": 1000294,
|
||||||
"DataId": 1000294,
|
"Position": {
|
||||||
"Position": {
|
"X": -238.05603,
|
||||||
"X": -238.05603,
|
"Y": 8,
|
||||||
"Y": 8,
|
"Z": -142.93127
|
||||||
"Z": -142.93127
|
},
|
||||||
},
|
"TerritoryId": 133,
|
||||||
"TerritoryId": 133,
|
"AetheryteShortcut": "Gridania",
|
||||||
"AetheryteShortcut": "Gridania",
|
"AethernetShortcut": ["[Gridania] Aetheryte Plaza", "[Gridania] Botanists' Guild"],
|
||||||
"AethernetShortcut": [
|
"DialogueChoices": [
|
||||||
"[Gridania] Aetheryte Plaza",
|
{
|
||||||
"[Gridania] Botanists' Guild"
|
"Type": "YesNo",
|
||||||
],
|
"Prompt": "TEXT_CLSHRV999_00193_Q1_000_1",
|
||||||
"DialogueChoices": [
|
"Yes": true
|
||||||
{
|
}
|
||||||
"Type": "YesNo",
|
],
|
||||||
"Prompt": "TEXT_CLSHRV999_00193_Q1_000_1",
|
"InteractionType": "AcceptQuest",
|
||||||
"Yes": true
|
"SkipConditions": {
|
||||||
}
|
|
||||||
],
|
|
||||||
"InteractionType": "AcceptQuest",
|
|
||||||
"SkipConditions": {
|
|
||||||
"AetheryteShortcutIf": {
|
"AetheryteShortcutIf": {
|
||||||
"InSameTerritory": true,
|
"InSameTerritory": true,
|
||||||
"InTerritory": [
|
"InTerritory": [
|
||||||
133
|
132,133
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
|
@ -1,43 +1,42 @@
|
|||||||
{
|
{
|
||||||
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
|
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
|
||||||
"Author": "Cacahuetes",
|
"Author": "Cacahuetes",
|
||||||
"QuestSequence": [
|
"QuestSequence": [
|
||||||
{
|
{
|
||||||
"Sequence": 0,
|
"Sequence": 0,
|
||||||
"Steps": [
|
"Steps": [
|
||||||
{
|
{ "DataId": 1000294,
|
||||||
"DataId": 1000294,
|
"Position": {
|
||||||
"Position": {
|
"X": -238.05603,
|
||||||
"X": -238.05603,
|
"Y": 8,
|
||||||
"Y": 8,
|
"Z": -142.93127
|
||||||
"Z": -142.93127
|
},
|
||||||
},
|
"TerritoryId": 133,
|
||||||
"TerritoryId": 133,
|
"InteractionType": "AcceptQuest"}
|
||||||
"InteractionType": "AcceptQuest"
|
]
|
||||||
}
|
},
|
||||||
]
|
{
|
||||||
},
|
"Sequence": 255,
|
||||||
{
|
"Steps": [
|
||||||
"Sequence": 255,
|
{ "DataId": 1000815,
|
||||||
"Steps": [
|
"Position": {
|
||||||
{
|
"X": -233.9361,
|
||||||
"DataId": 1000815,
|
"Y": 6.668152,
|
||||||
"Position": {
|
"Z": -171.03839
|
||||||
"X": -233.9361,
|
},
|
||||||
"Y": 6.668152,
|
"TerritoryId": 133,
|
||||||
"Z": -171.03839
|
"InteractionType": "CompleteQuest",
|
||||||
},
|
"DialogueChoices": [
|
||||||
"TerritoryId": 133,
|
{
|
||||||
"InteractionType": "CompleteQuest",
|
"Type": "YesNo",
|
||||||
"DialogueChoices": [
|
"Prompt": "TEXT_CLSHRV001_00003_Q1_000_1",
|
||||||
{
|
"Yes": true
|
||||||
"Type": "YesNo",
|
}
|
||||||
"Prompt": "TEXT_CLSHRV001_00003_Q1_000_1",
|
],
|
||||||
"Yes": true
|
"NextQuestId": 3
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
]
|
|
||||||
}
|
|
@ -1,34 +1,37 @@
|
|||||||
{
|
{
|
||||||
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
|
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
|
||||||
"Author": "Cacahuetes",
|
"Author": "Cacahuetes",
|
||||||
"QuestSequence": [
|
"QuestSequence": [
|
||||||
{
|
{
|
||||||
"Sequence": 0,
|
"Sequence": 0,
|
||||||
"Steps": [
|
"Steps": [
|
||||||
{
|
{ "DataId": 1000148,
|
||||||
"DataId": 1000148,
|
"Position": {
|
||||||
"Position": {
|
"X": -20.279297,
|
||||||
"X": -20.279297,
|
"Y": -3.25,
|
||||||
"Y": -3.25,
|
"Z": 45.97534
|
||||||
"Z": 45.97534
|
},
|
||||||
},
|
"TerritoryId": 132,
|
||||||
"TerritoryId": 132,
|
"AetheryteShortcut": "Gridania",
|
||||||
"AetheryteShortcut": "Gridania",
|
"DialogueChoices": [
|
||||||
"DialogueChoices": [
|
{
|
||||||
{
|
"Type": "YesNo",
|
||||||
"Type": "YesNo",
|
"Prompt": "TEXT_CLSWDK999_00184_Q1_000_1",
|
||||||
"Prompt": "TEXT_CLSWDK999_00184_Q1_000_1",
|
"Yes": true
|
||||||
"Yes": true
|
}
|
||||||
}
|
],
|
||||||
],
|
"InteractionType": "AcceptQuest",
|
||||||
"InteractionType": "AcceptQuest",
|
"SkipConditions": {
|
||||||
"SkipConditions": {
|
|
||||||
"AetheryteShortcutIf": {
|
"AetheryteShortcutIf": {
|
||||||
"InSameTerritory": true
|
"InSameTerritory": true,
|
||||||
|
"InTerritory": [
|
||||||
|
132
|
||||||
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
@ -1,19 +1,18 @@
|
|||||||
{
|
{
|
||||||
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
|
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
|
||||||
"Author": "Cacahuetes",
|
"Author": "Cacahuetes",
|
||||||
"QuestSequence": [
|
"QuestSequence": [
|
||||||
{
|
{
|
||||||
"Sequence": 0,
|
"Sequence": 0,
|
||||||
"Steps": [
|
"Steps": [
|
||||||
{
|
{ "DataId": 1000946,
|
||||||
"DataId": 1000946,
|
"Position": {
|
||||||
"Position": {
|
"X": -61.142883,
|
||||||
"X": -61.142883,
|
"Y": 42.299698,
|
||||||
"Y": 42.299698,
|
"Z": -164.0498
|
||||||
"Z": -164.0498
|
},
|
||||||
},
|
"TerritoryId": 128,
|
||||||
"TerritoryId": 128,
|
"InteractionType": "Interact",
|
||||||
"InteractionType": "AcceptQuest",
|
|
||||||
"AetheryteShortcut": "Limsa Lominsa",
|
"AetheryteShortcut": "Limsa Lominsa",
|
||||||
"AethernetShortcut": [
|
"AethernetShortcut": [
|
||||||
"[Limsa Lominsa] Aetheryte Plaza",
|
"[Limsa Lominsa] Aetheryte Plaza",
|
||||||
@ -23,7 +22,7 @@
|
|||||||
"AetheryteShortcutIf": {
|
"AetheryteShortcutIf": {
|
||||||
"InSameTerritory": true,
|
"InSameTerritory": true,
|
||||||
"InTerritory": [
|
"InTerritory": [
|
||||||
128
|
129
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@ -33,9 +32,9 @@
|
|||||||
"Prompt": "TEXT_CLSCUL001_00191_Q1_000_1",
|
"Prompt": "TEXT_CLSCUL001_00191_Q1_000_1",
|
||||||
"Yes": true
|
"Yes": true
|
||||||
}
|
}
|
||||||
]
|
]}
|
||||||
}
|
]
|
||||||
]
|
}
|
||||||
}
|
]
|
||||||
]
|
}
|
||||||
}
|
|
@ -1,43 +1,42 @@
|
|||||||
{
|
{
|
||||||
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
|
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
|
||||||
"Author": "Cacahuetes",
|
"Author": "Cacahuetes",
|
||||||
"QuestSequence": [
|
"QuestSequence": [
|
||||||
{
|
{
|
||||||
"Sequence": 0,
|
"Sequence": 0,
|
||||||
"Steps": [
|
"Steps": [
|
||||||
{
|
{ "DataId": 1000946,
|
||||||
"DataId": 1000946,
|
"Position": {
|
||||||
"Position": {
|
"X": -61.142883,
|
||||||
"X": -61.142883,
|
"Y": 42.299698,
|
||||||
"Y": 42.299698,
|
"Z": -164.0498
|
||||||
"Z": -164.0498
|
},
|
||||||
},
|
"TerritoryId": 128,
|
||||||
"TerritoryId": 128,
|
"InteractionType": "AcceptQuest"}
|
||||||
"InteractionType": "AcceptQuest"
|
]
|
||||||
}
|
},
|
||||||
]
|
{
|
||||||
},
|
"Sequence": 255,
|
||||||
{
|
"Steps": [
|
||||||
"Sequence": 255,
|
{ "DataId": 1000947,
|
||||||
"Steps": [
|
"Position": {
|
||||||
{
|
"X": -54.64258,
|
||||||
"DataId": 1000947,
|
"Y": 44,
|
||||||
"Position": {
|
"Z": -151.23218
|
||||||
"X": -54.64258,
|
},
|
||||||
"Y": 44,
|
"TerritoryId": 128,
|
||||||
"Z": -151.23218
|
"InteractionType": "CompleteQuest",
|
||||||
},
|
"DialogueChoices": [
|
||||||
"TerritoryId": 128,
|
{
|
||||||
"InteractionType": "CompleteQuest",
|
"Type": "YesNo",
|
||||||
"DialogueChoices": [
|
"Prompt": "TEXT_CLSCUL011_00271_Q1_000_1",
|
||||||
{
|
"Yes": true
|
||||||
"Type": "YesNo",
|
}
|
||||||
"Prompt": "TEXT_CLSCUL011_00271_Q1_000_1",
|
],
|
||||||
"Yes": true
|
"NextQuestId": 271
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
]
|
|
||||||
}
|
|
@ -1,32 +1,32 @@
|
|||||||
{
|
{
|
||||||
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
|
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
|
||||||
"Author": "Cacahuetes",
|
"Author": "Cacahuetes",
|
||||||
"QuestSequence": [
|
"QuestSequence": [
|
||||||
{
|
{
|
||||||
"Sequence": 0,
|
"Sequence": 0,
|
||||||
"Steps": [
|
"Steps": [
|
||||||
{
|
{ "DataId": 1000251,
|
||||||
"DataId": 1000251,
|
"Position": {
|
||||||
"Position": {
|
"X": 147.08167,
|
||||||
"X": 147.08167,
|
"Y": 15.5,
|
||||||
"Y": 15.5,
|
"Z": -267.99426
|
||||||
"Z": -267.99426
|
},
|
||||||
},
|
"TerritoryId": 133,
|
||||||
"TerritoryId": 133,
|
"AethernetShortcut": [
|
||||||
"AethernetShortcut": [
|
"[Gridania] Aetheryte Plaza",
|
||||||
"[Gridania] Aetheryte Plaza",
|
"[Gridania] Lancers' Guild"
|
||||||
"[Gridania] Lancers' Guild"
|
],
|
||||||
],
|
"DialogueChoices": [
|
||||||
"DialogueChoices": [
|
{
|
||||||
{
|
"Type": "YesNo",
|
||||||
"Type": "YesNo",
|
"Prompt": "TEXT_CLSLNC999_00180_Q1_000_1",
|
||||||
"Prompt": "TEXT_CLSLNC999_00180_Q1_000_1",
|
"Yes": true
|
||||||
"Yes": true
|
}
|
||||||
}
|
],
|
||||||
],
|
"InteractionType": "Interact"
|
||||||
"InteractionType": "AcceptQuest"
|
}
|
||||||
}
|
]
|
||||||
]
|
}
|
||||||
}
|
]
|
||||||
]
|
}
|
||||||
}
|
|
@ -1,63 +1,57 @@
|
|||||||
{
|
{
|
||||||
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
|
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
|
||||||
"Author": "Cacahuetes",
|
"Author": "Cacahuetes",
|
||||||
"QuestSequence": [
|
"QuestSequence": [
|
||||||
{
|
|
||||||
"Sequence": 0,
|
|
||||||
"Steps": [
|
|
||||||
{
|
{
|
||||||
"DataId": 1000859,
|
"Sequence": 0,
|
||||||
"Position": {
|
"Steps": [
|
||||||
"X": -166.76587,
|
{
|
||||||
"Y": 4.5496645,
|
"DataId": 1000859,
|
||||||
"Z": 150.04187
|
"Position": {
|
||||||
},
|
"X": -166.76587,
|
||||||
"TerritoryId": 129,
|
"Y": 4.5496645,
|
||||||
"InteractionType": "AcceptQuest",
|
"Z": 150.04187
|
||||||
"AetheryteShortcut": "Limsa Lominsa",
|
},
|
||||||
"AethernetShortcut": [
|
"TerritoryId": 129,
|
||||||
"[Limsa Lominsa] Aetheryte Plaza",
|
"InteractionType": "Interact",
|
||||||
"[Limsa Lominsa] Fishermens' Guild"
|
"AetheryteShortcut": "Limsa Lominsa",
|
||||||
],
|
"AethernetShortcut": [
|
||||||
"SkipConditions": {
|
"[Limsa Lominsa] Aetheryte Plaza",
|
||||||
|
"[Limsa Lominsa] Fishermens' Guild"
|
||||||
|
],
|
||||||
|
"SkipConditions": {
|
||||||
"AetheryteShortcutIf": {
|
"AetheryteShortcutIf": {
|
||||||
"InSameTerritory": true
|
"InSameTerritory": true,
|
||||||
|
"InTerritory": [
|
||||||
|
129
|
||||||
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
|
||||||
{
|
|
||||||
"Sequence": 255,
|
|
||||||
"Steps": [
|
|
||||||
{
|
|
||||||
"Position": {
|
|
||||||
"X": -167.60791,
|
|
||||||
"Y": 4.550005,
|
|
||||||
"Z": 165.35986
|
|
||||||
},
|
|
||||||
"TerritoryId": 129,
|
|
||||||
"InteractionType": "WalkTo"
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"DataId": 1000857,
|
"Sequence": 255,
|
||||||
"Position": {
|
"Steps": [
|
||||||
"X": -165.27051,
|
{
|
||||||
"Y": 5.2500057,
|
"DataId": 1000857,
|
||||||
"Z": 164.29382
|
"Position": {
|
||||||
},
|
"X": -165.27051,
|
||||||
"TerritoryId": 129,
|
"Y": 5.2500057,
|
||||||
"DialogueChoices": [
|
"Z": 164.29382
|
||||||
{
|
},
|
||||||
"Type": "YesNo",
|
"TerritoryId": 129,
|
||||||
"Prompt": "TEXT_CLSFSH011_01107_Q1_000_001",
|
"DialogueChoices": [
|
||||||
"Yes": true
|
{
|
||||||
}
|
"Type": "YesNo",
|
||||||
],
|
"Prompt": "TEXT_CLSFSH011_01107_Q1_000_001",
|
||||||
"InteractionType": "CompleteQuest",
|
"Yes": true
|
||||||
"NextQuestId": 1108
|
}
|
||||||
|
],
|
||||||
|
"InteractionType": "CompleteQuest",
|
||||||
|
"NextQuestId": 1108
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
}
|
@ -1,59 +1,76 @@
|
|||||||
{
|
{
|
||||||
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
|
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
|
||||||
"Author": "Cacahuetes",
|
"Author": "Cacahuetes",
|
||||||
"QuestSequence": [
|
"QuestSequence": [
|
||||||
{
|
|
||||||
"Sequence": 0,
|
|
||||||
"Steps": [
|
|
||||||
{
|
{
|
||||||
"TerritoryId": 129,
|
"Sequence": 0,
|
||||||
"InteractionType": "EquipItem",
|
"Steps": [
|
||||||
"ItemId": 2571,
|
{
|
||||||
"SkipConditions": {
|
"TerritoryId": 129,
|
||||||
"StepIf": {
|
"InteractionType": "EquipItem",
|
||||||
"Item": {
|
"ItemId": 2571,
|
||||||
"NotInInventory": true
|
"SkipConditions": {
|
||||||
}
|
"StepIf": {
|
||||||
}
|
"Item": {
|
||||||
}
|
"NotInInventory": true
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"TerritoryId": 129,
|
||||||
|
"InteractionType": "EquipRecommended"
|
||||||
|
},
|
||||||
|
|
||||||
|
{
|
||||||
|
"DataId": 1000857,
|
||||||
|
"Position": {
|
||||||
|
"X": -165.27051,
|
||||||
|
"Y": 5.2500057,
|
||||||
|
"Z": 164.29382
|
||||||
|
},
|
||||||
|
"TerritoryId": 129,
|
||||||
|
"InteractionType": "AcceptQuest"
|
||||||
|
}
|
||||||
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"TerritoryId": 129,
|
"Sequence": 1,
|
||||||
"InteractionType": "EquipRecommended"
|
"Steps": [
|
||||||
|
{
|
||||||
|
"Position": {
|
||||||
|
"X": -42.679565,
|
||||||
|
"Y": 39.999966,
|
||||||
|
"Z": 119.920654
|
||||||
|
},
|
||||||
|
"TerritoryId": 128,
|
||||||
|
"InteractionType": "WaitForManualProgress",
|
||||||
|
"AethernetShortcut": [
|
||||||
|
"[Limsa Lominsa] Fishermens' Guild",
|
||||||
|
"[Limsa Lominsa] The Aftcastle"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"DataId": 1000857,
|
"Sequence": 255,
|
||||||
"Position": {
|
"Steps": [
|
||||||
"X": -165.27051,
|
{
|
||||||
"Y": 5.2500057,
|
"DataId": 1000857,
|
||||||
"Z": 164.29382
|
"Position": {
|
||||||
},
|
"X": -165.27051,
|
||||||
"TerritoryId": 129,
|
"Y": 5.2500057,
|
||||||
"InteractionType": "AcceptQuest"
|
"Z": 164.29382
|
||||||
|
},
|
||||||
|
"TerritoryId": 129,
|
||||||
|
"InteractionType": "CompleteQuest",
|
||||||
|
"AethernetShortcut": [
|
||||||
|
"[Limsa Lominsa] The Aftcastle",
|
||||||
|
"[Limsa Lominsa] Fishermens' Guild"
|
||||||
|
],
|
||||||
|
"NextQuestId": 3843
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
|
||||||
{
|
|
||||||
"Sequence": 255,
|
|
||||||
"Steps": [
|
|
||||||
{
|
|
||||||
"DataId": 1000857,
|
|
||||||
"Position": {
|
|
||||||
"X": -165.27051,
|
|
||||||
"Y": 5.2500057,
|
|
||||||
"Z": 164.29382
|
|
||||||
},
|
|
||||||
"TerritoryId": 129,
|
|
||||||
"InteractionType": "CompleteQuest",
|
|
||||||
"AethernetShortcut": [
|
|
||||||
"[Limsa Lominsa] The Aftcastle",
|
|
||||||
"[Limsa Lominsa] Fishermens' Guild"
|
|
||||||
],
|
|
||||||
"NextQuestId": 3843,
|
|
||||||
"Disabled": true,
|
|
||||||
"Comment": "Catch/turn in fish manually"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
}
|
@ -1,43 +1,67 @@
|
|||||||
{
|
{
|
||||||
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
|
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
|
||||||
"Author": "Cacahuetes",
|
"Author": "Cacahuetes",
|
||||||
"QuestSequence": [
|
"QuestSequence": [
|
||||||
{
|
|
||||||
"Sequence": 0,
|
|
||||||
"Steps": [
|
|
||||||
{
|
{
|
||||||
"DataId": 1000859,
|
"Sequence": 0,
|
||||||
"Position": {
|
"Steps": [
|
||||||
"X": -166.76587,
|
{
|
||||||
"Y": 4.5496645,
|
"DataId": 1000859,
|
||||||
"Z": 150.04187
|
"Position": {
|
||||||
},
|
"X": -166.76587,
|
||||||
"TerritoryId": 129,
|
"Y": 4.5496645,
|
||||||
"AetheryteShortcut": "Limsa Lominsa",
|
"Z": 150.04187
|
||||||
"AethernetShortcut": [
|
},
|
||||||
"[Limsa Lominsa] Aetheryte Plaza",
|
"TerritoryId": 129,
|
||||||
"[Limsa Lominsa] Fishermens' Guild"
|
"AethernetShortcut": [
|
||||||
],
|
"[Limsa Lominsa] Aetheryte Plaza",
|
||||||
"DialogueChoices": [
|
"[Limsa Lominsa] Fishermens' Guild"
|
||||||
{
|
],
|
||||||
"Type": "YesNo",
|
"DialogueChoices": [
|
||||||
"Prompt": "TEXT_CLSFSH001_01134_Q1_000_1",
|
{
|
||||||
"Yes": true
|
"Type": "YesNo",
|
||||||
}
|
"Prompt": "TEXT_CLSFSH001_01134_Q1_000_1",
|
||||||
],
|
"Yes": true,
|
||||||
"InteractionType": "Interact"
|
"$": "Need to find real prompt in godbert"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"InteractionType": "Interact"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"DataId": 1000859,
|
||||||
|
"Position": {
|
||||||
|
"X": -166.76587,
|
||||||
|
"Y": 4.5496645,
|
||||||
|
"Z": 150.04187
|
||||||
|
},
|
||||||
|
"TerritoryId": 129,
|
||||||
|
"InteractionType": "AcceptQuest"
|
||||||
|
}
|
||||||
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"DataId": 1000859,
|
"Sequence": 255,
|
||||||
"Position": {
|
"Steps": [
|
||||||
"X": -166.76587,
|
{
|
||||||
"Y": 4.5496645,
|
"DataId": 1000857,
|
||||||
"Z": 150.04187
|
"Position": {
|
||||||
},
|
"X": -165.27051,
|
||||||
"TerritoryId": 129,
|
"Y": 5.2500057,
|
||||||
"InteractionType": "AcceptQuest"
|
"Z": 164.29382
|
||||||
|
},
|
||||||
|
"TerritoryId": 129,
|
||||||
|
"DialogueChoices": [
|
||||||
|
{
|
||||||
|
"Type": "YesNo",
|
||||||
|
"Prompt": "TEXT_CLSGLA020_00253_Q1_000_1",
|
||||||
|
"Yes": true,
|
||||||
|
"$": "Need to find real prompt in godbert"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"InteractionType": "CompleteQuest",
|
||||||
|
"NextQuestId": 1108
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
}
|
@ -1,40 +1,40 @@
|
|||||||
{
|
{
|
||||||
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
|
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
|
||||||
"Author": "Cacahuetes",
|
"Author": "Cacahuetes",
|
||||||
"QuestSequence": [
|
"QuestSequence": [
|
||||||
{
|
|
||||||
"Sequence": 0,
|
|
||||||
"Steps": [
|
|
||||||
{
|
{
|
||||||
"DataId": 1000858,
|
"Sequence": 0,
|
||||||
"Position": {
|
"Steps": [
|
||||||
"X": -168.47485,
|
{
|
||||||
"Y": 4.5500045,
|
"DataId": 1000858,
|
||||||
"Z": 163.65295
|
"Position": {
|
||||||
},
|
"X": -168.47485,
|
||||||
"TerritoryId": 129,
|
"Y": 4.5500045,
|
||||||
"InteractionType": "AcceptQuest"
|
"Z": 163.65295
|
||||||
}
|
},
|
||||||
]
|
"TerritoryId": 129,
|
||||||
},
|
"InteractionType": "AcceptQuest"
|
||||||
{
|
}
|
||||||
"Sequence": 255,
|
]
|
||||||
"Steps": [
|
},
|
||||||
{
|
{
|
||||||
"DataId": 1005424,
|
"Sequence": 255,
|
||||||
"Position": {
|
"Steps": [
|
||||||
"X": -412.80237,
|
{
|
||||||
"Y": 4,
|
"DataId": 1005424,
|
||||||
"Z": 75.05908
|
"Position": {
|
||||||
},
|
"X": -412.80237,
|
||||||
"TerritoryId": 129,
|
"Y": 4,
|
||||||
"InteractionType": "CompleteQuest",
|
"Z": 75.05908
|
||||||
"AethernetShortcut": [
|
},
|
||||||
"[Limsa Lominsa] Fishermens' Guild",
|
"TerritoryId": 129,
|
||||||
"[Limsa Lominsa] Arcanists' Guild"
|
"InteractionType": "CompleteQuest",
|
||||||
]
|
"AethernetShortcut": [
|
||||||
|
"[Limsa Lominsa] Fishermens' Guild",
|
||||||
|
"[Limsa Lominsa] Arcanists' Guild"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
}
|
@ -1,24 +1,21 @@
|
|||||||
{
|
{
|
||||||
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
|
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
|
||||||
"Author": "Cacahuetes",
|
"Author": "Cacahuetes",
|
||||||
"QuestSequence": [
|
"QuestSequence": [
|
||||||
{
|
{
|
||||||
"Sequence": 0,
|
"Sequence": 0,
|
||||||
"Steps": [
|
"Steps": [
|
||||||
{
|
{ "DataId": 1002280,
|
||||||
"DataId": 1002280,
|
"Position": {
|
||||||
"Position": {
|
"X": -35.385742,
|
||||||
"X": -35.385742,
|
"Y": 13.599962,
|
||||||
"Y": 13.599962,
|
"Z": 97.24573
|
||||||
"Z": 97.24573
|
},
|
||||||
},
|
"TerritoryId": 131,
|
||||||
"TerritoryId": 131,
|
"InteractionType": "Interact",
|
||||||
"InteractionType": "AcceptQuest",
|
|
||||||
"AetheryteShortcut": "Ul'dah",
|
"AetheryteShortcut": "Ul'dah",
|
||||||
"AethernetShortcut": [
|
"AethernetShortcut": ["[Ul'dah] Aetheryte Plaza",
|
||||||
"[Ul'dah] Aetheryte Plaza",
|
"[Ul'dah] Goldsmiths' Guild"],
|
||||||
"[Ul'dah] Goldsmiths' Guild"
|
|
||||||
],
|
|
||||||
"SkipConditions": {
|
"SkipConditions": {
|
||||||
"AetheryteShortcutIf": {
|
"AetheryteShortcutIf": {
|
||||||
"InSameTerritory": true,
|
"InSameTerritory": true,
|
||||||
@ -33,9 +30,9 @@
|
|||||||
"Prompt": "TEXT_CLSGLD001_00187_Q1_000_1",
|
"Prompt": "TEXT_CLSGLD001_00187_Q1_000_1",
|
||||||
"Yes": true
|
"Yes": true
|
||||||
}
|
}
|
||||||
]
|
]}
|
||||||
}
|
]
|
||||||
]
|
}
|
||||||
}
|
]
|
||||||
]
|
}
|
||||||
}
|
|
@ -5,38 +5,36 @@
|
|||||||
{
|
{
|
||||||
"Sequence": 0,
|
"Sequence": 0,
|
||||||
"Steps": [
|
"Steps": [
|
||||||
{
|
{ "DataId": 1002280,
|
||||||
"DataId": 1002280,
|
"Position": {
|
||||||
"Position": {
|
"X": -35.385742,
|
||||||
"X": -35.385742,
|
"Y": 13.599962,
|
||||||
"Y": 13.599962,
|
"Z": 97.24573
|
||||||
"Z": 97.24573
|
},
|
||||||
},
|
"TerritoryId": 131,
|
||||||
"TerritoryId": 131,
|
"InteractionType": "AcceptQuest"}
|
||||||
"InteractionType": "AcceptQuest"
|
|
||||||
}
|
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"Sequence": 255,
|
"Sequence": 255,
|
||||||
"Steps": [
|
"Steps": [
|
||||||
{
|
{ "DataId": 1004093,
|
||||||
"DataId": 1004093,
|
"Position": {
|
||||||
"Position": {
|
"X": -25.162231,
|
||||||
"X": -25.162231,
|
"Y": 12.200003,
|
||||||
"Y": 12.200003,
|
"Z": 110.795654
|
||||||
"Z": 110.795654
|
},
|
||||||
},
|
"TerritoryId": 131,
|
||||||
"TerritoryId": 131,
|
"InteractionType": "CompleteQuest",
|
||||||
"InteractionType": "CompleteQuest",
|
"DialogueChoices": [
|
||||||
"DialogueChoices": [
|
{
|
||||||
{
|
"Type": "YesNo",
|
||||||
"Type": "YesNo",
|
"Prompt": "TEXT_CLSGLD011_00608_A1_000_1",
|
||||||
"Prompt": "TEXT_CLSGLD011_00608_A1_000_1",
|
"Yes": true
|
||||||
"Yes": true
|
}
|
||||||
}
|
],
|
||||||
]
|
"NextQuestId": 608
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
@ -1,43 +1,42 @@
|
|||||||
{
|
{
|
||||||
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
|
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
|
||||||
"Author": "Cacahuetes",
|
"Author": "Cacahuetes",
|
||||||
"QuestSequence": [
|
"QuestSequence": [
|
||||||
{
|
{
|
||||||
"Sequence": 0,
|
"Sequence": 0,
|
||||||
"Steps": [
|
"Steps": [
|
||||||
{
|
{ "DataId": 1000352,
|
||||||
"DataId": 1000352,
|
"Position": {
|
||||||
"Position": {
|
"X": 65.69006,
|
||||||
"X": 65.69006,
|
"Y": 8,
|
||||||
"Y": 8,
|
"Z": -147.41742
|
||||||
"Z": -147.41742
|
},
|
||||||
},
|
"TerritoryId": 133,
|
||||||
"TerritoryId": 133,
|
"InteractionType": "AcceptQuest"}
|
||||||
"InteractionType": "AcceptQuest"
|
]
|
||||||
}
|
},
|
||||||
]
|
{
|
||||||
},
|
"Sequence": 255,
|
||||||
{
|
"Steps": [
|
||||||
"Sequence": 255,
|
{ "DataId": 1000691,
|
||||||
"Steps": [
|
"Position": {
|
||||||
{
|
"X": 71.97681,
|
||||||
"DataId": 1000691,
|
"Y": 8,
|
||||||
"Position": {
|
"Z": -166.52173
|
||||||
"X": 71.97681,
|
},
|
||||||
"Y": 8,
|
"TerritoryId": 133,
|
||||||
"Z": -166.52173
|
"InteractionType": "CompleteQuest",
|
||||||
},
|
"DialogueChoices": [
|
||||||
"TerritoryId": 133,
|
{
|
||||||
"InteractionType": "CompleteQuest",
|
"Type": "YesNo",
|
||||||
"DialogueChoices": [
|
"Prompt": "TEXT_CLSTAN000_00105_Q1_000_1",
|
||||||
{
|
"Yes": true
|
||||||
"Type": "YesNo",
|
}
|
||||||
"Prompt": "TEXT_CLSTAN000_00105_Q1_000_1",
|
],
|
||||||
"Yes": true
|
"NextQuestId": 105
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
]
|
|
||||||
}
|
|
@ -1,19 +1,18 @@
|
|||||||
{
|
{
|
||||||
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
|
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
|
||||||
"Author": "Cacahuetes",
|
"Author": "Cacahuetes",
|
||||||
"QuestSequence": [
|
"QuestSequence": [
|
||||||
{
|
{
|
||||||
"Sequence": 0,
|
"Sequence": 0,
|
||||||
"Steps": [
|
"Steps": [
|
||||||
{
|
{ "DataId": 1000352,
|
||||||
"DataId": 1000352,
|
"Position": {
|
||||||
"Position": {
|
"X": 65.69006,
|
||||||
"X": 65.69006,
|
"Y": 8,
|
||||||
"Y": 8,
|
"Z": -147.41742
|
||||||
"Z": -147.41742
|
},
|
||||||
},
|
"TerritoryId": 133,
|
||||||
"TerritoryId": 133,
|
"InteractionType": "Interact",
|
||||||
"InteractionType": "AcceptQuest",
|
|
||||||
"AetheryteShortcut": "Gridania",
|
"AetheryteShortcut": "Gridania",
|
||||||
"AethernetShortcut": [
|
"AethernetShortcut": [
|
||||||
"[Gridania] Aetheryte Plaza",
|
"[Gridania] Aetheryte Plaza",
|
||||||
@ -33,9 +32,9 @@
|
|||||||
"Prompt": "TEXT_CLSTAN999_00188_Q1_000_1",
|
"Prompt": "TEXT_CLSTAN999_00188_Q1_000_1",
|
||||||
"Yes": true
|
"Yes": true
|
||||||
}
|
}
|
||||||
]
|
]}
|
||||||
}
|
]
|
||||||
]
|
}
|
||||||
}
|
]
|
||||||
]
|
}
|
||||||
}
|
|
@ -1,23 +1,25 @@
|
|||||||
{
|
{
|
||||||
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
|
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
|
||||||
"Author": "Cacahuetes",
|
"Author": "Cacahuetes",
|
||||||
"QuestSequence": [
|
"QuestSequence": [
|
||||||
{
|
{
|
||||||
"Sequence": 0,
|
"Sequence": 0,
|
||||||
"Steps": [
|
"Steps": [
|
||||||
{
|
{ "DataId": 1001286,
|
||||||
"DataId": 1001286,
|
"Position": {
|
||||||
"Position": {
|
"X": -88.9754,
|
||||||
"X": -88.9754,
|
"Y": 2.55,
|
||||||
"Y": 2.55,
|
"Z": -51.163513
|
||||||
"Z": -51.163513
|
},
|
||||||
},
|
"TerritoryId": 130,
|
||||||
"TerritoryId": 130,
|
"InteractionType": "Interact",
|
||||||
"InteractionType": "AcceptQuest",
|
|
||||||
"AetheryteShortcut": "Ul'dah",
|
"AetheryteShortcut": "Ul'dah",
|
||||||
"SkipConditions": {
|
"SkipConditions": {
|
||||||
"AetheryteShortcutIf": {
|
"AetheryteShortcutIf": {
|
||||||
"InSameTerritory": true
|
"InSameTerritory": true,
|
||||||
|
"InTerritory": [
|
||||||
|
130
|
||||||
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"DialogueChoices": [
|
"DialogueChoices": [
|
||||||
@ -26,9 +28,9 @@
|
|||||||
"Prompt": "TEXT_CLSPGL001_00178_Q1_000_1",
|
"Prompt": "TEXT_CLSPGL001_00178_Q1_000_1",
|
||||||
"Yes": true
|
"Yes": true
|
||||||
}
|
}
|
||||||
]
|
]}
|
||||||
}
|
]
|
||||||
]
|
}
|
||||||
}
|
]
|
||||||
]
|
}
|
||||||
}
|
|
@ -1,44 +1,42 @@
|
|||||||
{
|
{
|
||||||
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
|
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
|
||||||
"Author": "Cacahuetes",
|
"Author": "Cacahuetes",
|
||||||
"QuestSequence": [
|
"QuestSequence": [
|
||||||
{
|
{
|
||||||
"Sequence": 0,
|
"Sequence": 0,
|
||||||
"Steps": [
|
"Steps": [
|
||||||
{
|
{ "DataId": 1001286,
|
||||||
"DataId": 1001286,
|
"Position": {
|
||||||
"Position": {
|
"X": -88.9754,
|
||||||
"X": -88.9754,
|
"Y": 2.55,
|
||||||
"Y": 2.55,
|
"Z": -51.163513
|
||||||
"Z": -51.163513
|
},
|
||||||
},
|
"TerritoryId": 130,
|
||||||
"TerritoryId": 130,
|
"InteractionType": "AcceptQuest"}
|
||||||
"InteractionType": "AcceptQuest"
|
]
|
||||||
}
|
},
|
||||||
]
|
{
|
||||||
},
|
"Sequence": 255,
|
||||||
{
|
"Steps": [
|
||||||
"Sequence": 255,
|
{ "DataId": 1003817,
|
||||||
"Steps": [
|
"Position": {
|
||||||
{
|
"X": -74.57086,
|
||||||
"DataId": 1003817,
|
"Y": 1.9999951,
|
||||||
"Position": {
|
"Z": -42.404846
|
||||||
"X": -74.57086,
|
},
|
||||||
"Y": 1.9999951,
|
"TerritoryId": 130,
|
||||||
"Z": -42.404846
|
"InteractionType": "CompleteQuest",
|
||||||
},
|
"DialogueChoices": [
|
||||||
"TerritoryId": 130,
|
{
|
||||||
"InteractionType": "CompleteQuest",
|
"Type": "YesNo",
|
||||||
"DialogueChoices": [
|
"Prompt": "TEXT_CLSPGL011_00532_Q1_000_1",
|
||||||
{
|
"Yes": true
|
||||||
"Type": "YesNo",
|
}
|
||||||
"Prompt": "TEXT_CLSPGL011_00532_Q1_000_1",
|
],
|
||||||
"Yes": true
|
"NextQuestId": 553
|
||||||
}
|
}
|
||||||
],
|
]
|
||||||
"NextQuestId": 553
|
}
|
||||||
}
|
]
|
||||||
]
|
}
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
@ -1,27 +1,28 @@
|
|||||||
{
|
{
|
||||||
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
|
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
|
||||||
"Author": "Cacahuetes",
|
"Author": "Cacahuetes",
|
||||||
"QuestSequence": [
|
"QuestSequence": [
|
||||||
{
|
{
|
||||||
"Sequence": 0,
|
"Sequence": 255,
|
||||||
"Steps": [
|
"Steps": [
|
||||||
{
|
{ "DataId": 1009944,
|
||||||
"DataId": 1009944,
|
"Position": {
|
||||||
"Position": {
|
"X": -152.66656,
|
||||||
"X": -152.66656,
|
"Y": 2.8562405,
|
||||||
"Y": 2.8562405,
|
"Z": 243.18298
|
||||||
"Z": 243.18298
|
},
|
||||||
},
|
"TerritoryId": 129,
|
||||||
"TerritoryId": 129,
|
"InteractionType": "AcceptQuest",
|
||||||
"InteractionType": "AcceptQuest",
|
|
||||||
"AetheryteShortcut": "Limsa Lominsa",
|
"AetheryteShortcut": "Limsa Lominsa",
|
||||||
"AethernetShortcut": [
|
"AethernetShortcut": [
|
||||||
"[Limsa Lominsa] Aetheryte Plaza",
|
"[Limsa Lominsa] Aetheryte Plaza","[Limsa Lominsa] Fishermens' Guild"
|
||||||
"[Limsa Lominsa] Fishermens' Guild"
|
|
||||||
],
|
],
|
||||||
"SkipConditions": {
|
"SkipConditions": {
|
||||||
"AetheryteShortcutIf": {
|
"AetheryteShortcutIf": {
|
||||||
"InSameTerritory": true
|
"InSameTerritory": true,
|
||||||
|
"InTerritory": [
|
||||||
|
129
|
||||||
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"DialogueChoices": [
|
"DialogueChoices": [
|
||||||
@ -31,9 +32,10 @@
|
|||||||
"Yes": true
|
"Yes": true
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"NextQuestId": 102
|
"NextQuestID": 102
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
@ -1,61 +0,0 @@
|
|||||||
{
|
|
||||||
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
|
|
||||||
"Author": "Cacahuetes",
|
|
||||||
"QuestSequence": [
|
|
||||||
{
|
|
||||||
"Sequence": 0,
|
|
||||||
"Steps": [
|
|
||||||
{
|
|
||||||
"DataId": 1009944,
|
|
||||||
"Position": {
|
|
||||||
"X": -152.66656,
|
|
||||||
"Y": 2.8562405,
|
|
||||||
"Z": 243.18298
|
|
||||||
},
|
|
||||||
"TerritoryId": 129,
|
|
||||||
"InteractionType": "AcceptQuest"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"Sequence": 255,
|
|
||||||
"Steps": [
|
|
||||||
{
|
|
||||||
"DataId": 1009944,
|
|
||||||
"Position": {
|
|
||||||
"X": -152.66656,
|
|
||||||
"Y": 2.8562405,
|
|
||||||
"Z": 243.18298
|
|
||||||
},
|
|
||||||
"TerritoryId": 129,
|
|
||||||
"InteractionType": "Interact",
|
|
||||||
"DialogueChoices": [
|
|
||||||
{
|
|
||||||
"Type": "YesNo",
|
|
||||||
"Prompt": "TEXT_CLSROG011_00102_Q9_000_901",
|
|
||||||
"Yes": true
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"DataId": 1009943,
|
|
||||||
"Position": {
|
|
||||||
"X": -153.36847,
|
|
||||||
"Y": -129.4397,
|
|
||||||
"Z": 265.88843
|
|
||||||
},
|
|
||||||
"StopDistance": 7,
|
|
||||||
"TerritoryId": 129,
|
|
||||||
"InteractionType": "CompleteQuest",
|
|
||||||
"DialogueChoices": [
|
|
||||||
{
|
|
||||||
"Type": "YesNo",
|
|
||||||
"Prompt": "TEXT_CLSROG011_00102_Q1_000_030",
|
|
||||||
"Yes": true
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
@ -0,0 +1,50 @@
|
|||||||
|
{
|
||||||
|
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
|
||||||
|
"Author": "Cacahuetes",
|
||||||
|
"QuestSequence": [
|
||||||
|
{
|
||||||
|
"Sequence": 0,
|
||||||
|
"Steps": [
|
||||||
|
{ "DataId": 1009944,
|
||||||
|
"Position": {
|
||||||
|
"X": -152.66656,
|
||||||
|
"Y": 2.8562405,
|
||||||
|
"Z": 243.18298
|
||||||
|
},
|
||||||
|
"TerritoryId": 129,
|
||||||
|
"InteractionType": "AcceptQuest"}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 255,
|
||||||
|
"Steps": [
|
||||||
|
{ "DataId": 1009944,
|
||||||
|
"Position": {
|
||||||
|
"X": -152.66656,
|
||||||
|
"Y": 2.8562405,
|
||||||
|
"Z": 243.18298
|
||||||
|
},
|
||||||
|
"TerritoryId": 129,
|
||||||
|
"InteractionType": "Interact"
|
||||||
|
},
|
||||||
|
{ "DataId": 1009943,
|
||||||
|
"Position": {
|
||||||
|
"X": -153.36847,
|
||||||
|
"Y": -129.4397,
|
||||||
|
"Z": 265.88843
|
||||||
|
},
|
||||||
|
"TerritoryId": 129,
|
||||||
|
"InteractionType": "CompleteQuest",
|
||||||
|
"DialogueChoices": [
|
||||||
|
{
|
||||||
|
"Type": "YesNo",
|
||||||
|
"Prompt": "TEXT_CLSROG011_00102_Q1_000_030",
|
||||||
|
"Yes": true
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
|
@ -7,18 +7,18 @@
|
|||||||
"Steps": [
|
"Steps": [
|
||||||
{
|
{
|
||||||
"DataId": 1002277,
|
"DataId": 1002277,
|
||||||
"Position": {
|
"Position": {
|
||||||
"X": -97.550964,
|
"X": -97.550964,
|
||||||
"Y": 7.05,
|
"Y": 7.05,
|
||||||
"Z": 23.605652
|
"Z": 23.605652
|
||||||
},
|
},
|
||||||
"TerritoryId": 131,
|
"TerritoryId": 131,
|
||||||
"InteractionType": "AcceptQuest",
|
"InteractionType": "AcceptQuest",
|
||||||
"AethernetShortcut": [
|
"AethernetShortcut": [
|
||||||
"[Ul'dah] Aetheryte Plaza",
|
"[Ul'dah] Aetheryte Plaza",
|
||||||
"[Ul'dah] Gladiators' Guild"
|
"[Ul'dah] Gladiators' Guild"
|
||||||
],
|
],
|
||||||
"SkipConditions": {
|
"SkipConditions": {
|
||||||
"AetheryteShortcutIf": {
|
"AetheryteShortcutIf": {
|
||||||
"InSameTerritory": true,
|
"InSameTerritory": true,
|
||||||
"InTerritory": [
|
"InTerritory": [
|
||||||
@ -33,18 +33,18 @@
|
|||||||
"Sequence": 1,
|
"Sequence": 1,
|
||||||
"Steps": [
|
"Steps": [
|
||||||
{
|
{
|
||||||
"DataId": 1006747,
|
"DataId": 1006747,
|
||||||
"Position": {
|
"Position": {
|
||||||
"X": -20.828613,
|
"X": -20.828613,
|
||||||
"Y": 29.999964,
|
"Y": 29.999964,
|
||||||
"Z": -2.4262085
|
"Z": -2.4262085
|
||||||
},
|
},
|
||||||
"TerritoryId": 131,
|
"TerritoryId": 131,
|
||||||
"InteractionType": "Interact",
|
"InteractionType": "Interact",
|
||||||
"AethernetShortcut": [
|
"AethernetShortcut": [
|
||||||
"[Ul'dah] Gladiators' Guild",
|
"[Ul'dah] Gladiators' Guild",
|
||||||
"[Ul'dah] The Chamber of Rule"
|
"[Ul'dah] The Chamber of Rule"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
@ -52,75 +52,66 @@
|
|||||||
"Sequence": 2,
|
"Sequence": 2,
|
||||||
"Steps": [
|
"Steps": [
|
||||||
{
|
{
|
||||||
"DataId": 2002344,
|
"DataId": 2002344,
|
||||||
"Position": {
|
"Position": {
|
||||||
"X": -97.39838,
|
"X": -97.39838,
|
||||||
"Y": 14.846985,
|
"Y": 14.846985,
|
||||||
"Z": -188.2201
|
"Z": -188.2201
|
||||||
},
|
},
|
||||||
"TerritoryId": 146,
|
"TerritoryId": 146,
|
||||||
"AetheryteShortcut": "Southern Thanalan - Little Ala Mhigo",
|
"AetheryteShortcut": "Southern Thanalan - Little Ala Mhigo",
|
||||||
"InteractionType": "Combat",
|
"InteractionType": "Combat",
|
||||||
"EnemySpawnType": "AfterInteraction",
|
"EnemySpawnType": "AfterInteraction",
|
||||||
"KillEnemyDataIds": [
|
"KillEnemyDataIds": [18,19]
|
||||||
18,
|
}
|
||||||
19
|
|
||||||
],
|
|
||||||
"Fly": true
|
|
||||||
}
|
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{ "Sequence": 3,
|
||||||
"Sequence": 3,
|
"Steps": [
|
||||||
"Steps": [
|
|
||||||
{
|
{
|
||||||
"DataId": 2002345,
|
"DataId": 2002345,
|
||||||
"Position": {
|
"Position": {
|
||||||
"X": -97.39838,
|
"X": -97.39838,
|
||||||
"Y": 16.433899,
|
"Y": 16.433899,
|
||||||
"Z": -188.2201
|
"Z": -188.2201
|
||||||
},
|
},
|
||||||
"TerritoryId": 146,
|
"TerritoryId": 146,
|
||||||
"InteractionType": "UseItem",
|
"InteractionType": "UseItem",
|
||||||
"ItemId": 2000821
|
"ItemId": 2000821
|
||||||
}
|
}
|
||||||
]
|
]},
|
||||||
},
|
{ "Sequence": 4,
|
||||||
{
|
"Steps": [
|
||||||
"Sequence": 4,
|
|
||||||
"Steps": [
|
|
||||||
{
|
{
|
||||||
"DataId": 1006747,
|
"DataId": 1006747,
|
||||||
"Position": {
|
"Position": {
|
||||||
"X": -20.828613,
|
"X": -20.828613,
|
||||||
"Y": 29.999964,
|
"Y": 29.999964,
|
||||||
"Z": -2.4262085
|
"Z": -2.4262085
|
||||||
},
|
},
|
||||||
"TerritoryId": 131,
|
"TerritoryId": 131,
|
||||||
"InteractionType": "Interact",
|
"InteractionType": "Interact",
|
||||||
"AetheryteShortcut": "Ul'dah",
|
"AetheryteShortcut": "Ul'dah",
|
||||||
"AethernetShortcut": [
|
"AethernetShortcut": [
|
||||||
"[Ul'dah] Aetheryte Plaza",
|
"[Ul'dah] Aetheryte Plaza",
|
||||||
"[Ul'dah] The Chamber of Rule"
|
"[Ul'dah] The Chamber of Rule"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
]
|
]}
|
||||||
},
|
,
|
||||||
{
|
{ "Sequence": 255,
|
||||||
"Sequence": 255,
|
"Steps": [
|
||||||
"Steps": [
|
|
||||||
{
|
{
|
||||||
"DataId": 1006747,
|
"DataId": 1006747,
|
||||||
"Position": {
|
"Position": {
|
||||||
"X": -20.828613,
|
"X": -20.828613,
|
||||||
"Y": 29.999964,
|
"Y": 29.999964,
|
||||||
"Z": -2.4262085
|
"Z": -2.4262085
|
||||||
},
|
},
|
||||||
"TerritoryId": 131,
|
"TerritoryId": 131,
|
||||||
"InteractionType": "CompleteQuest",
|
"InteractionType": "CompleteQuest",
|
||||||
"NextQuestId": 1056
|
"NextQuestId": 1056
|
||||||
}
|
}
|
||||||
]
|
]}
|
||||||
}
|
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
@ -1,41 +0,0 @@
|
|||||||
{
|
|
||||||
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
|
|
||||||
"Author": "liza",
|
|
||||||
"QuestSequence": [
|
|
||||||
{
|
|
||||||
"Sequence": 0,
|
|
||||||
"Steps": [
|
|
||||||
{
|
|
||||||
"DataId": 1002277,
|
|
||||||
"Position": {
|
|
||||||
"X": -97.550964,
|
|
||||||
"Y": 7.05,
|
|
||||||
"Z": 23.605652
|
|
||||||
},
|
|
||||||
"TerritoryId": 131,
|
|
||||||
"InteractionType": "AcceptQuest",
|
|
||||||
"AetheryteShortcut": "Ul'dah",
|
|
||||||
"AethernetShortcut": [
|
|
||||||
"[Ul'dah] Aetheryte Plaza",
|
|
||||||
"[Ul'dah] Gladiators' Guild"
|
|
||||||
],
|
|
||||||
"DialogueChoices": [
|
|
||||||
{
|
|
||||||
"Type": "YesNo",
|
|
||||||
"Prompt": "TEXT_CLSGLA001_00177_Q1_000_1",
|
|
||||||
"Yes": true
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"SkipConditions": {
|
|
||||||
"AetheryteShortcutIf": {
|
|
||||||
"InSameTerritory": true,
|
|
||||||
"InTerritory": [
|
|
||||||
131
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
@ -84,7 +84,8 @@
|
|||||||
"MinimumKillCount": 3,
|
"MinimumKillCount": 3,
|
||||||
"CompletionQuestVariablesFlags": [
|
"CompletionQuestVariablesFlags": [
|
||||||
{
|
{
|
||||||
"Low": 3
|
"Low": 3,
|
||||||
|
"Mode": "Exact"
|
||||||
},
|
},
|
||||||
null,
|
null,
|
||||||
null,
|
null,
|
||||||
@ -99,7 +100,8 @@
|
|||||||
"CompletionQuestVariablesFlags": [
|
"CompletionQuestVariablesFlags": [
|
||||||
null,
|
null,
|
||||||
{
|
{
|
||||||
"High": 3
|
"High": 3,
|
||||||
|
"Mode": "Exact"
|
||||||
},
|
},
|
||||||
null,
|
null,
|
||||||
null,
|
null,
|
||||||
@ -110,10 +112,12 @@
|
|||||||
],
|
],
|
||||||
"CompletionQuestVariablesFlags": [
|
"CompletionQuestVariablesFlags": [
|
||||||
{
|
{
|
||||||
"Low": 3
|
"Low": 3,
|
||||||
|
"Mode": "Exact"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"High": 3
|
"High": 3,
|
||||||
|
"Mode": "Exact"
|
||||||
},
|
},
|
||||||
null,
|
null,
|
||||||
null,
|
null,
|
||||||
@ -137,7 +141,8 @@
|
|||||||
"CompletionQuestVariablesFlags": [
|
"CompletionQuestVariablesFlags": [
|
||||||
null,
|
null,
|
||||||
{
|
{
|
||||||
"Low": 3
|
"Low": 3,
|
||||||
|
"Mode": "Exact"
|
||||||
},
|
},
|
||||||
null,
|
null,
|
||||||
null,
|
null,
|
||||||
@ -149,7 +154,8 @@
|
|||||||
"CompletionQuestVariablesFlags": [
|
"CompletionQuestVariablesFlags": [
|
||||||
null,
|
null,
|
||||||
{
|
{
|
||||||
"Low": 3
|
"Low": 3,
|
||||||
|
"Mode": "Exact"
|
||||||
},
|
},
|
||||||
null,
|
null,
|
||||||
null,
|
null,
|
||||||
|
@ -13,13 +13,13 @@
|
|||||||
"Z": 39.81079
|
"Z": 39.81079
|
||||||
},
|
},
|
||||||
"TerritoryId": 131,
|
"TerritoryId": 131,
|
||||||
"InteractionType": "AcceptQuest",
|
"InteractionType": "AcceptQuest",
|
||||||
"AetheryteShortcut": "Ul'dah",
|
"AetheryteShortcut": "Ul'dah",
|
||||||
"AethernetShortcut": [
|
"AethernetShortcut": [
|
||||||
"[Ul'dah] Aetheryte Plaza",
|
"[Ul'dah] Aetheryte Plaza",
|
||||||
"[Ul'dah] Gladiators' Guild"
|
"[Ul'dah] Gladiators' Guild"
|
||||||
],
|
],
|
||||||
"SkipConditions": {
|
"SkipConditions": {
|
||||||
"AetheryteShortcutIf": {
|
"AetheryteShortcutIf": {
|
||||||
"InSameTerritory": true,
|
"InSameTerritory": true,
|
||||||
"InTerritory": [
|
"InTerritory": [
|
||||||
@ -35,21 +35,19 @@
|
|||||||
"Steps": [
|
"Steps": [
|
||||||
{
|
{
|
||||||
"DataId": 1002296,
|
"DataId": 1002296,
|
||||||
"Position": {
|
"Position": {
|
||||||
"X": -139.42175,
|
"X": -139.42175,
|
||||||
"Y": 4.019726,
|
"Y": 4.019726,
|
||||||
"Z": 205.0354
|
"Z": 205.0354
|
||||||
},
|
},
|
||||||
"TerritoryId": 141,
|
"TerritoryId": 141,
|
||||||
"InteractionType": "Combat",
|
"InteractionType": "Combat",
|
||||||
"EnemySpawnType": "AfterInteraction",
|
"EnemySpawnType": "AfterInteraction",
|
||||||
"AethernetShortcut": [
|
"AethernetShortcut": [
|
||||||
"[Ul'dah] Gladiators' Guild",
|
"[Ul'dah] Gladiators' Guild",
|
||||||
"[Ul'dah] Gate of Nald (Central Thanalan)"
|
"[Ul'dah] Gate of Nald (Central Thanalan)"
|
||||||
],
|
],
|
||||||
"KillEnemyDataIds": [
|
"KillEnemyDataIds": [1245]
|
||||||
1245
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
@ -58,13 +56,13 @@
|
|||||||
"Steps": [
|
"Steps": [
|
||||||
{
|
{
|
||||||
"DataId": 1002296,
|
"DataId": 1002296,
|
||||||
"Position": {
|
"Position": {
|
||||||
"X": -139.42175,
|
"X": -139.42175,
|
||||||
"Y": 4.019726,
|
"Y": 4.019726,
|
||||||
"Z": 205.0354
|
"Z": 205.0354
|
||||||
},
|
},
|
||||||
"TerritoryId": 141,
|
"TerritoryId": 141,
|
||||||
"InteractionType": "Interact"
|
"InteractionType": "Interact"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
@ -79,13 +77,13 @@
|
|||||||
"Z": 39.81079
|
"Z": 39.81079
|
||||||
},
|
},
|
||||||
"TerritoryId": 131,
|
"TerritoryId": 131,
|
||||||
"InteractionType": "Interact",
|
"InteractionType": "Interact",
|
||||||
"AetheryteShortcut": "Ul'dah",
|
"AetheryteShortcut": "Ul'dah",
|
||||||
"AethernetShortcut": [
|
"AethernetShortcut": [
|
||||||
"[Ul'dah] Aetheryte Plaza",
|
"[Ul'dah] Aetheryte Plaza",
|
||||||
"[Ul'dah] Gladiators' Guild"
|
"[Ul'dah] Gladiators' Guild"
|
||||||
],
|
],
|
||||||
"SkipConditions": {
|
"SkipConditions": {
|
||||||
"AetheryteShortcutIf": {
|
"AetheryteShortcutIf": {
|
||||||
"InSameTerritory": true,
|
"InSameTerritory": true,
|
||||||
"InTerritory": [
|
"InTerritory": [
|
||||||
@ -97,67 +95,64 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"Sequence": 4,
|
"Sequence": 4,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 2001426,
|
||||||
|
"Position": {
|
||||||
|
"X": 27.206787,
|
||||||
|
"Y": 12.985352,
|
||||||
|
"Z": 51.83484
|
||||||
|
},
|
||||||
|
"TerritoryId": 141,
|
||||||
|
"InteractionType": "SinglePlayerDuty",
|
||||||
|
"AethernetShortcut": [
|
||||||
|
"[Ul'dah] Gladiators' Guild",
|
||||||
|
"[Ul'dah] Gate of Nald (Central Thanalan)"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
|
||||||
|
{ "Sequence": 5,
|
||||||
"Steps": [
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1003945,
|
||||||
|
"Position": {
|
||||||
|
"X": 24.917969,
|
||||||
|
"Y": 13,
|
||||||
|
"Z": 50.156372
|
||||||
|
},
|
||||||
|
"TerritoryId": 141,
|
||||||
|
"InteractionType": "Interact"
|
||||||
|
}
|
||||||
|
]},
|
||||||
|
|
||||||
|
{ "Sequence": 255,
|
||||||
|
"Steps": [
|
||||||
{
|
{
|
||||||
"DataId": 2001426,
|
"DataId": 1001739,
|
||||||
"Position": {
|
|
||||||
"X": 27.206787,
|
|
||||||
"Y": 12.985352,
|
|
||||||
"Z": 51.83484
|
|
||||||
},
|
|
||||||
"TerritoryId": 141,
|
|
||||||
"InteractionType": "SinglePlayerDuty",
|
|
||||||
"AethernetShortcut": [
|
|
||||||
"[Ul'dah] Gladiators' Guild",
|
|
||||||
"[Ul'dah] Gate of Nald (Central Thanalan)"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"Sequence": 5,
|
|
||||||
"Steps": [
|
|
||||||
{
|
|
||||||
"DataId": 1003945,
|
|
||||||
"Position": {
|
|
||||||
"X": 24.917969,
|
|
||||||
"Y": 13,
|
|
||||||
"Z": 50.156372
|
|
||||||
},
|
|
||||||
"StopDistance": 5,
|
|
||||||
"TerritoryId": 141,
|
|
||||||
"InteractionType": "Interact"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"Sequence": 255,
|
|
||||||
"Steps": [
|
|
||||||
{
|
|
||||||
"DataId": 1001739,
|
|
||||||
"Position": {
|
"Position": {
|
||||||
"X": -94.529724,
|
"X": -94.529724,
|
||||||
"Y": 6.4999976,
|
"Y": 6.4999976,
|
||||||
"Z": 39.81079
|
"Z": 39.81079
|
||||||
},
|
},
|
||||||
"TerritoryId": 131,
|
"TerritoryId": 131,
|
||||||
"InteractionType": "CompleteQuest",
|
"InteractionType": "CompleteQuest",
|
||||||
"AetheryteShortcut": "Ul'dah",
|
"AetheryteShortcut": "Ul'dah",
|
||||||
"DialogueChoices": [
|
"DialogueChoices": [
|
||||||
{
|
{
|
||||||
"Type": "List",
|
"Type": "List",
|
||||||
"Prompt": "TEXT_CLSGLA100_00261_Q1_000_160",
|
"Prompt": "TEXT_CLSGLA100_00261_Q1_000_160",
|
||||||
"Answer": "TEXT_CLSGLA100_00261_A1_000_161"
|
"Answer": "TEXT_CLSGLA100_00261_A1_000_161"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"AethernetShortcut": [
|
"AethernetShortcut": [
|
||||||
"[Ul'dah] Aetheryte Plaza",
|
"[Ul'dah] Aetheryte Plaza",
|
||||||
"[Ul'dah] Gladiators' Guild"
|
"[Ul'dah] Gladiators' Guild"
|
||||||
],
|
],
|
||||||
"NextQuestId": 262
|
"NextQuestId": 262
|
||||||
}
|
}
|
||||||
]
|
]}
|
||||||
}
|
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
@ -13,13 +13,13 @@
|
|||||||
"Z": 39.81079
|
"Z": 39.81079
|
||||||
},
|
},
|
||||||
"TerritoryId": 131,
|
"TerritoryId": 131,
|
||||||
"InteractionType": "AcceptQuest",
|
"InteractionType": "AcceptQuest",
|
||||||
"AetheryteShortcut": "Ul'dah",
|
"AetheryteShortcut": "Ul'dah",
|
||||||
"AethernetShortcut": [
|
"AethernetShortcut": [
|
||||||
"[Ul'dah] Aetheryte Plaza",
|
"[Ul'dah] Aetheryte Plaza",
|
||||||
"[Ul'dah] Gladiators' Guild"
|
"[Ul'dah] Gladiators' Guild"
|
||||||
],
|
],
|
||||||
"SkipConditions": {
|
"SkipConditions": {
|
||||||
"AetheryteShortcutIf": {
|
"AetheryteShortcutIf": {
|
||||||
"InSameTerritory": true,
|
"InSameTerritory": true,
|
||||||
"InTerritory": [
|
"InTerritory": [
|
||||||
@ -34,19 +34,17 @@
|
|||||||
"Sequence": 1,
|
"Sequence": 1,
|
||||||
"Steps": [
|
"Steps": [
|
||||||
{
|
{
|
||||||
"DataId": 1004224,
|
"DataId": 1004224,
|
||||||
"Position": {
|
"Position": {
|
||||||
"X": -220.93542,
|
"X": -220.93542,
|
||||||
"Y": -38.407475,
|
"Y": -38.407475,
|
||||||
"Z": 63.91992
|
"Z": 63.91992
|
||||||
},
|
},
|
||||||
"TerritoryId": 145,
|
"TerritoryId": 145,
|
||||||
"InteractionType": "Combat",
|
"InteractionType": "Combat",
|
||||||
"AetheryteShortcut": "Eastern Thanalan - Camp Drybone",
|
"AetheryteShortcut": "Eastern Thanalan - Camp Drybone",
|
||||||
"EnemySpawnType": "AfterInteraction",
|
"EnemySpawnType":"AfterInteraction",
|
||||||
"KillEnemyDataIds": [
|
"KillEnemyDataIds":[1244]
|
||||||
1244
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
@ -55,13 +53,13 @@
|
|||||||
"Steps": [
|
"Steps": [
|
||||||
{
|
{
|
||||||
"DataId": 1004224,
|
"DataId": 1004224,
|
||||||
"Position": {
|
"Position": {
|
||||||
"X": -220.93542,
|
"X": -220.93542,
|
||||||
"Y": -38.407475,
|
"Y": -38.407475,
|
||||||
"Z": 63.91992
|
"Z": 63.91992
|
||||||
},
|
},
|
||||||
"TerritoryId": 145,
|
"TerritoryId": 145,
|
||||||
"InteractionType": "Interact"
|
"InteractionType": "Interact"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
@ -76,13 +74,13 @@
|
|||||||
"Z": 39.81079
|
"Z": 39.81079
|
||||||
},
|
},
|
||||||
"TerritoryId": 131,
|
"TerritoryId": 131,
|
||||||
"InteractionType": "Interact",
|
"InteractionType": "Interact",
|
||||||
"AetheryteShortcut": "Ul'dah",
|
"AetheryteShortcut": "Ul'dah",
|
||||||
"AethernetShortcut": [
|
"AethernetShortcut": [
|
||||||
"[Ul'dah] Aetheryte Plaza",
|
"[Ul'dah] Aetheryte Plaza",
|
||||||
"[Ul'dah] Gladiators' Guild"
|
"[Ul'dah] Gladiators' Guild"
|
||||||
],
|
],
|
||||||
"SkipConditions": {
|
"SkipConditions": {
|
||||||
"AetheryteShortcutIf": {
|
"AetheryteShortcutIf": {
|
||||||
"InSameTerritory": true,
|
"InSameTerritory": true,
|
||||||
"InTerritory": [
|
"InTerritory": [
|
||||||
@ -94,43 +92,41 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"Sequence": 4,
|
"Sequence": 4,
|
||||||
"Steps": [
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1004091,
|
||||||
|
"Position": {
|
||||||
|
"X": 24.12439,
|
||||||
|
"Y": 7.1999984,
|
||||||
|
"Z": -102.76953
|
||||||
|
},
|
||||||
|
"TerritoryId": 130,
|
||||||
|
"InteractionType": "SinglePlayerDuty",
|
||||||
|
"AethernetShortcut": [
|
||||||
|
"[Ul'dah] Gladiators' Guild",
|
||||||
|
"[Ul'dah] Adventurers' Guild"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{ "Sequence": 255,
|
||||||
|
"Steps": [
|
||||||
{
|
{
|
||||||
"DataId": 1004091,
|
"DataId": 1001739,
|
||||||
"Position": {
|
|
||||||
"X": 24.12439,
|
|
||||||
"Y": 7.1999984,
|
|
||||||
"Z": -102.76953
|
|
||||||
},
|
|
||||||
"TerritoryId": 130,
|
|
||||||
"InteractionType": "SinglePlayerDuty",
|
|
||||||
"AethernetShortcut": [
|
|
||||||
"[Ul'dah] Gladiators' Guild",
|
|
||||||
"[Ul'dah] Adventurers' Guild"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"Sequence": 255,
|
|
||||||
"Steps": [
|
|
||||||
{
|
|
||||||
"DataId": 1001739,
|
|
||||||
"Position": {
|
"Position": {
|
||||||
"X": -94.529724,
|
"X": -94.529724,
|
||||||
"Y": 6.4999976,
|
"Y": 6.4999976,
|
||||||
"Z": 39.81079
|
"Z": 39.81079
|
||||||
},
|
},
|
||||||
"TerritoryId": 131,
|
"TerritoryId": 131,
|
||||||
"InteractionType": "CompleteQuest",
|
"InteractionType": "CompleteQuest",
|
||||||
"AethernetShortcut": [
|
"AethernetShortcut": [
|
||||||
"[Ul'dah] Adventurers' Guild",
|
"[Ul'dah] Aetheryte Plaza",
|
||||||
"[Ul'dah] Gladiators' Guild"
|
"[Ul'dah] Gladiators' Guild"
|
||||||
],
|
],
|
||||||
"NextQuestId": 263
|
"NextQuestId": 263
|
||||||
}
|
}
|
||||||
]
|
]}
|
||||||
}
|
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
@ -13,13 +13,13 @@
|
|||||||
"Z": 39.81079
|
"Z": 39.81079
|
||||||
},
|
},
|
||||||
"TerritoryId": 131,
|
"TerritoryId": 131,
|
||||||
"InteractionType": "AcceptQuest",
|
"InteractionType": "AcceptQuest",
|
||||||
"AetheryteShortcut": "Ul'dah",
|
"AetheryteShortcut": "Ul'dah",
|
||||||
"AethernetShortcut": [
|
"AethernetShortcut": [
|
||||||
"[Ul'dah] Aetheryte Plaza",
|
"[Ul'dah] Aetheryte Plaza",
|
||||||
"[Ul'dah] Gladiators' Guild"
|
"[Ul'dah] Gladiators' Guild"
|
||||||
],
|
],
|
||||||
"SkipConditions": {
|
"SkipConditions": {
|
||||||
"AetheryteShortcutIf": {
|
"AetheryteShortcutIf": {
|
||||||
"InSameTerritory": true,
|
"InSameTerritory": true,
|
||||||
"InTerritory": [
|
"InTerritory": [
|
||||||
@ -34,15 +34,15 @@
|
|||||||
"Sequence": 1,
|
"Sequence": 1,
|
||||||
"Steps": [
|
"Steps": [
|
||||||
{
|
{
|
||||||
"DataId": 1004140,
|
"DataId": 1004140,
|
||||||
"Position": {
|
"Position": {
|
||||||
"X": -72.34308,
|
"X": -72.34308,
|
||||||
"Y": -12.372956,
|
"Y": -12.372956,
|
||||||
"Z": -69.13867
|
"Z": -69.13867
|
||||||
},
|
},
|
||||||
"TerritoryId": 141,
|
"TerritoryId": 141,
|
||||||
"InteractionType": "Interact",
|
"InteractionType": "Interact",
|
||||||
"AetheryteShortcut": "Central Thanalan - Black Brush Station"
|
"AetheryteShortcut": "Central Thanalan - Black Brush Station"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
@ -51,108 +51,81 @@
|
|||||||
"Steps": [
|
"Steps": [
|
||||||
{
|
{
|
||||||
"DataId": 1001462,
|
"DataId": 1001462,
|
||||||
"Position": {
|
"Position": {
|
||||||
"X": -93.33948,
|
"X": -93.33948,
|
||||||
"Y": -11.367981,
|
"Y": -11.367981,
|
||||||
"Z": -41.397766
|
"Z": -41.397766
|
||||||
},
|
},
|
||||||
"TerritoryId": 141,
|
"TerritoryId": 141,
|
||||||
"InteractionType": "Interact",
|
"InteractionType": "Interact"
|
||||||
"CompletionQuestVariablesFlags": [
|
|
||||||
null,
|
|
||||||
null,
|
|
||||||
null,
|
|
||||||
null,
|
|
||||||
null,
|
|
||||||
64
|
|
||||||
]
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"DataId": 1001438,
|
"DataId": 1001438,
|
||||||
"Position": {
|
"Position": {
|
||||||
"X": -30.838562,
|
"X": -30.838562,
|
||||||
"Y": -1.0332576,
|
"Y": -1.0332576,
|
||||||
"Z": -145.67792
|
"Z": -145.67792
|
||||||
},
|
},
|
||||||
"TerritoryId": 141,
|
"TerritoryId": 141,
|
||||||
"InteractionType": "Interact",
|
"InteractionType": "Interact"
|
||||||
"CompletionQuestVariablesFlags": [
|
|
||||||
null,
|
|
||||||
null,
|
|
||||||
null,
|
|
||||||
null,
|
|
||||||
null,
|
|
||||||
128
|
|
||||||
]
|
|
||||||
},
|
},
|
||||||
{
|
{"DataId": 2001434,
|
||||||
"DataId": 2001434,
|
"Position": {
|
||||||
"Position": {
|
"X": -115.77026,
|
||||||
"X": -115.77026,
|
"Y": 0.015197754,
|
||||||
"Y": 0.015197754,
|
"Z": -149.24854
|
||||||
"Z": -149.24854
|
},
|
||||||
},
|
"TerritoryId": 141,
|
||||||
"TerritoryId": 141,
|
"InteractionType": "Interact"
|
||||||
"InteractionType": "Interact",
|
}
|
||||||
"CompletionQuestVariablesFlags": [
|
|
||||||
null,
|
|
||||||
null,
|
|
||||||
null,
|
|
||||||
null,
|
|
||||||
null,
|
|
||||||
32
|
|
||||||
]
|
|
||||||
}
|
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"Sequence": 3,
|
"Sequence": 3,
|
||||||
"Steps": [
|
"Steps": [
|
||||||
{
|
{"DataId": 1004140,
|
||||||
"DataId": 1004140,
|
"Position": {
|
||||||
"Position": {
|
"X": -72.34308,
|
||||||
"X": -72.34308,
|
"Y": -12.372956,
|
||||||
"Y": -12.372956,
|
"Z": -69.13867
|
||||||
"Z": -69.13867
|
},
|
||||||
},
|
"TerritoryId": 141,
|
||||||
"TerritoryId": 141,
|
"InteractionType": "Interact"
|
||||||
"InteractionType": "Interact"
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"Sequence": 4,
|
"Sequence": 4,
|
||||||
"Steps": [
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1001285,
|
||||||
|
"Position": {
|
||||||
|
"X": -68.77246,
|
||||||
|
"Y": 4.0411124,
|
||||||
|
"Z": -126.51257
|
||||||
|
},
|
||||||
|
"TerritoryId": 130,
|
||||||
|
"InteractionType": "Interact",
|
||||||
|
"AetheryteShortcut": "Ul'dah"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{ "Sequence": 5,
|
||||||
|
"Steps": [
|
||||||
{
|
{
|
||||||
"DataId": 1001285,
|
"DataId": 1001739,
|
||||||
"Position": {
|
|
||||||
"X": -68.77246,
|
|
||||||
"Y": 4.0411124,
|
|
||||||
"Z": -126.51257
|
|
||||||
},
|
|
||||||
"TerritoryId": 130,
|
|
||||||
"InteractionType": "Interact",
|
|
||||||
"AetheryteShortcut": "Ul'dah"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"Sequence": 5,
|
|
||||||
"Steps": [
|
|
||||||
{
|
|
||||||
"DataId": 1001739,
|
|
||||||
"Position": {
|
"Position": {
|
||||||
"X": -94.529724,
|
"X": -94.529724,
|
||||||
"Y": 6.4999976,
|
"Y": 6.4999976,
|
||||||
"Z": 39.81079
|
"Z": 39.81079
|
||||||
},
|
},
|
||||||
"TerritoryId": 131,
|
"TerritoryId": 131,
|
||||||
"InteractionType": "Interact",
|
"InteractionType": "Interact",
|
||||||
"AethernetShortcut": [
|
"AethernetShortcut": [
|
||||||
"[Ul'dah] Aetheryte Plaza",
|
"[Ul'dah] Aetheryte Plaza",
|
||||||
"[Ul'dah] Gladiators' Guild"
|
"[Ul'dah] Gladiators' Guild"
|
||||||
],
|
],
|
||||||
"DialogueChoices": [
|
"DialogueChoices": [
|
||||||
{
|
{
|
||||||
"Type": "List",
|
"Type": "List",
|
||||||
"Prompt": "TEXT_CLSGLA200_00263_Q1_000_124",
|
"Prompt": "TEXT_CLSGLA200_00263_Q1_000_124",
|
||||||
@ -160,48 +133,42 @@
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
]
|
]},
|
||||||
},
|
{ "Sequence": 6,
|
||||||
{
|
"Steps": [
|
||||||
"Sequence": 6,
|
|
||||||
"Steps": [
|
|
||||||
{
|
{
|
||||||
"DataId": 1004092,
|
"DataId": 1004092,
|
||||||
"Position": {
|
"Position": {
|
||||||
"X": -241.16882,
|
"X": -241.16882,
|
||||||
"Y": 32.47634,
|
"Y": 32.47634,
|
||||||
"Z": 398.9165
|
"Z": 398.9165
|
||||||
},
|
},
|
||||||
"TerritoryId": 140,
|
"TerritoryId": 140,
|
||||||
"InteractionType": "SinglePlayerDuty",
|
"InteractionType": "SinglePlayerDuty",
|
||||||
"AethernetShortcut": [
|
"AethernetShortcut": [
|
||||||
"[Ul'dah] Gladiators' Guild",
|
"[Ul'dah] Gladiators' Guild",
|
||||||
"[Ul'dah] Gate of the Sultana (Western Thanalan)"
|
"[Ul'dah] Gate of the Sultana (Western Thanalan)"
|
||||||
],
|
]
|
||||||
"Fly": true
|
|
||||||
}
|
}
|
||||||
]
|
]},
|
||||||
},
|
{ "Sequence": 255,
|
||||||
{
|
"Steps": [
|
||||||
"Sequence": 255,
|
|
||||||
"Steps": [
|
|
||||||
{
|
{
|
||||||
"DataId": 1001739,
|
"DataId": 1001739,
|
||||||
"Position": {
|
"Position": {
|
||||||
"X": -94.529724,
|
"X": -94.529724,
|
||||||
"Y": 6.4999976,
|
"Y": 6.4999976,
|
||||||
"Z": 39.81079
|
"Z": 39.81079
|
||||||
},
|
},
|
||||||
"TerritoryId": 131,
|
"TerritoryId": 131,
|
||||||
"InteractionType": "CompleteQuest",
|
"InteractionType": "CompleteQuest",
|
||||||
"AetheryteShortcut": "Ul'dah",
|
"AetheryteShortcut": "Ul'dah",
|
||||||
"AethernetShortcut": [
|
"AethernetShortcut": [
|
||||||
"[Ul'dah] Aetheryte Plaza",
|
"[Ul'dah] Aetheryte Plaza",
|
||||||
"[Ul'dah] Gladiators' Guild"
|
"[Ul'dah] Gladiators' Guild"
|
||||||
],
|
],
|
||||||
"NextQuestId": 264
|
"NextQuestId": 264
|
||||||
}
|
}
|
||||||
]
|
]}
|
||||||
}
|
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
@ -13,13 +13,13 @@
|
|||||||
"Z": 39.81079
|
"Z": 39.81079
|
||||||
},
|
},
|
||||||
"TerritoryId": 131,
|
"TerritoryId": 131,
|
||||||
"InteractionType": "AcceptQuest",
|
"InteractionType": "AcceptQuest",
|
||||||
"AetheryteShortcut": "Ul'dah",
|
"AetheryteShortcut": "Ul'dah",
|
||||||
"AethernetShortcut": [
|
"AethernetShortcut": [
|
||||||
"[Ul'dah] Aetheryte Plaza",
|
"[Ul'dah] Aetheryte Plaza",
|
||||||
"[Ul'dah] Gladiators' Guild"
|
"[Ul'dah] Gladiators' Guild"
|
||||||
],
|
],
|
||||||
"SkipConditions": {
|
"SkipConditions": {
|
||||||
"AetheryteShortcutIf": {
|
"AetheryteShortcutIf": {
|
||||||
"InSameTerritory": true,
|
"InSameTerritory": true,
|
||||||
"InTerritory": [
|
"InTerritory": [
|
||||||
@ -34,23 +34,20 @@
|
|||||||
"Sequence": 1,
|
"Sequence": 1,
|
||||||
"Steps": [
|
"Steps": [
|
||||||
{
|
{
|
||||||
"DataId": 1004225,
|
"DataId": 1004225,
|
||||||
"Position": {
|
"Position": {
|
||||||
"X": 62.974,
|
"X": 62.974,
|
||||||
"Y": 54.60642,
|
"Y": 54.60642,
|
||||||
"Z": 284.90112
|
"Z": 284.90112
|
||||||
},
|
},
|
||||||
"TerritoryId": 140,
|
"TerritoryId": 140,
|
||||||
"InteractionType": "Combat",
|
"InteractionType": "Combat",
|
||||||
"EnemySpawnType": "AfterInteraction",
|
"EnemySpawnType": "AfterInteraction",
|
||||||
"KillEnemyDataIds": [
|
"KillEnemyDataIds": [1243],
|
||||||
1243
|
"AethernetShortcut": [
|
||||||
],
|
|
||||||
"AethernetShortcut": [
|
|
||||||
"[Ul'dah] Gladiators' Guild",
|
"[Ul'dah] Gladiators' Guild",
|
||||||
"[Ul'dah] Gate of the Sultana (Western Thanalan)"
|
"[Ul'dah] Gate of the Sultana (Western Thanalan)"
|
||||||
],
|
]
|
||||||
"Fly": true
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
@ -59,65 +56,61 @@
|
|||||||
"Steps": [
|
"Steps": [
|
||||||
{
|
{
|
||||||
"DataId": 1004225,
|
"DataId": 1004225,
|
||||||
"Position": {
|
"Position": {
|
||||||
"X": 62.974,
|
"X": 62.974,
|
||||||
"Y": 54.60642,
|
"Y": 54.60642,
|
||||||
"Z": 284.90112
|
"Z": 284.90112
|
||||||
},
|
},
|
||||||
"TerritoryId": 140,
|
"TerritoryId": 140,
|
||||||
"InteractionType": "Interact"
|
"InteractionType": "Interact"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{ "Sequence": 3,
|
||||||
"Sequence": 3,
|
"Steps": [
|
||||||
"Steps": [
|
|
||||||
{
|
{
|
||||||
"DataId": 1001739,
|
"DataId": 1001739,
|
||||||
"Position": {
|
"Position": {
|
||||||
"X": -94.529724,
|
"X": -94.529724,
|
||||||
"Y": 6.4999976,
|
"Y": 6.4999976,
|
||||||
"Z": 39.81079
|
"Z": 39.81079
|
||||||
},
|
},
|
||||||
"TerritoryId": 131,
|
"TerritoryId": 131,
|
||||||
"InteractionType": "Interact",
|
"InteractionType": "Interact",
|
||||||
"AetheryteShortcut": "Ul'dah",
|
"AetheryteShortcut": "Ul'dah",
|
||||||
"AethernetShortcut": [
|
"AethernetShortcut": [
|
||||||
"[Ul'dah] Aetheryte Plaza",
|
"[Ul'dah] Aetheryte Plaza",
|
||||||
"[Ul'dah] Gladiators' Guild"
|
"[Ul'dah] Gladiators' Guild"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
]
|
]},
|
||||||
},
|
{ "Sequence": 4,
|
||||||
{
|
"Steps": [
|
||||||
"Sequence": 4,
|
|
||||||
"Steps": [
|
|
||||||
{
|
{
|
||||||
"DataId": 1002277,
|
"DataId": 1002277,
|
||||||
"Position": {
|
"Position": {
|
||||||
"X": -97.550964,
|
"X": -97.550964,
|
||||||
"Y": 7.05,
|
"Y": 7.05,
|
||||||
"Z": 23.605652
|
"Z": 23.605652
|
||||||
},
|
},
|
||||||
"TerritoryId": 131,
|
"TerritoryId": 131,
|
||||||
"InteractionType": "Interact"
|
"InteractionType": "Interact"
|
||||||
}
|
}
|
||||||
]
|
]}
|
||||||
},
|
,
|
||||||
{
|
{ "Sequence": 5,
|
||||||
"Sequence": 5,
|
"Steps": [
|
||||||
"Steps": [
|
|
||||||
{
|
{
|
||||||
"DataId": 1004141,
|
"DataId": 1004141,
|
||||||
"Position": {
|
"Position": {
|
||||||
"X": -520.5005,
|
"X": -520.5005,
|
||||||
"Y": -21.460285,
|
"Y": -21.460285,
|
||||||
"Z": 123.46069
|
"Z": 123.46069
|
||||||
},
|
},
|
||||||
"TerritoryId": 145,
|
"TerritoryId": 145,
|
||||||
"InteractionType": "SinglePlayerDuty",
|
"InteractionType": "SinglePlayerDuty",
|
||||||
"AetheryteShortcut": "Eastern Thanalan - Camp Drybone",
|
"AetheryteShortcut": "Eastern Thanalan - Camp Drybone",
|
||||||
"DialogueChoices": [
|
"DialogueChoices": [
|
||||||
{
|
{
|
||||||
"Type": "List",
|
"Type": "List",
|
||||||
"Prompt": "TEXT_CLSGLA250_00264_Q1_000_170",
|
"Prompt": "TEXT_CLSGLA250_00264_Q1_000_170",
|
||||||
@ -125,28 +118,26 @@
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
]
|
]}
|
||||||
},
|
,
|
||||||
{
|
{ "Sequence": 255,
|
||||||
"Sequence": 255,
|
"Steps": [
|
||||||
"Steps": [
|
|
||||||
{
|
{
|
||||||
"DataId": 1001739,
|
"DataId": 1001739,
|
||||||
"Position": {
|
"Position": {
|
||||||
"X": -94.529724,
|
"X": -94.529724,
|
||||||
"Y": 6.4999976,
|
"Y": 6.4999976,
|
||||||
"Z": 39.81079
|
"Z": 39.81079
|
||||||
},
|
},
|
||||||
"TerritoryId": 131,
|
"TerritoryId": 131,
|
||||||
"InteractionType": "CompleteQuest",
|
"InteractionType": "CompleteQuest",
|
||||||
"AetheryteShortcut": "Ul'dah",
|
"AetheryteShortcut": "Ul'dah",
|
||||||
"AethernetShortcut": [
|
"AethernetShortcut": [
|
||||||
"[Ul'dah] Aetheryte Plaza",
|
"[Ul'dah] Aetheryte Plaza",
|
||||||
"[Ul'dah] Gladiators' Guild"
|
"[Ul'dah] Gladiators' Guild"
|
||||||
],
|
],
|
||||||
"NextQuestId": 265
|
"NextQuestId": 265
|
||||||
}
|
}
|
||||||
]
|
]}
|
||||||
}
|
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
@ -13,13 +13,13 @@
|
|||||||
"Z": 39.81079
|
"Z": 39.81079
|
||||||
},
|
},
|
||||||
"TerritoryId": 131,
|
"TerritoryId": 131,
|
||||||
"InteractionType": "AcceptQuest",
|
"InteractionType": "AcceptQuest",
|
||||||
"AetheryteShortcut": "Ul'dah",
|
"AetheryteShortcut": "Ul'dah",
|
||||||
"AethernetShortcut": [
|
"AethernetShortcut": [
|
||||||
"[Ul'dah] Aetheryte Plaza",
|
"[Ul'dah] Aetheryte Plaza",
|
||||||
"[Ul'dah] Gladiators' Guild"
|
"[Ul'dah] Gladiators' Guild"
|
||||||
],
|
],
|
||||||
"SkipConditions": {
|
"SkipConditions": {
|
||||||
"AetheryteShortcutIf": {
|
"AetheryteShortcutIf": {
|
||||||
"InSameTerritory": true,
|
"InSameTerritory": true,
|
||||||
"InTerritory": [
|
"InTerritory": [
|
||||||
@ -34,19 +34,19 @@
|
|||||||
"Sequence": 1,
|
"Sequence": 1,
|
||||||
"Steps": [
|
"Steps": [
|
||||||
{
|
{
|
||||||
"DataId": 1001285,
|
"DataId": 1001285,
|
||||||
"Position": {
|
"Position": {
|
||||||
"X": -68.77246,
|
"X": -68.77246,
|
||||||
"Y": 4.0411124,
|
"Y": 4.0411124,
|
||||||
"Z": -126.51257
|
"Z": -126.51257
|
||||||
},
|
},
|
||||||
"TerritoryId": 130,
|
"TerritoryId": 130,
|
||||||
"InteractionType": "Interact",
|
"InteractionType": "Interact",
|
||||||
"AethernetShortcut": [
|
"AethernetShortcut": [
|
||||||
"[Ul'dah] Gladiators' Guild",
|
"[Ul'dah] Gladiators' Guild",
|
||||||
"[Ul'dah] Aetheryte Plaza"
|
"[Ul'dah] Aetheryte Plaza"
|
||||||
],
|
],
|
||||||
"DialogueChoices": [
|
"DialogueChoices": [
|
||||||
{
|
{
|
||||||
"Type": "List",
|
"Type": "List",
|
||||||
"Prompt": "TEXT_CLSGLA300_00265_Q1_000_40",
|
"Prompt": "TEXT_CLSGLA300_00265_Q1_000_40",
|
||||||
@ -61,150 +61,109 @@
|
|||||||
"Steps": [
|
"Steps": [
|
||||||
{
|
{
|
||||||
"Position": {
|
"Position": {
|
||||||
"X": 235.23369,
|
"X": 235.23369,
|
||||||
"Y": 2.747214,
|
"Y": 2.747214,
|
||||||
"Z": 673.64215
|
"Z": 673.64215
|
||||||
},
|
},
|
||||||
"TerritoryId": 141,
|
"TerritoryId": 141,
|
||||||
"InteractionType": "WalkTo",
|
"InteractionType": "WalkTo",
|
||||||
"AethernetShortcut": [
|
"AethernetShortcut": ["[Ul'dah] Aetheryte Plaza", "[Ul'dah] Gate of Thal (Central Thanalan)"]
|
||||||
"[Ul'dah] Aetheryte Plaza",
|
|
||||||
"[Ul'dah] Gate of Thal (Central Thanalan)"
|
|
||||||
],
|
|
||||||
"SkipConditions": {
|
|
||||||
"StepIf": {
|
|
||||||
"AetheryteUnlocked": "Southern Thanalan - Little Ala Mhigo"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"TerritoryId": 146,
|
||||||
|
"Aetheryte": "Southern Thanalan - Little Ala Mhigo",
|
||||||
|
"InteractionType": "AttuneAetheryte"
|
||||||
|
},
|
||||||
|
{"Position": {
|
||||||
|
"X": 140.30618,
|
||||||
|
"Y": 4.2185926,
|
||||||
|
"Z": -585.2695
|
||||||
|
},
|
||||||
|
"TerritoryId": 146,
|
||||||
|
"InteractionType": "WalkTo"},
|
||||||
{
|
{
|
||||||
"TerritoryId": 146,
|
"DataId": 2001455,
|
||||||
"Aetheryte": "Southern Thanalan - Little Ala Mhigo",
|
"Position": {
|
||||||
"InteractionType": "AttuneAetheryte",
|
"X": 28.091797,
|
||||||
"SkipConditions": {
|
"Y": 6.9733276,
|
||||||
"StepIf": {
|
"Z": -611.2917
|
||||||
"AetheryteUnlocked": "Southern Thanalan - Little Ala Mhigo"
|
},
|
||||||
}
|
"TerritoryId": 146,
|
||||||
}
|
"InteractionType": "Interact"
|
||||||
},
|
|
||||||
{
|
|
||||||
"Position": {
|
|
||||||
"X": 140.30618,
|
|
||||||
"Y": 4.2185926,
|
|
||||||
"Z": -585.2695
|
|
||||||
},
|
},
|
||||||
"TerritoryId": 146,
|
{
|
||||||
"InteractionType": "WalkTo",
|
"DataId": 2001435,
|
||||||
"AetheryteShortcut": "Southern Thanalan - Little Ala Mhigo",
|
"Position": {
|
||||||
"SkipConditions": {
|
"X": 101.823364,
|
||||||
"AetheryteShortcutIf": {
|
"Y": 7.248047,
|
||||||
"AetheryteLocked": "Southern Thanalan - Little Ala Mhigo"
|
"Z": -534.56934
|
||||||
}
|
},
|
||||||
}
|
"TerritoryId": 146,
|
||||||
},
|
"InteractionType": "Interact"
|
||||||
{
|
|
||||||
"DataId": 2001455,
|
|
||||||
"Position": {
|
|
||||||
"X": 28.091797,
|
|
||||||
"Y": 6.9733276,
|
|
||||||
"Z": -611.2917
|
|
||||||
},
|
},
|
||||||
"TerritoryId": 146,
|
|
||||||
"InteractionType": "Interact",
|
|
||||||
"CompletionQuestVariablesFlags": [
|
|
||||||
null,
|
|
||||||
null,
|
|
||||||
null,
|
|
||||||
null,
|
|
||||||
null,
|
|
||||||
64
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"DataId": 2001435,
|
"Position": {
|
||||||
"Position": {
|
"X": 164.75665,
|
||||||
"X": 101.823364,
|
"Y": 3.3963587,
|
||||||
"Y": 7.248047,
|
"Z": -585.49005
|
||||||
"Z": -534.56934
|
},
|
||||||
},
|
"TerritoryId": 146,
|
||||||
"TerritoryId": 146,
|
"InteractionType": "WalkTo"
|
||||||
"InteractionType": "Interact",
|
|
||||||
"CompletionQuestVariablesFlags": [
|
|
||||||
null,
|
|
||||||
null,
|
|
||||||
null,
|
|
||||||
null,
|
|
||||||
null,
|
|
||||||
128
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{ "Sequence": 3,
|
||||||
"Sequence": 3,
|
"Steps": [
|
||||||
"Steps": [
|
|
||||||
{
|
{
|
||||||
"Position": {
|
"DataId": 1001739,
|
||||||
"X": 164.75665,
|
|
||||||
"Y": 3.3963587,
|
|
||||||
"Z": -585.49005
|
|
||||||
},
|
|
||||||
"TerritoryId": 146,
|
|
||||||
"InteractionType": "WalkTo"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"DataId": 1001739,
|
|
||||||
"Position": {
|
"Position": {
|
||||||
"X": -94.529724,
|
"X": -94.529724,
|
||||||
"Y": 6.4999976,
|
"Y": 6.4999976,
|
||||||
"Z": 39.81079
|
"Z": 39.81079
|
||||||
},
|
},
|
||||||
"TerritoryId": 131,
|
"TerritoryId": 131,
|
||||||
"InteractionType": "Interact",
|
"InteractionType": "Interact",
|
||||||
"AetheryteShortcut": "Ul'dah",
|
"AetheryteShortcut": "Ul'dah",
|
||||||
"AethernetShortcut": [
|
"AethernetShortcut": [
|
||||||
"[Ul'dah] Aetheryte Plaza",
|
"[Ul'dah] Aetheryte Plaza",
|
||||||
"[Ul'dah] Gladiators' Guild"
|
"[Ul'dah] Gladiators' Guild"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
]
|
]},
|
||||||
},
|
{ "Sequence": 4,
|
||||||
{
|
"Steps": [
|
||||||
"Sequence": 4,
|
|
||||||
"Steps": [
|
|
||||||
{
|
{
|
||||||
"DataId": 1004142,
|
"DataId": 1004142,
|
||||||
"Position": {
|
"Position": {
|
||||||
"X": -19.97406,
|
"X": -19.97406,
|
||||||
"Y": -30.999985,
|
"Y": -30.999985,
|
||||||
"Z": -33.951355
|
"Z": -33.951355
|
||||||
},
|
},
|
||||||
"TerritoryId": 145,
|
"TerritoryId": 145,
|
||||||
"InteractionType": "SinglePlayerDuty",
|
"InteractionType": "SinglePlayerDuty",
|
||||||
"AetheryteShortcut": "Eastern Thanalan - Camp Drybone"
|
"AetheryteShortcut": "Eastern Thanalan - Camp Drybone"
|
||||||
}
|
}
|
||||||
]
|
]}
|
||||||
},
|
,
|
||||||
{
|
{ "Sequence": 255,
|
||||||
"Sequence": 255,
|
"Steps": [
|
||||||
"Steps": [
|
|
||||||
{
|
{
|
||||||
"DataId": 1001739,
|
"DataId": 1001739,
|
||||||
"Position": {
|
"Position": {
|
||||||
"X": -94.529724,
|
"X": -94.529724,
|
||||||
"Y": 6.4999976,
|
"Y": 6.4999976,
|
||||||
"Z": 39.81079
|
"Z": 39.81079
|
||||||
},
|
},
|
||||||
"TerritoryId": 131,
|
"TerritoryId": 131,
|
||||||
"InteractionType": "CompleteQuest",
|
"InteractionType": "CompleteQuest",
|
||||||
"AetheryteShortcut": "Ul'dah",
|
"AetheryteShortcut": "Ul'dah",
|
||||||
"AethernetShortcut": [
|
"AethernetShortcut": [
|
||||||
"[Ul'dah] Aetheryte Plaza",
|
"[Ul'dah] Aetheryte Plaza",
|
||||||
"[Ul'dah] Gladiators' Guild"
|
"[Ul'dah] Gladiators' Guild"
|
||||||
],
|
],
|
||||||
"NextQuestId": 1055
|
"NextQuestId": 1055
|
||||||
}
|
}
|
||||||
]
|
]}
|
||||||
}
|
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
@ -1,44 +0,0 @@
|
|||||||
{
|
|
||||||
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
|
|
||||||
"Author": "liza",
|
|
||||||
"QuestSequence": [
|
|
||||||
{
|
|
||||||
"Sequence": 0,
|
|
||||||
"Steps": [
|
|
||||||
{
|
|
||||||
"DataId": 1002277,
|
|
||||||
"Position": {
|
|
||||||
"X": -97.550964,
|
|
||||||
"Y": 7.05,
|
|
||||||
"Z": 23.605652
|
|
||||||
},
|
|
||||||
"TerritoryId": 131,
|
|
||||||
"InteractionType": "AcceptQuest"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"Sequence": 255,
|
|
||||||
"Steps": [
|
|
||||||
{
|
|
||||||
"DataId": 1001739,
|
|
||||||
"Position": {
|
|
||||||
"X": -94.529724,
|
|
||||||
"Y": 6.4999976,
|
|
||||||
"Z": 39.81079
|
|
||||||
},
|
|
||||||
"TerritoryId": 131,
|
|
||||||
"InteractionType": "CompleteQuest",
|
|
||||||
"DialogueChoices": [
|
|
||||||
{
|
|
||||||
"Type": "YesNo",
|
|
||||||
"Prompt": "TEXT_CLSGLA011_00285_Q2_000_1",
|
|
||||||
"Yes": true
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"NextQuestId": 286
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
@ -1,154 +0,0 @@
|
|||||||
{
|
|
||||||
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
|
|
||||||
"Author": "liza",
|
|
||||||
"QuestSequence": [
|
|
||||||
{
|
|
||||||
"Sequence": 0,
|
|
||||||
"Steps": [
|
|
||||||
{
|
|
||||||
"DataId": 1001739,
|
|
||||||
"Position": {
|
|
||||||
"X": -94.529724,
|
|
||||||
"Y": 6.4999976,
|
|
||||||
"Z": 39.81079
|
|
||||||
},
|
|
||||||
"TerritoryId": 131,
|
|
||||||
"InteractionType": "AcceptQuest"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"Sequence": 1,
|
|
||||||
"Steps": [
|
|
||||||
{
|
|
||||||
"Position": {
|
|
||||||
"X": 45.13088,
|
|
||||||
"Y": 3.889354,
|
|
||||||
"Z": -166.51999
|
|
||||||
},
|
|
||||||
"TerritoryId": 130,
|
|
||||||
"InteractionType": "WalkTo",
|
|
||||||
"AethernetShortcut": [
|
|
||||||
"[Ul'dah] Gladiators' Guild",
|
|
||||||
"[Ul'dah] Adventurers' Guild"
|
|
||||||
],
|
|
||||||
"SkipConditions": {
|
|
||||||
"StepIf": {
|
|
||||||
"InTerritory": [
|
|
||||||
141
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"Position": {
|
|
||||||
"X": -116.10664,
|
|
||||||
"Y": 10.801613,
|
|
||||||
"Z": 276.979
|
|
||||||
},
|
|
||||||
"TerritoryId": 141,
|
|
||||||
"InteractionType": "Combat",
|
|
||||||
"EnemySpawnType": "OverworldEnemies",
|
|
||||||
"ComplexCombatData": [
|
|
||||||
{
|
|
||||||
"DataId": 351,
|
|
||||||
"MinimumKillCount": 3,
|
|
||||||
"CompletionQuestVariablesFlags": [
|
|
||||||
{
|
|
||||||
"Low": 3
|
|
||||||
},
|
|
||||||
null,
|
|
||||||
null,
|
|
||||||
null,
|
|
||||||
null,
|
|
||||||
null
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"DataId": 141,
|
|
||||||
"MinimumKillCount": 3,
|
|
||||||
"CompletionQuestVariablesFlags": [
|
|
||||||
null,
|
|
||||||
{
|
|
||||||
"High": 3
|
|
||||||
},
|
|
||||||
null,
|
|
||||||
null,
|
|
||||||
null,
|
|
||||||
null
|
|
||||||
]
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"CompletionQuestVariablesFlags": [
|
|
||||||
{
|
|
||||||
"Low": 3
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"High": 3
|
|
||||||
},
|
|
||||||
null,
|
|
||||||
null,
|
|
||||||
null,
|
|
||||||
null
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"Position": {
|
|
||||||
"X": 39.635372,
|
|
||||||
"Y": 3.2401803,
|
|
||||||
"Z": 273.41232
|
|
||||||
},
|
|
||||||
"TerritoryId": 141,
|
|
||||||
"InteractionType": "Combat",
|
|
||||||
"EnemySpawnType": "OverworldEnemies",
|
|
||||||
"ComplexCombatData": [
|
|
||||||
{
|
|
||||||
"DataId": 205,
|
|
||||||
"MinimumKillCount": 3,
|
|
||||||
"CompletionQuestVariablesFlags": [
|
|
||||||
null,
|
|
||||||
{
|
|
||||||
"Low": 3
|
|
||||||
},
|
|
||||||
null,
|
|
||||||
null,
|
|
||||||
null,
|
|
||||||
null
|
|
||||||
]
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"CompletionQuestVariablesFlags": [
|
|
||||||
null,
|
|
||||||
{
|
|
||||||
"Low": 3
|
|
||||||
},
|
|
||||||
null,
|
|
||||||
null,
|
|
||||||
null,
|
|
||||||
null
|
|
||||||
]
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"Sequence": 255,
|
|
||||||
"Steps": [
|
|
||||||
{
|
|
||||||
"DataId": 1001739,
|
|
||||||
"Position": {
|
|
||||||
"X": -94.529724,
|
|
||||||
"Y": 6.4999976,
|
|
||||||
"Z": 39.81079
|
|
||||||
},
|
|
||||||
"TerritoryId": 131,
|
|
||||||
"InteractionType": "CompleteQuest",
|
|
||||||
"AetheryteShortcut": "Ul'dah",
|
|
||||||
"AethernetShortcut": [
|
|
||||||
"[Ul'dah] Aetheryte Plaza",
|
|
||||||
"[Ul'dah] Gladiators' Guild"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
@ -1,163 +0,0 @@
|
|||||||
{
|
|
||||||
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
|
|
||||||
"Author": "Cacahuetes",
|
|
||||||
"QuestSequence": [
|
|
||||||
{
|
|
||||||
"Sequence": 0,
|
|
||||||
"Steps": [
|
|
||||||
{
|
|
||||||
"DataId": 1001739,
|
|
||||||
"Position": {
|
|
||||||
"X": -94.529724,
|
|
||||||
"Y": 6.4999976,
|
|
||||||
"Z": 39.81079
|
|
||||||
},
|
|
||||||
"TerritoryId": 131,
|
|
||||||
"InteractionType": "AcceptQuest",
|
|
||||||
"AetheryteShortcut": "Ul'dah",
|
|
||||||
"AethernetShortcut": [
|
|
||||||
"[Ul'dah] Aetheryte Plaza",
|
|
||||||
"[Ul'dah] Gladiators' Guild"
|
|
||||||
],
|
|
||||||
"SkipConditions": {
|
|
||||||
"AetheryteShortcutIf": {
|
|
||||||
"InSameTerritory": true,
|
|
||||||
"InTerritory": [
|
|
||||||
131
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"Sequence": 1,
|
|
||||||
"Steps": [
|
|
||||||
{
|
|
||||||
"DataId": 1002296,
|
|
||||||
"Position": {
|
|
||||||
"X": -139.42175,
|
|
||||||
"Y": 4.019726,
|
|
||||||
"Z": 205.0354
|
|
||||||
},
|
|
||||||
"TerritoryId": 141,
|
|
||||||
"InteractionType": "Combat",
|
|
||||||
"EnemySpawnType": "AfterInteraction",
|
|
||||||
"AethernetShortcut": [
|
|
||||||
"[Ul'dah] Gladiators' Guild",
|
|
||||||
"[Ul'dah] Gate of Nald (Central Thanalan)"
|
|
||||||
],
|
|
||||||
"KillEnemyDataIds": [
|
|
||||||
1245
|
|
||||||
]
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"Sequence": 2,
|
|
||||||
"Steps": [
|
|
||||||
{
|
|
||||||
"DataId": 1002296,
|
|
||||||
"Position": {
|
|
||||||
"X": -139.42175,
|
|
||||||
"Y": 4.019726,
|
|
||||||
"Z": 205.0354
|
|
||||||
},
|
|
||||||
"TerritoryId": 141,
|
|
||||||
"InteractionType": "Interact"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"Sequence": 3,
|
|
||||||
"Steps": [
|
|
||||||
{
|
|
||||||
"DataId": 1001739,
|
|
||||||
"Position": {
|
|
||||||
"X": -94.529724,
|
|
||||||
"Y": 6.4999976,
|
|
||||||
"Z": 39.81079
|
|
||||||
},
|
|
||||||
"TerritoryId": 131,
|
|
||||||
"InteractionType": "Interact",
|
|
||||||
"AetheryteShortcut": "Ul'dah",
|
|
||||||
"AethernetShortcut": [
|
|
||||||
"[Ul'dah] Aetheryte Plaza",
|
|
||||||
"[Ul'dah] Gladiators' Guild"
|
|
||||||
],
|
|
||||||
"SkipConditions": {
|
|
||||||
"AetheryteShortcutIf": {
|
|
||||||
"InSameTerritory": true,
|
|
||||||
"InTerritory": [
|
|
||||||
131
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"Sequence": 4,
|
|
||||||
"Steps": [
|
|
||||||
{
|
|
||||||
"DataId": 2001756,
|
|
||||||
"Position": {
|
|
||||||
"X": 27.206787,
|
|
||||||
"Y": 12.985352,
|
|
||||||
"Z": 51.83484
|
|
||||||
},
|
|
||||||
"TerritoryId": 141,
|
|
||||||
"InteractionType": "SinglePlayerDuty",
|
|
||||||
"AethernetShortcut": [
|
|
||||||
"[Ul'dah] Gladiators' Guild",
|
|
||||||
"[Ul'dah] Gate of Nald (Central Thanalan)"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"Sequence": 5,
|
|
||||||
"Steps": [
|
|
||||||
{
|
|
||||||
"DataId": 1003945,
|
|
||||||
"Position": {
|
|
||||||
"X": 24.917969,
|
|
||||||
"Y": 13,
|
|
||||||
"Z": 50.156372
|
|
||||||
},
|
|
||||||
"StopDistance": 5,
|
|
||||||
"TerritoryId": 141,
|
|
||||||
"InteractionType": "Interact"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"Sequence": 255,
|
|
||||||
"Steps": [
|
|
||||||
{
|
|
||||||
"DataId": 1001739,
|
|
||||||
"Position": {
|
|
||||||
"X": -94.529724,
|
|
||||||
"Y": 6.4999976,
|
|
||||||
"Z": 39.81079
|
|
||||||
},
|
|
||||||
"TerritoryId": 131,
|
|
||||||
"InteractionType": "CompleteQuest",
|
|
||||||
"AetheryteShortcut": "Ul'dah",
|
|
||||||
"DialogueChoices": [
|
|
||||||
{
|
|
||||||
"Type": "List",
|
|
||||||
"Prompt": "TEXT_CLSGLA101_00288_Q1_000_160",
|
|
||||||
"Answer": "TEXT_CLSGLA101_00288_A1_000_161"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"AethernetShortcut": [
|
|
||||||
"[Ul'dah] Aetheryte Plaza",
|
|
||||||
"[Ul'dah] Gladiators' Guild"
|
|
||||||
],
|
|
||||||
"NextQuestId": 262
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
@ -1,19 +1,18 @@
|
|||||||
{
|
{
|
||||||
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
|
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
|
||||||
"Author": "Cacahuetes",
|
"Author": "Cacahuetes",
|
||||||
"QuestSequence": [
|
"QuestSequence": [
|
||||||
{
|
{
|
||||||
"Sequence": 0,
|
"Sequence": 0,
|
||||||
"Steps": [
|
"Steps": [
|
||||||
{
|
{ "DataId": 1000926,
|
||||||
"DataId": 1000926,
|
"Position": {
|
||||||
"Position": {
|
"X": -10.055725,
|
||||||
"X": -10.055725,
|
"Y": 44.999794,
|
||||||
"Y": 44.999794,
|
"Z": -245.80762
|
||||||
"Z": -245.80762
|
},
|
||||||
},
|
"TerritoryId": 128,
|
||||||
"TerritoryId": 128,
|
"InteractionType": "Interact",
|
||||||
"InteractionType": "AcceptQuest",
|
|
||||||
"AetheryteShortcut": "Limsa Lominsa",
|
"AetheryteShortcut": "Limsa Lominsa",
|
||||||
"AethernetShortcut": [
|
"AethernetShortcut": [
|
||||||
"[Limsa Lominsa] Aetheryte Plaza",
|
"[Limsa Lominsa] Aetheryte Plaza",
|
||||||
@ -23,7 +22,7 @@
|
|||||||
"AetheryteShortcutIf": {
|
"AetheryteShortcutIf": {
|
||||||
"InSameTerritory": true,
|
"InSameTerritory": true,
|
||||||
"InTerritory": [
|
"InTerritory": [
|
||||||
128
|
129, 128
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@ -33,9 +32,9 @@
|
|||||||
"Prompt": "TEXT_CLSEXC001_00179_Q1_000_1",
|
"Prompt": "TEXT_CLSEXC001_00179_Q1_000_1",
|
||||||
"Yes": true
|
"Yes": true
|
||||||
}
|
}
|
||||||
]
|
]}
|
||||||
}
|
]
|
||||||
]
|
}
|
||||||
}
|
]
|
||||||
]
|
}
|
||||||
}
|
|
@ -1,44 +1,42 @@
|
|||||||
{
|
{
|
||||||
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
|
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
|
||||||
"Author": "Cacahuetes",
|
"Author": "Cacahuetes",
|
||||||
"QuestSequence": [
|
"QuestSequence": [
|
||||||
{
|
{
|
||||||
"Sequence": 0,
|
"Sequence": 0,
|
||||||
"Steps": [
|
"Steps": [
|
||||||
{
|
{ "DataId": 1000926,
|
||||||
"DataId": 1000926,
|
"Position": {
|
||||||
"Position": {
|
"X": -10.055725,
|
||||||
"X": -10.055725,
|
"Y": 44.999794,
|
||||||
"Y": 44.999794,
|
"Z": -245.80762
|
||||||
"Z": -245.80762
|
},
|
||||||
},
|
"TerritoryId": 128,
|
||||||
"TerritoryId": 128,
|
"InteractionType": "AcceptQuest"}
|
||||||
"InteractionType": "AcceptQuest"
|
]
|
||||||
}
|
},
|
||||||
]
|
{
|
||||||
},
|
"Sequence": 255,
|
||||||
{
|
"Steps": [
|
||||||
"Sequence": 255,
|
{ "DataId": 1000927,
|
||||||
"Steps": [
|
"Position": {
|
||||||
{
|
"X": -1.2055054,
|
||||||
"DataId": 1000927,
|
"Y": 44.999886,
|
||||||
"Position": {
|
"Z": -255.8786
|
||||||
"X": -1.2055054,
|
},
|
||||||
"Y": 44.999886,
|
"TerritoryId": 128,
|
||||||
"Z": -255.8786
|
"InteractionType": "AcceptQuest",
|
||||||
},
|
"DialogueChoices": [
|
||||||
"TerritoryId": 128,
|
{
|
||||||
"InteractionType": "CompleteQuest",
|
"Type": "YesNo",
|
||||||
"DialogueChoices": [
|
"Prompt": "TEXT_CLSEXC011_00310_Q2_000_1",
|
||||||
{
|
"Yes": true
|
||||||
"Type": "YesNo",
|
}
|
||||||
"Prompt": "TEXT_CLSEXC011_00310_Q2_000_1",
|
],
|
||||||
"Yes": true
|
"NextQuestId": 312
|
||||||
}
|
}
|
||||||
],
|
]
|
||||||
"NextQuestId": 312
|
}
|
||||||
}
|
]
|
||||||
]
|
}
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
@ -1,24 +1,21 @@
|
|||||||
{
|
{
|
||||||
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
|
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
|
||||||
"Author": "Cacahuetes",
|
"Author": "Cacahuetes",
|
||||||
"QuestSequence": [
|
"QuestSequence": [
|
||||||
{
|
{
|
||||||
"Sequence": 0,
|
"Sequence": 0,
|
||||||
"Steps": [
|
"Steps": [
|
||||||
{
|
{ "DataId": 1002283,
|
||||||
"DataId": 1002283,
|
"Position": {
|
||||||
"Position": {
|
"X": 134.90503,
|
||||||
"X": 134.90503,
|
"Y": 7.5919275,
|
||||||
"Y": 7.5919275,
|
"Z": 98.039185
|
||||||
"Z": 98.039185
|
},
|
||||||
},
|
"TerritoryId": 131,
|
||||||
"TerritoryId": 131,
|
"InteractionType": "Interact",
|
||||||
"InteractionType": "AcceptQuest",
|
|
||||||
"AetheryteShortcut": "Ul'dah",
|
"AetheryteShortcut": "Ul'dah",
|
||||||
"AethernetShortcut": [
|
"AethernetShortcut": ["[Ul'dah] Aetheryte Plaza",
|
||||||
"[Ul'dah] Aetheryte Plaza",
|
"[Ul'dah] Weavers' Guild"],
|
||||||
"[Ul'dah] Weavers' Guild"
|
|
||||||
],
|
|
||||||
"SkipConditions": {
|
"SkipConditions": {
|
||||||
"AetheryteShortcutIf": {
|
"AetheryteShortcutIf": {
|
||||||
"InSameTerritory": true,
|
"InSameTerritory": true,
|
||||||
@ -33,9 +30,9 @@
|
|||||||
"Prompt": "TEXT_CLSWVR001_00189_Q1_000_1",
|
"Prompt": "TEXT_CLSWVR001_00189_Q1_000_1",
|
||||||
"Yes": true
|
"Yes": true
|
||||||
}
|
}
|
||||||
]
|
]}
|
||||||
}
|
]
|
||||||
]
|
}
|
||||||
}
|
]
|
||||||
]
|
}
|
||||||
}
|
|
@ -1,43 +1,42 @@
|
|||||||
{
|
{
|
||||||
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
|
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
|
||||||
"Author": "Cacahuetes",
|
"Author": "Cacahuetes",
|
||||||
"QuestSequence": [
|
"QuestSequence": [
|
||||||
{
|
{
|
||||||
"Sequence": 0,
|
"Sequence": 0,
|
||||||
"Steps": [
|
"Steps": [
|
||||||
{
|
{ "DataId": 1002283,
|
||||||
"DataId": 1002283,
|
"Position": {
|
||||||
"Position": {
|
"X": 134.90503,
|
||||||
"X": 134.90503,
|
"Y": 7.5919275,
|
||||||
"Y": 7.5919275,
|
"Z": 98.039185
|
||||||
"Z": 98.039185
|
},
|
||||||
},
|
"TerritoryId": 131,
|
||||||
"TerritoryId": 131,
|
"InteractionType": "AcceptQuest"}
|
||||||
"InteractionType": "AcceptQuest"
|
]
|
||||||
}
|
},
|
||||||
]
|
{
|
||||||
},
|
"Sequence": 255,
|
||||||
{
|
"Steps": [
|
||||||
"Sequence": 255,
|
{ "DataId": 1003818,
|
||||||
"Steps": [
|
"Position": {
|
||||||
{
|
"X": 157.36621,
|
||||||
"DataId": 1003818,
|
"Y": 7.7920074,
|
||||||
"Position": {
|
"Z": 98.924194
|
||||||
"X": 157.36621,
|
},
|
||||||
"Y": 7.7920074,
|
"TerritoryId": 131,
|
||||||
"Z": 98.924194
|
"InteractionType": "CompleteQuest",
|
||||||
},
|
"DialogueChoices": [
|
||||||
"TerritoryId": 131,
|
{
|
||||||
"InteractionType": "CompleteQuest",
|
"Type": "YesNo",
|
||||||
"DialogueChoices": [
|
"Prompt": "TEXT_CLSWVR011_00534_SYSTEM_Q0",
|
||||||
{
|
"Yes": true
|
||||||
"Type": "YesNo",
|
}
|
||||||
"Prompt": "TEXT_CLSWVR011_00534_SYSTEM_Q0",
|
],
|
||||||
"Yes": true
|
"NextQuestId": 534
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
]
|
|
||||||
}
|
|
@ -88,14 +88,7 @@
|
|||||||
"TerritoryId": 814,
|
"TerritoryId": 814,
|
||||||
"InteractionType": "Interact",
|
"InteractionType": "Interact",
|
||||||
"AetheryteShortcut": "Kholusia - Wright",
|
"AetheryteShortcut": "Kholusia - Wright",
|
||||||
"Fly": true,
|
"Fly": true
|
||||||
"DialogueChoices": [
|
|
||||||
{
|
|
||||||
"Type": "List",
|
|
||||||
"Prompt": "TEXT_BANPIX002_03684_Q1_000_000",
|
|
||||||
"Answer": "TEXT_BANPIX002_03684_A1_000_001"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
@ -102,8 +102,7 @@
|
|||||||
"Z": 342.85498
|
"Z": 342.85498
|
||||||
},
|
},
|
||||||
"TerritoryId": 1188,
|
"TerritoryId": 1188,
|
||||||
"InteractionType": "CompleteQuest",
|
"InteractionType": "CompleteQuest"
|
||||||
"Mount": true
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
@ -20,15 +20,6 @@
|
|||||||
{
|
{
|
||||||
"Sequence": 1,
|
"Sequence": 1,
|
||||||
"Steps": [
|
"Steps": [
|
||||||
{
|
|
||||||
"Position": {
|
|
||||||
"X": 323.5058,
|
|
||||||
"Y": -16.330368,
|
|
||||||
"Z": -254.18399
|
|
||||||
},
|
|
||||||
"TerritoryId": 1190,
|
|
||||||
"InteractionType": "WalkTo"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"DataId": 1050656,
|
"DataId": 1050656,
|
||||||
"Position": {
|
"Position": {
|
||||||
|
@ -28,8 +28,7 @@
|
|||||||
"Z": 427.2068
|
"Z": 427.2068
|
||||||
},
|
},
|
||||||
"TerritoryId": 1190,
|
"TerritoryId": 1190,
|
||||||
"InteractionType": "Interact",
|
"InteractionType": "Interact"
|
||||||
"Mount": true
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
@ -51,27 +50,6 @@
|
|||||||
{
|
{
|
||||||
"Sequence": 3,
|
"Sequence": 3,
|
||||||
"Steps": [
|
"Steps": [
|
||||||
{
|
|
||||||
"Position": {
|
|
||||||
"X": 369.3906,
|
|
||||||
"Y": 5.9371996,
|
|
||||||
"Z": 417.16574
|
|
||||||
},
|
|
||||||
"TerritoryId": 1190,
|
|
||||||
"InteractionType": "WalkTo",
|
|
||||||
"$": "Shaaloani Hhusatahwi Saloon Stairs (top)"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"Position": {
|
|
||||||
"X": 359.11545,
|
|
||||||
"Y": 1.9823306,
|
|
||||||
"Z": 419.5714
|
|
||||||
},
|
|
||||||
"TerritoryId": 1190,
|
|
||||||
"InteractionType": "WalkTo",
|
|
||||||
"$": "Shaaloani Hhusatahwi Saloon Stairs (bottom)",
|
|
||||||
"DisableNavmesh": true
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"DataId": 1051286,
|
"DataId": 1051286,
|
||||||
"Position": {
|
"Position": {
|
||||||
|
@ -174,17 +174,6 @@
|
|||||||
{
|
{
|
||||||
"Sequence": 255,
|
"Sequence": 255,
|
||||||
"Steps": [
|
"Steps": [
|
||||||
{
|
|
||||||
"DataId": 2013948,
|
|
||||||
"Position": {
|
|
||||||
"X": 610.7728,
|
|
||||||
"Y": 9.597839,
|
|
||||||
"Z": 233.05103
|
|
||||||
},
|
|
||||||
"TerritoryId": 1189,
|
|
||||||
"InteractionType": "AttuneAetherCurrent",
|
|
||||||
"AetherCurrentId": 2818440
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"DataId": 1051073,
|
"DataId": 1051073,
|
||||||
"Position": {
|
"Position": {
|
||||||
|
@ -151,21 +151,13 @@
|
|||||||
"Steps": [
|
"Steps": [
|
||||||
{
|
{
|
||||||
"Position": {
|
"Position": {
|
||||||
"X": -510.37933,
|
"X": -510.96463,
|
||||||
"Y": -0.39999998,
|
"Y": -0.47684515,
|
||||||
"Z": -277.78192
|
"Z": -305.96155
|
||||||
},
|
},
|
||||||
"TerritoryId": 1188,
|
"TerritoryId": 1188,
|
||||||
"InteractionType": "WalkTo"
|
"InteractionType": "WalkTo",
|
||||||
},
|
"Comment": "Waypoint after swimming through the river"
|
||||||
{
|
|
||||||
"Position": {
|
|
||||||
"X": -521.0261,
|
|
||||||
"Y": -0.40000004,
|
|
||||||
"Z": -329.19336
|
|
||||||
},
|
|
||||||
"TerritoryId": 1188,
|
|
||||||
"InteractionType": "WalkTo"
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"DataId": 2013936,
|
"DataId": 2013936,
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
"Y": 9.773315,
|
"Y": 9.773315,
|
||||||
"Z": -533.135
|
"Z": -533.135
|
||||||
},
|
},
|
||||||
"StopDistance": 7,
|
"StopDistance": 5,
|
||||||
"TerritoryId": 1188,
|
"TerritoryId": 1188,
|
||||||
"InteractionType": "AcceptQuest"
|
"InteractionType": "AcceptQuest"
|
||||||
}
|
}
|
||||||
@ -135,28 +135,6 @@
|
|||||||
{
|
{
|
||||||
"Sequence": 255,
|
"Sequence": 255,
|
||||||
"Steps": [
|
"Steps": [
|
||||||
{
|
|
||||||
"DataId": 1048782,
|
|
||||||
"Position": {
|
|
||||||
"X": -68.52832,
|
|
||||||
"Y": 6.536739,
|
|
||||||
"Z": -486.53394
|
|
||||||
},
|
|
||||||
"TerritoryId": 1188,
|
|
||||||
"InteractionType": "AcceptQuest",
|
|
||||||
"PickUpQuestId": 5064
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"DataId": 1051237,
|
|
||||||
"Position": {
|
|
||||||
"X": -251.20929,
|
|
||||||
"Y": 5.5572896,
|
|
||||||
"Z": -554.89435
|
|
||||||
},
|
|
||||||
"TerritoryId": 1188,
|
|
||||||
"InteractionType": "AcceptQuest",
|
|
||||||
"PickUpQuestId": 5081
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"DataId": 1046537,
|
"DataId": 1046537,
|
||||||
"Position": {
|
"Position": {
|
||||||
|
@ -21,11 +21,6 @@
|
|||||||
{
|
{
|
||||||
"Sequence": 1,
|
"Sequence": 1,
|
||||||
"Steps": [
|
"Steps": [
|
||||||
{
|
|
||||||
"TerritoryId": 1187,
|
|
||||||
"InteractionType": "AttuneAetheryte",
|
|
||||||
"Aetheryte": "Urqopacha - Wachunpelo"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"DataId": 1046557,
|
"DataId": 1046557,
|
||||||
"Position": {
|
"Position": {
|
||||||
@ -44,6 +39,11 @@
|
|||||||
128
|
128
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"TerritoryId": 1187,
|
||||||
|
"InteractionType": "AttuneAetheryte",
|
||||||
|
"Aetheryte": "Urqopacha - Wachunpelo"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"DataId": 1046559,
|
"DataId": 1046559,
|
||||||
"Position": {
|
"Position": {
|
||||||
|
@ -52,30 +52,6 @@
|
|||||||
{
|
{
|
||||||
"Sequence": 255,
|
"Sequence": 255,
|
||||||
"Steps": [
|
"Steps": [
|
||||||
{
|
|
||||||
"DataId": 1050684,
|
|
||||||
"Position": {
|
|
||||||
"X": 391.37854,
|
|
||||||
"Y": -156.07434,
|
|
||||||
"Z": -388.50995
|
|
||||||
},
|
|
||||||
"TerritoryId": 1187,
|
|
||||||
"InteractionType": "AcceptQuest",
|
|
||||||
"PickUpQuestId": 5039,
|
|
||||||
"Comment": "Traveler to the Rescue"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"DataId": 1051195,
|
|
||||||
"Position": {
|
|
||||||
"X": 383.29138,
|
|
||||||
"Y": -154.50243,
|
|
||||||
"Z": -420.49292
|
|
||||||
},
|
|
||||||
"TerritoryId": 1187,
|
|
||||||
"InteractionType": "AcceptQuest",
|
|
||||||
"PickUpQuestId": 5051,
|
|
||||||
"Comment": "Crisis of Corruption"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"DataId": 1046537,
|
"DataId": 1046537,
|
||||||
"Position": {
|
"Position": {
|
||||||
|
@ -100,7 +100,7 @@
|
|||||||
"Y": -19.725424,
|
"Y": -19.725424,
|
||||||
"Z": 203.72314
|
"Z": 203.72314
|
||||||
},
|
},
|
||||||
"StopDistance": 7,
|
"StopDistance": 5,
|
||||||
"TerritoryId": 1185,
|
"TerritoryId": 1185,
|
||||||
"InteractionType": "CompleteQuest"
|
"InteractionType": "CompleteQuest"
|
||||||
}
|
}
|
||||||
|
@ -15,7 +15,6 @@
|
|||||||
"Y": -19.725424,
|
"Y": -19.725424,
|
||||||
"Z": 203.72314
|
"Z": 203.72314
|
||||||
},
|
},
|
||||||
"StopDistance": 7,
|
|
||||||
"TerritoryId": 1185,
|
"TerritoryId": 1185,
|
||||||
"InteractionType": "AcceptQuest"
|
"InteractionType": "AcceptQuest"
|
||||||
}
|
}
|
||||||
|
@ -63,28 +63,6 @@
|
|||||||
{
|
{
|
||||||
"Sequence": 3,
|
"Sequence": 3,
|
||||||
"Steps": [
|
"Steps": [
|
||||||
{
|
|
||||||
"DataId": 1051263,
|
|
||||||
"Position": {
|
|
||||||
"X": -521.0193,
|
|
||||||
"Y": 121.63345,
|
|
||||||
"Z": 319.38647
|
|
||||||
},
|
|
||||||
"TerritoryId": 1188,
|
|
||||||
"InteractionType": "AcceptQuest",
|
|
||||||
"PickUpQuestId": 5085
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"DataId": 1048855,
|
|
||||||
"Position": {
|
|
||||||
"X": -491.63043,
|
|
||||||
"Y": 121.63846,
|
|
||||||
"Z": 271.50366
|
|
||||||
},
|
|
||||||
"TerritoryId": 1188,
|
|
||||||
"InteractionType": "AcceptQuest",
|
|
||||||
"PickUpQuestId": 5074
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"DataId": 1046876,
|
"DataId": 1046876,
|
||||||
"Position": {
|
"Position": {
|
||||||
|
@ -12,7 +12,6 @@
|
|||||||
"Y": 119.49004,
|
"Y": 119.49004,
|
||||||
"Z": 190.72253
|
"Z": 190.72253
|
||||||
},
|
},
|
||||||
"StopDistance": 5,
|
|
||||||
"TerritoryId": 1188,
|
"TerritoryId": 1188,
|
||||||
"InteractionType": "AcceptQuest"
|
"InteractionType": "AcceptQuest"
|
||||||
}
|
}
|
||||||
@ -30,8 +29,7 @@
|
|||||||
},
|
},
|
||||||
"TerritoryId": 1188,
|
"TerritoryId": 1188,
|
||||||
"InteractionType": "Interact",
|
"InteractionType": "Interact",
|
||||||
"AetheryteShortcut": "Kozama'uka - Earthenshire",
|
"AetheryteShortcut": "Kozama'uka - Earthenshire"
|
||||||
"Fly": true
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
@ -46,8 +44,7 @@
|
|||||||
},
|
},
|
||||||
"TerritoryId": 1188,
|
"TerritoryId": 1188,
|
||||||
"InteractionType": "WalkTo",
|
"InteractionType": "WalkTo",
|
||||||
"TargetTerritoryId": 1187,
|
"TargetTerritoryId": 1187
|
||||||
"Fly": true
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"DataId": 1046814,
|
"DataId": 1046814,
|
||||||
|
@ -21,30 +21,6 @@
|
|||||||
{
|
{
|
||||||
"Sequence": 1,
|
"Sequence": 1,
|
||||||
"Steps": [
|
"Steps": [
|
||||||
{
|
|
||||||
"DataId": 1051207,
|
|
||||||
"Position": {
|
|
||||||
"X": 425.07043,
|
|
||||||
"Y": 118.935005,
|
|
||||||
"Z": 606.13403
|
|
||||||
},
|
|
||||||
"StopDistance": 5,
|
|
||||||
"TerritoryId": 1187,
|
|
||||||
"InteractionType": "AcceptQuest",
|
|
||||||
"PickUpQuestId": 5055
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"DataId": 1048730,
|
|
||||||
"Position": {
|
|
||||||
"X": 399.0692,
|
|
||||||
"Y": 122.53533,
|
|
||||||
"Z": 542.9922
|
|
||||||
},
|
|
||||||
"StopDistance": 5,
|
|
||||||
"TerritoryId": 1187,
|
|
||||||
"InteractionType": "AcceptQuest",
|
|
||||||
"PickUpQuestId": 5047
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"DataId": 1046926,
|
"DataId": 1046926,
|
||||||
"Position": {
|
"Position": {
|
||||||
|
@ -21,36 +21,6 @@
|
|||||||
{
|
{
|
||||||
"Sequence": 1,
|
"Sequence": 1,
|
||||||
"Steps": [
|
"Steps": [
|
||||||
{
|
|
||||||
"DataId": 1050872,
|
|
||||||
"Position": {
|
|
||||||
"X": -408.71295,
|
|
||||||
"Y": 20.420113,
|
|
||||||
"Z": -398.8861
|
|
||||||
},
|
|
||||||
"TerritoryId": 1189,
|
|
||||||
"InteractionType": "AcceptQuest",
|
|
||||||
"DialogueChoices": [
|
|
||||||
{
|
|
||||||
"Type": "List",
|
|
||||||
"ExcelSheet": "quest/051/KinGzd201_05110",
|
|
||||||
"Prompt": "TEXT_KINGZD201_05110_Q1_000_000",
|
|
||||||
"Answer": "TEXT_KINGZD201_05110_A1_000_001"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"PickUpQuestId": 5110
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"DataId": 1051073,
|
|
||||||
"Position": {
|
|
||||||
"X": 41.09253,
|
|
||||||
"Y": 8.205902,
|
|
||||||
"Z": -629.8467
|
|
||||||
},
|
|
||||||
"TerritoryId": 1189,
|
|
||||||
"InteractionType": "AcceptQuest",
|
|
||||||
"PickUpQuestId": 5094
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"DataId": 1047577,
|
"DataId": 1047577,
|
||||||
"Position": {
|
"Position": {
|
||||||
@ -66,6 +36,28 @@
|
|||||||
{
|
{
|
||||||
"Sequence": 2,
|
"Sequence": 2,
|
||||||
"Steps": [
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 2013948,
|
||||||
|
"Position": {
|
||||||
|
"X": 610.7728,
|
||||||
|
"Y": 9.597839,
|
||||||
|
"Z": 233.05103
|
||||||
|
},
|
||||||
|
"TerritoryId": 1189,
|
||||||
|
"InteractionType": "AttuneAetherCurrent",
|
||||||
|
"AetherCurrentId": 2818440
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Position": {
|
||||||
|
"X": 614.25964,
|
||||||
|
"Y": -29.554798,
|
||||||
|
"Z": 202.75368
|
||||||
|
},
|
||||||
|
"TerritoryId": 1189,
|
||||||
|
"InteractionType": "WalkTo",
|
||||||
|
"DisableNavmesh": true,
|
||||||
|
"Mount": false
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"DataId": 1048230,
|
"DataId": 1048230,
|
||||||
"Position": {
|
"Position": {
|
||||||
@ -74,7 +66,8 @@
|
|||||||
"Z": 214.83167
|
"Z": 214.83167
|
||||||
},
|
},
|
||||||
"TerritoryId": 1189,
|
"TerritoryId": 1189,
|
||||||
"InteractionType": "Interact"
|
"InteractionType": "Interact",
|
||||||
|
"DisableNavmesh": true
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
@ -24,28 +24,6 @@
|
|||||||
{
|
{
|
||||||
"Sequence": 1,
|
"Sequence": 1,
|
||||||
"Steps": [
|
"Steps": [
|
||||||
{
|
|
||||||
"DataId": 1051052,
|
|
||||||
"Position": {
|
|
||||||
"X": 585.90063,
|
|
||||||
"Y": -142.49187,
|
|
||||||
"Z": 510.21594
|
|
||||||
},
|
|
||||||
"TerritoryId": 1189,
|
|
||||||
"InteractionType": "AcceptQuest",
|
|
||||||
"PickUpQuestId": 5103
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"DataId": 1050884,
|
|
||||||
"Position": {
|
|
||||||
"X": 531.0597,
|
|
||||||
"Y": -142.49185,
|
|
||||||
"Z": 492.0271
|
|
||||||
},
|
|
||||||
"TerritoryId": 1189,
|
|
||||||
"InteractionType": "AcceptQuest",
|
|
||||||
"PickUpQuestId": 5114
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"DataId": 1047701,
|
"DataId": 1047701,
|
||||||
"Position": {
|
"Position": {
|
||||||
|
@ -52,62 +52,6 @@
|
|||||||
{
|
{
|
||||||
"Sequence": 3,
|
"Sequence": 3,
|
||||||
"Steps": [
|
"Steps": [
|
||||||
{
|
|
||||||
"DataId": 1050655,
|
|
||||||
"Position": {
|
|
||||||
"X": 289.02112,
|
|
||||||
"Y": -15.566031,
|
|
||||||
"Z": -478.78235
|
|
||||||
},
|
|
||||||
"TerritoryId": 1190,
|
|
||||||
"InteractionType": "AcceptQuest",
|
|
||||||
"PickUpQuestId": 5138
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"Position": {
|
|
||||||
"X": 386.84927,
|
|
||||||
"Y": -0.84392637,
|
|
||||||
"Z": 435.0579
|
|
||||||
},
|
|
||||||
"TerritoryId": 1190,
|
|
||||||
"InteractionType": "WalkTo",
|
|
||||||
"AetheryteShortcut": "Shaaloani - Hhusatahwi",
|
|
||||||
"SkipConditions": {
|
|
||||||
"StepIf": {
|
|
||||||
"QuestsCompleted": [
|
|
||||||
5140
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"AetheryteShortcutIf": {
|
|
||||||
"QuestsCompleted": [
|
|
||||||
5140
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"DataId": 1051283,
|
|
||||||
"Position": {
|
|
||||||
"X": 374.19702,
|
|
||||||
"Y": -0.24794838,
|
|
||||||
"Z": 437.2472
|
|
||||||
},
|
|
||||||
"StopDistance": 6,
|
|
||||||
"TerritoryId": 1190,
|
|
||||||
"InteractionType": "AcceptQuest",
|
|
||||||
"PickUpQuestId": 5140
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"DataId": 1049324,
|
|
||||||
"Position": {
|
|
||||||
"X": -108.659546,
|
|
||||||
"Y": 4.055336,
|
|
||||||
"Z": 319.5697
|
|
||||||
},
|
|
||||||
"TerritoryId": 1190,
|
|
||||||
"InteractionType": "AcceptQuest",
|
|
||||||
"PickUpQuestId": 5130
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"DataId": 1047001,
|
"DataId": 1047001,
|
||||||
"Position": {
|
"Position": {
|
||||||
@ -117,7 +61,6 @@
|
|||||||
},
|
},
|
||||||
"TerritoryId": 1190,
|
"TerritoryId": 1190,
|
||||||
"InteractionType": "Interact",
|
"InteractionType": "Interact",
|
||||||
"AetheryteShortcut": "Shaaloani - Sheshenewezi Springs",
|
|
||||||
"DialogueChoices": [
|
"DialogueChoices": [
|
||||||
{
|
{
|
||||||
"Type": "YesNo",
|
"Type": "YesNo",
|
||||||
|
@ -161,17 +161,6 @@
|
|||||||
{
|
{
|
||||||
"Sequence": 7,
|
"Sequence": 7,
|
||||||
"Steps": [
|
"Steps": [
|
||||||
{
|
|
||||||
"DataId": 1051316,
|
|
||||||
"Position": {
|
|
||||||
"X": -380.30066,
|
|
||||||
"Y": 18.718708,
|
|
||||||
"Z": -114.24432
|
|
||||||
},
|
|
||||||
"TerritoryId": 1190,
|
|
||||||
"InteractionType": "AcceptQuest",
|
|
||||||
"PickUpQuestId": 5144
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"DataId": 1047082,
|
"DataId": 1047082,
|
||||||
"Position": {
|
"Position": {
|
||||||
|
@ -234,13 +234,13 @@
|
|||||||
"QuestsAccepted": {
|
"QuestsAccepted": {
|
||||||
"type": "array",
|
"type": "array",
|
||||||
"items": {
|
"items": {
|
||||||
"type": ["number", "string"]
|
"type": "number"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"QuestsCompleted": {
|
"QuestsCompleted": {
|
||||||
"type": "array",
|
"type": "array",
|
||||||
"items": {
|
"items": {
|
||||||
"type": ["number", "string"]
|
"type": "number"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"AetheryteLocked": {
|
"AetheryteLocked": {
|
||||||
@ -290,18 +290,6 @@
|
|||||||
"type": "integer"
|
"type": "integer"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"QuestsAccepted": {
|
|
||||||
"type": "array",
|
|
||||||
"items": {
|
|
||||||
"type": ["number", "string"]
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"QuestsCompleted": {
|
|
||||||
"type": "array",
|
|
||||||
"items": {
|
|
||||||
"type": ["number", "string"]
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"AetheryteLocked": {
|
"AetheryteLocked": {
|
||||||
"$ref": "https://git.carvel.li/liza/Questionable/raw/branch/master/Questionable.Model/common-schema.json#/$defs/Aetheryte"
|
"$ref": "https://git.carvel.li/liza/Questionable/raw/branch/master/Questionable.Model/common-schema.json#/$defs/Aetheryte"
|
||||||
},
|
},
|
||||||
|
@ -1,36 +0,0 @@
|
|||||||
using System;
|
|
||||||
using System.Collections.Generic;
|
|
||||||
using System.Text.Json;
|
|
||||||
using System.Text.Json.Serialization;
|
|
||||||
|
|
||||||
namespace Questionable.Model.Questing.Converter;
|
|
||||||
|
|
||||||
public sealed class ElementIdListConverter : JsonConverter<List<ElementId>>
|
|
||||||
{
|
|
||||||
public override List<ElementId> Read(ref Utf8JsonReader reader, Type typeToConvert, JsonSerializerOptions options)
|
|
||||||
{
|
|
||||||
if (reader.TokenType != JsonTokenType.StartArray)
|
|
||||||
throw new JsonException();
|
|
||||||
|
|
||||||
reader.Read();
|
|
||||||
|
|
||||||
List<ElementId> values = [];
|
|
||||||
while (reader.TokenType != JsonTokenType.EndArray)
|
|
||||||
{
|
|
||||||
|
|
||||||
if (reader.TokenType == JsonTokenType.Number)
|
|
||||||
values.Add(new QuestId(reader.GetUInt16()));
|
|
||||||
else
|
|
||||||
values.Add(ElementId.FromString(reader.GetString() ?? throw new JsonException()));
|
|
||||||
|
|
||||||
reader.Read();
|
|
||||||
}
|
|
||||||
|
|
||||||
return values;
|
|
||||||
}
|
|
||||||
|
|
||||||
public override void Write(Utf8JsonWriter writer, List<ElementId> value, JsonSerializerOptions options)
|
|
||||||
{
|
|
||||||
throw new NotImplementedException();
|
|
||||||
}
|
|
||||||
}
|
|
@ -1,7 +1,5 @@
|
|||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using System.Text.Json.Serialization;
|
|
||||||
using Questionable.Model.Common;
|
using Questionable.Model.Common;
|
||||||
using Questionable.Model.Questing.Converter;
|
|
||||||
|
|
||||||
namespace Questionable.Model.Questing;
|
namespace Questionable.Model.Questing;
|
||||||
|
|
||||||
@ -10,13 +8,6 @@ public sealed class SkipAetheryteCondition
|
|||||||
public bool Never { get; set; }
|
public bool Never { get; set; }
|
||||||
public bool InSameTerritory { get; set; }
|
public bool InSameTerritory { get; set; }
|
||||||
public List<ushort> InTerritory { get; set; } = new();
|
public List<ushort> InTerritory { get; set; } = new();
|
||||||
|
|
||||||
[JsonConverter(typeof(ElementIdListConverter))]
|
|
||||||
public List<ElementId> QuestsAccepted { get; set; } = new();
|
|
||||||
|
|
||||||
[JsonConverter(typeof(ElementIdListConverter))]
|
|
||||||
public List<ElementId> QuestsCompleted { get; set; } = new();
|
|
||||||
|
|
||||||
public EAetheryteLocation? AetheryteLocked { get; set; }
|
public EAetheryteLocation? AetheryteLocked { get; set; }
|
||||||
public EAetheryteLocation? AetheryteUnlocked { get; set; }
|
public EAetheryteLocation? AetheryteUnlocked { get; set; }
|
||||||
public bool RequiredQuestVariablesNotMet { get; set; }
|
public bool RequiredQuestVariablesNotMet { get; set; }
|
||||||
|
@ -1,8 +1,6 @@
|
|||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using System.Linq;
|
using System.Linq;
|
||||||
using System.Text.Json.Serialization;
|
|
||||||
using Questionable.Model.Common;
|
using Questionable.Model.Common;
|
||||||
using Questionable.Model.Questing.Converter;
|
|
||||||
|
|
||||||
namespace Questionable.Model.Questing;
|
namespace Questionable.Model.Questing;
|
||||||
|
|
||||||
@ -16,13 +14,8 @@ public sealed class SkipStepConditions
|
|||||||
public List<ushort> InTerritory { get; set; } = new();
|
public List<ushort> InTerritory { get; set; } = new();
|
||||||
public List<ushort> NotInTerritory { get; set; } = new();
|
public List<ushort> NotInTerritory { get; set; } = new();
|
||||||
public SkipItemConditions? Item { get; set; }
|
public SkipItemConditions? Item { get; set; }
|
||||||
|
|
||||||
[JsonConverter(typeof(ElementIdListConverter))]
|
|
||||||
public List<ElementId> QuestsAccepted { get; set; } = new();
|
public List<ElementId> QuestsAccepted { get; set; } = new();
|
||||||
|
|
||||||
[JsonConverter(typeof(ElementIdListConverter))]
|
|
||||||
public List<ElementId> QuestsCompleted { get; set; } = new();
|
public List<ElementId> QuestsCompleted { get; set; } = new();
|
||||||
|
|
||||||
public EAetheryteLocation? AetheryteLocked { get; set; }
|
public EAetheryteLocation? AetheryteLocked { get; set; }
|
||||||
public EAetheryteLocation? AetheryteUnlocked { get; set; }
|
public EAetheryteLocation? AetheryteUnlocked { get; set; }
|
||||||
public NearPositionCondition? NearPosition { get; set; }
|
public NearPositionCondition? NearPosition { get; set; }
|
||||||
|
@ -138,8 +138,6 @@ internal sealed class QuestController : MiniTaskController<QuestController>, IDi
|
|||||||
/// </summary>
|
/// </summary>
|
||||||
public QuestProgress? PendingQuest => _pendingQuest;
|
public QuestProgress? PendingQuest => _pendingQuest;
|
||||||
|
|
||||||
public List<Quest> ManualPriorityQuests { get; } = [];
|
|
||||||
|
|
||||||
public string? DebugState { get; private set; }
|
public string? DebugState { get; private set; }
|
||||||
|
|
||||||
public void Reload()
|
public void Reload()
|
||||||
@ -293,13 +291,7 @@ internal sealed class QuestController : MiniTaskController<QuestController>, IDi
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
(ElementId? currentQuestId, currentSequence) =
|
(ElementId? currentQuestId, currentSequence) = _questFunctions.GetCurrentQuest();
|
||||||
ManualPriorityQuests
|
|
||||||
.Where(x => _questFunctions.IsReadyToAcceptQuest(x.Id) || _questFunctions.IsQuestAccepted(x.Id))
|
|
||||||
.Select(x =>
|
|
||||||
((ElementId?, byte)?)(x.Id, _questFunctions.GetQuestProgressInfo(x.Id)?.Sequence ?? 0))
|
|
||||||
.FirstOrDefault() ??
|
|
||||||
_questFunctions.GetCurrentQuest();
|
|
||||||
if (currentQuestId == null || currentQuestId.Value == 0)
|
if (currentQuestId == null || currentQuestId.Value == 0)
|
||||||
{
|
{
|
||||||
if (_startedQuest != null)
|
if (_startedQuest != null)
|
||||||
@ -727,9 +719,6 @@ internal sealed class QuestController : MiniTaskController<QuestController>, IDi
|
|||||||
if (type != ECurrentQuestType.Normal)
|
if (type != ECurrentQuestType.Normal)
|
||||||
return false;
|
return false;
|
||||||
|
|
||||||
if (currentQuest.Quest.Info.AlliedSociety != EAlliedSociety.None)
|
|
||||||
return false;
|
|
||||||
|
|
||||||
QuestSequence? currentSequence = currentQuest.Quest.FindSequence(currentQuest.Sequence);
|
QuestSequence? currentSequence = currentQuest.Quest.FindSequence(currentQuest.Sequence);
|
||||||
if (currentQuest.Step > 0)
|
if (currentQuest.Step > 0)
|
||||||
return false;
|
return false;
|
||||||
|
@ -29,7 +29,7 @@ internal static class Mount
|
|||||||
|
|
||||||
public ITask Unmount()
|
public ITask Unmount()
|
||||||
{
|
{
|
||||||
return new UnmountTask(condition, loggerFactory.CreateLogger<UnmountTask>(), gameFunctions, clientState);
|
return new UnmountTask(condition, loggerFactory.CreateLogger<UnmountTask>(), gameFunctions);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -119,11 +119,7 @@ internal static class Mount
|
|||||||
public override string ToString() => "Mount";
|
public override string ToString() => "Mount";
|
||||||
}
|
}
|
||||||
|
|
||||||
private sealed class UnmountTask(
|
private sealed class UnmountTask(ICondition condition, ILogger<UnmountTask> logger, GameFunctions gameFunctions)
|
||||||
ICondition condition,
|
|
||||||
ILogger<UnmountTask> logger,
|
|
||||||
GameFunctions gameFunctions,
|
|
||||||
IClientState clientState)
|
|
||||||
: ITask
|
: ITask
|
||||||
{
|
{
|
||||||
private bool _unmountTriggered;
|
private bool _unmountTriggered;
|
||||||
@ -152,9 +148,6 @@ internal static class Mount
|
|||||||
if (_continueAt >= DateTime.Now)
|
if (_continueAt >= DateTime.Now)
|
||||||
return ETaskResult.StillRunning;
|
return ETaskResult.StillRunning;
|
||||||
|
|
||||||
if (IsUnmounting())
|
|
||||||
return ETaskResult.StillRunning;
|
|
||||||
|
|
||||||
if (!_unmountTriggered)
|
if (!_unmountTriggered)
|
||||||
{
|
{
|
||||||
// if still flying, we still need to land
|
// if still flying, we still need to land
|
||||||
@ -179,8 +172,6 @@ internal static class Mount
|
|||||||
: ETaskResult.TaskComplete;
|
: ETaskResult.TaskComplete;
|
||||||
}
|
}
|
||||||
|
|
||||||
private unsafe bool IsUnmounting() => **(byte**)(clientState.LocalPlayer!.Address + 1432) == 1;
|
|
||||||
|
|
||||||
public override string ToString() => "Unmount";
|
public override string ToString() => "Unmount";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -41,7 +41,6 @@ internal static class Combat
|
|||||||
ArgumentNullException.ThrowIfNull(step.DataId);
|
ArgumentNullException.ThrowIfNull(step.DataId);
|
||||||
|
|
||||||
yield return interactFactory.Interact(step.DataId.Value, quest, EInteractionType.None, true);
|
yield return interactFactory.Interact(step.DataId.Value, quest, EInteractionType.None, true);
|
||||||
yield return new WaitAtEnd.WaitDelay(TimeSpan.FromSeconds(2));
|
|
||||||
yield return CreateTask(quest, sequence, step);
|
yield return CreateTask(quest, sequence, step);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
@ -53,15 +52,11 @@ internal static class Combat
|
|||||||
|
|
||||||
yield return useItemFactory.OnObject(quest.Id, step.DataId.Value, step.ItemId.Value,
|
yield return useItemFactory.OnObject(quest.Id, step.DataId.Value, step.ItemId.Value,
|
||||||
step.CompletionQuestVariablesFlags, true);
|
step.CompletionQuestVariablesFlags, true);
|
||||||
yield return new WaitAtEnd.WaitDelay(TimeSpan.FromSeconds(2));
|
|
||||||
yield return CreateTask(quest, sequence, step);
|
yield return CreateTask(quest, sequence, step);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
case EEnemySpawnType.AutoOnEnterArea:
|
case EEnemySpawnType.AutoOnEnterArea:
|
||||||
if (step.CombatDelaySecondsAtStart == null)
|
|
||||||
yield return new WaitAtEnd.WaitDelay(TimeSpan.FromSeconds(2));
|
|
||||||
|
|
||||||
// automatically triggered when entering area, i.e. only unmount
|
// automatically triggered when entering area, i.e. only unmount
|
||||||
yield return CreateTask(quest, sequence, step);
|
yield return CreateTask(quest, sequence, step);
|
||||||
break;
|
break;
|
||||||
|
@ -24,7 +24,6 @@ internal static class AethernetShortcut
|
|||||||
MovementController movementController,
|
MovementController movementController,
|
||||||
AetheryteFunctions aetheryteFunctions,
|
AetheryteFunctions aetheryteFunctions,
|
||||||
GameFunctions gameFunctions,
|
GameFunctions gameFunctions,
|
||||||
QuestFunctions questFunctions,
|
|
||||||
IClientState clientState,
|
IClientState clientState,
|
||||||
AetheryteData aetheryteData,
|
AetheryteData aetheryteData,
|
||||||
TerritoryData territoryData,
|
TerritoryData territoryData,
|
||||||
@ -47,8 +46,8 @@ internal static class AethernetShortcut
|
|||||||
public ITask Use(EAetheryteLocation from, EAetheryteLocation to, SkipAetheryteCondition? skipConditions = null)
|
public ITask Use(EAetheryteLocation from, EAetheryteLocation to, SkipAetheryteCondition? skipConditions = null)
|
||||||
{
|
{
|
||||||
return new UseAethernetShortcut(from, to, skipConditions ?? new(),
|
return new UseAethernetShortcut(from, to, skipConditions ?? new(),
|
||||||
loggerFactory.CreateLogger<UseAethernetShortcut>(), aetheryteFunctions, gameFunctions, questFunctions,
|
loggerFactory.CreateLogger<UseAethernetShortcut>(), aetheryteFunctions, gameFunctions, clientState,
|
||||||
clientState, aetheryteData, territoryData, lifestreamIpc, movementController, condition);
|
aetheryteData, territoryData, lifestreamIpc, movementController, condition);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -59,7 +58,6 @@ internal static class AethernetShortcut
|
|||||||
ILogger<UseAethernetShortcut> logger,
|
ILogger<UseAethernetShortcut> logger,
|
||||||
AetheryteFunctions aetheryteFunctions,
|
AetheryteFunctions aetheryteFunctions,
|
||||||
GameFunctions gameFunctions,
|
GameFunctions gameFunctions,
|
||||||
QuestFunctions questFunctions,
|
|
||||||
IClientState clientState,
|
IClientState clientState,
|
||||||
AetheryteData aetheryteData,
|
AetheryteData aetheryteData,
|
||||||
TerritoryData territoryData,
|
TerritoryData territoryData,
|
||||||
@ -92,20 +90,6 @@ internal static class AethernetShortcut
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (skipConditions.QuestsCompleted.Count > 0 &&
|
|
||||||
skipConditions.QuestsCompleted.All(questFunctions.IsQuestComplete))
|
|
||||||
{
|
|
||||||
logger.LogInformation("Skipping aethernet shortcut, all prequisite quests are complete");
|
|
||||||
return true;
|
|
||||||
}
|
|
||||||
|
|
||||||
if (skipConditions.QuestsAccepted.Count > 0 &&
|
|
||||||
skipConditions.QuestsAccepted.All(questFunctions.IsQuestAccepted))
|
|
||||||
{
|
|
||||||
logger.LogInformation("Skipping aethernet shortcut, all prequisite quests are accepted");
|
|
||||||
return true;
|
|
||||||
}
|
|
||||||
|
|
||||||
if (skipConditions.AetheryteLocked != null &&
|
if (skipConditions.AetheryteLocked != null &&
|
||||||
!aetheryteFunctions.IsAetheryteUnlocked(skipConditions.AetheryteLocked.Value))
|
!aetheryteFunctions.IsAetheryteUnlocked(skipConditions.AetheryteLocked.Value))
|
||||||
{
|
{
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
using System;
|
using System;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using System.Linq;
|
|
||||||
using System.Numerics;
|
using System.Numerics;
|
||||||
using Dalamud.Plugin.Services;
|
using Dalamud.Plugin.Services;
|
||||||
using FFXIVClientStructs.FFXIV.Application.Network.WorkDefinitions;
|
using FFXIVClientStructs.FFXIV.Application.Network.WorkDefinitions;
|
||||||
@ -94,20 +93,6 @@ internal static class AetheryteShortcut
|
|||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (skipConditions.QuestsCompleted.Count > 0 &&
|
|
||||||
skipConditions.QuestsCompleted.All(questFunctions.IsQuestComplete))
|
|
||||||
{
|
|
||||||
logger.LogInformation("Skipping aetheryte, all prequisite quests are complete");
|
|
||||||
return true;
|
|
||||||
}
|
|
||||||
|
|
||||||
if (skipConditions.QuestsAccepted.Count > 0 &&
|
|
||||||
skipConditions.QuestsAccepted.All(questFunctions.IsQuestAccepted))
|
|
||||||
{
|
|
||||||
logger.LogInformation("Skipping aetheryte, all prequisite quests are accepted");
|
|
||||||
return true;
|
|
||||||
}
|
|
||||||
|
|
||||||
if (skipConditions.AetheryteLocked != null &&
|
if (skipConditions.AetheryteLocked != null &&
|
||||||
!aetheryteFunctions.IsAetheryteUnlocked(skipConditions.AetheryteLocked.Value))
|
!aetheryteFunctions.IsAetheryteUnlocked(skipConditions.AetheryteLocked.Value))
|
||||||
{
|
{
|
||||||
|
@ -36,7 +36,6 @@ internal sealed class DalamudInitializer : IDisposable
|
|||||||
QuestSelectionWindow questSelectionWindow,
|
QuestSelectionWindow questSelectionWindow,
|
||||||
QuestValidationWindow questValidationWindow,
|
QuestValidationWindow questValidationWindow,
|
||||||
JournalProgressWindow journalProgressWindow,
|
JournalProgressWindow journalProgressWindow,
|
||||||
PriorityWindow priorityWindow,
|
|
||||||
IToastGui toastGui,
|
IToastGui toastGui,
|
||||||
ILogger<DalamudInitializer> logger)
|
ILogger<DalamudInitializer> logger)
|
||||||
{
|
{
|
||||||
@ -56,7 +55,6 @@ internal sealed class DalamudInitializer : IDisposable
|
|||||||
_windowSystem.AddWindow(questSelectionWindow);
|
_windowSystem.AddWindow(questSelectionWindow);
|
||||||
_windowSystem.AddWindow(questValidationWindow);
|
_windowSystem.AddWindow(questValidationWindow);
|
||||||
_windowSystem.AddWindow(journalProgressWindow);
|
_windowSystem.AddWindow(journalProgressWindow);
|
||||||
_windowSystem.AddWindow(priorityWindow);
|
|
||||||
|
|
||||||
_pluginInterface.UiBuilder.Draw += _windowSystem.Draw;
|
_pluginInterface.UiBuilder.Draw += _windowSystem.Draw;
|
||||||
_pluginInterface.UiBuilder.OpenMainUi += _questWindow.Toggle;
|
_pluginInterface.UiBuilder.OpenMainUi += _questWindow.Toggle;
|
||||||
|
@ -8,8 +8,7 @@ using LLib.GameData;
|
|||||||
using Lumina.Excel.GeneratedSheets;
|
using Lumina.Excel.GeneratedSheets;
|
||||||
using Questionable.Model;
|
using Questionable.Model;
|
||||||
using Questionable.Model.Questing;
|
using Questionable.Model.Questing;
|
||||||
using Leve = Lumina.Excel.GeneratedSheets2.Leve;
|
using Quest = Lumina.Excel.GeneratedSheets.Quest;
|
||||||
using Quest = Lumina.Excel.GeneratedSheets2.Quest;
|
|
||||||
|
|
||||||
namespace Questionable.Data;
|
namespace Questionable.Data;
|
||||||
|
|
||||||
@ -63,7 +62,7 @@ internal sealed class QuestData
|
|||||||
|
|
||||||
// workaround because the game doesn't require completion of the CT questline through normal means
|
// workaround because the game doesn't require completion of the CT questline through normal means
|
||||||
QuestInfo aTimeToEveryPurpose = (QuestInfo)_quests[new QuestId(425)];
|
QuestInfo aTimeToEveryPurpose = (QuestInfo)_quests[new QuestId(425)];
|
||||||
aTimeToEveryPurpose.AddPreviousQuest(new QuestInfo.PreviousQuestInfo(new QuestId(495)));
|
aTimeToEveryPurpose.AddPreviousQuest(new QuestId(495));
|
||||||
}
|
}
|
||||||
|
|
||||||
public IQuestInfo GetQuestInfo(ElementId elementId)
|
public IQuestInfo GetQuestInfo(ElementId elementId)
|
||||||
|
@ -431,8 +431,7 @@ internal sealed unsafe class GameFunctions
|
|||||||
if (!AgentSatisfactionSupply.Instance()->IsAgentActive())
|
if (!AgentSatisfactionSupply.Instance()->IsAgentActive())
|
||||||
return false;
|
return false;
|
||||||
|
|
||||||
var flags = _condition.AsReadOnlySet().ToHashSet();
|
var flags = _condition.AsReadOnlySet();
|
||||||
flags.Remove(ConditionFlag.InDutyQueue); // irrelevant
|
|
||||||
return flags.Count == 2 &&
|
return flags.Count == 2 &&
|
||||||
flags.Contains(ConditionFlag.NormalConditions) &&
|
flags.Contains(ConditionFlag.NormalConditions) &&
|
||||||
flags.Contains(ConditionFlag.OccupiedInQuestEvent);
|
flags.Contains(ConditionFlag.OccupiedInQuestEvent);
|
||||||
|
@ -449,18 +449,6 @@ internal sealed unsafe class QuestFunctions
|
|||||||
}
|
}
|
||||||
|
|
||||||
public bool IsQuestLocked(QuestId questId, ElementId? extraCompletedQuest = null)
|
public bool IsQuestLocked(QuestId questId, ElementId? extraCompletedQuest = null)
|
||||||
{
|
|
||||||
if (IsQuestUnobtainable(questId, extraCompletedQuest))
|
|
||||||
return true;
|
|
||||||
|
|
||||||
var questInfo = (QuestInfo)_questData.GetQuestInfo(questId);
|
|
||||||
if (questInfo.GrandCompany != GrandCompany.None && questInfo.GrandCompany != GetGrandCompany())
|
|
||||||
return true;
|
|
||||||
|
|
||||||
return !HasCompletedPreviousQuests(questInfo, extraCompletedQuest) || !HasCompletedPreviousInstances(questInfo);
|
|
||||||
}
|
|
||||||
|
|
||||||
public bool IsQuestUnobtainable(QuestId questId, ElementId? extraCompletedQuest = null)
|
|
||||||
{
|
{
|
||||||
var questInfo = (QuestInfo)_questData.GetQuestInfo(questId);
|
var questInfo = (QuestInfo)_questData.GetQuestInfo(questId);
|
||||||
if (questInfo.QuestLocks.Count > 0)
|
if (questInfo.QuestLocks.Count > 0)
|
||||||
@ -472,10 +460,13 @@ internal sealed unsafe class QuestFunctions
|
|||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (questInfo.GrandCompany != GrandCompany.None && questInfo.GrandCompany != GetGrandCompany())
|
||||||
|
return true;
|
||||||
|
|
||||||
if (_questData.GetLockedClassQuests().Contains(questId))
|
if (_questData.GetLockedClassQuests().Contains(questId))
|
||||||
return true;
|
return true;
|
||||||
|
|
||||||
return false;
|
return !HasCompletedPreviousQuests(questInfo, extraCompletedQuest) || !HasCompletedPreviousInstances(questInfo);
|
||||||
}
|
}
|
||||||
|
|
||||||
public bool IsQuestLocked(LeveId leveId)
|
public bool IsQuestLocked(LeveId leveId)
|
||||||
@ -494,8 +485,7 @@ internal sealed unsafe class QuestFunctions
|
|||||||
if (questInfo.PreviousQuests.Count == 0)
|
if (questInfo.PreviousQuests.Count == 0)
|
||||||
return true;
|
return true;
|
||||||
|
|
||||||
var completedQuests = questInfo.PreviousQuests.Count(x =>
|
var completedQuests = questInfo.PreviousQuests.Count(x => IsQuestComplete(x) || x.Equals(extraCompletedQuest));
|
||||||
HasEnoughProgressOnPreviousQuest(x) || x.QuestId.Equals(extraCompletedQuest));
|
|
||||||
if (questInfo.PreviousQuestJoin == QuestInfo.QuestJoin.All &&
|
if (questInfo.PreviousQuestJoin == QuestInfo.QuestJoin.All &&
|
||||||
questInfo.PreviousQuests.Count == completedQuests)
|
questInfo.PreviousQuests.Count == completedQuests)
|
||||||
return true;
|
return true;
|
||||||
@ -505,20 +495,6 @@ internal sealed unsafe class QuestFunctions
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
private bool HasEnoughProgressOnPreviousQuest(QuestInfo.PreviousQuestInfo previousQuestInfo)
|
|
||||||
{
|
|
||||||
if (IsQuestComplete(previousQuestInfo.QuestId))
|
|
||||||
return true;
|
|
||||||
|
|
||||||
if (previousQuestInfo.Sequence != 0 && IsQuestAccepted(previousQuestInfo.QuestId))
|
|
||||||
{
|
|
||||||
var progress = GetQuestProgressInfo(previousQuestInfo.QuestId);
|
|
||||||
return progress != null && progress.Sequence >= previousQuestInfo.Sequence;
|
|
||||||
}
|
|
||||||
|
|
||||||
return false;
|
|
||||||
}
|
|
||||||
|
|
||||||
private static bool HasCompletedPreviousInstances(QuestInfo questInfo)
|
private static bool HasCompletedPreviousInstances(QuestInfo questInfo)
|
||||||
{
|
{
|
||||||
if (questInfo.PreviousInstanceContent.Count == 0)
|
if (questInfo.PreviousInstanceContent.Count == 0)
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using LLib.GameData;
|
using LLib.GameData;
|
||||||
using Lumina.Excel.GeneratedSheets2;
|
using Lumina.Excel.GeneratedSheets;
|
||||||
using Questionable.Model.Questing;
|
using Questionable.Model.Questing;
|
||||||
|
|
||||||
namespace Questionable.Model;
|
namespace Questionable.Model;
|
||||||
@ -14,7 +14,7 @@ internal sealed class LeveInfo : IQuestInfo
|
|||||||
Level = leve.ClassJobLevel;
|
Level = leve.ClassJobLevel;
|
||||||
JournalGenre = leve.JournalGenre.Row;
|
JournalGenre = leve.JournalGenre.Row;
|
||||||
SortKey = QuestId.Value;
|
SortKey = QuestId.Value;
|
||||||
IssuerDataId = leve.LevelLevemete.Value!.Object.Row;
|
IssuerDataId = leve.LevelLevemete.Value!.Object;
|
||||||
ClassJobs = QuestInfoUtils.AsList(leve.ClassJobCategory.Value!);
|
ClassJobs = QuestInfoUtils.AsList(leve.ClassJobCategory.Value!);
|
||||||
Expansion = (EExpansionVersion)leve.LevelLevemete.Value.Territory.Value!.ExVersion.Row;
|
Expansion = (EExpansionVersion)leve.LevelLevemete.Value.Territory.Value!.ExVersion.Row;
|
||||||
}
|
}
|
||||||
|
@ -5,7 +5,7 @@ using FFXIVClientStructs.FFXIV.Client.UI.Agent;
|
|||||||
using JetBrains.Annotations;
|
using JetBrains.Annotations;
|
||||||
using LLib.GameData;
|
using LLib.GameData;
|
||||||
using Questionable.Model.Questing;
|
using Questionable.Model.Questing;
|
||||||
using ExcelQuest = Lumina.Excel.GeneratedSheets2.Quest;
|
using ExcelQuest = Lumina.Excel.GeneratedSheets.Quest;
|
||||||
|
|
||||||
namespace Questionable.Model;
|
namespace Questionable.Model;
|
||||||
|
|
||||||
@ -31,18 +31,13 @@ internal sealed class QuestInfo : IQuestInfo
|
|||||||
};
|
};
|
||||||
|
|
||||||
Name = $"{quest.Name}{suffix}";
|
Name = $"{quest.Name}{suffix}";
|
||||||
Level = quest.ClassJobLevel[0];
|
Level = quest.ClassJobLevel0;
|
||||||
IssuerDataId = quest.IssuerStart.Row;
|
IssuerDataId = quest.IssuerStart;
|
||||||
IsRepeatable = quest.IsRepeatable;
|
IsRepeatable = quest.IsRepeatable;
|
||||||
PreviousQuests =
|
PreviousQuests = quest.PreviousQuest
|
||||||
new List<PreviousQuestInfo>
|
.Select(x => new QuestId((ushort)(x.Row & 0xFFFF)))
|
||||||
{
|
.Where(x => x.Value != 0)
|
||||||
new(new QuestId((ushort)(quest.PreviousQuest[0].Row & 0xFFFF)), quest.Unknown7),
|
.ToImmutableList();
|
||||||
new(new QuestId((ushort)(quest.PreviousQuest[1].Row & 0xFFFF))),
|
|
||||||
new(new QuestId((ushort)(quest.PreviousQuest[1].Row & 0xFFFF)))
|
|
||||||
}
|
|
||||||
.Where(x => x.QuestId.Value != 0)
|
|
||||||
.ToImmutableList();
|
|
||||||
PreviousQuestJoin = (QuestJoin)quest.PreviousQuestJoin;
|
PreviousQuestJoin = (QuestJoin)quest.PreviousQuestJoin;
|
||||||
QuestLocks = quest.QuestLock
|
QuestLocks = quest.QuestLock
|
||||||
.Select(x => new QuestId((ushort)(x.Row & 0xFFFFF)))
|
.Select(x => new QuestId((ushort)(x.Row & 0xFFFFF)))
|
||||||
@ -52,7 +47,7 @@ internal sealed class QuestInfo : IQuestInfo
|
|||||||
JournalGenre = quest.JournalGenre?.Row;
|
JournalGenre = quest.JournalGenre?.Row;
|
||||||
SortKey = quest.SortKey;
|
SortKey = quest.SortKey;
|
||||||
IsMainScenarioQuest = quest.JournalGenre?.Value?.JournalCategory?.Value?.JournalSection?.Row is 0 or 1;
|
IsMainScenarioQuest = quest.JournalGenre?.Value?.JournalCategory?.Value?.JournalSection?.Row is 0 or 1;
|
||||||
CompletesInstantly = quest.TodoParams[0].ToDoCompleteSeq == 0;
|
CompletesInstantly = quest.ToDoCompleteSeq[0] == 0;
|
||||||
PreviousInstanceContent = quest.InstanceContent.Select(x => (ushort)x.Row).Where(x => x != 0).ToList();
|
PreviousInstanceContent = quest.InstanceContent.Select(x => (ushort)x.Row).Where(x => x != 0).ToList();
|
||||||
PreviousInstanceContentJoin = (QuestJoin)quest.InstanceContentJoin;
|
PreviousInstanceContentJoin = (QuestJoin)quest.InstanceContentJoin;
|
||||||
GrandCompany = (GrandCompany)quest.GrandCompany.Row;
|
GrandCompany = (GrandCompany)quest.GrandCompany.Row;
|
||||||
@ -69,7 +64,7 @@ internal sealed class QuestInfo : IQuestInfo
|
|||||||
public ushort Level { get; }
|
public ushort Level { get; }
|
||||||
public uint IssuerDataId { get; }
|
public uint IssuerDataId { get; }
|
||||||
public bool IsRepeatable { get; }
|
public bool IsRepeatable { get; }
|
||||||
public ImmutableList<PreviousQuestInfo> PreviousQuests { get; set; }
|
public ImmutableList<QuestId> PreviousQuests { get; set; }
|
||||||
public QuestJoin PreviousQuestJoin { get; }
|
public QuestJoin PreviousQuestJoin { get; }
|
||||||
public ImmutableList<QuestId> QuestLocks { get; }
|
public ImmutableList<QuestId> QuestLocks { get; }
|
||||||
public QuestJoin QuestLockJoin { get; }
|
public QuestJoin QuestLockJoin { get; }
|
||||||
@ -94,10 +89,8 @@ internal sealed class QuestInfo : IQuestInfo
|
|||||||
AtLeastOne = 2,
|
AtLeastOne = 2,
|
||||||
}
|
}
|
||||||
|
|
||||||
public void AddPreviousQuest(PreviousQuestInfo questId)
|
public void AddPreviousQuest(QuestId questId)
|
||||||
{
|
{
|
||||||
PreviousQuests = [..PreviousQuests, questId];
|
PreviousQuests = [..PreviousQuests, questId];
|
||||||
}
|
}
|
||||||
|
|
||||||
public sealed record PreviousQuestInfo(QuestId QuestId, byte Sequence = 0);
|
|
||||||
}
|
}
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using System.Linq;
|
using System.Linq;
|
||||||
using LLib.GameData;
|
using LLib.GameData;
|
||||||
using Lumina.Excel.GeneratedSheets2;
|
using Lumina.Excel.GeneratedSheets;
|
||||||
|
|
||||||
namespace Questionable.Model;
|
namespace Questionable.Model;
|
||||||
|
|
||||||
@ -57,8 +57,8 @@ internal static class QuestInfoUtils
|
|||||||
{ EClassJob.Dancer, classJobCategory.DNC },
|
{ EClassJob.Dancer, classJobCategory.DNC },
|
||||||
{ EClassJob.Reaper, classJobCategory.RPR },
|
{ EClassJob.Reaper, classJobCategory.RPR },
|
||||||
{ EClassJob.Sage, classJobCategory.SGE },
|
{ EClassJob.Sage, classJobCategory.SGE },
|
||||||
{ EClassJob.Viper, classJobCategory.Unknown1 },
|
{ EClassJob.Viper, classJobCategory.VPR },
|
||||||
{ EClassJob.Pictomancer, classJobCategory.Unknown2 }
|
{ EClassJob.Pictomancer, classJobCategory.PCT }
|
||||||
}
|
}
|
||||||
.Where(y => y.Value)
|
.Where(y => y.Value)
|
||||||
.Select(y => y.Key)
|
.Select(y => y.Key)
|
||||||
|
@ -208,7 +208,6 @@ public sealed class QuestionablePlugin : IDalamudPlugin
|
|||||||
serviceCollection.AddSingleton<QuestSelectionWindow>();
|
serviceCollection.AddSingleton<QuestSelectionWindow>();
|
||||||
serviceCollection.AddSingleton<QuestValidationWindow>();
|
serviceCollection.AddSingleton<QuestValidationWindow>();
|
||||||
serviceCollection.AddSingleton<JournalProgressWindow>();
|
serviceCollection.AddSingleton<JournalProgressWindow>();
|
||||||
serviceCollection.AddSingleton<PriorityWindow>();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
private static void AddQuestValidators(ServiceCollection serviceCollection)
|
private static void AddQuestValidators(ServiceCollection serviceCollection)
|
||||||
|
@ -1,223 +0,0 @@
|
|||||||
using System;
|
|
||||||
using System.Collections.Generic;
|
|
||||||
using System.Linq;
|
|
||||||
using System.Numerics;
|
|
||||||
using Dalamud.Interface;
|
|
||||||
using Dalamud.Interface.Colors;
|
|
||||||
using Dalamud.Interface.Components;
|
|
||||||
using Dalamud.Plugin;
|
|
||||||
using ImGuiNET;
|
|
||||||
using LLib.ImGui;
|
|
||||||
using Questionable.Controller;
|
|
||||||
using Questionable.Functions;
|
|
||||||
using Questionable.Model;
|
|
||||||
using Questionable.Model.Questing;
|
|
||||||
using Questionable.Windows.QuestComponents;
|
|
||||||
|
|
||||||
namespace Questionable.Windows;
|
|
||||||
|
|
||||||
internal sealed class PriorityWindow : LWindow
|
|
||||||
{
|
|
||||||
private readonly QuestController _questController;
|
|
||||||
private readonly QuestRegistry _questRegistry;
|
|
||||||
private readonly QuestFunctions _questFunctions;
|
|
||||||
private readonly QuestTooltipComponent _questTooltipComponent;
|
|
||||||
private readonly UiUtils _uiUtils;
|
|
||||||
private readonly IDalamudPluginInterface _pluginInterface;
|
|
||||||
|
|
||||||
private string _searchString = string.Empty;
|
|
||||||
private ElementId? _draggedItem;
|
|
||||||
|
|
||||||
public PriorityWindow(QuestController questController, QuestRegistry questRegistry, QuestFunctions questFunctions,
|
|
||||||
QuestTooltipComponent questTooltipComponent, UiUtils uiUtils, IDalamudPluginInterface pluginInterface)
|
|
||||||
: base("Quest Priority###QuestionableQuestPriority")
|
|
||||||
{
|
|
||||||
_questController = questController;
|
|
||||||
_questRegistry = questRegistry;
|
|
||||||
_questFunctions = questFunctions;
|
|
||||||
_questTooltipComponent = questTooltipComponent;
|
|
||||||
_uiUtils = uiUtils;
|
|
||||||
_pluginInterface = pluginInterface;
|
|
||||||
|
|
||||||
Size = new Vector2(400, 400);
|
|
||||||
SizeCondition = ImGuiCond.Once;
|
|
||||||
SizeConstraints = new WindowSizeConstraints
|
|
||||||
{
|
|
||||||
MinimumSize = new Vector2(400, 400),
|
|
||||||
MaximumSize = new Vector2(400, 999)
|
|
||||||
};
|
|
||||||
}
|
|
||||||
|
|
||||||
public override void Draw()
|
|
||||||
{
|
|
||||||
ImGui.Text("Quests to do first:");
|
|
||||||
DrawQuestFilter();
|
|
||||||
DrawQuestList();
|
|
||||||
ImGui.Spacing();
|
|
||||||
|
|
||||||
ImGui.Separator();
|
|
||||||
ImGui.Spacing();
|
|
||||||
ImGui.TextWrapped(
|
|
||||||
"If you have an active MSQ quest, Questionable will generally try to do:");
|
|
||||||
ImGui.BulletText("'Priority' quests: class quests, ARR primals, ARR raids");
|
|
||||||
ImGui.BulletText(
|
|
||||||
"Supported quests in your 'To-Do list'\n(quests from your Journal that are always on-screen)");
|
|
||||||
ImGui.BulletText("MSQ quest (if available, unless it is marked as 'ignored'\nin your Journal)");
|
|
||||||
ImGui.TextWrapped(
|
|
||||||
"If you don't have any active MSQ quest, it will always try to pick up the next quest in the MSQ first.");
|
|
||||||
}
|
|
||||||
|
|
||||||
private void DrawQuestFilter()
|
|
||||||
{
|
|
||||||
ImGui.SetNextItemWidth(ImGui.GetContentRegionAvail().X);
|
|
||||||
if (ImGui.BeginCombo($"##QuestSelection", "Add Quest...", ImGuiComboFlags.HeightLarge))
|
|
||||||
{
|
|
||||||
ImGui.SetNextItemWidth(ImGui.GetContentRegionAvail().X);
|
|
||||||
bool addFirst = ImGui.InputTextWithHint("", "Filter...", ref _searchString, 256,
|
|
||||||
ImGuiInputTextFlags.AutoSelectAll | ImGuiInputTextFlags.EnterReturnsTrue);
|
|
||||||
|
|
||||||
IEnumerable<Quest> foundQuests;
|
|
||||||
if (!string.IsNullOrEmpty(_searchString))
|
|
||||||
{
|
|
||||||
foundQuests = _questRegistry.AllQuests
|
|
||||||
.Where(x => x.Info.Name.Contains(_searchString, StringComparison.CurrentCultureIgnoreCase))
|
|
||||||
.Where(x => x.Id is not QuestId questId || !_questFunctions.IsQuestUnobtainable(questId));
|
|
||||||
}
|
|
||||||
else
|
|
||||||
{
|
|
||||||
foundQuests = _questRegistry.AllQuests.Where(x => _questFunctions.IsQuestAccepted(x.Id));
|
|
||||||
}
|
|
||||||
|
|
||||||
foreach (var quest in foundQuests)
|
|
||||||
{
|
|
||||||
if (quest.Info.IsMainScenarioQuest || _questController.ManualPriorityQuests.Contains(quest))
|
|
||||||
continue;
|
|
||||||
|
|
||||||
bool addThis = ImGui.Selectable(quest.Info.Name);
|
|
||||||
if (addThis || addFirst)
|
|
||||||
{
|
|
||||||
_questController.ManualPriorityQuests.Add(quest);
|
|
||||||
|
|
||||||
if (addFirst)
|
|
||||||
{
|
|
||||||
ImGui.CloseCurrentPopup();
|
|
||||||
addFirst = false;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
ImGui.EndCombo();
|
|
||||||
}
|
|
||||||
|
|
||||||
ImGui.Spacing();
|
|
||||||
}
|
|
||||||
|
|
||||||
private void DrawQuestList()
|
|
||||||
{
|
|
||||||
List<Quest> priorityQuests = _questController.ManualPriorityQuests;
|
|
||||||
Quest? itemToRemove = null;
|
|
||||||
Quest? itemToAdd = null;
|
|
||||||
int indexToAdd = 0;
|
|
||||||
|
|
||||||
float width = ImGui.GetContentRegionAvail().X;
|
|
||||||
List<(Vector2 TopLeft, Vector2 BottomRight)> itemPositions = [];
|
|
||||||
|
|
||||||
for (int i = 0; i < priorityQuests.Count; ++i)
|
|
||||||
{
|
|
||||||
Vector2 topLeft = ImGui.GetCursorScreenPos() +
|
|
||||||
new Vector2(0, -ImGui.GetStyle().ItemSpacing.Y / 2);
|
|
||||||
var quest = priorityQuests[i];
|
|
||||||
ImGui.PushID($"Quest{quest.Id}");
|
|
||||||
|
|
||||||
var style = _uiUtils.GetQuestStyle(quest.Id);
|
|
||||||
bool hovered;
|
|
||||||
using (var _ = _pluginInterface.UiBuilder.IconFontFixedWidthHandle.Push())
|
|
||||||
{
|
|
||||||
ImGui.AlignTextToFramePadding();
|
|
||||||
ImGui.TextColored(style.Color, style.Icon.ToIconString());
|
|
||||||
hovered = ImGui.IsItemHovered();
|
|
||||||
}
|
|
||||||
|
|
||||||
ImGui.SameLine();
|
|
||||||
ImGui.AlignTextToFramePadding();
|
|
||||||
ImGui.Text(quest.Info.Name);
|
|
||||||
hovered |= ImGui.IsItemHovered();
|
|
||||||
|
|
||||||
if (hovered)
|
|
||||||
_questTooltipComponent.Draw(quest.Info);
|
|
||||||
|
|
||||||
if (priorityQuests.Count > 1)
|
|
||||||
{
|
|
||||||
ImGui.PushFont(UiBuilder.IconFont);
|
|
||||||
ImGui.SameLine(ImGui.GetContentRegionAvail().X +
|
|
||||||
ImGui.GetStyle().WindowPadding.X -
|
|
||||||
ImGui.CalcTextSize(FontAwesomeIcon.ArrowsUpDown.ToIconString()).X -
|
|
||||||
ImGui.CalcTextSize(FontAwesomeIcon.Times.ToIconString()).X -
|
|
||||||
ImGui.GetStyle().FramePadding.X * 4 -
|
|
||||||
ImGui.GetStyle().ItemSpacing.X);
|
|
||||||
ImGui.PopFont();
|
|
||||||
|
|
||||||
if (_draggedItem == quest.Id)
|
|
||||||
{
|
|
||||||
ImGuiComponents.IconButton("##Move", FontAwesomeIcon.ArrowsUpDown,
|
|
||||||
ImGui.ColorConvertU32ToFloat4(ImGui.GetColorU32(ImGuiCol.ButtonActive)));
|
|
||||||
}
|
|
||||||
else
|
|
||||||
ImGuiComponents.IconButton("##Move", FontAwesomeIcon.ArrowsUpDown);
|
|
||||||
|
|
||||||
if (_draggedItem == null && ImGui.IsItemActive() && ImGui.IsMouseDragging(ImGuiMouseButton.Left))
|
|
||||||
_draggedItem = quest.Id;
|
|
||||||
|
|
||||||
ImGui.SameLine();
|
|
||||||
}
|
|
||||||
else
|
|
||||||
{
|
|
||||||
ImGui.PushFont(UiBuilder.IconFont);
|
|
||||||
ImGui.SameLine(ImGui.GetContentRegionAvail().X +
|
|
||||||
ImGui.GetStyle().WindowPadding.X -
|
|
||||||
ImGui.CalcTextSize(FontAwesomeIcon.Times.ToIconString()).X -
|
|
||||||
ImGui.GetStyle().FramePadding.X * 2);
|
|
||||||
ImGui.PopFont();
|
|
||||||
}
|
|
||||||
|
|
||||||
if (ImGuiComponents.IconButton($"##Remove{i}", FontAwesomeIcon.Times))
|
|
||||||
itemToRemove = quest;
|
|
||||||
|
|
||||||
ImGui.PopID();
|
|
||||||
|
|
||||||
Vector2 bottomRight = new Vector2(topLeft.X + width,
|
|
||||||
ImGui.GetCursorScreenPos().Y - ImGui.GetStyle().ItemSpacing.Y + 2);
|
|
||||||
itemPositions.Add((topLeft, bottomRight));
|
|
||||||
}
|
|
||||||
|
|
||||||
if (!ImGui.IsMouseDragging(ImGuiMouseButton.Left))
|
|
||||||
_draggedItem = null;
|
|
||||||
else if (_draggedItem != null)
|
|
||||||
{
|
|
||||||
var draggedItem = priorityQuests.Single(x => x.Id == _draggedItem);
|
|
||||||
int oldIndex = priorityQuests.IndexOf(draggedItem);
|
|
||||||
|
|
||||||
var (topLeft, bottomRight) = itemPositions[oldIndex];
|
|
||||||
ImGui.GetWindowDrawList().AddRect(topLeft, bottomRight, ImGui.GetColorU32(ImGuiColors.DalamudGrey), 3f,
|
|
||||||
ImDrawFlags.RoundCornersAll);
|
|
||||||
|
|
||||||
int newIndex = itemPositions.FindIndex(x => ImGui.IsMouseHoveringRect(x.TopLeft, x.BottomRight, true));
|
|
||||||
if (newIndex >= 0 && oldIndex != newIndex)
|
|
||||||
{
|
|
||||||
itemToAdd = priorityQuests.Single(x => x.Id == _draggedItem);
|
|
||||||
indexToAdd = newIndex;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
if (itemToRemove != null)
|
|
||||||
{
|
|
||||||
priorityQuests.Remove(itemToRemove);
|
|
||||||
}
|
|
||||||
|
|
||||||
if (itemToAdd != null)
|
|
||||||
{
|
|
||||||
priorityQuests.Remove(itemToAdd);
|
|
||||||
priorityQuests.Insert(indexToAdd, itemToAdd);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
@ -31,7 +31,6 @@ internal sealed partial class ActiveQuestComponent
|
|||||||
private readonly ICommandManager _commandManager;
|
private readonly ICommandManager _commandManager;
|
||||||
private readonly Configuration _configuration;
|
private readonly Configuration _configuration;
|
||||||
private readonly QuestRegistry _questRegistry;
|
private readonly QuestRegistry _questRegistry;
|
||||||
private readonly PriorityWindow _priorityWindow;
|
|
||||||
private readonly IChatGui _chatGui;
|
private readonly IChatGui _chatGui;
|
||||||
|
|
||||||
public ActiveQuestComponent(
|
public ActiveQuestComponent(
|
||||||
@ -43,7 +42,6 @@ internal sealed partial class ActiveQuestComponent
|
|||||||
ICommandManager commandManager,
|
ICommandManager commandManager,
|
||||||
Configuration configuration,
|
Configuration configuration,
|
||||||
QuestRegistry questRegistry,
|
QuestRegistry questRegistry,
|
||||||
PriorityWindow priorityWindow,
|
|
||||||
IChatGui chatGui)
|
IChatGui chatGui)
|
||||||
{
|
{
|
||||||
_questController = questController;
|
_questController = questController;
|
||||||
@ -54,7 +52,6 @@ internal sealed partial class ActiveQuestComponent
|
|||||||
_commandManager = commandManager;
|
_commandManager = commandManager;
|
||||||
_configuration = configuration;
|
_configuration = configuration;
|
||||||
_questRegistry = questRegistry;
|
_questRegistry = questRegistry;
|
||||||
_priorityWindow = priorityWindow;
|
|
||||||
_chatGui = chatGui;
|
_chatGui = chatGui;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -114,10 +111,6 @@ internal sealed partial class ActiveQuestComponent
|
|||||||
_questController.Stop("Manual (no active quest)");
|
_questController.Stop("Manual (no active quest)");
|
||||||
_gatheringController.Stop("Manual (no active quest)");
|
_gatheringController.Stop("Manual (no active quest)");
|
||||||
}
|
}
|
||||||
|
|
||||||
ImGui.SameLine();
|
|
||||||
if (ImGuiComponents.IconButton(FontAwesomeIcon.SortAmountDown))
|
|
||||||
_priorityWindow.Toggle();
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -300,10 +293,6 @@ internal sealed partial class ActiveQuestComponent
|
|||||||
ImGui.PopStyleColor();
|
ImGui.PopStyleColor();
|
||||||
ImGui.EndDisabled();
|
ImGui.EndDisabled();
|
||||||
|
|
||||||
ImGui.SameLine();
|
|
||||||
if (ImGuiComponents.IconButton(FontAwesomeIcon.SortAmountDown))
|
|
||||||
_priorityWindow.Toggle();
|
|
||||||
|
|
||||||
if (_commandManager.Commands.TryGetValue("/questinfo", out var commandInfo))
|
if (_commandManager.Commands.TryGetValue("/questinfo", out var commandInfo))
|
||||||
{
|
{
|
||||||
ImGui.SameLine();
|
ImGui.SameLine();
|
||||||
|
@ -19,22 +19,19 @@ internal sealed class QuestTooltipComponent
|
|||||||
private readonly TerritoryData _territoryData;
|
private readonly TerritoryData _territoryData;
|
||||||
private readonly QuestFunctions _questFunctions;
|
private readonly QuestFunctions _questFunctions;
|
||||||
private readonly UiUtils _uiUtils;
|
private readonly UiUtils _uiUtils;
|
||||||
private readonly Configuration _configuration;
|
|
||||||
|
|
||||||
public QuestTooltipComponent(
|
public QuestTooltipComponent(
|
||||||
QuestRegistry questRegistry,
|
QuestRegistry questRegistry,
|
||||||
QuestData questData,
|
QuestData questData,
|
||||||
TerritoryData territoryData,
|
TerritoryData territoryData,
|
||||||
QuestFunctions questFunctions,
|
QuestFunctions questFunctions,
|
||||||
UiUtils uiUtils,
|
UiUtils uiUtils)
|
||||||
Configuration configuration)
|
|
||||||
{
|
{
|
||||||
_questRegistry = questRegistry;
|
_questRegistry = questRegistry;
|
||||||
_questData = questData;
|
_questData = questData;
|
||||||
_territoryData = territoryData;
|
_territoryData = territoryData;
|
||||||
_questFunctions = questFunctions;
|
_questFunctions = questFunctions;
|
||||||
_uiUtils = uiUtils;
|
_uiUtils = uiUtils;
|
||||||
_configuration = configuration;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public void Draw(IQuestInfo quest)
|
public void Draw(IQuestInfo quest)
|
||||||
@ -108,13 +105,13 @@ internal sealed class QuestTooltipComponent
|
|||||||
|
|
||||||
foreach (var q in quest.PreviousQuests)
|
foreach (var q in quest.PreviousQuests)
|
||||||
{
|
{
|
||||||
if (_questData.TryGetQuestInfo(q.QuestId, out var qInfo))
|
if (_questData.TryGetQuestInfo(q, out var qInfo))
|
||||||
{
|
{
|
||||||
var (iconColor, icon, _) = _uiUtils.GetQuestStyle(q.QuestId);
|
var (iconColor, icon, _) = _uiUtils.GetQuestStyle(q);
|
||||||
if (!_questRegistry.IsKnownQuest(qInfo.QuestId))
|
if (!_questRegistry.IsKnownQuest(qInfo.QuestId))
|
||||||
iconColor = ImGuiColors.DalamudGrey;
|
iconColor = ImGuiColors.DalamudGrey;
|
||||||
|
|
||||||
_uiUtils.ChecklistItem(FormatQuestUnlockName(qInfo, _questFunctions.IsQuestComplete(q.QuestId) ? byte.MinValue : q.Sequence), iconColor, icon);
|
_uiUtils.ChecklistItem(FormatQuestUnlockName(qInfo), iconColor, icon);
|
||||||
|
|
||||||
if (qInfo is QuestInfo qstInfo && (counter <= 2 || icon != FontAwesomeIcon.Check))
|
if (qInfo is QuestInfo qstInfo && (counter <= 2 || icon != FontAwesomeIcon.Check))
|
||||||
DrawQuestUnlocks(qstInfo, counter + 1);
|
DrawQuestUnlocks(qstInfo, counter + 1);
|
||||||
@ -191,17 +188,11 @@ internal sealed class QuestTooltipComponent
|
|||||||
ImGui.Unindent();
|
ImGui.Unindent();
|
||||||
}
|
}
|
||||||
|
|
||||||
private string FormatQuestUnlockName(IQuestInfo questInfo, byte sequence = 0)
|
private static string FormatQuestUnlockName(IQuestInfo questInfo)
|
||||||
{
|
{
|
||||||
string name = questInfo.Name;
|
|
||||||
if (_configuration.Advanced.AdditionalStatusInformation && sequence != 0)
|
|
||||||
name += $" {SeIconChar.ItemLevel.ToIconString()}";
|
|
||||||
|
|
||||||
if (questInfo.IsMainScenarioQuest)
|
if (questInfo.IsMainScenarioQuest)
|
||||||
name += $" ({questInfo.QuestId}, MSQ)";
|
return $"{questInfo.Name} ({questInfo.QuestId}, MSQ)";
|
||||||
else
|
else
|
||||||
name += $" {questInfo.Name} ({questInfo.QuestId})";
|
return $"{questInfo.Name} ({questInfo.QuestId})";
|
||||||
|
|
||||||
return name;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user