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

Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

WD Jade Harvester Combat Profile working for 2.2 season 3 set.

// Haunt
if (Skills.WitchDoctor.Haunt.CanCast() && Player.PrimaryResource >= 50 ||
CurrentTarget.HasDebuff(SNOPower.Witchdoctor_Haunt))
{
return new TrinityPower(SNOPower.Witchdoctor_Haunt, 45f, CurrentTarget.ACDGuid);
}

simple change but work better like before.... i can't do it more and still have problem with soulharvest ( not use when he fight with single mob ( like boss))
 
Back
Top