Core/Misc: Updated SpellCastResult, SpellCustomErrors, GameError and InventoryResult enums
Port From (https://github.com/TrinityCore/TrinityCore/commit/0beaee407e04ae9769d9cd9d3928a67ab750d54b)
This commit is contained in:
@@ -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
|
||||
|
||||
+1057
-1047
File diff suppressed because it is too large
Load Diff
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user