Bio Engineer Archive
Thread: Crafting Macros?
Page 3 of 3
AkureiMalkin
Mon Mar 08, 2004 1:24 pm
#27
Bah i looked under Bio Enineering for holocron BioEngineersand and couldent find anything... the post isent there... think you could post the Link to get to it here? or something? :/
fyreblayd28
Sun May 30, 2004 12:24 am
#29
make one for each tool and the last one looping to the first macro again. remember that the f1-f12 buttons are numbered starting at 0 so you really can have 0-23 in there *remember you can have two rows* Schematics in data pad are also numbered starting at 0 through what ever right now I have over 200. I changed just a few items in Ishtala's macro and wanted her to get full credit. The first pause command can be played with to make it so you do not wast time. Also last pause only need to be a 1. To make the item like for upgrade kits since quality does not matter to a smuggler just take out the "practice no item".
Ishtala wrote:
/ui action toolbarSlotXX; (Opens first crafting tool)
/selectDraftSchematic XX; (selects item you wish to make)
/pause X; (Allows time to allocate resources)
/nextCraftingStage; (advances to next crafting stage)
/nextCraftingStage; (advances to next crafting stage)
/createPrototype practice no item; (sets to practice mode)
/createPrototype practice no item; (ass. in practice mode)
/pause 1;(allow time to close tool before opening the next)
/ui action toolbarSlotXX; (opens next crafting tool)
watkinse
Mon May 31, 2004 7:16 am
#30
/ui action toolbarSlotXX; (Opens first crafting tool)
/selectDraftSchematic XX; (selects item you wish to make)
/pause X; (Allows time to allocate resources)
/nextCraftingStage; (advances to next crafting stage)
/nextCraftingStage; (advances to next crafting stage)
/createPrototype practice no item; (sets to practice mode)
/createPrototype practice no item; (ass. in practice mode)
/pause 1;(allow time to close tool before opening the next)
/ui action toolbarSlotXX; (opens next crafting tool)
For some reason that didnt work for me, but this did.
/ui action toolbarSlot**;
/selectDraftSchematic ***;
/pause 6;
/nextCraftingStage;
/nextCraftingStage;
/nextCraftingStage;
/createPrototype Practice noitem;
/createPrototype;
/nextCraftingStage;
/selectDraftSchematic ***;
/pause 6;
/nextCraftingStage;
/nextCraftingStage;
/nextCraftingStage;
/createPrototype Practice noitem;
/createPrototype;
/nextCraftingStage;
Any reason why the other didnt work ?
CroWneDunHoLy
Sun Apr 17, 2005 3:28 am
#31
Anyone know of any good crafting macros or if they are possible, between work and grinding its a pain to get some crafting done. Now is it considered cheating? cause if so then nvm ill eventually get there, plus im noob when it comes to making macros so any help would do ok
.thanks
Page 3 of 3