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

how can wd stop spam dog?

sado

New Member
Joined
Jun 2, 2014
Messages
126
Reaction score
0
because i use tallman's finger so i have only 1 dog.

i want to make that wd stop spamming unless a dog died

how can i solve dis problem?
 
In your Demonbuddy folder go to Plugins/Trinity/Combat/Abilities folder and open the WitchDoctorCombat file in some text editing program. Search for this block of code:

// Zombie Dogs non-sacrifice build
if (!hasSacrifice && CanCast(SNOPower.Witchdoctor_SummonZombieDog) && Trinity.PlayerOwnedZombieDogCount == 0)

Yours will have a number other than 0 for the last part ('Trinity.PlayerOwnedZombieDogCount < 3', I think is the default), change it to be like what I have above. That will make it only summon zombie dog when you have 0 zombie dogs out.
 
Back
Top