Wikia

WoWWiki

Watchlist Recent changes

API GetMerchantItemInfo

Main Menue



Returns information about a merchant's item.

name, texture, price, quantity, numAvailable, isUsable, extendedCost = GetMerchantItemInfo(index)

ParametersEdit

Arguments Edit

index 
Number - The index of the item in the merchant's inventory

Returns Edit

name 
String - The name of the item
texture 
String - The texture that represents the item's icon
price 
Number - The price of the item (in copper). Note that if quantity is greater than one (i.e. the item is sold in batches by default), then this is the price per batch, not the unit price.
quantity 
Number - The quantity that will be purchased (the batch size, e.g. 5 for vials)
numAvailable 
Number - The number of this item that the merchant has in stock. -1 for unlimited stock.
isUsable 
Number - Is 1 if the player can use this item, nil otherwise
extendedCost 
Number - Is 1 if the item has extended (PvP) cost info, nil otherwise

Example Edit

local name, texture, price, quantity, numAvailable, isUsable, extendedCost = GetMerchantItemInfo(4);
message(name .. " " .. price .. "c");

Result Edit

A message stating the name and price of the item in merchant slot 4 appears.

See alsoEdit

Pages on WoWWiki

94,213pages on
this wiki
Advertisement | Your ad here

Latest Photos

Add a Photo
55,642photos on this wiki
See more >

Recent Wiki Activity

See more >

Recent Questions

Around Wikia's network

Random Wiki