Difference between revisions of "ErrorMessage"

From SWGANH Wiki
Jump to: navigation, search
(Struct)
m
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
__NOTOC__
+
{{MissingPacket}}
 
+
{{PageHeader|Server Packet|ErrorMessage (B5ABF91A)}}
 
{| border="0" width="90%" cellpadding=6
 
{| border="0" width="90%" cellpadding=6
 
|-
 
|-
Line 6: Line 6:
 
===Struct===
 
===Struct===
 
----
 
----
 
+
{| align="center"
 +
|-
 +
||
 
{| class="wikitable"
 
{| class="wikitable"
 
|{{short}}||'''Operand_Count'''
 
|{{short}}||'''Operand_Count'''
Line 17: Line 19:
 
|-
 
|-
 
|{{bool}}||'''Force_Fatal'''
 
|{{bool}}||'''Force_Fatal'''
 +
|}
 
|}
 
|}
  
Line 51: Line 54:
  
 
----
 
----
 
==Sample Code==
 
 
<pre>
 
Insert Code Snippet Here...
 
</pre>
 
  
 
==Sample Packet==
 
==Sample Packet==

Latest revision as of 22:32, 6 January 2008





Server Packet - ErrorMessage (B5ABF91A)

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_Count
INT Opcode
A_STRING Error_Type
A_STRING Error_Message
BOOL Force_Fatal

Variable Descriptions


Opperand_Count = 3

Opcode = B5ABF91A


  • Ascii display is as follows:
ErrorType:ErrorMessage
Force_Fatal will crash the client and produce a crash report with the error message
in the log if set to TRUE (not 00, or 01) if false (00), it will just display the
message in game with a UI popup that has an "Ok" Button.


Tags


S→C This packet originates on the server.

100% This packet has been completely reversed.

Aditional Notes


  • Use this to say your password sucks. Nubs =D <3 Xeno

Sample Packet

Insert Sample Packet Here...