Need easy main rotation macro

Having problem with keybinds and was wondering if someone could write me a simple main rotation macro.
Would like the Three spells:
Raging blow
Bloodrhirst
Furious slash
In one button macro, is this possible to do?

Just those 3 spells?

If so you’ve pretty much written it yourself…

just need to add /cast infront of them and create new in /gs and you’re good to go lol

Hi michael,
you prefer only one key or can you accept more ? Moreover provide me your talents.
I’ll try to provide you a macro this evening or at least tomorrow.

Best regards

Hey Masakari,
i prefer only one button, with the priority Raging blow-bloodthirst-furious slash

my talents are 1,3,3,2,2,3,2 but sometimes i switch talents to, 2,3,3,2,2,3,2 is that gonna be a problem with the macro? or should i have two macros with two differents talents?
And thanks alot for helping me

No it’s not an issue​, as soon as I’m finishing my work, I’ll try to provide you a macro for your spec into the next hours

I use as well​the same talents, so i will also explain you a bit my play style and why I’m now using more than one button :slight_smile:

BR, Masakari

Sequences['MK_Fury1'] = {
-- This Sequence was exported from GSE 2.0.14.
  Author="Ryoken@Gorgonnash",
  SpecID=72,
  Talents = "2332232 & 1332232",
  Default=2,
  PVP=3,
  MacroVersions = {
    [1] = {
      StepFunction = "Priority",
      KeyPress={
        "/targetenemy [noharm][dead]",
        "/cast Charge",
      },
      PreMacro={
      },
        "/cast Raging Blow",
        "/castsequence Raging Blow, Bloodthirst, Furious Slash",
      PostMacro={
      },
      KeyRelease={
      },
    },
    [2] = {
      StepFunction = "Priority",
      KeyRelease={
        "/targetenemy [noharm][dead]",
        "/cast Charge",
      },
      PreMacro={
      },
        "/cast Execute",
        "/cast Raging Blow",
        "/castsequence Raging Blow, Bloodthirst",
      PostMacro={
      },
      KeyRelease={
        "/cast Execute",
      },
    },
    [3] = {
      StepFunction = [[Sequential]],
      KeyPress={
        "/targetenemy [noharm][dead]",
        "/cast Charge",
      },
      PreMacro={
      },
        "/cast Execute",
        "/castsequence Raging Blow, Bloodthirst",
        "/cast Bloodthirst",
      PostMacro={
      },
      KeyRelease={
      },
    },
  },
}

I think it’s just simpel,

Macro 1 is for you
Macro 2 I use for raiding and FS on an extra button and for the Execute Phase I just spam 1 and if I’m nor enraged, I’ll use a FS after RB
Macro 3 I use for PvP

Macro is on button 1, RP on button 2, OF on button 3, FS on button 1+ctrl, Avatar & Battle Cry macro on 2+ctrl and WW on 3+ctrl.
you can add Avatar & Battle Cry to the macro if you want. (add it after /cast Charge under KeyRelease)

If you have further questions, do not hesitate to ask me :slight_smile:

Thanks alot for the reply and the macros, gonna copy the first into my gs and start testing, and think i gonna try the other to and see how its goes.
Will let you know how it goes, and again BIG thank you for helping a noobish guy like me :slight_smile:

Hey again, i have copy macro 1 into GS, and it’s not casting furious slash at all, raging blow and bloodthirst and then it’s stop until raging blow is up again

Sequences['Fury_for_Michael_'] = {
-- This Sequence was exported from GSE 2.0.14.
  Author="Ryoken@Gorgonnash",
  SpecID=72,
  Talents = "2332232 & 1332232",
  Default=1,
  MacroVersions = {
    [1] = {
      StepFunction = [[Sequential]],
      KeyPress={
        "/targetenemy [noharm][dead]",
        "/cast Charge",
      },
      PreMacro={
      },
        "/cast Raging Blow",
        "/castsequence Raging Blow, Bloodthirst, Furious Slash",
      PostMacro={
      },
      KeyRelease={
      },
    },
  },
}

Try this, if it also doesn’t work come back to me ASAP

Moerover if you just copy paste my 1st macros, did you switch your “Default=2” to “Default=1” ? If not you are useing the 2nd macro… :wink: and it isn’t considering FS.

BR, Masakari

Hey guys,

i wanna thanks to Masakari, cause his macro is very very inspirating. Outstanding job man !

In these days i am working on something new and mixed.
Got my macros still in testing phase (+/- 700k dps (902 ilvl), but i ll post them for public test in short time, promise u. Just please, be patient.

:slight_smile: well, i DID copy paste and didnt change to default 1, tested the macro now and its working really good like i want to, gonna test it in some mythics tonight.

And i am totally new with gs and lazy macros so i am a real beginner, so thanks alot for the help,
Again BIG thank you Masakari,

And to Peter Jr above: looking forward to se the macros later

anybody tested this macro in mythics+ and NH?

Hey, been testing the macro in a few m+ and ofc on the dummy. Its in most cases working good but sometimes if you use the macro and after it you use another ability and go back to the macro button you have to wait till gcd have reset. If example rb is on cooldown its not continue to bt or fs its just stop until rb is ready again.

Its not that big of trouble, you only loosing like 1-2 seconds on dps.

Sequences['all_in_one'] = {
-- This Sequence was exported from GSE 2.0.14.
  Author="Arcoe@Draka",
  SpecID=72,
  Talents = "1311232",
  Default=1,
  MacroVersions = {
    [1] = {
     Combat=true,
      Trinket1=true,
      Trinket2=true,
      Head=true,
      Neck=true,
      Belt=true,
      Ring1=true,
      Ring2=true,
      StepFunction = "Priority",
      KeyPress={
        "/cast Charge",
        "/cast Enraged Regeneration",
        "/cast Berserker Rage",
        "/cast Battle Cry",
      },
      PreMacro={
      },
        "/castsequence  reset=1  Whirlwind, Bloodthirst",
        "/cast Raging Blow",
        "/cast Execute",
        "/castsequence  reset=1  Whirlwind, Rampage",
        "/castsequence  reset=1  Whirlwind, Bloodthirst",
        "/cast Raging Blow",
        "/cast Execute",
        "/castsequence  reset=1  Whirlwind, Rampage",
      PostMacro={
      },
      KeyRelease={
      },
    },
  },
}
 

papapancake I tested your macro in NH HC on frst 2 boss and the result is 550-650 dps i am 891ilvl.