Doctor Archive
Thread: Macro Problems.
Ok I am trying this macro and I am about 85% understanding it. I have it set up to where the crafting station is in the first slot and it starts it up and i click on the stuff, then it waits and clicks the macro again to start up again. it is giving me an error that says crafting error: no manufacture schematic.
If anyone can tell me exactly where I need to drag what or what to type i would love it.
here is a screen shot
http://members.cox.net/killem2/macro.jpg
I also had problems with macros.
Firstly you need 5 craftingstations.
This is how it should look.
/ui action toolbarSlot00;
/selectDraftScematic 05;
/pause 4.5;
/nextCraftingStage;
/nextCraftingStage;
/createPrototype practice no item;
/createPrototype practice no item;
/pause 1;
/ui action toolbarSlot01;
Repeat the above lines, but change the slot numbers up to 04.
Then after the last "/pause 1;" write:
/ui action toolbarSlot05;
The "pause 4.5;" is how long you have to put in the ingredients, the "pause 1;" is how long it waits before it starts the next crafting station.
The craftingstations should be placed on F1, F2, F3, F4 and F5.
The macro should be placed on F6.
Make a macro for stopping, witch looks like this:
/dump;
Ok 1st off, if you are grinding, I suggest you get 6 food tools for it. Here is my exact layout F5 - F10 are my tools and F1 is my macro slot.
/ui action toolbarSlot04;
/selectdraftSchematic 00 ;
/pause 3;
/nextcraftingstage;
/nextcraftingstage;
/createPrototype practice no item;
/pause 3;
/ui action toolbarSlot05;
/selectdraftSchematic 00 ;
/pause 3;
/nextcraftingstage;
/nextcraftingstage;
/createPrototype practice no item;
/pause 3;
/ui action toolbarSlot06;
/selectdraftSchematic 00 ;
/pause 3;
/nextcraftingstage;
/nextcraftingstage;
/createPrototype practice no item;
/pause 3;
/ui action toolbarSlot07;
/selectdraftSchematic 00 ;
/pause 3;
/nextcraftingstage;
/nextcraftingstage;
/createPrototype practice no item;
/pause 3;
/ui action toolbarSlot08;
/selectdraftSchematic 00 ;
/pause 3;
/nextcraftingstage;
/nextcraftingstage;
/createPrototype practice no item;
/pause 3;
/ui action toolbarSlot09;
/selectdraftSchematic 00 ;
/pause 3;
/nextcraftingstage;
/nextcraftingstage;
/createPrototype practice no item;
/pause 3;
/ui action toolbarSlot00;