Difference between revisions of "ChatServerStatus"

From SWGANH Wiki
Jump to: navigation, search
(Sample Packet)
 
(10 intermediate revisions by 2 users not shown)
Line 1: Line 1:
__NOTOC__
+
{{PageHeader|Server Packet|ChatServerStatus (7102B15F)}}
 
+
 
{| border="0" width="90%" cellpadding=6
 
{| border="0" width="90%" cellpadding=6
 
|-
 
|-
Line 6: Line 5:
 
===Struct===
 
===Struct===
 
----
 
----
 +
{| align="center"
 +
|-
 +
||
 +
{| class="wikitable"
 +
|-
 +
|{{short}}||'''Op Count'''
 +
|-
 +
|{{int}}||'''Opcode'''
 +
|-
 +
|{{byte}}|'''Status'''
 +
|}
 +
|}
  
 
===Variable Descriptions===
 
===Variable Descriptions===
 
----
 
----
  
Opperand_Count     = '''X'''
+
Opperand_Count     = '''2'''
  
 
Opcode     = '''7102B15F'''
 
Opcode     = '''7102B15F'''
 
----
 
----
  
* '''Text'''
+
* '''status'''
:Text
+
:0 for offline
 +
:1 for online
  
 
|valign=top|
 
|valign=top|
Line 26: Line 38:
 
||{{ServerPacket}}
 
||{{ServerPacket}}
 
|-
 
|-
||{{0%}}
+
||{{100%}}
 
|-
 
|-
 
|}
 
|}
Line 35: Line 47:
  
 
<pre>
 
<pre>
00 09
 
00 02
 
 
02 00  
 
02 00  
 
5F B1 02 71 //ChatServerStatus
 
5F B1 02 71 //ChatServerStatus
01          //status maybe 0 = offline and 1= online??????????
+
01          //0 = offline and 1= online
00 D2 AA
+
 
</pre>
 
</pre>

Latest revision as of 21:53, 6 January 2008

Server Packet - ChatServerStatus (7102B15F)

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 Op Count
INT Opcode
BYTE Status

Variable Descriptions


Opperand_Count = 2

Opcode = 7102B15F


  • status
0 for offline
1 for online

Tags


S→C This packet originates on the server.

100% This packet has been completely reversed.

Sample Packet

02 00 
5F B1 02 71 //ChatServerStatus
01          //0 = offline and 1= online