summaryrefslogtreecommitdiff
path: root/world/conf/char_local.conf.example
blob: 4beab7c9598c78d7e217ba30ae7a8721e552b538 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
// Athena Character local configuration file.

// Server Communication username and password.
userid: s1
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
login_port: 6901

// Character Server IP
char_ip:127.0.0.1
// Character Server Port
char_port: 6122