Weaponsmith Archive
Thread: which crafing macro is faster. out of these 2?
this is the first macro set.
F1 = Macro#1 (toolbarSlot00)
F2 = Macro#2 (toolbarSlot01)
F5 = General Crafting Tool (toolbarSlot04)
F6 = General Crafting Tool (toolbarSlot05)
F7 = General Crafting Tool (toolbarSlot06)
F8 = General Crafting Tool (toolbarSlot07)
F9 = General Crafting Tool (toolbarSlot08)
F10 = General Crafting Tool (toolbarSlot09)
Macro#1 :
/ui action toolbarSlot04;
/selectDraftSchematic 57; (this will be different for you)
/pause 5; (This is where you double click to put in resources)
/nextcraftingstage;
/nextcraftingstage;
/createprototype practice no item;
/createprototype practice no item;
/pause 1;
/ui action toolbarSlot05;
/selectDraftSchematic 57;
/pause 5;
/nextcraftingstage;
/nextcraftingstage;
/createprototype practice no item;
/createprototype practice no item;
/pause 1;
/ui action toolbarSlot06;
/selectDraftSchematic 57;
/pause 5;
/nextcraftingstage;
/nextcraftingstage;
/createprototype practice no item;
/createprototype practice no item;
/pause 1;
/ui action toolbarSlot01; (This calls Macro#2)
Macro#2 :
/ui action toolbarSlot07;
/selectDraftSchematic 57;
/pause 5;
/nextcraftingstage;
/nextcraftingstage;
/createprototype practice no item;
/createprototype practice no item;
/pause 1;
/ui action toolbarSlot08;
/selectDraftSchematic 57;
/pause 5;
/nextcraftingstage;
/nextcraftingstage;
/createprototype practice no item;
/createprototype practice no item;
/pause 1;
/ui action toolbarSlot09;
/selectDraftSchematic 57;
/pause 5;
/nextcraftingstage;
/nextcraftingstage;
/createprototype practice no item;
/createprototype practice no item;
/pause 1;
/ui action toolbarSlot00; (This calls Macro#1)
OR THIS ONE....
Craft01
/ui action toolbarSlot00; /*firstbar, first slot*/
/sel 73;
/pause 3;
/next;
/next;
/next;
/createp practice no item;
/createp practice no item;
/createp practice no item;
/pause 2;
/ui action toolbarSlot13; /*second bar, second slot*/
Craft02
/ui action toolbarSlot01; /*firstbar, second slot*/
/sel 73;
/pause 3;
/next;
/next;
/next;
/createp practice no item;
/createp practice no item;
/createp practice no item;
/pause 2;
/ui action toolbarSlot14; /*Second bar, third slot*/
Craft06
/ui action toolbarSlot05; /*you get the idea*/
/sel 73;
/pause 3;
/next;
/next;
/next;
/createp practice no item;
/createp practice no item;
/createp practice no item;
/pause 2;
/ui action toolbarSlot12;
/*if you want it to loop add these 2 lines, this will loop forever*/
SelectSchematicTest
/ui action toolbarSlot00;
/sel 73;
/*change 73 to any number of the schematic you want to test*/
StopMacroLoop
/dump;
/*this will stop the macro*/
i dont know which one is beter to use. for grinding. are these the same or is one faster or what?
Crafting Tools in F1-F6 slots, first row.
Macro 1: Grinder Control (place in F2 second row)
/ui action toolbarSlot00;
/pause 1;
/ui action toolbarSlot12;
/pause 6;
/ui action toolbarSlot01;
/pause 1;
/ui action toolbarSlot12;
/pause 6;
/ui action toolbarSlot02;
/pause 1;
/ui action toolbarSlot12;
/pause 6;
/ui action toolbarSlot03;
/pause 1;
/ui action toolbarSlot12;
/pause 6;
/ui action toolbarSlot04;
/pause 1;
/ui action toolbarSlot12;
/pause 6;
/ui action toolbarSlot05;
/pause 1;
/ui action toolbarSlot12;
/pause 6;
/ui action toolbarSlot13; *calls itself*
Macro 2: Craft Picker (place in F1 second row)
/selectDraftSchematic XX;
/pause 5;
/nextCraftingStage;
/nextCraftingStage;
/nextCraftingStage;
/createPrototype practice no item;
/createPrototype practice no item;
/createPrototype practice no item;