Difference between revisions of "MSCO08"

From SWGANH Wiki
Jump to: navigation, search
(New page: __NOTOC__ {|align="center" |- ||{{MSCOArchitectureNAV}} |- |} <br> {| border="0" width="90%" cellpadding=6 |- |valign=top| ===BaseLine Struct=== ---- <pre> SHORT: ObjOpperandCount (6) F...)
 
 
(7 intermediate revisions by 3 users not shown)
Line 1: Line 1:
__NOTOC__
+
{{PageHeader|Baseline|MSCO 08}}
 
{|align="center"
 
{|align="center"
 
|-  
 
|-  
Line 13: Line 13:
  
 
<pre>
 
<pre>
SHORT: ObjOpperandCount (6)
+
SHORT:           ???
FLOAT: SchemComplexity
+
SHORT: ? perhaps string or list-
+
ASTRING: tangible object iff
+
INT:         crc schematic
+
BYTE:          ??? must be > 0 to open the second craft screen
+
BYTE:          Monitors the slots filled
+
 
</pre>
 
</pre>
  
 
===Deltas Struct===
 
===Deltas Struct===
 
----
 
----
There's one delta I'm aware of that is sent after a slot has been filled.
 
In NGE the var 6 (byte) is filled with the amount of filled slots.
 
In precu it is var 5
 
 
 
<pre>
 
<pre>
00
+
</pre>
FLOAT: SchemComplexity
+
  
01
 
SHORT: ? perhaps string or list-
 
 
02
 
ASTRING: tangible object iff
 
 
03
 
INT:         crc schematic
 
 
04
 
BYTE:          ??? must be > 0 to open the second craft screen
 
 
05
 
BYTE:          Monitors the slots filled
 
</pre>
 
 
|valign=top|
 
|valign=top|
  
Line 59: Line 33:
 
{| align="center"
 
{| align="center"
 
|-  
 
|-  
||{{50%}}
+
||{{0%}}
 +
|-
 +
||{{ServerPacket}}
 
|-
 
|-
|}
 
 
===To Do===
 
----
 
  
 +
|}
 
|}
 
|}
  
 +
===Sample Packet===
 
----
 
----
 +
<pre>
 +
05 00
 +
0C 5F A7 68            // BaselinesMessage
 +
24 2A FA 04 0F 00 00 00 // ID
 +
4F 43 53 4D 08          // OCSM 8
 +
02 00 00 00
 +
00 00 19
 +
</pre>

Latest revision as of 13:19, 8 January 2008

Baseline - MSCO 08

SWGANH Wiki is a repository of Star Wars Galaxies Developer information. This site is only meant to be used by SWGANH Developer team.

MSCO Packet Type QuickNav
MSCO03 - MSCO06 - MSCO07 - MSCO08 - MSCO09


BaseLine Struct


SHORT:            ???

Deltas Struct



Variable Descriptions


Obj_OperandCount =


Tags


0% This packet has not been reversed.
S→C This packet originates on the server.

Sample Packet


05 00 
0C 5F A7 68             // BaselinesMessage 
24 2A FA 04 0F 00 00 00 // ID
4F 43 53 4D 08          // OCSM 8
02 00 00 00 
00 00 19