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.
Try 2.8.4, without anyone elses mods.

Code:
[Trinity] Initialized v2.8.3

Updated with 2.8.4 and issue is still the same, it tries to Dash to pickup the loot at its feet. Does not pick up Rift fragments and other loot, only some of it. NOt sure if makes a difference but was working on Act3 bounties. Shouldn't though as Trinity handles looting. Even double checked settings in Loot, everything is checked.
 
Same here ;/

Edit : Trinity 2.8.3 and questtools 3.4.4 same thing happen at tyrael / just picking up some parts of the loot
 
Last edited:
T6 Speedfarm Whirlwind IK/BK - Barbarian - Diablo III Builds - Diablo Fans

This is the fastest T6 farm build currently for Barbs as well as being the most upvoted & updated T6 farm build on diablofans, currently the routine doesn't work very well with it. You can almost get 100% Wrath of the berserker uptime (or close to), just watch the video and you will understand.

Its also not keeping up the Focus & Restraint buffs (which are super strong)
 
Last edited:
Only issue i noticed atm is that when you are low durability in the middle of greater rift it loops between going town and using teleport back to grift without visiting NPC to repair items.
 
1. DH sometime just "idle" in bunch of mobs and boss until dying.
2. DB not using Bottomless Potion Of Regeneration after 35% hp left.

DB:518
Qtools: 3.4.16
Trinity:2.8.4
Kadala:2.7.2
 

Attachments

Last edited:
oouuuch new trinity is constantly using the last charge of dash now, far fewer dashes as result of waiting for a charge to come back
 
Quest Tools currently having issues with interacting new Act 3 bounty objects Demon Gates and Catapults. Sometimes it does not realize it already activated object and will stand idle/stuck until reset.

Also has issues seeing Objective Marker for both quests as well.

Attached a log for the Demon Gates. Near the end it was running over where the Quest Object was, getting stuck...

View attachment 176625

Those are profile problems, not QuestTools problems. Usually profile builders don't have the full understanding of how to use the tags correctly - they can get quite complex.
 
[QUALITY] == "Legendary" # [ANCIENT] -> KEEP

I want to keep ancient items only but this rule doesn't work on trinity /

I can see job's list as a work around - it use item attri rating to determine whether you should keep or salv an item -- but it should be better if the codes above just work so that we can make our own list based on item quality..

this is what i'v found working - in Interpreter.cs change the ancient row to the following - so everytime I get a new trinity I will go in and change it.....

itemDic.Add("[ANCIENT]", item.AncientRank>0);

Thank you.~
 

Will now dash between elites.

rrrix:

Code:
      [COLOR=#008000] [/COLOR]return new TrinityPower(SNOPower.X1_Monk_DashingStrike, MaxDashingStrikeRange, [COLOR=#008000]TargetUtil.GetFarthestEliteWithinRange(50f).Position[/COLOR]);

Code:
      [COLOR=#008000]  internal static TrinityCacheObject GetFarthestEliteWithinRange(float range)
        {
            return
                (from u in ObjectCache
                 where u.IsUnit &&
                 u.IsBossOrEliteRareUnique &&
                 u.RadiusDistance <= range
                 orderby u.RadiusDistance descending
                 select u).FirstOrDefault();
        }[/COLOR]
 
rrrix can you make sure the monk dashing build always keeps 1 charge please and waits for enough spirit to dash again? Now sometimes dashing strike has 0 charges which didnt happen in previous trinity version.
 
T6 Speedfarm Whirlwind IK/BK - Barbarian - Diablo III Builds - Diablo Fans

This is the fastest T6 farm build currently for Barbs as well as being the most upvoted & updated T6 farm build on diablofans, currently the routine doesn't work very well with it. You can almost get 100% Wrath of the berserker uptime (or close to), just watch the video and you will understand.

Its also not keeping up the Focus & Restraint buffs or the Taeguk Gem buff (which are super strong)

Just want to make sure you see it, sorry for the spam :).
 
Last edited:
Thanks Fujiyama, can I just save that link directly to ezupdater and hit check for update?

Nah, I think I have to use SVN then.. I've got more than enough keeping up with git and rrrix files. I'm no developer so I'm learning as I go :)
 
so ww bk barb is not ww when skipping mobs i was zerg key farmin and he just pretty much runs because of this.
On a good note the spam clicking of ww ooc seems to be fixed :)
 
Last edited:
rrrix can you make sure the monk dashing build always keeps 1 charge please and waits for enough spirit to dash again? Now sometimes dashing strike has 0 charges which didnt happen in previous trinity version.

Yep, aware of this. Working on it.
 
Status
Not open for further replies.
Back
Top