Artisan Archive
Thread: SURVEY MACRO...?
Page 1 of 1
Rony-TKA
Fri Jan 14, 2005 10:31 pm
#1
can some one help me with a survey macro plz
Message Edited by Rony-TKA on 01-15-2005 03:26 AM
Rankyn
Sat Jan 15, 2005 2:09 am
#2
And try to use the search functionto findone of the 6 thousand other posts where this information has already been given.
JCooper2
Sat Jan 15, 2005 6:48 am
#4
Here is the one I use I hope this helps:
/stand;
/pause 5;
/sample;
/pause 3;
/sit;
/pause 24;
/ui action toolbarSlot00;
You might have to adjust the pause times to fit your characters regen rates but this will get you going.
Also you need to put this macro in the F1 slot on your toolbar. And activate it only after you have surveyed and found the resource you want to sample.
Take Care
Cobacca1
Sat Jan 15, 2005 12:46 pm
#5
This is the one that I find works best for me, the 90 second pause before sitting gives you the ability to pull 4 samples before the sit command kicks in. And just an FYI, you need to work in the posture change or else you won't be able to circumvent the pop up windows. As the previous poster had stated, you may need to adjust the pause after the /sit command so that you have enough time to regen your action and mind.
/stand;
/pause 3;
/sample;
/pause 90;
/sit;
/pause 35;
/ui action toolbarSlot05
/pause 3;
/sample;
/pause 90;
/sit;
/pause 35;
/ui action toolbarSlot05
BarqsRootbeer
Tue Jan 18, 2005 5:06 am
#8
this is as simple as it gets...
/stand; ( standing everytime ensures that your macro will not get cought up by the pop up.)
/pause 5; ( a sample attempt every 5 seconds ensures you make the most of every second.)
/sample; (self explanatory)
/macro "Name", or /ui action toolbarSlot??(toloopamacro through a toolbarslot.)
than get a doc to buff your quickness and stamina and you can sample untell your buffs run out.
you can alsoset up a heal bot with a macro thatkeeps him full of brandy( a simple macro would be/ui action toolbarSlot?? /pause 120; /macro "name" andput a brandy in the toolbarslot of your choice.)than another macroto target and heal you /target "your name here" /tenddamage /pause30;/macro "Name" and you can sample forever this way.
Zahreb
Fri Jan 21, 2005 2:58 pm
#9
Is there anyway to bypass the lilttle box that appears telling you about a new resource not so far from you ?
Cobacca1
Fri Jan 21, 2005 5:50 pm
#10
Zahreb wrote:
Is there anyway to bypass the lilttle box that appears telling you about a new resource not so far from you ?
Posture changes will bypass the pop-up boxes... which is why most of the macro's above have the /sit or /stand built into them. You will need to use a macro with a posture change if you wish to survey while AFK.
Page 1 of 1