forked from aly/qstbak
muffin v7.4.18
This commit is contained in:
parent
53aa9fdee8
commit
f82b9ce2a2
50 changed files with 142364 additions and 230361 deletions
|
|
@ -119,14 +119,10 @@ internal static class AethernetShortcut
|
|||
List<Vector3> list = new List<Vector3>(num);
|
||||
CollectionsMarshal.SetCount(list, num);
|
||||
Span<Vector3> span = CollectionsMarshal.AsSpan(list);
|
||||
int num2 = 0;
|
||||
span[num2] = new Vector3(0f, 8.442986f, 9f);
|
||||
num2++;
|
||||
span[num2] = new Vector3(9f, 8.442986f, 0f);
|
||||
num2++;
|
||||
span[num2] = new Vector3(-9f, 8.442986f, 0f);
|
||||
num2++;
|
||||
span[num2] = new Vector3(0f, 8.442986f, -9f);
|
||||
span[0] = new Vector3(0f, 8.442986f, 9f);
|
||||
span[1] = new Vector3(9f, 8.442986f, 0f);
|
||||
span[2] = new Vector3(-9f, 8.442986f, 0f);
|
||||
span[3] = new Vector3(0f, 8.442986f, -9f);
|
||||
Vector3 to = list.MinBy((Vector3 x) => Vector3.Distance(playerPosition, x));
|
||||
_moving = true;
|
||||
movementController.NavigateTo(EMovementType.Quest, (uint)base.Task.From, to, fly: false, sprint: true, 0.25f);
|
||||
|
|
|
|||
|
|
@ -257,14 +257,10 @@ internal static class AetheryteShortcut
|
|||
List<Vector3> list = new List<Vector3>(num);
|
||||
CollectionsMarshal.SetCount(list, num);
|
||||
Span<Vector3> span = CollectionsMarshal.AsSpan(list);
|
||||
int num2 = 0;
|
||||
span[num2] = new Vector3(0f, 8.8f, 15.5f);
|
||||
num2++;
|
||||
span[num2] = new Vector3(0f, 8.8f, -15.5f);
|
||||
num2++;
|
||||
span[num2] = new Vector3(15.5f, 8.8f, 0f);
|
||||
num2++;
|
||||
span[num2] = new Vector3(-15.5f, 8.8f, 0f);
|
||||
span[0] = new Vector3(0f, 8.8f, 15.5f);
|
||||
span[1] = new Vector3(0f, 8.8f, -15.5f);
|
||||
span[2] = new Vector3(15.5f, 8.8f, 0f);
|
||||
span[3] = new Vector3(-15.5f, 8.8f, 0f);
|
||||
dictionary.Add(EAetheryteLocation.SolutionNine, list);
|
||||
AetherytesToMoveFrom = dictionary;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue