• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • [ACT3] New The Core of arreat by FragMam

    Discussion in 'Archives' started by fragmam, Jul 16, 2012.

    1. fragmam

      fragmam New Member

      Joined:
      Jul 16, 2012
      Messages:
      346
      Likes Received:
      4
      Trophy Points:
      0

      I did not understand quite what you meant, please explain me in detail
       
    2. danhumprey

      danhumprey New Member

      Joined:
      Aug 8, 2012
      Messages:
      53
      Likes Received:
      0
      Trophy Points:
      0
      well im new here.. was a HB user until their project was shutdown and the makers no where to be found. actually im pissed off at them. anyways i was making around 420k++/h on my 3 DH bots with HB and 380k/h on my other 7 bots. now on your first post u stated you are earning 400k/h.. and when i tested mine its only at 220k/h so what am i doing wrong what plugins or loot rules i have to put there so it will make atleast 400k/h.. i dont mind donating to u if my questions gets answered..

      i also wanted to loot only legendary items, no gems, no pages or etc they are a waste of time when your only running at nightmare.. so please help.. also what skill builds for demon hunters and monk
       
    3. fragmam

      fragmam New Member

      Joined:
      Jul 16, 2012
      Messages:
      346
      Likes Received:
      4
      Trophy Points:
      0
      I posted here what I use I'll post again for you time! ...

      MS: 25%,
      Pickup radius: 44
      GF : 298%
      DPS : 19k Not passive, with 33~40k

      My Build
      Demon Hunter - Game Guide - Diablo III

      My plguins
      GilesWorldObjectHandler - http://www.thebuddyforum.com/demonbu...t-handler.html
      Leave Game on Death and after X Seconds - http://www.thebuddyforum.com/demonbu...x-seconds.html

      I have helped!

      Item loot rules?

      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 stat="Quality" value="Legendary" />
              </StatRules>
            </ItemRule>
      
            <!-- Pick up gold, at least in stacks of 100 -->
            <ItemRule itemName="">
              <StatRules>
                <Rule stacks="100" />
              </StatRules>
            </ItemRule>
            
            <!-- Pick up all pages and tomes, blacksmithing/jewelcrafting -->
            <ItemRule itemName="*" />
            <ItemRule itemName="*" />
            <!--BS plans-->
            <ItemRule itemName="Plan*" />
            <!--JC plans-->
            <ItemRule itemName="Design*" />
            
            
            <!-- Gems -->
            <ItemRule itemName="**" />
            <ItemRule itemName="**" />
            <ItemRule itemName="**" />
            <ItemRule itemName="**" />
      
            <!-- Health potions -->
            <ItemRule itemName="**" />
          </Category>
      
          <Category ruleType="Keep">
      
            <!-- Weapons -->
            <ItemRule itemBaseType="Weapon" twoHanded="true" description="High DPS 2h Magic Weapons">
              <StatRules>
                <Rule stat="Quality" value="Magic1" />
                <Rule stat="DPS" minValue="1100" />
              </StatRules>
            </ItemRule>
            <ItemRule itemBaseType="Weapon" twoHanded="true" description="High DPS 2h Rare Weapons">
              <StatRules>
                <Rule stat="Quality" value="Rare4" />
                <Rule stat="DPS" minValue="1200" />
              </StatRules>
            </ItemRule>
      
            <ItemRule itemBaseType="Weapon" twoHanded="true" description="High DPS 1h Magic Weapons">
              <StatRules>
                <Rule stat="Quality" value="Magic1" />
                <Rule stat="DPS" minValue="800" />
              </StatRules>
            </ItemRule>
            <ItemRule itemBaseType="Weapon" twoHanded="true" description="High DPS 1h Rare Weapons">
              <StatRules>
                <Rule stat="Quality" value="Rare4" />
                <Rule stat="DPS" minValue="900" />
              </StatRules>
            </ItemRule>
            <!-- End Weapons -->
      
            
            <ItemRule itemBaseType="Armor" description="Rare armor with Intelligence">
              <StatRules>
                <Rule stat="Quality" value="Rare4" />
                <Rule stat="Intelligence" minValue="100" />
              </StatRules>
            </ItemRule>
            
            <ItemRule itemBaseType="Jewelry" description="Rare jewelry with Intelligence">
              <StatRules>
                <Rule stat="Quality" value="Rare4" />
                <Rule stat="Intelligence" minValue="100" />
              </StatRules>
            </ItemRule>
      
            <ItemRule itemName="String of Ears" description="High DR% String of Ears">
              <StatRules>
                <!-- String of Ears should have at least 17% damage reduction. Any lower and its not worth a whole lot.-->
                <Rule stat="DamageReductionPhysicalPercent" minValue="17" />
              </StatRules>
            </ItemRule>
      
            <ItemRule itemName="Talisman of Aranoch" description="Talisman of Awesome Lowbieness" />
      
            <!-- Keep rares and legendaries, regardless of stats. -->
            <ItemRule ruleType="Keep" description="Rare and better items!">
              <StatRules>
                <Rule stat="Quality" value="Rare4" />
              </StatRules>
            </ItemRule>
            
          </Category>
      
          <Category ruleType="Sell">
            <ItemRule description="Sell Everything">
              <StatRules>
                <Rule stat="Quality" value="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>
      I complet run im 50sec ~ 1min and 15sec gold run 7k ~ 20k loot On
       
      Last edited: Aug 9, 2012
    4. declensionsone

      declensionsone New Member

      Joined:
      Jul 13, 2012
      Messages:
      226
      Likes Received:
      0
      Trophy Points:
      0
      what build are you using, the link isn't working.

      I'm only gettin 200-250k gph no matter which class or profile i use. really frustrating. 260% GF and 37 PUR

      48 games per hour
       
      Last edited: Aug 9, 2012
    5. fragmam

      fragmam New Member

      Joined:
      Jul 16, 2012
      Messages:
      346
      Likes Received:
      4
      Trophy Points:
      0
      Of course regardless of class, Demon Hunter for me is the character that most pharma, I have done test with Monge and get GPH 250k, with 400k Demon hunter did not make a difference?

      My build Demon Hunter
      Demon Hunter - Game Guide - Diablo III

      loot on is plugin GilesWorldObjectHandler


      My Stats Demon Hunter

      MS: 25%,
      Pickup radius: 44
      GF : 298%
      DPS : 19k Not passive, with 33~40k

      400k ~ 440k GPH

      Demon Hunter is if you have the same status m and I is not getting the same farmer for sure the problem is not the profile
       
    6. declensionsone

      declensionsone New Member

      Joined:
      Jul 13, 2012
      Messages:
      226
      Likes Received:
      0
      Trophy Points:
      0
      is 25% movement speed required? I only have 10%

      i have 60k dps with sharpshooter...

      so, you're saying monk only gets 250k gph? or are you saying monk can get 400k also
       
    7. wenhui123

      wenhui123 New Member

      Joined:
      Jul 15, 2012
      Messages:
      49
      Likes Received:
      0
      Trophy Points:
      0
      he mean he tested with monk compare with dh , monk get 250k gph but dh get 400k
       
    8. fragmam

      fragmam New Member

      Joined:
      Jul 16, 2012
      Messages:
      346
      Likes Received:
      4
      Trophy Points:
      0

      I'm saying that only 250 monk farm nightmare at least with my monk was 250, my DH 400k items with the same

      if you build My DH test : Demon Hunter - Game Guide - Diablo III

      MS % much help on the farm, Damage 20 ~ 30 max okay too, collect minimum radius of 30, and if you DH you will achieve this goal
       
      Last edited: Aug 9, 2012
    9. fragmam

      fragmam New Member

      Joined:
      Jul 16, 2012
      Messages:
      346
      Likes Received:
      4
      Trophy Points:
      0
      very thank you!
       
    10. fragmam

      fragmam New Member

      Joined:
      Jul 16, 2012
      Messages:
      346
      Likes Received:
      4
      Trophy Points:
      0
      advice I give to everyone you want to collect much gold? use or Arcanist Demon Hunter

      character as for me, Barbaro or monk, is more to farm hell or hell oh yes you may be able to farm more
       
    11. iamagrapeman

      iamagrapeman New Member

      Joined:
      Jul 1, 2012
      Messages:
      17
      Likes Received:
      0
      Trophy Points:
      0
      can i make a request here?
      i'm wondering if you can make a version of this with fields of slaughter afterwards because of the new game limits
       
    12. Bobey

      Bobey New Member

      Joined:
      Jan 20, 2010
      Messages:
      116
      Likes Received:
      0
      Trophy Points:
      0
      Fragmam could you tell me something about your World Object Handler settings? (I mean shrines, open range, attack range, ignore non blocking, disable loot rule). Ah! And what is your maximum game time for plugin "Leave Game on Dead and after x second". THX !
       
    13. fragmam

      fragmam New Member

      Joined:
      Jul 16, 2012
      Messages:
      346
      Likes Received:
      4
      Trophy Points:
      0
      before this time limit the blizzard, I'm creating profile core + Fields of Slaughter for hitting a 2 min game


      [​IMG]
      Settting
      [​IMG]
       
      Last edited: Aug 10, 2012
    14. fragmam

      fragmam New Member

      Joined:
      Jul 16, 2012
      Messages:
      346
      Likes Received:
      4
      Trophy Points:
      0
      I'm doing it right now
       
    15. starbright

      starbright New Member

      Joined:
      Jun 13, 2012
      Messages:
      47
      Likes Received:
      0
      Trophy Points:
      0
      core to field.

      Here is the core - fields i use. Its frags core and then just basic added fields on it works perfect for me since yesterday. Using a DH i get 2.2 min or so a game and around 300gph with 220 gold find


      It will still take you to the checkpoint and log out and then restart game from checkpoint do core through fields.
       

      Attached Files:

    16. fragmam

      fragmam New Member

      Joined:
      Jul 16, 2012
      Messages:
      346
      Likes Received:
      4
      Trophy Points:
      0
      I'm doing a similar but a little faster, and a little longer, still appearing time limit

      thank you!
       
      Last edited: Aug 10, 2012
    17. GCire

      GCire New Member

      Joined:
      Jul 29, 2012
      Messages:
      121
      Likes Received:
      0
      Trophy Points:
      0
      Great job Starbright, works like a charm.
      I'm currently earning 300k gold/hour. I'd probably earn more if my MS was a lot better, but I'm sitting @ 210gf w/ 46 pickup radius.
       
    18. starbright

      starbright New Member

      Joined:
      Jun 13, 2012
      Messages:
      47
      Likes Received:
      0
      Trophy Points:
      0
      To get more Run speed I have DB set to use Shadow Power/preparation for movement speed. So my spec is like this Demon Hunter - Game Guide - Diablo III

      I know someone with better stats could get alot more im like 220 gold find 28 pick up range 25MS with full hate and like 65% with shadow power/prep on. With passive to get hate from orbs im like always full hate so it works out nice. I just need more pick up range!! lol
       
      Last edited: Aug 10, 2012
    19. GCire

      GCire New Member

      Joined:
      Jul 29, 2012
      Messages:
      121
      Likes Received:
      0
      Trophy Points:
      0
      What's your GPH? Also is your 25MS include skills in use as well?

      I'm currently @ 24 games per hour, I don't know if I really want to push it anymore due to game limit enabled now.

      Also, are you using belphgore profile, or a generic 1? If you're using a generic mind posting me your settings?
       
      Last edited: Aug 10, 2012
    20. fragmam

      fragmam New Member

      Joined:
      Jul 16, 2012
      Messages:
      346
      Likes Received:
      4
      Trophy Points:
      0

    Share This Page