Jump to content
  • 0

Every time unknow packet_db Rathena R16213


gilbertobitt

Question


  • Group:  Members
  • Topic Count:  6
  • Topics Per Day:  0.00
  • Content Count:  52
  • Reputation:   12
  • Joined:  12/22/11
  • Last Seen:  

I try everything but nothing happens i can't login reject from server (3), and unknow packet sorry my bad english.

That the erro:

clif_parse.png

Clients That i tested.

2012-03-07fRagexeRE.exe

My ClientInfo.XML

<?xml version="1.0" encoding="euc-kr" ?>
<clientinfo>
<desc>Ragnarok Client Information</desc>
<servicetype>korea</servicetype>
<servertype>primary</servertype>
<hideaccountlist />
<extendedslot />
<connection>
 <display>SERVER NAME HERE</display>
 <desc>Ragnarok Online</desc>
 <balloon>this is a tool tip</balloon>
 <address>127.0.0.1</address>
 <port>1391</port>
 <version>26</version>
 <langtype>12</langtype>
 <registrationweb></registrationweb>
 <yellow>
  <admin>2000001</admin>
  <admin>2000002</admin>
  <admin>2000003</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>
  <image>loading09.jpg</image>
  <image>loading10.jpg</image>
 </loading>
</connection>
</clientinfo>

Now My Packet_db

//2012-03-07fRagexeRE
0x086A,19,wanttoconnection,2:6:10:14:18
0x0437,5,walktoxy,2
0x0887,6,ticksend,2
0x0890,5,changedir,2:4
0x0865,6,takeitem,2
0x02C4,6,dropitem,2:4
0x093B,8,movetokafra,2:4
0x0963,8,movefromkafra,2:4
0x0438,10,useskilltopos,2:4:6:8
0x0366,90,useskilltoposinfo,2:4:6:8:10
0x096A,6,getcharnamerequest,2
0x0368,6,solvecharname,2
0x0369,26,friendslistadd,2
0x0863,5,hommenu,4
0x0861,36,storagepassword,0
0x0929,26,partyinvite2,2
0x0885,7,actionrequest,2:6
0x0889,10,useskilltoid,2:4:6
0x0870,-1,itemlistwindowselected,2:4:8
0x0926,18,bookingregreq,2:4:6
0x0815,-1,reqopenbuyingstore,2:4:8:9:89
0x0817,2,reqclosebuyingstore,0
0x0360,6,reqclickbuyingstore,2
0x0811,-1,reqtradebuyingstore,2:4:8:12
0x0884,-1,searchstoreinfo,2:4:5:9:13:14:15
0x0835,2,searchstoreinfonextpage,0
0x0838,12,searchstoreinfolistitemclick,2:6:10
0x0439,8,useitem,2:4

And Last my Packet_ver.

#define PACKETVER 20120307

Edited by gilbertobitt
Link to comment
Share on other sites

17 answers to this question

Recommended Posts


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

Why is serverype "Primary"?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  6
  • Topics Per Day:  0.00
  • Content Count:  52
  • Reputation:   12
  • Joined:  12/22/11
  • Last Seen:  

i don't know but everytime that i put on this servertype korea i can't open my client :S

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  5
  • Topics Per Day:  0.00
  • Content Count:  54
  • Reputation:   11
  • Joined:  05/29/12
  • Last Seen:  

Put "sakray" in servertype, is not korea, and maybe the primary thing is making something wrong..

Try this:

change "packet_db_ver: default" to "packet_db_ver: 28" in the packet_db.txt

another thing, you diffed your client with "Skip Packet Header Obsfucation" v2 ?

  • Upvote 1
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  6
  • Topics Per Day:  0.00
  • Content Count:  52
  • Reputation:   12
  • Joined:  12/22/11
  • Last Seen:  

I change the servertype and servicetype

<servicetype>korea</servicetype>
<servertype>sakray</servertype>

and know the client don't open anymore.

and i diff my client with packet obfuscator i use the client made by judas

http://supportmii.com/ro1/Clients/Bypass_Clients/

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  5
  • Topics Per Day:  0.00
  • Content Count:  54
  • Reputation:   11
  • Joined:  05/29/12
  • Last Seen:  

You tried changing the packet ver to 28?

and another thing, try changing the <version>26 to 0

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  6
  • Topics Per Day:  0.00
  • Content Count:  52
  • Reputation:   12
  • Joined:  12/22/11
  • Last Seen:  

changed packet_ver: 28 and nothing and after that i try changing version 26 to 0 and nothing.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  2
  • Topics Per Day:  0.00
  • Content Count:  34
  • Reputation:   7
  • Joined:  04/24/12
  • Last Seen:  

/src/mmo.h:

#ifndef PACKETVER
#define PACKETVER 20120307
//#define PACKETVER 20100730
#endif

Save and recompile.

Edited by Yetsuki
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  6
  • Topics Per Day:  0.00
  • Content Count:  52
  • Reputation:   12
  • Joined:  12/22/11
  • Last Seen:  

Yetsuki, i already have changed the packetver for 20120307 and nothing!

is like the emulator can't find the packet_db :/

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  5
  • Topics Per Day:  0.00
  • Content Count:  54
  • Reputation:   11
  • Joined:  05/29/12
  • Last Seen:  

Put this:

