Latest is .19 mate..14.17 not using Bombardment at all now with LON build. Just spams horse, will use consecrate. But isn't using Bombard at all. lol.
Latest is .19 mate..14.17 not using Bombardment at all now with LON build. Just spams horse, will use consecrate. But isn't using Bombard at all. lol.
Bot does not stack items, even when the inventory is full, and no gambling at all.
I'm running latest DB (DemonbuddyBETA 1.1.2892.590) and Trinity 2.14.19.
Please help.
Can you please provide a log that shows the item-list output where it trashed it.
Yeah, WW is weird. It gets stuck a lot more than just using normal movement. We're not really sure why that is.
Fixed in the next version.
What? I didn't change playermover for that. Who told you that? Anyway, just wait for the next version to be released.
Yup.
Try using 'Steed Charge off CD' when the next version comes out. Let me know how that goes.
Uncheck 'Teleport OOC'.
It is already gone.Will be hard to reproduce. I will keep this in mind for future.
That's Phelon's code. I'm sure there's a good reason behind it, but I don't actually know what it is. I'll ask him.Barbarian: The new Trinity 2.14.19 is casting bolder toss way to often. Using IK 5 Raekor 3. It`s simply spamming boldertoss after every charge, and completely ignoring the wait delay ancient spear slider.
Better give us some possibillities to tweak arround by our selves. I`m not used to the scrypting.
Gonne be runing 2.14.17, till something better comes out.
Still, good job guys.
You're gonna have to rest you Item List, sorry.2.14.19 bug:
- Item List: Shield of Fury STILL can't be un-checked from the Item List. Settings keeps reverting to Shield of Fury keep.
Ok, I'll check.Yeah Steed is being used correctly when used only for travel, but when checked "Use off CD" it ignores Akarat and Iron skin buffs completely, meaning a lot of missed damage using Akkhans set.
Duly noted. I'll try to reproduce this.Same! The bot is not stashing any items or gambling while using the GREATER RIFTS profile.
Known issue, we're still trying to figure this one out.there are lots of rift balls missing especially in GR. Could you plz fix it?
thank you buddyThat's Phelon's code. I'm sure there's a good reason behind it, but I don't actually know what it is. I'll ask him.
You're gonna have to rest you Item List, sorry.
Ok, I'll check.
Duly noted. I'll try to reproduce this.
Known issue, we're still trying to figure this one out.
public static bool CanUseAncientSpear
{
get
{
if (Player.CurrentHealthPct <= Settings.Combat.Barbarian.IgnorePainMinHealthPct)
if (Runes.Barbarian.BoulderToss.IsActive)
{
if (Player.PrimaryResourcePct > 0.99 &&
QueuedPower != PowerAncientSpear)
{
Logger.LogVerbose("Boulder Toss!");
QueuedPower = PowerAncientSpear;
return true;
}
return false;
}
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.99 ||
ShouldRefreshBastiansSpenderBuff) &&
// Raekor - don't toss if below 5 stacks
(!Sets.TheLegacyOfRaekor.IsFullyEquipped ||
GetBuffStacks(SNOPower.P2_ItemPassive_Unique_Ring_026) >= 5) &&
// Leap Socks - don't throw if we're leaping
(!Legendary.LutSocks.IsEquipped ||
SpellHistory.SpellUseCountInTime(SNOPower.Barbarian_Leap, TimeSpan.FromMilliseconds(2000)) < 3) &&
// Check delay slider
Skills.Barbarian.AncientSpear.TimeSinceUse > Settings.Combat.Barbarian.AncientSpearWaitDelay;
}
}
If you run the top wiz solo spec (DMO + Twisted Sword + Ancient Sigil) with disintegrate and energy twister, the bot will hard cast energy twister, which he should never be doing. Wastes a lot of time and looks really dumb when hes constantly interupting his own disintegrate.
Once more, why? Why should it cast Disintegrate over Energy Twister? I've heard this complaint about 10 times already and so far no one has been able to give a convincing explanation of why NOT cast Energy Twister would be better.I've heard and am trying to use this build too.
Same problem as mentioned.
Link: http://www.diablofans.com/builds/70315-2-4-delseres-energy-twister-disintegrate-etched
Once more, why? Why should it cast Disintegrate over Energy Twister? I've heard this complaint about 10 times already and so far no one has been able to give a convincing explanation of why NOT cast Energy Twister would be better.