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

600k gph

[08:20:24.755 N] Number of games completed:1299
[08:20:24.759 N] Last run acquired 8839 gold.
[08:20:24.760 N] Current Gold per Hour: 417300

Barb 277 GF / 23k DPS with original sarkoth/kill on wait/unstucker/mammon/no trash

gonna try artemis now :>
 
Excuse me Barbs, which skill set are you all using for Sarkoth runs if you don't mind?


Edit* Lol wow my GF Gear barb is dieing to sarkoth.
 
Last edited:
Why are people thinking you can get 600k GPH when he links that from 5 runs?

Some people are just...
 
Why are people thinking you can get 600k GPH when he links that from 5 runs?

Some people are just...


No one is really thinking that. I'm asking that because he isn't the first person to link 600k+ (there are a few other ones linked in other parts of the forum as well.)
 
Have you seen how many different Sarkoth profiles there are? A search is going to do nothing to get me the one they're using on barbs, which is why I asked.
Fucking new kids.
Maybe you should put together a question that formulates what you want to know.

And this New kids comment, you sire, are a fucking douche.
 
Maybe you should put together a question that formulates what you want to know.

And this New kids comment, you sire, are a fucking douche.

Sudden in flux of people with IQs under 80 or what?

I DID ask a question, it was a very simple question. I asked for a link to the profile/plugin.

He decided to berate me for not searching, when you can't just "search" for it because you'd get an entire page of Sarkoth profile results and you'd have no clue which one to choose for a barb.

I'm not the douche here. I felt pretty offended when he implied I was an idiot for not using search, when the search wouldn't do shit to help me.
 
i also noticed you can get high GPH if you lose an auction and return ur gold back to your stash from AH
 
i also noticed you can get high GPH if you lose an auction and return ur gold back to your stash from AH

Ye i noticed that as well.. It counts even though the bot is stopped.. I went on AH, bought some stuff and returned to a GPH of -110k :p
 
Sudden in flux of people with IQs under 80 or what?

I DID ask a question, it was a very simple question. I asked for a link to the profile/plugin.

He decided to berate me for not searching, when you can't just "search" for it because you'd get an entire page of Sarkoth profile results and you'd have no clue which one to choose for a barb.

I'm not the douche here. I felt pretty offended when he implied I was an idiot for not using search, when the search wouldn't do shit to help me.

I don't think Sark is very good for barbs/monks. Go with arreat instead.
 
Can anyone tell me if sarkoth runs are profitable as a monk? because on my current gear i cant do it, if anyone can tell me what gear and spec use for it, I would apreciate
 
Go with arreat instead.

I'd love to do that, but Arreat gives awful performance with DB (which is weird because my CPU usage hovers around no more than 50-60% with 7 bots).
With another bot, I can run 7 bots @ Arreat, but with DB, only one already feels like I'm trying to run Max Payne 3 on a Commodore 64...

Hope they fix it soon, because DB is already starting to actually work, and I know there's a lot of people with this problem, going by other posts about it.
 
Can anyone tell me if sarkoth runs are profitable as a monk? because on my current gear i cant do it, if anyone can tell me what gear and spec use for it, I would apreciate
They are.
[12:01:33.776 N] Loaded profile Sarkoth farm profile by Nesox
[12:01:33.776 N] Number of games completed:15
[12:01:33.778 N] Last run acquired 297 gold.
[12:01:33.779 N] Current Gold per Hour: 258833
Settings.webp Skills.webp
Code:
<?xml version="1.0" encoding="utf-8" ?>

