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

How are you guys getting so much gold per hour???

Im doing T2 on my wiz and only getting just over 1m per hour??
 
Hey,

You created a great profile, thank you!

I have just a little suggestion for your profile/thread: Can you add a SVN branch? Alternatively you could put your current version in your thread title, like " Three Musketeers - fast legendary farm after 2.0.4 (1.0.4)".

Would be nice. ;)
 
I have tried to edit Trinity barb combat. So it will use WotB next to Ghom.
Original
Code:
// WOTB with elites
                bool wotbElites =
                    (WOTBGoblins || WOTBElitesPresent);

                return
                    Hotbar.Contains(SNOPower.Barbarian_WrathOfTheBerserker) &&
                    !UseOOCBuff &&
                    !IsCurrentlyAvoiding &&
                    Player.PrimaryResource <= 50 &&
                    !CanCast(SNOPower.Barbarian_WrathOfTheBerserker) &&
                    !GetHasBuff(SNOPower.Barbarian_WrathOfTheBerserker) &&
                    (WOTBIgnoreElites || wotbElites || (Settings.Combat.Barbarian.WOTBMode == BarbarianWOTBMode.WhenReady));
            }
        }

to

Code:
// WOTB with elites
                bool wotbElites =
                    (WOTBGoblins || WOTBElitesPresent);

                return
                    Hotbar.Contains(SNOPower.Barbarian_WrathOfTheBerserker) &&
                    !UseOOCBuff &&
                    !IsCurrentlyAvoiding &&
		    TargetUtil.EliteOrTrashInRange(5f) && <----- I added that but it still cast WOTB after cinema
                    Player.PrimaryResource <= 50 &&
                    !CanCast(SNOPower.Barbarian_WrathOfTheBerserker) &&
                    !GetHasBuff(SNOPower.Barbarian_WrathOfTheBerserker) &&
                    (WOTBIgnoreElites || wotbElites || (Settings.Combat.Barbarian.WOTBMode == BarbarianWOTBMode.WhenReady));
            }
        }
 
you dont need this - you can change WOTB cast range in Trinity, Variables tab
 
you dont need this - you can change WOTB cast range in Trinity, Variables tab
ohh im stupid :( Thanks again.

EDIT: I have tried but it still uses it when the cinema ends.

jzjupk.png


i've set all the Range ones to 5 but that wont do nothing.
 
Last edited:
Why bot waiting little seconds before entered the room Ghom?
 
I have new version trinity and i Use v1 (no wait timmer before boss), and no problem.. If i use V4 my barb wait before enter boss, why? to prevent any bug?
sorry for my noob understande :P
 
I have new version trinity and i Use v1 (no wait timmer before boss), and no problem.. If i use V4 my barb wait before enter boss, why? to prevent any bug?
sorry for my noob understande :P

I use V2 coz it works aswell. but v3 and v4 stops for 0.1 sec or something
 
Using V4.0 for T5 runs. It is working fine. Just wondering how many LEG it could produce an hour? Cuz I havent seen anything yet.
 
My wizzard wont use ARCHON skill
Is there a way to set it :D :????
thanks profile kev, awesome
but i want my archonnnnn :P :P :P
 
Hello,

I have a question, as far as i can notice, the Kulle adventure mode profile makes more games/hour giving more chances to drop legendarys, but less gold/xp because of the lack of the quest.

is that correct ?
 
Hello,

I have a question, as far as i can notice, the Kulle adventure mode profile makes more games/hour giving more chances to drop legendarys, but less gold/xp because of the lack of the quest.

is that correct ?
have been testing the kulle adventure mode with V4.0 for an hour in T5. legendary/hour:0.93. 0.0
 
Does anyone know about the issues with WD and not standing close enough? Seems like a lot of people have been having this issue and no fixes. Ive tried fixing the settings in trinity and messing with the code, but no luck. Seems like Piranhas isn't working either according to others.


Also; Great work Kevin!
 
Does anyone know about the issues with WD and not standing close enough? Seems like a lot of people have been having this issue and no fixes. Ive tried fixing the settings in trinity and messing with the code, but no luck. Seems like Piranhas isn't working either according to others.


Also; Great work Kevin!

For Ghom i have thrown out anything that makes the WD stands too far away (like Rain of Toads) and also unchecked the "move out of AoE" option because that's the only way he triggers BBV & Fetish Army... So far he can reliably take down T3 Ghom fast enough that the poison cloud does not kill him, also works on T4, but only about 8 out of 10 times. I know it's not ideal to make him just stay in front of the mob, casting Locust Swarm and Piranhas, but for me it somehow works and i can get about 50 games per h on T3 on the "hard to bot" class, so I won't complain for now ;)

To make Piranhas work for single elites you just have to mess with the code in the Witchdoctor.cs a bit. Look for this:

Code:
 // Piranhas
            if (!UseOOCBuff && !IsCurrentlyAvoiding && CombatBase.CanCast(SNOPower.Witchdoctor_Piranhas) && !Player.IsIncapacitated &&
                (TargetUtil.AnyMobsInRange(30, 2)) &&
                Player.PrimaryResource >= 250)

and change it to this:

Code:
  // Piranhas
            if (!UseOOCBuff && !IsCurrentlyAvoiding && CombatBase.CanCast(SNOPower.Witchdoctor_Piranhas) && !Player.IsIncapacitated &&
               (TargetUtil.AnyElitesInRange(12) || (TargetUtil.AnyMobsInRange(30, 2))) &&
                Player.PrimaryResource >= 250)

Hope this helps a bit.
 
Yes it true.
Btw, i wonder if anyone have the lagging problem with Ghom, after botting 3-4 hours, the screen just stuck and can't bot anymore. is that something about Smart Ram u mention earlier? I already have the software and set SMART RAM auto free but its not help.

Anyone have this problem?
 
Anyone have this problem?

I talked about major slowdowns after the game running for a few hours. I found a thread on this forum and turning off Windows Defender actually helped me alot. Currently have the bot running for 10+ hours since turning off defender and games load "normal" compared to 10+ second loads. respond back if it helps you out when you test it out

T3 barb after turning off windows defender, ghom

===== Misc Statistics =====
Total tracking time: 19h 12m 40s
Total deaths: 0 [0.00 per hour]
Total games (approx): 841 [43.78 per hour]
Total XP gained: 234231.20 million [12192.31 million per hour]
Total Gold gained: 6013.28 Thousand [313.01 Thousand per hour]

===== Item DROP Statistics =====
Items:
Total items dropped: 2518 [131.07 per hour]

Items dropped by quality:
- White: 77 [4.01 per hour] {3.06 %}
- Magic: 373 [19.42 per hour] {14.81 %}
- Rare: 2047 [106.55 per hour] {81.29 %}
- Legendary: 21 [1.09 per hour] {0.83 %}


===== Item PICKUP Statistics =====
Items:
Total items picked up: 154 [8.02 per hour]

Items picked up by quality:
- Rare: 133 [6.92 per hour] {86.36 %}
- Legendary: 21 [1.09 per hour] {13.64 %}

===== End Of Report =====
 
Last edited:
Back
Top