Bio Engineer Archive
Thread: Does a Working Macro for BE Crafting exist?
Page 1 of 1
KingLuka
Thu Mar 11, 2004 2:36 pm
#1
Title says it all. I have done a search and haven't found one yet.
n3rfh3rd3r
Thu Mar 11, 2004 2:56 pm
#2
Just about any crafting macro can be adapted for a BE. There is nothing special about them.
Usagi44
Thu Mar 11, 2004 3:06 pm
#3
It depends. (don't you love that answer)
What do you want to make? I have a macro for grinding tissues. Here it is.
ui action toolbarSlotxx; 'xx = number of toolbar slot
/selectDraftSchematic xx;'xx = number of schematic
/pause 6;'change the number of seconds(6) to whatever timing you need
/nextCraftingStage;
/nextCraftingStage;
/createPrototype;
/createPrototype;
With this basic macro you can make almost any simple item if you know the schematic number. With some tweaking and creativity you could also set up a macro using this basic formula to make eachpart of a more complicated item (liquid suspension, bio-controller, etc) and the item (pet stim) itself. But I find it more trouble than its worth.
Note:
- Don't stand near a crafting station with this macro running as that will throw "experimentation" options into the loop.
- If you don't want to create an item but just "practice"add the words 'practice no item' after each /createPrototype.
- Remember case counts - be sure to include lower and upper case as is.
- The Doctor and Artisan boards have very good threads on macros
Hope this helps!
Pahbi
Thu Mar 11, 2004 4:53 pm
#4
A BE crafting macro would be pretty much the same as any other crafting macro. Check out www.swgcraft.com and look in their forums for some crafting macros.
- Pahbi
Page 1 of 1