Difference between revisions of "CreateClientPathMessage"

From SWGANH Wiki
Jump to: navigation, search
(Struct)
(Variable Descriptions)
Line 31: Line 31:
 
----
 
----
  
Opperand_Count     = '''5'''
+
Operand_Count     = '''5'''
  
 
Opcode     = '''71957628'''
 
Opcode     = '''71957628'''
Line 39: Line 39:
 
:Number of positions. Usually first is source and last is destination.
 
:Number of positions. Usually first is source and last is destination.
  
* '''PosX-Y-Z''':
+
* '''Pos X-Y-Z''':
 
:Floats of positions.
 
:Floats of positions.
  
 
|valign=top|
 
|valign=top|
 +
 
===Tags===
 
===Tags===
 
----
 
----

Revision as of 13:17, 14 January 2007


Struct


SHORT Operand_Count
INT Opcode
INT List
{
INT PosX
INT PosZ
INT PosY
}

Variable Descriptions


Operand_Count = 5

Opcode = 71957628


  • List:
Number of positions. Usually first is source and last is destination.
  • Pos X-Y-Z:
Floats of positions.

Tags


S→C This packet originates on the server.

100% This packet has been completely reversed.


Sample Code

Insert Code Snippet Here...

Sample Packet

Insert Sample Packet Here...