Items
-
Head
-
Shoulders
-
Amulet
-
Torso
-
Wrists
-
Hands
-
Waist
-
Legs
-
Feet
-
Rings
-
Weapon
-
Offhand
Kanai's Cube
-
Dawn
-
Depth Diggers
-
Ring of Royal Grandeur
GoD Dh got a big dmg buff for s28 and is now one of if not the best speed farmer out. Never run out of resource and hold right-click spin-to-win the entire rift while AHK spams spells 1-4 for you. You'll only need to hit left-click (while still holding right-click) when you reach an elite pack to proc f+r/God 2p. I use spacebar to force stand still for this at times.
P1k atm on day 3. Haven't completed the altar yet, gated on a challenge rift cache sacrifice until tomoz but when fully completed this could easily do 120 in under 2 mins (namely missing the 50% dmg done to bosses and potion power). Got augs on most gear.
Notes:
- Swap archery to awareness if you're dying heaps (servers been lagging often) or tactical advantage if you wanna move faster in speed grs but you lose 8% dmg and you already get 100% ms with smokescreen.
- You need ~40% cooldown reduction with dawn cubed to have 100% uptime on vengeance (40% extra dmg and 50% toughness!!!)
- I've got attack speed on gloves but you can have cdr here and attack speed or area damage on weapon, for example. As long as you're at least 40% sheet cdr for 100% vengeance.
- Any follower is fine.
- This setup works in group speeds (3 GoD dh + 1 zdh for example). Was running it earlier today with no issues. Took awareness instead of archery due to the loss of follower cheat death.
What is AHK?
AutoHotkey is a legal alternative to the numlock trick which I prefer, toggled on and off by the key of your choice to spam as many spells (even the potion which grants a random shrine/pylon effect in s28, if you ceebs pressing it), as the optional script below includes. This build is aids to play without AHK/numlock trick! Highly suggest you use either to avoid arthritis.
First download AHK here: https://www.autohotkey.com/
Copy and paste the below script into a new AHK script on your desktop (right click desktop, NEW, AutoHotkey Script). Name it whatever you want.
Toggle on with F1 and off with F2. I use qwer instead of 1-4 so you'd just need to replace them in the below script!
AHK Script (set it to spam potion too, bound to "u"):
F1::
If (Toggle = "")
{
SetTimer, Loopq, 0
SetTimer, Loopw, 0
SetTimer, Loope, 0
SetTimer, Loopr, 0
SetTimer, Loopu, 0
}
Else
Pause
If (Toggle := !Toggle)
{
Gosub, Loopq
Sleep 0
Gosub, Loopw
Sleep 0
Gosub, Loope
Sleep 0
Gosub, Loopr
Sleep 0
Gosub, Loopu
Sleep 0
}
return
F2::Reload
Loopq:
Send, q ; Sends q
return
Loopw:
Send, w ; Sends w
return
Loope:
Send, e ; Sends e
return
Loopr:
Send, r ; Sends r
return
Loopu:
Send, u ; Sends u
return
Paragon Priorities
Core
Primary Stat
|
Vitality
|
Movement Speed
|
Maximum Resource
|
Offense
Attack Speed
|
Cooldown Reduction
|
Critical Hit Chance
|
Critical Hit Damage
|
Defense
Life
|
Armor
|
Resist All
|
Life Regeneration
|
Utility
Area Damage
|
Resource Cost Reduction
|
Life on Hit
|
Gold Find
|
Build Guide
GoD Dh got a big dmg buff for s28 and is now one of if not the best speed farmer out. Never run out of resource and hold right-click spin-to-win the entire rift while AHK spams spells 1-4 for you. You'll only need to hit left-click (while still holding right-click) when you reach an elite pack to proc f+r/God 2p. I use spacebar to force stand still for this at times.
P1k atm on day 3. Haven't completed the altar yet, gated on a challenge rift cache sacrifice until tomoz but when fully completed this could easily do 120 in under 2 mins (namely missing the 50% dmg done to bosses and potion power). Got augs on most gear.
Notes:
- Swap archery to awareness if you're dying heaps (servers been lagging often) or tactical advantage if you wanna move faster in speed grs but you lose 8% dmg and you already get 100% ms with smokescreen.
- You need ~40% cooldown reduction with dawn cubed to have 100% uptime on vengeance (40% extra dmg and 50% toughness!!!)
- I've got attack speed on gloves but you can have cdr here and attack speed or area damage on weapon, for example. As long as you're at least 40% sheet cdr for 100% vengeance.
- Any follower is fine.
- This setup works in group speeds (3 GoD dh + 1 zdh for example). Was running it earlier today with no issues. Took awareness instead of archery due to the loss of follower cheat death.
What is AHK?
AutoHotkey is a legal alternative to the numlock trick which I prefer, toggled on and off by the key of your choice to spam as many spells (even the potion which grants a random shrine/pylon effect in s28, if you ceebs pressing it), as the optional script below includes. This build is aids to play without AHK/numlock trick! Highly suggest you use either to avoid arthritis.
First download AHK here: https://www.autohotkey.com/
Copy and paste the below script into a new AHK script on your desktop (right click desktop, NEW, AutoHotkey Script). Name it whatever you want.
Toggle on with F1 and off with F2. I use qwer instead of 1-4 so you'd just need to replace them in the below script!
AHK Script (set it to spam potion too, bound to "u"):
F1::
If (Toggle = "")
{
SetTimer, Loopq, 0
SetTimer, Loopw, 0
SetTimer, Loope, 0
SetTimer, Loopr, 0
SetTimer, Loopu, 0
}
Else
Pause
If (Toggle := !Toggle)
{
Gosub, Loopq
Sleep 0
Gosub, Loopw
Sleep 0
Gosub, Loope
Sleep 0
Gosub, Loopr
Sleep 0
Gosub, Loopu
Sleep 0
}
return
F2::Reload
Loopq:
Send, q ; Sends q
return
Loopw:
Send, w ; Sends w
return
Loope:
Send, e ; Sends e
return
Loopr:
Send, r ; Sends r
return
Loopu:
Send, u ; Sends u
return
It says "Target label does not exist"
Help?
Here's a working script using default keybindings that might be useful for someone else.
Use F1 to enable, and F1 to disable after you're done with your rift
I'm having a problem with AHK. Everything seems to be doing its job, but often times when I hold down Strafe (RMB) and try to click Hungering Arrow (LMB) every few seconds, it ignores my left click. Other than that, I love the build.
Update: It turns out that my mouse was acting up. I grabbed a new mouse and the hotkey works perfect. Thanks!
Hey everyone!
I have never used script like this before, nor AutoHotKey. Now, i have downloaded it, made the script file. But it seems to not working for me. Can someone please provide me a step-to-step guide, how to make this work? Thank you!
This is the script i`ve tryed to use:
Do i need to convert this to exe?