Files
AdamuSw/docs/Packets/C1-4B-RageAttackRangeRequest_by-client.md
2026-07-14 19:00:35 +03:00

19 lines
683 B
Markdown

# C1 4B - RageAttackRangeRequest (by client)
## Is sent when
A player (rage fighter) performs the dark side skill on a target.
## Causes the following actions on the server side
The targets (up to 5) are determined and sent back to the player with the RageAttackRangeResponse.
## Structure
| Index | Length | Data Type | Value | Description |
|-------|--------|-----------|-------|-------------|
| 0 | 1 | Byte | 0xC1 | [Packet type](PacketTypes.md) |
| 1 | 1 | Byte | 7 | Packet header - length of the packet |
| 2 | 1 | Byte | 0x4B | Packet header - packet type identifier |
| 3 | 2 | ShortBigEndian | | SkillId |
| 5 | 2 | ShortBigEndian | | TargetId |