2011-07-11 12:35:27 +00:00
[[Category Packet]]
[[Category Packet 317]]
2011-07-14 15:47:21 +00:00
{{packet|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}}
2011-07-11 12:36:51 +00:00
== Magic on Player ==
=== Description ===
2011-07-11 12:35:27 +00:00
This packet is sent when the player attempts to cast magic onto another.
2011-07-11 12:37:12 +00:00
=== Packet Structure ===
2011-07-11 12:35:27 +00:00
{|border=2
! Data Type
! Description
|-
| [[Data Types#Standard data types|Short]] [[Data Types#Non Standard Data Types|Special A]]
| The player index.
|-
2011-07-11 12:54:16 +00:00
| [[Data Types#Standard data types|Short]] [[Data Types#Byte Order|Little]]
2011-07-11 12:35:27 +00:00
| The spell ID.
|-
|}