Difference between revisions of "CraftFillSlot (00000107)"
From SWGANH Wiki
(→Struct) |
(→Comments) |
||
| (33 intermediate revisions by 4 users not shown) | |||
| Line 1: | Line 1: | ||
| − | + | {{PageHeader|Object Controller|CraftFillSlot (00000107)}} | |
| − | + | ||
{| border="0" width="90%" cellpadding=6 | {| border="0" width="90%" cellpadding=6 | ||
|- | |- | ||
| Line 6: | Line 5: | ||
===Struct=== | ===Struct=== | ||
---- | ---- | ||
| − | + | {| align="center" | |
| + | |- | ||
| + | || | ||
{| class="wikitable" | {| class="wikitable" | ||
| − | |{{long}}| | + | |{{long}}|'''Resource or Container ID''' |
|- | |- | ||
| − | |{{int}}| | + | |{{int}}|'''Slot ID''' |
|- | |- | ||
| − | |{{int}}| | + | |{{int}}|'''Option''' |
|- | |- | ||
| − | |{{byte}}| | + | |{{byte}}|'''Sequence ID''' |
| + | |} | ||
|} | |} | ||
| Line 20: | Line 22: | ||
---- | ---- | ||
controllerID = '''00000107''' | controllerID = '''00000107''' | ||
| + | |||
| + | ===Comments=== | ||
---- | ---- | ||
| + | Sent for each slot that gets filled | ||
| + | Sequence: acts as an assigned counter for each ingredient. | ||
| + | Slot: corresponds to which slot is filled with the ingredient | ||
| + | |||
| + | cAble | ||
|valign=top| | |valign=top| | ||
| + | |||
===Tags=== | ===Tags=== | ||
---- | ---- | ||
| Line 29: | Line 39: | ||
||{{ObjControllerMessageTag}} | ||{{ObjControllerMessageTag}} | ||
|- | |- | ||
| − | ||{{ | + | ||{{ClientPacket}} |
| + | |- | ||
| + | |||
| + | ||{{100%}} | ||
|- | |- | ||
|} | |} | ||
| + | |||
|} | |} | ||
| + | |||
| + | <pre> | ||
| + | |||
| + | NGE break by cAble | ||
| + | |||
| + | 05 00 #Operand | ||
| + | 46 5E CE 80 #ObjCon | ||
| + | 83 00 00 00 | ||
| + | 07 01 00 00 #CraftFillSlot | ||
| + | 00 2E E9 E9 31 00 00 00 | ||
| + | 00 00 00 00 #unknown | ||
| + | 16 A5 C8 50 32 00 00 00 #ObjectID for Ingredient | ||
| + | 01 00 00 00 #Slot01 | ||
| + | 00 00 00 00 #Option | ||
| + | 85 #sequence | ||
| + | |||
| + | |||
| + | |||
| + | 05 00 #Operand | ||
| + | 46 5E CE 80 #ObjCon | ||
| + | 83 00 00 00 | ||
| + | 07 01 00 00 #CraftFillSlot | ||
| + | 00 2E E9 E9 31 00 00 00 #CharacterID | ||
| + | 00 00 00 00 #Unknown | ||
| + | 9D 3F EB F9 3A 00 00 00 #ObjectID for Ingredient | ||
| + | 02 00 00 00 #Slot02 | ||
| + | 00 00 00 00 #Option | ||
| + | 86 #Sequence | ||
| + | |||
| + | |||
| + | |||
| + | |||
| + | </pre> | ||
Latest revision as of 11:00, 17 September 2013
Object Controller - CraftFillSlot (00000107)
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 = 00000107 CommentsSent for each slot that gets filled Sequence: acts as an assigned counter for each ingredient. Slot: corresponds to which slot is filled with the ingredient cAble |
Tags
|
NGE break by cAble 05 00 #Operand 46 5E CE 80 #ObjCon 83 00 00 00 07 01 00 00 #CraftFillSlot 00 2E E9 E9 31 00 00 00 00 00 00 00 #unknown 16 A5 C8 50 32 00 00 00 #ObjectID for Ingredient 01 00 00 00 #Slot01 00 00 00 00 #Option 85 #sequence 05 00 #Operand 46 5E CE 80 #ObjCon 83 00 00 00 07 01 00 00 #CraftFillSlot 00 2E E9 E9 31 00 00 00 #CharacterID 00 00 00 00 #Unknown 9D 3F EB F9 3A 00 00 00 #ObjectID for Ingredient 02 00 00 00 #Slot02 00 00 00 00 #Option 86 #Sequence