Difference between revisions of "DraftSlots (00000103)"

From SWGANH Wiki
Jump to: navigation, search
(Variable Descriptions)
(Struct)
Line 8: Line 8:
  
 
<pre>
 
<pre>
LONG: PlayerID
+
LONG: PlaerID
 +
INT: Unknown
 +
LONG: crafttoolID
 
LONG: SchematicID
 
LONG: SchematicID
 
LONG: ItemID
 
LONG: ItemID
INT: Unknown
+
INT: datapadsize of the schem
 
BYTE: Unknown
 
BYTE: Unknown
INT: counter
+
INT: number of slots the schem consists of
 
{
 
{
A_STRING: Unknown
+
A_STRING: craft_item_ingredients_n -> string directory
 
INT: Unknown
 
INT: Unknown
A_STRING: Unknown
+
A_STRING: string to look up
 
BYTE:          Unknown
 
BYTE:          Unknown
 
INT: counter
 
INT: counter
 
{
 
{
A_STRING: Unknown
+
A_STRING: craft_item_ingredients_n -> string directory
 
INT: Unknown
 
INT: Unknown
A_STRING: Unknown
+
A_STRING: string to look up (same as above)
U_STRING:      Unknown
+
U_STRING:      what to feed the slot with
 
BYTE:          Unknown
 
BYTE:          Unknown
INT:    Unknown
+
INT:    amount of resources needed
 
}
 
}
 
A_STRING: Unknown
 
A_STRING: Unknown

Revision as of 14:08, 20 March 2007


Struct


LONG:		PlaerID
INT:		Unknown
LONG:		crafttoolID
LONG:		SchematicID
LONG:		ItemID
INT:		datapadsize of the schem
BYTE:		Unknown
INT:		number of slots the schem consists of
{
A_STRING:	craft_item_ingredients_n -> string directory
INT:		Unknown
A_STRING:	string to look up
BYTE:           Unknown
INT:		counter
{
A_STRING:	craft_item_ingredients_n -> string directory
INT:		Unknown
A_STRING:	string to look up (same as above)
U_STRING:       what to feed the slot with
BYTE:           Unknown
INT:     	amount of resources needed
}
A_STRING:	Unknown
}

Variable Descriptions


controllerID = 00000103


This Packet is send in order to open the second craftscreen after the schematic and item object have been created. If the objects are created correctly the 2nd craftscreen will open.

For a sample packet see discussion

Tags


OCM This header is part of the ObjControllerMessage.

75% This packet has been partially reversed.