diff options
author | (no author) <(no author)@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2005-02-06 22:37:16 +0000 |
---|---|---|
committer | (no author) <(no author)@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2005-02-06 22:37:16 +0000 |
commit | 0654a424e3b05d349237d490b95686d0e23244aa (patch) | |
tree | f35b5ee9a21e54e7b518de00ac384b9d012d410f /conf-tmpl/login_athena.conf | |
parent | db712f4678ec7af502983935145507aa34dbca8a (diff) | |
download | hercules-0654a424e3b05d349237d490b95686d0e23244aa.tar.gz hercules-0654a424e3b05d349237d490b95686d0e23244aa.tar.bz2 hercules-0654a424e3b05d349237d490b95686d0e23244aa.tar.xz hercules-0654a424e3b05d349237d490b95686d0e23244aa.zip |
_M/_F changes, and clientinfo thingys... all credit to sirius
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@1059 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'conf-tmpl/login_athena.conf')
-rw-r--r-- | conf-tmpl/login_athena.conf | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/conf-tmpl/login_athena.conf b/conf-tmpl/login_athena.conf index b4dabade4..ade701d23 100644 --- a/conf-tmpl/login_athena.conf +++ b/conf-tmpl/login_athena.conf @@ -52,6 +52,7 @@ gm_pass: gm level_new_gm: 60 // Can you make new accounts on the server? (1 for Yes, 0 for no) +// (1 = _M/_F enabled, 0 = not enabled) new_account: 1 // Account flatfile database, stores account information. @@ -137,6 +138,12 @@ check_ip_flag: yes //deny: 123.123.123.123 //deny: 234.234.234.234 +//Check The clientversion set in the clientinfo ? +check_client_version: no + +//What version we would allow to connect? (if the options above is enabled..) +client_version_to_connect: 20 + //Passwords in Login DB are MD5 - <passwordencrypt> cannot b used on client with this on use_MD5_passwords: no |