baseline: OpenMU upstream b5a0961 (fresh source)
This commit is contained in:
19
docs/Packets/C1-4B-RageAttackRangeRequest_by-client.md
Normal file
19
docs/Packets/C1-4B-RageAttackRangeRequest_by-client.md
Normal file
@@ -0,0 +1,19 @@
|
||||
# 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 |
|
||||
Reference in New Issue
Block a user