For the few PMs asking about my build:
us.battle.net/d3/en/calculator/witch-doctor#cQePYT!VWdR!Zbabcb
with a bit of fire damage, around 675k dps and 2.5 mil toughness on armory.
My exact stats in game:
976k dmg
3.2 mil toughness
53.5 crit
399 chd
71% fire
40% to elites
and a level 41 93% mask of jeram because I haven't gotten a 70 one yet :<
Can't do T6 because my garg dies right as Ghom does on T5.
Sadly, this fix doesn't have any effect![]()
I posted a fix earlier:Sadly, this fix doesn't have any effect![]()
Hey SKI,
you seem to be very knowledgeable. Just a question, do pets scale off your crit dmg and crit chance?
is there a way to make the bot get closer before it fully engages? I turned engage elite combat all the way down but it still shoots off 3-4 attacks before it gets in close and blows all cooldowns.
anyone running this with a crusader like to share their spec? I was able to run T4-5 Zk fine but I can barely do ghom on like T2 his health is just insane.
my in game dps is 700k with 70% holy dmg
Crusader - Game Guide - Diablo III
using that spec, running 40% cooldown reduction 400% crit hit dmg, and 33% crit
I do not have a gryfalcons foote, im using maximus.
I honestly wasn't able to get my Crusader to do Ghom above T2. My WD/Barb/Wiz can all do T5 no problem (Barb is wearing most of the Crusader's gear) at around 50 games/hour. It might just be me, but I honestly think the Crusader needs another buff.
I am doing ZK with my witch doctor on torment 3. I'm getting 46 games per hour but my legendaries per hour is only .64![]()
I've been running it about 12 hours now.
My DH feeds like crazy on t5, cant nuke it through clouds but bot really cant avoid em either, t4 is 0 deaths, t5 is like 15 per hour... What kind of settings are you using? Unity?first overnight run through using new settings, T5 on DH
===== Misc Statistics =====
Total tracking time: 6h 54m 26s
Total deaths: 0 [0 per hour]
Total games (approx): 0 [0 per hour]
(your games left value may be bugged @ 0 due to profile managers/routines etc., now showing games joined instead
Total games joined: 408 [59.0699996948242 per hour]
Total XP gained: 7453.89013671875 million [1079.14001464844 million per hour]
Total Gold gained: 44423.33984375 Thousand [6431.419921875 Thousand per hour]
===== Item DROP Statistics =====
Items:
Total items dropped: 1221 [176.770004272461 per hour]
Items dropped by ilvl:
Items dropped by quality:
- White: 40 [5.78999996185303 per hour] {3.27999997138977 %}
- Magic: 166 [24.0300006866455 per hour] {13.6000003814697 %}
- Rare: 994 [143.910003662109 per hour] {81.4100036621094 %}
- Legendary: 21 [3.03999996185303 per hour] {1.72000002861023 %}
===== Item PICKUP Statistics =====
Items:
Total items picked up: 1158 [167.649993896484 per hour]
Item picked up by ilvl:
Items picked up by quality:
- Magic: 163 [23.6000003814697 per hour] {14.0799999237061 %}
- Rare: 974 [141.009994506836 per hour] {84.1100006103516 %}
- Legendary: 21 [3.03999996185303 per hour] {1.80999994277954 %}
===== End Of Report =====
Syn, do you mind helping me with my wizard? I am using version 0.5 and I cant get my wizard to run up to ghom before popping hydra and bubble and then turning on archon.
It will always pop the bubble a few steps away from the entrance and very far away from Ghom.. I tried editing the ghom profile as told by kevin a few pages ago but it does not work at all.
Thanks
After a couple of hours of testing I have indeed solved the problem with the Battle Rage spam in WOTB.
How to fix Battle Rage Spam in WOTB
1. From the main Demonbuddy Window click on Plugins
2. From Plugins, click on Trinity and press Config
3. When the Trinity Config menu opens up, press on the Variables tab on top.
4. There should be a Warning on this page that says if you don't know your shit, stay out. Click on the Open Trinity Variables Configuration button.
5. There's going to be a table like menu that opens up. Find the box that says Barbarian.WOTB.FuryDumpMin, the value should be set to 85.0 by default, change it to 100.0 and press save button.
6. Close the box and press Save Settings tab on the bottom right of the Trinity Config window.
7. Please test it and let me know if it solves your problem, It did it for me.
Enjoy!
public static bool CanCastBattleRage
{
get
{
return !UseOOCBuff && !Player.IsIncapacitated && CanCast(SNOPower.Barbarian_BattleRage, CanCastFlags.NoTimer) && !GetHasBuff(SNOPower.Barbarian_BattleRage) &&
(
(Settings.Combat.Barbarian.FuryDumpWOTB && Player.PrimaryResourcePct >= V.F("Barbarian.WOTB.FuryDumpMin") && GetHasBuff(SNOPower.Barbarian_WrathOfTheBerserker)) ||
Settings.Combat.Barbarian.FuryDumpAlways && Player.PrimaryResourcePct >= V.F("Barbarian.WOTB.FuryDumpMin")
) &&Player.PrimaryResource >= V.F("Barbarian.BattleRage.MinFury");
}
}