Rating
+3

S28 LAZY IMMORTAL ONE SHOT SPIN-TO-WIN NATALYA'S SPIKE TRAPS DH - SPEED T16/BOUNTIES [VIDEO GUIDE]

Seasonal
Hybrid
BBCode Link
Edit

Skills

  • Spike Trap Lightning Rod
  • Strafe Drifting Shadow
  • Preparation Punishment
  • Smoke Screen Displacement
  • Vengeance Dark Heart
  • Companion Bat Companion
  • Tactical Advantage
  • Hot Pursuit
  • Steady Aim
  • Ambush

Items

More Details
  • Legendary Gems

    • Zei's Stone of Vengeance
    • Taeguk
    • Bane of the Powerful

Kanai's Cube

  • Chanon Bolter
  • Trag'Oul Coils
  • Ring of Royal Grandeur

New Natalya's 5p x 2p Captain Crim's x 2p Aughild's x 2p Endless Walk with RoRG cubed T16 & bounties speed farmer for season 28 of Diablo 3 which starts in a few weeks. Never run out of hatred whilst perma strafing and see upwards of 1.8b toughness when fully augmented at only 800 paragon.

With the AHK macro on, all you'll ever need to do is hold down right click as it spams spells 1-4 + potion (for the random shrine/pylon effect every 30s) for you. Note: In the vid, i'm only using level 70 gems and missing a few augs on non-ancient items.

Won't need the custom engineering passive as shit gets one shot so you'll rarely reach 10 traps out at any one time, so take dual mobility passives. Won't need any resource cost reduction or blood vengeance. I am using the templar's resource regen buff instead of cheat death as you'll never die anyways.


The gr 90 clear is for reference. It can one shot up to gr 100 @ 15k dex and gr 110 in 2 mins whilst being immortal. T16 = gr 75. I've cleared a gr 130, no deaths, using the exact same gear with a melee variant, trapped instead of zeis, archery/numbing traps/custom engineering instead of both movement speed and steady aim whilst holding down right click the WHOLE rift, with templar cheat death. Archery 2nd hand crossbow gives 1 hatred per second which makes up for the templar resource regen loss. It could easily push higher with full augs and good pylons off pot!

AutoHotkey Setup:

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.

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!

AUTOHOTKEY SCRIPT (With potion spam (key is set to r but can use whatever) + spells 1-4. 1=q, 2=w, 3=e, 4=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

Movement Speed
Maximum Resource
Primary Stat
Vitality

Offense

Critical Hit Chance
Critical Hit Damage
Cooldown Reduction
Attack Speed

Defense

Life
Armor
Resist All
Life Regeneration

Utility

Area Damage
Resource Cost Reduction
Life on Hit
Gold Find

Build Guide

New Natalya's 5p x 2p Captain Crim's x 2p Aughild's x 2p Endless Walk with RoRG cubed T16 & bounties speed farmer for season 28 of Diablo 3 which starts in a few weeks. Never run out of hatred whilst perma strafing and see upwards of 1.8b toughness when fully augmented at only 800 paragon.

With the AHK macro on, all you'll ever need to do is hold down right click as it spams spells 1-4 + potion (for the random shrine/pylon effect every 30s) for you. Note: In the vid, i'm only using level 70 gems and missing a few augs on non-ancient items.

Won't need the custom engineering passive as shit gets one shot so you'll rarely reach 10 traps out at any one time, so take dual mobility passives. Won't need any resource cost reduction or blood vengeance. I am using the templar's resource regen buff instead of cheat death as you'll never die anyways.


The gr 90 clear is for reference. It can one shot up to gr 100 @ 15k dex and gr 110 in 2 mins whilst being immortal. T16 = gr 75. I've cleared a gr 130, no deaths, using the exact same gear with a melee variant, trapped instead of zeis, archery/numbing traps/custom engineering instead of both movement speed and steady aim whilst holding down right click the WHOLE rift, with templar cheat death. Archery 2nd hand crossbow gives 1 hatred per second which makes up for the templar resource regen loss. It could easily push higher with full augs and good pylons off pot!

AutoHotkey Setup:

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.

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!

AUTOHOTKEY SCRIPT (With potion spam (key is set to r but can use whatever) + spells 1-4. 1=q, 2=w, 3=e, 4=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