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 my barb 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);
}
}
 
Plugins → Trinity → TAB:Variable → Open Trinity Variable Configuration

Find Barbarian.Leap.TrashCount setting
And Change the value to 1 and save it.
 
Back
Top