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

Zookeeper WD on T6 Ghom (Not the Instant leave)

===== Misc Statistics =====
Total tracking time: 41h 56m 8s
Total deaths: 3 [0.07 per hour]
Total games (approx): 2090 [49.84 per hour]
Total XP gained: 2610678.73 million [6,225,429 per hour]
Total Gold gained: 514.85 Thousand [12.28 Thousand per hour]

===== Item DROP Statistics =====
Items:
Total items dropped: 6270 [149.51 per hour]

Items dropped by quality:
- White: 213 [5.08 per hour] {3.40 %}
- Magic: 851 [20.29 per hour] {13.57 %}
- Rare: 5110 [121.85 per hour] {81.50 %}
- Legendary: 96 [2.29 per hour] {1.53 %}


===== Item PICKUP Statistics =====
Items:
Total items picked up: 583 [13.90 per hour]

Items picked up by quality:
- Rare: 487 [11.61 per hour] {83.53 %}
- Legendary: 96 [2.29 per hour] {16.47 %}

Potion Pickups:
Total potions: 1 [0.02 per hour]

===== End Of Report =====

Its faster now, getting close to 60 games/hour. Lots of tweaks here and there. Awesome profile KS! Great job.
 
Hi, all!!
I got a question..
I looked at buddystats on barbs, who is doing 5-7mil gph on ghome.. how it could be?
What equipment do u all use?
My barb 1.1 mil dps 7.2 toughness and 360k life. I can do only t3. And my bot uses potion in the end of battle. No potion = death. with potions no deaths at all. 35-40 per hour.
Im using build that Kevin reccomended...
 
people crying first - bot miss loot
in first versions

i add coordinat far after boss - people start crying its wating of time

i decrease the distance - they start whime again about missing loot

i dont fix this anymore
use version what you like

Hehe, you are doing a great job man, once I get my summer bonus from work I'll buy you and some other people a few beers.
 
PLS TELL ME, is somebody here able to kill GHOM on T6 as monk efficient? if yes, whats you build? pls just answer, i have 122% lighting dmg and not able to kill him even in t4 efficient ...
 
PLS TELL ME, is somebody here able to kill GHOM on T6 as monk efficient? if yes, whats you build? pls just answer, i have 122% lighting dmg and not able to kill him even in t4 efficient ...

I don't think monk can solo boss like ghom as fast as possible, furthermore in T6
Monk is not a burst class
 
Hi, all!!
I got a question..
I looked at buddystats on barbs, who is doing 5-7mil gph on ghome.. how it could be?
What equipment do u all use?
My barb 1.1 mil dps 7.2 toughness and 360k life. I can do only t3. And my bot uses potion in the end of battle. No potion = death. with potions no deaths at all. 35-40 per hour.
Im using build that Kevin reccomended...
 
v0.4 i got 48 runs/hour, with v0.5 ghom i'm getting 55 runs/hour on torment 3, much better now! thanks!
 
Hi, all!!
I got a question..
I looked at buddystats on barbs, who is doing 5-7mil gph on ghome.. how it could be?
What equipment do u all use?
My barb 1.1 mil dps 7.2 toughness and 360k life. I can do only t3. And my bot uses potion in the end of battle. No potion = death. with potions no deaths at all. 35-40 per hour.
Im using build that Kevin reccomended...

I'm at 1.2m sheet dps with 100%firedmg 5m toughness on T5 - 130m effective dps. I kill ghom in 14 seconds.
 
i edited the V5 profile so it goes to the end of the room so you dont miss loot. I rather take 2 second extra per run then potentially miss out on an epic legendary.
This is what i looks like:

<!--Kill boss-->
<If condition="CurrentLevelAreaId == 111232">
<ToggleTargeting questId="93697" stepId="1" combat="True" looting="True" lootRadius="50" killRadius="70" />
<!--MoveToActor questId="93697" stepId="1" x="459" y="360" z="0" useNavigator="True" actorId="54908" pathPointLimit="8"/-->
<MoveTo questId="1" x="450" y="359" z="0" pathPrecision="8" />
<WaitTimer questId="93697" stepId="1" waitTime="100000" />
<TrinityMoveTo questId="1" x="391" y="360" z="0" pathPrecision="8" />
<MoveTo questId="1" x="319" y="363" z="0" pathPrecision="8" />
<UseTownPortal questId="93697" stepId="16" />
</If>


<LeaveGame reason="The END" stayInParty="True" />
 
i edited the V5 profile so it goes to the end of the room so you dont miss loot. I rather take 2 second extra per run then potentially miss out on an epic legendary.
This is what i looks like:

