Difference between revisions of "ChatInstantMessageToClient"
From SWGANH Wiki
(→Sample Packet) |
(→Sample Packet) |
||
Line 59: | Line 59: | ||
<pre> | <pre> | ||
− | 04 00 | + | 04 00 // Op Count |
− | ED 5C 56 3C // ChatInstantMessageToClient | + | ED 5C 56 3C // ChatInstantMessageToClient |
− | 03 00 | + | 03 00 // string count |
− | 53 57 47 // SWG | + | 53 57 47 // SWG = Game type |
− | 05 00 | + | 05 00 // string count |
− | 4C 6F 77 63 61 // Lowca | + | 4C 6F 77 63 61 // Lowca = Server name |
− | 05 00 | + | 05 00 // string count |
− | 68 69 72 65 64 // hired | + | 68 69 72 65 64 // hired = Player name |
03 00 00 00 // u-string count | 03 00 00 00 // u-string count | ||
− | 6C 00 6F 00 6C 00 // lol | + | 6C 00 6F 00 6C 00 // lol = message |
00 00 00 00 | 00 00 00 00 | ||
</pre> | </pre> |
Revision as of 15:29, 31 December 2007
This article or section needs additional data. Please add a sample packet! |
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
Variable DescriptionsOpperand_Count = 4 Opcode = 3C565CED
The abreviation for the game. For us it will always be 'SWG'.
Galaxy in which the sending cleint is from.
Message to send to the target client in unicode. |
Tags
|
Sample Packet
04 00 // Op Count ED 5C 56 3C // ChatInstantMessageToClient 03 00 // string count 53 57 47 // SWG = Game type 05 00 // string count 4C 6F 77 63 61 // Lowca = Server name 05 00 // string count 68 69 72 65 64 // hired = Player name 03 00 00 00 // u-string count 6C 00 6F 00 6C 00 // lol = message 00 00 00 00