Jump to content
  • 0
Ink

2014-02-05 client

Question

Using the client without problem. Some people got disconnects and it displays

 

 

[Warning]: clif_parse: Received unsupported packet (packet 0x1ebe (0x7f57), 19 bytes received), disconnecting session #213.

 

in mmo.h i have

#ifndef PACKETVER	#define PACKETVER 20140205

 

in packet.h

// 2014-02-05bRagexe - Themon#if PACKETVER >= 20140205	packet(0x0369,7,clif->pActionRequest,2,6);	packet(0x083C,10,clif->pUseSkillToId,2,4,6);	packet(0x0437,5,clif->pWalkToXY,2);	packet(0x035F,6,clif->pTickSend,2);	packet(0x0202,5,clif->pChangeDir,2,4);	packet(0x07E4,6,clif->pTakeItem,2);	packet(0x0362,6,clif->pDropItem,2,4);	packet(0x07EC,8,clif->pMoveToKafra,2,4);	packet(0x0364,8,clif->pMoveFromKafra,2,4);	packet(0x0438,10,clif->pUseSkillToPos,2,4,6,8);	packet(0x0366,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10);	packet(0x096A,6,clif->pGetCharNameRequest,2);	packet(0x0368,6,clif->pSolveCharName,2);	packet(0x0838,12,clif->pSearchStoreInfoListItemClick,2,6,10);	packet(0x0835,2,clif->pSearchStoreInfoNextPage,0);	packet(0x0819,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15);	packet(0x0811,-1,clif->pReqTradeBuyingStore,2,4,8,12);	packet(0x0360,6,clif->pReqClickBuyingStore,2);	packet(0x0817,2,clif->pReqCloseBuyingStore,0);	packet(0x0815,-1,clif->pReqOpenBuyingStore,2,4,8,9,89);	packet(0x0365,18,clif->pPartyBookingRegisterReq,2,4);	// packet(0x0363,8); // CZ_JOIN_BATTLE_FIELD	packet(0x0281,-1,clif->pItemListWindowSelected,2,4,8);	packet(0x022D,19,clif->pWantToConnection,2,6,10,14,18);	packet(0x0802,26,clif->pPartyInvite2,2);	// packet(0x0436,4); // CZ_GANGSI_RANK	packet(0x023B,26,clif->pFriendsListAdd,2);	packet(0x0361,5,clif->pHomMenu,2,4);	packet(0x0938,36,clif->pStoragePassword,0);	packet(0x09DF,7);#endif

 

there is no packet 0x1ebe (0x7f57) :(

Edited by Ink

Share this post


Link to post
Share on other sites

15 answers to this question

Recommended Posts

  • 0
  On 10/24/2014 at 12:40 PM, Ink said:

Using the client without problem. Some people got disconnects and it displays

 

so you can login okay ? but only some other people cant login ?

 

im guessing you are recompiling the server when you changed the mmo.h

Share this post


Link to post
Share on other sites
  • 0
 
  On 10/25/2014 at 3:02 PM, Yommy said:

 

  On 10/24/2014 at 12:40 PM, Ink said:

Using the client without problem. Some people got disconnects and it displays

 

so you can login okay ? but only some other people cant login ?

 

im guessing you are recompiling the server when you changed the mmo.h

All can login. But randomly we got disconnected and this message appears in the console.

 

And yes, server is recompiled

Edited by Ink

Share this post


Link to post
Share on other sites
  • 0

that error you pasted says "19 bytes received", this is the wanttoconnection packet, the first packet sent that is encrypted to the map server.

  Quote

packet(0x022D,19,clif->pWantToConnection,2,6,10,14,18);

if it was a random disconnect, it would not be that 19 byte packet...

its probably someone trying to use a different client or even trying to use some bot ? (not a bot, otherwise the encrypted packet would look normal)

Share this post


Link to post
Share on other sites
  • 0

Even i get those DC's meanwhile and im definitely using the correct client :(

but i sent you a message. I think that plugin may causes it.

Share this post


Link to post
Share on other sites
  • 0

plugins and source is not my area, so unable to help further :(

 

but that encryption error with the wanttoconnection is definitely because of wrong client, or possible something is tainting the keys in the server.

 

sorry i couldnt help more

Share this post


Link to post
Share on other sites
  • 0

I've been running 2014-02-05 on my server for like 5 months now o.O no disconnects at all. Have you been able to reproduce the issue on your own / not a player report? If not, then I wouldn't doubt it's a different client being used by a player or an attempt at botting.

Share this post


Link to post
Share on other sites
  • 0

As said it even happens to myself and i use the correct client. The disconnects seem to be pretty random and i couldnt find a pattern for it..

Share this post


Link to post
Share on other sites
  • 0

Unsupp_Packet.png

 

Client diffs

 

  Reveal hidden contents

 

 

  Reveal hidden contents

 

 

 

 

  Reveal hidden contents

 

Share this post


Link to post
Share on other sites
  • 0

conf/battle/client.conf

It seems you disabled packet_obfuscation, but in client side its active.

So just enable it from client.conf(set value to 2)

Share this post


Link to post
Share on other sites
  • 0
  On 8/9/2015 at 12:57 AM, Dastgir said:

conf/battle/client.conf

It seems you disabled packet_obfuscation, but in client side its active.

So just enable it from client.conf(set value to 2)

OMG. Was that so obvious? How could you easily point that out? Btw, do you have a msgstringtable.txt for this client? 

Share this post


Link to post
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.   Restore formatting

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

Important Information

By using this site, you agree to our Terms of Use.