final case classMailMessage(sender: String, subject: String, message: String) extends PlanetSideGamePacket with Product with Serializable
Dispatched from the server, sending a "priority message" to the given client's avatar.
The messaging inbox is generally accessible through the use of alt+i.
It is also made accessible through use of an icon in the lower right corner when there is an outstanding message.
Exploration:
How does the PlanetSide Classic mail system work?
At the moment, it only seems possible to receive and read mail from the server.
Dispatched from the server, sending a "priority message" to the given client's avatar. The messaging inbox is generally accessible through the use of
alt
+i
. It is also made accessible through use of an icon in the lower right corner when there is an outstanding message.Exploration:
How does the PlanetSide Classic mail system work? At the moment, it only seems possible to receive and read mail from the server.
the name of the player who sent the mail
the subject
the message