Artisan Archive
Thread: Need help with cratfing macro
Page 1 of 1
OthSaruna
Mon Aug 02, 2004 11:22 pm
#1
Hey all,
I've been having trouble with my crafitng macro of late... it used to work perfectly, but now for some reason i get errors on my runs about half the time. Basically what happens is that i get a bunch of "the crafting session has ended" messages and it closes. This happens sometimes too quickly or sometimes i get all the resources in, it waits then it gives me that message a bunch of times and nothing is crafted. I use the standard macro below:
/ui action toolbarSlot##;
/selectDraftSchematic ##;
/pause 6;
/nextcraftingstage;
/nextcraftingstage;
/createprototype practice no item;
/createprototype practice no item;
/pause 2;
/ui action toolbarSlot##
The last line calls the next macro for the next craftin tool. I have tried adding mor tools, but it has not helped. Any help on this would be appreciated. This is tuly frustrating
AzagSWG
Tue Aug 03, 2004 4:05 am
#2
Try adding another "next" line in there.
Here is the general grinding macro I use:
/ui action toolbarSlot##;
/selectdraftSchematic ##;
/pause 5;
/nextC;
/nextC;
/nextC;
/createPrototype practice no item;
/createPrototype practice no item;
/pause 7;
The macros are of course case sensative, so check for gramatical errors and this should work fine for you.
Page 1 of 1