Affliction 7.3.2 *updated 11/20/17*

GSE: 2.2.03
WoW Build: 7.3.2
Level: 100+

Leveling :: :heavy_check_mark:
Dungeons :: :heavy_check_mark:
Raid :: :x: (very soon)

AddOn: AdvancedInterfaceOptions (set “Secure Ability Toggle” to “0”)
https://mods.curse.com/addons/wow/advancedinterfaceoptions

Single Target:

Sequences['Yuribljad_AF_ST'] = {
-- This Sequence was exported from GSE 2.2.03.
  Author="Yuribljad@Blackhand",
  SpecID=265,
  Talents = "3111112",
  Default=1,
  MacroVersions = {
    [1] = {
      StepFunction = "Sequential",
      KeyPress={
        "/targetenemy [noharm][dead]",
        "/petattack",
        "/castsequence [nochanneling] Agony, Siphon Life, Corruption, Unstable Affliction, Soulstealer, null",
      },
      PreMacro={
      },
        "/use [nopet,combat] Summon Doomguard",
        "/cast [nochanneling] Phantom Singularity",
        "/castsequence [nochanneling] reset=combat/target  Agony, Siphon Life, Corruption, Soulstealer, Life Tap",
        "/cast [nochanneling] Unstable Affliction",
        "/cast [nochanneling] Unstable Affliction",
        "/cast [nochanneling] Unstable Affliction",
        "/cast [nochanneling] Reap Souls",
      PostMacro={
      },
      KeyRelease={
        "/startattack",
        "/petautocastoff [group] Seethe",
        "/petautocastoff [group] Burning Presence",
        "/petautocaston [nogroup] Seethe",
        "/petautocaston [nogroup] Burning Presence",
      },
    },
  },
}

AOE (3+ Targets):

Sequences['Yuribljad_AF_AOE'] = {
-- This Sequence was exported from GSE 2.2.03.
  Author="Yuribljad@Blackhand",
  SpecID=265,
  Talents = "3111112",
  Default=1,
  MacroVersions = {
    [1] = {
      StepFunction = "Sequential",
      KeyPress={
        "/targetenemy [noharm][dead]",
        "/petattack",
        "/castsequence  reset=target  Agony, Corruption, null",
      },
      PreMacro={
      },
        "/use [nopet,combat] Summon Infernal",
        "/cast [nochanneling] Phantom Singularity",
        "/castsequence Seed of Corruption, Seed of Corruption, Seed of Corruption, Agony, Life Tap, Soulstealer",
        "/cast Reap Souls",
      PostMacro={
      },
      KeyRelease={
        "/petautocastoff [group] Seethe",
        "/petautocastoff [group] Burning Presence",
        "/petautocaston [nogroup] Seethe",
        "/petautocaston [nogroup] Burning Presence",
      },
    },
  },
}

Soul Shards:

Sequences['Yuribljad_AF_SS'] = {
-- This Sequence was exported from GSE 2.2.03.
  Author="Yuribljad@Blackhand",
  SpecID=265,
  Talents = "3111112",
  Default=1,
  MacroVersions = {
    [1] = {
      StepFunction = "Sequential",
      KeyPress={
        "/targetenemy [noharm][dead",
        "/petattack",
        "/castsequence  reset=target  Agony, Corruption, Siphon Life, null",
      },
      PreMacro={
      },
        "/use [nopet,combat] Summon Doomguard",
        "/castsequence [nochanneling] reset=combat/target  Agony, Corruption, Siphon Life, Soulstealer, Soulstealer, Life Tap",
      PostMacro={
      },
      KeyRelease={
        "/petautocastoff [group] Seethe",
        "/petautocastoff [group] Burning Presence",
        "/petautocaston [nogroup] Seethe",
        "/petautocaston [nogroup] Burning Presence",
      },
    },
  },
}

You have some issues with your macros. Hope this helps:

  1. Soulstealer is a passive ability, why would you put it into a castsequence??? Maybe you are confusing the spell Drain Soul with Soulstealer?? That’s the only thing i can think of.

  2. Siphon Life is a very poor ability to take even while leveling as over Conduit it is just a bad spell. You will get all the life you need back from your Drain Souls or at least you should. However if this is just purely for leveling I guess. I would get rid of it as soon as you hit 110 though, and you can replace your castsequence line to something like this:


/castsequence [nochanneling,talent:7/2] reset=combat/target  Agony, Corruption, Siphon Life, Drain Soul, Life Tap
/castsequence [nochanneling,notalent:7/2] reset=combat/target  Agony, Drain Soul, Drain Soul, Life Tap

speaking of you should replace your KeyPress cast to something similar so that you dont have to just remove Siphon Life all-together:


/castsequence [nochanneling,talent:7/2] Agony, Siphon Life, Corruption, null
/castsequence [nochanneling,notalent:7/2] Agony, Corruption, null

The Soulstealer is a mistake - put Drain Soul in it’s place