summaryrefslogtreecommitdiff
path: root/conf/char_local.conf.example
diff options
context:
space:
mode:
Diffstat (limited to 'conf/char_local.conf.example')
-rw-r--r--conf/char_local.conf.example22
1 files changed, 22 insertions, 0 deletions
diff --git a/conf/char_local.conf.example b/conf/char_local.conf.example
new file mode 100644
index 00000000..80264be0
--- /dev/null
+++ b/conf/char_local.conf.example
@@ -0,0 +1,22 @@
+// Athena Character local configuration file.
+
+// Server Communication username and password.
+userid: s1
+passwd: s1
+
+// Server name, use alternative character such as ASCII 160 for spaces.
+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:81.161.192.4
+// Login Server Port
+login_port: 6901
+
+// Character Server IP
+char_ip:81.161.192.4
+// Character Server Port
+char_port: 6122
+