WoW:ItemEquipLoc: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
m (catfix, Replaced: {{wowapitype}} → {{wowapitype}}<br>) |
||
Line 1: | Line 1: | ||
{{wowapitype}} | {{wowapitype}}<br> | ||
These are the possible 8th returns of [[API GetItemInfo|GetItemInfo]] and their usable slots. | These are the possible 8th returns of [[API GetItemInfo|GetItemInfo]] and their usable slots. |
Revision as of 00:54, 15 July 2008
These are the possible 8th returns of GetItemInfo and their usable slots.
Return | Type | Usable Slots |
"" | Unequippable | na |
"INVTYPE_AMMO" | Ammo | 0 |
"INVTYPE_HEAD" | Head | 1 |
"INVTYPE_NECK" | Neck | 2 |
"INVTYPE_SHOULDER" | Shoulder | 3 |
"INVTYPE_BODY" | Shirt | 4 |
"INVTYPE_CHEST" | Chest | 5 |
"INVTYPE_ROBE" | Chest | 5 |
"INVTYPE_WAIST" | Waist | 6 |
"INVTYPE_LEGS" | Legs | 7 |
"INVTYPE_FEET" | Feet | 8 |
"INVTYPE_WRIST" | Wrist | 9 |
"INVTYPE_HAND" | Hands | 10 |
"INVTYPE_FINGER" | Fingers | 11,12 |
"INVTYPE_TRINKET" | Trinkets | 13,14 |
"INVTYPE_CLOAK" | Cloaks | 15 |
"INVTYPE_WEAPON" | One-Hand | 16,17 |
"INVTYPE_SHIELD" | Shield | 17 |
"INVTYPE_2HWEAPON" | Two-Handed | 16 |
"INVTYPE_WEAPONMAINHAND" | Main-Hand Weapon | 16 |
"INVTYPE_WEAPONOFFHAND" | Off-Hand Weapon | 17 |
"INVTYPE_HOLDABLE" | Held In Off-Hand | 17 |
"INVTYPE_RANGED" | Bows or Crossbows | 18 |
"INVTYPE_THROWN" | Ranged | 18 |
"INVTYPE_RANGEDRIGHT" | Wands or Guns | 18 |
"INVTYPE_RELIC" | Relics | 18 |
"INVTYPE_TABARD" | Tabard | 19 |
"INVTYPE_BAG" | Containers | 20,21,22,23 |
"INVTYPE_QUIVER" | Quivers | 20,21,22,23 (defined in GlobalStrings.lua, but does not appear to be used) |