Skip to main content

Hotel

Hotel lobby view, bonus rares, news, community goals, LTD timers, and mystery boxes.

C→S 105 - HotelView

Nitro: DESKTOP_VIEW

Source: 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_CODE

Source: 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_NEXT

Source: 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_INFO

Source: HotelViewRequestBonusRareEvent, GetBonusRareInfoMessageComposer

Requests the current bonus rare item info displayed in the hotel view widget.

Body: (empty)

C→S 271 - HotelViewRequestSecondsUntil

Nitro: GET_SECONDS_UNTIL

Source: 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_ARTICLES

Source: RequestNewsListEvent, GetPromoArticlesComposer

Body:
(empty)

Requests the list of promotional news articles shown on the hotel view landing page.

S→C 122 - DesktopView

Nitro: DESKTOP_VIEW Source: 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_METADATA Source: NewNavigatorMetaDataComposer, NavigatorMetadataEvent

(no Arcturus composer)

Delivers navigator top-level context metadata.

FieldTypeNotes
countintNumber of top-level context entries
[count × context]NavigatorTopLevelContextContext entry (id, type, view string)

Delivers metadata for the hotel view navigator (category descriptions, icons).

S→C 286 - DesktopNews

Nitro: DESKTOP_NEWS, PROMO_ARTICLES Source: PromoArticlesMessageEvent

(no Arcturus composer)

Delivers news/promo articles for the hotel view landing page.

FieldTypeNotes
countintNumber of articles
[count × entry]-Article entry
entry.idintArticle ID
entry.titlestringArticle title
entry.bodyTextstringArticle body text
entry.buttonTextstringCall-to-action button label
entry.linkTypeint0=URL, 1=internal link, 2=no link
entry.linkContentstringURL or internal link content
entry.imageUrlstringURL to article image

Delivers news article data for the hotel view news widget.

S→C 1745 - DesktopCampaign

Nitro: DESKTOP_CAMPAIGN, COMPETITION_TIMING_CODE Source: HotelViewDataComposer, CurrentTimingCodeMessageEvent

Delivers a campaign landing-page display item for the hotel view.

FieldTypeNotes
campaignNamestringCampaign identifier name
pageTeaserstringTeaser image URL
pageSpecialstringSpecial content URL
pageOfferstringOffer page URL
pageOfferExpirestringOffer expiry date string
pageFuturestringFuture 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_NEXT Source: 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_KEYS Source: MysteryBoxKeysComposer, MysteryBoxKeysEvent

FieldTypeNotes
boxColorstringMystery box color string
keyColorstringMystery key color string

Delivers the list of mystery box keys available to the user for opening mystery boxes.

S→C 3201 - ShowMysteryBoxWaitMessage

Nitro: SHOWMYSTERYBOXWAITMESSAGE Source: 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: CANCELMYSTERYBOXWAITMESSAGE Source: 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_MINUTES Source: HotelWillCloseInMinutesComposer, HotelWillCloseInMinutesEvent

FieldTypeNotes
minutesintMinutes 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_MAINTENANCE Source: HotelWillCloseInMinutesAndBackInComposer, MaintenanceStatusMessageEvent

FieldTypeNotes
isInMaintenancebooleanWhether the hotel is currently in maintenance
minutesUntilMaintenanceintMinutes until maintenance starts (0 if already in maintenance)
durationintExpected 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_AT Source: HotelClosesAndWillOpenAtComposer, HotelClosesAndWillOpenAtEvent

FieldTypeNotes
openHourintHour the hotel will reopen (24h)
openMinuteintMinute the hotel will reopen
userThrownOutAtClosebooleanWhether 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_OPENS Source: HotelClosedAndOpensComposer, HotelClosedAndOpensEvent

(no Arcturus composer)

Notifies the client that the server has closed and delivers the scheduled reopening time.

FieldTypeNotes
openHourintHour of reopening
openMinuteintMinute of reopening