Need asssistance

Hello,

Name is Nerdy3 and I’m new to posting on here and would like a little assistance with a macro that I have come up with. The credit goes to “Kephas”, I have made some changes to his Fury single target. Also the talents that I have chosen may not with this.

Talents: 2133133

Sequences[‘Fury_ST’] = {
Author=“Nerdy3@WoWLazyMacros”,
SpecID=72,
Talents = “2,1,3,3,1,3,3”,
Helplink = “https://www.youtube.com/user/KephasAIE”,
Help = “Fury Macro for Single Target.”,
Default=1,
Icon=‘ability_warrior_weaponmastery’,
MacroVersions = {
[1] = {
StepFunction = [[Sequential]],
LoopLimit=3,
KeyPress={
“/targetenemy [noharm][dead]”,
},
PreMacro={
“/cast Furious Slash”,
},
"/cast Dragon Roar
“/cast Rampage”,
“/cast Bloodthirst
“/cast [combat] Odyn’s Fury”,
‘/cast Whirlwind’,
“/cast Execute”,
“/cast Bloodthirst”,
“/cast Raging Blow”,
PostMacro={
},
KeyRelease={
“/cast Enraged Regeneration”,
“/cast [combat] Berserker Rage”,
“/cast [combat] Battle Cry”,
“/cast [combat] Avatar”,
'/cast [combat] Bloodbath”,
},
},
},
}

So I ask of you to take a look and see if any improvement can be made

Thanks Nerdy3

use code tag add macro use close tags nerdy

Not sure what you mean by that

Ok, so here is both ST and AoE rotations that I have come up with.

Sequences[‘Fury_ST’] = {
Author=“Nerdy3@WoWLazyMacros”,
SpecID=72,
Talents = “2,1,3,3,2,1,2”,
Helplink = “https://www.youtube.com/user/KephasAIE”,
Help = “Fury Macro for Single Target.”,
Default=1,
Icon=‘ability_warrior_weaponmastery’,
MacroVersions = {
[1] = {
StepFunction = [[Sequential]],
LoopLimit=3,
KeyPress={
“/targetenemy [noharm][dead]”,
},
PreMacro={
“/cast Furious Slash”,
},
“/cast Rampage”,
"/cast Bloodthirst
“/cast [combat] Odyn’s Fury”,
‘/cast Whirlwind’,
“/cast Execute”,
“/cast Bloodthirst”,
“/cast Raging Blow”,
PostMacro={
“/cast Enraged Regeneration”,
},
KeyRelease={
“/cast [combat] Berserker Rage”,
“/cast [combat] Battle Cry”,
“/cast [combat] Avatar”,
“/cast [combat] Bloodbath”,
},
},
},
}

Sequences[‘Fury_AoE’] = {
Author=“Nerdy3@WoWLazyMacro”,
SpecID=72,
Talents = “2,1,3,3,2,1,2”,
Helplink = “https://www.youtube.com/user/KephasAIE”,
Help = “Fury Macro for AoE.”,
Default=1,
Icon=‘ability_warrior_weaponmastery’,
MacroVersions = {
[1] = {
StepFunction = [[Sequential]],
LoopLimit=2,
KeyPress={
“/targetenemy [noharm][dead]”,
},
PreMacro={
“/cast Shockwave”,
},
“/cast Whirlwind”,
“/cast Rampage”,
“/cast Bloodthirst”,
“/cast [combat] Odyn’s Fury”,
“/cast Whirlwind”,
“/cast Raging Blow”,
“/cast Execute”,
PostMacro={
"/cast Enrage Regeneration
},
KeyRelease={
“/cast [combat] Berserker Rage”,
“/cast [combat] battle Cry”,
“/cast [combat] Avatar”,
“/cast [combat] Bloodbath”,
},
},
},
}

[quote quote=49586]use code tag add macro use close tags nerdy
[/quote]

Or you could have assisted him and did it for him maybe?

anyway here it is boxed so everyone can just copy and paste

