How do you change time between games again? I want to cut down from 3 ~ 15 seconds to 3 ~ 7 seconds.
settings -> bot
How do you change time between games again? I want to cut down from 3 ~ 15 seconds to 3 ~ 7 seconds.
Rofl who would take advice from you? I've had nearly as many accounts and lost a grand total of 0. A fool and his money are soon parted. Lastly the majority of people arnt like us, the have 1-3 accounts and dont have money to toss in the trash for what amounts to a few legs extra a day.
For Ghom why do you have these two lines?
Originally Posted by Trevor
I bot 24/7, if I get banned I'll just move on....not buying the xpac again lol.
I'm not gonna "farm" ingame items for 12hrs a day to be "successful".
If you dont care about getting banned, you have no valid say in what is efficient. Thats not practical. Also you're not farming anything, the bot is (or isn't when you're banned for the obvious exploit).
You say you bot 24/7 then go on to say youre not gonna farm 12 hours a day. Make up your mind
Rofl who would take advice from you? I've had nearly as many accounts and lost a grand total of 0. A fool and his money are soon parted. Lastly the majority of people arnt like us, the have 1-3 accounts and dont have money to toss in the trash for what amounts to a few legs extra a day.
Hello dude, I switched yo your profile, it's working fine but I get one problem ^^ my WD does not use pool of piranhas, whatever rune I put. Any idea to fix it ?
For some reason my WD isn't using slam dance untill he's just about dead?
Demon Hunter - Game Guide - Diablo III
You can switch out ambush to night stalker or archer, depending if you go OM (= out of hatred). You will need a templar with the relic that makes him invincible, aswell as the ring "Unity", equipped both on you and your templar for the 50 % dmg reduction. Learn the templar the skill that slows enemies. It will be used for the extra dmg increase on the passive "cull the weak".
Running T4 atm, 50 gph.
Edit #1: You will also need to edit a few lines in the demonhunter.cs file.
Quote from Morchel:
"Select the Bat rune. That way, the bot should trigger it after you dropped the first 60 hatred.
It might be a good idea to change the bat trigger to 50 [ && Player.PrimaryResourceMissing >= 50 ], else he might use bat and punishment at the same time.
For example when you are at 58 hatred missing, you use a Cluster Arrow, and drop to 80 hatred missing. In that moment both triggers are activated, and he will overcap you with 125 hatred generated.
Marked for Death is set to 3 seconds in the trinity variables interface, you can change that to 30000 if you want.
I had to adjust a few things in the demonhunter.cs.
Preparation bug:
Code:
Range changes so wolf and vengeance gets triggered after i am in range for mark :Code:// Preperation w/ Punishment if (hasPunishment && CombatBase.CanCast(SNOPower.DemonHunter_Preparation, CombatBase.CanCastFlags.NoTimer) && Player.SecondaryResource >= 15 && Player.PrimaryResourceMissing >= 75 && TimeSinceUse(SNOPower.DemonHunter_Preparation) >= 1000) { return new TrinityPower(SNOPower.DemonHunter_Preparation, 0f, Vector3.Zero, CurrentWorldDynamicId, -1, 1, 1, WAIT_FOR_ANIM); }
Code:
Code:Code:// Use Wolf Howl on Unique/Elite/Champion - Would help for farming trash, but trash farming should not need this - Used on Elites to reduce Deaths per hour if (hasWolf && CombatBase.CanCast(SNOPower.X1_DemonHunter_Companion) && CurrentTarget.IsEliteRareUnique && TargetUtil.EliteOrTrashInRange(40f)) { return new TrinityPower(SNOPower.X1_DemonHunter_Companion); }
and finally a range change for cluster arrow so he walks into the room. Most of the time he walks top around the pillar, places turrets and starts the painCode:// Vengeance if (!IsCurrentlyAvoiding && CombatBase.CanCast(SNOPower.X1_DemonHunter_Vengeance, CombatBase.CanCastFlags.NoTimer) && (TargetUtil.EliteOrTrashInRange(40) || TargetUtil.AnyMobsInRange(40, 6))) { return new TrinityPower(SNOPower.X1_DemonHunter_Vengeance); }
Code:
Code:// Cluster Arrow if (!UseOOCBuff && !IsCurrentlyAvoiding && CombatBase.CanCast(SNOPower.DemonHunter_ClusterArrow) && !Player.IsIncapacitated && Player.PrimaryResource >= 20) { return new TrinityPower(SNOPower.DemonHunter_ClusterArrow, 50f, Vector3.Zero, CurrentWorldDynamicId, CurrentTarget.ACDGuid, 1, 1, WAIT_FOR_ANIM); }
"
I tweaked some things in his code because it didn't work properly. For example, the bot did not go close enough for the templar and other skills such as sentry turret to activate. I fixed it by changing up the cluster arrow distance from 50f to 25f. You might want to change the other skills aswell.
Edit 2# if you fixed all these settings, it then all comes down to gear. Since DH right now is about fire, stack as much as you can. Cindercoat, magefist, amulet with fire dmg, reaper's wraps(or any other bracers with fire dmg), SOJ is optimal for this build to work. The marauder's set combined with the listed items is also a high dps increase.
If you dont care about getting banned, you have no valid say in what is efficient. Thats not practical. Also you're not farming anything, the bot is (or isn't when you're banned for the obvious exploit).
You say you bot 24/7 then go on to say youre not gonna farm 12 hours a day. Make up your mind
Hey can someone explain me how i change things in TVars.cs ? i dont really get it, do i need a extra program for that? :s
can barbs running t6 post what there sheet dps and % elemental damage are at? i want to get an idea of gear i need to be able to run T6 i got no problem surviving (immune poison ammy) but seems way to slow to kill ghom.