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

Trinity - Barbarian Class

Hey guys!
i need an information, anyone can do MP5 with WW/Tornado build?? if it's possible, can i see your "stats" ?? Thx :D

Hi!
I'm currently doing mp6 with this build Barbarian - Game Guide - Diablo III
These are my stats:
===== Misc Statistics =====
Total tracking time: 9h 7m 2s
Total deaths: 40 [4,39 per hour]
Total games (approx): 0 [0 per hour]
Total full profile cycles: 4 [0,44 per hour]

===== Item DROP Statistics =====
Items:
Total items dropped: 6681 [732,77 per hour]

buffed with warcry and battle rage i have about: 85kdps, 9k armor, 55% crit, 400%critdmg, 800@, 40k hp, 200 loh and 5% lifesteal
 
which combat profile are u using? Im using same build. with 75k unbuff dps, 90k buffed, 350k WOTB. 6k armor, 32k life, 600AR, 991LoH, 4%LS, 700 life regen. my bot will not live past mp 1 though. i can kill any non elite upto mp 7, but any elites/champion i just die over and over. can anyone help? my main problem is that my bot will stop attacking inorder to loot, i have the loot delay set to max but it still refuses to end all the mobs before it starts to loot. is there anyway to fix this?
 
Last edited:
Hi!
I'm currently doing mp6 with this build Barbarian - Game Guide - Diablo III
These are my stats:
===== Misc Statistics =====
Total tracking time: 9h 7m 2s
Total deaths: 40 [4,39 per hour]
Total games (approx): 0 [0 per hour]
Total full profile cycles: 4 [0,44 per hour]

===== Item DROP Statistics =====
Items:
Total items dropped: 6681 [732,77 per hour]

buffed with warcry and battle rage i have about: 85kdps, 9k armor, 55% crit, 400%critdmg, 800@, 40k hp, 200 loh and 5% lifesteal

yes can you help us with your profile?? =D

best regards.-
 
Don't be an idiot and link profiles... :| may as well send Blizzard an e-mail saying you bot.
 
Profile as in Combat profile he is using for Db. read the post and you would see that is whats is being asked. not his ingame profile.
 
Hi!
I'm currently doing mp6 with this build Barbarian - Game Guide - Diablo III
These are my stats:
===== Misc Statistics =====
Total tracking time: 9h 7m 2s
Total deaths: 40 [4,39 per hour]
Total games (approx): 0 [0 per hour]
Total full profile cycles: 4 [0,44 per hour]

===== Item DROP Statistics =====
Items:
Total items dropped: 6681 [732,77 per hour]

buffed with warcry and battle rage i have about: 85kdps, 9k armor, 55% crit, 400%critdmg, 800@, 40k hp, 200 loh and 5% lifesteal


mmmm kk i?ll try!!! Thx!
 
which combat profile are u using? Im using same build. with 75k unbuff dps, 90k buffed, 350k WOTB. 6k armor, 32k life, 600AR, 991LoH, 4%LS, 700 life regen. my bot will not live past mp 1 though. i can kill any non elite upto mp 7, but any elites/champion i just die over and over. can anyone help? my main problem is that my bot will stop attacking inorder to loot, i have the loot delay set to max but it still refuses to end all the mobs before it starts to loot. is there anyway to fix this?

Ehm.. Giles? all avoidance off. Don't really know what you want me to say :)
I guess ur lacking some defence
 
hi all I am interset can you give me a profile whit Tornado Whirlwind-Barb: same on picture or tell to tell me which (the ".cs" file) should i open and where ex.. to change ?
TY
 
Been noticing more and more at higher mps that im dying because my barb stops WWing to fury dump, have any pros like bombastic made changes to WW to fix it? I've been away for a while but I haven't seen anything.
 
