XenaNyx Posted April 7, 2012 Posted April 7, 2012 // Required account group id to connect to server // -1: disabled // 0 or more: group id group_id_to_connect: 1 rathena not like eathena ? i set 1 only level 1 can connect , other level can't connect because i want to set min level to connect to server. rathena can set like this ? Quote
Matrixfox Posted April 7, 2012 Posted April 7, 2012 I'm sorry but, I don't understand your question!!! :< What are you going on about? What is it that your trying to do? Quote
QQfoolsorellina Posted April 8, 2012 Posted April 8, 2012 src/login/login.c find if( login_config.group_id_to_connect >= 0 && sd->group_id != login_config.group_id_to_connect ) you can try changed != to < and recompile.. that should be as you want 2 Quote
0 Sallycantdance Posted February 16, 2022 Posted February 16, 2022 what if i dont want normal players to connect while maintenance only gm with group id 4 and group id 99 can join the server what will i put here: Quote // Required account group id to connect to server. // -1: disabled // 0 or more: group id group_id_to_connect: 99 ive try to put 4 but gm id 99 cant login only gm group id 4 can i want them both to have access to login in the server Quote
0 Rynbef Posted February 18, 2022 Posted February 18, 2022 On 2/16/2022 at 10:30 AM, chadness said: what if i dont want normal players to connect while maintenance only gm with group id 4 and group id 99 can join the server what will i put here: ive try to put 4 but gm id 99 cant login only gm group id 4 can i want them both to have access to login in the server Please don't reopen so old threads. It's a bit confusing cuz the date and the sort of the posts. // Minimum account group id required to connect to server. // Will not function if group_id_to_connect config is enabled. // -1: disabled // 0 or more: group id min_group_id_to_connect: -1 Rynbef~ Quote
Question
XenaNyx
// Required account group id to connect to server
// -1: disabled
// 0 or more: group id
group_id_to_connect: 1
rathena not like eathena ? i set 1 only level 1 can connect , other level can't connect
because i want to set min level to connect to server.
rathena can set like this ?
5 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.