Affliction ST FULL dots and buffs ( LEGION ) PvE

I have never posted a macro on here … so this is my first one.

Talents are 1,3,1,1,3,1,2

Haunt for another DoT ( cause I mean, that is the basis for AFF locks eh? )
I went with Mana Tap for the damage boost.
Demon Skin cause the other 2 choices are more for PvP.
Siphon Life for yet another DoT.
Dark Pact for more survivability.
Grimoire of Supremacy to access the bigger pets.
Phantom Singularity for yet another DoT.


Sequences['LegionWarlockAFF'] = {
PreMacro=[[
/targetenemy [noharm][dead],
/startattack
]],
"/castsequence reset=target/5 Agony,Corruption,Siphon Life,Unstable Affliction,Haunt",
"/castsequence [nochanneling] Drain Life,Mana Tap,Drain Life,Life Tap",
"/cast [nochanneling] Phantom Singularity",
PostMacro=[[
/startattack
/petattack
/use [combat]13
/use [combat]14
]],
}

It works fine but dps is low :frowning: Thanks for the macro

Ok - did some tweaks not that Legion is live. ( Been playing my Main hunter a lot. )

Sequences['LockDots'] = {
version=43,
source = "Local",
helpTxt = "spec=3211312",
icon='INV_MISC_QUESTIONMARK',
lang="enUS",
PreMacro=[[
/petautocastoff [group] Seethe
/petautocaston [nogroup] Seethe
/petautocastoff [group] Burning Presence
/petautocaston [nogroup] Burning Presence
]],
"/castsequence [nochanneling] reset=target  Corruption, null",
"/castsequence [nochanneling] reset=5  Siphon Life, Unstable Affliction",
"/castsequence [nochanneling] Phantom Singularity, Reap Souls",
"/castsequence [nochanneling] Drain Soul, Life Tap, Drain Soul, Agony",
PostMacro=[[
/use [combat]13
/use [combat]14
]],
}

its working perfect for me. Thanks buddy.