Priority based rotation macro

I have been trying many macros on this forum. None seem to work well for me. Maybe its cause i dont have the correct legendary items. I made these priority based macro and they seem to work well for me. Thought i would share and get some input.

Single Target

Sequences['SYS_Singlewind'] = {
-- This Sequence was exported from GSE 2.2.03.
  Author="Thamonnk@Tichondrius",
  SpecID=269,
  Talents = "2123132",
  Help = [[Press Ctrl to use Blackout Kick Procs. Press Shift to activate Touch of Karma. Press Alt to interupt. Touch of death will cast on focus or automatically on boss.]],
  Default=1,
  PVP=2,
  MacroVersions = {
    [1] = {
      Trinket1=false,
      Trinket2=false,
      Head=false,
      Neck=false,
      Belt=false,
      Ring1=false,
      Ring2=false,
      StepFunction = "Priority",
      KeyPress={
        "/targetenemy [dead] [noharm]",
        "/cast [mod:alt,nochanneling] Spear Hand Strike",
        "/cast [mod:Shift,nochanneling] Touch of Karma",
        "/cast [mod:Ctrl,nochanneling] Blackout Kick",
      },
      PreMacro={
      },
        "/cast [nochanneling] Rising Sun Kick",
        "/cast Fists of Fury",
        "/cast [nochanneling] Strike of the Windlord",
        "/cast [nochanneling] Whirling Dragon Punch",
        "/cast [nochanneling] Tiger Palm",
        "/cast [nochanneling] Blackout Kick",
      PostMacro={
      },
      KeyRelease={
        "/cast [@focus, exists, harm, nodead][@boss1, harm, nodead][nochanneling] Touch of Death",
      },
    },
    [2] = {
      Trinket1=false,
      Trinket2=false,
      Head=false,
      Neck=false,
      Belt=false,
      Ring1=false,
      Ring2=false,
      StepFunction = "Priority",
      KeyPress={
        "/targetenemy [dead] [noharm]",
        "/cast [mod:alt,nochanneling] Spear Hand Strike",
        "/cast [mod:Shift,nochanneling] Touch of Karma",
        "/cast [mod:Ctrl,nochanneling] Blackout Kick",
      },
      PreMacro={
      },
        "/cast [nochanneling] Rising Sun Kick",
        "/cast Fists of Fury",
        "/cast [nochanneling] Strike of the Windlord",
        "/cast [nochanneling] Leg Sweep",
        "/cast [nochanneling] Whirling Dragon Punch",
        "/cast [nochanneling] Tiger Palm",
        "/cast [nochanneling] Blackout Kick",
      PostMacro={
      },
      KeyRelease={
        "/cast [@focus, exists, harm, nodead][@boss1, harm, nodead][nochanneling] Touch of Death",
      },
    },
  },
}

AOE

Sequences['SYS_Multiwind'] = {
-- This Sequence was exported from GSE 2.2.03.
  Author="Thamonnk@Tichondrius",
  SpecID=269,
  Talents = "2133132",
  Help = [[Press Ctrl to use Blackout Kick Procs. Press Shift to activate Touch of Karma. Press Alt to interupt. Touch of death will cast on focus or automatically on boss.]],
  Default=1,
  MacroVersions = {
    [1] = {
      Trinket1=false,
      Trinket2=false,
      Head=false,
      Neck=false,
      Belt=false,
      Ring1=false,
      Ring2=false,
      StepFunction = "Priority",
      KeyPress={
        "/targetenemy [dead] [noharm]",
        "/cast [mod:alt,nochanneling] Spear Hand Strike",
        "/cast [mod:Shift,nochanneling] Touch of Karma",
        "/cast [mod:Ctrl,nochanneling] Blackout Kick",
      },
      PreMacro={
        "/cast Storm, Earth, and Fire",
      },
        "/cast [nochanneling] Rising Sun Kick",
        "/cast Fists of Fury",
        "/cast [nochanneling] Strike of the Windlord",
        "/cast [nochanneling] Whirling Dragon Punch",
        "/cast [nochanneling] Spinning Crane Kick",
        "/cast [nochanneling] Tiger Palm",
        "/cast [nochanneling] Blackout Kick",
      PostMacro={
      },
      KeyRelease={
        "/cast [@focus, exists, harm, nodead][@boss1, harm, nodead][nochanneling] Touch of Death",
      },
    },
    [2] = {
      Trinket1=false,
      Trinket2=false,
      Head=false,
      Neck=false,
      Belt=false,
      Ring1=false,
      Ring2=false,
      StepFunction = "Priority",
      KeyPress={
        "/targetenemy [dead] [noharm]",
        "/cast [mod:alt,nochanneling] Spear Hand Strike",
        "/cast [mod:Shift,nochanneling] Touch of Karma",
        "/cast [mod:Ctrl,nochanneling] Spinning Crane Kick",
      },
      PreMacro={
        "/cast Storm, Earth, and Fire",
        "/cast Disable",
      },
        "/cast [nochanneling] Rising Sun Kick",
        "/cast Fists of Fury",
        "/cast [nochanneling] Strike of the Windlord",
        "/cast [nochanneling] Leg Sweep",
        "/cast [nochanneling] Whirling Dragon Punch",
        "/cast [nochanneling] Spinning Crane Kick",
        "/cast [nochanneling] Tiger Palm",
        "/cast [nochanneling] Blackout Kick",
      PostMacro={
      },
      KeyRelease={
        "/cast [@focus, exists, harm, nodead][@boss1, harm, nodead][nochanneling] Touch of Death",
      },
    },
  },
}

It might be helpful if you could at least post some additional information such as:

  • dps this macro does
  • gear ilvl
  • legendaries used
  • spam rate for the macro

That is just to name a few. It can be hard to obtain feedback with people testing if they don’t know what they should expect. Looking at most macros people post there is some kinda general information like above provided to help people

[quote quote=58622]It might be helpful if you could at least post some additional information such as:

  • dps this macro does
  • gear ilvl
  • legendaries used
  • spam rate for the macro
That is just to name a few. It can be hard to obtain feedback with people testing if they don’t know what they should expect. Looking at most macros people post there is some kinda general information like above provided to help people[/quote]

3 minute on single target dummy with above macro 914k dps with 92% uptime on hitcombo.
934 ilvl with crafted feet and insignia of the grand army leggos
Razer synapse settings for macro
Spam rate
I have since made changes to macro and will post an update soon