WilliamWong
WilliamWong

Reputation: 33

How to understand the opcode of AzerothCore?

I've been study the opcode of AzerothCore, there a lot of opcodes like below:

CMSG_ZONE_MAP
CMSG_CREATEITEM
CMSG_CREATEGAMEOBJECT
CMSG_PETGODMODE

Could you pls help me understand how it works and how to use it?

Upvotes: 1

Views: 119

Answers (1)

Stefano Borzì
Stefano Borzì

Reputation: 2536

The opcode is some specific part of the packets data which depends on the client, so you cannot change them, they are strictly related to the client.

Depends on the client version 1.x, 2.4.3, etc. these opcodes change.

Upvotes: 0

Related Questions