Vali Posted March 17, 2012 Posted March 17, 2012 (edited) 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~ Edited March 17, 2012 by Vali Quote
tr0n Posted March 17, 2012 Posted March 17, 2012 (edited) 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 March 17, 2012 by tr0n Quote
Vali Posted March 17, 2012 Author Posted March 17, 2012 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 Quote
Ind Posted March 17, 2012 Posted March 17, 2012 I use that client (2011-11-16a) with packet_ver default, I don't have that error Quote
trenx Posted March 17, 2012 Posted March 17, 2012 In my packet_db.txt I selected the version 28. Instead of 28 place default Quote
Mystery Posted March 18, 2012 Posted March 18, 2012 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? Quote
Lordamax Posted March 18, 2012 Posted March 18, 2012 (edited) do you have a packet of it inside the packet_db.txt? maybe you're missing it! Edited March 18, 2012 by Lordamax Quote
Mystery Posted March 18, 2012 Posted March 18, 2012 I currently have the entire packet db from rAthena right now. Quote
Question
Vali
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
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~

Edited by Vali8 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.