Difference between revisions of "TANO03"
From SWGANH Wiki
(→BaseLine Struct) |
|||
Line 36: | Line 36: | ||
<pre> | <pre> | ||
+ | </pre> | ||
+ | |||
+ | ===Sample Packet=== | ||
+ | ---- | ||
+ | |||
+ | <pre> | ||
+ | 05 00 | ||
+ | 0C 5F A7 68 | ||
+ | 1D 92 14 6D 02 00 00 00 | ||
+ | 4F 4E 41 54 03 // ONAT 3 | ||
+ | 0B 00 00 00 | ||
+ | 80 3F | ||
+ | 06 00 // String count | ||
+ | 69 74 65 6D 5F 6E // item_n | ||
+ | 00 00 00 00 | ||
+ | 11 00 // String count | ||
+ | 64 65 66 61 75 6C 74 5F 66 75 72 6E 69 74 75 72 65 // default_furniture | ||
+ | 13 00 00 00 // U-string count | ||
+ | 45 00 71 00 75 00 75 00 6C 00 75 00 73 00 // E.q.u.u.l.u.s. | ||
+ | 20 00 4E 00 65 00 6D 00 75 00 73 00 27 00 20 00 // .N.e.m.u.s.'. . | ||
+ | 43 00 61 00 6D 00 70 00 // C.a.m.p | ||
+ | 01 00 00 00 | ||
+ | 00 00 00 00 | ||
+ | 00 00 00 00 | ||
+ | 00 00 00 01 | ||
+ | 00 00 00 00 | ||
+ | 00 00 00 00 | ||
+ | 00 00 64 00 | ||
+ | 00 00 01 21 | ||
</pre> | </pre> | ||
|valign=top| | |valign=top| |
Revision as of 12:02, 4 August 2007
|
BaseLine StructSHORT: ObjOpperandCount (13) float: Schematic Complexity (!!!!!) ASTRING: ASCII string dir to look for the item name INT: ??? ASTRING item name to look up USTRING: Cust String??? INT: Inventory LOAD in number of slots used USTRING Customization String to look up INT: ??? INT: ??? INT: ??? INT: count for stackables INT: deduction from item health INT: item health BYTE: ??? Deltas StructSample Packet05 00 0C 5F A7 68 1D 92 14 6D 02 00 00 00 4F 4E 41 54 03 // ONAT 3 0B 00 00 00 80 3F 06 00 // String count 69 74 65 6D 5F 6E // item_n 00 00 00 00 11 00 // String count 64 65 66 61 75 6C 74 5F 66 75 72 6E 69 74 75 72 65 // default_furniture 13 00 00 00 // U-string count 45 00 71 00 75 00 75 00 6C 00 75 00 73 00 // E.q.u.u.l.u.s. 20 00 4E 00 65 00 6D 00 75 00 73 00 27 00 20 00 // .N.e.m.u.s.'. . 43 00 61 00 6D 00 70 00 // C.a.m.p 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 01 00 00 00 00 00 00 00 00 00 00 64 00 00 00 01 21 |
Variable DescriptionsObj_OperandCount = Tags
To Do |