LoginClusterStatus

From SWGANH Wiki
Revision as of 22:25, 8 January 2008 by Snow (Talk | contribs)

Jump to: navigation, search





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...