anyone help me?

sharpscar

New member
Messages
3
Points
0
I apologize before asking something my english is bad.

I tried setup server  and it seems success but client seems failed.

tried connect to server by my client serverside.pngbut didn't logging anything  

so check  client folder    RO Data clientinfo.xml  

=================================================================

<?xml version="1.0" encoding="euc-kr" ?>
<clientinfo>
<desc>Ragnarok Client Information</desc>
<servicetype>korea</servicetype>
<servertype>primary</servertype>
<connection>
<display>Ragnarok Server</display>
      <address>127.0.0.1</address>
      <port>6900</port>
      <version>45</version>
      <langtype>1</langtype>
<registrationweb>www.todayhumor.co.kr</registrationweb>
<loading>
<image>loading00.jpg</image>
<image>loading01.jpg</image>
<image>loading02.jpg</image>
<image>loading03.jpg</image>
<image>loading04.jpg</image>
</loading>
    </connection>
</clientinfo>
 
===========================================================

and change my client file   before I change  mmo.h file  and change current date version 

like this  #define PACKETVER 20140205    YYYYMMDD 

but my client  return always  

unregisted account(5011)

 
unregisted account(5011)  
 
rejected server(30) 
 
 
how can I setting this?
 
I apologize before asking something my english is bad.

I tried setup server  and it seems success but client seems failed.

tried connect to server by my client
attachicon.gif
serverside.pngbut didn't logging anything  

so check  client folder    RO Data clientinfo.xml  

=================================================================

<?xml version="1.0" encoding="euc-kr" ?>

<clientinfo>

<desc>Ragnarok Client Information</desc>

<servicetype>korea</servicetype>

<servertype>primary</servertype>

<connection>

<display>Ragnarok Server</display>

      <address>127.0.0.1</address>

      <port>6900</port>

      <version>45</version>

      <langtype>1</langtype>

<registrationweb>www.todayhumor.co.kr</registrationweb>

<loading>

<image>loading00.jpg</image>

<image>loading01.jpg</image>

<image>loading02.jpg</image>

<image>loading03.jpg</image>

<image>loading04.jpg</image>

</loading>

   </connection>

</clientinfo>

===========================================================

and change my client file   before I change  mmo.h file  and change current date version 

like this  #define PACKETVER 20140205    YYYYMMDD 

but my client  return always  

unregisted account(5011)

unregisted account(5011)  

rejected server(30) 

how can I setting this?
hmm, did you make account for testing in your database?

unregistered account means it doesn't exist in database

rejected from server, what error does it throw in map, login or char?

 
Back
Top