Armorsmith Archive
Thread: Crafting macro problem
Your on the right track... but your missing a key point.
While using the crafting macro to select your schmed. you need to start counting from the upper left corner and work your way from left to right.
**Now here is the tricky part
1. make sure your counting schmeds from your data pad under the tab for draft schmed's
2. start with # 00
3. if your by a crafting station, then you can count all the schmed's till ya get to your one. BUT If your not by a crafting station, then DO NOT count the schmed's for items with a complexity of 21 or higher. This is probally your issue
4. remember everytime you lvl a box, you may learn new schmed's that will throw off your count, so make sure to check
Write the following macro and stick it in F4.
/ui action toolbarSlot00;
/selectdraftSchematic 9; (May need to adjust this number until you find the correct schem for Shadowpaw. It was 9 for me.)
/pause 7;
/nextCraftingStage;
/nextCraftingStage;
/createPrototype practice no item;
/createPrototype practice no item;
/pause 2;
/ui action toolbarSlot01;
/selectdraftSchematic 9;
/pause 7;
/nextCraftingStage;
/nextCraftingStage;
/createPrototype practice no item;
/createPrototype practice no item;
/pause 2;
/ui action toolbarSlot02;
/selectdraftSchematic 9;
/pause 7;
/nextCraftingStage;
/nextCraftingStage;
/createPrototype practice no item;
/createPrototype practice no item;
/pause 2;
/ui action toolbarSlot03;