Medic Archive
Thread: Holocron Medics
For all you completely stumped on how to get Master Medic in a day, I'll tell you.
For this you will need:
Organic and Inorganic Components. (Duh :smileyvery-happy![]()
20 Stim B's with at least 350 Health and Action Heal.
A Marksman with Tumble to Kneeling.
At least 10k of credits.
Find some place where you and the marksmans can be alone. Have the marksman make a tumble to kneeling macro. Pay the guy for its gonna take a while to do. Don't know what that is because I don't have marksman. Have him use the marco in the corner of a building or somewhere where he wont move. He loses 100 action and some small health when using it. Just keep healing him. Took me 4 hours to get 4/4/4/0. It would help if he was a master medic too. For getting Orangic Chemistry 4. Just sit and do Stim A's. That took me a while. Good luck on your profession.
You can also run a heal macro on entertainers. Just get an entertainer to spam flourishes to keep their action down... time your macro to make sure their action never reaches full so you get the maximum out of each stim.
You can also do the crafting at the same time you are running the heal macro. Either harvest or buy a couple thousand units of meat and a couple thousand units of inorganic. You can create a crafting macro to create Stim-As (which at best you will still need to double click the resources on that tab during crafting).
Once you've crafted a few stims you can start the heal macro... while you are earning xp healing you can run the crafting macro and keep your stim inventory up. Killing two birds with one stone.
You can easily get 4,4,4,4 this way in one day. You may need to stop the macros at some point and get training so you don't max out your xp.
Oh, and do your entertainer friend a favor and "watch" or "listen" to them so they get xp while you grind.
Of course if you're feeling really retro you can always grab some stimpacks find a hunting group and start healing people. Not that its done much anymore but you can always give it a try
The healing macro is simple...
/ui action toolbarSlot00;
/pause 10
/ui action toolbarSlot01;
The number in the toolbar slot refers to the hotkey for your toolbar. For example Slot00 is the F1 key, Slot01 is the F2 key... and so on, up to Slot23 for the Shift+F12 key.
In this example you would place the hotkey for "Heal Damage" in the 00 slot (for F1 key). In the 01 slot you would put this macro. Target your subject, then run the macro.
So what's happening is... you hit the F2 hotkey for the macro which first does "Heal Damage", then waits 10 seconds (you can tweak this duration), then executes the macro again. This is called looping the macro. In essence you will heal damage every 10 seconds.
A couple things to consider. Once you start the macro the only way to stop it from looping is to type "/dump" at the command line followed by the Enter key. Also, you will need to have a fresh supply of Stims in your inventory (not in a back pack). Once you run out, the macro will continue but no damage will be healed. You should time the pause with your subject's damage rate so that their damage is never completetly healed... to maximize the xp out of each stim.
The crafting macro is a little more complicated but the same concept. You just have more hotkeys involved and you will need to manually select the resources. So the macro will start with a /ui action tollbarSlot## line referring to the crafting tool, then there are a couple lines to click to the next window (can't remember those commands just now) and there will be a pause long enough to click on the resources you need. This will not be fully automated, but will go quicker since the macro is doing most of the clicking for you. I found these specifics in the Medic boards, so I'm sure a little digging will reveal them.
Hope that helps...
/ui action toolbarSlotXX;
/selectDraftSchematic XX;
/pause 4;
/nextCraftingStage;
/nextCraftingStage;
/createPrototype;
/createPrototype;
/pause 2;
/ui action toolbarSlotXX;
The first /ui action toolbarSlot number is the hotkey slot your tool is in start at 00 for F1 thru 11 for F12, the shifted hotkeys for the second hotkey row then start at 12 for shift+F1 thru 23 for shift F12. You'll have to play around with the /selectDraftSchematic number to find which number corresponds to the schematic you want to run, everybody's is different so there are no numbers I can give you that would help. The first /pause command gives you time to select your resources, the second /pause allows time for your tool to close before trying to open another one if you set the macro up to use one. The last /ui action toolbarSlot number is either another slot with a tool in it or the slot this macro is set in to allow for indefinate looping of the macro. For extra tools just repeat the programming for however many tools you need to use, if you just want to make 1 item then leave that last line out. Macros are case sensitive so e sure to type it exactly as it's written here. type in /dump to end the program when you're done.
Change
/createPrototype;
to
/createPrototype no item;
And no item will be created.
RabidEwok2 wrote:Change
/createPrototype;
to
/createPrototype no item;
And no item will be created.
actually it's:
/createPrototype practice no item;