Artisan Archive
Thread: fiberplast panel macro
Page 1 of 1
Shteveiwon
Sat Feb 21, 2004 8:28 am
#1
i neeed a macro for crafting fiberplast, if anyone can help that would be great, cuz i don't understand how to make a macro, thanks!
TheMalle
Sat Feb 21, 2004 12:40 pm
#2
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 5;/nextCraftingStage;/nextCraftingStage;/nextCraftingStage;/createPrototype;/createPrototype
/alias craft2 /ui action toolbarSlot02;/selectDraftSchematic ---;/pause 5;/nextCraftingStage;/nextCraftingStage;/nextCraftingStage;/createPrototype;/createPrototype
/alias craft3 /ui action toolbarSlot03;/selectDraftSchematic ---;/pause 5;/nextCraftingStage;/nextCraftingStage;/nextCraftingStage;/createPrototype;/createPrototype
/alias craft4 /ui action toolbarSlot04;/selectDraftSchematic ---;/pause 5;/nextCraftingStage;/nextCraftingStage;/nextCraftingStage;/createPrototype;/createPrototype
/alias craft5 /ui action toolbarSlot05;/selectDraftSchematic ---;/pause 5;/nextCraftingStage;/nextCraftingStage;/nextCraftingStage;/createPrototype;/createPrototype
/alias craft6 /ui action toolbarSlot06;/selectDraftSchematic ---;/pause 5;/nextCraftingStage;/nextCraftingStage;/nextCraftingStage;/createPrototype;/createPrototype
3. Make a macro called Craft with this text:
/craft1;
/pause 8;
/craft2;
/pause 8;
/craft3;
/pause 8;
/craft4;
/pause 8;
/craft5;
/pause 8;
/craft6;
/pause 8;
/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 5;/nextCraftingStage;/nextCraftingStage;/nextCraftingStage;/createPrototype;/createPrototype
/alias craft2 /ui action toolbarSlot02;/selectDraftSchematic ---;/pause 5;/nextCraftingStage;/nextCraftingStage;/nextCraftingStage;/createPrototype;/createPrototype
/alias craft3 /ui action toolbarSlot03;/selectDraftSchematic ---;/pause 5;/nextCraftingStage;/nextCraftingStage;/nextCraftingStage;/createPrototype;/createPrototype
/alias craft4 /ui action toolbarSlot04;/selectDraftSchematic ---;/pause 5;/nextCraftingStage;/nextCraftingStage;/nextCraftingStage;/createPrototype;/createPrototype
/alias craft5 /ui action toolbarSlot05;/selectDraftSchematic ---;/pause 5;/nextCraftingStage;/nextCraftingStage;/nextCraftingStage;/createPrototype;/createPrototype
/alias craft6 /ui action toolbarSlot06;/selectDraftSchematic ---;/pause 5;/nextCraftingStage;/nextCraftingStage;/nextCraftingStage;/createPrototype;/createPrototype
3. Make a macro called Craft with this text:
/craft1;
/pause 8;
/craft2;
/pause 8;
/craft3;
/pause 8;
/craft4;
/pause 8;
/craft5;
/pause 8;
/craft6;
/pause 8;
/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
Page 1 of 1