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)