Wow macro equip item from bag slot

broken image

Regardless though, you must enter the returned text exactly as shown or it will not work. This will be different depending on what UI addon you use for your hotbars. Place the UI-Button macro in the hotbar slot you want said weapon in, click it, and it will return the “name” of the button in your chat to enter in on your weapon swap macro. run local f = GetMouseFocus() if f then DEFAULT_CHAT_FRAME:AddMessage(f:GetName()) end All you do is switch weapons on your hot bar.įirst you need to identify your UI button for the /click function.

The advantage of this way is you don’t have to rewrite the macro every time you get new gear or use a different set. It accomplishes the same thing but goes about it a little differently.

I’ve since found a better way in my opinion. I use to do my weapon swap macro like this.

broken image