Difference between revisions of "ClientPermissionsMessage"

From SWGANH Wiki
Jump to: navigation, search
 
(Variable Descriptions)
Line 32: Line 32:
 
:When this flag is set to 1, connection to the server as well as character creation are enabled
 
:When this flag is set to 1, connection to the server as well as character creation are enabled
 
:If 0:--> "Connection to Galaxy failed, please try again later." Is displayed.
 
:If 0:--> "Connection to Galaxy failed, please try again later." Is displayed.
 
  
 
* '''CharacterSlot_Open_Flag''':
 
* '''CharacterSlot_Open_Flag''':
Line 39: Line 38:
  
 
'''Note''': ''Unlimited_CharCreation_Flag OVERRIDES this.''
 
'''Note''': ''Unlimited_CharCreation_Flag OVERRIDES this.''
 
  
 
* '''Unlimited_CharCreation_Flag''':
 
* '''Unlimited_CharCreation_Flag''':
Line 45: Line 43:
 
:If 0, character creation access is based off the CharacterSlot_Open flag.
 
:If 0, character creation access is based off the CharacterSlot_Open flag.
 
|valign=top|
 
|valign=top|
 +
 
===Tags===
 
===Tags===
 
----
 
----

Revision as of 01:12, 21 December 2006


Struct


SHORT Operand_Count
INT Opcode
BYTE Galaxy_Open_Flag
BYTE CharacterSlot_Open_Flag
BYTE Unlimited_CharCreation_Flag

Variable Descriptions


Opperand_Count = 4

Opcode = E00730E5


  • Galaxy_Open_Flag:
When this flag is set to 1, connection to the server as well as character creation are enabled
If 0:--> "Connection to Galaxy failed, please try again later." Is displayed.
  • CharacterSlot_Open_Flag:
When this flag is set to 1, the user has an available slot for character creation.
If set to 0, the following response is sent --> "Sorry, You're not allowed to create anymore character on this galaxy." Is displayed.

Note: Unlimited_CharCreation_Flag OVERRIDES this.

  • Unlimited_CharCreation_Flag:
When this flag is set to 1, Character creation is allowed regardless of slots available.
If 0, character creation access is based off the CharacterSlot_Open flag.

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