- Here is a list of the item slot numbers for your character: Head = 1 Neck = 2 Shoulders = 3 Body = 4 (shirt) Chest = 5 Waist = 6 Legs = 7 Feet = 8 Wrist = 9 Hand = 10 Finger1 = 11 Finger2 = 12 Trinket1 = 13 Trinket2 = 14 Back = 15 Mainhand = 16 Offhand = 17 Tabard = 19. Here is a graphical explaination of your character's item slot numbers.
- Weapon slot #'s for an /equip macro - World of Warcraft Forums. Hey there, just had a quick question regarding an /equip macro for my weapons. I have two identical maces for fury. When I try to make a macro that equips both of them, the game just tries to put them both in the MH. I have no problem with a.
The macro is not interpreting slot 16 and is instead just using /equip as if you were doing a right click on the item in your bag. My suggested macro wasn’t working, cause I messed up the conditional. The line break shouldn’t be an issue but you could try the macro without the conditional or write button:1 as btn:1 and see if. The bag the item is in (0 is backpack, etc.), and the bag slot number, starting at 1.
Macros |
---|
General guides |
Macros Beginners Guide |
Useful macros by class |
Main Menu |
---|
Equips an item in your inventory.
You can also use /eq
.
Usage
This command accepts secure command options. The value associated with the first satisfied condition will be interpreted as described below. If no conditions are satisfied, no action will be performed.
Wow Macro Equip Slot Numbers Explained
Arguments
- item
- The name of the item to be equipped.
- BagID slot
- The bag the item is in (0 is backpack, etc...), and the slot number in that bag (ascending from 1 for top left slot), e.g. '0 1' can be used to equip the first item in your backpack.
Notes
- This will equip the item in the first available slot that it can be put into (similar to right clicking the item in your bag).