Difference between revisions of "GILD03"

From SWGANH Wiki
Jump to: navigation, search
(Sample Packet)
(Sample Packet)
Line 64: Line 64:
  
 
<pre>
 
<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>
 
</pre>
 
|valign=top|
 
|valign=top|

Revision as of 13:22, 6 August 2007

GILD Packet Type QuickNav
GILD01 - GILD03 - GILD06

BaseLine Struct


SHORT:		ObjOpperandCount
FLOAT:		??
ASTRING:	STFFileName
INT:		??
ASTRING:	DefaultName
USTRING:	CustomName
INT:		Volume
INT:		GuildIDListSize
INT:		UpdateCounter
{
 A_STRING:	GuildID/Name
}

Deltas Struct


SHORT:			UpdateCount
SHORT:			UpdateType
{
  00:		
    FLOAT:		??
  01:		
    A_STRING:           NameSTF
    INT:		??
    A_STRING:           Name
  02:		
    U_STRING:		CustomName
  03:		
    INT:		Volume
  04:		         
    INT:		GuildIDListSize
    INT:		UpdateCount
    {
      BYTE:		SubType
      {
        00:(remove)
          ASTRING:	GuildID/Name
        01:(add)
          ASTRING:	GuildID/Name
        02:(clearall)
      }
    }     
    
}

Sample Packet



Variable Descriptions


Obj_OperandCount = 5


  • DefaultName:
The default name of the guild object, this should be set to:
file:"string_id_table"
name:""(none)
  • CustomName:
No custom name for Guild Objects should exist.
  • Volume:
Default is 0, this object really has no volume.
  • GuildIDList:
A list containing Ascii Strings of the GuildID number along with its guild tag .
Format: "######:NAME"
Example: "75001:SWGANH"

Tags


100% This packet has been completely reversed.