Difference between revisions of "GetTicketsResponseMessage"

From SWGANH Wiki
Jump to: navigation, search
(Struct)
 
(6 intermediate revisions by 2 users not shown)
Line 1: Line 1:
__NOTOC__
+
{{MissingPacket}}
 +
{{PageHeader|Server Packet|GetTicketsResponseMessage}}
 
{| border="0" width="90%" cellpadding=6
 
{| border="0" width="90%" cellpadding=6
 
|-
 
|-
Line 5: Line 6:
 
===Struct===
 
===Struct===
 
----
 
----
 
+
{| align="center"
 +
|-
 +
||
 
{| class="wikitable"
 
{| class="wikitable"
|{{short}}||'''Opperand_Count'''
+
|{{short}}||'''Op Count'''
 
|-
 
|-
 
|{{int}}||'''Opcode'''
 
|{{int}}||'''Opcode'''
Line 39: Line 42:
 
|-
 
|-
 
|}
 
|}
{{endlist|Tickets}}
+
|}
  
 
===Variable Descriptions===
 
===Variable Descriptions===
Line 54: Line 57:
 
: 0: open
 
: 0: open
 
: 1: closed
 
: 1: closed
*Debug Byte
+
*Read
:Must be 01 or "(please read)" is appended to the id
+
: 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.   
 
Still cannot set the category.   
 
|valign=top|
 
|valign=top|
Line 73: 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...