Difference between revisions of "CREO01"
From SWGANH Wiki
(→Deltas Struct) |
(→Variable Descriptions) |
||
Line 80: | Line 80: | ||
:Ammount of Credits displayed as in your bank. | :Ammount of Credits displayed as in your bank. | ||
− | '''CashCredits''': | + | * '''CashCredits''': |
:Ammount of Credits displayedas cash in your inventory. | :Ammount of Credits displayedas cash in your inventory. | ||
− | '''NegativeHAMMod_Value''': | + | * '''NegativeHAMMod_Value''': |
:The Integer value of Negative HAM Modifier to display. Follows the HAM order. | :The Integer value of Negative HAM Modifier to display. Follows the HAM order. | ||
− | '''SkillName''': | + | * '''SkillName''': |
:The name of the skillbox to add. See datatables/skills.iff for list. | :The name of the skillbox to add. See datatables/skills.iff for list. | ||
Revision as of 02:31, 20 December 2006
BaseLine StructSHORT: Obj_OpperandCount INT: BankCredits INT: CashCredits INT: NegativeHAMMod_ListSize INT: UpdateCounter { INT: NegativeHAMMod_Value } INT: Skills_ListSize INT: UpdateCounter { A_STRING: SkillName } Deltas StructSHORT: UpdateCount SHORT: UpdateType { 00: INT: BankCredits 01: INT: CashCredits 02: INT: ListSize INT: UpdateCount { BYTE: SubType { 00: SHORT: ?? 01: SHORT: ?? INT: ?? 02: SHORT: HAM_Bar INT: NegativeHAM_Modifier 03: SHORT: ?? { INT: ?? } } } 03: INT: ListSize INT: UpdateCounter { BYTE: SubType { 00: A_STRING: SkillName_Remove 01: A_STRING: SkillName_Add } } } |
Variable DescriptionsObj_OperandCount = 4
Tags
|