Difference between revisions of "CraftCustomization (0000015A)"

From SWGANH Wiki
Jump to: navigation, search
 
(Struct)
 
(10 intermediate revisions by 3 users not shown)
Line 1: Line 1:
__NOTOC__
+
{{PageHeader|Object Controller|CraftCustomization (0000015A)}}
 
+
 
{| border="0" width="90%" cellpadding=6
 
{| border="0" width="90%" cellpadding=6
 
|-
 
|-
Line 6: Line 5:
 
===Struct===
 
===Struct===
 
----
 
----
 
+
{| align="center"
 +
|-
 +
||
 
{| class="wikitable"
 
{| class="wikitable"
 +
|{{u_string}}|'''Custom Item Name'''
 
|-
 
|-
|align="center" style="background:#8BD9A3; color:white;"|'''U_STRING'''||'''<font color=red>Unknown</font>'''
+
|{{byte}}|{{unknown}}
 
|-
 
|-
|align="center" style="background:#B3C0DE; color:white;"|'''BYTE'''||'''<font color=red>Unknown</font>'''
+
|{{int}}|amount of items for man. schematic
 
|-
 
|-
|align="center" style="background:#3C548A; color:white;"|'''INT'''||'''<font color=red>Unknown</font>'''
+
|{{byte}}|amount of cust attributes in list
|-
+
|align="center" style="background:#B3C0DE; color:white;"|'''BYTE'''||'''<font color=red>Unknown</font>'''
+
 
|-
 
|-
 
|}
 
|}
:{
+
{{beginlist|unknown|unknown count}}
 
:{| class="wikitable"
 
:{| class="wikitable"
 +
|{{int}}|{{unknown}}
 
|-
 
|-
|align="center" style="background:#3C548A; color:white;"|'''INT'''||'''<font color=red>Unknown</font>'''
+
|{{int}}|selected color
|-
+
|align="center" style="background:#3C548A; color:white;"|'''INT'''||'''<font color=red>Unknown</font>'''
+
|-
+
 
|}
 
|}
:}
+
{{endlist|unknown}}
 +
|}
 +
 
 +
 
 +
<pre>
 +
USTRING: CustomName
 +
BYTE: ModelNumber
 +
INT: SchematicQuantity
 +
BYTE: CustomizationList
 +
{
 +
  INT: CustomizationSlot
 +
  INT: CustomizationValue
 +
}
 +
</pre>
 +
 
 
===Variable Descriptions===
 
===Variable Descriptions===
 
----
 
----
 
controllerID     = '''0000015A'''
 
controllerID     = '''0000015A'''
 
----
 
----
 
+
* '''Custom Item Name''': ''Set by player''
 
|valign=top|
 
|valign=top|
 +
 
===Tags===
 
===Tags===
 
----
 
----
Line 39: Line 52:
 
||{{ObjControllerMessageTag}}
 
||{{ObjControllerMessageTag}}
 
|-
 
|-
||{{25%}}
+
||{{50%}}
 
|-
 
|-
 
|}
 
|}
  
 
|}
 
|}

Latest revision as of 03:33, 18 February 2009

Object Controller - CraftCustomization (0000015A)

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

Struct


U_STRING Custom Item Name
BYTE ??
INT amount of items for man. schematic
BYTE amount of cust attributes in list

<unknown count=unknown count>

INT ??
INT selected color

<unknown/>


USTRING:	CustomName
BYTE:		ModelNumber
INT:		SchematicQuantity
BYTE:		CustomizationList
{
  INT:		CustomizationSlot
  INT:		CustomizationValue
}

Variable Descriptions


controllerID = 0000015A


  • Custom Item Name: Set by player

Tags


OCM This header is part of the ObjControllerMessage.

50% This packet has been partially reversed.