Difference between revisions of "GILD06"

From SWGANH Wiki
Jump to: navigation, search
Line 50: Line 50:
 
|}
 
|}
  
===Sample Packet===
+
===Baseline Sample Packet===
 +
----
 +
 
 +
<pre>
 +
05 00 // Op count
 +
0C 5F A7 68 // Baseline Message
 +
1A 24 F4 00 00 00 00 00
 +
44 4C 49 47 // DLIG
 +
06 // 6
 +
06 00 00 00
 +
01 00
 +
3B 00 00 00
 +
</pre>
 +
 
 +
===Delta Sample Packet===
 
----
 
----
  

Revision as of 15:12, 8 January 2008





Baseline - GILD06

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

GILD Packet Type QuickNav
GILD01 - GILD03 - GILD06


BaseLine Struct


SHORT:		ObjOpperandCount
INT:		??

Deltas Struct


SHORT:			UpdateCount
SHORT:			UpdateType
{
  00:		
    INT:		??

Variable Descriptions


Obj_OperandCount = 1


Additional Info


  • Only data in GUILD06 is inherited from the base object.

Tags


50% This packet has been partially reversed.

Baseline Sample Packet


05 00 // Op count
0C 5F A7 68 // Baseline Message
1A 24 F4 00 00 00 00 00 
44 4C 49 47 // DLIG
06 // 6
06 00 00 00 
01 00 
3B 00 00 00 

Delta Sample Packet