Bio Engineer Archive
Thread: Here is my new crafting macro
ok i have tried all sorts of verations on this and i am etting nowhere. i cant get this thing to work for anything. can anyone help. 2 more in crafting and i am master doc. PLEASE SOMEBODY HELP!!!!!
I get the "crafting Station has ened" message and no Exp. what gives someone on here says he still got exp how i dont
![]()
I get the same thing.
I can type the first line in on the chat window and it will open the crafting menu, But running the same line in a macro and the crafting window dosnt open![]()
Oh yeah....make sure you have "Confirm Crafting Actions" UNCHECKED in your ingame options. This is on the MISC tab.
H.
Here is another tip,
Program one of the extra buttons on a 5 button mouse to be a double click.
Make sure your tools are in the right slots.
If you are using a double-row of toolbar slots, if they are in the bottom row the proper toolbarSlot is 12, not 00 for the first slot, etc.
Im sorry if I already posted but something wierd happened afte I posted first time so here it is:
/ui action toolbarSlot08; (this is the slot where you put crafting station)
/selectDraftSchematic 06;(this is where the draft schematic is chosen)
/pause 3;(amount of time you have to create object i advise at least 3 probably 4)
/nextcraftingStage;
/nextcraftingStage;
/createPrototype practice no item;
/createPrototype practice no item;
/pause 3;(dont know what this is for, you just need it)
/ui action toolbarSlot04;(this is the place where the next macro is)
Depending on the complexity of the item you want to grind it will effect how many craftingtools // macros you need to make, to figure out the complexity look at item under draft schematics, for a complexity of aprox 10 you will need 4 macros // crafting station and for 15 youll need 5/6 crafting stations.
How the /ui action toolbarSlotXX works is it is the postion on the toolbar, 00 is the very top left hand corner and 23 is the bottom right hand corner (on duel row toolbar)
For the macro to work you can just copy and paste it but you will have to remove the brackets with defination or else copy it word for word
To find out what draft schematic you need to use, go to datapad, then draftschematics, the first draft schematic is 00 and 01 for next one, when using food and chemical tools, only count stuff that can be crafted on them without a crafting station (stuff lvl 15 and below) for each item under lvl 15 it starts their so if BEC is first item you can craft in draftschematics, then BEC is 00 even if there are other items ahead of it. This may be harder to find if you are artisan because of food items that can be crafted from being artisan with tool
About some people adding in another /nextcraftingStage this i belieave is only required if you are anear a crafting station or someone DROID with a crafting station, if you are near a crafting station then you wont get exp for item since it doesnt finish!!! i still havent tested another /nextcraftingStage
Mannmoroth wrote:
Im sorry if I already posted but something wierd happened afte I posted first time so here it is:
/ui action toolbarSlot08; (this is the slot where you put crafting station)
/selectDraftSchematic 06;(this is where the draft schematic is chosen)
/pause 3;(amount of time you have to create object i advise at least 3 probably 4)
/nextcraftingStage;
/nextcraftingStage;
/createPrototype practice no item;
/createPrototype practice no item;
/pause 3;(dont know what this is for, you just need it)
/ui action toolbarSlot04;(this is the place where the next macro is)
Depending on the complexity of the item you want to grind it will effect how many craftingtools // macros you need to make, to figure out the complexity look at item under draft schematics, for a complexity of aprox 10 you will need 4 macros // crafting station and for 15 youll need 5/6 crafting stations.
How the /ui action toolbarSlotXX works is it is the postion on the toolbar, 00 is the very top left hand corner and 23 is the bottom right hand corner (on duel row toolbar)
For the macro to work you can just copy and paste it but you will have to remove the brackets with defination or else copy it word for word
To find out what draft schematic you need to use, go to datapad, then draftschematics, the first draft schematic is 00 and 01 for next one, when using food and chemical tools, only count stuff that can be crafted on them without a crafting station (stuff lvl 15 and below) for each item under lvl 15 it starts their so if BEC is first item you can craft in draftschematics, then BEC is 00 even if there are other items ahead of it. This may be harder to find if you are artisan because of food items that can be crafted from being artisan with tool
About some people adding in another /nextcraftingStage this i belieave is only required if you are anear a crafting station or someone DROID with a crafting station, if you are near a crafting station then you wont get exp for item since it doesnt finish!!! i still havent tested another /nextcraftingStage
I can solve the mystery of the extra /pause 3, which can be /pause 1 or /pause 2 and work just as well. (maybe even /pause 0, though I've not tried it)
See, the SWG macros attempt to execute all queued commands /at the same time/. Anything before/between /pause-s are queued up at once. So, say you have an armor macro, but get the "too many commands blah blah" error message. Just put a /pause 0 in there a time or two and voila! it's fixed, there isn't any real delay (due to /pause being set to 0 seconds) and the commands aren't queued up too many at a time.
So, if you did NOT have the extra /pause 3 in there between crafting tools it would attempt to end the session for the previous one AND open the session for the next one simultaneously, which will generate an error message akin to "already crafting blah blah".
I have also not tried any macro that includes the extra /nextCraftingStage, and I recommend that folks use a general crafting tool (not weapon/droid/generic, which is actually a specific tool) when grinding if possible.
Ruda, Master Doctor, Naritus
Thanks so much was trying to craft doctor the hard way.
No words can express how greatful i am ![]()