Artisan Archive
Thread: Requesting a review of my Survey Macro
/ui action defaultButton;
/macro MegaSample;
/sample;
/ui action defaultButton01;
/macro sample;
if this is possible could I have two tools running at the same time like so?
/sample;
/ui action defaultButton01;
/sample;
/ui action defaultButton02;
/macro sample
Message Edited by X-Rebel on 01-08-2005 11:28 AM
Danto1 wrote:
for the line /ui action defaultButton; do I need to put a number after the Button, eg:
No.
This command is the equivalent of hitting "enter" when something pops up on your screen.
It activates whatever button the Devs coded as being the "default" action to perform on whatever window is active.
In the case of the survey pop-up, it just closes it without making a selection.
It will mess you up if you try to do other things while this macro is running since the 'defaultButton' command will be executed on whatever window you open up.
This is meant to be used in an AFK macro since it would just be easy enough to close the pop-up if you were actually sitting ATK.
You really don't want to try crafting while it's running. ![]()
The /sample command doesn't rely on any tools.
It merely digs up the last resource that you surveyed for so you really can't /sample more than once. After that, you just continue to dig until something causes you to stop.