Wow Slot Ids Rating: 7,2/10 5877 votes
  1. Discussion in 'Plugin Development' started by Assult, Oct 27, 2013. Thread Status: Not open for further replies. Anyone know the ID of the.
  2. There is an item in the wowhead classic database called 20 slot bag 20-slot Bag#comments:id=3157580 (it is an actual 20 slot bag) it is not in this guide and when you look at the wowhead page, no one seems to know where to get it. If it's in the database. Then it stands to reason that it is available somewhere, does it not? Maybe the secret.
  3. Wow head has them ex: slayer armor (rogue t6) Slayer's Armor - Item Set - World of Warcraft if your using mangos you would type.additemset 668 arcemu would be.char add itemset 668 (if i rememeber correctly).

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.

Wow Classic Slot Ids

Ok so first no flaming pls i'm just trying to contribute or atleast tell noobs like me who don't know how to find and add an item in their server how to do it.
1.Finding the item ID-go to let's say wowhead and browse to an item which you want to add to your character,another character ,or a custom vendor.
2.Now look at the adress bar there you should see something like http://www.wowhead.com/?item='numbers which actually are the item ID'
Here's the image hope it makes it clear for everyone
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.
Main Menu
→ 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
Wow slot ids games

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 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

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

Wow Slot Ids

Patch changes

Wow Inventory Slot Ids

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

See also

Retrieved from 'https://wow.gamepedia.com/InventorySlotId?oldid=5926269'
Coments are closed
Scroll to top