It seems like there are too many unanswered questions. Although it might be hard to hear, you may have to help yourselves by reading the code. I started deleting and adding parameters and made my weapon throw barbs WAY more fluid. For example, I changed ancient spear to aim for 30f BEHIND the target. This, in conjunction with No Escape and the Harpoon rune makes by barb spam a line based ancient spear 3-4 times, which can knock down elites to 1/4 hp. I also have it set to only use ancient spear when there are monsters within 30 range. Why? I wanted my barb to aim ancient spear at a far point, but not use it at max range. With Giles setup for ancient spear, it would only hit 1-2 mobs and occassionally reset, now it does so 3+ times every 10 seconds. I'm sure I can find a way to make it reset 5+ times =P. Point is, I learned the code by backing it up, editing shit 1 at a time until i figured out the proper syntax, ran DB with diagnostic mode on. If Giles Trinity and RadsAtom dont show up, I fucked up, and the compiling error log will give me a tip on what i did wrong. I also had furious charge set up to only be used when elites or mobs were within 12 range, and it would aim 30f behind the mobs. As a weapon throw barb with run with the wind, this benefited me a LOT. Also with merc assault rune it would be so spammable. Unfortunately the blizzard chimps haven't caught on to the furious charge stuck through fire chains so I've had to drop it for leap with iron impact.
 
any way I can make it use WOTB on CD and not wait for elites? I want to see if it speeds up my runs some on mp0

Find this:

// Wrath of the berserker, elites only (wrath of berserker)
if (!bOOCBuff && hashPowerHotbarAbilities.Contains(SNOPower.Barbarian_WrathOfTheBerserker) &&
// Not on heart of sin after Cydaea
targetCurrent.iThisActorSNO != 193077 &&
// Make sure we are allowed to use wrath on goblins, else make sure this isn't a goblin
(settings.bGoblinWrath || !targetCurrent.bThisTreasureGoblin) &&
// If on a boss, only when injured
((targetCurrent.bThisBoss && targetCurrent.iThisHitPoints <= 0.99 && !hashPowerHotbarAbilities.Contains(SNOPower.Barbarian_Whirlwind)) ||
// If *NOT* on a boss, and definitely no boss in range, then judge based on any elites at all within 30 feet
((!targetCurrent.bThisBoss || hashPowerHotbarAbilities.Contains(SNOPower.Barbarian_Whirlwind)) &&
(!bAnyBossesInRange || hashPowerHotbarAbilities.Contains(SNOPower.Barbarian_Whirlwind)) &&
(iElitesWithinRange[RANGE_20] >= 1 || targetCurrent.bThisEliteRareUnique))) &&
// Don't still have the buff
!GilesHasBuff(SNOPower.Barbarian_WrathOfTheBerserker) &&
GilesUseTimer(SNOPower.Barbarian_WrathOfTheBerserker, true) &&
PowerManager.CanCast(SNOPower.Barbarian_WrathOfTheBerserker))
{
if (playerStatus.dCurrentEnergy >= 50)
return new GilesPower(SNOPower.Barbarian_WrathOfTheBerserker, 0f, vNullLocation, iCurrentWorldID, -1, 4, 4, USE_SLOWLY);
bWaitingForSpecial = true;
}

Change this line: (iElitesWithinRange[RANGE_20] >= 1 || targetCurrent.bThisEliteRareUnique))) &&

to: (iAnythingWithinRange[RANGE_20] >= 1 || targetCurrent.bThisEliteRareUnique))) &&

All this does is changes the requirement for there to be a nearby elite to ANY mobs within 20 feet.
 
Is there anyway to change furious charge so that it only charges when there are mobs? Trying to take advantage of merciless assault and it's a shame when it keeps charging off cd and fails to have it up by the time i meet a pack

// Furious Charge movement for a barb
if (!bFoundSpecialMovement && hashPowerHotbarAbilities.Contains(SNOPower.Barbarian_FuriousCharge) &&
DateTime.Now.Subtract(dictAbilityLastUse[SNOPower.Barbarian_FuriousCharge]).TotalMilliseconds >= dictAbilityRepeatDelay[SNOPower.Barbarian_FuriousCharge] &&
PowerManager.CanCast(SNOPower.Barbarian_FuriousCharge))
{
WaitWhileAnimating(3, true);
ZetaDia.Me.UsePower(SNOPower.Barbarian_FuriousCharge, vCurrentDestination, iCurrentWorldID, -1);
dictAbilityLastUse[SNOPower.Barbarian_FuriousCharge] = DateTime.Now;
bFoundSpecialMovement = true;
}

Change: bFoundSpecialMovement = true;
To: bFoundSpecialMovement = false;

