第一個ERROR:叫你修改內部通信的密碼,也就是
// Server Communication username and password.
userid: s1
passwd: p1
這個如果要改要把所有的檔案都做修改,conf/char_athena、conf/map_athena、還有save/account
save/account裡面要改的話可以改這邊,要改不改看個人,至少我沒改也是能進到SERVER。
1 s1 p1 S [email protected] 0 0 0 0 274 2013-07-14 17:25:09 127.0.0.1 0000-00-00
至於第二個error:
char_athena跟conf/map_athena裡面應該會有這行
// The character 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.
bind_ip: 127.0.0.1
說真的我也不是很明白他的功能,不過如果不想看到ERROR的話,應該把它變成這樣
//bind_ip: 127.0.0.1
就OK了。