Difference between revisions of "GRUP01"

From SWGANH Wiki
Jump to: navigation, search
(New page: __NOTOC__ {|align="center" |- ||{{MSCOArchitectureNAV}} |- |} <br> {| border="0" width="90%" cellpadding=6 |- |valign=top| ===BaseLine Struct=== ---- <pre> SHORT: ObjOpperandCount (13) ...)
 
(Deltas Struct)
 
(10 intermediate revisions by 2 users not shown)
Line 1: Line 1:
__NOTOC__
+
{{MissingPacket}}
 +
{{PageHeader|Baseline|GRUP01}}
 
{|align="center"
 
{|align="center"
 
|-  
 
|-  
||{{MSCOArchitectureNAV}}
+
||{{GRUPArchitectureNAV}}
 
|-
 
|-
 
|}
 
|}
Line 13: Line 14:
  
 
<pre>
 
<pre>
SHORT: ObjOpperandCount (13)
+
SHORT:         ObjOpperandCount
float:          Schematic Complexity (!!!!!)
+
INT:            BankCredits
ASTRING: ASCII string dir to look for the tool name
+
INT:            CashCredits
 
+
hmmmmmmmmmmmmmm handle with care mostly guesses not reversed
+
INT:            ???
+
USTRING        ???
+
INT:            ???
+
SHORT:          ???
+
INT:            ???
+
INT:            ???
+
SHORT:          ???
+
USTRING        ???
+
INT:            ???
+
INT:            ???
+
INT:            ???
+
 
+
 
</pre>
 
</pre>
  
Line 36: Line 23:
  
 
<pre>
 
<pre>
 +
SHORT:          UpdateCount
 +
SHORT:          UpdateType
 +
{
 +
  00:
 +
    INT:        BankCredits
 +
  01:
 +
    INT:        CashCredits
 
</pre>
 
</pre>
 +
 
|valign=top|
 
|valign=top|
  
Line 42: Line 37:
 
----
 
----
  
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===
Line 49: Line 49:
 
{| align="center"
 
{| align="center"
 
|-  
 
|-  
||{{50%}}
+
||{{100%}}
 
|-
 
|-
 
||{{ServerPacket}}
 
||{{ServerPacket}}
 
|-
 
|-
 
|}
 
|}
 
+
|}
===To Do===
+
===Sample Packet===
 
----
 
----
  
|}
+
<pre>
  
----
+
</pre>

Latest revision as of 11:11, 18 March 2009





Baseline - 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