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

[Zoinx] Sarkoth - Demon Hunter Guide

Can you show what actual abilities/passives you're using on the DH?
 
Read back a few pages. Pants can have MvSd as well. Mine have 13% (not sure if it does to 15%?)

There are only two pants in the entire game that have movement speed. Hammer Jammers and Inna's Glory. Both have a random chance of 6-7% movement speed. No pants have 13%.
 
Is there any possibility you could team viewer me to confirm i have everything correct?
 
Can you show what actual abilities/passives you're using on the DH?
Check my first post under IV. Spec
There are only two pants in the entire game that have movement speed. Hammer Jammers and Inna's Glory. Both have a random chance of 6-7% movement speed. No pants have 13%.
1 sec, I'm till on my phone, but there are rare pants with 13%, ie, I HAVE THEM. I'll get a SS of them up when I get back to my room.
 
Sorry if repost, but you've made a typo in your rules.
Jewlery is wrong, it should say jewelry :)
Nice guide, thumbs up!
 
why does it spam ferrets? it spams ferrets and then with no discipline attempts to run through monsters
 
why does it spam ferrets? it spams ferrets and then with no discipline attempts to run through monsters
I actually just noticed that as well. That is a Mammon bug, will report to him (do the same, log style Verbose) and then submit.
 
eh im doing everything right but the place barely spawns for me..

[03:48:15.833 N] Last run acquired 10917 gold.
[03:48:15.833 N] Current Gold per Hour: 300064
[03:48:20.933 N] Creating new game, Params: <Act


284 GF no follower should i be using one?
 
Sorry if repost, but you've made a typo in your rules.
Jewlery is wrong, it should say jewelry :)
Nice guide, thumbs up!
That you so much! That's what was messing it up! It works now. Will repost in first thread
 
Read back a few pages. Pants can have MvSd as well. Mine have 13% (not sure if it does to 15%?)

I know it can but those are legendary/set items like Hammer Jammers etc, and your legs at least on the printscreen are Yellow(rare) :P
 
I know it can but those are legendary/set items like Hammer Jammers etc, and your legs at least on the printscreen are Yellow(rare) :P
74098019.jpg
 
Shows nice, thank you for sharing!
Can you make a screenshot of your gear?
 
why does it spam ferrets? it spams ferrets and then with no discipline attempts to run through monsters

hey I just wanted to say thanks Zoinx, I don't want to come across ungrateful or anything. Appreciate the work you put in. I'm using another profile and testing vault with the aoe knockback/stun 1.5....and it's working out wonderfully. May want to try that. I think it's one of the profiles from icool or ikw.


ALSO...how do I add you're loot rules without it being an xml file will it work? sorry i'm really noobie... >.<
 
Shows nice, thank you for sharing!
Can you make a screenshot of your gear?
Everyone needs to understand, gear is random.

Random is random.

My gear =/= Your gear.

Your gear =/= My gear.

What I am using doesn't matter and isn't the point of this thread. It's to share with people my build, profile, plugins, rotation, and hope they can get better GpH.
 
hey I just wanted to say thanks Zoinx, I don't want to come across ungrateful or anything. Appreciate the work you put in. I'm using another profile and testing vault with the aoe knockback/stun 1.5....and it's working out wonderfully. May want to try that. I think it's one of the profiles from icool or ikw.


ALSO...how do I add you're loot rules without it being an xml file will it work? sorry i'm really noobie... >.<
I might try that DH one out when I get home tonight, but for the xml, just copy and paste my code into the DefaultItemRules.xml and that's all.
 
im assuming if we do this on hell we will still get alot of gold but not 700-800k/hr??
 
I'm really confused how you manage to get 700k/hr as screwed up as this bot is... Even with the plugins the clicker screens disable my bot for potentially hours if im not around.
 
where do you get v103?
http://www.thebuddyforum.com/demonbuddy-forum/55571-test-release-new-navigation-server.html

It's currently a test version, but I am running it with no problem, other people have some issues, but I don't. Not sure why.

I'm really confused how you manage to get 700k/hr as screwed up as this bot is... Even with the plugins the clicker screens disable my bot for potentially hours if im not around.
It's all about getting better gear, more dmg, more life (to not die just in case), and getting MAX gold find gear. The first few days, the Nav server sucked and I had my alarm set every hour at night so I could wake up and make sure it was still running or fix it so it did run. Last 2 days I've been running almost 24/7 (well about 18 hours, I don't want to be banned so I spread it out).

im assuming if we do this on hell we will still get alot of gold but not 700-800k/hr??
I never ran it on Hell before, only Inferno, but if you have close to max GF, you should still be finding a lot. Not sure if lower difficulties drop less gold even if you have over 300% GF (I'm sure it is that way), but you should still be getting a lot (don't quote me on that!). Try it out and let me know how it goes so we can tell others who don't have that great of gear.
 
Last edited:
can anybody paste me a good working item rules? mine is stuck at salvaging... walk back and forth at blacksmith.
below is the 1 im using now.


<?xml version="1.0" encoding="utf-8" ?>

<ItemRules name="Default Item Rules" useRoundedValues="false">
<!-- 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="Magic1" />
</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" />

<!-- Gems -->
<ItemRule itemName="*Ruby*" stack="1" />
<ItemRule itemName="*Emerald*" stack="1" />
<ItemRule itemName="*Topaz*" stack="1" />
<ItemRule itemName="*Amethyst*" stack="1" />

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

<Category ruleType="Keep">
<!-- Keep rare items level 50 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>
</Category>

<!-- Salvages everything that is 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 that is 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>
 
Back
Top