LoginClusterStatus

From SWGANH Wiki
Revision as of 02:39, 21 December 2006 by Snow (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
Exquisite-khelpcenter.png Instructions
In order to keep all documentation the same format, please use the source to this page to begin a new packet description, the template contains all the options, simply remove what is not required and fill in the details.


Struct


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

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.

75% This packet has been partially reversed.


Sample Code

Insert Code Snippet Here...

Sample Packet

Insert Sample Packet Here...