Jump to content
  • 0

Please Revise my WORK ! Result No MSG 5011


Question

Posted (edited)

hi guys please revise my work ..

 

i got this No MSG 5011 when im trying to LOG IN 

 

MMO.H

 

 

#ifndef PACKETVER
    #define PACKETVER 20120410
    #define PACKETVER 20130320
    #define PACKETVER 20111116
#endif
 
should put // im using 20120410 packetver
 
CLIF.H
 
enum
{// packet DB
    MAX_PACKET_DB  = 0xf00,
    MAX_PACKET_VER = 30,
    MAX_PACKET_POS = 20,
};
 
CLIENTINFO.XML
 
<?xml version="1.0" encoding="euc-kr" ?>
<clientinfo>
<servicetype>korea</servicetype>
<servertype>sakray</servertype>
   <connection>
      <display>Diss Ragnarok Online</display>
      <balloon>the balloon</balloon>
      <desc>description</desc>
      <address>122.248.202.205</address>
      <port>6900</port>
      <version>30</version>
      <langtype>1</langtype>
      <registrationweb></registrationweb>
        <aid>
            <admin>2000000</admin>
        <admin>2000001</admin>
        <admin>2000002</admin>
        </aid>
        <loading>
            <image>loadingscreen01.jpg</image>
        </loading>
   </connection>
</clientinfo>
 
 
and the is NO MSG 5011 HELP me guys 

 

post-17095-0-89199200-1367823787_thumb.png

Edited by Diss

3 answers to this question

Recommended Posts

Posted

Your MMO.H should be

 

#define PACKETVER 20120410

Comment out the others,

In db_packets.txt
 

packet_db_ver : 30
//packet_db_ver: default

again comment out the unnecessary one.

Note : You dont need to change anything in  CLIF.H

 

As for your clientinfo.xml

<?xml version="1.0" encoding="euc-kr" ?>
<clientinfo>
<servicetype>korea</servicetype>
<servertype>sakray</servertype>
   <connection>
      <display>Your Server name</display>
      <balloon>Server Information</balloon>
      <desc>Server Description</desc>
      <address>IP address</address>
      <port>6900</port>
      <version>25</version>
      <langtype>1</langtype>
      <registrationweb></registrationweb>
      <aid>
         <admin>your admin id here</admin>

      </aid>
   </connection>
</clientinfo>

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.   Paste as plain text instead

  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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...