Difference between revisions of "Cell Object"

From SWGANH Wiki
Jump to: navigation, search
 
Line 1: Line 1:
 
Every house contains a set number of cell ids, to which stuff put in the house gets linked.
 
Every house contains a set number of cell ids, to which stuff put in the house gets linked.
every cell id is a seperate object that gets initialized and closed like every other object, too
+
every cell id is a seperate object that gets initialized and closed like every other object, too.
 +
Please note that all cells must be created before the house object is closed.
 +
 
 
Initialization of the Object starts through sending the
 
Initialization of the Object starts through sending the
  
Line 11: Line 13:
  
  
[[RCNO03|RCNO 3]]
+
[[SCLT03|SCLT 3]]
  
 
[[RCNO06|RCNO 6]]
 
[[RCNO06|RCNO 6]]

Revision as of 22:18, 16 January 2007

Every house contains a set number of cell ids, to which stuff put in the house gets linked. every cell id is a seperate object that gets initialized and closed like every other object, too. Please note that all cells must be created before the house object is closed.

Initialization of the Object starts through sending the

SceneCreateObjectByCrc

the crc send is 0x0c5401ee object/cell/shared_cell.iff


The UpdateContainmentMessage packet links the item to the house.


SCLT 3

RCNO 6

RCNO 8

RCNO 9

the Object initialization will be completed through sending the

SceneEndBaselines