Method | Description | |
---|---|---|
HandleChallengeResponse ( |
Client sent a response to our challenge, as well as account name and password.
|
|
HandleCharacterCreate ( |
Client created a character!
|
|
HandleCharacterInfoRequest ( |
Client requested information about its characters.
|
|
HandleCharacterRetirement ( |
Client wanted to retire a character.
|
|
HandleCityInfoRequest ( |
Client requested information about a city.
|
|
HandleCityTokenRequest ( |
Client wanted to transfer to a city server.
|
|
HandleLoginRequest ( |
Client wanted to log in!
|
Method | Description | |
---|---|---|
SanitizeAccount ( string AccountName ) : string |
public static HandleChallengeResponse ( |
||
Client | ||
P | ProcessedPacket | |
return | void |
public static HandleCharacterCreate ( |
||
Client | ||
P | ProcessedPacket | |
return | void |
public static HandleCharacterInfoRequest ( |
||
Client | ||
P | ProcessedPacket | |
return | void |
public static HandleCharacterRetirement ( |
||
Client | ||
P | ProcessedPacket | |
return | void |
public static HandleCityInfoRequest ( |
||
Client | ||
P | ProcessedPacket | |
return | void |
public static HandleCityTokenRequest ( |
||
Client | ||
P | ProcessedPacket | |
return | void |
public static HandleLoginRequest ( |
||
Client | ||
P | ProcessedPacket | |
return | void |