This is a packet family that is used to send/receive packets about attacking with a weapon.
== Server-to-Client ==
=== PACKET_PLAYER (8) ===
Description: Shows a player attacking
<pre>
Attacker ID: 2
Attacker Direction: 1
</pre>
== Client-to-Server ==
=== PACKET_USE (10) ===
Description: Player attacking
<pre>
Direction: 1
Timestamp: 3
</pre> |