Настройка Эмулятор:
Идем в C:/Server/eathena/conf/char_athena
/ 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: 127.0.0.1 //вписываем свой IP вместо 127.0.0.1
// 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 //вписываем свой 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: 127.0.0.1 //вписываем свой IP вместо 127.0.0.1 // Character Server Port
char_port: 6121
Идем в C:/Server/eathena/conf/login_athena
// The login 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 //вписываем свой IP вместо 127.0.0.1
// Login Server Port
login_port: 6900
Идем в C:/Server/eathena/conf/map_athena
// 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: 127.0.0.1 //вписываем свой IP вместо 127.0.0.1
// 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 //вписываем свой 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: 127.0.0.1 //вписываем свой IP вместо 127.0.0.1
// Map Server Port
map_port: 5121
Сейчас будем прописывать эмулятору пути к нашему клиенту
Идем в C:/Server/eathena/conf/grf-files.txt и ведети сервер...
//-----------------------------------------
// GRF List
//-----------------------------------------
// grf: C:\path\to\RO\data.grf-свой путь
// You may add more in this format
// grf: <data file path>
//------ Others ---------------------------
// Data Directory (without the actual data\ though)
// the below example would use C:\path\to\RO\data\-свой путь
//data_dir: C:\path\to\RO\-свой путь