Difference between revisions of "LoginEnumCluster"
From SWGANH Wiki
(7 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | + | {{MissingPacket}} | |
− | + | {{PageHeader|Server Packet|LoginEnumCluster}} | |
{| 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''' | ||
|- | |- | ||
− | | | + | |{{int}}||'''Opcode''' |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
|- | |- | ||
+ | |{{int}}||'''ServerCount''' | ||
|} | |} | ||
+ | {{beginlist|servers|Server_Count}} | ||
:{| class="wikitable" | :{| class="wikitable" | ||
+ | |{{int}}||'''ServerID''' | ||
|- | |- | ||
− | | | + | |{{a_string}}||'''ServerName''' |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
|- | |- | ||
+ | |{{int}}||'''Distance''' | ||
|} | |} | ||
− | + | {{endlist|servers}} | |
{| class="wikitable" | {| class="wikitable" | ||
− | | | + | |{{int}}||'''MaxCharsPerAccount''' |
− | + | |} | |
− | | | + | |
|} | |} | ||
===Variable Descriptions=== | ===Variable Descriptions=== | ||
Line 37: | Line 35: | ||
Opcode = '''C11C63B9''' | Opcode = '''C11C63B9''' | ||
---- | ---- | ||
− | * '''ServerCount: | + | * '''ServerCount''': |
:Total number of servers to list. | :Total number of servers to list. | ||
− | * '''ServerID: | + | * '''ServerID''': |
:ID number of the server. must be greater than 1 (2+ ) | :ID number of the server. must be greater than 1 (2+ ) | ||
− | * '''ServerName: | + | * '''ServerName''': |
:Ascii string of the galaxy's name. | :Ascii string of the galaxy's name. | ||
− | * ''' | + | * '''MaxCharsPerAccount''': |
− | + | ||
− | + | ||
− | + | ||
:Maximum number of characters allowed per account. Default is 8. | :Maximum number of characters allowed per account. Default is 8. | ||
:'''TODO''': Someone test this to see if it stops querying char create at 8, or w/e this value is set as. | :'''TODO''': Someone test this to see if it stops querying char create at 8, or w/e this value is set as. | ||
+ | |||
+ | * '''Distance''' | ||
+ | :D = 3600 * GMTOffset | ||
+ | :GMTOffset is the the Offset of GMT time the server is located at. PST = -8, MST = -7 CST = -6, EST = -5 | ||
+ | |||
|valign=top| | |valign=top| | ||
+ | |||
===Tags=== | ===Tags=== | ||
---- | ---- | ||
Line 59: | Line 60: | ||
||{{ServerPacket}} | ||{{ServerPacket}} | ||
|- | |- | ||
− | ||{{ | + | ||{{100%}} |
|- | |- | ||
|} | |} | ||
|} | |} | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
==Sample Packet== | ==Sample Packet== |
Latest revision as of 21:26, 8 January 2008
This article or section needs additional data. Please add a sample packet! |
Server Packet - LoginEnumCluster
SWGANH Wiki is a repository of Star Wars Galaxies Developer information. This site is only meant to be used by SWGANH Developer team.
Struct
Variable DescriptionsOpperand_Count = 3 Opcode = C11C63B9
|
Tags
|
Sample Packet
Insert Sample Packet Here...