Armorsmith Archive
Thread: draft schematic number
I got this from Elyssa, works great for grinding.
Grinding Macro
*Instructions*
Now open a crafting tool.
Pick the item you want to craft.
Click "Next" and advance to the resource input screen.
Click the "X" to close the tool.
Now run your macro.
Toolbar F1-F5 have your toolkits. If you are going to be near a crafting station, add another /createprototype practice noitem; behind the two already in the macro.
Name:MegaCraft
/ui action toolbarSlot00;
/pause 1;
/ui action defaultButton;
/pause 4;
/nextcraftingstage;
/nextcraftingstage;
/nextcraftingstage;
/createprototype practice noitem;
/createprototype practice noitem;
/pause 1;
/ui action toolbarSlot01;
/pause 1;
/ui action defaultButton;
/pause 4;
/nextcraftingstage;
/nextcraftingstage;
/nextcraftingstage;
/createprototype practice noitem;
/createprototype practice noitem;
/pause 1;
/ui action toolbarSlot02;
/pause 1;
/ui action defaultButton;
/pause 4;
/nextcraftingstage;
/nextcraftingstage;
/nextcraftingstage;
/createprototype practice noitem;
/createprototype practice noitem;
/pause 1;
/ui action toolbarSlot03;
/pause 1;
/ui action defaultButton;
/pause 4;
/nextcraftingstage;
/nextcraftingstage;
/nextcraftingstage;
/createprototype practice noitem;
/createprototype practice noitem;
/pause 1;
/ui action toolbarSlot04;
/pause 1;
/ui action defaultButton;
/pause 4;
/nextcraftingstage;
/nextcraftingstage;
/nextcraftingstage;
/createprototype practice noitem;
/createprototype practice noitem;
/macro MegaCraft;
Message Edited by DaBarius on 07-11-2005 06:35 PM
The number you are looking for is for just that kind of crafting tool. So if you have a mixture of skills that uses various crafting tools you have to check and count just the ones that count.
Basicly you can start in the top left corner and go left to right and continue downwards and count the ones for the proper crafting tool.
It's trial and error.