GSE2 PVP macro

Sequences['HAV_PVP'] = {
  Author="Wingman",  
  SpecID=577,
  Talents = "2223321",
  Default=1,
  MacroVersions = {
    [1] = {
      StepFunction = [[Sequential]],
      KeyPress={
        "/targetenemy [noharm][dead]",
        "/cast [combat,nochanneling] Blur",
        "/cast [combat.nochanneling] Darkness",
      },
      PreMacro={
      },
        "/cast [combat,nochanneling] Chaos Nova",
        "/cast [combat,nochanneling] Fury of the Illidari",
        "/cast [nochanneling] Felblade",
        "/castsequence [nochanneling] Death Sweep, Death Sweep, Death Sweep",
        "/cast [combat,nochanneling] Blade Dance",
        "/cast [combat,nochanneling] Throw Glaive",
        "/cast [combat.nochanneling] Chaos Strike",
        "/cast [combat,nochanneling] Consume Magic",
      PostMacro={
      },
      KeyRelease={
        "/cast [combat,nochanneling] Eye Beam",
        "/cast [combat.nochanneling] Chaos Strike",
        "/startattack",
      },
    },
  },
}

other macro to spam is:

/console Sound_EnableSFX 0
/cast [combat,nochanneling] Chaos Blades
/cast [@cursor,nochanneling] Metamorphosis
/cast [combat,nochanneling] Nemesis
/console Sound_EnableSFX 1

Big thank you for this, working great. If I’m correct you spam the second one and then the first for the big burst once every 4 minutes right ?

Wont import.

[quote quote=45008]Wont import.
[/quote]

Sequences['HAV_PVP'] = {
Author="Wingman",
SpecID=577,
Talents = "2223321",
Default=1,
MacroVersions = {
[1] = {
StepFunction = [[Sequential]],
KeyPress={
"/targetenemy [noharm][dead]",
"/cast [combat,nochanneling] Blur",
"/cast [combat.nochanneling] Darkness",
},
PreMacro={
},
"/cast [combat,nochanneling] Chaos Nova",
"/cast [combat,nochanneling] Fury of the Illidari",
"/cast [nochanneling] Felblade",
"/castsequence [nochanneling] Death Sweep, Death Sweep, Death Sweep",
"/cast [combat,nochanneling] Blade Dance",
"/cast [combat,nochanneling] Throw Glaive",
"/cast [combat.nochanneling] Chaos Strike",
"/cast [combat,nochanneling] Consume Magic",
PostMacro={
},
KeyRelease={
"/cast [combat,nochanneling] Eye Beam",
"/cast [combat.nochanneling] Chaos Strike",
"/startattack",
},
},
},
}

When I run this everything in the sequence section doesn’t trigger except for Consume Magic, and nothing in the key release section. Not sure what the issue is.

[quote quote=46429]When I run this everything in the sequence section doesn’t trigger except for Consume Magic, and nothing in the key release section. Not sure what the issue is.
[/quote]

I just imported it and it works…now to kill some turds! Try and use chrome or Firefox to copy and import. (Microsoft Edge has issues).

Hey Gary,
First off very nice macro so nice in fact I use this for world content too! But you need to fix the macro in a couple spots [combat.nochanneling] …Well never mind I’ll just post it below it’s the same macro just with the corrections.

Sequences['HAV_PVP'] = {
-- This Sequence was exported from GSE 2.1.00.
  Author="Wingman",
  SpecID=577,
  Talents = "2223321",
  Default=1,
  Icon='ability_demonhunter_specdps',
  MacroVersions = {
    [1] = {
      Neck=true,
      StepFunction = "Sequential",
      KeyPress={
        "/targetenemy [noharm][dead]",
        "/cast [combat,nochanneling] Blur",
        "/cast [combat,nochanneling] Darkness",
      },
      PreMacro={
      },
        "/cast [combat,nochanneling] Chaos Nova",
        "/cast [combat,nochanneling] Fury of the Illidari",
        "/cast [nochanneling] Felblade",
        "/castsequence [nochanneling] Death Sweep, Death Sweep, Death Sweep",
        "/cast [combat,nochanneling] Blade Dance",
        "/cast [combat,nochanneling] Throw Glaive",
        "/cast [combat,nochanneling] Chaos Strike",
        "/cast [combat,nochanneling] Consume Magic",
      PostMacro={
      },
      KeyRelease={
        "/cast [combat] Eye Beam",
        "/cast [combat,nochanneling] Chaos Strike",
        "/startattack",
      },
    },
  },
}

Here you go! Thanks again for the wonderful macro.

How fast are you spamming this?