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

Trinity 2.7.0 and QuestTools 3.3.12

Status
Not open for further replies.
What setting are you guys using on WOTB @ barb?
Use on any elite or use off cd?

Edit:
Just wanted to say that this version of Trinity is awesome for me. Clearing Grift 38 without dropping below 90% health.

ONLY thing that is abit annoying is that he won't use rend on the riftboss. Other than that, flawless (for me).
 
Last edited:
How to add new legendary gems on quest tools? someone said to delete my quest tools settings file but that didnt do anything.
 
@rrrix

Could you please add support for DH using kridershot? If the bot would use elemental arrow as a hatred generator instead of spamming it as a hatred spender when kridershot is equipped, and use the other hatred spender like MS instead, then it would be very awesome!
Also I've noticed my DH is spamming smoke screen whenever she is in combat(I made sure I did not check "spam smoke screen"), regardless whether she really needs to use the skill or not. This is a huge problem as it wastes so much discipline thats needed for the new DH set's passive damage increase.

Thank you!
 
loving the new trinity with quins monk build, but its not spamming inner sanctuary off cool down.. any way to fix this? please and thank you
 
ok so i tried to update trinity and for whatever reason its totally not working for me, i put it in the plugins folder and start up DB and it doesn't register in the program as being there. just shows quest tools? was hoping that this would be my fix so i could get some bounties done and get the house work done as well ahaha
 
ok so i tried to update trinity and for whatever reason its totally not working for me, i put it in the plugins folder and start up DB and it doesn't register in the program as being there. just shows quest tools? was hoping that this would be my fix so i could get some bounties done and get the house work done as well ahaha
reinstall the newest version with ezloader, i was having problems as well tell i reinstalled
 
Are you planning on adding "bastion of will" support? Its a huge dps boost if u could add that to the combat misc:)

Nice update:)

Regards
 
Good work rrix - 2.7.1 works really well with the Dashing Strike Monk build - G-Rift 41 complete. Inner Sanctuary only pops when combat is against an elite - maybe it would be useful if surrounded by xx white mobs also.
 
Is it possible to get a Whirlwind Out Of Combat (Whirlwind OOC) option?
With the Bul-Kathos Oat set, its goes so much faster whirlwinding ooc then running.
Fury is really not an issue.

Otherwise working really great
 
In the item list, there is no barb waste set pants....

That's because we don't have the Id for it. Please go into trinity tab and click 'Find New ActorIds' button and then tell us what the Id is. Rest assured all items with 0 id are auto-stashed, so it wont get sold/vendored. But until we get the ID you wont be able to configure rules for it in itemlist.
 
That's because we don't have the Id for it. Please go into trinity tab and click 'Find New ActorIds' button and then tell us what the Id is. Rest assured all items with 0 id are auto-stashed, so it wont get sold/vendored. But until we get the ID you wont be able to configure rules for it in itemlist.

[Trinity] Item: Legs: Tasset of the Wastes (408862)

Is this what is needed?
 
Good work rrix - 2.7.1 works really well with the Dashing Strike Monk build - G-Rift 41 complete. Inner Sanctuary only pops when combat is against an elite - maybe it would be useful if surrounded by xx white mobs also.
2.7.1? did I miss something? I can only find 2.7.0
 
Modified Rend-
Works on rift boss and single mobs
Uses it on 3sec cooldown with 30+ fury and WotB buff up (to constantly lower WotB timer)
Uses it on .5sec cooldown with 30+ fury and WotB buff down (to refresh WotB as fast as possible)
Changed min fury to 30 from 20 (so it can always WW right after rend again, itsdeadly to rend then stand still)

Note: this isnt as useful in T6 where you don't need 100% uptime on WotB but it will help you push further in grifts,
I'm sure someone can make this much nicer for both places but this might help someone :)

Code:
        public static bool CanUseRend
        {
            get
            {
                if (UseOOCBuff || IsCurrentlyAvoiding || Player.IsIncapacitated || !CanCast(SNOPower.Barbarian_Rend))
                    return false;

                bool hasReserveEnergy = (!IsWaitingForSpecial && Player.PrimaryResource >= 30) || (IsWaitingForSpecial && Player.PrimaryResource > MinEnergyReserve);

				
                return (Skills.Barbarian.Rend.TimeSinceUse > 3000 && hasReserveEnergy && GetHasBuff(SNOPower.Barbarian_WrathOfTheBerserker)) ||
						(Skills.Barbarian.Rend.TimeSinceUse > 500 && hasReserveEnergy && !GetHasBuff(SNOPower.Barbarian_WrathOfTheBerserker));
            }
        }

Trinity wish list:
OOC Taeguk management, dropping stacks out of combat is a HUGE dps/survivability loss
RoV on DH is still very inconsistent while strafing

Keep up the great work guys, this version is looking really nice!
 
Last edited:
Is it possible to get a Whirlwind Out Of Combat (Whirlwind OOC) option?
With the Bul-Kathos Oat set, its goes so much faster whirlwinding ooc then running.
Fury is really not an issue.

Otherwise working really great

This would be great to lower the timer on wotb
 
Is this build picking up arcane dust? if not please tell me how to add it.
 
the same problem bot restarts after 10-15 minutes was the only working 2.2.0 Trinity
 
Trinity wish list:

add OOC Taeguk management
Remove Trinity -> Items -> Pickup -> "Potion Cap"
Remove Trinity -> Items -> Town Run -> "Sell Extra Potions"
 
Status
Not open for further replies.
Back
Top