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

Trinity - Witch Doctor Class

Thanks a lot for listening vbnm & Moley ;)

Due to recent bans my bot is taking a vacation, but as soon as he is back to work I'll try it out.
 
Np... I think my next goal is to get this thing to kite... That will make DH's viable for Inferno =)
 
I've been playing around with a couple of builds and this one is what I am running right now
with 0 deaths per hour and 200-250k at paragon 17.
For the spam spell i switch between Dire bats, Bears, explosive beast, acid cloud ( corpse bomb)
Between passives I switch between pierce the veil and Spirit vessel.
It's a smooth grinder and I rely alot on Zunimassa's set items, they increase my mana regen to a desireable level.
( with mass grave on "ON". )

Had to cover up my char if any blizz workers were lurking :)

I'm using the config from page 14!
ACT 3 champion hunting profile, btw.

Dmg..webp Items.webp Skills.webp

Hope you could use the info.
 
Last edited:
Not sure how this info could help unless you have any suggestions?
 
Not sure how this info could help unless you have any suggestions?

well I guess my suggestion in the long run is.
At the moment I am running 140 k Dps +, with 77 mana regenaration as a minimum.

The Mana regenaration is the essential part of this bot build to run.
Because if the bot runs out of mana, it starts auto attacking and if it does that it is dead in the matter of seconds.
 
Thanks a lot for listening vbnm & Moley ;)

Due to recent bans my bot is taking a vacation, but as soon as he is back to work I'll try it out.

Tried it out now. Works great :rolleyes:

Makes the bot look more human imho.
 
That was my intention when fixing it... Casting pets as soon as the CD is down looked very bottish... The only other thing I think looks super bottish is how if the botis avoiding a pool of magma or whatever it jerks back and fourth quickly... Maybe need to add a way to check if its still there before moving attempting to move back into it... or add a wait timer.
 
Vbnm thank you for your help regarding the summoning of pets. I have another question which I already see a topic for outside of this thread on the main page but I want to keep it in the confines of the Trinity WD thread. So a couple days ago since i'm running MP0 with grave injustice I was wondering how WDs are generally gimped compared to Monks or Barbs because of their superior movement speed and ability to get 30+mill exp.

So basically i'm running Mp0 and one shotting everything and basically wondered if I could use Horrify/Stalker rune to boost my movement speed by 20% since I have grave injustice it would be up at all times. However the bot doesn't even cast this spell not even during elites. Can you implement a code for it to work with grave injustice and cast everytime it's off cooldown and not in combat such that it would work like spirit walk? Spirit walk is very well implemented I give props for Giles and whoever else.
 
Does anyone know how to make my WD to use horrify(stalker) as only out of combat movement boost
 
I am in the National guard currently and this is my drill weekend. I'll see what I can get done on Monday for you two... I think it should be simple enough to whip up two adjustments for you two fsfsfs and TheBiologist.
 
Vbnm thank you for your help regarding the summoning of pets. I have another question which I already see a topic for outside of this thread on the main page but I want to keep it in the confines of the Trinity WD thread. So a couple days ago since i'm running MP0 with grave injustice I was wondering how WDs are generally gimped compared to Monks or Barbs because of their superior movement speed and ability to get 30+mill exp.

So basically i'm running Mp0 and one shotting everything and basically wondered if I could use Horrify/Stalker rune to boost my movement speed by 20% since I have grave injustice it would be up at all times. However the bot doesn't even cast this spell not even during elites. Can you implement a code for it to work with grave injustice and cast everytime it's off cooldown and not in combat such that it would work like spirit walk? Spirit walk is very well implemented I give props for Giles and whoever else.

^^^This! This would be awesome!
 
Well here it is... took me a few mins... Hopefully it works as I did not test this so backup your current version and get back to me if it doesnt.
 

Attachments

Last edited:
It doesn't work. It only casts horrify once combat starts. Why would the 20% movement speed help me when i'm standing still fighting lol. For it to work optimally it should cast out of combat as well or everytime it's off cooldown for grave injustice users. Something similar to sprit walk. Take your time though! I know you're busy no rush.
 
Credits to Moley. this is working

Code:
                    // Horrify Buff at 60% health and out of combat
                    if (hashPowerHotbarAbilities.Contains(SNOPower.Witchdoctor_Horrify) && !playerStatus.bIsIncapacitated && (playerStatus.dCurrentEnergy >= 37 ||
                        playerStatus.dCurrentHealthPct <= 0.60) &&
                        PowerManager.CanCast(SNOPower.Witchdoctor_Horrify))
                    {
                        return new GilesPower(SNOPower.Witchdoctor_Horrify, 0f, vNullLocation, iCurrentWorldID, -1, 0, 0, USE_SLOWLY);
                    }


So that was easy huh? All I see that was changed is the tag for use for out of combat
 
Now works as intended. I am using it now. Changes I've made are as follows

Will cast horrify when these conditions are met:
  • You are not in combat.
  • You have the Crit-Mass/Grave Injustice checkbox CHECKED
OR
You are in combat and you have less than 35% HP
 

Attachments

Last edited:
Credits to Moley. this is working




So that was easy huh? All I see that was changed is the tag for use for out of combat
Yes, but remove that portion "playerStatus.dCurrentHealthPct <= 0.60" Otherwise if you are above 60% HP and out of combat it will not cast it
 
Thanks Moley and vnbm! Works great! But I think the file you uploaded is actually less than 60% hp, not 35
 
GRRR I appologize my computer is having issues with not saving files and i end up zipping up the old file... I updated it AGAIN so re-download
 
what is the general consensus as the best/most efficient build for a wd w/ high end gear (250k + dps) w/ 12 ms ( soon to be 24)?
 
Back
Top