Request War Mode (0x72)
- Status:
implemented - Direction:
Both - Length:
5 Bytes - POL reference: https://docs.polserver.com/packets/index.php?Packet=0x72
- Last modified in POL docs:
2009-08-02 08:25:11byMuadDib
Moongate Packet Classes
RequestWarModePacket(Incoming, Fixed, length5) fromsrc/Moongate.Network.Packets/Incoming/Movement/RequestWarModePacket.csWarModePacket(Outgoing, Fixed, length5) fromsrc/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.