Jump to content
  • 0
tmav94

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

Question

5 answers to this question

Recommended Posts

  • 0

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

 

Edited by Lilystar

Share this post


Link to post
Share on other sites
  • 0

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.

Share this post


Link to post
Share on other sites
  • 0

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!

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.