Wowpedia

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

READ MORE

Wowpedia
Register
 
 
Line 1: Line 1:
  +
{{wowapi}} __NOTOC__
{{questbox
 
  +
Buys the specified item.
| id = 29316
 
  +
BuyMerchantItem(index {, quantity});
| name = Back to Basics
 
| faction = Alliance
 
| category = Darnassus
 
| type = Daily
 
| level = 10
 
| levelreq = 10
 
| start = [[Alegorn]]
 
| reputation = +250 [[Darnassus]]
 
| experience =
 
| rewards = +1 Cooking Skill<br/>[[Chef's Award]]
 
| money = {{cost|16|54|}} (at level 85)
 
}}
 
'''Back to Basics''' is a [[Daily cooking quests|daily cooking quest]] available from [[Alegorn]] on the Craftsmen's Terrace in Darnassus.
 
   
== Objectives ==
+
==Parameters==
  +
===Arguments===
Help the inhabitants of the Craftsmen's Terrace and Tradesmen's Terrace make rice flour by pounding the contents of [[Rice Basket]]s.
 
  +
:;index : Number - The index of the item in the merchant's inventory
  +
:;quantity : Number (Optional) - Quantity to buy.
   
 
==Notes==
* Practice Making Rice Flour (6)
 
  +
If the item is sold in stacks, the quantity specifies how many stacks will be bought.
   
  +
In 4.1 (I do not know when the change occur) the quantity argument behavior is different.
== Description ==
 
There are certain things that everybody needs, from the basic household cook to the master chef. One of the city's most important staples is rice flour. Most families keep at least one basket of rice in their houses and the residents of the [[Craftsmen's Terrace]] and [[Tradesmen's Terace]] are no different.
 
   
  +
* If you do not specify quantity and the item is sold in stacks it will buy a stack.
I often ask my students to help with the task of pounding rice into flour since it's good practice and an endless task. Why don't you give it a try?
 
  +
* If you specify quantity it will buy the specified amount, sold in stacks or not.
   
  +
The only limitation is the maximum stack allowed to buy from the merchant at one time, you can check this with the [[API GetMerchantItemMaxStack|GetMerchantItemMaxStack]] function.
== Rewards ==
 
You will receive:
 
* {{cost|16|54|}} (at level 85)
 
* +1 [[Cooking]] Skill
 
* [[Chef's Award]]
 
 
== Progress ==
 
Have you practiced making rice flour?
 
 
== Completion ==
 
It takes a lot of effort to ensure that there's enough flour for everyone's needs. Thank you for your help, <name>.
 
 
==Gains==
 
* +250 reputation with [[Darnassus]]
 
 
== Patches and hotfixes ==
 
*{{Patch 4.1.0|note=Added.}}
 
 
==External links==
 
<!-- Read http://www.wowpedia.org/Wowpedia:External_links before posting your links here.
 
Links that do not conform to the rules will be DELETED.
 
Repeat violations may result in a BAN.
 
Have a nice day. :) -->
 
{{elinks-quest|29316}}
 
 
[[Category:Alliance quests]]
 
[[Category:Daily quests]]
 
[[Category:Cooking quests]]
 
<noinclude>[[ru:Справка:Статьи о заданиях/Предварительная загрузка]]</noinclude>
 

Revision as of 09:18, 19 May 2011

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.

In 4.1 (I do not know when the change occur) the quantity argument behavior is different.

  • If you do not specify quantity and the item is sold in stacks it will buy a stack.
  • If you specify quantity it will buy the specified amount, sold in stacks or not.

The only limitation is the maximum stack allowed to buy from the merchant at one time, you can check this with the GetMerchantItemMaxStack function.