Jump to content
  • 0

disable player connection


Vincent

Question


  • Group:  Members
  • Topic Count:  130
  • Topics Per Day:  0.03
  • Content Count:  528
  • Reputation:   18
  • Joined:  09/11/12
  • Last Seen:  

Hi,

can i close the connection for normal players so the server is online but only gm can connect?

Link to comment
Share on other sites

3 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  43
  • Topics Per Day:  0.01
  • Content Count:  815
  • Reputation:   86
  • Joined:  10/26/12
  • Last Seen:  

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

 

change it into 99 or 4. depends on what your GM group are

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  39
  • Topics Per Day:  0.01
  • Content Count:  175
  • Reputation:   7
  • Joined:  09/13/12
  • Last Seen:  

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

 

change it into 99 or 4. depends on what your GM group are

 

where can we find this?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  96
  • Topics Per Day:  0.02
  • Content Count:  554
  • Reputation:   14
  • Joined:  09/24/12
  • Last Seen:  

Edit**

It was on your server file

path

 

trunk/conf/login_athena.conf

Example
 

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

 

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