7.3 aff macros

aoe

Sequences['aff_aoe'] = {
-- This Sequence was exported from GSE 2.1.04.
  Author="Illidansbro@Draka",
  SpecID=265,
  Talents = "1222113",
  Default=1,
  MacroVersions = {
    [1] = {
      StepFunction = "Sequential",
      KeyPress={
      },
      PreMacro={
      },
        "/castsequence [nochanneling] reset=combat/target  Agony, Corruption, Drain Soul, Seed of Corruption, Unstable Affliction, Life Tap, Life Tap",
        "/castsequence  reset=5  Reap Souls",
      PostMacro={
      },
      KeyRelease={
      },
    },
  },
}

ST

Sequences['aff_st'] = {
-- This Sequence was exported from GSE 2.1.04.
  Author="Illidansbro@Draka",
  SpecID=265,
  Talents = "1222113",
  Default=1,
  MacroVersions = {
    [1] = {
      StepFunction = "Sequential",
      KeyPress={
      },
      PreMacro={
      },
        "/castsequence [nochanneling] Agony, Corruption, Drain Soul, Drain Soul, Unstable Affliction, Unstable Affliction, Life Tap",
        "/cast Haunt",
        "/castsequence  reset=5  Reap Souls",
      PostMacro={
      },
      KeyRelease={
      },
    },
  },
}

link to my macro collection
https://wow.curseforge.com/projects/papapancakes-macro-collection-gnomesequencer

Why are we taking Haunt and Absolute Corruption in the single target macro?

Haunt is an option on multitarget encounters with high priority adds, as it functions as a powerful nuke. While there is no situation where this talent offers the maximum overall damage, it can be useful in certain situations.

Absolute Corruption is the best option for any situation where 4+ targets will be present for an extended period. It is also an acceptable option for 2+ targets if you find the Contagion rotation to be overwhelming.

Also Absolute Corruption helps if you have 2 tier pieces from ToS

you must chacge
this
Sequences[‘aff_st’] = {
– This Sequence was exported from GSE 2.1.04.
Author=“Illidansbro@Draka”,
SpecID=265,
Talents = “1222113”,
Default=1,
MacroVersions = {
[1] = {
StepFunction = “Sequential”,
KeyPress={
},
PreMacro={
},
“/castsequence [nochanneling] Agony, Corruption, Drain Soul, Drain Soul, Unstable Affliction, Unstable Affliction, Life Tap”,
“/cast Haunt”,
“/castsequence reset=5 Reap Souls”,
PostMacro={
},
KeyRelease={
},
},
},
}

to this

Sequences[‘aff_st’] = {
– This Sequence was exported from GSE 2.1.04.
Author=“Illidansbro@Draka”,
SpecID=265,
Talents = “1222113”,
Default=1,
MacroVersions = {
[1] = {
StepFunction = “Sequential”,
KeyPress={ /targetenemy [noharm][dead]/petattack /castsequence reset=target Agony, null
},
PreMacro={
},
“/castsequence [nochanneling] Agony, Corruption, Drain Soul, Drain Soul, Unstable Affliction, Unstable Affliction, Life Tap”,
“/cast Haunt”,
“/castsequence reset=5 Reap Souls”,
PostMacro={
},
KeyRelease={
},
},
},
}