|
MegaCraft
Special Instructions
Part 1: Prepare The Crafting Session
Before you begin, it is necessary to "prime" your crafting tool so the
macro will function. If you don't do this, the macro will not work.
1) Place 5 crafting tools in the top row of your toolbar begiining with
the first slot.
2)Launch a crafting tool (it doesn't matter which) by clicking it's icon
in the toolbar.
3) Select the item you want to create from the list and then click the
"Next" button.
4) At this point it is not necessary to actually create an item. Do not
add resources, simply click the "X" in the upper right corner to close the
window.
5) Go back to the Macros tab of the Command Browser
find the icon for the macro you created and drag it into your toolbar.
Part 2: Launch The Macro
1) Close any windows you may have open and activate the macro by clicking
the icon in your toolbar.
2) The macro will activate the first crafting tool and select the
schematic you used to "prime" the system.
3) The macro will advance to the resource input screen. You will have
5 seconds to manually input the resources.
4) The macro will close the crafting window with a system message that
says: "The crafting session has ended!"
5) You will see the timer on the first crafting tool start counting down
and the macro will launch the next crafting tool.
6) The process will repeat endlessly until you type /dump in the
chat window and hit enter.
Author: Elyssa
Macro Name: MegaCraft
--------------------
/ui action toolbarSlot00;
/pause 1;
/ui action defaultButton;
/pause 5;
/nextCraftingStage;
/nextCraftingStage;
/nextCraftingStage;
/nextCraftingStage;
/createPrototype Practice noitem;
/createPrototype Practice noitem;
/pause 1;
/ui action toolbarSlot01;
/pause 1;
/ui action defaultButton;
/pause 5;
/nextCraftingStage;
/nextCraftingStage;
/nextCraftingStage;
/nextCraftingStage;
/createPrototype Practice noitem;
/createPrototype Practice noitem;
/pause 1;
/ui action toolbarSlot02;
/pause 1;
/ui action defaultButton;
/pause 5;
/nextCraftingStage;
/nextCraftingStage;
/nextCraftingStage;
/nextCraftingStage;
/createPrototype Practice noitem;
/createPrototype Practice noitem;
/pause 1;
/ui action toolbarSlot03;
/pause 1;
/ui action defaultButton;
/pause 5;
/nextCraftingStage;
/nextCraftingStage;
/nextCraftingStage;
/nextCraftingStage;
/createPrototype Practice noitem;
/createPrototype Practice noitem;
/pause 1;
/ui action toolbarSlot04;
/pause 1;
/ui action defaultButton;
/pause 5;
/nextCraftingStage;
/nextCraftingStage;
/nextCraftingStage;
/nextCraftingStage;
/createPrototype Practice noitem;
/createPrototype Practice noitem;
/pause 1;
/macro MegaCraft;
from:
http://swgemu-craft.com/mem_macros.php?sid=1&id=5
|