Navigation menu

WoW:Item equipping: Difference between revisions

Jump to navigation Jump to search
Line 155: Line 155:
/script if ( not CursorHasItem() ) then PickupInventoryItem(17); PickupInventoryItem(16); end
/script if ( not CursorHasItem() ) then PickupInventoryItem(17); PickupInventoryItem(16); end
</code>
</code>
== Simple Macro with item slots ==
<code> /equipslot <inventory number> <bag number> <bag slot number> </code>
Basically this equips the item specified in your bag to the inventory slot indicated by the first number in your macro. An example would be:
<code> /equipslot 16 4 1 </code>
This equips a weapon to your main hand found in your last bag in the first slot. Essentially this accomplishes the same as the scripts from above but with much less characters, leaving your macros free to do other things.


== With Cosmos ==
== With Cosmos ==
Anonymous user