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:


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???
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:


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