packets.h add

mleo1

Community Contributors
Messages
314
Points
0
Age
10
Location
Failippines
Github
mleo1
Emulator
#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?

 
Yes and yes
default_smile.png


 
its the same packets I used in rathena. maybe i did wrong duuno

now im using 2013 and 2012 clients

 
Last edited by a moderator:
Back
Top