Jump to content
  • 0

clif_parse disconnecting #3


Drakkus

Question


  • Group:  Members
  • Topic Count:  39
  • Topics Per Day:  0.01
  • Content Count:  386
  • Reputation:   15
  • Joined:  11/17/11
  • Last Seen:  

Hello, i'm havinng problem regarding connecting ingame. i've been roaming around and still i can't figure this out anyone knows.

this is what i did:

I'm using 2012-04-10aRagexeRE since this is the only stable client.

 

files/db/

packet_ver

//packet_db_ver: 46
packet_db_ver: 30
packet_keys_use: default


client/data
clientinfo.xml
      <port>6900</port>
      <version>30</version>
      <langtype>1</langtype>

(mmo.h)
--------------------------
#ifndef PACKETVER
//#define PACKETVER 20130807
#define PACKETVER 20120410
//#define PACKETVER 20120410
#endif

(clif.h)
--------------------------
enum { // packet DB
MIN_PACKET_DB  = 0x0064,
MAX_PACKET_DB  = 0xf00,
// MAX_PACKET_VER = 46,
MAX_PACKET_VER = 30,
MAX_PACKET_POS = 20,

};

 

post-379-0-97975300-1432239333_thumb.png

 

How can fix this issue? i already my best to fix that packet  :(

Help would be greatly appreciated!

 

THANK YOU!

Edited by Drakkus
Link to comment
Share on other sites

5 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  50
  • Reputation:   4
  • Joined:  12/12/13
  • Last Seen:  

Disable packet obfuscation 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

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  39
  • Topics Per Day:  0.01
  • Content Count:  386
  • Reputation:   15
  • Joined:  11/17/11
  • Last Seen:  

 

Disable packet obfuscation 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

Yeah i already login ingame but it pop-up in my map-serv.sql

 

[Warning]: Skipping packet version 33.

[Warning]: The packet_db table only has support up to version 30.

 

May i ask, is there any conflicts with my Diff Client?

 

THANK YOU again!

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  7
  • Topics Per Day:  0.00
  • Content Count:  118
  • Reputation:   17
  • Joined:  01/29/15
  • Last Seen:  

 

 

Disable packet obfuscation 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

Yeah i already login ingame but it pop-up in my map-serv.sql

 

[Warning]: Skipping packet version 33.

[Warning]: The packet_db table only has support up to version 30.

 

May i ask, is there any conflicts with my Diff Client?

 

THANK YOU again!

 

When diffing, make sure you have the "disable packet obfuscation" patch enabled.

After making all those changes server side, make sure you've recompiled your server.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  39
  • Topics Per Day:  0.01
  • Content Count:  386
  • Reputation:   15
  • Joined:  11/17/11
  • Last Seen:  

 

 

 

Disable packet obfuscation 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

Yeah i already login ingame but it pop-up in my map-serv.sql

 

[Warning]: Skipping packet version 33.

[Warning]: The packet_db table only has support up to version 30.

 

May i ask, is there any conflicts with my Diff Client?

 

THANK YOU again!

 

When diffing, make sure you have the "disable packet obfuscation" patch enabled.

After making all those changes server side, make sure you've recompiled your server.

 

 

Thanks for the respond, where can i find that in src side?

and also for the diff file, i can't see the "disable packet obfuscation"

 

i'm using 2012-04-10

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  50
  • Reputation:   4
  • Joined:  12/12/13
  • Last Seen:  

That means you have incorrect version on your clientinfo in grf / data folder. change it to 30.

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