WoW:ItemEquipLoc: Difference between revisions
Jump to navigation
Jump to search
({{wowapitype}}) |
m (User-controlled Bot: table syntax updated) |
||
Line 3: | Line 3: | ||
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. | ||
{| cellpadding="1" | |||
|----- | |||
| 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 Guns or Crossbows | |||
| 18 | |||
|----- | |||
| "INVTYPE_THROWN" || Ranged || 18 | |||
|----- | |||
| "INVTYPE_RANGEDRIGHT" || Wands || 18 | |||
|----- | |||
| "INVTYPE_RELIC" || Relics || 18 | |||
|----- | |||
| "INVTYPE_TABARD" || Tabard || 19 | |||
|----- | |||
| "INVTYPE_BAG" || Containers || 20,21,22,23 | |||
|} |
Revision as of 23:17, 20 January 2007
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 Guns or Crossbows | 18 |
"INVTYPE_THROWN" | Ranged | 18 |
"INVTYPE_RANGEDRIGHT" | Wands | 18 |
"INVTYPE_RELIC" | Relics | 18 |
"INVTYPE_TABARD" | Tabard | 19 |
"INVTYPE_BAG" | Containers | 20,21,22,23 |