Bio Engineer Archive
Thread: Crafting Macro
Yea a crafting macro that works would be nice. Been trying to get one from a different forum (i won't mention the name just in case).It uses 7 crafting tools and 7 macros. Can't get it to work, even the first stage, regardless what i try. Hopefully the droid/Bio-Eng boards have one that's basic enough for an Artisan in training.
If someone would post a link it'd be appreciated.
Everyone you talked to that said they had one is pretty much lying.
Ever since the removal of the "skip the chance for failure" macro command, crafting macros have all but disappeared.
Worldmaker2k4 wrote:
Everyone you talked to that said they had one is pretty much lying.
Ever since the removal of the "skip the chance for failure" macro command, crafting macros have all but disappeared.
Um, I just finished up armorsmith today with crafting macro. Check the "Holosmith" post for it. I hope you were just messing with this guy. Of course I guess I could be pretty much lying...
macro here:
put the food and chemical tool in one of your toolbar.
/ui action toolbarSlot00; u want tool bar in first or f1 slot
/iu selectDraftSchematic 04; or whatever the one u want to use;
/pause 5; gives u time to click your resources note u have to click on the resources.
/nextCraftingStage;
/nextCraftingStage;
/createPrototype;
/createPrototype; or if want t use practice do /createPrototype noitem;
/iu action toolbarSlot01; to loop agian, make sure you have macro in the next to the food tool or f2 slot
world u are on crack i think
here i just grab one of mine for u might of been from tailor
just adjust it to the size u need as in how many crafters u will need like 30 secs u will need about 6 slots i think
o yeah can anyone figure out what i add to this macro linesto never have a critical failur
/ui action toolbarSlot01;
/selectDraftSchematic 124;
;
/pause 5;
;
/next;
/next;
/next;
/createprototype practice no item;
/createprototype practice no item;
;
/pause 2;
;
/ui action toolbarSlot02;
/selectDraftSchematic 124;
;
/pause 5;
;
/next;
/next;
/next;
/createprototype practice no item;
/createprototype practice no item;
;
/pause 2;
;
/ui action toolbarSlot03;
/selectDraftSchematic 124;
;
/pause 5;
;
/next;
/next;
/next;
/createprototype practice no item;
/createprototype practice no item;
;
/pause 2;
;
/ui action toolbarSlot04;
/selectDraftSchematic 124;
;
/pause 5;
;
/next;
/next;
/next;
/createprototype practice no item;
/createprototype practice no item;
;
/pause 2;
;
/ui action toolbarSlot05;
/selectDraftSchematic 124;
;
/pause 5;
;
/next;
/next;
/next;
/createprototype practice no item;
/createprototype practice no item;
;
/pause 2;
;
/ui action toolbarSlot06;
/selectDraftSchematic 124;
;
/pause 5;
;
/next;
/next;
/next;
/createprototype practice no item;
/createprototype practice no item;
;
/pause 2;
;
/ui action toolbarSlot07;
/selectDraftSchematic 124;
;
/pause 5;
;
/next;
/next;
/next;
/createprototype practice no item;
/createprototype practice no item;
:
/pause 2;
;
/ui action toolbarSlot08;
/selectDraftSchematic 124;
;
/pause 5;
;
/next;
/next;
/next;
/createprototype practice no item;
/createprototype practice no item;
;
/pause 2;
;
/ui action toolbarSlot00
only thing i can think of is adding 3 /next.
the /createPrototype Practice noitem; does result in failures, which the item doesnt register in the tool.