WIndwalker macro icy-viems used with Leggo Wrists and Helm

My windwalker macro specifically tailored to use Legendary Head and Legendary Wrists. Lego head and chest slightly more dps but I have such poor wrists 920 that I’ve went with lego wrists until i do.

Talents = “3,1,1,3,1,3,2”,

Opener Energising Elixir, Chi Wave,

Then start Macro: I run at 55 m/s

Heroic Throne, full run I average out at 1.9mill dps average - ilvl964

Sequences['NCSICV'] = {
-- This Sequence was exported from GSE 2.2.03.
  Author="NCS",
  SpecID=269,
  Talents = "3,1,1,3,1,3,2",
  Default=1,
  Icon='INV_MISC_QUESTIONMARK',
  MacroVersions = {
    [1] = {
      StepFunction = "Sequential",
      KeyPress={
        "/targetenemy [noharm][dead]",
        "/cast [mod:ctrl, nochanneling] Touch of Death",
        "/cast [mod:alt, nochanneling] Spinning Crane Kick",
      },
      PreMacro={
      },
        "/cast [nochanneling] Touch of Death",
        "/cast [nochanneling] Storm, Earth, and Fire",
        "/castsequence [nochanneling] Tiger Palm, Rising Sun Kick",
        "/castsequence [nochanneling] Tiger Palm, Fists of Fury",
        "/castsequence [nochanneling] Tiger Palm, Fists of Fury, Strike of the Windlord",
        "/castsequence [nochanneling] Tiger Palm, Blackout Kick",
        "/castsequence [nochanneling] Tiger Palm, Fists of Fury, Spinning Crane Kick",
        "/castsequence [nochanneling] Tiger Palm, Whirling Dragon Punch",
        "/castsequence [nochanneling] Tiger Palm, Chi Wave",
      PostMacro={
      },
      KeyRelease={
      },
    },
  },
}

cut of the S at begining of code

This will not import into GS-E 2.2.03 has unexpected symbols errors.
I did add the “S” to Sequences at the beginning that was cut-off.

You can’t just copy FROM the site if it’s not in a code box as the double hyphen and the quotations are altered by the post.
You need to modify them first in a text editor so they are proper.

But in order to stop people trying and spamming the post i have altered the original post and added in the S to sequences.

Should import fine now.

Fof wont work for me. he starts fof and is then interrupted immediately.
I have no trinkets that could be the problem

Hi,
i think “,” is missing after Spinning Crane Kick


KeyPress={
        "/targetenemy [noharm][dead]",
        "/cast [mod:ctrl, nochanneling] Touch of Death",
        "/cast [mod:alt, nochanneling] Spinning Crane Kick"
      },

Try with this:


Sequences['NCSICV'] = {
-- This Sequence was exported from GSE 2.2.03.
  Author="NCS",
  SpecID=269,
  Talents = "3,1,1,3,1,3,2",
  Default=1,
  Icon='INV_MISC_QUESTIONMARK',
  MacroVersions = {
    [1] = {
      StepFunction = "Sequential",
      KeyPress={
        "/targetenemy [noharm][dead]",
        "/cast [mod:ctrl, nochanneling] Touch of Death",
        "/cast [mod:alt, nochanneling] Spinning Crane Kick",
      },
      PreMacro={
      },
        "/cast [nochanneling] Touch of Death",
        "/cast [nochanneling] Storm, Earth, and Fire",
        "/castsequence [nochanneling] Tiger Palm, Rising Sun Kick",
        "/castsequence [nochanneling] Tiger Palm, Fists of Fury",
        "/castsequence [nochanneling] Tiger Palm, Fists of Fury, Strike of the Windlord",
        "/castsequence [nochanneling] Tiger Palm, Blackout Kick",
        "/castsequence [nochanneling] Tiger Palm, Fists of Fury, Spinning Crane Kick",
        "/castsequence [nochanneling] Tiger Palm, Whirling Dragon Punch",
        "/castsequence [nochanneling] Tiger Palm, Chi Wave",
      PostMacro={
      },
      KeyRelease={
      },
    },
  },
}

Thanks but it wont work for me :frowning:

This is broken, all it trys to do is cast Storm, earth, and fire over and over.