Artisan Archive
Thread: Newbie Artisan Macro Help
Page 1 of 1
XxSOLSTICExX
Tue Oct 05, 2004 6:10 pm
#1
I need to grind surveying. Any good macros? I've got a simple one running but I keep getting pop up windows saying that the survey device has found a higher concentration either at the spot I'm at or nearby. This I believe, interrupts my surveying until a click on a choice. Is this something that was recently implemented to circumvent recurrent macros? If so, what do you guys recommend I do?
n5ygy
Sun Oct 10, 2004 3:06 am
#3
Try something like this:
/sample
/pause 6
/sit
/pause 60
/ui action toolbarSlotXX (Where XX is the slot you placed this macro.)
Use it after you have used the survey tool.
The survey events will still pop up, but you can safely ignore them.
/sample
/pause 6
/sit
/pause 60
/ui action toolbarSlotXX (Where XX is the slot you placed this macro.)
Use it after you have used the survey tool.
The survey events will still pop up, but you can safely ignore them.
Elyssa
Tue Oct 12, 2004 5:54 pm
#4
Ok, I've been sitting here and watching it for over 5 hours (had to re-buff) and the sampling has never stopped.
The interrupt boxes keep popping up and going away.
However, you can't do anything else while it's running because it will interfere with any other windows you open on the UI (crafting, mail, etc.)
I declare this macro to be pop-up free.
Elyssa
Wed Oct 13, 2004 12:40 am
#5
Here's the one I just wrote.
I'm still testing it but it seems to be working great so far.
Works best with an action buff and a bit of brandy.
Name it: MegaSample
/sample;
/ui action defaultButton;
/macro MegaSample;
Page 1 of 1