Issue information

Issue ID
#7211
Status
Fixed
Severity
None
Started
M45T3R
May 1, 2013 12:15
Last Post
Ind
May 3, 2013 0:46
Confirmation
N/A

M45T3R - May 1, 2013 12:15

Anyone can help me with this client? It is listed on packets.h but.. the cash shop doesn't work properly.. It opens with this packets on 2011-11-02[code=auto:0] packet(0x0844,2,clif->pCashShopOpen,0);/* tell server cashshop window is being open */ packet(0x084a,2,clif->pCashShopClose,0);/* tell server cashshop window is being closed */ [/code]but doesn't list items.. I don't know.. but the packets .. eh.. can you repair this ? I mean, this feature existed on older clients.. and it's a little difficult to use it on newer clients because i prefer stability than newer things .. so i don't like 2012+ clients for now..


This is the default 2011-11-02aRagexe packets.h[code=auto:0]//2011-11-02aRagexe #if PACKETVER >= 20111102 packet(0x0436,26,clif->pFriendsListAdd,2); packet(0x0898,5,clif->pHomMenu,4); packet(0x0281,36,clif->pStoragePassword,0); packet(0x088d,26,clif->pPartyInvite2,2); packet(0x083c,19,clif->pWantToConnection,2,6,10,14,18); packet(0x08aa,7,clif->pActionRequest,2,6); packet(0x02c4,10,clif->pUseSkillToId,2,4,6); packet(0x0811,-1,clif->pItemListWindowSelected,2,4,8); packet(0x890,8); packet(0x08a5,18,clif->pPartyBookingRegisterReq,2,4,6); packet(0x0835,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); packet(0x089b,2,clif->pReqCloseBuyingStore,0); packet(0x08a1,6,clif->pReqClickBuyingStore,2); packet(0x089e,-1,clif->pReqTradeBuyingStore,2,4,8,12); packet(0x08ab,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); packet(0x088b,2,clif->pSearchStoreInfoNextPage,0); packet(0x08a2,12,clif->pSearchStoreInfoListItemClick,2,6,10); #endif [/code]

Ind - May 3, 2013 0:46

was fixed in [url="https://github.com/HerculesWS/Hercules/commit/6bca43acc31cdd3b9b418779eff45dc68a918a1c"]https://github.com/HerculesWS/Hercules/commit/6bca43acc31cdd3b9b418779eff45dc68a918a1c[/url]