Sequences['Fury_ST'] = {
Author="Nerdy3@WoWLazyMacros",
SpecID=72,
Talents = "2,1,3,3,2,1,2",
Helplink = "https://www.youtube.com/user/KephasAIE",
Help = "Fury Macro for Single Target",
Default=1,
Icon='ability_warrior_weaponmastery',
MacroVersions = {
[1] = {
StepFunction = [[Sequential]],
LoopLimit=3,
KeyPress={
"/targetenemy [noharm][dead]",
},
PreMacro={
"/cast Furious Slash",
},
"/cast Rampage",
"/cast Bloodthirst",
"/cast [combat] Odyn's Fury",
"/cast Whirlwind",
"/cast Execute",
"/cast Bloodthirst",
"/cast Raging Blow",
PostMacro={
"/cast Enraged Regeneration",
},
KeyRelease={
"/cast [combat] Berserker Rage",
"/cast [combat] Battle Cry",
"/cast [combat] Avatar",
"/cast [combat] Bloodbath",
},
},
},
}
Sequences['Fury_AoE'] = {
Author="Nerdy3@WoWLazyMacro",
SpecID=72,
Talents = "2,1,3,3,2,1,2",
Helplink = "https://www.youtube.com/user/KephasAIE",
Help = "Fury Macro for AoE",
Default=1,
Icon='ability_warrior_weaponmastery',
MacroVersions = {
[1] = {
StepFunction = [[Sequential]],
LoopLimit=2,
KeyPress={
"/targetenemy [noharm][dead]",
},
PreMacro={
"/cast Shockwave",
},
"/cast Whirlwind",
"/cast Rampage",
"/cast Bloodthirst",
"/cast [combat] Odyn's Fury",
"/cast Whirlwind",
"/cast Raging Blow",
"/cast Execute",
PostMacro={
"/cast Enraged Regeneration",
},
KeyRelease={
"/cast [combat] Berserker Rage",
"/cast [combat] Battle Cry",
"/cast [combat] Avatar",
"/cast [combat] Bloodbath",
},
},
},
}

Thanks for assistance on this. Still would like to know how to post macros like that on here.

When you post @Nerdy3 select the macro and press the button marked Code on this forums edit box. The buttons start b I link b-quote … the second last one is “code”.

So here is an update version.



Sequences['Fury_ST'] = {
  Author="Nerdy3@WoWLazyMacros",
  SpecID=72,
  Talents = "2,1,3,3,2,1,2",
  Helplink = "https://www.youtube.com/user/KephasAIE",
  Help = "Fury Macro for Single Target.",
  Default=1,
  Icon='ability_warrior_weaponmastery',
  MacroVersions = {
    [1] = {
     Combat=true,
      Trinket1=true,
      Trinket2=false,
      Head=false,
      Neck=false,
      Belt=false,
      Ring1=false,
      Ring2=false,
      StepFunction = [[Sequential]],
      LoopLimit=3,
      KeyPress={
        "/targetenemy [noharm][dead]",
      },
      PreMacro={
        "/cast Furious Slash",
      },
	"/cast Rampage",
        "/cast Bloodthirst
	"/cast [combat] Odyn's Fury",
	"/cast Whirlwind",
	"/cast Execute",
        "/cast Bloodthirst",
        "/cast Raging Blow",
      PostMacro={
	"/cast Enraged Regeneration",
      },
      KeyRelease={
        "/cast [combat] Berserker Rage",
        "/cast [combat] Battle Cry",
        "/cast [combat] Avatar",
	"/cast [combat] Bloodbath",
      },
    },
  },
}
Sequences['Fury_AoE'] = {
  Author="Nerdy3@WoWLazyMacro",
  SpecID=72,
  Talents = "2,1,3,3,2,1,2",
  Helplink = "https://www.youtube.com/user/KephasAIE",
  Help = "Fury Macro for AoE.",
  Default=1,
  Icon='ability_warrior_weaponmastery',
  MacroVersions = {
    [1] = {
     Combat=true,
      Trinket1=true,
      Trinket2=false,
      Head=false,
      Neck=false,
      Belt=false,
      Ring1=false,
      Ring2=false,
      StepFunction = [[Sequential]],
      LoopLimit=2,
      KeyPress={
        "/targetenemy [noharm][dead]",
      },
      PreMacro={
	"/cast Shockwave",
      },
        "/cast Whirlwind",
        "/cast Rampage",
        "/cast Bloodthirst",
	"/cast [combat] Odyn's Fury",
        "/cast Whirlwind",
	"/cast Execute",
	"/cast Bloodthirst",
        "/cast Raging Blow",
      PostMacro={
	"/cast Enrage Regeneration
      },
      KeyRelease={
        "/cast [combat] Berserker Rage",
        "/cast [combat] battle Cry",
        "/cast [combat] Avatar",
	"/cast [combat] Bloodbath",
      },
    },
  },
}

