Packet [0x040C~0x0435] -- Broadcast Message (type 3)

Forum closed. All further discussion to be discussed at https://github.com/OpenKore/

Moderator: Moderators

Message
Author
User avatar
kLabMouse
Administrator
Administrator
Posts: 1301
Joined: 24 Apr 2008, 12:02

Packet [0x040C~0x0435] -- Broadcast Message (type 3)

#1 Post by kLabMouse »

Description:
Packet received from Zone Server.

Packet seen in Wild: YES!

Packet structure:

Code: Select all

struct PACKET_ZC_BROADCAST3 {
  short PacketType;
  unsigned short PacketLength;
  unsigned long fontColor;
  short fontType;
  short fontSize;
  short fontAlign;
  short fontY;
  char str[...];
  int extra; // I'm not sure about this, need to check out.
}
Developers, Please try to gather more information on this types of packets.

Locked