Difference between revisions of "GetTicketsResponseMessage"

From SWGANH Wiki
Jump to: navigation, search
 
 
(9 intermediate revisions by 2 users not shown)
Line 1: Line 1:
__NOTOC__
+
{{MissingPacket}}
{|
+
{{PageHeader|Server Packet|GetTicketsResponseMessage}}
|- align="center"
+
||{{PacketGuide}}
+
|-
+
|}
+
 
+
 
{| border="0" width="90%" cellpadding=6
 
{| border="0" width="90%" cellpadding=6
 
|-
 
|-
Line 11: Line 6:
 
===Struct===
 
===Struct===
 
----
 
----
 
+
{| align="center"
 +
|-
 +
||
 
{| class="wikitable"
 
{| class="wikitable"
 +
|{{short}}||'''Op Count'''
 
|-
 
|-
|align="center" style="background:#B3C0DE; color:white;"|'''BYTE'''||'''uint8'''
+
|{{int}}||'''Opcode'''
 
|-
 
|-
|align="center" style="background:#6C86BF; color:white;"|'''SHORT'''||'''uint16'''
+
|{{int}}|{{unknown}}
 
|-
 
|-
|align="center" style="background:#3C548A; color:white;"|'''INT'''||'''uint32'''
+
|{{int}}|{{unknown}}
 
|-
 
|-
|align="center" style="background:#3C5466; color:white;"|'''FLOAT'''||'''uint32'''
+
|{{int}}||'''TicketCount'''
 
|-
 
|-
|align="center" style="background:#3C4565; color:white;"|'''LONG'''||'''uint64'''
+
|}
 +
{{beginlist|Tickets|TicketCount}}
 +
:{| class="wikitable"
 +
|{{int}}|{{unknown}}
 
|-
 
|-
|align="center" style="background:#D8F2E0; color:#3C4565;"|'''A_STRING'''||'''ASCII String'''
+
|{{int}}|{{unknown}}
 
|-
 
|-
|align="center" style="background:#8BD9A3; color:white;"|'''U_STRING'''||'''Unicode String'''
+
|{{a_string}}||'''Name'''
 
|-
 
|-
|align="center" style="background:#3EC166; color:white;"|'''C_STRING'''||'''Customization String'''
+
|{{u_string}}||'''Text'''
 
|-
 
|-
|align="center" style="background:#25733D; color:white;"|'''B_STRING'''||'''Byte String'''
+
|{{a_string}}|{{unknown}}
 
|-
 
|-
|align="center" style="background:#C6C600; color:white;"|'''{ }'''||'''LIST Component'''
+
|{{int}}||'''id'''
 
|-
 
|-
|align="center" style="background:#DF97A7; color:white;"|'''?'''||'''Uncertain Values'''
+
|{{long}}||'''time'''
 
|-
 
|-
|align="center" style="background:#C84966; color:white;"|'''?? '''||'''Unknown Variable Name'''
+
|{{byte}}||'''Read'''
 +
|-
 +
|{{byte}}||'''status'''
 
|-
 
|-
 +
|}
 
|}
 
|}
  
Line 43: Line 47:
 
----
 
----
  
Opperand_Count     = '''9'''
+
Opperand_Count     = '''3'''
  
Opcode     = '''FFFFFFFF'''
+
Opcode     = '''BB567F98'''
 
----
 
----
  
* Additional Descriptions go here...
+
* 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. 
 
|valign=top|
 
|valign=top|
 +
 
===Tags===
 
===Tags===
 
----
 
----
Line 60: Line 70:
 
||{{ServerPacket}}
 
||{{ServerPacket}}
 
|-
 
|-
||{{0%}}
+
||{{50%}}
 
|-
 
|-
 
|}
 
|}
Line 67: 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...