Table of Contents

Request War Mode (0x72)

Moongate Packet Classes

  • RequestWarModePacket (Incoming, Fixed, length 5) from src/Moongate.Network.Packets/Incoming/Movement/RequestWarModePacket.cs
  • WarModePacket (Outgoing, Fixed, length 5) from src/Moongate.Network.Packets/Outgoing/World/WarModePacket.cs

Current Moongate Behavior

Moongate currently has packet classes for this opcode.

Packet Build

Type Field
BYTE[1] 0x72
BYTE[1] Flag
BYTE[3] unknown1 (always 00 32 00 in testing)

Subcommand Build

N/A

Notes

Flag:

    • 0x00 - Normal
  • 0x01 - Fighting

Server replies with 0x77 packet. POL Responds with 0x72 right back.