Leehalt Posted October 6, 2012 Group: Members Topic Count: 11 Topics Per Day: 0.00 Content Count: 44 Reputation: 0 Joined: 04/26/12 Last Seen: December 28, 2019 Share Posted October 6, 2012 (edited) - Hey guys, I've gone around looked for fixes and stuff but couldn't find a fix for this one Map Server log: [Warning]: clif_parse: Recieved unsupported packet <packet 0x007d, 2 bytes received>, disconnecting session #3 - Map server tells me the character is disconnected from the mapserver, but clientside, youre online and cant do anything, have to alt+f4 to exit game. My Packet Version: //2012-04-18aRagexeRE packet_ver: 31 0x01FD,15,repairitem,2 0x023B,26,friendslistadd,2 0x0361,5,hommenu,2:4 0x08A8,36,storagepassword,0 0x0288,-1,cashshopbuy,4:8 0x0802,26,partyinvite2,2 0x022D,19,wanttoconnection,2:6:10:14:18 0x0369,7,actionrequest,2:6 0x083C,10,useskilltoid,2:4:6 0x0439,8,useitem,2:4 0x0281,-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 0x0819,-1,searchstoreinfo,2:4:5:9:13:14:15 0x0835,2,searchstoreinfonextpage,0 0x0838,12,searchstoreinfolistitemclick,2:6:10 0x0437,5,walktoxy,2 0x035F,6,ticksend,2 0x0202,5,changedir,2:4 0x07E4,6,takeitem,2 0x0362,6,dropitem,2:4 0x07EC,8,movetokafra,2:4 0x0364,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,2:4 //Added to prevent disconnections 0x08E6,4 0x08E7,10,bookingsearchreq,2 0x08E8,-1 0x08E9,2,bookingdelreq,2 0x08EA,4 0x08EB,39,bookingupdatereq,2 0x08EC,73 0x08ED,43 0x08EE,6 0x08EF,6,bookingignorereq,2 0x08F0,6 0x08F1,6,bookingjoinpartyreq,2 0x08F2,36 0x08F3,-1 0x08F4,6 0x08F5,-1,bookingsummonmember,2:4 0x08F6,22 0x08F7,3 0x08F8,7 0x08F9,6 0x08FA,6 0x08FB,6,bookingcanceljoinparty,2 0x0907,5,moveitem,2:4 0x0908,5 0x08D7,28,battlegroundreg,2:4 //Added to prevent disconnections Edited October 8, 2012 by Leehalt Please use [CODEBOX] or Attachments for long contents. Quote Link to comment Share on other sites More sharing options...
Winz Posted October 6, 2012 Group: Members Topic Count: 22 Topics Per Day: 0.00 Content Count: 1479 Reputation: 174 Joined: 12/14/11 Last Seen: November 21, 2016 Share Posted October 6, 2012 copy the packet 0x007d from the one below the 2012-04-10. it should work I guess Quote Link to comment Share on other sites More sharing options...
Leehalt Posted October 6, 2012 Group: Members Topic Count: 11 Topics Per Day: 0.00 Content Count: 44 Reputation: 0 Joined: 04/26/12 Last Seen: December 28, 2019 Author Share Posted October 6, 2012 - Ahh thanks for the advice, I figured out what my problem was. The code missing was: 0x007d,2,loadendack,0 - The problem was that Somehow packetver 5 was magically deleted, I just got a copy from the SVN and plugged in my ver31, since i didn't see any 0x007d with the find function, as you suggested xD Quote Link to comment Share on other sites More sharing options...
Winz Posted October 7, 2012 Group: Members Topic Count: 22 Topics Per Day: 0.00 Content Count: 1479 Reputation: 174 Joined: 12/14/11 Last Seen: November 21, 2016 Share Posted October 7, 2012 someone did that trick and it worked. so, I guess it worked on you too. glad it works. don't forget to add the tag "Solved" in front of the title and on the tag bar. Quote Link to comment Share on other sites More sharing options...
Question
Leehalt
- Hey guys, I've gone around looked for fixes and stuff but couldn't find a fix for this one
Map Server log:
- Map server tells me the character is disconnected from the mapserver, but clientside, youre online and cant do anything, have to alt+f4 to exit game.
My Packet Version:
Edited by LeehaltPlease use [CODEBOX] or Attachments for long contents.
Link to comment
Share on other sites
3 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.