예제 #1
0
        // ------------------------------------------------------------------------------------------------------------------------------------------------------------
        // Ult Position Bestimmen
        private static Vector3 GetPosition()
        {
            Vector3 newPosition;

            newPosition = Player.Instance.Position.Extend(SpellOption.GetPunkt(), SpellOption.R.Range).To3DWorld();

            return(newPosition);
        }
예제 #2
0
        private static void Loading_OnLoadingComplete(EventArgs e)
        {
            if (SpellOption.Spieler.ChampionName != "Ryze")
            {
                Chat.Print("[Ryze] Deaktiviert.");
                return;
            }

            SpellOption.SetupPrediction();
            SpellOption.Spells();
            Menü.SetupMenu();

            Game.OnTick            += Game_OnTick;
            Drawing.OnDraw         += SpellDrawings.Drawing_OnDraw;
            AIHeroClient.OnLevelUp += UltRange;
        }
예제 #3
0
 public static void Setup(object sender, EventArgs args)
 {
     SpellOption.SetupPrediction();
     SpellOption.SetupShield(AutoShield["Active"].Cast <CheckBox>().CurrentValue);
 }