|
@@ -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
|