Jump to content
  • 0

Question

Posted

i have a problem like this

https://www.youtube.com/watch?v=NjZrkJ9odQM

 

im used latest git

client 2012-04-10

pre 

 

here my packet db

//packet_db_ver: 46
packet_db_ver: 30
//packet_keys_use: default
 
/// 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
 
all i already following this issue
but still same
 

5 answers to this question

Recommended Posts

  • 0
Posted (edited)
packet_db_ver: 25

 

packet db for 20120410 is 30, right?

dropping the packet_db_ver might cause unknown packet errors on server.

 

 

i have a problem like this

https://www.youtube.com/watch?v=NjZrkJ9odQM

 

im used latest git

client 2012-04-10

pre 

 

here my packet db

//packet_db_ver: 46
packet_db_ver: 30
//packet_keys_use: default
 
/// 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
 
all i already following this issue
but still same

 

in mmo.h

have you set the PACKETVER to your client date?

#ifndef PACKETVER
	//#define PACKETVER 20151104
	#define PACKETVER 20120410
#endif
Edited by benching

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