Relzz
Int'l Spanish Moderators
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
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 */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
I'll post it on Bug Reports because I think it's something that need to be there..
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 */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:
//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
Last edited by a moderator: