forked from liza/Questionable
Compare commits
No commits in common. "3c2d29df1cdc1752e507c51ea3623d3e722c0f07" and "0d7d1393114b3e58e7fc2dd4e84d1d29ef43b74d" have entirely different histories.
3c2d29df1c
...
0d7d139311
@ -74,9 +74,15 @@
|
||||
"Sequence": 255,
|
||||
"Steps": [
|
||||
{
|
||||
"Position": {
|
||||
"X": 370.17212,
|
||||
"Y": -18.937208,
|
||||
"Z": 338.0957
|
||||
},
|
||||
"TerritoryId": 958,
|
||||
"InteractionType": "None",
|
||||
"Mount": false
|
||||
"InteractionType": "Action",
|
||||
"Action": "Dismount",
|
||||
"$": "need to dismount explicitly or it blocks quest turnin, gets mad at you for not using the pet hotbar action. if we do it now, we can fly to turnin, big speedup"
|
||||
},
|
||||
{
|
||||
"DataId": 1041119,
|
||||
|
@ -919,7 +919,8 @@
|
||||
"Yellow Gulal",
|
||||
"Blue Gulal",
|
||||
"Electric Flux",
|
||||
"Hop-step"
|
||||
"Hop-step",
|
||||
"Dismount"
|
||||
]
|
||||
}
|
||||
},
|
||||
|
@ -34,5 +34,6 @@ public sealed class ActionConverter() : EnumConverter<EAction>(Values)
|
||||
{ EAction.BlueGulal, "Blue Gulal" },
|
||||
{ EAction.ElectrixFlux, "Electric Flux" },
|
||||
{ EAction.HopStep, "Hop-step" },
|
||||
{ EAction.Dismount, "Dismount" },
|
||||
};
|
||||
}
|
||||
|
@ -14,7 +14,7 @@ public enum EAction
|
||||
HeavyShot = 97,
|
||||
Cure = 120,
|
||||
Cure2 = 135,
|
||||
Eukrasia = 24290,
|
||||
Eukrasia = 24290,
|
||||
Diagnosis = 24284,
|
||||
EukrasianDiagnosis = 24291,
|
||||
Esuna = 7568,
|
||||
@ -35,6 +35,7 @@ public enum EAction
|
||||
BlueGulal = 29384,
|
||||
ElectrixFlux = 29718,
|
||||
HopStep = 31116,
|
||||
Dismount = 23,
|
||||
|
||||
CollectMiner = 240,
|
||||
ScourMiner = 22182,
|
||||
@ -70,6 +71,7 @@ public static class EActionExtensions
|
||||
or EAction.YellowGulal
|
||||
or EAction.BlueGulal
|
||||
or EAction.ElectrixFlux
|
||||
or EAction.HopStep;
|
||||
or EAction.HopStep
|
||||
or EAction.Dismount;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user