Chef Archive
Thread: Grinding Macros...the old fashion way heh. Still available?
/selectDraftSchematic ##;
/pause 5;
/nextcraftingstage;
/nextcraftingstage;
/createprototype practice no item;
/createprototype practice no item;
/pause 1;
untamedhunter wrote:
/ui action toolbarSlot##;
/selectDraftSchematic ##;
/pause 5;
/nextcraftingstage;
/nextcraftingstage;
/createprototype practice no item;
/createprototype practice no item;
/pause 1;
this is the macro im trying to use but am afraid they altered the crafting ui becuase it doesnt seem to work after the 5 second pause when you need to proceed by pressing the "assemble" button, is there any way around this to proceed with the macro or do you have to grind it all out by button clicks?
In game elzar/bio-dye
flurry
up and coming chef i hope
there is a way to do it afk but it is not allowed so i wont say that...add another /nextcraftingstage
I have added another line of /nextcraftingstage; but then it just says
the craftings session has ended, what the deal its EXACTLY the way it is in the chef faq+ the extra craftingstage...arghhghgh plz help!!!
untamedhunter wrote:
I have added another line of /nextcraftingstage; but then it just says
the craftings session has ended, what the deal its EXACTLY the way it is in the chef faq+ the extra craftingstage...arghhghgh plz help!!!
that is what it says....it will say it has ended...meaning you have crafted it...
Message Edited by untamedhunter on 07-06-2005 04:10 AM
untamedhunter wrote:
oh nvm it goes fast and im tired ill shutup, its working...heh thx for input
Message Edited by untamedhunter on 07-06-2005 04:10 AM
untamedhunter wrote:
oh nvm it goes fast and im tired ill shutup, its working...heh thx for input
Message Edited by untamedhunter on 07-06-2005 04:10 AM
i tried this macro and it isnt working what so ever.... so could someone be so kind to type it in how i should as a macro??? that would be great thanks all.....
Kayon
/ui action toolbarSlot##;
/selectDraftSchematic ##;
/pause 5;
/nextcraftingstage;
/nextcraftingstage;
/nextcraftingstage;
/createprototype practice no item;
/createprototype practice no item;
/pause 1;
/macro **
This is exactly what you have to type.
/ui action toolbarSlot##; the ## part is the number where your crafting icon is on the toolbar. F1 = /ui action toolbarSlot00 and it continues like that
/selectDraftSchematic ##; the ## part is the schematic number, i think the only way to find this out is by trial and error
/pause 5; this part is where you press on the ingrediants
|/nextcraftingstage;
/nextcraftingstage; these 3 parts are the crafting part
/nextcraftingstage;
/createprototype practice no item; this crafts it
/createprototype practice no item; this closes it
/pause 1; enough time to wait for next macro
/macro ** the ** part is the name of the next macro
this is how to use it