WoW:ItemType: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
|||
Line 5: | Line 5: | ||
=== Possible itemType returns === | === Possible itemType returns === | ||
"Armor", "Consumable", "Container", "Key", "Miscellaneous", "Reagent", "Recipe", "Projectile", "Quest", "Trade Goods", "Weapon" | "Armor", "Consumable", "Container", "Key", "Miscellaneous", "Reagent", "Recipe", "Projectile", "Quest", "Quiver", "Trade Goods", "Weapon" | ||
=== Sorted Types and Subtypes === | === Sorted Types and Subtypes === | ||
<b>Armor</b> | <b>Armor</b> | ||
* Cloth | * "Cloth" | ||
* Idols | * "Idols" | ||
* Leather | * "Leather" | ||
* Mail | * "Librams" | ||
* Miscellaneous | * "Mail" | ||
* Shields | * "Miscellaneous" | ||
* Plate | * "Shields" | ||
* "Totems" | |||
* "Plate" | |||
<b>Consumable</b> | <b>Consumable</b> | ||
* Consumable | * "Consumable" | ||
<b>Container</b> | <b>Container</b> | ||
* Bag | * "Bag" | ||
* Herb Bag | * "Enchanting Bag" | ||
* Soul Bag | * "Engineering Bag" - (exists in Auction house, no known item in game uses this subtype). | ||
* "Herb Bag" | |||
* "Soul Bag" | |||
<b>Key</b> | <b>Key</b> | ||
* Key | * "Key" | ||
<b>Miscellaneous</b> | <b>Miscellaneous</b> | ||
* Junk | * "Junk" | ||
<b>Reagent</b> | <b>Reagent</b> | ||
* Reagent | * "Reagent" | ||
<b>Recipe</b> | <b>Recipe</b> | ||
* Alchemy | * "Alchemy" | ||
* Blacksmithing | * "Blacksmithing" | ||
* Book | * "Book" | ||
* Cooking | * "Cooking" | ||
* Enchanting | * "Enchanting" | ||
* Engineering | * "Engineering" | ||
* First Aid | * "First Aid" | ||
* Leatherworking | * "Leatherworking" | ||
* Tailoring | * "Tailoring" | ||
<b>Projectile</b> | <b>Projectile</b> | ||
* Arrow | * "Arrow" | ||
* Bullet | * "Bullet" | ||
<b>Quest</b> | <b>Quest</b> | ||
* Quest | * "Quest" | ||
<b>Quiver</b> | <b>Quiver</b> | ||
* Ammo Pouch | * "Ammo Pouch" | ||
* Quiver | * "Quiver" | ||
<b>Trade Goods</b> | <b>Trade Goods</b> | ||
* Devices | * "Devices" | ||
* Explosives | * "Explosives" | ||
* Parts | * "Parts" | ||
* Trade Goods | * "Trade Goods" | ||
<b>Weapon</b> | <b>Weapon</b> | ||
* Bows | * "Bows" | ||
* Crossbows | * "Crossbows" | ||
* Daggers | * "Daggers" | ||
* Guns | * "Guns" | ||
* Fishing Pole | * "Fishing Pole" | ||
* Fist Weapons | * "Fist Weapons" | ||
* Miscellaneous | * "Miscellaneous" | ||
* One-Handed Axes | * "One-Handed Axes" | ||
* One-Handed Maces | * "One-Handed Maces" | ||
* One-Handed Swords | * "One-Handed Swords" | ||
* Polearms | * "Polearms" | ||
* Staves | * "Staves" | ||
* Thrown | * "Thrown" | ||
* Two-Handed Axes | * "Two-Handed Axes" | ||
* Two-Handed Maces | * "Two-Handed Maces" | ||
* Two-Handed Swords | * "Two-Handed Swords" | ||
* Wands | * "Wands" |
Revision as of 23:31, 19 April 2006
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"
- "Shields"
- "Totems"
- "Plate"
Consumable
- "Consumable"
Container
- "Bag"
- "Enchanting Bag"
- "Engineering Bag" - (exists in Auction house, no known item in game uses this subtype).
- "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"