Difference between revisions of "GetTicketsResponseMessage"

From SWGANH Wiki
Jump to: navigation, search
(Struct)
 
(3 intermediate revisions by one other user not shown)
Line 1: Line 1:
__NOTOC__
+
{{MissingPacket}}
{| border="0" width="90%" cellpadding=6
+
|-
+
|valign=top|
+
 
{{PageHeader|Server Packet|GetTicketsResponseMessage}}
 
{{PageHeader|Server Packet|GetTicketsResponseMessage}}
 
{| border="0" width="90%" cellpadding=6
 
{| border="0" width="90%" cellpadding=6
Line 45: Line 42:
 
|-
 
|-
 
|}
 
|}
{{endlist|Tickets}}
+
|}
  
 
===Variable Descriptions===
 
===Variable Descriptions===
Line 80: Line 77:
  
 
----
 
----
 
==Sample Code==
 
----
 
 
<pre>
 
Insert Code Snippet Here...
 
</pre>
 
  
 
==Sample Packet==
 
==Sample Packet==

Latest revision as of 22:21, 8 January 2008





Server Packet - GetTicketsResponseMessage

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 Op Count
INT Opcode
INT ??
INT ??
INT TicketCount

<Tickets count=TicketCount>

INT ??
INT ??
A_STRING Name
U_STRING Text
A_STRING ??
INT id
LONG time
BYTE Read
BYTE status

Variable Descriptions


Opperand_Count = 3

Opcode = BB567F98


  • Time
Seconds since December 31, 1969, 16:00:00
  • Status
0: open
1: closed
  • Read
0: Read
1: Unread
The unk, ascii string effects this aswell, if it is null in the second or higher ticket, then that ticket is set as unread.

Still cannot set the category.

Tags


S→C This packet originates on the server.

50% This packet has been partially reversed.


Sample Packet

Insert Sample Packet Here...