From 5720a486fae50cb6c88a12dae4afff9e283d50e6 Mon Sep 17 00:00:00 2001 From: Fate Date: Wed, 3 Dec 2008 19:55:50 -0700 Subject: By default, log all GM actions to `gm.log' --- conf/map_athena.conf | 2 ++ 1 file changed, 2 insertions(+) (limited to 'conf') diff --git a/conf/map_athena.conf b/conf/map_athena.conf index 82e8c08b..f03c0123 100644 --- a/conf/map_athena.conf +++ b/conf/map_athena.conf @@ -13,5 +13,7 @@ mapreg_txt: save/mapreg.txt import: npc/scripts.conf +gm_log: gm.log + // local settings for this server in this file import: conf/map_local.conf -- cgit v1.2.3-60-g2f50 From 31f2973f8eb296e370e572adfce8b8dfeb6fc78d Mon Sep 17 00:00:00 2001 From: Jared Adams Date: Wed, 24 Dec 2008 09:42:48 +0000 Subject: Remove part about character 160 from server name --- conf/char_local.conf | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 conf/char_local.conf (limited to 'conf') diff --git a/conf/char_local.conf b/conf/char_local.conf new file mode 100644 index 00000000..fb38618f --- /dev/null +++ b/conf/char_local.conf @@ -0,0 +1,22 @@ +// Athena Character local configuration file. + +// Server Communication username and password. +userid: s1 +passwd: p1 + +// Server name +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 +login_port: 6901 + +// Character Server IP +char_ip:127.0.0.1 +// Character Server Port +char_port: 6122 + -- cgit v1.2.3-60-g2f50 From f6da63ee431c417d9a885e87af3637f4aff4156b Mon Sep 17 00:00:00 2001 From: Jared Adams Date: Wed, 24 Dec 2008 10:11:41 +0000 Subject: Wrong file --- conf/char_local.conf | 22 ---------------------- conf/char_local.conf.example | 2 +- 2 files changed, 1 insertion(+), 23 deletions(-) delete mode 100644 conf/char_local.conf (limited to 'conf') diff --git a/conf/char_local.conf b/conf/char_local.conf deleted file mode 100644 index fb38618f..00000000 --- a/conf/char_local.conf +++ /dev/null @@ -1,22 +0,0 @@ -// Athena Character local configuration file. - -// Server Communication username and password. -userid: s1 -passwd: p1 - -// Server name -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 -login_port: 6901 - -// Character Server IP -char_ip:127.0.0.1 -// Character Server Port -char_port: 6122 - diff --git a/conf/char_local.conf.example b/conf/char_local.conf.example index 163f97c6..1d55c977 100644 --- a/conf/char_local.conf.example +++ b/conf/char_local.conf.example @@ -4,7 +4,7 @@ userid: s1 passwd: p1 -// Server name, use alternative character such as ASCII 160 for spaces. +// 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) -- cgit v1.2.3-60-g2f50