Artisan Archive
Thread: How do i grind Survey Exp?
Call it "resample"
In the body of the macro put the following:
/sample;
/pause 30;
/m resample;
What this does is causes you toon to sample every 30 seconds. Even if you move (which cancels the sampling). I'll begin resampling after the 30 seconds.
You'll have to already have a resouce set in your surveying tool.
To stop it just type /dump.
Anything over 30% concentration is decent enough to sample with. You don't get more XP by sampling higher concentrations. (although you do get more material)
Slysix wrote:
Create a macro.
Call it "resample"
In the body of the macro put the following:
/sample;
/pause 30;
/m resample;
What this does is causes you toon to sample every 30 seconds. Even if you move (which cancels the sampling). I'll begin resampling after the 30 seconds.
You'll have to already have a resouce set in your surveying tool.
To stop it just type /dump.
Anything over 30% concentration is decent enough to sample with. You don't get more XP by sampling higher concentrations. (although you do get more material)
BioEngine wrote:
Slysix wrote:
Create a macro.
Call it "resample"
In the body of the macro put the following:
/sample;
/pause 30;
/m resample;
What this does is causes you toon to sample every 30 seconds. Even if you move (which cancels the sampling). I'll begin resampling after the 30 seconds.
You'll have to already have a resouce set in your surveying tool.
To stop it just type /dump.
Anything over 30% concentration is decent enough to sample with. You don't get more XP by sampling higher concentrations. (although you do get more material)
However, does that macro include the occasional system message stating that you have found a large concentration? I cannot think of a way to remove that box without being atk.
Make the Macro as follows to eliminate the popup box:
- /sample;
- /pause 30;
- /ui action defaultButton;
- /macro resample;
That will exit the popup box, and keep you sampling. If you're going to do it for extended periods, in order to make the game think you're still there, put in a /wink;
Saggis wrote:
BioEngine wrote:
Slysix wrote:
Create a macro.
Call it "resample"
In the body of the macro put the following:
/sample;
/pause 30;
/m resample;
What this does is causes you toon to sample every 30 seconds. Even if you move (which cancels the sampling). I'll begin resampling after the 30 seconds.
You'll have to already have a resouce set in your surveying tool.
To stop it just type /dump.
Anything over 30% concentration is decent enough to sample with. You don't get more XP by sampling higher concentrations. (although you do get more material)
However, does that macro include the occasional system message stating that you have found a large concentration? I cannot think of a way to remove that box without being atk.
Make the Macro as follows to eliminate the popup box:
- /sample;
- /pause 30;
- /ui action defaultButton;
- /macro resample;
That will exit the popup box, and keep you sampling. If you're going to do it for extended periods, in order to make the game think you're still there, put in a /wink;
I used teh above macro (of course I was at my keyboard the whole time) and I can say that it works great. I however changed the pause to 15 seconds and havn't seen any adverse effects. Thanks for whomever posted that macro in the FAQ!!!!!
BountyHuntin101 wrote:
but how do u make the macro go off when im afk
Lol - you've asked this same question in at least 3 forums, plus private messages. What exactly are you trying to do? Stop the macro from running whenever you leave the computer? Make it start working when you're afk? Make it stop working when you're afk? Stop the game from kicking you out when you're afk?
Few more details please.