Difference between revisions of "RCNO06"
From SWGANH Wiki
(→Deltas Struct) |
|||
Line 12: | Line 12: | ||
===BaseLine Struct=== | ===BaseLine Struct=== | ||
---- | ---- | ||
− | + | <pre> | |
− | + | SHORT: ObjectOpperandCount | |
− | + | INT: ?? | |
− | + | INT: DefenderList | |
− | + | INT: UpdateCounter | |
− | + | { | |
− | + | LONG: DefenderID | |
− | + | } | |
− | + | INT: MaxQuantity | |
− | + | ASTRING: ResourceType | |
− | + | USTRING: VariationName | |
− | + | </pre> | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
===Deltas Struct=== | ===Deltas Struct=== | ||
---- | ---- | ||
− | + | <pre> | |
+ | SHORT: UpdateCount | ||
+ | SHORT: UpdateType | ||
+ | { | ||
+ | 00: | ||
+ | INT: ?? | ||
+ | 01: | ||
+ | INT: DefenderListSize | ||
+ | INT: UpdateCounter | ||
+ | { | ||
+ | BYTE: SubType | ||
+ | { | ||
+ | 00:(remove) | ||
+ | SHORT: DefenderObjIndex | ||
+ | 01:(add) | ||
+ | SHORT: DefenderObjIndex | ||
+ | LONG: DefenderID | ||
+ | 02:(change) | ||
+ | SHORT: DefenderObjIndex | ||
+ | LONG: DefenderID | ||
+ | 03:(resetall) | ||
+ | SHORT: NewListSize | ||
+ | { | ||
+ | LONG: DefenderID | ||
+ | } | ||
+ | 04:(clearall) | ||
+ | } | ||
+ | } | ||
+ | 02: | ||
+ | INT: MaxQuantity | ||
+ | 03: | ||
+ | ASTRING: ResourceType | ||
+ | 04: | ||
+ | USTRING: VariationName | ||
+ | </pre> | ||
|valign=top| | |valign=top| | ||
Revision as of 20:46, 15 June 2008
This article or section needs additional data. Please add a sample packet! |
Baseline - RCNO06
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: ObjectOpperandCount INT: ?? INT: DefenderList INT: UpdateCounter { LONG: DefenderID } INT: MaxQuantity ASTRING: ResourceType USTRING: VariationName Deltas StructSHORT: UpdateCount SHORT: UpdateType { 00: INT: ?? 01: INT: DefenderListSize INT: UpdateCounter { BYTE: SubType { 00:(remove) SHORT: DefenderObjIndex 01:(add) SHORT: DefenderObjIndex LONG: DefenderID 02:(change) SHORT: DefenderObjIndex LONG: DefenderID 03:(resetall) SHORT: NewListSize { LONG: DefenderID } 04:(clearall) } } 02: INT: MaxQuantity 03: ASTRING: ResourceType 04: USTRING: VariationName |
Variable DescriptionsObj_OperandCount = ??
Tags
|