Equip Slot Macro Vanilla
Macros |
---|
General guides |
Macros Beginners Guide |
Useful macros by class |
Main Menu |
---|
Mobile casinos, free spins, Play clever, pick an internet Equip Slot Macro Vanilla casino with free play, the free amount of money or the free spins are not the same at online casinos, make sure to play with a big free amount of cash or free spins right from start. To break down the previous macro into a readable psuedo-code: Equip TrinketName in slot 14 End Macro Else if right-clicked Equip TrinketName in slot 13 End Macro It never even gets to the 'or if right-clicked'- it just reads the first command and then ends the macro. By swapping it around, you get: If right-clicked Equip TrinketName in slot 13. 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. #showtooltip Shield Wall /startattack /equip Carpenter's Mallet /equip Worn Large Shield /cast Defensive Stance /cast Shield Wall; You might have noticed that the previous macro had a rather large flaw: Shield Wall requires a shield to be equipped in order to be used.
Equips an item in your inventory to a specific slot.
Equip Slot Macro Vanilla Extract
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.
Arguments
- 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.
Macros |
---|
General guides |
Macros Beginners Guide |
Useful macros by class |
Main Menu |
---|
Equip Slot Macro Vanilla Wow
Equips an item in your inventory to a specific slot.
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.
Arguments
- 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.