Difference between revisions of "MissionListRequest (000000F5)"

From SWGANH Wiki
Jump to: navigation, search
(Struct)
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}}
 
|{{byte}}|{{unknown}}
Line 14: Line 15:
 
|{{long}}||'''TerminalID'''
 
|{{long}}||'''TerminalID'''
 
|}
 
|}
 
+
|}
 
===Variable Descriptions===
 
===Variable Descriptions===
 
----
 
----

Revision as of 21:22, 4 January 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.