Posted  by  admin

Wow 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.
  1. Wow Slot Ids Bot
  2. Wow Slot Ids
  • Bag slots are an area of the Interface Bar, usually at the bottom-right of the screen, contains five slots for bag items. Some people consider the new key ring button part of this area. While the bar has five slots only four are changeable, the slot at the right-most end of the interface bar contains the backpack, which cannot be removed or replaced. Each character can purchase up to seven bag.
  • 0 = ammo 1 = head 2 = neck 3 = shoulder 4 = shirt 5 = chest 6 = belt 7 = legs 8 = feet 9 = wrist 10 = gloves 11 = finger 1 12 = finger 2 13 = trinket 1.
Main Menu
→ All Types

If you wait 30 minutes and still can't use the extra slots after relogging, reset your user interface to resolve any possible conflicts with addons. If you remove either the Authenticator or Phone Number, your backpack reverts to its original size, the slots show as locked again, and the items in those slots are moved to free slots in another bag.

Wow

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.

Wow
InvSlotNameInvSlotId
BAG0SLOT20
BAG1SLOT21
BAG2SLOT22
BAG3SLOT23

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

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

Patch changes

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

Wow Slot Ids Bot

See also

Wow Slot Ids

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