M a c r o   Q u i c k   R e f e r e n c e .

To be expanded upon at the whim of the author, or possibly by request.

- Last updated on 01/18/2012 -

Back to Macro Guide.

Container functions: /script PickupContainerItem(BagSlotID, ContainerSlotID) This command will pick up the item that is in the specified location and place it in your cursor. BagSlotID is the id of the bag you want to pick from from and ContainerSlotID is the id of the spot within that bag. Your bags are numbered from 0 to 4 starting at the bottom right like so: [4] [3] [2] [1] [0] Places in the bag are numbered from 1 to the container size beginning at the top left. For example, a ten slot bag: [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] So   /script PickupContainerItem(0, 1)   will pick up the item in the top-left spot in your first bag (your backpack slot). =============================================================================================== Paperdoll slot names, and slot location for the /equipslot command.

|----------------------------| | Paperdoll Frame | |----------------------------| head |[ 1] | | [10]| hands neck |[ 2] | | [ 6]| belt shoulder |[ 3] | | [ 7]| legs back |[15] | | [ 8]| feet chest |[ 5] | | [11]| ring1 shirt |[ 4] | | [12]| ring2 tabard |[19] | | [13]| trinket1 wrist |[ 9] | | [14]| trinket2 | ------------------ | | [16] [17] [18] | |----------------------------| mainhand (16) ranged (18) offhand (17)

=============================================================================================== Each class has different numbers for each stance. Here is a list of stances and their numbers:

Class: Druid Warrior Priest Rogue ----------------------------------------------------------------- Stance:1 Bear Battle Shadowform Stealth ----------------------------------------------------------------- Stance:2 Aquatic Defensive ----------------------------------------------------------------- Stance:3 Cat Berserker ----------------------------------------------------------------- Stance:4 Travel ----------------------------------------------------------------- Stance:5 Moonkin/Tree -----------------------------------------------------------------

===============================================================================================

Back to Macro Guide.