Difference between revisions of "MissionListRequest (000000F5)"

From SWGANH Wiki
Jump to: navigation, search
(Tags)
(Struct)
 
(6 intermediate revisions by 3 users not shown)
Line 1: Line 1:
__NOTOC__
+
{{PageHeader|Object Controller|MissionListRequest (000000F5)}}
 
+
 
{| border="0" width="90%" cellpadding=6
 
{| border="0" width="90%" cellpadding=6
 
|-
 
|-
Line 6: Line 5:
 
===Struct===
 
===Struct===
 
----
 
----
 
+
{| align="center"
 +
|-
 +
||
 
{| class="wikitable"
 
{| class="wikitable"
 +
|{{byte}}|{{unknown}}
 
|-
 
|-
|align="center" style="background:#B3C0DE; color:white;"|'''BYTE'''||'''<font color=red>Unknown</font>'''
+
|{{byte}}||'''Stale Flag'''
|-
+
|align="center" style="background:#B3C0DE; color:white;"|'''BYTE'''||'''Counter'''
+
|-
+
|align="center" style="background:#3C4565; color:white;"|'''LONG'''||'''TerminalID'''
+
 
|-
 
|-
 +
|{{long}}||'''TerminalID'''
 +
|}
 
|}
 
|}
  
Line 43: Line 43:
 
|}
 
|}
  
 +
===To Do===
 +
----
 +
Figure out the purpose of the counter.
 +
 +
Figure out the purpose of the first byte.
 
|}
 
|}

Latest revision as of 18:58, 16 June 2008

Object Controller - MissionListRequest (000000F5)

SWGANH Wiki is a repository of Star Wars Galaxies Developer information. This site is only meant to be used by SWGANH Developer team.

Struct


BYTE ??
BYTE Stale Flag
LONG TerminalID

Variable Descriptions


controllerID = 000000F5


  •  ??:
Always 0...
  • Counter:
This counter starts at 2, and is incremented by 3 each refresh regardless of what terminal is used.
  • TerminalID:
The ObjectID of the terminal being used.

Tags


OCM This header is part of the ObjControllerMessage.

75% This packet has been partially reversed.

C→S This packet originates on the client.

To Do


Figure out the purpose of the counter.

Figure out the purpose of the first byte.