Refactoring Outgoing Packet Composer Names Part 1

This commit is contained in:
Harmonic 2022-04-14 20:41:15 -07:00 committed by Harmonic
parent 904395a114
commit 33495ef038
76 changed files with 154 additions and 155 deletions

View File

@ -4,16 +4,16 @@ public class Outgoing {
public static final int PetStatusUpdateComposer = 1907;//error 404 public static final int PetStatusUpdateComposer = 1907;//error 404
public final static int CfhTopicsMessageComposer = 325; public final static int CfhTopicsMessageComposer = 325;
public final static int FavoriteRoomsCountComposer = 151; public final static int FavouritesComposer = 151;
public final static int UserCurrencyComposer = 2018; public final static int UserCurrencyComposer = 2018;
public final static int RedeemVoucherOKComposer = 3336; public final static int RedeemVoucherOKComposer = 3336;
public final static int RoomUserShoutComposer = 1036; public final static int ShoutMessageComposer = 1036;
public final static int RoomUserStatusComposer = 1640; public final static int RoomUserStatusComposer = 1640;
public final static int RoomUserDataComposer = 3920; public final static int RoomUserDataComposer = 3920;
public final static int RoomAddRightsListComposer = 2088; public final static int RoomAddRightsListComposer = 2088;
public final static int RoomRemoveRightsListComposer = 1327; public final static int FlatControllerRemovedComposer = 1327;
public final static int RoomRightsListComposer = 1284; public final static int FlatControllersComposer = 1284;
public final static int RoomUserHandItemComposer = 1474; public final static int CarryObjectMessageComposer = 1474;
public final static int RoomUsersComposer = 374; public final static int RoomUsersComposer = 374;
public final static int FriendRequestComposer = 2219; public final static int FriendRequestComposer = 2219;
public final static int GuildBoughtComposer = 2808; public final static int GuildBoughtComposer = 2808;
@ -27,18 +27,18 @@ public class Outgoing {
public final static int InventoryPetsComposer = 3522; public final static int InventoryPetsComposer = 3522;
public final static int UserCreditsComposer = 3475; public final static int UserCreditsComposer = 3475;
public final static int WiredTriggerDataComposer = 383; public final static int WiredTriggerDataComposer = 383;
public final static int TradeStoppedComposer = 1373; public final static int TradingCloseComposer = 1373;
public final static int ModToolUserChatlogComposer = 3377; public final static int ModToolUserChatlogComposer = 3377;
public final static int GuildInfoComposer = 1702; public final static int GuildInfoComposer = 1702;
public final static int UserPermissionsComposer = 411; public final static int UserPermissionsComposer = 411;
public final static int PetNameErrorComposer = 1503; public final static int ApproveNameMessageComposer = 1503;
public final static int TradeStartFailComposer = 217; public final static int TradeStartFailComposer = 217;
public final static int AddHabboItemComposer = 2103; public final static int AddHabboItemComposer = 2103;
public final static int InventoryBotsComposer = 3086; public final static int InventoryBotsComposer = 3086;
public final static int CanCreateRoomComposer = 378; public final static int CanCreateRoomComposer = 378;
public final static int MarketplaceBuyErrorComposer = 2032; public final static int MarketplaceBuyErrorComposer = 2032;
public final static int BonusRareComposer = 1533; public final static int BonusRareInfoMessageComposer = 1533;
public final static int HotelViewComposer = 122; public final static int CloseConnectionMessageComposer = 122;
public final static int UpdateFriendComposer = 2800; public final static int UpdateFriendComposer = 2800;
public final static int FloorItemUpdateComposer = 3776; public final static int FloorItemUpdateComposer = 3776;
public final static int RoomAccessDeniedComposer = 878; public final static int RoomAccessDeniedComposer = 878;
@ -48,7 +48,7 @@ public class Outgoing {
public final static int InventoryBadgesComposer = 717; public final static int InventoryBadgesComposer = 717;
public final static int RoomUserTypingComposer = 1717; public final static int RoomUserTypingComposer = 1717;
public final static int GuildJoinErrorComposer = 762; public final static int GuildJoinErrorComposer = 762;
public final static int RoomCategoriesComposer = 1562; public final static int UserFlatCatsComposer = 1562;
public final static int InventoryAchievementsComposer = 2501; public final static int InventoryAchievementsComposer = 2501;
public final static int MarketplaceItemInfoComposer = 725; public final static int MarketplaceItemInfoComposer = 725;
public final static int RoomRelativeMapComposer = 2753; public final static int RoomRelativeMapComposer = 2753;
@ -59,7 +59,7 @@ public class Outgoing {
public final static int PollStartComposer = 3785; public final static int PollStartComposer = 3785;
public final static int GuildRefreshMembersListComposer = 2445; public final static int GuildRefreshMembersListComposer = 2445;
public final static int UserPerksComposer = 2586; public final static int UserPerksComposer = 2586;
public final static int UserCitizinShipComposer = 1203; public final static int TalentTrackLevelMessageEvent = 1203;
public final static int PublicRoomsComposer = -1;//error 404 public final static int PublicRoomsComposer = -1;//error 404
public final static int MarketplaceOffersComposer = 680; public final static int MarketplaceOffersComposer = 680;
public final static int ModToolComposer = 2696; public final static int ModToolComposer = 2696;
@ -72,10 +72,10 @@ public class Outgoing {
public final static int UserSearchResultComposer = 973; public final static int UserSearchResultComposer = 973;
public final static int ModToolUserRoomVisitsComposer = 1752; public final static int ModToolUserRoomVisitsComposer = 1752;
public final static int RoomUserRespectComposer = 2815; public final static int RoomUserRespectComposer = 2815;
public final static int RoomChatSettingsComposer = 1191; public final static int RoomChatSettingsMessageComposer = 1191;
public final static int RemoveHabboItemComposer = 159; public final static int FurniListRemoveComposer = 159;
public final static int RoomUserRemoveComposer = 2661; public final static int RoomUserRemoveComposer = 2661;
public final static int RoomHeightMapComposer = 1301; public final static int FloorHeightMapComposer = 1301;
public final static int RoomPetHorseFigureComposer = 1924; public final static int RoomPetHorseFigureComposer = 1924;
public final static int PetErrorComposer = 2913; public final static int PetErrorComposer = 2913;
public final static int TradeUpdateComposer = 2024; public final static int TradeUpdateComposer = 2024;
@ -88,18 +88,18 @@ public class Outgoing {
public final static int GuildMemberUpdateComposer = 265; public final static int GuildMemberUpdateComposer = 265;
public final static int RoomFloorItemsComposer = 1778; public final static int RoomFloorItemsComposer = 1778;
public final static int InventoryItemsComposer = 994; public final static int InventoryItemsComposer = 994;
public final static int RoomUserTalkComposer = 1446; public final static int ChatMessageComposer = 1446;
public final static int TradeStartComposer = 2505; public final static int TradeStartComposer = 2505;
public final static int InventoryItemUpdateComposer = 104; public final static int FurniListAddOrUpdateComposer = 104;
public final static int ModToolIssueUpdateComposer = 3150; public final static int ModToolIssueUpdateComposer = 3150;
public final static int MeMenuSettingsComposer = 513; public final static int MeMenuSettingsComposer = 513;
public final static int ModToolRoomInfoComposer = 1333; public final static int ModeratorRoomInfoComposer = 1333;
public final static int GuildListComposer = 420; public final static int GuildListComposer = 420;
public final static int RecyclerLogicComposer = 3164; public final static int RecyclerLogicComposer = 3164;
public final static int UserHomeRoomComposer = 2875; public final static int UserHomeRoomComposer = 2875;
public final static int RoomUserDanceComposer = 2233; public final static int RoomUserDanceComposer = 2233;
public final static int RoomSettingsUpdatedComposer = 3297; public final static int RoomSettingsUpdatedComposer = 3297;
public final static int AlertPurchaseFailedComposer = 1404; public final static int PurchaseErrorMessageComposer = 1404;
public final static int RoomDataComposer = 687; public final static int RoomDataComposer = 687;
public final static int TagsComposer = 2012; public final static int TagsComposer = 2012;
public final static int InventoryRefreshComposer = 3151; // PRODUCTION-201611291003-338511768 public final static int InventoryRefreshComposer = 3151; // PRODUCTION-201611291003-338511768
@ -114,14 +114,14 @@ public class Outgoing {
public final static int WiredRewardAlertComposer = 178; // PRODUCTION-201611291003-338511768 public final static int WiredRewardAlertComposer = 178; // PRODUCTION-201611291003-338511768
public final static int CatalogPageComposer = 804; // PRODUCTION-201611291003-338511768 public final static int CatalogPageComposer = 804; // PRODUCTION-201611291003-338511768
public final static int CatalogModeComposer = 3828; // PRODUCTION-201611291003-338511768 public final static int CatalogModeComposer = 3828; // PRODUCTION-201611291003-338511768
public final static int ChangeNameUpdateComposer = 118; // PRODUCTION-201611291003-338511768 public final static int ChangeUserNameResultMessageEvent = 118; // PRODUCTION-201611291003-338511768
public final static int AddFloorItemComposer = 1534; // PRODUCTION-201611291003-338511768 public final static int ObjectAddMessageComposer = 1534; // PRODUCTION-201611291003-338511768
public final static int EnableNotificationsComposer = 3284; // PRODUCTION-201611291003-338511768 public final static int EnableNotificationsComposer = 3284; // PRODUCTION-201611291003-338511768
public final static int HallOfFameComposer = 3005; // PRODUCTION-201611291003-338511768 public final static int HallOfFameComposer = 3005; // PRODUCTION-201611291003-338511768
public final static int WiredSavedComposer = 1155; // PRODUCTION-201611291003-338511768 public final static int WiredSavedComposer = 1155; // PRODUCTION-201611291003-338511768
public final static int RoomPaintComposer = 2454; // PRODUCTION-201611291003-338511768 public final static int RoomPaintComposer = 2454; // PRODUCTION-201611291003-338511768
public final static int MarketplaceConfigComposer = 1823; // PRODUCTION-201611291003-338511768 public final static int MarketplaceConfigComposer = 1823; // PRODUCTION-201611291003-338511768
public final static int AddBotComposer = 1352; // PRODUCTION-201611291003-338511768 public final static int BotAddedToInventoryComposer = 1352; // PRODUCTION-201611291003-338511768
public final static int FriendRequestErrorComposer = 892; // PRODUCTION-201611291003-338511768 public final static int FriendRequestErrorComposer = 892; // PRODUCTION-201611291003-338511768
public final static int GuildMembersComposer = 1200; // PRODUCTION-201611291003-338511768 public final static int GuildMembersComposer = 1200; // PRODUCTION-201611291003-338511768
public final static int RoomOpenComposer = 758; // PRODUCTION-201611291003-338511768 public final static int RoomOpenComposer = 758; // PRODUCTION-201611291003-338511768
@ -129,7 +129,7 @@ public class Outgoing {
public final static int DiscountComposer = 2347; // PRODUCTION-201611291003-338511768 public final static int DiscountComposer = 2347; // PRODUCTION-201611291003-338511768
public final static int MarketplaceCancelSaleComposer = 3264; // PRODUCTION-201611291003-338511768 public final static int MarketplaceCancelSaleComposer = 3264; // PRODUCTION-201611291003-338511768
public final static int RoomPetRespectComposer = 2788; // PRODUCTION-201611291003-338511768 public final static int RoomPetRespectComposer = 2788; // PRODUCTION-201611291003-338511768
public final static int RoomSettingsComposer = 1498; // PRODUCTION-201611291003-338511768 public final static int RoomSettingsDataComposer = 1498; // PRODUCTION-201611291003-338511768
public final static int TalentTrackComposer = 3406; // PRODUCTION-201611291003-338511768 public final static int TalentTrackComposer = 3406; // PRODUCTION-201611291003-338511768
public final static int CatalogPagesListComposer = 1032; // PRODUCTION-201611291003-338511768 public final static int CatalogPagesListComposer = 1032; // PRODUCTION-201611291003-338511768
public final static int AlertLimitedSoldOutComposer = 377; // PRODUCTION-201611291003-338511768 public final static int AlertLimitedSoldOutComposer = 377; // PRODUCTION-201611291003-338511768
@ -146,7 +146,7 @@ public class Outgoing {
public final static int PetTrainingPanelComposer = 1164; // PRODUCTION-201611291003-338511768 public final static int PetTrainingPanelComposer = 1164; // PRODUCTION-201611291003-338511768
public final static int RoomPaneComposer = 749; // PRODUCTION-201611291003-338511768 public final static int RoomPaneComposer = 749; // PRODUCTION-201611291003-338511768
public final static int RedeemVoucherErrorComposer = 714; // PRODUCTION-201611291003-338511768 public final static int RedeemVoucherErrorComposer = 714; // PRODUCTION-201611291003-338511768
public final static int RoomCreatedComposer = 1304; // PRODUCTION-201611291003-338511768 public final static int FlatCreatedComposer = 1304; // PRODUCTION-201611291003-338511768
public final static int GenericAlertComposer = 3801; // PRODUCTION-201611291003-338511768 public final static int GenericAlertComposer = 3801; // PRODUCTION-201611291003-338511768
public final static int GroupPartsComposer = 2238; // PRODUCTION-201611291003-338511768 public final static int GroupPartsComposer = 2238; // PRODUCTION-201611291003-338511768
public final static int ModToolIssueInfoComposer = 3609; // PRODUCTION-201611291003-338511768 public final static int ModToolIssueInfoComposer = 3609; // PRODUCTION-201611291003-338511768
@ -163,7 +163,7 @@ public class Outgoing {
public final static int ModToolUserInfoComposer = 2866; // PRODUCTION-201611291003-338511768 public final static int ModToolUserInfoComposer = 2866; // PRODUCTION-201611291003-338511768
public final static int UserWardrobeComposer = 3315; // PRODUCTION-201611291003-338511768 public final static int UserWardrobeComposer = 3315; // PRODUCTION-201611291003-338511768
public final static int RoomPetExperienceComposer = 2156; // PRODUCTION-201611291003-338511768 public final static int RoomPetExperienceComposer = 2156; // PRODUCTION-201611291003-338511768
public final static int FriendChatMessageComposer = 1587; // PRODUCTION-201611291003-338511768 public final static int NewConsoleMessageComposer = 1587; // PRODUCTION-201611291003-338511768
public final static int PetInformationComposer = 2901; // PRODUCTION-201611291003-338511768 public final static int PetInformationComposer = 2901; // PRODUCTION-201611291003-338511768
public final static int RoomThicknessComposer = 3547; // PRODUCTION-201611291003-338511768 public final static int RoomThicknessComposer = 3547; // PRODUCTION-201611291003-338511768
public final static int AddPetComposer = 2101; // PRODUCTION-201611291003-338511768 public final static int AddPetComposer = 2101; // PRODUCTION-201611291003-338511768
@ -171,32 +171,32 @@ public class Outgoing {
public final static int RemoveBotComposer = 233; // PRODUCTION-201611291003-338511768 public final static int RemoveBotComposer = 233; // PRODUCTION-201611291003-338511768
public final static int RoomEnterErrorComposer = 899; // PRODUCTION-201611291003-338511768 public final static int RoomEnterErrorComposer = 899; // PRODUCTION-201611291003-338511768
public final static int PollQuestionsComposer = 2997; // PRODUCTION-201611291003-338511768 public final static int PollQuestionsComposer = 2997; // PRODUCTION-201611291003-338511768
public final static int GenericErrorMessages = 1600; // PRODUCTION-201611291003-338511768 public final static int GenericErrorComposer = 1600; // PRODUCTION-201611291003-338511768
public final static int RoomWallItemsComposer = 1369; // PRODUCTION-201611291003-338511768 public final static int ItemsComposer = 1369; // PRODUCTION-201611291003-338511768
public final static int RoomUserEffectComposer = 1167; // PRODUCTION-201611291003-338511768 public final static int AvatarEffectMessageComposer = 1167; // PRODUCTION-201611291003-338511768
public final static int PetBreedsComposer = 3331; // PRODUCTION-201611291003-338511768 public final static int PetBreedsComposer = 3331; // PRODUCTION-201611291003-338511768
public final static int ModToolIssueChatlogComposer = 607; // PRODUCTION-201611291003-338511768 public final static int ModToolIssueChatlogComposer = 607; // PRODUCTION-201611291003-338511768
public final static int RoomUserActionComposer = 1631; // PRODUCTION-201611291003-338511768 public final static int ExpressionMessageComposer = 1631; // PRODUCTION-201611291003-338511768
public final static int BotSettingsComposer = 1618; // PRODUCTION-201611291003-338511768 public final static int BotCommandConfigurationComposer = 1618; // PRODUCTION-201611291003-338511768
public final static int UserProfileComposer = 3898; // PRODUCTION-201611291003-338511768 public final static int UserProfileComposer = 3898; // PRODUCTION-201611291003-338511768
public final static int MinimailCountComposer = 2803; // PRODUCTION-201611291003-338511768 public final static int MinimailCountComposer = 2803; // PRODUCTION-201611291003-338511768
public final static int UserAchievementScoreComposer = 1968; // PRODUCTION-201611291003-338511768 public final static int UserAchievementScoreComposer = 1968; // PRODUCTION-201611291003-338511768
public final static int PetLevelUpComposer = 859; // PRODUCTION-201611291003-338511768 public final static int PetLevelUpComposer = 859; // PRODUCTION-201611291003-338511768
public final static int UserPointsComposer = 2275; // PRODUCTION-201611291003-338511768 public final static int UserPointsComposer = 2275; // PRODUCTION-201611291003-338511768
public final static int ReportRoomFormComposer = 1121; // PRODUCTION-201611291003-338511768 public final static int CallForHelpPendingCallsMessageComposer = 1121; // PRODUCTION-201611291003-338511768
public final static int ModToolIssueHandledComposer = 934; // PRODUCTION-201611291003-338511768 public final static int ModToolIssueHandledComposer = 934; // PRODUCTION-201611291003-338511768
public final static int FloodCounterComposer = 566; // PRODUCTION-201611291003-338511768 public final static int FloodCounterComposer = 566; // PRODUCTION-201611291003-338511768
public final static int UpdateFailedComposer = 156; // PRODUCTION-201611291003-338511768 public final static int WiredValidationErrorComposer = 156; // PRODUCTION-201611291003-338511768
public final static int FloorPlanEditorDoorSettingsComposer = 1664; // PRODUCTION-201611291003-338511768 public final static int FloorPlanEditorDoorSettingsComposer = 1664; // PRODUCTION-201611291003-338511768
public final static int FloorPlanEditorBlockedTilesComposer = 3990; // PRODUCTION-201611291003-338511768 public final static int FloorPlanEditorBlockedTilesComposer = 3990; // PRODUCTION-201611291003-338511768
public final static int BuildersClubExpiredComposer = 1452; // PRODUCTION-201611291003-338511768 public final static int BuildersClubSubscriptionStatusMessageComposer = 1452; // PRODUCTION-201611291003-338511768
public final static int RoomSettingsSavedComposer = 948; // PRODUCTION-201611291003-338511768 public final static int RoomSettingsSavedComposer = 948; // PRODUCTION-201611291003-338511768
public final static int MessengerInitComposer = 1605; // PRODUCTION-201611291003-338511768 public final static int MessengerInitComposer = 1605; // PRODUCTION-201611291003-338511768
public final static int UserClothesComposer = 1450; // PRODUCTION-201611291003-338511768 public final static int FigureSetIdsComposer = 1450; // PRODUCTION-201611291003-338511768
public final static int UserEffectsListComposer = 340; // PRODUCTION-201611291003-338511768 public final static int UserEffectsListComposer = 340; // PRODUCTION-201611291003-338511768
public final static int NewUserIdentityComposer = 3738; // PRODUCTION-201611291003-338511768 public final static int NewUserIdentityComposer = 3738; // PRODUCTION-201611291003-338511768
public final static int NewNavigatorEventCategoriesComposer = 3244; // PRODUCTION-201611291003-338511768 public final static int NewNavigatorEventCategoriesComposer = 3244; // PRODUCTION-201611291003-338511768
public final static int NewNavigatorCollapsedCategoriesComposer = 1543; // PRODUCTION-201611291003-338511768 public final static int CollapsedCategoriesComposer = 1543; // PRODUCTION-201611291003-338511768
public final static int NewNavigatorLiftedRoomsComposer = 3104; // PRODUCTION-201611291003-338511768 public final static int NewNavigatorLiftedRoomsComposer = 3104; // PRODUCTION-201611291003-338511768
public final static int NewNavigatorSavedSearchesComposer = 3984; // PRODUCTION-201611291003-338511768 public final static int NewNavigatorSavedSearchesComposer = 3984; // PRODUCTION-201611291003-338511768
public final static int PostItDataComposer = 2202; // PRODUCTION-201611291003-338511768 public final static int PostItDataComposer = 2202; // PRODUCTION-201611291003-338511768
@ -206,14 +206,14 @@ public class Outgoing {
public final static int AchievementProgressComposer = 2107; // PRODUCTION-201611291003-338511768 public final static int AchievementProgressComposer = 2107; // PRODUCTION-201611291003-338511768
public final static int AchievementUnlockedComposer = 806; // PRODUCTION-201611291003-338511768 public final static int AchievementUnlockedComposer = 806; // PRODUCTION-201611291003-338511768
public final static int ClubGiftsComposer = 619; // PRODUCTION-201611291003-338511768 public final static int ClubGiftsComposer = 619; // PRODUCTION-201611291003-338511768
public final static int MachineIDComposer = 1488; // PRODUCTION-201611291003-338511768 public final static int UniqueMachineIDComposer = 1488; // PRODUCTION-201611291003-338511768
public final static int PongComposer = 10; // PRODUCTION-201611291003-338511768 public final static int LatencyPingResponseMessageComposer = 10; // PRODUCTION-201611291003-338511768
public final static int ModToolIssueHandlerDimensionsComposer = 1576; // PRODUCTION-201611291003-338511768 public final static int ModeratorToolPreferencesComposer = 1576; // PRODUCTION-201611291003-338511768
//Uknown but work //Uknown but work
public final static int IsFirstLoginOfDayComposer = 793; // PRODUCTION-201611291003-338511768 //Quest Engine public final static int IsFirstLoginOfDayComposer = 793; // PRODUCTION-201611291003-338511768 //Quest Engine
public final static int MysteryBoxKeysComposer = 2833; // PRODUCTION-201611291003-338511768 //Mysterbox public final static int MysteryBoxKeysComposer = 2833; // PRODUCTION-201611291003-338511768 //Mysterbox
public final static int IgnoredUsersComposer = 126; // PRODUCTION-201611291003-338511768 public final static int IgnoredUsersMessageComposer = 126; // PRODUCTION-201611291003-338511768
public final static int NewNavigatorMetaDataComposer = 3052; // PRODUCTION-201611291003-338511768 public final static int NewNavigatorMetaDataComposer = 3052; // PRODUCTION-201611291003-338511768
public final static int NewNavigatorSearchResultsComposer = 2690; // PRODUCTION-201611291003-338511768 public final static int NewNavigatorSearchResultsComposer = 2690; // PRODUCTION-201611291003-338511768
public final static int MysticBoxStartOpenComposer = 3201; // PRODUCTION-201611291003-338511768 public final static int MysticBoxStartOpenComposer = 3201; // PRODUCTION-201611291003-338511768
@ -227,7 +227,7 @@ public class Outgoing {
public final static int HotelViewBadgeButtonConfigComposer = 2998; // PRODUCTION-201611291003-338511768 public final static int HotelViewBadgeButtonConfigComposer = 2998; // PRODUCTION-201611291003-338511768
public final static int EpicPopupFrameComposer = 3945; // PRODUCTION-201611291003-338511768 public final static int EpicPopupFrameComposer = 3945; // PRODUCTION-201611291003-338511768
public final static int BaseJumpLoadGameURLComposer = 2624; // PRODUCTION-201611291003-338511768 public final static int BaseJumpLoadGameURLComposer = 2624; // PRODUCTION-201611291003-338511768
public final static int RoomUserTagsComposer = 1255; // PRODUCTION-201611291003-338511768 public final static int UserTagsMessageComposer = 1255; // PRODUCTION-201611291003-338511768
public final static int RoomInviteErrorComposer = 462; // PRODUCTION-201611291003-338511768 public final static int RoomInviteErrorComposer = 462; // PRODUCTION-201611291003-338511768
public final static int PostItStickyPoleOpenComposer = 2366; // PRODUCTION-201611291003-338511768 public final static int PostItStickyPoleOpenComposer = 2366; // PRODUCTION-201611291003-338511768
public final static int NewYearResolutionProgressComposer = 3370; // PRODUCTION-201611291003-338511768 public final static int NewYearResolutionProgressComposer = 3370; // PRODUCTION-201611291003-338511768
@ -241,7 +241,7 @@ public class Outgoing {
public final static int TalentTrackEmailFailedComposer = 1815; // PRODUCTION-201611291003-338511768 public final static int TalentTrackEmailFailedComposer = 1815; // PRODUCTION-201611291003-338511768
public final static int UnknownAvatarEditorComposer = 3473; // PRODUCTION-201611291003-338511768 public final static int UnknownAvatarEditorComposer = 3473; // PRODUCTION-201611291003-338511768
public final static int GuildMembershipRequestedComposer = 1180; // PRODUCTION-201611291003-338511768 public final static int GroupMembershipRequestedMessageComposer = 1180; // PRODUCTION-201611291003-338511768
public final static int GuildForumsUnreadMessagesCountComposer = 2379; // PRODUCTION-201611291003-338511768 public final static int GuildForumsUnreadMessagesCountComposer = 2379; // PRODUCTION-201611291003-338511768
public final static int GuildForumThreadMessagesComposer = 1862; // PRODUCTION-201611291003-338511768 public final static int GuildForumThreadMessagesComposer = 1862; // PRODUCTION-201611291003-338511768
@ -253,19 +253,19 @@ public class Outgoing {
public final static int GuildForumThreadsComposer = 1073; // PRODUCTION-201611291003-338511768 public final static int GuildForumThreadsComposer = 1073; // PRODUCTION-201611291003-338511768
public final static int GuildForumListComposer = 3001; // PRODUCTION-201611291003-338511768 public final static int GuildForumListComposer = 3001; // PRODUCTION-201611291003-338511768
public final static int ThreadUpdateMessageComposer = 2528; public final static int ThreadUpdateMessageComposer = 2528;
public final static int GuideSessionAttachedComposer = 1591; // PRODUCTION-201611291003-338511768 public final static int GuideSessionAttachedMessageComposer = 1591; // PRODUCTION-201611291003-338511768
public final static int GuideSessionDetachedComposer = 138; // PRODUCTION-201611291003-338511768 public final static int GuideSessionDetachedMessageComposer = 138; // PRODUCTION-201611291003-338511768
public final static int GuideSessionStartedComposer = 3209; // PRODUCTION-201611291003-338511768 public final static int GuideSessionStartedComposer = 3209; // PRODUCTION-201611291003-338511768
public final static int GuideSessionEndedComposer = 1456; // PRODUCTION-201611291003-338511768 public final static int GuideSessionEndedMessageComposer = 1456; // PRODUCTION-201611291003-338511768
public final static int GuideSessionErrorComposer = 673; // PRODUCTION-201611291003-338511768 public final static int GuideSessionErrorComposer = 673; // PRODUCTION-201611291003-338511768
public final static int GuideSessionMessageComposer = 841; // PRODUCTION-201611291003-338511768 public final static int GuideSessionMessageComposer = 841; // PRODUCTION-201611291003-338511768
public final static int GuideSessionRequesterRoomComposer = 1847; // PRODUCTION-201611291003-338511768 public final static int GuideSessionRequesterRoomComposer = 1847; // PRODUCTION-201611291003-338511768
public final static int GuideSessionInvitedToGuideRoomComposer = 219; // PRODUCTION-201611291003-338511768 public final static int GuideSessionInvitedToGuideRoomComposer = 219; // PRODUCTION-201611291003-338511768
public final static int GuideSessionPartnerIsTypingComposer = 1016; // PRODUCTION-201611291003-338511768 public final static int GuideSessionPartnerIsTypingComposer = 1016; // PRODUCTION-201611291003-338511768
public final static int GuideToolsComposer = 1548; // PRODUCTION-201611291003-338511768 public final static int GuideOnDutyStatusMessageComposer = 1548; // PRODUCTION-201611291003-338511768
public final static int GuardianNewReportReceivedComposer = 735; // PRODUCTION-201611291003-338511768 public final static int GuardianNewReportReceivedComposer = 735; // PRODUCTION-201611291003-338511768
public final static int GuardianVotingRequestedComposer = 143; // PRODUCTION-201611291003-338511768 public final static int ChatReviewSessionStartedMessageComposer = 143; // PRODUCTION-201611291003-338511768
public final static int GuardianVotingVotesComposer = 1829; // PRODUCTION-201611291003-338511768 public final static int GuardianVotingVotesComposer = 1829; // PRODUCTION-201611291003-338511768
public final static int GuardianVotingResultComposer = 3276; // PRODUCTION-201611291003-338511768 public final static int GuardianVotingResultComposer = 3276; // PRODUCTION-201611291003-338511768
public final static int GuardianVotingTimeEnded = 30; // PRODUCTION-201611291003-338511768 public final static int GuardianVotingTimeEnded = 30; // PRODUCTION-201611291003-338511768
@ -274,7 +274,7 @@ public class Outgoing {
public final static int HideDoorbellComposer = 3783; // PRODUCTION-201611291003-338511768 public final static int HideDoorbellComposer = 3783; // PRODUCTION-201611291003-338511768
public final static int RoomQueueStatusMessage = 2208; // PRODUCTION-201611291003-338511768 public final static int RoomQueueStatusMessage = 2208; // PRODUCTION-201611291003-338511768
public final static int RoomUnknown3Composer = 1033; // PRODUCTION-201611291003-338511768 public final static int YouAreSpectatorMessageEvent = 1033; // PRODUCTION-201611291003-338511768
public final static int EffectsListRemoveComposer = 2228; // PRODUCTION-201611291003-338511768 public final static int EffectsListRemoveComposer = 2228; // PRODUCTION-201611291003-338511768
@ -282,24 +282,24 @@ public class Outgoing {
public final static int ItemStateComposer2 = 3431; // PRODUCTION-201611291003-338511768 public final static int ItemStateComposer2 = 3431; // PRODUCTION-201611291003-338511768
public final static int HotelWillCloseInMinutesComposer = 1050; // PRODUCTION-201611291003-338511768 public final static int HotelWillCloseInMinutesComposer = 1050; // PRODUCTION-201611291003-338511768
public final static int HotelWillCloseInMinutesAndBackInComposer = 1350; // PRODUCTION-201611291003-338511768 public final static int MaintenanceStatusMessageComposer = 1350; // PRODUCTION-201611291003-338511768
public final static int HotelClosesAndWillOpenAtComposer = 2771; // PRODUCTION-201611291003-338511768 public final static int HotelClosesAndWillOpenAtComposer = 2771; // PRODUCTION-201611291003-338511768
public final static int HotelClosedAndOpensComposer = 3728; // PRODUCTION-201611291003-338511768 public final static int HotelClosedAndOpensComposer = 3728; // PRODUCTION-201611291003-338511768
public final static int StaffAlertAndOpenHabboWayComposer = 1683; // PRODUCTION-201611291003-338511768 public final static int StaffAlertAndOpenHabboWayComposer = 1683; // PRODUCTION-201611291003-338511768
public final static int StaffAlertWithLinkComposer = 2030; // PRODUCTION-201611291003-338511768 public final static int StaffAlertWithLinkComposer = 2030; // PRODUCTION-201611291003-338511768
public final static int StaffAlertWIthLinkAndOpenHabboWayComposer = 1890; // PRODUCTION-201611291003-338511768 public final static int StaffAlertWIthLinkAndOpenHabboWayComposer = 1890; // PRODUCTION-201611291003-338511768
public final static int RoomMessagesPostedCountComposer = 1634; // PRODUCTION-201611291003-338511768 public final static int RoomMessageNotificationMessageComposer = 1634; // PRODUCTION-201611291003-338511768
public final static int CantScratchPetNotOldEnoughComposer = 1130; // PRODUCTION-201611291003-338511768 public final static int PetRespectFailedComposer = 1130; // PRODUCTION-201611291003-338511768
public final static int PetBoughtNotificationComposer = 1111; // PRODUCTION-201611291003-338511768 public final static int PetReceivedMessageComposer = 1111; // PRODUCTION-201611291003-338511768
public final static int MessagesForYouComposer = 2035; // PRODUCTION-201611291003-338511768 public final static int MessagesForYouComposer = 2035; // PRODUCTION-201611291003-338511768
public final static int UnknownStatusComposer = 1243; // PRODUCTION-201611291003-338511768 public final static int AccountSafetyLockStatusChangeMessageComposer = 1243; // PRODUCTION-201611291003-338511768
public final static int CloseWebPageComposer = 426; // PRODUCTION-201611291003-338511768 public final static int CloseWebPageComposer = 426; // PRODUCTION-201611291003-338511768
public final static int PickMonthlyClubGiftNotificationComposer = 2188; // PRODUCTION-201611291003-338511768 public final static int PickMonthlyClubGiftNotificationComposer = 2188; // PRODUCTION-201611291003-338511768
public final static int RemoveGuildFromRoomComposer = 3129; // PRODUCTION-201611291003-338511768 public final static int RemoveGuildFromRoomComposer = 3129; // PRODUCTION-201611291003-338511768
public final static int RoomBannedUsersComposer = 1869; // PRODUCTION-201611291003-338511768 public final static int RoomBannedUsersComposer = 1869; // PRODUCTION-201611291003-338511768
public final static int OpenRoomCreationWindowComposer = 2064; // PRODUCTION-201611291003-338511768 public final static int OpenRoomCreationWindowComposer = 2064; // PRODUCTION-201611291003-338511768
public final static int ItemsDataUpdateComposer = 1453; // PRODUCTION-201611291003-338511768 public final static int ObjectsDataUpdateMessageComposer = 1453; // PRODUCTION-201611291003-338511768
public final static int WelcomeGiftComposer = 2707; // PRODUCTION-201611291003-338511768 public final static int WelcomeGiftComposer = 2707; // PRODUCTION-201611291003-338511768
public final static int SimplePollStartComposer = 2665; // PRODUCTION-201611291003-338511768 public final static int SimplePollStartComposer = 2665; // PRODUCTION-201611291003-338511768
public final static int RoomNoRightsComposer = 2392; // PRODUCTION-201611291003-338511768 public final static int RoomNoRightsComposer = 2392; // PRODUCTION-201611291003-338511768
@ -310,14 +310,14 @@ public class Outgoing {
public final static int NewUserGiftComposer = 3575; // PRODUCTION-201611291003-338511768 public final static int NewUserGiftComposer = 3575; // PRODUCTION-201611291003-338511768
public final static int UpdateUserLookComposer = 2429; // PRODUCTION-201611291003-338511768 public final static int UpdateUserLookComposer = 2429; // PRODUCTION-201611291003-338511768
public final static int RoomUserIgnoredComposer = 207; // PRODUCTION-201611291003-338511768 public final static int RoomUserIgnoredComposer = 207; // PRODUCTION-201611291003-338511768
public final static int PetBreedingFailedComposer = 1625; // PRODUCTION-201611291003-338511768 public final static int ConfirmBreedingResultComposer = 1625; // PRODUCTION-201611291003-338511768
public final static int RoomUserNameChangedComposer = 2182; // PRODUCTION-201611291003-338511768 public final static int RoomUserNameChangedComposer = 2182; // PRODUCTION-201611291003-338511768
public final static int LoveLockFurniStartComposer = 3753; // PRODUCTION-201611291003-338511768 public final static int LoveLockFurniStartComposer = 3753; // PRODUCTION-201611291003-338511768
public final static int LoveLockFurniFriendConfirmedComposer = 382; // PRODUCTION-201611291003-338511768 public final static int LoveLockFurniFriendConfirmedComposer = 382; // PRODUCTION-201611291003-338511768
public final static int LoveLockFurniFinishedComposer = 770; // PRODUCTION-201611291003-338511768 public final static int LoveLockFurniFinishedComposer = 770; // PRODUCTION-201611291003-338511768
public final static int PetPackageNameValidationComposer = 546; // PRODUCTION-201611291003-338511768 public final static int PetPackageNameValidationComposer = 546; // PRODUCTION-201611291003-338511768
public final static int GameCenterFeaturedPlayersComposer = 3097; // PRODUCTION-201611291003-338511768 public final static int GameCenterFeaturedPlayersComposer = 3097; // PRODUCTION-201611291003-338511768
public final static int HabboMallComposer = 1237; // PRODUCTION-201611291003-338511768 public final static int TargetedOfferNotFoundComposer = 1237; // PRODUCTION-201611291003-338511768
public final static int TargetedOfferComposer = 119; // PRODUCTION-201611291003-338511768 public final static int TargetedOfferComposer = 119; // PRODUCTION-201611291003-338511768
public final static int LeprechaunStarterBundleComposer = 2380; // PRODUCTION-201611291003-338511768 public final static int LeprechaunStarterBundleComposer = 2380; // PRODUCTION-201611291003-338511768
public final static int VerifyMobilePhoneWindowComposer = 2890; // PRODUCTION-201611291003-338511768 public final static int VerifyMobilePhoneWindowComposer = 2890; // PRODUCTION-201611291003-338511768
@ -334,19 +334,19 @@ public class Outgoing {
public final static int WelcomeGiftErrorComposer = 2293; // PRODUCTION-201611291003-338511768 public final static int WelcomeGiftErrorComposer = 2293; // PRODUCTION-201611291003-338511768
public final static int RentableItemBuyOutPriceComposer = 35; // PRODUCTION-201611291003-338511768 public final static int RentableItemBuyOutPriceComposer = 35; // PRODUCTION-201611291003-338511768
public final static int VipTutorialsStartComposer = 2278; // PRODUCTION-201611291003-338511768 public final static int VipTutorialsStartComposer = 2278; // PRODUCTION-201611291003-338511768
public final static int NewNavigatorCategoryUserCountComposer = 1455; // PRODUCTION-201611291003-338511768 public final static int CategoriesWithVisitorCountComposer = 1455; // PRODUCTION-201611291003-338511768
public final static int CameraRoomThumbnailSavedComposer = 3595; // PRODUCTION-201611291003-338511768 public final static int CameraRoomThumbnailSavedComposer = 3595; // PRODUCTION-201611291003-338511768
public final static int RoomEditSettingsErrorComposer = 1555; // PRODUCTION-201611291003-338511768 public final static int RoomSettingsSaveErrorComposer = 1555; // PRODUCTION-201611291003-338511768
public final static int GuildAcceptMemberErrorComposer = 818; // PRODUCTION-201611291003-338511768 public final static int GuildAcceptMemberErrorComposer = 818; // PRODUCTION-201611291003-338511768
public final static int MostUselessErrorAlertComposer = 662; // PRODUCTION-201611291003-338511768 public final static int MostUselessErrorAlertComposer = 662; // PRODUCTION-201611291003-338511768
public final static int AchievementsConfigurationComposer = 1689; // PRODUCTION-201611291003-338511768 public final static int AchievementsConfigurationComposer = 1689; // PRODUCTION-201611291003-338511768
public final static int PetBreedingResultComposer = 634; // PRODUCTION-201611291003-338511768 public final static int ConfirmBreedingRequestComposer = 634; // PRODUCTION-201611291003-338511768
public final static int RoomUserQuestionAnsweredComposer = -1; // PRODUCTION-201611291003-338511768 public final static int RoomUserQuestionAnsweredComposer = -1; // PRODUCTION-201611291003-338511768
public final static int PetBreedingStartComposer = 1746; // PRODUCTION-201611291003-338511768 public final static int PetBreedingStartComposer = 1746; // PRODUCTION-201611291003-338511768
public final static int CustomNotificationComposer = 909; // PRODUCTION-201611291003-338511768 public final static int CustomNotificationComposer = 909; // PRODUCTION-201611291003-338511768
public final static int UpdateStackHeightTileHeightComposer = 2816; // PRODUCTION-201611291003-338511768 public final static int UpdateStackHeightTileHeightComposer = 2816; // PRODUCTION-201611291003-338511768
public final static int HotelViewCustomTimerComposer = -1; // PRODUCTION-201611291003-338511768 public final static int HotelViewCustomTimerComposer = -1; // PRODUCTION-201611291003-338511768
public final static int MarketplaceItemPostedComposer = 1359; // PRODUCTION-201611291003-338511768 public final static int MarketplaceMakeOfferResult = 1359; // PRODUCTION-201611291003-338511768
public final static int HabboWayQuizComposer2 = 2927; // PRODUCTION-201611291003-338511768 public final static int HabboWayQuizComposer2 = 2927; // PRODUCTION-201611291003-338511768
public final static int GuildFavoriteRoomUserUpdateComposer = 3403; // PRODUCTION-201611291003-338511768 public final static int GuildFavoriteRoomUserUpdateComposer = 3403; // PRODUCTION-201611291003-338511768
public final static int RoomAdErrorComposer = 1759; // PRODUCTION-201611291003-338511768 public final static int RoomAdErrorComposer = 1759; // PRODUCTION-201611291003-338511768
@ -359,7 +359,7 @@ public class Outgoing {
public final static int RoomUnitIdleComposer = 1797; // PRODUCTION-201611291003-338511768 public final static int RoomUnitIdleComposer = 1797; // PRODUCTION-201611291003-338511768
public final static int QuestCompletedComposer = 949; // PRODUCTION-201611291003-338511768 public final static int QuestCompletedComposer = 949; // PRODUCTION-201611291003-338511768
public final static int UnkownPetPackageComposer = 1723; // PRODUCTION-201611291003-338511768 public final static int UnkownPetPackageComposer = 1723; // PRODUCTION-201611291003-338511768
public final static int ForwardToRoomComposer = 160; // PRODUCTION-201611291003-338511768 public final static int RoomForwardMessageComposer = 160; // PRODUCTION-201611291003-338511768
public final static int EffectsListEffectEnableComposer = 1959; // PRODUCTION-201611291003-338511768 public final static int EffectsListEffectEnableComposer = 1959; // PRODUCTION-201611291003-338511768
public final static int CompetitionEntrySubmitResultComposer = 1177; // PRODUCTION-201611291003-338511768 public final static int CompetitionEntrySubmitResultComposer = 1177; // PRODUCTION-201611291003-338511768
public final static int ExtendClubMessageComposer = 3964; // PRODUCTION-201611291003-338511768 public final static int ExtendClubMessageComposer = 3964; // PRODUCTION-201611291003-338511768
@ -367,7 +367,7 @@ public class Outgoing {
public final static int InventoryAddEffectComposer = -1;//error 404 public final static int InventoryAddEffectComposer = -1;//error 404
public final static int TalentLevelUpdateComposer = 638; // PRODUCTION-201611291003-338511768 public final static int TalentLevelUpdateComposer = 638; // PRODUCTION-201611291003-338511768
public final static int BullyReportedMessageComposer = 3285; // PRODUCTION-201611291003-338511768 public final static int BullyReportedMessageComposer = 3285; // PRODUCTION-201611291003-338511768
public final static int UnknownQuestComposer3 = 1122; // PRODUCTION-201611291003-338511768 public final static int SeasonalQuestsMessageComposer = 1122; // PRODUCTION-201611291003-338511768 // todo 14/04/22
public final static int FriendToolbarNotificationComposer = 3082; // PRODUCTION-201611291003-338511768 public final static int FriendToolbarNotificationComposer = 3082; // PRODUCTION-201611291003-338511768
public final static int MessengerErrorComposer = 896; // PRODUCTION-201611291003-338511768 public final static int MessengerErrorComposer = 896; // PRODUCTION-201611291003-338511768
public final static int CameraPriceComposer = 3878; // PRODUCTION-201611291003-338511768 public final static int CameraPriceComposer = 3878; // PRODUCTION-201611291003-338511768
@ -376,21 +376,21 @@ public class Outgoing {
public final static int HotelViewCommunityGoalComposer = 2525; // PRODUCTION-201611291003-338511768 public final static int HotelViewCommunityGoalComposer = 2525; // PRODUCTION-201611291003-338511768
public final static int UserClassificationComposer = 966; // PRODUCTION-201611291003-338511768 public final static int UserClassificationComposer = 966; // PRODUCTION-201611291003-338511768
public final static int CanCreateEventComposer = 2599; // PRODUCTION-201611291003-338511768 public final static int CanCreateEventComposer = 2599; // PRODUCTION-201611291003-338511768
public final static int UnknownGuild2Composer = 1459; // PRODUCTION-201611291003-338511768 public final static int GroupDetailsChangedMessageComposer = 1459; // PRODUCTION-201611291003-338511768
public final static int YoutubeDisplayListComposer = 1112; // PRODUCTION-201611291003-338511768 public final static int YoutubeDisplayPlaylistsComposer = 1112; // PRODUCTION-201611291003-338511768
public final static int YoutubeMessageComposer2 = 1411; // PRODUCTION-201611291003-338511768 public final static int YoutubeDisplayVideoMessageComposer = 1411; // PRODUCTION-201611291003-338511768
public final static int YoutubeMessageComposer3 = 1554; // PRODUCTION-201611291003-338511768 public final static int YoutubeControlVideoMessageComposer = 1554; // PRODUCTION-201611291003-338511768
public final static int RoomCategoryUpdateMessageComposer = 3896; // PRODUCTION-201611291003-338511768 public final static int RoomCategoryUpdateMessageComposer = 3896; // PRODUCTION-201611291003-338511768
public final static int QuestsComposer = 3625; // PRODUCTION-201611291003-338511768 public final static int QuestsComposer = 3625; // PRODUCTION-201611291003-338511768
public final static int GiftReceiverNotFoundComposer = 1517; // PRODUCTION-201611291003-338511768 public final static int GiftReceiverNotFoundComposer = 1517; // PRODUCTION-201611291003-338511768
public final static int ConvertedForwardToRoomComposer = 1331; // PRODUCTION-201611291003-338511768 public final static int ConvertedRoomIdComposer = 1331; // PRODUCTION-201611291003-338511768
public final static int FavoriteRoomChangedComposer = 2524; // PRODUCTION-201611291003-338511768 public final static int FavoriteRoomChangedComposer = 2524; // PRODUCTION-201611291003-338511768
public final static int AlertPurchaseUnavailableComposer = 3770; // PRODUCTION-201611291003-338511768 public final static int AlertPurchaseUnavailableComposer = 3770; // PRODUCTION-201611291003-338511768
public final static int PetBreedingStartFailedComposer = 2621; // PRODUCTION-201611291003-338511768 public final static int PetBreedingStartFailedComposer = 2621; // PRODUCTION-201611291003-338511768
public final static int DailyQuestComposer = 1878; // PRODUCTION-201611291003-338511768 public final static int DailyQuestComposer = 1878; // PRODUCTION-201611291003-338511768
public final static int HotelViewHideCommunityVoteButtonComposer = 1435; // PRODUCTION-201611291003-338511768 public final static int CommunityGoalVoteMessageComposer = 1435; // PRODUCTION-201611291003-338511768
public final static int CatalogSearchResultComposer = 3388; // PRODUCTION-201611291003-338511768 public final static int CatalogSearchResultComposer = 3388; // PRODUCTION-201611291003-338511768
public final static int FriendFindingRoomComposer = 1210; // PRODUCTION-201611291003-338511768 public final static int FindFriendsProcessResultComposer = 1210; // PRODUCTION-201611291003-338511768
public final static int QuestComposer = 230; // PRODUCTION-201611291003-338511768 public final static int QuestComposer = 230; // PRODUCTION-201611291003-338511768
public final static int ModToolSanctionDataComposer = 2782; // PRODUCTION-201611291003-338511768 public final static int ModToolSanctionDataComposer = 2782; // PRODUCTION-201611291003-338511768
public final static int RoomEventMessageComposer = 1840; public final static int RoomEventMessageComposer = 1840;
@ -398,12 +398,12 @@ public class Outgoing {
public final static int JukeBoxMySongsComposer = 2602; // PRODUCTION-201611291003-338511768 public final static int JukeBoxMySongsComposer = 2602; // PRODUCTION-201611291003-338511768
public final static int JukeBoxNowPlayingMessageComposer = 469; // PRODUCTION-201611291003-338511768 public final static int JukeBoxNowPlayingMessageComposer = 469; // PRODUCTION-201611291003-338511768
public final static int JukeBoxPlaylistFullComposer = 105; // PRODUCTION-201611291003-338511768 public final static int JukeBoxPlaylistFullMessageComposer = 105; // PRODUCTION-201611291003-338511768
public final static int JukeBoxPlayListUpdatedComposer = 1748; // PRODUCTION-201611291003-338511768 public final static int JukeBoxPlayListUpdatedComposer = 1748; // PRODUCTION-201611291003-338511768
public final static int JukeBoxPlayListAddSongComposer = 1140; // PRODUCTION-201611291003-338511768 public final static int PlayListSongAddedMessageComposer = 1140; // PRODUCTION-201611291003-338511768
public final static int JukeBoxPlayListComposer = 34; // PRODUCTION-201611291003-338511768 public final static int JukeBoxPlayListComposer = 34; // PRODUCTION-201611291003-338511768
public final static int JukeBoxTrackDataComposer = 3365; // PRODUCTION-201611291003-338511768 public final static int JukeBoxTrackDataComposer = 3365; // PRODUCTION-201611291003-338511768
public final static int JukeBoxTrackCodeComposer = 1381; // PRODUCTION-201611291003-338511768 public final static int OfficialSongIdMessageComposer = 1381; // PRODUCTION-201611291003-338511768
public final static int CraftableProductsComposer = 1000; // PRODUCTION-201611291003-338511768 public final static int CraftableProductsComposer = 1000; // PRODUCTION-201611291003-338511768
@ -411,17 +411,17 @@ public class Outgoing {
public final static int CraftingResultComposer = 618; // PRODUCTION-201611291003-338511768 public final static int CraftingResultComposer = 618; // PRODUCTION-201611291003-338511768
public final static int CraftingComposerFour = 2124; // PRODUCTION-201611291003-338511768 public final static int CraftingComposerFour = 2124; // PRODUCTION-201611291003-338511768
public final static int UnknownComposer_100 = 1553; // PRODUCTION-201611291003-338511768 //PetBReedingResult public final static int PetBreedingResultComposer = 1553; // PRODUCTION-201611291003-338511768 //PetBReedingResult
public final static int ConnectionErrorComposer = 1004; // PRODUCTION-201611291003-338511768 public final static int ErrorReportComposer = 1004; // PRODUCTION-201611291003-338511768
public final static int BotForceOpenContextMenuComposer = 296; // PRODUCTION-201611291003-338511768 public final static int BotForceOpenContextMenuComposer = 296; // PRODUCTION-201611291003-338511768
public final static int UnknownComposer_1111 = 1551; // PRODUCTION-201611291003-338511768 public final static int FaqSearchResultsMessageComposer = 1551; // PRODUCTION-201611291003-338511768 //todo
public final static int Game2WeeklyLeaderboardComposer = 2196; // PRODUCTION-201611291003-338511768 public final static int Game2WeeklyLeaderboardComposer = 2196; // PRODUCTION-201611291003-338511768
public final static int UnknownComposer_1165 = 904; // PRODUCTION-201611291003-338511768 public final static int UnknownComposer_1165 = 904; // PRODUCTION-201611291003-338511768
public final static int EffectsListAddComposer = 2867; // PRODUCTION-201611291003-338511768 public final static int EffectsListAddComposer = 2867; // PRODUCTION-201611291003-338511768
public final static int UnknownComposer_1188 = 1437; // PRODUCTION-201611291003-338511768 public final static int UnknownComposer_1188 = 1437; // PRODUCTION-201611291003-338511768 // this string name isnt readable via any source.
public final static int SubmitCompetitionRoomComposer = 3841; // PRODUCTION-201611291003-338511768 public final static int SubmitCompetitionRoomComposer = 3841; // PRODUCTION-201611291003-338511768
public final static int GameAchievementsListComposer = 2265; // PRODUCTION-201611291003-338511768 public final static int GameAchievementsListComposer = 2265; // PRODUCTION-201611291003-338511768
public final static int OtherTradingDisabledComposer = 1254; // PRODUCTION-201611291003-338511768 public final static int TradingOtherNotAllowedComposer = 1254; // PRODUCTION-201611291003-338511768
public final static int BaseJumpUnloadGameComposer = 1715; // PRODUCTION-201611291003-338511768 public final static int BaseJumpUnloadGameComposer = 1715; // PRODUCTION-201611291003-338511768
public final static int UnknownComposer_137 = 2897; // PRODUCTION-201611291003-338511768 public final static int UnknownComposer_137 = 2897; // PRODUCTION-201611291003-338511768
public final static int GameCenterAccountInfoComposer = 2893; // PRODUCTION-201611291003-338511768 public final static int GameCenterAccountInfoComposer = 2893; // PRODUCTION-201611291003-338511768
@ -438,7 +438,7 @@ public class Outgoing {
public final static int ModToolSanctionInfoComposer = 2221; // PRODUCTION-201611291003-338511768 public final static int ModToolSanctionInfoComposer = 2221; // PRODUCTION-201611291003-338511768
public final static int UnknownComposer_1965 = 3292; // PRODUCTION-201611291003-338511768 public final static int UnknownComposer_1965 = 3292; // PRODUCTION-201611291003-338511768
public final static int GuideSessionPartnerIsPlayingComposer = 448; // PRODUCTION-201611291003-338511768 public final static int GuideSessionPartnerIsPlayingComposer = 448; // PRODUCTION-201611291003-338511768
public final static int BaseJumpLeaveQueueComposer = 1477; // PRODUCTION-201611291003-338511768 public final static int LeftQueueMessageComposer = 1477; // PRODUCTION-201611291003-338511768
public final static int Game2WeeklySmallLeaderboardComposer = 3512; // PRODUCTION-201611291003-338511768 public final static int Game2WeeklySmallLeaderboardComposer = 3512; // PRODUCTION-201611291003-338511768
public final static int GameCenterGameListComposer = 222; // PRODUCTION-201611291003-338511768 public final static int GameCenterGameListComposer = 222; // PRODUCTION-201611291003-338511768
public final static int RoomUsersGuildBadgesComposer = 2402; // PRODUCTION-201611291003-338511768 public final static int RoomUsersGuildBadgesComposer = 2402; // PRODUCTION-201611291003-338511768
@ -475,7 +475,7 @@ public class Outgoing {
public final static int RoomFloorThicknessUpdatedComposer = 3786; public final static int RoomFloorThicknessUpdatedComposer = 3786;
// 3822; // 3822;
public final static int CameraPurchaseSuccesfullComposer = 2783; // PRODUCTION-201611291003-338511768 public final static int CameraPurchaseSuccesfullComposer = 2783; // PRODUCTION-201611291003-338511768
public final static int CameraCompetitionStatusComposer = 133; // PRODUCTION-201611291003-338511768 public final static int CompetitionStatusMessageComposer = 133; // PRODUCTION-201611291003-338511768
// 3986; // 3986;
// 467; // 467;
// 549; // 549;
@ -498,8 +498,8 @@ public class Outgoing {
public final static int BaseJumpJoinQueueComposer = 2260; public final static int BaseJumpJoinQueueComposer = 2260;
public final static int ClubCenterDataComposer = 3277; public final static int ClubCenterDataComposer = 3277;
public final static int SimplePollAnswersComposer = 1066; public final static int QuestionFinishedComposer = 1066;
public final static int UnknownFurniModelComposer = 1501; public final static int PostItPlacedComposer = 1501;
public final static int UnknownAdManagerComposer = 1808; public final static int UnknownAdManagerComposer = 1808;
public final static int WiredOpenComposer = 1830; public final static int WiredOpenComposer = 1830;
public final static int UnknownCatalogPageOfferComposer = 1889; public final static int UnknownCatalogPageOfferComposer = 1889;

View File

@ -15,7 +15,7 @@ public class CameraCompetitionStatusComposer extends MessageComposer {
@Override @Override
protected ServerMessage composeInternal() { protected ServerMessage composeInternal() {
this.response.init(Outgoing.CameraCompetitionStatusComposer); this.response.init(Outgoing.CompetitionStatusMessageComposer);
this.response.appendBoolean(this.unknownBoolean); this.response.appendBoolean(this.unknownBoolean);
this.response.appendString(this.unknownString); this.response.appendString(this.unknownString);
return this.response; return this.response;

View File

@ -16,7 +16,7 @@ public class AlertPurchaseFailedComposer extends MessageComposer {
@Override @Override
protected ServerMessage composeInternal() { protected ServerMessage composeInternal() {
this.response.init(Outgoing.AlertPurchaseFailedComposer); this.response.init(Outgoing.PurchaseErrorMessageComposer);
this.response.appendInt(this.error); this.response.appendInt(this.error);
return this.response; return this.response;
} }

View File

@ -16,7 +16,7 @@ public class PetBoughtNotificationComposer extends MessageComposer {
@Override @Override
protected ServerMessage composeInternal() { protected ServerMessage composeInternal() {
this.response.init(Outgoing.PetBoughtNotificationComposer); this.response.init(Outgoing.PetReceivedMessageComposer);
this.response.appendBoolean(this.gift); this.response.appendBoolean(this.gift);
this.pet.serialize(this.response); this.pet.serialize(this.response);
return this.response; return this.response;

View File

@ -21,7 +21,7 @@ public class PetNameErrorComposer extends MessageComposer {
@Override @Override
protected ServerMessage composeInternal() { protected ServerMessage composeInternal() {
this.response.init(Outgoing.PetNameErrorComposer); this.response.init(Outgoing.ApproveNameMessageComposer);
this.response.appendInt(this.type); this.response.appendInt(this.type);
this.response.appendString(this.value); this.response.appendString(this.value);
return this.response; return this.response;

View File

@ -18,7 +18,7 @@ public class MarketplaceItemPostedComposer extends MessageComposer {
@Override @Override
protected ServerMessage composeInternal() { protected ServerMessage composeInternal() {
this.response.init(Outgoing.MarketplaceItemPostedComposer); this.response.init(Outgoing.MarketplaceMakeOfferResult);
this.response.appendInt(this.code); this.response.appendInt(this.code);
return this.response; return this.response;
} }

View File

@ -26,7 +26,7 @@ public class FriendChatMessageComposer extends MessageComposer {
@Override @Override
protected ServerMessage composeInternal() { protected ServerMessage composeInternal() {
this.response.init(Outgoing.FriendChatMessageComposer); this.response.init(Outgoing.NewConsoleMessageComposer);
this.response.appendInt(this.toId); this.response.appendInt(this.toId);
this.response.appendString(this.message.getMessage()); this.response.appendString(this.message.getMessage());
this.response.appendInt(Emulator.getIntUnixTimestamp() - this.message.getTimestamp()); this.response.appendInt(Emulator.getIntUnixTimestamp() - this.message.getTimestamp());

View File

@ -16,7 +16,7 @@ public class FriendFindingRoomComposer extends MessageComposer {
@Override @Override
protected ServerMessage composeInternal() { protected ServerMessage composeInternal() {
this.response.init(Outgoing.FriendFindingRoomComposer); this.response.init(Outgoing.FindFriendsProcessResultComposer);
this.response.appendInt(this.errorCode); this.response.appendInt(this.errorCode);
return this.response; return this.response;
} }

View File

@ -7,7 +7,7 @@ import com.eu.habbo.messages.outgoing.Outgoing;
public class BaseJumpLeaveQueueComposer extends MessageComposer { public class BaseJumpLeaveQueueComposer extends MessageComposer {
@Override @Override
protected ServerMessage composeInternal() { protected ServerMessage composeInternal() {
this.response.init(Outgoing.BaseJumpLeaveQueueComposer); this.response.init(Outgoing.LeftQueueMessageComposer);
this.response.appendInt(3); this.response.appendInt(3);
return this.response; return this.response;
} }

View File

@ -21,7 +21,7 @@ public class GenericErrorMessagesComposer extends MessageComposer {
@Override @Override
protected ServerMessage composeInternal() { protected ServerMessage composeInternal() {
this.response.init(Outgoing.GenericErrorMessages); this.response.init(Outgoing.GenericErrorComposer);
this.response.appendInt(this.errorCode); this.response.appendInt(this.errorCode);
return this.response; return this.response;
} }

View File

@ -15,7 +15,7 @@ public class HotelWillCloseInMinutesAndBackInComposer extends MessageComposer {
@Override @Override
protected ServerMessage composeInternal() { protected ServerMessage composeInternal() {
this.response.init(Outgoing.HotelWillCloseInMinutesAndBackInComposer); this.response.init(Outgoing.MaintenanceStatusMessageComposer);
this.response.appendBoolean(true); this.response.appendBoolean(true);
this.response.appendInt(this.closeInMinutes); this.response.appendInt(this.closeInMinutes);
this.response.appendInt(this.reopenInMinutes); this.response.appendInt(this.reopenInMinutes);

View File

@ -13,7 +13,7 @@ public class UpdateFailedComposer extends MessageComposer {
@Override @Override
protected ServerMessage composeInternal() { protected ServerMessage composeInternal() {
this.response.init(Outgoing.UpdateFailedComposer); this.response.init(Outgoing.WiredValidationErrorComposer);
this.response.appendString(this.message); this.response.appendString(this.message);
return this.response; return this.response;
} }

View File

@ -40,7 +40,7 @@ public class GuardianVotingRequestedComposer extends MessageComposer {
fullMessage.append("unused;").append(mappedUsers.get(chatLog.habboId)).append(";").append(chatLog.message).append("\r"); fullMessage.append("unused;").append(mappedUsers.get(chatLog.habboId)).append(";").append(chatLog.message).append("\r");
} }
this.response.init(Outgoing.GuardianVotingRequestedComposer); this.response.init(Outgoing.ChatReviewSessionStartedMessageComposer);
this.response.appendInt(this.ticket.getTimeLeft()); this.response.appendInt(this.ticket.getTimeLeft());
this.response.appendString(fullMessage.toString()); this.response.appendString(fullMessage.toString());

View File

@ -18,7 +18,7 @@ public class GuideSessionAttachedComposer extends MessageComposer {
@Override @Override
protected ServerMessage composeInternal() { protected ServerMessage composeInternal() {
//:test 3549 b:1 i:1 s:abcd i:100 //:test 3549 b:1 i:1 s:abcd i:100
this.response.init(Outgoing.GuideSessionAttachedComposer); this.response.init(Outgoing.GuideSessionAttachedMessageComposer);
this.response.appendBoolean(this.isHelper); //? //isHelper this.response.appendBoolean(this.isHelper); //? //isHelper
this.response.appendInt(1); //? Tour type this.response.appendInt(1); //? Tour type
this.response.appendString(this.tour.getHelpRequest()); //? Instruction (Help message) this.response.appendString(this.tour.getHelpRequest()); //? Instruction (Help message)

View File

@ -7,7 +7,7 @@ import com.eu.habbo.messages.outgoing.Outgoing;
public class GuideSessionDetachedComposer extends MessageComposer { public class GuideSessionDetachedComposer extends MessageComposer {
@Override @Override
protected ServerMessage composeInternal() { protected ServerMessage composeInternal() {
this.response.init(Outgoing.GuideSessionDetachedComposer); this.response.init(Outgoing.GuideSessionDetachedMessageComposer);
return this.response; return this.response;
} }
} }

View File

@ -16,7 +16,7 @@ public class GuideSessionEndedComposer extends MessageComposer {
@Override @Override
protected ServerMessage composeInternal() { protected ServerMessage composeInternal() {
this.response.init(Outgoing.GuideSessionEndedComposer); this.response.init(Outgoing.GuideSessionEndedMessageComposer);
this.response.appendInt(this.errorCode); //? this.response.appendInt(this.errorCode); //?
return this.response; return this.response;
} }

View File

@ -14,7 +14,7 @@ public class GuideToolsComposer extends MessageComposer {
@Override @Override
protected ServerMessage composeInternal() { protected ServerMessage composeInternal() {
this.response.init(Outgoing.GuideToolsComposer); this.response.init(Outgoing.GuideOnDutyStatusMessageComposer);
this.response.appendBoolean(this.onDuty); //OnDuty this.response.appendBoolean(this.onDuty); //OnDuty
this.response.appendInt(0); //Guides On Duty this.response.appendInt(0); //Guides On Duty
this.response.appendInt(Emulator.getGameEnvironment().getGuideManager().getGuidesCount()); //Helpers On Duty this.response.appendInt(Emulator.getGameEnvironment().getGuideManager().getGuidesCount()); //Helpers On Duty

View File

@ -23,7 +23,7 @@ public class ConnectionErrorComposer extends MessageComposer {
@Override @Override
protected ServerMessage composeInternal() { protected ServerMessage composeInternal() {
this.response.init(Outgoing.ConnectionErrorComposer); this.response.init(Outgoing.ErrorReportComposer);
this.response.appendInt(this.messageId); this.response.appendInt(this.messageId);
this.response.appendInt(this.errorCode); this.response.appendInt(this.errorCode);
this.response.appendString(this.timestamp); this.response.appendString(this.timestamp);

View File

@ -14,7 +14,7 @@ public class MachineIDComposer extends MessageComposer {
@Override @Override
protected ServerMessage composeInternal() { protected ServerMessage composeInternal() {
this.response.init(Outgoing.MachineIDComposer); this.response.init(Outgoing.UniqueMachineIDComposer);
this.response.appendString(this.machineId); this.response.appendString(this.machineId);
return this.response; return this.response;
} }

View File

@ -13,7 +13,7 @@ public class PongComposer extends MessageComposer {
@Override @Override
protected ServerMessage composeInternal() { protected ServerMessage composeInternal() {
this.response.init(Outgoing.PongComposer); this.response.init(Outgoing.LatencyPingResponseMessageComposer);
this.response.appendInt(this.id); this.response.appendInt(this.id);
return this.response; return this.response;
} }

View File

@ -15,7 +15,7 @@ public class BonusRareComposer extends MessageComposer {
@Override @Override
protected ServerMessage composeInternal() { protected ServerMessage composeInternal() {
this.response.init(Outgoing.BonusRareComposer); this.response.init(Outgoing.BonusRareInfoMessageComposer);
this.response.appendString(Emulator.getConfig().getValue("hotelview.promotional.reward.name", "prizetrophy_breed_gold")); //Furniture Name. Note: Image is in external_variables.txt this.response.appendString(Emulator.getConfig().getValue("hotelview.promotional.reward.name", "prizetrophy_breed_gold")); //Furniture Name. Note: Image is in external_variables.txt
this.response.appendInt(Emulator.getConfig().getInt("hotelview.promotional.reward.id", 0)); //Furniture ID this.response.appendInt(Emulator.getConfig().getInt("hotelview.promotional.reward.id", 0)); //Furniture ID
this.response.appendInt(Emulator.getConfig().getInt("hotelview.promotional.points", 120)); //Total Required this.response.appendInt(Emulator.getConfig().getInt("hotelview.promotional.points", 120)); //Total Required

View File

@ -7,7 +7,7 @@ import com.eu.habbo.messages.outgoing.Outgoing;
public class HotelViewComposer extends MessageComposer { public class HotelViewComposer extends MessageComposer {
@Override @Override
protected ServerMessage composeInternal() { protected ServerMessage composeInternal() {
this.response.init(Outgoing.HotelViewComposer); this.response.init(Outgoing.CloseConnectionMessageComposer);
return this.response; return this.response;
} }
} }

View File

@ -13,7 +13,7 @@ public class HotelViewHideCommunityVoteButtonComposer extends MessageComposer {
@Override @Override
protected ServerMessage composeInternal() { protected ServerMessage composeInternal() {
this.response.init(Outgoing.HotelViewHideCommunityVoteButtonComposer); this.response.init(Outgoing.CommunityGoalVoteMessageComposer);
this.response.appendBoolean(this.unknownBoolean); this.response.appendBoolean(this.unknownBoolean);
return this.response; return this.response;
} }

View File

@ -14,7 +14,7 @@ public class AddBotComposer extends MessageComposer {
@Override @Override
protected ServerMessage composeInternal() { protected ServerMessage composeInternal() {
this.response.init(Outgoing.AddBotComposer); this.response.init(Outgoing.BotAddedToInventoryComposer);
this.response.appendInt(this.bot.getId()); this.response.appendInt(this.bot.getId());
this.response.appendString(this.bot.getName()); this.response.appendString(this.bot.getName());
this.response.appendString(this.bot.getMotto()); this.response.appendString(this.bot.getMotto());

View File

@ -15,7 +15,7 @@ public class InventoryUpdateItemComposer extends MessageComposer {
@Override @Override
protected ServerMessage composeInternal() { protected ServerMessage composeInternal() {
this.response.init(Outgoing.InventoryItemUpdateComposer); this.response.init(Outgoing.FurniListAddOrUpdateComposer);
this.response.appendInt(this.habboItem.getGiftAdjustedId()); this.response.appendInt(this.habboItem.getGiftAdjustedId());
this.response.appendString(this.habboItem.getBaseItem().getType().code); this.response.appendString(this.habboItem.getBaseItem().getType().code);
this.response.appendInt(this.habboItem.getId()); this.response.appendInt(this.habboItem.getId());

View File

@ -13,7 +13,7 @@ public class RemoveHabboItemComposer extends MessageComposer {
@Override @Override
protected ServerMessage composeInternal() { protected ServerMessage composeInternal() {
this.response.init(Outgoing.RemoveHabboItemComposer); this.response.init(Outgoing.FurniListRemoveComposer);
this.response.appendInt(this.itemId); this.response.appendInt(this.itemId);
return this.response; return this.response;
} }

View File

@ -19,7 +19,7 @@ public class ModToolIssueHandlerDimensionsComposer extends MessageComposer {
@Override @Override
protected ServerMessage composeInternal() { protected ServerMessage composeInternal() {
this.response.init(Outgoing.ModToolIssueHandlerDimensionsComposer); this.response.init(Outgoing.ModeratorToolPreferencesComposer);
this.response.appendInt(this.x); this.response.appendInt(this.x);
this.response.appendInt(this.y); this.response.appendInt(this.y);
this.response.appendInt(this.width); this.response.appendInt(this.width);

View File

@ -14,7 +14,7 @@ public class ModToolRoomInfoComposer extends MessageComposer {
@Override @Override
protected ServerMessage composeInternal() { protected ServerMessage composeInternal() {
this.response.init(Outgoing.ModToolRoomInfoComposer); this.response.init(Outgoing.ModeratorRoomInfoComposer);
this.response.appendInt(this.room.getId()); this.response.appendInt(this.room.getId());
this.response.appendInt(this.room.getCurrentHabbos().size()); this.response.appendInt(this.room.getCurrentHabbos().size());
this.response.appendBoolean(this.room.getHabbo(this.room.getOwnerId()) != null); this.response.appendBoolean(this.room.getHabbo(this.room.getOwnerId()) != null);

View File

@ -16,7 +16,7 @@ public class ReportRoomFormComposer extends MessageComposer {
@Override @Override
protected ServerMessage composeInternal() { protected ServerMessage composeInternal() {
this.response.init(Outgoing.ReportRoomFormComposer); this.response.init(Outgoing.CallForHelpPendingCallsMessageComposer);
this.response.appendInt(this.pendingIssues.size()); //Current standing help request(s) amount: this.response.appendInt(this.pendingIssues.size()); //Current standing help request(s) amount:
for (ModToolIssue issue : this.pendingIssues) { for (ModToolIssue issue : this.pendingIssues) {

View File

@ -16,7 +16,7 @@ public class NewNavigatorCategoryUserCountComposer extends MessageComposer {
@Override @Override
protected ServerMessage composeInternal() { protected ServerMessage composeInternal() {
this.response.init(Outgoing.NewNavigatorCategoryUserCountComposer); this.response.init(Outgoing.CategoriesWithVisitorCountComposer);
this.response.appendInt(this.roomCategories.size()); this.response.appendInt(this.roomCategories.size());
for (RoomCategory category : this.roomCategories) { for (RoomCategory category : this.roomCategories) {

View File

@ -7,7 +7,7 @@ import com.eu.habbo.messages.outgoing.Outgoing;
public class NewNavigatorCollapsedCategoriesComposer extends MessageComposer { public class NewNavigatorCollapsedCategoriesComposer extends MessageComposer {
@Override @Override
protected ServerMessage composeInternal() { protected ServerMessage composeInternal() {
this.response.init(Outgoing.NewNavigatorCollapsedCategoriesComposer); this.response.init(Outgoing.CollapsedCategoriesComposer);
this.response.appendInt(46); this.response.appendInt(46);
this.response.appendString("new_ads"); this.response.appendString("new_ads");
this.response.appendString("friend_finding"); this.response.appendString("friend_finding");

View File

@ -16,7 +16,7 @@ public class RoomCategoriesComposer extends MessageComposer {
@Override @Override
protected ServerMessage composeInternal() { protected ServerMessage composeInternal() {
this.response.init(Outgoing.RoomCategoriesComposer); this.response.init(Outgoing.UserFlatCatsComposer);
this.response.appendInt(this.categories.size()); this.response.appendInt(this.categories.size());
for (RoomCategory category : this.categories) { for (RoomCategory category : this.categories) {

View File

@ -14,7 +14,7 @@ public class RoomCreatedComposer extends MessageComposer {
@Override @Override
protected ServerMessage composeInternal() { protected ServerMessage composeInternal() {
this.response.init(Outgoing.RoomCreatedComposer); this.response.init(Outgoing.FlatCreatedComposer);
this.response.appendInt(this.room.getId()); this.response.appendInt(this.room.getId());
this.response.appendString(this.room.getName()); this.response.appendString(this.room.getName());
return this.response; return this.response;

View File

@ -15,7 +15,7 @@ public class SimplePollAnswersComposer extends MessageComposer {
@Override @Override
protected ServerMessage composeInternal() { protected ServerMessage composeInternal() {
this.response.init(Outgoing.SimplePollAnswersComposer); this.response.init(Outgoing.QuestionFinishedComposer);
this.response.appendInt(-1); this.response.appendInt(-1);
this.response.appendInt(2); this.response.appendInt(2);
this.response.appendString("0"); this.response.appendString("0");

View File

@ -16,7 +16,7 @@ public class BotSettingsComposer extends MessageComposer {
@Override @Override
protected ServerMessage composeInternal() { protected ServerMessage composeInternal() {
this.response.init(Outgoing.BotSettingsComposer); this.response.init(Outgoing.BotCommandConfigurationComposer);
this.response.appendInt(-this.bot.getId()); this.response.appendInt(-this.bot.getId());
this.response.appendInt(this.settingId); this.response.appendInt(this.settingId);

View File

@ -13,7 +13,7 @@ public class ForwardToRoomComposer extends MessageComposer {
@Override @Override
protected ServerMessage composeInternal() { protected ServerMessage composeInternal() {
this.response.init(Outgoing.ForwardToRoomComposer); this.response.init(Outgoing.RoomForwardMessageComposer);
this.response.appendInt(this.roomId); this.response.appendInt(this.roomId);
return this.response; return this.response;
} }

View File

@ -14,7 +14,7 @@ public class RoomChatSettingsComposer extends MessageComposer {
@Override @Override
protected ServerMessage composeInternal() { protected ServerMessage composeInternal() {
this.response.init(Outgoing.RoomChatSettingsComposer); this.response.init(Outgoing.RoomChatSettingsMessageComposer);
this.response.appendInt(this.room.getChatMode()); this.response.appendInt(this.room.getChatMode());
this.response.appendInt(this.room.getChatWeight()); this.response.appendInt(this.room.getChatWeight());
this.response.appendInt(this.room.getChatSpeed()); this.response.appendInt(this.room.getChatSpeed());

View File

@ -25,7 +25,7 @@ public class RoomEditSettingsErrorComposer extends MessageComposer {
@Override @Override
protected ServerMessage composeInternal() { protected ServerMessage composeInternal() {
this.response.init(Outgoing.RoomEditSettingsErrorComposer); this.response.init(Outgoing.RoomSettingsSaveErrorComposer);
this.response.appendInt(this.roomId); this.response.appendInt(this.roomId);
this.response.appendInt(this.errorCode); this.response.appendInt(this.errorCode);
this.response.appendString(this.info); this.response.appendString(this.info);

View File

@ -14,7 +14,7 @@ public class RoomHeightMapComposer extends MessageComposer {
@Override @Override
protected ServerMessage composeInternal() { protected ServerMessage composeInternal() {
this.response.init(Outgoing.RoomHeightMapComposer); this.response.init(Outgoing.FloorHeightMapComposer);
this.response.appendBoolean(true); this.response.appendBoolean(true);
this.response.appendInt(this.room.getWallHeight()); //FixedWallsHeight this.response.appendInt(this.room.getWallHeight()); //FixedWallsHeight
this.response.appendString(this.room.getLayout().getRelativeMap()); this.response.appendString(this.room.getLayout().getRelativeMap());

View File

@ -17,7 +17,7 @@ public class RoomRemoveRightsListComposer extends MessageComposer {
@Override @Override
protected ServerMessage composeInternal() { protected ServerMessage composeInternal() {
this.response.init(Outgoing.RoomRemoveRightsListComposer); this.response.init(Outgoing.FlatControllerRemovedComposer);
this.response.appendInt(this.room.getId()); this.response.appendInt(this.room.getId());
this.response.appendInt(this.userId); this.response.appendInt(this.userId);
return this.response; return this.response;

View File

@ -17,7 +17,7 @@ public class RoomRightsListComposer extends MessageComposer {
@Override @Override
protected ServerMessage composeInternal() { protected ServerMessage composeInternal() {
this.response.init(Outgoing.RoomRightsListComposer); this.response.init(Outgoing.FlatControllersComposer);
this.response.appendInt(this.room.getId()); this.response.appendInt(this.room.getId());
THashMap<Integer, String> rightsMap = this.room.getUsersWithRights(); THashMap<Integer, String> rightsMap = this.room.getUsersWithRights();

View File

@ -14,7 +14,7 @@ public class RoomSettingsComposer extends MessageComposer {
@Override @Override
protected ServerMessage composeInternal() { protected ServerMessage composeInternal() {
this.response.init(Outgoing.RoomSettingsComposer); this.response.init(Outgoing.RoomSettingsDataComposer);
this.response.appendInt(this.room.getId()); this.response.appendInt(this.room.getId());
this.response.appendString(this.room.getName()); this.response.appendString(this.room.getName());
this.response.appendString(this.room.getDescription()); this.response.appendString(this.room.getDescription());

View File

@ -18,7 +18,7 @@ public class AddFloorItemComposer extends MessageComposer {
@Override @Override
protected ServerMessage composeInternal() { protected ServerMessage composeInternal() {
this.response.init(Outgoing.AddFloorItemComposer); this.response.init(Outgoing.ObjectAddMessageComposer);
this.item.serializeFloorData(this.response); this.item.serializeFloorData(this.response);
this.response.appendInt(this.item instanceof InteractionGift ? ((((InteractionGift) this.item).getColorId() * 1000) + ((InteractionGift) this.item).getRibbonId()) : (this.item instanceof InteractionMusicDisc ? ((InteractionMusicDisc) this.item).getSongId() : 1)); this.response.appendInt(this.item instanceof InteractionGift ? ((((InteractionGift) this.item).getColorId() * 1000) + ((InteractionGift) this.item).getRibbonId()) : (this.item instanceof InteractionMusicDisc ? ((InteractionMusicDisc) this.item).getSongId() : 1));
this.item.serializeExtradata(this.response); this.item.serializeExtradata(this.response);

View File

@ -5,7 +5,6 @@ import com.eu.habbo.messages.ServerMessage;
import com.eu.habbo.messages.outgoing.MessageComposer; import com.eu.habbo.messages.outgoing.MessageComposer;
import com.eu.habbo.messages.outgoing.Outgoing; import com.eu.habbo.messages.outgoing.Outgoing;
import java.util.List;
import java.util.Set; import java.util.Set;
public class ItemsDataUpdateComposer extends MessageComposer { public class ItemsDataUpdateComposer extends MessageComposer {
@ -17,7 +16,7 @@ public class ItemsDataUpdateComposer extends MessageComposer {
@Override @Override
protected ServerMessage composeInternal() { protected ServerMessage composeInternal() {
this.response.init(Outgoing.ItemsDataUpdateComposer); this.response.init(Outgoing.ObjectsDataUpdateMessageComposer);
this.response.appendInt(this.items.size()); this.response.appendInt(this.items.size());
for (HabboItem item : this.items) { for (HabboItem item : this.items) {

View File

@ -22,7 +22,7 @@ public class RoomWallItemsComposer extends MessageComposer {
@Override @Override
protected ServerMessage composeInternal() { protected ServerMessage composeInternal() {
this.response.init(Outgoing.RoomWallItemsComposer); this.response.init(Outgoing.ItemsComposer);
THashMap<Integer, String> userNames = new THashMap<>(); THashMap<Integer, String> userNames = new THashMap<>();
TIntObjectMap<String> furniOwnerNames = this.room.getFurniOwnerNames(); TIntObjectMap<String> furniOwnerNames = this.room.getFurniOwnerNames();
TIntObjectIterator<String> iterator = furniOwnerNames.iterator(); TIntObjectIterator<String> iterator = furniOwnerNames.iterator();

View File

@ -14,7 +14,7 @@ public class JukeBoxPlayListAddSongComposer extends MessageComposer {
@Override @Override
protected ServerMessage composeInternal() { protected ServerMessage composeInternal() {
this.response.init(Outgoing.JukeBoxPlayListAddSongComposer); this.response.init(Outgoing.PlayListSongAddedMessageComposer);
this.response.appendInt(this.track.getId()); this.response.appendInt(this.track.getId());
this.response.appendInt(this.track.getLength() * 1000); this.response.appendInt(this.track.getLength() * 1000);
this.response.appendString(this.track.getCode()); this.response.appendString(this.track.getCode());

View File

@ -7,7 +7,7 @@ import com.eu.habbo.messages.outgoing.Outgoing;
public class JukeBoxPlaylistFullComposer extends MessageComposer { public class JukeBoxPlaylistFullComposer extends MessageComposer {
@Override @Override
protected ServerMessage composeInternal() { protected ServerMessage composeInternal() {
this.response.init(Outgoing.JukeBoxPlaylistFullComposer); this.response.init(Outgoing.JukeBoxPlaylistFullMessageComposer);
return this.response; return this.response;
} }
} }

View File

@ -14,7 +14,7 @@ public class JukeBoxTrackCodeComposer extends MessageComposer {
@Override @Override
protected ServerMessage composeInternal() { protected ServerMessage composeInternal() {
this.response.init(Outgoing.JukeBoxTrackCodeComposer); this.response.init(Outgoing.OfficialSongIdMessageComposer);
this.response.appendString(this.track.getCode()); this.response.appendString(this.track.getCode());
this.response.appendInt(this.track.getId()); this.response.appendInt(this.track.getId());
return this.response; return this.response;

View File

@ -20,7 +20,7 @@ public class YoutubeDisplayListComposer extends MessageComposer {
@Override @Override
protected ServerMessage composeInternal() { protected ServerMessage composeInternal() {
this.response.init(Outgoing.YoutubeDisplayListComposer); this.response.init(Outgoing.YoutubeDisplayPlaylistsComposer);
this.response.appendInt(this.itemId); this.response.appendInt(this.itemId);
this.response.appendInt(this.playlists.size()); this.response.appendInt(this.playlists.size());

View File

@ -15,7 +15,7 @@ public class YoutubeStateChangeComposer extends MessageComposer {
@Override @Override
protected ServerMessage composeInternal() { protected ServerMessage composeInternal() {
this.response.init(Outgoing.YoutubeMessageComposer3); this.response.init(Outgoing.YoutubeControlVideoMessageComposer);
this.response.appendInt(this.furniId); this.response.appendInt(this.furniId);
this.response.appendInt(this.state); this.response.appendInt(this.state);

View File

@ -20,7 +20,7 @@ public class YoutubeVideoComposer extends MessageComposer {
@Override @Override
protected ServerMessage composeInternal() { protected ServerMessage composeInternal() {
this.response.init(Outgoing.YoutubeMessageComposer2); this.response.init(Outgoing.YoutubeDisplayVideoMessageComposer);
this.response.appendInt(this.itemId); this.response.appendInt(this.itemId);
this.response.appendString(this.video.getId()); this.response.appendString(this.video.getId());
this.response.appendInt(this.startTime); this.response.appendInt(this.startTime);

View File

@ -15,7 +15,7 @@ public class CantScratchPetNotOldEnoughComposer extends MessageComposer {
@Override @Override
protected ServerMessage composeInternal() { protected ServerMessage composeInternal() {
this.response.init(Outgoing.CantScratchPetNotOldEnoughComposer); this.response.init(Outgoing.PetRespectFailedComposer);
this.response.appendInt(this.currentAge); this.response.appendInt(this.currentAge);
this.response.appendInt(this.requiredAge); this.response.appendInt(this.requiredAge);
return this.response; return this.response;

View File

@ -15,7 +15,7 @@ public class PetBreedingFailedComposer extends MessageComposer {
@Override @Override
protected ServerMessage composeInternal() { protected ServerMessage composeInternal() {
this.response.init(Outgoing.PetBreedingFailedComposer); this.response.init(Outgoing.ConfirmBreedingResultComposer);
this.response.appendInt(this.anInt1); this.response.appendInt(this.anInt1);
this.response.appendInt(this.anInt2); this.response.appendInt(this.anInt2);
return this.response; return this.response;

View File

@ -28,7 +28,7 @@ public class PetBreedingResultComposer extends MessageComposer {
@Override @Override
protected ServerMessage composeInternal() { protected ServerMessage composeInternal() {
this.response.init(Outgoing.PetBreedingResultComposer); this.response.init(Outgoing.ConfirmBreedingRequestComposer);
this.response.appendInt(this.boxId); this.response.appendInt(this.boxId);
this.petOne.serialize(this.response); this.petOne.serialize(this.response);
this.petTwo.serialize(this.response); this.petTwo.serialize(this.response);

View File

@ -14,7 +14,7 @@ public class ChangeNameUpdatedComposer extends MessageComposer {
@Override @Override
protected ServerMessage composeInternal() { protected ServerMessage composeInternal() {
this.response.init(Outgoing.ChangeNameUpdateComposer); this.response.init(Outgoing.ChangeUserNameResultMessageEvent);
this.response.appendInt(0); this.response.appendInt(0);
this.response.appendString(this.habbo.getHabboInfo().getUsername()); this.response.appendString(this.habbo.getHabboInfo().getUsername());
this.response.appendInt(0); this.response.appendInt(0);

View File

@ -17,7 +17,7 @@ public class RoomUserActionComposer extends MessageComposer {
@Override @Override
protected ServerMessage composeInternal() { protected ServerMessage composeInternal() {
this.response.init(Outgoing.RoomUserActionComposer); this.response.init(Outgoing.ExpressionMessageComposer);
this.response.appendInt(this.roomUnit.getId()); this.response.appendInt(this.roomUnit.getId());
this.response.appendInt(this.action.getAction()); this.response.appendInt(this.action.getAction());
return this.response; return this.response;

View File

@ -21,7 +21,7 @@ public class RoomUserEffectComposer extends MessageComposer {
@Override @Override
protected ServerMessage composeInternal() { protected ServerMessage composeInternal() {
this.response.init(Outgoing.RoomUserEffectComposer); this.response.init(Outgoing.AvatarEffectMessageComposer);
this.response.appendInt(this.roomUnit.getId()); this.response.appendInt(this.roomUnit.getId());
this.response.appendInt(this.effectId == -1 ? this.roomUnit.getEffectId() : this.effectId); this.response.appendInt(this.effectId == -1 ? this.roomUnit.getEffectId() : this.effectId);
this.response.appendInt(0); this.response.appendInt(0);

View File

@ -14,7 +14,7 @@ public class RoomUserHandItemComposer extends MessageComposer {
@Override @Override
protected ServerMessage composeInternal() { protected ServerMessage composeInternal() {
this.response.init(Outgoing.RoomUserHandItemComposer); this.response.init(Outgoing.CarryObjectMessageComposer);
this.response.appendInt(this.roomUnit.getId()); this.response.appendInt(this.roomUnit.getId());
this.response.appendInt(this.roomUnit.getHandItem()); this.response.appendInt(this.roomUnit.getHandItem());
return this.response; return this.response;

View File

@ -17,7 +17,7 @@ public class RoomUserShoutComposer extends MessageComposer {
if (this.roomChatMessage.getMessage().isEmpty()) if (this.roomChatMessage.getMessage().isEmpty())
return null; return null;
this.response.init(Outgoing.RoomUserShoutComposer); this.response.init(Outgoing.ShoutMessageComposer);
this.roomChatMessage.serialize(this.response); this.roomChatMessage.serialize(this.response);
return this.response; return this.response;

View File

@ -14,7 +14,7 @@ public class RoomUserTagsComposer extends MessageComposer {
@Override @Override
protected ServerMessage composeInternal() { protected ServerMessage composeInternal() {
this.response.init(Outgoing.RoomUserTagsComposer); this.response.init(Outgoing.UserTagsMessageComposer);
this.response.appendInt(this.habbo.getRoomUnit().getId()); this.response.appendInt(this.habbo.getRoomUnit().getId());
this.response.appendInt(this.habbo.getHabboStats().tags.length); this.response.appendInt(this.habbo.getHabboStats().tags.length);

View File

@ -14,7 +14,7 @@ public class RoomUserTalkComposer extends MessageComposer {
@Override @Override
protected ServerMessage composeInternal() { protected ServerMessage composeInternal() {
this.response.init(Outgoing.RoomUserTalkComposer); this.response.init(Outgoing.ChatMessageComposer);
if (this.roomChatMessage.getMessage().isEmpty()) if (this.roomChatMessage.getMessage().isEmpty())
return null; return null;

View File

@ -7,7 +7,7 @@ import com.eu.habbo.messages.outgoing.Outgoing;
public class OtherTradingDisabledComposer extends MessageComposer { public class OtherTradingDisabledComposer extends MessageComposer {
@Override @Override
protected ServerMessage composeInternal() { protected ServerMessage composeInternal() {
this.response.init(Outgoing.OtherTradingDisabledComposer); this.response.init(Outgoing.TradingOtherNotAllowedComposer);
return this.response; return this.response;
} }
} }

View File

@ -18,7 +18,7 @@ public class TradeClosedComposer extends MessageComposer {
@Override @Override
protected ServerMessage composeInternal() { protected ServerMessage composeInternal() {
this.response.init(Outgoing.TradeStoppedComposer); this.response.init(Outgoing.TradingCloseComposer);
this.response.appendInt(this.userId); this.response.appendInt(this.userId);
this.response.appendInt(this.errorCode); this.response.appendInt(this.errorCode);
return this.response; return this.response;

View File

@ -7,7 +7,7 @@ import com.eu.habbo.messages.outgoing.Outgoing;
public class BuildersClubExpiredComposer extends MessageComposer { public class BuildersClubExpiredComposer extends MessageComposer {
@Override @Override
protected ServerMessage composeInternal() { protected ServerMessage composeInternal() {
this.response.init(Outgoing.BuildersClubExpiredComposer); this.response.init(Outgoing.BuildersClubSubscriptionStatusMessageComposer);
this.response.appendInt(Integer.MAX_VALUE); this.response.appendInt(Integer.MAX_VALUE);
this.response.appendInt(0); this.response.appendInt(0);
this.response.appendInt(100); this.response.appendInt(100);

View File

@ -15,7 +15,7 @@ public class ConvertedForwardToRoomComposer extends MessageComposer {
@Override @Override
protected ServerMessage composeInternal() { protected ServerMessage composeInternal() {
this.response.init(Outgoing.ConvertedForwardToRoomComposer); this.response.init(Outgoing.ConvertedRoomIdComposer);
this.response.appendString(this.unknownString1); this.response.appendString(this.unknownString1);
this.response.appendInt(this.unknownInt1); this.response.appendInt(this.unknownInt1);
return this.response; return this.response;

View File

@ -7,7 +7,7 @@ import com.eu.habbo.messages.outgoing.Outgoing;
public class HabboMallComposer extends MessageComposer { public class HabboMallComposer extends MessageComposer {
@Override @Override
protected ServerMessage composeInternal() { protected ServerMessage composeInternal() {
this.response.init(Outgoing.HabboMallComposer); this.response.init(Outgoing.TargetedOfferNotFoundComposer);
//Empty body //Empty body
return this.response; return this.response;
} }

View File

@ -7,7 +7,7 @@ import com.eu.habbo.messages.outgoing.Outgoing;
public class IgnoredUsersComposer extends MessageComposer { public class IgnoredUsersComposer extends MessageComposer {
@Override @Override
protected ServerMessage composeInternal() { protected ServerMessage composeInternal() {
this.response.init(Outgoing.IgnoredUsersComposer); this.response.init(Outgoing.IgnoredUsersMessageComposer);
this.response.appendInt(0); this.response.appendInt(0);
return this.response; return this.response;
} }

View File

@ -16,7 +16,7 @@ public class RoomMessagesPostedCountComposer extends MessageComposer {
@Override @Override
protected ServerMessage composeInternal() { protected ServerMessage composeInternal() {
this.response.init(Outgoing.RoomMessagesPostedCountComposer); this.response.init(Outgoing.RoomMessageNotificationMessageComposer);
this.response.appendInt(this.room.getId()); this.response.appendInt(this.room.getId());
this.response.appendString(this.room.getName()); this.response.appendString(this.room.getName());
this.response.appendInt(this.count); this.response.appendInt(this.count);

View File

@ -7,7 +7,7 @@ import com.eu.habbo.messages.outgoing.Outgoing;
public class RoomUnknown3Composer extends MessageComposer { public class RoomUnknown3Composer extends MessageComposer {
@Override @Override
protected ServerMessage composeInternal() { protected ServerMessage composeInternal() {
this.response.init(Outgoing.RoomUnknown3Composer); this.response.init(Outgoing.YouAreSpectatorMessageEvent);
//Empty body //Empty body
return this.response; return this.response;
} }

View File

@ -16,7 +16,7 @@ public class UnknownFurniModelComposer extends MessageComposer {
@Override @Override
protected ServerMessage composeInternal() { protected ServerMessage composeInternal() {
this.response.init(Outgoing.UnknownFurniModelComposer); this.response.init(Outgoing.PostItPlacedComposer);
this.response.appendInt(this.item.getId()); this.response.appendInt(this.item.getId());
this.response.appendInt(this.unknownInt); this.response.appendInt(this.unknownInt);
return this.response; return this.response;

View File

@ -13,7 +13,7 @@ public class UnknownGuild2Composer extends MessageComposer {
@Override @Override
protected ServerMessage composeInternal() { protected ServerMessage composeInternal() {
this.response.init(Outgoing.UnknownGuild2Composer); this.response.init(Outgoing.GroupDetailsChangedMessageComposer);
this.response.appendInt(this.guildId); this.response.appendInt(this.guildId);
return this.response; return this.response;
} }

View File

@ -17,7 +17,7 @@ public class UnknownPollQuestionComposer extends MessageComposer {
@Override @Override
protected ServerMessage composeInternal() { protected ServerMessage composeInternal() {
this.response.init(Outgoing.SimplePollAnswersComposer); this.response.init(Outgoing.QuestionFinishedComposer);
this.response.appendInt(this.unknownInt); this.response.appendInt(this.unknownInt);
this.response.appendInt(this.unknownMap.size()); this.response.appendInt(this.unknownMap.size());
for (Map.Entry<String, Integer> entry : this.unknownMap.entrySet()) { for (Map.Entry<String, Integer> entry : this.unknownMap.entrySet()) {

View File

@ -16,7 +16,7 @@ public class UnknownStatusComposer extends MessageComposer {
@Override @Override
protected ServerMessage composeInternal() { protected ServerMessage composeInternal() {
this.response.init(Outgoing.UnknownStatusComposer); this.response.init(Outgoing.AccountSafetyLockStatusChangeMessageComposer);
this.response.appendInt(this.status); this.response.appendInt(this.status);
return this.response; return this.response;
} }

View File

@ -16,7 +16,7 @@ public class FavoriteRoomsCountComposer extends MessageComposer {
@Override @Override
protected ServerMessage composeInternal() { protected ServerMessage composeInternal() {
this.response.init(Outgoing.FavoriteRoomsCountComposer); this.response.init(Outgoing.FavouritesComposer);
this.response.appendInt(Emulator.getConfig().getInt("hotel.rooms.max.favorite")); this.response.appendInt(Emulator.getConfig().getInt("hotel.rooms.max.favorite"));
this.response.appendInt(this.habbo.getHabboStats().getFavoriteRooms().size()); this.response.appendInt(this.habbo.getHabboStats().getFavoriteRooms().size());
this.habbo.getHabboStats().getFavoriteRooms().forEach(new TIntProcedure() { this.habbo.getHabboStats().getFavoriteRooms().forEach(new TIntProcedure() {

View File

@ -13,7 +13,7 @@ public class UserCitizinShipComposer extends MessageComposer {
@Override @Override
protected ServerMessage composeInternal() { protected ServerMessage composeInternal() {
this.response.init(Outgoing.UserCitizinShipComposer); this.response.init(Outgoing.TalentTrackLevelMessageEvent);
this.response.appendString(this.name); this.response.appendString(this.name);
this.response.appendInt(4); this.response.appendInt(4);
this.response.appendInt(4); this.response.appendInt(4);

View File

@ -35,7 +35,7 @@ public class UserClothesComposer extends MessageComposer {
@Override @Override
protected ServerMessage composeInternal() { protected ServerMessage composeInternal() {
this.response.init(Outgoing.UserClothesComposer); this.response.init(Outgoing.FigureSetIdsComposer);
this.response.appendInt(this.idList.size()); this.response.appendInt(this.idList.size());
this.idList.forEach(this.response::appendInt); this.idList.forEach(this.response::appendInt);
this.response.appendInt(this.nameList.size()); this.response.appendInt(this.nameList.size());