Difference between revisions of "ChatOnCreateRoom"
From SWGANH Wiki
(→Struct) |
|||
Line 18: | Line 18: | ||
|{{byte}}|{{unknown}} | |{{byte}}|{{unknown}} | ||
|- | |- | ||
− | + | ||
− | + | ||
|{{a_string}}|'''Room Full Adress''' | |{{a_string}}|'''Room Full Adress''' | ||
− | |||
− | |||
|- | |- | ||
|{{a_string}}|'''Game''' | |{{a_string}}|'''Game''' | ||
− | |||
− | |||
|- | |- | ||
|{{a_string}}|'''Galaxy''' | |{{a_string}}|'''Galaxy''' | ||
− | |||
− | |||
|- | |- | ||
|{{a_string}}|'''Creator''' | |{{a_string}}|'''Creator''' | ||
− | |||
− | |||
|- | |- | ||
|{{a_string}}|'''Game''' | |{{a_string}}|'''Game''' | ||
− | |||
− | |||
|- | |- | ||
|{{a_string}}|'''Galaxy''' | |{{a_string}}|'''Galaxy''' | ||
− | |||
− | |||
|- | |- | ||
|{{a_string}}|'''Owner''' | |{{a_string}}|'''Owner''' | ||
− | |||
− | |||
|- | |- | ||
|{{u_string}}|'''Room Name''' | |{{u_string}}|'''Room Name''' | ||
|- | |- | ||
|{{int}}|'''#Moderators''' | |{{int}}|'''#Moderators''' | ||
− | |||
− | |||
|- | |- | ||
|{{a_string}}|'''Game''' | |{{a_string}}|'''Game''' | ||
− | |||
− | |||
|- | |- | ||
|{{a_string}}|'''Galaxy''' | |{{a_string}}|'''Galaxy''' | ||
− | |||
− | |||
|- | |- | ||
|{{a_string}}|'''Mod Name''' | |{{a_string}}|'''Mod Name''' | ||
|- | |- | ||
|{{int}}|'''#People In Chat''' | |{{int}}|'''#People In Chat''' | ||
− | |||
− | |||
|- | |- | ||
|{{a_string}}|'''Game''' | |{{a_string}}|'''Game''' | ||
− | |||
− | |||
|- | |- | ||
|{{a_string}}|'''Member Name''' | |{{a_string}}|'''Member Name''' |
Revision as of 06:38, 2 June 2007
Struct
Variable DescriptionsOpperand_Count = 9 Opcode = 0x35D7CC9F
|
Tags
|
Sample Code
Insert Code Snippet Here...
Sample Packet
04 00 9F CC D7 35 //CRC = 'ChatOnCreateRoom 00 00 00 00 A8 14 81 02 01 00 00 00 01 1D 00 //INT(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 //INT(3) 53 57 47 //'SWG' 05 00 //INT(5) 4B 61 75 72 69 //'Kauri' 08 00 //INT(8) 73 69 77 72 6F 74 69 61 //'siwrotia' '//Creator 03 00 //INT(3) 53 57 47 //'SWG' 05 00 //INT(5) 4B 61 75 72 69 //'Kauri' 08 00 //INT(8) 73 69 77 72 6F 74 69 61 //'siwrotia' '//Onwer 04 00 00 00 74 00 65 00 73 00 74 00 //'test' 01 00 00 00 '// Number of Moderators 03 00 //INT(3) 53 57 47 //'SWG' 05 00 //INT(5) 4B 61 75 72 69 //'Kauri' 08 00 73 69 77 72 6F 74 69 61 //'siwrotia' 01 00 00 00 '//Number of users in Chat 03 00 //INT(3) 53 57 47 //'SWG' 05 00 //INT(5) 4B 61 75 72 69 //'Kauri' 08 00 //INT(8) 73 69 77 72 6F 74 69 61 //'siwrotia' 01 00 00 00