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.