Jump to content
  • 0

Failed to Authenticate, 5011


Question

12 answers to this question

Recommended Posts

Posted

your server does not receive anything. have you configure your client correctly?

 

check your data.ini files

 

check if your grf was included there.

 

and also check your clientinfo.xml make sure you put the right ip to make it work.

Posted

here is my clientinfo.xml: 

<?xml version="1.0" encoding="euc-kr" ?>
<clientinfo>
<servicetype>korea</servicetype>
<servertype>sakray</servertype>
   <connection>
      <display>MileRO</display>
      <balloon>Server Information</balloon>
      <desc>Server Description</desc>
      <address>IP</address>
      <port>6900</port>
      <version>25</version>
      <langtype>1</langtype>
      <registrationweb></registrationweb>
      <aid>
         <admin>your admin id here</admin>
 
      </aid>
   </connection>
</clientinfo>
 
and this is my data.ini: 
 
[Data]
0=mydata.grf
1=data.grf
2=rdata.grf
 


already fixed the connection server but when i created an account and entered the ro server its says Failed to Connect to the Server? so whats the problem now? :3

post-17445-0-44879300-1369920629_thumb.png

post-17445-0-80321500-1369920654_thumb.png

Posted

1. in clientinfo.xml change <version>25</version> to <version>30</version>

2. check yourServerFolder\src\common\mmo.h

Find: 

#define PACKETVER YourVersion <<< Must be 20120410

3. check your diffs (dont forget use SkipPacketHeaderObfuscation)

4. update your client with Lua/Lubs for your client 

Posted

1. in clientinfo.xml change <version>25</version> to <version>30</version>

2. check yourServerFolder\src\common\mmo.h

Find: 

#define PACKETVER YourVersion <<< Must be 20120410

3. check your diffs (dont forget use SkipPacketHeaderObfuscation)

4. update your client with Lua/Lubs for your client 

 

 

done with it. nothing happened. :3

Posted

trunk/src/common/mmo.h

Find:
#ifndef PACKETVER
    //#define PACKETVER 20120410
    #define PACKETVER 20130320
    //#define PACKETVER 20111116
#endif
Replace:
#ifndef PACKETVER
    #define PACKETVER 20120410
    //#define PACKETVER 20130320
    //#define PACKETVER 20111116
#endif
Recompile after.
Posted

trunk/src/common/mmo.h

Find:
#ifndef PACKETVER
    //#define PACKETVER 20120410
    #define PACKETVER 20130320
    //#define PACKETVER 20111116
#endif
Replace:
#ifndef PACKETVER
    #define PACKETVER 20120410
    //#define PACKETVER 20130320
    //#define PACKETVER 20111116
#endif
Recompile after.

 

 

im using this already. 
 
 
#ifndef PACKETVER
    #define PACKETVER 20120410
    //#define PACKETVER 20130320
    //#define PACKETVER 20111116
#endif

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