Jump to content
  • 0
Hadeszeus

Buying Store problem when close and on buy

Question

I got this two errors when I tried to close an open buying store.
 

[Warning]: clif_parse: Received unsupported packet (packet 0x7036 (0x0000), 4 bytes received), disconnecting session #10.

 

 
and also when I tried to buy something
 
[Warning]: clif_parse: Received unsupported packet (packet 0x478d (0x1e84), 3 bytes received), disconnecting session #9.

 

I tried the following solutions but didn't work for me

Fixed from IND - https://github.com/HerculesWS/Hercules/commit/4c2623166c2cf07ca6751fb7a110ed95f6494551

 

 

I have these packet in my packet.h, also tried removing it but no luck.
 

packet(0x088A,6,clif->pReqClickBuyingStore,2);
packet(0x7036,2,clif->pReqCloseBuyingStore,0);
packet(0x0815,-1,clif->pReqOpenBuyingStore,2,4,8,9,89);
 
 
Any one experienced this before?

 

Share this post


Link to post
Share on other sites

5 answers to this question

Recommended Posts

  • 0

 

Which client are you using?

 

 20140115

 

BUMP :unsure:

 

We investigate a recent date.

this time, will post only that found.

 

 

 

2rgonew.gif

 

 

 

 

 

 

- packet(0x0360,12,clif->pSearchStoreInfoListItemClick,2,6,10);

- packet(0x0817,2,clif->pSearchStoreInfoNextPage,0);

- packet(0x0815,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15);

- packet(0x096A,-1,clif->pReqTradeBuyingStore,2,4,8,12);

- packet(0x088A,6,clif->pReqClickBuyingStore,2);

- packet(0x0965,2,clif->pReqCloseBuyingStore,0);

 

+ 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(0x0887,-1,clif->pReqTradeBuyingStore,2,4,8,12);

+ packet(0x0360,6,clif->pReqClickBuyingStore,2);

+ packet(0x0817,6,clif->pReqCloseBuyingStore,0);

 

 

 

Edited by Lilystar

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.

Loading...

×
×
  • Create New...

Important Information

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