Overview
This is my warlock build that carried me to Endless Dungeon Anomaly T100 . The build is around the skill “Affliction” in the Corrupter Skill Tree
Active Skills
This are the main skill in my skill slots
Q – Soul Warp , ( low cooldown mobility skill)
Q – Bone Storm , ( great skill to pair with Affliction and applies infection )
Q – Affliction , ( Main skill to apply infection)
E – Death Knight , ( Dmg boost , Provide Defenses and Cooldown reduction )
2 – Ritual of Souls , ( Gives dmg, health, mana per soul , We just put in slot)
3 – Plague Bearer , ( Procs Bursting boils for us)
Items, Runes and Sockets
The stats to focus on
- Mana – This build relies on Mana to provide Damage and Defense , Cosmic Cape OP
- Cooldown reduction – to allow us to spam Soul warp, Affliction and Bone Storms
- All resistance – We need a lot of defenses
Important Items to make the build go
- Plague Mage Robes – Legendary , Plague mage set
- Plague Mage Staff – Legendary , Plague mage set
- Cosmic Cape – True Legendary , Accessory
- Vestige of Lost souls – True Legendary , Armor , Turn into rune
- Jon’s Book of souls – True Legendary, Off hand
- Pestilence Ring – Lengendary ring, Turn into rune
- The Sentry Rune – Lesser Rune , on boots
- heart of the Forest – True Legendary , Accessory, Turn into rune
Here are my currently equipped items
My belt slots
Skill Trees and Masteries
Skill Trees
Masteries
My stats
Auto hot keys script , (for lazy players like me)
$`::
KeyDown := !KeyDown
If KeyDown
{ SetTimer, SendQkey , 400
SendInput, e
SetTimer, SendEkey , 25001
}
Else
{
SetTimer, SendQkey, Off
SetTimer, SendEkey , Off
}
Return
SendQkey:
SendInput, q
Return
SendEkey:
SendInput, e
Return
SendWKey:
SendInput, w
Return
Send2Key:
SendInput, 2
Return
; press shift + Esc to exit
+Esc::Suspend