2013-08-14aRagexe Full Client by Themon

themon

New member
Messages
517
Points
0
Location
라그나로크
Github
ThemonChan (5468656d6f6e4368616e)
Emulator
2013-08-14aRagexe Full Client by Themon


add this to packet.h

[cbox]//2013-08-14aRagexe - Themon

#if PACKETVER >= 20130814

packet(0x0874,7,clif->pActionRequest,2,6);

packet(0x0947,10,clif->pUseSkillToId,2,4,6);

packet(0x093A,5,clif->pWalkToXY,2);

packet(0x088A,6,clif->pTickSend,2);

packet(0x088C,5,clif->pChangeDir,2,4);

packet(0x0926,6,clif->pTakeItem,2);

packet(0x095F,6,clif->pDropItem,2,4);

packet(0x0202,8,clif->pMoveToKafra,2,4);

packet(0x0873,8,clif->pMoveFromKafra,2,4);

packet(0x0887,10,clif->pUseSkillToPos,2,4,6,8);

packet(0x0962,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10);

packet(0x0937,6,clif->pGetCharNameRequest,2);

packet(0x0923,6,clif->pSolveCharName,2);

packet(0x0868,12,clif->pSearchStoreInfoListItemClick,2,6,10);

packet(0x0941,2,clif->pSearchStoreInfoNextPage,0);

packet(0x0889,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15);

packet(0x0835,-1,clif->pReqTradeBuyingStore,2,4,8,12);

packet(0x0895,6,clif->pReqClickBuyingStore,2);

packet(0x094E,2,clif->pReqCloseBuyingStore,0);

packet(0x0936,-1,clif->pReqOpenBuyingStore,2,4,8,9,89);

#ifdef PACKETVER_RE

packet(0x0365,41,clif->pPartyRecruitRegisterReq,2,4);

#else // not PACKETVER_RE

packet(0x0959,18,clif->pPartyBookingRegisterReq,2,4);

#endif // PACKETVER_RE

// packet(0x0896,8); // CZ_JOIN_BATTLE_FIELD

packet(0x08A4,-1,clif->pItemListWindowSelected,2,4,8);

packet(0x0368,19,clif->pWantToConnection,2,6,10,14,18);

packet(0x0927,26,clif->pPartyInvite2,2);

// packet(0x0815,4); // CZ_GANGSI_RANK

packet(0x0281,26,clif->pFriendsListAdd,2);

packet(0x0958,5,clif->pHomMenu,2,4);

packet(0x0885,36,clif->pStoragePassword,0);

#endif[/cbox]

[cbox]#if PACKETVER >= 20130814

packetKeys(0x23A23148,0x0C41420E,0x53785AD7); /* Themon */

#endif[/cbox]

please try to post if you encounter a packet error

and how did you get that error

Thanks

 
Last edited by a moderator:
that rdata.grf is not what im using right now because I already update mine. but you can try to update that also.

and that func.txt is just my reference for packet date function.

you don't have to put it anywhere

 
change log:

added

packet(0x0958,5,clif->pHomMenu,2,4);

packet(0x0962,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10);

 
Thanks It works. You dont insert packet encryption key?

I can still use hide detect wpe...
default_ohmy.png


 
Last edited by a moderator:
anybody got some error yet?

please post it here.

what packet error and how did you get the error?

 
I havent use nemo patcher or the new insert packets your trying.

not sure but try to put this

  packet(0x6351,19,clif->pWantToConnection,2,6,10,14,18);
 

 
Last edited by a moderator:
error when compiling:

"bad suffix on number...""packetdb_addpacket": too few arguments...packet(0x0x6351,19,clif->pWantToConnection,2,6,10,14,18); 
Could you tell me/have client that working with packet_obfuscation ?

the reason hercules seems interesting for me is it claim to have anti wpe. But i tried and search how to use that, still no luck

 
Last edited by a moderator:
error when compiling:

"bad suffix on number...""packetdb_addpacket": too few arguments...packet(0x0x6351,19,clif->pWantToConnection,2,6,10,14,18); 
Could you tell me/have client that working with packet_obfuscation ?

the reason hercules seems interesting for me is it claim to have anti wpe. But i tried and search how to use that, still no luck
remove the excess 0x

packet(0x6351,19,clif->pWantToConnection,2,6,10,14,18);

 
Last edited by a moderator:
hey how to fix the INVENTORY? when i ALT + E . its so long i cant see the Misc

 
2013-08-14aRagexe Full Client by Themon


add this to packet.h

[cbox]#if PACKETVER >= 20130814

packetKeys(0x23A23148,0x0C41420E,0x53785AD7); /* THEMON */

packet(0x0874,7,clif->pActionRequest,2,6);

packet(0x0947,10,clif->pUseSkillToId,2,4,6);

packet(0x093A,5,clif->pWalkToXY,2);

packet(0x088A,6,clif->pTickSend,2);

packet(0x088c,5,clif->pChangeDir,2,4);

packet(0x0926,6,clif->pTakeItem,2);

packet(0x095F,6,clif->pDropItem,2,4);

packet(0x0202,8,clif->pMoveToKafra,2,4);

packet(0x0873,8,clif->pMoveFromKafra,2,4);

packet(0x0887,10,clif->pUseSkillToPos,2,4,6,8);

packet(0x0962,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10);

packet(0x0937,6,clif->pGetCharNameRequest,2);

packet(0x0959,18,clif->pPartyBookingRegisterReq,2,4,6);

packet(0x0368,19,clif->pWantToConnection,2,6,10,14,18);

packet(0x0281,26,clif->pFriendsListAdd,2);

packet(0x0927,26,clif->pPartyInvite2,2);

packet(0x0958,5,clif->pHomMenu,2,4);

#endif[/cbox]

please try to post if you encounter a packet error

and how did you get that error

Thanks
how to make GM Account?

in sql i already change the group into 99

but nothing happens

 
Back
Top