Difference between revisions of "UpdateContainmentMessage"
From SWGANH Wiki
(→Struct) |
(→Variable Descriptions) |
||
Line 38: | Line 38: | ||
Buildings or Structures, etc. | Buildings or Structures, etc. | ||
− | * ''' | + | * '''SlotIndex''': |
− | + | ||
− | The common two trends are: | + | :This variable affects the "slot" in which the ObjectID is being placed into in the the container. If unspecified(-1) its put into a lowest level slot. (generic-ish) |
+ | |||
+ | :See Table Below. | ||
+ | :Equipted items must be specified correctly to display slot correctness. In example, if pants are set as -1, you wear underwear ABOVE your pants. | ||
+ | |||
+ | <pre> | ||
+ | Common Values: | ||
+ | -1 - Unspecified (Bottom Layer) | ||
+ | 4 - Inventory (For Items) | ||
+ | 5 - Datapad (For Data) | ||
+ | </pre> | ||
+ | :The common two trends are: | ||
<pre> | <pre> | ||
4:Add? | 4:Add? |
Revision as of 06:16, 12 June 2008
Server Packet - UpdateContainmentMessage (56CBDE9E)
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 DescriptionsOpperand_Count = 4 Opcode = 56CBDE9E
The unique ID for an object. In this packet, this object gets put into the "container" of the container object. It may also be seen as a "link"
This is a unique ID for a container object. the Object_ID gets "put into" this container. Container types include Inventory, Storage Containers, Buildings or Structures, etc.
Common Values: -1 - Unspecified (Bottom Layer) 4 - Inventory (For Items) 5 - Datapad (For Data)
4:Add? -1:Remove? |
Tags
|
Sample Packet
04 00 //Operand_Count 9E DE CB 56 //UpdateContainmentMessage 62 C9 8B 12 1E 00 00 00 //Object ID FD 85 10 00 00 00 00 00 //Cell ID FF FF FF FF //ContainmentType?