Difference between revisions of "ClientMfdStatusUpdateMessage"

From SWGANH Wiki
Jump to: navigation, search
(Struct)
(Variable Descriptions)
Line 29: Line 29:
  
 
Opcode     = '''2D2D6EE1'''
 
Opcode     = '''2D2D6EE1'''
 +
 +
this packet is used to give infos about a player object that is not in the same zone.
 +
for instance its used to update the planet name in the out-of-rane members of a group.
 +
 +
(+1024 for Tmr and his binary mind)
 
----
 
----
  
Line 38: Line 43:
  
 
|valign=top|
 
|valign=top|
 +
 
===Tags===
 
===Tags===
 
----
 
----

Revision as of 20:12, 3 November 2007


Struct


SHORT Operand_Count
INT Opcode
A_STRING Planet
LONG Object ID
FLOAT X
FLOAT Y
FLOAT Z

Variable Descriptions


Opperand_Count = 6

Opcode = 2D2D6EE1

this packet is used to give infos about a player object that is not in the same zone. for instance its used to update the planet name in the out-of-rane members of a group.

(+1024 for Tmr and his binary mind)


  • Planet:
Planet ascii from planet_n.stf
  • Object ID:
Player object id.

Tags


S→C This packet originates on the server.

50% This packet has been partially reversed.


Sample Code

Insert Code Snippet Here...

Sample Packet

Insert Sample Packet Here...