Droid Engineer Archive
Thread: Need help with crafting macro.
/ui action toolbarSlot12; <----this calls the crafting tool 00-11 top row of tool bar 12-23 bottom row
/selectDraftSchematic 113; <-----this picks what to craft start at 00 in data pad and count left to right
/pause 3; <----pauses for 3 seconds
/nextCraftingStage;
/createPrototype Practice noitem; <-----this makes it a practice item so you dont have to destroy any product
/createPrototype Practice noitem;
/pause 2;
/ui action toolbarSlot01; <-----this calls the next macro that is identical to this but calls diff crafing tool
this is the macro
It opens the tools...it goes to the item i want to craft. it pauses 3 seconds so i can select resources but after it says twice The crafting session has ended!
what am i doing wrong ??
ok, enter the resources and hit Assemble, wait and it will end and you will get xp. ![]()
Good luck, even with a macro it is tedious.
Movi
ehm, try this instead:
/ui action toolbarSlot12; <- Boot the craftingstation
/selectdraftschematic 113; <- Pick schematic
/pause 3; <- Pause for resources
/nextcraftingstage;
/nextcraftingstage; <- Advance through the dialogs (Yes, there must be two of them)
/createprototype practice no item;
/createprototype practice no item; <- Create the item in practice mode.. pay attention to the spaces.
/pause 1; <- 1 second usually is enough, at least for me.
This template works for me, when Im outside and far from public crafting stations.
Another tip is to use an alias for the /selectdraftschematic, so you don't have to updateyour macro when you need to change what you grind.
Good luck
/Skymth
I have a question:
In that 3 seconds of pause where you put in your resources, do you have to click assemble after it also or does the /nextCraftingStage takes you there?