Difference between revisions of "TANO03"
From SWGANH Wiki
(→Tags) |
|||
| Line 1: | Line 1: | ||
| − | + | {{PageHeader|Server Packet|TANO03}} | |
{|align="center" | {|align="center" | ||
|- | |- | ||
| Line 78: | Line 78: | ||
</pre> | </pre> | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
|valign=top| | |valign=top| | ||
| Line 137: | Line 109: | ||
'''MaxCondition''': | '''MaxCondition''': | ||
:This is the maximum HP(condition) of a vehicle creature object. | :This is the maximum HP(condition) of a vehicle creature object. | ||
| + | |||
| + | '''Bitmask''': | ||
| + | :1 : | ||
| + | :2 : | ||
| + | :4 : Insured | ||
===Tags=== | ===Tags=== | ||
| Line 146: | Line 123: | ||
||{{ServerPacket}} | ||{{ServerPacket}} | ||
|- | |- | ||
| + | |} | ||
|} | |} | ||
| − | === | + | |
| + | ===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> | ||
Revision as of 15:58, 7 January 2008
Server Packet - TANO03
SWGANH Wiki is a repository of Star Wars Galaxies Developer information. This site is only meant to be used by SWGANH Developer team.
|
BaseLine Struct
SHORT: ObjectOpperandCount
FLOAT: Complexity
ASTRING: STFName
INT: ??
ASTRING: DefaultName
USTRING: CustomName
INT: Volume
CSTRING: Customization
INT: ??ListSize
INT: UpdateCounter
{
INT: ??
}
INT: OptionsBitmask
INT: IncapTimer
INT: ConditionDamage
INT: MaxCondition
BYTE: ??
Deltas StructSHORT: UpdateCount
SHORT: UpdateType
{
00:
FLOAT: Complexity
01:
A_STRING: STFName
INT: ??
A_STRING: DefaultName
02:
U_STRING: CustomName
03:
INT: Volume
04:
A_STRING: Customization
05:
INT: ??ListSize
INT: UpdateCount
{
BYTE: SubType
{
00:(remove)
INT: ??
01:(add)
INT: ??
02:(clearall)
}
}
06:
INT: OptionsBitmask
07:
INT: IncapTimer
08:
INT: ConditionDamage
09:
INT: MaxCondition
0A:
BYTE: ??
}
|
Variable DescriptionsObjectOpperandCount = 11 STFName:
DefaultName:
CustomName:
Customization:
OptionsBitmask:
IncapTimer:
ConditionDamage:
MaxCondition:
Bitmask:
Tags
|
Sample Packet
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