Difference between revisions of "BiographyUpdate (000001DB)"

From SWGANH Wiki
Jump to: navigation, search
 
m (Protected "BiographyUpdate (000001DB)": Page is complete. [edit=sysop:move=sysop])
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
__NOTOC__
+
{{PageHeader|Object Controller|BiographyUpdate (000001DB)}}
 
+
 
{| border="0" width="90%" cellpadding=6
 
{| border="0" width="90%" cellpadding=6
 
|-
 
|-
Line 6: Line 5:
 
===Struct===
 
===Struct===
 
----
 
----
 
+
{| align="center"
 +
|-
 +
||
 
{| 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 31:
 
||{{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.')

Latest revision as of 23:43, 17 December 2007

Object Controller - BiographyUpdate (000001DB)

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

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.')