Difference between revisions of "GRUP03"

From SWGANH Wiki
Jump to: navigation, search
Line 42: Line 42:
 
</pre>
 
</pre>
  
===Sample Packet===
 
----
 
 
<pre>
 
05 00
 
0C 5F A7 68              // BaselineMessage
 
65 EE 47 95 25 00 00 00  // Group ID
 
50 55 52 47 03          // PURG 3
 
25 00 00 00
 
04 00 00 00
 
80 3F
 
0F 00                    // string count
 
73 74 72 69 6E 67 5F 69  // string_i
 
64 5F 74 61 62 6C 65    // d_table
 
00 00 00 00
 
00 00 00 00
 
00 00 00 00
 
00
 
</pre>
 
 
|valign=top|
 
|valign=top|
  
Line 102: Line 83:
 
|}
 
|}
  
 +
===Sample Packet===
 
----
 
----
 +
 +
<pre>
 +
05 00
 +
0C 5F A7 68              // BaselineMessage
 +
65 EE 47 95 25 00 00 00  // Group ID
 +
50 55 52 47 03          // PURG 3
 +
25 00 00 00
 +
04 00 00 00
 +
80 3F
 +
0F 00                    // string count
 +
73 74 72 69 6E 67 5F 69  // string_i
 +
64 5F 74 61 62 6C 65    // d_table
 +
00 00 00 00
 +
00 00 00 00
 +
00 00 00 00
 +
00
 +
</pre>

Revision as of 15:38, 7 January 2008

Server Packet - GRUP03

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

GRUP Packet Type QuickNav
GRUP01 - GRUP03 - GRUP06


BaseLine Struct


SHORT:       ObjectOpperandCount
FLOAT:       Complexity
ASTRING:     STFFile
INT:         ??
ASTRING:     DefaultName
USTRING:     CustomName
INT:         Volume

Deltas Struct


SHORT:			UpdateCount
SHORT:			UpdateType
{
   00:
     FLOAT:       Complexity
   01:
     ASTRING:     STFFile
     INT:         ??
     ASTRING:     DefaultName
   02:
     USTRING:     CustomName
   03:
     INT:         Volume
}

Variable Descriptions


Obj_OperandCount = 4


  • Complexity
The Complexity of the Object. These are usually only used with schematics and tangible items.
Default is 1.0
  • STFFile:
The name of the STF file you want to reference a string from.
  • DefaultName:
The string reference you want to set as the object name.
  • CustomName:
A unicode string of the name of the object. Overrides the STFName.
  • Volume:
The Volume the object takes up in a container.
Default is 1

Tags


75% This packet has been partially reversed.

S→C This packet originates on the server.

Notes


STFFile = "string_id_table" for Groups, there is no default name.

This is the default base OBJECT that gets inherited into Group, nothing more is added.

Sample Packet


05 00 
0C 5F A7 68              // BaselineMessage
65 EE 47 95 25 00 00 00  // Group ID
50 55 52 47 03           // PURG 3
25 00 00 00 
04 00 00 00 
80 3F 
0F 00                    // string count
73 74 72 69 6E 67 5F 69  // string_i
64 5F 74 61 62 6C 65     // d_table
00 00 00 00 
00 00 00 00 
00 00 00 00 
00