I'm not 100% sure if this is the right line to edit, but it will be very easy to fix if it's wrong. Also, that is the movement code for furious charge, so if you take it out completely that should also fix your problem.
 
// Furious Charge movement for a barb
if (!bFoundSpecialMovement && hashPowerHotbarAbilities.Contains(SNOPower.Barbarian_FuriousCharge) &&
DateTime.Now.Subtract(dictAbilityLastUse[SNOPower.Barbarian_FuriousCharge]).TotalMilliseconds >= dictAbilityRepeatDelay[SNOPower.Barbarian_FuriousCharge] &&
PowerManager.CanCast(SNOPower.Barbarian_FuriousCharge))
{
WaitWhileAnimating(3, true);
ZetaDia.Me.UsePower(SNOPower.Barbarian_FuriousCharge, vCurrentDestination, iCurrentWorldID, -1);
dictAbilityLastUse[SNOPower.Barbarian_FuriousCharge] = DateTime.Now;
bFoundSpecialMovement = true;
}

Change: bFoundSpecialMovement = true;
To: bFoundSpecialMovement = false;

I'm not 100% sure if this is the right line to edit, but it will be very easy to fix if it's wrong. Also, that is the movement code for furious charge, so if you take it out completely that should also fix your problem.

tried both and deleted the whole code nothing changed
 
// Furious Charge movement for a barb
if (!bFoundSpecialMovement && hashPowerHotbarAbilities.Contains(SNOPower.Barbari an_FuriousCharge) && iAnythingWithinRange[RANGE_30] >= 1) &&
DateTime.Now.Subtract(dictAbilityLastUse[SNOPower.Barbarian_FuriousCharge]).TotalMilliseconds >= dictAbilityRepeatDelay[SNOPower.Barbarian_FuriousCharge] &&
PowerManager.CanCast(SNOPower.Barbarian_FuriousCha rge))
{
WaitWhileAnimating(3, true);
ZetaDia.Me.UsePower(SNOPower.Barbarian_FuriousChar ge, vCurrentDestination, iCurrentWorldID, -1);
dictAbilityLastUse[SNOPower.Barbarian_FuriousCharge] = DateTime.Now;
bFoundSpecialMovement = true;
}

Change: bFoundSpecialMovement = true;
To: bFoundSpecialMovement = false;

Try adding in the bolded part
 
I seem to be getting a ton of lag while using this plugin with the ww build against elites. It always seems to stop, intense lag, then it starts ww'ing again. Other builds don't seem to do this.
 
When I read the thread there are a lot of diffrent builds like WW or HotA but which one is the fastest with pretty low gear in mp0/1? Currently I'm using a WW build and get like 20m exp/hour (with hellfire ring + 31% gem in my helm) with 44% crit, 429% critdamage, ~480AR, 4600 Armor, 45k hp and 69k dps unbuffed. Someone wants to give me some tipps as I just came back from my d3 break? :)

Additionally, is there a way to ignore objects? I guess its kind of wasted time to destroy them.
 
Last edited:
When I read the thread there are a lot of diffrent builds like WW or HotA but which one is the fastest with pretty low gear in mp0/1? Currently I'm using a WW build and get like 20m exp/hour (with hellfire ring + 31% gem in my helm) with 44% crit, 429% critdamage, ~480AR, 4600 Armor, 45k hp and 69k dps unbuffed. Someone wants to give me some tipps as I just came back from my d3 break? :)

Additionally, is there a way to ignore objects? I guess its kind of wasted time to destroy them.

i started my barb with 30% crit and about 40-50k dps, and i have been using the HotA build, know im over 100k from the gear i have farmed in Act3 MP1 Inferno doing over 670k crits now, if you do not have high crit, splurge a little to get more crit, and a good 2h weapon with - HotA fury, if you have over 40% crit chance, pick up a 2h with a lot of crit damage.
 
Is there a way of making my barb use Hota more? when i play i spam hota between rends, the bot doesnt, any fix? would love this to work, botting mp8 at the moment as hota, much better than any WW spec gear, 100% crit chance on hota :O hits for 2 million without wotb :D

@qumquat I did your version and its not right, yes he spams hota but now he doesnt ever use frenzy, i would like the dmg bonus and attack speed from frenzy if possible. I and prbably some other players would really appreciate this. thanks
 
Last edited:
Back
Top