Hotel
Hotel lobby view, bonus rares, news, community goals, LTD timers, and mystery boxes.
C→S 105 - HotelView
Nitro:
DESKTOP_VIEWSource:
HotelViewEvent,DesktopViewComposer
Notifies the server that the client has navigated to the hotel lobby view.
Body: (empty)
C→S 2912 - HotelViewData
Nitro:
GET_CURRENT_TIMING_CODESource:
HotelViewDataEvent,GetCurrentTimingCodeMessageComposer
Requests the current server timing code for hotel-view widget synchronisation. Nitro-only.
Body: (empty)
C→S 410 - HotelViewRequestLTDAvailability
Nitro:
GET_LIMITED_OFFER_APPEARING_NEXTSource:
HotelViewRequestLTDAvailabilityEvent,GetLimitedOfferAppearingNextComposer
Requests information about the next limited-time deal appearing in the hotel view.
Body: (empty)
C→S 957 - HotelViewRequestBonusRare
Nitro:
GET_BONUS_RARE_INFOSource:
HotelViewRequestBonusRareEvent,GetBonusRareInfoMessageComposer
Requests the current bonus rare item info displayed in the hotel view widget.
Body: (empty)
C→S 271 - HotelViewRequestSecondsUntil
Nitro:
GET_SECONDS_UNTILSource:
HotelViewRequestSecondsUntilEvent,GetSecondsUntilMessageComposer
Requests the number of seconds until a given date, used to drive hotel view countdown timers.
Body: (empty)
C→S 2318 - HotelViewRequestBadgeReward
Source:
HotelViewRequestBadgeRewardEvent
Requests a badge reward from the hotel view, sending the badge identifier to claim.
Body: (empty)
C→S 1827 - RequestNewsList
Nitro:
DESKTOP_NEWS,GET_PROMO_ARTICLESSource:
RequestNewsListEvent,GetPromoArticlesComposer
Body:
(empty)
Requests the list of promotional news articles shown on the hotel view landing page.
S→C 122 - DesktopView
Nitro:
DESKTOP_VIEWSource:HotelViewComposer,DesktopViewEvent
(no Arcturus composer)
Instructs the client to show the hotel view / desktop.
Instructs the client to display the hotel view (lobby) screen.
Body: (empty)
S→C 3052 - NavigatorMetadata
Nitro:
NAVIGATOR_METADATASource:NewNavigatorMetaDataComposer,NavigatorMetadataEvent
(no Arcturus composer)
Delivers navigator top-level context metadata.
| Field | Type | Notes |
|---|---|---|
| count | int | Number of top-level context entries |
| [count × context] | NavigatorTopLevelContext | Context entry (id, type, view string) |
Delivers metadata for the hotel view navigator (category descriptions, icons).
S→C 286 - DesktopNews
Nitro:
DESKTOP_NEWS,PROMO_ARTICLESSource:PromoArticlesMessageEvent
(no Arcturus composer)
Delivers news/promo articles for the hotel view landing page.
| Field | Type | Notes |
|---|---|---|
| count | int | Number of articles |
| [count × entry] | - | Article entry |
| entry.id | int | Article ID |
| entry.title | string | Article title |
| entry.bodyText | string | Article body text |
| entry.buttonText | string | Call-to-action button label |
| entry.linkType | int | 0=URL, 1=internal link, 2=no link |
| entry.linkContent | string | URL or internal link content |
| entry.imageUrl | string | URL to article image |
Delivers news article data for the hotel view news widget.
S→C 1745 - DesktopCampaign
Nitro:
DESKTOP_CAMPAIGN,COMPETITION_TIMING_CODESource:HotelViewDataComposer,CurrentTimingCodeMessageEvent
Delivers a campaign landing-page display item for the hotel view.
| Field | Type | Notes |
|---|---|---|
| campaignName | string | Campaign identifier name |
| pageTeaser | string | Teaser image URL |
| pageSpecial | string | Special content URL |
| pageOffer | string | Offer page URL |
| pageOfferExpire | string | Offer expiry date string |
| pageFuture | string | Future campaign URL |
Delivers campaign/widget data for the hotel view (e.g. bonus rare, community goal widgets).
S→C 44 - LimitedOfferAppearingNext
Nitro:
LIMITED_OFFER_APPEARING_NEXTSource:HotelViewNextLTDAvailableComposer,LimitedOfferAppearingNextMessageEvent
(no Arcturus composer)
Notifies the client that a limited offer is about to appear. Client uses this to show a countdown UI.
Notifies the client of the next limited-time deal appearance so it can display a countdown.
Body: (empty)
S→C 2833 - MysteryBoxKeys
Nitro:
MYSTERY_BOX_KEYSSource:MysteryBoxKeysComposer,MysteryBoxKeysEvent
| Field | Type | Notes |
|---|---|---|
| boxColor | string | Mystery box color string |
| keyColor | string | Mystery key color string |
Delivers the list of mystery box keys available to the user for opening mystery boxes.
S→C 3201 - ShowMysteryBoxWaitMessage
Nitro:
SHOWMYSTERYBOXWAITMESSAGESource:MysticBoxStartOpenComposer,ShowMysteryBoxWaitMessageEvent
(no Arcturus composer)
Sent to show the mystery box wait animation.
Triggers the mystery box wait animation on the client.
Body: (empty)
S→C 596 - CancelMysteryBoxWaitMessage
Nitro:
CANCELMYSTERYBOXWAITMESSAGESource:MysticBoxCloseComposer,CancelMysteryBoxWaitMessageEvent
(no Arcturus composer)
Sent to cancel an in-progress mystery box wait.
Cancels an in-progress mystery box wait animation.
Body: (empty)
S→C 1050 - HotelWillCloseMinutes
Nitro:
HOTEL_WILL_CLOSE_MINUTESSource:HotelWillCloseInMinutesComposer,HotelWillCloseInMinutesEvent
| Field | Type | Notes |
|---|---|---|
| minutes | int | Minutes until the hotel closes |
Notifies all users that the hotel will shut down in a specified number of minutes.
S→C 1350 - HotelMaintenance
Nitro:
HOTEL_MAINTENANCESource:HotelWillCloseInMinutesAndBackInComposer,MaintenanceStatusMessageEvent
| Field | Type | Notes |
|---|---|---|
| isInMaintenance | boolean | Whether the hotel is currently in maintenance |
| minutesUntilMaintenance | int | Minutes until maintenance starts (0 if already in maintenance) |
| duration | int | Expected maintenance duration in minutes (optional, defaults to 15) |
Notifies the client that the hotel is entering maintenance mode.
S→C 2771 - HotelClosesAndOpensAt
Nitro:
HOTEL_CLOSES_AND_OPENS_ATSource:HotelClosesAndWillOpenAtComposer,HotelClosesAndWillOpenAtEvent
| Field | Type | Notes |
|---|---|---|
| openHour | int | Hour the hotel will reopen (24h) |
| openMinute | int | Minute the hotel will reopen |
| userThrownOutAtClose | boolean | Whether the user will be kicked when the hotel closes |
Notifies the client of the scheduled close and reopen times for the hotel.
S→C 3728 - HotelClosedAndOpens
Nitro:
HOTEL_CLOSED_AND_OPENSSource:HotelClosedAndOpensComposer,HotelClosedAndOpensEvent
(no Arcturus composer)
Notifies the client that the server has closed and delivers the scheduled reopening time.
| Field | Type | Notes |
|---|---|---|
| openHour | int | Hour of reopening |
| openMinute | int | Minute of reopening |