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

HOTA priority vs. elites (1.7.3.1)

kiljind

Member
Joined
May 3, 2013
Messages
91
Reaction score
0
Hey everyone,

Theres been a discussion on the main forums regarding HOTA's priority vs. WW when it comes to killing elites running a HOTA/WW Barb. I wanted to bring it to the attention of people on this forum. An example of such a build:

WW/HOTA Build

There was a fix for this which can be found in the thread below, however the fix does not work for the latest version of Trinity 1.7.3.1:

WW/HOTA Thread

I have attempted to move HOTA above WW in the barbarian.cs file, and tried this:

Code:
 // Hammer of the ancients spam-attacks - never use if waiting for special
            if (!UseOOCBuff && !IsCurrentlyAvoiding && Hotbar.Contains(SNOPower.Barbarian_HammerOfTheAncients) &&  !CurrentTarget.IsEliteRareUnique && Player.PrimaryResource >= 20)
            {
                //return new TrinityPower(SNOPower.Barbarian_HammerOfTheAncients, 12f, Vector3.Zero, -1, CurrentTarget.ACDGuid, 2, 2, USE_SLOWLY);
                return new TrinityPower(SNOPower.Barbarian_HammerOfTheAncients, 10f, Vector3.Zero, -1, CurrentTarget.ACDGuid, 0, 0, NO_WAIT_ANIM);
            }

But it still does not HOTA when it comes to targeting elites. I was hoping someone here could provide a solution or guide me towards a solution using the latest trinity version?

I'd also like to ask if it would be possible to edit the code such that you could run a HOTA/WW/Rend build, in that it uses WW and rend vs. non-elites, and HOTA and rend vs. Elites. An example of such a build

WW/HOTA/Rend Build

Thanks!
 
I definitely want this too! I would simply exchange "Overpower" with hota for killing elites faster since I already kill trash fast... I could farm demonic essences really fast with that... That would be awesome <3
 
I definitely want this too! I would simply exchange "Overpower" with hota for killing elites faster since I already kill trash fast... I could farm demonic essences really fast with that... That would be awesome <3

Yes that is exactly why I want this. Being able to clear trash AND get demonic essences!
 
Yeah the problem with WW is that in high mp's it sucks vs elites compared to HOTA. My IPH drops a lot because of that so I'm obligated to do mp6 even though I have the gear for higher mps... I want the demonic essences! :D
 
Trying it out right now. Will give feedback later. Thanks for the answer.
 
Yup for now it works good! Bot has killed 5 elites so far pretty quickly <3
 
Back
Top