What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal
is using steed charge on every cd in combat a good thing? I tho stacking punish and using other cds out dps riding steed thru elites... if its not a good dps spam can you coded it to using steed only if we get stuck? I can uncheck the using steed on every cd but then I will get stuck in packs many times per rift, more tweak to it plz.
 
Hi, any chance you can fix this spot? It's the MOST common place I get stuck.

I bot 4 accounts, 24/7, for a year now, and this spot is at least 50 % of the Stuck places in Rifts:
yrlgwzX.png


The 2nd most common stuck, with around 45 % of the cases, is the one in the Act 3 cirlce map; Tower of the cursed, in the bottom left cornor it almost always gets stuck. If you want, i can also take a screenshot from there next time.
 
I suggest adding gems conversion to trinity tools, it's quite boring to do that manually.
 
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.
 
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.
 
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.
 
I think maruder's DH is kinda messed up. If you use evasive fire with Hardened rune char vaults next to elite pack to gain buff (hit mobs with evasive) then vaults back to save position instead of just jusing evasive as generator in multishot set up.
 
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.
 
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.


Same! The bot is not stashing any items or gambling while using the GREATER RIFTS profile.
 
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'.

Thanks Unchecking 'Teleport OOC' for wiz worked.
 
It is already gone. :( Will be hard to reproduce. I will keep this in mind for future.

Or it is somewhere there and I dont know it... I found in Logs folder this line:

22:36:02.281 DEBUG TrinityDebug [Trinity 2.14.17] >> Unselected ListItem Pas 449047
22:36:02.281 INFO Logger [Trinity 2.14.17] Pas [Belt_norm_base_flippy-863029] [Belt] = ItemListCheck=TRASH

well yes I have most items decelected but belt was ancient and I have checked store all anciens which should override list.
 
there are lots of rift balls missing especially in GR. Could you plz fix it?
 
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.
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.

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.
You're gonna have to rest you Item List, sorry.

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.
Ok, I'll check.

Same! The bot is not stashing any items or gambling while using the GREATER RIFTS profile.
Duly noted. I'll try to reproduce this.

there are lots of rift balls missing especially in GR. Could you plz fix it?
Known issue, we're still trying to figure this one out.
 
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.


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.
thank you buddy
 
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;
}
}

Thats what ive done to fix it for me for now ^^ I have no clue about coding but i think i added to check barbarian ignore pain health thing(acessable over variables)
For me i put it to 0.70. Now its only usin the boulder toss to heal if below 70% and to refresh ring buff.
Loosing some damage but workin better for me atm.
 
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.

Because of the damage % boost from Deathwish when channeling Disintegrate, I would imagine.
Also because of the channeling shoulders. The added almost 100% dmg to all spells is a great benefit to the end user.
 
Last edited:
Back
Top