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

barb furious charge

Ghostlorrrd

New Member
Joined
Jun 2, 2014
Messages
263
Reaction score
1
Hi guys was wondering if someone has edited their combar routine for the barb furious charge build.
If so, is it possible to share with your fellow botters ( like me :P )
 
Well maybe i asked the wrong queston haha, has anyone optimized his combat routine :P as I do see some flaws in it but Im not really into programming stuff so not able to adjust anything I want
 
open db\Plugins\Trinity\Combat\Abilities\BarbarianCombat.cs

look for Code:

public static bool CanUseFuriousCharge
{
get
{
if (UseOOCBuff)
return false;

var bestTarget = TargetUtil.GetBestPierceTarget(35f);
int unitsInFrontOfBestTarget = 0;

if (bestTarget != null)
unitsInFrontOfBestTarget = bestTarget.CountUnitsInFront();

bool currentEliteTargetInRange = CurrentTarget.RadiusDistance > 7f && CurrentTarget.IsBossOrEliteRareUnique && CurrentTarget.RadiusDistance <= 35f;

return CanCast(SNOPower.Barbarian_FuriousCharge, CanCastFlags.NoTimer) &&
(currentEliteTargetInRange || unitsInFrontOfBestTarget >= 3 || Sets.TheLegacyOfRaekor.IsFullyEquipped);

}
}


get around 60% cdr and change it to:

Code:
public static bool CanUseFuriousCharge
{
get
{
if (UseOOCBuff)
return false;

var bestTarget = TargetUtil.GetBestPierceTarget(35f);
int unitsInFrontOfBestTarget = 0;

if (bestTarget != null)
unitsInFrontOfBestTarget = bestTarget.CountUnitsInFront();

return CanCast(SNOPower.Barbarian_FuriousCharge, CanCastFlags.NoTimer) &&
(unitsInFrontOfBestTarget >= 1 || CurrentTarget.HitPoints >= 100000000);

}
}

U can try modifying until u get what u need.

Original thread? https://www.thebuddyforum.com/archives/178313-furious-charge-routine.html
 
Last edited:
Can someone tell if i can make it charge even on a single target plz ? :s
 
You can combine according to your build/CR/Damage/etc..:

"unitsInFrontOfBestTarget >= 1" --- If cooldown reduction 20-30%, you may set 3 or 4 here. So it will spam furious charge only when this ammount of enemies in front.

"CurrentTarget.HitPoints >= 100000000" ---- If you are not satisfied with unitsInFrontOfBestTarget, you can try combine with the "importance" of the target.

"currentEliteTargetInRange" ---- Use this to try spam FC just on elites



But If you WANT it to spam FC on every single target, you better go to Trinity Settings -> Combat -> Barbarian -> Select "Use Furious Charge OOC" as well as "Use Threatening shout OOC"



In my case I prefer to spam FC just when more than 4 enemies or elites.

return CanCast(SNOPower.Barbarian_FuriousCharge, CanCastFlags.NoTimer) &&
(unitsInFrontOfBestTarget >= 3 || currentEliteTargetInRange);
 
return CanCast(SNOPower.Barbarian_FuriousCharge, CanCastFlags.NoTimer) &&
(unitsInFrontOfBestTarget >= 3 || currentEliteTargetInRange);


I wil try this.
Edit: can't make it work, do you mind charing your settings plz ?
 
Last edited:
Yeah that is a nice build I am fooling around with, but sometimes I feel like mixing it up with Cota. but I rather have Cota spawned only on elites or if the mob dens gets to big and get in trouble to lets say, 15/20 +- mobs and below a certain %life ^^

and yes I know you can look at how for you've got DB so far :D
 
Last edited:
Can you share a build for this? Is it the Raekors set charge build?

Barbarian Build Furious Charge/Physical with The Legacy of Raekor (Patch 2.1.2) - Icy Veins

I can make Trinity to magical things, but you need to tell me exactly what you want :)

I am doing FC with Fire variation. One thing I can tell you is FC Barb is definitely stronger than Pony Crusader. I couldn't get any great rift key level 40, not even 39 with Crusader but I got level 42 key for G-Rift with Barb. When you play G-Rift level 38, even mob # 7-8 can be overwhelming. We need to use Cota for even 7-8 mobs around.
Another thing is optimizing FC to spam all the time if there is more than 2 mobs.
 
Does Furious Charge build with Sprint instead of Frenzy work?, I mean is the bot able to kill rift guard without having that primary ability?
 
Does Furious Charge build with Sprint instead of Frenzy work?, I mean is the bot able to kill rift guard without having that primary ability?

You need a single target skill of some sort, which Furious Charge isn't, and Frenzy is currently the most optimal. I'm running it with Vanguard to get the movement speed boost.
 
You need a single target skill of some sort, which Furious Charge isn't, and Frenzy is currently the most optimal. I'm running it with Vanguard to get the movement speed boost.

Agree. I am running 70(low para) with crap gear T1 with the charge build. Tried running WW (w/o wrath and COTA) and it took forever to clear bosses. Switched it up to Frenzy, and some minor modification and its much more manageable single target for the bot, and still destroys trash with the chain Furious Charges (fueled by merciless).

I was lucky enough to nab the revised "the undisputed champion" so frenzy runs with all runes.

Trinity in default settings seems to manage furious charge amazingly well- except on single targets. Sometimes it lets the charge sit when I would rather it blow the uses on the Rift Guardian for bonus damage.

I am fairly new to barb, but apparently you can animation cancel furious charge I think, via mapping something to a keybind, haven't fully investigated that though.
 
Agree. I am running 70(low para) with crap gear T1 with the charge build. Tried running WW (w/o wrath and COTA) and it took forever to clear bosses. Switched it up to Frenzy, and some minor modification and its much more manageable single target for the bot, and still destroys trash with the chain Furious Charges (fueled by merciless).

I was lucky enough to nab the revised "the undisputed champion" so frenzy runs with all runes.

Trinity in default settings seems to manage furious charge amazingly well- except on single targets. Sometimes it lets the charge sit when I would rather it blow the uses on the Rift Guardian for bonus damage.

I am fairly new to barb, but apparently you can animation cancel furious charge I think, via mapping something to a keybind, haven't fully investigated that though.

I'm thinking of adding a configuration to Barb settings that allows FC on single targets. Seems there's plenty of situations where it would be useful, especially with high CDR.
 
I was lucky enough to nab the revised "the undisputed champion" so frenzy runs with all runes.



I am fairly new to barb, but apparently you can animation cancel furious charge I think, via mapping something to a keybind, haven't fully investigated that though.

What is revised "undisputed champion"?



You need a single target skill of some sort, which Furious Charge isn't, and Frenzy is currently the most optimal. I'm running it with Vanguard to get the movement speed boost.

How high g-rift can your barb clear with Vanguard?
 
You need a single target skill of some sort, which Furious Charge isn't, and Frenzy is currently the most optimal. I'm running it with Vanguard to get the movement speed boost.

That's also what I do when botting :) - but when I play manually I can replace Frenzy with Spring (tornado thingie) which does more than enough dmg to kill rift guards just by sprinting around them
 
Last edited:
Back
Top