Difference between revisions of "ChatOnEnteredRoom"
From SWGANH Wiki
(→Sample Packet) |
|||
(22 intermediate revisions by 5 users not shown) | |||
Line 1: | Line 1: | ||
− | + | {{PageHeader|Server Packet|ChatOnEnteredRoom (E69BDC0A)}} | |
− | {| | + | |
− | | | + | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
{| border="0" width="90%" cellpadding=6 | {| border="0" width="90%" cellpadding=6 | ||
|- | |- | ||
Line 11: | Line 5: | ||
===Struct=== | ===Struct=== | ||
---- | ---- | ||
− | + | {| align="center" | |
+ | |- | ||
+ | || | ||
{| class="wikitable" | {| class="wikitable" | ||
|- | |- | ||
− | | | + | |{{short}}|'''Operand Count''' |
|- | |- | ||
− | | | + | |{{int}}|'''Opcode''' |
|- | |- | ||
− | | | + | |{{a_string}}|'''Game Name''' |
|- | |- | ||
− | | | + | |{{a_string}}|'''Galaxy Name''' |
|- | |- | ||
− | | | + | |{{a_string}}|'''Character Name''' |
|- | |- | ||
− | | | + | |{{int}}|'''Success Bitmask''' |
|- | |- | ||
− | | | + | |{{int}}|'''ChatRoom_ID''' |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
|- | |- | ||
+ | |{{int}}|'''Nothing''' | ||
+ | |} | ||
|} | |} | ||
− | |||
===Variable Descriptions=== | ===Variable Descriptions=== | ||
---- | ---- | ||
− | Opperand_Count = ''' | + | Opperand_Count = '''5''' |
− | Opcode = ''' | + | Opcode = '''E69BDC0A''' |
---- | ---- | ||
− | * | + | * '''Game Name Size''' |
− | * | + | :Size of the Game_Name, only seen SWG. |
− | * | + | |
− | * | + | * '''Game_Name''' |
+ | :As above SWG | ||
+ | |||
+ | * '''Galaxy Name''' | ||
+ | :Example 'Bria' | ||
+ | |||
+ | * '''Character Name | ||
+ | :Character name thats joining the room | ||
+ | |||
+ | * '''Success''' | ||
+ | :0: '''You have joined the channel.''' | ||
+ | :0x10: '''You cannot join '%TU (room name)' because you are not invted to the room''' | ||
+ | :Other: '''Chatroom '%TU (room name)' join failed for an unknown reason.''' | ||
+ | |||
+ | * '''ChatRoom_ID''' | ||
+ | :Chatroom ID | ||
+ | |||
|valign=top| | |valign=top| | ||
+ | |||
===Tags=== | ===Tags=== | ||
---- | ---- | ||
Line 60: | Line 64: | ||
||{{ServerPacket}} | ||{{ServerPacket}} | ||
|- | |- | ||
− | ||{{ | + | ||{{100%}} |
|- | |- | ||
|} | |} | ||
− | |||
|} | |} | ||
− | + | ==Sample Packet== | |
− | + | ||
− | ==Sample | + | |
− | + | ||
<pre> | <pre> | ||
− | + | 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 | ||
</pre> | </pre> | ||
− | + | [[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