Jump to content
  • 0

User login limitation


Question

6 answers to this question

Recommended Posts

Posted

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.

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

Edited by frozenfox
Posted

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.

Posted

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"

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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...