Difference between revisions of "ChatPersistentMessageToServer"
From SWGANH Wiki
(New page: <pre> STRUCT ¶ SHORT: Opperand_Count INT: Opcode U_STRING: Mail Body INT: Spacer? INT: Unk1 U_STRING: Mail Subject INT: Spacer A_STRING: Message Recipient -------------------------...) |
|||
Line 1: | Line 1: | ||
− | + | {{PageHeader|Client Packet|ChatPersistentMessageToServer (25A29FA6)}} | |
− | + | {| border="0" width="90%" cellpadding=6 | |
− | + | |- | |
− | + | |valign=top| | |
− | + | ===Struct=== | |
− | + | ---- | |
− | + | {| align="center" | |
− | + | |- | |
− | + | || | |
− | + | {| class="wikitable" | |
+ | |- | ||
+ | |{{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. | These usually come after U_STRING's. Assumed as NULL. | ||
− | + | * '''Message Recipient''': | |
− | Message Recipient: | + | |
Contains the FIRST name of the character to receive the mail. | Contains the FIRST name of the character to receive the mail. | ||
− | + | |valign=top| | |
− | + | ===Tags=== | |
− | + | ---- | |
+ | {| align="center" | ||
+ | |- | ||
+ | ||{{ClientPacket}} | ||
+ | |- | ||
+ | ||{{75%}} | ||
+ | |- | ||
+ | |} | ||
+ | |} | ||
+ | ---- | ||
+ | ==Sample Packet== | ||
+ | |||
+ | <pre> | ||
+ | Insert Sample Packet Here... | ||
</pre> | </pre> | ||
− | |||
− |
Revision as of 11:39, 26 November 2007
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
Variable DescriptionsOperand_Count = 6 Opcode = 25A29FA6
Contains the FIRST name of the character to receive the mail.
These usually come after U_STRING's. Assumed as NULL.
Contains the FIRST name of the character to receive the mail. |
Tags
|
Sample Packet
Insert Sample Packet Here...