Difference between revisions of "GetTicketsResponseMessage"

From SWGANH Wiki
Jump to: navigation, search
(Variable Descriptions)
(Variable Descriptions)
Line 57: Line 57:
 
: 0: Read
 
: 0: Read
 
: 1: Unread
 
: 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|

Revision as of 00:47, 5 June 2007

Struct


SHORT Opperand_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

<Tickets/>


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 Code


Insert Code Snippet Here...

Sample Packet

Insert Sample Packet Here...