Vali Posted March 17, 2012 Group: Members Topic Count: 20 Topics Per Day: 0.00 Content Count: 128 Reputation: 7 Joined: 12/29/11 Last Seen: July 2, 2013 Share 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 Link to comment Share on other sites More sharing options...
tr0n Posted March 17, 2012 Group: Members Topic Count: 28 Topics Per Day: 0.01 Content Count: 562 Reputation: 153 Joined: 02/21/12 Last Seen: February 27, 2024 Share 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 Link to comment Share on other sites More sharing options...
Vali Posted March 17, 2012 Group: Members Topic Count: 20 Topics Per Day: 0.00 Content Count: 128 Reputation: 7 Joined: 12/29/11 Last Seen: July 2, 2013 Author Share 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 Link to comment Share on other sites More sharing options...
Ind Posted March 17, 2012 Group: Members Topic Count: 169 Topics Per Day: 0.03 Content Count: 1260 Reputation: 750 Joined: 11/19/11 Last Seen: April 11, 2013 Share Posted March 17, 2012 I use that client (2011-11-16a) with packet_ver default, I don't have that error Quote Link to comment Share on other sites More sharing options...
trenx Posted March 17, 2012 Group: Members Topic Count: 4 Topics Per Day: 0.00 Content Count: 43 Reputation: 4 Joined: 03/06/12 Last Seen: June 11, 2022 Share Posted March 17, 2012 In my packet_db.txt I selected the version 28. Instead of 28 place default Quote Link to comment Share on other sites More sharing options...
Vali Posted March 18, 2012 Group: Members Topic Count: 20 Topics Per Day: 0.00 Content Count: 128 Reputation: 7 Joined: 12/29/11 Last Seen: July 2, 2013 Author Share Posted March 18, 2012 I will try. Quote Link to comment Share on other sites More sharing options...
Mystery Posted March 18, 2012 Group: Members Topic Count: 94 Topics Per Day: 0.02 Content Count: 2192 Reputation: 253 Joined: 11/11/11 Last Seen: June 24, 2020 Share 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 Link to comment Share on other sites More sharing options...
Lordamax Posted March 18, 2012 Group: Members Topic Count: 71 Topics Per Day: 0.01 Content Count: 328 Reputation: 13 Joined: 11/27/11 Last Seen: July 2, 2016 Share 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 Link to comment Share on other sites More sharing options...
Mystery Posted March 18, 2012 Group: Members Topic Count: 94 Topics Per Day: 0.02 Content Count: 2192 Reputation: 253 Joined: 11/11/11 Last Seen: June 24, 2020 Share Posted March 18, 2012 I currently have the entire packet db from rAthena right now. Quote Link to comment Share on other sites More sharing options...
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 ValiLink to comment
Share on other sites
8 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.