Shadowpriest 7.2

Hey all,

this is my first attempt at makeing my own macro for i have been useing GSE for awhile now cos of my “little” handicap!

i couldnt find a shadowpriest marco that allowed me to just spam the same botton all the time as i have can on my WW monk, BM and MM hunter and Arm warrior, so here is mine for SP, hope it can be used by 1 or 2 off u boys and girls in here :slight_smile:

Sequences['My_Shadow'] = {
-- This Sequence was exported from GSE 2.1.01.
  Author="Mindpriest@Dragonblight",
  SpecID=258,
  Talents = "2211121",
  Default=1,
  MacroVersions = {
    [1] = {
      StepFunction = "Priority",
      KeyPress={
        "/targetenemy [noharm][dead]",
        "/castsequence [nochanneling] reset=target  Vampiric Touch, null",
      },
      PreMacro={
      },
        "/castsequence [nochanneling] reset=15  Vampiric Touch",
        "/castsequence [nochanneling] Shadow Word: Death",
        "/castsequence [nochanneling] Void Eruption",
        "/castsequence [nochanneling] Void Bolt",
        "/castsequence [nochanneling] Mind Blast",
        "/castsequence [nochanneling] Mind Flay",
      PostMacro={
      },
      KeyRelease={
      },
    },
  },
}
Sequences[‘My_Shadow’] = {
— This Sequence was exported from GSE 2.1.01.
Author=”Mindpriest@Dragonblight”,
SpecID=258,
Talents = “2211121”,
Default=1,
MacroVersions = {
[1] = {
StepFunction = “Priority”,
KeyPress={
“/targetenemy [noharm][dead]”,
“/castsequence [nochanneling] reset=target Vampiric Touch, null”,
},
PreMacro={
},
“/castsequence [nochanneling] reset=15 Vampiric Touch”,
“/castsequence [nochanneling] Shadow Word: Death”,
“/castsequence [nochanneling] Void Eruption”,
“/castsequence [nochanneling] Void Bolt”,
“/castsequence [nochanneling] Mind Blast”,
“/castsequence [nochanneling] Mind Flay”,
PostMacro={
},
KeyRelease={
},
},
},
}

quotes need fixed :slight_smile:

Can someone please format it for GSE 2.x

Sequences['SPriest'] = {
-- This Sequence was exported from GSE 2.1.02.
  Author="Mosteren@Ravencrest",
  SpecID=258,
  Talents = "2211121",
  Default=1,
  MacroVersions = {
    [1] = {
      StepFunction = "Priority",
      KeyPress={
        "/targetenemy [noharm][dead]",
        "/castsequence [nochanneling] reset=target  Vampiric Touch, null",
      },
      PreMacro={
      },
        "/castsequence [nochanneling] reset=15  Vampiric Touch",
        "/castsequence [nochanneling] Shadow Word: Death",
        "/castsequence [nochanneling] Void Eruption",
        "/castsequence [nochanneling] Void Bolt",
        "/castsequence [nochanneling] Mind Blast",
        "/castsequence [nochanneling] Mind Flay",
      PostMacro={
      },
      KeyRelease={
      },
    },
  },
}

Just made Las´s macro so it worked.

Thank you! i dont know how to box it xD

just export it, insert here, mark all txt and press code.

thx :slight_smile:

It casts a lot of vampiric touch, I think that reset=15 don’t work. I counted 4 in 15 seconds

Read on wowwiki:
This mechanic requires you to click the button multiple times. Each successive click advances the position in the list, until it is reset or reaches the end, in which case it starts over.
So if you have reset with just one spell it doesnt matter, will reset after one cast, I made some modifications, worked better for me.

Sequences['SPriest'] = {
-- This Sequence was exported from GSE 2.1.02.
  Author="Mosteren@Ravencrest",
  SpecID=258,
  Talents = "2211121",
  Default=1,
  MacroVersions = {
    [1] = {
      Trinket2=true,
      StepFunction = "Priority",
      KeyPress={
        "/cleartarget [dead]",
        "/assist [@focus, exists]",
      },
      PreMacro={
      },
        "/castsequence [nochanneling] reset=15  Vampiric Touch, Mind Flay, Mind Flay, Mind Blast, Mind Flay, Mind Flay, Mind Blast",
        "/castsequence [nochanneling] Shadow Word: Death",
        "/castsequence [nochanneling] Void Eruption",
        "/cast [nochanneling] Void Torrent",
        "/castsequence [nochanneling] Void Bolt",
        "/castsequence [nochanneling] !Power Word: Shield",
      PostMacro={
      },
      KeyRelease={
      },
    },
  },
}

I added a shield and changed /targetenemy [noharm][dead] for /assist [@focus, exists] which I prefer, don’t forget to change if you like. Added weapon use too

[quote quote=49279]It casts a lot of vampiric touch, I think that reset=15 don’t work. I counted 4 in 15 seconds
[/quote]

from what I understand reset=15 does not mean do not cat this spell for 15 seconds after initially casting the first.

I think it means if I do not press the macro for 15 then reset…I may be wrong though

Good afternood, sorry someone can help me with this rotation for the GS please last version GSE 2.1.02.

Keep Shadow Word: Pain Icon Shadow Word: Pain and Vampiric Touch Icon Vampiric Touch applied to all targets.
Cast Mind Blast Icon Mind Blast whenever available to generate Insanity.
Cast Mind Flay Icon Mind Flay to generate Insanity.
Cast Void Eruption Icon Void Eruption at 100 Insanity.
Cast Void Bolt Icon Void Bolt whenever available in Voidform Icon Voidform.
Cast Shadow Word: Death Icon Shadow Word: Death whenever available and Void Bolt Icon Void Bolt is on cooldown in Voidform Icon Voidform.
Cast Mind Blast Icon Mind Blast whenever available and Void Bolt Icon Void Bolt is on cooldown in Voidform Icon Voidform.
Cast Icon Void Torrent whenever available in Voidform Icon Voidform.
Cast Mindbender Icon Mindbender whenever available in Voidform Icon Voidform.
Cast Shadowfiend Icon Shadowfiend whenever available in Voidform Icon Voidform.
Cast Mind Flay Icon Mind Flay on when there is nothing else to cast in Voidform Icon Voidform.

this one work way better for me