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

DH M6 - Sentry

MaxDps

New Member
Joined
Apr 9, 2014
Messages
151
Reaction score
0
Hi,

Is it possible to set the bot to use sentrys before other skills ?

My DH put 1 or 2 sentrys of the 5 possibles, and spam the left click after, spending all the hate... It's completly broken like that...
 
I found this file worse then default (and default is also pretty bad too compared to the trinity version pre 2.1)

I have two identical DH, both with the same gear (almost identical dps, toughness and healing) and at same paragon level and during a Keybot run for 12 hours now at the same difficulty, the default DH died 5-10 times pr hour while this was was up to 25-30.
 
It's an old file that I found on the forum but it works much better than the trinity database file.
It is optimized for sentry, something the trinity file does not seem to do.
 
Try this file View attachment 141075
Replace in \Plugins\Trinity\Combat\Abilities\

A great file! However, would it be possible to add Elemental arrow in there? When i have multi-shot, cluster arrow, and elemental arrow active, the DH just spam dumps all the hatred with elemental arrow and leaves no hatred for the sentries. :(
 
A great file! However, would it be possible to add Elemental arrow in there? When i have multi-shot, cluster arrow, and elemental arrow active, the DH just spam dumps all the hatred with elemental arrow and leaves no hatred for the sentries. :(

Raise elemental arrow cost to 45. should do the trick.
 
Where are you seeing elemental arrow cost? I only got strafe, rapidfire, multishot and cluster arrow.
// Elemental Arrow
if (!UseOOCBuff && !IsCurrentlyAvoiding && Hotbar.Contains(SNOPower.DemonHunter_ElementalArrow) &&
SNOPowerUseTimer(SNOPower.DemonHunter_ElementalArrow) && !Player.IsIncapacitated && Player.PrimaryResource >= 45 &&
((Player.PrimaryResource >= 10 && !Player.WaitingForReserveEnergy) || Player.PrimaryResource >= MinEnergyReserve || hasKridershot))
{
 
Where are you seeing elemental arrow cost? I only got strafe, rapidfire, multishot and cluster arrow.

In DemonHunter.cs :) open it with notepad (or np++) press Ctrl+F type "Elemental"

Search a value set @ something like 10, change it to 45
 
In DemonHunter.cs :) open it with notepad (or np++) press Ctrl+F type "Elemental"

Search a value set @ something like 10, change it to 45

Worked like a charm, thanks!
 
Back
Top