DraftSlots (00000103)

From SWGANH Wiki
Revision as of 14:08, 20 March 2007 by Schmunzel (Talk | contribs) (Struct)

Jump to: navigation, search


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.