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

Trinity 2.8.4 & QuestTools 3.4.16

Status
Not open for further replies.
I am having 2 issues:
1) Trinity never uses potions for me. Anyone else have this issue?

2) With 2.8.4 and DB 518 After completing a rift, the toon goes to the chest and sits there for 20-30 seconds runnning this log debug log I have attached. Any idea what is going on. I am going to switch back to 2.8.1 for now. Thanks.
 

Attachments

Last edited:
seems to lag pretty bad when there are lots of mobs, and its not the isp, im getting 50/6 mbps wondering if this could be the new trinity or maybe somthing else, fps goes from 130 on one mob to 0 with 15+ mobs
 
i run two builds on my monk, one with ingeom one without, for me i prefer to use this condition (Skills.Monk.DashingStrike.Charges > 1 || Player.PrimaryResource > 70 ) - i have some resource reduction. i prefer it this way because i only care about having at least 1 charge to not get stuck too long and to use extra charges for dmg. of course ill run out of charges cause i also let it dash OOC when i use ingeom, but i also still run out of charges in rare occasions while fighting though im not entirely sure why, for me seems like it it misses some check or whatever but doesnt happen often enough for me to care. if there is some way for the bot to know when it has ingeom buff i would like to know.

on side note i think the bot runs profiles better when using the jawbreaker dashing strike logic or bestpiercingtarget, i dont like the current position personally, i think its very noticeable if u run high GR. not only clears faster but safer, but could just be my opinion. for example i can clear a rift in just one or two minutes depending on map and its doing gr50 now and im not even using a flying dragon yet cause i havent found a good one. cheers
 
Is in the latest Release fixed the Picking up issue where Monk tries to Dash in Town after Opening Horadric Cache ? ( And leave the drop on the ground and continue for making a new Game ) ??
 
Is in the latest Release fixed the Picking up issue where Monk tries to Dash in Town after Opening Horadric Cache ? ( And leave the drop on the ground and continue for making a new Game ) ??

Add this to the dashing strike part of HandleTarget.cs:

Code:
CurrentTarget.Type != GObjectType.Item
If you are using the newest git from rrrix it will be:
Code:
CurrentTarget.Type != [COLOR=#ff0000][FONT=Helvetica Neue]TrinityObjectType[/FONT][/COLOR].Item

Or try my modifications:

https://www.assembla.com/code/fujiyama-unifiedtrinity-fork/git/nodes/master/Trinity
 
I am having 2 issues:
1) Trinity never uses potions for me. Anyone else have this issue?

2) With 2.8.4 and DB 518 After completing a rift, the toon goes to the chest and sits there for 20-30 seconds runnning this log debug log I have attached. Any idea what is going on. I am going to switch back to 2.8.1 for now. Thanks.


yeah problem no 1 u mention happen to me too.
 
Don't really know where exactly ro replace this , but trying now your trinity^^
 
Don't really know where exactly ro replace this , but trying now your trinity^^

If you are curious you can find the file "HandleTarget.cs" from my files and search for "dashing". From there you can find the part I suggested in the last post and maybe you can figure out the logic behind it. But my files should do what you asked, I think. Please let me know if they don't! :)
 
Trinity working great as always, and even better and better from version to version. Thank you for that! :)

Could you add a checkbox for Monkcombat "Use Epiphany only on elites"? Would be great for the new Dashing Strike Monk builds.
 
rrrix: Not sure if this has been mentioned earlier, but the bot seem to be stuck trying to upgrade certain gems above 50. Like Gogok and Boon of the horder. These gems are capped at 50.
 
@Fujiyama

Could you upload your Trinity.xml with your settings please? Thanks
 
WW barb not working again, it works for a little while then goes back to bashing over and over.

doesn't use potions

doesnt seem to pick up health globes either
 
how do i replace trinity..? i delted old one and downloaded trinity in plugin folder woudlnt work
 
If it's not in the settings I'm not sure :P

Gotta sleep soon, if it's broke just put back the last one. Either way let me know so I can get back to it tomorrow :)

Edit: I should add better logic for this tomorrow, I see it's lacking some.

Waiting for some love!
 
@Fujiyama

Could you upload your Trinity.xml with your settings please? Thanks

Here. Not sure if the settings are ideal though, please let me know if you have better success with other settings.
 

Attachments

Status
Not open for further replies.
Back
Top