diff options
author | codemaster <codemaster@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2005-01-01 00:35:25 +0000 |
---|---|---|
committer | codemaster <codemaster@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2005-01-01 00:35:25 +0000 |
commit | d80c8a047666856947981a91a4fbf401d87ec732 (patch) | |
tree | 18e549388b94069e8ebec6c67b78b4cb5a236ef2 /conf-tmpl/char_athena.conf | |
parent | 58387b80ea89b7f7662ec9ef3d865a6b77344223 (diff) | |
download | hercules-d80c8a047666856947981a91a4fbf401d87ec732.tar.gz hercules-d80c8a047666856947981a91a4fbf401d87ec732.tar.bz2 hercules-d80c8a047666856947981a91a4fbf401d87ec732.tar.xz hercules-d80c8a047666856947981a91a4fbf401d87ec732.zip |
* Added a char config that allows GMs that have a certain level or above to bypass the server's user limit [Codemaster] [SVN 885]
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@885 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'conf-tmpl/char_athena.conf')
-rw-r--r-- | conf-tmpl/char_athena.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/conf-tmpl/char_athena.conf b/conf-tmpl/char_athena.conf index d50862e6b..221815c4a 100644 --- a/conf-tmpl/char_athena.conf +++ b/conf-tmpl/char_athena.conf @@ -59,6 +59,9 @@ char_new: 0 // Maximum users able to connect to the server. Set to 0 for unlimited. max_connect_user: 0 +// Minimum GM level that is allowed to bypass the server limit of users. +gm_allow_level: 99 + // It's to check IP of a player between char-server and other servers (part of anti-hacking system) // If player doesn't have same IP, connection is refused. // Set to 0/off/no to not check IP of player. |