Difference between revisions of "ChatOnBanAvatarFromRoom"

From SWGANH Wiki
Jump to: navigation, search
(Struct)
Line 31: Line 31:
 
|{{int}}||'''Success Bitmask'''
 
|{{int}}||'''Success Bitmask'''
 
|-
 
|-
|{{int}}||'''Nothing'''
+
|{{int}}||'''RequestID'''
 
|}
 
|}
 
|}
 
|}

Revision as of 21:41, 8 April 2008





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 RequestID

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...