WoW:ItemType: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
(Fixed spelling and grammar mistakes.)
mNo edit summary
Line 17: Line 17:
* "Librams"
* "Librams"
* "Mail"
* "Mail"
* "Miscellaneous" - includes [[Spellstone|Spellstones]] and [[Firestone|Firestones]]{{ref}}
* "Miscellaneous" - includes [[Spellstone|Spellstones]] and [[Firestone|Firestones]]
* "Shields"
* "Shields"
* "Totems"
* "Totems"
Line 100: Line 100:
* "Two-Handed Swords"
* "Two-Handed Swords"
* "Wands"
* "Wands"
{{references|body=
* Tested on 00:45, 15 January 2007 (EST)
* Tested new Gem categories 19:40, 23 May 2007 (GMT)
}}

Revision as of 07:06, 18 July 2007

API types

These are the possible 5th and 6th returns of GetItemInfo.

Item Types and Item Sub Types

Every item in the game has a type and subtype of some kind. No valid item will return nil for either of these values. Be aware that the strings are localized on the clients.

Possible itemType returns

"Armor", "Consumable", "Container", "Gem", "Key", "Miscellaneous", "Reagent", "Recipe", "Projectile", "Quest", "Quiver", "Trade Goods", "Weapon" for English client. Generally they are the same strings you see in the auction search tab.

Sorted Types and Subtypes

Armor

  • "Cloth"
  • "Idols"
  • "Leather"
  • "Librams"
  • "Mail"
  • "Miscellaneous" - includes Spellstones and Firestones
  • "Shields"
  • "Totems"
  • "Plate"

Consumable

  • "Consumable"

Container

  • "Bag"
  • "Enchanting Bag"
  • "Engineering Bag"
  • "Gem Bag"
  • "Herb Bag"
  • "Mining Bag"
  • "Soul Bag"

Gem

  • "Blue"
  • "Green"
  • "Orange"
  • "Meta"
  • "Prismatic"
  • "Purple"
  • "Red"
  • "Simple"
  • "Yellow"

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"