Architect Archive
Thread: POSSIBLE solution to crit fails
Hi all,
I am a weaponsmith. I use a macro to load and close my schematics when I am grinding for exp (hundreds of rifle barrels). So far I have not seen a crit fail when I use the macro commands to finish an item (but cant expirement if using macro commands). I wonder if the macro commands MIGHT bypass the chance of a crit fail. Heck it might still fail and I just dont see it since I grind in batches of 30. I thought someone else might like to test this too and see if it might help ya all.
Here is the macro I use and some explantion:
mine:
/ui action toolbarSlot12; **click on tool in spot shift f1**
/selectDraftSchematic 115; **open schematic 115 in my data pad. this is different fer everyone**
/pause 4; **gives me time to load in resources. bout 4-5 seconds**
/nextCraftingStage; **The below 4 lines finishes the item and it will appear in inv when done.**
/nextCraftingStage;
/createPrototype;
/createPrototype;
Hope this helps
Ghrym