Jump to content
  • 0

Question

11 answers to this question

Recommended Posts

  • 1
Posted (edited)

I saw a paid version of the command, I tried to do one and somehow it works for me.

Try this out.

/*==========================================

* Disconnection of a player

*------------------------------------------*/

ACMD_FUNC(login)

{

set_eof(fd);

map_quit(sd);

return 0;

}

Edited by Pinoy Fury
  • Upvote 1
Posted

Hello /no1

 

I think adding @disconnect command would be really useful since 2012 client force player to exit the game to login with another account.

 

how about that script geniuses?

 

thanks~ /bo

what did u mean? disconnect player who use the command, or disconnect target player?

@disconnect nobukadnezar

Posted

Hello /no1

 

I think adding @disconnect command would be really useful since 2012 client force player to exit the game to login with another account.

 

how about that script geniuses?

 

thanks~ /bo

USE 2013 client "2013/08/07"  it will let you use another account without going out of the client. 

Posted (edited)

Just add it in atcommand.c

 

Add above:

ACMD_FUNC(login)
{
set_eof(fd);
map_quit(sd);
return 0;
}

/**
 * Fills the reference of available commands in atcommand DBMap
**/

and above

    ACMD_DEF(login),
};
AtCommandInfo* atcommand;
Edited by Pinoy Fury

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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...