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