Jump to content
Sign in to follow this  
themon

2013-08-14aRagexe.exe Packet Data

Recommended Posts

add to Packets.h

[cbox]#if PACKETVER >= 20130814
 packetKeys(0x23A23148,0x0C41420E,0x53785AD7); /* Thanks to THEMON */
 packet(0x0368,19,clif->pWantToConnection,2,6,10,14,18);
 packet(0x093A,5,clif->pWalkToXY,2);
 packet(0x088A,6,clif->pTickSend,2);
 packet(0x0959,18,clif->pPartyBookingRegisterReq,2,4,6);
 packet(0x0947,10,clif->pUseSkillToId,2,4,6);
 packet(0x0202,8,clif->pMoveToKafra,2,4);
 packet(0x0873,8,clif->pMoveFromKafra,2,4);
 packet(0x0887,10,clif->pUseSkillToPos,2,4,6,8);
 packet(0x0874,7,clif->pActionRequest,2,6);
 packet(0x0926,6,clif->pTakeItem,2);
 packet(0x095F,6,clif->pDropItem,2,4);
 packet(0x0937,6,clif->pGetCharNameRequest,2);
 packet(0x0281,26,clif->pFriendsListAdd,2);
 packet(0x088c,5,clif->pChangeDir,2,4);
 packet(0x0927,26,clif->pPartyInvite2,2);
#endif
[/cbox]

 

add to Mmo.h

[cbox]#ifndef PACKETVER
#define PACKETVER 20130814
#endif // PACKETVER

#ifndef DISABLE_PACKETVER_RE
// Comment the following line if your client is NOT ragexeRE (required because of conflicting packets in ragexe vs ragexeRE).
//#define PACKETVER_RE
#endif // DISABLE_PACKETVER_RE[/cbox]

 

2013-08-14aRagexe.exe Client by Themon.rar

 

 

 

Please test this Client

Please post if you get some error

Edited by themon

Share this post


Link to post
Share on other sites

do you have translation for the bank system? and also enabling auction crashes the game XD

Edited by presence

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
Sign in to follow this  

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.