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

zhoukaituo

New Member
Joined
Oct 30, 2015
Messages
35
Reaction score
2
Apologize for my poor English first.

Firebat WD is so far the best botting char and I've passed GR 78 with it.

The build is extremely gear dependent and requires full ancient.
nb.webp

1. Build and Gear
技能.webp
http://www.d3planner.com/961832012
Skills are:
Firebats: Cloud of Bats
Gargantuan: Humongoid
Spirit Walk: Jaunt
Soul Harvest: Languish
Big Bad Voodoo: Rain Dance
Piranhas: Piranhado

Kanai items are:
Starmetal Kukri
The Short Man's Finger
Lakumba’s Ornament

You stack nothing but toughness and damage

2. Combat Routine
I made a little hack on current combat in order to keep Taeguk up, see attached.
View attachment WitchDoctorCombat.cs

The build is very easy to bot with for there's nothing you need to do but spamming Firebat
 
Last edited:
I bet 70-72 is better to bot for you, 2x more legs and same exp/h. Anyway it's looks like most easiest way to bot.
 
Actually I am interested in how you modify the WitchDoctorCombat.cs . The bot even know the exactly moment to cast soul walking avoiding AOEs. Great!
 
Actually I am interested in how you modify the WitchDoctorCombat.cs . The bot even know the exactly moment to cast soul walking avoiding AOEs. Great!
This is a feature of original Combat Routine itself.

I've just made a change here:

//spam firebat to keep Taeguk
var spamFirebat = SpellHistory.TimeSinceUse(SNOPower.Witchdoctor_Firebats) >= TimeSpan.FromMilliseconds(2000d);
if (spamFirebat &&
CanCast(SNOPower.Witchdoctor_Firebats) && !ZetaDia.IsInTown)
{
var range = Settings.Combat.WitchDoctor.FirebatsRange > 12f ? 12f : Settings.Combat.WitchDoctor.FirebatsRange;

return new TrinityPower(SNOPower.Witchdoctor_Firebats, range, Player.Position);
}
 
yeah, I also want to know the details about your Combat Misc settings such as monster value controls.
 
Trinity is almost default setup except:

1. Firebat range set to 5yard
2. minimum pack: 7
 
Why not LoN Dart build? Dart build is better than firebats surely no? can someone correct me I can do GR 85 with Darts
 
Gargantuan is always spammed which is a big problem (I have already mentioned in the Trinity thread).
 
Last edited:
The darts build is now buggy on all servers. So just focus on this build. But how to improve gargantuan spamming so that the bot only spam it when meeting the huge elites clusters?
 
Why my bot doesn`t spam bats ? i can see that he uses bats only on elite packs and rearly on trash.
 
Could you post how to modify WitchDoctorCombat.cs? the trinity update to 2.14.11, your cs file not working
 
Back
Top