ZelosAvalon
New member
- Messages
- 218
- Points
- 0
- Age
- 34
- Emulator
i'm trying to make a offline server for test some things before add in my server but every times i got this error:
info from NO-IP
IP: 189.48.0.166 or ragtest.no-ip.info what i need to use?
[status]: Event 'OnInit' executed with '1939' NPCs.
[status]: Server is 'ready' and listening on port '5121'.
[status]: Attempting to connect to Char Server. Please wait.
[status]: Connecting to 189.48.0.166:6121
[Error]: make_connection: connect failed (socket #2, error 10061: unknown error)!
[status]: Connecting to 189.48.0.166:6121
some1 have an tutorial or know what i need to do for fix it ?
here's what I'm doing with .conf files:
char-server.conf:
// Character Server configuration file.
login-server.conf
info from NO-IP
IP: 189.48.0.166 or ragtest.no-ip.info what i need to use?
[status]: Event 'OnInit' executed with '1939' NPCs.
[status]: Server is 'ready' and listening on port '5121'.
[status]: Attempting to connect to Char Server. Please wait.
[status]: Connecting to 189.48.0.166:6121
[Error]: make_connection: connect failed (socket #2, error 10061: unknown error)!
[status]: Connecting to 189.48.0.166:6121
some1 have an tutorial or know what i need to do for fix it ?
here's what I'm doing with .conf files:
char-server.conf:
// Character Server configuration file.
map-server.conf:
// 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 or any of these characters which are not allowed in
// Windows filenames \/:*?"<>|
// ... or else guild emblems won't work client-side!
server_name: Hercules Github
// 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: 189.48.0.166
// 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: 189.48.0.166
// Character Server Port
char_port: 6121
// 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: 189.48.0.166
// 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: 189.48.0.166
// Map Server Port
map_port: 5121
login-server.conf
vertrigo and NO-IP running and my database working, I've added main.sql and logs in my database.// Hercules Login Server configuration file.
// Translated by Peter Kieser <[email protected]>
// 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.
// 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
// Login Server Port
login_port: 6900