Bio Engineer Archive
Thread: Crafting Macro No Longer Works
Before the patch of yesterday (Dec 16), I had made a crafting macro that worked like this;
/ui action toolbarSlot01;
/selectDraftSchematic 7;
/pause 6;
/nextcraftingstage;
/nextcraftingstage;
/createPrototype Practice noitem;
/createPrototype Practice noitem;
With the new patch, the lines "/nextcraftingstage" no longer does anything. Does anyone know how this should be worded now?
Thank you for your help.
I tried it with case sensitive and it does not work.
/Nextcraftingstage
/NextCraftingstage
/NextCraftingStage
/nextCraftingstage
/nextcraftingStage
/nextCraftingstage
All of these variations did not work...
Well..... the only thing i can say to do is go to the thread calles something like "Holo BE's all you need to know". I think it has been put on the top. And redo your macro according to that, because that is the one i used, and it still works fine after I changed the schematic number.
Good Luck, and let me know if it still doesnt work.
how about noitem, change it to no item.
2 words not 1.
/shrug
Thanks to everyone that helped me out with this problem. Seems that the problem was a combination of two things, case sensitive and spacing on the no item.
Before the patch, this worked - /nextcraftingstage; /createPrototype Practice noitem.
After patch this worked - /nextCraftingStage;, /createPrototype Practice no item.
Once again, thanks to all that helped me trouble-shoot this. I wish you all good luck with your Bio-Engineer profession!