Page 1 of 1

AFK macros

Posted: September 2nd, 2006, 2:26 pm
by bobbyjoe22
Ok I see people selling stuff and when I talk to them there afk how do I make an AFK macro???

Posted: September 2nd, 2006, 8:54 pm
by expurt
If you want a macro for selling stuff. You make a macro like this..

name the macro sell.

/yell Im selling stuff. PST for waypoint;
/pause 30;
/macro sell;

Then go to options and set your afk message to include the waypoint of your vendor.


If you simply want an afk macro, so you dont get logged out, but arent selling items. Make it like this.

name it AFK

/mood none;
/pause 480;
/macro afk;

This will keep you active and wont spam the area with useless emotes.

Posted: September 5th, 2006, 2:44 pm
by bobbyjoe22
Ok cool thx :)