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

Witch Doctor

pontus53

New Member
Joined
Aug 28, 2015
Messages
1
Reaction score
0
I'm wondering if anyone has a working combat routine for the new Helltooth set? It's not casting Wall of Death very often with the default one.
 
It is most probably a trinity issue,you need to post it in the Trinity thread under the plugins section
 
Use 2.13.7 trinity if u are not already it uses it on every pack 2 to 3 times. I don't have problems with it doing grifts 55 on time.
 
I also have the Wall of Death is only used on elite mobs, so the buff is not supported by the set.I am using Trinity 2,13,3
there are no settings that skill
 
Trinity>Combat>Abilities>witchdoctorcombat.cs

Search for wall of zombies

edit TargetUtil.AnyMobsInRange as such

// Wall of Zombies
if (CanCast(SNOPower.Witchdoctor_WallOfZombies) &&
(TargetUtil.AnyElitesInRange(15, 1) || TargetUtil.AnyMobsInRange(15, 1) ||
((CurrentTarget.IsEliteRareUnique || CurrentTarget.IsTreasureGoblin || CurrentTarget.IsBoss) && CurrentTarget.RadiusDistance <= 25f)))
{
return new TrinityPower(SNOPower.Witchdoctor_WallOfZombies, 25f, CurrentTarget.Position);
}
 
WoD is working fine here without changing .cs stuff. Try to do a fresh install btw
 
Back
Top