Core/Misc: Updated some enums for 9.2.7
Port From (https://github.com/TrinityCore/TrinityCore/commit/a2749366e4a5d3c7722a342500b37de3321b21d2)
This commit is contained in:
@@ -1133,16 +1133,17 @@ 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
|
||||
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.
|
||||
NotInRatedBattleground = 111,// You can't do that in a rated battleground.
|
||||
BagFull6 = 102,// That bag is full.
|
||||
BagFull7 = 103,// That bag is full.
|
||||
CantBeScrapped = 104,// You can't scrap that item
|
||||
BagFull8 = 105,// That bag is full.
|
||||
NotInPetBattle = 106,// You cannot do that while in a pet battle
|
||||
BagFull9 = 107,// That bag is full.
|
||||
CantDoThatRightNow = 108,// You can't do that right now.
|
||||
CantDoThatRightNow2 = 109,// You can't do that right now.
|
||||
NotInNPE = 110,// Not available during the tutorial
|
||||
ItemCooldown = 111,// Item is not ready yet.
|
||||
NotInRatedBattleground = 112,// You can't do that in a rated battleground.
|
||||
}
|
||||
|
||||
public enum BuyResult
|
||||
|
||||
+1039
-1030
File diff suppressed because it is too large
Load Diff
@@ -522,251 +522,254 @@ namespace Framework.Constants
|
||||
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,
|
||||
SpectatorOrCommentator = 308,
|
||||
SoulbindConduitLearnFailedInvalidCovenant = 309,
|
||||
ShadowlandsRidingRequirement = 310,
|
||||
NotInMageTower = 311,
|
||||
GarrisonFollowerAtMinLevel = 312,
|
||||
Unknown = 313,
|
||||
LegacySpell = 69,
|
||||
LevelRequirement = 70,
|
||||
LineOfSight = 71,
|
||||
Lowlevel = 72,
|
||||
LowCastlevel = 73,
|
||||
MainhandEmpty = 74,
|
||||
Moving = 75,
|
||||
NeedAmmo = 76,
|
||||
NeedAmmoPouch = 77,
|
||||
NeedExoticAmmo = 78,
|
||||
NeedMoreItems = 79,
|
||||
NoPath = 80,
|
||||
NotBehind = 81,
|
||||
NotFishable = 82,
|
||||
NotFlying = 83,
|
||||
NotHere = 84,
|
||||
NotInfront = 85,
|
||||
NotInControl = 86,
|
||||
NotKnown = 87,
|
||||
NotMounted = 88,
|
||||
NotOnTaxi = 89,
|
||||
NotOnTransport = 90,
|
||||
NotReady = 91,
|
||||
NotShapeshift = 92,
|
||||
NotStanding = 93,
|
||||
NotTradeable = 94,
|
||||
NotTrading = 95,
|
||||
NotUnsheathed = 96,
|
||||
NotWhileGhost = 97,
|
||||
NotWhileLooting = 98,
|
||||
NoAmmo = 99,
|
||||
NoChargesRemain = 100,
|
||||
NoComboPoints = 101,
|
||||
NoDueling = 102,
|
||||
NoEndurance = 103,
|
||||
NoFish = 104,
|
||||
NoItemsWhileShapeshifted = 105,
|
||||
NoMountsAllowed = 106,
|
||||
NoPet = 107,
|
||||
NoPower = 108,
|
||||
NothingToDispel = 109,
|
||||
NothingToSteal = 110,
|
||||
OnlyAbovewater = 111,
|
||||
OnlyIndoors = 112,
|
||||
OnlyMounted = 113,
|
||||
OnlyOutdoors = 114,
|
||||
OnlyShapeshift = 115,
|
||||
OnlyStealthed = 116,
|
||||
OnlyUnderwater = 117,
|
||||
OutOfRange = 118,
|
||||
Pacified = 119,
|
||||
Possessed = 120,
|
||||
Reagents = 121,
|
||||
RequiresArea = 122,
|
||||
RequiresSpellFocus = 123,
|
||||
Rooted = 124,
|
||||
Silenced = 125,
|
||||
SpellInProgress = 126,
|
||||
SpellLearned = 127,
|
||||
SpellUnavailable = 128,
|
||||
Stunned = 129,
|
||||
TargetsDead = 130,
|
||||
TargetAffectingCombat = 131,
|
||||
TargetAurastate = 132,
|
||||
TargetDueling = 133,
|
||||
TargetEnemy = 134,
|
||||
TargetEnraged = 135,
|
||||
TargetFriendly = 136,
|
||||
TargetInCombat = 137,
|
||||
TargetInPetBattle = 138,
|
||||
TargetIsPlayer = 139,
|
||||
TargetIsPlayerControlled = 140,
|
||||
TargetNotDead = 141,
|
||||
TargetNotInParty = 142,
|
||||
TargetNotLooted = 143,
|
||||
TargetNotPlayer = 144,
|
||||
TargetNoPockets = 145,
|
||||
TargetNoWeapons = 146,
|
||||
TargetNoRangedWeapons = 147,
|
||||
TargetUnskinnable = 148,
|
||||
ThirstSatiated = 149,
|
||||
TooClose = 150,
|
||||
TooManyOfItem = 151,
|
||||
TotemCategory = 152,
|
||||
Totems = 153,
|
||||
TrainingPoints = 154,
|
||||
TryAgain = 155,
|
||||
UnitNotBehind = 156,
|
||||
UnitNotInfront = 157,
|
||||
VisionObscured = 158,
|
||||
WrongPetFood = 159,
|
||||
NotWhileFatigued = 160,
|
||||
TargetNotInInstance = 161,
|
||||
NotWhileTrading = 162,
|
||||
TargetNotInRaid = 163,
|
||||
TargetFreeforall = 164,
|
||||
NoEdibleCorpses = 165,
|
||||
OnlyBattlegrounds = 166,
|
||||
TargetNotGhost = 167,
|
||||
TooManySkills = 168,
|
||||
TransformUnusable = 169,
|
||||
WrongWeather = 170,
|
||||
DamageImmune = 171,
|
||||
PreventedByMechanic = 172,
|
||||
PlayTime = 173,
|
||||
Reputation = 174,
|
||||
MinSkill = 175,
|
||||
NotInRatedBattleground = 176,
|
||||
NotOnShapeshift = 177,
|
||||
NotOnStealthed = 178,
|
||||
NotOnDamageImmune = 179,
|
||||
NotOnMounted = 180,
|
||||
TooShallow = 181,
|
||||
TargetNotInSanctuary = 182,
|
||||
TargetIsTrivial = 183,
|
||||
BmOrInvisgod = 184,
|
||||
GroundMountNotAllowed = 185,
|
||||
FloatingMountNotAllowed = 186,
|
||||
UnderwaterMountNotAllowed = 187,
|
||||
FlyingMountNotAllowed = 188,
|
||||
ApprenticeRidingRequirement = 189,
|
||||
JourneymanRidingRequirement = 190,
|
||||
ExpertRidingRequirement = 191,
|
||||
ArtisanRidingRequirement = 192,
|
||||
MasterRidingRequirement = 193,
|
||||
ColdRidingRequirement = 194,
|
||||
FlightMasterRidingRequirement = 195,
|
||||
CsRidingRequirement = 196,
|
||||
PandaRidingRequirement = 197,
|
||||
DraenorRidingRequirement = 198,
|
||||
BrokenIslesRidingRequirement = 199,
|
||||
MountNoFloatHere = 200,
|
||||
MountNoUnderwaterHere = 201,
|
||||
MountAboveWaterHere = 202,
|
||||
MountCollectedOnOtherChar = 203,
|
||||
NotIdle = 204,
|
||||
NotInactive = 205,
|
||||
PartialPlaytime = 206,
|
||||
NoPlaytime = 207,
|
||||
NotInBattleground = 208,
|
||||
NotInRaidInstance = 209,
|
||||
OnlyInArena = 210,
|
||||
TargetLockedToRaidInstance = 211,
|
||||
OnUseEnchant = 212,
|
||||
NotOnGround = 213,
|
||||
CustomError = 214,
|
||||
CantDoThatRightNow = 215,
|
||||
TooManySockets = 216,
|
||||
InvalidGlyph = 217,
|
||||
UniqueGlyph = 218,
|
||||
GlyphSocketLocked = 219,
|
||||
GlyphExclusiveCategory = 220,
|
||||
GlyphInvalidSpec = 221,
|
||||
GlyphNoSpec = 222,
|
||||
NoActiveGlyphs = 223,
|
||||
NoValidTargets = 224,
|
||||
ItemAtMaxCharges = 225,
|
||||
NotInBarbershop = 226,
|
||||
FishingTooLow = 227,
|
||||
ItemEnchantTradeWindow = 228,
|
||||
SummonPending = 229,
|
||||
MaxSockets = 230,
|
||||
PetCanRename = 231,
|
||||
TargetCannotBeResurrected = 232,
|
||||
TargetHasResurrectPending = 233,
|
||||
NoActions = 234,
|
||||
CurrencyWeightMismatch = 235,
|
||||
WeightNotEnough = 236,
|
||||
WeightTooMuch = 237,
|
||||
NoVacantSeat = 238,
|
||||
NoLiquid = 239,
|
||||
OnlyNotSwimming = 240,
|
||||
ByNotMoving = 241,
|
||||
InCombatResLimitReached = 242,
|
||||
NotInArena = 243,
|
||||
TargetNotGrounded = 244,
|
||||
ExceededWeeklyUsage = 245,
|
||||
NotInLfgDungeon = 246,
|
||||
BadTargetFilter = 247,
|
||||
NotEnoughTargets = 248,
|
||||
NoSpec = 249,
|
||||
CantAddBattlePet = 250,
|
||||
CantUpgradeBattlePet = 251,
|
||||
WrongBattlePetType = 252,
|
||||
NoDungeonEncounter = 253,
|
||||
NoTeleportFromDungeon = 254,
|
||||
MaxLevelTooLow = 255,
|
||||
CantReplaceItemBonus = 256,
|
||||
GrantPetLevelFail = 257,
|
||||
SkillLineNotKnown = 258,
|
||||
BlueprintKnown = 259,
|
||||
FollowerKnown = 260,
|
||||
CantOverrideEnchantVisual = 261,
|
||||
ItemNotAWeapon = 262,
|
||||
SameEnchantVisual = 263,
|
||||
ToyUseLimitReached = 264,
|
||||
ToyAlreadyKnown = 265,
|
||||
ShipmentsFull = 266,
|
||||
NoShipmentsForContainer = 267,
|
||||
NoBuildingForShipment = 268,
|
||||
NotEnoughShipmentsForContainer = 269,
|
||||
HasMission = 270,
|
||||
BuildingActivateNotReady = 271,
|
||||
NotSoulbound = 272,
|
||||
RidingVehicle = 273,
|
||||
VeteranTrialAboveSkillRankMax = 274,
|
||||
NotWhileMercenary = 275,
|
||||
SpecDisabled = 276,
|
||||
CantBeObliterated = 277,
|
||||
CantBeScrapped = 278,
|
||||
FollowerClassSpecCap = 279,
|
||||
TransportNotReady = 280,
|
||||
TransmogSetAlreadyKnown = 281,
|
||||
DisabledByAuraLabel = 282,
|
||||
DisabledByMaxUsableLevel = 283,
|
||||
SpellAlreadyKnown = 284,
|
||||
MustKnowSupercedingSpell = 285,
|
||||
YouCannotUseThatInPvpInstance = 286,
|
||||
NoArtifactEquipped = 287,
|
||||
WrongArtifactEquipped = 288,
|
||||
TargetIsUntargetableByAnyone = 289,
|
||||
SpellEffectFailed = 290,
|
||||
NeedAllPartyMembers = 291,
|
||||
ArtifactAtFullPower = 292,
|
||||
ApItemFromPreviousTier = 293,
|
||||
AreaTriggerCreation = 294,
|
||||
AzeriteEmpoweredOnly = 295,
|
||||
AzeriteEmpoweredNoChoicesToUndo = 296,
|
||||
WrongFaction = 297,
|
||||
NotEnoughCurrency = 298,
|
||||
BattleForAzerothRidingRequirement = 299,
|
||||
MountEquipmentError = 300,
|
||||
NotWhileLevelLinked = 301,
|
||||
LevelLinkedLowLevel = 302,
|
||||
SummonMapCondition = 303,
|
||||
SetCovenantError = 304,
|
||||
RuneforgeLegendaryUpgrade = 305,
|
||||
SetChromieTimeError = 306,
|
||||
IneligibleWeaponAppearance = 307,
|
||||
PlayerCondition = 308,
|
||||
NotWhileChromieTimed = 309,
|
||||
OptionalReagents = 310,
|
||||
SpectatorOrCommentator = 311,
|
||||
SoulbindConduitLearnFailedInvalidCovenant = 312,
|
||||
ShadowlandsRidingRequirement = 313,
|
||||
NotInMageTower = 314,
|
||||
GarrisonFollowerAtMinLevel = 315,
|
||||
Unknown = 316,
|
||||
|
||||
// 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
|
||||
|
||||
@@ -762,6 +762,7 @@ namespace Game.Entities
|
||||
public uint LargeAOI; // 7 Large AOI, enum { false, true, }; Default: false
|
||||
public uint UseGarrisonOwnerGuildColors; // 8 Use Garrison Owner Guild Colors, enum { false, true, }; Default: false
|
||||
public uint InteractRadiusOverride; // 9 Interact Radius Override (in hundredths), int, Min value: 0, Max value: 2147483647, Default value: 0
|
||||
public uint Allowunfriendlycrossfactionpartymemberstocollaborateonaritual;// 10 Allow unfriendly cross faction party members to collaborate on a ritual, enum { false, true, }; Default: false
|
||||
}
|
||||
|
||||
public struct trap
|
||||
@@ -989,6 +990,7 @@ namespace Game.Entities
|
||||
public uint Unused2; // 1 Unused, int, Min value: 1, Max value: 65535, Default value: 60
|
||||
public uint areaID; // 2 areaID, References: AreaTable, NoValue = 0
|
||||
public uint InteractRadiusOverride; // 3 Interact Radius Override (in hundredths), int, Min value: 0, Max value: 2147483647, Default value: 0
|
||||
public uint Preventmeetingstonefromtargetinganunfriendlypartymemberoutsideofinstances;// 4 Prevent meeting stone from targeting an unfriendly party member outside of instances, enum { false, true, }; Default: false
|
||||
}
|
||||
|
||||
public struct flagstand
|
||||
@@ -1277,12 +1279,13 @@ namespace Game.Entities
|
||||
|
||||
public struct uilink
|
||||
{
|
||||
public uint UILinkType; // 0 UI Link Type, enum { Adventure Journal, Obliterum Forge, Scrapping Machine}; Default: Adventure Journal
|
||||
public uint UILinkType; // 0 UI Link Type, enum { Adventure Journal, Obliterum Forge, Scrapping Machine, Item Interaction }; Default: Adventure Journal
|
||||
public uint allowMounted; // 1 allowMounted, enum { false, true, }; Default: false
|
||||
public uint GiganticAOI; // 2 Gigantic AOI, enum { false, true, }; Default: false
|
||||
public uint spellFocusType; // 3 spellFocusType, References: SpellFocusObject, NoValue = 0
|
||||
public uint radius; // 4 radius, int, Min value: 0, Max value: 50, Default value: 10
|
||||
public uint InteractRadiusOverride; // 5 Interact Radius Override (in hundredths), int, Min value: 0, Max value: 2147483647, Default value: 0
|
||||
public uint ItemInteractionID; // 6 Item Interaction ID, References: UiItemInteraction, NoValue = 0
|
||||
}
|
||||
|
||||
public struct keystonereceptacle
|
||||
|
||||
Reference in New Issue
Block a user