mleo1 36 Posted June 3, 2013 #if PACKETVER >= 20111228 //mleo1 test packet(0x01FD,15,clif->pRepairItem,2); packet(0x0369,26,clif->pFriendsListAdd,2); packet(0x0437,5,clif->pHomMenu,2,4); packet(0x02C4,36,clif->pStoragePassword,0); packet(0x0288,-1,clif->pCashShopBuy,4,8); packet(0x0802,26,clif->pPartyInvite2,2); packet(0x08A7,19,clif->pWantToConnection,2,6,10,14,18); packet(0x08AD,7,clif->pActionRequest,2,6); packet(0x0436,10,clif->pUseSkillToId,2,4,6); packet(0x0439,8,clif->pUseItem,2,4); packet(0x0892,-1,clif->pItemListWindowSelected,2,4,8);//packet(0x0889,18,clif->pPartyBookingRegisterReq,2,4,6); packet(0x0803,4);//packet(0x0804,14,clif->pPartyBookingSearchReq,2,4,6,8,12); packet(0x0805,-1);//packet(0x0806,2,clif->pPartyBookingDeleteReq,0); packet(0x0807,4);//packet(0x0808,14,clif->pPartyBookingUpdateReq,2); packet(0x0809,50); packet(0x080A,18); packet(0x080B,6); packet(0x035F,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); packet(0x023B,2,clif->pReqCloseBuyingStore,0); packet(0x0811,6,clif->pReqClickBuyingStore,2); packet(0x0365,-1,clif->pReqTradeBuyingStore,2,4,8,12); packet(0x08AC,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); packet(0x0281,2,clif->pSearchStoreInfoNextPage,0); packet(0x088B,12,clif->pSearchStoreInfoListItemClick,2,6,10); packet(0x08A6,5,clif->pWalkToXY,2); packet(0x0838,6,clif->pTickSend,2); packet(0x0362,5,clif->pChangeDir,2,4); packet(0x08A2,6,clif->pTakeItem,2); packet(0x0888,6,clif->pDropItem,2,4); packet(0x089C,8,clif->pMoveToKafra,2,4); packet(0x0885,8,clif->pMoveFromKafra,2,4); packet(0x0364,10,clif->pUseSkillToPos,2,4,6,8);packet(0x07EC,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); packet(0x0886,6,clif->pGetCharNameRequest,2); packet(0x089B,6,clif->pSolveCharName,2); packet(0x0907,5,clif->pMoveItem,2,4); packet(0x0908,5); //packet(0x08D7,28,clif->pbattlegroundreg,2,4);#endif http://svn6.assembla.com/svn/ClientSide/Packets/Packet_db/packets_2011-12-28aRagexeRE.txt I tried to add my own 20111228. Its working. I don't know if I did it right. Is this right? is pPartyBookingRegisterReq the same as bookingregreq? Quote Share this post Link to post Share on other sites
0 Shakto 45 Posted June 3, 2013 Yes, it's fine Quote Share this post Link to post Share on other sites
0 mleo1 36 Posted June 3, 2013 (edited) Yes, it's fine is pPartyBookingRegisterReq the same as bookingregreq? is pUseSkillToPosMoreInfo the same as useskilltoposinfo? Edited June 3, 2013 by mleo1 Quote Share this post Link to post Share on other sites
0 mleo1 36 Posted June 3, 2013 Yes and yes thanks. I dunno if I'm doing it right. I made a tool last night since I don't want to manually edit it. It converts packet_db.txt format to packet.h format. https://github.com/mleo1/packets.h-tool Quote Share this post Link to post Share on other sites
0 Shakto 45 Posted June 3, 2013 Nice tool for ppl who need it Quote Share this post Link to post Share on other sites
0 mleo1 36 Posted June 7, 2013 (edited) Nice tool for ppl who need it why is this showing up? http://i.imgur.com/LllUfCx.jpg when I use kagerou elemental spirits or I'll just join the club and use 2012-2013 clients Edited June 8, 2013 by mleo1 Quote Share this post Link to post Share on other sites
0 Shakto 45 Posted June 10, 2013 It seems your packetver in mmo.h is wrong Quote Share this post Link to post Share on other sites
0 mleo1 36 Posted June 10, 2013 (edited) its the same packets I used in rathena. maybe i did wrong duunonow im using 2013 and 2012 clients Edited June 10, 2013 by mleo1 Quote Share this post Link to post Share on other sites
http://svn6.assembla.com/svn/ClientSide/Packets/Packet_db/packets_2011-12-28aRagexeRE.txt
I tried to add my own 20111228. Its working. I don't know if I did it right.
Is this right?
is pPartyBookingRegisterReq the same as bookingregreq?
Share this post
Link to post
Share on other sites