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

WitchDoctor - Haunt Spam - Jade Set

Tattoo

Member
Joined
Dec 16, 2011
Messages
133
Reaction score
11
Hi,

i tried to play with 2 Set Jade Bonus and Haunt Spell Spam -> but if i edit Trin -> Combat -> Abilities -> WD and remove the check for existing buffs, trinity throws weird errors on other (Monk.cs) and complete disables itself.

Can someone help?
 
its actually easy if you edit the file you just must have done something wrong...
1. close demonbuddy
2. go to Plugins/Trinity/Combat/Abilities/WitchDoctorCombat.cs
3. Search for Haunt (should be find in 2 places)
4. Replace both of those two with the following below:
Code:
                    // Haunt 
                    if (CanCast(SNOPower.Witchdoctor_Haunt) && Player.PrimaryResource >= 50)
                    {
                        return new TrinityPower(SNOPower.Witchdoctor_Haunt, 45f, CurrentTarget.ACDGuid);
                    }

This is what i use for 2piece for easy torment6 farming (due to i dont have any gear really except the two piece) if you havea full set this probably wont work so well.. no idea
 
Last edited:
Back
Top