ucell_uz 1 Posted July 1, 2016 (edited) hi all need your help... i'm used exe 2014-01-29cRagexe.exe add version in src\common\mmo.h #ifndef PACKETVER #define PACKETVER 20140129#endif // PACKETVER add packets in src\map\packets.h #if PACKETVER >= 20140129 packetKeys(0x63DC7BDC,0x7BDC7BDC,0x7BDC7BDC); /* Themon */#endif join in game tested is ok! but #if PACKETVER >= 20140129 packet(0x0369,7,clif->pActionRequest,2,6); packet(0x083C,10,clif->pUseSkillToId,2,4,6); packet(0x0437,5,clif->pWalkToXY,2); packet(0x035F,6,clif->pTickSend,2); packet(0x0202,5,clif->pChangeDir,2,4); packet(0x07E4,6,clif->pTakeItem,2); packet(0x0362,6,clif->pDropItem,2,4); packet(0x07EC,8,clif->pMoveToKafra,2,4); packet(0x0364,8,clif->pMoveFromKafra,2,4); packet(0x0438,10,clif->pUseSkillToPos,2,4,6,8); packet(0x0366,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); packet(0x096A,6,clif->pGetCharNameRequest,2); packet(0x0368,6,clif->pSolveCharName,2); packet(0x0838,12,clif->pSearchStoreInfoListItemClick,2,6,10); packet(0x0835,2,clif->pSearchStoreInfoNextPage,0); packet(0x0819,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); packet(0x0811,-1,clif->pReqTradeBuyingStore,2,4,8,12); packet(0x0360,6,clif->pReqClickBuyingStore,2); packet(0x0817,2,clif->pReqCloseBuyingStore,0); packet(0x0815,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); packet(0x0365,18,clif->pPartyBookingRegisterReq,2,4); // packet(0x0363,8); // CZ_JOIN_BATTLE_FIELD packet(0x0281,-1,clif->pItemListWindowSelected,2,4,8); packet(0x022D,19,clif->pWantToConnection,2,6,10,14,18); packet(0x0802,26,clif->pPartyInvite2,2); // packet(0x0436,4); // CZ_GANGSI_RANK packet(0x023B,26,clif->pFriendsListAdd,2); packet(0x0361,5,clif->pHomMenu,2,4); packet(0x0938,36,clif->pStoragePassword,0); packet(0x09DF,7);#endif not normaly.. need your help! Edited July 1, 2016 by ucell_uz Quote Share this post Link to post Share on other sites
0 Dastgir 1246 Posted July 1, 2016 Mind Explaining what's the problem? (Screenshot's would be more helpful) Quote Share this post Link to post Share on other sites
0 ucell_uz 1 Posted July 1, 2016 Mind Explaining what's the problem? (Screenshot's would be more helpful) my problem is such [Warning]: clif_parse: Received unsupported packet (packet 0x4b8f (0x49f0), 13 bytes received), disconnecting session #7. [info]: Closed connection from '192.168.1.2'. [status]: Request for connection of admin (ip: 192.168.1.2). [Notice]: Authentication accepted (account: admin, id: 2000000, ip: 192.168.1.2) [Notice]: User 'admin' is already online - Rejected. [info]: Closed connection from '192.168.1.2'. Quote Share this post Link to post Share on other sites
0 Dastgir 1246 Posted July 1, 2016 From the error message, it seems wrong keys. Maybe you are using some other exe? Quote Share this post Link to post Share on other sites
0 ucell_uz 1 Posted July 1, 2016 From the error message, it seems wrong keys. Maybe you are using some other exe? no-) need this version 2014-01-29cRagexe.exe what should I do? no keys? how to get around PACKET_OBFUSCATION for the exe Quote Share this post Link to post Share on other sites
0 ucell_uz 1 Posted July 7, 2016 UP theme problem not found Quote Share this post Link to post Share on other sites
hi all
need your help... i'm used exe 2014-01-29cRagexe.exe
add version in src\common\mmo.h
#ifndef PACKETVER
#define PACKETVER 20140129
#endif // PACKETVER
add packets in src\map\packets.h
#if PACKETVER >= 20140129
packetKeys(0x63DC7BDC,0x7BDC7BDC,0x7BDC7BDC); /* Themon */
#endif
join in game tested is ok! but
#if PACKETVER >= 20140129
packet(0x0369,7,clif->pActionRequest,2,6);
packet(0x083C,10,clif->pUseSkillToId,2,4,6);
packet(0x0437,5,clif->pWalkToXY,2);
packet(0x035F,6,clif->pTickSend,2);
packet(0x0202,5,clif->pChangeDir,2,4);
packet(0x07E4,6,clif->pTakeItem,2);
packet(0x0362,6,clif->pDropItem,2,4);
packet(0x07EC,8,clif->pMoveToKafra,2,4);
packet(0x0364,8,clif->pMoveFromKafra,2,4);
packet(0x0438,10,clif->pUseSkillToPos,2,4,6,8);
packet(0x0366,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10);
packet(0x096A,6,clif->pGetCharNameRequest,2);
packet(0x0368,6,clif->pSolveCharName,2);
packet(0x0838,12,clif->pSearchStoreInfoListItemClick,2,6,10);
packet(0x0835,2,clif->pSearchStoreInfoNextPage,0);
packet(0x0819,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15);
packet(0x0811,-1,clif->pReqTradeBuyingStore,2,4,8,12);
packet(0x0360,6,clif->pReqClickBuyingStore,2);
packet(0x0817,2,clif->pReqCloseBuyingStore,0);
packet(0x0815,-1,clif->pReqOpenBuyingStore,2,4,8,9,89);
packet(0x0365,18,clif->pPartyBookingRegisterReq,2,4);
// packet(0x0363,8); // CZ_JOIN_BATTLE_FIELD
packet(0x0281,-1,clif->pItemListWindowSelected,2,4,8);
packet(0x022D,19,clif->pWantToConnection,2,6,10,14,18);
packet(0x0802,26,clif->pPartyInvite2,2);
// packet(0x0436,4); // CZ_GANGSI_RANK
packet(0x023B,26,clif->pFriendsListAdd,2);
packet(0x0361,5,clif->pHomMenu,2,4);
packet(0x0938,36,clif->pStoragePassword,0);
packet(0x09DF,7);
#endif
not normaly.. need your help!
Edited by ucell_uzShare this post
Link to post
Share on other sites