<!--Kill boss-->
<If condition="CurrentLevelAreaId == 111232">
<ToggleTargeting questId="93697" stepId="1" combat="True" looting="True" lootRadius="50" killRadius="70" />
<!--MoveToActor questId="93697" stepId="1" x="459" y="360" z="0" useNavigator="True" actorId="54908" pathPointLimit="8"/-->
<MoveTo questId="1" x="450" y="359" z="0" pathPrecision="8" />
<WaitTimer questId="93697" stepId="1" waitTime="100000" />
<TrinityMoveTo questId="1" x="391" y="360" z="0" pathPrecision="8" />
<MoveTo questId="1" x="319" y="363" z="0" pathPrecision="8" />
<UseTownPortal questId="93697" stepId="16" />
</If>


<LeaveGame reason="The END" stayInParty="True" />

I went the opposite way:

Code:
	   <!--Kill boss-->
	   <If condition="CurrentLevelAreaId == 111232">
	     <MoveToActor questId="93697" stepId="1" x="459" y="360" z="0" useNavigator="True" actorId="54908" pathPointLimit="8"/>
	     <MoveTo questId="1" x="450" y="359" z="0" pathPrecision="8" />
		 <WaitTimer questId="93697" stepId="1" waitTime="100000" />
		 <!--<TrinityMoveTo questId="1" x="391" y="360" z="0" pathPrecision="8" />-->
		 <!--<MoveTo questId="1" x="319" y="363" z="0" pathPrecision="8" />-->
		 <UseTownPortal questId="93697" stepId="16" />
       </If>

Works well for me :)
 
I have the Vyr 4 pce bonus but my char will always use teleport when its off cd and wastes a bunch of time. Any way I can turn that off?
 
I have the Vyr 4 pce bonus but my char will always use teleport when its off cd and wastes a bunch of time. Any way I can turn that off?

That's a Trinity/combat routine thing (Kevin can only help with profile related issues). See if Rrrix will fix that for ya (Trinity developer).
 
Hey guys, profile works great but I'm having one issue that is probably combat routine oriented. Is there any way I can get my Crusader to run up to Ghom's face before he starts using skills? The reason I ask is he will use provoke charged up out of range of ghom and I wont get the effect.
 
[SafeMoveTo] ReachedDestination!
Leaving game, reason: The END
Profile completed
Number of games completed: #
Last run acquired 0 gold.
[Trinity] New Game - resetting everything
ProfileOrderManager.OnGameJoined, Reloading profile.
Loaded profile [Three Musketeers Adventure v0.4] Zoltun Kulle
Game joined, Resetting profile caches.
[SafeMoveTo] Initialized
[SafeMoveTo] ReachedDestination!
Leaving game, reason: The END
Profile completed
Number of games completed: #
Last run acquired 0 gold.
[Trinity] New Game - resetting everything
ProfileOrderManager.OnGameJoined, Reloading profile.
Loaded profile [Three Musketeers Adventure v0.4] Zoltun Kulle
Game joined, Resetting profile caches.
[SafeMoveTo] Initialized
[SafeMoveTo] ReachedDestination!
Leaving game, reason: The END
Profile completed
Number of games completed: #
Last run acquired 0 gold.

Why does it just get to the teleport spot & reset over and over?
 
I don't want to be one of those people that call nerf too soon... but I've been running Kulle + Quest, for over 5 hours with an average of 50 runs per hour on T2, and have found 0 legendaries. Meanwhile, I ran Ghom all last night and found an average of 1.36 legendaries over 10 hours.
 
I don't want to be one of those people that call nerf too soon... but I've been running Kulle + Quest, for over 5 hours with an average of 50 runs per hour on T2, and have found 0 legendaries. Meanwhile, I ran Ghom all last night and found an average of 1.36 legendaries over 10 hours.

I've noticed this too. Are you trying to find legendaries mostly? You can try your luck with the chest runs profile for Act 5. I've been doing it and I average 2-3 legs per hour.
 
I've noticed this too. Are you trying to find legendaries mostly? You can try your luck with the chest runs profile for Act 5. I've been doing it and I average 2-3 legs per hour.

Yeah legendaries mainly I suppose with paragon leveling secondary.... just strange because it was mentioned that the Kulle profile is better for legendaries. Last week when I was running Kulle I was probably finding between 1.25-1.75 legendaries per hour with it - but in the last two days it has been dismal.
 
I've noticed this too. Are you trying to find legendaries mostly? You can try your luck with the chest runs profile for Act 5. I've been doing it and I average 2-3 legs per hour.

are you talking about the crude chest run profile?

today i ran ghom t3 for 2 hours straight averaging 50 gph and didn't see one legendary
 
Back
Top