Difference between revisions of "ChatOnDeleteAllPersistentMessages"

From SWGANH Wiki
Jump to: navigation, search
(Tags)
(Variable Descriptions)
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
__NOTOC__
+
{{MissingPacket}}
{|
+
{{PageHeader|Server Packet|ChatOnDeleteAllPersistentMessages}}
|- align="center"
+
||{{PacketGuide}}
+
|-
+
|}
+
 
+
 
{| border="0" width="90%" cellpadding=6
 
{| border="0" width="90%" cellpadding=6
 
|-
 
|-
Line 11: Line 6:
 
===Struct===
 
===Struct===
 
----
 
----
 
+
{| align="center"
 +
|-
 +
||
 
{| class="wikitable"
 
{| class="wikitable"
 
|-
 
|-
Line 18: Line 15:
 
|align="center" style="background:#6C86BF; color:white;"|'''INT'''||'''Success Bitmask'''
 
|align="center" style="background:#6C86BF; color:white;"|'''INT'''||'''Success Bitmask'''
 
|-
 
|-
 +
|}
 
|}
 
|}
  
Line 23: Line 21:
 
----
 
----
  
Opperand_Count     = '''9?'''
+
Operand_Count     = '''1'''
  
 
Opcode     = '''0x4F23965A'''
 
Opcode     = '''0x4F23965A'''
Line 29: Line 27:
  
 
* '''Success Bitmask'''
 
* '''Success Bitmask'''
 +
 
:When set to 00 01 00 01 Message will say "Unable to empty the mailbox of N"
 
:When set to 00 01 00 01 Message will say "Unable to empty the mailbox of N"
 
+
:When set to 01 01 01 01 Message will say "You have successfully emptied the mailbox of N"
:When set to 01 01 01 01 Message will say "You have sucessfully emptied the mailbox of N"
+
* --
+
* ---
+
* ----
+
  
 
|valign=top|
 
|valign=top|
Line 47: Line 42:
 
|-
 
|-
 
|}
 
|}
 
 
|}
 
|}
 
----
 
 
==Sample Code==
 
----
 
 
<pre>
 
Insert Code Snippet Here...
 
</pre>
 
  
 
==Sample Packet==
 
==Sample Packet==

Latest revision as of 19:43, 27 December 2007





Server Packet - ChatOnDeleteAllPersistentMessages

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

Struct


A_STRING Character Name
INT Success Bitmask

Variable Descriptions


Operand_Count = 1

Opcode = 0x4F23965A


  • Success Bitmask
When set to 00 01 00 01 Message will say "Unable to empty the mailbox of N"
When set to 01 01 01 01 Message will say "You have successfully emptied the mailbox of N"

Tags


S→C This packet originates on the server.

100% This packet has been completely reversed.

Sample Packet

Insert Sample Packet Here...