Difference between revisions of "MissionListRequest (000000F5)"

From SWGANH Wiki
Jump to: navigation, search
(To Do)
(Struct)
Line 8: Line 8:
  
 
{| class="wikitable"
 
{| class="wikitable"
 +
|{{byte}}|{{unknown}}
 
|-
 
|-
|align="center" style="background:#B3C0DE; color:white;"|'''BYTE'''||'''<font color=red>Unknown</font>'''
+
|{{byte}}||'''Counter'''
|-
+
|align="center" style="background:#B3C0DE; color:white;"|'''BYTE'''||'''Counter'''
+
|-
+
|align="center" style="background:#3C4565; color:white;"|'''LONG'''||'''TerminalID'''
+
 
|-
 
|-
 +
|{{long}}||'''TerminalID'''
 
|}
 
|}
  

Revision as of 12:52, 22 March 2007


Struct


BYTE ??
BYTE Counter
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.