Jump to content
  • 0

[ Solved ] Q>Group ID


GM Winter

Question


  • Group:  Members
  • Topic Count:  176
  • Topics Per Day:  0.14
  • Content Count:  666
  • Reputation:   9
  • Joined:  12/04/20
  • Last Seen:  

hello i would like to ask how to enable both id group 4 and id group 99 can login in the same time while the group id 0 cant login

example in maintenance only gm event and gm 99 can login in the server

 

Quote

// Required account group id to connect to server. 
// -1: disabled
// 0 or more: group id
group_id_to_connect: 99

if i put 99 only group 99 can enter the server and if i put 4 only gm group 4 id can enter and the 99 cant enter i would like them to have an access into the server any suggestion or solution thanks in advance

Edited by chadness
Link to comment
Share on other sites

5 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  19
  • Topics Per Day:  0.00
  • Content Count:  292
  • Reputation:   46
  • Joined:  10/30/12
  • Last Seen:  

set your min_group_id_to_connect on 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

 

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  176
  • Topics Per Day:  0.14
  • Content Count:  666
  • Reputation:   9
  • Joined:  12/04/20
  • Last Seen:  

8 hours ago, mrfizi said:

set your min_group_id_to_connect on 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

 

what will i change there when i want group 4 and 99 can login?

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  12
  • Topics Per Day:  0.00
  • Content Count:  155
  • Reputation:   51
  • Joined:  07/15/13
  • Last Seen:  

16 hours ago, chadness said:

what will i change there when i want group 4 and 99 can login?

Change min_group_id_to_connect: -1 to 4

  • Upvote 1
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  19
  • Topics Per Day:  0.00
  • Content Count:  292
  • Reputation:   46
  • Joined:  10/30/12
  • Last Seen:  

You should read every comment in conf file. Read is the key for success.

 

// Minimum account group id required to connect to server.

By the way @Elysium has answer your question. Just change it from -1 to 4 .. 

Then restart your server.

Edited by mrfizi
  • Upvote 1
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  176
  • Topics Per Day:  0.14
  • Content Count:  666
  • Reputation:   9
  • Joined:  12/04/20
  • Last Seen:  

On 2/20/2022 at 12:48 AM, EIysium said:

Change min_group_id_to_connect: -1 to 4

thank you 

 

On 2/20/2022 at 5:04 AM, mrfizi said:

You should read every comment in conf file. Read is the key for success.

 

// Minimum account group id required to connect to server.

By the way @Elysium has answer your question. Just change it from -1 to 4 .. 

Then restart your server.

thank you men and sorry for not reading it well

 

Edited by chadness
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...