What's new
  • Visit Rebornbuddy
  • Visit Resources
  • Visit API Documentation
  • Visit Downloads
  • Visit Portal
  • Visit Panda Profiles
  • Visit LLamamMagic

Leap Slam!For people who use Leap slam :3

diavolaki

New Member
Joined
Jun 3, 2014
Messages
16
Reaction score
0
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 .
 
Back
Top