Short version: Can I craft an item by clicking a button? (Without opening the tradeskill window)
Long version:
Is crafting an item protected? DoTradeskill is not marked as protected.
The main problem with this is however that this requires the correct tradeskill window to be opened which I would like to skip.
A simple approach with SetAttribute did not work.
I am looking for a simple way (ideally without scanning all professions first) to craft an item (like Imperial Silk) by clicking a button.
Long version:
Is crafting an item protected?
DoTradeskill is not marked as protected.
The main problem with this is however that this requires the correct tradeskill window to be opened which I would like to skip.
A simple approach with SetAttribute did not work.
I am looking for a simple way (ideally without scanning all professions first) to craft an item (like Imperial Silk) by clicking a button.
Yes.
> Without opening the tradeskill window
Nope, but you can open it, start the crafting, and close it: https://github.com/TekNoLogic/Panda/blob/master/ButtonFactory.lua#L60-L68