From: Liza Carvelli Date: Sun, 16 Jun 2024 14:13:11 +0000 (+0200) Subject: Aetheryte Shortcut: Extend range check X-Git-Tag: v0.16~9 X-Git-Url: https://git.jacobcasper.com/?a=commitdiff_plain;h=8e12b28f93428a934a5343b23822fdc905933e40;p=Questionable.git Aetheryte Shortcut: Extend range check --- diff --git a/Questionable/Controller/Steps/BaseFactory/AetheryteShortcut.cs b/Questionable/Controller/Steps/BaseFactory/AetheryteShortcut.cs index 5a9b3b86..7a9655ef 100644 --- a/Questionable/Controller/Steps/BaseFactory/AetheryteShortcut.cs +++ b/Questionable/Controller/Steps/BaseFactory/AetheryteShortcut.cs @@ -75,7 +75,7 @@ internal static class AetheryteShortcut } Vector3 pos = clientState.LocalPlayer!.Position; - if (aetheryteData.CalculateDistance(pos, territoryType, TargetAetheryte) < 11 || + if (aetheryteData.CalculateDistance(pos, territoryType, TargetAetheryte) < 20 || (Step.AethernetShortcut != null && (aetheryteData.CalculateDistance(pos, territoryType, Step.AethernetShortcut.From) < 20 || aetheryteData.CalculateDistance(pos, territoryType, Step.AethernetShortcut.To) < 20)))