Difference between revisions of "DeleteCharacterReplyMessage"
From SWGANH Wiki
m |
|||
(3 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | |||
{{PageHeader|Server Packet|DeleteCharacterReplyMessage (8268989B)}} | {{PageHeader|Server Packet|DeleteCharacterReplyMessage (8268989B)}} | ||
{| border="0" width="90%" cellpadding=6 | {| border="0" width="90%" cellpadding=6 | ||
Line 28: | Line 27: | ||
:Boolean, if set to 1, the server had an error. This is the message: | :Boolean, if set to 1, the server had an error. This is the message: | ||
<pre> | <pre> | ||
− | "The server failed to delete your character. This is indicative of a server problem. Please try again." | + | "The server failed to delete your character. |
+ | This is indicative of a server problem. Please try again." | ||
</pre> | </pre> | ||
:if 0, the character was deleted successfully. | :if 0, the character was deleted successfully. | ||
|valign=top| | |valign=top| | ||
+ | |||
===Tags=== | ===Tags=== | ||
---- | ---- | ||
Line 47: | Line 48: | ||
<pre> | <pre> | ||
− | + | 02 // Op Count | |
+ | 9B 98 68 82 // DeleteCharacterReplyMessage | ||
+ | 00 00 00 00 // delete status 00= deleted 01 = error | ||
</pre> | </pre> |
Latest revision as of 12:17, 28 December 2007
Server Packet - DeleteCharacterReplyMessage (8268989B)
SWGANH Wiki is a repository of Star Wars Galaxies Developer information. This site is only meant to be used by SWGANH Developer team.
Struct
Variable DescriptionsOpperand_Count = 2 Opcode = 8268989B
"The server failed to delete your character. This is indicative of a server problem. Please try again."
|
Tags
|
Sample Packet
02 // Op Count 9B 98 68 82 // DeleteCharacterReplyMessage 00 00 00 00 // delete status 00= deleted 01 = error