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

WitchDoctor: Community Enhanced Combat Profile.

At the moment im using Trinity 1.9.8 and my wd is not casting fetishes on trash only on elites, even if I have the "Use fetish army of cooldown" box checked.
Anybody know what i should change in the wd combat file?

// Fetish Army, elites only
if (CanCast(SNOPower.Witchdoctor_FetishArmy) &&
(TargetUtil.EliteOrTrashInRange(30f) || TargetUtil.IsEliteTargetInRange(30f) || Settings.Combat.WitchDoctor.UseFetishArmyOffCooldown))
{
return new TrinityPower(SNOPower.Witchdoctor_FetishArmy);
}

I tried to change this part TargetUtil.EliteOrTrashInRange(30f) to TargetUtil.AnyMobInRange(30f) but didn't work. Could any1 please help me out?

thanks
 
At the moment im using Trinity 1.9.8 and my wd is not casting fetishes on trash only on elites, even if I have the "Use fetish army of cooldown" box checked.
Anybody know what i should change in the wd combat file?

// Fetish Army, elites only
if (CanCast(SNOPower.Witchdoctor_FetishArmy) &&
(TargetUtil.EliteOrTrashInRange(30f) || TargetUtil.IsEliteTargetInRange(30f) || Settings.Combat.WitchDoctor.UseFetishArmyOffCooldown))
{
return new TrinityPower(SNOPower.Witchdoctor_FetishArmy);
}

I tried to change this part TargetUtil.EliteOrTrashInRange(30f) to TargetUtil.AnyMobInRange(30f) but didn't work. Could any1 please help me out?

thanks

This is my code. It work for me. :)

if (CanCast(SNOPower.Witchdoctor_FetishArmy) &&
(TargetUtil.AnyMobsInRange(15f, 3) || TargetUtil.EliteOrTrashInRange(12f) || (CurrentTarget.IsBoss && CurrentTarget.Distance <= 12f)))
{
return new TrinityPower(SNOPower.Witchdoctor_FetishArmy);
}
 
Hi, i need routine for Kukri and Mr.yan for WD , can you help me?
 
Do we know if Trinity uses the Healing Sacrifice when its needed? I dont want it to SPAM Sacrifice as my dogs do LOADS of dmg. But with the Mojo I get a new dog every 4 seconds, So If needbe, I want to be able to spam that (It heals 85k health per dog, thats 85k health every 4 seconds if i needed the healing) But again, My dogs are a lot of my dmg so i dont want it spammed. Do we know if trinity KNOWS to heal using it? or is there a way to make the bot use Sacrifice when below say 75% health or something (Hardcore Character That i dont plan on losing) :)
 
Thanks for your hard work here, I start to testing it right now and post my experience.

Btw you can give some advices about botting with DB and WD in seasons Adventure?

Thanks in advance.
 
So, with the Jade set, will this make it so that my WD makes sure the mobs are in range, cast locusts and haunt, then siphon to deal some massive damage? If this isn't the case, how would I go about making sure the bot can do this?

I too would like some help setting up for this build. Its mainly about setting up Haunt DoT and Locust DoT and then Soul Harvest after grouping enemies with Piranhas.
 
which line should I set for the doll stay at a safe distance from the monsters?
the puppet insists on staying very close to the monster and dies
 
which line should I set for the doll stay at a safe distance from the monsters?
the puppet insists on staying very close to the monster and dies

another question

I have a challenge for all of us
power soul harvest is invoked every time the button is available
just that sometimes the power is at level 5 and the new load comes with 1 (if you have one monster next)
that will be able to schedule the script to load the button when the power is on level 5?
if you are at level 5 can not load. can only load when the delete icon in magic
if the levels 4, 3, 2 or 1, can load
any idea?
 
I use zunny set + all pet skills and plague of toades as a generator, and the damn bot keeps face checking mobs, casting toades like over his head
Witch Doctor - Game Guide - Diablo III

Trinity 2.1.19
QuestTools 2.1.38

any ideea on how to make it kite a bit ?
 
Last edited:
I've gotten a couple PM's asking me to re-upload my modified JadeDoc routine as the last thread was archived for whatever reason.

View attachment Jade_WD_Modified.zip

Previous post still applicable. Here's a snip:

Okay so, I modified the current combat routine for my Jade WD. I have it spamming horrify successfully(regardless of setting in Trinity), as well as casting Soul Harvest after casting out DoTs and such. It's not anywhere near perfect as I haven't a clue what I'm doing for the most part, but it's better than default. I'm using current beta(r487) & Trinity 2.1.21. Been running bounties on T6 for an hour or so. 0 deaths(Uskapian + Unity).


Just extract into DemonBuddy folder. Overwrite file. The only file changed is WitchDoctorCombat.cs & the only things changed in there are in regards to Soul Harvest & Horrify. I didn't mess with anything else. Maybe backup your ../Plugins/Trinity/Combat/Abilities/WitchDoctorCombat.cs just in case
 
Everything works fine now! ty

but just some thing can be better I think

It uses Harvest & Horrify too far away so that only harvest 2~3 mobs in 1 pack of mob of 5+.
so, I'am wondering if it's possible to close up a little bit the mobs when it uses these two skills. or uses them when mobs are at least 3+ (except elites)
 
Last edited:
How do i make it so my jade WD spams Harvest? cause its very slow standing at 1 enemy not using havest at all even at RG.
 
Hi All!

Why does my WD goes close the mobs when attacking?

I use decent gear with PoT/Piranhas skills
I use this "WitchDoctorCombat_July4th.zip"

I am trying to do normal rift and bountys but with lack of anoying "close combat" :////////

thanks for answers
 
When i replaced my witchdoctor combat routine it made my trinity not usable. Is this just old or is it still working?
 
Back
Top