Doctor Archive
Thread: crafting macro for medic/doctor
Page 1 of 1
Bab-Skorker
Thu Apr 07, 2005 4:21 pm
#1
Well no one on the medic board will respond -
k so we got the macro going, it works all fine picking my schematic, i input the ingredients - hit the next macro and wham, crafting session ended - This is the macro im using
/nextCraftingStage;
/nextCraftingStage;
/nextCraftingStage;
/createPrototype practice no item;
/createPrototype practice no item;
/pause 3;
for the end part, any ideas why the crafting session stops?
k so we got the macro going, it works all fine picking my schematic, i input the ingredients - hit the next macro and wham, crafting session ended - This is the macro im using
/nextCraftingStage;
/nextCraftingStage;
/nextCraftingStage;
/createPrototype practice no item;
/createPrototype practice no item;
/pause 3;
for the end part, any ideas why the crafting session stops?
Marrow1
Thu Apr 07, 2005 4:25 pm
#2
My advice is to do a quick search on this forum for a crafting macro. Or take a look at either the WS or AR FAQ. One of them has a nice one.
Rehavam
Fri Apr 08, 2005 8:20 am
#3
This is mine, put the crafting tools into the toolbar slots 0,1 and 2as well as the macro icon into slot 3 and grind away, you may need to adjust the pause after the schematic gets picked depending how much time you need to click the resources, also the schematic # is different for each person and may change after you pick up another box. You can also use more crafting tools if the crafting process takes longer than the macro loop.
/ui action toolbarSlot00;
/selectDraftSchematic 09;
/pause 8;
/nextC;
/nextC;
/nextC;
/createPrototype practice no item;
/createPrototype practice no item;
/pause 5;
/ui action toolbarSlot01;
/selectDraftSchematic 09;
/pause 8;
/nextC;
/nextC;
/nextC;
/createPrototype practice no item;
/createPrototype practice no item;
/pause 5;
/ui action toolbarSlot02;
/selectDraftSchematic 09;
/pause 8;
/nextC;
/nextC;
/nextC;
/createPrototype practice no item;
/createPrototype practice no item;
/pause 5;
/ui action toolbarSlot03
Page 1 of 1