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:
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!
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!






