Difference between revisions of "DraftSlotsQueryResponse (000001BF)"

From SWGANH Wiki
Jump to: navigation, search
(Struct)
Line 21: Line 21:
 
{{beginlist|slots|slots count}}
 
{{beginlist|slots|slots count}}
 
:{| class="wikitable"
 
:{| class="wikitable"
|{{a_string}}||where to look up the string
+
|{{a_string}}||'''Path to String'''
 
|-
 
|-
 
|{{int}}|always int32(0)
 
|{{int}}|always int32(0)
 
|-
 
|-
|{{a_string}}||Name of the slot
+
|{{a_string}}||'''Slot Name'''
 
|-
 
|-
 
|{{byte}}||Flag if Optional(0 default 1 optional)
 
|{{byte}}||Flag if Optional(0 default 1 optional)
 
|-
 
|-
|{{int}}||slot 1  
+
|{{int}}||'''Slot 1'''
 
|}
 
|}
 
:{{beginlist|slot resources|previous int?}}
 
:{{beginlist|slot resources|previous int?}}

Revision as of 15:45, 30 December 2007

Object Controller - DraftSlotsQueryResponse (000001BF)

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 Resource Weight ID
INT Schematic CRC
INT Schematic Complexity
INT Schematic Datapad Size
BYTE Schematic Type
INT Schematic Slot Count

<slots count=slots count>

A_STRING Path to String
INT always int32(0)
A_STRING Slot Name
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 exist
<slot resources/>
A_STRING {{unknown -> this string In my view doesnt exits Sch}}

<slots/>


Variable Descriptions


controllerID = 000001BF


  • Schematic Type: 00 = looted or limited use and 01 = is standard schematics

Tags


OCM This header is part of the ObjControllerMessage.

75% This packet has been partially reversed.