Difference between revisions of "GRUP01"
From SWGANH Wiki
(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: | ||
− | + | {{MissingPacket}} | |
+ | {{PageHeader|Baseline|GRUP01}} | ||
{|align="center" | {|align="center" | ||
|- | |- | ||
− | ||{{ | + | ||{{GRUPArchitectureNAV}} |
|- | |- | ||
|} | |} | ||
Line 13: | Line 14: | ||
<pre> | <pre> | ||
− | SHORT: | + | SHORT: ObjOpperandCount |
− | + | INT: BankCredits | |
− | + | INT: CashCredits | |
− | + | ||
− | + | ||
− | 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" | ||
|- | |- | ||
− | ||{{ | + | ||{{100%}} |
|- | |- | ||
||{{ServerPacket}} | ||{{ServerPacket}} | ||
|- | |- | ||
|} | |} | ||
− | + | |} | |
− | === | + | ===Sample Packet=== |
---- | ---- | ||
− | + | <pre> | |
− | + | </pre> |
Latest revision as of 10:11, 18 March 2009
This article or section needs additional data. Please add a sample packet! |
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.
|
BaseLine StructSHORT: ObjOpperandCount INT: BankCredits INT: CashCredits Deltas StructSHORT: UpdateCount SHORT: UpdateType { 00: INT: BankCredits 01: INT: CashCredits |
Variable DescriptionsObj_OperandCount = 2
Tags
|