Difference between revisions of "ChatOnBanAvatarFromRoom"

From SWGANH Wiki
Jump to: navigation, search
Line 1: Line 1:
 +
{{MissingPacket}}
 
{{PageHeader|Server Packet|ChatOnBanAvatarFromRoom (5A38538D)}}
 
{{PageHeader|Server Packet|ChatOnBanAvatarFromRoom (5A38538D)}}
 
{| border="0" width="90%" cellpadding=6
 
{| border="0" width="90%" cellpadding=6
Line 5: Line 6:
 
===Struct===
 
===Struct===
 
----
 
----
 
+
{| align="center"
 +
|-
 +
||
 
{| class="wikitable"
 
{| class="wikitable"
 
|-
 
|-
Line 29: Line 32:
 
|-
 
|-
 
|{{int}}||'''Nothing'''
 
|{{int}}||'''Nothing'''
 +
|}
 
|}
 
|}
  
Line 59: Line 63:
 
|-
 
|-
 
|}
 
|}
 
 
|}
 
|}
 
----
 
 
==Sample Code==
 
----
 
 
<pre>
 
Insert Code Snippet Here...
 
</pre>
 
  
 
==Sample Packet==
 
==Sample Packet==

Revision as of 19:37, 27 December 2007





Server Packet - ChatOnBanAvatarFromRoom (5A38538D)

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 Operand
INT Opcode
A_STRING Room Name
A_STRING Game
A_STRING Galaxy
A_STRING Moderator
A_STRING Game
A_STRING Galaxy
A_STRING Target
INT Success Bitmask
INT Nothing

Variable Descriptions


Opperand_Count = 6

Opcode = 0x5A38538D


  • Success Bitmask
0: XXX has been banned from XXX
0x4: Avatar not found.
0x10: Insufficient Privileges
Default: Unknown Error
  • Nothing
This is a counter on live but the client doesn't care about it, send 0.

Tags


S→C This packet originates on the server.

100% This packet has been completely reversed.

Sample Packet

Insert Sample Packet Here...