Difference between revisions of "DraftSlotsQueryResponse (000001BF)"

From SWGANH Wiki
Jump to: navigation, search
(Struct)
(Struct)
Line 16: Line 16:
 
|{{int}}||size in Datapad
 
|{{int}}||size in Datapad
 
|-
 
|-
|{{byte}}|?? limited use flag?? seen this one as 00 and 01
+
|{{byte}}|?? limited use flag or looted schematic?? seen this one as 00 and 01
 
|-
 
|-
 
|{{int}}||slots count
 
|{{int}}||slots count
Line 42: Line 42:
 
|{{u_string}}||resource name or subcomponent iff
 
|{{u_string}}||resource name or subcomponent iff
 
|-
 
|-
|{{byte}}||should be 4 unknown (Have seen this as several different numbers:Rouse)
+
|{{byte}}||4 is resources  2 and 5 are components|-
|-
+
 
|{{int}}||required resource amount
 
|{{int}}||required resource amount
|}
+
|{{int}}||Only used on type 2 will be an extra int16(0)|}
 
:{{endlist|slot resources}}
 
:{{endlist|slot resources}}
 
:{| class="wikitable"
 
:{| class="wikitable"

Revision as of 13:23, 3 August 2007


Struct


INT resource weights id
INT crc schematic
INT complexity
INT size in Datapad
BYTE ?? limited use flag or looted schematic?? seen this one as 00 and 01
INT slots count

<slots count=slots count>

A_STRING where to look up the string
INT ??
A_STRING Name of the slot
BYTE Flag if Optional
INT slot 1 ???
<slot resources count=previous int?>
A_STRING where to look it up
INT ??
A_STRING name of the string
U_STRING resource name or subcomponent iff
BYTE 4 is resources 2 and 5 are components|- INT required resource amount INT Only used on type 2 will be an extra int16(0)|}
<slot resources/>
A_STRING {{unknown -> this string In my view doesnt exits Sch}}

<slots/>


Variable Descriptions


controllerID = 000001BF


Tags


OCM This header is part of the ObjControllerMessage.

75% This packet has been partially reversed.