Difference between revisions of "AppendCommentResponseMessage"

From SWGANH Wiki
Jump to: navigation, search
(Variable Descriptions)
(Sample Packet)
Line 57: Line 57:
  
 
<pre>
 
<pre>
Insert Sample Packet Here...
+
03 00 // Op Count
 +
CA 3E 4A A0 // AppendCommentResponseMessage
 +
01 00 00 00
 +
12 00 00 00
 
</pre>
 
</pre>

Revision as of 16:37, 31 December 2007





Server Packet - AppendCommentResponseMessage (A04A3ECA)

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 Opperand_Count
INT Opcode
INT Message
INT Ticket

Variable Descriptions


Opperand_Count = 3

Opcode = A04A3ECA


  • Message:
0: Customer service comment successfully
added for ticket(Ticket)
1: Customer service comment failed to be added to ticket (Ticket).
Please try again later
  • Ticket:
Number of the ticket.

Tags


S→C This packet originates on the server.

100% This packet has been completely reversed.



Sample Packet

03 00 // Op Count
CA 3E 4A A0 // AppendCommentResponseMessage
01 00 00 00
12 00 00 00