Artisan Archive
Thread: Any way to keep from going AFK?
I have my Surveying macro going,
surv:
/stand;
/sample;
/pause 600;
/say good boy Po'Po /sit;
/pause 200;
/macro surv; **(So it loops)**
But how can I keep from going afk? I can put in my macro /say or /tell or something? I was thinking if this doesn't work to get a program that automatically moves my cursor around, or presses some keys. Or if worse comes to worse get an object that could move my mouse around a little bit every few minutes.
So help a brother out ![]()
I may be mistaken, but I believe there is an option to turn off auto-afk.
Go to Ctrl-O>AFK, there is a checkbox.
You macro is not the best though.. id reccomend:
/kneel; /sample; /pause 5; /sit; /pause 30; /ui action toolbarSlot00
This is recursive and should sit in the first slot in your bar, adjust the second pause so that you are fully regained by the time you sample again - you will pull in much mroe this way, bypassing the pesky special window popup.