EOSERV Wiki > Page: PACKET BOARD

PACKET BOARD

This is a packet family that is used to send/receive packets about Boards.

Server-to-Client

PACKET_OPEN (13)

Description: Opens up the board menu for a player
BoardID: 1 
PostCount: 1 
FOREACH BOARD POST 
{ 
    PostID: 1 
    Byte(255): 1 
    Author: BreakString 
    Subject: BreakString 
}

PACKET_PLAYER (8)

Description: Shows a post to a player
PostID: 2 
Body: String 

Client-to-Server

PACKET_REMOVE (4)

Description: Player removing a post from the town board
BoardID: 2 
PostID: 2

PACKET_CREATE (6)

Description: Player posts on a town board
BoardID: 2 
Unknown: 1 
Subject: BreakString 
Body: BreakString

PACKET_TAKE (9)

Description: Player reading a post in a board
BoardID: 2 
PostID: 2

PACKET_OPEN (13)

Description: Player opening a town board
BoardID: 2
EOSERV Wiki > Page: PACKET BOARD