Artisan Archive
Thread: nextCraftingStage createPrototype dont work?
/nextCraftingStage
/createPrototype
anyone else having trouble with these?
they do not work for some reason, have they been disabled or are they bugged? do they work for other people?
all im doing is a macro to
/nextCraftingStage;
/nextCraftingStage;
/createPrototype;
/createPrototype;
to use after i click off the resources. all it does is close the crafting session and say "crafting session has ended!"
The problem most likely is that someone nearby has a droid out with a crafting station built in, or that you are next to a crafting station. These add a dialog box for experamentation (sp) that breaks the generic crafting macro. Fixing it is an easy step, add another /nextCraftingStage so you have:
/nextCraftingStage;
/nextCraftingStage;
/nextCraftingStage;
/createPrototype;
/createPrototype;
This will work if you are next to a crafting station, or if you are no where near one. Hope that helps
It always says that for me, but I always get the xp (except in crit failure cases obviously). Check to see whether you're getting xp or not.
lorildeh wrote:
to use after i click off the resources. all it does is close the crafting session and say "crafting session has ended!"
Rikilii wrote:
I couldn't get this to work until I changed nextCraftingStage to nextcraftingStage
thanks! it mustve been the capital C... even though the command is supposed to be cap. C.... weird