Wowpedia

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

READ MORE

Wowpedia
(upgraded deprecated template)
mNo edit summary
Line 1: Line 1:
 
{{wowapi}}
 
{{wowapi}}
<center>'''GetTradeSkillNumMade''' - ''Documentation by [[User:Flickering|Flickering]]''</center>
 
   
 
Get the number of items made in each use of a tradeskill.
 
Get the number of items made in each use of a tradeskill.

Revision as of 18:09, 2 November 2007

Get the number of items made in each use of a tradeskill.

minMade, maxMade = GetTradeSkillNumMade(skillId)

Parameters

Arguments

(skillId)
skillId
Number - Which tradeskill to query.

Returns

minMade, maxMade
minMade
Number - The minimum number of items that will be made.
maxMade
Number - The maximum number of items that will be made.