Hadeszeus
New member
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
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?
[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.
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?