7.1.5 My two Makros modified from several other makros.

Hey heres the two Macros i use actually.

First is normal Rotation, second is for Burst with 2 Versions.
The Burst Only i got 1,1 Million DPS on the Big Dummies in Class Hall.
The Normal Rotation i get 500 k DPS permanet on the same Dummies

Delay 115ms

Sequences['PsiMonk'] = {
-- This Sequence was exported from GSE 2.0.14.
  Author="Psî@Terrordar",
  SpecID=269,
  Talents = "3113113",
  Help = "Normale Rotation",
  Default=1,
  MacroVersions = {
    [1] = {
      StepFunction = [[Sequential]],
      KeyPress={
        "/targetenemy [noharm][dead]",
        "/cast Blood Fury",
        "/cast [nochanneling] Energetisierendes Elixier",
        "/cast [mod:ctrl, nochanneling] Touch of Death",
        "/cast [mod:alt, nochanneling] Spinning Crane Kick",
      },
      PreMacro={
      },
        "/cast [nochanneling] Chi Wave",
        "/cast [nochanneling] Rushing Jade Wind",
        "/cast [nochanneling] Fists of Fury",
        "/cast [nochanneling] Strike of the Windlord",
        "/castsequence [nochanneling] reset=2  Rising Sun Kick, Tiger Palm",
        "/castsequence [nochanneling] reset=4  Blackout Kick, Tiger Palm, Blackout Kick, Tiger Palm",
        "/castsequence [nochanneling] reset=1  Tiger Palm, Tiger Palm, Blackout Kick",
      PostMacro={
      },
      KeyRelease={
        "/cast [nochanneling] Fists of Fury",
      },
    },
  },
}

Burst Macro:

Delay 85ms

Sequences['PsiBurst'] = {
-- This Sequence was exported from GSE 2.0.14.
  Author="Psî@Terrordar",
  SpecID=269,
  Talents = "3,1,1,3,1,1,3",
  Help = "Talents: 3,1,1,3,1,1,3

Burst Macro",
  Default=2,
  Icon='INV_MISC_QUESTIONMARK',
  MacroVersions = {
    [1] = {
      StepFunction = [[Sequential]],
      KeyPress={
        "/targetenemy [noharm,dead]",
        "/cast Kochendes Blut",
      },
      PreMacro={
      },
        "/cast Gleichmut",
        "/castsequence [combat, nochanneling] Wirbelnder Kranichtritt, Berührung des Todes",
        "/castsequence [combat, nochanneling] Wirbelnder Kranichtritt, Schlag des Windlords",
        "/castsequence [combat, nochanneling] Wirbelnder Kranichtritt, Tritt der aufgehenden Sonne",
        "/castsequence [combat, nochanneling] Wirbelnder Kranichtritt, Furorfäuste",
      PostMacro={
      },
      KeyRelease={
        "/startattack",
        "/castsequence [combat, nochanneling] Furorfäuste",
      },
    },
    [2] = {
      StepFunction = [[Sequential]],
      KeyPress={
        "/targetenemy [noharm,dead]",
        "/cast Blood Fury",
      },
      PreMacro={
      },
        "/cast Serenity",
        "/castsequence [combat, nochanneling] Strike of the Windlord",
        "/castsequence [combat, nochanneling] Rising Sun Kick",
        "/castsequence [combat, nochanneling] Fists of Fury",
        "/castsequence [combat, nochanneling] Rising Sun Kick",
      PostMacro={
      },
      KeyRelease={
        "/startattack",
        "/castsequence [combat, nochanneling] Fists of Fury",
      },
    },
  },
}

My Item Level is: 892.1 Ork Monk

Maybe somebody can optimize it or use it.

First box copied fine the burst box get an error unable to import

Am dude i was wondering from where and how to set this delay

The Delay is in my Mouse Software from Logitech

Kryptek you are right, i do the exort and try to import the same and it wont work.

Don´t know whats wrong.

But you can create a new Macro and put the spells manually in that works.

Sequences['PsiBurst'] = {
-- This Sequence was exported from GSE 2.0.14.
  Author="Psî@Terrordar",
  SpecID=269,
  Talents = "3,1,1,3,1,1,3",
  Help = "Talents: 3,1,1,3,1,1,3 Burst Macro",
  Default=2,
  Icon='INV_MISC_QUESTIONMARK',
  MacroVersions = {
    [1] = {
      StepFunction = [[Sequential]],
      KeyPress={
        "/targetenemy [noharm,dead]",
        "/cast Kochendes Blut",
      },
      PreMacro={
      },
        "/cast Gleichmut",
        "/castsequence [combat, nochanneling] Wirbelnder Kranichtritt, Berührung des Todes",
        "/castsequence [combat, nochanneling] Wirbelnder Kranichtritt, Schlag des Windlords",
        "/castsequence [combat, nochanneling] Wirbelnder Kranichtritt, Tritt der aufgehenden Sonne",
        "/castsequence [combat, nochanneling] Wirbelnder Kranichtritt, Furorfäuste",
      PostMacro={
      },
      KeyRelease={
        "/startattack",
        "/castsequence [combat, nochanneling] Furorfäuste",
      },
    },
    [2] = {
      StepFunction = [[Sequential]],
      KeyPress={
        "/targetenemy [noharm,dead]",
        "/cast Blood Fury",
      },
      PreMacro={
      },
        "/cast Serenity",
        "/castsequence [combat, nochanneling] Strike of the Windlord",
        "/castsequence [combat, nochanneling] Rising Sun Kick",
        "/castsequence [combat, nochanneling] Fists of Fury",
        "/castsequence [combat, nochanneling] Rising Sun Kick",
      PostMacro={
      },
      KeyRelease={
        "/startattack",
        "/castsequence [combat, nochanneling] Fists of Fury",
      },
    },
  },
}

This should import now There was a line space between the Help = "Talents: 3,1,1,3,1,1,3

Burst Macro",
That I took out and it imported just fine.