Jump to content
  • 0

Failed to Authenticate, 5011


emilsorita

Question


  • Group:  Members
  • Topic Count:  16
  • Topics Per Day:  0.00
  • Content Count:  46
  • Reputation:   0
  • Joined:  05/30/13
  • Last Seen:  

can you help me with this error? im using 2012-04-10aRagexeRE

post-17445-0-39819400-1369914945_thumb.jpg

Link to comment
Share on other sites

12 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  16
  • Topics Per Day:  0.00
  • Content Count:  416
  • Reputation:   96
  • Joined:  02/07/13
  • Last Seen:  

What do you have on the map-server window ?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  16
  • Topics Per Day:  0.00
  • Content Count:  46
  • Reputation:   0
  • Joined:  05/30/13
  • Last Seen:  

here :3 ive been browsing some threads connected to mine and ive done everthing posted. :3

post-17445-0-78601100-1369917841_thumb.png

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  120
  • Topics Per Day:  0.02
  • Content Count:  1960
  • Reputation:   202
  • Joined:  01/08/12
  • Last Seen:  

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.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  16
  • Topics Per Day:  0.00
  • Content Count:  46
  • Reputation:   0
  • Joined:  05/30/13
  • Last Seen:  

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

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  120
  • Topics Per Day:  0.02
  • Content Count:  1960
  • Reputation:   202
  • Joined:  01/08/12
  • Last Seen:  

what is the version of your kro?is that a ragray?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  16
  • Topics Per Day:  0.00
  • Content Count:  46
  • Reputation:   0
  • Joined:  05/30/13
  • Last Seen:  

what is the version of your kro?is that a ragray?

 

 

my kRO is an old one. just copied it in my old laptop. i dont remember what version is it.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  14
  • Topics Per Day:  0.00
  • Content Count:  94
  • Reputation:   4
  • Joined:  10/31/12
  • Last Seen:  

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 

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  16
  • Topics Per Day:  0.00
  • Content Count:  46
  • Reputation:   0
  • Joined:  05/30/13
  • Last Seen:  

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

Link to comment
Share on other sites


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

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


  • Group:  Members
  • Topic Count:  16
  • Topics Per Day:  0.00
  • Content Count:  46
  • Reputation:   0
  • Joined:  05/30/13
  • Last Seen:  

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


  • Group:  Members
  • Topic Count:  120
  • Topics Per Day:  0.02
  • Content Count:  1960
  • Reputation:   202
  • Joined:  01/08/12
  • Last Seen:  

just switch to latest kro client. since lots of features required the latest client.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  16
  • Topics Per Day:  0.00
  • Content Count:  46
  • Reputation:   0
  • Joined:  05/30/13
  • Last Seen:  

ok. ill be downloading the latest client. ill let you know if im done XD

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