Wow Macro Equip Slots
Macros |
---|
General guides |
Macros Beginners Guide |
Useful macros by class |
Main Menu |
---|
Equips an item in your inventory to a specific slot.
Wow Macro Equip Slot
You should have a set that ONLY has 2 weapons to equip, and all other slots ignored (ignore all ur gear to prevent lag when u press the macro, after all this is a weapon macro) you can now use /equipset WEPS DUALWIELD instead of the /equip MH /equip OH, or /Clickactionbar macro, this works ALOT better and faster. 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.
Usage
To make a macro trinket, you will want to utilize the “/use” macro command. Your trinkets are in slot 13 and 14, so to use one the command is: /use 13 Since trinkets are on the global cooldown, you can combine them with any spell you want afterwards. 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). Some of the conditionals from /cast might work here, such as: /equip nocombat Fishing Pole.
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.
Arguments
Wow Macro Equip Bag Slot
- InvSlot
- The numeric slot on your character to equip the item to.
- item
- The name of the item to be equipped.
- BagID slot
- The bag the item is in (0 is backpack, etc...), and the bag slot number, starting at 1.