Beispiel #1
0
 private static void OnFlee()
 {
     if (W.IsReady() && Player.ManaPercent >= TristanaMenu.FleeM())
     {
         W.Cast(Player.ServerPosition.Extend(Game.CursorPos, W.Range).To3D()); //Surely not stole from MarioGK
     }
     if (R.IsReady() && Player.HealthPercent <= TristanaMenu.FleeHP())
     {
         R.Cast(Target);
     }
 }