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

Need help for barb combat.cs

asd3612808

New Member
Joined
Apr 27, 2014
Messages
6
Reaction score
0
For the barb, when they see only one trash mob, he doesn't Leap, how can I fix that?

public static bool CanUseLeap
{
get
{
return
!UseOOCBuff &&
!Player.IsIncapacitated &&
CanCast(SNOPower.Barbarian_Leap) &&
(TargetUtil.ClusterExists(15f, 35f, V.I("Barbarian.Leap.TrashCount")) || CurrentTarget.IsBossOrEliteRareUnique);
}
}
 
Just open the Variables tab in the Trinity settings, there is one named Leap.TrashCount: change it to 1 and bot will leap as much as it can.
 
Back
Top