Difference between revisions of "DraftSlotsQueryResponse (000001BF)"

From SWGANH Wiki
Jump to: navigation, search
(Struct)
(Variable Descriptions)
 
(32 intermediate revisions by 5 users not shown)
Line 1: Line 1:
__NOTOC__
+
{{PageHeader|Object Controller|DraftSlotsQueryResponse (000001BF)}}
 
+
 
{| border="0" width="90%" cellpadding=6
 
{| border="0" width="90%" cellpadding=6
 
|-
 
|-
Line 8: Line 7:
  
 
{| 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}}|{{unknown}}
+
|{{byte}}|'''Schematic Type'''
 
|-
 
|-
|{{int}}||Nr of slots
+
|{{int}}||'''Schematic Slot Count'''
 +
|}
 +
{{beginlist|slots|slots count}}
 +
:{| class="wikitable"
 +
|{{a_string}}||'''Path to String'''
 
|-
 
|-
|{{beginlist| list unknown 1}}
+
|{{int}}|always int32(0)
 
|-
 
|-
|{{a_string}}||where to look up the string
+
|{{a_string}}||'''Slot Name'''
 
|-
 
|-
|{{int}}|{{unknown}}
+
|{{byte}}||Flag if Optional(0 default 1 optional)
 
|-
 
|-
|{{a_string}}||Name of the slot
+
|{{int}}||'''Slot 1'''
 +
|}
 +
:{{beginlist|slot resources|previous int?}}
 +
::{| class="wikitable"
 +
|{{a_string}}||'''Path to String'''
 
|-
 
|-
|{{byte}}|{{unknown}}
+
|{{int}}|always int32(0)
 
|-
 
|-
|{{int}}|{{unknown}}
+
|{{a_string}}||'''String Name'''
 
|-
 
|-
|{{beginlist|list unknown2}}
+
|{{u_string}}||resource name or subcomponent iff
 
|-
 
|-
|{{a_string}}||where to look it up
+
|{{byte}}||'''Slot Type'''
 
|-
 
|-
|{{int}}|{{unknown}}
+
|{{int}}||'''Required Resource Amount'''
|-
+
|{{a_string}}||name of the string
+
|-
+
|{{u_string}}||what Ressource goes in there
+
|-
+
|{{byte}}||should be 4 unknown
+
|-
+
|{{int}}||Nr of res needed
+
|-
+
|{{endlist|endlist unknown2}}
+
 
|-
 
|-
 +
|INT16||Only used on type 2 will be an extra int16(0) if other type this doesnt even exist
 +
|}
 +
:{{endlist|slot resources}}
 +
:{| class="wikitable"
 
|{{a_string}}|{{unknown -> this string In my view doesnt exits Sch}}
 
|{{a_string}}|{{unknown -> this string In my view doesnt exits Sch}}
|-
 
|{{endlist|endlist unknown1}}
 
 
|}
 
|}
 +
{{endlist|slots}}
  
 
===Variable Descriptions===
 
===Variable Descriptions===
Line 57: Line 57:
 
controllerID     = '''000001BF'''
 
controllerID     = '''000001BF'''
 
----
 
----
 
+
* '''Schematic Type''': 00 = looted or limited use and 01 = is standard schematics
 +
* '''Slot Type''':
 +
{| align="center"
 +
|-
 +
||
 +
{| class="wikitable"
 +
|-
 +
||'''Value'''||'''Type'''
 +
|-
 +
||4||Resources
 +
|-
 +
||2||Identical
 +
|-
 +
||5||Similar Components
 +
|-
 +
|}
 +
|}
 
|valign=top|
 
|valign=top|
 +
 
===Tags===
 
===Tags===
 
----
 
----
Line 65: Line 82:
 
||{{ObjControllerMessageTag}}
 
||{{ObjControllerMessageTag}}
 
|-
 
|-
||{{50%}}
+
||{{75%}}
 
|-
 
|-
 
|}
 
|}
  
 
|}
 
|}

Latest revision as of 15:48, 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 Path to String
INT always int32(0)
A_STRING String Name
U_STRING resource name or subcomponent iff
BYTE Slot Type
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
  • Slot Type:
Value Type
4 Resources
2 Identical
5 Similar Components

Tags


OCM This header is part of the ObjControllerMessage.

75% This packet has been partially reversed.