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

Revision Diff: PACKET BOARD

Revision by at 11th Feb 2011 10:11 pm
DeletionsAdditions
This is a packet family that is used to send/receive packets about Boards.
This is a packet family that is used to send/receive packets about Boards.
== Server-Side ==
=== PACKET_OPEN - Opens up the board menu for a player ===
== Server-to-Client ==
=== PACKET_OPEN ===
Description: Opens up the board menu for a player
Board ID: 1
Number of Posts: 1
FOREACH BOARD_POST
BoardID: 1
PostCount: 1
FOREACH BOARD POST
Post ID: 1
PostID: 1
Byte(255): 1
}
}
Post Message: String
=== PACKET_PLAYER - Shows a post to a player ===
Post Message: String
Post ID: 2
Post Message: n
=== PACKET_PLAYER ===
Description: Shows a post to a player
<pre>
PostID: 2
Body: String
== Client-Side ==
== Client-to-Server ==
=== PACKET_REMOVE ===
Description: Player removing a post from the town board
<pre>
=== PACKET_CREATE - Player posts on a town board ===
</pre>
=== PACKET_CREATE ===
Description: Player posts on a town board
Board ID: 2
Post ID: 2
Subject: BreakString
Body: BreakString
=== PACKET_TAKE ===
Description: Player reading a post in a board
<pre>
=== PACKET_TAKE - Player reading a post in a board ===
=== PACKET_OPEN ===
Description: Player opening a town board
<pre>
Board ID: 2
Post ID: 2
</pre>
=== PACKET_OPEN - Player opening a town board ===
<pre>
Board ID: 2
EOSERV Wiki > Page: PACKET BOARD > History > Revision Diff