Jump to content
  • 0

20111122a unknow packet error


Chief

Question


  • Group:  Members
  • Topic Count:  8
  • Topics Per Day:  0.00
  • Content Count:  23
  • Reputation:   0
  • Joined:  01/19/12
  • Last Seen:  

Ok, I'm not sure what to do with this anymore. I got the mmo.h and packet_db updated to the correct packet for 20111122a client and still getting error when i log in. I've seen other post got resolve but the topic starter never reply once he got his/her problem resolved. I follow what other says like update the packet_db and mmo.h then re-compile just confuse why I still get error.

Using latest rAthena svn.

Here is my mmo.h

#ifndef PACKETVER
#define PACKETVER	20111122
//#define PACKETVER	20100730
#endif

Here is my packet_db

//2011-11-22aRagexeRE
0x0835,19,wanttoconnection,2:6:10:14:18
0x0892,5,walktoxy,2
0x0899,6,ticksend,2
0x0896,5,changedir,2:4
0x0893,6,takeitem,2
0x0436,6,dropitem,2:4
0x08A4,8,movetokafra,2:4
0x0362,8,movefromkafra,2:4
0x08AD,10,useskilltopos,2:4:6:8
0x0363,90,useskilltoposinfo,2:4:6:8:10
0x0898,6,getcharnamerequest,2
0x035F,6,solvecharname,2
0x0891,26,friendslistadd,2
0x089E,5,hommenu,4
0x0364,36,storagepassword,0
0x0895,26,partyinvite2,2
0x022D,7,actionrequest,2:6
0x08A1,10,useskilltoid,2:4:6
0x0369,-1,itemlistwindowselected,2:4:8
0x0202,18,bookingregreq,2:4:6
0x0887,-1,reqopenbuyingstore,2:4:8:9:89
0x08A9,2,reqclosebuyingstore,0
0x088C,6,reqclickbuyingstore,2
0x089D,-1,reqtradebuyingstore,2:4:8:12
0x07EC,-1,searchstoreinfo,2:4:5:9:13:14:15
0x0815,2,searchstoreinfonextpage,0
0x0366,12,searchstoreinfolistitemclick,2:6:10
0x0439,8,useitem,2:4

@judas why your not online on your msn. I need to ask for paid services you got. Thanks

Link to comment
Share on other sites

18 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  15
  • Topics Per Day:  0.00
  • Content Count:  277
  • Reputation:   76
  • Joined:  11/23/11
  • Last Seen:  

What does your "DATA.INI" look like?

Make sure your "packet_db.txt" has "packet_db_ver: default".

May I ask what kind of error message are you receiving?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  8
  • Topics Per Day:  0.00
  • Content Count:  23
  • Reputation:   0
  • Joined:  01/19/12
  • Last Seen:  

Here is my Data.ini

[Data]
0=hdata.grf
1=pal.grf
2=rdata.grf
3=data.grf

Here is the packet_db

//packet_db_ver: 25
packet_db_ver: default

Client Side:

Rejected from server.

Map server:

clif_parse: Disconnectiong session #3 with unknown packet version.

Edited by Chief
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  15
  • Topics Per Day:  0.00
  • Content Count:  277
  • Reputation:   76
  • Joined:  11/23/11
  • Last Seen:  

Op, my bad. I mean how about your "clientinfo.xml"?

Is your client enabled to read multi GRF?

Also what error do you get?

Yeah, seems like you have the incorrect packet ver. Are you sure your compiling after?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  8
  • Topics Per Day:  0.00
  • Content Count:  23
  • Reputation:   0
  • Joined:  01/19/12
  • Last Seen:  

Here is my clientinfo.xml

<?xml version="1.0" encoding="euc-kr" ?>
<clientinfo>
<servicetype>korea</servicetype>
<servertype>sakray</servertype>
 <connection>
 <desc>rOk on!</desc>
   <display>test</display>
   <balloon>test</balloon>
   <address>127.0.0.1</address>
   <port>6900</port>
   <version>28</version>
   <langtype>0</langtype>
   <registrationweb></registrationweb>

