Page 1 of 1

Crafting Macro

Posted: May 4th, 2004, 1:30 pm
by tault_Tault Community
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.

Posted: May 6th, 2004, 12:41 pm
by tault_Tault Community
make 2 of the these macros and loop them. If you make something that takes over 35 secs it will fail. And these types of macros are very common knowledge.