Difference between revisions of "CreateClientPathMessage"

From SWGANH Wiki
Jump to: navigation, search
m (Protected "CreateClientPathMessage": Page is complete [edit=sysop:move=sysop])
Line 1: Line 1:
 +
{{MissingPacket}}
 
{{PageHeader|Server Packet|CreateClientPathMessage (71957628)}}
 
{{PageHeader|Server Packet|CreateClientPathMessage (71957628)}}
 
{| border="0" width="90%" cellpadding=6
 
{| border="0" width="90%" cellpadding=6
Line 5: Line 6:
 
===Struct===
 
===Struct===
 
----
 
----
 
+
{| align="center"
 +
|-
 +
||
 
{| class="wikitable"
 
{| class="wikitable"
 
|{{short}}||'''Operand_Count'''
 
|{{short}}||'''Operand_Count'''
Line 23: Line 26:
 
|}
 
|}
 
{{endlist|Coordinates}}
 
{{endlist|Coordinates}}
 
+
|}
 
===Variable Descriptions===
 
===Variable Descriptions===
 
----
 
----
Line 49: Line 52:
 
|-
 
|-
 
|}
 
|}
 
 
|}
 
|}
 
----
 
 
==Sample Code==
 
 
<pre>
 
Insert Code Snippet Here...
 
</pre>
 
  
 
==Sample Packet==
 
==Sample Packet==

Revision as of 20:22, 27 December 2007





Server Packet - CreateClientPathMessage (71957628)

SWGANH Wiki is a repository of Star Wars Galaxies Developer information. This site is only meant to be used by SWGANH Developer team.

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 Packet

Insert Sample Packet Here...