Combat Medic Archive
Thread: I need some craft macro help
My macros were as follows:
Macro1 - CraftingTool 1 in Shift-F5
/ui action toolbarSlot16;
/selectdraftSchematic 00;
Macro2 - CraftingTool 2 in Shift-F6
/ui action toolbarSlot17;
/selectdraftSchematic 00;
Macro3
/nextCraftingStage;
/nextCraftingStage;
/createPrototype practice no item;
/createPrototype practice no item;
Then my crafting process is as follows:
1/ Macro1
2/ Load resources via mouse, no avoiding this, that I can find
3/ Macro3
4/ Macro2
5/ Load resources
6/ Macro3
7/ Rinse, repeat
Tips:
1/ Only use keep 2 valid resources containers in inventory so you can quickly click between
2/ Increase to 3 CraftingTools if your item takes awhile to produce
3/ ABEC seems to be the best bang for buck in medical craftig
4/ Schematic number my vary, my ABEC was 0, you will have to experiment to find yours
My problem is when i try to load this macro:
/ui action toolbarSlot00;
/selectdraftSchematic 00;
/pause 5;
/nextCraftingStage;
/nextCraftingStage;
/createPrototype practice no item;
/createPrototype practice no item;
/pause 3;
/ui action toolbarSlot01;
/selectdraftSchematic 00;
/pause 5;
/nextCraftingStage;
/nextCraftingStage;
/createPrototype practice no item;
/createPrototype practice no item;
/pause 3;
/ui action toolbarSlot02;
/selectdraftSchematic 00;
/pause 5;
/nextCraftingStage;
/nextCraftingStage;
/createPrototype practice no item;
/createPrototype practice no item;
/pause 3;
/ui action toolbarSlot03;
/selectdraftSchematic 00;
/pause 5;
/nextCraftingStage;
/nextCraftingStage;
/createPrototype practice no item;
/createPrototype practice no item;
/pause 3;
/ui action toolbarSlot04;
/selectdraftSchematic 00;
/pause 5;
/nextCraftingStage;
/nextCraftingStage;
/createPrototype practice no item;
/createPrototype practice no item;
it gives me an error message about how it failed to load aliases from crafting.txt every time i try to load it. Appreciate any input.