Doctor Archive
Thread: crafting macro for grinding. WILL WORK EVEN IF YOUR /nextcraftingstage SEEMS TO DO NOTHING
Use 2 of these and call me in the morning. You want to produce something that requires a droid out? Add another /nextcraftingstage; to each pair and you're done.
/ui action toolbarSlot04;
/selectDraftSchematic 31;
/pause 4;
/nextcraftingstage;
/nextcraftingstage;
/createprototype practice no item;
/createprototype practice no item;
/pause 1;
/ui action toolbarSlot05;
/selectDraftSchematic 31;
/pause 4;
/nextcraftingstage;
/nextcraftingstage;
/createprototype practice no item;
/createprototype practice no item;
/pause 1;
/ui action toolbarSlot06;
/selectDraftSchematic 31;
/pause 4;
/nextcraftingstage;
/nextcraftingstage;
/createprototype practice no item;
/createprototype practice no item;
/pause 1;
/ui action toolbarSlot01;
Macro's seem to have a finite lenght and so a 6 or 7 station macro doesnt work due to the number of lines.
I split my macro into a 4 stage and a 3 stage but i dont loop my macro back to the start. It gives me time to chat or rest my fingers etc and pressing 1 key every 40 seconds or so isnt that tedious.
Ill why do you have all those extra pauses in there?
here is what i used:
/ui action toolbarSlot00;
/select 24;
/pause 4;
/nextCraftingStage;
/nextCraftingStage;
/nextCraftingStage;
/createPrototype practice no item;
/createPrototype practice no item;
/pause 2;
/ui action toolbarSlot13;
this is using the tool in F1 and the macro for the tool in ShiftF1 is the last ui action command so as my second macro would look like this:
/ui action toolbarSlot01;
/select 24;
/pause 4;
/nextCraftingStage;
/nextCraftingStage;
/nextCraftingStage;
/createPrototype practice no item;
/createPrototype practice no item;
/pause 2;
/ui action toolbarSlot14;
You might need to add another second to each of the pauses if you have a poor connection but this is the fastest way to wright it...I have seen others with pauses all over for no reason. Wen i ground out doc i had 7 tools going at once and finished an item every 8 seconds or so.
Type /dump to end this if you loop it (and i dont know why you wouldent)
The core of the grinding macro I use is here. It's in essence, the same as yours.
/ui action toolbarSlot06;
/selectDraftSchematic 31;
/pause 4;
/nextcraftingstage;
/nextcraftingstage;
/createprototype practice no item;
/createprototype practice no item;
/pause 1;
Message Edited by Illuminatrix on 02-26-2004 02:54 PM
ok i see what you did, you had one macro calling each tool where i make seprate macros and just use a new toolbar for it...like 6. I dident read thrue all of your code heh i just noticed the pauses : )
![]()