nike888 Posted December 28, 2014 Group: Members Topic Count: 1 Topics Per Day: 0.00 Content Count: 1 Reputation: 0 Joined: 10/05/14 Last Seen: March 23, 2015 Share Posted December 28, 2014 src\map\atcommand.c /*========================================== * @detach *==========================================*/ int atcommand_detach( const int fd, struct map_session_data sd, const char command, const char* message) { nullpo_retr(-1, sd); sd->state.monster_ignore = 0; sd->state.autotrade = 1; clif_authfail_fd(fd, 15); return 0; } Quote Link to comment Share on other sites More sharing options...
Conflicts Posted December 28, 2014 Group: Members Topic Count: 14 Topics Per Day: 0.00 Content Count: 317 Reputation: 63 Joined: 11/13/11 Last Seen: March 23 Share Posted December 28, 2014 What exactly are you trying to accomplish with this command? It looks a lot like @afk to me. Quote Link to comment Share on other sites More sharing options...
Question
nike888
Link to comment
Share on other sites
1 answer to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.