2013-08-14aRagexe.exe Packet Data

themon

New member
Messages
517
Points
0
Location
라그나로크
Github
ThemonChan (5468656d6f6e4368616e)
Emulator
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

 
Last edited by a moderator:
do you have translation for the bank system? and also enabling auction crashes the game XD

 
Last edited by a moderator:
Back
Top