My first post here, I've got a question I'm hoping has an answer. Let me give you some history first. I'm on my 10th or so batch of 10k walls. I set 10 factories to make 10 batches of bricks(structure modules) each, which turns into 1000 walls per factory for a total of 10,000 walls in a single run. (takes about 12 days to make). I've recently had a friend drop 10 more factories for me so I'm beginning my first run of 20k walls in one hit. My hand is dead from making structural module factory schematics. Usually I make 10 of them a day to spread out the 100 I have to make over the 10 days the bricks are in the oven but now I'm making 20 a day and its starting to drive me nuts. So this leads me to my question.
I remember back when I was grinding, I used a macro to end my crafting session, you probably all know what it is.
Code: Select all
/nextCraftingStage;
;
/nextCraftingStage;
;
/nextCraftingStage;
;
/createPrototype Practice No Item;
;
/createPrototype Practice No Item;
IE /createPrototype Schematic; or something of the like.
Let me know, I refuse to use any auto-it or script of any sort. I just want something I can slap on an F-Key.
Thanks guys, this community has answered lots of my questions before without me asking. I appreciate it.