Difference between revisions of "ChatPersistentMessageToServer"

From SWGANH Wiki
Jump to: navigation, search
 
Line 1: Line 1:
 +
{{MissingPacket}}
 
{{PageHeader|Client Packet|ChatPersistentMessageToServer (25A29FA6)}}
 
{{PageHeader|Client Packet|ChatPersistentMessageToServer (25A29FA6)}}
 
{| border="0" width="90%" cellpadding=6
 
{| border="0" width="90%" cellpadding=6

Latest revision as of 19:17, 6 January 2008





Client Packet - ChatPersistentMessageToServer (25A29FA6)

SWGANH Wiki is a repository of Star Wars Galaxies Developer information. This site is only meant to be used by SWGANH Developer team.

Struct


SHORT Operand
INT Opcode
U_STRING Mail Body
INT Filler?
INT ???
U_STRING Mail Subject
INT Filler
A_STRING Recipient

Variable Descriptions


Operand_Count = 6

Opcode = 25A29FA6


  • Recipient:

Contains the FIRST name of the character to receive the mail.

  • Filler:

These usually come after U_STRING's. Assumed as NULL.

  • Message Recipient:

Contains the FIRST name of the character to receive the mail.

Tags


C→S This packet originates on the client.

75% This packet has been partially reversed.


Sample Packet

Insert Sample Packet Here...