frozenfox Posted November 24, 2012 Group: Members Topic Count: 6 Topics Per Day: 0.00 Content Count: 22 Reputation: 0 Joined: 06/14/12 Last Seen: October 27, 2013 Share Posted November 24, 2012 Hi, is it possible if server limited login ID ? for example, just first and second ID who loggin in. third ID cannot log in. Quote Link to comment Share on other sites More sharing options...
Mystery Posted November 24, 2012 Group: Members Topic Count: 94 Topics Per Day: 0.02 Content Count: 2192 Reputation: 253 Joined: 11/11/11 Last Seen: June 24, 2020 Share Posted November 24, 2012 Hi, is it possible if server limited login ID ? for example, just first and second ID who loggin in. third ID cannot log in. Why don't you just limit them by their group_id through your .../conf/login_athena.conf? // Required account group id to connect to server. // -1: disabled // 0 or more: group id group_id_to_connect: -1 // 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 I don't believe the way you want it actually works. That's why rAthena has the limitations set through group_id instead. Quote Link to comment Share on other sites More sharing options...
frozenfox Posted November 25, 2012 Group: Members Topic Count: 6 Topics Per Day: 0.00 Content Count: 22 Reputation: 0 Joined: 06/14/12 Last Seen: October 27, 2013 Author Share Posted November 25, 2012 (edited) Hi, is it possible if server limited login ID ? for example, just first and second ID who loggin in. third ID cannot log in. Why don't you just limit them by their group_id through your .../conf/login_athena.conf? // Required account group id to connect to server. // -1: disabled // 0 or more: group id group_id_to_connect: -1 // 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 I don't believe the way you want it actually works. That's why rAthena has the limitations set through group_id instead. wow! thx a bunch myst Edited November 26, 2012 by frozenfox Quote Link to comment Share on other sites More sharing options...
frozenfox Posted November 26, 2012 Group: Members Topic Count: 6 Topics Per Day: 0.00 Content Count: 22 Reputation: 0 Joined: 06/14/12 Last Seen: October 27, 2013 Author Share Posted November 26, 2012 btw, yesterday, it worked, min_group_id_to_connect: 2 my player can't logged in more 2 IDs. now, i tried to re-sett my server, and i set like this // Required account group id to connect to server. // -1: disabled // 0 or more: group id group_id_to_connect: -1 // 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: 2 and it not working, my player can login 3 ID. is that because i changed my client? X_X. Quote Link to comment Share on other sites More sharing options...
Mystery Posted November 28, 2012 Group: Members Topic Count: 94 Topics Per Day: 0.02 Content Count: 2192 Reputation: 253 Joined: 11/11/11 Last Seen: June 24, 2020 Share Posted November 28, 2012 btw, yesterday, it worked, min_group_id_to_connect: 2 my player can't logged in more 2 IDs. now, i tried to re-sett my server, and i set like this // Required account group id to connect to server. // -1: disabled // 0 or more: group id group_id_to_connect: -1 // 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: 2 and it not working, my player can login 3 ID. is that because i changed my client? X_X. I hope you know when it states "min_group_id_to_connect" it refers back to your .../conf/groups.conf file. The "group" titles in that file have separate IDs such as the first group being for regular players is "1". Basically, you set it to "2" meaning accounts set with Group ID # 2, "Support" (by default its Support) and above can login. Also, your "group_id_to_connect" is set to -1 which means disabled thus being your second function "min_group_id_to_connect" shouldn't be functioning: "// Will not function if group_id_to_connect config is enabled" Quote Link to comment Share on other sites More sharing options...
Brian Posted November 28, 2012 Group: Members Topic Count: 75 Topics Per Day: 0.02 Content Count: 2223 Reputation: 593 Joined: 10/26/11 Last Seen: June 2, 2018 Share Posted November 28, 2012 is it possible if server limited login ID ?for example, just first and second ID who loggin in. third ID cannot log in. Are you trying to limit the number of players per IP address? http://rathena.org/board/topic/74823-at-solution/#entry159335 Quote Link to comment Share on other sites More sharing options...
frozenfox Posted November 29, 2012 Group: Members Topic Count: 6 Topics Per Day: 0.00 Content Count: 22 Reputation: 0 Joined: 06/14/12 Last Seen: October 27, 2013 Author Share Posted November 29, 2012 is it possible if server limited login ID ?for example, just first and second ID who loggin in. third ID cannot log in. Are you trying to limit the number of players per IP address? http://rathena.org/b...on/#entry159335 wow! thanks Brian Quote Link to comment Share on other sites More sharing options...
Question
frozenfox
Hi,
is it possible if server limited login ID ?
for example, just first and second ID who loggin in. third ID cannot log in.
Link to comment
Share on other sites
6 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.