Artisan Archive
Thread: Help with survey macro
Page 1 of 1
roslop
Sun Jul 04, 2004 11:41 pm
#1
My new artisan character is a rodian with more than enough action and mind to survey non stop, which means i dont have much of a need for a survey macro. The problem is that when i survey, eventually a popup will ask if i want to refocus my survey device or attempt to recover a large concentration of minerals, both of which stall the surveying and leave me standing there. Which makes it useless for me to afk-survey. Can anyone help me with a macro that can get around this?
Varashan
Mon Jul 05, 2004 4:59 am
#2
I can't help you with the code, as i'm at work but all you need do is break up the sampling. If you put a /stand after you have paused long enough to take a sample, you will 'break' the current sampling session. Simply put in another little pause and recall the macro (or F-key if using that method).
When you return to your toon, you will probably have several of the 'mini-game' windows open, but since they only apply to a single sampling 'session' once you broke the session you are able to continue.
Macro should be something like
/kneel;
/sample;
/pause15;
/stand;
/pause5;
/[macro name, or /ui action toolbarSlotxx]
You'll need to adjust it so it works for your toon, but you should get the idea...
Page 1 of 1