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

[DH] Best build for botting

INElutTabile

New Member
Joined
Aug 30, 2013
Messages
11
Reaction score
0
Hi all,
I had the bad luck to use a DH as main character, and I'm botting her to paragon 100 before switching to a barb.
My DH is quite overgeared (i deal more than 300k DPS, without Sharpshooter (but with Steady Aim), 38k life and 650 All Res ).

I'd like to know from you, my Demon Hunter botting friend, what's the best farming build for you.

Currently I'm using this:

Demon Hunter - Game Guide - Diablo III

(even though somethimes I switch Hungering/Spray of Teeth with Bola Shot/Imminent Doom).

I'm quite disappointed: I can farm manually at MP8 alone without anyproblem, but my bot can't farm more than MP4 without dying a lot.
Do you guys have some good build to test?
 
This worked for me

I use this build.

View attachment 111041

I have made some modifications on "DemonHunter.cs"

Code:
Players with grenades *AND* rapid fire should spam grenades at close-range instead
                if (Hotbar.Contains(SNOPower.DemonHunter_Grenades) && CurrentTarget.RadiusDistance <= 1f)
                    return new TrinityPower(SNOPower.DemonHunter_Grenades, 1f, Vector3.Zero, -1, CurrentTarget.ACDGuid, 0, 0, WAIT_FOR_ANIM);

Search for Rapid Fire within the file located in Trinity directory: ...\Trinity\Combat\Abilities and replace the phrase that looks similar to that above. Also at the beginning of the file I use

Code:
MinEnergyReserve = 75

Also in combat routines at DH tab set Min-Distance before Kite to 0, Vault movement delay to max (4000), that's 4 seconds. On Misc tab at Misc Combat Settings deselect Use movement spells out of combat. At the Advanced tab select Enable TPS modification. Set tricks per second to max (30). I only use one bot so this does not affect performande too much, but makes bot smarter.

It plays at MP7, unfortunately, bot dies stupidly sometimes, twice per hour (running into poison tree traps, arcanes for no reason). No problem with elites, except what I just said.
BTW this is a high end gear biuld. I'm doing 385k with current specs paragon 85.

Hope this is helpfull, enjoy. :cool:
 
Demon Hunter - Game Guide - Diablo III

Farming MP8 for paragon (currently 45) with Templar (for fury regen) and fury regen from items.
Paper DPS is 400K, 62K HP (EXP gem in helm).

Bot sometimes stupidly cast gloom after starting rapidfire (and get zero life steal), sometimes moves several times right after starting rapid fire (so quickly runs out of hatred).
But overall death ratio is 2-3 death per hour.

I am running Fallen Act 1 (full) most of the times for him and 75% of death comes from savage beasts from fields of misery.
Rarely dies from Elites, because they usualy drop health globes right on Demon Hunter, so hatred is constantly regenerated due to Vengeance.
 
Demon Hunter - Game Guide - Diablo III

Farming MP8 for paragon (currently 45) with Templar (for fury regen) and fury regen from items.
Paper DPS is 400K, 62K HP (EXP gem in helm).

Bot sometimes stupidly cast gloom after starting rapidfire (and get zero life steal), sometimes moves several times right after starting rapid fire (so quickly runs out of hatred).
But overall death ratio is 2-3 death per hour.

I am running Fallen Act 1 (full) most of the times for him and 75% of death comes from savage beasts from fields of misery.
Rarely dies from Elites, because they usualy drop health globes right on Demon Hunter, so hatred is constantly regenerated due to Vengeance.

What EXP/hr are you getting?

I seem to only get around 50k/hr with my DH (~200kdps, 50khp, 550AR), running rapid fire/bombardment on mp5 w/ ~2 death hour.
 
Depends on death per hour greatly, but on average 75-80mln per hour.
Resists are low (less than 500), but I am looking for Witching hours with alllres and can find replacement for my amulet with resists.
Aiming for 600AllRes when finalize my items.

On MP5 EPH is almost the same (around 65-70mln), but I get significantly less LPH.
 
cool, i might actually try to bot my dh to paragon 100 after seeing ur post. doesnt sound too bad. could u expand a little bit on your gear? would be awesome! havent been into dh for a loong time. since i switched to monk as main.
 
I am getting rid of +Attack speed items, because they greatly increase Fury consumption, and replace them with another damage boosters (dex, critdmg, critchance, average damage). This drops my paper DPS, but greatly increase stability and effective DPS.
http://imageshack.com/a/img707/325/ss9q.png

Like to show off with Sharpshooter passive - gives me almost 800K paper DPS. :)
 
Back
Top