Doctor Archive
Thread: Is it possible to macro medical crafting
I'm using 3 crafting tools and it's coming along quite slowing. I'm making bio effect controlers, one after another in practice mode and I'm not even half way up the first skill box in that tree.
Is there a better way, a macro, anything?
I suggest you use 5 crafting stations that should almost double your exp since I was able to use around 5 in once crafting cycle compared to 3....
You can use this macro while you are running from point A to point B, during some downtime and even crafting stations or droids will not affect this macro as it skips the experimentation and practice screens.
/ui action toolbarSlot00;
/selectDraftSchematic 0;
/pause 5;
/nextCraftingStage;
/nextCraftingStage;
/createPrototype practice no item;
/createPrototype practice no item;
/ui action toolbarSlot01;
/selectDraftSchematic 0;
/pause 5;
/nextCraftingStage;
/nextCraftingStage;
/createPrototype practice no item;
/createPrototype practice no item;
/ui action toolbarSlot02;
/selectDraftSchematic 0;
/pause 5;
/nextCraftingStage;
/nextCraftingStage;
/createPrototype practice no item;
/createPrototype practice no item;
/ui action toolbarSlot03;
/selectDraftSchematic 0;
/pause 5;
/nextCraftingStage;
/nextCraftingStage;
/createPrototype practice no item;
/createPrototype practice no item;
/ui action toolbarSlot04;
/selectDraftSchematic 0;
/pause 5;
/nextCraftingStage;
/nextCraftingStage;
/createPrototype practice no item;
/createPrototype practice no item;
/ui action toolbarSlot05;
/selectDraftSchematic 0;
/pause 5;
/nextCraftingStage;
/nextCraftingStage;
/createPrototype practice no item;
/createPrototype practice
Gnuut
Thanks, that's perfect.
One question, I keep getting the message that 'you are already crafting'. I have to click ok to get rid of that message otherwise when the next crafting tool opens up I'm unable to select the resources.
I would add a
/pause 2
before you start your next crafting session. This seemed to help me get around the lag and the Crafting Sessions has Ended message.
im having the same problem, i get the message that i am still crafting. the hotbuttons correspond to different crafters, not the same one.
i have also received (in the chat box) the message that "no such command, chat, mood "nextCraftingStage". i checked the syntax (i had cut and pasted, but still i checked it), and it is consistent as far as it has been shown by Gnuut in his post.
i put it in the 2 second timer /pause 2; but it kept the macro from selecting resources. i took it back out and went back to the original macro, and got the initial 'you are already crafting' message and the 'no such command, chat, mood' message.
not sure here, but is any one else getting the 'no such command' message? because that would explain (in part at least) why the macro doesnt work...syntax changed by devs concerning 'nextCraftingStage'? another question, why is that same message only showing up once (during the first crafting session) and not another five times (one each for each station)? timing?