Difference between revisions of "DraftSlots (00000103)"
From SWGANH Wiki
(→Struct) |
|||
Line 7: | Line 7: | ||
---- | ---- | ||
− | + | {| class="wikitable" | |
− | + | |{{long}}|PlayerID | |
− | + | |- | |
− | + | |{{int}}|{{unknown}} | |
− | + | |- | |
− | + | |{{long}}||crafttoolID | |
− | + | |- | |
− | + | |{{long}}||SchematicID | |
− | + | |- | |
− | { | + | |{{long}}||ItemID |
− | + | |- | |
− | + | |{{int}}||datapadsize of the schem | |
− | + | |- | |
− | + | |{{byte}}|{{unknown}} | |
− | + | |- | |
− | { | + | |{{int}}||slots count |
− | + | |} | |
− | + | {{beginlist|slots|slots count}} | |
− | + | :{| class="wikitable" | |
− | + | |{{a_string}}||craft_item_ingredients_n -> string directory | |
− | + | |- | |
− | + | |{{int}}|{{unknown}} | |
− | } | + | |- |
− | + | |{{a_string}}|string to look up | |
− | } | + | |- |
− | + | |{{byte}}|{{unknown}} | |
+ | |- | ||
+ | |{{int}}||ingredients count | ||
+ | |} | ||
+ | :{{beginlist|ingredients|ingredients count}} | ||
+ | ::{| class="wikitable" | ||
+ | |{{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 | ||
+ | |} | ||
+ | :{{endlist|ingredients}} | ||
+ | :{| class="wikitable" | ||
+ | |{{a_string}}|{{unknown}} | ||
+ | |} | ||
+ | {{endlist|slots}} | ||
===Variable Descriptions=== | ===Variable Descriptions=== |
Revision as of 12:27, 22 March 2007
Struct
<slots count=slots count>
<slots/>
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
|