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

Trinity - Barbarian Class

I assume its the one kingkongor and such use ickwjl? hota-smash/rend-lacerate(swappable)/overpower - ks/wotb - thrive/battle rage - into the fray/frenzy - maniac?
 
why do most people here still use WW when HOTA, rend build is better now?

i've tried HOTA several times and with the bot configuration it does not spam HOTA very well and has horrible surviability... maybe if it was fixed it would be viable but IMO right now HOTA is not viable unless ur doing mp0-1.
 
I'm using a whirlwind build and I'm having troubles with WoTB as he is spending all fury with whirlwind and almost never has enough fury to active the WoTB. Any fix for this ? Like, if elite present, stop using whirlwind until WoTB is activated (and isn't in cold down of course).
Thanks.

Is it possible that it's only saving fury for specials when not using whirlwind ? I think that the code related to this part is this:

Code:
  // This segment is for people who[b] DON'T have whirlwind[/b]
                             (!hashPowerHotbarAbilities.Contains(SNOPower.Barbarian_Whirlwind) &&
                                (
                                // *DON'T* use rend if we currently have wrath/earthquake/call available & needed but need to save up energy energy
                                [b](!bWaitingForSpecial[/b] || playerStatus.dCurrentEnergy >= 75) &&
                                // Bunch of optionals now that go hand in hand with all of the above...
                                    (
                                    // Either off full 4 second or so cooldown...
                                     GilesUseTimer(SNOPower.Barbarian_Rend) ||
                                    // ... or ability to spam rend every 0.4 seconds if more enemies in range than when last used rend...
                                     (iAnythingWithinRange[RANGE_6] > iWithinRangeLastRend && DateTime.Now.Subtract(dictAbilityLastUse[SNOPower.Barbarian_Rend]).TotalMilliseconds >= 1000) ||
                                    // ... or ability to spam rend every 1.1 seconds if current primary target changes...
                                     (targetCurrent.iThisACDGUID != iACDGUIDLastRend && DateTime.Now.Subtract(dictAbilityLastUse[SNOPower.Barbarian_Rend]).TotalMilliseconds >= 1800) ||
                                    // ... or ability to spam rend every 1.5 seconds with almost full fury
                                     (playerStatus.dCurrentEnergyPct >= 0.85 && DateTime.Now.Subtract(dictAbilityLastUse[SNOPower.Barbarian_Rend]).TotalMilliseconds >= 2500) ||
                                    // ... or ability to spam rend every 2 seconds with a lot of fury
                                     (playerStatus.dCurrentEnergyPct >= 0.65 && DateTime.Now.Subtract(dictAbilityLastUse[SNOPower.Barbarian_Rend]).TotalMilliseconds >= 3500)
                                    )
                                )) ||
                             // This segment is for people who [b]*DO* have whirlwind[/b]
                             (hashPowerHotbarAbilities.Contains(SNOPower.Barbarian_Whirlwind) &&
                                    // See if it's off-cooldown and at least 40 fury, or use as a fury dump
                                    (settings.bFuryDumpWrath && playerStatus.dCurrentEnergyPct >= 0.92 && GilesHasBuff(SNOPower.Barbarian_WrathOfTheBerserker)) ||
                                    (settings.bFuryDumpAlways && playerStatus.dCurrentEnergyPct >= 0.92) ||
                                    (DateTime.Now.Subtract(dictAbilityLastUse[SNOPower.Barbarian_Rend]).TotalMilliseconds >= 2800)
                                 ) &&
                                 // Max once every 1.2 seconds even if fury dumping, so sprint can be fury dumped too
                                 DateTime.Now.Subtract(dictAbilityLastUse[SNOPower.Barbarian_Rend]).TotalMilliseconds >= 1200 &&
                                 // 3+ mobs of any kind at close range *OR* one elite/boss/special at close range
                                 (
                                    (iAnythingWithinRange[RANGE_15] >= 3 && iElitesWithinRange[RANGE_12] >= 1) ||
                                    (iAnythingWithinRange[RANGE_15] >= 3 && targetCurrent.bThisTreasureGoblin && targetCurrent.fRadiusDistance <= 13f) ||
                                    iAnythingWithinRange[RANGE_15] >= 5 ||
                                    ((targetCurrent.bThisEliteRareUnique || targetCurrent.bThisBoss) && targetCurrent.fRadiusDistance <= 13f && iAnythingWithinRange[RANGE_15] >= 3)
                                 )
                             )

LOL I've just notied this....

1.6.3.2 changes/fixes:
-- Whirlwind will always be used if there's enough fury; (no pauses to bash)
* Primary attack will be used when there is only one non-elite mob left on the screen, with less than 30% hp;
* Obviously, primary attack will be used if you don't have enough fury to ww, and in certain mobs if you check Selective Whirlwind;

