Difference between revisions of "GRUP01"

From SWGANH Wiki
Jump to: navigation, search
(Variable Descriptions)
Line 35: Line 35:
 
----
 
----
  
Obj_OperandCount =  
+
Obj_OperandCount = 2
 
----
 
----
 +
* '''BankCredits''':
 +
:Amount of Credits displayed as in your bank.
 +
 +
* '''CashCredits''':
 +
:Amount of Credits displayed as cash in your inventory.
  
 
===Tags===
 
===Tags===

Revision as of 23:02, 4 April 2007

MSCO Packet Type QuickNav
MSCO03 - MSCO06 - MSCO07 - MSCO08 - MSCO09


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


50% This packet has been partially reversed.

S→C This packet originates on the server.

To Do