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

T2+ Builds/Gear for DH / Wizard (AFKable)?

nationsx

New Member
Joined
Jan 2, 2012
Messages
77
Reaction score
0
I currently use my Wizard and Demon Hunter to do T1 bounties, which they do fine. I want to start upping the difficulty.

Both in game with followers do 1.5-2m dmg and clear just fine on T1, but have difficulties surviving the killings in T2

Wizard:
encS5mg.webp

Demon Hunter:
zPYTKeV.webp

Suggestions on gearing / builds?
 
I currently use my Wizard and Demon Hunter to do T1 bounties, which they do fine. I want to start upping the difficulty.

Both in game with followers do 1.5-2m dmg and clear just fine on T1, but have difficulties surviving the killings in T2

Wizard:
View attachment 125394

Demon Hunter:
View attachment 125395

Suggestions on gearing / builds?
For DH I would run SS - Healing Vapors instead of Vault and change it to be used at 75% HP. RoV shade/stampede would probably be better. Take Ambush instead of Single Out. Swap out Sharpshooter/Grenadier with Perfectionist and/or Awareness. And if you do have a Countess Julia's Cameo, then use that even if it's a DPS loss and set the bot to ignore arcane sentries.

For Wiz, swap out Prodigy for Dominance and change Magic Weapon to use Deflection. I'd run Unwavering Will instead of Audacity, and Entropy rune for Disintegrate. And probably turn down the kite distance.

I think it's easier to bot if you build for more toughness and healing instead of DPS, so that you can set it to ignore AoEs. More often than not, the avoidance path for AoEs causes squishy characters to just run around doing nothing and die. The double Unity combo with an invincible follower will help alot too.
 
Last edited:
For DH I would run SS - Healing Vapors instead of Vault and change it to be used at 75% HP. RoV shade/stampede would probably be better. Take Ambush instead of Single Out. Swap out Sharpshooter/Grenadier with Perfectionist and/or Awareness. And if you do have a Countess Julia's Cameo, then use that even if it's a DPS loss and set the bot to ignore arcane sentries.

For Wiz, swap out Prodigy for Dominance and change Magic Weapon to use Deflection. I'd run Unwavering Will instead of Audacity, and Entropy rune for Disintegrate. And probably turn down the kite distance.

I think it's easier to bot if you build for more toughness and healing instead of DPS, so that you can set it to ignore AoEs. More often than not, the avoidance path for AoEs causes squishy characters to just run around doing nothing and die. The double Unity combo with an invincible follower will help alot too.

I'll test these suggestions out when I get home. Thanks!
 
The DH has a bit more survivability, funny part is I found a Countess Julia's Cameo while I was at work yesterday.

Haven't tried the Wizard yet.
 
Get more health on your wizard I use diamond skin with min and it works perfectly for t2(without bot I have to control it)alone and t3 with group! T1 can run perfectly by itself though afk all day and still hasnt died.

I will say my wiz has about 660k dps but it buffs to about 1.3-1.4 mil with darkhole and other buffs.
 
Here is my setup, I run T3 with less than 1 death per hour. Able to to bounties/rifts, T6 on Manglemaw.

The pets from the marauder's set are a huge survivability factor and the damage they deal is significant. If I get Cloak of Garwulf I will be switching to T4.

Instead of Night Stalker I use Culling the weak while botting
 

Attachments

  • DH.webp
    DH.webp
    77.2 KB · Views: 284
For DH I would run SS - Healing Vapors instead of Vault and change it to be used at 75% HP. RoV shade/stampede would probably be better. Take Ambush instead of Single Out. Swap out Sharpshooter/Grenadier with Perfectionist and/or Awareness. And if you do have a Countess Julia's Cameo, then use that even if it's a DPS loss and set the bot to ignore arcane sentries.

For Wiz, swap out Prodigy for Dominance and change Magic Weapon to use Deflection. I'd run Unwavering Will instead of Audacity, and Entropy rune for Disintegrate. And probably turn down the kite distance.

I think it's easier to bot if you build for more toughness and healing instead of DPS, so that you can set it to ignore AoEs. More often than not, the avoidance path for AoEs causes squishy characters to just run around doing nothing and die. The double Unity combo with an invincible follower will help alot too.
How do I adjust when he uses SS-Healing vapors?
 
How do I adjust when he uses SS-Healing vapors?

Plugins/Trinity/Combat/Abilities/Demonhunter.cs


// Smoke Screen
if ((!UseOOCBuff || Settings.Combat.DemonHunter.SpamSmokeScreen) && CombatBase.CanCast(SNOPower.DemonHunter_SmokeScreen) &&
!GetHasBuff(SNOPower.DemonHunter_ShadowPower) && Player.SecondaryResource >= 14 &&
(
(Player.CurrentHealthPct <= 0.75 || Player.IsRooted || Player.IsIncapacitated) ||
Settings.Combat.DemonHunter.SpamSmokeScreen

0.75 for SS @ 75% health:)
 
plugins/trinity/combat/abilities/demonhunter.cs


// smoke screen
if ((!useoocbuff || settings.combat.demonhunter.spamsmokescreen) && combatbase.cancast(snopower.demonhunter_smokescreen) &&
!gethasbuff(snopower.demonhunter_shadowpower) && player.secondaryresource >= 14 &&
(
(player.currenthealthpct <= 0.75 || player.isrooted || player.isincapacitated) ||
settings.combat.demonhunter.spamsmokescreen

0.75 for ss @ 75% health:)
tyvm!!!!!!!!!!!!!!
 
You don't have enough toughness and healing for anything above T2.

My Wizard has 992k sheet-dps, but has +42% Fire Damage and +36% Meteor damage (his primary killing skill) along with 7.2mill toughness with 14k healing. He can get by in T3, but dies sometimes in Tier4 if he runs into an ambush of blues that have really dumb enchantments (like arcane or ice).
 
Back
Top