Difference between revisions of "AppendCommentResponseMessage"

From SWGANH Wiki
Jump to: navigation, search
(Sample Code)
Line 48: Line 48:
 
----
 
----
  
==Sample Code==
 
----
 
  
<pre>
 
Insert Code Snippet Here...
 
</pre>
 
  
 
==Sample Packet==
 
==Sample Packet==

Revision as of 21:09, 22 June 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

Insert Sample Packet Here...