Ultimate Medic Grinding Macro
Posted: September 2nd, 2004, 7:40 am
ok this is a ful and complete grinding macro I will include in here. There will be two different sections. A grinding macro and an "ending" macro. Keep in mind that SWG is Case Sensative so make sure that pay close attention to where upper cased letters are.
Grinding Macro:
This will also be set up for 7 Food/Chem tools you can adjust as needed. The tools will be set up in Shift+F1-Shift+F7 and the macro should be placed on F5. Also keep in mind this is an auto looping macro, it will run forever(see ending macro to end the loop). Please also note that the Code for each station alternates being in BOLD so it will be easier for you to customize it to the number of stations you need.
/ui action toolbarSlot12;
/selectDraftSchematic 00;
/pause 4;
/nextCraftingStage;
/nextCraftingStage;
/nextCraftingStage;
/createPrototype practice no item;
/createPrototype practice no item;
/pause 1;
/ui action toolbarSlot13;
/selectDraftSchematic 00;
/pause 4;
/nextCraftingStage;
/nextCraftingStage;
/nextCraftingStage;
/createPrototype practice no item;
/createPrototype practice no item;
/pause 1;
/ui action toolbarSlot14;
/selectDraftSchematic 00;
/pause 4;
/nextCraftingStage;
/nextCraftingStage;
/nextCraftingStage;
/createPrototype practice no item;
/createPrototype practice no item;
/pause 1;
/ui action toolbarSlot15;
/selectDraftSchematic 00;
/pause 4;
/nextCraftingStage;
/nextCraftingStage;
/nextCraftingStage;
/createPrototype practice no item;
/createPrototype practice no item;
/pause 1;
/ui action toolbarSlot16;
/selectDraftSchematic 00;
/pause 4;
/nextCraftingStage;
/nextCraftingStage;
/nextCraftingStage;
/createPrototype practice no item;
/createPrototype practice no item;
/pause 1;
/ui action toolbarSlot17;
/selectDraftSchematic 00;
/pause 4;
/nextCraftingStage;
/nextCraftingStage;
/nextCraftingStage;
/createPrototype practice no item;
/createPrototype practice no item;
/pause 1;
/ui action toolbarSlot18;
/selectDraftSchematic 00;
/pause 4;
/nextCraftingStage;
/nextCraftingStage;
/nextCraftingStage;
/createPrototype practice no item;
/createPrototype practice no item;
/pause 1;
/ui action toolbarSlot04;
Ending Macro:
You can place this macro anywhere you would like, just click it when you are ready for the loop to end, this should dump everything in the memory for the macro.
/dump;
Enjoy
Grinding Macro:
This will also be set up for 7 Food/Chem tools you can adjust as needed. The tools will be set up in Shift+F1-Shift+F7 and the macro should be placed on F5. Also keep in mind this is an auto looping macro, it will run forever(see ending macro to end the loop). Please also note that the Code for each station alternates being in BOLD so it will be easier for you to customize it to the number of stations you need.
/ui action toolbarSlot12;
/selectDraftSchematic 00;
/pause 4;
/nextCraftingStage;
/nextCraftingStage;
/nextCraftingStage;
/createPrototype practice no item;
/createPrototype practice no item;
/pause 1;
/ui action toolbarSlot13;
/selectDraftSchematic 00;
/pause 4;
/nextCraftingStage;
/nextCraftingStage;
/nextCraftingStage;
/createPrototype practice no item;
/createPrototype practice no item;
/pause 1;
/ui action toolbarSlot14;
/selectDraftSchematic 00;
/pause 4;
/nextCraftingStage;
/nextCraftingStage;
/nextCraftingStage;
/createPrototype practice no item;
/createPrototype practice no item;
/pause 1;
/ui action toolbarSlot15;
/selectDraftSchematic 00;
/pause 4;
/nextCraftingStage;
/nextCraftingStage;
/nextCraftingStage;
/createPrototype practice no item;
/createPrototype practice no item;
/pause 1;
/ui action toolbarSlot16;
/selectDraftSchematic 00;
/pause 4;
/nextCraftingStage;
/nextCraftingStage;
/nextCraftingStage;
/createPrototype practice no item;
/createPrototype practice no item;
/pause 1;
/ui action toolbarSlot17;
/selectDraftSchematic 00;
/pause 4;
/nextCraftingStage;
/nextCraftingStage;
/nextCraftingStage;
/createPrototype practice no item;
/createPrototype practice no item;
/pause 1;
/ui action toolbarSlot18;
/selectDraftSchematic 00;
/pause 4;
/nextCraftingStage;
/nextCraftingStage;
/nextCraftingStage;
/createPrototype practice no item;
/createPrototype practice no item;
/pause 1;
/ui action toolbarSlot04;
Ending Macro:
You can place this macro anywhere you would like, just click it when you are ready for the loop to end, this should dump everything in the memory for the macro.
/dump;
Enjoy