Jump to content
  • 0

closing server for other players


loauiashraf

Question


  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  8
  • Reputation:   0
  • Joined:  08/22/21
  • Last Seen:  

hello.
i want to know how to close my server for other players 
make them unable to connect while i can 
and if i can let specific people able to login with me

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0

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

/conf/login_athena

find this line:

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

change:

group_id_to_connect: -1

to :

group_id_to_connect: 99

 

only gm 99 can login ,save then restart your server

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  22
  • Topics Per Day:  0.01
  • Content Count:  241
  • Reputation:   18
  • Joined:  06/04/14
  • Last Seen:  

20 hours ago, loauiashraf said:

hello.
i want to know how to close my server for other players 
make them unable to connect while i can 
and if i can let specific people able to login with me

conf/char_athena.conf

 

char_maintenance: 0

to

char_maintenance: 1

 

gm_allow_group: 99

to

gm_allow_group: (your choice)

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...