summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDennis Friis <peavey@placid.dk>2008-11-04 17:28:39 +0000
committerDennis Friis <peavey@placid.dk>2008-11-04 17:28:39 +0000
commit6f42231be69b61b72ec965a21223d1668c686e8b (patch)
treedc75344192477124d5a506e3c4ec13b6431a9000
parent7df0cac1c091aefff98ab454974daf20d9bce8b2 (diff)
downloadserverdata-6f42231be69b61b72ec965a21223d1668c686e8b.tar.gz
serverdata-6f42231be69b61b72ec965a21223d1668c686e8b.tar.bz2
serverdata-6f42231be69b61b72ec965a21223d1668c686e8b.tar.xz
serverdata-6f42231be69b61b72ec965a21223d1668c686e8b.zip
Add map server local conf.
-rw-r--r--conf/map_athena.conf29
-rw-r--r--conf/map_local.conf.example26
2 files changed, 28 insertions, 27 deletions
diff --git a/conf/map_athena.conf b/conf/map_athena.conf
index 2b5da330..00889cd3 100644
--- a/conf/map_athena.conf
+++ b/conf/map_athena.conf
@@ -1,34 +1,9 @@
// eAthena Map-Server Configuration File
-// Interserver communication passwords, set in account.txt (or equiv.)
-userid: s1
-passwd: p1
-
-// Character Server IP
-char_ip:81.161.192.4
-// Character Server Port
-char_port: 6122
-
-// Map Server IP
-map_ip:81.161.192.4
-// Map Server Port
-map_port: 5122
-
-// Database autosave time, in seconds.
-autosave_time: 60
-
-// Message of the day file, when a character logs on, this message is displayed.
-motd_txt: conf/motd.txt
-
-// When @help or @h is typed when you are a gm, this is displayed for helping new gms understand gm commands.
-help_txt: conf/help.txt
-
-mapreg_txt: save/mapreg.txt
-
-// import: conf/import/map_conf.txt
+// local settings for this server in this file
+import: conf/map_local.conf
// Maps
-
map: new_39-1.gat
map: new_38-1.gat
map: new_37-1.gat
diff --git a/conf/map_local.conf.example b/conf/map_local.conf.example
new file mode 100644
index 00000000..42e98bce
--- /dev/null
+++ b/conf/map_local.conf.example
@@ -0,0 +1,26 @@
+// eAthena Map-Server local Configuration File
+
+// Interserver communication passwords, set in account.txt (or equiv.)
+userid: s1
+passwd: p1
+
+// Character Server IP
+char_ip:81.161.192.4
+// Character Server Port
+char_port: 6122
+
+// Map Server IP
+map_ip:81.161.192.4
+// Map Server Port
+map_port: 5122
+
+// Database autosave time, in seconds.
+autosave_time: 60
+
+// Message of the day file, when a character logs on, this message is displayed.
+motd_txt: conf/motd.txt
+
+// When @help or @h is typed when you are a gm, this is displayed for helping new gms understand gm commands.
+help_txt: conf/help.txt
+
+mapreg_txt: save/mapreg.txt