UpdateContainmentMessage

From SWGANH Wiki
Revision as of 12:48, 20 December 2006 by Snow (Talk | contribs)

Jump to: navigation, search


Struct


SHORT Operand_Count
INT Opcode
LONG ObjectID
LONG ContainerID
INT ContainmentType

Variable Descriptions


Opperand_Count = 4

Opcode = 56CBDE9E


  • Object_ID:

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"

  • Container_ID:

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.

  • ContainmentType:

This variable is odd. It does not seem to directly related to the client or have any effect. It may just be a serverside containment type.

The common two trends are:

4:Add?
-1:Remove?

Tags


S→C This packet originates on the server.

75% This packet has been partially reversed.


Sample Code


Insert Code Snippet Here...

Sample Packet

Insert Sample Packet Here...