Artisan Archive
Thread: How to macro craft without /selectDraftSchematic
Page 2 of 2
Elyssa
Fri Sep 30, 2005 8:44 pm
#14
You can't without use of 3rd party software (which is a violation of the EULA).
Elyssa
Sat Oct 22, 2005 10:52 am
#16
Double check your macro because I'm using it right this second and it works beautifully.
You can't just copy and paste that macro because it's just the framework that shows you how to build your own.
You can't just copy and paste that macro because it's just the framework that shows you how to build your own.
The macro posted here requires editing to make it work.
The instructions to do so are posted with it.
Message Edited by Elyssa on 10-22-2005 12:53 PM
Sp4nky
Mon Oct 24, 2005 8:58 am
#17
Made a varition off this using 2 macros since this game doesn't like too many lines in one macro and since using multiple tools can add up to alot of lines in a single craft macro this cuts it down about 95% of the size.
I have tools in the 1-5 slot on the toolbar.
So...
First macro -
"craft"
/ui action toolbarSlot00;
/macro craft2;
/pause 6;
/ui action toolbarSlot01;
/macro craft2;
/pause 6;
/ui action toolbarSlot02;
/macro craft2;
/pause 6;
/ui action toolbarSlot03;
/macro craft2;
/pause 6;
/ui action toolbarSlot04;
/macro craft2
Then the 2nd macro
"craft2"
/pause 1;
/ui action defaultButton;
/pause 4;
/nextCraftingStage;
/nextCraftingStage;
/nextCraftingStage;
/createprototype practice noitem;
/createprototype practice noitem
I have tools in the 1-5 slot on the toolbar.
So...
First macro -
"craft"
/ui action toolbarSlot00;
/macro craft2;
/pause 6;
/ui action toolbarSlot01;
/macro craft2;
/pause 6;
/ui action toolbarSlot02;
/macro craft2;
/pause 6;
/ui action toolbarSlot03;
/macro craft2;
/pause 6;
/ui action toolbarSlot04;
/macro craft2
Then the 2nd macro
"craft2"
/pause 1;
/ui action defaultButton;
/pause 4;
/nextCraftingStage;
/nextCraftingStage;
/nextCraftingStage;
/createprototype practice noitem;
/createprototype practice noitem
Message Edited by Sp4nky on 10-24-2005 11:59 AM
Melakai
Sat Nov 05, 2005 10:49 am
#18
Hello all, i'm new and this macro certainly will help my grind.....thx....
HoJoy
Mon Nov 07, 2005 10:48 pm
#20
Works great thanks alot. Really speeding up the grind towards master artisan.
Thanks again
Page 2 of 2