Difference between revisions of "GILD03"

From SWGANH Wiki
Jump to: navigation, search
Line 1: Line 1:
 +
{{MissingPacket}}
 
{{PageHeader|Baseline|GILD03}}
 
{{PageHeader|Baseline|GILD03}}
 
{|align="center"
 
{|align="center"
Line 61: Line 62:
 
</pre>
 
</pre>
  
===Sample Packet===
 
----
 
 
<pre>
 
 
</pre>
 
 
|valign=top|
 
|valign=top|
  
Line 99: Line 94:
 
|}
 
|}
  
 +
===Sample Packet===
 
----
 
----
 +
 +
<pre>
 +
 +
</pre>

Revision as of 11:48, 8 January 2008





Baseline - GILD03

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
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)
      }
    }     
    
}

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.

Sample Packet