I found out something useful in the coding if u change
Register("Leap Slam", ret => BestTarget.Distance > 40 && BestTarget.IsInLineOfSight); I am not sure if its 40
then change it to
Register("Leap Slam", ret => BestTarget.Distance > 5 && BestTarget.IsInLineOfSight);
it uses it more .
Register("Leap Slam", ret => BestTarget.Distance > 40 && BestTarget.IsInLineOfSight); I am not sure if its 40
then change it to
Register("Leap Slam", ret => BestTarget.Distance > 5 && BestTarget.IsInLineOfSight);
it uses it more .






