Automated updating of API pages at this location, to reflect patch changes, has ceased from 10.1.7 onwards. |
This function is restricted.
|
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[]
Patch 10.0.2 (2022-11-15): Added orderID
argument.
Patch 10.0.0 (2022-10-25): Changed optionalReagents
argument to craftingReagents
Patch 7.0.3 (2016-07-19): Moved from DoTradeSkill to C_TradeSkillUI.CraftRecipe()