Artisan Archive
Thread: Perils with crafting macro
Page 1 of 1
bigtallim
Sun Sep 04, 2005 7:40 am
#1
I have researched the crafting macro, and it looks like it should work. I have checked (and doublechecked) my punctuation and I can't seem to get me macro to work. Is there a flaw in a recent patch? Or has SOE taken efforts to eliminate crafting macros?
If I manually type : /ui action defaultButton -- it works fine, but if loaded in the macro it doesn't!
So I switch gears and try the command: /nextC ; /nextCraftingStage it doesn't work at all.
Thanks for all imput on this:
My current macro:
/ui action toolbarSlot00 'this contains my crafting tool in the toolbar
/sel 4 'this is the location of my schematic
/pause 5 'this lets me add my resources to the schematic
/nextC 'I have tried "/nextC; /nextCraftingStage; /ui action defaultButton
/nextC 'same
/createprototype practice no item
/nextC
/stopCraftingStation
cl0kwerq
Sun Sep 04, 2005 2:32 pm
#3
I believe you need 3 /nextC's in the first group, and 2 in the last, and another creat. Like this(don't hate me if I'm wrong, been a while)
/nextC;
/nextC;
/nextC;
/createProtytpe practice noitem;
/createProtytpe practice noitem;
/nextC;
/nextC;
something like that....
Page 1 of 1