Notifications
C→S 1849 - GetFaqText
Nitro:
GET_FAQ_TEXTNote: No Arcturus handler - Nitro only. Source:GetFaqTextMessageComposer
Requests the full text of a specific FAQ article by question ID. Nitro-only.
| Field | Type | Notes |
|---|---|---|
| questionId | int | FAQ question ID to retrieve full text for |
C→S 2031 - SearchFaqs
Nitro:
SEARCH_FAQSNote: No Arcturus handler - Nitro only. Source:SearchFaqsMessageComposer
Searches FAQ articles by a query string. Nitro-only.
| Field | Type | Notes |
|---|---|---|
| k | string | Search query string for FAQ articles |
C→S 2436 - GetGift
Nitro:
GET_GIFTNote: 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_CATEGORYNote: No Arcturus handler - Nitro only. Source:GetFaqCategoryMessageComposer
Requests the list of FAQ articles within a specific category. Nitro-only.
| Field | Type | Notes |
|---|---|---|
| categoryId | int | FAQ category ID to retrieve |
C→S 26979 - ClientPolicy
Nitro:
CLIENT_POLICYNote: 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:
| Code | Meaning |
|---|---|
| 0 | Unknown error |
| 33 | Session 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