Artisan Archive
Thread: Macro for Surveying?
I was just wondering if any of you have the macro where I could leave my computer running and continue to take sampleswhile I ate lunch or something? Thanks
nimar06 wrote:
Is there one? and if so can i have it?
This is the one I use
/kneel;
/pause 2;
/sample ;
/pause 5;
/sit 33;
/ui action toolbarSlot00;
Put the macro in your first slot, then it will loop. Also change the numbers (seconds) to your own needs. This one is tailormade for my char on my serverso that she will survey with the correct pause without loss of time.To prevent the'moving' problem do it in the wilderness behind an obstacle (harvester, rock etc) or in the cities behind a wall. Someone else suggested to buy a mouse robot and to give it the follow command to solve the 'moving' problem. I haven't checked the latter by myself.
Galaxyburst
Yeah..what about those really annoying "concentrations of the material?"
Is there anyway to macro around them, or does that require you to actually pay some attention to the macro or it screws up?
If there is a way, could you please post it? Thanks
shawrty wrote:
Yeah..what about those really annoying "concentrations of the material?"
Is there anyway to macro around them, or does that require you to actually pay some attention to the macro or it screws up?
If there is a way, could you please post it? Thanks
Shawrty,
People have mentioned those "concentration pop ups" , but they don't bother me at all when I use the macro; the pop ups don't prevent me from gaining xp and surveying ores. It's just that I have to close tens of those windows when I end my macro.
Galaxyburst
Galaxyburst wrote:
nimar06 wrote:
Is there one? and if so can i have it?
This is the one I use
/kneel;
/pause 2;
/sample ;
/pause 5;
/sit 33;
/ui action toolbarSlot00;
Put the macro in your first slot, then it will loop. Also change the numbers (seconds) to your own needs. This one is tailormade for my char on my serverso that she will survey with the correct pause without loss of time.To prevent the'moving' problem do it in the wilderness behind an obstacle (harvester, rock etc) or in the cities behind a wall. Someone else suggested to buy a mouse robot and to give it the follow command to solve the 'moving' problem. I haven't checked the latter by myself.
Galaxyburst
/kneel;
/pause 2;
/sample ;
/pause 5;
/sit; (andnot /sit 33; )
/pause 33;
/ui action toolbarSlot00
Galaxyburst