tmav94 1 Posted October 18, 2014 Where? I search for in everywhere (I think). Quote Share this post Link to post Share on other sites
0 Dastgir 1246 Posted October 18, 2014 Where? I search for in everywhere (I think). Not yet added (maybe no one have time to grab its packets) 1 tmav94 reacted to this Quote Share this post Link to post Share on other sites
0 Lilystar 42 Posted January 5, 2015 (edited) 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 January 5, 2015 by Lilystar Quote Share this post Link to post Share on other sites
0 Aeromesi 180 Posted January 11, 2015 Lily did you do that by yourself? Quote Share this post Link to post Share on other sites
0 Lilystar 42 Posted January 12, 2015 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. Quote Share this post Link to post Share on other sites
0 ucell_uz 1 Posted March 9, 2017 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! Quote Share this post Link to post Share on other sites
Where? I search for in everywhere (I think).
Share this post
Link to post
Share on other sites