Difference between revisions of "GILD01"

From SWGANH Wiki
Jump to: navigation, search
(Variable Descriptions)
 
(7 intermediate revisions by 2 users not shown)
Line 1: Line 1:
__NOTOC__
+
{{MissingPacket}}
 +
{{PageHeader|Baseline|GILD01}}
 
{|align="center"
 
{|align="center"
 
|-  
 
|-  
Line 5: Line 6:
 
|-
 
|-
 
|}
 
|}
 +
<br>
 
{| border="0" width="90%" cellpadding=6
 
{| border="0" width="90%" cellpadding=6
 
|-
 
|-
Line 10: Line 12:
 
===BaseLine Struct===
 
===BaseLine Struct===
 
----
 
----
 
+
{| align="center"
<pre>
+
|-
SHORT: ObjOpperandCount
+
||
INT: BankCredits
+
{| class="wikitable"
INT: CashCredits
+
|-
</pre>
+
|{{short}}||'''Op Count'''
 +
|-
 +
|{{int}}||'''Baseline Opcode'''
 +
|-
 +
|{{long}}||'''Object ID'''
 +
|-
 +
|{{int}}||'''DLIG'''
 +
|-
 +
|{{byte}}||'''1'''
 +
|-
 +
|{{int}}||'''Bank Credits'''
 +
|-
 +
|{{int}}||'''Cash Credits'''
 +
|}
 +
|}
  
 
===Deltas Struct===
 
===Deltas Struct===
Line 30: Line 46:
 
</pre>
 
</pre>
  
===Sample Packet===
 
----
 
 
<pre>
 
 
</pre>
 
 
|valign=top|
 
|valign=top|
  
 
===Variable Descriptions===
 
===Variable Descriptions===
----
 
 
Obj_OperandCount = 2
 
 
----
 
----
 
*BankCredits:
 
*BankCredits:
:Ammount of Credits displayed as in your bank.
+
:Amount of Credits displayed in your bank.
  
 
*CashCredits:
 
*CashCredits:
:Ammount of Credits displayedas cash in your inventory.
+
:Amount of Credits displayed as cash in your inventory.
  
 
===Tags===
 
===Tags===
Line 58: Line 65:
 
|}
 
|}
  
 +
===Sample Packet===
 
----
 
----
 +
 +
<pre>
 +
 +
</pre>

Latest revision as of 11:47, 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 Op Count
INT Baseline Opcode
LONG Object ID
INT DLIG
BYTE 1
INT Bank Credits
INT Cash Credits

Deltas Struct


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

Variable Descriptions


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

Tags


100% This packet has been completely reversed.

Sample Packet