greetz, lytylisiuswhat exactly did you change in the code for acid cloud as i can not find the line of code Lytylisius posted inside of trinity.
WD is one of best classes to farm now imo, you have 5 pets to tank for you plus insane amount of loh. I do use Witch Doctor - Game Guide - Diablo III build and my stats are:
All resist 900+
Dmg 25k
Armor 4,5k
Loh 1,2k
Dcl 2,9%
Testing Trinity plugin and so far looks good. I do die maybe max 6 times during whole run.
I changed it to the following:
// Acid Cloud
if (!bBuffsOnly && !bAvoidanceEmergency && !playerStatus.bIsIncapacitated && hashPowerHotbarAbilities.Contains(SNOPower.Witchdoctor_AcidCloud) &&
// Stop from spamming same skill twice in a row
//powerLastSnoPowerUsed != SNOPower.Witchdoctor_AcidCloud &&
// 1+ elites within range, or 3+ greys within range, or current primary target is an elite itself
//(iElitesWithinRange[RANGE_30] > 0 || iAnythingWithinRange[RANGE_30] >= 0 || targetCurrent.bThisElite || targetCurrent.bThisUnique || targetCurrent.bThisRare || targetCurrent.bThisTreasureGoblin) &&
//GilesUseTimer(SNOPower.Witchdoctor_AcidCloud) &&
playerStatus.dCurrentEnergy >= 172 && playerStatus.dCurrentEnergyPct >= 0.3 && PowerManager.CanCast(SNOPower.Witchdoctor_AcidCloud))
{
if (bUnsafeCasting)
return new GilesPower(SNOPower.Witchdoctor_AcidCloud, 35f, vNullLocation, -1, targetCurrent.iThisACDGUID, USE_COMBAT_ONLY, USE_SLOWLY);
return new GilesPower(SNOPower.Witchdoctor_AcidCloud, 45f, new Vector3(vCurrentDestination.X, vCurrentDestination.Y, vCurrentDestination.Z + iThisHeight), iCurrentWorldID, -1, USE_COMBAT_ONLY, USE_SLOWLY);
}
As you can see I commented out a lot of the code around # of mobs in area check, Fast cast check and also increased the default cast range. But i left the mana check in.
this should allow you to spam Acid Cloud till you run out of mana then switch to primary. Hope this helps.
Do WD's focus on any crit damage or crit or pure Int damage
yup im using 3 different weapon depending on the goal of my game... all the weapons have LOH some even with socket.. with socket + radiant ammy you get even more LOH...Lytylisius, thanks for your post.
I have two questions that I hope you don't mind answering:
1) You're stating that you're running with 2300 LOH - would you please elaborate on from which items you get this amount? Your post says ring (326) + ring (301) + neck (650) + blackthorns pants (~ 400) = 326 + 301 + 650 + 400 = 1677. Am I missing something?
2) You prioritize Vit / All res / LOH over anything else. What is your recommendation after those 3 regarding Int vs. crit dmg vs. crit chance?
Regards
let me guess u offered 10 milion??? ^^Lytylisius did you just pick those tasker and theo's up on the AH like 2 days ago or so?? I was bidding on a pair with that much int and just got blown away at the end for gold wise lol.
Was the first pair I seen with over 200 int on them so I was trying to go pretty high on them but didn't feel like paying more than 10m really since I still have other upgrades I need.let me guess u offered 10 milion??? ^^
yes that was me i just realy realy wanted thoseand sow i didnt lose.. i had a max bid of 40 there sow i was pretty much sure noone would overbid me. sorry mate ^^
greetz, lytylisius