Looking for tips on why this isn't firing at all.

dKdYeaWsPi9wsABiGzkfy2sCteYVir3wsTtLYEvSBI9l6WqdtkKFdAGuLHcumyHHRuDqGsEmGJbKJduzHssyPsH6AsPwUkxg1tvYYKepNunrGQMkjmzQmDkxeb61ss0ZqOUoI2OKKSvGsTzjPy7sbDxszwQAAsj(UKKAKssL1jjvnAP6RssPtkf1Nr60uvNxkPXHG8nPiohcQhqJIzd0Swe1SccQO6iibNTkJIzPalSy6ZIyIjMyIbvzwGNRgKSyZgOzbwKwhEZIiiP17KuDVMlfFhkZATZand(zRsBcmlIqGdc28P7df9rXSbAumBGMLsau3Yq1ZWJYMHhLTpJox2)meOJrNMQNHhLTpJox2)meOJrNwgGbw18Lr1cpx1NrJrNpka8lKLYNHqwkZwLzPea1TmufiqhfHl(cvldWJxvMbyDaDuOC5fYs5ZqilLzJ4zPea1Tmu9m8OS9ziq6bj31u9m8OSz4rz7ZOJx9NHaDm6(meiqhfHl(cvt1ZWJY2NrhV6xGogDFgceOJIWfFHQLrfqTqGkGMTwMLsau3Yq1ZWJYMHhLTpJoE1Fgc0XO7ZqGaDueU4lunvpdpkBFgD8QFb6y09ziqGokcx8fQwgGQq4kTB0S1EwkbqDldvpdpkBFgcKEqY9pJoE1Fgc0XOtt1ZWJYMHhLTpJoE1Fgc0XOtt1ZWJY2NrhV6pdb6y0PLrlnPDlnA2iWSucG6wgQEgEu2(mei9GK7FgD8Q)meOJrNMQNHhLndpkBFgD8Q)meOJrNwgTju7z1aiCVb(1(2SanRMYT2yUWOopkgBwlJ3RksbW8HYSwm4izX8XYSAk3kyowxFumBGMLsdpkBSW1TMHQa74v)z4y0PnBvMLsau30zWrYcaNHQNHhLTpdbspi5(NrhV6pdb6y09ziqGokcx8fQMQNHhLndpkBFgD8Q)meOJr3NHab6OiCXxOAz0Mqe(ZqilLXMfyoMie4GJIzd0SucG6wgQE7fSv((mei9GK7FgceOJIWfFHQP6z4rzZWJY2NrNl7Fgc0XOtt1RgsQZWgY3NrNl7Fgc0XOtldqnzSzbgOUrecCWrXSbAwkbqDtNbhjlaCgQEgEu2(mei9GK7FgD8Q)meOJr3NHab6Oif2xOAQEgEu2m8OS9z0XR(ZqGogDFgceOJIWfFHQLrBcr4pdHSugBSXMfrOqILMfJVgYI5dLPkgBSzaSMITETHEE
Talents 3333312

This macro contains 1 macro version. This Sequence was exported from GSE 2.3.07.

Macro Version 1

Step Function: Sequential

Pre Macro: Power Word: Shield

KeyPress: Shadow Word: Pain

Main Sequence: Schism, Power Word: Solace, Smite, Penance

Post Macro: Shadow Word: Pain

Any advice or tips are greatly appreciated. This is my first attempt to utilise the premacro and key press functionality. I am not understanding why this isn’t firing off at all. I’ve seen a bunch of macros and have pulled inspiration from them and as such can’t figure out why mine isn’t working. Thank you in advance for any insights :smiley:

/castsequence [@target, nogroup, harm, nodead, nochanneling][@targettarget, harm, nodead, nochanneling] Shadow Word: Pain, null

This line in the KeyPress is locking up your macro. Move it to the first line of your PreMacro or your sequence. You could also look at changing it to:
/cast [@target, nogroup, harm, nodead, nochanneling][@targettarget, harm, nodead, nochanneling] Shadow Word: Pain

Things n KeyPress have changed this patch. They need to be things that are not on the GCD. If you put a GCD ability there like Shadow Word: Pain your macro will stop at this line.

Ah ok, thanks! First time creating one with sequences and pre macros and all :smiley: