Difference between revisions of "DraftSlots (00000103)"
From SWGANH Wiki
(→Variable Descriptions) |
(→Struct) |
||
(17 intermediate revisions by 6 users not shown) | |||
Line 1: | Line 1: | ||
− | + | {{PageHeader|Object Controller|DraftSlots (00000103)}} | |
− | + | ||
{| border="0" width="90%" cellpadding=6 | {| border="0" width="90%" cellpadding=6 | ||
|- | |- | ||
Line 6: | Line 5: | ||
===Struct=== | ===Struct=== | ||
---- | ---- | ||
− | + | {| align="center" | |
− | + | |- | |
− | + | || | |
− | + | {| class="wikitable" | |
− | + | |{{long}}|PlayerID | |
− | + | |- | |
− | + | |{{int}}|Slots | |
− | + | |- | |
− | { | + | |{{long}}||crafttoolID |
− | + | |- | |
− | + | |{{long}}||SchematicID | |
− | + | |- | |
− | + | |{{long}}||ItemID | |
− | + | |- | |
− | { | + | |{{int}}||datapadsize of the schem |
− | + | |- | |
− | + | |{{byte}}||?? limited use flag or loot flag?? 0 or 1 | |
− | + | |- | |
− | + | |{{int}}||slots count | |
− | + | |} | |
− | + | {{beginlist|slots|slots count}} | |
− | } | + | :{| class="wikitable" |
− | + | |{{a_string}}||craft_item_ingredients_n -> string directory | |
− | } | + | |- |
− | + | |{{int}}|string spacer (0) | |
+ | |- | ||
+ | |{{a_string}}|string to look up | ||
+ | |- | ||
+ | |{{byte}}||Optional | ||
+ | |- | ||
+ | |{{int}}||ingredients count | ||
+ | |} | ||
+ | :{{beginlist|ingredients|ingredients count}} | ||
+ | ::{| class="wikitable" | ||
+ | |{{a_string}}||craft_item_ingredients_n -> string directory | ||
+ | |- | ||
+ | |{{int}}|string spacer (0) | ||
+ | |- | ||
+ | |{{a_string}}||string to look up (same as above) | ||
+ | |- | ||
+ | |{{u_string}}||what to feed the slot with | ||
+ | |- | ||
+ | |{{byte}}||relates to u_string | ||
+ | |- | ||
+ | |{{int}}||amount of resources needed | ||
+ | |} | ||
+ | :{{endlist|ingredients}} | ||
+ | {{endlist|slots}} | ||
+ | |} | ||
===Variable Descriptions=== | ===Variable Descriptions=== | ||
Line 37: | Line 60: | ||
---- | ---- | ||
− | This Packet is | + | This Packet is sent in order to open the second crafting screen after the schematic and item object have been created. If the objects is created correctly the 2nd crafting screen will open. |
+ | For a sample packet see discussion | ||
+ | |||
+ | Note: The byte after the u_string will be replaced by uint8(2),uint16(1),uint32,uint32, if the slot represents a subcomponent. | ||
|valign=top| | |valign=top| | ||
Line 47: | Line 73: | ||
||{{ObjControllerMessageTag}} | ||{{ObjControllerMessageTag}} | ||
|- | |- | ||
+ | ||{{ServerPacket}} | ||
+ | |- | ||
+ | |||
||{{75%}} | ||{{75%}} | ||
|- | |- | ||
|} | |} | ||
|} | |} |
Latest revision as of 14:21, 19 September 2013
Object Controller - DraftSlots (00000103)
SWGANH Wiki is a repository of Star Wars Galaxies Developer information. This site is only meant to be used by SWGANH Developer team.
Struct
Variable DescriptionscontrollerID = 00000103 This Packet is sent in order to open the second crafting screen after the schematic and item object have been created. If the objects is created correctly the 2nd crafting screen will open. For a sample packet see discussion Note: The byte after the u_string will be replaced by uint8(2),uint16(1),uint32,uint32, if the slot represents a subcomponent. |
Tags
|