Jump to content
  • 0

[Warning] on Map Console


Jyabil

Question


  • Group:  Members
  • Topic Count:  15
  • Topics Per Day:  0.00
  • Content Count:  89
  • Reputation:   7
  • Joined:  02/27/12
  • Last Seen:  

Hi, Anyone knows how did I get this warning? And how can I remove it?

Not sure if it affects anything in game though. This happened after I updated to Packet v28.

[Warning]: Found packets up to 0x908, ignored 0x900 and above.
[Warning]: Please increase MAX_PACKET_DB and recompile.
[status]: Done reading packet database from 'packet_db.txt'. Using default packet version: 28.

Thanks,

Jyabil

Link to comment
Share on other sites

2 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  19
  • Topics Per Day:  0.00
  • Content Count:  713
  • Reputation:   70
  • Joined:  11/08/11
  • Last Seen:  

Please increase MAX_PACKET_DB and recompile.

at clif.h

enum

{// packet DB

MAX_PACKET_DB = 0xA00,

MAX_PACKET_VER = 30,

MAX_PACKET_POS = 20,

};

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  15
  • Topics Per Day:  0.00
  • Content Count:  89
  • Reputation:   7
  • Joined:  02/27/12
  • Last Seen:  

Is it this one?

/src/map/clif.h:

#include <stdarg.h>
// packet DB
#define MAX_PACKET_DB  0x900
#define MAX_PACKET_VER  28
struct s_packet_db {

And I don't have MAX_PACKET_POS

Fixed*

Edited by Jyabil
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...