Difference between revisions of "ChatOnBanAvatarFromRoom"

From SWGANH Wiki
Jump to: navigation, search
Line 8: Line 8:
 
{| class="wikitable"
 
{| class="wikitable"
 
|-
 
|-
|align="center" style="background:#B3C0DE; color:white;"|'''BYTE'''||'''uint8'''
+
|{{short}}||'''Operand'''
 
|-
 
|-
|align="center" style="background:#6C86BF; color:white;"|'''SHORT'''||'''uint16'''
+
|{{int}}||'''Opcode'''
 
|-
 
|-
|align="center" style="background:#3C548A; color:white;"|'''INT'''||'''uint32'''
+
|{{a_string}}||'''Room Name'''
 
|-
 
|-
|align="center" style="background:#3C5466; color:white;"|'''FLOAT'''||'''uint32'''
+
|{{a_string}}||'''Game'''
 
|-
 
|-
|align="center" style="background:#3C4565; color:white;"|'''LONG'''||'''uint64'''
+
|{{a_string}}||'''Galaxy'''
 
|-
 
|-
|align="center" style="background:#D8F2E0; color:#3C4565;"|'''A_STRING'''||'''ASCII String'''
+
|{{a_string}}||'''Moderator'''
 
|-
 
|-
|align="center" style="background:#8BD9A3; color:white;"|'''U_STRING'''||'''Unicode String'''
+
|{{a_string}}||'''Game'''
 
|-
 
|-
|align="center" style="background:#3EC166; color:white;"|'''C_STRING'''||'''Customization String'''
+
|{{a_string}}||'''Galaxy'''
 
|-
 
|-
|align="center" style="background:#25733D; color:white;"|'''B_STRING'''||'''Byte String'''
+
|{{a_string}}||'''Target'''
 
|-
 
|-
|align="center" style="background:#C6C600; color:white;"|'''{ }'''||'''LIST Component'''
+
|{{int}}||'''Success Bitmask'''
|-
+
|align="center" style="background:#DF97A7; color:white;"|'''?'''||'''Uncertain Values'''
+
|-
+
|align="center" style="background:#C84966; color:white;"|'''?? '''||'''Unknown Variable Name'''
+
 
|-
 
|-
 +
|{{int}}||'''Nothing'''
 
|}
 
|}
  
Line 37: Line 34:
 
----
 
----
  
Opperand_Count     = '''9'''
+
Opperand_Count     = '''6'''
  
 
Opcode     = '''0x5A38538D'''
 
Opcode     = '''0x5A38538D'''
 
----
 
----
  
* Additional Descriptions go here...
+
*Success Bitmask
* --
+
:0: '''XXX has been banned from XXX'''
* ---
+
:0x4: '''Avatar not found.'''
* ----
+
:0x10: '''Insufficient Privileges'''
 +
 
 +
*Nothing
 +
:This is a counter on live but the client doesn't care about it, send 0.
  
 
|valign=top|
 
|valign=top|
Line 55: Line 55:
 
||{{ServerPacket}}
 
||{{ServerPacket}}
 
|-
 
|-
||{{0%}}
+
||{{100%}}
 
|-
 
|-
 
|}
 
|}

Revision as of 20:34, 20 June 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
  • 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 Code


Insert Code Snippet Here...

Sample Packet

Insert Sample Packet Here...