Table of Contents

Enum CharacterSelectResult

Namespace
FishMMO.Shared
Assembly
FishMMO.Shared.dll

Why a character selection could not be honoured.

public enum CharacterSelectResult : byte

Fields

Failed = 2

The selection could not be completed for a reason the player cannot act on — a database failure, a saturated worker pool, or a request refused by the server's per-connection cooldown. Retrying is the only useful advice.

OtherCharacterInWorld = 1

A different character on this account is still in the world — either playing or running out a combat-logout timer — so the account cannot switch to another one yet.

Success = 0

Selection was accepted; the world server list follows.