• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

Tera Client-Server OpCodes

Newbie Spellweaver
Joined
May 25, 2007
Messages
30
Reaction score
11
Share every client2server and server2client OpCodes here if you dont mind. Latest opcodes will be updated in this thread and we will share to everybody in this forum.

Note that this is work for 1725 rev.

Client2Server (Recv Packets)
0x9587 (RpFriendAdd)
0x9D3A (RpGetFriendList )

Server2Client (Send packets)
 
Junior Spellweaver
Joined
Jul 23, 2013
Messages
108
Reaction score
86
//Auth
Recv.Add(unchecked((short) 0x4DBC), typeof (RpCheckVersion)); //all revs
Recv.Add(unchecked((short) 0xAFEE), typeof(RpAuthNew)); //2304 NA
Recv.Add(unchecked((short)0xA89D), typeof(CpSystemInfo)); //2304 NA
Recv.Add(unchecked((short)0xA110), typeof(RpGetPlayerList)); //2304 NA
/////////////////////////////////////////////////////////////////////////


//Characters
Recv.Add(unchecked((short)0xF6E0), typeof(CpRequestCharCreate)); //2304 NA
Recv.Add(unchecked((short)0xE190), typeof(RpCheckName)); //2304 NA
Recv.Add(unchecked((short)0x776A), typeof(RpCheckNameForUse)); //2304 NA
Recv.Add(unchecked((short)0xFB9C), typeof(RpCreateCharacter)); //2304 NA
Recv.Add(unchecked((short)0x536B), typeof(RpDeleteCharacter)); //2204 NA
//////////////////////////////////////////////////////////////////////////


//Enter World
Recv.Add(unchecked((short) 0x6332), typeof(RpPlay)); //2304 NA
Recv.Add(unchecked((short) 0x9E18), typeof(RpGetBindPoint)); //2304 NA
Recv.Add(unchecked((short) 0xD6B5), typeof(RpEnterWorld)); //2304 NA
//////////////////////////////////////////////////////////////////////////

Send.Add(typeof(SpCharacterCheckNameResult), unchecked((short)0xE631)); //2304 NA
Send.Add(typeof(SpCharacterCreateResult), unchecked((short)0xA8CC)); //2304 NA
Send.Add(typeof(SpCharacterList), unchecked((short)0x932A)); //2304 NA
Send.Add(typeof(SpCharacterInit), unchecked((short)0xDF34)); //2304 NA
On continue themselves..
 
Newbie Spellweaver
Joined
Aug 23, 2008
Messages
74
Reaction score
19
Just very old opcodes for the 1725 version of tera. You can't use them for newer versions, just forget them.