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

Trinity - Barbarian Class

After this latest patch, i find my barb WW'ing in place instead of constantly trying to move. dunno what's going on, but it literally WW"s in place and doesn't move for a few seconds.
 
Been meaning to post this for a while now, but it seems to be more noticeable in the new version... The bot doesn't spam war cry during battle most of the time. Sometimes it waits until the battle has finished to use it.
 
Been meaning to post this for a while now, but it seems to be more noticeable in the new version... The bot doesn't spam war cry during battle most of the time. Sometimes it waits until the battle has finished to use it.

I had a look in the code here.

Code:
// War cry, constantly maintain
                    if (!playerStatus.bIsIncapacitated && hashPowerHotbarAbilities.Contains(SNOPower.Barbarian_WarCry) &&
                        (playerStatus.dCurrentEnergy <= 75 || !GilesHasBuff(SNOPower.Barbarian_WarCry)) &&
                        GilesUseTimer(SNOPower.Barbarian_WarCry, true) && (!GilesHasBuff(SNOPower.Barbarian_WarCry) || PowerManager.CanCast(SNOPower.Barbarian_WarCry)))
                    {
                        return new GilesPower(SNOPower.Barbarian_WarCry, 0f, vNullLocation, iCurrentWorldID, -1, 1, 1, USE_SLOWLY);
                    }

I understand this like, if the buff is up and off cd and energy is smaller then 75, rebuff, otherwise dont. If buff is not up, cast it not depending on rage. I think you can change this easy if you change 75 rage to your max rage, lets say 100. It doesn't make sense but you could do this.
 
Last edited:
hi guys. Farming with WW Barb with Giles routine. Can't use town portal because of instant sprint cast. Can i fix it?
 
I fixed WOTB timer but if you notice it spams it if its already up and that is a bit waste of it cuz my barb can run with it on for long time before it needs it again and when it does its on cd
 
hi guys. Farming with WW Barb with Giles routine. Can't use town portal because of instant sprint cast. Can i fix it?

It's broken in latest D3/DB builds, we're waiting a DemonBuddy update to fix.

(it's already been fixed but not released yet, so won't be long :))
 
and no it dosn't fix anything it still waiting for WOTB before starting to WW ;(
 
Giles i don't know when i fall in love with you but i think we all do ;) im happy you are back
 
Giles forgot to change wotb from 90 to 120 seconds. Change the code like below and it will fix it.

Code:
                {SNOPower.Barbarian_Earthquake, 120500},  // Need to be able to check skill-run for dynamic cooldown, and passive for extra cooldown
                {SNOPower.Barbarian_CallOfTheAncients, 120500}, // Need to be able to check passive for cooldown
                {SNOPower.Barbarian_WrathOfTheBerserker, 120500}, // Need to be able to check passive for cooldown

unfortunately didnt work. the bot still bashes
 
dph from 0 to 80, it still bashes till WOTB comes up ;(
 
DB#33 + G1.6.3.2 + change

{SNOPower.Barbarian_Earthquake, 120500}, // Need to be able to check skill-run for dynamic cooldown, and passive for extra cooldown {SNOPower.Barbarian_CallOfTheAncients, 120500}, // Need to be able to check passive for cooldown {SNOPower.Barbarian_WrathOfTheBerserker, 120500}, // Need to be able to check passive for cooldown
Works for now
 
wow, thx for fast response!
i've heard u've been ill?

He's still ill as he said but I think he takes some real hard medis just to make us happy and get trinity working perfectly ;D
I would even be really happy if Giles could take a look in my "new botting build" thread and help me out ;D
 
My whirlwind barb is bashing against packs of mobs and I am dead.... over and over. Sometimes it ww's tho not sure why.
 
Hi!

Probably you should modify the use of Leap with Iron Impact, since he will gain 100% armor for each target hitted in 1.0.5, so now he should focus the biggest group of enemy instead of jump somewhere within a fight just for gain 300% additional armor as in 1.0.4
 
Back
Top