baseline: OpenMU upstream b5a0961 (fresh source)
This commit is contained in:
23
docs/Packets/C3-1E-AreaSkill_by-client.md
Normal file
23
docs/Packets/C3-1E-AreaSkill_by-client.md
Normal file
@@ -0,0 +1,23 @@
|
||||
# C3 1E - AreaSkill (by client)
|
||||
|
||||
## Is sent when
|
||||
|
||||
A player is performing an skill which affects an area of the map.
|
||||
|
||||
## Causes the following actions on the server side
|
||||
|
||||
It's forwarded to all surrounding players, so that the animation is visible. In the original server implementation, no damage is done yet for attack skills - there are separate hit packets.
|
||||
|
||||
## Structure
|
||||
|
||||
| Index | Length | Data Type | Value | Description |
|
||||
|-------|--------|-----------|-------|-------------|
|
||||
| 0 | 1 | Byte | 0xC3 | [Packet type](PacketTypes.md) |
|
||||
| 1 | 1 | Byte | 13 | Packet header - length of the packet |
|
||||
| 2 | 1 | Byte | 0x1E | Packet header - packet type identifier |
|
||||
| 3 | 2 | ShortBigEndian | | SkillId |
|
||||
| 5 | 1 | Byte | | TargetX |
|
||||
| 6 | 1 | Byte | | TargetY |
|
||||
| 7 | 1 | Byte | | Rotation |
|
||||
| 10 | 2 | ShortBigEndian | | ExtraTargetId |
|
||||
| 12 | 1 | Byte | | AnimationCounter; Animation counter which acts as a reference to the previously sent Area Skill Animation packet. |
|
||||
Reference in New Issue
Block a user