Artisan Archive
Thread: Survey macro help please!!!
Page 1 of 1
IronBallz
Thu Jan 22, 2004 12:04 pm
#1
Itrieda surveymacro last night and ran into 2 problems. Before going to bed I turned the macro on and starting getting ready. I came back 15 minutes later to see the window telling me that the survey device found a better resource spot and asked if I want to keep working or find it. I sat there to see if I was still sampling with the window up and it didnt seem like it. I closed the window and prayed that it wont happen again and went to bed. This morning I wake up, turn my monitor on and Im no longer logged into SWG. Because when you are afk for too long it logs you out.
There must be a way around these 2 problems. Can someone help me???
There must be a way around these 2 problems. Can someone help me???
Aticus
Thu Jan 22, 2004 12:21 pm
#2
I was told you couldn't macro sampling... well, you can... and mine ran al night![]()
/sample;
/pause 2;
/stand;
/pause 29;
/sample;
/pause 2 ;
/stand;
/pause 29;
See how many times you cn sample before running out of action... and then add:
/sample;
/pause 2 ;
/stand;
/pause 29;
as many times as you can before you will run out of action.
Then on you last cycle do something lie this:
/sample;
/pause 2 ;
/stand;
/healdamage self;
/pause 6;
/healdamage self;
/pause 29;
/ui action toolbarSlot00;
You will still get those boxes to come up... but every time you stand you stop sampling. So you can /sample again without having to acknowledge those annoying boxes![]()
-ati
LadyGrey
Thu Jan 22, 2004 12:23 pm
#3
You need to have a sit and stand as part of your macro. This does two things. It is a "work-around" for the pop-up screens, and it keeps you from being logged off (at least until the server reset). So, for instance, your macro might look like this
/sample;
/pause 20;
/sit;
/pause 5;
/stand;
/pause 5;
/ui action toolbarSlot00;
/sample;
/pause 20;
/sit;
/pause 5;
/stand;
/pause 5;
/ui action toolbarSlot00;
Page 1 of 1