20th Anni - Warrior Macro Help

I’m having difficulty creating some macros to smooth out the classic warrior experience.

  1. Is it possible to setup #showtooltip to be one skill when in one stance, and another in other stances? (or specs for the purposes of dual spec)

  2. Is it possible to create a macro that just shows an interactable equipment slot to use for things like sharpening stones? #showtooltip 13 just shows the item with it but only to equip/unequip it.

  3. Is it possible to make an interrupt macro where if you have a 1H/shield equipped you change to defensive stance to shield bash, and if a 2H change to zerker stance and use pummel?

Also is there an addon for Classic Era 20th anni that puts a glow or something around reactive abilities like overpower?

  1. Yes, #showtooltip accepts all the same options as cast. #showtooltip [stance:1] whatever; other thing
  2. Ya, you can use item:itemid #showtooltip item:2862
  3. Yes.
#showtooltip [worn:shield] Shield Bash; Pummel
/cast [worn:shield,noform:2] Defensive Stance; [noworn:shield,noform:3] Berserker Stance
/cast [worn:shield] Shield Bash; Pummel
3 Likes
  1. Is there a way to do it so you don’t have to change it everytime you get a new weapon?

Think you can do

/use item
/use slot

I used to have my weapon options on a hotbar (e.g. ElvUI_Bar6Button7 would have my “main” 2-hander), button 11 and 12 would have my 1hander and shield.

I had a macro that would conditionally swap between 2h and 1h/shield:
/click [noequipped:shield] ElvUI_Bar6Button11
/click [noequipped:shield] ElvUI_Bar6Button12; ElvUI_Bar6Button7

The first line used to equip my primary 1 handed weapon. The second line would equip my shield if it wasn’t equipped, or equip my 2hander if it was. This worked great all through classic, but is now broken (I think all click macros are broken right now).

Not sure if this is intentional, but I really miss having this functionality while leveling. Sure, when you’re 60 with end-game BIS gear, you can just type the name and use equipslot macros.

Hope that if this is just a bug that it’s fixed soon.

As of TWW macros can no longer click other macros. If Classic is now using the same API that’s why.

It’s not clicking another macro - that’s been broken for a while (though, it would be super useful if it worked).

The macro is actually just clicking an item dragged into a hotbar, and it works fine in Classic. I noticed that all /click macros that do anything are broken now. It’s not limited to ElvUI buttons, or buttons that contain macros. /click itself now does nothing.