<yellow>
<admin>2000000</admin>
</yellow>
<loading>
<image>loading00.jpg</image>
<image>loading01.jpg</image>
<image>loading02.jpg</image>
<image>loading03.jpg</image>
<image>loading04.jpg</image>
<image>loading05.jpg</image>
<image>loading06.jpg</image>
<image>loading07.jpg</image>
<image>loading08.jpg</image>
</loading>
</connection>
</clientinfo>

Yes, I only use GRF Files and able to read multi GRF.

Error messages:

Client Side:

Rejected from server.

Map server:

clif_parse: Disconnectiong session #3 with unknown packet version.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  33
  • Topics Per Day:  0.01
  • Content Count:  162
  • Reputation:   3
  • Joined:  01/23/12
  • Last Seen:  

i am encountering that error also while running my server and its rejecting my account, Chief's setting and i have the same setting. i dont get why theres "unknown packet session #3" at the console where in the last time i checked my rathena server its running ok.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  15
  • Topics Per Day:  0.00
  • Content Count:  277
  • Reputation:   76
  • Joined:  11/23/11
  • Last Seen:  

Try changing your "clientinfo.xml <version>28</version>" to 26 and try logging in.

Edited by Matrixfox
  • Upvote 1
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  4
  • Topics Per Day:  0.00
  • Content Count:  414
  • Reputation:   102
  • Joined:  11/13/11
  • Last Seen:  

Try changing your "clientinfo.xml <version>28</version>" to 26 and try logging in.

Solved my problem. Thank you. /o/

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  33
  • Topics Per Day:  0.01
  • Content Count:  162
  • Reputation:   3
  • Joined:  01/23/12
  • Last Seen:  

well it fixes the packet version but its confusing though LOL so its not really packet version 28 but 26 right? just asking. :P

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  15
  • Topics Per Day:  0.00
  • Content Count:  277
  • Reputation:   76
  • Joined:  11/23/11
  • Last Seen:  

Actually your login as 26, renewal I think.

You have to add the other packets in manually, because they're not supported yet.

This includes changing your rA conf files along with src.

Edited by Matrixfox
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  8
  • Topics Per Day:  0.00
  • Content Count:  23
  • Reputation:   0
  • Joined:  01/19/12
  • Last Seen:  

Ok, I change my

"clientinfo.xml <version>28</version>" to 26.

and still getting the same error. This is getting annoying hehe.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  26
  • Topics Per Day:  0.01
  • Content Count:  2244
  • Reputation:   182
  • Joined:  11/19/11
  • Last Seen:  

packets dont' really matter it could be packet 46 if it wanted, most importantly is making sure you are in fact using 2011-11-22 packets under that version and making sure the client is hexed for skipping packet obserfurcation

  • Upvote 1
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  33
  • Topics Per Day:  0.01
  • Content Count:  162
  • Reputation:   3
  • Joined:  01/23/12
  • Last Seen:  

i have tried extracting packets from a 2011-11-22aRagexeRE with a ro packet extractor but as i extracted it showed different format of packets. its like this

4000291<tab>blah blah

4000292<tab>blah blah

and so on.. i dont get how you can capture the real packets with that. some says they use WPE or cheat engine don't i have any idea how to use WPE.

Edited by Myrmiddon
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  8
  • Topics Per Day:  0.00
  • Content Count:  23
  • Reputation:   0
  • Joined:  01/19/12
  • Last Seen:  

It's resolved thanks for all the help guys.

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:  

How you resolved it? May be helpful for other users (like me).

Vali~

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  15
  • Topics Per Day:  0.00
  • Content Count:  277
  • Reputation:   76
  • Joined:  11/23/11
  • Last Seen:  

How you resolved it? May be helpful for other users (like me).

Vali~

Please read the following!

2011-11-22 packets under that version and making sure the client is hexed for skipping packet obserfurcation

Edited by Matrixfox
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  5
  • Reputation:   0
  • Joined:  05/28/12
  • Last Seen:  

same error!

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  26
  • Topics Per Day:  0.01
  • Content Count:  2244
  • Reputation:   182
  • Joined:  11/19/11
  • Last Seen:  

make sure to diff with skip packet obsurfaction

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  5
  • Reputation:   0
  • Joined:  05/28/12
  • Last Seen:  

Thank you Judas.

Im not good at english, so i didnt know "obsurfaction".

But know, i found it

Solved

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