Difference between revisions of "SpatialChatInternal (00000161)"

From SWGANH Wiki
Jump to: navigation, search
(Example Packet)
(Example Packet)
 
Line 44: Line 44:
 
===Example Packet===
 
===Example Packet===
  
  05 00                    //OpperandCount
+
  05 00                    // OpperandCount
  46 5e ce 80              //ObjController
+
  46 5e ce 80              // ObjController
  23 00 00 00              //sub-op
+
  23 00 00 00              // sub-op
  16 01 00 00              //SpatialChatInternal
+
  16 01 00 00              // Command OP
  19 00 00 00 00 00 00 00 //'Character ID
+
  19 00 00 00 00 00 00 00 // Character ID
 
  00 00 00 00  
 
  00 00 00 00  
 
  00 00 00 00  
 
  00 00 00 00  
  d4 63 8d 7c  //CRC = 'spatialchatinternal
+
  d4 63 8d 7c  // spatialchatinternal
 
  00 00 00 00  
 
  00 00 00 00  
 
  00 00 00 00   
 
  00 00 00 00   
  04 00 00 00 //u-string count
+
  04 00 00 00 // u-string count
  74 00 65 00 73 00 74 00 //'Test
+
  74 00 65 00 73 00 74 00 // Test

Latest revision as of 10:44, 12 September 2011

Object Controller - SpatialChatInternal (00000161)

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

Struct


INT unknown
INT CRC = 'spatialchatinternal'
INT unknown
INT unknown
INT UniCode String Size
U_STRING Text

Variable Descriptions


controllerID = 00000116


Tags


C→S This packet originates on the client.

OCM This header is part of the ObjControllerMessage.

75% This packet has been partially reversed.

Example Packet

05 00                    // OpperandCount
46 5e ce 80              // ObjController
23 00 00 00              // sub-op
16 01 00 00              // Command OP
19 00 00 00 00 00 00 00  // Character ID
00 00 00 00 
00 00 00 00 
d4 63 8d 7c   // spatialchatinternal
00 00 00 00 
00 00 00 00  
04 00 00 00 // u-string count
74 00 65 00 73 00 74 00 // Test