r3plic4tor
New Member
- Joined
- Apr 24, 2014
- Messages
- 801
- Reaction score
- 0
PLZ i need a crusader build
PLZ i need a crusader build
PLZ i need a crusader build
People claim to kill T6 Ghom in 5-10 sec with Pet Build DH? How? I have a 6 pience marauder (with RoRG), 3 peice Nat (w/ RoRG), 53% fire damage, 30% elite, Use Nat Slayer 2650 damage. 1.3M sheet DPS. Use CA, MS, Companion, marked for death, spit fire sentry, entagling shot justice is served, Passives: single out, custom engineering, ambush, steady aim Takes me 25-30 seconds to kill T6 Ghom. I can improve my gear a bit more, but not much. I have mara's ammy so death or kiting is not even an issue. So is my skill setup really bad or am I missing something here? I tired rain of vengenage as well...same time frame. Any advice will be great. Thanks.
Hey "wd pet build"-player...
I saw in a guide, that I should cast BBV before gargantuan and both (garg and me) should be in the area of BBV to maximize the dmg... my bot always casts the garg before the bbv... how can i change this?
I would like to have this order:
1. cast zombie dog and run to ghom
2. cast big bad voodoo
3. cast gargantuan
4. cast fetish army
5. cast piranha
6. cast mass confusion
greets
With// Gargantuan Wrathful Protector, 15 seconds of smash, use sparingly!
if (hasWrathfulProtector && TargetUtil.IsEliteTargetInRange(30f))
{
return new TrinityPower(SNOPower.Witchdoctor_Gargantuan);
}
// Gargantuan Wrathful Protector, 15 seconds of smash, use sparingly!
if (hasWrathfulProtector && TargetUtil.IsEliteTargetInRange(30f) && GetHasBuff(SNOPower.Witchdoctor_BigBadVoodoo))
{
return new TrinityPower(SNOPower.Witchdoctor_Gargantuan);
}
anyone have a way to make a WD move around constantly while pets kill with hexing pants?
i don't think there is any implementation for hexing pants atm because coding for it is a pain from what i've heard