Where are the packets for 2014-06-13aRagexe.exe

Please use it with the intention of the operation test.

// 2014-06-12 - 2014-06-13 Ragexe
#if PACKETVER >= 20140612
 packet(0x0891,7,clif->pActionRequest,2,6);
 packet(0x08A1,10,clif->pUseSkillToId,2,4,6);
 packet(0x0893,5,clif->pWalkToXY,2);
 packet(0x0867,6,clif->pTickSend,2);
 packet(0x0951,5,clif->pChangeDir,2,4);
 packet(0x0878,6,clif->pTakeItem,2);
 packet(0x0963,6,clif->pDropItem,2,4);
 packet(0x07E4,8,clif->pMoveToKafra,2,4);
 packet(0x0952,8,clif->pMoveFromKafra,2,4);
 packet(0x088C,10,clif->pUseSkillToPos,2,4,6,8);
 packet(0x0838,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10);
 packet(0x0924,6,clif->pGetCharNameRequest,2);
 packet(0x094F,6,clif->pSolveCharName,2);
 packet(0x0936,12,clif->pSearchStoreInfoListItemClick,2,6,10);
 packet(0x0969,2,clif->pSearchStoreInfoNextPage,0);
 packet(0x0438,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15);
 packet(0x0864,-1,clif->pReqTradeBuyingStore,2,4,8,12);
 packet(0x0957,6,clif->pReqClickBuyingStore,2);
 packet(0x0364,2,clif->pReqCloseBuyingStore,0);
 packet(0x0894,-1,clif->pReqOpenBuyingStore,2,4,8,9,89);
 packet(0x0950,18,clif->pPartyBookingRegisterReq,2,4);
 // packet(0x08A2,8); // CZ_JOIN_BATTLE_FIELD
 packet(0x094A,-1,clif->pItemListWindowSelected,2,4,8);
 packet(0x0958,19,clif->pWantToConnection,2,6,10,14,18);
 packet(0x0874,26,clif->pPartyInvite2,2);
 // packet(0x086C,4); // CZ_GANGSI_RANK
 packet(0x089B,26,clif->pFriendsListAdd,2);
 packet(0x0965,5,clif->pHomMenu,2,4);
 packet(0x0941,36,clif->pStoragePassword,0);
 packet(0x09DF,7);
#endif


#if PACKETVER >= 20140612
 packetKeys(0x4FC83479,0x3AB04D1F,0x477B4010);
#endif
 
Last edited by a moderator:
I uploaded various images so far. The image of the client at this date is included in that.

Start of investigation.
http://herc.ws/board/topic/6770-buying-store-problem-when-close-and-on-buy/#entry41357

Report of diff that cannot be applied.
http://herc.ws/board/topic/2905-nemo-client-patcher/page-16#entry40312

Investigation of client.
http://herc.ws/board/topic/8136-helpi-got-a-null-in-quest-journal/#entry48516

I confirm it with two kinds among three kinds of emulators using now.
But, there are many places that I cannot understand in a source of Hercules. Therefore, I show it as a test.

 
Please use it with the intention of the operation test.

// 2014-06-12 - 2014-06-13 Ragexe

#if PACKETVER >= 20140612

 packet(0x0891,7,clif->pActionRequest,2,6);

 packet(0x08A1,10,clif->pUseSkillToId,2,4,6);

 packet(0x0893,5,clif->pWalkToXY,2);

 packet(0x0867,6,clif->pTickSend,2);

 packet(0x0951,5,clif->pChangeDir,2,4);

 packet(0x0878,6,clif->pTakeItem,2);

 packet(0x0963,6,clif->pDropItem,2,4);

 packet(0x07E4,8,clif->pMoveToKafra,2,4);

 packet(0x0952,8,clif->pMoveFromKafra,2,4);

 packet(0x088C,10,clif->pUseSkillToPos,2,4,6,8);

 packet(0x0838,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10);

 packet(0x0924,6,clif->pGetCharNameRequest,2);

 packet(0x094F,6,clif->pSolveCharName,2);

 packet(0x0936,12,clif->pSearchStoreInfoListItemClick,2,6,10);

 packet(0x0969,2,clif->pSearchStoreInfoNextPage,0);

 packet(0x0438,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15);

 packet(0x0864,-1,clif->pReqTradeBuyingStore,2,4,8,12);

 packet(0x0957,6,clif->pReqClickBuyingStore,2);

 packet(0x0364,2,clif->pReqCloseBuyingStore,0);

 packet(0x0894,-1,clif->pReqOpenBuyingStore,2,4,8,9,89);

 packet(0x0950,18,clif->pPartyBookingRegisterReq,2,4);

 // packet(0x08A2,8); // CZ_JOIN_BATTLE_FIELD

 packet(0x094A,-1,clif->pItemListWindowSelected,2,4,8);

 packet(0x0958,19,clif->pWantToConnection,2,6,10,14,18);

 packet(0x0874,26,clif->pPartyInvite2,2);

 // packet(0x086C,4); // CZ_GANGSI_RANK

 packet(0x089B,26,clif->pFriendsListAdd,2);

 packet(0x0965,5,clif->pHomMenu,2,4);

 packet(0x0941,36,clif->pStoragePassword,0);

 packet(0x09DF,7);

#endif


#if PACKETVER >= 20140612

 packetKeys(0x4FC83479,0x3AB04D1F,0x477B4010);

#endif
all! Works, thank you so much!

 
Back
Top