EOSERV Wiki > Page: PACKET CHAIR > History > Revision Diff

Revision Diff: PACKET CHAIR

Revision by at 12th Feb 2011 02:51 am
DeletionsAdditions
This is a packet family that is used to send/receive packets about sitting on chairs.
== Server-to-Client ==
=== PACKET_PLAYER (8) ===
Description: Shows a player sitting down in a chair
<pre>
Player ID: 2
Player X: 1
Player Y: 1
Player Direction: 1
Unknown: 1
</pre>
=== PACKET_CLOSE (14) ===
Description: Shows a player standing up(yourself)
<pre>
Player ID: 2
Player X: 1
Player Y: 1
</pre>
== Client-to-Server ==
=== PACKET_REQUEST (1) ===
Description: Player sitting on a chair or getting off a chair
<pre>
SitAction: 1
Chair X: 1
Chair Y: 1
</pre>
Sit Action options:
* 0 = Standing
* 1 = Sitting
EOSERV Wiki > Page: PACKET CHAIR > History > Revision Diff