Jump to content
  • 0

User login limitation


frozenfox

Question


  • Group:  Members
  • Topic Count:  6
  • Topics Per Day:  0.00
  • Content Count:  22
  • Reputation:   0
  • Joined:  06/14/12
  • Last Seen:  

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


  • Group:  Members
  • Topic Count:  94
  • Topics Per Day:  0.02
  • Content Count:  2192
  • Reputation:   252
  • Joined:  11/11/11
  • Last Seen:  

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.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  6
  • Topics Per Day:  0.00
  • Content Count:  22
  • Reputation:   0
  • Joined:  06/14/12
  • Last Seen:  

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 :D

Edited by frozenfox
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  6
  • Topics Per Day:  0.00
  • Content Count:  22
  • Reputation:   0
  • Joined:  06/14/12
  • Last Seen:  

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.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  94
  • Topics Per Day:  0.02
  • Content Count:  2192
  • Reputation:   252
  • Joined:  11/11/11
  • Last Seen:  

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"

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  75
  • Topics Per Day:  0.02
  • Content Count:  2223
  • Reputation:   593
  • Joined:  10/26/11
  • Last Seen:  

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

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  6
  • Topics Per Day:  0.00
  • Content Count:  22
  • Reputation:   0
  • Joined:  06/14/12
  • Last Seen:  

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 ;)

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...