[Goldfarming DB] Core of Arreat - DemonHunter Guide menu

User Tag List

Page 2 of 3 FirstFirst 123 LastLast
Results 16 to 30 of 45
  1. #16
    ne0bis's Avatar Master Sergeant
    Reputation
    25
    Join Date
    Jan 2012
    Posts
    118
    Thanks G/R
    5/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Ok i figured it out Thanks for the bot its working great will give results when significant time

    EDIT: twice ihave been blocked against a chest and once blocked opening the chest
    Last edited by ne0bis; 06-13-2012 at 05:11 AM.

    [Goldfarming DB] Core of Arreat - DemonHunter Guide
  2. #17
    ne0bis's Avatar Master Sergeant
    Reputation
    25
    Join Date
    Jan 2012
    Posts
    118
    Thanks G/R
    5/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    managing to get 325Kgph... dont know what wrong...used to do 500K+ with IB same char 310GF 35radius... 19K dps

  3. #18
    lostsk8r's Avatar Active Member

    Reputation
    22
    Join Date
    Apr 2009
    Posts
    313
    Thanks G/R
    15/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    You prefer this over sarkoth? wouldnt inferno sarkoth have better chance at legendaries (about same GPH if not more?)

  4. #19
    Ohmmy's Avatar Active Member
    Reputation
    17
    Join Date
    Dec 2006
    Posts
    48
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by KuRIoS View Post
    Not saying much here.. Pics will explain it. doing 375k - 410k gph with DemonBuddy and Demon Hunter

    Go to your DemonBuddy folder - open Rules Folder -> edit DefaultItemRules and paste this

    Code:
    <?xml version="1.0" encoding="utf-8" ?>
    
    <ItemRules name="Default Item Rules" 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 magic+ items -->
          <ItemRule>
            <StatRules>
              <Rule quality="Legendary" />
            </StatRules>
          </ItemRule>
    
          <!-- Pick up gold, at least in stacks of 100 -->
          <!--<ItemRule itemName="Gold" stack="100" />-->
          
          <!-- Pick up all pages and tomes, blacksmithing/jewelcrafting -->
          <ItemRule itemName="Tome of Secrets" stack="1" />
          
          <!-- Gems -->
          <ItemRule itemName="*Flawless Square Ruby*" stack="1" />
          <ItemRule itemName="*Flawless Square Emerald*" stack="1" />
          <ItemRule itemName="*Flawless Square Topaz*" stack="1" />
          <ItemRule itemName="*Flawless Square Amethyst*" stack="1" />
    
          <!-- Health potions -->
          <ItemRule itemName="*Mythic Health Potion*" stack="1" />
        </Category>
    
        <Category ruleType="Keep">
          
         <!-- Keep rares and legendaries, regardless of stats. -->
          <ItemRule ruleType="Keep" description="Legendary and better items!">
            <StatRules>
              <Rule quality="Legendary" />
            </StatRules>
          </ItemRule>
          
        </Category>
        
        <Category ruleType="Sell">
          <ItemRule description="Sells Everything">
            <StatRules>
              <Rule quality="Rare4" />
            </StatRules>
          </ItemRule>
        </Category>
        
        <Category ruleType="Sell">
          <ItemRule description="Sells 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
                
                Sockets
       -->
    </ItemRules>

    Open Demonbuddy and go to settings tab:
    Kill Radius: 40
    Loot Radius: 40

    Load profile attached to this post. (if you are saved it will take the waypoint back to town to save some seconds.

    Please note that I am running an edited version of DB that doesn't have the short waittime when changing waypoints.

    Skills
    Attachment 8087

    Generic Combat settings
    Attachment 8086

    pathetic stats with one NV
    Attachment 8088


    Attachment 8085 <- Picks up legendaries only

    Attachment 8084 - Profile from Farix - tweaked a bit by MaiN and I

    Updated and improved my profile at my original thread on the demonbuddy forums.

    Included a waypoint leave, streamlined the lava-area checkpoints - it's been increasing gph for some users upwards of 60k+

    http://www.thebuddyforum.com/demonbu...htmare-35.html
    Last edited by Ohmmy; 06-13-2012 at 10:03 AM.

  5. #20
    KennyNinja's Avatar Sergeant
    Reputation
    15
    Join Date
    Jun 2012
    Posts
    55
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    i always get stuck on demonic vessels, what should i do? I mean he stays there staring, after open it like a hungry zombie seeing meat. DH as well. Do not attach to all demonic vessels, mostly mid of the way. Happens to chest too
    Last edited by KennyNinja; 06-13-2012 at 10:39 AM.

  6. #21
    CuT's Avatar Contributor
    Reputation
    184
    Join Date
    Jan 2007
    Posts
    629
    Thanks G/R
    7/18
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Edit: I'm retarded. Didn't have a slot unprotected :P
    Last edited by CuT; 06-13-2012 at 10:44 AM.

  7. #22
    KennyNinja's Avatar Sergeant
    Reputation
    15
    Join Date
    Jun 2012
    Posts
    55
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Now its flawless after i reinstalled netframework4 and microsoft c++

  8. #23
    Runeseller's Avatar Master Sergeant
    Reputation
    23
    Join Date
    Mar 2011
    Posts
    122
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I'm curious, what weapon do you use ? Xbow ? Bow ? 1H ? 2H ? Quiver ? Shield ?

    Another thing, my dps is very low, all your items got dexterity ?

    I think it's the reason why I can't get more than 200k GPH...coz I don't have any dexterity, but other stats are ok 263GF/25%MS/26Pickup - but....... 4K5 DPS :---(((

  9. #24
    Razor33's Avatar Legendary Professional Gold Dealer
    CoreCoins Purchaser
    Reputation
    648
    Join Date
    Nov 2011
    Posts
    1,440
    Thanks G/R
    106/74
    Trade Feedback
    151 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hey Kurlos, wanted to thx you for this profile , it dint get struck till now and i'm making 240k/h.

    My pickup radius is only 18 and GF 240 speed movement +12 + 10 from monk passive.
    Please guys any idea witch stat shall i increase to make this profile more effective for more gold per hour wold be greatly appreciated ?

    Edit: after few hours tried this out i noticed it get struck to demonic vessels any fix for this pls ?
    Last edited by Razor33; 06-13-2012 at 08:23 PM.

  10. #25
    Difanco's Avatar Member
    Reputation
    3
    Join Date
    Jun 2012
    Posts
    138
    Thanks G/R
    0/0
    Trade Feedback
    9 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    So basicly i don't know what's wrong i got 200kGPH got 303% magic find 18k dps and

    1.I have to type radius 1000 instead of 40 cause it doesnt pick up gold if it's 40
    2.It would be awesome if someone wrote here what should I do to have yellow items sold

  11. #26
    jalum's Avatar Member
    Reputation
    2
    Join Date
    Jun 2012
    Posts
    13
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Razor31 View Post
    Edit: after few hours tried this out i noticed it get struck to demonic vessels any fix for this pls ?
    There's an unstuck plugin available on the DB forums that you may want to check out. Not the ideal solution but it's a band-aid for now at least.

    I've had more success with this profile than any of the others so far. Was pulling around 300-350k/hour on my DH. I can't check it now but I believe I have around 225% GF and capped 25% MS (from boots/armor/passive). Running it on a new monk now in normal with a bunch of XP gear and leveling up like mad. Sure beats the endless boring grinding of belial that I was doing!! Can't wait to see everything once all the bugs and quirks are worked out with DB!

  12. #27
    jalum's Avatar Member
    Reputation
    2
    Join Date
    Jun 2012
    Posts
    13
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Difanco View Post
    So basicly i don't know what's wrong i got 200kGPH got 303% magic find 18k dps and

    1.I have to type radius 1000 instead of 40 cause it doesnt pick up gold if it's 40
    2.It would be awesome if someone wrote here what should I do to have yellow items sold
    What's your gold pickup radius? If you follow the notes in the OP you'll notice that his loot rules file doesn't pick up gold. I've noticed that it's much more efficient this way even if it does happen to miss a few stacks of gold. Any gold outside your pickup radius is typically caught by the ferrets anyways. When the loot file is set to pick gold I found that it backtracks and goes quite a bit out of its way just to grab the gold.

  13. #28
    Difanco's Avatar Member
    Reputation
    3
    Join Date
    Jun 2012
    Posts
    138
    Thanks G/R
    0/0
    Trade Feedback
    9 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    After all i found 1.3c script better with no items picked up at all.

    Fully AFK and working Core of Arreat [A3 - Nightmare] <- here it is

  14. #29
    Razor33's Avatar Legendary Professional Gold Dealer
    CoreCoins Purchaser
    Reputation
    648
    Join Date
    Nov 2011
    Posts
    1,440
    Thanks G/R
    106/74
    Trade Feedback
    151 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hey Jalum thx for your reply, wanted to ask is that "plugin" making the bot more detectable by warden or something similar ? I want to know how "safe" is to use it (pls dont answer with the ussual "is never safe to bot" couse i know it )

    Edit: Nv, i just read on honorbuddy forums that plugin is actualy causing even more game crashes well i hope their team will work faster vs these strucks/crashes... couse more and more people seems disappointed... Only reason i'm using this atm is the fact i trust their team when it comes about warden protection...
    Last edited by Razor33; 06-14-2012 at 11:36 AM.

  15. #30
    Gwen's Avatar Member
    Reputation
    1
    Join Date
    May 2007
    Posts
    18
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Finally decided to buy DB. This is after I made it never get stuck again at the cost of gph, can fully afk this sofar.

    320gph @ 31 range, 227gf over 182 runs - 17k dps dh
    264gph @ 30 range, 229 gf over 158 runs - 11k dps dh

    They could be alot faster with the movement speed, but I noticed that getting stuck is an issue so both aren't running with +movementspeed burst skills.

Page 2 of 3 FirstFirst 123 LastLast

Similar Threads

  1. Immortal Bot, can someone send me a Core of Arreat script?
    By shicabob in forum Diablo 3 Bots Questions & Requests
    Replies: 5
    Last Post: 07-02-2012, 10:47 AM
  2. [How-To] The basics maximize you're GPH in Core of Arreat
    By j0achim in forum Diablo 3 Guides
    Replies: 7
    Last Post: 06-11-2012, 05:52 PM
  3. [Farming - Monk] Core of Arreat - Nightmare
    By Bisuone in forum Diablo 3 Guides
    Replies: 7
    Last Post: 06-02-2012, 07:12 PM
  4. Trying to install Ascent/Atrix on a linux (fedora core 4) box. Any guides?
    By BrettLefty in forum World of Warcraft Emulator Servers
    Replies: 6
    Last Post: 10-29-2007, 01:55 AM
All times are GMT -5. The time now is 10:02 AM. Powered by vBulletin® Version 4.2.3
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search