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

Three Musketeers - fast legendary farm after 2.0.4

Hi, i have a problem, so i was using my barb on T3 everything went fine, but he kept on casting earthquake right as he enters the chamber when he got hit by the poison fog. How should I fixed that? I've seen people saying increase the range? But I am not sure how to do it, sorry i am new X_X
 
having a bit of a problem with my WD. He wont cast any rune of piranhas, using .22 trinity and ghom insta leave
 
Code:
<!--Entering the Larder-->    
       <If condition="CurrentLevelAreaId == 136448">
         <ToggleTargeting questId="1" combat="False" looting="False" lootRadius="50" killRadius="20" />
the third row deactivates combat.

The ghom options and mark delay you can adjust directly in demonbuddy.
Ghom: Plugins - trinity- config - combat - your class - ghom gas
delay: Plugins - trinity- config -variables

i cant seem to find these

"Ghom: Plugins - trinity- config - combat - your class - ghom gas
delay: Plugins - trinity- config -variables"

i dont have problem with ghom gas cause i got mara, i just wanna change delay of mark
 
Guys... CoTA reacts to your buffs as you use them.

Do this manually:
Walk up to a boss
Cast CoTA
Watch them attack and note the damage for a few seconds
Use Battle Rage and WOTB
Watch CoTA damage go up.

Putting so much effort in to making WOTB cast first... it's pointless.
 
Guys... CoTA reacts to your buffs as you use them.

Do this manually:
Walk up to a boss
Cast CoTA
Watch them attack and note the damage for a few seconds
Use Battle Rage and WOTB
Watch CoTA damage go up.

Putting so much effort in to making WOTB cast first... it's pointless.

ty for testing!!
 
Ran T4 Ghom during the night on the Barb to test for ~12 hours. It gave me:
- 656m XP/hour
- 3.3m gold/hour
- 44.33 games/hour
- 1.8 legendary/hour (or 24-25 kills per legendary)

Feels a bit lucky compared to what I'm used to get from Ghom, but at least it's a really solid and AFKable farm until the Rift/Bounty parts of DemonBuddy get more reliable.

I also tried Kulle, but my pets keep attacking (and killing) the adds anyway so it's not any faster than Ghom for me.
 
Waiting for 0.5 then I will post my modified version of the profile and plugin for SimpleFollow
 
Thanks Kevin for the tweaks you advised us. I have a question tho , you say :



I'm using the barb build 2 , do i need wotb range to be larger than cota or is it just for build 1?
Also Could you give more details about the change that must be done in BarbarianCombat.cs cause there are lots of differents stuffs in there :p
Thanks anyway as always ;)

I have only tested this on Ghom and what it does is it makes the barb properly cast avalanche and earthquake next to ghom instead of near the door.

Change this in YourDemonBuddyFolder/Plugins/Trinity/Combat/Abilities/BarbarianCombat.cs


To use avalanche properly change:

Code:
public static bool CanUseAvalanche
        {
            get
            {
                return !UseOOCBuff && !IsCurrentlyAvoiding && CombatBase.CanCast(SNOPower.X1_Barbarian_Avalanche_v2, CanCastFlags.NoTimer) &&
                       (TargetUtil.AnyMobsInRange(3) || TargetUtil.IsEliteTargetInRange());
            }
        }

To:

Code:
  public static bool CanUseAvalanche
        {
            get
            {
                return !UseOOCBuff && !IsCurrentlyAvoiding && CombatBase.CanCast(SNOPower.X1_Barbarian_Avalanche_v2, CanCastFlags.NoTimer) 

&&
                       (TargetUtil.AnyMobsInRange(3) || TargetUtil.IsEliteTargetInRange(15f));
            }
        }


And to use earthquake properly change:

Code:
  public static bool CanCastEarthquake
        {
            get
            {
                return
                    !UseOOCBuff &&
                    !IsCurrentlyAvoiding &&
                    !Player.IsIncapacitated &&
                    CanCast(SNOPower.Barbarian_Earthquake) &&
                    TargetUtil.IsEliteTargetInRange(45f);
            }
        }

To:
Code:
   public static bool CanCastEarthquake
        {
            get
            {
                return
                    !UseOOCBuff &&
                    !IsCurrentlyAvoiding &&
                    !Player.IsIncapacitated &&
                    CanCast(SNOPower.Barbarian_Earthquake) &&
                    TargetUtil.IsEliteTargetInRange(15f);
            }
        }
 
Torment 6 Barb

Mind you I dont have the correct logs but this is over probably a 3~ Hour session (Post Shard of Hate Nerf)

So yes guys, even with the super buffed Shard of hate you can still do this...

Games Per Hour : 53
Gold/Hour : 7.2 Million
Exp/Hour : 1.38 Billion
Legendary/Hour : 2.2 (Complete RNG so dont take this # to seriously its all about luck)

I can post more information on this is people request or if somebody wants to help me get the legitimate logs cuz IDK where they are, I normally just post a screenshot of my game with the DB over it
 
After a while of running this profile(happends sometimes not always) my D3 gets really fps low/laggy, and it just keeps leaving the game once it reaches the gate to larder. Is there anyone that got a fix for this ?

Same + TOTAL FREEZE. and not my pc, my pc 0 lag, beast racing pc :P i need alt ctrl supp..
help me ! i cant bot all night because that :(
 
Torment 6 Barb

Mind you I dont have the correct logs but this is over probably a 3~ Hour session (Post Shard of Hate Nerf)

So yes guys, even with the super buffed Shard of hate you can still do this...

Games Per Hour : 53
Gold/Hour : 7.2 Million
Exp/Hour : 1.38 Billion
Legendary/Hour : 2.2 (Complete RNG so dont take this # to seriously its all about luck)

I can post more information on this is people request or if somebody wants to help me get the legitimate logs cuz IDK where they are, I normally just post a screenshot of my game with the DB over it

I hear that. After a build adjustment the SOH nerf only dropped about 4-5 seconds off my kill speed at T6. (Now 15 seconds).

Definitely not as bad as I expected it to be - I didn't particularly want to go back to a 22 second+ kill fire build...
 
I hear that. After a build adjustment the SOH nerf only dropped about 4-5 seconds off my kill speed at T6. (Now 15 seconds).

Definitely not as bad as I expected it to be - I didn't particularly want to go back to a 22 second+ kill fire build...

can share your build and gear ?
 
If u go to Trinity Options and then Combat > Wizzard > u need to turn on "Disable Archon Arcane Strike" and TADA the Bot will now use the RightMouse Beam Skill instead of this left clicky.

Hope its helps.
I love you. have my babies please. :D

BTW thanks Kevin for a great profile!

fast question to anyone: would it be more efficient to run t4 ghom (<2 min games from buff cast to leave game) or go down to t2-3 for more games per hour?
 
with which trinity/DB works the wiz build good at ghom? using blackhole/slow time/archon for max dmg...but with newest DB/trinity bot only autohit ghom...kulle works
 
you want 40 games per hour minimum Faybelle, so if you have 40+ gph stay on t4, if you have less move 1 down till you get more then 40 gph.
 
Back
Top