XenaNyx Posted April 7, 2012 Group: Members Topic Count: 37 Topics Per Day: 0.01 Content Count: 131 Reputation: 8 Joined: 02/08/12 Last Seen: May 30, 2021 Share 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 Link to comment Share on other sites More sharing options...
0 Sallycantdance Posted February 16, 2022 Group: Members Topic Count: 225 Topics Per Day: 0.14 Content Count: 798 Reputation: 12 Joined: 12/04/20 Last Seen: Monday at 09:00 AM Share 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 Link to comment Share on other sites More sharing options...
0 Rynbef Posted February 18, 2022 Group: Forum Moderator Topic Count: 48 Topics Per Day: 0.01 Content Count: 941 Reputation: 125 Joined: 05/23/12 Last Seen: 14 hours ago Share 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 Link to comment Share on other sites More sharing options...
Matrixfox Posted April 7, 2012 Group: Members Topic Count: 15 Topics Per Day: 0.00 Content Count: 277 Reputation: 76 Joined: 11/23/11 Last Seen: September 21, 2014 Share 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 Link to comment Share on other sites More sharing options...
QQfoolsorellina Posted April 8, 2012 Group: Members Topic Count: 40 Topics Per Day: 0.01 Content Count: 587 Reputation: 105 Joined: 11/19/11 Last Seen: July 7, 2019 Share 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 Link to comment Share on other sites More sharing options...
XenaNyx Posted April 8, 2012 Group: Members Topic Count: 37 Topics Per Day: 0.01 Content Count: 131 Reputation: 8 Joined: 02/08/12 Last Seen: May 30, 2021 Author Share Posted April 8, 2012 thanks for helping Quote Link to comment Share on other sites More sharing options...
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 ?
Link to comment
Share on other sites
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.