Buying Store problem when close and on buy

Hadeszeus

New member
Messages
651
Points
0
Location
Philippines
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
 
Code:
[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?


 
Which client are you using?

 
BUMP
default_unsure.png


 
Which client are you using?
 20140115
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);
 
Last edited by a moderator:
20140115 - how about Adoption i don't see "send adoption request" when i right click on the target child.

 
Last edited by a moderator:
Back
Top