Difference between revisions of "GRUP01"

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:
 
|-
 
|-
 
|}
 
|}
 
+
|}
===To Do===
+
===Sample Packet===
 
----
 
----
  
|}
+
<pre>
  
----
+
</pre>

Revision as of 15:37, 7 January 2008

Server Packet - GRUP01

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

GRUP Packet Type QuickNav
GRUP01 - GRUP03 - GRUP06


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:
Amount of Credits displayed as in your bank.
  • CashCredits:
Amount of Credits displayed as cash in your inventory.

Tags


100% This packet has been completely reversed.

S→C This packet originates on the server.

Sample Packet