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

T1 barb Ghom

===== Misc Statistics =====
Total tracking time: 10h 0m 25s
Total deaths: 0 [0.00 per hour]
Total games (approx): 0 [0.00 per hour]
Total games joined: 584 [58.36 per hour]
Total XP gained: 134336.25 million [13424.17 million per hour]
Total Gold gained: 26630.24 Thousand [2661.15 Thousand per hour]

===== Item DROP Statistics =====
Items:
Total items dropped: 1996 [199.46 per hour]

Items dropped by quality:
- White: 70 [7.00 per hour] {3.51 %}
- Magic: 287 [28.68 per hour] {14.38 %}
- Rare: 1628 [162.69 per hour] {81.56 %}
- Legendary: 11 [1.10 per hour] {0.55 %}


===== Item PICKUP Statistics =====
Items:
Total items picked up: 1447 [144.60 per hour]

Items picked up by quality:
- Rare: 1436 [143.50 per hour] {99.24 %}
- Legendary: 11 [1.10 per hour] {0.76 %}

Gem Pickups:
Total gems: 1 [0.10 per hour]
- Emerald: 1 [0.10 per hour] {100.00 %}
===== End Of Report =====


May I ask how to create such a statistic/where I can find it? ;O
Thanks in advance!
 
Ghom T6 WWBarb
cause of the specc iam not faster killing Kulle(alot of rage through that poisonstuff). So its best for me to farm Ghom ~2,4 legs is not to bad

Ghom kill time: between 13 and 16 seconds.depends on his pathing.
Kulle killtime: between 12 and 17 seconds. (port sucks )

===== Misc Statistics =====
Total tracking time: 16h 30m 23s
Total deaths: 0 [0.00 per hour]
Total games (approx): 826 [50.04 per hour]
Total XP gained: 933356.94 million [56545.10 million per hour]
Total Gold gained: 110234.02 Thousand [6678.25 Thousand per hour]

===== Item DROP Statistics =====
Items:
Total items dropped: 2475 [149.94 per hour]

Items dropped by quality:
- White: 95 [5.76 per hour] {3.84 %}
- Magic: 351 [21.26 per hour] {14.18 %}
- Rare: 1990 [120.56 per hour] {80.40 %}
- Legendary: 39 [2.36 per hour] {1.58 %}
 
Last edited:
Hi all,

I'm still getting freezes and lockups if I run the profile longer than 2-3 hours. I think the longest it's run w/o an issue was 5 hours or so.
I've attached the logs from the last crash. I noticed that my DH would path up and down the hallway RIGHT before Ghom and go through her unstuck 1-10 and then log out 5 minutes later.

I'm not sure what the source of the crash is, as I'm never actively watching the bot when it occurs. Can anyone help? Thanks

Any DHs with similar experiences? Bot crashes/freezes when I afk for longer than 2-3 hours.
 
Ghom T6 WWBarb
cause of the specc iam not faster killing Kulle(alot of rage through that poisonstuff). So its best for me to farm Ghom ~2,4 legs is not to bad

Ghom kill time: between 13 and 16 seconds.depends on his pathing.
Kulle killtime: between 12 and 17 seconds. (port sucks )

===== Misc Statistics =====
Total tracking time: 16h 30m 23s
Total deaths: 0 [0.00 per hour]
Total games (approx): 826 [50.04 per hour]
Total XP gained: 933356.94 million [56545.10 million per hour] <<< seems to be bugged not true though 50 * 24,7 ~ 1,200 billions
Total Gold gained: 110234.02 Thousand [6678.25 Thousand per hour]

===== Item DROP Statistics =====
Items:
Total items dropped: 2475 [149.94 per hour]

Items dropped by quality:
- White: 95 [5.76 per hour] {3.84 %}
- Magic: 351 [21.26 per hour] {14.18 %}
- Rare: 1990 [120.56 per hour] {80.40 %}
- Legendary: 39 [2.36 per hour] {1.58 %}
 
Last edited:
[Trinity] New Game - resetting everything
ProfileOrderManager.OnGameJoined, Reloading profile.
[Trinity] New Game - resetting everything
Loaded profile [Three Musketeers v0.1] Ghom
Game joined, Resetting profile caches.
ToggleTargeting, new values: Looting:True LootRadius:50 Combat:True KillRadius:70
Using Waypoint Waypoint-140 Number:3
Interacting with object Boss_Portal_Gluttony-516
[Trinity] Player is dead

My character dies every time when the bot tries to dodge Ghom gas use this waypoint, it just got stuck by the door.
hmm, I believe that if the character can move forward a few steps before starting the fight this can be solve.
Any help is appreciated.

Mine Does this as well. I vault right into the gate at the start over and over until I die. Happens about 1/12 games.
 
I would like to do kulle but it is kinda hard with witch doctor :) even with decent gear.. if some one is doing kulle with wd tell me tips :)
 
witchdoctor now is OP class, he can kill elites on T6 in few seconds, and bosses too

because pets now receive Crit DMG from hero

google video on youtube and you will see
 
Shit i need to try this profile, the exp alone would be amazing. Anyone else worried about so many games being made?
 
Trinity 1.8.20 sucks.. witch doctor casts Big bad voodoo when ghom is like half hp.. better use 1.8.18
 
Hey Kevin, what changes are fixed in .20 for barb? does it now use earthshake correctly?
 
i describe it pretty well
wanna fix earthquake? open and edit .cs file
increase cast range for earthquake in it
 
Kevin I´ve tried to change the numbers in the bold lines, setting Player.PrimaryResource to 0 and setting IsEliteTargetInRange(6f) to 10f, but my barb still wont use earthquake. Am I doing something wrong ?
Code:
public static bool ShouldWaitForEarthquake
        {
            get
            {
                return
                    Hotbar.Contains(SNOPower.Barbarian_Earthquake) &&
                    !UseOOCBuff &&
                    !IsCurrentlyAvoiding &&
                    !CanCast(SNOPower.Barbarian_Earthquake) &&
                    TargetUtil.AnyElitesInRange(25) &&
                    !GetHasBuff(SNOPower.Barbarian_Earthquake) &&
                   [b] Player.PrimaryResource <= 50; ;[/b]
            }
        }
        public static bool CanCastEarthquake
        {
            get
            {
                return
                    !UseOOCBuff &&
                    !IsCurrentlyAvoiding &&
                    !Player.IsIncapacitated &&
                    CanCast(SNOPower.Barbarian_Earthquake) &&
                    !GetHasBuff(SNOPower.Barbarian_Earthquake) &&
                    [b]TargetUtil.IsEliteTargetInRange(6f) &&[/b]
                    [b]Player.PrimaryResource > 50;[/b]
            }
        }
 
Great profile, the kulle run is really fast. I am botting on HC so I can only efficiently do torment 1 unfortunately, I botted for 8 hours, 60 games an hour.........

1 Legendary drop. GET REKT, .10 legends an hour. fuq

Great work regardless <3
 
do not change the resourse, unless you use rune with remoove resource cost
only increase the range. if 15 not enough - increase again. and don forgot to relaunch db
 
Back
Top