by admin
Trinket Slot Id
Main Menu |
---|
→ All Types
Inventory slots refer to a unique equipment or bag slot.
- Here is a list of the item slot numbers for your character: Head = 1 Neck = 2 Shoulders = 3 Body = 4 (shirt) Chest = 5 Waist = 6 Legs = 7 Feet = 8 Wrist = 9 Hand = 10 Finger1 = 11 Finger2 = 12 Trinket1 = 13 Trinket2 = 14 Back = 15 Mainhand = 16 Offhand = 17 Tabard = 19. Here is a graphical explaination of your character's item slot numbers.
- However, other Wow Trinket Item Slot Number ranging factors, such as the bonus value and the casino's rating, have been added into the mix as well. If I haven’t Wow Trinket Item Slot Number guessed your country correctly from your IP address, you can change it by clicking the flag in the top left corner.
- A complete searchable and filterable list of all Trinkets in World of Warcraft: Shadowlands. Always up to date with the latest patch (9.0.2).
- 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)
The trinket slot as it appears in the season 4 inventory layout. Trinkets are a category of items introduced in Season 4 and the preseason. They are placed in the trinket slot, which is independent from the player's main inventory and can only hold trinket items.
Example: prints the InventorySlotId for an InventorySlotName, and the related globalstring and constant.
InvSlotName GlobalString (enUS) | InvSlotId | Constant | |
---|---|---|---|
AMMOSLOT | Ammo | 0 | INVSLOT_AMMO |
HEADSLOT | Head | 1 | INVSLOT_HEAD |
NECKSLOT | Neck | 2 | INVSLOT_NECK |
SHOULDERSLOT | Shoulders | 3 | INVSLOT_SHOULDER |
SHIRTSLOT | Shirt | 4 | INVSLOT_BODY |
CHESTSLOT | Chest | 5 | INVSLOT_CHEST |
WAISTSLOT | Waist | 6 | INVSLOT_WAIST |
LEGSSLOT | Legs | 7 | INVSLOT_LEGS |
FEETSLOT | Feet | 8 | INVSLOT_FEET |
WRISTSLOT | Wrist | 9 | INVSLOT_WRIST |
HANDSSLOT | Hands | 10 | INVSLOT_HAND |
FINGER0SLOT | Finger | 11 | INVSLOT_FINGER1 |
FINGER1SLOT | Finger | 12 | INVSLOT_FINGER2 |
TRINKET0SLOT | Trinket | 13 | INVSLOT_TRINKET1 |
TRINKET1SLOT | Trinket | 14 | INVSLOT_TRINKET2 |
BACKSLOT | Back | 15 | INVSLOT_BACK |
MAINHANDSLOT | Main Hand | 16 | INVSLOT_MAINHAND |
SECONDARYHANDSLOT | Off Hand | 17 | INVSLOT_OFFHAND |
RANGEDSLOT | Ranged | 18 | INVSLOT_RANGED |
TABARDSLOT | Tabard | 19 | INVSLOT_TABARD |
Bags
There are also InvSlotNames for each bag.
InvSlotName | InvSlotId |
---|---|
BAG0SLOT | 20 |
BAG1SLOT | 21 |
BAG2SLOT | 22 |
BAG3SLOT | 23 |
Slot ids for bags and containers are returned from ContainerIDToInventoryID()
ID | Classic | Retail | Description |
---|---|---|---|
1st character bag | |||
2nd character bag | |||
3rd character bag | |||
4th character bag | |||
bank slots (classic: 24, retail: 28) | |||
1st bank bag | |||
2nd bank bag | |||
3rd bank bag | |||
4th bank bag | |||
5th bank bag | |||
6th bank bag | |||
7th bank bag |
Trinket Slots Wow
Generic bank containers
Slot ids for the stock containers in the bank are returned from BankButtonIDToInvSlotID()
Trinket Slots For Macros
Patch changes
Trinket Slot Macro Classic Wow
- 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'