Jump to content
  • 0

Help detach eA to rA


nike888

Question


  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  1
  • Reputation:   0
  • Joined:  10/05/14
  • Last Seen:  

 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;

}

Link to comment
Share on other sites

1 answer to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  14
  • Topics Per Day:  0.00
  • Content Count:  317
  • Reputation:   63
  • Joined:  11/13/11
  • Last Seen:  

What exactly are you trying to accomplish with this command? It looks a lot like @afk to me.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...