Beispiel #1
0
 public void Catch(bool shouldUseWForIt, PossibleReticle Axe)
 {
     if (shouldUseWForIt && W.IsReady() && !Axe.isCatchingNow())
     {
         W.Cast();
     }
     Orbwalker.OrbwalkTo(Axe.Position);
 }
Beispiel #2
0
 public void Catch(bool shouldUseWForIt, PossibleReticle Axe)
 {
     if (shouldUseWForIt && W.IsReady() && !Axe.isCatchingNow())
     {
         W.Cast();
     }
     DeathWalker.CustomOrbwalkMode = true;
     DeathWalker.deathWalkTarget(Axe.Position.Extend(player.Position, player.BoundingRadius - 100), DeathWalker.getBestTarget());
 }