Could you please post HOTA build, that you are using now?why do most people here still use WW when HOTA, rend build is better now?
Could you please post HOTA build, that you are using now?why do most people here still use WW when HOTA, rend build is better now?
why do most people here still use WW when HOTA, rend build is better now?
// 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)
)
)
It should be optional to active such behaviour, I find it more usefull than harm with high MP levels.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)
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.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.
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 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?
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.
That's cause it is not implemented. I'm using it by hand. =\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. =\
can u copy and paste of wat u edit??edit your code, my rend works perfectly fine. i have it set to just activate on elites => 2 and if health pct is <= .35
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.
Sorry =\ Nope... But you can always check diabloprogress.com and compare yours with top tiers.Any chance that you could share your character sheet somehow so i could try to build my chara by it