Combat Medic Archive
Thread: Crafting Macro Problems
here's one cycle of what i tried to use
/ui action toolbarSlot00;
/selectDraftSchematic 0;
/pause 6;
/nextcraftingstage;
/nextcraftingstage;
/createPrototype practice no item;
/createPrototype practice no item;
then it repeats for the next toolbar slot etc....
I run the macro, it opens the drafting session, selects the draft schematic, pauses, then a window comes up saying "you are already crafting". So it has to be something with the /nextcraftingstage command. because that is where it stops.
any help would be greatly appreciated, i know a lot of people are having the same problems.
oh, and i've also tried the command /nextCraftingStage that doesn't work either.
/selectDraftSchematic 0; should have 2 digits. /selectDraftSchematic 00;
grrr, no eidt function...
Also, put the macro in slot00,
say crafting tool in slots 01, 02, 03, 04, 05, 06 (i use 6)
At the start of the macro of course do /ui action toolbarSlot01 to start the first tool, at the end of each section do /ui action toolbarSlot02, then 03, etc...
Lastly do /ui action toolbarSlot00 to start the macro over again.
I suggest making a macro with just /dump in it also ![]()
/ui action toolbarSlot00
/selectDraftSchematic 05
/pause 3
/nextCraftingStage
/nextCraftingStage
/createPrototype practice no item
/createPrototype practice no item
/pause 2
/ui action toolbarSlot01
Above is exactly what I use (just 1 section of it) and it works.
Ususally when you recieve no XP or you notice that the Crafting tools are not counting down, you are too close to a crafting station, or in some cases, to close to a droid with a crafting station.
my 2 cents...