Leveling Warrior

Hello,

I’m fairly new here and I wondered if there were any macros for leveling a warrior?

Thanks in advance!

if you’re leveling a warrior like I am currently, the Davvyprot one is great for dungeon grinding. Thats how ive been leveling so far, very enjoyable.

What lvl are you at? I’m made this one for while I’m lvling my fury warrior. I just add stuff as they unlock. He’s at 53 I think right now. It’s pretty much a lazy macro as all the big moves are automated. If you want to control rampage and execute then just take them out. Works pretty well for me. If you want an arms one tell me the lvl you’re at and I’ll throw one together for you.

Sequences['Banthan'] = {
-- This Sequence was exported from GSE 2.2.03.
  Author="Banthan@Thrall",
  SpecID=72,
  Talents = "233?,?,?,?,",
  Default=1,
  MacroVersions = {
    [1] = {
      StepFunction = "Priority",
      KeyPress={
        "/targetenemy [noharm][dead]",
        "/startattack",
      },
      PreMacro={
      },
        "/cast Rampage",
        "/cast Execute",
        "/cast Raging Blow",
        "/cast Bloodthirst",
        "/cast Furious Slash",
      PostMacro={
      },
      KeyRelease={
        "/cast [combat] Avatar",
      },
    },
  },
}

Anything that is priority based seems to work well if leveling. It will just skip over skills not yet learned. Some sequence based ones will hang up. Especially if they have castsequence in them

Thank you, everyone, for your suggestions. At the moment I’m level 49 Arms.

perhaps share a link to the macro?