[Goldfarming DB] Core of Arreat - DemonHunter Guide menu

User Tag List

Page 1 of 3 123 LastLast
Results 1 to 15 of 45
  1. #1
    KuRIoS's Avatar Admin
    Authenticator enabled
    Reputation
    2982
    Join Date
    Apr 2006
    Posts
    9,805
    Thanks G/R
    350/296
    Trade Feedback
    9 (100%)
    Mentioned
    3 Post(s)
    Tagged
    1 Thread(s)

    [Goldfarming DB] Core of Arreat - DemonHunter Guide

    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
    [Goldfarming DB] Core of Arreat - DemonHunter Guide-demonhunter-guide1-gif

    Generic Combat settings
    [Goldfarming DB] Core of Arreat - DemonHunter Guide-demonhunter-guide-gif

    pathetic stats with one NV
    [Goldfarming DB] Core of Arreat - DemonHunter Guide-demonhunter-guide2-jpg


    DefaultItemRules.xml <- Picks up legendaries only

    Core of Arreat - NM Act3 - v1(1).xml - Profile from Farix - tweaked a bit by MaiN and I
    Last edited by KuRIoS; 06-12-2012 at 11:32 AM.

    [Goldfarming DB] Core of Arreat - DemonHunter Guide
  2. #2
    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)
    Was waiting for something like this, thank you!

  3. #3
    gutekwitek's Avatar Member
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    36
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    thanks man, not bad - altho we are all waiting for leveling xp script

  4. #4
    digamentra's Avatar Member
    Reputation
    15
    Join Date
    Jun 2012
    Posts
    23
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Been using it for a while now, seems to work just fine, impressive!
    Will definitely stick around for a while, nicely done.


    Edit: Although, it seems it gets stuck after teleporting to town with full inv and if you help it out it gets stuck trying to find path to waypoint after entering the portal again.
    Last edited by digamentra; 06-12-2012 at 03:31 PM.

  5. #5
    gutekwitek's Avatar Member
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    36
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    for some reasons i am getting kicked while using this profile it is like : network connection disconnected ( sometimes it occurs after 5-10 minutes and sometimes after 1 hour) Do you have any advices for my issue ?

  6. #6
    gutekwitek's Avatar Member
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    36
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    It seems like games just freeze and doesnt answer for 10-20 sec and then i get info that my connection to network dced, wtf?

  7. #7
    pjhulz's Avatar Private
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    10
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hello KuRlos,

    just wanna ask, did you make your bot work after the update? 06.12.2012
    coz mine, once I log in, it will flash then Demonbuddy has stopped working...


    thanks


  8. #8
    satan2004's Avatar Member
    Reputation
    8
    Join Date
    Apr 2007
    Posts
    49
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    This is the most useless bot i have EVER tried... its a ****ing demon hunter and it runs up to melee and stand there infront of the enemy getting punched to death and barely shoots

    just useless
    Last edited by satan2004; 06-12-2012 at 05:25 PM.

  9. #9
    gutekwitek's Avatar Member
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    36
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Image - TinyPic - Free Image Hosting, Photo Sharing & Video Hosting

    thats the error i am getting, any help ? it happens after using profile for farming core, it happens for every about 1hour+

  10. #10
    Nightmare13's Avatar Member
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I was pulling about 330k with this, stepped away to shower and check some stuff and when I came back it had gotten stuck in a corner by a chest for about 20 minutes. I'm new to DB, but is there a max run time setting something that would allow us to get around this for long overnight runs?

  11. #11
    baphomet58's Avatar Member
    Reputation
    11
    Join Date
    Oct 2006
    Posts
    91
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    how do you get to the generic combat settings like in that picture?

    edit: is it that settings button, because i cannot select it? others on the forum are having this problem too.
    Last edited by baphomet58; 06-12-2012 at 08:28 PM.

  12. #12
    donotwant's Avatar Member
    Reputation
    6
    Join Date
    Jun 2009
    Posts
    45
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by baphomet58 View Post
    how do you get to the generic combat settings like in that picture?

    edit: is it that settings button, because i cannot select it? others on the forum are having this problem too.
    Login (resume game) -> Stop Bot -> Settings (Hell it is retarded yes)

    Im making around 350k/h per acoount on a total of 4 accounts. I think this is not bad in total BUT... The way in which the bot moves is clearly not the best and it gets stuck over and over again. Repair/Sell works fine.

  13. #13
    baphomet58's Avatar Member
    Reputation
    11
    Join Date
    Oct 2006
    Posts
    91
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by donotwant View Post
    Login (resume game) -> Stop Bot -> Settings (Hell it is retarded yes)

    Im making around 350k/h per acoount on a total of 4 accounts. I think this is not bad in total BUT... The way in which the bot moves is clearly not the best and it gets stuck over and over again. Repair/Sell works fine.
    thanks, but it's still not working. when stopped and then clicked, the button just turns blue.

  14. #14
    glantern's Avatar Member
    Reputation
    1
    Join Date
    Jan 2008
    Posts
    6
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thanks KuRIoS, I'm getting about 305k gold with this using a bit less gold find and movement speed than in your screenshot.

  15. #15
    KuRIoS's Avatar Admin
    Authenticator enabled
    Reputation
    2982
    Join Date
    Apr 2006
    Posts
    9,805
    Thanks G/R
    350/296
    Trade Feedback
    9 (100%)
    Mentioned
    3 Post(s)
    Tagged
    1 Thread(s)
    Originally Posted by satan2004 View Post
    This is the most useless bot i have EVER tried... its a ****ing demon hunter and it runs up to melee and stand there infront of the enemy getting punched to death and barely shoots

    just useless
    do as I said and choose generic...

Page 1 of 3 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 11:33 PM. 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