From 316de00df4e63468923c5678dcf7c12fc8e59523 Mon Sep 17 00:00:00 2001 From: skotlex Date: Thu, 7 Dec 2006 17:08:16 +0000 Subject: - Bunch of documentation fixes. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9434 54d463be-8e91-2dee-dedb-b68131a5f0ec --- conf-tmpl/atcommand_athena.conf | 3 +++ conf-tmpl/char_athena.conf | 34 ++++++++++++++++++---------------- conf-tmpl/charcommand_athena.conf | 2 +- conf-tmpl/login_athena.conf | 1 + 4 files changed, 23 insertions(+), 17 deletions(-) (limited to 'conf-tmpl') diff --git a/conf-tmpl/atcommand_athena.conf b/conf-tmpl/atcommand_athena.conf index 682ad42d9..bb384ffaf 100644 --- a/conf-tmpl/atcommand_athena.conf +++ b/conf-tmpl/atcommand_athena.conf @@ -344,6 +344,9 @@ hcolor: 40 // Deletes all your items. itemreset: 40 +// Does a skill/stat reset. +reset: 40 + // Displays distribution of players on the server per map (% on each map which has players) users: 40 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 diff --git a/conf-tmpl/charcommand_athena.conf b/conf-tmpl/charcommand_athena.conf index 063cd3f30..f0f98695c 100644 --- a/conf-tmpl/charcommand_athena.conf +++ b/conf-tmpl/charcommand_athena.conf @@ -41,7 +41,7 @@ option: 60 //Save another character save: 60 -//? +//Performs a stat and skill reset on someone else. reset: 60 //Give another character spiritball effect diff --git a/conf-tmpl/login_athena.conf b/conf-tmpl/login_athena.conf index 8adcb1ccd..970bdd347 100644 --- a/conf-tmpl/login_athena.conf +++ b/conf-tmpl/login_athena.conf @@ -44,6 +44,7 @@ admin_state: 0 // Administrative password, used by ladmin (perl software) to connect remotely to server. // NOTICE: If you enable remote administration, you should change its value for security +// NOTE: ladmin only works on TXT login servers. admin_pass: admin // Indicate the IP that the server accepts for remote administration. -- cgit v1.2.3-60-g2f50