Difference between revisions of "DraftSlots (00000103)"
From SWGANH Wiki
(→Variable Descriptions) |
(→Struct) |
||
Line 8: | Line 8: | ||
<pre> | <pre> | ||
− | LONG: | + | LONG: PlaerID |
+ | INT: Unknown | ||
+ | LONG: crafttoolID | ||
LONG: SchematicID | LONG: SchematicID | ||
LONG: ItemID | LONG: ItemID | ||
− | INT: | + | INT: datapadsize of the schem |
BYTE: Unknown | BYTE: Unknown | ||
− | INT: | + | INT: number of slots the schem consists of |
{ | { | ||
− | A_STRING: | + | A_STRING: craft_item_ingredients_n -> string directory |
INT: Unknown | INT: Unknown | ||
− | A_STRING: | + | A_STRING: string to look up |
BYTE: Unknown | BYTE: Unknown | ||
INT: counter | INT: counter | ||
{ | { | ||
− | A_STRING: | + | A_STRING: craft_item_ingredients_n -> string directory |
INT: Unknown | INT: Unknown | ||
− | A_STRING: | + | A_STRING: string to look up (same as above) |
− | U_STRING: | + | U_STRING: what to feed the slot with |
BYTE: Unknown | BYTE: Unknown | ||
− | INT: | + | INT: amount of resources needed |
} | } | ||
A_STRING: Unknown | A_STRING: Unknown |
Revision as of 13:08, 20 March 2007
StructLONG: 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 DescriptionscontrollerID = 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
|