WoW:API BuyMerchantItem: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
({{wowapi}}, format)
m (Move page script moved page API BuyMerchantItem to WoW:API BuyMerchantItem without leaving a redirect)
 
(One intermediate revision by one other user not shown)
Line 9: Line 9:


==Notes==
==Notes==
If the item is sold in stacks, the quantity specifies how many stacks will be bought.
If the item is sold in stacks, the quantity specifies how many stacks will be bought.  <-- This is either questionable or confusing.  For example, Crystal Vials are sold in batches of 5 by default.  Giving 2 as the quantity will purchase only 2 Crystal Vials, not 10.

Latest revision as of 04:45, 15 August 2023

WoW API < BuyMerchantItem

Buys the specified item.

BuyMerchantItem(index {, quantity});

Parameters

Arguments

index
Number - The index of the item in the merchant's inventory
quantity
Number (Optional) - Quantity to buy.

Notes

If the item is sold in stacks, the quantity specifies how many stacks will be bought. <-- This is either questionable or confusing. For example, Crystal Vials are sold in batches of 5 by default. Giving 2 as the quantity will purchase only 2 Crystal Vials, not 10.