Difference between revisions of "ChatOnEnteredRoom"
From SWGANH Wiki
(→Variable Descriptions) |
(→Sample Packet) |
||
(4 intermediate revisions by the same user not shown) | |||
Line 5: | Line 5: | ||
===Struct=== | ===Struct=== | ||
---- | ---- | ||
− | + | {| align="center" | |
+ | |- | ||
+ | || | ||
{| class="wikitable" | {| class="wikitable" | ||
|- | |- | ||
Line 24: | Line 26: | ||
|{{int}}|'''Nothing''' | |{{int}}|'''Nothing''' | ||
|} | |} | ||
− | + | |} | |
===Variable Descriptions=== | ===Variable Descriptions=== | ||
---- | ---- | ||
Line 65: | Line 67: | ||
|- | |- | ||
|} | |} | ||
− | |||
|} | |} | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
==Sample Packet== | ==Sample Packet== | ||
Line 81: | Line 73: | ||
<pre> | <pre> | ||
05 00 | 05 00 | ||
− | 0A DC 9B E6 | + | 0A DC 9B E6 //CRC = 'ChatOnEnteredRoom |
− | 03 00 | + | 03 00 //INT(3) |
− | 53 57 47 | + | 53 57 47 //'SWG' |
− | 09 00 | + | 09 00 //INT(9) |
43 6F 72 62 61 6E 74 69 73 //'Corbantis' | 43 6F 72 62 61 6E 74 69 73 //'Corbantis' | ||
− | 07 00 | + | 07 00 //INT(7) |
− | 61 72 79 73 6C 61 74 | + | 61 72 79 73 6C 61 74 //'aryslat' |
00 00 00 00 | 00 00 00 00 | ||
− | 78 9E 6E 01 //ChatRoom ID | + | 78 9E 6E 01 //ChatRoom ID |
00 00 00 00 | 00 00 00 00 | ||
</pre> | </pre> | ||
[[Category:Nogard]] | [[Category:Nogard]] |
Latest revision as of 23:07, 21 December 2007
Server Packet - ChatOnEnteredRoom (E69BDC0A)
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 = 5 Opcode = E69BDC0A
|
Tags
|
Sample Packet
05 00 0A DC 9B E6 //CRC = 'ChatOnEnteredRoom 03 00 //INT(3) 53 57 47 //'SWG' 09 00 //INT(9) 43 6F 72 62 61 6E 74 69 73 //'Corbantis' 07 00 //INT(7) 61 72 79 73 6C 61 74 //'aryslat' 00 00 00 00 78 9E 6E 01 //ChatRoom ID 00 00 00 00