Jump to content
  • 0

Client Side Support 2012-04-10


ownager

Question


  • Group:  Members
  • Topic Count:  19
  • Topics Per Day:  0.01
  • Content Count:  38
  • Reputation:   0
  • Joined:  12/28/13
  • Last Seen:  

Hello. I need a guide for server and clientside 2012-04-10 exe or any better you can suggest. i want to learn 

I have download rathena 
[/url]">screen1.jpg

Map Rejected By Server

Edited by madhucafe
Link to comment
Share on other sites

8 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  34
  • Topics Per Day:  0.01
  • Content Count:  281
  • Reputation:   14
  • Joined:  10/14/13
  • Last Seen:  

Nothings wrong with your clientinfo.xml...

Therefore it might be you server was not compiled for 20120410

On your src/common/mmo.h look for this line

#define PACKETVER 20130807

And change it to

#define PACKETVER 20120410

Save and compile your server

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  45
  • Topics Per Day:  0.01
  • Content Count:  715
  • Reputation:   83
  • Joined:  01/05/12
  • Last Seen:  

1. Change your packet_ver to 30 in db/packet_db.txt if you're using 2012-04-10 

packet_db_ver: default
packet_keys_use: default

to

packet_db_ver: 30
packet_keys_use: 30

2. If you're not using the official packet obfuscation support disable it but if you're using it leave it be.

in src/config/core.h

/// Comment to disable the official packet obfuscation support.
/// When enabled, make sure there is value for 'packet_keys' of used packet version or
/// defined 'packet_keys_use' in db/[import/]packet_db.txt.
/// This requires PACKETVER 2011-08-17 or newer.
#define PACKET_OBFUSCATION

add // if you're not using it...

/// Comment to disable the official packet obfuscation support.
/// When enabled, make sure there is value for 'packet_keys' of used packet version or
/// defined 'packet_keys_use' in db/[import/]packet_db.txt.
/// This requires PACKETVER 2011-08-17 or newer.
//#define PACKET_OBFUSCATION

and recompile the changes you've made in the src.

Edited by Lelouch vi Britannia
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  19
  • Topics Per Day:  0.01
  • Content Count:  38
  • Reputation:   0
  • Joined:  12/28/13
  • Last Seen:  

1. Change your packet_ver to 30 in db/packet_db.txt if you're using 2012-04-10 

packet_db_ver: default
packet_keys_use: default

to

packet_db_ver: 30
packet_keys_use: 30

2. If you're not using the official packet obfuscation support disable it but if you're using it leave it be.

in src/config/core.h

/// Comment to disable the official packet obfuscation support.
/// When enabled, make sure there is value for 'packet_keys' of used packet version or
/// defined 'packet_keys_use' in db/[import/]packet_db.txt.
/// This requires PACKETVER 2011-08-17 or newer.
#define PACKET_OBFUSCATION

add // if you're not using it...

/// Comment to disable the official packet obfuscation support.
/// When enabled, make sure there is value for 'packet_keys' of used packet version or
/// defined 'packet_keys_use' in db/[import/]packet_db.txt.
/// This requires PACKETVER 2011-08-17 or newer.
//#define PACKET_OBFUSCATION

and recompile the changes you've made in the src.

Lelouch vi Britannia I tried as you said. but still same problem is happening.

 

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  34
  • Topics Per Day:  0.01
  • Content Count:  281
  • Reputation:   14
  • Joined:  10/14/13
  • Last Seen:  

Can you post your clientinfo.xml here

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  19
  • Topics Per Day:  0.01
  • Content Count:  38
  • Reputation:   0
  • Joined:  12/28/13
  • Last Seen:  

Can you post your clientinfo.xml here

<?xml version="1.0" encoding="euc-kr" ?>
<clientinfo>
<servicetype>korea</servicetype>
<servertype>sakray</servertype>
   <connection>
      <display>ATest</display>
      <balloon>Powered By Own</balloon>
      <desc></desc>
      <address>127.0.0.1</address>
      <port>6900</port>
      <version>30</version>
      <langtype>1</langtype>
      <registrationweb></registrationweb>
        <aid>
            <admin>2000000</admin>
        </aid>
        <loading>
            <image></image>
        </loading>
   </connection>
</clientinfo>
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  2
  • Topics Per Day:  0.00
  • Content Count:  142
  • Reputation:   8
  • Joined:  02/11/13
  • Last Seen:  

you'll need to change the packetver inside your mmo.h to fit the client and recompile the mapserver..

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  19
  • Topics Per Day:  0.01
  • Content Count:  38
  • Reputation:   0
  • Joined:  12/28/13
  • Last Seen:  

Nothings wrong with your clientinfo.xml...

Therefore it might be you server was not compiled for 20120410

On your src/common/mmo.h look for this line

#define PACKETVER 20130807

And change it to

#define PACKETVER 20120410

Save and compile your server

Aureon Thank you. for your guidance i just wiped everything and started freshly.

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  29
  • Topics Per Day:  0.01
  • Content Count:  566
  • Reputation:   34
  • Joined:  11/17/11
  • Last Seen:  

Much better if you move up your client date, Get 2013-08-07Ragexe. It is a stable one too.

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