diff options
Diffstat (limited to 'conf-tmpl')
-rw-r--r-- | conf-tmpl/char_athena.conf | 4 | ||||
-rw-r--r-- | conf-tmpl/login_athena.conf | 4 | ||||
-rw-r--r-- | conf-tmpl/map_athena.conf | 3 | ||||
-rw-r--r-- | conf-tmpl/msg_athena.conf | 5 |
4 files changed, 16 insertions, 0 deletions
diff --git a/conf-tmpl/char_athena.conf b/conf-tmpl/char_athena.conf index 0fc0410d5..797bd6905 100644 --- a/conf-tmpl/char_athena.conf +++ b/conf-tmpl/char_athena.conf @@ -1,5 +1,9 @@ // Athena Character configuration file.
+// Note: "Comments" are all text on the right side of a double slash "//"
+// Whatever text is commented will not be parsed by the servers, and serves
+// only as information/reference.
+
// Server Communication username and password.
userid: s1
passwd: p1
diff --git a/conf-tmpl/login_athena.conf b/conf-tmpl/login_athena.conf index b61d37eec..c04dac984 100644 --- a/conf-tmpl/login_athena.conf +++ b/conf-tmpl/login_athena.conf @@ -1,6 +1,10 @@ // Athena Login Server configuration file.
// Translated by Peter Kieser <pfak@telus.net>
+// Note: "Comments" are all text on the right side of a double slash "//"
+// Whatever text is commented will not be parsed by the servers, and serves
+// only as information/reference.
+
// The login server listens on the interface with this IP address.
// NOTE: This allows you to run multiple servers on multiple interfaces
// while using the same ports for each server.
diff --git a/conf-tmpl/map_athena.conf b/conf-tmpl/map_athena.conf index e74dd1eee..ee9fc4ae8 100644 --- a/conf-tmpl/map_athena.conf +++ b/conf-tmpl/map_athena.conf @@ -14,6 +14,9 @@ //eAthena Map-Server Configuration File
//--------------------------------------------------------------
+// Note: "Comments" are all text on the right side of a double slash "//"
+// Whatever text is commented will not be parsed by the servers, and serves
+// only as information/reference.
//--------------------------------------------------------------
// Configuration Info
diff --git a/conf-tmpl/msg_athena.conf b/conf-tmpl/msg_athena.conf index 3d08b070a..e168c057b 100644 --- a/conf-tmpl/msg_athena.conf +++ b/conf-tmpl/msg_athena.conf @@ -9,6 +9,11 @@ // 0-499: reserved for GM commands
// 500-999 reserved for others
+// To disable a string (%s) field, make it's max length 0:
+// eg:
+// 270: *%s %s* (@me format)
+// 270: *%.0s%s* (remove the character's name from it)
+
// Messages of GM commands
// -----------------------
|