OpenMU

This project aims to create an easy to use, extendable and customizable server for a MMORPG called "MU Online".

View on GitHub

C1 B2 19 - CastleSiegeJoinSideNotification (by server)

Is sent when

The server notifies the player of which siege side (attacker/defender) they are on.

Causes the following actions on the client side

The client updates the player regiment and Castle Siege mini-map accordingly.

Structure

Index Length Data Type Value Description
0 1 Byte 0xC1 Packet type
1 1 Byte 5 Packet header - length of the packet
2 1 Byte 0xB2 Packet header - packet type identifier
3 1 Byte 0x19 Packet header - sub packet type identifier
4 1 CastleSiegeJoinSide   Side

CastleSiegeJoinSide Enum

Defines a participant’s side in the Castle Siege battle.

Value Name Description
0 None The participant does not belong to a siege side.
1 Defense The defending alliance.
2 Attack1 The first attacking alliance.
3 Attack2 The second attacking alliance.
4 Attack3 The third attacking alliance.