What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal
Sweet man thx for the help didnt know the trinity settings were there. So i got the bot working i just have a couple of questions. how do i get it to use wrath of the berzerker more often. Also how can i change what lvl grift he does currenly he only doing grift 1

You need to open DB, go to Plugins, select Adventurer and click on Config. This will open Adventurer Config. There you can set the desired GR level and more.

I managed to get it working by removing some lines in the .cs file

Maybe be a little more specific? This isn't really helping anyone...
 
You need to open DB, go to Plugins, select Adventurer and click on Config. This will open Adventurer Config. There you can set the desired GR level and more.



Maybe be a little more specific? This isn't really helping anyone...
if you open the file with any text editor and look for "callofthe" you find references to the immortal king set, simply delete those references and it works.
I can't attach the file but this is what I did.



if (UseOOCBuff)
{
// Call of The Ancients
if (CanUseCallOfTheAncients)
return PowerCallOfTheAncients;


AND


public static bool CanUseCallOfTheAncients
{
get
{
return //!UseOOCBuff &&
//!IsCurrentlyAvoiding &&
CanCast(SNOPower.Barbarian_CallOfTheAncients) &&
!Player.IsIncapacitated &&
//!GetHasBuff(SNOPower.Barbarian_CallOfTheAncients) &&
(Trinity.PlayerOwnedAncientCount < 3);// ||
//CurrentTarget.IsEliteRareUnique ||
 
Last edited:
If you want the bot to utilize Standoff properly with sprint, go to line 533 in BarbarianCombat.cs (CanUseSprint property) and add Hotbar.Contains(SNOPower.Barbarian_FuriousCharge)|| after Hotbar.Contains(SNOPower.Barbarian_Whirlwind) ||.

The new line (548+549) then reads:
(Hotbar.Contains(SNOPower.Barbarian_Whirlwind) || Hotbar.Contains(SNOPower.Barbarian_FuriousCharge)|| CurrentTarget.IsTreasureGoblin ||
(CurrentTarget.Distance >= V.F("Barbarian.Sprint.SingleTargetRange") && Player.PrimaryResource >= V.F("Barbarian.Sprint.SingleTargetMinFury"))
 
can i get the experience tracker file you have? i lost my old one since i updated DB
 
Sweet man thx for the help didnt know the trinity settings were there. So i got the bot working i just have a couple of questions. how do i get it to use wrath of the berzerker more often. Also how can i change what lvl grift he does currenly he only doing grift 1
Here you go:
View attachment 196334

Not really hard to find it and edit the line though.

I made a few changes myself but it's nothing amazing.

I just tested and XP/h fell from 55bil/h to 44bil/h
 
Sry guyse IRL problems, maybe i'll have time to do guide today, but no promise.
 
First of all only use this if you already have 4 Raekor pieces and the latest release of trinity

Find plugins/trinity/movement/playermover.cs search for this block of code line 692-702:
Code:
 if (Trinity.Settings.Combat.Barbarian.UseChargeOOC &&
                    CacheData.Hotbar.ActivePowers.Contains(SNOPower.Barbarian_FuriousCharge) &&
                    Skills.Barbarian.FuriousCharge.Charges > 0 &&
                    PowerManager.CanCast(SNOPower.Barbarian_FuriousCharge) && (destinationDistance >= 20f &&
                    !ShrinesInArea(destination) || Trinity.ObjectCache.Any(u => u.IsUnit &&
                                                                                MathUtil.IntersectsPath(u.Position,
                                                                                    u.Radius + 5f,
                                                                                    Trinity.Player.Position, destination)) ||
                    TargetUtil.TargetsInFrontOfMe(Math.Min(45, destinationDistance)).Count * 2 >
                    Skills.Barbarian.FuriousCharge.CooldownRemaining / 1000))

Change the Skills.Barbarian.FuriousCharge.Charges > 0 to Skills.Barbarian.FuriousCharge.Charges > 1

Dont forget to always backup the original file in case this fuck up anything. The correct way should be to make a ability rune check, but fuck it, it is working. Tick the use Furious Charge OOC inside settings>combat routine>combat>barbarian.
Enjoy your 2/3 minutes clear speed.
 
i would like to thank everyone that has helped out with this bot. iam able to clear grift 68. With a ancient weapon i can probably clear grift 70
 
i would like to thank everyone that has helped out with this bot. iam able to clear grift 68. With a ancient weapon i can probably clear grift 70
Would you mind telling me how your barb manages with bosses? My barb clears rifts without issue, but dies a lot on the bosses.
 
First of all only use this if you already have 4 Raekor pieces and the latest release of trinity

Find plugins/trinity/movement/playermover.cs search for this block of code line 692-702:
Code:
 if (Trinity.Settings.Combat.Barbarian.UseChargeOOC &&
                    CacheData.Hotbar.ActivePowers.Contains(SNOPower.Barbarian_FuriousCharge) &&
                    Skills.Barbarian.FuriousCharge.Charges > 0 &&
                    PowerManager.CanCast(SNOPower.Barbarian_FuriousCharge) && (destinationDistance >= 20f &&
                    !ShrinesInArea(destination) || Trinity.ObjectCache.Any(u => u.IsUnit &&
                                                                                MathUtil.IntersectsPath(u.Position,
                                                                                    u.Radius + 5f,
                                                                                    Trinity.Player.Position, destination)) ||
                    TargetUtil.TargetsInFrontOfMe(Math.Min(45, destinationDistance)).Count * 2 >
                    Skills.Barbarian.FuriousCharge.CooldownRemaining / 1000))

Change the Skills.Barbarian.FuriousCharge.Charges > 0 to Skills.Barbarian.FuriousCharge.Charges > 1

Dont forget to always backup the original file in case this fuck up anything. The correct way should be to make a ability rune check, but fuck it, it is working. Tick the use Furious Charge OOC inside settings>combat routine>combat>barbarian.
Enjoy your 2/3 minutes clear speed.
but u use the modified cs u find here or the stock one ?
 
Very noob question. I'm used to the way honorbuddy worked and how you would choose your CR. So the barb.cs. What folder is this being placed into and how do we load these settings?

I did not see it posted on the manual or faq
 
trinity setting stock too ? im going to try this ^^

Keetsun's settings looks good, this playermover change will make your bot use Furious Charge everytime it needs to move (out of combat and in combat) if you have >1 charges. No more walking around in combat.
 
Keetsun's settings looks good, this playermover change will make your bot use Furious Charge everytime it needs to move (out of combat and in combat) if you have >1 charges. No more walking around in combat.
it's work i guess i need to test, but u can solve the autoattacking problem vs 1-2-3 trash mob ?
update: not working just stuck much more and trying to autoattack
 
Last edited:
it's work i guess i need to test, but u can solve the autoattacking problem vs 1-2-3 trash mob ?

Plugins\Trinity\Combat\Abilities\View attachment BarbarianCombat.cs
Plugins\Trinity\Combat\View attachment HandleTarget.cs
Plugins\Trinity\Combat\View attachment TargetUtil.cs
Plugins\Trinity\Cache\View attachment Weighting.cs
Plugins\Trinity\Movement\View attachment PlayerMover.cs

Trinity settings same as i posted here except for two things:

1. Minimum trash mob pack size is "1" and Trash Pack Cluster Radius is 70
2. Furious charge OOC is "checked"

DB ver. is 1.1.2881.442
Trinity ver. is 2.13.90
Adventurer ver. is 1.3.4.1

Currently doing GR68 with 58 leg/h and 110bil exp/h(average) after lots of runs.

P.S. Don't have time to do norma guide now, but i certanly planing to do it.
P.S.S. This build is for high GR, didn't tested it in normal rift, and i think it's not usable in bounties.
 
Last edited:
Back
Top