Difference between revisions of "CreateClientPathMessage"

From SWGANH Wiki
Jump to: navigation, search
(Struct)
Line 1: Line 1:
__NOTOC__
+
{{PageHeader|Server Packet|CreateClientPathMessage (71957628)}}
 
+
 
{| border="0" width="90%" cellpadding=6
 
{| border="0" width="90%" cellpadding=6
 
|-
 
|-

Revision as of 20:51, 22 June 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 Code

Insert Code Snippet Here...

Sample Packet

Insert Sample Packet Here...