Artisan Archive
Thread: Help me out of my macro problem PLZ!
There is a /selectdraftschematic switch you can use in crafting macros. It is:
/selectdraftschematic <schematic number of the item you want to craft>
Finding the schematic number is the tricky bit but trial and error should sort it out. For example, I use:
/selectdraftschematic 53 to select my Kiwik Clusjo Swirls for my Chef grind.
So my whole macro looks like:
/ui action toolbarSlotXX
/selectDraftSchematic ##;
/pause 5;
/nextcraftingstage;
/nextcraftingstage;
/createprototype practice no item;
/createprototype practice no item;
Sorry for the double post. What I was trying to say is, my macro looks like:
/ui action toolbarSlotXX; ----------------------> Selects crafting tool
/selectDraftSchematic XX; -------------------> Select schematic
/pause 6; ---------------------> Waits for me to select my resources
/nextcraftingstage;
/nextcraftingstage;
/createprototype practice no item;
/createprototype practice no item;
It all detailed in a FAQ on the Chef board.
Ive tried it before as a little macro to select the macro and use the other macro after ive put in the resources... Works quite like urs..
But it says:
/ui actiontoolbarslotxx: no subcommand found
/selectcraftschematic: no subcommand found
Why?
http://tempestccv.tripod.com/ccvdantooine/id13.html
for the complete guide to how to macro a grind. even tells you how to select your draft schem without having to guess at it.