| Posted: September 26th, 2003 |
|
|
|
|
hello paria this is what i used...its a macro....and it realley works fast got master doc crafting with in few hours if u have all the resoucess...
This macro lets you to use 10 tools to grind items in practice mode. To prepare, get 10 crafting tools and put them in the bottom row of your toolbar in boxes 12-21. Find out the number of the draft schematic that you want to grind by pressing ctrl+d and looking at your draft schematics, then couting from left to right, top to bottom, starting from zero, the schematics that your tool can make, excluding the schematics that your tool can not make. Once you get the number of your schematic, fix all the lines in the second macro that say /selectDraftSchematic 125 and replace the 125 with the number of the one you want to grind. Dont sort your draft schematics before you start counting them.
Make this macro and put it in the first square of your toolbar:
/nextcraftingstage;
/nextcraftingstage;
/nextcraftingstage;
/createprototype practice no item;
/createprototype practice no item;
Now, make this second macro and put it in the second box on your toolbar:
/ui action toolbarSlot12;
/selectDraftSchematic 125;
/pause 5;
/ui action toolbarSlot00;
/pause 2;
/ui action toolbarSlot13;
/selectDraftSchematic 125;
/pause 5;
/ui action toolbarSlot00;
/pause 2;
/ui action toolbarSlot14;
/selectDraftSchematic 125;
/pause 5;
/ui action toolbarSlot00;
/pause 2;
/ui action toolbarSlot15;
/selectDraftSchematic 125;
/pause 5;
/ui action toolbarSlot00;
/pause 2;
/ui action toolbarSlot16;
/selectDraftSchematic 125;
/pause 5;
/ui action toolbarSlot00;
/pause 2;
/ui action toolbarSlot17;
/selectDraftSchematic 125;
/pause 5;
/ui action toolbarSlot00;
/pause 2;
/ui action toolbarSlot18;
/selectDraftSchematic 125;
/pause 5;
/ui action toolbarSlot00;
/pause 2;
/ui action toolbarSlot19;
/selectDraftSchematic 125;
/pause 5;
/ui action toolbarSlot00;
/pause 2;
/ui action toolbarSlot20;
/selectDraftSchematic 125;
/pause 5;
/ui action toolbarSlot00;
/pause 2;
/ui action toolbarSlot21;
/selectDraftSchematic 125;
/pause 5;
/ui action toolbarSlot00;
/pause 2;
/ui action toolbarSlot01;
Now, all you have to do is play the macro in your second slot (the longest macro) and it will start popping up your crafting tools to the exact schematic you specified. You will have 5 seconds to fill in the resources. It will then close the window and start crafting the item in practice mode, and open your next tool. You never have to click ANYTHING again except your resources, dont even have to use your keyboard anymore. By the time it finishes the last tool in the row, it will just keep going with the first tool again since it will be done crafting.
In order to stop this macro, just move the second macro over to another square and the macro will stop once its done with the current routine.
Using 10 tools was the most I could do becasue SOE limited the lenth that macros can be.
|
|