forked from aly/qstbak
muffin v6.29
This commit is contained in:
parent
35a2f8bc36
commit
5885c72e0f
3 changed files with 57 additions and 17 deletions
|
|
@ -82042,12 +82042,30 @@ public static class AssemblyQuestLoader
|
|||
{
|
||||
Sequence = 3
|
||||
};
|
||||
num3 = 1;
|
||||
num3 = 2;
|
||||
List<QuestStep> list39 = new List<QuestStep>(num3);
|
||||
CollectionsMarshal.SetCount(list39, num3);
|
||||
span3 = CollectionsMarshal.AsSpan(list39);
|
||||
num2 = 0;
|
||||
span3[num2] = new QuestStep(EInteractionType.Interact, 1000471u, new Vector3(-60.471558f, 0.19999865f, 6.301941f), 148);
|
||||
num2++;
|
||||
span3[num2] = new QuestStep(EInteractionType.PurchaseItem, 1000220u, new Vector3(16.189758f, -8.010209f, -15.640564f), 148)
|
||||
{
|
||||
ItemId = 4868u,
|
||||
ItemCount = 1,
|
||||
SkipConditions = new SkipConditions
|
||||
{
|
||||
StepIf = new SkipStepConditions
|
||||
{
|
||||
Item = new SkipItemConditions()
|
||||
}
|
||||
},
|
||||
PurchaseMenu = new PurchaseMenu
|
||||
{
|
||||
ExcelSheet = "GilShop",
|
||||
Key = new ExcelRef(262773u)
|
||||
}
|
||||
};
|
||||
obj24.Steps = list39;
|
||||
reference29 = obj24;
|
||||
num++;
|
||||
|
|
@ -464646,7 +464664,7 @@ public static class AssemblyQuestLoader
|
|||
CollectionsMarshal.SetCount(list48, index2);
|
||||
span3 = CollectionsMarshal.AsSpan(list48);
|
||||
num2 = 0;
|
||||
span3[num2] = new QuestStep(EInteractionType.AcceptQuest, 1054636u, new Vector3(506.70618f, 142.24991f, 800.2289f), 1187)
|
||||
span3[num2] = new QuestStep(EInteractionType.AcceptQuest, 1054635u, new Vector3(493.2173f, 142.24991f, 783.0471f), 1187)
|
||||
{
|
||||
Fly = true,
|
||||
AetheryteShortcut = EAetheryteLocation.UrqopachaWorlarsEcho,
|
||||
|
|
@ -464709,7 +464727,7 @@ public static class AssemblyQuestLoader
|
|||
}
|
||||
};
|
||||
num2++;
|
||||
span3[num2] = new QuestStep(EInteractionType.CompleteQuest, 1054636u, new Vector3(506.70618f, 142.24991f, 800.2289f), 1187)
|
||||
span3[num2] = new QuestStep(EInteractionType.CompleteQuest, 1054635u, new Vector3(493.2173f, 142.24991f, 783.0471f), 1187)
|
||||
{
|
||||
Fly = true,
|
||||
AetheryteShortcut = EAetheryteLocation.UrqopachaWorlarsEcho,
|
||||
|
|
@ -465462,7 +465480,8 @@ public static class AssemblyQuestLoader
|
|||
ref QuestStep reference59 = ref span3[num2];
|
||||
QuestStep obj59 = new QuestStep(EInteractionType.Interact, 1054640u, new Vector3(496.11658f, 142.24991f, 801.6022f), 1187)
|
||||
{
|
||||
TargetTerritoryId = (ushort)1297
|
||||
TargetTerritoryId = (ushort)1297,
|
||||
Fly = true
|
||||
};
|
||||
SkipConditions skipConditions8 = new SkipConditions();
|
||||
SkipStepConditions skipStepConditions8 = new SkipStepConditions();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue