Skip to main content

Quests

Quest system, seasonal quests, community goals, Advent Calendar, and New Year resolutions.

C→S 3333 - GetQuests

Nitro: GET_QUESTS Source: GetQuestsMessageComposer

Requests the full quest list for the quests panel.

Body: (empty)

C→S 793 - ActivateQuest

Nitro: ACTIVATE_QUEST Source: ActivateQuestMessageComposer

Activates (starts tracking) the currently selected quest.

Body: (empty)

C→S 3604 - AcceptQuest

Nitro: ACCEPT_QUEST Source: AcceptQuestMessageComposer

Accepts the currently offered quest.

Body: (empty)

C→S 2397 - RejectQuest

Nitro: REJECT_QUEST Source: RejectQuestMessageComposer

Declines the currently offered quest.

Body: (empty)

C→S 2750 - OpenQuestTracker

Nitro: OPEN_QUEST_TRACKER Source: OpenQuestTrackerMessageComposer

Requests the server to open the quest tracker UI for the current user.

Body: (empty)

C→S 2486 - GetDailyQuest

Nitro: GET_DAILY_QUEST Source: GetDailyQuestMessageComposer

Requests the current daily quest offer.

Body: (empty)

C→S 1190 - GetSeasonalQuestsOnly

Nitro: GET_SEASONAL_QUESTS_ONLY Source: GetSeasonalQuestsOnlyMessageComposer

Requests the list of currently active seasonal quests.

Body: (empty)

C→S 1145 - HotelViewRequestCommunityGoal

Nitro: GET_COMMUNITY_GOAL_PROGRESS Source: GetCommunityGoalProgressMessageComposer

Requests the current community goal progress data for the hotel view.

Body: (empty)

C→S 1343 - HotelViewRequestConcurrentUsers

Nitro: GET_CONCURRENT_USERS_GOAL_PROGRESS Source: GetConcurrentUsersGoalProgressMessageComposer

Requests the current concurrent users community goal progress.

Body: (empty)

C→S 2167 - GetCommunityGoalHallOfFame

Nitro: GET_COMMUNITY_GOAL_HALL_OF_FAME Source: GetCommunityGoalHallOfFameMessageComposer

Requests the community goal hall of fame leaderboard.

Body: (empty)

C→S 2688 - GetCommunityGoalEarnedPrizes

Nitro: GET_COMMUNITY_GOAL_EARNED_PRIZES Source: GetCommunityGoalEarnedPrizesMessageComposer

Requests the list of prizes the current user has earned from community goals.

Body: (empty)

C→S 3536 - CommunityGoalVoteComposer

Nitro: COMMUNITY_GOAL_VOTE_COMPOSER Source: CommunityGoalVoteMessageComposer

Casts a vote for the active community goal.

Body: (empty)

C→S 3872 - HotelViewConcurrentUsersButton

Nitro: GET_CONCURRENT_USERS_REWARD Source: GetConcurrentUsersRewardMessageComposer

Requests the reward for reaching the concurrent users goal milestone.

Body: (empty)

C→S 90 - RedeemCommunityGoalPrize

Nitro: REDEEM_COMMUNITY_GOAL_PRIZE Source: RedeemCommunityGoalPrizeMessageComposer

Redeems an earned community goal prize.

Body: (empty)

C→S 3077 - HotelViewClaimBadge

Nitro: REQUESTABADGE Source: RequestABadgeComposer

Requests a badge from the hotel view (e.g. a loyalty or event badge).

Body: (empty)

C→S 2257 - AdventCalendarOpenDay

Nitro: OPEN_CAMPAIGN_CALENDAR_DOOR

Source: AdventCalendarOpenDayEvent, OpenCampaignCalendarDoorComposer

Opens a day in the campaign/advent calendar by campaign name and day number.

Body:
campaignName: string

C→S 3889 - AdventCalendarForceOpen

Nitro: OPEN_CAMPAIGN_CALENDAR_DOOR_STAFF

Source: AdventCalendarForceOpenEvent, OpenCampaignCalendarDoorAsStaffComposer

Staff override to force-open a campaign calendar day.

Body:
campaignName: string

C→S 433 - CompetitionRoomSearch

Nitro: COMPETITION_ROOM_SEARCH Note: No Arcturus handler - Nitro only. Source: CompetitionRoomsSearchMessageComposer

FieldTypeNotes
kintCompetition category or page index
_arg_2intCompetition sub-category or offset

Searches for rooms in a competition category. Nitro-only.

C→S 1334 - RoomCompetitionInit

Nitro: ROOM_COMPETITION_INIT Note: No Arcturus handler - Nitro only. Source: RoomCompetitionInitMessageComposer

Initialises a room competition session for the current room. Nitro-only.

Body: (empty)

Initialises a room competition session for the current room. No parameters.

C→S 1697 - StartCampaign

Nitro: START_CAMPAIGN Note: No Arcturus handler - Nitro only. Source: StartCampaignMessageComposer

FieldTypeNotes
kstringCampaign identifier string to start

Starts a named campaign. Nitro-only.

C→S 2012 - MysteryBoxWaitingCanceledMessage

Nitro: MYSTERYBOXWAITINGCANCELEDMESSAGE Note: No Arcturus handler - Nitro only. Source: MysteryBoxWaitingCanceledMessageComposer

FieldTypeNotes
kintMystery box type / session ID to cancel waiting for

Cancels a pending mystery box wait. Nitro-only.

C→S 2077 - GetIsUserPartOfCompetition

Nitro: GET_IS_USER_PART_OF_COMPETITION Note: No Arcturus handler - Nitro only. Source: GetIsUserPartOfCompetitionMessageComposer

FieldTypeNotes
kstringCompetition identifier string to check membership in

Checks whether the current user is part of a named competition. Nitro-only.

C→S 2283 - RoomAdPurchaseInitiated

Nitro: ROOM_AD_PURCHASE_INITIATED Note: No Arcturus handler - Nitro only. Source: RoomAdPurchaseInitiatedComposer

Notifies the server that the client initiated a room ad purchase flow. Nitro-only.

Body: (empty)

Notifies the server that the client initiated a Room Ad purchase flow. No parameters.

C→S 2412 - RoomAdEventTabClicked

Nitro: ROOM_AD_EVENT_TAB_CLICKED Note: No Arcturus handler - Nitro only. Source: RoomAdEventTabAdClickedComposer

FieldTypeNotes
kintRoom ad / event tab ID
_arg_2stringAd click URL or identifier
_arg_3intAd position / slot index

Tracks a click on a room ad/event tab. Nitro-only.

C→S 2595 - SubmitRoomToCompetition

Nitro: SUBMIT_ROOM_TO_COMPETITION Note: No Arcturus handler - Nitro only. Source: SubmitRoomToCompetitionMessageComposer

FieldTypeNotes
kstringCompetition identifier string
_arg_2intConfirmation level (0=not accepted, 1=not submitted, 2=not confirmed, 3=commit)

Submits the current room to a competition. Nitro-only.

C→S 2668 - RoomAdEventTabViewed

Nitro: ROOM_AD_EVENT_TAB_VIEWED Note: No Arcturus handler - Nitro only. Source: RoomAdEventTabViewedComposer

Notifies the server that the Room Ad event tab was viewed by the client. Nitro-only.

Body: (empty)

Notifies the server that the Room Ad event tab was viewed. No parameters.

C→S 2725 - CancelRoomEvent

Nitro: CANCEL_ROOM_EVENT Note: No Arcturus handler - Nitro only. Source: CancelEventMessageComposer

FieldTypeNotes
kintRoom event / room promotion ID to cancel

Cancels an active room event/promotion. Nitro-only.

C→S 2809 - RoomAdSearch

Nitro: ROOM_AD_SEARCH Note: No Arcturus handler - Nitro only. Source: RoomAdSearchMessageComposer

FieldTypeNotes
kintRoom ad search category or type
_arg_2intRoom ad search page index / offset

Searches for room ads in a category. Nitro-only.

C→S 3074 - MysteryboxOpenTrophy

Nitro: MYSTERYBOX_OPEN_TROPHY Note: No Arcturus handler - Nitro only. Source: OpenMysteryTrophyMessageComposer

FieldTypeNotes
objectIdintFurniture item ID of the mystery trophy
textstringInscription text to engrave on the trophy

Opens a mystery trophy furniture item with a custom inscription text. Nitro-only.

C→S 3133 - CancelQuest

Nitro: CANCEL_QUEST Note: No Arcturus handler - Nitro only. Source: CancelQuestMessageComposer

Cancels the current active quest. Nitro-only.

Body: (empty)

Cancels the current active quest. No parameters.

C→S 3257 - GetSeasonalCalendarDailyOffer

Nitro: GET_SEASONAL_CALENDAR_DAILY_OFFER Note: No Arcturus handler - Nitro only. Source: GetSeasonalCalendarDailyOfferComposer

Body: (empty)

Requests the daily offer from the seasonal/advent calendar. No parameters.

Requests the daily offer from the seasonal/advent calendar. Nitro-only.

S→C 3625 - Quests

Nitro: QUESTS Source: QuestsComposer, QuestsMessageEvent

(no Arcturus composer)

Delivers the full quest list. Body contains multiple quest entries, each with same structure as S→C 230 (QUEST).

FieldTypeNotes
countintNumber of quest entries
[count × quest]QuestDataQuest data (same fields as QUEST body)

Delivers the full quest list for the quests panel. Nitro-only; no Arcturus composer.

S→C 230 - Quest

Nitro: QUEST Source: QuestComposer, QuestMessageEvent

(no Arcturus composer)

Delivers a single quest definition.

FieldTypeNotes
campaignCodestringCampaign identifier (e.g. "xmas2022")
completedQuestsInCampaignintNumber of quests already completed in this campaign
questCountInCampaignintTotal quests in campaign
activityPointTypeintCurrency type for reward
idintQuest ID (0 = campaign completed, no active quest)
acceptedbooleanWhether the player has accepted this quest
typestringQuest type string
imageVersionstringAsset version string for quest image
rewardCurrencyAmountintAmount of currency rewarded on completion
localizationCodestringLocalization key for quest text
completedStepsintSteps completed so far
totalStepsintTotal steps required
sortOrderintDisplay sort order
catalogPageNamestringCatalog page to open for quest items
chainCodestringChain/series identifier
easybooleanWhether this is the easy variant

Delivers a single quest definition with progress, reward, and campaign data. Nitro-only.

S→C 949 - QuestCompleted

Nitro: QUEST_COMPLETED Source: QuestCompletedComposer, QuestCompletedMessageEvent

Quest completed notification. Body has same structure as S→C 230 (QUEST) plus a show-dialog flag.

FieldTypeNotes
campaignCodestringCampaign identifier
completedQuestsInCampaignintCompleted quests count
questCountInCampaignintTotal quests in campaign
activityPointTypeintCurrency type
idintQuest ID
acceptedbooleanWhether accepted
typestringQuest type
imageVersionstringImage version
rewardCurrencyAmountintReward amount
localizationCodestringLocalization key
completedStepsintSteps completed
totalStepsintTotal steps
sortOrderintDisplay sort order
catalogPageNamestringCatalog page name
chainCodestringChain code
easybooleanEasy variant
showDialogbooleanWhether to show the completion dialog

Notifies the client that the current quest has been completed.

S→C 3027 - QuestCancelled

Nitro: QUEST_CANCELLED Source: QuestExpiredComposer, QuestCancelledMessageEvent

FieldTypeNotes
expiredbooleanWhether the quest was cancelled due to expiry (true) or by the user (false)

Notifies the client that the current quest was cancelled.

S→C 1878 - QuestDaily

Nitro: QUEST_DAILY Source: QuestDailyMessageEvent

(no Arcturus composer)

Delivers the daily quest offer.

FieldTypeNotes
hasQuestbooleanWhether a daily quest is available
[if hasQuest] questQuestDataQuest fields (same structure as QUEST body)
[if hasQuest] easyQuestCountintNumber of easy quests available
[if hasQuest] hardQuestCountintNumber of hard quests available

Delivers the current daily quest offer.

S→C 1122 - SeasonalQuests

Nitro: SEASONAL_QUESTS Source: SeasonalQuestsMessageEvent

(no Arcturus composer)

Delivers a list of seasonal quests. Each quest has the same structure as S→C 230 (QUEST).

FieldTypeNotes
countintNumber of seasonal quest entries
[count × quest]QuestDataQuest entry (same fields as QUEST body)

Delivers the list of currently active seasonal quests.

S→C 305 - AchievementList

Nitro: ACHIEVEMENT_LIST Source: AchievementListComposer, AchievementsEvent

FieldTypeNotes
countintNumber of achievement entries
[count × entry]-Achievement entry
entry.achievementIdintAchievement ID
entry.levelintCurrent level achieved
entry.badgeIdstringBadge ID string
entry.scoreAtStartOfLevelintScore value at the start of current level
entry.scoreLimitintTotal score value for current level
entry.levelRewardPointsintPoints rewarded on completing this level
entry.levelRewardPointTypeintCurrency type for level reward
entry.currentPointsintPlayer's current progress score
entry.finalLevelbooleanWhether this is the last level of the achievement
entry.categorystringCategory name
entry.subCategorystringSub-category name
entry.levelCountintTotal number of levels in this achievement
entry.displayMethodint-1=obsolete, 0=show level progress, 1=never, 2=show total progress
defaultCategorystringDefault category to highlight in the achievements UI

Delivers the full achievement list for the achievements panel.

S→C 2107 - AchievementProgressed

Nitro: ACHIEVEMENT_PROGRESSED Source: AchievementProgressComposer, AchievementEvent

Achievement progress update. Same fields as S→C 806 (ACHIEVEMENT_NOTIFICATION).

FieldTypeNotes
typeintAchievement type ID
levelintNew level
badgeIdintBadge numeric ID
badgeCodestringBadge code string
pointsintPoints at new level
levelRewardPointsintReward points
levelRewardPointTypeintReward currency type
bonusPointsintBonus points
achievementIdintAchievement ID
removedBadgeCodestringPrevious level badge code
categorystringAchievement category
showDialogToUserbooleanWhether to show dialog

Notifies the client that an achievement has progressed, with updated level and points.

S→C 806 - AchievementNotification

Nitro: ACHIEVEMENT_NOTIFICATION Source: AchievementUnlockedComposer, AchievementNotificationMessageEvent

FieldTypeNotes
typeintAchievement type ID
levelintNew level achieved
badgeIdintBadge numeric ID
badgeCodestringBadge code string
pointsintPoints at the new level
levelRewardPointsintReward points for this level
levelRewardPointTypeintReward currency type
bonusPointsintBonus points awarded
achievementIdintAchievement ID
removedBadgeCodestringBadge code of the previous level (now removed)
categorystringAchievement category
showDialogToUserbooleanWhether to show the level-up dialog

Notifies the client that an achievement was unlocked.

S→C 1968 - UserAchievementScore

Nitro: USER_ACHIEVEMENT_SCORE Source: UserAchievementScoreComposer, AchievementsScoreEvent

FieldTypeNotes
scoreintTotal achievement score for the user

Delivers the user's total achievement score.

S→C 66 - AchievementResolutions

Nitro: ACHIEVEMENTRESOLUTIONS Source: NewYearResolutionComposer, AchievementResolutionsMessageEvent

FieldTypeNotes
stuffIdintFurniture item ID that triggered the achievement resolution UI
countintNumber of achievement choices
[count × entry]-Achievement resolution entry
entry.achievementIdintAchievement ID
entry.levelintAchievement level
entry.badgeIdstringBadge ID string
entry.requiredLevelintPlayer level required to select this
entry.stateint0 = selectable, other = locked
endTimeintUnix timestamp when the resolution window closes

Delivers New Year resolution achievement data. Nitro-only.

S→C 740 - AchievementResolutionCompleted

Nitro: ACHIEVEMENTRESOLUTIONCOMPLETED Source: NewYearResolutionCompletedComposer, AchievementResolutionCompletedMessageEvent

FieldTypeNotes
stuffCodestringFurniture/context code that the resolution was associated with
badgeCodestringBadge code awarded

Notifies the client that a New Year resolution achievement was completed. Nitro-only.

S→C 3370 - AchievementResolutionProgress

Nitro: ACHIEVEMENTRESOLUTIONPROGRESS Source: NewYearResolutionProgressComposer, AchievementResolutionProgressMessageEvent

FieldTypeNotes
stuffIdintFurniture item ID
achievementIdintAchievement ID being tracked
requiredLevelBadgeCodestringBadge code required for the next level
userProgressintCurrent user progress score
totalProgressintTotal progress needed
endTimeintUnix timestamp when the resolution window closes

Delivers progress update for a New Year resolution achievement. Nitro-only.

S→C 2525 - CommunityGoalProgress

Nitro: COMMUNITY_GOAL_PROGRESS Source: HotelViewCommunityGoalComposer, CommunityGoalProgressMessageEvent

(no Arcturus composer)

Community goal progress data.

FieldTypeNotes
campaignCodestringCampaign identifier
targetScoreintGoal target score
currentScoreintCurrent progress score
startTimeintStart Unix timestamp
endTimeintEnd Unix timestamp
prizeCountintNumber of prizes
[prizeCount × prize]PrizeDataPrize data entries

Delivers current progress for the active community goal.

S→C 2737 - ConcurrentUsersGoalProgress

Nitro: CONCURRENT_USERS_GOAL_PROGRESS Source: HotelViewConcurrentUsersComposer, ConcurrentUsersGoalProgressMessageEvent

FieldTypeNotes
stateintGoal state (0=inactive, etc.)
userCountintCurrent concurrent user count
userCountGoalintTarget user count for the goal

Delivers progress for the concurrent users community goal.

S→C 3005 - CommunityGoalHallOfFame

Nitro: COMMUNITY_GOAL_HALL_OF_FAME Source: HallOfFameComposer, CommunityGoalHallOfFameMessageEvent

(no Arcturus composer)

Community goal hall of fame. Body is parsed by CommunityGoalHallOfFameMessageParser.

Delivers the community goal hall of fame leaderboard. Nitro-only; no Arcturus composer.

Body: (empty)

S→C 2188 - ClubGiftNotification

Nitro: CLUB_GIFT_NOTIFICATION Source: PickMonthlyClubGiftNotificationComposer, ClubGiftNotificationEvent

FieldTypeNotes
numGiftsintNumber of HC club gift slots available

Notifies the client that a Habbo Club gift is available to claim.

S→C 3575 - NewUserExperienceGiftOffer

Nitro: NEW_USER_EXPERIENCE_GIFT_OFFER Source: NewUserGiftComposer, NewUserExperienceGiftOfferMessageEvent

(no Arcturus composer)

Delivers the new user gift offer. Body is parsed by NewUserExperienceGiftOfferMessageEvent.

Delivers the welcome gift offer shown to new users during the onboarding flow. Nitro-only; no Arcturus composer.

Body: (empty)

S→C 3712 - GotMysteryBoxPrizeMessage

Nitro: GOTMYSTERYBOXPRIZEMESSAGE Source: MysticBoxPrizeComposer, GotMysteryBoxPrizeMessageEvent

(no Arcturus composer)

Sent when the user wins a mystery box prize.

Notifies the client that the user has won a prize from a mystery box. Nitro-only; no Arcturus composer.

Body: (empty)

S→C 133 - CompetitionStatus

Nitro: COMPETITION_STATUS Note: No Arcturus composer - Nitro only. Source: CameraCompetitionStatusComposer, CompetitionStatusMessageEvent

(no Arcturus composer)

FieldTypeNotes
okbooleanWhether the competition action succeeded
errorReasonstringError message if ok=false; empty string on success

Delivers the current status and details of a room competition.

S→C 1177 - CompetitionEntrySubmit

Nitro: COMPETITION_ENTRY_SUBMIT Note: No Arcturus composer - Nitro only. Source: CompetitionEntrySubmitResultComposer, CompetitionEntrySubmitResultEvent

(no Arcturus composer)

FieldTypeNotes
goalIdintCompetition goal ID
goalCodestringCompetition goal code
resultint0=submitted, 1=ask for submit, 2=ask for confirm, 3=prerequisites not met, 4=door not open, 5=room too old, 6=ask for accept rules
requiredFurniCountintNumber of required furniture types
[requiredFurniCount × name]stringRequired furniture type name
missingFurniCountintNumber of missing furniture types
[missingFurniCount × name]stringMissing furniture type name

Confirms that a room has been submitted to a competition.

S→C 1435 - CommunityGoalVoteEvent

Nitro: COMMUNITY_GOAL_VOTE_EVENT Note: No Arcturus composer - Nitro only. Source: HotelViewHideCommunityVoteButtonComposer, CommunityGoalVoteMessageEvent

(no Arcturus composer)

Sent when a community-goal vote event occurs.

Signals a community goal vote event, typically used to hide the vote button after voting. Nitro-only; no Arcturus composer.

Body: (empty)

S→C 1889 - SeasonalCalendarOffer

Nitro: SEASONAL_CALENDAR_OFFER Note: No Arcturus composer - Nitro only. Source: UnknownCatalogPageOfferComposer, SeasonalCalendarDailyOfferMessageEvent

(no Arcturus composer)

Delivers data for a seasonal calendar offer (advent/event calendar).

