Crafting Macro
Posted: May 4th, 2004, 1:30 pm
This macro allows the user to grind through crafting professions in a matter of hours without the hassle of having to go through the whole crafting process and selling or deleting the results of the crafting sessions.
The Macro
Place Crafting tools in slots 00, 01, and 02. or the 1st, 2nd, and 3rd slots on your toolbar. Place the icon for the macro in slot 03 (or the 4th slot)
# means you pick whatever number schematic you want to use from your datapad starting with 00, 01, 02 and so on.
/ui action toolbarSlot00;
/pause 2;
/selectDraftSchematic #;
/pause 7;
/nextCraftingStage;
/nextCraftingStage;
/nextCraftingStage;
/createPrototype practice no item;
/createPrototype practice no item;
/pause 2;
/ui action toolbarSlot01;
/pause 2;
/selectDraftSchematic #;
/pause 7;
/nextCraftingStage;
/nextCraftingStage;
/nextCraftingStage;
/createPrototype practice no item;
/createPrototype practice no item;
/pause 2;
/ui action toolbarSlot02;
/pause 2;
/selectDraftSchematic #;
/pause 7;
/nextCraftingStage;
/nextCraftingStage;
/nextCraftingStage;
/createPrototype practice no item;
/createPrototype practice no item;
/pause 10;
/ui action toolbarSlot04;
This macro is for xp only it does not create any items it just gives you the xp and uses the resources. It is for a fast way to master any crafting profession. I.e. Droid Engineer in about 9 hrs.
The Macro
Place Crafting tools in slots 00, 01, and 02. or the 1st, 2nd, and 3rd slots on your toolbar. Place the icon for the macro in slot 03 (or the 4th slot)
# means you pick whatever number schematic you want to use from your datapad starting with 00, 01, 02 and so on.
/ui action toolbarSlot00;
/pause 2;
/selectDraftSchematic #;
/pause 7;
/nextCraftingStage;
/nextCraftingStage;
/nextCraftingStage;
/createPrototype practice no item;
/createPrototype practice no item;
/pause 2;
/ui action toolbarSlot01;
/pause 2;
/selectDraftSchematic #;
/pause 7;
/nextCraftingStage;
/nextCraftingStage;
/nextCraftingStage;
/createPrototype practice no item;
/createPrototype practice no item;
/pause 2;
/ui action toolbarSlot02;
/pause 2;
/selectDraftSchematic #;
/pause 7;
/nextCraftingStage;
/nextCraftingStage;
/nextCraftingStage;
/createPrototype practice no item;
/createPrototype practice no item;
/pause 10;
/ui action toolbarSlot04;
This macro is for xp only it does not create any items it just gives you the xp and uses the resources. It is for a fast way to master any crafting profession. I.e. Droid Engineer in about 9 hrs.