Difference between revisions of "UpdateTransformMessage"
From SWGANH Wiki
(→Variable Descriptions) |
(→Sample Packet) |
||
Line 147: | Line 147: | ||
<pre> | <pre> | ||
− | + | 08 00 // op count | |
+ | 08 F8 24 1B // UpdateTransformMessage | ||
+ | EB 4F 90 19 17 00 00 00 // object ID | ||
+ | AD CF // x | ||
+ | 7C 00 // y | ||
+ | CB 2B // z | ||
+ | 03 03 00 00 // counter | ||
+ | 00 // posture | ||
+ | 2F // direction | ||
</pre> | </pre> |
Revision as of 11:42, 31 December 2007
This article or section needs additional data. Please add a sample packet! |
Server Packet - UpdateTransformMessage (1B24F808)
SWGANH Wiki is a repository of Star Wars Galaxies Developer information. This site is only meant to be used by SWGANH Developer team.
Struct
Variable DescriptionsOpperand_Count = 8 Opcode = 1B24F808
n = X / 4; if n > 8192 n = n - 16384; effective map range is -8192..8192 to convert the a float to position n = uint16(x * 4.0f + 0.5f);
The byte before direction corresponds to:
Haven't seen it out side the range of 0..5 yet
:OLD--DATA--Found this to be the posture byte
-
| Tags
Sample Packet08 00 // op count 08 F8 24 1B // UpdateTransformMessage EB 4F 90 19 17 00 00 00 // object ID AD CF // x 7C 00 // y CB 2B // z 03 03 00 00 // counter 00 // posture 2F // direction |