nobukadnezar Posted October 11, 2013 Posted October 11, 2013 Hello 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~ Quote
1 Pinoy Fury Posted November 1, 2013 Posted November 1, 2013 (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 November 1, 2013 by Pinoy Fury 1 Quote
Kichi Posted October 17, 2013 Posted October 17, 2013 Hello 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~ what did u mean? disconnect player who use the command, or disconnect target player? @disconnect nobukadnezar Quote
nobukadnezar Posted October 19, 2013 Author Posted October 19, 2013 disconnect player who use command. better use @relog i think Quote
karazu Posted October 19, 2013 Posted October 19, 2013 (edited) why not use @kickall?EDIT:use ALT f4 lol Edited October 19, 2013 by karazu Quote
nobukadnezar Posted October 23, 2013 Author Posted October 23, 2013 why not use @kickall? EDIT: use ALT f4 lol no dude Quote
karazu Posted October 23, 2013 Posted October 23, 2013 Hello 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~ USE 2013 client "2013/08/07" it will let you use another account without going out of the client. Quote
nobukadnezar Posted October 24, 2013 Author Posted October 24, 2013 i don't think i want to change the client version. Since what i know, the stable one were the 20120410 version? Quote
nobukadnezar Posted November 11, 2013 Author Posted November 11, 2013 wow it works dude. thanks a lot. Quote
cassie24 Posted June 26, 2014 Posted June 26, 2014 I'm sorry but how to properly implement this? I added it in atcommand.c and rebooted the server to no avail. Quote
Pinoy Fury Posted July 23, 2014 Posted July 23, 2014 (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 July 23, 2014 by Pinoy Fury Quote
Question
nobukadnezar
Hello
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~
11 answers 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.