Difference between revisions of "LoginClusterStatus"

From SWGANH Wiki
Jump to: navigation, search
(Tags)
Line 1: Line 1:
__NOTOC__
+
{{MissingPacket}}
 
+
{{PageHeader|Server Packet|LoginClusterStatus (3436AEB6)}}
 
{| 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 38: Line 40:
 
|}
 
|}
 
{{endlist|servers}}
 
{{endlist|servers}}
 
+
|}
 
===Variable Descriptions===
 
===Variable Descriptions===
 
----
 
----
Line 105: Line 107:
 
|-
 
|-
 
|}
 
|}
 
 
|}
 
|}
 
----
 
 
==Sample Code==
 
 
<pre>
 
Insert Code Snippet Here...
 
</pre>
 
  
 
==Sample Packet==
 
==Sample Packet==

Revision as of 22:25, 8 January 2008





Server Packet - LoginClusterStatus (3436AEB6)

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
INT Server_Count

<servers count=Server_Count>

INT ServerID
A_STRING IP_ADDR
SHORT ServerPort
SHORT PingPort
INT ServerPopulation
INT MaxCapacity
INT MaxCharsPerServer
INT Distance
INT Status
BYTE NotRecommendedFlag

<servers/>

Variable Descriptions


Opperand_Count = 2

Opcode = 3436AEB6


  • ServerID:
ID Number of the Server. Must be greater than 1 (2+)
  • IP_ADDR:
The IP Address as an ascii string.
192.168.1.100
  • ServerPort:
The port number of the connection server on IP_ADDR.
  • PingPort:
The port number of the ping server on IP_ADDR.
  • ServerPopulation:
Very Light 	= 0
Light 		= 300
Medium 		= 600
Heavy 		= 900
Very Heavy 	= 1200
Extreamly Heavy = 1500
Full 		= 3000
  • MaxCapacity:
The Maximum amount of people the server can hold.
  • MaxCharsPerServer:
The maximum allowed characters per server.

Note: This seems to be old data floating around.

  • Distance:
Signed Integer.
This number is somehow computed to distance.
Suggestion: Lets modify this to a PING.
  • Status:
The Current Status of the server.
online  =  2
loading	=  1
offline =  0
  • NotRecommendedFlag:
When True, the (Recommended) tag in the server listings is not used.
When False, the (Recommended) tag appears next to the server.

Tags


S→C This packet originates on the server.

100% This packet has been completely reversed.

Sample Packet

Insert Sample Packet Here...