Game Guides Archive
Thread: What is the command for next crafting stage?
Page 1 of 1
NetViperX
Mon Mar 21, 2005 5:17 pm
#2
I dont remember the entire command, but if you just use /nextC; it will work fine. You will need it 3 times in a row if your using a macro. Example below. This command is Case sensitive, in other words, the C must be capitalised.
/ui action toolbarSlot08;
/selectDraftSchematic 113;
/pause 8;
/nextC;
/nextC;
/nextC;
/createPrototype;
/createPrototype;
/pause 3;
Kniol
Tue Mar 22, 2005 5:44 pm
#3
NetViperX wrote:
I dont remember the entire command, but if you just use /nextC; it will work fine. You will need it 3 times in a row if your using a macro. Example below. This command is Case sensitive, in other words, the C must be capitalised.
/ui action toolbarSlot08;
/selectDraftSchematic 113;
/pause 8;
/nextC;
/nextC;
/nextC;
/createPrototype;
/createPrototype;
/pause 3;
You make too much work out of it: just use /next; instead of /nextC;
and, if wanting to use Practice mode, add practice no item to the /createPrototype lines, thusly:
/createPrototype practice no item;
tyvm
sciguyCO
Tue Mar 22, 2005 7:11 pm
#4
A handy tip (which I should toss over to TH's thread):
To see a list of commands starting with a given string, type in what you know (or guess) is the start of the command, then hit ctrl-shift-tab. This will list all the slash commands starting with what you had. If only one command matches, it puts that into the entry line.
So type "/nex" and hitting ctrl-shift-tab gets you /nextCraftingStage
For some commands, you can get useful info by doing "/help {command}", but most of the more esoteric ones (like /createPrototype) just come back with "command not found". This usually means that it isn't a "normal" command, so the help text wasn't put in.
Page 1 of 1