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

My bot after staying in cloud of gas and drop to low health is still try to run back to doors and it stucks there and die. Playing DH, T4/T5, made clean install, using newest version and nothing helps :( Any advice?
 
My Barb i spamming BATTLE RAGE all the time :/ And I cant have max fury for passive... any suggestions?
 
Anyone fancy sharing their DH spec for t6? - and what trinity they are using? I find only .19 to be viable as for now.

Have a nice one
 
It is disabled (only Dump fury in BB section is with "sprint" and I have it unchecked. But..... after unchecking all in BB section it works :P
Thnx
 
No, I was using the regular profile with no quest turn in, but it still ported to town and left. I have now swapped to using the quest turn in one, and for the past hour plus change I haven't experienced the freeze issue. My theory is that it lies somewhere within how quickly it was creating/ending new games.

I actually changed the time in between games from 2-2 seconds to 3-6 and it hasn't been freezing as of late. Also, someone mentioned something about turning of Windows Defender in Windows 8, which 'fixed' my issue.
 
What is with these fire builds? Is fire very effective against Ghom or something?
Please clarify.

I dunno i just wanna run on my wizard and i get a pretty good fire stuff so i think its better for me to run it with a fire wizard build :)
 
My Barb i spamming BATTLE RAGE all the time :/ And I cant have max fury for passive... any suggestions?

in "\Plugins\Trinity\Combat\Abilities" folder, make a backup copy of your file "BarbarianCombat.cs" and then edit the original. you will find in it a method called CanCastBattleRage, make changes so it matches:

Code:
public static bool CanCastBattleRage
        {
            get
            {
                return !UseOOCBuff && !Player.IsIncapacitated && CanCast(SNOPower.Barbarian_BattleRage, CanCastFlags.NoTimer) &&
                    (
                        !GetHasBuff(SNOPower.Barbarian_BattleRage) ||
                        (Settings.Combat.Barbarian.FuryDumpWOTB && Player.PrimaryResourcePct >= V.F("Barbarian.WOTB.FuryDumpMin") && GetHasBuff(SNOPower.Barbarian_WrathOfTheBerserker)) ||
                        Settings.Combat.Barbarian.FuryDumpAlways && Player.PrimaryResourcePct >= V.F("Barbarian.WOTB.FuryDumpMin")
                    ) &&
                    Player.PrimaryResource >= V.F("Barbarian.BattleRage.MinFury");
            }
        }

the trick is to add "!GetHasBuff(SNOPower.Barbarian_BattleRage) ||" so it doesnt cast it if its up. Easy solution. Bot is great, but some minor tweaks are needed (you dont really expect developers to check all 923082384584 builds in order to make them all flawless. I have a lot of modifications done to my code to make it work as I want, a shame that i dont even know where to send those changes so maybe others can benefit of them.
 
getting 0.5 legs/hour on kulle t3, am I doing something wrong? (barb)
 
getting 0.5 legs/hour on kulle t3, am I doing something wrong? (barb)

there are two factors... games per hour, and then RNG.

If you dont kill him before WoTB expires (or CotA if ZK is being an ass and moving a lot in the first few secs) then you should consider lowering to T2/T1. If you kill him fast enough, then its RNG hitting you.

For me its 35-40 gph in t4 and 40-45 gph in T3 (with quest and salvage and selling, i pick everything since my barb is 2 days old and Im still wearing some yellows :P). I sit in 1-1.5 lph, which is as high as others get, but its still pretty nice considering the HUGE amount of exp and gold I make. If/when this exp/gold piñata gets nerfed Ill move to rifts, where the 2.5-3 lph is quite common.
 
Should I be doing Kulle or Ghom? Trying to farm legendaries but doesn't seem to be going too well... I know it says Kulle is the best one for legs/hour but is it really..?
 
Using the last barb build you suggested kevin, the usage of overpower is very hit and miss not sure how to correct
 
idk I like act 4 bounty profile right now I get like 1.05 legs an hour not including cache ones + Plenty of rift fragments for when the rift bot is ready to go :)
 
there are two factors... games per hour, and then RNG.

If you dont kill him before WoTB expires (or CotA if ZK is being an ass and moving a lot in the first few secs) then you should consider lowering to T2/T1. If you kill him fast enough, then its RNG hitting you.

For me its 35-40 gph in t4 and 40-45 gph in T3 (with quest and salvage and selling, i pick everything since my barb is 2 days old and Im still wearing some yellows :P). I sit in 1-1.5 lph, which is as high as others get, but its still pretty nice considering the HUGE amount of exp and gold I make. If/when this exp/gold piñata gets nerfed Ill move to rifts, where the 2.5-3 lph is quite common.

Getting 46 gph, I usually die if I try t4 though. What build are you using?
 
I had this problem too and his comment helped me so much.
Yes you need to have 1 NORMAL health potion in your inventory along with your legendary potion on your Q hotkey.
Idk why but it works that way lol
thanks for comment
 
getting 0.5 legs/hour on kulle t3, am I doing something wrong? (barb)

Its honestly just BAD rng. Can't really blame anyone but the game itself.

I am running t3 with my wizard. 54 games an hour including town runs for salvaging and selling.

I averaged 2.2 LGH for the last 18 hours of botting.

Just luck. Had my bad days too with 1.1 LPH with the same set up.
 
Back
Top