Artisan Archive
Thread: How do i make a crafting macro?
Page 1 of 1
TheMalle
Wed Feb 25, 2004 11:58 am
#2
'It's one for the money, two for the show, three for the macro now go go go!' 
--------------------------------------------------------------
This is a step by step guide to a crafting macro:
1. Open up your datapad and check what number your schematic is. Count from left to right, from up to down and skip all the items that your crafting tool can't make.
2. Copy this text into your chatbox, but change the --- to the number of your schematic (example, /selectDraftSchematic 10
/alias craft1 /ui action toolbarSlot01;/selectDraftSchematic ---;/pause 7;/nextC;/nextC;/nextC;/createPrototype;/createPrototype
/alias craft2 /ui action toolbarSlot02;/selectDraftSchematic ---;/pause 7;/nextC;/nextC;/nextC;/createPrototype;/createPrototype
/alias craft3 /ui action toolbarSlot03;/selectDraftSchematic ---;/pause 7;/nextC;/nextC;/nextC;/createPrototype;/createPrototype
/alias craft4 /ui action toolbarSlot04;/selectDraftSchematic ---;/pause 7;/nextC;/nextC;/nextC;/createPrototype;/createPrototype
/alias craft5 /ui action toolbarSlot05;/selectDraftSchematic ---;/pause 7;/nextC;/nextC;/nextC;/createPrototype;/createPrototype
/alias craft6 /ui action toolbarSlot06;/selectDraftSchematic ---;/pause 7;/nextC;/nextC;/nextC;/createPrototype;/createPrototype
3. Make a macro called Craft with this text:
/craft1;
/pause 9;
/craft2;
/pause 9;
/craft3;
/pause 9;
/craft4;
/pause 9;
/craft5;
/pause 9;
/craft6;
/pause 9;
/macro crafttest
4. Place the macro on the F1 toolbar hotkey (you can change toolbar with ctrl + F11 and ctrl + F12)
5. Create/buy 6 of the desired crafting tools (I prefer weapon, droid and general crafting tools) and place them in the F2 - F7 toolbar hotkeys.
6. Use F1 to start the macro.
-------------------------------------------------------
Macro response
1. Open up your datapad and check what number your schematic is. Count from left to right, from up to down and skip all the items that your crafting tool can't make.
2. Copy this text into your chatbox, but change the --- to the number of your schematic (example, /selectDraftSchematic 10
/alias craft1 /ui action toolbarSlot01;/selectDraftSchematic ---;/pause 7;/nextC;/nextC;/nextC;/createPrototype;/createPrototype
/alias craft2 /ui action toolbarSlot02;/selectDraftSchematic ---;/pause 7;/nextC;/nextC;/nextC;/createPrototype;/createPrototype
/alias craft3 /ui action toolbarSlot03;/selectDraftSchematic ---;/pause 7;/nextC;/nextC;/nextC;/createPrototype;/createPrototype
/alias craft4 /ui action toolbarSlot04;/selectDraftSchematic ---;/pause 7;/nextC;/nextC;/nextC;/createPrototype;/createPrototype
/alias craft5 /ui action toolbarSlot05;/selectDraftSchematic ---;/pause 7;/nextC;/nextC;/nextC;/createPrototype;/createPrototype
/alias craft6 /ui action toolbarSlot06;/selectDraftSchematic ---;/pause 7;/nextC;/nextC;/nextC;/createPrototype;/createPrototype
3. Make a macro called Craft with this text:
/craft1;
/pause 9;
/craft2;
/pause 9;
/craft3;
/pause 9;
/craft4;
/pause 9;
/craft5;
/pause 9;
/craft6;
/pause 9;
/macro crafttest
4. Place the macro on the F1 toolbar hotkey (you can change toolbar with ctrl + F11 and ctrl + F12)
5. Create/buy 6 of the desired crafting tools (I prefer weapon, droid and general crafting tools) and place them in the F2 - F7 toolbar hotkeys.
6. Use F1 to start the macro.
-------------------------------------------------------
Macro response
If you need a longer pause to add resources, change the /pause 7; in the alias' to something higher, and remember to increase the /pause in the macro by the same amount
Page 1 of 1