Skip to main content

Notifications

C→S 1849 - GetFaqText

Nitro: GET_FAQ_TEXT Note: No Arcturus handler - Nitro only. Source: GetFaqTextMessageComposer

Requests the full text of a specific FAQ article by question ID. Nitro-only.

FieldTypeNotes
questionIdintFAQ question ID to retrieve full text for

C→S 2031 - SearchFaqs

Nitro: SEARCH_FAQS Note: No Arcturus handler - Nitro only. Source: SearchFaqsMessageComposer

Searches FAQ articles by a query string. Nitro-only.

FieldTypeNotes
kstringSearch query string for FAQ articles

C→S 2436 - GetGift

Nitro: GET_GIFT Note: No Arcturus handler - Nitro only. Source: GetGiftMessageComposer

Requests the pending welcome gift data for the current user. Nitro-only.

Body: (empty)

C→S 3445 - GetFaqCategory

Nitro: GET_FAQ_CATEGORY Note: No Arcturus handler - Nitro only. Source: GetFaqCategoryMessageComposer

Requests the list of FAQ articles within a specific category. Nitro-only.

FieldTypeNotes
categoryIdintFAQ category ID to retrieve

C→S 26979 - ClientPolicy

Nitro: CLIENT_POLICY Note: No Arcturus handler - Nitro only.

Client policy acknowledgement message. Nitro-only; no Arcturus handler.

Body: (empty)

Nitro-only client policy acknowledgement message. No Arcturus handler.

S→C 3801 - AlertMessage

Source: GenericAlertComposer, HabboBroadcastMessageEvent

Delivers a broadcast alert message to the client, typically a hotel-wide announcement from staff.

Body: (empty)

S→C 1600 - ErrorMessage

Source: GenericErrorEvent

Signals a generic server-side error to the client using a numeric error code.

Body: (empty)

Common error codes:

CodeMeaning
0Unknown error
33Session invalidated

S→C 2035 - MessagesForYou (old-style welcome alert)

Source: MessagesForYouComposer, MOTDNotificationEvent

Delivers one or more MOTD (message of the day) lines shown to the user on login.

Body:
lineCount: int

S→C 1992 - Notification

Source: BubbleAlertComposer, NotificationDialogMessageEvent

Delivers a bubble notification to the client with a type key and arbitrary key-value parameters (e.g. gift arrival, mention).

Body:
type: string Bubble type key (e.g. "mention", "gift")
parameterCount: int
[parameterCount]:
key: string