Y yihonge New Member Joined Apr 13, 2014 Messages 9 Jun 19, 2014 #1 【wd】如何让db遇到精英怪时再召唤僵尸券,而不是cd一到就召唤? 带有狗戒!!!!!!!
EricPhone Active Member Joined Feb 17, 2013 Messages 5,665 Jun 19, 2014 #2 Trinity\Combat\Abilities\WitchDoctorCombat.cs 将 if (!hasSacrifice && CanCast(SNOPower.Witchdoctor_SummonZombieDog) && Trinity.PlayerOwnedZombieDogCount <= 2) 改成 if (!hasSacrifice && CanCast(SNOPower.Witchdoctor_SummonZombieDog) && TargetUtil.EliteOrTrashInRange(25f) && Trinity.PlayerOwnedZombieDogCount <= 2) 将 if (hasSacrifice && CanCast(SNOPower.Witchdoctor_SummonZombieDog) && 改成 if (hasSacrifice && CanCast(SNOPower.Witchdoctor_SummonZombieDog) && TargetUtil.EliteOrTrashInRange(25f) &&
Trinity\Combat\Abilities\WitchDoctorCombat.cs 将 if (!hasSacrifice && CanCast(SNOPower.Witchdoctor_SummonZombieDog) && Trinity.PlayerOwnedZombieDogCount <= 2) 改成 if (!hasSacrifice && CanCast(SNOPower.Witchdoctor_SummonZombieDog) && TargetUtil.EliteOrTrashInRange(25f) && Trinity.PlayerOwnedZombieDogCount <= 2) 将 if (hasSacrifice && CanCast(SNOPower.Witchdoctor_SummonZombieDog) && 改成 if (hasSacrifice && CanCast(SNOPower.Witchdoctor_SummonZombieDog) && TargetUtil.EliteOrTrashInRange(25f) &&