"Sequence": 2,
"Steps": [
{
- "DataId": 2002439,
"Position": {
- "X": -232.80695,
- "Y": -28.793823,
- "Z": 125.29175
+ "X": -231.99818,
+ "Y": -28.997791,
+ "Z": 123.01078
},
"TerritoryId": 141,
- "InteractionType": "UseItem",
- "ItemId": 2000951,
+ "InteractionType": "WalkTo",
"AethernetShortcut": [
"[Ul'dah] Goldsmiths' Guild",
"[Ul'dah] Gate of Nald (Central Thanalan)"
],
"Fly": true
+ },
+ {
+ "DataId": 2002439,
+ "Position": {
+ "X": -232.80695,
+ "Y": -28.793823,
+ "Z": 125.29175
+ },
+ "TerritoryId": 141,
+ "InteractionType": "SinglePlayerDuty",
+ "ItemId": 2000951
}
]
},
"Sequence": 0,
"Steps": [
{
- "DataId": 1006749,
- "Position": {
- "X": -30.47229,
- "Y": 13.599918,
- "Z": 95.26196
- },
"TerritoryId": 131,
- "InteractionType": "AcceptQuest",
+ "InteractionType": "EquipItem",
+ "ItemId": 4543,
"AetheryteShortcut": "Ul'dah",
"AethernetShortcut": [
"[Ul'dah] Aetheryte Plaza",
"InSameTerritory": true
}
}
+ },
+ {
+ "DataId": 1006749,
+ "Position": {
+ "X": -30.47229,
+ "Y": 13.599918,
+ "Z": 95.26196
+ },
+ "TerritoryId": 131,
+ "InteractionType": "AcceptQuest"
}
]
},
},
"TerritoryId": 146,
"InteractionType": "WalkTo",
- "Fly": true
+ "Fly": true,
+ "SkipConditions": {
+ "StepIf": {
+ "Flying": "Locked"
+ }
+ }
},
{
"Position": {
},
"TerritoryId": 146,
"InteractionType": "WalkTo",
- "Land": true
+ "Fly": true
},
{
"DataId": 2002548,
"Z": -59.55603
},
"TerritoryId": 130,
- "InteractionType": "Interact"
+ "InteractionType": "Interact",
+ "CompletionQuestVariablesFlags": [
+ null,
+ null,
+ null,
+ null,
+ null,
+ 8
+ ]
},
{
"DataId": 2001282,
"Z": -78.50769
},
"TerritoryId": 130,
- "InteractionType": "Interact"
+ "InteractionType": "Interact",
+ "CompletionQuestVariablesFlags": [
+ null,
+ null,
+ null,
+ null,
+ null,
+ 32
+ ]
},
{
"DataId": 2001283,
"Z": -98.8938
},
"TerritoryId": 130,
- "InteractionType": "Interact"
+ "InteractionType": "Interact",
+ "CompletionQuestVariablesFlags": [
+ null,
+ null,
+ null,
+ null,
+ null,
+ 16
+ ]
},
{
"DataId": 2001280,
"AethernetShortcut": [
"[Ul'dah] Adventurers' Guild",
"[Ul'dah] Thaumaturges' Guild"
+ ],
+ "CompletionQuestVariablesFlags": [
+ null,
+ null,
+ null,
+ null,
+ null,
+ 128
]
},
{
"Z": 67.33801
},
"TerritoryId": 130,
- "InteractionType": "Interact"
+ "InteractionType": "Interact",
+ "CompletionQuestVariablesFlags": [
+ null,
+ null,
+ null,
+ null,
+ null,
+ 64
+ ]
}
]
},
"Y": 7.405224,
"Z": -29.312622
},
+ "StopDistance": 6,
"TerritoryId": 141,
"InteractionType": "Interact"
}
"TerritoryId": 146,
"InteractionType": "UseItem",
"ItemId": 2000409,
- "RequiredQuestVariables": [[0], null, null, null, null, null]
+ "CompletionQuestVariablesFlags": [
+ null,
+ null,
+ null,
+ null,
+ null,
+ 16
+ ]
},
{
"Position": {
"TerritoryId": 146,
"InteractionType": "UseItem",
"ItemId": 2000409,
- "RequiredQuestVariables": [[16], null, null, null, null, null]
+ "CompletionQuestVariablesFlags": [
+ null,
+ null,
+ null,
+ null,
+ null,
+ 64
+ ]
},
{
"DataId": 2001524,
"TerritoryId": 146,
"InteractionType": "UseItem",
"ItemId": 2000409,
- "RequiredQuestVariables": [[32], null, null, null, null, null],
+ "CompletionQuestVariablesFlags": [
+ null,
+ null,
+ null,
+ null,
+ null,
+ 32
+ ],
"Fly": true
},
{
"TerritoryId": 146,
"InteractionType": "UseItem",
"ItemId": 2000409,
- "Fly": true
+ "Fly": true,
+ "CompletionQuestVariablesFlags": [
+ null,
+ null,
+ null,
+ null,
+ null,
+ 128
+ ]
}
]
},
long result = AgentInventoryContext.Instance()->UseItem(itemId);
_logger.LogInformation("UseItem result on {DataId}: {Result}", dataId, result);
-
- // TODO is 1 a generally accepted result?
- return result == 0 || (itemId == 2002450 && result == 1);
+ return result is 0 or 1;
}
return false;