Bio Engineer Archive
Thread: Here is my new crafting macro
I'm using this with 8 tools, and 2 different macros. The first macro runs through the first 4, the second macro runs through the second 4, then calls the first macro.
You would not believe how quickly I rip through resources....
Just an fyi, don't craft using this macro if you are near anything such as a private food/chem station or a droid with the feature. They make the experiment option come up and it hoses this script. You don't get exp but the resources get consumed.
Or you can do the opposite ie, make your macro so it works only close to a crafting station. So if you dedice to grind medical crafting exp you just take out your droid with the med crafting station. The macro would be :
/ui action toolbarslotXX;
/selectDraftSchematic XX;
/pause 3;
/nextCraftingStage;
/nextCraftingStage;
/nextCraftingStage; <- this is thelineyo addso it doesn't eat your components when near a station
/createPrototype practice no item;
/createPrototype practice no item;
/pause 2;
I am only using this one now because most of the time I decide to grind while waiting for wounded people in the med center, and since droids are more and more common you always end up with either someone with a droid with a crafting station hanging around you or you forgot to store your 110% one which also has a crafting module.
AllfortheWookiee wrote:
And to take it off Practice?
<-----another newb.
Replace the /createPrototype paractice no item commands with:
/createPrototype
Ritualistic wrote:
Which schematics, in your humble opinion, give the best XP vs resources?
Also, anyone here ever seen Dolovite on Tempest? Or on any server?
As a doctor I used Advanced Components, specificly Advanced BEC's
Ralgur wrote:
Just an fyi, don't craft using this macro if you are near anything such as a private food/chem station or a droid with the feature. They make the experiment option come up and it hoses this script. You don't get exp but the resources get consumed.
hey thanks
I didnt tell people not to stand in front of stuff heh, I figured if you were grinding the last thing you would want to it experiment prototypes.
I have also usedanother /nextCraftingStage in front of stations and it works like the other guy pointed out ![]()
Thanks much
Im going to finish combat med 4 crafting tonight and i started yesterday night heh.
Great post, thanks very much Krullgan...was dreading the grinding process for doctor (I'm only halfway to Doc Crafting II).
Approximately how much crafting XP do you get from each advanced BEC?
to tell you the truth LOL it went so fast I didnt care
In practice mode, over 100 ( I think )
not that I know of -you would possbily need to do something similar to the
/selectDraftSchematic XX
BUT maybe it would be a
/selectInventoryItem XX who knows heh
if something like that did exsist, then you would have to assure thatthe items in your invenotry would stay in onespot and not move.
Ill look into it maybe.