• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Compiling Question about custom opcodes

A-Syntax

Banned User
Joined
Nov 12, 2016
Messages
18
Reaction score
11
My understanding about ProtocolGame::parsePacket in protocolgame.cpp its purpose is to send opcodes to the client, custom opcodes can be sent to the otclient in the range of 50 - 99.

Is there anyway to send multiple packets of different values to the client using the same method? For instance the shop module sends the amount of money to the client, would it be possible to use that same method to send other types of information?

If this is possible can someone provide me with a brief example for both the latest TFS distribution & otclient.

Thanks.
 
Back
Top