Failed to connect after Login

timo0o

New member
Messages
22
Points
0
Hey there.

After many years of not playing RO I decided to create a hercules based Server and Client for me and my friends.

I have some old administrative skills with rathena and herc - but I have problems with my client.

I've followed this guide here:





So... everything seems to work, the Servers are online withour errors and the Loginserver

accept my connections, but i can't get to the characters and the char and map server don't say anything when i Log-In

I've tested some Client-Versions without success:

- 2017-12-06c

- 2018-03-28b

- 2014-03-05b

-2019-01-09a (there i have many errors in Nemo)

The Packet-Ver in the Server  mmo.h is

#define PACKETVER 20141022

Here are some screenshots:

Disconnected.JPG

Servers.JPG

My Clientinfo (Only with correct address and registrationweb):

<?xml version="1.0" encoding="euc-kr" ?>
<clientinfo>
<desc>RO</desc>
<servicetype>germany</servicetype>
<servertype>primary</servertype>
<connection>
<display>Ragnarok Online</display>
<address>The servers Public-IP</address>
<port>6900</port>
<version>46</version>
<langtype>1</langtype>
<registrationweb>https://myserver.de</registrationweb>
<yellow>
<admin>2000000</admin>
<admin>2000001</admin>
<admin>2000002</admin>
</yellow>
<aid>
<admin>2000000</admin>
<admin>2000001</admin>
<admin>2000002</admin>
</aid>
</connection>
</clientinfo>




Can Someone help me???

 
Hey there.

After many years of not playing RO I decided to create a hercules based Server and Client for me and my friends.

I have some old administrative skills with rathena and herc - but I have problems with my client.

I've followed this guide here:





So... everything seems to work, the Servers are online withour errors and the Loginserver

accept my connections, but i can't get to the characters and the char and map server don't say anything when i Log-In

I've tested some Client-Versions without success:

- 2017-12-06c

- 2018-03-28b

- 2014-03-05b

-2019-01-09a (there i have many errors in Nemo)

The Packet-Ver in the Server  mmo.h is

#define PACKETVER 20141022 

Here are some screenshots:

View attachment 5490

View attachment 5491

My Clientinfo (Only with correct address and registrationweb):

<?xml version="1.0" encoding="euc-kr" ?>
<clientinfo>
<desc>RO</desc>
<servicetype>germany</servicetype>
<servertype>primary</servertype>
<connection>
<display>Ragnarok Online</display>
<address>The servers Public-IP</address>
<port>6900</port>
<version>46</version>
<langtype>1</langtype>
<registrationweb>https://myserver.de</registrationweb>
<yellow>
<admin>2000000</admin>
<admin>2000001</admin>
<admin>2000002</admin>
</yellow>
<aid>
<admin>2000000</admin>
<admin>2000001</admin>
<admin>2000002</admin>
</aid>
</connection>
</clientinfo>

<?xml version="1.0" encoding="euc-kr" ?>
<clientinfo>
<desc>RO</desc>
<servicetype>germany</servicetype>
<servertype>primary</servertype>
<connection>
<display>Ragnarok Online</display>
<address>The servers Public-IP</address>
<port>6900</port>
<version>46</version>
<langtype>1</langtype>
<registrationweb>https://myserver.de</registrationweb>
<yellow>
<admin>2000000</admin>
<admin>2000001</admin>
<admin>2000002</admin>
</yellow>
<aid>
<admin>2000000</admin>
<admin>2000001</admin>
<admin>2000002</admin>
</aid>
</connection>
</clientinfo>




Can Someone help me???
#define PACKETVER  configure same date with exe?

 
Got it to work... seems that the Packetver and some config-Files were invalid.

After re-setup of the server i am now able to login 🙂

 
Back
Top