Disc dps atonement - no smite?

Hey WLM

i have tried three of the most recent disc macros, and for some reason, none of them is casting Smite - penance and schism works fine, but then it kinda stalls…

Do we have a macro for 7.2.5 that actually works?

Or am i the only one with this issue!?

Regards, Paatz

You problably need to remove “purge the wicked” from the macro… I had the same problem at removing “purge the wicked” made it work again.

Sequences['KTN_DDPS'] = {
-- This Sequence was exported from GSE 2.1.02.
  Author="KTN",
  SpecID=256,
  Talents = "?,?,?,?,?,?,?",
  Help = [[Talent: 2 2 2 1 2 2 1]],
  Default=1,
  Icon='INV_MISC_QUESTIONMARK',
  MacroVersions = {
    [1] = {
      StepFunction = "Sequential",
      KeyPress={
        "/use Potion of Prolonged Power",
      },
      PreMacro={
      },
        "/cast [@player,nogroup] Power Word: Shield",
        "/castsequence [@focus,exists,help,nodead] Power Word: Shield, Power Word: Radiance, Power Word: Radiance, Power Word: Shield, Power Word: Shield",
        "/castsequence [@mouseover,exists,help,nodead] Shadow Mend, Plea",
        "/cast [combat] Penance",
        "/castsequence [nochanneling] reset=target  Smite, Smite, Smite, Smite",
        "/castsequence [combat] Power Word: Solace, Divine Star",
        "/cast [combat] Light's Wrath",
      PostMacro={
      },
      KeyRelease={
        "/startattack",
        "/cast [combat] Power Infusion",
        "/cast [combat] Shadowfiend",
      },
    },
  },
}