Difference between revisions of "ChatOnCreateRoom"
From SWGANH Wiki
(→Sample Packet) |
|||
Line 95: | Line 95: | ||
<pre> | <pre> | ||
04 00 | 04 00 | ||
− | 9F CC D7 35 | + | 9F CC D7 35 // ChatOnCreateRoom |
− | 00 00 00 00 | + | 00 00 00 00 // unknown |
− | A8 14 81 02 // Chatroom ID | + | A8 14 81 02 // Chatroom ID |
− | 01 00 00 00 | + | 01 00 00 00 // might be part of the chatroom id |
− | 01 | + | 01 // unknown |
− | 1D 00 | + | 1D 00 // String count(29) |
53 57 47 2E 4B 61 75 72 69 | 53 57 47 2E 4B 61 75 72 69 | ||
2E 64 61 6E 74 6F 6F 69 6E 65 | 2E 64 61 6E 74 6F 6F 69 6E 65 | ||
− | 2E 43 68 61 74 2E 74 65 73 74 //'SWG.Kauri.dantooine.Chat. | + | 2E 43 68 61 74 2E 74 65 73 74 // 'SWG.Kauri.dantooine.Chat.test' |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | 03 00 // String count(3) | |
− | 03 00 | + | 53 57 47 // 'SWG' |
− | 53 57 47 | + | 05 00 // String count(5) |
− | 05 00 | + | 4B 61 75 72 69 // 'Kauri' |
− | 4B 61 75 72 69 | + | 08 00 // String count(8) |
− | 08 00 | + | 73 69 77 72 6F 74 69 61 // 'siwrotia' Creator |
− | 73 69 77 72 6F 74 69 61 | + | |
+ | 03 00 // String count(3) | ||
+ | 53 57 47 // 'SWG' | ||
+ | 05 00 // String count(5) | ||
+ | 4B 61 75 72 69 // 'Kauri' | ||
+ | 08 00 // String count(8) | ||
+ | 73 69 77 72 6F 74 69 61 // 'siwrotia' Creator | ||
+ | 04 00 00 00 // String count(4) | ||
+ | 74 00 65 00 73 00 74 00 // 'test' Room name | ||
− | 01 00 00 00 | + | 01 00 00 00 // Number of Moderators |
− | 03 00 | + | 03 00 // String count(3) |
− | 53 57 47 | + | 53 57 47 // 'SWG' Game tye |
− | 05 00 | + | 05 00 // String count(5) |
− | 4B 61 75 72 69 | + | 4B 61 75 72 69 // 'Kauri' Server name |
− | 08 00 | + | 08 00 // String count(8) |
− | 73 69 77 72 6F 74 69 61 | + | 73 69 77 72 6F 74 69 61 // 'siwrotia' Mod names |
− | 01 00 00 00 | + | |
+ | 01 00 00 00 // Number of users in Chat | ||
+ | 03 00 // String count(3) | ||
+ | 53 57 47 // 'SWG' | ||
+ | 05 00 // String count(5) | ||
+ | 4B 61 75 72 69 // 'Kauri' | ||
+ | 08 00 // String count(8) | ||
+ | 73 69 77 72 6F 74 69 61 // 'siwrotia' | ||
+ | 01 00 00 00 // uknown | ||
</pre> | </pre> |
Revision as of 13:36, 3 August 2007
Server Packet - ChatOnCreateRoom (35D7CC9F)
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 = 9 Opcode = 0x35D7CC9F
|
Tags
|
Sample Code
Insert Code Snippet Here...
Sample Packet
04 00 9F CC D7 35 // ChatOnCreateRoom 00 00 00 00 // unknown A8 14 81 02 // Chatroom ID 01 00 00 00 // might be part of the chatroom id 01 // unknown 1D 00 // String count(29) 53 57 47 2E 4B 61 75 72 69 2E 64 61 6E 74 6F 6F 69 6E 65 2E 43 68 61 74 2E 74 65 73 74 // 'SWG.Kauri.dantooine.Chat.test' 03 00 // String count(3) 53 57 47 // 'SWG' 05 00 // String count(5) 4B 61 75 72 69 // 'Kauri' 08 00 // String count(8) 73 69 77 72 6F 74 69 61 // 'siwrotia' Creator 03 00 // String count(3) 53 57 47 // 'SWG' 05 00 // String count(5) 4B 61 75 72 69 // 'Kauri' 08 00 // String count(8) 73 69 77 72 6F 74 69 61 // 'siwrotia' Creator 04 00 00 00 // String count(4) 74 00 65 00 73 00 74 00 // 'test' Room name 01 00 00 00 // Number of Moderators 03 00 // String count(3) 53 57 47 // 'SWG' Game tye 05 00 // String count(5) 4B 61 75 72 69 // 'Kauri' Server name 08 00 // String count(8) 73 69 77 72 6F 74 69 61 // 'siwrotia' Mod names 01 00 00 00 // Number of users in Chat 03 00 // String count(3) 53 57 47 // 'SWG' 05 00 // String count(5) 4B 61 75 72 69 // 'Kauri' 08 00 // String count(8) 73 69 77 72 6F 74 69 61 // 'siwrotia' 01 00 00 00 // uknown