Manufacture Schematic Object

From SWGANH Wiki
Revision as of 12:49, 2 April 2007 by Schmunzel (Talk | contribs)

Jump to: navigation, search

DataFlow

 Client <-> Server Sequence: Resource Container Object

{{{2}}}

Description

the manufacturing schematic object gets used for all schematics in game

The creation process begins with an Object Init Packet and an Object Link packet, the main data is send through an MSCO03 and an MSCO06 packet and the creation process is ended through an MSCOO8, MSCO09, an object finish and a Posture update Packet.

There are still some parts of the MSCO03 and MSCO06 which are not figured out yet, though as far as I can see they are hopefully not that important.

Please note that -like with everything- these packets can be send standalone in an 00 09 or in the pack as an 00 19. to make this a bit clearer I seperate them as single packets. I did not include the headers though (00 09 wx yz and crc at the end) because thats getting redundant.

The object init Packet contains the ID of the newly created schematic and the crc of the item to be created.

Initialization of the Object starts through sending the SceneCreateObjectByCrc the crc sent is the crc of the object we want to create.

The UpdateContainmentMessage packet links the schematic to the craft tool we use to create it.


MSCO03

MSCO06

MSCO08

MSCO09

the Object initialization will be will be completed through sending the SceneEndBaselines