• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Carguy's Ultimate DH Sarkoth Script (8-16s FULL runs!)

    Discussion in 'Archives' started by carguy, Jun 16, 2012.

    1. carguy

      carguy Member

      Joined:
      Jan 21, 2010
      Messages:
      573
      Likes Received:
      7
      Trophy Points:
      18
      Make sure you have icools plugin enabled, and/or unstucker 1.7
       
    2. carguy

      carguy Member

      Joined:
      Jan 21, 2010
      Messages:
      573
      Likes Received:
      7
      Trophy Points:
      18

      probably wastes a few seconds trying to loot the gold. Get your range to 15+ pickup
       
    3. stavrakas

      stavrakas New Member

      Joined:
      Jun 16, 2012
      Messages:
      51
      Likes Received:
      0
      Trophy Points:
      0
      Great profile, only problem I have is when it goes to salvage items - it takes like 1 full minute to click the right spot in the blacksmith area (it can't get through the blacksmith's side). Is it because my blacksmith is upgraded to max lvl and the salvage bench gets bigger or something and messes with the path finding?
       
    4. zygmunt

      zygmunt New Member

      Joined:
      Jan 28, 2011
      Messages:
      42
      Likes Received:
      0
      Trophy Points:
      0
      BTW: Is it necessary, that it ports to town, before loggin out after killing Sarkoth? Not having to wait for TP might also save some seconds.
       
    5. mykitty

      mykitty New Member

      Joined:
      Dec 17, 2011
      Messages:
      186
      Likes Received:
      0
      Trophy Points:
      0
      tp = 4 sec then instant logout

      if you just logout outside of town its 10 sec

      I think thats why we TP back to logout
       
    6. zygmunt

      zygmunt New Member

      Joined:
      Jan 28, 2011
      Messages:
      42
      Likes Received:
      0
      Trophy Points:
      0
      OK, I thought the logout time was depending on something else like serverload or what so ever.
       
    7. KapitanZbik

      KapitanZbik New Member

      Joined:
      Jun 12, 2012
      Messages:
      22
      Likes Received:
      0
      Trophy Points:
      0
      i am using build 103 is it worse than 116 and where can i get 116? Why you dont loot gems? it seems to be quite worth it or am i wrong?

      Thank for answer in advance :)
       
    8. khuong

      khuong Member

      Joined:
      Jun 5, 2010
      Messages:
      69
      Likes Received:
      0
      Trophy Points:
      6
      can someone post screenshots of their gear and stats and build? :)

      i for the life of me cannot seem to get that high GF :/
       
    9. mykitty

      mykitty New Member

      Joined:
      Dec 17, 2011
      Messages:
      186
      Likes Received:
      0
      Trophy Points:
      0
    10. murcielago

      murcielago New Member

      Joined:
      Jun 5, 2012
      Messages:
      34
      Likes Received:
      0
      Trophy Points:
      0
      Carguy you think it would be possible to decrease the time it takes for the bot to use Vault again? Like when you start vaulting 3-4 times in a row, it seems to be kinda slow inbetween each Vault, and I think increasing this could help alittle on the GPH. :)
      (Tried the Artemis Profile Helper 1.5 Profile & Script, and it does it alot faster than this one, but that version seems to be very bugged in some other areas, and the lacks the Vault inside Cellar.)
       
      Last edited: Jun 17, 2012
    11. Rayli89

      Rayli89 New Member

      Joined:
      Jun 17, 2012
      Messages:
      29
      Likes Received:
      0
      Trophy Points:
      0
    12. KapitanZbik

      KapitanZbik New Member

      Joined:
      Jun 12, 2012
      Messages:
      22
      Likes Received:
      0
      Trophy Points:
      0
    13. mykitty

      mykitty New Member

      Joined:
      Dec 17, 2011
      Messages:
      186
      Likes Received:
      0
      Trophy Points:
      0
      Flawless Square gems, pages, tomes, design, and legendary only, enjoy

      Code:
      <?xml version="1.0" encoding="utf-8" ?>
      
      <ItemRules name="Default Item Rules" useRoundedValues="true">
      	<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 50 -->
      		<ItemRule itemName="Gold" stack="50" />
            
      		<!-- Pick up all pages and tomes, blacksmithing/jewelcrafting -->
      		<ItemRule itemName="Page of*" stack="1" />
      		<ItemRule itemName="Tome of*" stack="1" />
            
      		<!-- Pick up designs and plans, blacksmithing/jewelcrafting -->
      		<ItemRule itemName="Plan:*" stack="1" />
      		<ItemRule itemName="Design:*" 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" />
      
      		<!-- Mythic Health potions -->
      		<ItemRule itemName="Mythic Health Potion" stack="1" />
          </Category>
      	
      	<Category ruleType="Keep">
      	
      		<!-- Keep designs and plans, blacksmithing/jewelcrafting -->
      		<ItemRule itemName="Plan:*" />
      		<ItemRule itemName="Design:*" />
      	  
      		<!-- Just in case keeps pages, tomes and salvage materials-->
      		<ItemRule itemName="Page of*" />
      		<ItemRule itemName="Tome of*" />
      		<ItemRule itemName="*Essence" />	
      		<ItemRule itemName="*Tear" />
      		<ItemRule itemName="*Hoof" />
      		<ItemRule itemName="*Brimstone" />	
      	  
      		<!-- Keep rare items level 55 or more regardless of stats. -->    
      		<ItemRule description="Rare Items">
      			<StatRules>
      				<Rule quality="Rare4" stat="level" minValue="50" />
      			</StatRules>
      		</ItemRule>
      	  
      		<!-- Keep legendaries, regardless of stats. -->
      		<ItemRule ruleType="Keep" description="Legendary">
      			<StatRules>
      				<Rule quality="Legendary" />
      			</StatRules>
      		</ItemRule>
      	  
      		<!-- Keep magic items with gold find. -->    
      		<ItemRule description="Gold Find Items">
      			<StatRules>
      				<Rule quality="Magic1" stat="GoldFind" minValue="15" />
      			</StatRules>
      		</ItemRule>
      		
      		<!-- Keep magic items with magic find. -->    
      		<ItemRule description="Magic Find Items">
      			<StatRules>
      				<Rule quality="Magic1" stat="MagicFind" minValue="15" />
      			</StatRules>
      		</ItemRule>
      	  
      		<ItemRule itemBaseType="Weapon" description="High DPS Weapons">
      			<StatRules>
      				<!-- Magic Weapons should have at least 1200 DPS -->
      				<Rule stat="DPS" minValue="1200" quality="Magic1" />
      				<!-- Rare weapons should have at least 1100 considering they provide extra stats most of the time. -->
      				<Rule stat="DPS" minValue="1100" quality="Rare4" />
      			</StatRules>
      		</ItemRule>
      	  
          </Category>
      	
      	<!-- Salvages everything between level 59 and 60. -->
          <Category ruleType="Salvage">
      	
      		<!-- Salvages jewelry level 59 -->
      		<ItemRule itemBaseType="Jewelry" description="Salvage Jewelry">
      			<StatRules>
      			<Rule quality="Magic1" stat="level" minValue="59" />
      			</StatRules>
      		</ItemRule>
      	  
      		<!-- Salvages everything else level 60 -->
      		<ItemRule description="Salvage Everything">
      			<StatRules>
      				<Rule quality="Magic1" stat="level" minValue="60" />
      			</StatRules>
      		</ItemRule>
      		
          </Category>
      	
      	<!--Sells everything else -->
          <Category ruleType="Sell">
            <ItemRule description="Sell Everything">
              <StatRules>
                <Rule quality="Magic1" />
              </StatRules>
            </ItemRule>
          </Category>
        </Categories>
      </ItemRules>
       
    14. KapitanZbik

      KapitanZbik New Member

      Joined:
      Jun 12, 2012
      Messages:
      22
      Likes Received:
      0
      Trophy Points:
      0
      THX a lot :)

      I this is the best community i came accross ;) you guys are really incredible
       
    15. Cendizzy

      Cendizzy New Member

      Joined:
      Feb 15, 2012
      Messages:
      54
      Likes Received:
      1
      Trophy Points:
      0
      [13:51:59.734 N] Loaded profile Carguy's Ultimate Sarkoth v1.1
      [13:51:59.734 N] Number of games completed:49
      [13:52:00.328 N] Last run acquired 4827 gold.
      [13:52:00.328 N] Current Gold per Hour: 437879
      [13:52:00.328 N] [Icool's Sarkoth farm helper v0.1] Left Game
      [13:52:00.328 N] [Icool's Sarkoth farm helper v0.1] Cellars found in 23/49 games!
      [13:52:00.328 N] [Icool's Sarkoth farm helper v0.1] This Run took: 17s
      [13:52:00.328 N] [Icool's Sarkoth farm helper v0.1] The average cellar run is: 20s

      306% GF, 18yd pick-up

      [edit] I am following Carguy's 1st post, 40 discipline version. My set probably cost me around 6 million to put together (I only found 3 pieces of it). Hopefully the 6m investment can return much more than that in a few days of these runs.

      [edit 2] Only complaint would be trying to Town Portal next to mobs that kill me during the cast. Using templar for taunts, but my gear only cost 6m because it is built like a glass gold finding cannon (15K HP, about 140 to all resists).
       
      Last edited: Jun 17, 2012
    16. Tarazedlol

      Tarazedlol New Member

      Joined:
      Jun 16, 2012
      Messages:
      7
      Likes Received:
      0
      Trophy Points:
      0
      fucking perfect!
       
    17. kasia

      kasia Banned

      Joined:
      Mar 9, 2012
      Messages:
      594
      Likes Received:
      1
      Trophy Points:
      0
      the toon is waiting 1-3 sec after teleport to town then exit is a waste of seconds...
       
    18. mykitty

      mykitty New Member

      Joined:
      Dec 17, 2011
      Messages:
      186
      Likes Received:
      0
      Trophy Points:
      0
      .125 seems to break this vaulting not sure how to fix, back to .100 for now
       
    19. shallowtl

      shallowtl New Member

      Joined:
      Jun 17, 2012
      Messages:
      3
      Likes Received:
      0
      Trophy Points:
      0
      since the update my dh has been casting ferret twice at the beginning of the run, which messes up the discipline amounts for the rest of it, any idea how to stop this? :(
       
    20. Geertwilbert

      Geertwilbert New Member

      Joined:
      Jun 11, 2012
      Messages:
      36
      Likes Received:
      0
      Trophy Points:
      0
      This, plus sometimes the bot seems to quit the game before looting everything, just leaving big piles of gold on the floor. Anyone have any idea how to fix that?
       

    Share This Page