//2012-03-07fRagexeRE
0x01FD,15,repairitem,2
0x0369,26,friendslistadd,2
0x0863,5,hommenu,2:4
0x0861,36,storagepassword,0
0x0288,-1,cashshopbuy,4:8
0x0929,26,partyinvite2,2
0x086A,19,wanttoconnection,2:6:10:14:18
0x0885,7,actionrequest,2:6
0x0889,10,useskilltoid,2:4:6
0x0439,8,useitem,2:4
0x0870,-1,itemlistwindowselected,2:4:8
0x0815,-1,reqopenbuyingstore,2:4:8:9:89
0x0817,2,reqclosebuyingstore,0
0x0360,6,reqclickbuyingstore,2
0x0811,-1,reqtradebuyingstore,2:4:8:12
0x0884,-1,searchstoreinfo,2:4:5:9:13:14:15
0x0835,2,searchstoreinfonextpage,0
0x0838,12,searchstoreinfolistitemclick,2:6:10
0x0437,5,walktoxy,2
0x0887,6,ticksend,2
0x0890,5,changedir,2:4
0x0865,6,takeitem,2
0x02C4,6,dropitem,2:4
0x093B,8,movetokafra,2:4
0x0963,8,movefromkafra,2:4
0x0438,10,useskilltopos,2:4:6:8
0x0366,90,useskilltoposinfo,2:4:6:8:10
0x096A,6,getcharnamerequest,2
0x0368,6,solvecharname,2
0x08E5,41,bookingregreq,0 //Added to prevent disconnections
0x08E6,4
0x08E7,10,bookingsearchreq,0
0x08E8,-1
0x08E9,2,bookingdelreq,0
0x08EA,4
0x08EB,39,bookingupdatereq,0
0x08EC,73
0x08ED,43
0x08EE,6
0x0907,5,moveitem,2:4
0x0908,5

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  6
  • Topics Per Day:  0.00
  • Content Count:  52
  • Reputation:   12
  • Joined:  12/22/11
  • Last Seen:  

i try changing the packet_db and nothing the same error.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  17
  • Reputation:   0
  • Joined:  02/10/12
  • Last Seen:  

You have two options you can either remove some of the packets from 2011-11-02aRagexe like for example the wanttoconnection or you can do the other below and make 2012-03-07fRagexeRE packet version 29 like it should be cause otherwise the connection's and different packets would conflict with each other.

//2012-03-07fRagexeRE
packet_ver: 29
0x086A,19,wanttoconnection,2:6:10:14:18
0x0437,5,walktoxy,2
0x0887,6,ticksend,2
0x0890,5,changedir,2:4
0x0865,6,takeitem,2
0x02C4,6,dropitem,2:4
0x093B,8,movetokafra,2:4
0x0963,8,movefromkafra,2:4
0x0438,10,useskilltopos,2:4:6:8
0x0366,90,useskilltoposinfo,2:4:6:8:10
0x096A,6,getcharnamerequest,2
0x0368,6,solvecharname,2
0x0369,26,friendslistadd,2
0x0863,5,hommenu,4
0x0861,36,storagepassword,0
0x0929,26,partyinvite2,2
0x0885,7,actionrequest,2:6
0x0889,10,useskilltoid,2:4:6
0x0870,-1,itemlistwindowselected,2:4:8
0x0926,18,bookingregreq,2:4:6
0x0815,-1,reqopenbuyingstore,2:4:8:9:89
0x0817,2,reqclosebuyingstore,0
0x0360,6,reqclickbuyingstore,2
0x0811,-1,reqtradebuyingstore,2:4:8:12
0x0884,-1,searchstoreinfo,2:4:5:9:13:14:15
0x0835,2,searchstoreinfonextpage,0
0x0838,12,searchstoreinfolistitemclick,2:6:10
0x0439,8,useitem,2:4

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  6
  • Topics Per Day:  0.00
  • Content Count:  52
  • Reputation:   12
  • Joined:  12/22/11
  • Last Seen:  

ok i try your packet_db and i remove the 2011-11-02aRagexe packet's but nothing happens i don't know why this is happen!

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  11
  • Topics Per Day:  0.00
  • Content Count:  109
  • Reputation:   19
  • Joined:  11/14/11
  • Last Seen:  

are you diffing the exe using SkipPacketHeaderObfuscation also im pretty sure all the features for that client version aren't finished so if you can't figure out what's wrong maybe you should wait till its fully supported.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  6
  • Topics Per Day:  0.00
  • Content Count:  52
  • Reputation:   12
  • Joined:  12/22/11
  • Last Seen:  

@TrueNoir yes, i'm diffing with SkipPacketHeaderObfuscation but nothing change can be this problem becouse i'm using the windows 8?

Link to comment
Share on other sites


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

check your diff just make it sure that you choose this option

Skip Packet Header Obsfucation

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  6
  • Topics Per Day:  0.00
  • Content Count:  52
  • Reputation:   12
  • Joined:  12/22/11
  • Last Seen:  

ok i will try!

Edit:

@Brynner

sorry buddy, but the same error. /bzz

Edited by gilbertobitt
Link to comment
Share on other sites


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

ok i will try!

Edit:

@Brynner

sorry buddy, but the same error. /bzz

just change your langtype. langtype 12 is not supported at this time.

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