Wow Slot Ids

Main Menu

A complete searchable and filterable list of all Mount Items in World of Warcraft: Shadowlands. Always up to date with the latest patch (9.0.2). 3.Now when you know the item ID go in your server and add it somewhere.This is done differently in different cores.Here is the ArcEmu command: ArcEmu:.additem 'item ID' Thank you for reading my first guide and pls don't be very hard on me with your comments.I just hope it's not a repost.

→ All Types

Inventory slots refer to a unique equipment or bag slot.

  • For equipment, slot names are resolved to a slot id constant with GetInventorySlotInfo(). This gives Blizzard more flexibility to change slot ids.
  • InventorySlotName also doubles as a GlobalString

Equipment

Graphical Explanation (Classic)

Example: prints the InventorySlotId for an InventorySlotName, and the related globalstring and constant.

InvSlotName
GlobalString (enUS)
InvSlotIdConstant
AMMOSLOT Ammo0INVSLOT_AMMO
HEADSLOTHead1INVSLOT_HEAD
NECKSLOTNeck2INVSLOT_NECK
SHOULDERSLOTShoulders3INVSLOT_SHOULDER
SHIRTSLOTShirt4INVSLOT_BODY
CHESTSLOTChest5INVSLOT_CHEST
WAISTSLOTWaist6INVSLOT_WAIST
LEGSSLOTLegs7INVSLOT_LEGS
FEETSLOTFeet8INVSLOT_FEET
WRISTSLOTWrist9INVSLOT_WRIST
HANDSSLOTHands10INVSLOT_HAND
FINGER0SLOTFinger11INVSLOT_FINGER1
FINGER1SLOTFinger12INVSLOT_FINGER2
TRINKET0SLOTTrinket13INVSLOT_TRINKET1
TRINKET1SLOTTrinket14INVSLOT_TRINKET2
BACKSLOTBack15INVSLOT_BACK
MAINHANDSLOTMain Hand16INVSLOT_MAINHAND
SECONDARYHANDSLOTOff Hand17INVSLOT_OFFHAND
RANGEDSLOT Ranged18INVSLOT_RANGED
TABARDSLOTTabard19INVSLOT_TABARD

Bags

There are also InvSlotNames for each bag.

InvSlotNameInvSlotId
BAG0SLOT20
BAG1SLOT21
BAG2SLOT22
BAG3SLOT23

Slot ids for bags and containers are returned from ContainerIDToInventoryID()

Wow Slot Ids App

Games
IDClassicRetailDescription
1
20
20
1st character bag
2
21
21
2nd character bag
3
22
22
3rd character bag
4
23
23
4th character bag
48-71
52-79
bank slots (classic: 24, retail: 28)
5
72
80
1st bank bag
6
73
81
2nd bank bag
7
74
82
3rd bank bag
8
75
83
4th bank bag
9
76
84
5th bank bag
10
77
85
6th bank bag
11
86
7th bank bag

Generic bank containers

Item Slot Ids Wow

Slot ids for the stock containers in the bank are returned from BankButtonIDToInvSlotID()

Patch changes

  • Patch 8.3.0 (2020-01-14): Slot ids for bank bags start from 80 instead of 76.

See also

Wow Classic Slot Ids

Retrieved from 'https://wow.gamepedia.com/InventorySlotId?oldid=5926269'