PlanetTravelPointListResponse

From SWGANH Wiki
Revision as of 14:09, 14 January 2007 by Snow (Talk | contribs) (Sample Packet)

Jump to: navigation, search


Struct


SHORT Operand_Count
INT OpCode
A_STRING Query Planet String
INT Count (number of shuttle/starports on planet)
A_STRING Planet String
INT Count (number of shuttle/starports on planet)
INT Pos X
INT Pos Z
INT Pos Y
INT Count (number of shuttle/starports on planet)
INT Ticket Price (Difference - Could be TAX)
INT Count (number of shuttle/starports on planet)
BYTE Reachable? (1=true, 0=false)

Variable Descriptions


Operand_Count = 9

Opcode = 4D32541F


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

Tags


S→C This packet originates on the server.

100% This packet has been completely reversed.


Sample Code


Insert Code Snippet Here...

Sample Packet

06 00                                           operand count
1F 54 32 4D			                crc
dathomir					respective planet string
32 02 00 00 00 					counter of starports / shuttleports
Dathomir.Outpost				name 1
Science.Outpost					name 2
02 00 00 00 					counter of starports / shuttleports
20 B9 1A 44 					x 1
78 44 C1 40 					z
3A 40 41 45 					y
73 16 44 C2 					x 2
00 00 90 41 					z
4A 17 C6 C4 					y
02 00 00 00 					counter of starports / shuttleports
2C 01 00 00 					add to tocket price 1
2C 01 00 00 					add to ticket price 2
02 00 00 00 					counter of starports / shuttleports
01 						reachable ? 1 = true 0 = false
01