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

[Barbarian] Chinese optimization of default Whirlwind routine

yoda449

New Member
Joined
Dec 2, 2017
Messages
23
Reaction score
6
Hey all,

Here is a translated Chinese optimization of the default WW routine for barbs. It's significantly better than the one included with DB. On speed farm, I was running 70s in 2 mins consistently. It relies on a modified barbarian base routine, so you'll need to copy all three of the included files into your folder.

I would back up your barb base cs file if you decide you want to revert back to original for other non-WW routines.

You can use the build and gear here: https://www.icy-veins.com/d3/whirlwind-wastes-barbarian-skills-and-runes . However, avoid using ancient spear and replace it with sprint so the bot doesn't stop spinning to cast spear.
 

Attachments

why bot stop about 0.5 sec ?
That's something I haven't experienced. It runs very smooth for me. Make sure you copied all 3 of the included files into the routine folder and overwrote whatever was there before. Also, maybe try a clean DB install and make sure you have the latest versions of Trinity and DB. You also need to make sure you have all the right skills and gear which are in the icy veins link i posted (try to gear according to speed farm version).
 
I would like the script to keep ignore pain up on cooldown how can I make it do that? Thanks in advance
 
add these lines:

Code:
public static bool CanCastIgnorePain
{
get
{
return

CanCast(SNOPower.Barbarian_IgnorePain);
}
}
 
Last edited:
add these lines:

Code:
public static bool CanCastIgnorePain
{
get
{
return

CanCast(SNOPower.Barbarian_IgnorePain);
}
}
Could anyone tell me where to add this within the code? When I add it to the bottom of the BarbarianWastesBulkathos.cs file, i get an error within DB when I load the program after adding the line. Any assistance would be appreciated.

Also, secondary and not as important. Does anyone know how to get it to stop using Ancient Spear so much and relay mostly on Whirlwind?

Thank you any assistance.
 
Back
Top