Bio Engineer Archive
Thread: Sampling Macro
I experimented with a similar macro for kicks.
My advice - in options set your field of view as large as it will go. and then cylce down to a third person view at a scew'd perspective. The reason for this, the command Cycle target outward only chooses targets in your field of view(like the tab key). you may also want to set a pet up so that you can do this macro a dozen times then target your pet and run back to it, that way you dont end up in the middle of nowhere sampleing yourself.
And actually the best advice - do this real time - the DNA you get from this is usually really low level(almost useless)and you can get better exp from sampling real mobs. An
Findywen Tanaburs
I am new and wonder if someone can help me solve this - thanks
is this macro still working?
what so you put in the toolbarSlotxx for the command /ui action toolbarSlotxx; ?
Thank you
There's really no need for the /ui action toolbarSlotxx command.
Create a macro named "sample"
- /sample
- /pause 110
- /stand
- /pause 10
- /macro sample
To begin sampling, just type /macro sample. It will loop endlessly until you issue the /dump command.
e-Chu-Ta wrote:
I saw a grinding code for crafting Items.
Wakkoin wrote:
Isn't it Up, Up, Down, Down, Left, Right, Left, Right, A, B, Select, Start?
Almost as good as:
/startcraftingSession;
/quit wastingTime;
/macro ubercheatCode;
Name the new macro Crafting
Put a Crafting Device in slot 00 or F-1
Put a Crafting Device in slot 01 or F-2
Put your macro in slot 03 or F-3
You may need to adjust the pause times to suit your needs and you will want to replace the 'xx' with the Schematic you want to create.
Example in mine the survival knife is Schematic 00
/ui action toolbarSlot00;
/selectDraftSchematic xx;
/pause 8;
/nextCraftingstage;
/nextCraftingstage;
/createPrototype no item;
/createPrototype no item;
/pause 8;
/ui action toolbarSlot01;
/selectDraftSchematic xx;
/pause 8;
/nextCraftingstage;
/nextCraftingstage;
/createPrototype no item;
/createPrototype no item;
/pause 8;
/macro Crafting
First Create a Macro with the name Sample.
If you do not know how to create a macro this is how.
1. Press Ctrl + A This will bring up your Command Browser.
2. Click on Macro.
3. Click on Add
4. Here is where you want to Name your macro .. Name this new Macro .. Sample
5. Pick an Icon
6. Now here is where you put in the macro
/ui action toolbarSlot00;
/pause 5; Time to tell the Survey Device what you want to sample.
/ui action toolbarSlot00; Closes the Survey window
/sample;
/pause 300; # of seconds you want to survey
/stand;
/pause 300; # of seconds you want to Heal
/ui action toolbarSlot01; This will select the F-Key you have the 2nd Survey Device assigned to.
/pause 5; Time to tell the Survey Device what you want to sample.
/sample;
/pause 300; # of seconds you want to survey
/stand;
/pause 300; # of seconds you want to Heal
/macro Sample; Loops Macro
Ok here is what you want to do ..
Your F-Keys Rance from 00 - 11 for the frist row
So put a Survey Device, like a Mineral Survey Device, in 00 or F-1
Put a second Survey Device, like a Chemical Survey Device in 01 or F-2
Now Place your Macro you just created in 02 or F-3
Now
Go out and take some surveys .. Survey for Mineral and Chemical .. when you find an area with High Samples of each, you are ready to begin your Sampling.
Press your F-3 key .. to begin your Macro.
Now Sit back and watch your Resources add up.
Remember ... Sample in an area where you will not be attacked.
Hope this helps..