Doctor Archive
Thread: /nextCraftingStage;
I found some threads with this information in them yesterday, but dont have the links. From memory, I had to add /pause 1; after each /nextCraftingStage or /createPrototype and add a third /nextCraftingStage. Add a /pause 5 to the last /createPrototype if you are going to loop it onto another button. I also had to turn back on the crafting messages for some weird reason. You will still get the same "ended" message, but the kit should show the hopper countown, and your xp should go up.
/ui action toolbarSlot00;
/selectDraftSchematic 0000;
/pause 5;
/nextCraftingStage;
/pause 1;
/nextCraftingStage;
/pause 1;
/nextCraftingStage;
/pause 1;
/createPrototype;
/pause 1;
/createPrototype;
/pause 5;
/ui action toolbarSlot01; (Last one only if your going to loop them)
Try that, hope it helps.
Darien Walker
Ahazi - MCM/Advancing Doc
Darien,
Thank you for your post. It works perfectly. ![]()
And as far as calling me lazy boy, I'm neither a boy nor lazy. This will be the second character that I have mastered Doctor (don't ask), and this time I'd like it to be a little easier. So lazy? no...crazy? maybe. ![]()
*Zen
Just use the macro up to the first pause.
then, load the resources at your leisure, then hit enter 3 times.
You can use practice mode this way, that helps a little.
Just another way to do it.
I've been trying to use a macro to help with working up medicine crafting skill and I keep seeing the following string suggested:
/ui action toolbarSlot00;
/selectDraftSchematic 0000;
/pause 5;
/nextCraftingStage;
/nextCraftingStage;
/createPrototype;
/createPrototype;
This macro works up until the point where I click the required resources and after the pause it says, "The crafting session has been ended". I've tried it a few different ways by splitting up the macros. Tried typing it out while in the ingredient screen just to see if /nextCraftingStage did anything and it doesn't.
Am I doing something wrong? or does this just not work.
Thanks for the help.
*Zen
You have to split your macro into 2
First to run until you hit the input resources screen, these have to be loaded manually.
Then your run your second macro which contains the remains nextcrafting inputs
You cant fully automate this lazy boy =))