Difference between revisions of "ChatBanAvatarFromRoom"

From SWGANH Wiki
Jump to: navigation, search
(New page: {{PageHeader|Packet|ChatBanAvatarFromRoom (9401FAD9)}} {| border="0" width="90%" cellpadding=6 |- |valign=top| ===Struct=== ---- ===Variable Descriptions=== ---- Opperand_Count = ''...)
 
(Variable Descriptions)
 
(8 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{PageHeader|Packet|ChatBanAvatarFromRoom (9401FAD9)}}
+
{{PageHeader|Client Packet|ChatBanAvatarFromRoom (9401FAD9)}}
 
{| border="0" width="90%" cellpadding=6
 
{| border="0" width="90%" cellpadding=6
 
|-
 
|-
Line 5: Line 5:
 
===Struct===
 
===Struct===
 
----
 
----
 +
{| align="center"
 +
|-
 +
||
 +
{| class="wikitable"
 +
|-
 +
|{{short}}||'''Op Count'''
 +
|-
 +
|{{int}}||'''Opcode'''
 +
|-
 +
|{{a_string}}||'''Game'''
 +
|-
 +
|{{a_string}}||'''Server Name'''
 +
|-
 +
|{{a_string}}||'''Moderator Name'''
 +
|-
 +
|{{a_string}}||'''Full Room Name'''
 +
|-
 +
|{{int}}|{{unknown}}
 +
|-
 +
|}
 +
|}
  
 
===Variable Descriptions===
 
===Variable Descriptions===
 
----
 
----
  
Opperand_Count     = '''X'''
+
Op Count     = '''4'''
  
Opcode     = '''9401FAD9'''
+
Opcode     = '''D9FA0194'''
 
----
 
----
  
* '''Text'''
+
* '''Full Room Name'''
:Text
+
:this is the full name for the room
 +
:example * SWG.Shadowfire.tutorial.Chat.rouse
  
 
|valign=top|
 
|valign=top|
Line 23: Line 45:
 
{| align="center"
 
{| align="center"
 
|-  
 
|-  
||{{ServerPacket}}
+
||{{ClientPacket}}
 
|-
 
|-
||{{25%}}
+
||{{75%}}
 
|-
 
|-
 
|}
 
|}
Line 34: Line 56:
  
 
<pre>
 
<pre>
 
+
04 00
 +
94 01 FA D9                                        // ChatBanAvatarFromRoom
 +
03 00                                              // String Count
 +
53 57 47                                          // SWG
 +
0A 00                                              // string count
 +
53 68 61 64 6F 77 66 69 72 65                      // Shadowfire
 +
09 00                                              // string count
 +
73 70 65 74 79 6E 65 73 73                        // spetyness
 +
22 00                                              // string count
 +
53 57 47 2E 53 68 61 64                            // SWG.Shad
 +
6F 77 66 69 72 65 2E 74 75 74 6F 72 69 61 6C 2E    // owfire.tutorial.
 +
43 68 61 74 2E 72 6F 75 73 65                      // Chat.rouse
 +
01 00 00 00
 
</pre>
 
</pre>

Latest revision as of 12:01, 10 January 2008

Client Packet - ChatBanAvatarFromRoom (9401FAD9)

SWGANH Wiki is a repository of Star Wars Galaxies Developer information. This site is only meant to be used by SWGANH Developer team.

Struct


SHORT Op Count
INT Opcode
A_STRING Game
A_STRING Server Name
A_STRING Moderator Name
A_STRING Full Room Name
INT ??

Variable Descriptions


Op Count = 4

Opcode = D9FA0194


  • Full Room Name
this is the full name for the room
example * SWG.Shadowfire.tutorial.Chat.rouse

Tags


C→S This packet originates on the client.

75% This packet has been partially reversed.

Sample Packet

04 00 
94 01 FA D9                                        // ChatBanAvatarFromRoom
03 00                                              // String Count
53 57 47                                           // SWG
0A 00                                              // string count
53 68 61 64 6F 77 66 69 72 65                      // Shadowfire
09 00                                              // string count
73 70 65 74 79 6E 65 73 73                         // spetyness
22 00                                              // string count 
53 57 47 2E 53 68 61 64                            // SWG.Shad
6F 77 66 69 72 65 2E 74 75 74 6F 72 69 61 6C 2E    // owfire.tutorial.
43 68 61 74 2E 72 6F 75 73 65                      // Chat.rouse
01 00 00 00