Artisan Archive
Thread: Post your best macro!
There was a thread on the main board which had a medical crafting macro. in it they had everything that would open the crafting tool and select the next buttons for you, it had a delay in it so you could select your components for the item also. What I was wondering was did anyone figure out how to get a macro to autoselect the components yet?
I know you can hotslot components, I also know how to macro it so it selects a hotslot, the only information missing is what the component boxes inthe schematics are called...
Any information posted would be appreciated. im sure this is something EVERY artisan would love to know.
/ui action toolbarPane04; /ui action toolbarSlot00; /ui action toolbarSlot01; /ui action toolbarSlot02; /ui action toolbarSlot03; /ui action toolbarSlot04; /ui action toolbarSlot05; /ui action toolbarSlot06; /ui action toolbarSlot07; /ui action toolbarSlot08; /ui action toolbarSlot09; /ui action toolbarPane00;
this used to be my best one.. but now it dosen't work anymore... any ideas?
/ui action toolbarSlot12;
/selectDraftSchematic 50;
/pause 9;
/nextCraftingStage; <- now causes error
/nextCraftingStage; <- now causes error
/createPrototype practice noitem;
/createPrototype practice noitem
It isn't this part:
/nextCraftingStage; <- now causes error
/nextCraftingStage; <- now causes error
It's this part:
/createPrototype practice noitem;
/createPrototype practice noitem
Change it to this:
/createPrototype practice no item;
/createPrototype practice no item
And it should work fine again.
step 1 prepare taskbar
Put 4 crafting tools on a toolbar, put them in slots 1 - 4.
step 2 work out which schematic you want to practice
open crafting station and type /selectdraftschematic 000. If you don't get the schematic you want, click back and repeat for 001, etc, until you get the schematic you want.
step 3 create crafting macro for each tool
e.g craftmacro1
/ui action toolbarslot00;
/selectdraftschematic xxx;
Put these macros on slots 5--8
put final macro on slot 9
/nextcraftingstage;
/nextcraftingstage;
/nextcraftingstage;
/createprototype practice no item;
/createprototype practice no item;
step 4 grinding
press 1, press 5, add ingrediants press 9
press 2, press 6, add ingrediants press 9
press 3, press 7, add ingrediants press 9
press 4, press 8, add ingrediants press 9
Just tried this macro out tonight (not my own btw). Speeds things up a bit. Maybe you have better ones?
How do you know which number to put in the macro for DraftSchematic?
I mean how do I find out which shematic number each item is? Ican't seem to find this anywhere...
Any help would be greatly appreiciated