Combat Medic Archive
Thread: Best item to grind med crafting in
I recently just got Combat medic from a holocron,
So i wondered what item is best to grind for the crafting xp...
i.e the one that gives the most xp and is easiest to do, i.e. no compoents.
thx Amun
can u tell me the amounts of these things required per advanced BEC and how much xp 1 adv BEC gives...
thx
I do Solid Delivery Shells.
Running a Macro with 7 crafting kits, I can do about 1000xp every 2 minutes.
Takes 8 organic, and 8 metal. I just buy the cheapest crapiest resources I can off the bazaar and grind away. I get like 40xp per, I think.... never really paid attention to individual ones.
Advanced components would be better xp, but resource shifts have not been so generous on my server as to have an abundance available in bazaar. And I would rather just get done with it than run around for a week looking to buy itor harvest my own.
You set up craft tools in slots 1-8 on the toolbar. Then you create a macro that does this:
/ui action toolbarSlot00; (1st slot is 00, 2nd is 01, etc...)
/selectDraftSchematicXX; (XX being the number of your schematic, I'll explain later how to find it out)
/nextcraftingstage;
/nextcraftingstage;
/createprototype practice no item;
/createprototype practice no item;
/pause 4;
/ui action toolbarSlot01;
..... do it all over again, 7 more times and finally, end with:
/ui action toolbarSlot11; (or whichever toolbar slot you place the macro in, now it becomes an infinitely looped macro...)
So, opening a tool, selecting a schematic and advancing thru all the stages is automated. YOU still have to be there double clicking resources or dragging them into the correct boxes, but everything else is done for you. I honestly was able to get thru the last box of combat medicine in about 20mins, 27500xp. (I lowered the /pause to 2 seconds and my fingers hurt, but damnit I made it thru.)
And, to figure out your schematic, you need to open the list of schematics you have.('P' by default) Then COUNT manually from left to right, top to bottom the items you can create with that tool. (Dont forget food!) Take whichever number you come up with and subtract 1.(The first schematic is 00, not 01...) That is your schematic number. You can test it by opening a tool and then typing in the chat box: /selectDraftSchematic XX. The tool will advance to the next screen and you can see which item is the number you used.
Also, as your crafting, you use /dump to stop any running macros. Since its an infinitely looped macro, you'll need this. =)
so how do you figure out what the numbers are for the individual items
i tried playing around w/ the numbers but never came across what i wanted .....
just curious
-ALVaRoN
i'm not trying to figure out how much XP, but in the macro there is teh section wehre you put
/selectDraftSchematic XX.... now i know that 00 = Biological Effects Controller. What are teh other numbers.... .for that spot? or how do i find them......
Alvaron wrote:i'm not trying to figure out how much XP, but in the macro there is teh section wehre you put
/selectDraftSchematic XX.... now i know that 00 = Biological Effects Controller. What are teh other numbers.... .for that spot? or how do i find them......
It's different for everyone. No one can tell you what number it is.
Generally, you can open up a crafting tool and manually type /selectDraftSchematic00 and see what that brings up. Then type /selectDraftSchematic05, then /selectDraftSchematic10, etc.
Once you go 'past' the schematic you're looking for redo your search.