Hadeszeus 15 Posted August 9, 2014 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 meFixed 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? Quote Share this post Link to post Share on other sites
0 Dastgir 1246 Posted August 9, 2014 Which client are you using? Quote Share this post Link to post Share on other sites
0 Hadeszeus 15 Posted August 9, 2014 Which client are you using? 20140115 Quote Share this post Link to post Share on other sites
0 Lilystar 42 Posted August 11, 2014 (edited) Which client are you using? 20140115 BUMP We investigate a recent date. this time, will post only that found. - 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 August 11, 2014 by Lilystar Quote Share this post Link to post Share on other sites
0 astralprojection 35 Posted September 19, 2014 (edited) 20140115 - how about Adoption i don't see "send adoption request" when i right click on the target child. Edited September 19, 2014 by tlacson7 Quote Share this post Link to post Share on other sites
I got this two errors when I tried to close an open buying store.
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.
Share this post
Link to post
Share on other sites