Jump to content
  • 0

"parse_char: Received unknown packet 0x67 from ip 127.0.0.1


dao100

Question


  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  4
  • Reputation:   0
  • Joined:  07/03/12
  • Last Seen:  

Why do i use 20110315 from packet? its not working. I thought mapserver says using default packet version 30. when I always get dc from character. -.-

Please help me thanks

Link to comment
Share on other sites

12 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  118
  • Topics Per Day:  0.03
  • Content Count:  1942
  • Reputation:   197
  • Joined:  01/08/12
  • Last Seen:  

try to change your packet_db to packet_ver: 28

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  4
  • Reputation:   0
  • Joined:  07/03/12
  • Last Seen:  

nope it still says Done reading packet database from packet_db.txt' using default packet version 30. thats why Im using Revision 16510. I think It might not allow 03-15-11aRagexe

Edited by dao100
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  94
  • Topics Per Day:  0.02
  • Content Count:  2192
  • Reputation:   252
  • Joined:  11/11/11
  • Last Seen:  

I hope you know you have to change the mmo.h's client date.. right? Currently, rAthena's client date is not set to 20110315.

#ifndef PACKETVER
#define PACKETVER 20120410
//#define PACKETVER 20111116
#endif

It's set to 20120410. Thus, change that your client's date.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  4
  • Reputation:   0
  • Joined:  07/03/12
  • Last Seen:  

Oh? Where do i get 20120410 in download? Please give me link. thanks

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  7
  • Topics Per Day:  0.00
  • Content Count:  234
  • Reputation:   19
  • Joined:  06/15/12
  • Last Seen:  

Oh? Where do i get 20120410 in download? Please give me link. thanks

Beginners shouldn´t use 2012 clients.

And Mysterious never told you to download that client.

He told you to change

#define PACKETVER 20120410

to

#define PACKETVER YYYYMMDD <--- your client date

Save and recompile.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  4
  • Reputation:   0
  • Joined:  07/03/12
  • Last Seen:  

Yup Im done. it is working. Anyway Thanks!

Edited by dao100
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  25
  • Reputation:   0
  • Joined:  08/22/12
  • Last Seen:  

Okay so I fixed this error for me but now I get this error "DB error - table 'ragnarok.loginlog' doesn't exist then a whole heap of debug comes up, I try to login to the server and gives me Disconnection due to this error. How can I fix it?

Edited by NovaGFX
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  17
  • Topics Per Day:  0.00
  • Content Count:  754
  • Reputation:   186
  • Joined:  05/22/12
  • Last Seen:  

Import trunk/sql-files/logs.sql to your ragnarok database

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  25
  • Reputation:   0
  • Joined:  08/22/12
  • Last Seen:  

Import trunk/sql-files/logs.sql to your ragnarok database

Started fresh, and logs.sql was already implemented at the start. I'm getting an error when i try to make a character (about to enter) It shows this "parse_char: Recieved unknown packet 0x67 from ip '127.0.0.1'! Disconnecting!

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  7
  • Topics Per Day:  0.00
  • Content Count:  22
  • Reputation:   0
  • Joined:  08/01/12
  • Last Seen:  

Me too x.x... I tryed to change the packetver in mmo.h but dont work.

.-.

Edited by Toddy
Link to comment
Share on other sites


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

Me too x.x... I tryed to change the packetver in mmo.h but dont work.

go putty.

type

cd trunk
./configure
make sql

and restart your server

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