Help with R14 DW macro

Formerly worked until last patch

/equipslot 16 Grand Marshal’s Dirk
/equipslot 17 Grand Marshal’s Dirk

Now no longer works…

What I have tried (does not work)

/equipslot 16 item:18838
/equipslot 17 item:18838

I have tried calls for specific enchants on the same daggers. (does not work)

/equipslot 16 item:18838:1897 (calls +5damage enchant)
/equipslot 17 item:18838:2564 (calls 15agi enchant)

Where is the malfunction?

Is it just broken now?

Some things I have thought may work but I cant find a way to do it yet is get if possible GUID for each weapon and then build a macro do equip that way?

If that is a viable strategy, guidance on this would be outstanding. I have never messed with GUID before but if its a thing for weapons that would be amazing!

I know I could use an addon like Item Rack, but the complaint I have with addons are that when they break its a problem; this is always When and not an IF thing sadly.

Halp!

Use equipment sets and /equipset it’s so much easier to manage than equipment slots.
https://warcraft.wiki.gg/wiki/MACRO_equipset

1 Like

Wait, what is this voodoo?? I have never seen this before.

Would you make a small demonstration macro that I can see the desired syntax format?

Make an equipment set, containing just the weapons, in the tab on your character screen and give it a name.

/equipset NAME
1 Like

Wait. ok I am doing something wrong or missing something. How does this work?

Does this create a different component to macro building?

What version of the game are you playing?

Classic Era on this one.

Ah, I think Classic doesn’t have the Equipment Manager. If it doesn’t, you can’t use this technique.

If that’s the case you’ll need to use equipslot along with bag slot IDs

1 Like

OHHHHHHHHHH this is a very good work around, thank you so much!