Navigation menu
Personal tools
Not logged in
Talk
Contributions
Create account
Log in
Namespaces
WoW
Talk
English
Views
Read
Edit
History
More
Search
Navigation
Home
Random page
Help using wiki
Editions
for WoW
for WildStar
for Solar2D
Documentation
for WoW
for WildStar
Reference
WoW
⦁ FrameXML
⦁ AddOns
⦁ API
⦁ WoW Lua
WildStar
⦁ AddOns
⦁ API
⦁ WildStar Lua
Engine
Tools
What links here
Related changes
Special pages
Page information
Site
Recent Changes
Editing
WoW:ItemType
Jump to navigation
Jump to search
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
{{wowapitype}}<br /> These are the possible '''itemType''' and itemSubType returns of [[API GetItemInfo|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", "Money", "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 === {{Accuracy-section}} ==== Armor ==== * "Miscellaneous" - includes [[Spellstone]]s and [[Firestone]]s * "Cloth" * "Leather" * "Mail" * "Plate" * "Shields" * "[[Libram]]s" * "[[Idol]]s" * "[[Totem]]s" * "[[Sigil]]s" ==== Consumable ==== * "Food & Drink" * "Potion" * "Elixir" * "Flask" * "Bandage" * "Item Enhancement" * "Scroll" * "Other" * "Consumable" - Seems some items still show up as this in 2.4.2 (Fel Blossom, Weighted Jack-o'-Lantern) ==== Container ==== * "Bag" * "Enchanting Bag" * "Engineering Bag" * "Gem Bag" * "Herb Bag" * "Leatherworking Bag" * "Mining Bag" * "Soul Bag" ==== Gem ==== * "Blue" * "Green" * "Orange" * "Meta" * "Prismatic" * "Purple" * "Red" * "Simple" * "Yellow" * "[[Artifact Relic]]" ==== Key ==== * "Key" ==== Miscellaneous ==== * "Junk" * "Reagent" * "Pet" * "Holiday" * "Mount" * "Other" ==== Money ==== * Badges and other "linkable items" used as [[currency]]. ==== Reagent ==== * "Reagent" - this is likely defunct ==== Recipe ==== * "Alchemy" * "Blacksmithing" * "Book" * "Cooking" * "Enchanting" * "Engineering" * "First Aid" * "Inscription"? * "Leatherworking" * "Tailoring" ==== Projectile ==== {{Rfg-section|expansion=cata}} * "Arrow" * "Bullet" ==== Quest ==== * "Quest" ==== Quiver ==== :''Not specific to ammo, as of {{Cata-inline}} Cataclysm.'' * "Ammo Pouch" * "Quiver" ==== Trade Goods (Tradeskill) ==== * "Armor Enchantment" * "Cloth" * "Devices" * "Elemental" * "Enchanting" * "Explosives" * "Herb" * "Jewelcrafting" * "Leather" * "Materials" * "Meat" * "Metal & Stone" * "Other" * "Parts" * "Trade Goods" - Some items still show up as this in [[Patch 2.4.2]] (Mountain Silversage) * "Weapon Enchantment" The actual parent item type returned for these as of Battle For Azeroth Patch 8.0.1 is called Tradeskill. ==== Weapon ==== * "Bows" * "Crossbows" * "Daggers" * "Guns" * "Fishing Poles" (used to be "Fishing Pole" before [[Patch 2.3]]) * "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" (for the purpose of &91;equipped: &93; these can be used) * "One-Hand" * "Two-Hand" === Notes === * For the itemtype "Armor" and the itemtype "Weapon," the possible itemsubtype returns seem to be consistent with the names of the proficiency spells. For example "Daggers" is the same name as [http://www.wowhead.com/?spell=1180 Spell 1180]. This may be useful for localizing an add-on that checks against these values. However, if your add-on just prints these values, [[API GetItemInfo|GetItemInfo]] already returns the localized string. == References == {{reflist}}
Summary:
Please note that all contributions to AddOn Studio are considered to be released under the Creative Commons Attribution-NonCommercial-ShareAlike (see
AddOn Studio Wiki:Copyrights
for details).
Submissions must be written by you, or copied from a public domain or similar free resource (see
AddOn Studio Wiki:Copyrights
for details).
Cancel
Editing help
(opens in new window)
Templates used on this page:
Template:Accuracy-section
(
edit
)
Template:Apinav
(
edit
)
Template:Cata-inline
(
edit
)
Template:Clrl
(
edit
)
Template:Editlink
(
edit
)
Template:Reflist
(
edit
)
Template:Rfg-section
(
edit
)
Template:Section
(
edit
)
Template:Wowapi
(
edit
)
Template:Wowapitype
(
edit
)