i agree with you source, i have been tweeking with the .cs file and the only thing i have come across to try to spam it more often is use Dump Fury always and change a few things in the .cs to the following
Code:
// Battle rage, constantly maintain
if (!bOOCBuff && hashPowerHotbarAbilities.Contains(SNOPower.Barbarian_BattleRage) && !playerStatus.bIsIncapacitated &&
// Fury Dump Options for battle rage IF they don't have sprint
(
(settings.bFuryDumpWrath && playerStatus.dCurrentEnergyPct >= 0.99 && GilesHasBuff(SNOPower.Barbarian_WrathOfTheBerserker)) ||
(settings.bFuryDumpAlways && playerStatus.dCurrentEnergyPct <= 0.1) || !GilesHasBuff(SNOPower.Barbarian_BattleRage)
) &&
playerStatus.dCurrentEnergy >= 20 && PowerManager.CanCast(SNOPower.Barbarian_BattleRage))
{
return new GilesPower(SNOPower.Barbarian_BattleRage, 0f, vNullLocation, iCurrentWorldID, -1, 0, 1, USE_SLOWLY);
}
// Hammer of the ancients spam-attacks - never use if waiting for special
if (!bOOCBuff && !bCurrentlyAvoiding && !bWaitingForSpecial && hashPowerHotbarAbilities.Contains(SNOPower.Barbarian_HammerOfTheAncients) && !playerStatus.bIsIncapacitated &&
playerStatus.dCurrentEnergy >= 20 &&
(
// More than 75 energy... *OR* 55 energy and target is high on health...
playerStatus.dCurrentEnergy >= 20 || (playerStatus.dCurrentEnergy >= 55 && targetCurrent.iThisHitPoints >= 0.10) ||
// OR... target is elite/goblin/boss...
targetCurrent.bThisEliteRareUnique || targetCurrent.bThisTreasureGoblin || targetCurrent.bThisBoss ||
// OR... player WOTB is active... OR player is low on health...
GilesHasBuff(SNOPower.Barbarian_WrathOfTheBerserker) || playerStatus.dCurrentHealthPct <= 1
) &&
GilesUseTimer(SNOPower.Barbarian_HammerOfTheAncients))
{
return new GilesPower(SNOPower.Barbarian_HammerOfTheAncients, 12f, vNullLocation, -1, targetCurrent.iThisACDGUID, 0, 0, USE_SLOWLY);
}
it ups the amount of hammer swings, but you will still get the occasional generic swing (which, ironically can crit for over 100k). The need to edit Battle Rage is so it does not spam it with every hammer swing
@Sourcemaster, i know in my 1st post i mentioned using Fury of the Vanished, i am no longer using that, i am using Skorn, and i still maintain full fury, on a side not, u can use this build as a modified throwing barb, change hammer to Throw, and you are set, always have full fury, and crits range from 100k-300k depending on weapon, it is a slower run, but it is fun to watch also.
@GilesSmith, i agree with the button for Hammer, would be GREAT! Keep up all the hard work, love it