Difference between revisions of "DataTransformWithParent (000000F1)"

From SWGANH Wiki
Jump to: navigation, search
(Tags)
Line 8: Line 8:
  
 
{| class="wikitable"
 
{| class="wikitable"
 +
|{{short}}||'''Op Priority 05'''
 +
|-
 +
|{{int}}||'''46 5E CE 80'''
 +
|-
 +
|{{int}}||'''0B 00 00 00'''
 +
|-
 +
|{{int}}||'''F1 00 00 00'''
 +
|-
 +
|{{long}}||'''Object ID'''
 +
|-
 +
|{{int}}||'''00 00 00 00'''
 +
|-
 +
|{{int}}||'''00 00 00 00'''
 +
|-
 
|{{int}}||'''Counter'''
 
|{{int}}||'''Counter'''
 
|-
 
|-
Line 51: Line 65:
  
 
|}
 
|}
 +
----
 +
 +
==Sample Packet==
 +
 +
<pre>
 +
05 00
 +
46 5E CE 80 // ObjControllerMessage
 +
0B 00 00 00
 +
F1 00 00 00 // DataTransformWithParent
 +
71 E2 DB D9 00 00 00 00 // Character ID
 +
00 00 00 00
 +
00 00 00 00
 +
70 00 00 00 // counter
 +
E3 93 86 5B 19 00 00 00 // cell ID
 +
00 00 00 00 // 0x = 0
 +
C1 5F C1 BE // 0y = -0.38
 +
00 00 00 00 // 0z = 0
 +
0E 0A 6D 3F // 0w = 0.93
 +
FD FF B7 BD // x  = -0.09
 +
93 EC CF C1 // y  = -25.99
 +
00 C0 89 BE // z  = -0.27
 +
00 00 00 00 // speed?
 +
00 00 00 00
 +
</pre>

Revision as of 19:27, 19 September 2007


Struct


SHORT Op Priority 05
INT 46 5E CE 80
INT 0B 00 00 00
INT F1 00 00 00
LONG Object ID
INT 00 00 00 00
INT 00 00 00 00
INT Counter
LONG CellID
INT OrientationX
INT OrientationY
INT OrientationZ
INT OrientationW
INT PositionX
INT PositionZ
INT PositionY
INT Speed

Variable Descriptions


controllerID = 000000F1


  • Additional Descriptions go here...
  • --
  • ---
  • ----

Tags


OCM This header is part of the ObjControllerMessage.

100% This packet has been completely reversed.


Sample Packet

05 00 
46 5E CE 80 // ObjControllerMessage
0B 00 00 00 
F1 00 00 00 // DataTransformWithParent
71 E2 DB D9 00 00 00 00 // Character ID
00 00 00 00 
00 00 00 00 
70 00 00 00 // counter
E3 93 86 5B 19 00 00 00 // cell ID
00 00 00 00 // 0x = 0
C1 5F C1 BE // 0y = -0.38
00 00 00 00 // 0z = 0
0E 0A 6D 3F // 0w = 0.93
FD FF B7 BD // x  = -0.09
93 EC CF C1 // y  = -25.99
00 C0 89 BE // z  = -0.27
00 00 00 00 // speed?
00 00 00 00