Wowpedia

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

READ MORE

Wowpedia
Register
Advertisement

Performs the tradeskill a specified number of times.

C_TradeSkillUI.CraftRecipe(recipeSpellID [, numCasts, craftingReagents, recipeLevel, orderID])

Arguments[]

recipeSpellID
number - The ID of the tradeskill recipe.
numCasts
number? = 1 - The number of times to repeat the creation of the specified recipe.
craftingReagents
CraftingReagentInfo[]?
Field Type Description
itemID number
dataSlotIndex number
quantity number
recipeLevel
number?
orderID
number?

Patch changes[]

Dragonflight Patch 10.0.2 (2022-11-15): Added orderID argument.
Dragonflight Patch 10.0.0 (2022-10-25): Changed optionalReagents argument to craftingReagents
Legion Patch 7.0.3 (2016-07-19): Moved from DoTradeSkill to C_TradeSkillUI.CraftRecipe()

Advertisement