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

Hex

Nymerius

Member
Joined
Dec 14, 2014
Messages
69
Reaction score
3
Would be nice to add Hex/Jinx to the spam off CD menu in trinity. It's used for 15% more damage and not as a defensive CD. I use it for Jade doc in neph rifts and bounties. Thank you for your consideration.
 
Would be nice to add Hex/Jinx to the spam off CD menu in trinity. It's used for 15% more damage and not as a defensive CD. I use it for Jade doc in neph rifts and bounties. Thank you for your consideration.

Code:
                if (!GetHasBuff(SNOPower.Witchdoctor_Hex) && Skills.WitchDoctor.Hex.CanCast())
                {
                    Logger.Warn($"Casting Hex");
                    power = new TrinityPower(SNOPower.Witchdoctor_Hex);
                    return true;
                }

You can add this into the Jade build of the WitchDoctorCombat.cs
 
Back
Top