Parcourir la source

- Bunch of documentation fixes.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@9434 54d463be-8e91-2dee-dedb-b68131a5f0ec
skotlex il y a 18 ans
Parent
commit
1928d865c8

+ 3 - 0
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
 

+ 18 - 16
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

+ 1 - 1
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

+ 1 - 0
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.