Jump to content

craft script automation


vasa2221

Recommended Posts

there is nice script for crafting

 /use tailoring
/run for i,r in ipairs(C_TradeSkillUI.GetAllRecipeIDs()) do if C_TradeSkillUI.GetRecipeInfo(r).name=="Silkweave Cinch" then C_TradeSkillUI.CraftRecipe(r); break end end C_TradeSkillUI.CloseTradeSkill()

question is how to force bot to craft items then sell  them  to vendor and do it again ??

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...