Doctor Archive
Thread: Does anyone have a useful doctor crafting macro to grind crafting exp?
Id like to know if anyone has one, and if you dont, which item gives the most crafting exp, which resources I should use when crafting the highest quality heals and stuff, if the item which you tell me to grind is not a good stimpack, could you also give me a macro for a good stimpack *c's or higher* along with which resources I should locate.
Just another doc looking for some tricks of the trade.
There's other crafting macro threads out there if you look for em, but here's mine. I used 5 crafting tools, you'll have to fiddle around and digure out which schematic is BEC for you. Most people grind on BEC, as it only takes 6 organic and 6 inorganic, and gives pretty decent exp.
/ui action toolbarSlot00; (food tool in tool bar)
/selectdraftSchematic 08; (schematic for BEC)
/pause 3; (allows you to click on comps)
/nextCraftingStage;
/nextCraftingStage;
/createPrototype practice no item;
/createPrototype practice no item;
/pause 3;
/ui action toolbarSlot01; (food tool in tool bar)
/selectdraftSchematic 08; (schematic for BEC)
/pause 5; (allows you to click on comps)
/nextCraftingStage;
/nextCraftingStage;
/createPrototype practice no item;
/createPrototype practice no item;
/pause 3;
/ui action toolbarSlot02; (food tool in tool bar)
/selectdraftSchematic 08; (schematic for BEC)
/pause 3; (allows you to click on comps)
/nextCraftingStage;
/nextCraftingStage;
/createPrototype practice no item;
/createPrototype practice no item;
/pause 3;
/ui action toolbarSlot03; (food tool in tool bar)
/selectdraftSchematic 08; (schematic for BEC)
/pause 3; (allows you to click on comps)
/nextCraftingStage;
/nextCraftingStage;
/createPrototype practice no item;
/createPrototype practice no item;
/pause 3;
/ui action toolbarSlot08
(This being in the Slot08 MACRO box)
/ui action toolbarSlot04; (food tool in tool bar)
/selectdraftSchematic 08; (schematic for BEC)
/pause 3; (allows you to click on comps)
/nextCraftingStage;
/nextCraftingStage;
/createPrototype practice no item;
/createPrototype practice no item;
/pause 3;
/ui action toolbarSlot05; (food tool in tool bar)
/selectdraftSchematic 08; (schematic for BEC)
/pause 3; (allows you to click on comps)
/nextCraftingStage;
/nextCraftingStage;
/createPrototype practice no item;
/createPrototype practice no item;
/pause 3;
/ui action toolbarSlot06; (food tool in tool bar)
/selectdraftSchematic 08; (schematic for BEC)
/pause 3; (allows you to click on comps)
/nextCraftingStage;
/nextCraftingStage;
/createPrototype practice no item;
/createPrototype practice no item;
/pause 3;
/ui action toolbarSlot07;
33k crafting xp in 2-2 1/2 hours.
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
Mine basically goes like this:
/ui action toolbarSlot01;
/selectDraftSchematic 0;
/pause 4;
/nextCraftingStage;
/nextCraftingStage;
/createPrototype practice no item;
/createPrototype practice no item;
I have this one the bottom 6 slots of one of my toolbars. I have 6 food/chem crafting tools in the top first 6 slots. I don't loop one long macro like the ones above, but rather I have one macro that's the loop. It works like this:
/ui action toolbarSlot01;
/pause 7;
/up action toolbarSlot02;
/pause 7;
etc.
This way, I just have one macro that waits for the first crafting macro to click through, and then it selects the next one.
Ecibob wrote:
one more question, people are saying that they only use 6 crafting tools. but what if you want to do it more than 6 times? how do you make it so it keeps going? and do you use /dump to stop it?
By the time the 6th tool finishes, the first will be ready to go again.
To make it keep going: Assuming your macro is in slot 12, tack the following onto the end of your macro:
/ui action toolbarSlot12;
^ This just calls the macro all over again.
To stop it... Ive had varying results with different things, but the only sure fire way for me to stop it is to remove the macro from the toolbar.