Jump to content
  • 0

2011-11-16 CHARACTER_INFO size error.


Vali

Question


  • Group:  Members
  • Topic Count:  20
  • Topics Per Day:  0.00
  • Content Count:  128
  • Reputation:   7
  • Joined:  12/29/11
  • Last Seen:  

HI,

I'm using the client 2011-11-16 downloaded from ftp://ragnarok.nowcd...r:20021/Patch/.

I diffed it as always i do and also selection the "Avoid Header Obfuscation".

In my packet_db.txt I selected the version 28.

In the mmo.h

#ifndef PACKETVER
#define PACKETVER 20111116
//#define PACKETVER	20100730
#endif

I use the correct lub files for 2011-11-16

I tried to move back to version 10-25 but I'm still having packet size errors.

I'm using the last rAthena revision.

Attached a screenshot of the error. I really do not know what more do, I tried with 4 different clients and nothing, with all I'm having errors.

Anyone can help me?

Vali~

post-1100-0-77054300-1332007419_thumb.jpg

Edited by Vali
Link to comment
Share on other sites

8 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  28
  • Topics Per Day:  0.01
  • Content Count:  562
  • Reputation:   152
  • Joined:  02/21/12
  • Last Seen:  

try this:

#ifndef PACKETVER
#define PACKETVER 20111116
//#define PACKETVER	20100730
#endif

// backward compatible PACKETVER 8 and 9
#if PACKETVER == 8
#undef PACKETVER
#define PACKETVER 20111116
#endif

#if PACKETVER == 9
#undef PACKETVER
#define PACKETVER 20111116
#endif

It helped me.

Edited by tr0n
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  20
  • Topics Per Day:  0.00
  • Content Count:  128
  • Reputation:   7
  • Joined:  12/29/11
  • Last Seen:  

try this:

#ifndef PACKETVER
#define PACKETVER 20111116
//#define PACKETVER	20100730
#endif

// backward compatible PACKETVER 8 and 9
#if PACKETVER == 8
#undef PACKETVER
#define PACKETVER 20111116
#endif

#if PACKETVER == 9
#undef PACKETVER
#define PACKETVER 20111116
#endif

It helped me.

Same error.

Anyone?

Maybe something wrong with this update? http://sourceforge.net/apps/trac/rathena/changeset/15675/

I don't know :S

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  169
  • Topics Per Day:  0.04
  • Content Count:  1260
  • Reputation:   750
  • Joined:  11/19/11
  • Last Seen:  

I use that client (2011-11-16a) with packet_ver default, I don't have that error

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  4
  • Topics Per Day:  0.00
  • Content Count:  43
  • Reputation:   4
  • Joined:  03/06/12
  • Last Seen:  

In my packet_db.txt I selected the version 28.

Instead of 28 place default

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  20
  • Topics Per Day:  0.00
  • Content Count:  128
  • Reputation:   7
  • Joined:  12/29/11
  • Last Seen:  

I will try.

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:  

Can you try 2011 11 20 and see if your login screen appears black using shins diff? Also, what does this "Avoid Header Obfuscation" diff do?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  71
  • Topics Per Day:  0.02
  • Content Count:  328
  • Reputation:   13
  • Joined:  11/27/11
  • Last Seen:  

do you have a packet of it inside the packet_db.txt? maybe you're missing it!

Edited by Lordamax
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 currently have the entire packet db from rAthena right now.

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