John's 7.3 Fury Macro

Hello John

Do you have an updatet version for 7.3?

Jimmy

due to being pointed to this and and some PM from fans I will look back into this marco as i let it slip due to other existing macros seeming to be more active, but seems ive been prodded to act :slight_smile:

[quote quote=54809]due to being pointed to this and and some PM from fans I will look back into this marco as i let it slip due to other existing macros seeming to be more active, but seems ive been prodded to act ???
[/quote]

Any updates

[quote quote=54822]

due to being pointed to this and and some PM from fans I will look back into this marco as i let it slip due to other existing macros seeming to be more active, but seems ive been prodded to act ???

Any updates [/quote]

yup

I resurrected this Macro due to an amount of Pms and requests for any update,
below are 2 versions based on the original works in progress first is the intended design and below that is a more lazy version aimed more at low item level or leveling or if you can’t be bothered managing cooldowns.

In a nutshell, just charge has been added in the pre macro so if you start a fight in charge range it should charge in and pop cooldowns as you reach target. ONLY CHARGES ONCE at a fight start until combat ends you have to manually charge to other targets,

Rampage is an alt modifier. just hold down alt when at 100 rage not when rampage procs.

Execute, for those that have the Legendary that provides more use out of execute, you have 2 options
first is to keybind the ability to an adjacent key, ie 1=macro 2= execute. both have the same cycle rate.
and you can activate both keys at once. and it will weave in executes,

or you can set up you mouse to alternate between pressing 1 and 2 for the same effect.

I also have a simple Aoe version for those that need,

Sequences['Fury'] = {
-- This Sequence was exported from GSE 2.0.14.
  Author="John Metz",
  SpecID=72,
  Talents = "2333232",
  Help = "Talents have been setup to a best case scenario as per Icy Veins",
  Default=1,
  Icon='INV_MISC_QUESTIONMARK',
  MacroVersions = {
    [1] = {
     Combat=true,
      Trinket1=true,
      Trinket2=true,
      Head=true,
      Neck=true,
      Belt=true,
      Ring1=true,
      Ring2=true,
      StepFunction = [[Sequential]],
      KeyPress={
        "/cast [mod:shift] Battle Cry",
        "/cast [mod:shift] Odyn's Fury",
        "/cast [mod:shift] Avatar",
        "/cast [mod:alt] Rampage",
      },
      PreMacro={
        "/cast Charge",
        "/cast Avatar",
        "/cast Battle Cry",
        "/cast Odyn's Fury",
        "/cast rampage",
      },
        "/castsequence  reset=1  Bloodthirst, Raging Blow, Furious Slash",
      PostMacro={
      },
      KeyRelease={
      },
    },
  },
}

the lazy version just has everything on CD

Sequences['lazyfury'] = {
-- This Sequence was exported from GSE 2.0.14.
  Author="John Metz",
  SpecID=72,
  Talents = "2333232",
  Help = "Talents have been setup to a best case scenario as per Icy Veins",
  Default=1,
  Icon='INV_MISC_QUESTIONMARK',
  MacroVersions = {
    [1] = {
     Combat=true,
      Trinket1=true,
      Trinket2=true,
      Head=true,
      Neck=true,
      Belt=true,
      Ring1=true,
      Ring2=true,
      StepFunction = [[Sequential]],
      KeyPress={
        "/cast [mod:alt] Rampage",
      },
      PreMacro={
        "/cast Charge",
      },
        "/cast Battle Cry",
        "/castsequence  reset=1  Bloodthirst, Raging Blow, Furious Slash",
        "/cast Odyn's Fury",
        "/cast Avatar",
      PostMacro={
      },
      KeyRelease={

      },
    },
  },
}


Sequences['AoEfury'] = {
-- This Sequence was exported from GSE 2.0.14.
  Author="John Metz",
  SpecID=72,
  Talents = "2333232",
  Help = "Talents have been setup to a best case scenario as per Icy Veins",
  Default=1,
  Icon='INV_MISC_QUESTIONMARK',
  MacroVersions = {
    [1] = {
     Combat=true,
      Trinket1=true,
      Trinket2=true,
      Head=true,
      Neck=true,
      Belt=true,
      Ring1=true,
      Ring2=true,
      StepFunction = [[Sequential]],
      KeyPress={
        "/cast [mod:alt] Rampage",
      },
      PreMacro={
        "/cast Charge",
      },
        "/cast Odyn's Fury",
        "/cast Whirlwind",
        "/cast Rampage",
      PostMacro={
      },
      KeyRelease={

      },
    },
  },
}

Can you make one that does not use modifiers as i only have a few fingers and this is hard

[quote quote=54887]Can you make one that does not use modifiers as i only have a few fingers and this is hard
[/quote]

the lazy one is just that, the only change to make it fully lack mode is change “/cast [mod:alt] Rampage”,
to just “/cast Rampage”, and you should be good to go

Can you post a pic of how this is installed? I’m trying to install macro’s for my 922 fury warrior. I need to get my dps up. 99% of the time I rank lowest in dps cause I’m having to click the buttons on my action bar.

So for those of us like myself who are terrible at creating macros, what do I actually enter into the game that is under the 255 character limit?

these days you need and most of if not all the macros on this site require the GSE addon which can be found at curse

