Combat Medic Archive
Thread: help on macro please
Hi i tried the macro back in the pages somewhere i tried the
/ui action toolbarslot 12
/selectDraftSchematic 11
now i've only done it up to this part but it doesn't seem to work for me let alone bring up my crafting menu ... so i was wondering if i did something wrong if someone can also write it out for me like is it /ui action toolbarslot 12;/selectDraftSchematic 11 or is there a space in between no semicolon or any tips that might get me going to mass craft with macros... does the macro name need to be something specific? everything for newbie in detail plz thnx i appreciate it all replies
carbieguy wrote:
Hi i tried the macro back in the pages somewhere i tried the
/ui action toolbarslot 12
/selectDraftSchematic 11
now i've only done it up to this part but it doesn't seem to work for me let alone bring up my crafting menu ... so i was wondering if i did something wrong if someone can also write it out for me like is it /ui action toolbarslot 12;/selectDraftSchematic 11 or is there a space in between no semicolon or any tips that might get me going to mass craft with macros... does the macro name need to be something specific? everything for newbie in detail plz thnx i appreciate it all replies
I'm pretty sure that the line
/ui action toolbarSlot12;
The S must be capitalized and I'm pretty sure there is no space before the number.. The semicolon (
gives a hard return and basically is the same as enter.
The other line
/selectDraftSchematic ##;
does have a space before the numbers. The one thing I haven't gotten to work is the /nextCraftingStage command which is supposed to be the same as clicking Next and/or Assemble.. ![]()
/nextCraftingStage;
/nextCraftingStage;
/nextCraftingStage;
/createPrototype practice no item;
/createPrototype practice no item;
/pause 1;
/ui action toolbarSlot##;
/selectDraftSchematic ##;
The discussion of this macro is found in this message:
http://forums.station.sony.com/swg/board/message?board.id=combat_medic&message.id=9117
To summarize:
- Get 8 Food/Chem crafting tools and put them in the bottom hotkeys (12 through 19).
- Make 8 versions of the above macro and replace 'toolbarSlot##' with the next crafting station. For example, my first macro uses 'toolbarSlot13'. The last macro should use 'toolbarSlot12' to go back to the first crafting tool.
- Place the 8 macros above each of the crafting tools in the hotkeys 1 though 8.
- Manually click on the first crafting tool.
- Manually select the schematic you are going to use
- Manually select the resources to load them into the schematic
- Press 'F1' on your keyboard.
This will finish the current crafting session, bring up the next tool in line, and select the proper schematic. Now you just select your resources and press 'F2'... select resources and press 'F3'... etc. See the above thread for more detailed information.
It worked great for me. I'm still using it to grind through doctor crafting. I really like the way it's set up.
Remember, you can't /nextCraftingStage through the resource select. Maybe that's why you can't get it to work? Just a guess.