WoW:ItemType: Difference between revisions
Jump to navigation
Jump to search
(→Sorted Types and Subtypes: added citation) |
m (Robot: converting/fixing HTML) |
||
Line 10: | Line 10: | ||
=== Sorted Types and Subtypes === | === Sorted Types and Subtypes === | ||
'''Armor''' | |||
* "Cloth" | * "Cloth" | ||
* "Idols" | * "Idols" | ||
Line 21: | Line 21: | ||
* "Plate" | * "Plate" | ||
'''Consumable''' | |||
* "Consumable" | * "Consumable" | ||
'''Container''' | |||
* "Bag" | * "Bag" | ||
* "Enchanting Bag" | * "Enchanting Bag" | ||
Line 31: | Line 31: | ||
* "Soul Bag" | * "Soul Bag" | ||
'''Key''' | |||
* "Key" | * "Key" | ||
'''Miscellaneous''' | |||
* "Junk" | * "Junk" | ||
'''Reagent''' | |||
* "Reagent" | * "Reagent" | ||
'''Recipe''' | |||
* "Alchemy" | * "Alchemy" | ||
* "Blacksmithing" | * "Blacksmithing" | ||
Line 51: | Line 51: | ||
* "Tailoring" | * "Tailoring" | ||
'''Projectile''' | |||
* "Arrow" | * "Arrow" | ||
* "Bullet" | * "Bullet" | ||
'''Quest''' | |||
* "Quest" | * "Quest" | ||
'''Quiver''' | |||
* "Ammo Pouch" | * "Ammo Pouch" | ||
* "Quiver" | * "Quiver" | ||
'''Trade Goods''' | |||
* "Devices" | * "Devices" | ||
* "Explosives" | * "Explosives" | ||
Line 68: | Line 68: | ||
* "Trade Goods" | * "Trade Goods" | ||
'''Weapon''' | |||
* "Bows" | * "Bows" | ||
* "Crossbows" | * "Crossbows" |
Revision as of 10:10, 20 January 2007
These are the possible 5th and 6th returns of GetItemInfo.
Item Types and Item Sub Types
Every item in the game has an type and subtype of some kind. No valid item will return nil for either of these values.
Possible itemType returns
"Armor", "Consumable", "Container", "Key", "Miscellaneous", "Reagent", "Recipe", "Projectile", "Quest", "Quiver", "Trade Goods", "Weapon"
Sorted Types and Subtypes
Armor
- "Cloth"
- "Idols"
- "Leather"
- "Librams"
- "Mail"
- "Miscellaneous" - includes Spellstones and FirestonesTemplate:Ref
- "Shields"
- "Totems"
- "Plate"
Consumable
- "Consumable"
Container
- "Bag"
- "Enchanting Bag"
- "Engineering Bag" - (Will be implemented in the "The Burning Crusade").
- "Herb Bag"
- "Soul Bag"
Key
- "Key"
Miscellaneous
- "Junk"
Reagent
- "Reagent"
Recipe
- "Alchemy"
- "Blacksmithing"
- "Book"
- "Cooking"
- "Enchanting"
- "Engineering"
- "First Aid"
- "Leatherworking"
- "Tailoring"
Projectile
- "Arrow"
- "Bullet"
Quest
- "Quest"
Quiver
- "Ammo Pouch"
- "Quiver"
Trade Goods
- "Devices"
- "Explosives"
- "Parts"
- "Trade Goods"
Weapon
- "Bows"
- "Crossbows"
- "Daggers"
- "Guns"
- "Fishing Pole"
- "Fist Weapons"
- "Miscellaneous"
- "One-Handed Axes"
- "One-Handed Maces"
- "One-Handed Swords"
- "Polearms"
- "Staves"
- "Thrown"
- "Two-Handed Axes"
- "Two-Handed Maces"
- "Two-Handed Swords"
- "Wands"