Einen wunderschönen Tag wünsche ich=)
Allllso ich wollte mir meinen ersten LAN Server zum Probieren und Lernen erstellen darum auch die TxT Version!
ich habe die config datein wie folgt geändert:
// 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
// Server name, use alternative character such as ASCII 160 for spaces.
// NOTE: Do not use spaces in the name, or guild emblems won't work client-side!
server_name: eAthena
// Wisp name for server: used to send wisp from server to players (between 4 to 23 characters)
wisp_server_name: Server
// Login Server IP
// The character server connects to the login server using this IP address.
// NOTE: This is useful when you are running behind a firewall or are on
// a machine with multiple interfaces.
login_ip: 192.168.178.20
// 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
// Login Server Port
login_port: 6900
// Character Server IP
// The IP address which clients will use to connect.
// Set this to what your server's public IP address is.
char_ip: 192.168.178.20
// Character Server Port
char_port: 6121
Und die 2. Config:
//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
//--------------------------------------------------------------
// Interserver communication passwords, set in account.txt (or equiv.)
userid: s1
passwd: p1
// Character Server IP
// The map server connects to the character server using this IP address.
// NOTE: This is useful when you are running behind a firewall or are on
// a machine with multiple interfaces.
char_ip: 192.168.178.20
// The map 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
// Character Server Port
char_port: 6121
// Map Server IP
// The IP address which clients will use to connect.
// Set this to what your server's public IP address is.
map_ip: 192.168.178.20
// Map Server Port
map_port: 5121
Nun dürfte ja eigentlich Eathena starten!
Gestartet habe ich jedoch ersteint beim loginserver folgender error:
ERROR: account_db_txt_init: Accounts file (save/account.txt) notfound
ERROR: File not found: conf/imoprt/packet_conf.txt
ERROR: Configuration file <conf/import/inter_conf.txt not found
ERROR dasselbe mit <conf/import/login_conf.txt
Fatal Error: do_init: Failed to initialize account engine ´txt´.
Nun geht es noch weiter==)
Mapserver:
Error: guild_cast ledataloadack ERROR!! <Not found castle_id=4 index=0>
Dasselbe mit allen gulde castledataloadack und calste_id´s
Sooo weiter gehts mim Charserver=)
[Status]: Memory manager initialised: log/char-server.exe.leaks
(=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=)
( eAthena Development Team presents )
( ______ __ __ )
( /\ _ \/\ \__/\ \ )
( __\ \ \_\ \ \ ,_\ \ \___ __ ___ __ )
( /'__`\ \ __ \ \ \/\ \ _ `\ /'__`\/' _ `\ /'__`\ )
( /\ __/\ \ \/\ \ \ \_\ \ \ \ \/\ __//\ \/\ \/\ \_\.\_ )
( \ \____\\ \_\ \_\ \__\\ \_\ \_\ \____\ \_\ \_\ \__/.\_\ )
( \/____/ \/_/\/_/\/__/ \/_/\/_/\/____/\/_/\/_/\/__/\/_/ )
( _ _ _ _ _ _ _ _ _ _ _ _ _ )
( / \ / \ / \ / \ / \ / \ / \ / \ / \ / \ / \ / \ / \ )
( ( e | n | g | l | i | s | h ) ( A | t | h | e | n | a ) )
( \_/ \_/ \_/ \_/ \_/ \_/ \_/ \_/ \_/ \_/ \_/ \_/ \_/ )
( )
(=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=)
[Info]: SVN Revision: 'Unknown'.
[Error]: File not found: conf/import/packet_conf.txt
[Info]: Server supports up to '4096' concurrent connections.
[Info]: Reading configuration file conf/char_athena.conf...
[Status]: eAthena server has been initialized
[Status]: Login server IP address : 192.168.178.20 -> 192.168.178.20
[Status]: Character server IP address : 192.168.178.20 -> 192.168.178.20
[Info]: Console Silent Setting: 0
[Error]: Configuration file not found: conf/import/char_conf.txt.
[Info]: Done reading conf/char_athena.conf.
[Info]: Reading the configuration file conf/subnet_athena.conf...
[Status]: Read information about 1 subnetworks.
[Error]: Using the default user/password s1/p1 is NOT RECOMMENDED.
[Notice]: Please edit your save/account.txt file to create a proper inter-server
user/password (gender 'S')
[Notice]: And then change the user/password to use in conf/char_athena.conf (or
conf/import/char_conf.txt)
[Info]: Finished reading the char-server configuration.
[Info]: Initializing char server.
[Error]: Characters file not found: save/athena.txt.
[Error]: status_load_scdata: Cannot open file save/scdata.txt!
[Error]: file not found: conf/import/inter_conf.txt
[Error]: can't read : save/storage.txt
[Info]: char server initialized.
[Status]: The char-server is ready (Server is listening on the port 6121).
[Info]: Attempt to connect to login-server...
[Status]: Connecting to 192.168.178.20:6900
[Error]: make_connection: connect failed (socket #2, code 10061)!
[Info]: Saving all files...
[Warning]: Server cannot save characters.
[Error]: int_status: can't write [save/scdata.txt] !!! data is lost !!!
[Error]: int_party: can't write [save/party.txt] !!! data is lost !!!
[Error]: int_guild: can't write [save/guild.txt] !!! data is lost !!!
[Error]: int_storage: can't write [save/storage.txt] !!! data is lost !!!
[Error]: int_storage: can't write [save/g_storage.txt] !!! data is lost !!!
[Error]: int_pet: can't write [save/pet.txt] !!! data is lost !!!
[Error]: int_homun: can't write [save/homun.txt] !!! data is lost !!!
[Error]: int_accreg: can't write [save/accreg.txt] !!! data is lost !!!
[Info]: Attempt to connect to login-server...
[Status]: Connecting to 192.168.178.20:6900
[Error]: make_connection: connect failed (socket #2, code 10061)!
[Info]: Attempt to connect to login-server...
[Status]: Connecting to 192.168.178.20:6900
[Error]: make_connection: connect failed (socket #2, code 10061)!
Sorrry warmir zu viel zum schreiben =)
Wiegesagt ich hab nur bei den configs die ip geändert sonst nichts!
Könntet ihr mir bitte weiterhelfen?
Ist mein erster und einziger Server währe nice
Danke im vorraus =)
Lg Dee






.