Jump to content
  • 0

Please Revise my WORK ! Result No MSG 5011


Diss

Question


  • Group:  Members
  • Topic Count:  67
  • Topics Per Day:  0.02
  • Content Count:  207
  • Reputation:   1
  • Joined:  05/01/13
  • Last Seen:  

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
Link to comment
Share on other sites

3 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  48
  • Topics Per Day:  0.01
  • Content Count:  1125
  • Reputation:   236
  • Joined:  07/30/12
  • Last Seen:  

What client are you using? Did you edit your packet_db.txt too?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  67
  • Topics Per Day:  0.02
  • Content Count:  207
  • Reputation:   1
  • Joined:  05/01/13
  • Last Seen:  

im using 20120410aragexeRE

 

yes i edit packet_DB too its look like this 

 

 

packet_db_ver: 30
packet_db_ver: default
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  0
  • Topics Per Day:  0
  • Content Count:  20
  • Reputation:   0
  • Joined:  03/30/13
  • Last Seen:  

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>
Link to comment
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.   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.

×
×
  • Create New...