KoriAK New member Messages 15 Points 0 Discord xKoriAKx#2757 Emulator Oct 7, 2015 #2 set a limit on how many user can be on at one time
Winterfox New member Messages 403 Points 0 Discord hope2812 Emulator rAthena Oct 7, 2015 #3 @ I recommend you make yourself familiar with the config files. You can find what you are asking for in /conf/char-server.conf. Checkout the option max_connect_user: Code: // Maximum users able to connect to the server.// Set to 0 to disable users to log-in. (-1 means unlimited)max_connect_user: -1
@ I recommend you make yourself familiar with the config files. You can find what you are asking for in /conf/char-server.conf. Checkout the option max_connect_user: Code: // Maximum users able to connect to the server.// Set to 0 to disable users to log-in. (-1 means unlimited)max_connect_user: -1
KoriAK New member Messages 15 Points 0 Discord xKoriAKx#2757 Emulator Oct 7, 2015 #4 thank you i could remember where is was.