Artisan Archive
Thread: Crafting macro for when you want to craft an object, not just practice?
Page 1 of 1
Tikokura
Wed Jun 02, 2004 7:26 pm
#1
I found this macro that lets you skip experimentation and just practice...
/ui action toolbarSlot20;
/pause 1;
/selectDraftSchematic 12;
/pause 5;
/nextCraftingStage;
/nextCraftingStage;
/nextCraftingStage;
/createPrototype practice no item;
/createPrototype practice no item;
/pause 3;
/pause 1;
/selectDraftSchematic 12;
/pause 5;
/nextCraftingStage;
/nextCraftingStage;
/nextCraftingStage;
/createPrototype practice no item;
/createPrototype practice no item;
/pause 3;
But I need a macro that will allow you to actually craft an object as well as allow you to experiment. Any ideas?
sciguyCO
Wed Jun 02, 2004 10:06 pm
#2
If you want to experiment, stand next to a crafting station and remove everything past the third /nextCraftingStage.
So:
/ui action toolbarSlot20; /pause 1;
/selectDraftSchematic 12;
/pause 5;
/nextCraftingStage;
/nextCraftingStage;
/pause {however long you need to experiment}
If you can deal with skipping the experimenting but want the final item, remove the "practice no item" options from the /createPrototype commands.
Page 1 of 1