Armorsmith Archive
Thread: iso macro help
Basically, it should look similar to:
......
/selectDraftSchematic ##;
/pause 3;
/nextCraftingStage;
/nextCraftingStage;
/nextCraftingStage;
/createPrototype practice no item;
/createPrototype practice no item;
/nextCraftingStage;
/nextCraftingStage;
/nextCraftingStage;
.....
Ahhh the memories.... I'm not looking forward to having to do this w/ spices....
lovebandit wrote:
i was wondering if anyone could post a marco for me using 4 tools to do the ubese shirt grind. if you could please keep it simple and post the entire macro, kinda new to this macro'ing business alsothanks a bunch in advance!!
/ui action toolbarSlot00;
/selectDraftSchematic ##;
/pause 4;
/nextCraftingStage;
/nextCraftingStage;
/nextCraftingStage;
/createPrototype practice no item;
/createPrototype practice no item;
/pause 3;
/ui action toolbarSlot01;
/selectDraftSchenatic ##;
/pause 4;
/nextCraftingStage;
/nextCraftingStage;
/nextCraftingStage;
/createPrototype practice no item;
/createPrototype practice no item;
/pause 3;
/ui action toolbarSlot02;
/selectDraftSchematic ##;
/pause 4;
/nextCraftingStage;
/nextCraftingStage;
/nextCraftingStage;
/createPrototype practice no item;
/createPrototype practice no item;
/pause 3;
/ui action toolbarSlot03;
/selectDraftSchematic ##;
/pause 4;
/nextCraftingStage;
/nextCraftingStage;
/nextCraftingStage;
/createPrototype practice no item;
/createPrototype practice no item;
/pause 3;
/ui action toolbarSlot##; [Note: since you only want 4 tools in your macro, this line is for your macro repeater]
When I craft my Ubese shirts, my macro is set for 11 tools and the 12th slot on the hotbar is the macro repeater. You might need to change the length of the pauses based on the quality of your connection.