-- Whirlwind do not wait for Wrath of the Berserk anymore; (more harm than good)
It should be optional to active such behaviour, I find it more usefull than harm with high MP levels.
 
Last edited:
so what mp are you playing on and what type of modifications did you do to trinitiy??? I have pretty much same stats but only average about 15-17 63 rares per hour.
Mp0 and i took out some trivial checks for fury costs and avoidance and such from gilestrinity. My rares dropped down to 17 after a while but im going to do a fresh db install because of stuck issues.
 
I figured this might not be the right section but I'll give it a shot. Feel free to move it.

Alot of times i find my barb standing next to enemies, out of fury to ww, doing nothing for a few seconds and then he start to swing 3-5 normal attacks before finally hitting a bash to get some fury. For someone who isn't very well geared this is enough to take my life and frankly it's becoming quite annoying. Perhaps there's a way to make him bash to about 60% fury and then start to ww when he goes into a fight empty? I've checked giles regarding fury dumps and stuff but without success.

Also, as someone else already stated, my bot also backtracks.

Any ideas?
 
Last edited:
i'm on a WW barb

would like to find out if it is possible for Rend to proc everytime the character is below a certain percentage in health? Many times have i noticed that the character doesn't proc Rend when needed, prioritizing Globes/Pots
 
Any chance to implement my build? Using rend whenever i'm sorrounded? and keep debuff up? Its just like Tornado WW barb, but w/o the Warcry using Rend with Bloodlust. Can it be done?

This one: Barbarian - Game Guide - Diablo III

Proven to work on MP10 act 3 inferno with decent gear. That's what i'm using.
 
Last edited:
Any chance to implement my build? Using rend whenever i'm sorrounded? and keep debuff up? Its just like Tornado WW barb, but w/o the Warcry using Rend with Bloodlust. Can it be done?

This one: Barbarian - Game Guide - Diablo III

Proven to work on MP10 act 3 inferno with decent gear. That's what i'm using.

I would also like this, this build is actually great for higher mp's, so he could ww around and use rend every time when lets say 4+ mobs are around, so u get massive hp regen and still deal shitload of dmg with rend and standard ww build.
 
+1, it uses it only sometimes but its god mode when it does due to life leech
 
I have a WW Barb geared 120k Unbuffed with 50K hp, dont die in Mp3 Act III but runs are as slow as 55mins per run . Am at 24% Movement speed. Not sure whats wrong . I have 2 monks doing like 35mins per run.
 
I have a WW Barb geared 120k Unbuffed with 50K hp, dont die in Mp3 Act III but runs are as slow as 55mins per run . Am at 24% Movement speed. Not sure whats wrong . I have 2 monks doing like 35mins per run.

Dual wield dps or Skorn? If its skorn that's just paper dps and means nothing.Tho with that gear you should have like 50-60% CC and close to 500 CD , 500 AR and you should be good to go, but again i ask u what kind of weapons u have?
 
Dual wield dps or Skorn? If its skorn that's just paper dps and means nothing.Tho with that gear you should have like 50-60% CC and close to 500 CD , 500 AR and you should be good to go, but again i ask u what kind of weapons u have?

2 1h mighty weapon . i have to double check my CD but CC is around that range . How mins per run does a good barb get ?
 
Any chance to implement my build? Using rend whenever i'm sorrounded? and keep debuff up? Its just like Tornado WW barb, but w/o the Warcry using Rend with Bloodlust. Can it be done?

This one: Barbarian - Game Guide - Diablo III

Proven to work on MP10 act 3 inferno with decent gear. That's what i'm using.

i'm using the exact same build as you but it is not working as i desire.

right now i swapped Rend for Revenge(Provocation) as Rend is not casting as much as i would like
 
i'm using the exact same build as you but it is not working as i desire.

right now i swapped Rend for Revenge(Provocation) as Rend is not casting as much as i would like
That's cause it is not implemented. I'm using it by hand. =\
 
Any chance to implement my build? Using rend whenever i'm sorrounded? and keep debuff up? Its just like Tornado WW barb, but w/o the Warcry using Rend with Bloodlust. Can it be done?

This one: Barbarian - Game Guide - Diablo III

Proven to work on MP10 act 3 inferno with decent gear. That's what i'm using.

Any chance that you could share your character sheet somehow so i could try to build my chara by it
 
Any chance that you could share your character sheet somehow so i could try to build my chara by it
Sorry =\ Nope... But you can always check diabloprogress.com and compare yours with top tiers.
 
Back
Top