Jump to content
  • 0

2011-10-25aRagexeRE has stopped working


Question

Posted (edited)
Good night everyone, there is a long time that I don't work with Ragnarok servers, I'm back now.
 
And I'm with a little diffult in some parts. I need help...
 
Let me explain what is happening... I run my rAthena emulator(its everything working good!)
 
Some seconds after I login I lost the connection with the server, and map server displays that message:
 

 

[Warning]: clif_parse: Received unsupported packet (packet 0xb203, 5 bytes received), disconnecting session #3.
 

 

 
The rAthena version that I'm using is: 17348
 
 
 
 
 
The RagexeRE diff is displayed at the image below:
 
3gg.png
 
The RagexeRE is working good until I connect to the map server, and after some seconds ingame I got disconnected from server.
 
e9p.png
 
And this is the warning displayed by the 'map-server_sql.bat':
 
ndxe.png
 
 
 
Some informations I think could be useful:
 
Here is how the 'packet_db.txt' is configured:
z4x.png
 
Here is how the 'mmo.h' file is configured:
9s7.png
 
Here is how the 'clientinfo.xml' is configured:
18g0.png
 
 
If anyone had this problem before, and know how to fix, or have some tips, or saw something wrong in my files, please let me know.
 
Thanks!
Edited by BraKaYedmore

4 answers to this question

Recommended Posts

Posted

you have to put your client's packet into .../db/packet_db.txt

 

//2011-10-25aRagexeRE
0x01FD,15,repairitem,2
0x0887,26,friendslistadd,2
0x023B,5,hommenu,2:4
0x08AB,36,storagepassword,0
0x0288,-1,cashshopbuy,4:8
0x08A8,26,partyinvite2,2
0x0363,19,wanttoconnection,2:6:10:14:18
0x0369,7,actionrequest,2:6
0x07EC,10,useskilltoid,2:4:6
0x0439,8,useitem,2:4
0x08A2,-1,itemlistwindowselected,2:4:8
0x0888,18,bookingregreq,2:4:6
0x0803,4
0x0804,14,bookingsearchreq,2:4:6:8:12
0x0805,-1
0x0806,2,bookingdelreq,0
0x0807,4
0x0808,14,bookingupdatereq,2
0x0809,50
0x080A,18
0x080B,6
0x0815,-1,reqopenbuyingstore,2:4:8:9:89
0x0817,2,reqclosebuyingstore,0
0x0360,6,reqclickbuyingstore,2
0x0281,-1,reqtradebuyingstore,2:4:8:12
0x0819,-1,searchstoreinfo,2:4:5:9:13:14:15
0x0362,2,searchstoreinfonextpage,0
0x0838,12,searchstoreinfolistitemclick,2:6:10
0x0437,5,walktoxy,2
0x035F,6,ticksend,2
0x0894,5,changedir,2:4
0x0835,6,takeitem,2
0x0893,6,dropitem,2:4
0x089B,8,movetokafra,2:4
0x08A6,8,movefromkafra,2:4
0x0885,10,useskilltopos,2:4:6:8
0x0366,90,useskilltoposinfo,2:4:6:8:10
0x08AD,6,getcharnamerequest,2
0x0368,6,solvecharname,2
0x08D7,28,battlegroundreg,2:4 //Added to prevent disconnections
Posted

that's strange.. as usually, if i got that error, that means packet_db has missing, and i solved it by put the client's packet.

i dunno what's wrong, sorry i can't help X_X.

Posted (edited)

No man, you were right. I realize that I should put those lines together with the 'packet_ver: 33' instead of anywhere in the file.

 

 

//2012-07-02aRagexeRE (unstable)
packet_ver: 33
0x0363,19,wanttoconnection,2:6:10:14:18
0x0364,6,ticksend,2
0x085a,7,actionrequest,2:6
0x0861,8,movefromkafra,2:4
0x0862,10,useskilltoid,2:4:6
0x0863,10,useskilltopos,2:4:6:8
0x0886,6,solvecharname,2
0x0889,90,useskilltoposinfo,2:4:6:8:10
0x089e,6,dropitem,2:4
0x089f,6,takeitem,2
0x08a0,8,movetokafra,2:4
0x094a,6,getcharnamerequest,2
0x0953,5,walktoxy,2
0x0960,5,changedir,2:4
0x0879,18,bookingregreq,2:4:6
//--by Psyche
//2011-10-25aRagexeRE
0x01FD,15,repairitem,2
0x0887,26,friendslistadd,2
0x023B,5,hommenu,2:4
0x08AB,36,storagepassword,0
0x0288,-1,cashshopbuy,4:8
0x08A8,26,partyinvite2,2
0x0363,19,wanttoconnection,2:6:10:14:18
0x0369,7,actionrequest,2:6
0x07EC,10,useskilltoid,2:4:6
0x0439,8,useitem,2:4
0x08A2,-1,itemlistwindowselected,2:4:8
0x0888,18,bookingregreq,2:4:6
0x0803,4
0x0804,14,bookingsearchreq,2:4:6:8:12
0x0805,-1
0x0806,2,bookingdelreq,0
0x0807,4
0x0808,14,bookingupdatereq,2
0x0809,50
0x080A,18
0x080B,6
0x0815,-1,reqopenbuyingstore,2:4:8:9:89
0x0817,2,reqclosebuyingstore,0
0x0360,6,reqclickbuyingstore,2
0x0281,-1,reqtradebuyingstore,2:4:8:12
0x0819,-1,searchstoreinfo,2:4:5:9:13:14:15
0x0362,2,searchstoreinfonextpage,0
0x0838,12,searchstoreinfolistitemclick,2:6:10
0x0437,5,walktoxy,2
0x035F,6,ticksend,2
0x0894,5,changedir,2:4
0x0835,6,takeitem,2
0x0893,6,dropitem,2:4
0x089B,8,movetokafra,2:4
0x08A6,8,movefromkafra,2:4
0x0885,10,useskilltopos,2:4:6:8
0x0366,90,useskilltoposinfo,2:4:6:8:10
0x08AD,6,getcharnamerequest,2
0x0368,6,solvecharname,2
0x08D7,28,battlegroundreg,2:4 //Added to prevent disconnections
//--by Psyche
 

Thanks for the help!

Edited by BraKaYedmore

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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...