Note: The body structure mirrors CampaignCalendarData - parsing is complex (streamed fields with nested offer data). Client handles it via CampaignCalendarDataMessageParser.

Delivers the daily offer data for the seasonal or advent calendar. Nitro-only; no Arcturus composer.

Body: (empty)

S→C 2125 - NotificationOfferRewardDelivered

Nitro: NOTIFICATION_OFFER_REWARD_DELIVERED Note: No Arcturus composer - Nitro only. Source: WatchAndEarnRewardComposer, OfferRewardDeliveredMessageEvent

(no Arcturus composer)

FieldTypeNotes
contentTypestringContent type string
classIdintItem class ID
namestringReward name
descriptionstringReward description

Notifies the client that a notification-based offer reward has been delivered.

S→C 2531 - CampaignCalendarData

Nitro: CAMPAIGN_CALENDAR_DATA Note: No Arcturus composer - Nitro only. Source: AdventCalendarDataComposer, CampaignCalendarDataMessageEvent

(no Arcturus composer)

Delivers advent/event calendar data. The body is parsed by CampaignCalendarDataMessageParser - complex nested structure with campaign dates, available doors, and offer data.

Delivers the full advent or event calendar structure including campaign dates, available doors, and offer data. Nitro-only; no Arcturus composer.

Body: (empty)

S→C 2551 - CampaignCalendarDoorOpened

Nitro: CAMPAIGN_CALENDAR_DOOR_OPENED Note: No Arcturus composer - Nitro only. Source: AdventCalendarProductComposer, CampaignCalendarDoorOpenedMessageEvent

(no Arcturus composer)

Sent when an advent calendar door is opened.

FieldTypeNotes
doorNumberintDoor number that was opened
productCodestringProduct code of the reward

Confirms that an Advent Calendar door was successfully opened, delivering the reward.

S→C 3319 - CommunityGoalEarnedPrizes

Nitro: COMMUNITY_GOAL_EARNED_PRIZES Note: No Arcturus composer - Nitro only. Source: CommunityGoalEarnedPrizesMessageEvent

(no Arcturus composer)

FieldTypeNotes
countintNumber of prize entries
[count × prize]PrizeDataPrize entry (productCode, productClassId)

Delivers the list of prizes the user has earned from community goals.

S→C 3506 - CompetitionVotingInfo

Nitro: COMPETITION_VOTING_INFO Note: No Arcturus composer - Nitro only. Source: UnknownCompetitionComposer, CompetitionVotingInfoMessageEvent

FieldTypeNotes
goalIdintCompetition goal ID
goalCodestringCompetition goal code
resultCodeintVote allowance result code
votesRemainingintNumber of votes remaining for this user

Delivers voting eligibility and current vote counts for a room competition.

S→C 3841 - CompetitionUserPartOf

Nitro: COMPETITION_USER_PART_OF Note: No Arcturus composer - Nitro only. Source: IsUserPartOfCompetitionMessageEvent

(no Arcturus composer)

Notifies the client whether the current user is part of a competition.

FieldTypeNotes
goalIdintCompetition goal ID
userPartOfbooleanWhether the user is participating

Notifies the client of the competitions the user is currently participating in.

S→C 3926 - CompetitionSecondsUntil

Nitro: COMPETITION_SECONDS_UNTIL Note: No Arcturus composer - Nitro only. Source: HotelViewSecondsUntilComposer, SecondsUntilMessageEvent

(no Arcturus composer)

FieldTypeNotes
goalIdintCompetition goal ID
secondsUntilintSeconds until the competition starts

Delivers a countdown in seconds until the next competition phase starts.

S→C 3945 - EpicPopup

Nitro: EPIC_POPUP Note: No Arcturus composer - Nitro only. Source: EpicPopupFrameComposer, EpicPopupMessageEvent

(no Arcturus composer)

Delivers an "epic popup" notification. Body is parsed by EpicPopupMessageParser.

Delivers an epic popup notification to display a full-screen promotional or event message. Nitro-only; no Arcturus composer.

Body: (empty)

S→C 3954 - CompetitionRoomsData

Nitro: COMPETITION_ROOMS_DATA Note: No Arcturus composer - Nitro only. Source: CompetitionRoomsDataMessageEvent

(no Arcturus composer)

Competition rooms list. Body is parsed by CompetitionRoomsDataMessageParser.

Delivers the list of rooms entered in a competition category. Nitro-only; no Arcturus composer.

Body: (empty)