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

Trinity 1.9.1 & QuestTools 2.0

Status
Not open for further replies.
I am a new DB use how do I select these options. I have the newest version of DB BETA, trinity, and quest tools
 
unless you know how to read xml and makes profile, you can fix it. if not best to ditch that profile your using and find another one.
 
It looks like it's crashing while clicking UI elements. I've added some additional checks to only click once per tick and check for valid scenarios before clicking. I can't reproduce this myself, so, I haven no idea if it will work.

The too much and unnecessary use of buffs? Could it be? If not solve, what should I do? Should I keep posting the logs here?
 
Last edited:
Has barb frenzy - maniac been fixed? It should try to keep the buff active at 5 stacks all the time. At the moment it builds up five lets them fade, then builds another five.
 
Can anybody be so kind as to help me adjust leap to: abide by normal rules (with lut socks), however if below a certain amount of fury, use it as a generator..as in, use on any mob in range?


currently reads like

public static bool CanUseLeap
{
get
{
return
!UseOOCBuff &&
!Player.IsIncapacitated &&
CanCast(SNOPower.Barbarian_Leap) &&
(TargetUtil.ClusterExists(15f, 35f, V.I("Barbarian.Leap.TrashCount")) || CurrentTarget.IsBossOrEliteRareUnique);
}



so like

public static bool CanUseLeap
{
get
{
return
!UseOOCBuff &&
!Player.IsIncapacitated &&
CanCast(SNOPower.Barbarian_Leap) &&
(TargetUtil.ClusterExists(15f, 35f, V.I("Barbarian.Leap.TrashCount")) || CurrentTarget.IsBossOrEliteRareUnique OR if below 30 fury anymobs in range );
}


if that makes any sense at all
 
The too much and unnecessary use of buffs? Could it be? If not solve, what should I do? Should I keep posting the logs here?

This is not an isolated event as it keeps happening to me and I've found someone in the support forum with the same problem (http://www.thebuddyforum.com/demonbuddy-forum/demonbuddy-support/161859-db-diablo-randomly-shuts-down.html#post1509308).

I just want to get this profile to work because it is the best exp profile I have found and after crashing 10 games in it is completely un-afkable for me.
 
it already should :o mine does atleast. what trinity are you on?

Using the latest one 1.91. Want it so that it will just spam it since I have a chalnik's chain. gotta get that movement speed boost :)
 
Using the latest one 1.91. Want it so that it will just spam it since I have a chalnik's chain. gotta get that movement speed boost :)


only thing I have in relation to war cry in Barbarian combat settings (trinity 1.8.28)

// War Cry
if (IsNull(power) && CanUseWarCry)
power = PowerWarCry;

assumingt that means it casts whenever it can, and..it does on my version of trinity so maybe try adjusting it to that, don't know why it would have changed though :/
 
I just deleted all the trinity dirs and questTools dirs. Started up just fine. But its not picking up any Gems and i have Marquise+ selected and all types checked off ?

Not picking up Deaths Breath either that i've noticed so far. I have Misc Items set to common+

this was Using DemonbuddyBETA v1.1.1876.406
with http://www.thebuddyforum.com/demonb...ollingoblin-ros-item-rules-keep-updating.html

or Setting to Trinity Loot Rules.

Tried setting gems to Chipped but didnt do anything either. It picks up gems if they come from a chest but not mobs
 
Last edited:
Crusader doesn't seem to ever want to use Blessed Shield.
 
ignore this. i didn't have quest tools enabled.
 
Last edited:
Cuz of some weird reason trinity is considering the inventory full even tho 18 slots of it are still empty ([Trinity] No more space to pickup a 2-slot item, town-run requested at next free moment.).. i have tried messing within trinity's settings to see if it debugs, i believe it is a bug, cuz no matter what setting i put it always leaves that those 18 slots are not free for use.

I think it is a bug, and i heard a few other guys complaining about it too in another thread, but maybe i'm doing something wrong. Could any of you please gimme some help? Or is it really a bug? Thank you.

ss505.jpg
ss506.jpg
 
Is there any way to change the distance at which the wizard class uses Disintegrate? It's typical using it as the furthest distance it can, or even too far away so it's not even damaging the enemy.
 
I have been having tons and tons of problems with trinity in the past three weeks. Each release seems to come with more problems. I have fresh installed demon buddy three to four days a week and each day sometimes multiple times. Have tried both release and beta. Happens in a LOT of places. when using trinity 1.8.25 I had zero problems. Every release I give it a run for two nights using a bounty profile for act 4 and I got approximately 1/3 of the usual shards. Reverting back to 1.8.25 - good news is it only takes me 30 seconds to reset everything back to my preferences!

Bot ports to cemetary of the forsaken
"Using Waypoint Waypoint-123 Number:7
Looking for Warden
[Logger] TrinityMoveTo is depreciated. Use MoveTo or SafeMoveTo instead."

Log file attached.

E: Reverted to 1.8.25

What could be causing this issue?

Pretty sure the problem is with quest tools. I downgraded to trinity .25 and I retained the problems. Completely re installed again and downgraded quest tools as well. Bot is running well again.
 
Crusader doesn't seem to ever want to use Blessed Shield.
Yeah, Crusader doesn't cast Blessed Shield on single target, but will do Fist of the Heavens.

Developers, if you can please allow Blessed Shield to be cast on single targets, even if it is trash.
 
It looks like it's crashing while clicking UI elements. I've added some additional checks to only click once per tick and check for valid scenarios before clicking. I can't reproduce this myself, so, I haven no idea if it will work.
The too much and unnecessary use of buffs? Could it be? If not solve, what should I do? Should I keep posting the logs here?
EDIT: Already in assembla this change? If yes, in what Demonbuddy I can test? Beta 406 or Release 359?



Hello again rrrix, now tested the DB Beta 406 + Trinity .28 that already comes with it. And again, D3 client closed..

View attachment 1788 2014-05-07 14.58.zip

Now I will test with the release Demonbuddy .359, It already comes with the trinity 28 and i'll test again. By the end, I will test DB 359 with the Trinity 27. I do not know what else can be, but I believe it is not my computer, (AMD 8350, DDR3 20Mb, Crossfire HD7850..) and all this for only 2 accounts currently.

Have any more idea of ​​what might be happening? Thanks
 
Last edited:
Status
Not open for further replies.
Back
Top