Jump to content

Question

Hi internet, =), about 3 years ago i mounted a ragnarok server with quite sucessfull results (+300 players online <3 ), but i was a student so i couldnt pay the host for more than a year.... so, that server died :c

 

Now, i have my programmer degree and aim working also so i can make another server =)!

 

The thing is, i have a problem because i cant connect to the char server.

 

Relevant Configuration:

 

 

char-server

// Server Communication username and password.userid: s1passwd: 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: Ragnarok// 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// 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 Portlogin_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// Character Server Portchar_port: 6121
 

map-server

//--------------------------------------------------------------//                     Configuration Info//--------------------------------------------------------------// Interserver communication passwords, set in account.txt (or equiv.)userid: s1passwd: 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: 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// Character Server Portchar_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// Map Server Portmap_port: 5121
inter-server
// Global SQL settings// overridden by local settings when the hostname is defined there// (currently only the login-server reads/obeys these settings)sql.db_hostname: 127.0.0.1sql.db_port: 3306sql.db_username: ragnaroksql.db_password: tuhermana11sql.db_database: ragnarok_ragsql.codepage:// MySQL Character SQL serverchar_server_ip: 127.0.0.1char_server_port: 3306char_server_id: ragnarokchar_server_pw: tuhermana11char_server_db: ragnarok_rag// MySQL Map SQL Servermap_server_ip: 127.0.0.1map_server_port: 3306map_server_id: ragnarokmap_server_pw: tuhermana11map_server_db: ragnarok_rag// MySQL Log SQL Databaselog_db_ip: 127.0.0.1log_db_port: 3306log_db_id: ragnaroklog_db_pw: tuhermana11log_db_db: ragnarok_loglog_codepage:log_login_db: loginlog 
mmo.o
#ifndef PACKETVER	#define PACKETVER 20141022#endif // PACKETVER 
 

I'm using 2014-10-22bRagexe.exe patched with NEMO

here is the patchlog

 

9 Disable 1rag1 type parameters (Recommended)13 Disable Ragexe Filename Check (Recommended)24 Fix Camera Angles (Recommended)33 Always Call SelectKoreaClientInfo() (Recommended)34 Enable /showname (Recommended)37 Read questid2display.txt (Recommended)38 Remove Gravity Ads (Recommended)39 Remove Gravity Logo (Recommended)40 Restore Login Window (Recommended)41 Disable Nagle Algorithm (Recommended)44 Translate Client (Recommended)48 Use Plain Text Descriptions (Recommended)49 Enable Multiple GRFs (Recommended)53 Use Ascii on All Langtypes (Recommended)64 @ Bug Fix (Recommended)65 Load Custom lua file instead of iteminfo.lub73 Remove Hourly Announce (Recommended)213 Disable Help Message on Login (Recommended)84 Remove Serial Display (Recommended)90 Enable DNS Support (Recommended)97 Cancel to Login Window (Recommended)
and here is my clientinfo

 

<?xml version="1.0" encoding="euc-kr" ?><clientinfo>	<desc>Cliente Beta Chele RO</desc>	<servicetype>korea</servicetype>	<servertype>sakray</servertype>	<hideaccountlist />	<extendedslot />	<connection>		<display>Chele RO</display>		<desc>Ragnarok Online</desc>		<balloon>:v</balloon>		<address>mysecretyp</address>		<port>6900</port>		<version>20</version>		<langtype>17</langtype>		<registrationweb>[url="http://mysecretyp/FluxCP</registrationweb>"]http://mysecretyp/FluxCP</registrationweb>[/url]		<yellow>			<admin>2000000</admin>		</yellow>		<loading>			<image>loading00.jpg</image>			<image>loading01.jpg</image>			<image>loading02.jpg</image>			<image>loading03.jpg</image>			<image>loading04.jpg</image>			<image>loading05.jpg</image>			<image>loading06.jpg</image>			<image>loading07.jpg</image>			<image>loading08.jpg</image>			<image>loading09.jpg</image>			<image>loading10.jpg</image>		</loading>	</connection></clientinfo>
 

help me please =)

ty :3

 

btw this is the "error" 8e84a506cd5dd3fd49b843c7cda99759.png

 

Fixed: remember to change this 

// 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

and this

 

// 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

to your PUBLIC addres

 

and add the matche un the subnet config <3

Edited by lichtgestalt

Share this post


Link to post
Share on other sites

2 answers to this question

Recommended Posts

  • 0

Maybe your VPS is blocking localhost connection to those ports

So try changing

Map-server.conf

char_ip: 127.0.0.1

^ your wan IP(public ip)

Same with char-server.conf and login_ip.

Also be sure you have changed that s1/p1 to something else.

 

I hope this would help you.

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.