Artisan Archive
Thread: nextCraftingStage broken?
Page 1 of 2
eaglebacca
Sun Mar 06, 2005 5:10 pm
#1
it is still working.. i had used the macro to grind up DE yesterday for the third time. FYI /nextC would do instead of /nextCratfingStage
eaglebacca
Sun Mar 06, 2005 5:12 pm
#2
If it help, here is the macro i used
the mcro is being placed in the F1 box and the first crafting tool is at F2
/ui action toolbarSlot01; <-- selects first tool
/selectDraftSchematic 71; <-- Schematic number, you will have to experiment with this to get your schematic
/pause 04; <-- this is the amount of time to put in the resources, if you got alot of resources, increase the time.
/nextC;
/nextC;
/nextC;
/createPrototype practice no item;
/createPrototype practice no item;
/pause 3;
From this point you could either
A) get the macro to loop by doing /macro grind (or what ever you call the macro)
or
B) Add another tool in which case you need to REPEAT the macro but change the toolbar number for example:
/ui action toolbarSlot01;
/selectDraftSchematic 71;
/pause 04;
/nextC;
/nextC;
/nextC;
/createPrototype practice no item;
/createPrototype practice no item;
/pause 3;
/ui action toolbarSlot02; <-- look the nuber has changed!
/selectDraftSchematic 71;
/pause 04;
/nextC;
/nextC;
/nextC;
/createPrototype practice no item;
/createPrototype practice no item;
/pause 3;
the mcro is being placed in the F1 box and the first crafting tool is at F2
/ui action toolbarSlot01; <-- selects first tool
/selectDraftSchematic 71; <-- Schematic number, you will have to experiment with this to get your schematic
/pause 04; <-- this is the amount of time to put in the resources, if you got alot of resources, increase the time.
/nextC;
/nextC;
/nextC;
/createPrototype practice no item;
/createPrototype practice no item;
/pause 3;
From this point you could either
A) get the macro to loop by doing /macro grind (or what ever you call the macro)
or
B) Add another tool in which case you need to REPEAT the macro but change the toolbar number for example:
/ui action toolbarSlot01;
/selectDraftSchematic 71;
/pause 04;
/nextC;
/nextC;
/nextC;
/createPrototype practice no item;
/createPrototype practice no item;
/pause 3;
/ui action toolbarSlot02; <-- look the nuber has changed!
/selectDraftSchematic 71;
/pause 04;
/nextC;
/nextC;
/nextC;
/createPrototype practice no item;
/createPrototype practice no item;
/pause 3;
QuarianRex
Sun Mar 06, 2005 9:39 pm
#3
It's not just you. I just spent the last hour trying to get a macro to work. I used to be a crafter but had to give it up. A friend of mine just took the plunge and wanted to join the grind so I tolg him that I would hook him up with a good macro. Much to my dismay it will not work. I resorted to adding to the macro line by line and testing each and it was the /nextCraftingStage comand that refused to be processed. Me so bitter. For those of you who tried it yesterday, try it today.
By the way, ths was on the Kauri server. That might be a factor, it might not.
SergeAyotte
Mon Mar 07, 2005 1:16 am
#4
I am just wondering if it is only me not doing something correctly, or if it is something I should ?BUG, but I do not seem to get a macro working, or even doing it manually, with the command /nextCraftingStage
Any one else as this problem?
Benaneb Swataws
SergeAyotte
Mon Mar 07, 2005 9:56 am
#5
eaglebacca-> Tha is the same (almost) macro I use, and tried both nextC and nextCraftingStage (and different capitalisations) to no success.
QuarianRex -> I'm on Tarquinas myself, so it may not be related to a server.
I'll be trying again during my lunch break today (Monday) and I'll repost in case.
Thanks to both!
Guruweaver
Mon Mar 07, 2005 12:42 pm
#6
Last time I tried, they worked fine. When I get done at work today I'll check again.
Guru
Guru
Kizyc
Tue Mar 08, 2005 1:36 am
#7
I used it to grind up Artisan on two accounts yesterday, and it worked fine. However I am using the /next Crafting Stage; variant instead of /nextC; or /nextCraftingStage; I similarly used it to finish up my Master Doctor Crafting line the day before. Servers: Intrepid and Starsider.
Guruweaver
Tue Mar 08, 2005 6:40 am
#8
I just tested on Live.
It's working fine for me. My macro uses /nextcraftingstage; however. Note the different case.
Take care,
Guru
It's working fine for me. My macro uses /nextcraftingstage; however. Note the different case.
Take care,
Guru
Ani_cul
Tue Mar 08, 2005 6:55 am
#9
3 things to check
1. Spacing, case, etc..
There is a random annoying glitch that will change your macro.
There is a random annoying glitch that will change your macro.
Double check it line by line.
I keep a copy of macros in a notpad so when they do bug I can just copy and paste the correct one back into game.
2. semi colon and linebreak
Be sure they are there, a macro without them does not always automatically place them for you
3. Crafting station
Are you near one, should you be?
IF your macro is written in form,
AND you are where you should be in reference to useing a crafting station,
as odd as it may sound,
Add another /nextcraftingstage
just try it once
you never know
SergeAyotte
Tue Mar 08, 2005 7:36 am
#10
Thank you all for your answers.
At lunch yesterday I still tried, and it was not working... Sigh...
I'll try typing the macro in Notepad, then copy /paste it and see what it will give me, and also try from the chatbox...
But it is very strange that there can be so many different ways accepted for the same command, but then 
Benaneb
SergeAyotte
Tue Mar 08, 2005 12:31 pm
#11
Hello again all...
Well A few things different this afternoon, or simply that I took greater care to look... Maybe having the sinus headache I have is helping slowing me down and see 
First here is the macro at the last test I did (with /say and /pause for debugging purpose);
/ui action toolbarSlot00;
/pause 1;
/say button;
/ui action defaultButton;
/pause 10;
/say nextc;
/nextCraftingStage;
/pause 5;
/say nextc;
/nextCraftingStage;
/pause 10;
/say proto;
/createprototype practice no item;
/pause 1;
/say BOO
/pause 1;
/say button;
/ui action defaultButton;
/pause 10;
/say nextc;
/nextCraftingStage;
/pause 5;
/say nextc;
/nextCraftingStage;
/pause 10;
/say proto;
/createprototype practice no item;
/pause 1;
/say BOO
I have used the variants mention troughout this post, and all seems to work today,aside from the crafting window NOT closing at the end (I saw the bar besides my resources disapear, and I got my XP, tried removing resource and got an error message that there was no draft schematics).
Anyone as an idea why the window is not removing itself?
Benaneb
Ani_cul
Tue Mar 08, 2005 12:53 pm
#12
you do need a second create prototype in there for the namein window part to close down if i remeber right, ages since I used crafting macro
eaglebacca
Tue Mar 08, 2005 7:10 pm
#13
Hey Benaneb
i think you should try the macro Guru or me posted, they works fine for a grinding macro. and also due to lag i think you should increase the duration of the pause from 1 to 3, if the data didn't get transfered because of lag you will have a prototype crafting errors message.
i think you should try the macro Guru or me posted, they works fine for a grinding macro. and also due to lag i think you should increase the duration of the pause from 1 to 3, if the data didn't get transfered because of lag you will have a prototype crafting errors message.
Page 1 of 2