Artisan Archive
Thread: In Need of Crafting Macro
/alias craft2 /ui action toolbarSlot02;/selectDraftSchematic 26;/pause 8;/nextCraftingStage;/nextCraftingStage;/nextCraftingStage;/createPrototype;/createPrototype Practice NoItem
/alias craft3 /ui action toolbarSlot03;/selectDraftSchematic 26;/pause 8;/nextCraftingStage;/nextCraftingStage;/nextCraftingStage;/createPrototype;/createPrototype Practice NoItem
/alias craft4 /ui action toolbarSlot04;/selectDraftSchematic 26;/pause 8;/nextCraftingStage;/nextCraftingStage;/nextCraftingStage;/createPrototype;/createPrototype Practice NoItem
/alias craft5 /ui action toolbarSlot05;/selectDraftSchematic 26;/pause 8;/nextCraftingStage;/nextCraftingStage;/nextCraftingStage;/createPrototype;/createPrototype Practice NoItem
/alias craft6 /ui action toolbarSlot06;/selectDraftSchematic 26;/pause 8;/nextCraftingStage;/nextCraftingStage;/nextCraftingStage;/createPrototype;/createPrototype Practice NoItem
Well it works, but it creates the item..
I wanted to avoid that, by using the pratice command thing...
Sorry that wasnt clear enough in the other post.
Regards,
TobyOne
TobyOnedk wrote:
I tried that, but then it went haywire![]()
TheMalle wrote:
Salabar, what macro are you using and what error message do you get (if you get one)?
This is the last one I tried:
/ui action toolbarPaneXX; /ui action toolbarSlotXX; /selectDraftSchematic XX; /pause10; /nextCraftingStage; /pause 3; /nextCraftingStage; /pause 3; /createPrototype Practice noitem; /pause 3; /createPrototype;
The 10 second pause is where you d-click on the resources. When it gets to the /nextCraftingStage part it either gives the message that the resource slots weren't full when they were, or it says Crafting Session Ended.
TheMalle wrote:
I've crit failed a few times on a macro like this (structural modules). If it happens, you will get two 'the crafting session has ended' messages and no countdown will be seen. (from the best of my knowledge atleast)
I used the macro this morning and it worked! I also saw a few times "the crafting session has ended" messages and no countdown, but checked the resources to see if it was a critical fail. The resources for that session hadn't disappeared, so I'm assuming it wasn't a critical fail but some other bug .
I found out why it messed up![]()
It's case sensitive so the "practice noItem" has to be like that.. practice noitem wont work.. it HAS to be a capital I in Item..