From fec30627396a4b474315597dee593efbff382935 Mon Sep 17 00:00:00 2001 From: Paul Hendryx Date: Mon, 11 Mar 2024 09:13:21 -0400 Subject: [PATCH] game updates --- client/events.go | 39 +- client/eventtype_string.go | 1089 ++++++++++++++++---------------- client/operation_join.go | 4 +- client/operations.go | 14 +- client/operationtype_string.go | 490 +++++++------- 5 files changed, 833 insertions(+), 803 deletions(-) diff --git a/client/events.go b/client/events.go index a154a37..0577041 100644 --- a/client/events.go +++ b/client/events.go @@ -34,6 +34,7 @@ const ( evInventoryDeleteItem evNewCharacter evNewEquipmentItem + evNewSiegeBannerItem evNewSimpleItem evNewFurnitureItem evNewKillTrophyItem @@ -326,17 +327,17 @@ const ( evDebugDrawEvent evRecordCameraMove evRecordStart - evClaimPowerCrystalStart - evClaimPowerCrystalCancel - evClaimPowerCrystalReset - evClaimPowerCrystalFinished + evDeliverCarriableObjectStart + evDeliverCarriableObjectCancel + evDeliverCarriableObjectReset + evDeliverCarriableObjectFinished evTerritoryClaimStart evTerritoryClaimCancel evTerritoryClaimFinished evTerritoryScheduleResult evTerritoryUpgradeWithPowerCrystalResult - evReturningPowerCrystalStart - evReturningPowerCrystalFinished + evReceiveCarriableObjectStart + evReceiveCarriableObjectFinished evUpdateAccountState evStartDeterministicRoam evGuildFullAccessTagsUpdated @@ -352,7 +353,7 @@ const ( evNewFloatObject evNewFishingZoneObject evFishingMiniGame - evSteamAchievementCompleted + evAlbionJournalAchievementCompleted evUpdatePuppet evChangeFlaggingFinished evNewOutpostObject @@ -475,12 +476,12 @@ const ( evUpdateFactionRank evFactionWarfareCampaignRewardsUnlocked evFeaturedFeatureUpdate - evNewPowerCrystalObject + evNewCarriableObject evMinimapCrystalPositionMarker - evCarryPowerCrystalUpdate - evPickupPowerCrystalStart - evPickupPowerCrystalCancel - evPickupPowerCrystalFinished + evCarriedObjectUpdate + evPickupCarriableObjectStart + evPickupCarriableObjectCancel + evPickupCarriableObjectFinished evDoSimpleActionStart evDoSimpleActionCancel evDoSimpleActionFinished @@ -561,8 +562,8 @@ const ( evLegendaryItemDestroyed evAttunementInfo evTerritoryClaimRaidedRawEnergyCrystalResult - evCarryPowerCrystalExpiryWarning - evPowerCrystalExpired + evCarriedObjectExpiryWarning + evCarriedObjectExpired evTerritoryRaidStart evTerritoryRaidCancel evTerritoryRaidFinished @@ -571,4 +572,14 @@ const ( evTerritoryMonolithActiveRaidCancelled evMonolithEnergyStorageUpdate evMonolithNextScheduledOpenWorldAttackUpdate + evMonolithProtectedBuildingsDamageReductionUpdate + evNewBuildingBaseEvent + evNewFortificationBuilding + evNewCastleGateBuilding + evBuildingDurabilityUpdate + evMonolithFortificationPointsUpdate + evFortificationBuildingUpgradeInfo + evFortificationBuildingsDamageStateUpdate + evUpdateEnemyWarBannerActive + evTerritoryAnnouncePlayerEjection ) diff --git a/client/eventtype_string.go b/client/eventtype_string.go index 949b479..6076cc7 100644 --- a/client/eventtype_string.go +++ b/client/eventtype_string.go @@ -37,548 +37,559 @@ func _() { _ = x[evInventoryDeleteItem-26] _ = x[evNewCharacter-27] _ = x[evNewEquipmentItem-28] - _ = x[evNewSimpleItem-29] - _ = x[evNewFurnitureItem-30] - _ = x[evNewKillTrophyItem-31] - _ = x[evNewJournalItem-32] - _ = x[evNewLaborerItem-33] - _ = x[evNewEquipmentItemLegendarySoul-34] - _ = x[evNewSimpleHarvestableObject-35] - _ = x[evNewSimpleHarvestableObjectList-36] - _ = x[evNewHarvestableObject-37] - _ = x[evNewTreasureDestinationObject-38] - _ = x[evTreasureDestinationObjectStatus-39] - _ = x[evCloseTreasureDestinationObject-40] - _ = x[evNewSilverObject-41] - _ = x[evNewBuilding-42] - _ = x[evHarvestableChangeState-43] - _ = x[evMobChangeState-44] - _ = x[evFactionBuildingInfo-45] - _ = x[evCraftBuildingInfo-46] - _ = x[evRepairBuildingInfo-47] - _ = x[evMeldBuildingInfo-48] - _ = x[evConstructionSiteInfo-49] - _ = x[evPlayerBuildingInfo-50] - _ = x[evFarmBuildingInfo-51] - _ = x[evTutorialBuildingInfo-52] - _ = x[evLaborerObjectInfo-53] - _ = x[evLaborerObjectJobInfo-54] - _ = x[evMarketPlaceBuildingInfo-55] - _ = x[evHarvestStart-56] - _ = x[evHarvestCancel-57] - _ = x[evHarvestFinished-58] - _ = x[evTakeSilver-59] - _ = x[evActionOnBuildingStart-60] - _ = x[evActionOnBuildingCancel-61] - _ = x[evActionOnBuildingFinished-62] - _ = x[evItemRerollQualityFinished-63] - _ = x[evInstallResourceStart-64] - _ = x[evInstallResourceCancel-65] - _ = x[evInstallResourceFinished-66] - _ = x[evCraftItemFinished-67] - _ = x[evLogoutCancel-68] - _ = x[evChatMessage-69] - _ = x[evChatSay-70] - _ = x[evChatWhisper-71] - _ = x[evChatMuted-72] - _ = x[evPlayEmote-73] - _ = x[evStopEmote-74] - _ = x[evSystemMessage-75] - _ = x[evUtilityTextMessage-76] - _ = x[evUpdateMoney-77] - _ = x[evUpdateFame-78] - _ = x[evUpdateLearningPoints-79] - _ = x[evUpdateReSpecPoints-80] - _ = x[evUpdateCurrency-81] - _ = x[evUpdateFactionStanding-82] - _ = x[evUpdateMistCityStanding-83] - _ = x[evRespawn-84] - _ = x[evServerDebugLog-85] - _ = x[evCharacterEquipmentChanged-86] - _ = x[evRegenerationHealthChanged-87] - _ = x[evRegenerationEnergyChanged-88] - _ = x[evRegenerationMountHealthChanged-89] - _ = x[evRegenerationCraftingChanged-90] - _ = x[evRegenerationHealthEnergyComboChanged-91] - _ = x[evRegenerationPlayerComboChanged-92] - _ = x[evDurabilityChanged-93] - _ = x[evNewLoot-94] - _ = x[evAttachItemContainer-95] - _ = x[evDetachItemContainer-96] - _ = x[evInvalidateItemContainer-97] - _ = x[evLockItemContainer-98] - _ = x[evGuildUpdate-99] - _ = x[evGuildPlayerUpdated-100] - _ = x[evInvitedToGuild-101] - _ = x[evGuildMemberWorldUpdate-102] - _ = x[evUpdateMatchDetails-103] - _ = x[evObjectEvent-104] - _ = x[evNewMonolithObject-105] - _ = x[evNewOrbObject-106] - _ = x[evNewCastleObject-107] - _ = x[evNewSpellEffectArea-108] - _ = x[evUpdateSpellEffectArea-109] - _ = x[evNewChainSpell-110] - _ = x[evUpdateChainSpell-111] - _ = x[evNewTreasureChest-112] - _ = x[evStartMatch-113] - _ = x[evStartArenaMatchInfos-114] - _ = x[evEndArenaMatch-115] - _ = x[evMatchUpdate-116] - _ = x[evActiveMatchUpdate-117] - _ = x[evNewMob-118] - _ = x[evDebugMobInfo-119] - _ = x[evDebugVariablesInfo-120] - _ = x[evDebugReputationInfo-121] - _ = x[evDebugDiminishingReturnInfo-122] - _ = x[evDebugSmartClusterQueueInfo-123] - _ = x[evClaimOrbStart-124] - _ = x[evClaimOrbFinished-125] - _ = x[evClaimOrbCancel-126] - _ = x[evOrbUpdate-127] - _ = x[evOrbClaimed-128] - _ = x[evOrbReset-129] - _ = x[evNewWarCampObject-130] - _ = x[evNewMatchLootChestObject-131] - _ = x[evNewArenaExit-132] - _ = x[evGuildMemberTerritoryUpdate-133] - _ = x[evInvitedMercenaryToMatch-134] - _ = x[evClusterInfoUpdate-135] - _ = x[evForcedMovement-136] - _ = x[evForcedMovementCancel-137] - _ = x[evCharacterStats-138] - _ = x[evCharacterStatsKillHistory-139] - _ = x[evCharacterStatsDeathHistory-140] - _ = x[evGuildStats-141] - _ = x[evKillHistoryDetails-142] - _ = x[evFullAchievementInfo-143] - _ = x[evFinishedAchievement-144] - _ = x[evAchievementProgressInfo-145] - _ = x[evFullAchievementProgressInfo-146] - _ = x[evFullTrackedAchievementInfo-147] - _ = x[evFullAutoLearnAchievementInfo-148] - _ = x[evQuestGiverQuestOffered-149] - _ = x[evQuestGiverDebugInfo-150] - _ = x[evConsoleEvent-151] - _ = x[evTimeSync-152] - _ = x[evChangeAvatar-153] - _ = x[evChangeMountSkin-154] - _ = x[evGameEvent-155] - _ = x[evKilledPlayer-156] - _ = x[evDied-157] - _ = x[evKnockedDown-158] - _ = x[evUnconcious-159] - _ = x[evMatchPlayerJoinedEvent-160] - _ = x[evMatchPlayerStatsEvent-161] - _ = x[evMatchPlayerStatsCompleteEvent-162] - _ = x[evMatchTimeLineEventEvent-163] - _ = x[evMatchPlayerMainGearStatsEvent-164] - _ = x[evMatchPlayerChangedAvatarEvent-165] - _ = x[evInvitationPlayerTrade-166] - _ = x[evPlayerTradeStart-167] - _ = x[evPlayerTradeCancel-168] - _ = x[evPlayerTradeUpdate-169] - _ = x[evPlayerTradeFinished-170] - _ = x[evPlayerTradeAcceptChange-171] - _ = x[evMiniMapPing-172] - _ = x[evMarketPlaceNotification-173] - _ = x[evDuellingChallengePlayer-174] - _ = x[evNewDuellingPost-175] - _ = x[evDuelStarted-176] - _ = x[evDuelEnded-177] - _ = x[evDuelDenied-178] - _ = x[evDuelRequestCanceled-179] - _ = x[evDuelLeftArea-180] - _ = x[evDuelReEnteredArea-181] - _ = x[evNewRealEstate-182] - _ = x[evMiniMapOwnedBuildingsPositions-183] - _ = x[evRealEstateListUpdate-184] - _ = x[evGuildLogoUpdate-185] - _ = x[evGuildLogoChanged-186] - _ = x[evPlaceableObjectPlace-187] - _ = x[evPlaceableObjectPlaceCancel-188] - _ = x[evFurnitureObjectBuffProviderInfo-189] - _ = x[evFurnitureObjectCheatProviderInfo-190] - _ = x[evFarmableObjectInfo-191] - _ = x[evNewUnreadMails-192] - _ = x[evMailOperationPossible-193] - _ = x[evGuildLogoObjectUpdate-194] - _ = x[evStartLogout-195] - _ = x[evNewChatChannels-196] - _ = x[evJoinedChatChannel-197] - _ = x[evLeftChatChannel-198] - _ = x[evRemovedChatChannel-199] - _ = x[evAccessStatus-200] - _ = x[evMounted-201] - _ = x[evMountStart-202] - _ = x[evMountCancel-203] - _ = x[evNewTravelpoint-204] - _ = x[evNewIslandAccessPoint-205] - _ = x[evNewExit-206] - _ = x[evUpdateHome-207] - _ = x[evUpdateChatSettings-208] - _ = x[evResurrectionOffer-209] - _ = x[evResurrectionReply-210] - _ = x[evLootEquipmentChanged-211] - _ = x[evUpdateUnlockedGuildLogos-212] - _ = x[evUpdateUnlockedAvatars-213] - _ = x[evUpdateUnlockedAvatarRings-214] - _ = x[evUpdateUnlockedBuildings-215] - _ = x[evNewIslandManagement-216] - _ = x[evNewTeleportStone-217] - _ = x[evCloak-218] - _ = x[evPartyInvitation-219] - _ = x[evPartyJoinRequest-220] - _ = x[evPartyJoined-221] - _ = x[evPartyDisbanded-222] - _ = x[evPartyPlayerJoined-223] - _ = x[evPartyChangedOrder-224] - _ = x[evPartyPlayerLeft-225] - _ = x[evPartyLeaderChanged-226] - _ = x[evPartyLootSettingChangedPlayer-227] - _ = x[evPartySilverGained-228] - _ = x[evPartyPlayerUpdated-229] - _ = x[evPartyInvitationAnswer-230] - _ = x[evPartyJoinRequestAnswer-231] - _ = x[evPartyMarkedObjectsUpdated-232] - _ = x[evPartyOnClusterPartyJoined-233] - _ = x[evPartySetRoleFlag-234] - _ = x[evPartyInviteOrJoinPlayerEquipmentInfo-235] - _ = x[evSpellCooldownUpdate-236] - _ = x[evNewHellgateExitPortal-237] - _ = x[evNewExpeditionExit-238] - _ = x[evNewExpeditionNarrator-239] - _ = x[evExitEnterStart-240] - _ = x[evExitEnterCancel-241] - _ = x[evExitEnterFinished-242] - _ = x[evNewQuestGiverObject-243] - _ = x[evFullQuestInfo-244] - _ = x[evQuestProgressInfo-245] - _ = x[evQuestGiverInfoForPlayer-246] - _ = x[evFullExpeditionInfo-247] - _ = x[evExpeditionQuestProgressInfo-248] - _ = x[evInvitedToExpedition-249] - _ = x[evExpeditionRegistrationInfo-250] - _ = x[evEnteringExpeditionStart-251] - _ = x[evEnteringExpeditionCancel-252] - _ = x[evRewardGranted-253] - _ = x[evArenaRegistrationInfo-254] - _ = x[evEnteringArenaStart-255] - _ = x[evEnteringArenaCancel-256] - _ = x[evEnteringArenaLockStart-257] - _ = x[evEnteringArenaLockCancel-258] - _ = x[evInvitedToArenaMatch-259] - _ = x[evUsingHellgateShrine-260] - _ = x[evEnteringHellgateLockStart-261] - _ = x[evEnteringHellgateLockCancel-262] - _ = x[evPlayerCounts-263] - _ = x[evInCombatStateUpdate-264] - _ = x[evOtherGrabbedLoot-265] - _ = x[evTreasureChestUsingStart-266] - _ = x[evTreasureChestUsingFinished-267] - _ = x[evTreasureChestUsingCancel-268] - _ = x[evTreasureChestUsingOpeningComplete-269] - _ = x[evTreasureChestForceCloseInventory-270] - _ = x[evLocalTreasuresUpdate-271] - _ = x[evLootChestSpawnpointsUpdate-272] - _ = x[evPremiumChanged-273] - _ = x[evPremiumExtended-274] - _ = x[evPremiumLifeTimeRewardGained-275] - _ = x[evGoldPurchased-276] - _ = x[evLaborerGotUpgraded-277] - _ = x[evJournalGotFull-278] - _ = x[evJournalFillError-279] - _ = x[evFriendRequest-280] - _ = x[evFriendRequestInfos-281] - _ = x[evFriendInfos-282] - _ = x[evFriendRequestAnswered-283] - _ = x[evFriendOnlineStatus-284] - _ = x[evFriendRequestCanceled-285] - _ = x[evFriendRemoved-286] - _ = x[evFriendUpdated-287] - _ = x[evPartyLootItems-288] - _ = x[evPartyLootItemsRemoved-289] - _ = x[evReputationUpdate-290] - _ = x[evDefenseUnitAttackBegin-291] - _ = x[evDefenseUnitAttackEnd-292] - _ = x[evDefenseUnitAttackDamage-293] - _ = x[evUnrestrictedPvpZoneUpdate-294] - _ = x[evReputationImplicationUpdate-295] - _ = x[evNewMountObject-296] - _ = x[evMountHealthUpdate-297] - _ = x[evMountCooldownUpdate-298] - _ = x[evNewExpeditionAgent-299] - _ = x[evNewExpeditionCheckPoint-300] - _ = x[evExpeditionStartEvent-301] - _ = x[evVoteEvent-302] - _ = x[evRatingEvent-303] - _ = x[evNewArenaAgent-304] - _ = x[evBoostFarmable-305] - _ = x[evUseFunction-306] - _ = x[evNewPortalEntrance-307] - _ = x[evNewPortalExit-308] - _ = x[evNewRandomDungeonExit-309] - _ = x[evWaitingQueueUpdate-310] - _ = x[evPlayerMovementRateUpdate-311] - _ = x[evObserveStart-312] - _ = x[evMinimapZergs-313] - _ = x[evMinimapSmartClusterZergs-314] - _ = x[evPaymentTransactions-315] - _ = x[evPerformanceStatsUpdate-316] - _ = x[evOverloadModeUpdate-317] - _ = x[evDebugDrawEvent-318] - _ = x[evRecordCameraMove-319] - _ = x[evRecordStart-320] - _ = x[evClaimPowerCrystalStart-321] - _ = x[evClaimPowerCrystalCancel-322] - _ = x[evClaimPowerCrystalReset-323] - _ = x[evClaimPowerCrystalFinished-324] - _ = x[evTerritoryClaimStart-325] - _ = x[evTerritoryClaimCancel-326] - _ = x[evTerritoryClaimFinished-327] - _ = x[evTerritoryScheduleResult-328] - _ = x[evTerritoryUpgradeWithPowerCrystalResult-329] - _ = x[evReturningPowerCrystalStart-330] - _ = x[evReturningPowerCrystalFinished-331] - _ = x[evUpdateAccountState-332] - _ = x[evStartDeterministicRoam-333] - _ = x[evGuildFullAccessTagsUpdated-334] - _ = x[evGuildAccessTagUpdated-335] - _ = x[evGvgSeasonUpdate-336] - _ = x[evGvgSeasonCheatCommand-337] - _ = x[evSeasonPointsByKillingBooster-338] - _ = x[evFishingStart-339] - _ = x[evFishingCast-340] - _ = x[evFishingCatch-341] - _ = x[evFishingFinished-342] - _ = x[evFishingCancel-343] - _ = x[evNewFloatObject-344] - _ = x[evNewFishingZoneObject-345] - _ = x[evFishingMiniGame-346] - _ = x[evSteamAchievementCompleted-347] - _ = x[evUpdatePuppet-348] - _ = x[evChangeFlaggingFinished-349] - _ = x[evNewOutpostObject-350] - _ = x[evOutpostUpdate-351] - _ = x[evOutpostClaimed-352] - _ = x[evOverChargeEnd-353] - _ = x[evOverChargeStatus-354] - _ = x[evPartyFinderFullUpdate-355] - _ = x[evPartyFinderUpdate-356] - _ = x[evPartyFinderApplicantsUpdate-357] - _ = x[evPartyFinderEquipmentSnapshot-358] - _ = x[evPartyFinderJoinRequestDeclined-359] - _ = x[evNewUnlockedPersonalSeasonRewards-360] - _ = x[evPersonalSeasonPointsGained-361] - _ = x[evPersonalSeasonPastSeasonDataEvent-362] - _ = x[evEasyAntiCheatMessageToClient-363] - _ = x[evMatchLootChestOpeningStart-364] - _ = x[evMatchLootChestOpeningFinished-365] - _ = x[evMatchLootChestOpeningCancel-366] - _ = x[evNotifyCrystalMatchReward-367] - _ = x[evCrystalRealmFeedback-368] - _ = x[evNewLocationMarker-369] - _ = x[evNewTutorialBlocker-370] - _ = x[evNewTileSwitch-371] - _ = x[evNewInformationProvider-372] - _ = x[evNewDynamicGuildLogo-373] - _ = x[evNewDecoration-374] - _ = x[evTutorialUpdate-375] - _ = x[evTriggerHintBox-376] - _ = x[evRandomDungeonPositionInfo-377] - _ = x[evNewLootChest-378] - _ = x[evUpdateLootChest-379] - _ = x[evLootChestOpened-380] - _ = x[evUpdateLootProtectedByMobsWithMinimapDisplay-381] - _ = x[evNewShrine-382] - _ = x[evUpdateShrine-383] - _ = x[evUpdateRoom-384] - _ = x[evNewMistDungeonRoomMobSoul-385] - _ = x[evNewHellgateShrine-386] - _ = x[evUpdateHellgateShrine-387] - _ = x[evActivateHellgateExit-388] - _ = x[evMutePlayerUpdate-389] - _ = x[evShopTileUpdate-390] - _ = x[evShopUpdate-391] - _ = x[evAntiCheatKick-392] - _ = x[evBattlEyeServerMessage-393] - _ = x[evUnlockVanityUnlock-394] - _ = x[evAvatarUnlocked-395] - _ = x[evCustomizationChanged-396] - _ = x[evBaseVaultInfo-397] - _ = x[evGuildVaultInfo-398] - _ = x[evBankVaultInfo-399] - _ = x[evRecoveryVaultPlayerInfo-400] - _ = x[evRecoveryVaultGuildInfo-401] - _ = x[evUpdateWardrobe-402] - _ = x[evCastlePhaseChanged-403] - _ = x[evGuildAccountLogEvent-404] - _ = x[evNewHideoutObject-405] - _ = x[evNewHideoutManagement-406] - _ = x[evNewHideoutExit-407] - _ = x[evInitHideoutAttackStart-408] - _ = x[evInitHideoutAttackCancel-409] - _ = x[evInitHideoutAttackFinished-410] - _ = x[evHideoutManagementUpdate-411] - _ = x[evHideoutUpgradeWithPowerCrystalResult-412] - _ = x[evIpChanged-413] - _ = x[evSmartClusterQueueUpdateInfo-414] - _ = x[evSmartClusterQueueActiveInfo-415] - _ = x[evSmartClusterQueueKickWarning-416] - _ = x[evSmartClusterQueueInvite-417] - _ = x[evReceivedGvgSeasonPoints-418] - _ = x[evTowerPowerPointUpdate-419] - _ = x[evOpenWorldAttackScheduleStart-420] - _ = x[evOpenWorldAttackScheduleFinished-421] - _ = x[evOpenWorldAttackScheduleCancel-422] - _ = x[evOpenWorldAttackConquerStart-423] - _ = x[evOpenWorldAttackConquerFinished-424] - _ = x[evOpenWorldAttackConquerCancel-425] - _ = x[evOpenWorldAttackConquerStatus-426] - _ = x[evOpenWorldAttackStart-427] - _ = x[evOpenWorldAttackEnd-428] - _ = x[evNewRandomResourceBlocker-429] - _ = x[evNewHomeObject-430] - _ = x[evHideoutObjectUpdate-431] - _ = x[evUpdateInfamy-432] - _ = x[evMinimapPositionMarkers-433] - _ = x[evNewTunnelExit-434] - _ = x[evCorruptedDungeonUpdate-435] - _ = x[evCorruptedDungeonStatus-436] - _ = x[evCorruptedDungeonInfamy-437] - _ = x[evHellgateRestrictedAreaUpdate-438] - _ = x[evHellgateInfamy-439] - _ = x[evHellgateStatus-440] - _ = x[evHellgateStatusUpdate-441] - _ = x[evHellgateSuspense-442] - _ = x[evReplaceSpellSlotWithMultiSpell-443] - _ = x[evNewCorruptedShrine-444] - _ = x[evUpdateCorruptedShrine-445] - _ = x[evCorruptedShrineUsageStart-446] - _ = x[evCorruptedShrineUsageCancel-447] - _ = x[evExitUsed-448] - _ = x[evLinkedToObject-449] - _ = x[evLinkToObjectBroken-450] - _ = x[evEstimatedMarketValueUpdate-451] - _ = x[evStuckCancel-452] - _ = x[evDungonEscapeReady-453] - _ = x[evFactionWarfareClusterState-454] - _ = x[evFactionWarfareHasUnclaimedWeeklyReportsEvent-455] - _ = x[evSimpleFeedback-456] - _ = x[evSmartClusterQueueSkipClusterError-457] - _ = x[evXignCodeEvent-458] - _ = x[evBatchUseItemStart-459] - _ = x[evBatchUseItemEnd-460] - _ = x[evRedZoneEventClusterStatus-461] - _ = x[evRedZonePlayerNotification-462] - _ = x[evRedZoneWorldEvent-463] - _ = x[evFactionWarfareStats-464] - _ = x[evUpdateFactionBalanceFactors-465] - _ = x[evFactionEnlistmentChanged-466] - _ = x[evUpdateFactionRank-467] - _ = x[evFactionWarfareCampaignRewardsUnlocked-468] - _ = x[evFeaturedFeatureUpdate-469] - _ = x[evNewPowerCrystalObject-470] - _ = x[evMinimapCrystalPositionMarker-471] - _ = x[evCarryPowerCrystalUpdate-472] - _ = x[evPickupPowerCrystalStart-473] - _ = x[evPickupPowerCrystalCancel-474] - _ = x[evPickupPowerCrystalFinished-475] - _ = x[evDoSimpleActionStart-476] - _ = x[evDoSimpleActionCancel-477] - _ = x[evDoSimpleActionFinished-478] - _ = x[evNotifyGuestAccountVerified-479] - _ = x[evMightAndFavorReceivedEvent-480] - _ = x[evWeeklyPvpChallengeRewardStateUpdate-481] - _ = x[evNewUnlockedPvpSeasonChallengeRewards-482] - _ = x[evStaticDungeonEntrancesDungeonEventStatusUpdates-483] - _ = x[evStaticDungeonDungeonValueUpdate-484] - _ = x[evStaticDungeonEntranceDungeonEventsAborted-485] - _ = x[evInAppPurchaseConfirmedGooglePlay-486] - _ = x[evFeatureSwitchInfo-487] - _ = x[evPartyJoinRequestAborted-488] - _ = x[evPartyInviteAborted-489] - _ = x[evPartyStartHuntRequest-490] - _ = x[evPartyStartHuntRequested-491] - _ = x[evPartyStartHuntRequestAnswer-492] - _ = x[evGuildInviteDeclined-493] - _ = x[evCancelMultiSpellSlots-494] - _ = x[evNewVisualEventObject-495] - _ = x[evCastleClaimProgress-496] - _ = x[evCastleClaimProgressLogo-497] - _ = x[evTownPortalUpdateState-498] - _ = x[evTownPortalFailed-499] - _ = x[evConsumableVanityChargesAdded-500] - _ = x[evFestivitiesUpdate-501] - _ = x[evNewBannerObject-502] - _ = x[evNewMistsImmediateReturnExit-503] - _ = x[evMistsPlayerJoinedInfo-504] - _ = x[evNewMistsStaticEntrance-505] - _ = x[evNewMistsOpenWorldExit-506] - _ = x[evNewTunnelExitTemp-507] - _ = x[evNewMistsWispSpawn-508] - _ = x[evMistsWispSpawnStateChange-509] - _ = x[evNewMistsCityEntrance-510] - _ = x[evNewMistsCityRoadsEntrance-511] - _ = x[evMistsCityRoadsEntrancePartyStateUpdate-512] - _ = x[evMistsCityRoadsEntranceClearStateForParty-513] - _ = x[evMistsEntranceDataChanged-514] - _ = x[evNewMistsCagedWisp-515] - _ = x[evMistsWispCageOpened-516] - _ = x[evMistsEntrancePartyBindingCreated-517] - _ = x[evMistsEntrancePartyBindingCleared-518] - _ = x[evMistsEntrancePartyBindingInfos-519] - _ = x[evNewMistsBorderExit-520] - _ = x[evNewMistsDungeonExit-521] - _ = x[evLocalQuestInfos-522] - _ = x[evLocalQuestStarted-523] - _ = x[evLocalQuestActive-524] - _ = x[evLocalQuestInactive-525] - _ = x[evLocalQuestProgressUpdate-526] - _ = x[evNewUnrestrictedPvpZone-527] - _ = x[evTemporaryFlaggingStatusUpdate-528] - _ = x[evSpellTestPerformanceUpdate-529] - _ = x[evTransformation-530] - _ = x[evTransformationEnd-531] - _ = x[evUpdateTrustlevel-532] - _ = x[evRevealHiddenTimeStamps-533] - _ = x[evModifyItemTraitFinished-534] - _ = x[evRerollItemTraitValueFinished-535] - _ = x[evHuntQuestProgressInfo-536] - _ = x[evHuntStarted-537] - _ = x[evHuntFinished-538] - _ = x[evHuntAborted-539] - _ = x[evHuntMissionStepStateUpdate-540] - _ = x[evNewHuntTrack-541] - _ = x[evHuntMissionUpdate-542] - _ = x[evHuntQuestMissionProgressUpdate-543] - _ = x[evHuntTrackUsed-544] - _ = x[evHuntTrackUseableAgain-545] - _ = x[evMinimapHuntTrackMarkers-546] - _ = x[evNoTracksFound-547] - _ = x[evHuntQuestAborted-548] - _ = x[evInteractWithTrackStart-549] - _ = x[evInteractWithTrackCancel-550] - _ = x[evInteractWithTrackFinished-551] - _ = x[evNewDynamicCompound-552] - _ = x[evLegendaryItemDestroyed-553] - _ = x[evAttunementInfo-554] - _ = x[evTerritoryClaimRaidedRawEnergyCrystalResult-555] - _ = x[evCarryPowerCrystalExpiryWarning-556] - _ = x[evPowerCrystalExpired-557] - _ = x[evTerritoryRaidStart-558] - _ = x[evTerritoryRaidCancel-559] - _ = x[evTerritoryRaidFinished-560] - _ = x[evTerritoryRaidResult-561] - _ = x[evTerritoryMonolithActiveRaidStatus-562] - _ = x[evTerritoryMonolithActiveRaidCancelled-563] - _ = x[evMonolithEnergyStorageUpdate-564] - _ = x[evMonolithNextScheduledOpenWorldAttackUpdate-565] + _ = x[evNewSiegeBannerItem-29] + _ = x[evNewSimpleItem-30] + _ = x[evNewFurnitureItem-31] + _ = x[evNewKillTrophyItem-32] + _ = x[evNewJournalItem-33] + _ = x[evNewLaborerItem-34] + _ = x[evNewEquipmentItemLegendarySoul-35] + _ = x[evNewSimpleHarvestableObject-36] + _ = x[evNewSimpleHarvestableObjectList-37] + _ = x[evNewHarvestableObject-38] + _ = x[evNewTreasureDestinationObject-39] + _ = x[evTreasureDestinationObjectStatus-40] + _ = x[evCloseTreasureDestinationObject-41] + _ = x[evNewSilverObject-42] + _ = x[evNewBuilding-43] + _ = x[evHarvestableChangeState-44] + _ = x[evMobChangeState-45] + _ = x[evFactionBuildingInfo-46] + _ = x[evCraftBuildingInfo-47] + _ = x[evRepairBuildingInfo-48] + _ = x[evMeldBuildingInfo-49] + _ = x[evConstructionSiteInfo-50] + _ = x[evPlayerBuildingInfo-51] + _ = x[evFarmBuildingInfo-52] + _ = x[evTutorialBuildingInfo-53] + _ = x[evLaborerObjectInfo-54] + _ = x[evLaborerObjectJobInfo-55] + _ = x[evMarketPlaceBuildingInfo-56] + _ = x[evHarvestStart-57] + _ = x[evHarvestCancel-58] + _ = x[evHarvestFinished-59] + _ = x[evTakeSilver-60] + _ = x[evActionOnBuildingStart-61] + _ = x[evActionOnBuildingCancel-62] + _ = x[evActionOnBuildingFinished-63] + _ = x[evItemRerollQualityFinished-64] + _ = x[evInstallResourceStart-65] + _ = x[evInstallResourceCancel-66] + _ = x[evInstallResourceFinished-67] + _ = x[evCraftItemFinished-68] + _ = x[evLogoutCancel-69] + _ = x[evChatMessage-70] + _ = x[evChatSay-71] + _ = x[evChatWhisper-72] + _ = x[evChatMuted-73] + _ = x[evPlayEmote-74] + _ = x[evStopEmote-75] + _ = x[evSystemMessage-76] + _ = x[evUtilityTextMessage-77] + _ = x[evUpdateMoney-78] + _ = x[evUpdateFame-79] + _ = x[evUpdateLearningPoints-80] + _ = x[evUpdateReSpecPoints-81] + _ = x[evUpdateCurrency-82] + _ = x[evUpdateFactionStanding-83] + _ = x[evUpdateMistCityStanding-84] + _ = x[evRespawn-85] + _ = x[evServerDebugLog-86] + _ = x[evCharacterEquipmentChanged-87] + _ = x[evRegenerationHealthChanged-88] + _ = x[evRegenerationEnergyChanged-89] + _ = x[evRegenerationMountHealthChanged-90] + _ = x[evRegenerationCraftingChanged-91] + _ = x[evRegenerationHealthEnergyComboChanged-92] + _ = x[evRegenerationPlayerComboChanged-93] + _ = x[evDurabilityChanged-94] + _ = x[evNewLoot-95] + _ = x[evAttachItemContainer-96] + _ = x[evDetachItemContainer-97] + _ = x[evInvalidateItemContainer-98] + _ = x[evLockItemContainer-99] + _ = x[evGuildUpdate-100] + _ = x[evGuildPlayerUpdated-101] + _ = x[evInvitedToGuild-102] + _ = x[evGuildMemberWorldUpdate-103] + _ = x[evUpdateMatchDetails-104] + _ = x[evObjectEvent-105] + _ = x[evNewMonolithObject-106] + _ = x[evNewOrbObject-107] + _ = x[evNewCastleObject-108] + _ = x[evNewSpellEffectArea-109] + _ = x[evUpdateSpellEffectArea-110] + _ = x[evNewChainSpell-111] + _ = x[evUpdateChainSpell-112] + _ = x[evNewTreasureChest-113] + _ = x[evStartMatch-114] + _ = x[evStartArenaMatchInfos-115] + _ = x[evEndArenaMatch-116] + _ = x[evMatchUpdate-117] + _ = x[evActiveMatchUpdate-118] + _ = x[evNewMob-119] + _ = x[evDebugMobInfo-120] + _ = x[evDebugVariablesInfo-121] + _ = x[evDebugReputationInfo-122] + _ = x[evDebugDiminishingReturnInfo-123] + _ = x[evDebugSmartClusterQueueInfo-124] + _ = x[evClaimOrbStart-125] + _ = x[evClaimOrbFinished-126] + _ = x[evClaimOrbCancel-127] + _ = x[evOrbUpdate-128] + _ = x[evOrbClaimed-129] + _ = x[evOrbReset-130] + _ = x[evNewWarCampObject-131] + _ = x[evNewMatchLootChestObject-132] + _ = x[evNewArenaExit-133] + _ = x[evGuildMemberTerritoryUpdate-134] + _ = x[evInvitedMercenaryToMatch-135] + _ = x[evClusterInfoUpdate-136] + _ = x[evForcedMovement-137] + _ = x[evForcedMovementCancel-138] + _ = x[evCharacterStats-139] + _ = x[evCharacterStatsKillHistory-140] + _ = x[evCharacterStatsDeathHistory-141] + _ = x[evGuildStats-142] + _ = x[evKillHistoryDetails-143] + _ = x[evFullAchievementInfo-144] + _ = x[evFinishedAchievement-145] + _ = x[evAchievementProgressInfo-146] + _ = x[evFullAchievementProgressInfo-147] + _ = x[evFullTrackedAchievementInfo-148] + _ = x[evFullAutoLearnAchievementInfo-149] + _ = x[evQuestGiverQuestOffered-150] + _ = x[evQuestGiverDebugInfo-151] + _ = x[evConsoleEvent-152] + _ = x[evTimeSync-153] + _ = x[evChangeAvatar-154] + _ = x[evChangeMountSkin-155] + _ = x[evGameEvent-156] + _ = x[evKilledPlayer-157] + _ = x[evDied-158] + _ = x[evKnockedDown-159] + _ = x[evUnconcious-160] + _ = x[evMatchPlayerJoinedEvent-161] + _ = x[evMatchPlayerStatsEvent-162] + _ = x[evMatchPlayerStatsCompleteEvent-163] + _ = x[evMatchTimeLineEventEvent-164] + _ = x[evMatchPlayerMainGearStatsEvent-165] + _ = x[evMatchPlayerChangedAvatarEvent-166] + _ = x[evInvitationPlayerTrade-167] + _ = x[evPlayerTradeStart-168] + _ = x[evPlayerTradeCancel-169] + _ = x[evPlayerTradeUpdate-170] + _ = x[evPlayerTradeFinished-171] + _ = x[evPlayerTradeAcceptChange-172] + _ = x[evMiniMapPing-173] + _ = x[evMarketPlaceNotification-174] + _ = x[evDuellingChallengePlayer-175] + _ = x[evNewDuellingPost-176] + _ = x[evDuelStarted-177] + _ = x[evDuelEnded-178] + _ = x[evDuelDenied-179] + _ = x[evDuelRequestCanceled-180] + _ = x[evDuelLeftArea-181] + _ = x[evDuelReEnteredArea-182] + _ = x[evNewRealEstate-183] + _ = x[evMiniMapOwnedBuildingsPositions-184] + _ = x[evRealEstateListUpdate-185] + _ = x[evGuildLogoUpdate-186] + _ = x[evGuildLogoChanged-187] + _ = x[evPlaceableObjectPlace-188] + _ = x[evPlaceableObjectPlaceCancel-189] + _ = x[evFurnitureObjectBuffProviderInfo-190] + _ = x[evFurnitureObjectCheatProviderInfo-191] + _ = x[evFarmableObjectInfo-192] + _ = x[evNewUnreadMails-193] + _ = x[evMailOperationPossible-194] + _ = x[evGuildLogoObjectUpdate-195] + _ = x[evStartLogout-196] + _ = x[evNewChatChannels-197] + _ = x[evJoinedChatChannel-198] + _ = x[evLeftChatChannel-199] + _ = x[evRemovedChatChannel-200] + _ = x[evAccessStatus-201] + _ = x[evMounted-202] + _ = x[evMountStart-203] + _ = x[evMountCancel-204] + _ = x[evNewTravelpoint-205] + _ = x[evNewIslandAccessPoint-206] + _ = x[evNewExit-207] + _ = x[evUpdateHome-208] + _ = x[evUpdateChatSettings-209] + _ = x[evResurrectionOffer-210] + _ = x[evResurrectionReply-211] + _ = x[evLootEquipmentChanged-212] + _ = x[evUpdateUnlockedGuildLogos-213] + _ = x[evUpdateUnlockedAvatars-214] + _ = x[evUpdateUnlockedAvatarRings-215] + _ = x[evUpdateUnlockedBuildings-216] + _ = x[evNewIslandManagement-217] + _ = x[evNewTeleportStone-218] + _ = x[evCloak-219] + _ = x[evPartyInvitation-220] + _ = x[evPartyJoinRequest-221] + _ = x[evPartyJoined-222] + _ = x[evPartyDisbanded-223] + _ = x[evPartyPlayerJoined-224] + _ = x[evPartyChangedOrder-225] + _ = x[evPartyPlayerLeft-226] + _ = x[evPartyLeaderChanged-227] + _ = x[evPartyLootSettingChangedPlayer-228] + _ = x[evPartySilverGained-229] + _ = x[evPartyPlayerUpdated-230] + _ = x[evPartyInvitationAnswer-231] + _ = x[evPartyJoinRequestAnswer-232] + _ = x[evPartyMarkedObjectsUpdated-233] + _ = x[evPartyOnClusterPartyJoined-234] + _ = x[evPartySetRoleFlag-235] + _ = x[evPartyInviteOrJoinPlayerEquipmentInfo-236] + _ = x[evSpellCooldownUpdate-237] + _ = x[evNewHellgateExitPortal-238] + _ = x[evNewExpeditionExit-239] + _ = x[evNewExpeditionNarrator-240] + _ = x[evExitEnterStart-241] + _ = x[evExitEnterCancel-242] + _ = x[evExitEnterFinished-243] + _ = x[evNewQuestGiverObject-244] + _ = x[evFullQuestInfo-245] + _ = x[evQuestProgressInfo-246] + _ = x[evQuestGiverInfoForPlayer-247] + _ = x[evFullExpeditionInfo-248] + _ = x[evExpeditionQuestProgressInfo-249] + _ = x[evInvitedToExpedition-250] + _ = x[evExpeditionRegistrationInfo-251] + _ = x[evEnteringExpeditionStart-252] + _ = x[evEnteringExpeditionCancel-253] + _ = x[evRewardGranted-254] + _ = x[evArenaRegistrationInfo-255] + _ = x[evEnteringArenaStart-256] + _ = x[evEnteringArenaCancel-257] + _ = x[evEnteringArenaLockStart-258] + _ = x[evEnteringArenaLockCancel-259] + _ = x[evInvitedToArenaMatch-260] + _ = x[evUsingHellgateShrine-261] + _ = x[evEnteringHellgateLockStart-262] + _ = x[evEnteringHellgateLockCancel-263] + _ = x[evPlayerCounts-264] + _ = x[evInCombatStateUpdate-265] + _ = x[evOtherGrabbedLoot-266] + _ = x[evTreasureChestUsingStart-267] + _ = x[evTreasureChestUsingFinished-268] + _ = x[evTreasureChestUsingCancel-269] + _ = x[evTreasureChestUsingOpeningComplete-270] + _ = x[evTreasureChestForceCloseInventory-271] + _ = x[evLocalTreasuresUpdate-272] + _ = x[evLootChestSpawnpointsUpdate-273] + _ = x[evPremiumChanged-274] + _ = x[evPremiumExtended-275] + _ = x[evPremiumLifeTimeRewardGained-276] + _ = x[evGoldPurchased-277] + _ = x[evLaborerGotUpgraded-278] + _ = x[evJournalGotFull-279] + _ = x[evJournalFillError-280] + _ = x[evFriendRequest-281] + _ = x[evFriendRequestInfos-282] + _ = x[evFriendInfos-283] + _ = x[evFriendRequestAnswered-284] + _ = x[evFriendOnlineStatus-285] + _ = x[evFriendRequestCanceled-286] + _ = x[evFriendRemoved-287] + _ = x[evFriendUpdated-288] + _ = x[evPartyLootItems-289] + _ = x[evPartyLootItemsRemoved-290] + _ = x[evReputationUpdate-291] + _ = x[evDefenseUnitAttackBegin-292] + _ = x[evDefenseUnitAttackEnd-293] + _ = x[evDefenseUnitAttackDamage-294] + _ = x[evUnrestrictedPvpZoneUpdate-295] + _ = x[evReputationImplicationUpdate-296] + _ = x[evNewMountObject-297] + _ = x[evMountHealthUpdate-298] + _ = x[evMountCooldownUpdate-299] + _ = x[evNewExpeditionAgent-300] + _ = x[evNewExpeditionCheckPoint-301] + _ = x[evExpeditionStartEvent-302] + _ = x[evVoteEvent-303] + _ = x[evRatingEvent-304] + _ = x[evNewArenaAgent-305] + _ = x[evBoostFarmable-306] + _ = x[evUseFunction-307] + _ = x[evNewPortalEntrance-308] + _ = x[evNewPortalExit-309] + _ = x[evNewRandomDungeonExit-310] + _ = x[evWaitingQueueUpdate-311] + _ = x[evPlayerMovementRateUpdate-312] + _ = x[evObserveStart-313] + _ = x[evMinimapZergs-314] + _ = x[evMinimapSmartClusterZergs-315] + _ = x[evPaymentTransactions-316] + _ = x[evPerformanceStatsUpdate-317] + _ = x[evOverloadModeUpdate-318] + _ = x[evDebugDrawEvent-319] + _ = x[evRecordCameraMove-320] + _ = x[evRecordStart-321] + _ = x[evDeliverCarriableObjectStart-322] + _ = x[evDeliverCarriableObjectCancel-323] + _ = x[evDeliverCarriableObjectReset-324] + _ = x[evDeliverCarriableObjectFinished-325] + _ = x[evTerritoryClaimStart-326] + _ = x[evTerritoryClaimCancel-327] + _ = x[evTerritoryClaimFinished-328] + _ = x[evTerritoryScheduleResult-329] + _ = x[evTerritoryUpgradeWithPowerCrystalResult-330] + _ = x[evReceiveCarriableObjectStart-331] + _ = x[evReceiveCarriableObjectFinished-332] + _ = x[evUpdateAccountState-333] + _ = x[evStartDeterministicRoam-334] + _ = x[evGuildFullAccessTagsUpdated-335] + _ = x[evGuildAccessTagUpdated-336] + _ = x[evGvgSeasonUpdate-337] + _ = x[evGvgSeasonCheatCommand-338] + _ = x[evSeasonPointsByKillingBooster-339] + _ = x[evFishingStart-340] + _ = x[evFishingCast-341] + _ = x[evFishingCatch-342] + _ = x[evFishingFinished-343] + _ = x[evFishingCancel-344] + _ = x[evNewFloatObject-345] + _ = x[evNewFishingZoneObject-346] + _ = x[evFishingMiniGame-347] + _ = x[evAlbionJournalAchievementCompleted-348] + _ = x[evUpdatePuppet-349] + _ = x[evChangeFlaggingFinished-350] + _ = x[evNewOutpostObject-351] + _ = x[evOutpostUpdate-352] + _ = x[evOutpostClaimed-353] + _ = x[evOverChargeEnd-354] + _ = x[evOverChargeStatus-355] + _ = x[evPartyFinderFullUpdate-356] + _ = x[evPartyFinderUpdate-357] + _ = x[evPartyFinderApplicantsUpdate-358] + _ = x[evPartyFinderEquipmentSnapshot-359] + _ = x[evPartyFinderJoinRequestDeclined-360] + _ = x[evNewUnlockedPersonalSeasonRewards-361] + _ = x[evPersonalSeasonPointsGained-362] + _ = x[evPersonalSeasonPastSeasonDataEvent-363] + _ = x[evEasyAntiCheatMessageToClient-364] + _ = x[evMatchLootChestOpeningStart-365] + _ = x[evMatchLootChestOpeningFinished-366] + _ = x[evMatchLootChestOpeningCancel-367] + _ = x[evNotifyCrystalMatchReward-368] + _ = x[evCrystalRealmFeedback-369] + _ = x[evNewLocationMarker-370] + _ = x[evNewTutorialBlocker-371] + _ = x[evNewTileSwitch-372] + _ = x[evNewInformationProvider-373] + _ = x[evNewDynamicGuildLogo-374] + _ = x[evNewDecoration-375] + _ = x[evTutorialUpdate-376] + _ = x[evTriggerHintBox-377] + _ = x[evRandomDungeonPositionInfo-378] + _ = x[evNewLootChest-379] + _ = x[evUpdateLootChest-380] + _ = x[evLootChestOpened-381] + _ = x[evUpdateLootProtectedByMobsWithMinimapDisplay-382] + _ = x[evNewShrine-383] + _ = x[evUpdateShrine-384] + _ = x[evUpdateRoom-385] + _ = x[evNewMistDungeonRoomMobSoul-386] + _ = x[evNewHellgateShrine-387] + _ = x[evUpdateHellgateShrine-388] + _ = x[evActivateHellgateExit-389] + _ = x[evMutePlayerUpdate-390] + _ = x[evShopTileUpdate-391] + _ = x[evShopUpdate-392] + _ = x[evAntiCheatKick-393] + _ = x[evBattlEyeServerMessage-394] + _ = x[evUnlockVanityUnlock-395] + _ = x[evAvatarUnlocked-396] + _ = x[evCustomizationChanged-397] + _ = x[evBaseVaultInfo-398] + _ = x[evGuildVaultInfo-399] + _ = x[evBankVaultInfo-400] + _ = x[evRecoveryVaultPlayerInfo-401] + _ = x[evRecoveryVaultGuildInfo-402] + _ = x[evUpdateWardrobe-403] + _ = x[evCastlePhaseChanged-404] + _ = x[evGuildAccountLogEvent-405] + _ = x[evNewHideoutObject-406] + _ = x[evNewHideoutManagement-407] + _ = x[evNewHideoutExit-408] + _ = x[evInitHideoutAttackStart-409] + _ = x[evInitHideoutAttackCancel-410] + _ = x[evInitHideoutAttackFinished-411] + _ = x[evHideoutManagementUpdate-412] + _ = x[evHideoutUpgradeWithPowerCrystalResult-413] + _ = x[evIpChanged-414] + _ = x[evSmartClusterQueueUpdateInfo-415] + _ = x[evSmartClusterQueueActiveInfo-416] + _ = x[evSmartClusterQueueKickWarning-417] + _ = x[evSmartClusterQueueInvite-418] + _ = x[evReceivedGvgSeasonPoints-419] + _ = x[evTowerPowerPointUpdate-420] + _ = x[evOpenWorldAttackScheduleStart-421] + _ = x[evOpenWorldAttackScheduleFinished-422] + _ = x[evOpenWorldAttackScheduleCancel-423] + _ = x[evOpenWorldAttackConquerStart-424] + _ = x[evOpenWorldAttackConquerFinished-425] + _ = x[evOpenWorldAttackConquerCancel-426] + _ = x[evOpenWorldAttackConquerStatus-427] + _ = x[evOpenWorldAttackStart-428] + _ = x[evOpenWorldAttackEnd-429] + _ = x[evNewRandomResourceBlocker-430] + _ = x[evNewHomeObject-431] + _ = x[evHideoutObjectUpdate-432] + _ = x[evUpdateInfamy-433] + _ = x[evMinimapPositionMarkers-434] + _ = x[evNewTunnelExit-435] + _ = x[evCorruptedDungeonUpdate-436] + _ = x[evCorruptedDungeonStatus-437] + _ = x[evCorruptedDungeonInfamy-438] + _ = x[evHellgateRestrictedAreaUpdate-439] + _ = x[evHellgateInfamy-440] + _ = x[evHellgateStatus-441] + _ = x[evHellgateStatusUpdate-442] + _ = x[evHellgateSuspense-443] + _ = x[evReplaceSpellSlotWithMultiSpell-444] + _ = x[evNewCorruptedShrine-445] + _ = x[evUpdateCorruptedShrine-446] + _ = x[evCorruptedShrineUsageStart-447] + _ = x[evCorruptedShrineUsageCancel-448] + _ = x[evExitUsed-449] + _ = x[evLinkedToObject-450] + _ = x[evLinkToObjectBroken-451] + _ = x[evEstimatedMarketValueUpdate-452] + _ = x[evStuckCancel-453] + _ = x[evDungonEscapeReady-454] + _ = x[evFactionWarfareClusterState-455] + _ = x[evFactionWarfareHasUnclaimedWeeklyReportsEvent-456] + _ = x[evSimpleFeedback-457] + _ = x[evSmartClusterQueueSkipClusterError-458] + _ = x[evXignCodeEvent-459] + _ = x[evBatchUseItemStart-460] + _ = x[evBatchUseItemEnd-461] + _ = x[evRedZoneEventClusterStatus-462] + _ = x[evRedZonePlayerNotification-463] + _ = x[evRedZoneWorldEvent-464] + _ = x[evFactionWarfareStats-465] + _ = x[evUpdateFactionBalanceFactors-466] + _ = x[evFactionEnlistmentChanged-467] + _ = x[evUpdateFactionRank-468] + _ = x[evFactionWarfareCampaignRewardsUnlocked-469] + _ = x[evFeaturedFeatureUpdate-470] + _ = x[evNewCarriableObject-471] + _ = x[evMinimapCrystalPositionMarker-472] + _ = x[evCarriedObjectUpdate-473] + _ = x[evPickupCarriableObjectStart-474] + _ = x[evPickupCarriableObjectCancel-475] + _ = x[evPickupCarriableObjectFinished-476] + _ = x[evDoSimpleActionStart-477] + _ = x[evDoSimpleActionCancel-478] + _ = x[evDoSimpleActionFinished-479] + _ = x[evNotifyGuestAccountVerified-480] + _ = x[evMightAndFavorReceivedEvent-481] + _ = x[evWeeklyPvpChallengeRewardStateUpdate-482] + _ = x[evNewUnlockedPvpSeasonChallengeRewards-483] + _ = x[evStaticDungeonEntrancesDungeonEventStatusUpdates-484] + _ = x[evStaticDungeonDungeonValueUpdate-485] + _ = x[evStaticDungeonEntranceDungeonEventsAborted-486] + _ = x[evInAppPurchaseConfirmedGooglePlay-487] + _ = x[evFeatureSwitchInfo-488] + _ = x[evPartyJoinRequestAborted-489] + _ = x[evPartyInviteAborted-490] + _ = x[evPartyStartHuntRequest-491] + _ = x[evPartyStartHuntRequested-492] + _ = x[evPartyStartHuntRequestAnswer-493] + _ = x[evGuildInviteDeclined-494] + _ = x[evCancelMultiSpellSlots-495] + _ = x[evNewVisualEventObject-496] + _ = x[evCastleClaimProgress-497] + _ = x[evCastleClaimProgressLogo-498] + _ = x[evTownPortalUpdateState-499] + _ = x[evTownPortalFailed-500] + _ = x[evConsumableVanityChargesAdded-501] + _ = x[evFestivitiesUpdate-502] + _ = x[evNewBannerObject-503] + _ = x[evNewMistsImmediateReturnExit-504] + _ = x[evMistsPlayerJoinedInfo-505] + _ = x[evNewMistsStaticEntrance-506] + _ = x[evNewMistsOpenWorldExit-507] + _ = x[evNewTunnelExitTemp-508] + _ = x[evNewMistsWispSpawn-509] + _ = x[evMistsWispSpawnStateChange-510] + _ = x[evNewMistsCityEntrance-511] + _ = x[evNewMistsCityRoadsEntrance-512] + _ = x[evMistsCityRoadsEntrancePartyStateUpdate-513] + _ = x[evMistsCityRoadsEntranceClearStateForParty-514] + _ = x[evMistsEntranceDataChanged-515] + _ = x[evNewMistsCagedWisp-516] + _ = x[evMistsWispCageOpened-517] + _ = x[evMistsEntrancePartyBindingCreated-518] + _ = x[evMistsEntrancePartyBindingCleared-519] + _ = x[evMistsEntrancePartyBindingInfos-520] + _ = x[evNewMistsBorderExit-521] + _ = x[evNewMistsDungeonExit-522] + _ = x[evLocalQuestInfos-523] + _ = x[evLocalQuestStarted-524] + _ = x[evLocalQuestActive-525] + _ = x[evLocalQuestInactive-526] + _ = x[evLocalQuestProgressUpdate-527] + _ = x[evNewUnrestrictedPvpZone-528] + _ = x[evTemporaryFlaggingStatusUpdate-529] + _ = x[evSpellTestPerformanceUpdate-530] + _ = x[evTransformation-531] + _ = x[evTransformationEnd-532] + _ = x[evUpdateTrustlevel-533] + _ = x[evRevealHiddenTimeStamps-534] + _ = x[evModifyItemTraitFinished-535] + _ = x[evRerollItemTraitValueFinished-536] + _ = x[evHuntQuestProgressInfo-537] + _ = x[evHuntStarted-538] + _ = x[evHuntFinished-539] + _ = x[evHuntAborted-540] + _ = x[evHuntMissionStepStateUpdate-541] + _ = x[evNewHuntTrack-542] + _ = x[evHuntMissionUpdate-543] + _ = x[evHuntQuestMissionProgressUpdate-544] + _ = x[evHuntTrackUsed-545] + _ = x[evHuntTrackUseableAgain-546] + _ = x[evMinimapHuntTrackMarkers-547] + _ = x[evNoTracksFound-548] + _ = x[evHuntQuestAborted-549] + _ = x[evInteractWithTrackStart-550] + _ = x[evInteractWithTrackCancel-551] + _ = x[evInteractWithTrackFinished-552] + _ = x[evNewDynamicCompound-553] + _ = x[evLegendaryItemDestroyed-554] + _ = x[evAttunementInfo-555] + _ = x[evTerritoryClaimRaidedRawEnergyCrystalResult-556] + _ = x[evCarriedObjectExpiryWarning-557] + _ = x[evCarriedObjectExpired-558] + _ = x[evTerritoryRaidStart-559] + _ = x[evTerritoryRaidCancel-560] + _ = x[evTerritoryRaidFinished-561] + _ = x[evTerritoryRaidResult-562] + _ = x[evTerritoryMonolithActiveRaidStatus-563] + _ = x[evTerritoryMonolithActiveRaidCancelled-564] + _ = x[evMonolithEnergyStorageUpdate-565] + _ = x[evMonolithNextScheduledOpenWorldAttackUpdate-566] + _ = x[evMonolithProtectedBuildingsDamageReductionUpdate-567] + _ = x[evNewBuildingBaseEvent-568] + _ = x[evNewFortificationBuilding-569] + _ = x[evNewCastleGateBuilding-570] + _ = x[evBuildingDurabilityUpdate-571] + _ = x[evMonolithFortificationPointsUpdate-572] + _ = x[evFortificationBuildingUpgradeInfo-573] + _ = x[evFortificationBuildingsDamageStateUpdate-574] + _ = x[evUpdateEnemyWarBannerActive-575] + _ = x[evTerritoryAnnouncePlayerEjection-576] } -const _EventType_name = "evUnusedevLeaveevJoinFinishedevMoveevTeleportevChangeEquipmentevHealthUpdateevEnergyUpdateevDamageShieldUpdateevCraftingFocusUpdateevActiveSpellEffectsUpdateevResetCooldownsevAttackevCastStartevChannelingUpdateevCastCancelevCastTimeUpdateevCastFinishedevCastSpellevCastSpellsevCastHitevCastHitsevStoredTargetsUpdateevChannelingEndedevAttackBuildingevInventoryPutItemevInventoryDeleteItemevNewCharacterevNewEquipmentItemevNewSimpleItemevNewFurnitureItemevNewKillTrophyItemevNewJournalItemevNewLaborerItemevNewEquipmentItemLegendarySoulevNewSimpleHarvestableObjectevNewSimpleHarvestableObjectListevNewHarvestableObjectevNewTreasureDestinationObjectevTreasureDestinationObjectStatusevCloseTreasureDestinationObjectevNewSilverObjectevNewBuildingevHarvestableChangeStateevMobChangeStateevFactionBuildingInfoevCraftBuildingInfoevRepairBuildingInfoevMeldBuildingInfoevConstructionSiteInfoevPlayerBuildingInfoevFarmBuildingInfoevTutorialBuildingInfoevLaborerObjectInfoevLaborerObjectJobInfoevMarketPlaceBuildingInfoevHarvestStartevHarvestCancelevHarvestFinishedevTakeSilverevActionOnBuildingStartevActionOnBuildingCancelevActionOnBuildingFinishedevItemRerollQualityFinishedevInstallResourceStartevInstallResourceCancelevInstallResourceFinishedevCraftItemFinishedevLogoutCancelevChatMessageevChatSayevChatWhisperevChatMutedevPlayEmoteevStopEmoteevSystemMessageevUtilityTextMessageevUpdateMoneyevUpdateFameevUpdateLearningPointsevUpdateReSpecPointsevUpdateCurrencyevUpdateFactionStandingevUpdateMistCityStandingevRespawnevServerDebugLogevCharacterEquipmentChangedevRegenerationHealthChangedevRegenerationEnergyChangedevRegenerationMountHealthChangedevRegenerationCraftingChangedevRegenerationHealthEnergyComboChangedevRegenerationPlayerComboChangedevDurabilityChangedevNewLootevAttachItemContainerevDetachItemContainerevInvalidateItemContainerevLockItemContainerevGuildUpdateevGuildPlayerUpdatedevInvitedToGuildevGuildMemberWorldUpdateevUpdateMatchDetailsevObjectEventevNewMonolithObjectevNewOrbObjectevNewCastleObjectevNewSpellEffectAreaevUpdateSpellEffectAreaevNewChainSpellevUpdateChainSpellevNewTreasureChestevStartMatchevStartArenaMatchInfosevEndArenaMatchevMatchUpdateevActiveMatchUpdateevNewMobevDebugMobInfoevDebugVariablesInfoevDebugReputationInfoevDebugDiminishingReturnInfoevDebugSmartClusterQueueInfoevClaimOrbStartevClaimOrbFinishedevClaimOrbCancelevOrbUpdateevOrbClaimedevOrbResetevNewWarCampObjectevNewMatchLootChestObjectevNewArenaExitevGuildMemberTerritoryUpdateevInvitedMercenaryToMatchevClusterInfoUpdateevForcedMovementevForcedMovementCancelevCharacterStatsevCharacterStatsKillHistoryevCharacterStatsDeathHistoryevGuildStatsevKillHistoryDetailsevFullAchievementInfoevFinishedAchievementevAchievementProgressInfoevFullAchievementProgressInfoevFullTrackedAchievementInfoevFullAutoLearnAchievementInfoevQuestGiverQuestOfferedevQuestGiverDebugInfoevConsoleEventevTimeSyncevChangeAvatarevChangeMountSkinevGameEventevKilledPlayerevDiedevKnockedDownevUnconciousevMatchPlayerJoinedEventevMatchPlayerStatsEventevMatchPlayerStatsCompleteEventevMatchTimeLineEventEventevMatchPlayerMainGearStatsEventevMatchPlayerChangedAvatarEventevInvitationPlayerTradeevPlayerTradeStartevPlayerTradeCancelevPlayerTradeUpdateevPlayerTradeFinishedevPlayerTradeAcceptChangeevMiniMapPingevMarketPlaceNotificationevDuellingChallengePlayerevNewDuellingPostevDuelStartedevDuelEndedevDuelDeniedevDuelRequestCanceledevDuelLeftAreaevDuelReEnteredAreaevNewRealEstateevMiniMapOwnedBuildingsPositionsevRealEstateListUpdateevGuildLogoUpdateevGuildLogoChangedevPlaceableObjectPlaceevPlaceableObjectPlaceCancelevFurnitureObjectBuffProviderInfoevFurnitureObjectCheatProviderInfoevFarmableObjectInfoevNewUnreadMailsevMailOperationPossibleevGuildLogoObjectUpdateevStartLogoutevNewChatChannelsevJoinedChatChannelevLeftChatChannelevRemovedChatChannelevAccessStatusevMountedevMountStartevMountCancelevNewTravelpointevNewIslandAccessPointevNewExitevUpdateHomeevUpdateChatSettingsevResurrectionOfferevResurrectionReplyevLootEquipmentChangedevUpdateUnlockedGuildLogosevUpdateUnlockedAvatarsevUpdateUnlockedAvatarRingsevUpdateUnlockedBuildingsevNewIslandManagementevNewTeleportStoneevCloakevPartyInvitationevPartyJoinRequestevPartyJoinedevPartyDisbandedevPartyPlayerJoinedevPartyChangedOrderevPartyPlayerLeftevPartyLeaderChangedevPartyLootSettingChangedPlayerevPartySilverGainedevPartyPlayerUpdatedevPartyInvitationAnswerevPartyJoinRequestAnswerevPartyMarkedObjectsUpdatedevPartyOnClusterPartyJoinedevPartySetRoleFlagevPartyInviteOrJoinPlayerEquipmentInfoevSpellCooldownUpdateevNewHellgateExitPortalevNewExpeditionExitevNewExpeditionNarratorevExitEnterStartevExitEnterCancelevExitEnterFinishedevNewQuestGiverObjectevFullQuestInfoevQuestProgressInfoevQuestGiverInfoForPlayerevFullExpeditionInfoevExpeditionQuestProgressInfoevInvitedToExpeditionevExpeditionRegistrationInfoevEnteringExpeditionStartevEnteringExpeditionCancelevRewardGrantedevArenaRegistrationInfoevEnteringArenaStartevEnteringArenaCancelevEnteringArenaLockStartevEnteringArenaLockCancelevInvitedToArenaMatchevUsingHellgateShrineevEnteringHellgateLockStartevEnteringHellgateLockCancelevPlayerCountsevInCombatStateUpdateevOtherGrabbedLootevTreasureChestUsingStartevTreasureChestUsingFinishedevTreasureChestUsingCancelevTreasureChestUsingOpeningCompleteevTreasureChestForceCloseInventoryevLocalTreasuresUpdateevLootChestSpawnpointsUpdateevPremiumChangedevPremiumExtendedevPremiumLifeTimeRewardGainedevGoldPurchasedevLaborerGotUpgradedevJournalGotFullevJournalFillErrorevFriendRequestevFriendRequestInfosevFriendInfosevFriendRequestAnsweredevFriendOnlineStatusevFriendRequestCanceledevFriendRemovedevFriendUpdatedevPartyLootItemsevPartyLootItemsRemovedevReputationUpdateevDefenseUnitAttackBeginevDefenseUnitAttackEndevDefenseUnitAttackDamageevUnrestrictedPvpZoneUpdateevReputationImplicationUpdateevNewMountObjectevMountHealthUpdateevMountCooldownUpdateevNewExpeditionAgentevNewExpeditionCheckPointevExpeditionStartEventevVoteEventevRatingEventevNewArenaAgentevBoostFarmableevUseFunctionevNewPortalEntranceevNewPortalExitevNewRandomDungeonExitevWaitingQueueUpdateevPlayerMovementRateUpdateevObserveStartevMinimapZergsevMinimapSmartClusterZergsevPaymentTransactionsevPerformanceStatsUpdateevOverloadModeUpdateevDebugDrawEventevRecordCameraMoveevRecordStartevClaimPowerCrystalStartevClaimPowerCrystalCancelevClaimPowerCrystalResetevClaimPowerCrystalFinishedevTerritoryClaimStartevTerritoryClaimCancelevTerritoryClaimFinishedevTerritoryScheduleResultevTerritoryUpgradeWithPowerCrystalResultevReturningPowerCrystalStartevReturningPowerCrystalFinishedevUpdateAccountStateevStartDeterministicRoamevGuildFullAccessTagsUpdatedevGuildAccessTagUpdatedevGvgSeasonUpdateevGvgSeasonCheatCommandevSeasonPointsByKillingBoosterevFishingStartevFishingCastevFishingCatchevFishingFinishedevFishingCancelevNewFloatObjectevNewFishingZoneObjectevFishingMiniGameevSteamAchievementCompletedevUpdatePuppetevChangeFlaggingFinishedevNewOutpostObjectevOutpostUpdateevOutpostClaimedevOverChargeEndevOverChargeStatusevPartyFinderFullUpdateevPartyFinderUpdateevPartyFinderApplicantsUpdateevPartyFinderEquipmentSnapshotevPartyFinderJoinRequestDeclinedevNewUnlockedPersonalSeasonRewardsevPersonalSeasonPointsGainedevPersonalSeasonPastSeasonDataEventevEasyAntiCheatMessageToClientevMatchLootChestOpeningStartevMatchLootChestOpeningFinishedevMatchLootChestOpeningCancelevNotifyCrystalMatchRewardevCrystalRealmFeedbackevNewLocationMarkerevNewTutorialBlockerevNewTileSwitchevNewInformationProviderevNewDynamicGuildLogoevNewDecorationevTutorialUpdateevTriggerHintBoxevRandomDungeonPositionInfoevNewLootChestevUpdateLootChestevLootChestOpenedevUpdateLootProtectedByMobsWithMinimapDisplayevNewShrineevUpdateShrineevUpdateRoomevNewMistDungeonRoomMobSoulevNewHellgateShrineevUpdateHellgateShrineevActivateHellgateExitevMutePlayerUpdateevShopTileUpdateevShopUpdateevAntiCheatKickevBattlEyeServerMessageevUnlockVanityUnlockevAvatarUnlockedevCustomizationChangedevBaseVaultInfoevGuildVaultInfoevBankVaultInfoevRecoveryVaultPlayerInfoevRecoveryVaultGuildInfoevUpdateWardrobeevCastlePhaseChangedevGuildAccountLogEventevNewHideoutObjectevNewHideoutManagementevNewHideoutExitevInitHideoutAttackStartevInitHideoutAttackCancelevInitHideoutAttackFinishedevHideoutManagementUpdateevHideoutUpgradeWithPowerCrystalResultevIpChangedevSmartClusterQueueUpdateInfoevSmartClusterQueueActiveInfoevSmartClusterQueueKickWarningevSmartClusterQueueInviteevReceivedGvgSeasonPointsevTowerPowerPointUpdateevOpenWorldAttackScheduleStartevOpenWorldAttackScheduleFinishedevOpenWorldAttackScheduleCancelevOpenWorldAttackConquerStartevOpenWorldAttackConquerFinishedevOpenWorldAttackConquerCancelevOpenWorldAttackConquerStatusevOpenWorldAttackStartevOpenWorldAttackEndevNewRandomResourceBlockerevNewHomeObjectevHideoutObjectUpdateevUpdateInfamyevMinimapPositionMarkersevNewTunnelExitevCorruptedDungeonUpdateevCorruptedDungeonStatusevCorruptedDungeonInfamyevHellgateRestrictedAreaUpdateevHellgateInfamyevHellgateStatusevHellgateStatusUpdateevHellgateSuspenseevReplaceSpellSlotWithMultiSpellevNewCorruptedShrineevUpdateCorruptedShrineevCorruptedShrineUsageStartevCorruptedShrineUsageCancelevExitUsedevLinkedToObjectevLinkToObjectBrokenevEstimatedMarketValueUpdateevStuckCancelevDungonEscapeReadyevFactionWarfareClusterStateevFactionWarfareHasUnclaimedWeeklyReportsEventevSimpleFeedbackevSmartClusterQueueSkipClusterErrorevXignCodeEventevBatchUseItemStartevBatchUseItemEndevRedZoneEventClusterStatusevRedZonePlayerNotificationevRedZoneWorldEventevFactionWarfareStatsevUpdateFactionBalanceFactorsevFactionEnlistmentChangedevUpdateFactionRankevFactionWarfareCampaignRewardsUnlockedevFeaturedFeatureUpdateevNewPowerCrystalObjectevMinimapCrystalPositionMarkerevCarryPowerCrystalUpdateevPickupPowerCrystalStartevPickupPowerCrystalCancelevPickupPowerCrystalFinishedevDoSimpleActionStartevDoSimpleActionCancelevDoSimpleActionFinishedevNotifyGuestAccountVerifiedevMightAndFavorReceivedEventevWeeklyPvpChallengeRewardStateUpdateevNewUnlockedPvpSeasonChallengeRewardsevStaticDungeonEntrancesDungeonEventStatusUpdatesevStaticDungeonDungeonValueUpdateevStaticDungeonEntranceDungeonEventsAbortedevInAppPurchaseConfirmedGooglePlayevFeatureSwitchInfoevPartyJoinRequestAbortedevPartyInviteAbortedevPartyStartHuntRequestevPartyStartHuntRequestedevPartyStartHuntRequestAnswerevGuildInviteDeclinedevCancelMultiSpellSlotsevNewVisualEventObjectevCastleClaimProgressevCastleClaimProgressLogoevTownPortalUpdateStateevTownPortalFailedevConsumableVanityChargesAddedevFestivitiesUpdateevNewBannerObjectevNewMistsImmediateReturnExitevMistsPlayerJoinedInfoevNewMistsStaticEntranceevNewMistsOpenWorldExitevNewTunnelExitTempevNewMistsWispSpawnevMistsWispSpawnStateChangeevNewMistsCityEntranceevNewMistsCityRoadsEntranceevMistsCityRoadsEntrancePartyStateUpdateevMistsCityRoadsEntranceClearStateForPartyevMistsEntranceDataChangedevNewMistsCagedWispevMistsWispCageOpenedevMistsEntrancePartyBindingCreatedevMistsEntrancePartyBindingClearedevMistsEntrancePartyBindingInfosevNewMistsBorderExitevNewMistsDungeonExitevLocalQuestInfosevLocalQuestStartedevLocalQuestActiveevLocalQuestInactiveevLocalQuestProgressUpdateevNewUnrestrictedPvpZoneevTemporaryFlaggingStatusUpdateevSpellTestPerformanceUpdateevTransformationevTransformationEndevUpdateTrustlevelevRevealHiddenTimeStampsevModifyItemTraitFinishedevRerollItemTraitValueFinishedevHuntQuestProgressInfoevHuntStartedevHuntFinishedevHuntAbortedevHuntMissionStepStateUpdateevNewHuntTrackevHuntMissionUpdateevHuntQuestMissionProgressUpdateevHuntTrackUsedevHuntTrackUseableAgainevMinimapHuntTrackMarkersevNoTracksFoundevHuntQuestAbortedevInteractWithTrackStartevInteractWithTrackCancelevInteractWithTrackFinishedevNewDynamicCompoundevLegendaryItemDestroyedevAttunementInfoevTerritoryClaimRaidedRawEnergyCrystalResultevCarryPowerCrystalExpiryWarningevPowerCrystalExpiredevTerritoryRaidStartevTerritoryRaidCancelevTerritoryRaidFinishedevTerritoryRaidResultevTerritoryMonolithActiveRaidStatusevTerritoryMonolithActiveRaidCancelledevMonolithEnergyStorageUpdateevMonolithNextScheduledOpenWorldAttackUpdate" +const _EventType_name = "evUnusedevLeaveevJoinFinishedevMoveevTeleportevChangeEquipmentevHealthUpdateevEnergyUpdateevDamageShieldUpdateevCraftingFocusUpdateevActiveSpellEffectsUpdateevResetCooldownsevAttackevCastStartevChannelingUpdateevCastCancelevCastTimeUpdateevCastFinishedevCastSpellevCastSpellsevCastHitevCastHitsevStoredTargetsUpdateevChannelingEndedevAttackBuildingevInventoryPutItemevInventoryDeleteItemevNewCharacterevNewEquipmentItemevNewSiegeBannerItemevNewSimpleItemevNewFurnitureItemevNewKillTrophyItemevNewJournalItemevNewLaborerItemevNewEquipmentItemLegendarySoulevNewSimpleHarvestableObjectevNewSimpleHarvestableObjectListevNewHarvestableObjectevNewTreasureDestinationObjectevTreasureDestinationObjectStatusevCloseTreasureDestinationObjectevNewSilverObjectevNewBuildingevHarvestableChangeStateevMobChangeStateevFactionBuildingInfoevCraftBuildingInfoevRepairBuildingInfoevMeldBuildingInfoevConstructionSiteInfoevPlayerBuildingInfoevFarmBuildingInfoevTutorialBuildingInfoevLaborerObjectInfoevLaborerObjectJobInfoevMarketPlaceBuildingInfoevHarvestStartevHarvestCancelevHarvestFinishedevTakeSilverevActionOnBuildingStartevActionOnBuildingCancelevActionOnBuildingFinishedevItemRerollQualityFinishedevInstallResourceStartevInstallResourceCancelevInstallResourceFinishedevCraftItemFinishedevLogoutCancelevChatMessageevChatSayevChatWhisperevChatMutedevPlayEmoteevStopEmoteevSystemMessageevUtilityTextMessageevUpdateMoneyevUpdateFameevUpdateLearningPointsevUpdateReSpecPointsevUpdateCurrencyevUpdateFactionStandingevUpdateMistCityStandingevRespawnevServerDebugLogevCharacterEquipmentChangedevRegenerationHealthChangedevRegenerationEnergyChangedevRegenerationMountHealthChangedevRegenerationCraftingChangedevRegenerationHealthEnergyComboChangedevRegenerationPlayerComboChangedevDurabilityChangedevNewLootevAttachItemContainerevDetachItemContainerevInvalidateItemContainerevLockItemContainerevGuildUpdateevGuildPlayerUpdatedevInvitedToGuildevGuildMemberWorldUpdateevUpdateMatchDetailsevObjectEventevNewMonolithObjectevNewOrbObjectevNewCastleObjectevNewSpellEffectAreaevUpdateSpellEffectAreaevNewChainSpellevUpdateChainSpellevNewTreasureChestevStartMatchevStartArenaMatchInfosevEndArenaMatchevMatchUpdateevActiveMatchUpdateevNewMobevDebugMobInfoevDebugVariablesInfoevDebugReputationInfoevDebugDiminishingReturnInfoevDebugSmartClusterQueueInfoevClaimOrbStartevClaimOrbFinishedevClaimOrbCancelevOrbUpdateevOrbClaimedevOrbResetevNewWarCampObjectevNewMatchLootChestObjectevNewArenaExitevGuildMemberTerritoryUpdateevInvitedMercenaryToMatchevClusterInfoUpdateevForcedMovementevForcedMovementCancelevCharacterStatsevCharacterStatsKillHistoryevCharacterStatsDeathHistoryevGuildStatsevKillHistoryDetailsevFullAchievementInfoevFinishedAchievementevAchievementProgressInfoevFullAchievementProgressInfoevFullTrackedAchievementInfoevFullAutoLearnAchievementInfoevQuestGiverQuestOfferedevQuestGiverDebugInfoevConsoleEventevTimeSyncevChangeAvatarevChangeMountSkinevGameEventevKilledPlayerevDiedevKnockedDownevUnconciousevMatchPlayerJoinedEventevMatchPlayerStatsEventevMatchPlayerStatsCompleteEventevMatchTimeLineEventEventevMatchPlayerMainGearStatsEventevMatchPlayerChangedAvatarEventevInvitationPlayerTradeevPlayerTradeStartevPlayerTradeCancelevPlayerTradeUpdateevPlayerTradeFinishedevPlayerTradeAcceptChangeevMiniMapPingevMarketPlaceNotificationevDuellingChallengePlayerevNewDuellingPostevDuelStartedevDuelEndedevDuelDeniedevDuelRequestCanceledevDuelLeftAreaevDuelReEnteredAreaevNewRealEstateevMiniMapOwnedBuildingsPositionsevRealEstateListUpdateevGuildLogoUpdateevGuildLogoChangedevPlaceableObjectPlaceevPlaceableObjectPlaceCancelevFurnitureObjectBuffProviderInfoevFurnitureObjectCheatProviderInfoevFarmableObjectInfoevNewUnreadMailsevMailOperationPossibleevGuildLogoObjectUpdateevStartLogoutevNewChatChannelsevJoinedChatChannelevLeftChatChannelevRemovedChatChannelevAccessStatusevMountedevMountStartevMountCancelevNewTravelpointevNewIslandAccessPointevNewExitevUpdateHomeevUpdateChatSettingsevResurrectionOfferevResurrectionReplyevLootEquipmentChangedevUpdateUnlockedGuildLogosevUpdateUnlockedAvatarsevUpdateUnlockedAvatarRingsevUpdateUnlockedBuildingsevNewIslandManagementevNewTeleportStoneevCloakevPartyInvitationevPartyJoinRequestevPartyJoinedevPartyDisbandedevPartyPlayerJoinedevPartyChangedOrderevPartyPlayerLeftevPartyLeaderChangedevPartyLootSettingChangedPlayerevPartySilverGainedevPartyPlayerUpdatedevPartyInvitationAnswerevPartyJoinRequestAnswerevPartyMarkedObjectsUpdatedevPartyOnClusterPartyJoinedevPartySetRoleFlagevPartyInviteOrJoinPlayerEquipmentInfoevSpellCooldownUpdateevNewHellgateExitPortalevNewExpeditionExitevNewExpeditionNarratorevExitEnterStartevExitEnterCancelevExitEnterFinishedevNewQuestGiverObjectevFullQuestInfoevQuestProgressInfoevQuestGiverInfoForPlayerevFullExpeditionInfoevExpeditionQuestProgressInfoevInvitedToExpeditionevExpeditionRegistrationInfoevEnteringExpeditionStartevEnteringExpeditionCancelevRewardGrantedevArenaRegistrationInfoevEnteringArenaStartevEnteringArenaCancelevEnteringArenaLockStartevEnteringArenaLockCancelevInvitedToArenaMatchevUsingHellgateShrineevEnteringHellgateLockStartevEnteringHellgateLockCancelevPlayerCountsevInCombatStateUpdateevOtherGrabbedLootevTreasureChestUsingStartevTreasureChestUsingFinishedevTreasureChestUsingCancelevTreasureChestUsingOpeningCompleteevTreasureChestForceCloseInventoryevLocalTreasuresUpdateevLootChestSpawnpointsUpdateevPremiumChangedevPremiumExtendedevPremiumLifeTimeRewardGainedevGoldPurchasedevLaborerGotUpgradedevJournalGotFullevJournalFillErrorevFriendRequestevFriendRequestInfosevFriendInfosevFriendRequestAnsweredevFriendOnlineStatusevFriendRequestCanceledevFriendRemovedevFriendUpdatedevPartyLootItemsevPartyLootItemsRemovedevReputationUpdateevDefenseUnitAttackBeginevDefenseUnitAttackEndevDefenseUnitAttackDamageevUnrestrictedPvpZoneUpdateevReputationImplicationUpdateevNewMountObjectevMountHealthUpdateevMountCooldownUpdateevNewExpeditionAgentevNewExpeditionCheckPointevExpeditionStartEventevVoteEventevRatingEventevNewArenaAgentevBoostFarmableevUseFunctionevNewPortalEntranceevNewPortalExitevNewRandomDungeonExitevWaitingQueueUpdateevPlayerMovementRateUpdateevObserveStartevMinimapZergsevMinimapSmartClusterZergsevPaymentTransactionsevPerformanceStatsUpdateevOverloadModeUpdateevDebugDrawEventevRecordCameraMoveevRecordStartevDeliverCarriableObjectStartevDeliverCarriableObjectCancelevDeliverCarriableObjectResetevDeliverCarriableObjectFinishedevTerritoryClaimStartevTerritoryClaimCancelevTerritoryClaimFinishedevTerritoryScheduleResultevTerritoryUpgradeWithPowerCrystalResultevReceiveCarriableObjectStartevReceiveCarriableObjectFinishedevUpdateAccountStateevStartDeterministicRoamevGuildFullAccessTagsUpdatedevGuildAccessTagUpdatedevGvgSeasonUpdateevGvgSeasonCheatCommandevSeasonPointsByKillingBoosterevFishingStartevFishingCastevFishingCatchevFishingFinishedevFishingCancelevNewFloatObjectevNewFishingZoneObjectevFishingMiniGameevAlbionJournalAchievementCompletedevUpdatePuppetevChangeFlaggingFinishedevNewOutpostObjectevOutpostUpdateevOutpostClaimedevOverChargeEndevOverChargeStatusevPartyFinderFullUpdateevPartyFinderUpdateevPartyFinderApplicantsUpdateevPartyFinderEquipmentSnapshotevPartyFinderJoinRequestDeclinedevNewUnlockedPersonalSeasonRewardsevPersonalSeasonPointsGainedevPersonalSeasonPastSeasonDataEventevEasyAntiCheatMessageToClientevMatchLootChestOpeningStartevMatchLootChestOpeningFinishedevMatchLootChestOpeningCancelevNotifyCrystalMatchRewardevCrystalRealmFeedbackevNewLocationMarkerevNewTutorialBlockerevNewTileSwitchevNewInformationProviderevNewDynamicGuildLogoevNewDecorationevTutorialUpdateevTriggerHintBoxevRandomDungeonPositionInfoevNewLootChestevUpdateLootChestevLootChestOpenedevUpdateLootProtectedByMobsWithMinimapDisplayevNewShrineevUpdateShrineevUpdateRoomevNewMistDungeonRoomMobSoulevNewHellgateShrineevUpdateHellgateShrineevActivateHellgateExitevMutePlayerUpdateevShopTileUpdateevShopUpdateevAntiCheatKickevBattlEyeServerMessageevUnlockVanityUnlockevAvatarUnlockedevCustomizationChangedevBaseVaultInfoevGuildVaultInfoevBankVaultInfoevRecoveryVaultPlayerInfoevRecoveryVaultGuildInfoevUpdateWardrobeevCastlePhaseChangedevGuildAccountLogEventevNewHideoutObjectevNewHideoutManagementevNewHideoutExitevInitHideoutAttackStartevInitHideoutAttackCancelevInitHideoutAttackFinishedevHideoutManagementUpdateevHideoutUpgradeWithPowerCrystalResultevIpChangedevSmartClusterQueueUpdateInfoevSmartClusterQueueActiveInfoevSmartClusterQueueKickWarningevSmartClusterQueueInviteevReceivedGvgSeasonPointsevTowerPowerPointUpdateevOpenWorldAttackScheduleStartevOpenWorldAttackScheduleFinishedevOpenWorldAttackScheduleCancelevOpenWorldAttackConquerStartevOpenWorldAttackConquerFinishedevOpenWorldAttackConquerCancelevOpenWorldAttackConquerStatusevOpenWorldAttackStartevOpenWorldAttackEndevNewRandomResourceBlockerevNewHomeObjectevHideoutObjectUpdateevUpdateInfamyevMinimapPositionMarkersevNewTunnelExitevCorruptedDungeonUpdateevCorruptedDungeonStatusevCorruptedDungeonInfamyevHellgateRestrictedAreaUpdateevHellgateInfamyevHellgateStatusevHellgateStatusUpdateevHellgateSuspenseevReplaceSpellSlotWithMultiSpellevNewCorruptedShrineevUpdateCorruptedShrineevCorruptedShrineUsageStartevCorruptedShrineUsageCancelevExitUsedevLinkedToObjectevLinkToObjectBrokenevEstimatedMarketValueUpdateevStuckCancelevDungonEscapeReadyevFactionWarfareClusterStateevFactionWarfareHasUnclaimedWeeklyReportsEventevSimpleFeedbackevSmartClusterQueueSkipClusterErrorevXignCodeEventevBatchUseItemStartevBatchUseItemEndevRedZoneEventClusterStatusevRedZonePlayerNotificationevRedZoneWorldEventevFactionWarfareStatsevUpdateFactionBalanceFactorsevFactionEnlistmentChangedevUpdateFactionRankevFactionWarfareCampaignRewardsUnlockedevFeaturedFeatureUpdateevNewCarriableObjectevMinimapCrystalPositionMarkerevCarriedObjectUpdateevPickupCarriableObjectStartevPickupCarriableObjectCancelevPickupCarriableObjectFinishedevDoSimpleActionStartevDoSimpleActionCancelevDoSimpleActionFinishedevNotifyGuestAccountVerifiedevMightAndFavorReceivedEventevWeeklyPvpChallengeRewardStateUpdateevNewUnlockedPvpSeasonChallengeRewardsevStaticDungeonEntrancesDungeonEventStatusUpdatesevStaticDungeonDungeonValueUpdateevStaticDungeonEntranceDungeonEventsAbortedevInAppPurchaseConfirmedGooglePlayevFeatureSwitchInfoevPartyJoinRequestAbortedevPartyInviteAbortedevPartyStartHuntRequestevPartyStartHuntRequestedevPartyStartHuntRequestAnswerevGuildInviteDeclinedevCancelMultiSpellSlotsevNewVisualEventObjectevCastleClaimProgressevCastleClaimProgressLogoevTownPortalUpdateStateevTownPortalFailedevConsumableVanityChargesAddedevFestivitiesUpdateevNewBannerObjectevNewMistsImmediateReturnExitevMistsPlayerJoinedInfoevNewMistsStaticEntranceevNewMistsOpenWorldExitevNewTunnelExitTempevNewMistsWispSpawnevMistsWispSpawnStateChangeevNewMistsCityEntranceevNewMistsCityRoadsEntranceevMistsCityRoadsEntrancePartyStateUpdateevMistsCityRoadsEntranceClearStateForPartyevMistsEntranceDataChangedevNewMistsCagedWispevMistsWispCageOpenedevMistsEntrancePartyBindingCreatedevMistsEntrancePartyBindingClearedevMistsEntrancePartyBindingInfosevNewMistsBorderExitevNewMistsDungeonExitevLocalQuestInfosevLocalQuestStartedevLocalQuestActiveevLocalQuestInactiveevLocalQuestProgressUpdateevNewUnrestrictedPvpZoneevTemporaryFlaggingStatusUpdateevSpellTestPerformanceUpdateevTransformationevTransformationEndevUpdateTrustlevelevRevealHiddenTimeStampsevModifyItemTraitFinishedevRerollItemTraitValueFinishedevHuntQuestProgressInfoevHuntStartedevHuntFinishedevHuntAbortedevHuntMissionStepStateUpdateevNewHuntTrackevHuntMissionUpdateevHuntQuestMissionProgressUpdateevHuntTrackUsedevHuntTrackUseableAgainevMinimapHuntTrackMarkersevNoTracksFoundevHuntQuestAbortedevInteractWithTrackStartevInteractWithTrackCancelevInteractWithTrackFinishedevNewDynamicCompoundevLegendaryItemDestroyedevAttunementInfoevTerritoryClaimRaidedRawEnergyCrystalResultevCarriedObjectExpiryWarningevCarriedObjectExpiredevTerritoryRaidStartevTerritoryRaidCancelevTerritoryRaidFinishedevTerritoryRaidResultevTerritoryMonolithActiveRaidStatusevTerritoryMonolithActiveRaidCancelledevMonolithEnergyStorageUpdateevMonolithNextScheduledOpenWorldAttackUpdateevMonolithProtectedBuildingsDamageReductionUpdateevNewBuildingBaseEventevNewFortificationBuildingevNewCastleGateBuildingevBuildingDurabilityUpdateevMonolithFortificationPointsUpdateevFortificationBuildingUpgradeInfoevFortificationBuildingsDamageStateUpdateevUpdateEnemyWarBannerActiveevTerritoryAnnouncePlayerEjection" -var _EventType_index = [...]uint16{0, 8, 15, 29, 35, 45, 62, 76, 90, 110, 131, 157, 173, 181, 192, 210, 222, 238, 252, 263, 275, 284, 294, 315, 332, 348, 366, 387, 401, 419, 434, 452, 471, 487, 503, 534, 562, 594, 616, 646, 679, 711, 728, 741, 765, 781, 802, 821, 841, 859, 881, 901, 919, 941, 960, 982, 1007, 1021, 1036, 1053, 1065, 1088, 1112, 1138, 1165, 1187, 1210, 1235, 1254, 1268, 1281, 1290, 1303, 1314, 1325, 1336, 1351, 1371, 1384, 1396, 1418, 1438, 1454, 1477, 1501, 1510, 1526, 1553, 1580, 1607, 1639, 1668, 1706, 1738, 1757, 1766, 1787, 1808, 1833, 1852, 1865, 1885, 1901, 1925, 1945, 1958, 1977, 1991, 2008, 2028, 2051, 2066, 2084, 2102, 2114, 2136, 2151, 2164, 2183, 2191, 2205, 2225, 2246, 2274, 2302, 2317, 2335, 2351, 2362, 2374, 2384, 2402, 2427, 2441, 2469, 2494, 2513, 2529, 2551, 2567, 2594, 2622, 2634, 2654, 2675, 2696, 2721, 2750, 2778, 2808, 2832, 2853, 2867, 2877, 2891, 2908, 2919, 2933, 2939, 2952, 2964, 2988, 3011, 3042, 3067, 3098, 3129, 3152, 3170, 3189, 3208, 3229, 3254, 3267, 3292, 3317, 3334, 3347, 3358, 3370, 3391, 3405, 3424, 3439, 3471, 3493, 3510, 3528, 3550, 3578, 3611, 3645, 3665, 3681, 3704, 3727, 3740, 3757, 3776, 3793, 3813, 3827, 3836, 3848, 3861, 3877, 3899, 3908, 3920, 3940, 3959, 3978, 4000, 4026, 4049, 4076, 4101, 4122, 4140, 4147, 4164, 4182, 4195, 4211, 4230, 4249, 4266, 4286, 4317, 4336, 4356, 4379, 4403, 4430, 4457, 4475, 4513, 4534, 4557, 4576, 4599, 4615, 4632, 4651, 4672, 4687, 4706, 4731, 4751, 4780, 4801, 4829, 4854, 4880, 4895, 4918, 4938, 4959, 4983, 5008, 5029, 5050, 5077, 5105, 5119, 5140, 5158, 5183, 5211, 5237, 5272, 5306, 5328, 5356, 5372, 5389, 5418, 5433, 5453, 5469, 5487, 5502, 5522, 5535, 5558, 5578, 5601, 5616, 5631, 5647, 5670, 5688, 5712, 5734, 5759, 5786, 5815, 5831, 5850, 5871, 5891, 5916, 5938, 5949, 5962, 5977, 5992, 6005, 6024, 6039, 6061, 6081, 6107, 6121, 6135, 6161, 6182, 6206, 6226, 6242, 6260, 6273, 6297, 6322, 6346, 6373, 6394, 6416, 6440, 6465, 6505, 6533, 6564, 6584, 6608, 6636, 6659, 6676, 6699, 6729, 6743, 6756, 6770, 6787, 6802, 6818, 6840, 6857, 6884, 6898, 6922, 6940, 6955, 6971, 6986, 7004, 7027, 7046, 7075, 7105, 7137, 7171, 7199, 7234, 7264, 7292, 7323, 7352, 7378, 7400, 7419, 7439, 7454, 7478, 7499, 7514, 7530, 7546, 7573, 7587, 7604, 7621, 7666, 7677, 7691, 7703, 7730, 7749, 7771, 7793, 7811, 7827, 7839, 7854, 7877, 7897, 7913, 7935, 7950, 7966, 7981, 8006, 8030, 8046, 8066, 8088, 8106, 8128, 8144, 8168, 8193, 8220, 8245, 8283, 8294, 8323, 8352, 8382, 8407, 8432, 8455, 8485, 8518, 8549, 8578, 8610, 8640, 8670, 8692, 8712, 8738, 8753, 8774, 8788, 8812, 8827, 8851, 8875, 8899, 8929, 8945, 8961, 8983, 9001, 9033, 9053, 9076, 9103, 9131, 9141, 9157, 9177, 9205, 9218, 9237, 9265, 9311, 9327, 9362, 9377, 9396, 9413, 9440, 9467, 9486, 9507, 9536, 9562, 9581, 9620, 9643, 9666, 9696, 9721, 9746, 9772, 9800, 9821, 9843, 9867, 9895, 9923, 9960, 9998, 10047, 10080, 10123, 10157, 10176, 10201, 10221, 10244, 10269, 10298, 10319, 10342, 10364, 10385, 10410, 10433, 10451, 10481, 10500, 10517, 10546, 10569, 10593, 10616, 10635, 10654, 10681, 10703, 10730, 10770, 10812, 10838, 10857, 10878, 10912, 10946, 10978, 10998, 11019, 11036, 11055, 11073, 11093, 11119, 11143, 11174, 11202, 11218, 11237, 11255, 11279, 11304, 11334, 11357, 11370, 11384, 11397, 11425, 11439, 11458, 11490, 11505, 11528, 11553, 11568, 11586, 11610, 11635, 11662, 11682, 11706, 11722, 11766, 11798, 11819, 11839, 11860, 11883, 11904, 11939, 11977, 12006, 12050} +var _EventType_index = [...]uint16{0, 8, 15, 29, 35, 45, 62, 76, 90, 110, 131, 157, 173, 181, 192, 210, 222, 238, 252, 263, 275, 284, 294, 315, 332, 348, 366, 387, 401, 419, 439, 454, 472, 491, 507, 523, 554, 582, 614, 636, 666, 699, 731, 748, 761, 785, 801, 822, 841, 861, 879, 901, 921, 939, 961, 980, 1002, 1027, 1041, 1056, 1073, 1085, 1108, 1132, 1158, 1185, 1207, 1230, 1255, 1274, 1288, 1301, 1310, 1323, 1334, 1345, 1356, 1371, 1391, 1404, 1416, 1438, 1458, 1474, 1497, 1521, 1530, 1546, 1573, 1600, 1627, 1659, 1688, 1726, 1758, 1777, 1786, 1807, 1828, 1853, 1872, 1885, 1905, 1921, 1945, 1965, 1978, 1997, 2011, 2028, 2048, 2071, 2086, 2104, 2122, 2134, 2156, 2171, 2184, 2203, 2211, 2225, 2245, 2266, 2294, 2322, 2337, 2355, 2371, 2382, 2394, 2404, 2422, 2447, 2461, 2489, 2514, 2533, 2549, 2571, 2587, 2614, 2642, 2654, 2674, 2695, 2716, 2741, 2770, 2798, 2828, 2852, 2873, 2887, 2897, 2911, 2928, 2939, 2953, 2959, 2972, 2984, 3008, 3031, 3062, 3087, 3118, 3149, 3172, 3190, 3209, 3228, 3249, 3274, 3287, 3312, 3337, 3354, 3367, 3378, 3390, 3411, 3425, 3444, 3459, 3491, 3513, 3530, 3548, 3570, 3598, 3631, 3665, 3685, 3701, 3724, 3747, 3760, 3777, 3796, 3813, 3833, 3847, 3856, 3868, 3881, 3897, 3919, 3928, 3940, 3960, 3979, 3998, 4020, 4046, 4069, 4096, 4121, 4142, 4160, 4167, 4184, 4202, 4215, 4231, 4250, 4269, 4286, 4306, 4337, 4356, 4376, 4399, 4423, 4450, 4477, 4495, 4533, 4554, 4577, 4596, 4619, 4635, 4652, 4671, 4692, 4707, 4726, 4751, 4771, 4800, 4821, 4849, 4874, 4900, 4915, 4938, 4958, 4979, 5003, 5028, 5049, 5070, 5097, 5125, 5139, 5160, 5178, 5203, 5231, 5257, 5292, 5326, 5348, 5376, 5392, 5409, 5438, 5453, 5473, 5489, 5507, 5522, 5542, 5555, 5578, 5598, 5621, 5636, 5651, 5667, 5690, 5708, 5732, 5754, 5779, 5806, 5835, 5851, 5870, 5891, 5911, 5936, 5958, 5969, 5982, 5997, 6012, 6025, 6044, 6059, 6081, 6101, 6127, 6141, 6155, 6181, 6202, 6226, 6246, 6262, 6280, 6293, 6322, 6352, 6381, 6413, 6434, 6456, 6480, 6505, 6545, 6574, 6606, 6626, 6650, 6678, 6701, 6718, 6741, 6771, 6785, 6798, 6812, 6829, 6844, 6860, 6882, 6899, 6934, 6948, 6972, 6990, 7005, 7021, 7036, 7054, 7077, 7096, 7125, 7155, 7187, 7221, 7249, 7284, 7314, 7342, 7373, 7402, 7428, 7450, 7469, 7489, 7504, 7528, 7549, 7564, 7580, 7596, 7623, 7637, 7654, 7671, 7716, 7727, 7741, 7753, 7780, 7799, 7821, 7843, 7861, 7877, 7889, 7904, 7927, 7947, 7963, 7985, 8000, 8016, 8031, 8056, 8080, 8096, 8116, 8138, 8156, 8178, 8194, 8218, 8243, 8270, 8295, 8333, 8344, 8373, 8402, 8432, 8457, 8482, 8505, 8535, 8568, 8599, 8628, 8660, 8690, 8720, 8742, 8762, 8788, 8803, 8824, 8838, 8862, 8877, 8901, 8925, 8949, 8979, 8995, 9011, 9033, 9051, 9083, 9103, 9126, 9153, 9181, 9191, 9207, 9227, 9255, 9268, 9287, 9315, 9361, 9377, 9412, 9427, 9446, 9463, 9490, 9517, 9536, 9557, 9586, 9612, 9631, 9670, 9693, 9713, 9743, 9764, 9792, 9821, 9852, 9873, 9895, 9919, 9947, 9975, 10012, 10050, 10099, 10132, 10175, 10209, 10228, 10253, 10273, 10296, 10321, 10350, 10371, 10394, 10416, 10437, 10462, 10485, 10503, 10533, 10552, 10569, 10598, 10621, 10645, 10668, 10687, 10706, 10733, 10755, 10782, 10822, 10864, 10890, 10909, 10930, 10964, 10998, 11030, 11050, 11071, 11088, 11107, 11125, 11145, 11171, 11195, 11226, 11254, 11270, 11289, 11307, 11331, 11356, 11386, 11409, 11422, 11436, 11449, 11477, 11491, 11510, 11542, 11557, 11580, 11605, 11620, 11638, 11662, 11687, 11714, 11734, 11758, 11774, 11818, 11846, 11868, 11888, 11909, 11932, 11953, 11988, 12026, 12055, 12099, 12148, 12170, 12196, 12219, 12245, 12280, 12314, 12355, 12383, 12416} func (i EventType) String() string { if i >= EventType(len(_EventType_index)-1) { diff --git a/client/operation_join.go b/client/operation_join.go index 3b88d07..4141e1b 100644 --- a/client/operation_join.go +++ b/client/operation_join.go @@ -12,8 +12,8 @@ type operationJoinResponse struct { CharacterID lib.CharacterID `mapstructure:"1"` CharacterName string `mapstructure:"2"` Location string `mapstructure:"8"` - GuildID lib.CharacterID `mapstructure:"51"` - GuildName string `mapstructure:"56"` + GuildID lib.CharacterID `mapstructure:"53"` + GuildName string `mapstructure:"57"` } //CharacterPartsJSON string `mapstructure:"6"` diff --git a/client/operations.go b/client/operations.go index 51f0f97..4f5230d 100644 --- a/client/operations.go +++ b/client/operations.go @@ -89,7 +89,7 @@ const ( opFarmableGetProduct opFarmableFill opTearDownConstructionSite - opCastleGateUse + opPlaceholder1 opAuctionCreateOffer opAuctionCreateRequest opAuctionGetOffers @@ -269,6 +269,8 @@ const ( opUseLootChest opUseShrine opUseHellgateShrine + opUseSiegeBanner + opGetSiegeBannerInfo opLaborerStartJob opLaborerTakeJobLoot opLaborerDismiss @@ -320,8 +322,8 @@ const ( opClientLowMemoryWarning opTerritoryClaimStart opTerritoryClaimCancel - opClaimPowerCrystalStart - opClaimPowerCrystalCancel + opDeliverCarriableObjectStart + opDeliverCarriableObjectCancel opTerritoryUpgradeWithPowerCrystal opRequestAppStoreProducts opVerifyProductPurchase @@ -447,8 +449,8 @@ const ( opGetFactionWarfareCampaignData opClaimFactionWarfareItemReward opSendMemoryConsumption - opPickupPowerCrystalStart - opPickupPowerCrystalCancel + opPickupCarriableObjectStart + opPickupCarriableObjectCancel opSetSavingChestLogsFlag opGetSavingChestLogsFlag opRegisterGuestAccount @@ -509,4 +511,6 @@ const ( opGvGSeasonPlayerGuildParticipationDetails opDailyMightBonus opClaimDailyMightBonus + opGetFortificationGroupInfo + opUpgradeFortificationGroup ) diff --git a/client/operationtype_string.go b/client/operationtype_string.go index ded21a0..483e5a6 100644 --- a/client/operationtype_string.go +++ b/client/operationtype_string.go @@ -81,7 +81,7 @@ func _() { _ = x[opFarmableGetProduct-70] _ = x[opFarmableFill-71] _ = x[opTearDownConstructionSite-72] - _ = x[opCastleGateUse-73] + _ = x[opPlaceholder1-73] _ = x[opAuctionCreateOffer-74] _ = x[opAuctionCreateRequest-75] _ = x[opAuctionGetOffers-76] @@ -261,251 +261,255 @@ func _() { _ = x[opUseLootChest-250] _ = x[opUseShrine-251] _ = x[opUseHellgateShrine-252] - _ = x[opLaborerStartJob-253] - _ = x[opLaborerTakeJobLoot-254] - _ = x[opLaborerDismiss-255] - _ = x[opLaborerMove-256] - _ = x[opLaborerBuyItem-257] - _ = x[opLaborerUpgrade-258] - _ = x[opBuyPremium-259] - _ = x[opRealEstateGetAuctionData-260] - _ = x[opRealEstateBidOnAuction-261] - _ = x[opFriendInvite-262] - _ = x[opFriendAnswerInvitation-263] - _ = x[opFriendCancelnvitation-264] - _ = x[opFriendRemove-265] - _ = x[opInventoryStack-266] - _ = x[opInventorySort-267] - _ = x[opInventoryDropAll-268] - _ = x[opInventoryAddToStacks-269] - _ = x[opEquipmentItemChangeSpell-270] - _ = x[opExpeditionRegister-271] - _ = x[opExpeditionRegisterCancel-272] - _ = x[opJoinExpedition-273] - _ = x[opDeclineExpeditionInvitation-274] - _ = x[opVoteStart-275] - _ = x[opVoteDoVote-276] - _ = x[opRatingDoRate-277] - _ = x[opEnteringExpeditionStart-278] - _ = x[opEnteringExpeditionCancel-279] - _ = x[opActivateExpeditionCheckPoint-280] - _ = x[opArenaRegister-281] - _ = x[opArenaAddInvite-282] - _ = x[opArenaRegisterCancel-283] - _ = x[opArenaLeave-284] - _ = x[opJoinArenaMatch-285] - _ = x[opDeclineArenaInvitation-286] - _ = x[opEnteringArenaStart-287] - _ = x[opEnteringArenaCancel-288] - _ = x[opArenaCustomMatch-289] - _ = x[opUpdateCharacterStatement-290] - _ = x[opBoostFarmable-291] - _ = x[opGetStrikeHistory-292] - _ = x[opUseFunction-293] - _ = x[opUsePortalEntrance-294] - _ = x[opResetPortalBinding-295] - _ = x[opQueryPortalBinding-296] - _ = x[opClaimPaymentTransaction-297] - _ = x[opChangeUseFlag-298] - _ = x[opClientPerformanceStats-299] - _ = x[opExtendedHardwareStats-300] - _ = x[opClientLowMemoryWarning-301] - _ = x[opTerritoryClaimStart-302] - _ = x[opTerritoryClaimCancel-303] - _ = x[opClaimPowerCrystalStart-304] - _ = x[opClaimPowerCrystalCancel-305] - _ = x[opTerritoryUpgradeWithPowerCrystal-306] - _ = x[opRequestAppStoreProducts-307] - _ = x[opVerifyProductPurchase-308] - _ = x[opQueryGuildPlayerStats-309] - _ = x[opQueryAllianceGuildStats-310] - _ = x[opTrackAchievements-311] - _ = x[opSetAchievementsAutoLearn-312] - _ = x[opDepositItemToGuildCurrency-313] - _ = x[opWithdrawalItemFromGuildCurrency-314] - _ = x[opAuctionSellSpecificItemRequest-315] - _ = x[opFishingStart-316] - _ = x[opFishingCasting-317] - _ = x[opFishingCast-318] - _ = x[opFishingCatch-319] - _ = x[opFishingPull-320] - _ = x[opFishingGiveLine-321] - _ = x[opFishingFinish-322] - _ = x[opFishingCancel-323] - _ = x[opCreateGuildAccessTag-324] - _ = x[opDeleteGuildAccessTag-325] - _ = x[opRenameGuildAccessTag-326] - _ = x[opFlagGuildAccessTagGuildPermission-327] - _ = x[opAssignGuildAccessTag-328] - _ = x[opRemoveGuildAccessTagFromPlayer-329] - _ = x[opModifyGuildAccessTagEditors-330] - _ = x[opRequestPublicAccessTags-331] - _ = x[opChangeAccessTagPublicFlag-332] - _ = x[opUpdateGuildAccessTag-333] - _ = x[opSteamStartMicrotransaction-334] - _ = x[opSteamFinishMicrotransaction-335] - _ = x[opSteamIdHasActiveAccount-336] - _ = x[opCheckEmailAccountState-337] - _ = x[opLinkAccountToSteamId-338] - _ = x[opInAppConfirmPaymentGooglePlay-339] - _ = x[opInAppConfirmPaymentAppleAppStore-340] - _ = x[opInAppPurchaseRequest-341] - _ = x[opInAppPurchaseFailed-342] - _ = x[opCharacterSubscriptionInfo-343] - _ = x[opAccountSubscriptionInfo-344] - _ = x[opBuyGvgSeasonBooster-345] - _ = x[opChangeFlaggingPrepare-346] - _ = x[opOverCharge-347] - _ = x[opOverChargeEnd-348] - _ = x[opRequestTrusted-349] - _ = x[opChangeGuildLogo-350] - _ = x[opPartyFinderRegisterForUpdates-351] - _ = x[opPartyFinderUnregisterForUpdates-352] - _ = x[opPartyFinderEnlistNewPartySearch-353] - _ = x[opPartyFinderDeletePartySearch-354] - _ = x[opPartyFinderChangePartySearch-355] - _ = x[opPartyFinderChangeRole-356] - _ = x[opPartyFinderApplyForGroup-357] - _ = x[opPartyFinderAcceptOrDeclineApplyForGroup-358] - _ = x[opPartyFinderGetEquipmentSnapshot-359] - _ = x[opPartyFinderRegisterApplicants-360] - _ = x[opPartyFinderUnregisterApplicants-361] - _ = x[opPartyFinderFulltextSearch-362] - _ = x[opPartyFinderRequestEquipmentSnapshot-363] - _ = x[opGetPersonalSeasonTrackerData-364] - _ = x[opGetPersonalSeasonPastRewardData-365] - _ = x[opUseConsumableFromInventory-366] - _ = x[opClaimPersonalSeasonReward-367] - _ = x[opEasyAntiCheatMessageToServer-368] - _ = x[opXignCodeMessageToServer-369] - _ = x[opBattlEyeMessageToServer-370] - _ = x[opSetNextTutorialState-371] - _ = x[opAddPlayerToMuteList-372] - _ = x[opRemovePlayerFromMuteList-373] - _ = x[opProductShopUserEvent-374] - _ = x[opGetVanityUnlocks-375] - _ = x[opBuyVanityUnlocks-376] - _ = x[opGetMountSkins-377] - _ = x[opSetMountSkin-378] - _ = x[opSetWardrobe-379] - _ = x[opChangeCustomization-380] - _ = x[opChangePlayerIslandData-381] - _ = x[opGetGuildChallengePoints-382] - _ = x[opSmartQueueJoin-383] - _ = x[opSmartQueueLeave-384] - _ = x[opSmartQueueSelectSpawnCluster-385] - _ = x[opUpgradeHideout-386] - _ = x[opInitHideoutAttackStart-387] - _ = x[opInitHideoutAttackCancel-388] - _ = x[opHideoutFillNutrition-389] - _ = x[opHideoutGetInfo-390] - _ = x[opHideoutGetOwnerInfo-391] - _ = x[opHideoutSetTribute-392] - _ = x[opHideoutUpgradeWithPowerCrystal-393] - _ = x[opHideoutDeclareHQ-394] - _ = x[opHideoutUndeclareHQ-395] - _ = x[opHideoutGetHQRequirements-396] - _ = x[opHideoutBoost-397] - _ = x[opHideoutBoostConstruction-398] - _ = x[opOpenWorldAttackScheduleStart-399] - _ = x[opOpenWorldAttackScheduleCancel-400] - _ = x[opOpenWorldAttackConquerStart-401] - _ = x[opOpenWorldAttackConquerCancel-402] - _ = x[opGetOpenWorldAttackDetails-403] - _ = x[opGetNextOpenWorldAttackScheduleTime-404] - _ = x[opRecoverVaultFromHideout-405] - _ = x[opGetGuildEnergyDrainInfo-406] - _ = x[opChannelingUpdate-407] - _ = x[opUseCorruptedShrine-408] - _ = x[opRequestEstimatedMarketValue-409] - _ = x[opLogFeedback-410] - _ = x[opGetInfamyInfo-411] - _ = x[opGetPartySmartClusterQueuePriority-412] - _ = x[opSetPartySmartClusterQueuePriority-413] - _ = x[opClientAntiAutoClickerInfo-414] - _ = x[opClientBotPatternDetectionInfo-415] - _ = x[opClientAntiGatherClickerInfo-416] - _ = x[opLoadoutCreate-417] - _ = x[opLoadoutRead-418] - _ = x[opLoadoutReadHeaders-419] - _ = x[opLoadoutUpdate-420] - _ = x[opLoadoutDelete-421] - _ = x[opLoadoutOrderUpdate-422] - _ = x[opLoadoutEquip-423] - _ = x[opBatchUseItemCancel-424] - _ = x[opEnlistFactionWarfare-425] - _ = x[opGetFactionWarfareWeeklyReport-426] - _ = x[opClaimFactionWarfareWeeklyReport-427] - _ = x[opGetFactionWarfareCampaignData-428] - _ = x[opClaimFactionWarfareItemReward-429] - _ = x[opSendMemoryConsumption-430] - _ = x[opPickupPowerCrystalStart-431] - _ = x[opPickupPowerCrystalCancel-432] - _ = x[opSetSavingChestLogsFlag-433] - _ = x[opGetSavingChestLogsFlag-434] - _ = x[opRegisterGuestAccount-435] - _ = x[opResendGuestAccountVerificationEmail-436] - _ = x[opDoSimpleActionStart-437] - _ = x[opDoSimpleActionCancel-438] - _ = x[opGetGvgSeasonContributionByActivity-439] - _ = x[opGetGvgSeasonContributionByCrystalLeague-440] - _ = x[opGetGuildMightCategoryContribution-441] - _ = x[opGetGuildMightCategoryOverview-442] - _ = x[opGetPvpChallengeData-443] - _ = x[opClaimPvpChallengeWeeklyReward-444] - _ = x[opGetPersonalMightStats-445] - _ = x[opAuctionGetLoadoutOffers-446] - _ = x[opAuctionBuyLoadoutOffer-447] - _ = x[opAccountDeletionRequest-448] - _ = x[opAccountReactivationRequest-449] - _ = x[opGetModerationEscalationDefiniton-450] - _ = x[opEventBasedPopupAddSeen-451] - _ = x[opGetItemKillHistory-452] - _ = x[opGetVanityConsumables-453] - _ = x[opEquipKillEmote-454] - _ = x[opChangeKillEmotePlayOnKnockdownSetting-455] - _ = x[opBuyVanityConsumableCharges-456] - _ = x[opReclaimVanityItem-457] - _ = x[opGetArenaRankings-458] - _ = x[opGetCrystalLeagueStatistics-459] - _ = x[opSendOptionsLog-460] - _ = x[opSendControlsOptionsLog-461] - _ = x[opMistsUseImmediateReturnExit-462] - _ = x[opMistsUseStaticEntrance-463] - _ = x[opMistsUseCityRoadsEntrance-464] - _ = x[opChangeNewGuildMemberMail-465] - _ = x[opGetNewGuildMemberMail-466] - _ = x[opChangeGuildFactionAllegiance-467] - _ = x[opGetGuildFactionAllegiance-468] - _ = x[opGuildBannerChange-469] - _ = x[opGuildGetOptionalStats-470] - _ = x[opGuildSetOptionalStats-471] - _ = x[opGetPlayerInfoForStalk-472] - _ = x[opPayGoldForCharacterTypeChange-473] - _ = x[opQuickSellAuctionQueryAction-474] - _ = x[opQuickSellAuctionSellAction-475] - _ = x[opFcmTokenToServer-476] - _ = x[opApnsTokenToServer-477] - _ = x[opDeathRecap-478] - _ = x[opAuctionFetchFinishedAuctions-479] - _ = x[opAbortAuctionFetchFinishedAuctions-480] - _ = x[opRequestLegendaryEvenHistory-481] - _ = x[opPartyAnswerStartHuntRequest-482] - _ = x[opHuntAbort-483] - _ = x[opUseFindTrackSpellFromItemPrepare-484] - _ = x[opInteractWithTrackStart-485] - _ = x[opInteractWithTrackCancel-486] - _ = x[opTerritoryRaidStart-487] - _ = x[opTerritoryRaidCancel-488] - _ = x[opTerritoryClaimRaidedRawEnergyCrystalResult-489] - _ = x[opGvGSeasonPlayerGuildParticipationDetails-490] - _ = x[opDailyMightBonus-491] - _ = x[opClaimDailyMightBonus-492] + _ = x[opUseSiegeBanner-253] + _ = x[opGetSiegeBannerInfo-254] + _ = x[opLaborerStartJob-255] + _ = x[opLaborerTakeJobLoot-256] + _ = x[opLaborerDismiss-257] + _ = x[opLaborerMove-258] + _ = x[opLaborerBuyItem-259] + _ = x[opLaborerUpgrade-260] + _ = x[opBuyPremium-261] + _ = x[opRealEstateGetAuctionData-262] + _ = x[opRealEstateBidOnAuction-263] + _ = x[opFriendInvite-264] + _ = x[opFriendAnswerInvitation-265] + _ = x[opFriendCancelnvitation-266] + _ = x[opFriendRemove-267] + _ = x[opInventoryStack-268] + _ = x[opInventorySort-269] + _ = x[opInventoryDropAll-270] + _ = x[opInventoryAddToStacks-271] + _ = x[opEquipmentItemChangeSpell-272] + _ = x[opExpeditionRegister-273] + _ = x[opExpeditionRegisterCancel-274] + _ = x[opJoinExpedition-275] + _ = x[opDeclineExpeditionInvitation-276] + _ = x[opVoteStart-277] + _ = x[opVoteDoVote-278] + _ = x[opRatingDoRate-279] + _ = x[opEnteringExpeditionStart-280] + _ = x[opEnteringExpeditionCancel-281] + _ = x[opActivateExpeditionCheckPoint-282] + _ = x[opArenaRegister-283] + _ = x[opArenaAddInvite-284] + _ = x[opArenaRegisterCancel-285] + _ = x[opArenaLeave-286] + _ = x[opJoinArenaMatch-287] + _ = x[opDeclineArenaInvitation-288] + _ = x[opEnteringArenaStart-289] + _ = x[opEnteringArenaCancel-290] + _ = x[opArenaCustomMatch-291] + _ = x[opUpdateCharacterStatement-292] + _ = x[opBoostFarmable-293] + _ = x[opGetStrikeHistory-294] + _ = x[opUseFunction-295] + _ = x[opUsePortalEntrance-296] + _ = x[opResetPortalBinding-297] + _ = x[opQueryPortalBinding-298] + _ = x[opClaimPaymentTransaction-299] + _ = x[opChangeUseFlag-300] + _ = x[opClientPerformanceStats-301] + _ = x[opExtendedHardwareStats-302] + _ = x[opClientLowMemoryWarning-303] + _ = x[opTerritoryClaimStart-304] + _ = x[opTerritoryClaimCancel-305] + _ = x[opDeliverCarriableObjectStart-306] + _ = x[opDeliverCarriableObjectCancel-307] + _ = x[opTerritoryUpgradeWithPowerCrystal-308] + _ = x[opRequestAppStoreProducts-309] + _ = x[opVerifyProductPurchase-310] + _ = x[opQueryGuildPlayerStats-311] + _ = x[opQueryAllianceGuildStats-312] + _ = x[opTrackAchievements-313] + _ = x[opSetAchievementsAutoLearn-314] + _ = x[opDepositItemToGuildCurrency-315] + _ = x[opWithdrawalItemFromGuildCurrency-316] + _ = x[opAuctionSellSpecificItemRequest-317] + _ = x[opFishingStart-318] + _ = x[opFishingCasting-319] + _ = x[opFishingCast-320] + _ = x[opFishingCatch-321] + _ = x[opFishingPull-322] + _ = x[opFishingGiveLine-323] + _ = x[opFishingFinish-324] + _ = x[opFishingCancel-325] + _ = x[opCreateGuildAccessTag-326] + _ = x[opDeleteGuildAccessTag-327] + _ = x[opRenameGuildAccessTag-328] + _ = x[opFlagGuildAccessTagGuildPermission-329] + _ = x[opAssignGuildAccessTag-330] + _ = x[opRemoveGuildAccessTagFromPlayer-331] + _ = x[opModifyGuildAccessTagEditors-332] + _ = x[opRequestPublicAccessTags-333] + _ = x[opChangeAccessTagPublicFlag-334] + _ = x[opUpdateGuildAccessTag-335] + _ = x[opSteamStartMicrotransaction-336] + _ = x[opSteamFinishMicrotransaction-337] + _ = x[opSteamIdHasActiveAccount-338] + _ = x[opCheckEmailAccountState-339] + _ = x[opLinkAccountToSteamId-340] + _ = x[opInAppConfirmPaymentGooglePlay-341] + _ = x[opInAppConfirmPaymentAppleAppStore-342] + _ = x[opInAppPurchaseRequest-343] + _ = x[opInAppPurchaseFailed-344] + _ = x[opCharacterSubscriptionInfo-345] + _ = x[opAccountSubscriptionInfo-346] + _ = x[opBuyGvgSeasonBooster-347] + _ = x[opChangeFlaggingPrepare-348] + _ = x[opOverCharge-349] + _ = x[opOverChargeEnd-350] + _ = x[opRequestTrusted-351] + _ = x[opChangeGuildLogo-352] + _ = x[opPartyFinderRegisterForUpdates-353] + _ = x[opPartyFinderUnregisterForUpdates-354] + _ = x[opPartyFinderEnlistNewPartySearch-355] + _ = x[opPartyFinderDeletePartySearch-356] + _ = x[opPartyFinderChangePartySearch-357] + _ = x[opPartyFinderChangeRole-358] + _ = x[opPartyFinderApplyForGroup-359] + _ = x[opPartyFinderAcceptOrDeclineApplyForGroup-360] + _ = x[opPartyFinderGetEquipmentSnapshot-361] + _ = x[opPartyFinderRegisterApplicants-362] + _ = x[opPartyFinderUnregisterApplicants-363] + _ = x[opPartyFinderFulltextSearch-364] + _ = x[opPartyFinderRequestEquipmentSnapshot-365] + _ = x[opGetPersonalSeasonTrackerData-366] + _ = x[opGetPersonalSeasonPastRewardData-367] + _ = x[opUseConsumableFromInventory-368] + _ = x[opClaimPersonalSeasonReward-369] + _ = x[opEasyAntiCheatMessageToServer-370] + _ = x[opXignCodeMessageToServer-371] + _ = x[opBattlEyeMessageToServer-372] + _ = x[opSetNextTutorialState-373] + _ = x[opAddPlayerToMuteList-374] + _ = x[opRemovePlayerFromMuteList-375] + _ = x[opProductShopUserEvent-376] + _ = x[opGetVanityUnlocks-377] + _ = x[opBuyVanityUnlocks-378] + _ = x[opGetMountSkins-379] + _ = x[opSetMountSkin-380] + _ = x[opSetWardrobe-381] + _ = x[opChangeCustomization-382] + _ = x[opChangePlayerIslandData-383] + _ = x[opGetGuildChallengePoints-384] + _ = x[opSmartQueueJoin-385] + _ = x[opSmartQueueLeave-386] + _ = x[opSmartQueueSelectSpawnCluster-387] + _ = x[opUpgradeHideout-388] + _ = x[opInitHideoutAttackStart-389] + _ = x[opInitHideoutAttackCancel-390] + _ = x[opHideoutFillNutrition-391] + _ = x[opHideoutGetInfo-392] + _ = x[opHideoutGetOwnerInfo-393] + _ = x[opHideoutSetTribute-394] + _ = x[opHideoutUpgradeWithPowerCrystal-395] + _ = x[opHideoutDeclareHQ-396] + _ = x[opHideoutUndeclareHQ-397] + _ = x[opHideoutGetHQRequirements-398] + _ = x[opHideoutBoost-399] + _ = x[opHideoutBoostConstruction-400] + _ = x[opOpenWorldAttackScheduleStart-401] + _ = x[opOpenWorldAttackScheduleCancel-402] + _ = x[opOpenWorldAttackConquerStart-403] + _ = x[opOpenWorldAttackConquerCancel-404] + _ = x[opGetOpenWorldAttackDetails-405] + _ = x[opGetNextOpenWorldAttackScheduleTime-406] + _ = x[opRecoverVaultFromHideout-407] + _ = x[opGetGuildEnergyDrainInfo-408] + _ = x[opChannelingUpdate-409] + _ = x[opUseCorruptedShrine-410] + _ = x[opRequestEstimatedMarketValue-411] + _ = x[opLogFeedback-412] + _ = x[opGetInfamyInfo-413] + _ = x[opGetPartySmartClusterQueuePriority-414] + _ = x[opSetPartySmartClusterQueuePriority-415] + _ = x[opClientAntiAutoClickerInfo-416] + _ = x[opClientBotPatternDetectionInfo-417] + _ = x[opClientAntiGatherClickerInfo-418] + _ = x[opLoadoutCreate-419] + _ = x[opLoadoutRead-420] + _ = x[opLoadoutReadHeaders-421] + _ = x[opLoadoutUpdate-422] + _ = x[opLoadoutDelete-423] + _ = x[opLoadoutOrderUpdate-424] + _ = x[opLoadoutEquip-425] + _ = x[opBatchUseItemCancel-426] + _ = x[opEnlistFactionWarfare-427] + _ = x[opGetFactionWarfareWeeklyReport-428] + _ = x[opClaimFactionWarfareWeeklyReport-429] + _ = x[opGetFactionWarfareCampaignData-430] + _ = x[opClaimFactionWarfareItemReward-431] + _ = x[opSendMemoryConsumption-432] + _ = x[opPickupCarriableObjectStart-433] + _ = x[opPickupCarriableObjectCancel-434] + _ = x[opSetSavingChestLogsFlag-435] + _ = x[opGetSavingChestLogsFlag-436] + _ = x[opRegisterGuestAccount-437] + _ = x[opResendGuestAccountVerificationEmail-438] + _ = x[opDoSimpleActionStart-439] + _ = x[opDoSimpleActionCancel-440] + _ = x[opGetGvgSeasonContributionByActivity-441] + _ = x[opGetGvgSeasonContributionByCrystalLeague-442] + _ = x[opGetGuildMightCategoryContribution-443] + _ = x[opGetGuildMightCategoryOverview-444] + _ = x[opGetPvpChallengeData-445] + _ = x[opClaimPvpChallengeWeeklyReward-446] + _ = x[opGetPersonalMightStats-447] + _ = x[opAuctionGetLoadoutOffers-448] + _ = x[opAuctionBuyLoadoutOffer-449] + _ = x[opAccountDeletionRequest-450] + _ = x[opAccountReactivationRequest-451] + _ = x[opGetModerationEscalationDefiniton-452] + _ = x[opEventBasedPopupAddSeen-453] + _ = x[opGetItemKillHistory-454] + _ = x[opGetVanityConsumables-455] + _ = x[opEquipKillEmote-456] + _ = x[opChangeKillEmotePlayOnKnockdownSetting-457] + _ = x[opBuyVanityConsumableCharges-458] + _ = x[opReclaimVanityItem-459] + _ = x[opGetArenaRankings-460] + _ = x[opGetCrystalLeagueStatistics-461] + _ = x[opSendOptionsLog-462] + _ = x[opSendControlsOptionsLog-463] + _ = x[opMistsUseImmediateReturnExit-464] + _ = x[opMistsUseStaticEntrance-465] + _ = x[opMistsUseCityRoadsEntrance-466] + _ = x[opChangeNewGuildMemberMail-467] + _ = x[opGetNewGuildMemberMail-468] + _ = x[opChangeGuildFactionAllegiance-469] + _ = x[opGetGuildFactionAllegiance-470] + _ = x[opGuildBannerChange-471] + _ = x[opGuildGetOptionalStats-472] + _ = x[opGuildSetOptionalStats-473] + _ = x[opGetPlayerInfoForStalk-474] + _ = x[opPayGoldForCharacterTypeChange-475] + _ = x[opQuickSellAuctionQueryAction-476] + _ = x[opQuickSellAuctionSellAction-477] + _ = x[opFcmTokenToServer-478] + _ = x[opApnsTokenToServer-479] + _ = x[opDeathRecap-480] + _ = x[opAuctionFetchFinishedAuctions-481] + _ = x[opAbortAuctionFetchFinishedAuctions-482] + _ = x[opRequestLegendaryEvenHistory-483] + _ = x[opPartyAnswerStartHuntRequest-484] + _ = x[opHuntAbort-485] + _ = x[opUseFindTrackSpellFromItemPrepare-486] + _ = x[opInteractWithTrackStart-487] + _ = x[opInteractWithTrackCancel-488] + _ = x[opTerritoryRaidStart-489] + _ = x[opTerritoryRaidCancel-490] + _ = x[opTerritoryClaimRaidedRawEnergyCrystalResult-491] + _ = x[opGvGSeasonPlayerGuildParticipationDetails-492] + _ = x[opDailyMightBonus-493] + _ = x[opClaimDailyMightBonus-494] + _ = x[opGetFortificationGroupInfo-495] + _ = x[opUpgradeFortificationGroup-496] } -const _OperationType_name = "opUnusedopPingopJoinopVersionedOperationopCreateAccountopLoginopCreateGuestAccountopSendCrashLogopSendTraceRouteopSendVfxStatsopSendGamePingInfoopCreateCharacteropDeleteCharacteropSelectCharacteropAcceptPopupsopRedeemKeycodeopGetGameServerByClusteropGetShopPurchaseUrlopGetReferralSeasonDetailsopGetReferralLinkopGetShopTilesForCategoryopMoveopAttackStartopCastStartopCastCancelopTerminateToggleSpellopChannelingCancelopAttackBuildingStartopInventoryDestroyItemopInventoryMoveItemopInventoryRecoverItemopInventoryRecoverAllItemsopInventorySplitStackopInventorySplitStackIntoopGetClusterDataopChangeClusteropConsoleCommandopChatMessageopReportClientErroropRegisterToObjectopUnRegisterFromObjectopCraftBuildingChangeSettingsopCraftBuildingTakeMoneyopRepairBuildingChangeSettingsopRepairBuildingTakeMoneyopActionBuildingChangeSettingsopHarvestStartopHarvestCancelopTakeSilveropActionOnBuildingStartopActionOnBuildingCancelopInstallResourceStartopInstallResourceCancelopInstallSilveropBuildingFillNutritionopBuildingChangeRenovationStateopBuildingBuySkinopBuildingClaimopBuildingGiveupopBuildingNutritionSilverStorageDepositopBuildingNutritionSilverStorageWithdrawopBuildingNutritionSilverRewardSetopConstructionSiteCreateopPlaceableObjectPlaceopPlaceableObjectPlaceCancelopPlaceableObjectPickupopFurnitureObjectUseopFarmableHarvestopFarmableFinishGrownItemopFarmableDestroyopFarmableGetProductopFarmableFillopTearDownConstructionSiteopCastleGateUseopAuctionCreateOfferopAuctionCreateRequestopAuctionGetOffersopAuctionGetRequestsopAuctionBuyOfferopAuctionAbortAuctionopAuctionModifyAuctionopAuctionAbortOfferopAuctionAbortRequestopAuctionSellRequestopAuctionGetFinishedAuctionsopAuctionGetFinishedAuctionsCountopAuctionFetchAuctionopAuctionGetMyOpenOffersopAuctionGetMyOpenRequestsopAuctionGetMyOpenAuctionsopAuctionGetItemAverageStatsopAuctionGetItemAverageValueopContainerOpenopContainerCloseopContainerManageSubContaineropRespawnopSuicideopJoinGuildopLeaveGuildopCreateGuildopInviteToGuildopDeclineGuildInvitationopKickFromGuildopInstantJoinGuildopDuellingChallengePlayeropDuellingAcceptChallengeopDuellingDenyChallengeopChangeClusterTaxopClaimTerritoryopGiveUpTerritoryopChangeTerritoryAccessRightsopGetMonolithInfoopGetClaimInfoopGetAttackInfoopGetTerritorySeasonPointsopGetAttackScheduleopGetMatchesopGetMatchDetailsopJoinMatchopLeaveMatchopChangeChatSettingsopLogoutStartopLogoutCancelopClaimOrbStartopClaimOrbCancelopMatchLootChestOpeningStartopMatchLootChestOpeningCancelopDepositToGuildAccountopWithdrawalFromAccountopChangeGuildPayUpkeepFlagopChangeGuildTaxopGetMyTerritoriesopMorganaCommandopGetServerInfoopSubscribeToClusteropAnswerMercenaryInvitationopGetCharacterEquipmentopGetCharacterSteamAchievementsopGetCharacterStatsopGetKillHistoryDetailsopLearnMasteryLevelopReSpecAchievementopChangeAvataropGetRankingsopGetRankopGetGvgSeasonRankingsopGetGvgSeasonRankopGetGvgSeasonHistoryRankingsopGetGvgSeasonGuildMemberHistoryopKickFromGvGMatchopGetCrystalLeagueDailySeasonPointsopGetChestLogsopGetAccessRightLogsopGetGuildAccountLogsopGetGuildAccountLogsLargeAmountopInviteToPlayerTradeopPlayerTradeCancelopPlayerTradeInvitationAcceptopPlayerTradeAddItemopPlayerTradeRemoveItemopPlayerTradeAcceptTradeopPlayerTradeSetSilverOrGoldopSendMiniMapPingopStuckopBuyRealEstateopClaimRealEstateopGiveUpRealEstateopChangeRealEstateOutlineopGetMailInfosopGetMailCountopReadMailopSendNewMailopDeleteMailopMarkMailUnreadopClaimAttachmentFromMailopApplyToGuildopAnswerGuildApplicationopRequestGuildFinderFilteredListopUpdateGuildRecruitmentInfoopRequestGuildRecruitmentInfoopRequestGuildFinderNameSearchopRequestGuildFinderRecommendedListopRegisterChatPeeropSendChatMessageopSendModeratorMessageopJoinChatChannelopLeaveChatChannelopSendWhisperMessageopSayopPlayEmoteopStopEmoteopGetClusterMapInfoopAccessRightsChangeSettingsopMountopMountCancelopBuyJourneyopSetSaleStatusForEstateopResolveGuildOrPlayerNameopGetRespawnInfosopMakeHomeopLeaveHomeopResurrectionReplyopAllianceCreateopAllianceDisbandopAllianceGetMemberInfosopAllianceInviteopAllianceAnswerInvitationopAllianceCancelInvitationopAllianceKickGuildopAllianceLeaveopAllianceChangeGoldPaymentFlagopAllianceGetDetailInfoopGetIslandInfosopAbandonMyIslandopBuyMyIslandopBuyGuildIslandopAbandonGuildIslandopUpgradeMyIslandopUpgradeGuildIslandopMoveMyIslandopMoveGuildIslandopTerritoryFillNutritionopTeleportBackopPartyInvitePlayeropPartyRequestJoinopPartyAnswerInvitationopPartyAnswerJoinRequestopPartyLeaveopPartyKickPlayeropPartyMakeLeaderopPartyChangeLootSettingopPartyMarkObjectopPartySetRoleopSetGuildCodexopExitEnterStartopExitEnterCancelopQuestGiverRequestopGoldMarketGetBuyOfferopGoldMarketGetBuyOfferFromSilveropGoldMarketGetSellOfferopGoldMarketGetSellOfferFromSilveropGoldMarketBuyGoldopGoldMarketSellGoldopGoldMarketCreateSellOrderopGoldMarketCreateBuyOrderopGoldMarketGetInfosopGoldMarketCancelOrderopGoldMarketGetAverageInfoopTreasureChestUsingStartopTreasureChestUsingCancelopUseLootChestopUseShrineopUseHellgateShrineopLaborerStartJobopLaborerTakeJobLootopLaborerDismissopLaborerMoveopLaborerBuyItemopLaborerUpgradeopBuyPremiumopRealEstateGetAuctionDataopRealEstateBidOnAuctionopFriendInviteopFriendAnswerInvitationopFriendCancelnvitationopFriendRemoveopInventoryStackopInventorySortopInventoryDropAllopInventoryAddToStacksopEquipmentItemChangeSpellopExpeditionRegisteropExpeditionRegisterCancelopJoinExpeditionopDeclineExpeditionInvitationopVoteStartopVoteDoVoteopRatingDoRateopEnteringExpeditionStartopEnteringExpeditionCancelopActivateExpeditionCheckPointopArenaRegisteropArenaAddInviteopArenaRegisterCancelopArenaLeaveopJoinArenaMatchopDeclineArenaInvitationopEnteringArenaStartopEnteringArenaCancelopArenaCustomMatchopUpdateCharacterStatementopBoostFarmableopGetStrikeHistoryopUseFunctionopUsePortalEntranceopResetPortalBindingopQueryPortalBindingopClaimPaymentTransactionopChangeUseFlagopClientPerformanceStatsopExtendedHardwareStatsopClientLowMemoryWarningopTerritoryClaimStartopTerritoryClaimCancelopClaimPowerCrystalStartopClaimPowerCrystalCancelopTerritoryUpgradeWithPowerCrystalopRequestAppStoreProductsopVerifyProductPurchaseopQueryGuildPlayerStatsopQueryAllianceGuildStatsopTrackAchievementsopSetAchievementsAutoLearnopDepositItemToGuildCurrencyopWithdrawalItemFromGuildCurrencyopAuctionSellSpecificItemRequestopFishingStartopFishingCastingopFishingCastopFishingCatchopFishingPullopFishingGiveLineopFishingFinishopFishingCancelopCreateGuildAccessTagopDeleteGuildAccessTagopRenameGuildAccessTagopFlagGuildAccessTagGuildPermissionopAssignGuildAccessTagopRemoveGuildAccessTagFromPlayeropModifyGuildAccessTagEditorsopRequestPublicAccessTagsopChangeAccessTagPublicFlagopUpdateGuildAccessTagopSteamStartMicrotransactionopSteamFinishMicrotransactionopSteamIdHasActiveAccountopCheckEmailAccountStateopLinkAccountToSteamIdopInAppConfirmPaymentGooglePlayopInAppConfirmPaymentAppleAppStoreopInAppPurchaseRequestopInAppPurchaseFailedopCharacterSubscriptionInfoopAccountSubscriptionInfoopBuyGvgSeasonBoosteropChangeFlaggingPrepareopOverChargeopOverChargeEndopRequestTrustedopChangeGuildLogoopPartyFinderRegisterForUpdatesopPartyFinderUnregisterForUpdatesopPartyFinderEnlistNewPartySearchopPartyFinderDeletePartySearchopPartyFinderChangePartySearchopPartyFinderChangeRoleopPartyFinderApplyForGroupopPartyFinderAcceptOrDeclineApplyForGroupopPartyFinderGetEquipmentSnapshotopPartyFinderRegisterApplicantsopPartyFinderUnregisterApplicantsopPartyFinderFulltextSearchopPartyFinderRequestEquipmentSnapshotopGetPersonalSeasonTrackerDataopGetPersonalSeasonPastRewardDataopUseConsumableFromInventoryopClaimPersonalSeasonRewardopEasyAntiCheatMessageToServeropXignCodeMessageToServeropBattlEyeMessageToServeropSetNextTutorialStateopAddPlayerToMuteListopRemovePlayerFromMuteListopProductShopUserEventopGetVanityUnlocksopBuyVanityUnlocksopGetMountSkinsopSetMountSkinopSetWardrobeopChangeCustomizationopChangePlayerIslandDataopGetGuildChallengePointsopSmartQueueJoinopSmartQueueLeaveopSmartQueueSelectSpawnClusteropUpgradeHideoutopInitHideoutAttackStartopInitHideoutAttackCancelopHideoutFillNutritionopHideoutGetInfoopHideoutGetOwnerInfoopHideoutSetTributeopHideoutUpgradeWithPowerCrystalopHideoutDeclareHQopHideoutUndeclareHQopHideoutGetHQRequirementsopHideoutBoostopHideoutBoostConstructionopOpenWorldAttackScheduleStartopOpenWorldAttackScheduleCancelopOpenWorldAttackConquerStartopOpenWorldAttackConquerCancelopGetOpenWorldAttackDetailsopGetNextOpenWorldAttackScheduleTimeopRecoverVaultFromHideoutopGetGuildEnergyDrainInfoopChannelingUpdateopUseCorruptedShrineopRequestEstimatedMarketValueopLogFeedbackopGetInfamyInfoopGetPartySmartClusterQueuePriorityopSetPartySmartClusterQueuePriorityopClientAntiAutoClickerInfoopClientBotPatternDetectionInfoopClientAntiGatherClickerInfoopLoadoutCreateopLoadoutReadopLoadoutReadHeadersopLoadoutUpdateopLoadoutDeleteopLoadoutOrderUpdateopLoadoutEquipopBatchUseItemCancelopEnlistFactionWarfareopGetFactionWarfareWeeklyReportopClaimFactionWarfareWeeklyReportopGetFactionWarfareCampaignDataopClaimFactionWarfareItemRewardopSendMemoryConsumptionopPickupPowerCrystalStartopPickupPowerCrystalCancelopSetSavingChestLogsFlagopGetSavingChestLogsFlagopRegisterGuestAccountopResendGuestAccountVerificationEmailopDoSimpleActionStartopDoSimpleActionCancelopGetGvgSeasonContributionByActivityopGetGvgSeasonContributionByCrystalLeagueopGetGuildMightCategoryContributionopGetGuildMightCategoryOverviewopGetPvpChallengeDataopClaimPvpChallengeWeeklyRewardopGetPersonalMightStatsopAuctionGetLoadoutOffersopAuctionBuyLoadoutOfferopAccountDeletionRequestopAccountReactivationRequestopGetModerationEscalationDefinitonopEventBasedPopupAddSeenopGetItemKillHistoryopGetVanityConsumablesopEquipKillEmoteopChangeKillEmotePlayOnKnockdownSettingopBuyVanityConsumableChargesopReclaimVanityItemopGetArenaRankingsopGetCrystalLeagueStatisticsopSendOptionsLogopSendControlsOptionsLogopMistsUseImmediateReturnExitopMistsUseStaticEntranceopMistsUseCityRoadsEntranceopChangeNewGuildMemberMailopGetNewGuildMemberMailopChangeGuildFactionAllegianceopGetGuildFactionAllegianceopGuildBannerChangeopGuildGetOptionalStatsopGuildSetOptionalStatsopGetPlayerInfoForStalkopPayGoldForCharacterTypeChangeopQuickSellAuctionQueryActionopQuickSellAuctionSellActionopFcmTokenToServeropApnsTokenToServeropDeathRecapopAuctionFetchFinishedAuctionsopAbortAuctionFetchFinishedAuctionsopRequestLegendaryEvenHistoryopPartyAnswerStartHuntRequestopHuntAbortopUseFindTrackSpellFromItemPrepareopInteractWithTrackStartopInteractWithTrackCancelopTerritoryRaidStartopTerritoryRaidCancelopTerritoryClaimRaidedRawEnergyCrystalResultopGvGSeasonPlayerGuildParticipationDetailsopDailyMightBonusopClaimDailyMightBonus" +const _OperationType_name = "opUnusedopPingopJoinopVersionedOperationopCreateAccountopLoginopCreateGuestAccountopSendCrashLogopSendTraceRouteopSendVfxStatsopSendGamePingInfoopCreateCharacteropDeleteCharacteropSelectCharacteropAcceptPopupsopRedeemKeycodeopGetGameServerByClusteropGetShopPurchaseUrlopGetReferralSeasonDetailsopGetReferralLinkopGetShopTilesForCategoryopMoveopAttackStartopCastStartopCastCancelopTerminateToggleSpellopChannelingCancelopAttackBuildingStartopInventoryDestroyItemopInventoryMoveItemopInventoryRecoverItemopInventoryRecoverAllItemsopInventorySplitStackopInventorySplitStackIntoopGetClusterDataopChangeClusteropConsoleCommandopChatMessageopReportClientErroropRegisterToObjectopUnRegisterFromObjectopCraftBuildingChangeSettingsopCraftBuildingTakeMoneyopRepairBuildingChangeSettingsopRepairBuildingTakeMoneyopActionBuildingChangeSettingsopHarvestStartopHarvestCancelopTakeSilveropActionOnBuildingStartopActionOnBuildingCancelopInstallResourceStartopInstallResourceCancelopInstallSilveropBuildingFillNutritionopBuildingChangeRenovationStateopBuildingBuySkinopBuildingClaimopBuildingGiveupopBuildingNutritionSilverStorageDepositopBuildingNutritionSilverStorageWithdrawopBuildingNutritionSilverRewardSetopConstructionSiteCreateopPlaceableObjectPlaceopPlaceableObjectPlaceCancelopPlaceableObjectPickupopFurnitureObjectUseopFarmableHarvestopFarmableFinishGrownItemopFarmableDestroyopFarmableGetProductopFarmableFillopTearDownConstructionSiteopPlaceholder1opAuctionCreateOfferopAuctionCreateRequestopAuctionGetOffersopAuctionGetRequestsopAuctionBuyOfferopAuctionAbortAuctionopAuctionModifyAuctionopAuctionAbortOfferopAuctionAbortRequestopAuctionSellRequestopAuctionGetFinishedAuctionsopAuctionGetFinishedAuctionsCountopAuctionFetchAuctionopAuctionGetMyOpenOffersopAuctionGetMyOpenRequestsopAuctionGetMyOpenAuctionsopAuctionGetItemAverageStatsopAuctionGetItemAverageValueopContainerOpenopContainerCloseopContainerManageSubContaineropRespawnopSuicideopJoinGuildopLeaveGuildopCreateGuildopInviteToGuildopDeclineGuildInvitationopKickFromGuildopInstantJoinGuildopDuellingChallengePlayeropDuellingAcceptChallengeopDuellingDenyChallengeopChangeClusterTaxopClaimTerritoryopGiveUpTerritoryopChangeTerritoryAccessRightsopGetMonolithInfoopGetClaimInfoopGetAttackInfoopGetTerritorySeasonPointsopGetAttackScheduleopGetMatchesopGetMatchDetailsopJoinMatchopLeaveMatchopChangeChatSettingsopLogoutStartopLogoutCancelopClaimOrbStartopClaimOrbCancelopMatchLootChestOpeningStartopMatchLootChestOpeningCancelopDepositToGuildAccountopWithdrawalFromAccountopChangeGuildPayUpkeepFlagopChangeGuildTaxopGetMyTerritoriesopMorganaCommandopGetServerInfoopSubscribeToClusteropAnswerMercenaryInvitationopGetCharacterEquipmentopGetCharacterSteamAchievementsopGetCharacterStatsopGetKillHistoryDetailsopLearnMasteryLevelopReSpecAchievementopChangeAvataropGetRankingsopGetRankopGetGvgSeasonRankingsopGetGvgSeasonRankopGetGvgSeasonHistoryRankingsopGetGvgSeasonGuildMemberHistoryopKickFromGvGMatchopGetCrystalLeagueDailySeasonPointsopGetChestLogsopGetAccessRightLogsopGetGuildAccountLogsopGetGuildAccountLogsLargeAmountopInviteToPlayerTradeopPlayerTradeCancelopPlayerTradeInvitationAcceptopPlayerTradeAddItemopPlayerTradeRemoveItemopPlayerTradeAcceptTradeopPlayerTradeSetSilverOrGoldopSendMiniMapPingopStuckopBuyRealEstateopClaimRealEstateopGiveUpRealEstateopChangeRealEstateOutlineopGetMailInfosopGetMailCountopReadMailopSendNewMailopDeleteMailopMarkMailUnreadopClaimAttachmentFromMailopApplyToGuildopAnswerGuildApplicationopRequestGuildFinderFilteredListopUpdateGuildRecruitmentInfoopRequestGuildRecruitmentInfoopRequestGuildFinderNameSearchopRequestGuildFinderRecommendedListopRegisterChatPeeropSendChatMessageopSendModeratorMessageopJoinChatChannelopLeaveChatChannelopSendWhisperMessageopSayopPlayEmoteopStopEmoteopGetClusterMapInfoopAccessRightsChangeSettingsopMountopMountCancelopBuyJourneyopSetSaleStatusForEstateopResolveGuildOrPlayerNameopGetRespawnInfosopMakeHomeopLeaveHomeopResurrectionReplyopAllianceCreateopAllianceDisbandopAllianceGetMemberInfosopAllianceInviteopAllianceAnswerInvitationopAllianceCancelInvitationopAllianceKickGuildopAllianceLeaveopAllianceChangeGoldPaymentFlagopAllianceGetDetailInfoopGetIslandInfosopAbandonMyIslandopBuyMyIslandopBuyGuildIslandopAbandonGuildIslandopUpgradeMyIslandopUpgradeGuildIslandopMoveMyIslandopMoveGuildIslandopTerritoryFillNutritionopTeleportBackopPartyInvitePlayeropPartyRequestJoinopPartyAnswerInvitationopPartyAnswerJoinRequestopPartyLeaveopPartyKickPlayeropPartyMakeLeaderopPartyChangeLootSettingopPartyMarkObjectopPartySetRoleopSetGuildCodexopExitEnterStartopExitEnterCancelopQuestGiverRequestopGoldMarketGetBuyOfferopGoldMarketGetBuyOfferFromSilveropGoldMarketGetSellOfferopGoldMarketGetSellOfferFromSilveropGoldMarketBuyGoldopGoldMarketSellGoldopGoldMarketCreateSellOrderopGoldMarketCreateBuyOrderopGoldMarketGetInfosopGoldMarketCancelOrderopGoldMarketGetAverageInfoopTreasureChestUsingStartopTreasureChestUsingCancelopUseLootChestopUseShrineopUseHellgateShrineopUseSiegeBanneropGetSiegeBannerInfoopLaborerStartJobopLaborerTakeJobLootopLaborerDismissopLaborerMoveopLaborerBuyItemopLaborerUpgradeopBuyPremiumopRealEstateGetAuctionDataopRealEstateBidOnAuctionopFriendInviteopFriendAnswerInvitationopFriendCancelnvitationopFriendRemoveopInventoryStackopInventorySortopInventoryDropAllopInventoryAddToStacksopEquipmentItemChangeSpellopExpeditionRegisteropExpeditionRegisterCancelopJoinExpeditionopDeclineExpeditionInvitationopVoteStartopVoteDoVoteopRatingDoRateopEnteringExpeditionStartopEnteringExpeditionCancelopActivateExpeditionCheckPointopArenaRegisteropArenaAddInviteopArenaRegisterCancelopArenaLeaveopJoinArenaMatchopDeclineArenaInvitationopEnteringArenaStartopEnteringArenaCancelopArenaCustomMatchopUpdateCharacterStatementopBoostFarmableopGetStrikeHistoryopUseFunctionopUsePortalEntranceopResetPortalBindingopQueryPortalBindingopClaimPaymentTransactionopChangeUseFlagopClientPerformanceStatsopExtendedHardwareStatsopClientLowMemoryWarningopTerritoryClaimStartopTerritoryClaimCancelopDeliverCarriableObjectStartopDeliverCarriableObjectCancelopTerritoryUpgradeWithPowerCrystalopRequestAppStoreProductsopVerifyProductPurchaseopQueryGuildPlayerStatsopQueryAllianceGuildStatsopTrackAchievementsopSetAchievementsAutoLearnopDepositItemToGuildCurrencyopWithdrawalItemFromGuildCurrencyopAuctionSellSpecificItemRequestopFishingStartopFishingCastingopFishingCastopFishingCatchopFishingPullopFishingGiveLineopFishingFinishopFishingCancelopCreateGuildAccessTagopDeleteGuildAccessTagopRenameGuildAccessTagopFlagGuildAccessTagGuildPermissionopAssignGuildAccessTagopRemoveGuildAccessTagFromPlayeropModifyGuildAccessTagEditorsopRequestPublicAccessTagsopChangeAccessTagPublicFlagopUpdateGuildAccessTagopSteamStartMicrotransactionopSteamFinishMicrotransactionopSteamIdHasActiveAccountopCheckEmailAccountStateopLinkAccountToSteamIdopInAppConfirmPaymentGooglePlayopInAppConfirmPaymentAppleAppStoreopInAppPurchaseRequestopInAppPurchaseFailedopCharacterSubscriptionInfoopAccountSubscriptionInfoopBuyGvgSeasonBoosteropChangeFlaggingPrepareopOverChargeopOverChargeEndopRequestTrustedopChangeGuildLogoopPartyFinderRegisterForUpdatesopPartyFinderUnregisterForUpdatesopPartyFinderEnlistNewPartySearchopPartyFinderDeletePartySearchopPartyFinderChangePartySearchopPartyFinderChangeRoleopPartyFinderApplyForGroupopPartyFinderAcceptOrDeclineApplyForGroupopPartyFinderGetEquipmentSnapshotopPartyFinderRegisterApplicantsopPartyFinderUnregisterApplicantsopPartyFinderFulltextSearchopPartyFinderRequestEquipmentSnapshotopGetPersonalSeasonTrackerDataopGetPersonalSeasonPastRewardDataopUseConsumableFromInventoryopClaimPersonalSeasonRewardopEasyAntiCheatMessageToServeropXignCodeMessageToServeropBattlEyeMessageToServeropSetNextTutorialStateopAddPlayerToMuteListopRemovePlayerFromMuteListopProductShopUserEventopGetVanityUnlocksopBuyVanityUnlocksopGetMountSkinsopSetMountSkinopSetWardrobeopChangeCustomizationopChangePlayerIslandDataopGetGuildChallengePointsopSmartQueueJoinopSmartQueueLeaveopSmartQueueSelectSpawnClusteropUpgradeHideoutopInitHideoutAttackStartopInitHideoutAttackCancelopHideoutFillNutritionopHideoutGetInfoopHideoutGetOwnerInfoopHideoutSetTributeopHideoutUpgradeWithPowerCrystalopHideoutDeclareHQopHideoutUndeclareHQopHideoutGetHQRequirementsopHideoutBoostopHideoutBoostConstructionopOpenWorldAttackScheduleStartopOpenWorldAttackScheduleCancelopOpenWorldAttackConquerStartopOpenWorldAttackConquerCancelopGetOpenWorldAttackDetailsopGetNextOpenWorldAttackScheduleTimeopRecoverVaultFromHideoutopGetGuildEnergyDrainInfoopChannelingUpdateopUseCorruptedShrineopRequestEstimatedMarketValueopLogFeedbackopGetInfamyInfoopGetPartySmartClusterQueuePriorityopSetPartySmartClusterQueuePriorityopClientAntiAutoClickerInfoopClientBotPatternDetectionInfoopClientAntiGatherClickerInfoopLoadoutCreateopLoadoutReadopLoadoutReadHeadersopLoadoutUpdateopLoadoutDeleteopLoadoutOrderUpdateopLoadoutEquipopBatchUseItemCancelopEnlistFactionWarfareopGetFactionWarfareWeeklyReportopClaimFactionWarfareWeeklyReportopGetFactionWarfareCampaignDataopClaimFactionWarfareItemRewardopSendMemoryConsumptionopPickupCarriableObjectStartopPickupCarriableObjectCancelopSetSavingChestLogsFlagopGetSavingChestLogsFlagopRegisterGuestAccountopResendGuestAccountVerificationEmailopDoSimpleActionStartopDoSimpleActionCancelopGetGvgSeasonContributionByActivityopGetGvgSeasonContributionByCrystalLeagueopGetGuildMightCategoryContributionopGetGuildMightCategoryOverviewopGetPvpChallengeDataopClaimPvpChallengeWeeklyRewardopGetPersonalMightStatsopAuctionGetLoadoutOffersopAuctionBuyLoadoutOfferopAccountDeletionRequestopAccountReactivationRequestopGetModerationEscalationDefinitonopEventBasedPopupAddSeenopGetItemKillHistoryopGetVanityConsumablesopEquipKillEmoteopChangeKillEmotePlayOnKnockdownSettingopBuyVanityConsumableChargesopReclaimVanityItemopGetArenaRankingsopGetCrystalLeagueStatisticsopSendOptionsLogopSendControlsOptionsLogopMistsUseImmediateReturnExitopMistsUseStaticEntranceopMistsUseCityRoadsEntranceopChangeNewGuildMemberMailopGetNewGuildMemberMailopChangeGuildFactionAllegianceopGetGuildFactionAllegianceopGuildBannerChangeopGuildGetOptionalStatsopGuildSetOptionalStatsopGetPlayerInfoForStalkopPayGoldForCharacterTypeChangeopQuickSellAuctionQueryActionopQuickSellAuctionSellActionopFcmTokenToServeropApnsTokenToServeropDeathRecapopAuctionFetchFinishedAuctionsopAbortAuctionFetchFinishedAuctionsopRequestLegendaryEvenHistoryopPartyAnswerStartHuntRequestopHuntAbortopUseFindTrackSpellFromItemPrepareopInteractWithTrackStartopInteractWithTrackCancelopTerritoryRaidStartopTerritoryRaidCancelopTerritoryClaimRaidedRawEnergyCrystalResultopGvGSeasonPlayerGuildParticipationDetailsopDailyMightBonusopClaimDailyMightBonusopGetFortificationGroupInfoopUpgradeFortificationGroup" -var _OperationType_index = [...]uint16{0, 8, 14, 20, 40, 55, 62, 82, 96, 112, 126, 144, 161, 178, 195, 209, 224, 248, 268, 294, 311, 336, 342, 355, 366, 378, 400, 418, 439, 461, 480, 502, 528, 549, 574, 590, 605, 621, 634, 653, 671, 693, 722, 746, 776, 801, 831, 845, 860, 872, 895, 919, 941, 964, 979, 1002, 1033, 1050, 1065, 1081, 1120, 1160, 1194, 1218, 1240, 1268, 1291, 1311, 1328, 1353, 1370, 1390, 1404, 1430, 1445, 1465, 1487, 1505, 1525, 1542, 1563, 1585, 1604, 1625, 1645, 1673, 1706, 1727, 1751, 1777, 1803, 1831, 1859, 1874, 1890, 1919, 1928, 1937, 1948, 1960, 1973, 1988, 2012, 2027, 2045, 2070, 2095, 2118, 2136, 2152, 2169, 2198, 2215, 2229, 2244, 2270, 2289, 2301, 2318, 2329, 2341, 2361, 2374, 2388, 2403, 2419, 2447, 2476, 2499, 2522, 2548, 2564, 2582, 2598, 2613, 2633, 2660, 2683, 2714, 2733, 2756, 2775, 2794, 2808, 2821, 2830, 2852, 2870, 2899, 2931, 2949, 2984, 2998, 3018, 3039, 3071, 3092, 3111, 3140, 3160, 3183, 3207, 3235, 3252, 3259, 3274, 3291, 3309, 3334, 3348, 3362, 3372, 3385, 3397, 3413, 3438, 3452, 3476, 3508, 3536, 3565, 3595, 3630, 3648, 3665, 3687, 3704, 3722, 3742, 3747, 3758, 3769, 3788, 3816, 3823, 3836, 3848, 3872, 3898, 3915, 3925, 3936, 3955, 3971, 3988, 4012, 4028, 4054, 4080, 4099, 4114, 4145, 4168, 4184, 4201, 4214, 4230, 4250, 4267, 4287, 4301, 4318, 4342, 4356, 4375, 4393, 4416, 4440, 4452, 4469, 4486, 4510, 4527, 4541, 4556, 4572, 4589, 4608, 4631, 4664, 4688, 4722, 4741, 4761, 4788, 4814, 4834, 4857, 4883, 4908, 4934, 4948, 4959, 4978, 4995, 5015, 5031, 5044, 5060, 5076, 5088, 5114, 5138, 5152, 5176, 5199, 5213, 5229, 5244, 5262, 5284, 5310, 5330, 5356, 5372, 5401, 5412, 5424, 5438, 5463, 5489, 5519, 5534, 5550, 5571, 5583, 5599, 5623, 5643, 5664, 5682, 5708, 5723, 5741, 5754, 5773, 5793, 5813, 5838, 5853, 5877, 5900, 5924, 5945, 5967, 5991, 6016, 6050, 6075, 6098, 6121, 6146, 6165, 6191, 6219, 6252, 6284, 6298, 6314, 6327, 6341, 6354, 6371, 6386, 6401, 6423, 6445, 6467, 6502, 6524, 6556, 6585, 6610, 6637, 6659, 6687, 6716, 6741, 6765, 6787, 6818, 6852, 6874, 6895, 6922, 6947, 6968, 6991, 7003, 7018, 7034, 7051, 7082, 7115, 7148, 7178, 7208, 7231, 7257, 7298, 7331, 7362, 7395, 7422, 7459, 7489, 7522, 7550, 7577, 7607, 7632, 7657, 7679, 7700, 7726, 7748, 7766, 7784, 7799, 7813, 7826, 7847, 7871, 7896, 7912, 7929, 7959, 7975, 7999, 8024, 8046, 8062, 8083, 8102, 8134, 8152, 8172, 8198, 8212, 8238, 8268, 8299, 8328, 8358, 8385, 8421, 8446, 8471, 8489, 8509, 8538, 8551, 8566, 8601, 8636, 8663, 8694, 8723, 8738, 8751, 8771, 8786, 8801, 8821, 8835, 8855, 8877, 8908, 8941, 8972, 9003, 9026, 9051, 9077, 9101, 9125, 9147, 9184, 9205, 9227, 9263, 9304, 9339, 9370, 9391, 9422, 9445, 9470, 9494, 9518, 9546, 9580, 9604, 9624, 9646, 9662, 9701, 9729, 9748, 9766, 9794, 9810, 9834, 9863, 9887, 9914, 9940, 9963, 9993, 10020, 10039, 10062, 10085, 10108, 10139, 10168, 10196, 10214, 10233, 10245, 10275, 10310, 10339, 10368, 10379, 10413, 10437, 10462, 10482, 10503, 10547, 10589, 10606, 10628} +var _OperationType_index = [...]uint16{0, 8, 14, 20, 40, 55, 62, 82, 96, 112, 126, 144, 161, 178, 195, 209, 224, 248, 268, 294, 311, 336, 342, 355, 366, 378, 400, 418, 439, 461, 480, 502, 528, 549, 574, 590, 605, 621, 634, 653, 671, 693, 722, 746, 776, 801, 831, 845, 860, 872, 895, 919, 941, 964, 979, 1002, 1033, 1050, 1065, 1081, 1120, 1160, 1194, 1218, 1240, 1268, 1291, 1311, 1328, 1353, 1370, 1390, 1404, 1430, 1444, 1464, 1486, 1504, 1524, 1541, 1562, 1584, 1603, 1624, 1644, 1672, 1705, 1726, 1750, 1776, 1802, 1830, 1858, 1873, 1889, 1918, 1927, 1936, 1947, 1959, 1972, 1987, 2011, 2026, 2044, 2069, 2094, 2117, 2135, 2151, 2168, 2197, 2214, 2228, 2243, 2269, 2288, 2300, 2317, 2328, 2340, 2360, 2373, 2387, 2402, 2418, 2446, 2475, 2498, 2521, 2547, 2563, 2581, 2597, 2612, 2632, 2659, 2682, 2713, 2732, 2755, 2774, 2793, 2807, 2820, 2829, 2851, 2869, 2898, 2930, 2948, 2983, 2997, 3017, 3038, 3070, 3091, 3110, 3139, 3159, 3182, 3206, 3234, 3251, 3258, 3273, 3290, 3308, 3333, 3347, 3361, 3371, 3384, 3396, 3412, 3437, 3451, 3475, 3507, 3535, 3564, 3594, 3629, 3647, 3664, 3686, 3703, 3721, 3741, 3746, 3757, 3768, 3787, 3815, 3822, 3835, 3847, 3871, 3897, 3914, 3924, 3935, 3954, 3970, 3987, 4011, 4027, 4053, 4079, 4098, 4113, 4144, 4167, 4183, 4200, 4213, 4229, 4249, 4266, 4286, 4300, 4317, 4341, 4355, 4374, 4392, 4415, 4439, 4451, 4468, 4485, 4509, 4526, 4540, 4555, 4571, 4588, 4607, 4630, 4663, 4687, 4721, 4740, 4760, 4787, 4813, 4833, 4856, 4882, 4907, 4933, 4947, 4958, 4977, 4993, 5013, 5030, 5050, 5066, 5079, 5095, 5111, 5123, 5149, 5173, 5187, 5211, 5234, 5248, 5264, 5279, 5297, 5319, 5345, 5365, 5391, 5407, 5436, 5447, 5459, 5473, 5498, 5524, 5554, 5569, 5585, 5606, 5618, 5634, 5658, 5678, 5699, 5717, 5743, 5758, 5776, 5789, 5808, 5828, 5848, 5873, 5888, 5912, 5935, 5959, 5980, 6002, 6031, 6061, 6095, 6120, 6143, 6166, 6191, 6210, 6236, 6264, 6297, 6329, 6343, 6359, 6372, 6386, 6399, 6416, 6431, 6446, 6468, 6490, 6512, 6547, 6569, 6601, 6630, 6655, 6682, 6704, 6732, 6761, 6786, 6810, 6832, 6863, 6897, 6919, 6940, 6967, 6992, 7013, 7036, 7048, 7063, 7079, 7096, 7127, 7160, 7193, 7223, 7253, 7276, 7302, 7343, 7376, 7407, 7440, 7467, 7504, 7534, 7567, 7595, 7622, 7652, 7677, 7702, 7724, 7745, 7771, 7793, 7811, 7829, 7844, 7858, 7871, 7892, 7916, 7941, 7957, 7974, 8004, 8020, 8044, 8069, 8091, 8107, 8128, 8147, 8179, 8197, 8217, 8243, 8257, 8283, 8313, 8344, 8373, 8403, 8430, 8466, 8491, 8516, 8534, 8554, 8583, 8596, 8611, 8646, 8681, 8708, 8739, 8768, 8783, 8796, 8816, 8831, 8846, 8866, 8880, 8900, 8922, 8953, 8986, 9017, 9048, 9071, 9099, 9128, 9152, 9176, 9198, 9235, 9256, 9278, 9314, 9355, 9390, 9421, 9442, 9473, 9496, 9521, 9545, 9569, 9597, 9631, 9655, 9675, 9697, 9713, 9752, 9780, 9799, 9817, 9845, 9861, 9885, 9914, 9938, 9965, 9991, 10014, 10044, 10071, 10090, 10113, 10136, 10159, 10190, 10219, 10247, 10265, 10284, 10296, 10326, 10361, 10390, 10419, 10430, 10464, 10488, 10513, 10533, 10554, 10598, 10640, 10657, 10679, 10706, 10733} func (i OperationType) String() string { if i >= OperationType(len(_OperationType_index)-1) {