Doctor Archive
Thread: I cant seem to understand about why macroing!!!
People use the 'no item' because you get more exp that way than by actually creating the the items and filling your inventory. Whenmacroing the ABEC's like that you won't be doing any experimenting to raise their power so they're not really worth using. And if you're going to experiment the power on them then it's not really worth macroing them.
Saikoi wrote:
I have picked up some medicine Macro Crafting, and it works except from one thing. The item that I am macro crafting, doesnt appear in my inventory.
I thought I could through medicine crafting using macro, but I was thinking of making stims for my own at the same time, which I will need to grind the other doctor skills.
I have tried to remove "practice" in the macro Edit. But there seems to be no difference.
This is what I use:
/ui action toolbarSlot 00 <-- Thats where my crafting station is
/select Draftschematic26; <-- Where I have my Advanced Biological Effect Controller
/pause 3;
/nextCraftingStage;
/nextCraftingStage;
/createPrototype no item; <-- Should I write something instead of "no item" ???
Hoping for replys.
/ui action toolbarSlot00; <-- notice no space here.
/sel 26; <--- Notice there is a space here. and sel is short you dont have to say the whole thing.
/pause 3; is good if that gives you enough time. probably will need 5 or 6 here.
/nextC; <-- again this is the short version.
/nextC;
/createprototype no item;
/createprototype no item;<--- you need two of these for it to work correctly, if you are near a crafting station and want to bypass the experimentation, you need a third one.
/pause 3;
Saikoi wrote:
I have picked up some medicine Macro Crafting, and it works except from one thing. The item that I am macro crafting, doesnt appear in my inventory.
I thought I could through medicine crafting using macro, but I was thinking of making stims for my own at the same time, which I will need to grind the other doctor skills.
I have tried to remove "practice" in the macro Edit. But there seems to be no difference.
This is what I use:
/ui action toolbarSlot 00 <-- Thats where my crafting station is
/select Draftschematic26; <-- Where I have my Advanced Biological Effect Controller
/pause 3;
/nextCraftingStage;
/nextCraftingStage;
/createPrototype no item; <-- Should I write something instead of "no item" ???
Hoping for replys.
/ui action toolbarSlot00; <-- notice no space here.
/sel 26; <--- Notice there is a space here. and sel is short you dont have to say the whole thing.
/pause 3; is good if that gives you enough time. probably will need 5 or 6 here.
/nextC; <-- again this is the short version.
/nextC;
/createprototype no item;
/createprototype no item;<--- you need two of these for it to work correctly, if you are near a crafting station and want to bypass the experimentation, you need a third one.
/pause 3;
KhaotiK7 wrote:
thought it was /createPrototype practise no item;
Oops yep your right, i missed that practice part, nothing needs capitals in that string though.
Gibban