Wowpedia

We have moved to Warcraft Wiki. Click here for information and the new URL.

READ MORE

Wowpedia
Register
Advertisement

Returns info for a required/reward/choice quest item.

name, texture, count, quality, isUsable, itemID = GetQuestItemInfo(type, index)

Arguments[]

type
string - type of the item to query. One of the following values:
  • "required": Items the quest requires the player to gather.
  • "reward": Unconditional quest rewards.
  • "choice": One of the possible quest rewards.
index
number - index of the item of the specified type to return information about, ascending from 1.

Returns[]

name
string - The item's name.
texture
number : FileID - The item's icon texture.
count
number - Amount of the item required or awarded by the quest.
quality
Enum.ItemQuality🔗
isUsable
boolean - True if the quest item is usable by the current player.
itemID
number - The item's ID.

Details[]

Patch changes[]

Shadowlands Patch 9.0.2 (2020-11-17): Added itemID return.[1]

See also[]

Advertisement