Difference between revisions of "ChatInstantMessageToClient"

From SWGANH Wiki
Jump to: navigation, search
(Struct)
(Tags)
Line 50: Line 50:
 
||{{ServerPacket}}
 
||{{ServerPacket}}
 
|-
 
|-
||{{75%}}
+
||{{100%}}
 
|-
 
|-
 
|}
 
|}
 
|}
 
|}
 
----
 
----
 +
 
==Sample Packet==
 
==Sample Packet==
  

Revision as of 16:27, 31 December 2007





Server Packet - ChatInstantMessageToClient (3C565CED)

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 Opperand_Count
INT Opcode
A_STRING Game ID
A_STRING Galaxy Name
A_STRING Playername
U_STRING Message
INT 0

Variable Descriptions


Opperand_Count = 4

Opcode = 3C565CED


  • Game ID:

The abreviation for the game. For us it will always be 'SWG'.

  • Galaxy Name:

Galaxy in which the sending cleint is from.

  • Message:

Message to send to the target client in unicode.

Tags


S→C This packet originates on the server.

100% This packet has been completely reversed.


Sample Packet

Insert Sample Packet Here...