diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-12-07 17:08:16 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-12-07 17:08:16 +0000 |
commit | 316de00df4e63468923c5678dcf7c12fc8e59523 (patch) | |
tree | 0ee1c2481b6d64a427d504b4eda94a3f1e2f0948 /conf-tmpl/char_athena.conf | |
parent | 09d10f90af78019f690853ef3079f19122433262 (diff) | |
download | hercules-316de00df4e63468923c5678dcf7c12fc8e59523.tar.gz hercules-316de00df4e63468923c5678dcf7c12fc8e59523.tar.bz2 hercules-316de00df4e63468923c5678dcf7c12fc8e59523.tar.xz hercules-316de00df4e63468923c5678dcf7c12fc8e59523.zip |
- Bunch of documentation fixes.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9434 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'conf-tmpl/char_athena.conf')
-rw-r--r-- | conf-tmpl/char_athena.conf | 34 |
1 files changed, 18 insertions, 16 deletions
diff --git a/conf-tmpl/char_athena.conf b/conf-tmpl/char_athena.conf index 7e2d261d8..32e407c3d 100644 --- a/conf-tmpl/char_athena.conf +++ b/conf-tmpl/char_athena.conf @@ -177,6 +177,24 @@ char_name_option: 1 // Note: Don't add spaces unless you mean to add 'space' to the list. char_name_letters: abcdefghijklmnopqrstuvwxyz ABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890 +// To log the character server? +log_char: 1 + +// How many Characters are allowed per Account ? (0 = disabled) [SQL Only!] +chars_per_account: 0 + +// Restrict character deletion by BaseLevel +// 0: no restriction (players can delete characters of may levels) +// -X: you can't delete chars with BaseLevel <= X +// Y: you can't delete chars with BaseLevel >= Y +// e.g. char_del_level: 80 (players can't delete characters with 80+ BaseLevel) +char_del_level: 0 + +// What folder the DB files are in (item_db.txt, etc.) +db_path: db + +//NOTE: The following online listing options are only for TXT servers. + // Filename of the file which receives the online players list in text online_txt_filename: online.txt @@ -211,20 +229,4 @@ online_gm_display_min_level: 20 // refresh time (in sec) of the html file in the explorer (default 20) online_refresh_html: 20 -// To log the character server? -log_char: 1 - -// How many Characters are allowed per Account ? (0 = disabled) [SQL Only!] -chars_per_account: 0 - -// Restrict character deletion by BaseLevel -// 0: no restriction (players can delete characters of may levels) -// -X: you can't delete chars with BaseLevel <= X -// Y: you can't delete chars with BaseLevel >= Y -// e.g. char_del_level: 80 (players can't delete characters with 80+ BaseLevel) -char_del_level: 0 - -// What folder the DB files are in (item_db.txt, etc.) -db_path: db - import: conf/import/char_conf.txt |