Difference between revisions of "JTLShipLocationList (0000041D)"

From SWGANH Wiki
Jump to: navigation, search
(Struct)
(Tags)
Line 34: Line 34:
 
||{{ObjControllerMessageTag}}
 
||{{ObjControllerMessageTag}}
 
|-
 
|-
||{{75%}}
+
||{{100%}}
 
|-
 
|-
 
|}
 
|}
Line 41: Line 41:
  
 
<pre>
 
<pre>
INT: Unknown
+
INT: String #
LONG: Terminal ID thats being accessed.
+
{
A_STRING:      Current Location
+
LONG: Terminal ID thats being accessed.
LONG:          Ship Object ID
+
A_STRING:      Current Location
A_STRING:      Ship's Location
+
LONG:          Ship Object ID
 +
A_STRING:      Ship's Location
 +
}
 
</pre>
 
</pre>

Revision as of 00:02, 13 April 2008

Object Controller - JTLShipLocationList (0000041D)

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

Struct


INT Number of Strings
LONG Terminal ID
A_STRING Current Location
LONG Ship Object ID
A_STRING Ship Location

Variable Descriptions


controllerID = 0000041D


Tags


OCM This header is part of the ObjControllerMessage.

100% This packet has been completely reversed.


INT:		String #
{
 LONG:		Terminal ID thats being accessed.
 A_STRING:       Current Location
 LONG:           Ship Object ID
 A_STRING:       Ship's Location
}