{New Fury Love GSE-2

This is based on Ðarkramz’s macros and since I’m only Level 101 it’s awesome for leveling maybe someone can check it out at 110?

Sequences['FuryST'] = {
-- This Sequence was exported from GSE 2.0.14.
  Author="Neruato@Ursin",
  SpecID=72,
  Talents = "1331232",
  Default=1,
  MacroVersions = {
    [1] = {
      StepFunction = [[Sequential]],
      KeyPress={
        "/targetenemy [noharm][dead]",
        "/cast [combat] Avatar",
        "/cast [combat] Battle Cry",
      },
      PreMacro={
        "/cast Piercing Howl",
      },
        "/cast Odyn's Fury",
        "/cast Rampage",
        "/cast Bloodthirst",
        "/cast Odyn's Fury",
        "/cast Raging Blow",
        "/cast Bloodthirst",
        "/cast Furious Slash",
      PostMacro={
      },
      KeyRelease={
        "/startattack",
        "/cast [combat] Rampage",
      },
    },
  },
}

This is the Aoe macro…

Sequences['FuryAOE'] = {
-- This Sequence was exported from GSE 2.0.14.
  Author="Neruato@Ursin",
  SpecID=72,
  Talents = "1331232",
  Default=1,
  MacroVersions = {
    [1] = {
      StepFunction = [[Sequential]],
      KeyPress={
        "/targetenemy [noharm][dead]",
        "/cast [combat] Avatar",
        "/cast [combat] Battle Cry",
      },
      PreMacro={
        "/cast Piercing Howl",
      },
        "/cast Odyn's Fury",
        "/castsequence Whirlwind, Rampage",
        "/castsequence Whirlwind, Bloodthirst",
        "/cast Odyn's Fury",
        "/castsequence Whirlwind, Rampage",
        "/castsequence Bloodthirst, Whirlwind",
        "/cast Odyn's Fury",
      PostMacro={
      },
      KeyRelease={
        "/startattack",
        "/cast [combat] Rampage",
      },
    },
  },
}

With both of these I’m just mashing the one button manually.

Post Macro will never fire as you dont have a LoopLimit set.

[quote quote=44275]Post Macro will never fire as you dont have a LoopLimit set.
[/quote]

Thanks bro I was looking at that and thought it was situational so I just removed it. But the piercing howl works awesome!

Thanks again,
Johnny

Hello whenever I macro import always comes a error message.
Storage [string “Storage”]: 3: unexpected Symbol near ‘?’
What is it ?

[quote quote=44443]Hello whenever I macro import always comes a error message. Storage [string “Storage”]: 3: unexpected Symbol near ‘?’ What is it ?
[/quote]

Try These

Sequences['FuryST'] = {
Author="Neruato@Ursin",
SpecID=72,
Talents = "1331232",
Default=1,
MacroVersions = {
[1] = {
StepFunction = [[Sequential]],
KeyPress={
"/targetenemy [noharm][dead]",
"/cast [combat] Avatar",
"/cast [combat] Battle Cry",
},
PreMacro={
"/cast Piercing Howl",
},
"/cast Odyn's Fury",
"/cast Rampage",
"/cast Bloodthirst",
"/cast Odyn's Fury",
"/cast Raging Blow",
"/cast Bloodthirst",
"/cast Furious Slash",
PostMacro={
},
KeyRelease={
"/startattack",
"/cast [combat] Rampage",
},
},
},
}
Sequences['FuryAOE'] = {
Author="Neruato@Ursin",
SpecID=72,
Talents = "1331232",
Default=1,
MacroVersions = {
[1] = {
StepFunction = [[Sequential]],
KeyPress={
"/targetenemy [noharm][dead]",
"/cast [combat] Avatar",
"/cast [combat] Battle Cry",
},
PreMacro={
"/cast Piercing Howl",
},
"/cast Odyn's Fury",
"/castsequence Whirlwind, Rampage",
"/castsequence Whirlwind, Bloodthirst",
"/cast Odyn's Fury",
"/castsequence Whirlwind, Rampage",
"/castsequence Bloodthirst, Whirlwind",
"/cast Odyn's Fury",
PostMacro={
},
KeyRelease={
"/startattack",
"/cast [combat] Rampage",
},
},
},
}

If you are using IE or Edge it will miss interpret the spaces at the beginning of the line. This is Edge and IE not following standards.

thx

any dps reports on these please?

i have gs 880 dps on raid is 360-400k

What delay do you use for AHK or Naga Mouse? how many ms?

First macro seems to hang at 100 rage for too long before firing Rampage. Infact, most of time I have to resort to spamming the second macro in order to actually fire off the rampage before Frothing Berserker is up.

[quote quote=44602]What delay do you use for AHK or Naga Mouse? how many ms?
First macro seems to hang at 100 rage for too long before firing Rampage. Infact, most of time I have to resort to spamming the second macro in order to actually fire off the rampage before Frothing Berserker is up.
[/quote]

I’m mashing the button manually…So if someone else is using AHK or a Naga can you post your findings for Steve?

Seems to work best with 0.075 MS… I could be wrong

any ideas why i keep getting swatter global error only in raids and dungeons useing this macros?

[quote quote=44735]any ideas why i keep getting swatter global error only in raids and dungeons useing this macros?
[/quote]

Sorry Ashley I do not have the addon Swatter installed so I will be of no help…ok maybe I can be of help so I thought maybe you can just uninstall it or disable the addon and this is what I got from the Wow forums “Swatter is part of the Auctioneer suite and can’t be downloaded by itself, but it can be used without installing the whole Auctioneer suite.” unless you still use auctioneer I suggest you update auctioneer and see if that corrects your problem.