|
|
Line 102: |
Line 102: |
| ||{{ServerPacket}} | | ||{{ServerPacket}} |
| |- | | |- |
− | ||{{75%}} | + | ||{{100%}} |
| |- | | |- |
| |} | | |} |
Revision as of 14:34, 31 May 2007
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 Code
Insert Code Snippet Here...
Sample Packet
Insert Sample Packet Here...