|
This article or section needs additional data. Please add a sample packet! |
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
- ID Number of the Server. Must be greater than 1 (2+)
- The IP Address as an ascii string.
- 192.168.1.100
- The port number of the connection server on IP_ADDR.
- The port number of the ping server on IP_ADDR.
Very Light = 0
Light = 300
Medium = 600
Heavy = 900
Very Heavy = 1200
Extreamly Heavy = 1500
Full = 3000
- The Maximum amount of people the server can hold.
- The maximum allowed characters per server.
Note: This seems to be old data floating around.
- Signed Integer.
- This number is somehow computed to distance.
- Suggestion: Lets modify this to a PING.
- The Current Status of the server.
online = 2
loading = 1
offline = 0
- 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...