rswiki-book/src/317/317-Magic-on-player.md

19 lines
601 B
Markdown
Raw Normal View History

2018-10-13 09:48:41 -04:00
# Magic on Player
This packet is sent when the player attempts to cast magic onto another.
2018-07-03 00:31:18 -04:00
2018-10-13 09:48:41 -04:00
## Packet Details
| Key | Value |
|--|--|
| Name | Magic on player |
| Description | This packet is send when a player attempts to cast magic on another |
| Opcode | 249 |
| Type | Fixed |
| Length | 4 |
| Revision | 317 |
2018-07-03 00:31:18 -04:00
2018-10-13 09:48:41 -04:00
## Packet Structure
| Data Type | Description |
|--|--|
| [Short](/Data-Types.html#common-data-types) [Special A](/Data-Types.html#bespoke-data-types) | The player index. |
| [Short](/Data-Types.html#common-data-types) [Little Endian](/Data-Types.html#little-endian) | The spell ID. |