Difference between revisions of "CREO01"

From SWGANH Wiki
Jump to: navigation, search
(BaseLine Struct)
Line 9: Line 9:
 
{| class="wikitable"
 
{| class="wikitable"
 
|-
 
|-
|align="center" style="background:#6C86BF; color:white;"|'''SHORT'''||'''uint16'''
+
|align="center" style="background:#6C86BF; color:white;"|'''SHORT'''||'''Obj_OpperandCount'''
 
|-
 
|-
|align="center" style="background:#3C548A; color:white;"|'''INT'''||'''uint32'''
+
|align="center" style="background:#3C548A; color:white;"|'''INT'''||'''BankCredits'''
 
|-
 
|-
|align="center" style="background:#3C548A; color:white;"|'''INT'''||'''uint32'''
+
|align="center" style="background:#3C548A; color:white;"|'''INT'''||'''CashCredits'''
 
|-
 
|-
|align="center" style="background:#3C548A; color:white;"|'''INT'''||'''uint32'''
+
|align="center" style="background:#3C548A; color:white;"|'''INT'''||'''NegativeHAMMod_ListSize'''
 
|-
 
|-
|align="center" style="background:#3C548A; color:white;"|'''INT'''||'''uint32'''
+
|align="center" style="background:#3C548A; color:white;"|'''INT'''||'''UpdateCounter'''
 
|-
 
|-
 
|}
 
|}
 
:{| class="wikitable"
 
:{| class="wikitable"
 
|-
 
|-
|align="center" style="background:#3C548A; color:white;"|'''INT'''||'''uint32'''
+
|align="center" style="background:#3C548A; color:white;"|'''INT'''||'''NegativeHAMMod_Value'''
 
|-
 
|-
 
|}
 
|}
 
{| class="wikitable"
 
{| class="wikitable"
 
|-
 
|-
|align="center" style="background:#3C548A; color:white;"|'''INT'''||'''uint32'''
+
|align="center" style="background:#3C548A; color:white;"|'''INT'''||'''Skills_ListSize'''
 
|-
 
|-
|align="center" style="background:#3C548A; color:white;"|'''INT'''||'''uint32'''
+
|align="center" style="background:#3C548A; color:white;"|'''INT'''||'''UpdateCounter'''
 
|-
 
|-
 
|}
 
|}
 
:{| class="wikitable"
 
:{| class="wikitable"
|align="center" style="background:#D8F2E0; color:#3C4565;"|'''A_STRING'''||'''ASCII String'''
+
|align="center" style="background:#D8F2E0; color:#3C4565;"|'''A_STRING'''||'''SkillName'''
 
|-
 
|-
 
|}
 
|}
 
  
 
===Deltas Struct===
 
===Deltas Struct===

Revision as of 03:20, 20 December 2006


BaseLine Struct


SHORT Obj_OpperandCount
INT BankCredits
INT CashCredits
INT NegativeHAMMod_ListSize
INT UpdateCounter
INT NegativeHAMMod_Value
INT Skills_ListSize
INT UpdateCounter
A_STRING SkillName

Deltas Struct


SHORT UpdateCount
SHORT UpdateType
INT BankCredits
INT CashCredits
INT ListSize
INT UpdateCount
BYTE uint8
SHORT ??
SHORT ??
INT ??
SHORT HAM Bar
INT Negative HAM Modifier
INT ??
INT ListSize
INT UpdateCounter
BYTE SubType
A_STRING SkillName_Remove
A_STRING SkillName_Add

Variable Descriptions


Obj_OperandCount = 4


  • BankCredits:
Ammount of Credits displayed as in your bank.

CashCredits:

Ammount of Credits displayedas cash in your inventory.

NegativeHAMMod_Value:

The Integer value of Negative HAM Modifier to display. Follows the HAM order.

SkillName:

The name of the skillbox to add. See datatables/skills.iff for list.

Tags


50% This packet has been partially reversed.