Update positions for S9 aetheryte interactions
authorLiza Carvelli <liza@carvel.li>
Mon, 26 Aug 2024 09:14:26 +0000 (11:14 +0200)
committerLiza Carvelli <liza@carvel.li>
Mon, 26 Aug 2024 09:14:26 +0000 (11:14 +0200)
Questionable/Controller/Steps/Shared/AethernetShortcut.cs

index 29c76f0c52fa9805253ab0f579058d2dae12ef8e..8df6c49a9291b198827eaf6c2f8ebaddee02201f 100644 (file)
@@ -142,10 +142,10 @@ internal static class AethernetShortcut
                         logger.LogInformation("Moving to S9 aetheryte");
                         List<Vector3> nearbyPoints =
                         [
-                            new(7.225532f, 8.467899f, -7.1670876f),
-                            new(7.177844f, 8.467899f, 7.2216787f),
-                            new(-7.0762224f, 8.467898f, 7.1924725f),
-                            new(-7.1289554f, 8.467898f, -7.0594683f)
+                            new(0, 8.442986f, 9),
+                            new(9, 8.442986f, 0),
+                            new(-9, 8.442986f, 0),
+                            new(0, 8.442986f, -9),
                         ];
 
                         Vector3 closestPoint = nearbyPoints.MinBy(x => (playerPosition - x).Length());