Difference between revisions of "ChatOnLeaveRoom"
From SWGANH Wiki
Line 22: | Line 22: | ||
|- | |- | ||
|{{int}}|'''ChatRoom ID''' | |{{int}}|'''ChatRoom ID''' | ||
− | |||
− | |||
|- | |- | ||
|{{byte}}|{{unknown}} | |{{byte}}|{{unknown}} | ||
Line 60: | Line 58: | ||
* '''ChatRoom_ID''' | * '''ChatRoom_ID''' | ||
:Put the Chatroom's Id here | :Put the Chatroom's Id here | ||
− | |||
− | |||
− | |||
* '''Unknown''' | * '''Unknown''' | ||
Line 88: | Line 83: | ||
<pre> | <pre> | ||
− | + | 00 09 | |
− | + | 0C 74 | |
− | + | 05 00 // op count | |
− | + | 8B 09 B5 60 // ChatOnLeaveRoom | |
− | + | 03 00 // string count | |
− | + | 53 57 47 // SWG | |
− | + | 0A 00 // string count | |
− | + | 53 68 61 64 6F 77 66 69 72 65 // Shadowfire | |
− | + | 06 00 // string count | |
− | + | 61 6C 6C 79 6E 61 // allyna | |
− | + | 00 00 00 00 | |
− | + | 41 01 29 03 00 00 00 00 // room id | |
+ | 00 70 96 // comp+crc | ||
</pre> | </pre> | ||
− |
Revision as of 10:26, 11 June 2007
Struct
Variable DescriptionsOpperand_Count = 5 Opcode = 60B5098B
|
Tags
|
Sample Packet
00 09 0C 74 05 00 // op count 8B 09 B5 60 // ChatOnLeaveRoom 03 00 // string count 53 57 47 // SWG 0A 00 // string count 53 68 61 64 6F 77 66 69 72 65 // Shadowfire 06 00 // string count 61 6C 6C 79 6E 61 // allyna 00 00 00 00 41 01 29 03 00 00 00 00 // room id 00 70 96 // comp+crc