Doctor Archive
Thread: Doctor Crafting Macro Troubles
Page 1 of 1
Kylarrah
Tue Jun 22, 2004 8:50 pm
#1
Hi all. I have 2 more boxes to go and decided to try one of the nifty macros posted here to reduce some of the doubleclicking. I can't seem to get it to work properly though. The macro shuts down at the /createPrototype practice no item; step. The in-game message is "no such mood, command, chat type: createPrototpye"
All of my spelling and capitalization is correct. What is odd is that the error message has a typo in it? Its acting as if my macro is misspelled but Ive looked at it 9949494 times and its perfect 
Any brilliant ideas? Thanks!
Ky'Lah Tarkona
ranger_one
Wed Jun 23, 2004 2:27 am
#2
did u have a space between noitem? eg: "no item" ??
this is how it should be i think...
/createPrototype Practice noitem;
this is how it should be i think...
/createPrototype Practice noitem;
Dejik
Wed Jun 23, 2004 5:09 am
#3
I actually don't remember offhand what the exact line should be, but just find yourself a master elite artisan or master doc...or anything that requires grinding and ask them for their macro. I have several set up in-game, just too lazy to look right now.
Anubios
Wed Jun 23, 2004 6:29 am
#4
Just posted this in another thread so did a nifty cut N paste..
Hope it helps
/ui action toolbarSlot00; -- 00 is the 1st box on your toolbar (goes from 00-11 top row and 12-23 on bottom row)
/selectDraftSchematic 9;
/pause 5;
/nextCraftingStage;
/nextCraftingStage;
/nextCraftingStage;
/createPrototype practice no item;
/createPrototype practice no item;
/pause 1;
/selectDraftSchematic 9;
/pause 5;
/nextCraftingStage;
/nextCraftingStage;
/nextCraftingStage;
/createPrototype practice no item;
/createPrototype practice no item;
/pause 1;
/ui action toolbarSlot01;
/selectDraftSchematic 9;
/pause 5;
/nextCraftingStage;
/nextCraftingStage;
/nextCraftingStage;
/createPrototype practice no item;
/createPrototype practice no item;
/pause 1;
/pause 5;
/nextCraftingStage;
/nextCraftingStage;
/nextCraftingStage;
/createPrototype practice no item;
/createPrototype practice no item;
/pause 1;
/ui action toolbarSlot02;
/selectDraftSchematic 9;
/pause 5;
/nextCraftingStage;
/nextCraftingStage;
/nextCraftingStage;
/createPrototype practice no item;
/createPrototype practice no item;
/pause 1;
/pause 5;
/nextCraftingStage;
/nextCraftingStage;
/nextCraftingStage;
/createPrototype practice no item;
/createPrototype practice no item;
/pause 1;
/ui action toolbarSlot03;
/selectDraftSchematic 9;
/pause 5;
/nextCraftingStage;
/nextCraftingStage;
/nextCraftingStage;
/createPrototype practice no item;
/createPrototype practice no item;
/pause 1;
/pause 5;
/nextCraftingStage;
/nextCraftingStage;
/nextCraftingStage;
/createPrototype practice no item;
/createPrototype practice no item;
/pause 1;
/ui action toolbarSlot04;
/selectDraftSchematic 9;
/pause 5;
/nextCraftingStage;
/nextCraftingStage;
/nextCraftingStage;
/createPrototype practice no item;
/createPrototype practice no item;
/pause 1;
/pause 5;
/nextCraftingStage;
/nextCraftingStage;
/nextCraftingStage;
/createPrototype practice no item;
/createPrototype practice no item;
/pause 1;
/ui action toolbarSlot07; (If you set the macro in box 8 then it will loop bacthrouogh the macro till you type /dump)
Page 1 of 1