diff --git a/Source/Framework/Constants/ItemConst.cs b/Source/Framework/Constants/ItemConst.cs index 381e011e3..c7b762e11 100644 --- a/Source/Framework/Constants/ItemConst.cs +++ b/Source/Framework/Constants/ItemConst.cs @@ -1089,10 +1089,15 @@ namespace Framework.Constants CantUseItem = 99, // You Can'T Use That Item. CantBeObliterated = 100,// You Can'T Obliterate That Item GuildBankConjuredItem = 101,// You Cannot Store Conjured Items In The Guild Bank - CantDoThatRightNow = 102,// You Can'T Do That Right Now. - BagFull6 = 103,// That Bag Is Full. - CantBeScrapped = 104,// You Can'T Scrap That Item - None4 = 105 + BagFull6 = 102,// That Bag Is Full. + CantBeScrapped = 103,// You Can'T Scrap That Item + BagFull7 = 104,// That Bag Is Full. + NotInPetBattle = 105,// You Cannot Do That While In A Pet Battle + BagFull8 = 106,// That Bag Is Full. + CantDoThatRightNow = 107,// You Can'T Do That Right Now. + CantDoThatRightNow2 = 108,// You Can'T Do That Right Now. + NotInNpe = 109,// Not Available During The Tutorial + ItemCooldown = 110,// Item Is Not Ready Yet. } public enum BuyResult diff --git a/Source/Framework/Constants/SharedConst.cs b/Source/Framework/Constants/SharedConst.cs index 6f61081c9..2957783e9 100644 --- a/Source/Framework/Constants/SharedConst.cs +++ b/Source/Framework/Constants/SharedConst.cs @@ -1399,1053 +1399,1063 @@ namespace Framework.Constants public enum GameError : uint { System = 0, - InvFull = 1, - BankFull = 2, - CantEquipLevelI = 3, - CantEquipSkill = 4, - CantEquipEver = 5, - CantEquipRank = 6, - CantEquipRating = 7, - CantEquipReputation = 8, - ProficiencyNeeded = 9, - WrongSlot = 10, - CantEquipNeedTalent = 11, - BagFull = 12, - InternalBagError = 13, - DestroyNonemptyBag = 14, - BagInBag = 15, - TooManySpecialBags = 16, - TradeEquippedBag = 17, - AmmoOnly = 18, - NoSlotAvailable = 19, - WrongBagType = 20, - ItemMaxCount = 21, - NotEquippable = 22, - CantStack = 23, - CantSwap = 24, - SlotEmpty = 25, - ItemNotFound = 26, - TooFewToSplit = 27, - SplitFailed = 28, - NotABag = 29, - NotOwner = 30, - OnlyOneQuiver = 31, - NoBankSlot = 32, - NoBankHere = 33, - ItemLocked = 34, - Equipped2Handed = 35, - VendorNotInterested = 36, - VendorRefuseScrappableAzerite = 37, - VendorHatesYou = 38, - VendorSoldOut = 39, - VendorTooFar = 40, - VendorDoesntBuy = 41, - NotEnoughMoney = 42, - ReceiveItemS = 43, - DropBoundItem = 44, - TradeBoundItem = 45, - TradeQuestItem = 46, - TradeTempEnchantBound = 47, - TradeGroundItem = 48, - TradeBag = 49, - SpellFailedS = 50, - ItemCooldown = 51, - PotionCooldown = 52, - FoodCooldown = 53, - SpellCooldown = 54, - AbilityCooldown = 55, - SpellAlreadyKnownS = 56, - PetSpellAlreadyKnownS = 57, - ProficiencyGainedS = 58, - SkillGainedS = 59, - SkillUpSi = 60, - LearnSpellS = 61, - LearnAbilityS = 62, - LearnPassiveS = 63, - LearnRecipeS = 64, - LearnCompanionS = 65, - LearnMountS = 66, - LearnToyS = 67, - LearnHeirloomS = 68, - LearnTransmogS = 69, - CompletedTransmogSetS = 70, - RevokeTransmogS = 71, - InvitePlayerS = 72, - InviteSelf = 73, - InvitedToGroupSs = 74, - InvitedAlreadyInGroupSs = 75, - AlreadyInGroupS = 76, - CrossRealmRaidInvite = 77, - PlayerBusyS = 78, - NewLeaderS = 79, - NewLeaderYou = 80, - NewGuideS = 81, - NewGuideYou = 82, - LeftGroupS = 83, - LeftGroupYou = 84, - GroupDisbanded = 85, - DeclineGroupS = 86, - JoinedGroupS = 87, - UninviteYou = 88, - BadPlayerNameS = 89, - NotInGroup = 90, - TargetNotInGroupS = 91, - TargetNotInInstanceS = 92, - NotInInstanceGroup = 93, - GroupFull = 94, - NotLeader = 95, - PlayerDiedS = 96, - GuildCreateS = 97, - GuildInviteS = 98, - InvitedToGuildSss = 99, - AlreadyInGuildS = 100, - AlreadyInvitedToGuildS = 101, - InvitedToGuild = 102, - AlreadyInGuild = 103, - GuildAccept = 104, - GuildDeclineS = 105, - GuildDeclineAutoS = 106, - GuildPermissions = 107, - GuildJoinS = 108, - GuildFounderS = 109, - GuildPromoteSss = 110, - GuildDemoteSs = 111, - GuildDemoteSss = 112, - GuildInviteSelf = 113, - GuildQuitS = 114, - GuildLeaveS = 115, - GuildRemoveSs = 116, - GuildRemoveSelf = 117, - GuildDisbandS = 118, - GuildDisbandSelf = 119, - GuildLeaderS = 120, - GuildLeaderSelf = 121, - GuildPlayerNotFoundS = 122, - GuildPlayerNotInGuildS = 123, - GuildPlayerNotInGuild = 124, - GuildCantPromoteS = 125, - GuildCantDemoteS = 126, - GuildNotInAGuild = 127, - GuildInternal = 128, - GuildLeaderIsS = 129, - GuildLeaderChangedSs = 130, - GuildDisbanded = 131, - GuildNotAllied = 132, - GuildLeaderLeave = 133, - GuildRanksLocked = 134, - GuildRankInUse = 135, - GuildRankTooHighS = 136, - GuildRankTooLowS = 137, - GuildNameExistsS = 138, - GuildWithdrawLimit = 139, - GuildNotEnoughMoney = 140, - GuildTooMuchMoney = 141, - GuildBankConjuredItem = 142, - GuildBankEquippedItem = 143, - GuildBankBoundItem = 144, - GuildBankQuestItem = 145, - GuildBankWrappedItem = 146, - GuildBankFull = 147, - GuildBankWrongTab = 148, - NoGuildCharter = 149, - OutOfRange = 150, - PlayerDead = 151, - ClientLockedOut = 152, - ClientOnTransport = 153, - KilledByS = 154, - LootLocked = 155, - LootTooFar = 156, - LootDidntKill = 157, - LootBadFacing = 158, - LootNotstanding = 159, - LootStunned = 160, - LootNoUi = 161, - LootWhileInvulnerable = 162, - NoLoot = 163, - QuestAcceptedS = 164, - QuestCompleteS = 165, - QuestFailedS = 166, - QuestFailedBagFullS = 167, - QuestFailedMaxCountS = 168, - QuestFailedLowLevel = 169, - QuestFailedMissingItems = 170, - QuestFailedWrongRace = 171, - QuestFailedNotEnoughMoney = 172, - QuestFailedExpansion = 173, - QuestOnlyOneTimed = 174, - QuestNeedPrereqs = 175, - QuestNeedPrereqsCustom = 176, - QuestAlreadyOn = 177, - QuestAlreadyDone = 178, - QuestAlreadyDoneDaily = 179, - QuestHasInProgress = 180, - QuestRewardExpI = 181, - QuestRewardMoneyS = 182, - QuestMustChoose = 183, - QuestLogFull = 184, - CombatDamageSsi = 185, - InspectS = 186, - CantUseItem = 187, - CantUseItemInArena = 188, - CantUseItemInRatedBattleground = 189, - MustEquipItem = 190, - PassiveAbility = 191, - Skill2hNotFound = 192, - NoAttackTarget = 193, - InvalidAttackTarget = 194, - AttackPvpTargetWhileUnflagged = 195, - AttackStunned = 196, - AttackPacified = 197, - AttackMounted = 198, - AttackFleeing = 199, - AttackConfused = 200, - AttackCharmed = 201, - AttackDead = 202, - AttackPreventedByMechanicS = 203, - AttackChannel = 204, - Taxisamenode = 205, - Taxinosuchpath = 206, - Taxiunspecifiedservererror = 207, - Taxinotenoughmoney = 208, - Taxitoofaraway = 209, - Taxinovendornearby = 210, - Taxinotvisited = 211, - Taxiplayerbusy = 212, - Taxiplayeralreadymounted = 213, - Taxiplayershapeshifted = 214, - Taxiplayermoving = 215, - Taxinopaths = 216, - Taxinoteligible = 217, - Taxinotstanding = 218, - NoReplyTarget = 219, - GenericNoTarget = 220, - InitiateTradeS = 221, - TradeRequestS = 222, - TradeBlockedS = 223, - TradeTargetDead = 224, - TradeTooFar = 225, - TradeCancelled = 226, - TradeComplete = 227, - TradeBagFull = 228, - TradeTargetBagFull = 229, - TradeMaxCountExceeded = 230, - TradeTargetMaxCountExceeded = 231, - AlreadyTrading = 232, - MountInvalidmountee = 233, - MountToofaraway = 234, - MountAlreadymounted = 235, - MountNotmountable = 236, - MountNotyourpet = 237, - MountOther = 238, - MountLooting = 239, - MountRacecantmount = 240, - MountShapeshifted = 241, - MountNoFavorites = 242, - DismountNopet = 243, - DismountNotmounted = 244, - DismountNotyourpet = 245, - SpellFailedTotems = 246, - SpellFailedReagents = 247, - SpellFailedReagentsGeneric = 248, - CantTradeGold = 249, - SpellFailedEquippedItem = 250, - SpellFailedEquippedItemClassS = 251, - SpellFailedShapeshiftFormS = 252, - SpellFailedAnotherInProgress = 253, - Badattackfacing = 254, - Badattackpos = 255, - ChestInUse = 256, - UseCantOpen = 257, - UseLocked = 258, - DoorLocked = 259, - ButtonLocked = 260, - UseLockedWithItemS = 261, - UseLockedWithSpellS = 262, - UseLockedWithSpellKnownSi = 263, - UseTooFar = 264, - UseBadAngle = 265, - UseObjectMoving = 266, - UseSpellFocus = 267, - UseDestroyed = 268, - SetLootFreeforall = 269, - SetLootRoundrobin = 270, - SetLootMaster = 271, - SetLootGroup = 272, - SetLootThresholdS = 273, - NewLootMasterS = 274, - SpecifyMasterLooter = 275, - LootSpecChangedS = 276, - TameFailed = 277, - ChatWhileDead = 278, - ChatPlayerNotFoundS = 279, - Newtaxipath = 280, - NoPet = 281, - Notyourpet = 282, - PetNotRenameable = 283, - QuestObjectiveCompleteS = 284, - QuestUnknownComplete = 285, - QuestAddKillSii = 286, - QuestAddFoundSii = 287, - QuestAddItemSii = 288, - QuestAddPlayerKillSii = 289, - Cannotcreatedirectory = 290, - Cannotcreatefile = 291, - PlayerWrongFaction = 292, - PlayerIsNeutral = 293, - BankslotFailedTooMany = 294, - BankslotInsufficientFunds = 295, - BankslotNotbanker = 296, - FriendDbError = 297, - FriendListFull = 298, - FriendAddedS = 299, - BattletagFriendAddedS = 300, - FriendOnlineSs = 301, - FriendOfflineS = 302, - FriendNotFound = 303, - FriendWrongFaction = 304, - FriendRemovedS = 305, - BattletagFriendRemovedS = 306, - FriendError = 307, - FriendAlreadyS = 308, - FriendSelf = 309, - FriendDeleted = 310, - IgnoreFull = 311, - IgnoreSelf = 312, - IgnoreNotFound = 313, - IgnoreAlreadyS = 314, - IgnoreAddedS = 315, - IgnoreRemovedS = 316, - IgnoreAmbiguous = 317, - IgnoreDeleted = 318, - OnlyOneBolt = 319, - OnlyOneAmmo = 320, - SpellFailedEquippedSpecificItem = 321, - WrongBagTypeSubclass = 322, - CantWrapStackable = 323, - CantWrapEquipped = 324, - CantWrapWrapped = 325, - CantWrapBound = 326, - CantWrapUnique = 327, - CantWrapBags = 328, - OutOfMana = 329, - OutOfRage = 330, - OutOfFocus = 331, - OutOfEnergy = 332, - OutOfChi = 333, - OutOfHealth = 334, - OutOfRunes = 335, - OutOfRunicPower = 336, - OutOfSoulShards = 337, - OutOfLunarPower = 338, - OutOfHolyPower = 339, - OutOfMaelstrom = 340, - OutOfComboPoints = 341, - OutOfInsanity = 342, - OutOfArcaneCharges = 343, - OutOfFury = 344, - OutOfPain = 345, - OutOfPowerDisplay = 346, - LootGone = 347, - MountForceddismount = 348, - AutofollowTooFar = 349, - UnitNotFound = 350, - InvalidFollowTarget = 351, - InvalidFollowPvpCombat = 352, - InvalidFollowTargetPvpCombat = 353, - InvalidInspectTarget = 354, - GuildemblemSuccess = 355, - GuildemblemInvalidTabardColors = 356, - GuildemblemNoguild = 357, - GuildemblemNotguildmaster = 358, - GuildemblemNotenoughmoney = 359, - GuildemblemInvalidvendor = 360, - EmblemerrorNotabardgeoset = 361, - SpellOutOfRange = 362, - CommandNeedsTarget = 363, - NoammoS = 364, - Toobusytofollow = 365, - DuelRequested = 366, - DuelCancelled = 367, - Deathbindalreadybound = 368, - DeathbindSuccessS = 369, - Noemotewhilerunning = 370, - ZoneExplored = 371, - ZoneExploredXp = 372, - InvalidItemTarget = 373, - InvalidQuestTarget = 374, - IgnoringYouS = 375, - FishNotHooked = 376, - FishEscaped = 377, - SpellFailedNotunsheathed = 378, - PetitionOfferedS = 379, - PetitionSigned = 380, - PetitionSignedS = 381, - PetitionDeclinedS = 382, - PetitionAlreadySigned = 383, - PetitionRestrictedAccountTrial = 384, - PetitionAlreadySignedOther = 385, - PetitionInGuild = 386, - PetitionCreator = 387, - PetitionNotEnoughSignatures = 388, - PetitionNotSameServer = 389, - PetitionFull = 390, - PetitionAlreadySignedByS = 391, - GuildNameInvalid = 392, - SpellUnlearnedS = 393, - PetSpellRooted = 394, - PetSpellAffectingCombat = 395, - PetSpellOutOfRange = 396, - PetSpellNotBehind = 397, - PetSpellTargetsDead = 398, - PetSpellDead = 399, - PetSpellNopath = 400, - ItemCantBeDestroyed = 401, - TicketAlreadyExists = 402, - TicketCreateError = 403, - TicketUpdateError = 404, - TicketDbError = 405, - TicketNoText = 406, - TicketTextTooLong = 407, - ObjectIsBusy = 408, - ExhaustionWellrested = 409, - ExhaustionRested = 410, - ExhaustionNormal = 411, - ExhaustionTired = 412, - ExhaustionExhausted = 413, - NoItemsWhileShapeshifted = 414, - CantInteractShapeshifted = 415, - RealmNotFound = 416, - MailQuestItem = 417, - MailBoundItem = 418, - MailConjuredItem = 419, - MailBag = 420, - MailToSelf = 421, - MailTargetNotFound = 422, - MailDatabaseError = 423, - MailDeleteItemError = 424, - MailWrappedCod = 425, - MailCantSendRealm = 426, - MailTempReturnOutage = 427, - MailSent = 428, - NotHappyEnough = 429, - UseCantImmune = 430, - CantBeDisenchanted = 431, - CantUseDisarmed = 432, - AuctionQuestItem = 433, - AuctionBoundItem = 434, - AuctionConjuredItem = 435, - AuctionLimitedDurationItem = 436, - AuctionWrappedItem = 437, - AuctionLootItem = 438, - AuctionBag = 439, - AuctionEquippedBag = 440, - AuctionDatabaseError = 441, - AuctionBidOwn = 442, - AuctionBidIncrement = 443, - AuctionHigherBid = 444, - AuctionMinBid = 445, - AuctionRepairItem = 446, - AuctionUsedCharges = 447, - AuctionAlreadyBid = 448, - AuctionHouseUnavailable = 449, - AuctionItemHasQuote = 450, - AuctionHouseBusy = 451, - AuctionStarted = 452, - AuctionRemoved = 453, - AuctionOutbidS = 454, - AuctionWonS = 455, - AuctionSoldS = 456, - AuctionExpiredS = 457, - AuctionRemovedS = 458, - AuctionBidPlaced = 459, - LogoutFailed = 460, - QuestPushSuccessS = 461, - QuestPushInvalidS = 462, - QuestPushAcceptedS = 463, - QuestPushDeclinedS = 464, - QuestPushBusyS = 465, - QuestPushDeadS = 466, - QuestPushLogFullS = 467, - QuestPushOnquestS = 468, - QuestPushAlreadyDoneS = 469, - QuestPushNotDailyS = 470, - QuestPushTimerExpiredS = 471, - QuestPushNotInPartyS = 472, - QuestPushDifferentServerDailyS = 473, - QuestPushNotAllowedS = 474, - RaidGroupLowlevel = 475, - RaidGroupOnly = 476, - RaidGroupFull = 477, - RaidGroupRequirementsUnmatch = 478, - CorpseIsNotInInstance = 479, - PvpKillHonorable = 480, - PvpKillDishonorable = 481, - SpellFailedAlreadyAtFullHealth = 482, - SpellFailedAlreadyAtFullMana = 483, - SpellFailedAlreadyAtFullPowerS = 484, - AutolootMoneyS = 485, - GenericStunned = 486, - GenericThrottle = 487, - ClubFinderSearchingTooFast = 488, - TargetStunned = 489, - MustRepairDurability = 490, - RaidYouJoined = 491, - RaidYouLeft = 492, - InstanceGroupJoinedWithParty = 493, - InstanceGroupJoinedWithRaid = 494, - RaidMemberAddedS = 495, - RaidMemberRemovedS = 496, - InstanceGroupAddedS = 497, - InstanceGroupRemovedS = 498, - ClickOnItemToFeed = 499, - TooManyChatChannels = 500, - LootRollPending = 501, - LootPlayerNotFound = 502, - NotInRaid = 503, - LoggingOut = 504, - TargetLoggingOut = 505, - NotWhileMounted = 506, - NotWhileShapeshifted = 507, - NotInCombat = 508, - NotWhileDisarmed = 509, - PetBroken = 510, - TalentWipeError = 511, - SpecWipeError = 512, - GlyphWipeError = 513, - PetSpecWipeError = 514, - FeignDeathResisted = 515, - MeetingStoneInQueueS = 516, - MeetingStoneLeftQueueS = 517, - MeetingStoneOtherMemberLeft = 518, - MeetingStonePartyKickedFromQueue = 519, - MeetingStoneMemberStillInQueue = 520, - MeetingStoneSuccess = 521, - MeetingStoneInProgress = 522, - MeetingStoneMemberAddedS = 523, - MeetingStoneGroupFull = 524, - MeetingStoneNotLeader = 525, - MeetingStoneInvalidLevel = 526, - MeetingStoneTargetNotInParty = 527, - MeetingStoneTargetInvalidLevel = 528, - MeetingStoneMustBeLeader = 529, - MeetingStoneNoRaidGroup = 530, - MeetingStoneNeedParty = 531, - MeetingStoneNotFound = 532, - MeetingStoneTargetInVehicle = 533, - GuildemblemSame = 534, - EquipTradeItem = 535, - PvpToggleOn = 536, - PvpToggleOff = 537, - GroupJoinBattlegroundDeserters = 538, - GroupJoinBattlegroundDead = 539, - GroupJoinBattlegroundS = 540, - GroupJoinBattlegroundFail = 541, - GroupJoinBattlegroundTooMany = 542, - SoloJoinBattlegroundS = 543, - JoinSingleScenarioS = 544, - BattlegroundTooManyQueues = 545, - BattlegroundCannotQueueForRated = 546, - BattledgroundQueuedForRated = 547, - BattlegroundTeamLeftQueue = 548, - BattlegroundNotInBattleground = 549, - AlreadyInArenaTeamS = 550, - InvalidPromotionCode = 551, - BgPlayerJoinedSs = 552, - BgPlayerLeftS = 553, - RestrictedAccount = 554, - RestrictedAccountTrial = 555, - PlayTimeExceeded = 556, - ApproachingPartialPlayTime = 557, - ApproachingPartialPlayTime2 = 558, - ApproachingNoPlayTime = 559, - ApproachingNoPlayTime2 = 560, - UnhealthyTime = 561, - ChatRestrictedTrial = 562, - ChatThrottled = 563, - MailReachedCap = 564, - InvalidRaidTarget = 565, - RaidLeaderReadyCheckStartS = 566, - ReadyCheckInProgress = 567, - ReadyCheckThrottled = 568, - DungeonDifficultyFailed = 569, - DungeonDifficultyChangedS = 570, - TradeWrongRealm = 571, - TradeNotOnTaplist = 572, - ChatPlayerAmbiguousS = 573, - LootCantLootThatNow = 574, - LootMasterInvFull = 575, - LootMasterUniqueItem = 576, - LootMasterOther = 577, - FilteringYouS = 578, - UsePreventedByMechanicS = 579, - ItemUniqueEquippable = 580, - LfgLeaderIsLfmS = 581, - LfgPending = 582, - CantSpeakLangage = 583, - VendorMissingTurnins = 584, - BattlegroundNotInTeam = 585, - NotInBattleground = 586, - NotEnoughHonorPoints = 587, - NotEnoughArenaPoints = 588, - SocketingRequiresMetaGem = 589, - SocketingMetaGemOnlyInMetaslot = 590, - SocketingRequiresHydraulicGem = 591, - SocketingHydraulicGemOnlyInHydraulicslot = 592, - SocketingRequiresCogwheelGem = 593, - SocketingCogwheelGemOnlyInCogwheelslot = 594, - SocketingItemTooLowLevel = 595, - ItemMaxCountSocketed = 596, - SystemDisabled = 597, - QuestFailedTooManyDailyQuestsI = 598, - ItemMaxCountEquippedSocketed = 599, - ItemUniqueEquippableSocketed = 600, - UserSquelched = 601, - AccountSilenced = 602, - TooMuchGold = 603, - NotBarberSitting = 604, - QuestFailedCais = 605, - InviteRestrictedTrial = 606, - VoiceIgnoreFull = 607, - VoiceIgnoreSelf = 608, - VoiceIgnoreNotFound = 609, - VoiceIgnoreAlreadyS = 610, - VoiceIgnoreAddedS = 611, - VoiceIgnoreRemovedS = 612, - VoiceIgnoreAmbiguous = 613, - VoiceIgnoreDeleted = 614, - UnknownMacroOptionS = 615, - NotDuringArenaMatch = 616, - PlayerSilenced = 617, - PlayerUnsilenced = 618, - ComsatDisconnect = 619, - ComsatReconnectAttempt = 620, - ComsatConnectFail = 621, - MailInvalidAttachmentSlot = 622, - MailTooManyAttachments = 623, - MailInvalidAttachment = 624, - MailAttachmentExpired = 625, - VoiceChatParentalDisableMic = 626, - ProfaneChatName = 627, - PlayerSilencedEcho = 628, - PlayerUnsilencedEcho = 629, - LootCantLootThat = 630, - ArenaExpiredCais = 631, - GroupActionThrottled = 632, - AlreadyPickpocketed = 633, - NameInvalid = 634, - NameNoName = 635, - NameTooShort = 636, - NameTooLong = 637, - NameMixedLanguages = 638, - NameProfane = 639, - NameReserved = 640, - NameThreeConsecutive = 641, - NameInvalidSpace = 642, - NameConsecutiveSpaces = 643, - NameRussianConsecutiveSilentCharacters = 644, - NameRussianSilentCharacterAtBeginningOrEnd = 645, - NameDeclensionDoesntMatchBaseName = 646, - RecruitAFriendNotLinked = 647, - RecruitAFriendNotNow = 648, - RecruitAFriendSummonLevelMax = 649, - RecruitAFriendSummonCooldown = 650, - RecruitAFriendSummonOffline = 651, - RecruitAFriendInsufExpanLvl = 652, - RecruitAFriendMapIncomingTransferNotAllowed = 653, - NotSameAccount = 654, - BadOnUseEnchant = 655, - TradeSelf = 656, - TooManySockets = 657, - ItemMaxLimitCategoryCountExceededIs = 658, - TradeTargetMaxLimitCategoryCountExceededIs = 659, - ItemMaxLimitCategorySocketedExceededIs = 660, - ItemMaxLimitCategoryEquippedExceededIs = 661, - ShapeshiftFormCannotEquip = 662, - ItemInventoryFullSatchel = 663, - ScalingStatItemLevelExceeded = 664, - ScalingStatItemLevelTooLow = 665, - PurchaseLevelTooLow = 666, - GroupSwapFailed = 667, - InviteInCombat = 668, - InvalidGlyphSlot = 669, - GenericNoValidTargets = 670, - CalendarEventAlertS = 671, - PetLearnSpellS = 672, - PetLearnAbilityS = 673, - PetSpellUnlearnedS = 674, - InviteUnknownRealm = 675, - InviteNoPartyServer = 676, - InvitePartyBusy = 677, - PartyTargetAmbiguous = 678, - PartyLfgInviteRaidLocked = 679, - PartyLfgBootLimit = 680, - PartyLfgBootCooldownS = 681, - PartyLfgBootNotEligibleS = 682, - PartyLfgBootInpatientTimerS = 683, - PartyLfgBootInProgress = 684, - PartyLfgBootTooFewPlayers = 685, - PartyLfgBootVoteSucceeded = 686, - PartyLfgBootVoteFailed = 687, - PartyLfgBootInCombat = 688, - PartyLfgBootDungeonComplete = 689, - PartyLfgBootLootRolls = 690, - PartyLfgBootVoteRegistered = 691, - PartyPrivateGroupOnly = 692, - PartyLfgTeleportInCombat = 693, - RaidDisallowedByLevel = 694, - RaidDisallowedByCrossRealm = 695, - PartyRoleNotAvailable = 696, - JoinLfgObjectFailed = 697, - LfgRemovedLevelup = 698, - LfgRemovedXpToggle = 699, - LfgRemovedFactionChange = 700, - BattlegroundInfoThrottled = 701, - BattlegroundAlreadyIn = 702, - ArenaTeamChangeFailedQueued = 703, - ArenaTeamPermissions = 704, - NotWhileFalling = 705, - NotWhileMoving = 706, - NotWhileFatigued = 707, - MaxSockets = 708, - MultiCastActionTotemS = 709, - BattlegroundJoinLevelup = 710, - RemoveFromPvpQueueXpGain = 711, - BattlegroundJoinXpGain = 712, - BattlegroundJoinMercenary = 713, - BattlegroundJoinTooManyHealers = 714, - BattlegroundJoinRatedTooManyHealers = 715, - BattlegroundJoinTooManyTanks = 716, - BattlegroundJoinTooManyDamage = 717, - RaidDifficultyFailed = 718, - RaidDifficultyChangedS = 719, - LegacyRaidDifficultyChangedS = 720, - RaidLockoutChangedS = 721, - RaidConvertedToParty = 722, - PartyConvertedToRaid = 723, - PlayerDifficultyChangedS = 724, - GmresponseDbError = 725, - BattlegroundJoinRangeIndex = 726, - ArenaJoinRangeIndex = 727, - RemoveFromPvpQueueFactionChange = 728, - BattlegroundJoinFailed = 729, - BattlegroundJoinNoValidSpecForRole = 730, - BattlegroundJoinRespec = 731, - BattlegroundInvitationDeclined = 732, - BattlegroundJoinTimedOut = 733, - BattlegroundDupeQueue = 734, - BattlegroundJoinMustCompleteQuest = 735, - InBattlegroundRespec = 736, - MailLimitedDurationItem = 737, - YellRestrictedTrial = 738, - ChatRaidRestrictedTrial = 739, - LfgRoleCheckFailed = 740, - LfgRoleCheckFailedTimeout = 741, - LfgRoleCheckFailedNotViable = 742, - LfgReadyCheckFailed = 743, - LfgReadyCheckFailedTimeout = 744, - LfgGroupFull = 745, - LfgNoLfgObject = 746, - LfgNoSlotsPlayer = 747, - LfgNoSlotsParty = 748, - LfgNoSpec = 749, - LfgMismatchedSlots = 750, - LfgMismatchedSlotsLocalXrealm = 751, - LfgPartyPlayersFromDifferentRealms = 752, - LfgMembersNotPresent = 753, - LfgGetInfoTimeout = 754, - LfgInvalidSlot = 755, - LfgDeserterPlayer = 756, - LfgDeserterParty = 757, - LfgDead = 758, - LfgRandomCooldownPlayer = 759, - LfgRandomCooldownParty = 760, - LfgTooManyMembers = 761, - LfgTooFewMembers = 762, - LfgProposalFailed = 763, - LfgProposalDeclinedSelf = 764, - LfgProposalDeclinedParty = 765, - LfgNoSlotsSelected = 766, - LfgNoRolesSelected = 767, - LfgRoleCheckInitiated = 768, - LfgReadyCheckInitiated = 769, - LfgPlayerDeclinedRoleCheck = 770, - LfgPlayerDeclinedReadyCheck = 771, - LfgJoinedQueue = 772, - LfgJoinedFlexQueue = 773, - LfgJoinedRfQueue = 774, - LfgJoinedScenarioQueue = 775, - LfgJoinedWorldPvpQueue = 776, - LfgJoinedBattlefieldQueue = 777, - LfgJoinedList = 778, - LfgLeftQueue = 779, - LfgLeftList = 780, - LfgRoleCheckAborted = 781, - LfgReadyCheckAborted = 782, - LfgCantUseBattleground = 783, - LfgCantUseDungeons = 784, - LfgReasonTooManyLfg = 785, - InvalidTeleportLocation = 786, - TooFarToInteract = 787, - BattlegroundPlayersFromDifferentRealms = 788, - DifficultyChangeCooldownS = 789, - DifficultyChangeCombatCooldownS = 790, - DifficultyChangeWorldstate = 791, - DifficultyChangeEncounter = 792, - DifficultyChangeCombat = 793, - DifficultyChangePlayerBusy = 794, - DifficultyChangeAlreadyStarted = 795, - DifficultyChangeOtherHeroicS = 796, - DifficultyChangeHeroicInstanceAlreadyRunning = 797, - ArenaTeamPartySize = 798, - QuestForceRemovedS = 799, - AttackNoActions = 800, - InRandomBg = 801, - InNonRandomBg = 802, - AuctionEnoughItems = 803, - BnFriendSelf = 804, - BnFriendAlready = 805, - BnFriendBlocked = 806, - BnFriendListFull = 807, - BnFriendRequestSent = 808, - BnBroadcastThrottle = 809, - BgDeveloperOnly = 810, - CurrencySpellSlotMismatch = 811, - CurrencyNotTradable = 812, - RequiresExpansionS = 813, - QuestFailedSpell = 814, - TalentFailedNotEnoughTalentsInPrimaryTree = 815, - TalentFailedNoPrimaryTreeSelected = 816, - TalentFailedCantRemoveTalent = 817, - TalentFailedUnknown = 818, - WargameRequestFailure = 819, - RankRequiresAuthenticator = 820, - GuildBankVoucherFailed = 821, - WargameRequestSent = 822, - RequiresAchievementI = 823, - RefundResultExceedMaxCurrency = 824, - CantBuyQuantity = 825, - ItemIsBattlePayLocked = 826, - PartyAlreadyInBattlegroundQueue = 827, - PartyConfirmingBattlegroundQueue = 828, - BattlefieldTeamPartySize = 829, - InsuffTrackedCurrencyIs = 830, - NotOnTournamentRealm = 831, - GuildTrialAccountTrial = 832, - GuildTrialAccountVeteran = 833, - GuildUndeletableDueToLevel = 834, - CantDoThatInAGroup = 835, - GuildLeaderReplaced = 836, - TransmogrifyCantEquip = 837, - TransmogrifyInvalidItemType = 838, - TransmogrifyNotSoulbound = 839, - TransmogrifyInvalidSource = 840, - TransmogrifyInvalidDestination = 841, - TransmogrifyMismatch = 842, - TransmogrifyLegendary = 843, - TransmogrifySameItem = 844, - TransmogrifySameAppearance = 845, - TransmogrifyNotEquipped = 846, - VoidDepositFull = 847, - VoidWithdrawFull = 848, - VoidStorageWrapped = 849, - VoidStorageStackable = 850, - VoidStorageUnbound = 851, - VoidStorageRepair = 852, - VoidStorageCharges = 853, - VoidStorageQuest = 854, - VoidStorageConjured = 855, - VoidStorageMail = 856, - VoidStorageBag = 857, - VoidTransferStorageFull = 858, - VoidTransferInvFull = 859, - VoidTransferInternalError = 860, - VoidTransferItemInvalid = 861, - DifficultyDisabledInLfg = 862, - VoidStorageUnique = 863, - VoidStorageLoot = 864, - VoidStorageHoliday = 865, - VoidStorageDuration = 866, - VoidStorageLoadFailed = 867, - VoidStorageInvalidItem = 868, - ParentalControlsChatMuted = 869, - SorStartExperienceIncomplete = 870, - SorInvalidEmail = 871, - SorInvalidComment = 872, - ChallengeModeResetCooldownS = 873, - ChallengeModeResetKeystone = 874, - PetJournalAlreadyInLoadout = 875, - ReportSubmittedSuccessfully = 876, - ReportSubmissionFailed = 877, - SuggestionSubmittedSuccessfully = 878, - BugSubmittedSuccessfully = 879, - ChallengeModeEnabled = 880, - ChallengeModeDisabled = 881, - PetbattleCreateFailed = 882, - PetbattleNotHere = 883, - PetbattleNotHereOnTransport = 884, - PetbattleNotHereUnevenGround = 885, - PetbattleNotHereObstructed = 886, - PetbattleNotWhileInCombat = 887, - PetbattleNotWhileDead = 888, - PetbattleNotWhileFlying = 889, - PetbattleTargetInvalid = 890, - PetbattleTargetOutOfRange = 891, - PetbattleTargetNotCapturable = 892, - PetbattleNotATrainer = 893, - PetbattleDeclined = 894, - PetbattleInBattle = 895, - PetbattleInvalidLoadout = 896, - PetbattleAllPetsDead = 897, - PetbattleNoPetsInSlots = 898, - PetbattleNoAccountLock = 899, - PetbattleWildPetTapped = 900, - PetbattleRestrictedAccount = 901, - PetbattleOpponentNotAvailable = 902, - PetbattleNotWhileInMatchedBattle = 903, - CantHaveMorePetsOfThatType = 904, - CantHaveMorePets = 905, - PvpMapNotFound = 906, - PvpMapNotSet = 907, - PetbattleQueueQueued = 908, - PetbattleQueueAlreadyQueued = 909, - PetbattleQueueJoinFailed = 910, - PetbattleQueueJournalLock = 911, - PetbattleQueueRemoved = 912, - PetbattleQueueProposalDeclined = 913, - PetbattleQueueProposalTimeout = 914, - PetbattleQueueOpponentDeclined = 915, - PetbattleQueueRequeuedInternal = 916, - PetbattleQueueRequeuedRemoved = 917, - PetbattleQueueSlotLocked = 918, - PetbattleQueueSlotEmpty = 919, - PetbattleQueueSlotNoTracker = 920, - PetbattleQueueSlotNoSpecies = 921, - PetbattleQueueSlotCantBattle = 922, - PetbattleQueueSlotRevoked = 923, - PetbattleQueueSlotDead = 924, - PetbattleQueueSlotNoPet = 925, - PetbattleQueueNotWhileNeutral = 926, - PetbattleGameTimeLimitWarning = 927, - PetbattleGameRoundsLimitWarning = 928, - HasRestriction = 929, - ItemUpgradeItemTooLowLevel = 930, - ItemUpgradeNoPath = 931, - ItemUpgradeNoMoreUpgrades = 932, - BonusRollEmpty = 933, - ChallengeModeFull = 934, - ChallengeModeInProgress = 935, - ChallengeModeIncorrectKeystone = 936, - BattletagFriendNotFound = 937, - BattletagFriendNotValid = 938, - BattletagFriendNotAllowed = 939, - BattletagFriendThrottled = 940, - BattletagFriendSuccess = 941, - PetTooHighLevelToUncage = 942, - PetbattleInternal = 943, - CantCagePetYet = 944, - NoLootInChallengeMode = 945, - QuestPetBattleVictoriesPvpIi = 946, - RoleCheckAlreadyInProgress = 947, - RecruitAFriendAccountLimit = 948, - RecruitAFriendFailed = 949, - SetLootPersonal = 950, - SetLootMethodFailedCombat = 951, - ReagentBankFull = 952, - ReagentBankLocked = 953, - GarrisonBuildingExists = 954, - GarrisonInvalidPlot = 955, - GarrisonInvalidBuildingid = 956, - GarrisonInvalidPlotBuilding = 957, - GarrisonRequiresBlueprint = 958, - GarrisonNotEnoughCurrency = 959, - GarrisonNotEnoughGold = 960, - GarrisonCompleteMissionWrongFollowerType = 961, - AlreadyUsingLfgList = 962, - RestrictedAccountLfgListTrial = 963, - ToyUseLimitReached = 964, - ToyAlreadyKnown = 965, - TransmogSetAlreadyKnown = 966, - NotEnoughCurrency = 967, - SpecIsDisabled = 968, - FeatureRestrictedTrial = 969, - CantBeObliterated = 970, - CantBeScrapped = 971, - ArtifactRelicDoesNotMatchArtifact = 972, - MustEquipArtifact = 973, - CantDoThatRightNow = 974, - AffectingCombat = 975, - EquipmentManagerCombatSwapS = 976, - EquipmentManagerBagsFull = 977, - EquipmentManagerMissingItemS = 978, - MovieRecordingWarningPerf = 979, - MovieRecordingWarningDiskFull = 980, - MovieRecordingWarningNoMovie = 981, - MovieRecordingWarningRequirements = 982, - MovieRecordingWarningCompressing = 983, - NoChallengeModeReward = 984, - ClaimedChallengeModeReward = 985, - ChallengeModePeriodResetSs = 986, - CantDoThatChallengeModeActive = 987, - TalentFailedRestArea = 988, - CannotAbandonLastPet = 989, - TestCvarSetSss = 990, - QuestTurnInFailReason = 991, - ClaimedChallengeModeRewardOld = 992, - TalentGrantedByAura = 993, - ChallengeModeAlreadyComplete = 994, - GlyphTargetNotAvailable = 995, - PvpWarmodeToggleOn = 996, - PvpWarmodeToggleOff = 997, - SpellFailedLevelRequirement = 998, - BattlegroundJoinRequiresLevel = 999, - BattlegroundJoinDisqualified = 1000, - BattlegroundJoinDisqualifiedNoName = 1001, - VoiceChatGenericUnableToConnect = 1002, - VoiceChatServiceLost = 1003, - VoiceChatChannelNameTooShort = 1004, - VoiceChatChannelNameTooLong = 1005, - VoiceChatChannelAlreadyExists = 1006, - VoiceChatTargetNotFound = 1007, - VoiceChatTooManyRequests = 1008, - VoiceChatPlayerSilenced = 1009, - VoiceChatParentalDisableAll = 1010, - VoiceChatDisabled = 1011, - NoPvpReward = 1012, - ClaimedPvpReward = 1013, - AzeriteEssenceSelectionFailedEssenceNotUnlocked = 1014, - AzeriteEssenceSelectionFailedCantRemoveEssence = 1015, - AzeriteEssenceSelectionFailedConditionFailed = 1016, - AzeriteEssenceSelectionFailedRestArea = 1017, - AzeriteEssenceSelectionFailedSlotLocked = 1018, - AzeriteEssenceSelectionFailedNotAtForge = 1019, - AzeriteEssenceSelectionFailedHeartLevelTooLow = 1020, - AzeriteEssenceSelectionFailedNotEquipped = 1021, - SocketingRequiresPunchcardredGem = 1022, - SocketingPunchcardredGemOnlyInPunchcardredslot = 1023, - SocketingRequiresPunchcardyellowGem = 1024, - SocketingPunchcardyellowGemOnlyInPunchcardyellowslot = 1025, - SocketingRequiresPunchcardblueGem = 1026, - SocketingPunchcardblueGemOnlyInPunchcardblueslot = 1027, - LevelLinkingResultLinked = 1028, - LevelLinkingResultUnlinked = 1029, - ClubFinderErrorPostClub = 1030, - ClubFinderErrorApplyClub = 1031, - ClubFinderErrorRespondApplicant = 1032, - ClubFinderErrorCancelApplication = 1033, - ClubFinderErrorTypeAcceptApplication = 1034, - ClubFinderErrorTypeNoInvitePermissions = 1035, - ClubFinderErrorTypeNoPostingPermissions = 1036, - ClubFinderErrorTypeApplicantList = 1037, - ClubFinderErrorTypeApplicantListNoPerm = 1038, - ClubFinderErrorTypeFinderNotAvailable = 1039, - ClubFinderErrorTypeGetPostingIds = 1040, - ClubFinderErrorTypeJoinApplication = 1041, - ClubFinderErrorTypeFlaggedRename = 1042, - ClubFinderErrorTypeFlaggedDescriptionChange = 1043, - ItemInteractionNotEnoughGold = 1044, - ItemInteractionNotEnoughCurrency = 1045, - CantUseProfanity = 1046, - NotInPetBattle = 1047 + InternalError = 1, + InvFull = 2, + BankFull = 3, + CantEquipLevelI = 4, + CantEquipSkill = 5, + CantEquipEver = 6, + CantEquipRank = 7, + CantEquipRating = 8, + CantEquipReputation = 9, + ProficiencyNeeded = 10, + WrongSlot = 11, + CantEquipNeedTalent = 12, + BagFull = 13, + InternalBagError = 14, + DestroyNonemptyBag = 15, + BagInBag = 16, + TooManySpecialBags = 17, + TradeEquippedBag = 18, + AmmoOnly = 19, + NoSlotAvailable = 20, + WrongBagType = 21, + ItemMaxCount = 22, + NotEquippable = 23, + CantStack = 24, + CantSwap = 25, + SlotEmpty = 26, + ItemNotFound = 27, + TooFewToSplit = 28, + SplitFailed = 29, + NotABag = 30, + NotOwner = 31, + OnlyOneQuiver = 32, + NoBankSlot = 33, + NoBankHere = 34, + ItemLocked = 35, + Equipped2handed = 36, + VendorNotInterested = 37, + VendorRefuseScrappableAzerite = 38, + VendorHatesYou = 39, + VendorSoldOut = 40, + VendorTooFar = 41, + VendorDoesntBuy = 42, + NotEnoughMoney = 43, + ReceiveItemS = 44, + DropBoundItem = 45, + TradeBoundItem = 46, + TradeQuestItem = 47, + TradeTempEnchantBound = 48, + TradeGroundItem = 49, + TradeBag = 50, + SpellFailedS = 51, + ItemCooldown = 52, + PotionCooldown = 53, + FoodCooldown = 54, + SpellCooldown = 55, + AbilityCooldown = 56, + SpellAlreadyKnownS = 57, + PetSpellAlreadyKnownS = 58, + ProficiencyGainedS = 59, + SkillGainedS = 60, + SkillUpSi = 61, + LearnSpellS = 62, + LearnAbilityS = 63, + LearnPassiveS = 64, + LearnRecipeS = 65, + LearnCompanionS = 66, + LearnMountS = 67, + LearnToyS = 68, + LearnHeirloomS = 69, + LearnTransmogS = 70, + CompletedTransmogSetS = 71, + RevokeTransmogS = 72, + InvitePlayerS = 73, + InviteSelf = 74, + InvitedToGroupSs = 75, + InvitedAlreadyInGroupSs = 76, + AlreadyInGroupS = 77, + CrossRealmRaidInvite = 78, + PlayerBusyS = 79, + NewLeaderS = 80, + NewLeaderYou = 81, + NewGuideS = 82, + NewGuideYou = 83, + LeftGroupS = 84, + LeftGroupYou = 85, + GroupDisbanded = 86, + DeclineGroupS = 87, + JoinedGroupS = 88, + UninviteYou = 89, + BadPlayerNameS = 90, + NotInGroup = 91, + TargetNotInGroupS = 92, + TargetNotInInstanceS = 93, + NotInInstanceGroup = 94, + GroupFull = 95, + NotLeader = 96, + PlayerDiedS = 97, + GuildCreateS = 98, + GuildInviteS = 99, + InvitedToGuildSss = 100, + AlreadyInGuildS = 101, + AlreadyInvitedToGuildS = 102, + InvitedToGuild = 103, + AlreadyInGuild = 104, + GuildAccept = 105, + GuildDeclineS = 106, + GuildDeclineAutoS = 107, + GuildPermissions = 108, + GuildJoinS = 109, + GuildFounderS = 110, + GuildPromoteSss = 111, + GuildDemoteSs = 112, + GuildDemoteSss = 113, + GuildInviteSelf = 114, + GuildQuitS = 115, + GuildLeaveS = 116, + GuildRemoveSs = 117, + GuildRemoveSelf = 118, + GuildDisbandS = 119, + GuildDisbandSelf = 120, + GuildLeaderS = 121, + GuildLeaderSelf = 122, + GuildPlayerNotFoundS = 123, + GuildPlayerNotInGuildS = 124, + GuildPlayerNotInGuild = 125, + GuildCantPromoteS = 126, + GuildCantDemoteS = 127, + GuildNotInAGuild = 128, + GuildInternal = 129, + GuildLeaderIsS = 130, + GuildLeaderChangedSs = 131, + GuildDisbanded = 132, + GuildNotAllied = 133, + GuildLeaderLeave = 134, + GuildRanksLocked = 135, + GuildRankInUse = 136, + GuildRankTooHighS = 137, + GuildRankTooLowS = 138, + GuildNameExistsS = 139, + GuildWithdrawLimit = 140, + GuildNotEnoughMoney = 141, + GuildTooMuchMoney = 142, + GuildBankConjuredItem = 143, + GuildBankEquippedItem = 144, + GuildBankBoundItem = 145, + GuildBankQuestItem = 146, + GuildBankWrappedItem = 147, + GuildBankFull = 148, + GuildBankWrongTab = 149, + NoGuildCharter = 150, + OutOfRange = 151, + PlayerDead = 152, + ClientLockedOut = 153, + ClientOnTransport = 154, + KilledByS = 155, + LootLocked = 156, + LootTooFar = 157, + LootDidntKill = 158, + LootBadFacing = 159, + LootNotstanding = 160, + LootStunned = 161, + LootNoUi = 162, + LootWhileInvulnerable = 163, + NoLoot = 164, + QuestAcceptedS = 165, + QuestCompleteS = 166, + QuestFailedS = 167, + QuestFailedBagFullS = 168, + QuestFailedMaxCountS = 169, + QuestFailedLowLevel = 170, + QuestFailedMissingItems = 171, + QuestFailedWrongRace = 172, + QuestFailedNotEnoughMoney = 173, + QuestFailedExpansion = 174, + QuestOnlyOneTimed = 175, + QuestNeedPrereqs = 176, + QuestNeedPrereqsCustom = 177, + QuestAlreadyOn = 178, + QuestAlreadyDone = 179, + QuestAlreadyDoneDaily = 180, + QuestHasInProgress = 181, + QuestRewardExpI = 182, + QuestRewardMoneyS = 183, + QuestMustChoose = 184, + QuestLogFull = 185, + CombatDamageSsi = 186, + InspectS = 187, + CantUseItem = 188, + CantUseItemInArena = 189, + CantUseItemInRatedBattleground = 190, + MustEquipItem = 191, + PassiveAbility = 192, + SkillNotFound2h = 193, + NoAttackTarget = 194, + InvalidAttackTarget = 195, + AttackPvpTargetWhileUnflagged = 196, + AttackStunned = 197, + AttackPacified = 198, + AttackMounted = 199, + AttackFleeing = 200, + AttackConfused = 201, + AttackCharmed = 202, + AttackDead = 203, + AttackPreventedByMechanicS = 204, + AttackChannel = 205, + Taxisamenode = 206, + Taxinosuchpath = 207, + Taxiunspecifiedservererror = 208, + Taxinotenoughmoney = 209, + Taxitoofaraway = 210, + Taxinovendornearby = 211, + Taxinotvisited = 212, + Taxiplayerbusy = 213, + Taxiplayeralreadymounted = 214, + Taxiplayershapeshifted = 215, + Taxiplayermoving = 216, + Taxinopaths = 217, + Taxinoteligible = 218, + Taxinotstanding = 219, + NoReplyTarget = 220, + GenericNoTarget = 221, + InitiateTradeS = 222, + TradeRequestS = 223, + TradeBlockedS = 224, + TradeTargetDead = 225, + TradeTooFar = 226, + TradeCancelled = 227, + TradeComplete = 228, + TradeBagFull = 229, + TradeTargetBagFull = 230, + TradeMaxCountExceeded = 231, + TradeTargetMaxCountExceeded = 232, + AlreadyTrading = 233, + MountInvalidmountee = 234, + MountToofaraway = 235, + MountAlreadymounted = 236, + MountNotmountable = 237, + MountNotyourpet = 238, + MountOther = 239, + MountLooting = 240, + MountRacecantmount = 241, + MountShapeshifted = 242, + MountNoFavorites = 243, + DismountNopet = 244, + DismountNotmounted = 245, + DismountNotyourpet = 246, + SpellFailedTotems = 247, + SpellFailedReagents = 248, + SpellFailedReagentsGeneric = 249, + SpellFailedOptionalReagents = 250, + CantTradeGold = 251, + SpellFailedEquippedItem = 252, + SpellFailedEquippedItemClassS = 253, + SpellFailedShapeshiftFormS = 254, + SpellFailedAnotherInProgress = 255, + Badattackfacing = 256, + Badattackpos = 257, + ChestInUse = 258, + UseCantOpen = 259, + UseLocked = 260, + DoorLocked = 261, + ButtonLocked = 262, + UseLockedWithItemS = 263, + UseLockedWithSpellS = 264, + UseLockedWithSpellKnownSi = 265, + UseTooFar = 266, + UseBadAngle = 267, + UseObjectMoving = 268, + UseSpellFocus = 269, + UseDestroyed = 270, + SetLootFreeforall = 271, + SetLootRoundrobin = 272, + SetLootMaster = 273, + SetLootGroup = 274, + SetLootThresholdS = 275, + NewLootMasterS = 276, + SpecifyMasterLooter = 277, + LootSpecChangedS = 278, + TameFailed = 279, + ChatWhileDead = 280, + ChatPlayerNotFoundS = 281, + Newtaxipath = 282, + NoPet = 283, + Notyourpet = 284, + PetNotRenameable = 285, + QuestObjectiveCompleteS = 286, + QuestUnknownComplete = 287, + QuestAddKillSii = 288, + QuestAddFoundSii = 289, + QuestAddItemSii = 290, + QuestAddPlayerKillSii = 291, + Cannotcreatedirectory = 292, + Cannotcreatefile = 293, + PlayerWrongFaction = 294, + PlayerIsNeutral = 295, + BankslotFailedTooMany = 296, + BankslotInsufficientFunds = 297, + BankslotNotbanker = 298, + FriendDbError = 299, + FriendListFull = 300, + FriendAddedS = 301, + BattletagFriendAddedS = 302, + FriendOnlineSs = 303, + FriendOfflineS = 304, + FriendNotFound = 305, + FriendWrongFaction = 306, + FriendRemovedS = 307, + BattletagFriendRemovedS = 308, + FriendError = 309, + FriendAlreadyS = 310, + FriendSelf = 311, + FriendDeleted = 312, + IgnoreFull = 313, + IgnoreSelf = 314, + IgnoreNotFound = 315, + IgnoreAlreadyS = 316, + IgnoreAddedS = 317, + IgnoreRemovedS = 318, + IgnoreAmbiguous = 319, + IgnoreDeleted = 320, + OnlyOneBolt = 321, + OnlyOneAmmo = 322, + SpellFailedEquippedSpecificItem = 323, + WrongBagTypeSubclass = 324, + CantWrapStackable = 325, + CantWrapEquipped = 326, + CantWrapWrapped = 327, + CantWrapBound = 328, + CantWrapUnique = 329, + CantWrapBags = 330, + OutOfMana = 331, + OutOfRage = 332, + OutOfFocus = 333, + OutOfEnergy = 334, + OutOfChi = 335, + OutOfHealth = 336, + OutOfRunes = 337, + OutOfRunicPower = 338, + OutOfSoulShards = 339, + OutOfLunarPower = 340, + OutOfHolyPower = 341, + OutOfMaelstrom = 342, + OutOfComboPoints = 343, + OutOfInsanity = 344, + OutOfArcaneCharges = 345, + OutOfFury = 346, + OutOfPain = 347, + OutOfPowerDisplay = 348, + LootGone = 349, + MountForceddismount = 350, + AutofollowTooFar = 351, + UnitNotFound = 352, + InvalidFollowTarget = 353, + InvalidFollowPvpCombat = 354, + InvalidFollowTargetPvpCombat = 355, + InvalidInspectTarget = 356, + GuildemblemSuccess = 357, + GuildemblemInvalidTabardColors = 358, + GuildemblemNoguild = 359, + GuildemblemNotguildmaster = 360, + GuildemblemNotenoughmoney = 361, + GuildemblemInvalidvendor = 362, + EmblemerrorNotabardgeoset = 363, + SpellOutOfRange = 364, + CommandNeedsTarget = 365, + NoammoS = 366, + Toobusytofollow = 367, + DuelRequested = 368, + DuelCancelled = 369, + Deathbindalreadybound = 370, + DeathbindSuccessS = 371, + Noemotewhilerunning = 372, + ZoneExplored = 373, + ZoneExploredXp = 374, + InvalidItemTarget = 375, + InvalidQuestTarget = 376, + IgnoringYouS = 377, + FishNotHooked = 378, + FishEscaped = 379, + SpellFailedNotunsheathed = 380, + PetitionOfferedS = 381, + PetitionSigned = 382, + PetitionSignedS = 383, + PetitionDeclinedS = 384, + PetitionAlreadySigned = 385, + PetitionRestrictedAccountTrial = 386, + PetitionAlreadySignedOther = 387, + PetitionInGuild = 388, + PetitionCreator = 389, + PetitionNotEnoughSignatures = 390, + PetitionNotSameServer = 391, + PetitionFull = 392, + PetitionAlreadySignedByS = 393, + GuildNameInvalid = 394, + SpellUnlearnedS = 395, + PetSpellRooted = 396, + PetSpellAffectingCombat = 397, + PetSpellOutOfRange = 398, + PetSpellNotBehind = 399, + PetSpellTargetsDead = 400, + PetSpellDead = 401, + PetSpellNopath = 402, + ItemCantBeDestroyed = 403, + TicketAlreadyExists = 404, + TicketCreateError = 405, + TicketUpdateError = 406, + TicketDbError = 407, + TicketNoText = 408, + TicketTextTooLong = 409, + ObjectIsBusy = 410, + ExhaustionWellrested = 411, + ExhaustionRested = 412, + ExhaustionNormal = 413, + ExhaustionTired = 414, + ExhaustionExhausted = 415, + NoItemsWhileShapeshifted = 416, + CantInteractShapeshifted = 417, + RealmNotFound = 418, + MailQuestItem = 419, + MailBoundItem = 420, + MailConjuredItem = 421, + MailBag = 422, + MailToSelf = 423, + MailTargetNotFound = 424, + MailDatabaseError = 425, + MailDeleteItemError = 426, + MailWrappedCod = 427, + MailCantSendRealm = 428, + MailTempReturnOutage = 429, + MailSent = 430, + NotHappyEnough = 431, + UseCantImmune = 432, + CantBeDisenchanted = 433, + CantUseDisarmed = 434, + AuctionQuestItem = 435, + AuctionBoundItem = 436, + AuctionConjuredItem = 437, + AuctionLimitedDurationItem = 438, + AuctionWrappedItem = 439, + AuctionLootItem = 440, + AuctionBag = 441, + AuctionEquippedBag = 442, + AuctionDatabaseError = 443, + AuctionBidOwn = 444, + AuctionBidIncrement = 445, + AuctionHigherBid = 446, + AuctionMinBid = 447, + AuctionRepairItem = 448, + AuctionUsedCharges = 449, + AuctionAlreadyBid = 450, + AuctionHouseUnavailable = 451, + AuctionItemHasQuote = 452, + AuctionHouseBusy = 453, + AuctionStarted = 454, + AuctionRemoved = 455, + AuctionOutbidS = 456, + AuctionWonS = 457, + AuctionCommodityWonS = 458, + AuctionSoldS = 459, + AuctionExpiredS = 460, + AuctionRemovedS = 461, + AuctionBidPlaced = 462, + LogoutFailed = 463, + QuestPushSuccessS = 464, + QuestPushInvalidS = 465, + QuestPushAcceptedS = 466, + QuestPushDeclinedS = 467, + QuestPushBusyS = 468, + QuestPushDeadS = 469, + QuestPushLogFullS = 470, + QuestPushOnquestS = 471, + QuestPushAlreadyDoneS = 472, + QuestPushNotDailyS = 473, + QuestPushTimerExpiredS = 474, + QuestPushNotInPartyS = 475, + QuestPushDifferentServerDailyS = 476, + QuestPushNotAllowedS = 477, + RaidGroupLowlevel = 478, + RaidGroupOnly = 479, + RaidGroupFull = 480, + RaidGroupRequirementsUnmatch = 481, + CorpseIsNotInInstance = 482, + PvpKillHonorable = 483, + PvpKillDishonorable = 484, + SpellFailedAlreadyAtFullHealth = 485, + SpellFailedAlreadyAtFullMana = 486, + SpellFailedAlreadyAtFullPowerS = 487, + AutolootMoneyS = 488, + GenericStunned = 489, + GenericThrottle = 490, + ClubFinderSearchingTooFast = 491, + TargetStunned = 492, + MustRepairDurability = 493, + RaidYouJoined = 494, + RaidYouLeft = 495, + InstanceGroupJoinedWithParty = 496, + InstanceGroupJoinedWithRaid = 497, + RaidMemberAddedS = 498, + RaidMemberRemovedS = 499, + InstanceGroupAddedS = 500, + InstanceGroupRemovedS = 501, + ClickOnItemToFeed = 502, + TooManyChatChannels = 503, + LootRollPending = 504, + LootPlayerNotFound = 505, + NotInRaid = 506, + LoggingOut = 507, + TargetLoggingOut = 508, + NotWhileMounted = 509, + NotWhileShapeshifted = 510, + NotInCombat = 511, + NotWhileDisarmed = 512, + PetBroken = 513, + TalentWipeError = 514, + SpecWipeError = 515, + GlyphWipeError = 516, + PetSpecWipeError = 517, + FeignDeathResisted = 518, + MeetingStoneInQueueS = 519, + MeetingStoneLeftQueueS = 520, + MeetingStoneOtherMemberLeft = 521, + MeetingStonePartyKickedFromQueue = 522, + MeetingStoneMemberStillInQueue = 523, + MeetingStoneSuccess = 524, + MeetingStoneInProgress = 525, + MeetingStoneMemberAddedS = 526, + MeetingStoneGroupFull = 527, + MeetingStoneNotLeader = 528, + MeetingStoneInvalidLevel = 529, + MeetingStoneTargetNotInParty = 530, + MeetingStoneTargetInvalidLevel = 531, + MeetingStoneMustBeLeader = 532, + MeetingStoneNoRaidGroup = 533, + MeetingStoneNeedParty = 534, + MeetingStoneNotFound = 535, + MeetingStoneTargetInVehicle = 536, + GuildemblemSame = 537, + EquipTradeItem = 538, + PvpToggleOn = 539, + PvpToggleOff = 540, + GroupJoinBattlegroundDeserters = 541, + GroupJoinBattlegroundDead = 542, + GroupJoinBattlegroundS = 543, + GroupJoinBattlegroundFail = 544, + GroupJoinBattlegroundTooMany = 545, + SoloJoinBattlegroundS = 546, + JoinSingleScenarioS = 547, + BattlegroundTooManyQueues = 548, + BattlegroundCannotQueueForRated = 549, + BattledgroundQueuedForRated = 550, + BattlegroundTeamLeftQueue = 551, + BattlegroundNotInBattleground = 552, + AlreadyInArenaTeamS = 553, + InvalidPromotionCode = 554, + BgPlayerJoinedSs = 555, + BgPlayerLeftS = 556, + RestrictedAccount = 557, + RestrictedAccountTrial = 558, + PlayTimeExceeded = 559, + ApproachingPartialPlayTime = 560, + ApproachingPartialPlayTime2 = 561, + ApproachingNoPlayTime = 562, + ApproachingNoPlayTime2 = 563, + UnhealthyTime = 564, + ChatRestrictedTrial = 565, + ChatThrottled = 566, + MailReachedCap = 567, + InvalidRaidTarget = 568, + RaidLeaderReadyCheckStartS = 569, + ReadyCheckInProgress = 570, + ReadyCheckThrottled = 571, + DungeonDifficultyFailed = 572, + DungeonDifficultyChangedS = 573, + TradeWrongRealm = 574, + TradeNotOnTaplist = 575, + ChatPlayerAmbiguousS = 576, + LootCantLootThatNow = 577, + LootMasterInvFull = 578, + LootMasterUniqueItem = 579, + LootMasterOther = 580, + FilteringYouS = 581, + UsePreventedByMechanicS = 582, + ItemUniqueEquippable = 583, + LfgLeaderIsLfmS = 584, + LfgPending = 585, + CantSpeakLangage = 586, + VendorMissingTurnins = 587, + BattlegroundNotInTeam = 588, + NotInBattleground = 589, + NotEnoughHonorPoints = 590, + NotEnoughArenaPoints = 591, + SocketingRequiresMetaGem = 592, + SocketingMetaGemOnlyInMetaslot = 593, + SocketingRequiresHydraulicGem = 594, + SocketingHydraulicGemOnlyInHydraulicslot = 595, + SocketingRequiresCogwheelGem = 596, + SocketingCogwheelGemOnlyInCogwheelslot = 597, + SocketingItemTooLowLevel = 598, + ItemMaxCountSocketed = 599, + SystemDisabled = 600, + QuestFailedTooManyDailyQuestsI = 601, + ItemMaxCountEquippedSocketed = 602, + ItemUniqueEquippableSocketed = 603, + UserSquelched = 604, + AccountSilenced = 605, + TooMuchGold = 606, + NotBarberSitting = 607, + QuestFailedCais = 608, + InviteRestrictedTrial = 609, + VoiceIgnoreFull = 610, + VoiceIgnoreSelf = 611, + VoiceIgnoreNotFound = 612, + VoiceIgnoreAlreadyS = 613, + VoiceIgnoreAddedS = 614, + VoiceIgnoreRemovedS = 615, + VoiceIgnoreAmbiguous = 616, + VoiceIgnoreDeleted = 617, + UnknownMacroOptionS = 618, + NotDuringArenaMatch = 619, + PlayerSilenced = 620, + PlayerUnsilenced = 621, + ComsatDisconnect = 622, + ComsatReconnectAttempt = 623, + ComsatConnectFail = 624, + MailInvalidAttachmentSlot = 625, + MailTooManyAttachments = 626, + MailInvalidAttachment = 627, + MailAttachmentExpired = 628, + VoiceChatParentalDisableMic = 629, + ProfaneChatName = 630, + PlayerSilencedEcho = 631, + PlayerUnsilencedEcho = 632, + LootCantLootThat = 633, + ArenaExpiredCais = 634, + GroupActionThrottled = 635, + AlreadyPickpocketed = 636, + NameInvalid = 637, + NameNoName = 638, + NameTooShort = 639, + NameTooLong = 640, + NameMixedLanguages = 641, + NameProfane = 642, + NameReserved = 643, + NameThreeConsecutive = 644, + NameInvalidSpace = 645, + NameConsecutiveSpaces = 646, + NameRussianConsecutiveSilentCharacters = 647, + NameRussianSilentCharacterAtBeginningOrEnd = 648, + NameDeclensionDoesntMatchBaseName = 649, + RecruitAFriendNotLinked = 650, + RecruitAFriendNotNow = 651, + RecruitAFriendSummonLevelMax = 652, + RecruitAFriendSummonCooldown = 653, + RecruitAFriendSummonOffline = 654, + RecruitAFriendInsufExpanLvl = 655, + RecruitAFriendMapIncomingTransferNotAllowed = 656, + NotSameAccount = 657, + BadOnUseEnchant = 658, + TradeSelf = 659, + TooManySockets = 660, + ItemMaxLimitCategoryCountExceededIs = 661, + TradeTargetMaxLimitCategoryCountExceededIs = 662, + ItemMaxLimitCategorySocketedExceededIs = 663, + ItemMaxLimitCategoryEquippedExceededIs = 664, + ShapeshiftFormCannotEquip = 665, + ItemInventoryFullSatchel = 666, + ScalingStatItemLevelExceeded = 667, + ScalingStatItemLevelTooLow = 668, + PurchaseLevelTooLow = 669, + GroupSwapFailed = 670, + InviteInCombat = 671, + InvalidGlyphSlot = 672, + GenericNoValidTargets = 673, + CalendarEventAlertS = 674, + PetLearnSpellS = 675, + PetLearnAbilityS = 676, + PetSpellUnlearnedS = 677, + InviteUnknownRealm = 678, + InviteNoPartyServer = 679, + InvitePartyBusy = 680, + PartyTargetAmbiguous = 681, + PartyLfgInviteRaidLocked = 682, + PartyLfgBootLimit = 683, + PartyLfgBootCooldownS = 684, + PartyLfgBootNotEligibleS = 685, + PartyLfgBootInpatientTimerS = 686, + PartyLfgBootInProgress = 687, + PartyLfgBootTooFewPlayers = 688, + PartyLfgBootVoteSucceeded = 689, + PartyLfgBootVoteFailed = 690, + PartyLfgBootInCombat = 691, + PartyLfgBootDungeonComplete = 692, + PartyLfgBootLootRolls = 693, + PartyLfgBootVoteRegistered = 694, + PartyPrivateGroupOnly = 695, + PartyLfgTeleportInCombat = 696, + RaidDisallowedByLevel = 697, + RaidDisallowedByCrossRealm = 698, + PartyRoleNotAvailable = 699, + JoinLfgObjectFailed = 700, + LfgRemovedLevelup = 701, + LfgRemovedXpToggle = 702, + LfgRemovedFactionChange = 703, + BattlegroundInfoThrottled = 704, + BattlegroundAlreadyIn = 705, + ArenaTeamChangeFailedQueued = 706, + ArenaTeamPermissions = 707, + NotWhileFalling = 708, + NotWhileMoving = 709, + NotWhileFatigued = 710, + MaxSockets = 711, + MultiCastActionTotemS = 712, + BattlegroundJoinLevelup = 713, + RemoveFromPvpQueueXpGain = 714, + BattlegroundJoinXpGain = 715, + BattlegroundJoinMercenary = 716, + BattlegroundJoinTooManyHealers = 717, + BattlegroundJoinRatedTooManyHealers = 718, + BattlegroundJoinTooManyTanks = 719, + BattlegroundJoinTooManyDamage = 720, + RaidDifficultyFailed = 721, + RaidDifficultyChangedS = 722, + LegacyRaidDifficultyChangedS = 723, + RaidLockoutChangedS = 724, + RaidConvertedToParty = 725, + PartyConvertedToRaid = 726, + PlayerDifficultyChangedS = 727, + GmresponseDbError = 728, + BattlegroundJoinRangeIndex = 729, + ArenaJoinRangeIndex = 730, + RemoveFromPvpQueueFactionChange = 731, + BattlegroundJoinFailed = 732, + BattlegroundJoinNoValidSpecForRole = 733, + BattlegroundJoinRespec = 734, + BattlegroundInvitationDeclined = 735, + BattlegroundJoinTimedOut = 736, + BattlegroundDupeQueue = 737, + BattlegroundJoinMustCompleteQuest = 738, + InBattlegroundRespec = 739, + MailLimitedDurationItem = 740, + YellRestrictedTrial = 741, + ChatRaidRestrictedTrial = 742, + LfgRoleCheckFailed = 743, + LfgRoleCheckFailedTimeout = 744, + LfgRoleCheckFailedNotViable = 745, + LfgReadyCheckFailed = 746, + LfgReadyCheckFailedTimeout = 747, + LfgGroupFull = 748, + LfgNoLfgObject = 749, + LfgNoSlotsPlayer = 750, + LfgNoSlotsParty = 751, + LfgNoSpec = 752, + LfgMismatchedSlots = 753, + LfgMismatchedSlotsLocalXrealm = 754, + LfgPartyPlayersFromDifferentRealms = 755, + LfgMembersNotPresent = 756, + LfgGetInfoTimeout = 757, + LfgInvalidSlot = 758, + LfgDeserterPlayer = 759, + LfgDeserterParty = 760, + LfgDead = 761, + LfgRandomCooldownPlayer = 762, + LfgRandomCooldownParty = 763, + LfgTooManyMembers = 764, + LfgTooFewMembers = 765, + LfgProposalFailed = 766, + LfgProposalDeclinedSelf = 767, + LfgProposalDeclinedParty = 768, + LfgNoSlotsSelected = 769, + LfgNoRolesSelected = 770, + LfgRoleCheckInitiated = 771, + LfgReadyCheckInitiated = 772, + LfgPlayerDeclinedRoleCheck = 773, + LfgPlayerDeclinedReadyCheck = 774, + LfgJoinedQueue = 775, + LfgJoinedFlexQueue = 776, + LfgJoinedRfQueue = 777, + LfgJoinedScenarioQueue = 778, + LfgJoinedWorldPvpQueue = 779, + LfgJoinedBattlefieldQueue = 780, + LfgJoinedList = 781, + LfgLeftQueue = 782, + LfgLeftList = 783, + LfgRoleCheckAborted = 784, + LfgReadyCheckAborted = 785, + LfgCantUseBattleground = 786, + LfgCantUseDungeons = 787, + LfgReasonTooManyLfg = 788, + InvalidTeleportLocation = 789, + TooFarToInteract = 790, + BattlegroundPlayersFromDifferentRealms = 791, + DifficultyChangeCooldownS = 792, + DifficultyChangeCombatCooldownS = 793, + DifficultyChangeWorldstate = 794, + DifficultyChangeEncounter = 795, + DifficultyChangeCombat = 796, + DifficultyChangePlayerBusy = 797, + DifficultyChangeAlreadyStarted = 798, + DifficultyChangeOtherHeroicS = 799, + DifficultyChangeHeroicInstanceAlreadyRunning = 800, + ArenaTeamPartySize = 801, + QuestForceRemovedS = 802, + AttackNoActions = 803, + InRandomBg = 804, + InNonRandomBg = 805, + AuctionEnoughItems = 806, + BnFriendSelf = 807, + BnFriendAlready = 808, + BnFriendBlocked = 809, + BnFriendListFull = 810, + BnFriendRequestSent = 811, + BnBroadcastThrottle = 812, + BgDeveloperOnly = 813, + CurrencySpellSlotMismatch = 814, + CurrencyNotTradable = 815, + RequiresExpansionS = 816, + QuestFailedSpell = 817, + TalentFailedNotEnoughTalentsInPrimaryTree = 818, + TalentFailedNoPrimaryTreeSelected = 819, + TalentFailedCantRemoveTalent = 820, + TalentFailedUnknown = 821, + WargameRequestFailure = 822, + RankRequiresAuthenticator = 823, + GuildBankVoucherFailed = 824, + WargameRequestSent = 825, + RequiresAchievementI = 826, + RefundResultExceedMaxCurrency = 827, + CantBuyQuantity = 828, + ItemIsBattlePayLocked = 829, + PartyAlreadyInBattlegroundQueue = 830, + PartyConfirmingBattlegroundQueue = 831, + BattlefieldTeamPartySize = 832, + InsuffTrackedCurrencyIs = 833, + NotOnTournamentRealm = 834, + GuildTrialAccountTrial = 835, + GuildTrialAccountVeteran = 836, + GuildUndeletableDueToLevel = 837, + CantDoThatInAGroup = 838, + GuildLeaderReplaced = 839, + TransmogrifyCantEquip = 840, + TransmogrifyInvalidItemType = 841, + TransmogrifyNotSoulbound = 842, + TransmogrifyInvalidSource = 843, + TransmogrifyInvalidDestination = 844, + TransmogrifyMismatch = 845, + TransmogrifyLegendary = 846, + TransmogrifySameItem = 847, + TransmogrifySameAppearance = 848, + TransmogrifyNotEquipped = 849, + VoidDepositFull = 850, + VoidWithdrawFull = 851, + VoidStorageWrapped = 852, + VoidStorageStackable = 853, + VoidStorageUnbound = 854, + VoidStorageRepair = 855, + VoidStorageCharges = 856, + VoidStorageQuest = 857, + VoidStorageConjured = 858, + VoidStorageMail = 859, + VoidStorageBag = 860, + VoidTransferStorageFull = 861, + VoidTransferInvFull = 862, + VoidTransferInternalError = 863, + VoidTransferItemInvalid = 864, + DifficultyDisabledInLfg = 865, + VoidStorageUnique = 866, + VoidStorageLoot = 867, + VoidStorageHoliday = 868, + VoidStorageDuration = 869, + VoidStorageLoadFailed = 870, + VoidStorageInvalidItem = 871, + ParentalControlsChatMuted = 872, + SorStartExperienceIncomplete = 873, + SorInvalidEmail = 874, + SorInvalidComment = 875, + ChallengeModeResetCooldownS = 876, + ChallengeModeResetKeystone = 877, + PetJournalAlreadyInLoadout = 878, + ReportSubmittedSuccessfully = 879, + ReportSubmissionFailed = 880, + SuggestionSubmittedSuccessfully = 881, + BugSubmittedSuccessfully = 882, + ChallengeModeEnabled = 883, + ChallengeModeDisabled = 884, + PetbattleCreateFailed = 885, + PetbattleNotHere = 886, + PetbattleNotHereOnTransport = 887, + PetbattleNotHereUnevenGround = 888, + PetbattleNotHereObstructed = 889, + PetbattleNotWhileInCombat = 890, + PetbattleNotWhileDead = 891, + PetbattleNotWhileFlying = 892, + PetbattleTargetInvalid = 893, + PetbattleTargetOutOfRange = 894, + PetbattleTargetNotCapturable = 895, + PetbattleNotATrainer = 896, + PetbattleDeclined = 897, + PetbattleInBattle = 898, + PetbattleInvalidLoadout = 899, + PetbattleAllPetsDead = 900, + PetbattleNoPetsInSlots = 901, + PetbattleNoAccountLock = 902, + PetbattleWildPetTapped = 903, + PetbattleRestrictedAccount = 904, + PetbattleOpponentNotAvailable = 905, + PetbattleNotWhileInMatchedBattle = 906, + CantHaveMorePetsOfThatType = 907, + CantHaveMorePets = 908, + PvpMapNotFound = 909, + PvpMapNotSet = 910, + PetbattleQueueQueued = 911, + PetbattleQueueAlreadyQueued = 912, + PetbattleQueueJoinFailed = 913, + PetbattleQueueJournalLock = 914, + PetbattleQueueRemoved = 915, + PetbattleQueueProposalDeclined = 916, + PetbattleQueueProposalTimeout = 917, + PetbattleQueueOpponentDeclined = 918, + PetbattleQueueRequeuedInternal = 919, + PetbattleQueueRequeuedRemoved = 920, + PetbattleQueueSlotLocked = 921, + PetbattleQueueSlotEmpty = 922, + PetbattleQueueSlotNoTracker = 923, + PetbattleQueueSlotNoSpecies = 924, + PetbattleQueueSlotCantBattle = 925, + PetbattleQueueSlotRevoked = 926, + PetbattleQueueSlotDead = 927, + PetbattleQueueSlotNoPet = 928, + PetbattleQueueNotWhileNeutral = 929, + PetbattleGameTimeLimitWarning = 930, + PetbattleGameRoundsLimitWarning = 931, + HasRestriction = 932, + ItemUpgradeItemTooLowLevel = 933, + ItemUpgradeNoPath = 934, + ItemUpgradeNoMoreUpgrades = 935, + BonusRollEmpty = 936, + ChallengeModeFull = 937, + ChallengeModeInProgress = 938, + ChallengeModeIncorrectKeystone = 939, + BattletagFriendNotFound = 940, + BattletagFriendNotValid = 941, + BattletagFriendNotAllowed = 942, + BattletagFriendThrottled = 943, + BattletagFriendSuccess = 944, + PetTooHighLevelToUncage = 945, + PetbattleInternal = 946, + CantCagePetYet = 947, + NoLootInChallengeMode = 948, + QuestPetBattleVictoriesPvpIi = 949, + RoleCheckAlreadyInProgress = 950, + RecruitAFriendAccountLimit = 951, + RecruitAFriendFailed = 952, + SetLootPersonal = 953, + SetLootMethodFailedCombat = 954, + ReagentBankFull = 955, + ReagentBankLocked = 956, + GarrisonBuildingExists = 957, + GarrisonInvalidPlot = 958, + GarrisonInvalidBuildingid = 959, + GarrisonInvalidPlotBuilding = 960, + GarrisonRequiresBlueprint = 961, + GarrisonNotEnoughCurrency = 962, + GarrisonNotEnoughGold = 963, + GarrisonCompleteMissionWrongFollowerType = 964, + AlreadyUsingLfgList = 965, + RestrictedAccountLfgListTrial = 966, + ToyUseLimitReached = 967, + ToyAlreadyKnown = 968, + TransmogSetAlreadyKnown = 969, + NotEnoughCurrency = 970, + SpecIsDisabled = 971, + FeatureRestrictedTrial = 972, + CantBeObliterated = 973, + CantBeScrapped = 974, + ArtifactRelicDoesNotMatchArtifact = 975, + MustEquipArtifact = 976, + CantDoThatRightNow = 977, + AffectingCombat = 978, + EquipmentManagerCombatSwapS = 979, + EquipmentManagerBagsFull = 980, + EquipmentManagerMissingItemS = 981, + MovieRecordingWarningPerf = 982, + MovieRecordingWarningDiskFull = 983, + MovieRecordingWarningNoMovie = 984, + MovieRecordingWarningRequirements = 985, + MovieRecordingWarningCompressing = 986, + NoChallengeModeReward = 987, + ClaimedChallengeModeReward = 988, + ChallengeModePeriodResetSs = 989, + CantDoThatChallengeModeActive = 990, + TalentFailedRestArea = 991, + CannotAbandonLastPet = 992, + TestCvarSetSss = 993, + QuestTurnInFailReason = 994, + ClaimedChallengeModeRewardOld = 995, + TalentGrantedByAura = 996, + ChallengeModeAlreadyComplete = 997, + GlyphTargetNotAvailable = 998, + PvpWarmodeToggleOn = 999, + PvpWarmodeToggleOff = 1000, + SpellFailedLevelRequirement = 1001, + BattlegroundJoinRequiresLevel = 1002, + BattlegroundJoinDisqualified = 1003, + BattlegroundJoinDisqualifiedNoName = 1004, + VoiceChatGenericUnableToConnect = 1005, + VoiceChatServiceLost = 1006, + VoiceChatChannelNameTooShort = 1007, + VoiceChatChannelNameTooLong = 1008, + VoiceChatChannelAlreadyExists = 1009, + VoiceChatTargetNotFound = 1010, + VoiceChatTooManyRequests = 1011, + VoiceChatPlayerSilenced = 1012, + VoiceChatParentalDisableAll = 1013, + VoiceChatDisabled = 1014, + NoPvpReward = 1015, + ClaimedPvpReward = 1016, + AzeriteEssenceSelectionFailedEssenceNotUnlocked = 1017, + AzeriteEssenceSelectionFailedCantRemoveEssence = 1018, + AzeriteEssenceSelectionFailedConditionFailed = 1019, + AzeriteEssenceSelectionFailedRestArea = 1020, + AzeriteEssenceSelectionFailedSlotLocked = 1021, + AzeriteEssenceSelectionFailedNotAtForge = 1022, + AzeriteEssenceSelectionFailedHeartLevelTooLow = 1023, + AzeriteEssenceSelectionFailedNotEquipped = 1024, + SocketingRequiresPunchcardredGem = 1025, + SocketingPunchcardredGemOnlyInPunchcardredslot = 1026, + SocketingRequiresPunchcardyellowGem = 1027, + SocketingPunchcardyellowGemOnlyInPunchcardyellowslot = 1028, + SocketingRequiresPunchcardblueGem = 1029, + SocketingPunchcardblueGemOnlyInPunchcardblueslot = 1030, + LevelLinkingResultLinked = 1031, + LevelLinkingResultUnlinked = 1032, + ClubFinderErrorPostClub = 1033, + ClubFinderErrorApplyClub = 1034, + ClubFinderErrorRespondApplicant = 1035, + ClubFinderErrorCancelApplication = 1036, + ClubFinderErrorTypeAcceptApplication = 1037, + ClubFinderErrorTypeNoInvitePermissions = 1038, + ClubFinderErrorTypeNoPostingPermissions = 1039, + ClubFinderErrorTypeApplicantList = 1040, + ClubFinderErrorTypeApplicantListNoPerm = 1041, + ClubFinderErrorTypeFinderNotAvailable = 1042, + ClubFinderErrorTypeGetPostingIds = 1043, + ClubFinderErrorTypeJoinApplication = 1044, + ClubFinderErrorTypeFlaggedRename = 1045, + ClubFinderErrorTypeFlaggedDescriptionChange = 1046, + ItemInteractionNotEnoughGold = 1047, + ItemInteractionNotEnoughCurrency = 1048, + PlayerChoiceErrorPendingChoice = 1049, + SoulbindInvalidConduit = 1050, + SoulbindInvalidConduitItem = 1051, + SoulbindInvalidTalent = 1052, + SoulbindDuplicateConduit = 1053, + ActivateSoulbindFailedRestArea = 1054, + CantUseProfanity = 1055, + NotInPetBattle = 1056, + NotInNpe = 1057, } public enum SceneFlags diff --git a/Source/Framework/Constants/Spells/SpellConst.cs b/Source/Framework/Constants/Spells/SpellConst.cs index 5a011a598..630a8ce1b 100644 --- a/Source/Framework/Constants/Spells/SpellConst.cs +++ b/Source/Framework/Constants/Spells/SpellConst.cs @@ -437,289 +437,297 @@ namespace Framework.Constants CantBeCharmed = 15, CantBeDisenchanted = 16, CantBeDisenchantedSkill = 17, - CantBeMilled = 18, - CantBeProspected = 19, - CantCastOnTapped = 20, - CantDuelWhileInvisible = 21, - CantDuelWhileStealthed = 22, - CantStealth = 23, - CantUntalent = 24, - CasterAurastate = 25, - CasterDead = 26, - Charmed = 27, - ChestInUse = 28, - Confused = 29, - DisabledByPowerScaling = 30, - DontReport = 31, - EquippedItem = 32, - EquippedItemClass = 33, - EquippedItemClassMainhand = 34, - EquippedItemClassOffhand = 35, - Error = 36, - Falling = 37, - Fizzle = 38, - Fleeing = 39, - FoodLowlevel = 40, - GarrisonNotOwned = 41, - GarrisonOwned = 42, - GarrisonMaxLevel = 43, - GarrisonNotUpgradeable = 44, - GarrisonFollowerOnMission = 45, - GarrisonFollowerInBuilding = 46, - GarrisonFollowerMaxLevel = 47, - GarrisonFollowerMinItemLevel = 48, - GarrisonFollowerMaxItemLevel = 49, - GarrisonFollowerMaxQuality = 50, - GarrisonFollowerNotMaxLevel = 51, - GarrisonFollowerHasAbility = 52, - GarrisonFollowerHasSingleMissionAbility = 53, - GarrisonFollowerRequiresEpic = 54, - GarrisonMissionNotInProgress = 55, - GarrisonMissionComplete = 56, - GarrisonNoMissionsAvailable = 57, - Highlevel = 58, - HungerSatiated = 59, - Immune = 60, - IncorrectArea = 61, - Interrupted = 62, - InterruptedCombat = 63, - ItemAlreadyEnchanted = 64, - ItemGone = 65, - ItemNotFound = 66, - ItemNotReady = 67, - LevelRequirement = 68, - LineOfSight = 69, - Lowlevel = 70, - LowCastlevel = 71, - MainhandEmpty = 72, - Moving = 73, - NeedAmmo = 74, - NeedAmmoPouch = 75, - NeedExoticAmmo = 76, - NeedMoreItems = 77, - NoPath = 78, - NotBehind = 79, - NotFishable = 80, - NotFlying = 81, - NotHere = 82, - NotInfront = 83, - NotInControl = 84, - NotKnown = 85, - NotMounted = 86, - NotOnTaxi = 87, - NotOnTransport = 88, - NotReady = 89, - NotShapeshift = 90, - NotStanding = 91, - NotTradeable = 92, - NotTrading = 93, - NotUnsheathed = 94, - NotWhileGhost = 95, - NotWhileLooting = 96, - NoAmmo = 97, - NoChargesRemain = 98, - NoComboPoints = 99, - NoDueling = 100, - NoEndurance = 101, - NoFish = 102, - NoItemsWhileShapeshifted = 103, - NoMountsAllowed = 104, - NoPet = 105, - NoPower = 106, - NothingToDispel = 107, - NothingToSteal = 108, - OnlyAbovewater = 109, - OnlyIndoors = 110, - OnlyMounted = 111, - OnlyOutdoors = 112, - OnlyShapeshift = 113, - OnlyStealthed = 114, - OnlyUnderwater = 115, - OutOfRange = 116, - Pacified = 117, - Possessed = 118, - Reagents = 119, - RequiresArea = 120, - RequiresSpellFocus = 121, - Rooted = 122, - Silenced = 123, - SpellInProgress = 124, - SpellLearned = 125, - SpellUnavailable = 126, - Stunned = 127, - TargetsDead = 128, - TargetAffectingCombat = 129, - TargetAurastate = 130, - TargetDueling = 131, - TargetEnemy = 132, - TargetEnraged = 133, - TargetFriendly = 134, - TargetInCombat = 135, - TargetInPetBattle = 136, - TargetIsPlayer = 137, - TargetIsPlayerControlled = 138, - TargetNotDead = 139, - TargetNotInParty = 140, - TargetNotLooted = 141, - TargetNotPlayer = 142, - TargetNoPockets = 143, - TargetNoWeapons = 144, - TargetNoRangedWeapons = 145, - TargetUnskinnable = 146, - ThirstSatiated = 147, - TooClose = 148, - TooManyOfItem = 149, - TotemCategory = 150, - Totems = 151, - TryAgain = 152, - UnitNotBehind = 153, - UnitNotInfront = 154, - VisionObscured = 155, - WrongPetFood = 156, - NotWhileFatigued = 157, - TargetNotInInstance = 158, - NotWhileTrading = 159, - TargetNotInRaid = 160, - TargetFreeforall = 161, - NoEdibleCorpses = 162, - OnlyBattlegrounds = 163, - TargetNotGhost = 164, - TransformUnusable = 165, - WrongWeather = 166, - DamageImmune = 167, - PreventedByMechanic = 168, - PlayTime = 169, - Reputation = 170, - MinSkill = 171, - NotInRatedBattleground = 172, - NotOnShapeshift = 173, - NotOnStealthed = 174, - NotOnDamageImmune = 175, - NotOnMounted = 176, - TooShallow = 177, - TargetNotInSanctuary = 178, - TargetIsTrivial = 179, - BmOrInvisgod = 180, - GroundMountNotAllowed = 181, - FloatingMountNotAllowed = 182, - UnderwaterMountNotAllowed = 183, - FlyingMountNotAllowed = 184, - ApprenticeRidingRequirement = 185, - JourneymanRidingRequirement = 186, - ExpertRidingRequirement = 187, - ArtisanRidingRequirement = 188, - MasterRidingRequirement = 189, - ColdRidingRequirement = 190, - FlightMasterRidingRequirement = 191, - CsRidingRequirement = 192, - PandaRidingRequirement = 193, - DraenorRidingRequirement = 194, - BrokenIslesRidingRequirement = 195, - MountNoFloatHere = 196, - MountNoUnderwaterHere = 197, - MountAboveWaterHere = 198, - MountCollectedOnOtherChar = 199, - NotIdle = 200, - NotInactive = 201, - PartialPlaytime = 202, - NoPlaytime = 203, - NotInBattleground = 204, - NotInRaidInstance = 205, - OnlyInArena = 206, - TargetLockedToRaidInstance = 207, - OnUseEnchant = 208, - NotOnGround = 209, - CustomError = 210, - CantDoThatRightNow = 211, - TooManySockets = 212, - InvalidGlyph = 213, - UniqueGlyph = 214, - GlyphSocketLocked = 215, - GlyphExclusiveCategory = 216, - GlyphInvalidSpec = 217, - GlyphNoSpec = 218, - NoActiveGlyphs = 219, - NoValidTargets = 220, - ItemAtMaxCharges = 221, - NotInBarbershop = 222, - FishingTooLow = 223, - ItemEnchantTradeWindow = 224, - SummonPending = 225, - MaxSockets = 226, - PetCanRename = 227, - TargetCannotBeResurrected = 228, - TargetHasResurrectPending = 229, - NoActions = 230, - CurrencyWeightMismatch = 231, - WeightNotEnough = 232, - WeightTooMuch = 233, - NoVacantSeat = 234, - NoLiquid = 235, - OnlyNotSwimming = 236, - ByNotMoving = 237, - InCombatResLimitReached = 238, - NotInArena = 239, - TargetNotGrounded = 240, - ExceededWeeklyUsage = 241, - NotInLfgDungeon = 242, - BadTargetFilter = 243, - NotEnoughTargets = 244, - NoSpec = 245, - CantAddBattlePet = 246, - CantUpgradeBattlePet = 247, - WrongBattlePetType = 248, - NoDungeonEncounter = 249, - NoTeleportFromDungeon = 250, - MaxLevelTooLow = 251, - CantReplaceItemBonus = 252, - GrantPetLevelFail = 253, - SkillLineNotKnown = 254, - BlueprintKnown = 255, - FollowerKnown = 256, - CantOverrideEnchantVisual = 257, - ItemNotAWeapon = 258, - SameEnchantVisual = 259, - ToyUseLimitReached = 260, - ToyAlreadyKnown = 261, - ShipmentsFull = 262, - NoShipmentsForContainer = 263, - NoBuildingForShipment = 264, - NotEnoughShipmentsForContainer = 265, - HasMission = 266, - BuildingActivateNotReady = 267, - NotSoulbound = 268, - RidingVehicle = 269, - VeteranTrialAboveSkillRankMax = 270, - NotWhileMercenary = 271, - SpecDisabled = 272, - CantBeObliterated = 273, - CantBeScrapped = 274, - FollowerClassSpecCap = 275, - TransportNotReady = 276, - TransmogSetAlreadyKnown = 277, - DisabledByAuraLabel = 278, - DisabledByMaxUsableLevel = 279, - SpellAlreadyKnown = 280, - MustKnowSupercedingSpell = 281, - YouCannotUseThatInPvpInstance = 282, - NoArtifactEquipped = 283, - WrongArtifactEquipped = 284, - TargetIsUntargetableByAnyone = 285, - SpellEffectFailed = 286, - NeedAllPartyMembers = 287, - ArtifactAtFullPower = 288, - ApItemFromPreviousTier = 289, - AreaTriggerCreation = 290, - AzeriteEmpoweredOnly = 291, - AzeriteEmpoweredNoChoicesToUndo = 292, - WrongFaction = 293, - NotEnoughCurrency = 294, - BattleForAzerothRidingRequirement = 295, - MountEquipmentError = 296, - NotWhileLevelLinked = 297, - LevelLinkedLowLevel = 298, - SummonMapCondition = 299, - Unknown = 300, + CantBeEnchanted = 18, + CantBeMilled = 19, + CantBeProspected = 20, + CantCastOnTapped = 21, + CantDuelWhileInvisible = 22, + CantDuelWhileStealthed = 23, + CantStealth = 24, + CantUntalent = 25, + CasterAurastate = 26, + CasterDead = 27, + Charmed = 28, + ChestInUse = 29, + Confused = 30, + DisabledByPowerScaling = 31, + DontReport = 32, + EquippedItem = 33, + EquippedItemClass = 34, + EquippedItemClassMainhand = 35, + EquippedItemClassOffhand = 36, + Error = 37, + Falling = 38, + Fizzle = 39, + Fleeing = 40, + FoodLowlevel = 41, + GarrisonNotOwned = 42, + GarrisonOwned = 43, + GarrisonMaxLevel = 44, + GarrisonNotUpgradeable = 45, + GarrisonFollowerOnMission = 46, + GarrisonFollowerInBuilding = 47, + GarrisonFollowerMaxLevel = 48, + GarrisonFollowerMinItemLevel = 49, + GarrisonFollowerMaxItemLevel = 50, + GarrisonFollowerMaxQuality = 51, + GarrisonFollowerNotMaxLevel = 52, + GarrisonFollowerHasAbility = 53, + GarrisonFollowerHasSingleMissionAbility = 54, + GarrisonFollowerRequiresEpic = 55, + GarrisonMissionNotInProgress = 56, + GarrisonMissionComplete = 57, + GarrisonNoMissionsAvailable = 58, + Highlevel = 59, + HungerSatiated = 60, + Immune = 61, + IncorrectArea = 62, + Interrupted = 63, + InterruptedCombat = 64, + ItemAlreadyEnchanted = 65, + ItemGone = 66, + ItemNotFound = 67, + ItemNotReady = 68, + LevelRequirement = 69, + LineOfSight = 70, + Lowlevel = 71, + LowCastlevel = 72, + MainhandEmpty = 73, + Moving = 74, + NeedAmmo = 75, + NeedAmmoPouch = 76, + NeedExoticAmmo = 77, + NeedMoreItems = 78, + NoPath = 79, + NotBehind = 80, + NotFishable = 81, + NotFlying = 82, + NotHere = 83, + NotInfront = 84, + NotInControl = 85, + NotKnown = 86, + NotMounted = 87, + NotOnTaxi = 88, + NotOnTransport = 89, + NotReady = 90, + NotShapeshift = 91, + NotStanding = 92, + NotTradeable = 93, + NotTrading = 94, + NotUnsheathed = 95, + NotWhileGhost = 96, + NotWhileLooting = 97, + NoAmmo = 98, + NoChargesRemain = 99, + NoComboPoints = 100, + NoDueling = 101, + NoEndurance = 102, + NoFish = 103, + NoItemsWhileShapeshifted = 104, + NoMountsAllowed = 105, + NoPet = 106, + NoPower = 107, + NothingToDispel = 108, + NothingToSteal = 109, + OnlyAbovewater = 110, + OnlyIndoors = 111, + OnlyMounted = 112, + OnlyOutdoors = 113, + OnlyShapeshift = 114, + OnlyStealthed = 115, + OnlyUnderwater = 116, + OutOfRange = 117, + Pacified = 118, + Possessed = 119, + Reagents = 120, + RequiresArea = 121, + RequiresSpellFocus = 122, + Rooted = 123, + Silenced = 124, + SpellInProgress = 125, + SpellLearned = 126, + SpellUnavailable = 127, + Stunned = 128, + TargetsDead = 129, + TargetAffectingCombat = 130, + TargetAurastate = 131, + TargetDueling = 132, + TargetEnemy = 133, + TargetEnraged = 134, + TargetFriendly = 135, + TargetInCombat = 136, + TargetInPetBattle = 137, + TargetIsPlayer = 138, + TargetIsPlayerControlled = 139, + TargetNotDead = 140, + TargetNotInParty = 141, + TargetNotLooted = 142, + TargetNotPlayer = 143, + TargetNoPockets = 144, + TargetNoWeapons = 145, + TargetNoRangedWeapons = 146, + TargetUnskinnable = 147, + ThirstSatiated = 148, + TooClose = 149, + TooManyOfItem = 150, + TotemCategory = 151, + Totems = 152, + TryAgain = 153, + UnitNotBehind = 154, + UnitNotInfront = 155, + VisionObscured = 156, + WrongPetFood = 157, + NotWhileFatigued = 158, + TargetNotInInstance = 159, + NotWhileTrading = 160, + TargetNotInRaid = 161, + TargetFreeforall = 162, + NoEdibleCorpses = 163, + OnlyBattlegrounds = 164, + TargetNotGhost = 165, + TransformUnusable = 166, + WrongWeather = 167, + DamageImmune = 168, + PreventedByMechanic = 169, + PlayTime = 170, + Reputation = 171, + MinSkill = 172, + NotInRatedBattleground = 173, + NotOnShapeshift = 174, + NotOnStealthed = 175, + NotOnDamageImmune = 176, + NotOnMounted = 177, + TooShallow = 178, + TargetNotInSanctuary = 179, + TargetIsTrivial = 180, + BmOrInvisgod = 181, + GroundMountNotAllowed = 182, + FloatingMountNotAllowed = 183, + UnderwaterMountNotAllowed = 184, + FlyingMountNotAllowed = 185, + ApprenticeRidingRequirement = 186, + JourneymanRidingRequirement = 187, + ExpertRidingRequirement = 188, + ArtisanRidingRequirement = 189, + MasterRidingRequirement = 190, + ColdRidingRequirement = 191, + FlightMasterRidingRequirement = 192, + CsRidingRequirement = 193, + PandaRidingRequirement = 194, + DraenorRidingRequirement = 195, + BrokenIslesRidingRequirement = 196, + MountNoFloatHere = 197, + MountNoUnderwaterHere = 198, + MountAboveWaterHere = 199, + MountCollectedOnOtherChar = 200, + NotIdle = 201, + NotInactive = 202, + PartialPlaytime = 203, + NoPlaytime = 204, + NotInBattleground = 205, + NotInRaidInstance = 206, + OnlyInArena = 207, + TargetLockedToRaidInstance = 208, + OnUseEnchant = 209, + NotOnGround = 210, + CustomError = 211, + CantDoThatRightNow = 212, + TooManySockets = 213, + InvalidGlyph = 214, + UniqueGlyph = 215, + GlyphSocketLocked = 216, + GlyphExclusiveCategory = 217, + GlyphInvalidSpec = 218, + GlyphNoSpec = 219, + NoActiveGlyphs = 220, + NoValidTargets = 221, + ItemAtMaxCharges = 222, + NotInBarbershop = 223, + FishingTooLow = 224, + ItemEnchantTradeWindow = 225, + SummonPending = 226, + MaxSockets = 227, + PetCanRename = 228, + TargetCannotBeResurrected = 229, + TargetHasResurrectPending = 230, + NoActions = 231, + CurrencyWeightMismatch = 232, + WeightNotEnough = 233, + WeightTooMuch = 234, + NoVacantSeat = 235, + NoLiquid = 236, + OnlyNotSwimming = 237, + ByNotMoving = 238, + InCombatResLimitReached = 239, + NotInArena = 240, + TargetNotGrounded = 241, + ExceededWeeklyUsage = 242, + NotInLfgDungeon = 243, + BadTargetFilter = 244, + NotEnoughTargets = 245, + NoSpec = 246, + CantAddBattlePet = 247, + CantUpgradeBattlePet = 248, + WrongBattlePetType = 249, + NoDungeonEncounter = 250, + NoTeleportFromDungeon = 251, + MaxLevelTooLow = 252, + CantReplaceItemBonus = 253, + GrantPetLevelFail = 254, + SkillLineNotKnown = 255, + BlueprintKnown = 256, + FollowerKnown = 257, + CantOverrideEnchantVisual = 258, + ItemNotAWeapon = 259, + SameEnchantVisual = 260, + ToyUseLimitReached = 261, + ToyAlreadyKnown = 262, + ShipmentsFull = 263, + NoShipmentsForContainer = 264, + NoBuildingForShipment = 265, + NotEnoughShipmentsForContainer = 266, + HasMission = 267, + BuildingActivateNotReady = 268, + NotSoulbound = 269, + RidingVehicle = 270, + VeteranTrialAboveSkillRankMax = 271, + NotWhileMercenary = 272, + SpecDisabled = 273, + CantBeObliterated = 274, + CantBeScrapped = 275, + FollowerClassSpecCap = 276, + TransportNotReady = 277, + TransmogSetAlreadyKnown = 278, + DisabledByAuraLabel = 279, + DisabledByMaxUsableLevel = 280, + SpellAlreadyKnown = 281, + MustKnowSupercedingSpell = 282, + YouCannotUseThatInPvpInstance = 283, + NoArtifactEquipped = 284, + WrongArtifactEquipped = 285, + TargetIsUntargetableByAnyone = 286, + SpellEffectFailed = 287, + NeedAllPartyMembers = 288, + ArtifactAtFullPower = 289, + ApItemFromPreviousTier = 290, + AreaTriggerCreation = 291, + AzeriteEmpoweredOnly = 292, + AzeriteEmpoweredNoChoicesToUndo = 293, + WrongFaction = 294, + NotEnoughCurrency = 295, + BattleForAzerothRidingRequirement = 296, + MountEquipmentError = 297, + NotWhileLevelLinked = 298, + LevelLinkedLowLevel = 299, + SummonMapCondition = 300, + SetCovenantError = 301, + RuneforgeLegendaryUpgrade = 302, + SetChromieTimeError = 303, + IneligibleWeaponAppearance = 304, + PlayerCondition = 305, + NotWhileChromieTimed = 306, + OptionalReagents = 307, + Unknown = 308, // Ok Cast Value - Here In Case A Future Version Removes Success And We Need To Use A Custom Value (Not Sent To Client Either Way) SpellCastOk = Success @@ -1142,9 +1150,118 @@ namespace Framework.Constants YourTargetIsNotWearingUnboundCursedLoversRing = 417, // Your Target Is Not Wearing An Unbound Cursed Lover'S Ring YourCursedLoversRingIsAlredyBound = 418, // Your Cursed Lover'S Ring Is Already Bound YouMustTargetANotoriusGladiatorItem = 421, // You Must Target A Notorious Gladiator'S Item To Upgrade. - RequiresWarMode = 426, // Requires War Mode. YouCantCarryMorePickaxesChumSeeds = 423, // You Can'T Carry Any More Brinestone Pickaxes, Chum, Or Germinating Seeds. RequiresHolidayFeastOfWinterWeil = 424, // Requires Holiday: Feast Of Winter Veil + RequiresAshjrakamasShroudOfResolve = 425, // Requires Ashjra'Kamas, Shroud Of Resolve. + RequiresWarMode = 426, // Requires War Mode. + OnlyOneOfThisMaskMayBeWorn = 427, // Only One Of This Mask May Be Worn. + YouCannotAscendWhileTheTarragrueIsNearby = 428, // You Cannot Ascend While The Tarragrue Is Nearby. + TargetDoesNotHaveAValidAzeriteEssence = 429, // Target Does Not Have A Valid Azerite Essence. + YourMindIsStillRecoveringFromRecentVision = 430, // Your Mind Is Still Recovering From A Recent Vision. + RequiresVesselOfHorrificVisions = 431, // Requires Vessel Of Horrific Visions. + RequiresAllPartyMembersToBeWearingAshjrakamasShroudOfResolve = 432, // Requires All Party Members To Be Wearing Ashjra'Kamas, Shroud Of Resolve. + RequiresAllPartyMembersToPossessAVesselOfHorrificVisions = 434, // Requires All Party Members To Possess A Vessel Of Horrific Visions. + YouAlreadyHaveTheHighestRankedEssenceAvailableFromThisSource = 435, // You Already Have The Highest Ranked Essence Available From This Source. + RequiresDarkmoonGameToken = 436, // Requires Darkmoon Game Token. + YouAreNotTheRightProfession = 437, // You Are Not The Right Profession. + YouAlreadyKnowHowToCraftAVoidFocus = 438, // You Already Know How To Craft A Void Focus. + YouAlreadyKnowTheRecipesInThisBook = 439, // You Already Know The Recipes In This Book. + YouMustTargetACorruptedGladiatorsItem = 440, // You Must Target A Corrupted Gladiator'S Item To Upgrade. + RequiresTheFixItStick = 441, // Requires The Fix-It-Stick. + ThatItemCannotReceiveAdditionalSockets = 442, // That Item Cannot Receive Additional Sockets. + YouAlreadyHaveAContractedVeteranTroop = 443, // You Already Have A Contracted Veteran Troop. + YouAreCurrentlyAtYourTroopCapacity = 444, // You Are Currently At Your Troop Capacity. + YouDontHaveEnoughAnima = 445, // You Don'T Have Enough Anima + TargetAlreadyHoldingVoidTouchedSkull = 446, // That Player Is Already Holding A Void-Touched Skull. + TargetsInventoryIsFull = 447, // Target'S Inventory Is Full. + TargetsMindIsProtectedByNeuralSilencer = 448, // Your Target'S Mind Is Protected By A Neural Silencer. + AllTargetsMindsAreProtectedByNeuralSilencers = 449, // All Of Your Targets' Minds Are Protected By Neural Silencers. + YouMustFindAMorePowerfulCoreToProgressYourCloakRanksFurther = 450, // You Must Find A More Powerful Core To Progress Your Cloak Ranks Further. + YouCannotUseThisItemInWarMode = 451, // You Cannot Use This Item In War Mode. + YouCannotMakeYourCampHere = 452, // You Cannot Make Your Camp Here. + RequiresTitanicBeacon = 453, // Requires Titanic Beacon + ThatObjectIsLocked = 454, // That Object Is Locked. + InvalidCombination = 455, // Invalid Combination. + NoNearbyEnemyPlayersAreCorrupted = 456, // No Nearby Enemy Players Are Corrupted. + ThatSpellIsAlreadyActive = 457, // That Spell Is Already Active + YouCannotUseThisWhenTheTarragrueHasBeenAlerted = 458, // You Cannot Use This When The Tarragrue Has Been Alerted. + ThatGuestAlreadyHasTea = 459, // That Guest Already Has Tea. + RequiresShadowlandsSkinning = 460, // Requires Shadowlands Skinning. + RequiresHuntersMarkOnATarget = 461, // Requires Hunter'S Mark On A Target. + HoundmasterLokseyIsBusy = 462, // Houndmaster Loksey Is Busy. + RequiresCoilOfRope = 463, // Requires Coil Of Rope. + MustBeInARestArea = 464, // Must Be In A Rest Area. + TargetIsLinkedToSomebodyElse = 465, // Target Is Linked To Somebody Else. + YouDontHaveASummonedGhoul = 466, // You Don'T Have A Summoned Ghoul. + OneOfYourPartyMembersIsAnIneligibleClass = 467, // One Of Your Party Members Is An Ineligible Class. + YouMustSelectASoulbindBossAndTierFirst = 468, // You Must Select A Soulbind, Boss, And Tier First. + ThatGuestDoesntWantThis = 469, // That Guest Doesn'T Want This. + YouMustDefeatTheEmpoweredGuardToAscend = 470, // You Must Defeat The Empowered Guard To Ascend. + RequiresSoulsteelForge = 471, // Requires Soulsteel Forge. + RequiresProofOfPurity = 472, // Requires Proof Of Purity + RequiresProofOfHumility = 473, // Requires Proof Of Humility + RequiresProofOfCourage = 474, // Requires Proof Of Courage + RequiresProofOfWisdom = 475, // Requires Proof Of Wisdom + RequiresProofOfLoyalty = 476, // Requires Proof Of Loyalty + RequiresArcaneSpecilization = 477, // Requires Arcane Specilization. + PleaseGatherYourPartyBeforeQueuing = 478, // Please Gather Your Party Before Queuing. + YouDoNotKnowHowToTameGargon = 479, // You Do Not Know How To Tame Gargon. + RequiresDeadSpriggan = 480, // Requires Dead Spriggan + YouAlreadyUsedAProfessionJournalThisWeek = 481, // You Have Already Used A Profession Journal This Week. + RequiresMordretharTheDeathGate = 482, // Requires Mord'Rethar: The Death Gate. + RequiresPlaguefallen = 483, // Requires Plaguefallen + YouCannotFitThroughThere = 484, // You Cannot Fit Through There. + ABindingRitualPreventsThisFromOpening = 485, // A Binding Ritual Prevents This From Opening. + ThatCharmIsAlreadyApplied = 486, // That Charm Is Already Applied. + ThatSigilIsAlreadyApplied = 487, // That Sigil Is Already Applied. + AtLeastOneGuestMustRsvpBeforeYouOpenCourt = 488, // At Least One Guest Must Rsvp Before You Open Court. + ThereIsNoTimeLimitToIncrease = 489, // There Is No Time Limit To Increase. + YourHeartOfAzerothIsCurrentlyDisabled = 490, // Your Heart Of Azeroth Is Currently Disabled. + EssenceYouAreTryingToActivateIsInvalid = 491, // The Essence You Are Trying To Activate Is Invalid. + RequiresMedallionOfService = 492, // Requires Medallion Of Service + AllPlayersMustHaveQuestTorghastTowerOfTheDamned = 493, // All Players Must Have Quest - Torghast: Tower Of The Damned. + RequiresShadowlandsEngineering = 494, // Requires Shadowlands Engineering + YouAreNotInDeepEnoughWater = 495, // You Are Not In Deep Enough Water. + RequiresFreshWatersOfArdenwealdOrBastion = 496, // Requires The Fresh Waters Of Ardenweald Or Bastion + Requires30InfusedRubies = 497, // Requires 30 Infused Rubies + TheCurseOfTeramaniksLegacyIsKeepingYourMountsFromHeedingYourCall = 498, // The Curse Of Teramanik'S Legacy Is Keeping Your Mounts From Heeding Your Call. + YouDoNotKnowHowToTameCloudSerpents = 499, // You Do Not Know How To Tame Cloud Serpents. + YouDoNotKnowHowToTameUndeadCreatures = 500, // You Do Not Know How To Tame Undead Creatures. + RequiresTheForgeOfBonds = 501, // Requires The Forge Of Bonds + RequiresGatamatos = 502, // Requires Gatamatos + MustBeChannellingMindSear = 503, // Must Be Channelling Mind Sear. + YouDontHaveAnyPeriodicEffectsActive = 504, // You Don'T Have Any Periodic Effects Active. + YouAreNotBestFriendsWithAnyEmberCourtGuests = 505, // You Are Not Best Friends With Any Ember Court Guests. + YouMustObtainVenomousSolvents = 506, // You Must Obtain Venomous Solvents. + YouMustObtainDreadPollen = 507, // You Must Obtain Dread Pollen. + APartyMemberDoesNotHaveThatLayerUnlocked = 508, // A Party Member Does Not Have That Layer Unlocked + InventoryIsFull = 509, // Inventory Is Full. + YouHaveNoAnimaToDeposit = 510, // You Have No Anima To Deposit + YourMountIgnoresYourCallWithinTheMaw = 511, // Your Mount Ignores Your Call Within The Maw. + YourButlerIsAlreadyPresentSomewhereInTheEmberCourt = 512, // Your Butler Is Already Present Somewhere In The Ember Court. + YouHaveAlreadyBuiltThisConstruct = 513, // You Have Already Built This Construct + RequiresInnerAltarOfDomination = 514, // Requires Inner Altar Of Domination + PartyMemberDoesNotMeetRequirementsToQueue = 515, // A Party Member Does Not Meet The Requirements To Queue + NoConstructCurrentlyActive = 516, // No Construct Currently Active + CompleteTheQuestLineWelcomeToZandalar = 517, // Complete The Quest Line "Welcome To Zandalar" To Use This Spell. + CompleteTheQuestLineANationDivided = 518, // Complete The Quest Line "A Nation Divided" To Use This Spell. + CannotBeUsedOnCommonQualityItems = 519, // Cannot Be Used On Common Quality Items. + YouMustBePledgedToTheVenthyr = 520, // You Must Be Pledged To The Venthyr. + YouMustBePledgedToTheNightFae = 521, // You Must Be Pledged To The Night Fae. + YouMustBePledgedToTheKyrian = 522, // You Must Be Pledged To The Kyrian. + YouMustBePledgedToTheNecrolords = 523, // You Must Be Pledged To The Necrolords. + YouMustBeInTheShadowlands = 524, // You Must Be In The Shadowlands. + RequiresSanctumReservoir = 525, // Requires Sanctum Reservoir. + ThisWildseedOfRegrowthIsStillIncubating = 526, // This Wildseed Of Regrowth Is Still Incubating. + ThisWildseedOfRegrowthIsStillGrowing = 527, // This Wildseed Of Regrowth Is Still Growing. + YouMustBePartyLeaderToStartThisEscort = 528, // You Must Be The Party Leader To Start This Escort. + YouHaveFullyUpgradedAllOfYourConduits = 529, // You Have Fully Upgraded All Of Your Conduits. + YouHaveAlreadyAddedThatConduit = 530, // You Have Already Added That Conduit To The Forge Of Bonds. + TargetMustBeWeakened = 531, // Target Must Be Weakened. + YouCannotAddThatConduitToForgeOfBonds = 532, // You Cannot Add That Conduit To The Forge Of Bonds. + YouCannotSoulshapeDuringLichborne = 533, // You Cannot Soulshape During Lichborne. + YouCantDoThatWhileCarryingAnAnimacone = 534, // You Can'T Do That While Carrying An Animacone. + NecessaryConstructNotPresent = 535, // Necessary Construct Not Present. } public enum SpellMissInfo