summaryrefslogtreecommitdiff
path: root/world/conf
diff options
context:
space:
mode:
authorBen Longbons <b.r.longbons@gmail.com>2015-01-23 00:33:00 -0800
committerBen Longbons <b.r.longbons@gmail.com>2015-01-23 02:00:50 -0800
commit3667a349be34c3d7bc47c61c2384fe7a4568979c (patch)
treeb0b4d70fda47f6fb7f07e65be8c6175a69d518be /world/conf
parent1249c6845e4839acfc3b990d7692e081f471497b (diff)
downloadserverdata-3667a349be34c3d7bc47c61c2384fe7a4568979c.tar.gz
serverdata-3667a349be34c3d7bc47c61c2384fe7a4568979c.tar.bz2
serverdata-3667a349be34c3d7bc47c61c2384fe7a4568979c.tar.xz
serverdata-3667a349be34c3d7bc47c61c2384fe7a4568979c.zip
Update conf for tmwa 15.1.23
Diffstat (limited to 'world/conf')
-rw-r--r--world/conf/char_athena.conf14
-rw-r--r--world/conf/char_local.conf.example3
-rw-r--r--world/conf/tmwa-char-old.conf8
-rw-r--r--world/conf/tmwa-char.conf10
4 files changed, 14 insertions, 21 deletions
diff --git a/world/conf/char_athena.conf b/world/conf/char_athena.conf
index 73aab23c..ee2cba1b 100644
--- a/world/conf/char_athena.conf
+++ b/world/conf/char_athena.conf
@@ -5,11 +5,6 @@
// of just under 1024 per server (but a world may be many servers).
max_connect_user: 0
-// Check that a player has the same IP when switching from char to map.
-// To use this, your lan_support.conf files MUST be correct.
-// Disabling this is not supported.
-check_ip_flag: yes
-
// Interval, in seconds, between saves of the flatfile databases.
autosave_time: 300
@@ -23,15 +18,6 @@ start_point: 029-2.gat,22,24
// Log Filename
char_log_filename: log/char.log
-// Manage possible letters/symbol in the name of charater.
-// Control character (0x00-0x1f) are never accepted. Possible values are:
-// 0: no restriction (builtin default, but please don't use)
-// 1: only letters/symbols in 'char_name_letters' option
-// 2: Letters/symbols in 'char_name_letters' option are forbidden.
-// All others are possible (please don't use this).
-// Setting this to anything but 1 is not recommended.
-char_name_option: 1
-
// Set the letters/symbols that you want use with 'char_name_option'.
// This is a cumulative option; specify nothing to reset it.
// Note: if you want to add a space, it can't be at the beginning or end.
diff --git a/world/conf/char_local.conf.example b/world/conf/char_local.conf.example
index 4beab7c9..920d7892 100644
--- a/world/conf/char_local.conf.example
+++ b/world/conf/char_local.conf.example
@@ -7,9 +7,6 @@ passwd: p1
// Server name, no more than 19 characters
server_name: The Mana World
-// Wisp name for server: used to send wisp from server to players (between 4 to 23 characters)
-wisp_server_name: Server
-
// Login Server IP
login_ip:127.0.0.1
// Login Server Port
diff --git a/world/conf/tmwa-char-old.conf b/world/conf/tmwa-char-old.conf
new file mode 100644
index 00000000..b7e37735
--- /dev/null
+++ b/world/conf/tmwa-char-old.conf
@@ -0,0 +1,8 @@
+// Master config file for The Mana World Athena (char component)
+// This file is used since version 14.x.y
+
+version-lt: 15.1.23
+
+import: conf/char_athena.conf
+import: conf/lan_support.conf
+import: conf/inter_athena.conf
diff --git a/world/conf/tmwa-char.conf b/world/conf/tmwa-char.conf
index a55cff1f..84213139 100644
--- a/world/conf/tmwa-char.conf
+++ b/world/conf/tmwa-char.conf
@@ -1,6 +1,8 @@
// Master config file for The Mana World Athena (char component)
-// This file is used since version 14.x.y
+// This file is used since version 14.x.y, but major changes in 15.x.y
-import: conf/char_athena.conf
-import: conf/lan_support.conf
-import: conf/inter_athena.conf
+import: conf/tmwa-char-old.conf
+version-ge: 15.1.23
+char_conf: conf/char_athena.conf
+char_lan_conf: conf/lan_support.conf
+inter_conf: conf/inter_athena.conf