these days you need and most of if not all the macros on this site require the GSE addon which can be found at curse

Hello John,

My ALT Modifier doesnt work. I hold down ALT but it never casts Rampage. Tried /cast Rampage without mod:alt but then it doesnt do anything waits till 100 Rage and casts rampage.

Can you help me out?

I have copied the macros, and my war just standing and doing nothing

Hello! Is there any good macro with Bloodbath talent in rotation with t21 set? Thanks

I am having multiple issues with this macro. I know it has to be something I am doing. Here are my issues…Any and all help is greatly appreciated.

1.) Charge is not available even if I am at the proper distance and it is off cd. I have to manually click it.

2.) The mod buttons don’t cast anything for me. It stops the macro all together and it only auto attacks.

3.) The macro at times only functions as kicking off auto attack.

4.) I don’t know if I need to adjust the ms on my mouse.

Maybe I am just completely lost as I am picking up wow again after a year off. Again any help would be much appreciated.

[quote quote=56093]I am having multiple issues with this macro. I know it has to be something I am doing. Here are my issues…Any and all help is greatly appreciated.
1.) Charge is not available even if I am at the proper distance and it is off cd. I have to manually click it.
2.) The mod buttons don’t cast anything for me. It stops the macro all together and it only auto attacks.
3.) The macro at times only functions as kicking off auto attack.
4.) I don’t know if I need to adjust the ms on my mouse.
Maybe I am just completely lost as I am picking up wow again after a year off. Again any help would be much appreciated.
[/quote]

ok so

  1. will only charge if out of combat and at the start of a fight like a boss where the macro has reset itself
    it won’t charge each time a target dies in combat or switching targets etc, and to be honest it actually for the best that charge is used manually on a separate keybind so you don’t go off charging random things. it’s in the macro purely as a boss opener nothing more.

  2. sounds like you have other keybinds set using ALT+ or shift+ etc, this is a default in wow and you have to go into the games keybinds and unbind anything that uses the modkey and number.

  3. Im not sure what you are talking about.

  4. thats for you to decide. personally i have mine set to 50ms

I have just removed the mod alt and worked well
But the aoe version does nothing

OK a slight update on the macros, I have cleaned them up a touch so charge in the opener is working more reliably.

I also have redone the aoe macro. I’ve just focused on the Lazy versions (they fire cooldown automatically) I can put the manual version back if people need them,

How I set these up my self, I use a programmable mouse for 1 I have the ST macro, 2 is execute and 3 is the Aoe macro.
all are set to 70ms but can have the execute slightly faster if you wish,

I just hold down 1 or 3 depending on fight type. when in the execute phase, I hold down 2 with either 1 or 3
which will weave in executes as needed.

Sequences['lazyfuryST'] = {
-- This Sequence was exported from GSE 2.2.03.
  Author="John Metz",
  SpecID=72,
  Talents = "2333232",
  Help = [[Talents have been setup to a best case scenario as per Icy Veins]],
  Default=1,
  Icon='INV_MISC_QUESTIONMARK',
  MacroVersions = {
    [1] = {
     Combat=true,
      Trinket1=true,
      Trinket2=true,
      Head=true,
      Neck=true,
      Belt=true,
      Ring1=true,
      Ring2=true,
      StepFunction = "Sequential",
      KeyPress={
        "/cast [mod:alt] Rampage",
      },
      PreMacro={
        "/cast Charge",
        "/cast Avatar",
        "/cast Battle Cry",
        "/cast Odyn's Fury",
        "/cast Rampage",
      },
        "/cast Battle Cry",
        "/castsequence reset=combat Bloodthirst, Raging Blow, Furious Slash",
        "/cast Odyn's Fury",
        "/cast Avatar",
      PostMacro={
      },
      KeyRelease={
      },
    },
  },
}

And the Aoe

Sequences['lazyfuryAOE'] = {
-- This Sequence was exported from GSE 2.2.03.
  Author="John Metz",
  SpecID=72,
  Talents = "2333232",
  Help = [[Talents have been setup to a best case scenario as per Icy Veins]],
  Default=1,
  Icon='INV_MISC_QUESTIONMARK',
  MacroVersions = {
    [1] = {
     Combat=true,
      Trinket1=true,
      Trinket2=true,
      Head=true,
      Neck=true,
      Belt=true,
      Ring1=true,
      Ring2=true,
      StepFunction = "Sequential",
      KeyPress={
        "/cast [mod:alt] Rampage",
      },
      PreMacro={
        "/cast Charge",
        "/cast Avatar",
        "/cast Battle Cry",
        "/cast Odyn's Fury",
        "/cast Rampage",
      },
        "/cast Battle Cry",
        "/castsequence  reset=combat  Bloodthirst, Whirlwind",
        "/cast Odyn's Fury",
        "/cast Avatar",
      PostMacro={
      },
      KeyRelease={
      },
    },
  },
}

Forgot the “S” in Sequences in the lazyfuryAOE macro.

Nope, nothing to see here. All fixed now.

so i’m having an issue that one of the other guys had. when i use the macro either charge doesn’t activate at all or it just fires off my battlecry and odins fury then nothing. i just stand there and auto, no blood, no raging and no furious, i’m really confused.