are u using stock trinity with stock setting ?
I took the setting from the print screens in the first pages of the thread, I've changed attack while refl dmg and fire chains are on (I don't attack when they're up)
are u using stock trinity with stock setting ?
U used Keetsunes' setting on page 2 ?The latest trinity version is working pretty well now, the only major dps upgadre we can have now that is related to routine/bot is how to make the animation canceling, just have to find what class/function/wtv in DB actually cast the skills.
Im using this, good enoughIs there any way to make it cast ancient spear when it gets low on HP? Many times a death could have been prevented by a fury dump but instead it only spams charge?
public static bool CanUseAncientSpear
{
get
{
if (Player.CurrentHealthPct <= .5 && Player.PrimaryResourcePct > 0.9)
return true;
return !UseOOCBuff && !IsWaitingForSpecial && !IsCurrentlyAvoiding && CanCast(SNOPower.X1_Barbarian_AncientSpear) && Player.PrimaryResource >= 25 &&
// Only boulder toss as a rage dump if we have excess resource
(!Runes.Barbarian.BoulderToss.IsActive || Player.PrimaryResourcePct > 0.8 || ShouldRefreshBastiansSpenderBuff) &&
// Raekor - don't toss if below 5 stacks
(!Sets.TheLegacyOfRaekor.IsFullyEquipped || GetBuffStacks(SNOPower.P2_ItemPassive_Unique_Ring_026) >= 5) &&
// Check delay slider
Skills.Barbarian.AncientSpear.TimeSinceUse > Settings.Combat.Barbarian.AncientSpearWaitDelay;
}
}
Thanks a bunch!Im using this, good enough
Code:public static bool CanUseAncientSpear { get { if (Player.CurrentHealthPct <= .5 && Player.PrimaryResourcePct > 0.9) return true; return !UseOOCBuff && !IsWaitingForSpecial && !IsCurrentlyAvoiding && CanCast(SNOPower.X1_Barbarian_AncientSpear) && Player.PrimaryResource >= 25 && // Only boulder toss as a rage dump if we have excess resource (!Runes.Barbarian.BoulderToss.IsActive || Player.PrimaryResourcePct > 0.8 || ShouldRefreshBastiansSpenderBuff) && // Raekor - don't toss if below 5 stacks (!Sets.TheLegacyOfRaekor.IsFullyEquipped || GetBuffStacks(SNOPower.P2_ItemPassive_Unique_Ring_026) >= 5) && // Check delay slider Skills.Barbarian.AncientSpear.TimeSinceUse > Settings.Combat.Barbarian.AncientSpearWaitDelay; } }
I will, just downloaded Trinity from here: https://www.thebuddyforum.com/demonbuddy-forum/plugins/trinity/235881-trinity-2-14-13-a.htmlGuys I have to share with you .
I have been using (Stock Trinity 2.14.13 + keetsune page 2 setting without the variable change ) , and it is working great !
can someone else compare the modified combat file with the new one and share results?
Thanks a bunch!
This helped, but it worked better before and I just can't replicate it. It used to cast it to heal, but also as a fury dump which helped keep up focus and restraint buff, it does not keep it up now if I don't drop low. Whenever I try to edit the casting parameters I get trinity errors.
It works better if I just change the health requirement to <.99
return (!UseOOCBuff && !IsWaitingForSpecial && !IsCurrentlyAvoiding && CanCast(SNOPower.X1_Barbarian_AncientSpear) && Player.PrimaryResource >= 25 &&
// Only boulder toss as a rage dump if we have excess resource
(!Runes.Barbarian.BoulderToss.IsActive || Player.PrimaryResourcePct > 0.8 || ShouldRefreshBastiansSpenderBuff) &&
// Raekor - don't toss if below 5 stacks
(!Sets.TheLegacyOfRaekor.IsFullyEquipped || GetBuffStacks(SNOPower.P2_ItemPassive_Unique_Ring_026) >= 5) &&
// Check delay slider
Skills.Barbarian.AncientSpear.TimeSinceUse > Settings.Combat.Barbarian.AncientSpearWaitDelay) || (Player.CurrentHealthPct <= .5 && Player.PrimaryResourcePct > 0.9);
Guys I have to share with you .
I have been using (Stock Trinity 2.14.13 + keetsune page 2 setting without the variable change ) , and it is working great !
can someone else compare the modified combat file with the new one and share results?
EDIT:
BTW it works like a charm with bounties ! just set trash from 4 to 1.
It works with newest Trinity (2.14.13) just follow instructions on page 2 and replace the files except the BarbarianCombat
Just finished a successful 70 with this setup
im pushing gr61 easily for now
http://www.d3planner.com/620066395
o fu.. i totaly forgot this D: thx manno sense throwing more 26 in running speed, since the boots give +12 and a maximum of 25.
Honestly, all I want is to make him spamm Charge and kill everything.
Is there a way for this? Should be simple, want the bot to level my gems in 60 solo speeds.