Difference between revisions of "ChatOnDestroyRoom"
From SWGANH Wiki
(→Variable Descriptions) |
|||
Line 47: | Line 47: | ||
* '''ErrorCode''': | * '''ErrorCode''': | ||
− | A integer containing a code for the error that occured. Used to determine what error message to display. 0:Success: [RoomName] You have destroyed the channel. Default: You don't have permission to delete '[RoomPathName]'. | + | :A integer containing a code for the error that occured. Used to determine what error message to display. 0:Success: [RoomName] You have destroyed the channel. Default: You don't have permission to delete '[RoomPathName]'. |
* '''RoomID''': | * '''RoomID''': | ||
− | The unique ID number assigned to identify this Room. Generated on room creation. | + | :The unique ID number assigned to identify this Room. Generated on room creation. |
* '''RequestID''': | * '''RequestID''': | ||
− | For every request made, the client attaches an ID number to identify it. It is unique for each request type (opcode) and incremented for each request. Similar to Update Counters used in Objects. For this packet responses send back a RequestID of 0 for success. Otherwise, The request ID is sent with an ErrorCode to generate the proper error. | + | :For every request made, the client attaches an ID number to identify it. It is unique for each request type (opcode) and incremented for each request. Similar to Update Counters used in Objects. For this packet responses send back a RequestID of 0 for success. Otherwise, The request ID is sent with an ErrorCode to generate the proper error. |
|valign=top| | |valign=top| |
Latest revision as of 00:54, 11 May 2008
Packet - ChatOnDestroyRoom (E8EC5877)
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 = 0xE8EC5877
|
Tags
|
Sample Packet
ChatOnDestroyRoom 00 09 0C 6B 00 19 2B 05 00 // op_count 77 58 EC E8 // ChatOnDestroyRoom 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 73 79 73 74 65 6D // system 00 00 00 00 // string spacer 4C 06 29 03 // Room id 00 00 00 00 2B 05 00 // op_count 77 58 EC E8 // ChatOnDestroyRoom 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 73 79 73 74 65 6D // system 00 00 00 00 // string spacer 4A 06 29 03 // Room id 00 00 00 00