Classic WoW Warrior Macros EVERY SINGLE ONE Guide

Поділитися
Вставка
  • Опубліковано 10 лют 2025
  • These are all the important macros a warrior must know, from stance dancing to weapon swapping and some useful all in one buttons for your rotation.
    All macros repository in the warrior thread: / discord
    If you own the copyright of content showed in this video and would like it to be removed:
    ► sanmedinabusiness@gmail.com

КОМЕНТАРІ • 121

  • @nightshpee2031
    @nightshpee2031 2 місяці тому +8

    Absolutely insane content. I've been playing HC war for 4 days and your videos are a godsent! 💪💪💪

  • @sageryfrekenstein
    @sageryfrekenstein Місяць тому +4

    N00b here, i absolutely will use a few of these so thank you for the guide. I did notice however there was a macro making stances into one button. It won't include the attack command from the macro, but if your first action bar has a key mapped to a stance, the bar changes so you can put the same key on that first action bar button. Same button, two dif stances (and personally i just do shift+that key to get the third stance). I'm new so everyone probably knows already lol

    • @Stompy1984
      @Stompy1984 29 днів тому +1

      It's something like
      /cast [mod:shift] Battle Stance; [mod:alt] Berserker Stance; [mod:ctrl] Defensive Stance.
      Been about 2 years since I did WoW macro's but I think this is what you mean.

  • @MeekoBear808
    @MeekoBear808 13 днів тому

    this is really helpful, thank you. I've been playing wow since 2005 but have never leveled a warrior past 20. leveling a warrior now on the anniversary servers and having a ton of fun with it

  • @truc_e
    @truc_e 2 місяці тому +3

    A tip to get around manually changing every item name in your macros:
    You can use /fstack you can see the exact name of a item slot in your bars
    I use dominos and have a hidden bar with my items and use /click on the dominos slot that I used fstack to find the name of
    This means every time you get an upgrade you can just swap the weapon on your bar. (which you can hide if you want)

    • @kheebab
      @kheebab 6 днів тому

      This works. Thumbs up!

  • @lucascarlete1111
    @lucascarlete1111 2 місяці тому +1

    Great job, don't stop my friend. thanks!

  • @Th3Darkn3s
    @Th3Darkn3s 20 днів тому

    This is extremely good content that is friendly to beginners thank you!

  • @MutiKush
    @MutiKush 2 місяці тому +55

    /startattack should go AFTER cleave and heroic strike, this means your first auto will be HS / cleave rather than auto then queue HS / cleave if you have the rage already (chain pulling etc)
    #showtooltip
    /cast Heroic Strike
    /startattack

    • @aweisen1
      @aweisen1 2 місяці тому +7

      @@MutiKush while technically correct. This is a very nuanced thing in wow. But in actual use, order doesn’t matter.
      The order of the abilities in a macro ONLY matter if you’re not attacking yet (e.g., pulling a new mob), a /startattack executed first might trigger an unmodified auto-attack before HS or Cleave gets queued. This would result in a regular auto-attack, followed by the queued ability on your next swing.

    • @MutiKush
      @MutiKush 2 місяці тому +8

      @ yeah, that’s what I said? 😂

    • @aweisen1
      @aweisen1 2 місяці тому +2

      @@MutiKush it may be what you meant to say. You did not say it though.

    • @davidherrera8528
      @davidherrera8528 2 місяці тому +1

      It very much matters.. if cleave or HS is AFTER start attack then you will do a white hit BEFORE the skill ques for the NEXT auto therefore delaying the ability so HS/Cleave ALWAYS before start attack

    • @aweisen1
      @aweisen1 2 місяці тому +1

      @davidherra8528 no, it only matters if you aren’t already attacking.

  • @calengatt5371
    @calengatt5371 Місяць тому

    bro ive come back to this video like 15 times in 2 weeks
    thank you so much ive made so many cool macros bro! TY TY TY

  • @ry-uw8wf
    @ry-uw8wf 2 місяці тому

    you're helping a lot of wow hardcore noobs like me

  • @Stompy1984
    @Stompy1984 12 днів тому

    I think this is a more fool-proof interrupt button instead of the one you mention at 9:23 since it also has the check in there whether or not you have a shield equipped.
    #showtooltip [equipped:Shield] Shield Bash, Pummel
    /cast [equipped:Shield, Stance:1/2] Shield Bash; [Stance:3] Pummel; [noequipped:Shield] Berserker Stance
    It checks if you are in Defensive/Battle stance while wearing a shield and then does Shield Bash. If not it will check if you are in Berserker Stance and and use Pummel. Then checks if you are not wearing a shield and makes you go into Berserker Stance (to Pummel). Macro obviously does require you to press at least once depending on you wearing a shield + the stance you are in but should work 100%.
    Does obviously only work when you are level 38+ and bought the Pummel skill.

  • @Sickolas7
    @Sickolas7 2 місяці тому +2

    you should use this as your HS macro instead so that pressing it additional times toggles whether or not you will be casting it. off hand attacks do not suffer the dual wield hit penalty while you have HS queued, so this allows you to queue HS and then cancel it if you dont want to spend the rage (and lose out on the white swing rage).
    #showtooltip Heroic Strike
    /startattack
    /cast heroic strike
    /stopcasting

  • @InsertYourself1
    @InsertYourself1 Місяць тому +1

    9:16 Something I would do: Instead of stance 1 doing basically nothing, I would say (if in stance 1, swap to stance 3 and use pummel) that way you have an interrupt in battle stance

    • @olivergre1054
      @olivergre1054 Місяць тому

      That's the first line after showtooltip?

  • @johnpowell3093
    @johnpowell3093 Місяць тому

    That video was very helpful thank you!

  • @lubosmicuda1159
    @lubosmicuda1159 Місяць тому

    Great video! Definitely helped me out of a tight spot with button bloat.
    Especially the /cast [nocombat] Charge; Hamstring
    Though the button shows the tooltip for Battle Stance if out of combat in other stance. I tried and found that [nocombat] condition can be used to #showtooltip line as well!
    #showtooltip [nocombat] Charge; Hamstring will show Charge tooltip out of combat regardless of your stance, and then switch to Hamstring in combat. Great if you are newb like me and have to check distance for Charge all the time :D

    • @Stompy1984
      @Stompy1984 29 днів тому

      You could even improve on that like:
      #showtooltip [nocombat] Charge; Hamstring
      /cast [nostance:1,nocombat] Battle Stance
      /cast [stance:1,nocombat] Battle Stance; Hamstring
      This will also make you chance to Battle Stance if not in combat and then proceeds to Charge (needs 2 taps obviously)

  • @ianamburn3151
    @ianamburn3151 3 дні тому

    Teaching our well kept secret of the Charge macro!

  • @EasieA
    @EasieA 2 місяці тому +1

    Best classic content creator at this point, keep it up!

  • @michaelthomas1916
    @michaelthomas1916 2 місяці тому

    I noticed your comment on other warriors keeping up TC. For sure! And that applies to Demo shout too. I'd even appreciate that in SoD. No need to stance dance for TC but it would still save me time for more threat generating abilities.

    • @Average1212
      @Average1212 Місяць тому

      Demo shout produces threat and you don’t need to dance to do it. No reason for dps to do it.
      The only reason you would have a dps do it is if for some reason they were running imp demo and there was actually a boss that was hard enough to make it matter (which there isn’t)

  • @Postal82
    @Postal82 2 місяці тому +2

    I use this for Shield block, but I am levelling and doing dungeons, often in Battle Stance:
    #showtooltip Shield Block
    /click [noequipped:shields] MultiBarRightButton11
    /click [noequipped:shields] MultiBarRightButton12
    /startattack
    /use Defensive Stance
    /cast Shield Block
    For a simple swap of 2-hand to Sword&Board:
    /click [noequipped:shields] MultiBarRightButton11; MultiBarRightButton10
    /click [noequipped:shields] MultiBarRightButton12
    # The advantage here is that you can put all your weapons on your hot bars instead of changing the macro every time you upgrade.
    This is a version that works for Druids or something that uses a non-weapon or non-shield off hand:
    /click [noequipped:Miscellaneous] MultiBarLeftButton11; MultiBarLeftButton10
    /click [noequipped:Miscellaneous] MultiBarLeftButton12
    [EDIT]
    Forgot to mention, The weapons go in the bar in this order:
    Slot10 - 2h
    Slot11- 1h
    Slot12 - Shield or other off-hand

    • @TheRascher
      @TheRascher 2 місяці тому +1

      This is exactly what i was looking for. Good stuff!

    • @jonnypasta
      @jonnypasta 2 місяці тому

      I have my shield on Action Bar 5, button 10 - how to put it into the macro? MultiBarRightButton10 doesn't work

    • @Postal82
      @Postal82 2 місяці тому

      @@jonnypasta That is sort of the hard part. I believe Bar 4 is MultiBarRightButton and bar 3 is MultiBarLeftButton ( I can't login at the moment)
      There is also BottomRight and BottomLeft but I don't know the reference to Bar5

    • @jonnypasta
      @jonnypasta 2 місяці тому

      @@Postal82 figured it out, best way is to turn on /framestack and hover over, the popup tells you what to use in the macro, for me it was BT4Button65...

    • @J3elloo
      @J3elloo Місяць тому

      the /click doesnt work for me ???

  • @mutombo238
    @mutombo238 12 днів тому

    Helped a lot thanks.
    Good bideo ;)

  • @sithuhan4341
    @sithuhan4341 14 днів тому

    Thank you , subbed ❤❤❤

  • @InsertYourself1
    @InsertYourself1 Місяць тому

    DUDE YOU ARE A GENIUS!!!!

  • @Daron-LW
    @Daron-LW 2 місяці тому

    Thats finally a usefull video my friend :p

  • @eskolinaar
    @eskolinaar 2 місяці тому

    Keep up the good work. Thx.

  • @xPsYprx
    @xPsYprx 2 місяці тому +2

    @sanmedina rly been enjoying the videos I was wondering if you could do a guide on warrior tanking low lvl and high lvl

    • @sanmedina
      @sanmedina  2 місяці тому +3

      lvl 60 tank guide is coming out tomorrow, but perhaps I should go over low lvl stuff

    • @xPsYprx
      @xPsYprx 2 місяці тому +2

      @ it would be great because I wanna start learning early im new to tanking and I know its very different on classic but on DM I was loosing a lot of threat maybe I was not using my skills right

    • @ezpzzy1250
      @ezpzzy1250 2 місяці тому

      @@xPsYprx I totally agree and would love to see this as a new tank

  • @haldir108
    @haldir108 2 місяці тому

    I wanna shout out to having stances on the mouse, and abilities as normal. It's much harder to fatfinger into the wrong stance this way.
    I also wanna shout out to having 6 side buttons. That's not enough to make the mice taller (which is the reason why "MMO mice" suck), but it is enough to get stances, mount macros, enter (for chat), push-to-talk, and backpedal bound (I like using QWE for strafe/run/strafe, and freeing up ASD for abilities. Backpedal is simply not the right option in more than 2% of situations)
    Also, for the hiroshima nagasaki macro, you didn't even mention popping sweeping strikes. I try to use this on a double pack every 30 min when doing dungeons. Tell healer to drink up, big pull, and then sweeping strikes retalliation AOE taunt whirlwind. The damage numbers fill the screen, and we gotta fight in the shade.

    • @yScribblezHD
      @yScribblezHD Місяць тому

      Imo it's much cleaner to just macro stance swapping to certain abilities to save keybinds. E.g. macro berserker rage to be two keypresses - the first puts you in berserker stance, the second casts berserker rage. You should still macro and stance required abilities with the stance swap included, but by putting a couple lesser used or higher CD abilities on this two bind system you save a lot of space.

    • @haldir108
      @haldir108 Місяць тому

      @@yScribblezHD I don't understand. How does it save space, compared to having stances on mouse buttons?

  • @nj5374
    @nj5374 2 місяці тому +3

    This class honestly seems so complicated to play. I'm really struggling to understand how to set up all these macros - for the interrupt for example, the shield bash will only work if you have a shield equipped but the macro doesn't appear to account for that? I'm sure I'm missing something but?

    • @olivergre1054
      @olivergre1054 Місяць тому

      It's way easier if you try it once. You can set up the same bars for each stance, and it becomes much clearer.

    • @Stompy1984
      @Stompy1984 29 днів тому

      Something like this might work:
      #showtooltip [equipped:Shield] Shield Bash, Pummel
      /cast [equipped:Shield, Stance:1/2] Shield Bash; [Stance:3] Pummel; [noequipped:Shield] Berserker Stance

    • @cameronlogan3377
      @cameronlogan3377 9 днів тому

      You can play warrior with out macros if u have a razer naga and are willing to have 30 or so keybinds that you play with

  • @PullupCraft
    @PullupCraft 2 місяці тому

    You don’t need to do nostance:1, if you leave that out it will still cast battle stance only if you are not in it

  • @Swoophy
    @Swoophy 2 місяці тому +1

    Useful content +1

    • @Swoophy
      @Swoophy 2 місяці тому

      Hey, Sanmedina I have a question regarding one of the macros in your video. I'm talking to the macro at timestamp 4:30
      #showtooltip
      /startattack
      /use [nocombat] Charge; Hamstring
      ^
      The macro above changes tooltip from "Charge" to "Hamstring" depending on if youre in combat or not.
      Is there a way to make the macro use/cast "Battle Stance" before "Charge" so that I can instantly "Charge" after pressing my button/macro ONCE, WHILE the macro still ONLY changes tooltip from "Charge" to "Hamstring"?
      Have a nice day

    • @Swoophy
      @Swoophy 2 місяці тому

      Actually, I've just found out that the macro below works somewhat like what I want. It just shows Battle Stance on the button/macro tooltip IF im NOT in Battle Stance and IF I am in Battle Stance it shows Charge and Hamstring, depending on IF im in combat or not.
      #showtooltip
      /startattack
      /use [nostance:1] Battle Stance
      /use [nocombat] Charge; Hamstring

  • @TheJackabrown1
    @TheJackabrown1 11 днів тому

    Can u please make a simple video for a 19 twink warrior pls

  • @SXLLXNBXE
    @SXLLXNBXE 2 місяці тому +3

    !heroic strike

  • @LogoSystemCG
    @LogoSystemCG Місяць тому +1

    your pummel maccro will not work if you are in def stance for shield bash since you didn't equip a shield in the maccro

    • @Stompy1984
      @Stompy1984 29 днів тому

      You can add a line in your macro to check whether or not you are using a Shield [equipped:Shield]
      Would look something like:
      /cast [equipped:Shield, Stance:1/2] Shield Bash; [Stance:3] Pummel; [noequipped:Shield] Berserker Stance

    • @Stompy1984
      @Stompy1984 29 днів тому

      It's been a couple years since I made WoW-macro's so it might not work 100%

    • @LogoSystemCG
      @LogoSystemCG 25 днів тому

      @ ty mate i'll try that's cool to have a generic one

  • @lucaseaston
    @lucaseaston 26 днів тому

    If you dont have tactical mastery this macro will allow you to charge from battle stance and swich to Defensive stance without losing the rage from charge.
    #showtooltip Charge
    /cast Charge
    /cast Defensive Stance

  • @aweisen1
    @aweisen1 2 місяці тому +1

    Here's my taunt macro (not the end all be all but, it's a decent template to learn):
    #showtooltip [stance:1] Mocking Blow; [stance:2] Taunt; [stance:3] Taunt
    /startattack
    /cast [stance:1] Mocking Blow; [mod:shift,stance:2] Battle Stance
    /cast [stance:2] Taunt; [mod:shift,stance:1] Defensive Stance
    /cast [stance:3] Defensive Stance

    • @erawwwww
      @erawwwww Місяць тому

      So u waste mocking blow and taunt at same time?

    • @aweisen1
      @aweisen1 Місяць тому +1

      @erawwwww no. That’s not how this macro works, silly bear. Why don’t you copy it and try it in game?

  • @Joelsm3br
    @Joelsm3br 25 днів тому

    So… i want to play sod again, but i wont do it if i cant play as glad warrior in pve… will i not get invited to raids?

  • @CloningIsTooGoodForSheep
    @CloningIsTooGoodForSheep Місяць тому

    A macro asking to be dispelled is handy.

  • @Wenk24
    @Wenk24 2 місяці тому

    So for example if I wanted to use the heroic strike macro, I would replace my heroic strike entirely with this macro?

  • @Lifelimit94
    @Lifelimit94 2 місяці тому +1

    shield block macro doesnt work. I mean that doesnt equip back my 2h weapon after casting shield block
    #showtooltip Shield Bash
    /stopcasting
    /equipslot [noequipped:Shield] 16 Staunch Hammer of Stamina;c Mo'grosh Can Opener
    /equipslot [noequipped:Shield] 17 Cadet Shield of the Tiger
    /cast Shield Bash

    • @sanmedina
      @sanmedina  2 місяці тому +1

      you left a random C in one of the lines, try this:
      #showtooltip Shield Bash
      /stopcasting
      /equipslot [noequipped:Shield] 16 Staunch Hammer of Stamina; Mo'grosh Can Opener
      /equipslot [noequipped:Shield] 17 Cadet Shield of the Tiger
      /cast Shield Bash
      remember that if you shield bash that will trigger the GCD and you still have to wait for it to go over before you can swap back to a 2h

    • @Lifelimit94
      @Lifelimit94 2 місяці тому

      @@sanmedina that doesnt work. It just swap to 1h and shield then cast a shield bash. Macro on swapping back to 2h doesnt work.

    • @Chris-pe1zx
      @Chris-pe1zx Місяць тому +1

      @@Lifelimit94 idk if you figured it out by now but you need to put the slot number before your 2h again, so you would put /equipslot [noequipped:Shield] 16 Staunch Hammer of Stamina; 16 Mo'grosh Can Opener

  • @ericdiazii4733
    @ericdiazii4733 25 днів тому

    the swap to shield macro how do you make a macro that swaps back to the battle stance and your 2h to go back to dpsing

    • @emielhasselt2518
      @emielhasselt2518 16 днів тому

      #showtooltip battle stance
      /cast battle stance
      /equipslot 16 *weapon name*

  • @Bdadd1225
    @Bdadd1225 2 місяці тому

    Question, does the macro so switch to sword and board also switch back to dps weapon or do we need to make a second macro to swap back?

    • @sanmedina
      @sanmedina  2 місяці тому +1

      if you fill all the lines with your items it does swap your weapons back, but it does not swap you back to battle stance though

    • @Bdadd1225
      @Bdadd1225 2 місяці тому

      @@sanmedina tyty

  • @minotaur818
    @minotaur818 2 місяці тому +2

    Serbian flag next to Albanian flag. Real gigachads promotes peace

  • @Lina-zq7re
    @Lina-zq7re 2 місяці тому +1

    AOE taunting with no LIP macro attached is hella wild

  • @mlaurence08
    @mlaurence08 2 місяці тому

    What's your /y for retalliate and challenging shout? :P

    • @sanmedina
      @sanmedina  2 місяці тому +2

      "Look mom no hands!"

  • @louisnel894
    @louisnel894 Місяць тому +1

    Or you just get a mouse with 12 buttons, I only use macro to equip 1h+shield and another to equip the 2H again. Don't need the others. Then I have Z for battle stance, X Def and C for Berserk. The rest is very simple from mouse.

  • @Domekarl
    @Domekarl Місяць тому

    i am in german client, somehow i cannot use the shieldmakro to swap back to two 1hander

    • @olivergre1054
      @olivergre1054 Місяць тому

      Wie sieht dein macro aus?

    • @Stompy1984
      @Stompy1984 29 днів тому

      Try something like:
      /equipslot ## Itemname
      You'd have to look up the different Item Slots for your mainhand and offhand slots and then fill in the right itemnames

  • @michaelbishop8002
    @michaelbishop8002 2 місяці тому

    need them same type of updated video for shamans lol.

    • @sanmedina
      @sanmedina  2 місяці тому +2

      I'd love to but I am definitely not the shaman guy, I only used 3 shaman macros in my life lol.

  • @BestOpinionHaver
    @BestOpinionHaver 2 місяці тому

    SpellAnnouncer Classic got very similar function as Tankbuddy.

    • @sanmedina
      @sanmedina  2 місяці тому +1

      thank you so much i'll try it out!

  • @3dbadboy1
    @3dbadboy1 18 днів тому

    6:03 The game complains that I must have a shield equipped even though the macro equips a shield.

  • @torrez650
    @torrez650 2 місяці тому

    Can someone help me fix this macro please? My character just types it in chat.
    #showtooltip Sweeping Strikes
    /castsequence reset=15 Sweeping Strikes,
    Berserker Stance, Berserker Rage, Whirlwind,
    Battle Stance, Thunder Clap

    • @Stompy1984
      @Stompy1984 29 днів тому

      You need to type this all after each other, not on different lines.
      So it should look like:
      /castsequence reset=15 Sweeping Strikes, Berserker Stance, Berserker Rage, Whirlwind, Battle Stance, Thunder Clap

  • @stoniptfosupersonic
    @stoniptfosupersonic 2 місяці тому

    Bro. Combination of those two flags to your right is the biggest macro in this vid. Lmfo

  • @Zarzarel
    @Zarzarel 2 місяці тому

    Slam macro ?

  • @Xailion
    @Xailion 2 місяці тому +2

    Log in, press 1-2-1-2 while following the gps arrow, another successful day

  • @tannerelliott25
    @tannerelliott25 2 місяці тому

    I made an all-in-one stance dance macro that adjusts what stance you go to on whether or not you're holding a modifier:
    #showtooltip
    /cast [nomod,stance:1] Berserker Stance
    /cast [mod,stance:1/3] Defensive Stance
    /cast [nomod,stance:2] Berserker Stance
    /cast [mod,stance:2] Battle Stance
    /cast [nomod,stance:3] Battle Stance
    This absolutely helped smooth out my warrior gameplay when leveling and in raids.

    • @JPort561
      @JPort561 2 місяці тому

      what does holding a modifier mean?

    • @tannerelliott25
      @tannerelliott25 2 місяці тому

      @@JPort561 When writing a macro, a modifier is the ALT, CTRL, or SHIFT key. So when you want it to do the modified version of the line in the macro you just press and hold the modifier key then you hit your hotkey for your macro. For example, my stance dance macro is on Mouse Button 5. If I want to go from Battle to Berserker stance I just hit my hotkey like normal. But, if I wanted to instead go from Battle to Defensive stance I would hold my SHIFT key then press Mouse Button 5.

  • @TheRenekruse
    @TheRenekruse 18 днів тому

    I found your voice and accent to be torture, but I was curious as to what you had come up with, so
    I persisted.
    You have some not needed things in your macros, an example of this is [nostance: 3] in your Berserker rage macro. It can be made as easy as #showtooltip, hitting enter, then shift clicking your berserker stance in the skill book, hitting enter and then shift clicking Berserker rage and saving macro. The [nostance: 3] is not required as it is not a paladin aura and you will always be in a stance and it can not take away Berserker stance if you are in it, unless you tell it to change stance.

  • @zealgaming8161
    @zealgaming8161 22 дні тому

    Tecchy. If you wanted to be responsible. You would have cut off the stream and have a private talk. Not turn it into reality TV by displaying the drama for everybody to see which makes me slightly uncomfortable tbh.

  • @coloradoliftedyeti6328
    @coloradoliftedyeti6328 Місяць тому +1

    I don’t use macros cuz I’m not trash lol

  • @austinblake4673
    @austinblake4673 Місяць тому

    You sound like cracey man

  • @Pe3eToPetsaki
    @Pe3eToPetsaki Місяць тому

    Any1 has a doc with macros??:D

  • @ismaeldeleija8165
    @ismaeldeleija8165 2 місяці тому

    yea no, the one that uses more macros is a good hunter, i get warrior need to danceswap but almost every button of the hunter is a macro too

    • @braindamage7128
      @braindamage7128 2 місяці тому

      Doubt

    • @14Blackspirit
      @14Blackspirit Місяць тому

      Let me guess ... Pet Attack? XD

    • @schmidth
      @schmidth Місяць тому

      technically warriors don't need to use a single one of these macros

  • @Stompy1984
    @Stompy1984 29 днів тому

    I should really stop watching these video's...
    Stopped playing WoW after clearing ICC on Classic fresh and stopped the game after...
    WoW classic has been pulling HARD though... especially the Warrior (I did get to level 60 on Hardcore on a Warrior without too much hassle).

    • @Stompy1984
      @Stompy1984 12 днів тому

      Soooo... I started a Warrior about 2 week ago... will try and hit level 38 or 39 tonight.

  • @bleeditsays
    @bleeditsays 2 місяці тому

    needed this so bad thanks