Difference between revisions of "DraftSlotsQueryResponse (000001BF)"

From SWGANH Wiki
Jump to: navigation, search
(Struct)
(Struct)
Line 8: Line 8:
  
 
{| class="wikitable"
 
{| class="wikitable"
|{{int}}||resource weights id
+
|{{int}}||'''Resource Weight ID'''
 
|-
 
|-
|{{int}}||crc schematic
+
|{{int}}||'''Schematic CRC'''
 
|-
 
|-
|{{int}}||complexity
+
|{{int}}||'''Schematic Complexity'''
 
|-
 
|-
|{{int}}||size in Datapad
+
|{{int}}||'''Schematic Datapad Size'''
 
|-
 
|-
|{{byte}}|00 = looted or limited use and 01 = is standard schematics
+
|{{byte}}|'''Schematic Type'''
 
|-
 
|-
 
|{{int}}||slots count
 
|{{int}}||slots count
Line 53: Line 53:
 
|}
 
|}
 
{{endlist|slots}}
 
{{endlist|slots}}
 +
 +
 +
00 = looted or limited use and 01 = is standard schematics
  
 
===Variable Descriptions===
 
===Variable Descriptions===

Revision as of 15:38, 5 August 2007


Struct


INT Resource Weight ID
INT Schematic CRC
INT Schematic Complexity
INT Schematic Datapad Size
BYTE Schematic Type
INT slots count

<slots count=slots count>

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

<slots/>


00 = looted or limited use and 01 = is standard schematics

Variable Descriptions


controllerID = 000001BF


Tags


OCM This header is part of the ObjControllerMessage.

75% This packet has been partially reversed.