Hello @Nerdy3

here you go i corrected a few fouls :slight_smile: now it will import corectly, keep up the good work

Sequences['Fury_ST'] = {
  Author="Nerdy3@WoWLazyMacros",
  SpecID=72,
  Talents = "2,1,3,3,2,1,2",
  Helplink = "https://www.youtube.com/user/KephasAIE",
  Help = "Fury Macro for Single Target.",
  Default=1,
  Icon='ability_warrior_weaponmastery',
  MacroVersions = {
    [1] = {
     Combat=true,
      Trinket1=true,
      Trinket2=false,
      Head=false,
      Neck=false,
      Belt=false,
      Ring1=false,
      Ring2=false,
      StepFunction = [[Sequential]],
      LoopLimit=3,
      KeyPress={
        "/targetenemy [noharm][dead]",
      },
      PreMacro={
        "/cast Furious Slash",
      },
        "/cast Rampage",
        "/cast Bloodthirst",
        "/cast [combat] Odyn's Fury",
        "/cast Whirlwind",
        "/cast Execute",
        "/cast Bloodthirst",
        "/cast Raging Blow",
      PostMacro={
        "/cast Enraged Regeneration",
      },
      KeyRelease={
        "/cast [combat] Berserker Rage",
        "/cast [combat] Battle Cry",
        "/cast [combat] Avatar",
        "/cast [combat] Bloodbath",
      },
    },
  },
}

Sequences['Fury_AoE'] = {
  Author="Nerdy3@WoWLazyMacro",
  SpecID=72,
  Talents = "2,1,3,3,2,1,2",
  Helplink = "https://www.youtube.com/user/KephasAIE",
  Help = "Fury Macro for AoE.",
  Default=1,
  Icon='ability_warrior_weaponmastery',
  MacroVersions = {
    [1] = {
     Combat=true,
      Trinket1=true,
      Trinket2=false,
      Head=false,
      Neck=false,
      Belt=false,
      Ring1=false,
      Ring2=false,
      StepFunction = [[Sequential]],
      LoopLimit=2,
      KeyPress={
        "/targetenemy [noharm][dead]",
      },
      PreMacro={
        "/cast Shockwave",
      },
        "/cast Whirlwind",
        "/cast Rampage",
        "/cast Bloodthirst",
        "/cast [combat] Odyn's Fury",
        "/cast Whirlwind",
        "/cast Execute",
        "/cast Bloodthirst",
        "/cast Raging Blow",
      PostMacro={
        "/cast Enrage Regeneration",
      },
      KeyRelease={
        "/cast [combat] Berserker Rage",
        "/cast [combat] battle Cry",
        "/cast [combat] Avatar",
        "/cast [combat] Bloodbath",
      },
    },
  },
}

Jimmy

Do u mash the button or do u use a program? And if so what intervals? 100ms? More? Less?

You can mash the button but I use G600 Logitech mouse. I run mind about 90ms but it may vary on your computer and how is our lag.

@ Nerdy3, thx 4 the answer. Will give this a try.

Curious, Ive been using ToxicDust’s Macro for the longest. How does your deal with frothing berserker buff since rampage is in teh macro?

Ps, Also the ST seems to spam WW alot

So after testing this out in world and on dummy I can say something is deffinetly off with the macro. I spams Whirlwind way to much, sometimes 4 times in a row on the ST macro. Trying to get a macro to only fire Rampage on Frothing buff is impossible I think, however sometimes it sits on 100 rage along time, sometimes Frothing expires before finally using Rampage.

A 2 min test in current gear 902 ilvl, I ended at 550k dps.

Link to armory (https://worldofwarcraft.com/en-us/character/senjin/xerorage)