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

Whirlwind

The newest Trinity constantly WW with BK Weapons, wouldn't mind if it would work with IK BB more too, may have a look at the files soon.

Really? I tried it with BK, and the bot still let Taeguk fall off.

I looked at the code itself, and it doesn't seem like there are logics checking if player has BK weapons, nor is there coding to make the bot WW out of combat.
 
Hello, I am using 6WW / 2 BK / Focus & Restraint.
and this build Bul-Kathos WW Set - Barbarian - Diablo III Builds - Diablo Fans

I am using lastest version of Trinity / Questtool and R-Rift or Bounties profiles.

I have mostly no issues with WW but sometimes my char gets like stuck attacking nothing, just randomly WW in the wind. I am alone or is it a common issue ?

I would like to set the bot to use Frenzy - Maniac on elites to activate the F&R 50% damage boost with a 3800 ms delay on Frenzy, then it keeps WWing non stop.
I had no success using the variable menu, dunno why it doesn't save my change. Is there another wait to achieve this changes ?

I mostly use this build for fast T6 / farming bounties and i feel it can be a bit faster with changes.
 
Really? I tried it with BK, and the bot still let Taeguk fall off.

I looked at the code itself, and it doesn't seem like there are logics checking if player has BK weapons, nor is there coding to make the bot WW out of combat.

What plugins are you using? Most parts, I am able to keep Taeguk up with BK Weapons, it'll fall off, if I go to a new level, or if I have mostly cleared a level. Can't have perfection in a bot compared to manual play.

Hello, I am using 6WW / 2 BK / Focus & Restraint.
and this build Bul-Kathos WW Set - Barbarian - Diablo III Builds - Diablo Fans

I am using lastest version of Trinity / Questtool and R-Rift or Bounties profiles.

I have mostly no issues with WW but sometimes my char gets like stuck attacking nothing, just randomly WW in the wind. I am alone or is it a common issue ?

I would like to set the bot to use Frenzy - Maniac on elites to activate the F&R 50% damage boost with a 3800 ms delay on Frenzy, then it keeps WWing non stop.
I had no success using the variable menu, dunno why it doesn't save my change. Is there another wait to achieve this changes ?

I mostly use this build for fast T6 / farming bounties and i feel it can be a bit faster with changes.


It'll get stuck when it detects Mobs in other rooms, and tends to WW and gets stuck, once Dust devils kill them, it'll usually move on. Sadly, I cannot help with the Focus / Rest rings, I don't use them, I usually use 5WW, 2IK, 2BK with COE and RORG, it'll clear just as fast, and I have no real requirement to constantly mess the bot around with spamming certain skills at certain time delays.
 
Last edited:
Yeh barb does tend to get stuck whirling in corners/walls for a long period of time :/
 
Not just that.. Because of the constant whirlwinding it has a HARD time picking up items. The bot moves over the item 10-15 times before picking it up. This lowers the XP per hours Significantly.
Anyone any idea how to fix it?
 
Any news on settings? Curious about this also. Have the same problem.
With IK - BK build it generates more fury and keeps spinning, note => also when fury starved somehow but thats ok, speeds things up with BK as it should.
With wastes IK build it has less fury overall but doesn't spin as much, this bothers me a bit because in this build u want to spin as much as possible due to the 4piece wastes bonus.
 
Last edited:
My barb isn't even doing that. There are period where the bot just has him standing there getting punched in the face.
 
Yeah whats up with that? Im trying different things to fix it, but nothing have helped so far!

Because this part of code from HandleTarget.cs does not include patching while WWing:

Code:
if (Player.ActorClass == ActorClass.Barbarian)
                    {
                        bool wwToItem = (CurrentTarget.Type != GObjectType.Item || (CurrentTarget.Type == GObjectType.Item && CurrentTarget.Distance > 10f));
                        // Whirlwind against everything within range
                        if (Player.PrimaryResource >= 10 && CombatBase.CanCast(SNOPower.Barbarian_Whirlwind) && wwToItem &&
                            (TargetUtil.AnyMobsInRange(20, false) || Sets.BulKathossOath.IsFullyEquipped) && !IsWaitingForSpecial)
                        {
                            Skills.Barbarian.Whirlwind.Cast(CurrentDestination);
                            LastMoveToTarget = CurrentDestination;
                            return GetRunStatus(RunStatus.Running);
                        }
                    }

This code just invoke Skills.Barbarian.Whirlwind.Cast(CurrentDestination) which don't have nav mesh. And bot using this part of code untill all targets behind obstacles is not blacklisted or dead(Dust Devils can kill through obstacles but not when target 50+ yards away).

Current solution that i use is adding NavHelper.CanRayCast(CurrentTarget.Position) check before invoke Skills.Barbarian.Whirlwind.Cast(CurrentDestination);
 
Last edited:
bot seems to be just standing still as of late, disregard 2.9.1 trinity seems to fix
 
Last edited:
I didn't read through the entire thread so I apologize if this is posted earlier. If you DL the latest DBeta and get the trinityFORK plugin theres an option on there to always WW. it's working flawlessly atm ^_^
 
how off spam WW out of combat with BK set weapons? Please help? It always stuck and crash my bot
 
Last edited:
I would like to set the bot to use Frenzy - Maniac on elites to activate the F&R 50% damage boost with a 3800 ms delay on Frenzy, then it keeps WWing non stop.
I had no success using the variable menu, dunno why it doesn't save my change. Is there another wait to achieve this changes ?


How you tried it?
I would like to do the same with Bash
 
just farm for better gear. my barb is farming 48s right now (nothing lower left) with about 12 deaths per hour (honestly no idea how, but once I've noticed him go retard and die in arcane), about 18-22 legs per hour and average of 8-10 bil exp. But yeah, this toon ranked like 320 yesterday on solo leaderboard with a 53.

Also there has been a pluggin to spam Taeguk (I haven't used it, but saw somewhere here)
 
Back
Top