Combat Medic Archive
Thread: CM med Crafting XP..
i need help on tips/guidance on getting a easy/fast med xp for crating..
thx all
1 get 8 crafting stations... (cheaper is fine)
2 write 8 macros that close the crafting station and open the next one and select a schematic you need.
3 Place all this in a toolbar.
4 get the cheapest resources for that schematic.
5 start crafting.... Insert booring part.In about 3 hours of solid bordum you might reach the top.
Sorry I don't have the macros but look around you can find it... Maybe I'll post it??? Works really good!
Or you can do what I did. My friends computer died and he wanted me to re-install it... He know nothing about computers... So I sat him down in frount of mine and told him what to do... that took the borning part out of it for me ![]()
hey gumbawumba..
is crafting station count as 100% xp or like factory xp?
so i need to place the crafting station on my house?
and why i only can use 8? the max?
ok.. im really new abt crafting and schematic.. so what schematic do? and when to put the resources? when to put the schematic? pls tell me in detail if possible..
really appreciate it.. ![]()
tiyo
homemaker wrote:hey gumbawumba..
is crafting station count as 100% xp or like factory xp?
so i need to place the crafting station on my house?
and why i only can use 8? the max?
ok.. im really new abt crafting and schematic.. so what schematic do? and when to put the resources? when to put the schematic? pls tell me in detail if possible..
really appreciate it..
tiyo
Hey meant to say 'crafting tools', not 'crafting stations'.
Get 8 food/chem crafting tools is what he's trying to say. I'm guessing he figured out that the timing was best with 8 tools (no waiting for one to finish and no wasted tools).
I haven't tried the macro method, I've just hit the enter key to progress through the crafting screens but I'm sure it's basically the same. You don't want to be near any food/chem crafting stations (including someone elses medical droid). If you are you will get the option to expirement which is a pain in the but to work around (I have to actually click on 'Create Prototype' instead of just pressing my enter key.
Another way to do this is to get 8 general crafting tools. You can't experiement with them.
I'm going to look at the macro thing too to try and bust out Doctor crafting.
Yep, macro. And don't feel bad for doing it. There's nothing wrong with it ![]()
I went all the way through medic and halfway through doctor before I realized how much it sucked and started macroing.
Trust those at the top.. macro. heh
I used 3 tools and grinded Bio Controllers with left over garbage I had harvested or had left over in my inventory....Went by pretty quick and I am glad I don't have to worry about xp any more ![]()
-Betcho Bilee ![]()
Every so often I post this crafting guide, so here goes, someone sticky this thing or put it on a website.
Get 8 food & chemical crafting stations, and place them in the Shift F1 through Shift F8 spots. Now make 8 macros named OneButtonCombine1, OneButtonCombine2, OneButtonCombine3, etc. In each macro put this:
/nextCraftingStage;
/nextCraftingStage;
/nextCraftingStage;
/createPrototype practice no item;
/createPrototype practice no item;
/pause 1;
/selectDraftSchematic ##;
/ui action toolbarSlot##;
/selectDraftSchematic is for the item you want. Start low and start going up in increments of five. If you pass the item you want to make in your datapad, then start going down. They are by when you received the schematics for that crafting tool, but it's easier to just do /select ## till you find it. I use Dispersal Mechanisms for grinding, more on that later. They are /select 8 for me, as a sidenote.
/ui action toolbarSlot## is to activate the next crafting station. 12 = Shift-F1 through 19 = Shift-F8. (Top row is 00-11, shift row is 12-23). The pause allows the item to finish before the next station tries to open.
If for any reason you get bugged and can't open a station at all, type "/stopCrafting" and that will fix it. This happens if you remove the /pause from the macro. Couple notes about macros. The capitalization does matter, and the spacing matters. If you put each command on it's own line you don't need the semicolons, but put them there anyway.
Now get a whole lot of whatever item you want to practice, and then push F1. Double-click the components in and push F2. The macro auto passes the crafting stages (even if you're at a crafting station) then completes the item, and practices it, not making anything, then opens the next kit in line, and opens the schematic. Double click the components in. Push F3. Double click components, Push F4. Rinse/Repeat.
Dispersal Mechanisms will use 8 kits if you move at a good pace, they need 30 seconds of hopper time, and take a little over 3.5 seconds to make. You net 47xp for each one in practice mode. 47 x 8 x 2 = 752 med xp/min.
Now... why Dispersal Mechanisms? Because they require 12 inert petrochemical, and 12 liquid petrochemical fuel. If you know of easier resources to find, I'd like to hear it. Advanced BECs need 18 units of two "named" resources.
To attest to the simplicity of this strategy, I made 90K the other day running missions in a large group, then bought 20K inert petrochemical, and 20K liquid petrofuel. I did ALL of Combat Medicine Crafting in one night. And it's a hell of a lot less clicking. ![]()
Enjoy
I manually did Medic and Combat Medic crafting lines but I'll be darned if I do the Doc crafting line by hand..
I've found lots of useful tips on making macros, but so far nothing I've did actually advances the tool to the next page.. In short I can't get /nextCraftingStage to work, any suggestions?
1) Change the wording from 'food & chemical crafting stations' to 'food & chemical crafting tools'. This confuses some people.
2) I don't think your macro is correct.
Eugee wrote:/nextCraftingStage;
/nextCraftingStage;
/nextCraftingStage;
/createPrototype practice no item;
/createPrototype practice no item;
/pause 1;
/selectDraftSchematic ##;
/ui action toolbarSlot##;
This is almost correct, but not quite. The last two lines should be transposed or it doesn't make sense. You would be trying to select a draft schematic without an active tool.
The macro should read:
/nextCraftingStage;
/nextCraftingStage;
/nextCraftingStage;
/createPrototype practice no item;
/createPrototype practice no item;
/pause 1;
/ui action toolbarSlot##;
/selectDraftSchematic ##;