Difference between revisions of "BiographyUpdate (000001DB)"

From SWGANH Wiki
Jump to: navigation, search
 
Line 9: Line 9:
 
{| class="wikitable"
 
{| class="wikitable"
 
|-
 
|-
|align="center" style="background:#3C4565; color:white;"|'''LONG'''||'''<font color=red>Unknown</font>'''
+
|{{long}}|'''Bio Owner ID'''
 
|-
 
|-
|align="center" style="background:#8BD9A3; color:white;"|'''U_STRING'''||'''<font color=red>Unknown</font>'''
+
|{{int}}|'''Unicode String Size'''
 +
|-
 +
|{{u_string}}|'''Biography'''
 
|-
 
|-
 
|}
 
|}
Line 27: Line 29:
 
||{{ObjControllerMessageTag}}
 
||{{ObjControllerMessageTag}}
 
|-
 
|-
||{{25%}}
+
||{{100%}}
 
|-
 
|-
 
|}
 
|}
  
 
|}
 
|}
 +
 +
 +
 +
===Example Packet===
 +
05 00                                          //'OBJECTUPDATE
 +
46 5E CE 80                              //'ObjControllerMessage
 +
0B 00 00 00
 +
DB 01 00 00
 +
D2 CD 31 6E 0C 00 00 00          //'character ID
 +
00 00 00 00
 +
D2 CD 31 6E 0C 00 00 00          //'character ID
 +
0B 00 00 00                            //UNICODE STRING SIZE(11)
 +
49 00 20 00 61 00 6D 00 20 00 52 00 6F 00 6B 00 69 00 67 00 2E 00          //'UNICODE ('I am Rokig.')

Revision as of 03:05, 1 April 2007


Struct


LONG Bio Owner ID
INT Unicode String Size
U_STRING Biography

Variable Descriptions


controllerID = 000001DB


Tags


OCM This header is part of the ObjControllerMessage.

100% This packet has been completely reversed.


Example Packet

05 00                                          //'OBJECTUPDATE
46 5E CE 80                               //'ObjControllerMessage
0B 00 00 00
DB 01 00 00
D2 CD 31 6E 0C 00 00 00          //'character ID
00 00 00 00
D2 CD 31 6E 0C 00 00 00          //'character ID
0B 00 00 00                             //UNICODE STRING SIZE(11)
49 00 20 00 61 00 6D 00 20 00 52 00 6F 00 6B 00 69 00 67 00 2E 00           //'UNICODE ('I am Rokig.')