Difference between revisions of "GILD01"

From SWGANH Wiki
Jump to: navigation, search
Line 31: Line 31:
 
</pre>
 
</pre>
  
===Sample Packet===
 
----
 
 
<pre>
 
 
</pre>
 
 
|valign=top|
 
|valign=top|
  
Line 59: Line 53:
 
|}
 
|}
  
 +
===Sample Packet===
 
----
 
----
 +
 +
<pre>
 +
 +
</pre>

Revision as of 11:42, 8 January 2008

Baseline - GILD01

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:		BankCredits
INT:		CashCredits

Deltas Struct


SHORT:			UpdateCount
SHORT:			UpdateType
{
  00:		
    INT:		BankCredits
  01:		
    INT:		CashCredits

Variable Descriptions


Obj_OperandCount = 2


  • BankCredits:
Ammount of Credits displayed as in your bank.
  • CashCredits:
Ammount of Credits displayedas cash in your inventory.

Tags


100% This packet has been completely reversed.

Sample Packet