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

WD spam Zombie Dog when Tall Man's Finger equipped

lyb61

New Member
Joined
Oct 31, 2013
Messages
4
Reaction score
0
My WD spam Zombie Dog when Tall Man's Finger equipped, and i try to modify trintiy to this and it won't help, is that because the big dog has a different ID? Thanks.

// Zombie Dogs non-sacrifice build
if (CanCast(SNOPower.Witchdoctor_SummonZombieDog) && Trinity.PlayerOwnedZombieDogCount < 1)
{
return new TrinityPower(SNOPower.Witchdoctor_SummonZombieDog);
}
 
In WitchDoctorCombat.cs

Search for non-sacrifice build

It comes up 2 times, edit both of them, then it will work.
 
Link to the threads please. Search comes up with stuff from Honorbuddy too.
 
Back
Top