frozenfox Posted November 24, 2012 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
Mystery Posted November 24, 2012 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
frozenfox Posted November 25, 2012 Author 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
frozenfox Posted November 26, 2012 Author 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
Mystery Posted November 28, 2012 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
Brian Posted November 28, 2012 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
frozenfox Posted November 29, 2012 Author 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
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.
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.