Crafting Macro
Posted: April 27th, 2004, 2:59 am
Ten tool crafting macro (works with any craft) - macros go across first 10 slots and the crafting tools go under them in slot 13-22
/ui action toolbarSlot12;
/sel 57; *schematic number
/pause 6;
/nextC;
/nextC;
/nextC;
/createPrototype Practice No Item;
/createPrototype Practice No Item;
/pause 2;
/ui action toolbarSlot01; * To use less tools just change the last line of the last macro you want to use to
*/ui action toolbarSlot00
*For the next 9 macros just increment the first slot (13,14,15,16,17,18,19,20,21) and the bottom slot (02,03,04,05,06,07,08,09)
**NOTE** The last macro you want to use should have /ui action toolbarSlot00 for the last line which will cause the loop.
/ui action toolbarSlot12;
/sel 57; *schematic number
/pause 6;
/nextC;
/nextC;
/nextC;
/createPrototype Practice No Item;
/createPrototype Practice No Item;
/pause 2;
/ui action toolbarSlot01; * To use less tools just change the last line of the last macro you want to use to
*/ui action toolbarSlot00
*For the next 9 macros just increment the first slot (13,14,15,16,17,18,19,20,21) and the bottom slot (02,03,04,05,06,07,08,09)
**NOTE** The last macro you want to use should have /ui action toolbarSlot00 for the last line which will cause the loop.