Weaponsmith Archive
Thread: my crafting macro wont go to the next stage after I load the resources
Page 1 of 1
EricAD
Sun May 08, 2005 4:08 pm
#1
My macro loops fine and everything, its just that after I load up all the resources and wait for the next crafting stage it ends the session for some reason. If anyone knows how to fix this please post.
EricAD
Sun May 08, 2005 5:15 pm
#3
well there was at first, but I moved away and set the macro up again and I get the same problem 
zaphb
Sun May 08, 2005 10:53 pm
#4
actually if I had been awake last nigt I would have said
doyou hae two or three nextC; in your macro or only two?
doyou hae two or three nextC; in your macro or only two?
EricAD
Mon May 09, 2005 7:42 am
#5
I got two lines that say "/nextcraftingstage;" right under each other in my macro
Mogro
Mon May 09, 2005 1:15 pm
#7
Case sensitive too (at least it was back in the day...), should look like this:
/nextCraftingStage;
/nextCraftingStage;
/nextCraftingStage;
Standardlager
Mon May 09, 2005 1:18 pm
#8
Mogro wrote:
Case sensitive too (at least it was back in the day...), should look like this:
/nextCraftingStage;
/nextCraftingStage;
/nextCraftingStage;
It should be all in lower case, no Caps in there.
Mogro
Mon May 09, 2005 1:21 pm
#9
Standardlager wrote:
Mogro wrote:
Case sensitive too (at least it was back in the day...), should look like this:
/nextCraftingStage;
/nextCraftingStage;
/nextCraftingStage;
It should be all in lower case, no Caps in there.
That's weird, I just used it last week to regain my FS exp box.
Mogro
Mon May 09, 2005 1:30 pm
#10
This is exactly how mine is set up:
/ui action toolbarSlot01;
/selectDraftSchematic 182;
/pause 3;
/nextCraftingStage;
/nextCraftingStage;
/nextCraftingStage;
/createPrototype practice no item;
/createPrototype practice no item;
/pause 2;
Then repeat for all 11 crafting kits and put this at the very end:
/macro <macro name>
GullinBorst
Tue Jun 14, 2005 5:46 am
#12
Actually, I have almost the exact same macro and am getting the same result (does not advance to next stage).
I have tried 3 and it does not work either.
In fact I have attempted to type the command as it appears in the command list (//) after I select the resources and it causes problems. After entering it 3 times, I then click "assemble" and it tells me "the schematic is not complete"... but it is. Weird.
If anyone has some thoughts please let me know.
Page 1 of 1