Table of Contents

Class GuildTextLimits

Namespace
FishMMO.Shared
Assembly
FishMMO.Shared.dll

Maximum length the server accepts for a guild message of the day or notice.

public static class GuildTextLimits
Inheritance
GuildTextLimits
Inherited Members

Remarks

Matches the character varying(500) the guild table declares for both columns. The client trims to this before sending so a player sees the limit rather than a silent truncation, but the server enforces it independently — the client's copy is a courtesy.

Fields

MaxApplicationMessageLength

Maximum length of an application message, in characters.

public const int MaxApplicationMessageLength = 300

Field Value

int

MaxBlurbLength

Maximum recruitment blurb length, in characters.

public const int MaxBlurbLength = 500

Field Value

int

MaxDirectorySearchLength

Maximum directory search term length, in characters.

public const int MaxDirectorySearchLength = 64

Field Value

int

MaxMemberNoteLength

Maximum length of either member note, in characters.

public const int MaxMemberNoteLength = 128

Field Value

int

Remarks

Matches character varying(128) on both note columns.

MaxMessageOfTheDayLength

Maximum message-of-the-day length, in characters.

public const int MaxMessageOfTheDayLength = 500

Field Value

int

MaxNoticeLength

Maximum notice length, in characters.

public const int MaxNoticeLength = 500

Field Value

int

MaxTagsLength

Maximum length of the whole comma-separated tag list, in characters.

public const int MaxTagsLength = 200

Field Value

int