Bio Engineer Archive
Thread: Here is my new crafting macro
I don't know whether it makes a difference, but I broke this into 2 3-segment macros, toou out the "selectdraftschematic" line and made this recursive. First macro fires, runs through 3 tools, pauses 2 seconds, starts the second macro, runs through 3 tools, pauses, starts the first macro again. Put a one-line macro 'select draft schematic' in a seperate toolbar slot and when you change grinding items, you change 1 line, not 6. Just make sure you put another 1-line macro (/dump) on the tolbar within easy reach, or it won't ever end. I'ved used the same macro for artisan, droid engineer, ws, medic and doc. If you can craft it, you can grind it.
GrindOne
/ui action toolbarSlot04;
/ui action toolbarSlot11;
/pause 4;
/nextcraftingstage;
/nextcraftingstage;
/createprototype practice no item;
/createprototype practice no item;
/pause 2;
/ui action toolbarSlot05;
/ui action toolbarSlot11;
/pause 4;
/nextcraftingstage;
/nextcraftingstage;
/createprototype practice no item;
/createprototype practice no item;
/pause 2;
/ui action toolbarSlot06;
/ui action toolbarSlot11;
/pause 4;
/nextcraftingstage;
/nextcraftingstage;
/createprototype practice no item;
/createprototype practice no item;
/pause 2;
/ui action toolbarSlot01;
/ui action toolbarSlot07;
/ui action toolbarSlot11;
/pause 4;
/nextcraftingstage;
/nextcraftingstage;
/createprototype practice no item;
/createprototype practice no item;
/pause 2;
/ui action toolbarSlot08;
/ui action toolbarSlot11;
/pause 4;
/nextcraftingstage;
/nextcraftingstage;
/createprototype practice no item;
/createprototype practice no item;
/pause 2;
/ui action toolbarSlot09;
/ui action toolbarSlot11;
/pause 4;
/nextcraftingstage;
/nextcraftingstage;
/createprototype practice no item;
/createprototype practice no item;
/pause 2;
/ui action toolbarSlot00;