<ItemRules name="Keep Legendaries+GF+MF+IAS" useRoundedValues="true">
  <!-- The order in which item rules are evaluated. Typically, this is fine for almost all rule sets. 
  However, you may want to switch things around sometimes if you want to force-sell things that may match keep rules. -->
  <Priority priority1="Keep" priority2="Salvage" priority3="Sell" />

  <Categories>
    <Category ruleType="PickUp">
      
      <!-- Pick up all rare+ items -->
      <ItemRule>
        <StatRules>
          <Rule quality="magic1" />
        </StatRules>
      </ItemRule>

      <!-- Pick up gold, at least in stacks of 1 -->
      <ItemRule itemName="Gold" stack="1" />
      
      <!-- Pick up all pages and tomes, blacksmithing/jewelcrafting -->
      <ItemRule itemName="Page of*" stack="1" />
      <ItemRule itemName="Tome of*" stack="1" />
      
      <!-- Gems -->
      <ItemRule itemName="*Ruby*" stack="1" />
      <ItemRule itemName="*Emerald*" stack="1" />
      <ItemRule itemName="*Topaz*" stack="1" />
      <ItemRule itemName="*Amethyst*" stack="1" />

      <!-- Health potions -->
      <!--ItemRule itemName="*Health Potion*" stack="1" /-->
    </Category>

    <Category ruleType="Keep">
      <ItemRule ruleType="Keep" description="Rare and better!">
        <StatRules>
          <Rule quality="Legendary" />
        </StatRules>
      </ItemRule>
       <ItemRule itemBaseType="Jewelry" description="Rare jewelry with GoldFind">
        <StatRules>
          <Rule stat="GoldFind" minValue="10" quality="Rare4" />
        </StatRules>
      </ItemRule>
	  <ItemRule itemBaseType="Jewelry" description="Rare jewelry with MagicFind">
        <StatRules>
          <Rule stat="MagicFind" minValue="10" quality="Rare4" />
        </StatRules>
      </ItemRule>
	  <ItemRule itemBaseType="Jewelry" description="Rare jewelry with AttackSpeedPercent">
        <StatRules>
          <Rule stat="AttackSpeedPercent" minValue="10" quality="Rare4" />
        </StatRules>
      </ItemRule>
	  <ItemRule itemBaseType="Jewelry" description="Rare jewelry with WeaponAttacksPerSecond">
        <StatRules>
          <Rule stat="WeaponAttacksPerSecond" minValue="10" quality="Rare4" />
        </StatRules>
		<ItemRule itemBaseType="Weapon" description="Rare jewelry with WeaponAttacksPerSecond">
        <StatRules>
          <Rule stat="MaxDamage" minValue="800" quality="Rare4" />
        </StatRules>
      </ItemRule>
      </ItemRule>
    </Category>

    <Category ruleType="Sell">
      <ItemRule description="Sell Everything">
        <StatRules>
          <Rule quality="Magic1" />
        </StatRules>
      </ItemRule>
    </Category>
    
  </Categories>

  <!-- Available Stats:
  
            Intelligence
            Strength
            Vitality
            Dexterity
            Armor - this is the "base" armor of an item.
            ArmorBonus - this is the "bonus" armor on the item. Represented in the tooltip as "+x Armor"
            ArmorTotal - this is the "total" armor for the item.

            // Damage % Increases - These are typically things like 3% Fire Damage - typically found on Wizard/WD items
            FireDamagePercent
            ColdDamagePercent
            LightningDamagePercent
            PoisonDamagePercent
            ArcaneDamagePercent
            HolyDamagePercent

            MinDamage - this is the smaller of the 2 when the tooltip states "+5-10 damage" or similar.
            MaxDamage - the max value of the above
            DPS - weapon DPS. This is the DPS as shown in the tooltip.

            GoldFind
            MagicFind 

            // Increase modifiers
            AttackSpeedPercent

            // Weapon
            WeaponAttacksPerSecond
            WeaponMinDamage
            WeaponMaxDamage

            // Misc
            MovementSpeed - run speed %
            HealthGlobeBonus
            HealthPerSecond
            LifePercent
            Level - item level. DOES NOT MATCH IN-GAME ITEM LEVEL REQUIREMENT!

            // Resists
            ResistAll
            ResistArcane
            ResistCold
            ResistPhysical
            ResistLightning
            ResistFire
            ResistPoison
            ResistHoly

            Thorns

            DamageReductionPhysicalPercent
   -->
</ItemRules>
19x GF, 22MS, 41PR, 25000 DPS (buffed)

Btw the GPH is low this time around, dunno why, usually is 300kGPH after 100+ runs
 

Attachments

  • Skills.webp
    Skills.webp
    35.2 KB · Views: 115
Last edited:
any idea why my char kills sakroth and just teleports/restarts game without looting anything. I have default loot rules
 
any idea why my char kills sakroth and just teleports/restarts game without looting anything. I have default loot rules
I have a similar problem, mine doesnt loot gold so i went with core
 
any idea why my char kills sakroth and just teleports/restarts game without looting anything. I have default loot rules
Please include the Loot rules, and the profile enclosed in coding fields. Also the loot radius from DemonBuddy settings.
 
Back
Top