Packet [0x03E2~0x040B] -- Notify Act (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 [0x03E2~0x040B] -- Notify Act (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_NOTIFY_ACT3 {
  /* this+0x0 */ short PacketType;
  /* this+0x2 */ unsigned short PacketLength;
  /* this+0x4 */ unsigned long GID;
  /* this+0x8 */ unsigned long targetGID;
  /* this+0xc */ unsigned long startTime;
  /* this+0x10 */ int attackMT;
  /* this+0x14 */ int attackedMT;
  /* this+0x18 */ int damage;
  /* this+0x1c */ short count;
  /* this+0x1e */ unsigned char action;
  /* this+0x1f */ int leftDamage;
  /* Other data is Junk */
}

Locked