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

Demon Hunter - M6 Cold + Rocket Build

What profile do you guys run for greater rifts. I have a ridiculous amount of keys to use up. Ive tried both R-Rift and Funkys, personally I liked R-Rift better but I couldn't get it to run properly. As in my bot would tier me to like 32 and it would be pointless (sometimes). So yeah, im mostly just curious. If youve got yours running flawless could you also include some of the key settings possibly. Im probably not the only one curious about this lol.
 
As always, great modifications.

However, when running bounties with a Sentry DH I have troubles with certain bounties. Mostly the clear khazra den/den of the fallen/scavenger den where it will just run in circles not placing sentries.

Also the same problem on some "Clear the Cursed Shrine" bounties.

Any fix for this?
 
As always, great modifications.

However, when running bounties with a Sentry DH I have troubles with certain bounties. Mostly the clear khazra den/den of the fallen/scavenger den where it will just run in circles not placing sentries.

Also the same problem on some "Clear the Cursed Shrine" bounties.

Any fix for this?
hi. this is prooblem with profile. author not update for a long time this profile.
 
What profile do you guys run for greater rifts. I have a ridiculous amount of keys to use up. Ive tried both R-Rift and Funkys, personally I liked R-Rift better but I couldn't get it to run properly. As in my bot would tier me to like 32 and it would be pointless (sometimes). So yeah, im mostly just curious. If youve got yours running flawless could you also include some of the key settings possibly. Im probably not the only one curious about this lol.

I'm having the same issue with my DH, getting Tier 32 and up but my DH dies on one hit. I only needed to upgrade three gems so I did the trials up to wave 5-7 (Tiers 25-30) and then started the bot, it still dies but it works better this way and I got to upgrade my gems!
 
I'm having the same issue with my DH, getting Tier 32 and up but my DH dies on one hit. I only needed to upgrade three gems so I did the trials up to wave 5-7 (Tiers 25-30) and then started the bot, it still dies but it works better this way and I got to upgrade my gems!

After messing around I use R-Rift with Trinity 2.2.12 and Quest Tools 2.1.32, as well as run Mac's DemonHunterCombat.cs. I set quest tools up like this and the bot usually get rifts between 20-25. Just runs them and upgrades gems. Seems to be working. Also since Armory is so buggy and Ive never really tinkered with Kadalaspree (just read posts on it and it seems like its buggy) I just Uncheck pick up blood shards so the bot runs smoothly.

View attachment 143616
 
Hey sorry when this was asked a couples pages ago but how can i tweak the demonhuntercs file when i wear the kridershot which is generating hatred that my bot uses more elemental arrow?i am using trinity 2.1.9
 
Hey sorry when this was asked a couples pages ago but how can i tweak the demonhuntercs file when i wear the kridershot which is generating hatred that my bot uses more elemental arrow?i am using trinity 2.1.9
// Elemental Arrow
if (CanCast(SNOPower.DemonHunter_ElementalArrow) && !Player.IsIncapacitated &&
((Player.PrimaryResource >= 10 && !IsWaitingForSpecial) || Player.PrimaryResource >= MinEnergyReserve || Legendary.Kridershot.IsEquipped))
{
return new TrinityPower(SNOPower.DemonHunter_ElementalArrow, 65f, CurrentTarget.ACDGuid);
}
Open DH.cs with notepad find this line and change 45 to 10.
 
QuestTools 2.1.26 in QuestTools 2.1.32 Fixed broken MoveToActor... sorry!
Thanks a lot.

Tried using 2.1.15 Trinity with your file, but it didn't work too well. Still spammed Multishot, etc. Any chance you can make a compilation with newest Trinity?
 
Do not use my DemonHunterCombat.cs with Trinity 2.1.15
Now I test 2.1.15 if rrrix has made all important changes, possible my config and not to required
 
testing Trinity 2.1.17 with QT 2.1.38 with changes from @dr01der on GRift with QuestTool Gem Upgrading Fix
P.S. rrrix do not not made these changes on QT 2.1.38 wait for updating or replace these files in:
QuestTools\UI\PercentConverter.cs
QuestTool\ProfileTags\CompleteGreaterRift.cs
 

Attachments

Last edited:
Is there any way to get more consistent use of Wolf Companion Wolf Howl? It uses it on elites, but it doesn't immidiately re-use it when it runs out/is off CD.

Also using it on 10+ trash would be useful as it's often just wasted running around with it off CD.
 
open DHC.cs with notepad, find and try replace
// Use Wolf Howl
if (hasWolf && CombatBase.CanCast(SNOPower.X1_DemonHunter_Compani on, CombatBase.CanCastFlags.NoTimer) && CurrentTarget.RadiusDistance < 25f)
{
return new TrinityPower(SNOPower.X1_DemonHunter_Companion);
}
Should work.
 
hi all
is there is a way to prohibit the use of multushot and cluster arrow with my dh?
im using trinity 2.1.17 and qt 2.1.38

increasing spelldelay in trinity is not solving a problem, cause when bot goes lower than xx hatred - he starts to shoot with regular attacks, not elemental arrow

thanks in advance
 
After messing around I use R-Rift with Trinity 2.2.12 and Quest Tools 2.1.32, as well as run Mac's DemonHunterCombat.cs. I set quest tools up like this and the bot usually get rifts between 20-25. Just runs them and upgrades gems. Seems to be working. Also since Armory is so buggy and Ive never really tinkered with Kadalaspree (just read posts on it and it seems like its buggy) I just Uncheck pick up blood shards so the bot runs smoothly.

View attachment 143616
You attachment doesn't work. Mind linking with imgur or something like that?
 
Back
Top