Macro Help with Crafting

Greetings guyz,

I just wanna make [Dragon Isles Tailoring: Surveyor’s Cloth Bands] with a macro, I tried too many things but it doesn’t do anything when the Craft window is closed, and when the Craft window is open, the progress bar advances, but the item doesn’t craft at the end. =(

1-) /run local id=376509 C_TradeSkillUI.CraftRecipe(id,C_TradeSkillUI.GetCraftableCount(id))

2-) /run PickupSpell(193497)

3-) /run local ts = C_TradeSkillUI; local inf = C_TradeSkillUI.GetRecipeInfo(376509); ts.CraftRecipe(376509, inf.numAvailable);

4-) /run local inf=C_TradeSkillUI.GetRecipeInfo(376509);C_TradeSkillUI.CraftRecipe(376509,inf.numAvailable)

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.