Difference between revisions of "CreateClientPathMessage"

From SWGANH Wiki
Jump to: navigation, search
(Variable Descriptions)
(Struct)
Line 8: Line 8:
  
 
{| class="wikitable"
 
{| class="wikitable"
 +
|{{short}}||'''Operand_Count'''
 
|-
 
|-
|align="center" style="background:#6C86BF; color:white;"|'''SHORT'''||'''Operand_Count'''
+
|{{int}}||'''Opcode'''
|-
+
|align="center" style="background:#3C548A; color:white;"|'''INT'''||'''Opcode'''
+
|-
+
|align="center" style="background:#3C548A; color:white;"|'''INT'''||'''List'''
+
 
|-
 
|-
 +
|{{int}}||'''Coordinates Count'''
 
|}
 
|}
:{
+
{{beginlist|Coordinates|Coordinates Count}}
 
:{| class="wikitable"
 
:{| class="wikitable"
 
|-
 
|-
|align="center" style="background:#3C548A; color:white;"|'''INT'''||'''PosX'''
+
|{{int}}||'''PosX'''
|-
+
|align="center" style="background:#3C548A; color:white;"|'''INT'''||'''PosZ'''
+
 
|-
 
|-
|align="center" style="background:#3C548A; color:white;"|'''INT'''||'''PosY'''
+
|{{int}}||'''PosZ'''
 
|-
 
|-
 +
|{{int}}||'''PosY'''
 
|}
 
|}
:}
+
{{endlist|Coordinates}}
  
 
===Variable Descriptions===
 
===Variable Descriptions===

Revision as of 08:50, 10 April 2007


Struct


SHORT Operand_Count
INT Opcode
INT Coordinates Count

<Coordinates count=Coordinates Count>

INT PosX
INT PosZ
INT PosY

<Coordinates/>


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...