7.3 A little rework from kuddo's macro

All i pretty much did was took some things out and put some things in talent wise from icey-veins… Claiming Serenity is better then Dragon punch. Anyway less babbling here is the code.

Sequences['WW_Bruce test'] = {
  Author="Bruce",  
  SpecID=269,
  Talents = "3213133",
  Default=1,
  MacroVersions = {
    [1] = {
      StepFunction = [[Sequential]],
      KeyPress={
        "/targetenemy [noharm][dead]",
        "/cast [combat,nochanneling] Touch of Karma",
      },
      PreMacro={
      },
        "/cast [combat,nochanneling] Serenity",
        "/cast [combat,nochanneling] Energizing Elixir",
        "/cast [combat,nochanneling] Rising Sun Kick",
        "/castsequence [nochanneling] Tiger Palm, Tiger Palm, Tiger Palm",
        "/cast [combat,nochanneling] Rising Sun Kick",
        "/castsequence [nochanneling] Strike of the Windlord, Strike of the Windlord",
        "/cast [combat,nochanneling] Fists of Fury",
        "/castsequence [nochanneling] Tiger Palm, Rising Sun Kick, Tiger Palm",
        "/cast [combat,nochanneling] Blackout Kick",
        "/cast [combat,nochanneling] Tiger Palm",
        "/cast [combat,nochanneling] Rising Sun Kick",       
        "/cast [combat,nochanneling] Strike of the Windlord",
        "/cast [combat,nochanneling] Spinning Crane Kick",       
        "/cast [combat,nochanneling] Leg Sweep",
        "/cast [nochanneling] Tiger's Lust",
        "/cast [combat,nochanneling] Touch of Death",
        "/cast [combat,nochanneling] Fortifying Elixir",
      PostMacro={
      },
      KeyRelease={
        "/cast [combat,nochanneling] Fists of Fury",
        "/cast [combat,nochanneling] Rushing Jade Wind",
        "/startattack",
      },
    },
  },
}

I’d give this a spin but I can’t import it in this format…

All I Do Is Copy And Paste could someone put this in the right format please

Sequences['WW_Bruce_test'] = {
-- This Sequence was exported from GSE 2.2.03.
  Author="Bruce",
  SpecID=269,
  Talents = "3233122",
  Default=1,
  MacroVersions = {
    [1] = {
      StepFunction = "Sequential",
      KeyPress={
        "/targetenemy [noharm][dead]",
        "/cast [combat,nochanneling] Touch of Karma",
      },
      PreMacro={
      },
        "/cast [combat,nochanneling] Serenity",
        "/cast [combat,nochanneling] Energizing Elixir",
        "/cast [combat,nochanneling] Rising Sun Kick",
        "/castsequence [nochanneling] Tiger Palm, Tiger Palm, Tiger Palm",
        "/cast [combat,nochanneling] Rising Sun Kick",
        "/castsequence [nochanneling] Strike of the Windlord, Strike of the Windlord",
        "/cast [combat,nochanneling] Fists of Fury",
        "/castsequence [nochanneling] Tiger Palm, Rising Sun Kick, Tiger Palm",
        "/cast [combat,nochanneling] Blackout Kick",
        "/cast [combat,nochanneling] Tiger Palm",
        "/cast [combat,nochanneling] Rising Sun Kick",
        "/cast [combat,nochanneling] Strike of the Windlord",
        "/cast [combat,nochanneling] Spinning Crane Kick",
        "/cast [combat,nochanneling] Leg Sweep",
        "/cast [nochanneling] Tiger’s Lust",
        "/cast [combat,nochanneling] Touch of Death",
        "/cast [combat,nochanneling] Fortifying Elixir",
      PostMacro={
      },
      KeyRelease={
        "/cast [combat,nochanneling] Fists of Fury",
        "/cast [combat,nochanneling] Rushing Jade Wind",
      },
    },
  },
}

Ty Jimmy

Ty Jimmy

Glad I could help :slight_smile:

talents not matching

Richard i fixed it only problem is i don’t know how to code it into the forums…But i updated my original post i just just pull the talents from there.

Hello Phillip

You need to export/copy your macro, then you push the code button, then you paste your macro and then you push the code button again and then you submit your post, that should do it :slight_smile:

Jimmy

[quote quote=55384]Hello Phillip
You need to export/copy your macro, then you push the code button, then you paste your macro and then you push the code button again and then you submit your post, that should do it ???
Jimmy
[/quote]
LOL i was doing that but i wasn’t doing it at the first part of the “Code” button i was doing it after the sentence but i fixed it its coded now

talents in notes need to be fixed.

chi wave isnt in the sequence,
my hit combo keeps getting taken away and having to restack due to same moves multiple times,
and strike of the windlord isn’t being used…

any tips?

p.s. new to the whole macro thing

edit: figured it out. thanks for the macro!