|
|
|
enum | AbilityType : uint {
AbilityType.Undef = 0x00000000
,
AbilityType.Strength = 0x00000001
,
AbilityType.Constitution = 0x00000002
,
AbilityType.Dexterity = 0x00000003
,
AbilityType.Intelligence = 0x00000004
,
AbilityType.Wisdom = 0x00000005
,
AbilityType.Charisma = 0x00000006
,
AbilityType.numElements = 0x00000007
} |
|
|
|
enum | AchievementGroup : uint {
AchievementGroup.Undef = 0x00000000
,
AchievementGroup.Test1 = 0x00000001
,
AchievementGroup.None = 0x00000002
} |
|
|
|
enum | AchievementType : uint {
AchievementType.Undef = 0x00000000
,
AchievementType.Bitfield = 0x00000001
,
AchievementType.OneShot = 0x00000002
,
AchievementType.IntegerCounter = 0x00000003
} |
|
|
|
enum | Action_ActionGroup : uint {
Action_ActionGroup.Undef = 0x00000000
,
Action_ActionGroup.Sneak = 0x00000002
,
Action_ActionGroup.CombatStance = 0x00000003
,
Action_ActionGroup.MonkStance = 0x00000004
,
Action_ActionGroup.DefensiveStance = 0x00000005
,
Action_ActionGroup.AlternateForm = 0x00000006
,
Action_ActionGroup.AssassinPoison = 0x00000007
,
Action_ActionGroup.ImbuedArrows = 0x00000009
,
Action_ActionGroup.NaturesWarrior = 0x0000000A
,
Action_ActionGroup.WildHunterStance = 0x0000000B
,
Action_ActionGroup.VisionMode = 0x0000000C
,
Action_ActionGroup.UnyieldingSentinelStance = 0x0000000D
,
Action_ActionGroup.RangedCombatStance = 0x0000000E
,
Action_ActionGroup.EchoesStance = 0x0000000F
,
Action_ActionGroup.HarperStance = 0x00000010
,
Action_ActionGroup.SpellsingerStance = 0x00000011
,
Action_ActionGroup.ImprovedDodge = 0x00000012
,
Action_ActionGroup.WeaponStance = 0x00000013
,
Action_ActionGroup.MonkHealingKiStance = 0x00000014
,
Action_ActionGroup.MonkTouchOfDespairStance = 0x00000015
,
Action_ActionGroup.ImbuedArrowsSecondary = 0x00000016
,
Action_ActionGroup.EpicPastLife_Divine = 0x00000017
,
Action_ActionGroup.EpicPastLife_Martial = 0x00000018
,
Action_ActionGroup.EpicPastLife_Arcane = 0x00000019
,
Action_ActionGroup.EpicPastLife_Primal = 0x0000001A
,
Action_ActionGroup.PastLife_Iconic = 0x0000001B
,
Action_ActionGroup.Spellsword = 0x0000001C
,
Action_ActionGroup.EldritchBlast_Shape = 0x0000001D
,
Action_ActionGroup.EldritchBlast_PactDamage = 0x0000001E
,
Action_ActionGroup.EldritchBlast_BaseDamageType = 0x0000001F
,
Action_ActionGroup.ReaperWings = 0x00000020
,
Action_ActionGroup.ReaperEyes = 0x00000021
,
Action_ActionGroup.HeraldSeason = 0x00000022
,
Action_ActionGroup.AlchemistStone = 0x00000023
,
Action_ActionGroup.DestinyMantle = 0x00000024
,
Action_ActionGroup.Familiar = 0x00000025
,
Action_ActionGroup.Sheathe = 0x00000026
,
Action_ActionGroup.Footprints = 0x00000027
,
Action_ActionGroup.EladrinSeason = 0x00000028
} |
|
|
|
enum | Action_CooldownModTraits : uint {
Action_CooldownModTraits.Undef = 0x00000000
,
Action_CooldownModTraits.Lingering = 0x00000001
,
Action_CooldownModTraits.AOE = 0x00000002
,
Action_CooldownModTraits.SingleTarget = 0x00000003
,
Action_CooldownModTraits.Cure = 0x00000004
,
Action_CooldownModTraits.Test = 0x00000005
,
Action_CooldownModTraits.Illusion = 0x00000006
,
Action_CooldownModTraits.Abjuration = 0x00000007
,
Action_CooldownModTraits.Evocation = 0x00000008
,
Action_CooldownModTraits.Necromancy = 0x00000009
,
Action_CooldownModTraits.Conjuration = 0x0000000A
,
Action_CooldownModTraits.Transmutation = 0x0000000B
,
Action_CooldownModTraits.Enchantment = 0x0000000C
,
Action_CooldownModTraits.Divination = 0x0000000D
,
Action_CooldownModTraits.InnateAttack = 0x0000000E
,
Action_CooldownModTraits.SpellLikeAbility = 0x0000000F
,
Action_CooldownModTraits.BreathWeapon = 0x00000010
,
Action_CooldownModTraits.ActionBoost = 0x00000011
,
Action_CooldownModTraits.Spell = 0x00000012
,
Action_CooldownModTraits.AnimalForm = 0x00000013
,
Action_CooldownModTraits.Shadowdancer = 0x00000014
,
Action_CooldownModTraits.SocialAbility = 0x00000015
,
Action_CooldownModTraits.Shadarkai = 0x00000016
,
Action_CooldownModTraits.AlchemicalTrap = 0x00000017
,
Action_CooldownModTraits.AlchemistRed = 0x00000018
,
Action_CooldownModTraits.AlchemistBlue = 0x00000019
,
Action_CooldownModTraits.AlchemistYellow = 0x0000001A
,
Action_CooldownModTraits.TacticalFeat = 0x0000001B
} |
|
|
|
enum | Action_CurrentEffectStage : uint {
Action_CurrentEffectStage.Undef = 0x00000000
,
Action_CurrentEffectStage.Hold = 0x00000001
,
Action_CurrentEffectStage.PreHold = 0x00000002
,
Action_CurrentEffectStage.Finish = 0x00000003
,
Action_CurrentEffectStage.Delivery = 0x00000004
,
Action_CurrentEffectStage.CoolDown = 0x00000005
,
Action_CurrentEffectStage.Charge = 0x00000006
,
Action_CurrentEffectStage.PostHold = 0x00000007
,
Action_CurrentEffectStage.PostDelivery = 0x00000008
,
Action_CurrentEffectStage.SubsequentDelivery = 0x00000009
} |
|
|
|
enum | Action_CurrentResult : uint {
Action_CurrentResult.Undef = 0x00000000
,
Action_CurrentResult.Interrupted = 0x00000001
,
Action_CurrentResult.Failed = 0x00000002
,
Action_CurrentResult.Succeeded = 0x00000003
} |
|
|
|
enum | Action_CurrentStage : uint {
Action_CurrentStage.Undef = 0x00000000
,
Action_CurrentStage.Hold = 0x00000001
,
Action_CurrentStage.Finish = 0x00000002
,
Action_CurrentStage.Deliver = 0x00000003
,
Action_CurrentStage.Cooldown = 0x00000004
,
Action_CurrentStage.Charge = 0x00000005
} |
|
|
|
enum | Action_Type : uint {
Action_Type.Undef = 0x00000000
,
Action_Type.Continous = 0x00000001
,
Action_Type.Instant = 0x00000002
,
Action_Type.Charged = 0x00000003
} |
|
|
|
enum | Actionmap : uint {
Actionmap.Undef = 0x00000000
,
Actionmap._default = 0x51000000
,
Actionmap.Preproc = 0x51000001
} |
|
|
|
enum | ActiveEpicDestiny : uint {
ActiveEpicDestiny.Undef = 0x00000000
,
ActiveEpicDestiny.Shadowdancer = 0x00000001
,
ActiveEpicDestiny.FuryOfTheWild = 0x00000002
,
ActiveEpicDestiny.UnyieldingSentinel = 0x00000003
,
ActiveEpicDestiny.LegendaryDreadnought = 0x00000004
,
ActiveEpicDestiny.DraconicIncarnation = 0x00000005
,
ActiveEpicDestiny.PrimalAvatar = 0x00000006
,
ActiveEpicDestiny.ShiradiChampion = 0x00000007
,
ActiveEpicDestiny.ExaltedAngel = 0x00000008
,
ActiveEpicDestiny.GrandmasterOfFlowers = 0x00000009
,
ActiveEpicDestiny.Magister = 0x0000000A
,
ActiveEpicDestiny.Fatesinger = 0x0000000B
,
ActiveEpicDestiny.None = 0x0000000C
,
ActiveEpicDestiny.DivineCrusader = 0x0000000D
} |
|
|
|
enum | AdvancementMethod : uint {
AdvancementMethod.Undef = 0x00000000
,
AdvancementMethod.Chosen = 0x00000001
,
AdvancementMethod.Granted = 0x00000003
,
AdvancementMethod.Required = 0x00000004
,
AdvancementMethod.Admin = 0x00000005
} |
|
|
|
enum | AdvancementStageType : uint {
AdvancementStageType.Undef = 0x00000000
,
AdvancementStageType.Summary = 0x00000001
,
AdvancementStageType.Ability = 0x00000002
,
AdvancementStageType.Special = 0x00000003
,
AdvancementStageType.Feat = 0x00000004
,
AdvancementStageType.Spell = 0x00000005
,
AdvancementStageType.Class = 0x00000006
,
AdvancementStageType.Skill = 0x00000007
,
AdvancementStageType.DateStamp = 0x0000000B
,
AdvancementStageType.Property = 0x0000000C
,
AdvancementStageType.GrantedSpecial = 0x00000014
,
AdvancementStageType.CharGen_Details = 0x00000016
,
AdvancementStageType.CharGen_Appearance = 0x00000017
,
AdvancementStageType.CharGen_Avatar = 0x00000018
,
AdvancementStageType.CharGen_Ability = 0x00000019
,
AdvancementStageType.CharGen_Summary = 0x0000001D
,
AdvancementStageType.Origin = 0x0000001E
,
AdvancementStageType.CharGen_Class = 0x0000001F
,
AdvancementStageType.CharGen_PlayStyle = 0x00000021
,
AdvancementStageType.CharGen_Race = 0x00000022
,
AdvancementStageType.CharGen_AdvancementPreparation = 0x00000023
,
AdvancementStageType.CharGen_DemoCharacter = 0x00000024
,
AdvancementStageType.CharGen_Path = 0x00000025
} |
|
|
|
enum | AfterEffectOverlayBlendType : uint {
AfterEffectOverlayBlendType.Subtract = 0x00000001
,
AfterEffectOverlayBlendType.Overwrite = 0x00000002
,
AfterEffectOverlayBlendType.Lerp = 0x00000003
,
AfterEffectOverlayBlendType.Add = 0x00000004
,
AfterEffectOverlayBlendType.Multiply_NoAlpha = 0x00000005
} |
|
|
|
enum | AfterEffectType : uint {
AfterEffectType.Bloom = 0x00000001
,
AfterEffectType.MotionBlur = 0x00000002
,
AfterEffectType.Overlay = 0x00000003
,
AfterEffectType.DepthFog = 0x00000004
,
AfterEffectType.CustomLighting = 0x00000005
} |
|
|
|
enum | AI_ActionAtHomePosition : uint {
AI_ActionAtHomePosition.Invalid = 0x00000000
,
AI_ActionAtHomePosition.Action1 = 0x00000001
,
AI_ActionAtHomePosition.Action2 = 0x00000002
,
AI_ActionAtHomePosition.Action3 = 0x00000003
,
AI_ActionAtHomePosition.Action4 = 0x00000004
,
AI_ActionAtHomePosition.Action5 = 0x00000005
} |
|
|
|
enum | AI_ActionIconType : uint {
AI_ActionIconType.Undef = 0x00000000
,
AI_ActionIconType.OnFriendlyTarget = 0x00000001
,
AI_ActionIconType.OnHostileTarget = 0x00000002
} |
|
|
|
enum | AI_AttackState : uint {
AI_AttackState.Invalid = 0x00000000
,
AI_AttackState.Normal = 0x00000001
,
AI_AttackState.Charging = 0x00000002
,
AI_AttackState.Dodging = 0x00000003
,
AI_AttackState.MeleeRangeMedium = 0x00000004
,
AI_AttackState.MissileRangeShort = 0x00000005
,
AI_AttackState.MeleeRangeLong = 0x00000006
,
AI_AttackState.MissileRangeLong = 0x00000007
,
AI_AttackState.MissileRangeMedium = 0x00000008
,
AI_AttackState.MeleeRangeShort = 0x00000009
,
AI_AttackState.Channeling = 0x0000000A
} |
|
|
|
enum | AI_BehaviorStateOnStartup : uint {
AI_BehaviorStateOnStartup.Invalid = 0x00000000
,
AI_BehaviorStateOnStartup.Neutral = 0x00000001
,
AI_BehaviorStateOnStartup.Monster = 0x00000002
,
AI_BehaviorStateOnStartup.Defender_Usable = 0x00000003
,
AI_BehaviorStateOnStartup.Wild = 0x00000004
,
AI_BehaviorStateOnStartup.NPC = 0x00000005
,
AI_BehaviorStateOnStartup.NPC_Usable = 0x00000006
,
AI_BehaviorStateOnStartup.MonsterFodder = 0x00000007
,
AI_BehaviorStateOnStartup.Defender = 0x00000008
} |
|
|
|
enum | AI_CastFrequency : uint {
AI_CastFrequency.Invalid = 0x00000000
,
AI_CastFrequency.Never = 0x00000001
,
AI_CastFrequency.Medium = 0x00000002
,
AI_CastFrequency.Low = 0x00000003
,
AI_CastFrequency.Always = 0x00000004
,
AI_CastFrequency.High = 0x00000005
} |
|
|
|
enum | AI_CombatExploitReaction : uint {
AI_CombatExploitReaction.Invalid = 0x00000000
,
AI_CombatExploitReaction.IncreaseSelfSpeed = 0x00000001
,
AI_CombatExploitReaction.Invulnerable = 0x00000002
,
AI_CombatExploitReaction.AllowTurning = 0x00000003
,
AI_CombatExploitReaction.AllowMovement = 0x00000004
,
AI_CombatExploitReaction.UseLargeDetects = 0x00000005
,
AI_CombatExploitReaction.DecreaseTargetSpeed = 0x00000006
} |
|
|
|
enum | AI_CurrentBehaviorState : uint {
AI_CurrentBehaviorState.Invalid = 0x00000000
,
AI_CurrentBehaviorState.Asleep = 0x00000001
,
AI_CurrentBehaviorState.Entangled = 0x00000002
,
AI_CurrentBehaviorState.Cowering = 0x00000003
,
AI_CurrentBehaviorState.Mesmerized = 0x00000004
,
AI_CurrentBehaviorState.Stunned = 0x00000005
,
AI_CurrentBehaviorState.Knockdown = 0x00000006
,
AI_CurrentBehaviorState.Paralyzed = 0x00000007
,
AI_CurrentBehaviorState.Dancing = 0x00000008
,
AI_CurrentBehaviorState.Immobilized = 0x00000009
} |
|
|
|
enum | AI_EntranceRange : uint {
AI_EntranceRange.Invalid = 0x00000000
,
AI_EntranceRange._05_Meters = 0x00000001
,
AI_EntranceRange._30_Meters = 0x00000002
,
AI_EntranceRange._10_Meters = 0x00000003
,
AI_EntranceRange._25_Meters = 0x00000004
,
AI_EntranceRange._40_Meters = 0x00000005
,
AI_EntranceRange._20_Meters = 0x00000006
,
AI_EntranceRange._15_Meters = 0x00000007
,
AI_EntranceRange.ManualTrigger = 0x00000008
} |
|
|
|
enum | AI_EntranceType : uint {
AI_EntranceType.Invalid = 0x00000000
,
AI_EntranceType.Entrance1 = 0x00000001
,
AI_EntranceType.Entrance2 = 0x00000002
,
AI_EntranceType.Entrance3 = 0x00000003
,
AI_EntranceType.Entrance4 = 0x00000004
,
AI_EntranceType.Entrance5 = 0x00000005
,
AI_EntranceType.PerformHomeAction = 0x00000006
} |
|
|
|
enum | AI_HearingAbility : uint {
AI_HearingAbility.Invalid = 0x00000000
,
AI_HearingAbility.Training = 0x00000001
,
AI_HearingAbility.Medium = 0x00000002
,
AI_HearingAbility.Low = 0x00000003
,
AI_HearingAbility.High = 0x00000004
,
AI_HearingAbility.AllHearing = 0x00000005
,
AI_HearingAbility.VeryHigh = 0x00000006
,
AI_HearingAbility.VeryLow = 0x00000007
} |
|
|
|
enum | AI_KeyObjectType : uint {
AI_KeyObjectType.Invalid = 0x00000000
,
AI_KeyObjectType.Use_Object = 0x00000005
,
AI_KeyObjectType.Attack_Object = 0x00000006
,
AI_KeyObjectType.Attack_Link1 = 0x0000000C
,
AI_KeyObjectType.Attack_Link2 = 0x0000000D
,
AI_KeyObjectType.Attack_Link3 = 0x0000000E
,
AI_KeyObjectType.Use_Link1 = 0x0000000F
,
AI_KeyObjectType.Use_Link2 = 0x00000010
,
AI_KeyObjectType.Use_Link3 = 0x00000011
,
AI_KeyObjectType.RestoreState_Link1 = 0x00000015
,
AI_KeyObjectType.RestoreState_Link2 = 0x00000016
,
AI_KeyObjectType.RestoreState_Link3 = 0x00000017
,
AI_KeyObjectType.RestoreState_Object = 0x00000018
,
AI_KeyObjectType.CustomScript = 0x00000019
} |
|
|
|
enum | AI_SeeingAbility : uint {
AI_SeeingAbility.Invalid = 0x00000000
,
AI_SeeingAbility.Training = 0x00000001
,
AI_SeeingAbility.AllSeeing = 0x00000002
,
AI_SeeingAbility.Medium = 0x00000003
,
AI_SeeingAbility.Low = 0x00000004
,
AI_SeeingAbility.High = 0x00000005
} |
|
|
|
enum | AI_SpellHintType : uint {
AI_SpellHintType.Undef = 0x00000000
,
AI_SpellHintType.Buff = 0x00000001
,
AI_SpellHintType.Heal = 0x00000002
,
AI_SpellHintType.Summon = 0x00000003
,
AI_SpellHintType.Debuff = 0x00000004
,
AI_SpellHintType.Attack = 0x00000005
} |
|
|
|
enum | AI_TargetSelectionType : uint {
AI_TargetSelectionType.Invalid = 0x00000000
,
AI_TargetSelectionType.Random = 0x00000005
,
AI_TargetSelectionType.Normal = 0x00000006
,
AI_TargetSelectionType.Unique = 0x00000007
} |
|
|
|
enum | AI_Trigger : uint {
AI_Trigger.Attack_1 = 0x00000001
,
AI_Trigger.Attack_2 = 0x00000002
,
AI_Trigger.Attack_3 = 0x00000003
,
AI_Trigger.Attack_4 = 0x00000004
,
AI_Trigger.Attack_5 = 0x00000005
,
AI_Trigger.Attack1_random = 0x00000006
,
AI_Trigger.Attack2_random = 0x00000007
,
AI_Trigger.Attack3_random = 0x00000008
,
AI_Trigger.Attack4_random = 0x00000009
,
AI_Trigger.Attack5_random = 0x0000000A
,
AI_Trigger.Attack1_timer = 0x0000000B
,
AI_Trigger.Attack2_timer = 0x0000000C
,
AI_Trigger.Attack3_timer = 0x0000000D
,
AI_Trigger.Attack4_timer = 0x0000000E
,
AI_Trigger.Attack5_timer = 0x0000000F
,
AI_Trigger.Override = 0x00000020
} |
|
|
|
enum | AIActionGroupID : uint {
AIActionGroupID.Undef = 0x00000000
,
AIActionGroupID.Combat = 0x00000001
,
AIActionGroupID.Combat_Passive = 0x00000003
,
AIActionGroupID.Combat_Defensive = 0x00000004
,
AIActionGroupID.Command = 0x00000005
,
AIActionGroupID.Combat_Aggressive = 0x00000006
,
AIActionGroupID.Idle = 0x00000007
,
AIActionGroupID.Explore = 0x00000008
,
AIActionGroupID.OnSummon = 0x00000009
} |
|
|
|
enum | AIActionSequenceID : uint {
AIActionSequenceID.Undef = 0x00000000
,
AIActionSequenceID.Gamma = 0x00000001
,
AIActionSequenceID.Rho = 0x00000002
,
AIActionSequenceID.Xi = 0x00000003
,
AIActionSequenceID.Kappa = 0x00000004
,
AIActionSequenceID.Eta = 0x00000005
,
AIActionSequenceID.Psi = 0x00000006
,
AIActionSequenceID.Lambda = 0x00000007
,
AIActionSequenceID.Upsilon = 0x00000008
,
AIActionSequenceID.Pi = 0x00000009
,
AIActionSequenceID.Phi = 0x0000000A
,
AIActionSequenceID.Iota = 0x0000000B
,
AIActionSequenceID.Theta = 0x0000000C
,
AIActionSequenceID.Alpha = 0x0000000D
,
AIActionSequenceID.Sigma = 0x0000000E
,
AIActionSequenceID.Nu = 0x0000000F
,
AIActionSequenceID.Beta = 0x00000010
,
AIActionSequenceID.Tau = 0x00000011
,
AIActionSequenceID.Zeta = 0x00000012
,
AIActionSequenceID.Omicron = 0x00000013
,
AIActionSequenceID.Chi = 0x00000014
,
AIActionSequenceID.Mu = 0x00000015
,
AIActionSequenceID.Epsilon = 0x00000016
,
AIActionSequenceID.Delta = 0x00000017
,
AIActionSequenceID.Omega = 0x00000018
} |
|
|
|
enum | AIBehaviorType : uint {
AIBehaviorType.Undef = 0x00000000
,
AIBehaviorType.Tell = 0x00000001
,
AIBehaviorType.PickAction = 0x00000002
,
AIBehaviorType.ChangeActionGroup = 0x00000003
,
AIBehaviorType.Emote = 0x00000004
,
AIBehaviorType.ActionDialog = 0x00000005
,
AIBehaviorType.Chat = 0x00000006
,
AIBehaviorType.Say = 0x00000007
,
AIBehaviorType.Shout = 0x00000008
} |
|
|
|
enum | AICooldownChannel : uint {
AICooldownChannel.Undef = 0x00000000
,
AICooldownChannel.A = 0x00000001
,
AICooldownChannel.B = 0x00000002
,
AICooldownChannel.C = 0x00000003
} |
|
|
|
enum | AIElementalHint : uint {
AIElementalHint.Undef = 0x00000000
,
AIElementalHint.Negative = 0x00000001
,
AIElementalHint.Fire = 0x00000002
,
AIElementalHint.Electricity = 0x00000003
,
AIElementalHint.Sonic = 0x00000004
,
AIElementalHint.Positive = 0x00000005
,
AIElementalHint.Cold = 0x00000006
,
AIElementalHint.Force = 0x00000007
,
AIElementalHint.Acid = 0x00000008
,
AIElementalHint.Any = 0x00000009
,
AIElementalHint.All = 0x0000000A
} |
|
|
|
enum | AIEventType : uint {
AIEventType.Undef = 0x00000000
,
AIEventType.OnBoss = 0x00000001
,
AIEventType.OnFriendDeath = 0x00000002
,
AIEventType.OnLoot = 0x00000003
,
AIEventType.OnRest = 0x00000004
,
AIEventType.OnFriendHelpless = 0x00000005
,
AIEventType.OnLeash = 0x00000006
,
AIEventType.OnTargetDeath = 0x00000007
,
AIEventType.OnLowHP = 0x00000008
,
AIEventType.OnTrap = 0x00000009
,
AIEventType.OnIdlePeriod = 0x0000000A
,
AIEventType.OnTotalPartyWipe = 0x0000000B
,
AIEventType.OnFriendLowHP = 0x0000000C
,
AIEventType.OnMasterDeath = 0x0000000D
,
AIEventType.OnTargetIncapacitation = 0x0000000E
,
AIEventType.OnDeath = 0x0000000F
,
AIEventType.OnHeal = 0x00000010
,
AIEventType.OnMasterIncapacitation = 0x00000011
,
AIEventType.OnAction1 = 0x00000012
,
AIEventType.OnMasterHelpless = 0x00000013
,
AIEventType.OnCombatPeriod = 0x00000014
,
AIEventType.OnAction2 = 0x00000015
,
AIEventType.OnTargetHelpless = 0x00000016
,
AIEventType.OnResurrection = 0x00000017
,
AIEventType.OnAction3 = 0x00000018
,
AIEventType.OnCommand = 0x00000019
,
AIEventType.OnMasterLowHP = 0x0000001A
,
AIEventType.OnIdle = 0x0000001B
,
AIEventType.OnFriendIncapacitation = 0x0000001C
,
AIEventType.OnMasterResurrection = 0x0000001D
,
AIEventType.OnTargetLowHP = 0x0000001E
,
AIEventType.OnFriend = 0x0000001F
,
AIEventType.OnCombat = 0x00000020
,
AIEventType.OnSummon = 0x00000021
,
AIEventType.OnDismiss = 0x00000022
,
AIEventType.OnFoe = 0x00000023
,
AIEventType.OnLost = 0x00000024
,
AIEventType.OnFriendResurrection = 0x00000025
,
AIEventType.OnIncapacitation = 0x00000026
,
AIEventType.OnHelpless = 0x00000027
,
AIEventType.OnStay = 0x00000028
,
AIEventType.OnDefensive = 0x00000029
,
AIEventType.OnAggressive = 0x0000002A
,
AIEventType.OnPassive = 0x0000002B
,
AIEventType.OnCommandedToTargetFriend = 0x0000002C
,
AIEventType.OnCommandedToTargetSelf = 0x0000002D
,
AIEventType.OnCommandedToTargetFoe = 0x0000002E
,
AIEventType.OnCommandedToTargetMaster = 0x0000002F
,
AIEventType.OnCommandedToTargetNothing = 0x00000030
,
AIEventType.OnAutoLeash = 0x00000031
} |
|
|
|
enum | AIExtendedHint : uint {
AIExtendedHint.Undef = 0x00000000
,
AIExtendedHint.StrengthDamaged = 0x00000002
,
AIExtendedHint.ConstitutionDamaged = 0x00000003
,
AIExtendedHint.DexterityDamaged = 0x00000004
,
AIExtendedHint.CharismaDamaged = 0x00000005
,
AIExtendedHint.IntelligenceDamaged = 0x00000006
,
AIExtendedHint.WisdomDamaged = 0x00000007
,
AIExtendedHint.Blurry = 0x0000000A
,
AIExtendedHint.Haste = 0x0000000C
,
AIExtendedHint.Displaced = 0x0000000D
,
AIExtendedHint.Any = 0x0000000E
,
AIExtendedHint.All = 0x0000000F
} |
|
|
|
enum | AIHealingPriorityEntry : uint {
AIHealingPriorityEntry.Undef = 0x00000000
,
AIHealingPriorityEntry.Henchman = 0x00000001
,
AIHealingPriorityEntry.Master = 0x00000002
,
AIHealingPriorityEntry.Player = 0x00000003
,
AIHealingPriorityEntry.GuardedTarget = 0x00000004
} |
|
|
|
enum | AIHint : uint {
AIHint.Undef = 0x00000000
,
AIHint.Asleep = 0x00000001
,
AIHint.Helpless = 0x00000002
,
AIHint.Caster = 0x00000003
,
AIHint.Afraid = 0x00000004
,
AIHint.Melee = 0x00000005
,
AIHint.Blinded = 0x00000006
,
AIHint.Ranged = 0x00000007
,
AIHint.Protected = 0x00000008
,
AIHint.InMeleeRange = 0x00000009
,
AIHint.Protector = 0x0000000A
,
AIHint.Rooted = 0x0000000B
,
AIHint.LowHP = 0x0000000C
,
AIHint.Stage1 = 0x0000000D
,
AIHint.KnockedDown = 0x0000000E
,
AIHint.MediumHP = 0x0000000F
,
AIHint.Stage2 = 0x00000010
,
AIHint.Stage3 = 0x00000011
,
AIHint.Stage4 = 0x00000012
,
AIHint.Stage5 = 0x00000013
,
AIHint.Stage6 = 0x00000014
,
AIHint.Stage7 = 0x00000015
,
AIHint.HighHP = 0x00000016
,
AIHint.Stage8 = 0x00000017
,
AIHint.Incapacitated = 0x00000018
,
AIHint.Alive = 0x00000019
,
AIHint.Dead = 0x0000001A
,
AIHint.LowSP = 0x0000001B
,
AIHint.MediumSP = 0x0000001C
,
AIHint.HighSP = 0x0000001D
,
AIHint.Undead = 0x0000001E
,
AIHint.Construct = 0x00000020
,
AIHint.Invulnerable = 0x00000021
,
AIHint.IAmUnarmed = 0x00000025
,
AIHint.IHaveMeleeWeaponEquipped = 0x00000026
,
AIHint.IHaveRangedWeaponEquipped = 0x00000027
,
AIHint.InPerceptionRange = 0x0000002E
,
AIHint.NoSP = 0x0000002F
,
AIHint.Cursed = 0x00000030
,
AIHint.Nauseated = 0x00000031
,
AIHint.Poisoned = 0x00000032
,
AIHint.Petrified = 0x00000033
,
AIHint.Diseased = 0x00000034
,
AIHint.Exhausted = 0x00000035
,
AIHint.Fatigued = 0x00000036
,
AIHint.HasNegativeLevels = 0x00000037
,
AIHint.Any = 0x00000038
,
AIHint.All = 0x00000039
,
AIHint.Paralyzed = 0x0000003A
,
AIHint.FullHP = 0x0000003B
,
AIHint.StandingGround = 0x0000003C
} |
|
|
|
enum | AIMode : uint {
AIMode.Undef = 0x00000000
,
AIMode.Passive = 0x00000001
,
AIMode.Aggressive = 0x00000002
,
AIMode.Defensive = 0x00000003
} |
|
|
|
enum | AIMovementComponent_Action : uint {
AIMovementComponent_Action.Invalid = 0x00000000
,
AIMovementComponent_Action.Ladder = 0x00000001
,
AIMovementComponent_Action.Jump = 0x00000002
,
AIMovementComponent_Action.LadderDismount = 0x00000003
} |
|
|
|
enum | Airship_ZipLine_MaterialType : uint {
Airship_ZipLine_MaterialType.Chain = 0x00000001
,
Airship_ZipLine_MaterialType.Rope = 0x00000002
} |
|
|
|
enum | AirshipID : uint {
AirshipID.Invalid = 0x00000000
,
AirshipID.Skiff_a = 0x00000001
,
AirshipID.Galleon_a = 0x00000002
,
AirshipID.Galleon_b = 0x00000003
,
AirshipID.Sloop_a = 0x00000004
,
AirshipID.Sloop_b = 0x00000005
,
AirshipID.Skiff_b = 0x00000006
,
AirshipID.Manofwar_a = 0x00000007
,
AirshipID.Manofwar_b = 0x00000008
,
AirshipID.Frigate_a = 0x00000009
,
AirshipID.Frigate_b = 0x0000000A
,
AirshipID.Cruiser_a = 0x0000000B
,
AirshipID.Cruiser_b = 0x0000000C
} |
|
|
|
enum | AirshipType : uint {
AirshipType.Invalid = 0x00000000
,
AirshipType.Galleon_a = 0x00000002
,
AirshipType.Galleon_b = 0x00000003
,
AirshipType.Sloop_a = 0x00000004
,
AirshipType.Sloop_b = 0x00000005
,
AirshipType.Skiff_a = 0x00000006
,
AirshipType.Skiff_b = 0x00000007
,
AirshipType.Manofwar_a = 0x00000008
,
AirshipType.Manofwar_b = 0x00000009
,
AirshipType.Frigate_a = 0x0000000A
,
AirshipType.Frigate_b = 0x0000000B
,
AirshipType.Cruiser_a = 0x0000000C
,
AirshipType.Cruiser_b = 0x0000000D
} |
|
|
|
enum | AITargetClassType : uint {
AITargetClassType.Undef = 0x00000000
,
AITargetClassType.ArcaneCaster = 0x00000001
,
AITargetClassType.DivineCaster = 0x00000002
,
AITargetClassType.Melee = 0x00000003
,
AITargetClassType.Ranged = 0x00000004
} |
|
|
|
enum | AITargetEvaluatorType : uint {
AITargetEvaluatorType.Undef = 0x00000000
,
AITargetEvaluatorType.MostLoved = 0x00000001
,
AITargetEvaluatorType.MostHated = 0x00000002
,
AITargetEvaluatorType.Closest = 0x00000003
,
AITargetEvaluatorType.Master = 0x00000004
,
AITargetEvaluatorType.Self = 0x00000005
,
AITargetEvaluatorType.Farthest = 0x00000006
,
AITargetEvaluatorType.Ranged_Backpack = 0x00000007
,
AITargetEvaluatorType.Melee_Backpack = 0x00000008
,
AITargetEvaluatorType.Backpack = 0x00000009
,
AITargetEvaluatorType.Potion_Backpack = 0x0000000A
,
AITargetEvaluatorType.Shield_Backpack = 0x0000000B
,
AITargetEvaluatorType.Ammo_Backpack = 0x0000000C
,
AITargetEvaluatorType.Restpoint = 0x0000000D
,
AITargetEvaluatorType.Armor_Backpack = 0x0000000E
,
AITargetEvaluatorType.Soulstone = 0x0000000F
,
AITargetEvaluatorType.NotBreakable = 0x00000010
,
AITargetEvaluatorType.Breakable = 0x00000011
,
AITargetEvaluatorType.ClosestToMaster = 0x00000013
,
AITargetEvaluatorType.NotItem = 0x00000014
,
AITargetEvaluatorType.PotionHP_Backpack = 0x00000015
,
AITargetEvaluatorType.PotionSP_Backpack = 0x00000016
,
AITargetEvaluatorType.AllyOfMaster = 0x00000017
} |
|
|
|
enum | AlchemistEvolutions : uint {
AlchemistEvolutions.Invalid = 0x00000000
,
AlchemistEvolutions.Bull_1 = 0x00000001
,
AlchemistEvolutions.Owl_1 = 0x00000002
,
AlchemistEvolutions.Bull_2 = 0x00000003
,
AlchemistEvolutions.Owl_2 = 0x00000004
,
AlchemistEvolutions.Bull_3 = 0x00000005
,
AlchemistEvolutions.Owl_3 = 0x00000006
,
AlchemistEvolutions.Fox_1 = 0x00000007
,
AlchemistEvolutions.Fox_2 = 0x00000008
,
AlchemistEvolutions.Fox_3 = 0x00000009
,
AlchemistEvolutions.Cat_1 = 0x0000000A
,
AlchemistEvolutions.Cat_2 = 0x0000000B
,
AlchemistEvolutions.Bear_1 = 0x0000000C
,
AlchemistEvolutions.Eagle_1 = 0x0000000D
,
AlchemistEvolutions.Bear_2 = 0x0000000E
,
AlchemistEvolutions.Eagle_2 = 0x0000000F
,
AlchemistEvolutions.Bear_3 = 0x00000010
,
AlchemistEvolutions.Eagle_3 = 0x00000011
,
AlchemistEvolutions.Cat_3 = 0x00000012
} |
|
|
|
enum | Alert : uint {
Alert.Invalid = 0x00000000
,
Alert.Effect = 0x00000016
,
Alert.Text = 0x0000001A
,
Alert.Error = 0x0000001B
,
Alert.Informational = 0x0000001C
,
Alert.Quest = 0x0000001D
,
Alert.Achievement = 0x00000020
,
Alert.AchievementProgress = 0x00000021
} |
|
|
|
enum | Alert_Category : uint {
Alert_Category.Invalid = 0x00000000
,
Alert_Category.InventoryLoad = 0x00000001
,
Alert_Category.AbilityDamage = 0x00000002
,
Alert_Category.Default = 0x00000003
,
Alert_Category.Quest = 0x00000004
,
Alert_Category.Usage = 0x00000005
} |
|
|
|
enum | AltInputActions : uint {
AltInputActions.Invalid = 0x00000000
,
AltInputActions.PointerX = 0x00000001
,
AltInputActions.PointerY = 0x00000002
,
AltInputActions.Scroll = 0x00000003
,
AltInputActions.ScrollUp = 0x00000004
,
AltInputActions.ScrollDown = 0x00000005
,
AltInputActions.SelectLeft = 0x00000006
,
AltInputActions.SelectRight = 0x00000007
,
AltInputActions.SelectMid = 0x00000008
,
AltInputActions.SelectDblLeft = 0x00000009
,
AltInputActions.SelectDblRight = 0x0000000A
,
AltInputActions.SelectDblMid = 0x0000000B
,
AltInputActions.ToggleDebugConsole = 0x0000002C
,
AltInputActions.ToggleProfiler = 0x0000002D
,
AltInputActions.CameraMoveToward = 0x0000002E
,
AltInputActions.CameraMoveAway = 0x0000002F
,
AltInputActions.CameraInstantMoveToward = 0x00000030
,
AltInputActions.CameraInstantMoveAway = 0x00000031
,
AltInputActions.CameraRotateLeft = 0x00000032
,
AltInputActions.CameraRotateRight = 0x00000033
,
AltInputActions.CameraRotateDown = 0x00000034
,
AltInputActions.CameraRotateUp = 0x00000035
,
AltInputActions.CameraReset = 0x00000036
,
AltInputActions.CameraFirstPerson = 0x00000037
,
AltInputActions.CameraInstantMouseLook = 0x00000038
,
AltInputActions.CameraToggleMouseLook = 0x00000039
,
AltInputActions.PreprocExit = 0x0000003A
,
AltInputActions.PreprocSkip = 0x0000003B
,
AltInputActions.PreprocMoreDetail = 0x0000003C
,
AltInputActions.PreprocLessDetail = 0x0000003D
,
AltInputActions.PreprocDrawNormals = 0x0000003E
,
AltInputActions.PreprocDrawSolid = 0x0000003F
,
AltInputActions.PreprocDrawGrid = 0x00000040
,
AltInputActions.PreprocDrawHighlight = 0x00000041
,
AltInputActions.TestMoveTo = 0x00000095
,
AltInputActions.TestInterpolation = 0x00000096
,
AltInputActions.TestFX = 0x00000097
,
AltInputActions.WEENIE_ATTACK_ONE = 0x00000098
,
AltInputActions.WEENIE_ATTACK_TWO = 0x00000099
,
AltInputActions.WEENIE_ATTACK_THREE = 0x0000009A
,
AltInputActions.WEENIE_EMOTE_ONE = 0x0000009B
,
AltInputActions.WEENIE_EMOTE_TWO = 0x0000009C
,
AltInputActions.WEENIE_EMOTE_THREE = 0x0000009D
,
AltInputActions.MovementBackup = 0x0000009F
,
AltInputActions.FocusNext = 0x000000A0
,
AltInputActions.CursorCharLeft = 0x000000A1
,
AltInputActions.MovementHighJump = 0x000000A2
,
AltInputActions.MovementRunLock = 0x000000A3
,
AltInputActions.CursorWordLeft = 0x000000A4
,
AltInputActions.FocusPrevious = 0x000000A5
,
AltInputActions.MovementTurnAround = 0x000000A6
,
AltInputActions.CursorPreviousPage = 0x000000A7
,
AltInputActions.CursorPreviousLine = 0x000000A8
,
AltInputActions.MovementDodgeRight = 0x000000A9
,
AltInputActions.MovementFlipLeft = 0x000000AA
,
AltInputActions.MovementStop = 0x000000AB
,
AltInputActions.AcceptInput = 0x000000AC
,
AltInputActions.FocusMoveUp = 0x000000AD
,
AltInputActions.CursorEndOfDocument = 0x000000AE
,
AltInputActions.FocusMoveDown = 0x000000AF
,
AltInputActions.MovementDodgeLeft = 0x000000B0
,
AltInputActions.CursorEndOfLine = 0x000000B1
,
AltInputActions.CursorWordRight = 0x000000B2
,
AltInputActions.MovementLongJump = 0x000000B3
,
AltInputActions.CursorStartOfLine = 0x000000B4
,
AltInputActions.MovementWalkMode = 0x000000B5
,
AltInputActions.MovementForward = 0x000000B6
,
AltInputActions.MovementStrafeRight = 0x000000B7
,
AltInputActions.CursorNextLine = 0x000000B8
,
AltInputActions.CursorCharRight = 0x000000B9
,
AltInputActions.CursorStartOfDocument = 0x000000BA
,
AltInputActions.MovementFlipRight = 0x000000BB
,
AltInputActions.FocusMoveLeft = 0x000000BC
,
AltInputActions.FocusMoveRight = 0x000000BD
,
AltInputActions.MovementStrafeLeft = 0x000000BE
,
AltInputActions.MovementSidestepRight = 0x000000BF
,
AltInputActions.CursorNextPage = 0x000000C0
,
AltInputActions.MovementTurnRight = 0x000000C1
,
AltInputActions.MovementTurnLeft = 0x000000C2
,
AltInputActions.MovementSidestepLeft = 0x000000C3
,
AltInputActions.PreprocScrollCamera = 0x000000C4
,
AltInputActions.PreprocRotateCamera = 0x000000C5
,
AltInputActions.PreprocZoomCamera = 0x000000C6
,
AltInputActions.PreprocMouseLookCamera = 0x000000C7
,
AltInputActions.CopyText = 0x000000C8
,
AltInputActions.PasteText = 0x000000C9
,
AltInputActions.CutText = 0x000000CA
,
AltInputActions.PreprocKeypadTurnRight = 0x000000CC
,
AltInputActions.PreprocKeypadBack = 0x000000CD
,
AltInputActions.PreprocOriginLook = 0x000000CE
,
AltInputActions.PreprocKeypadStrafeDown = 0x000000CF
,
AltInputActions.DoNothing = 0x000000D0
,
AltInputActions.ToggleDebugHUD = 0x000000D1
,
AltInputActions.PreprocKeypadOrbitRight = 0x000000D2
,
AltInputActions.PreprocKeypadPitchDownFast = 0x000000D3
,
AltInputActions.PreprocKeypadTurnLeft = 0x000000D4
,
AltInputActions.PreprocKeypadForward = 0x000000D5
,
AltInputActions.PreprocKeypadTurnLeftSlow = 0x000000D6
,
AltInputActions.PreprocKeypadTurnRightFast = 0x000000D7
,
AltInputActions.BackspaceKey = 0x000000D8
,
AltInputActions.PreprocKeypadTurnLeftFast = 0x000000D9
,
AltInputActions.PreprocKeypadBackSlow = 0x000000DA
,
AltInputActions.PreprocKeypadPitchUpFast = 0x000000DB
,
AltInputActions.PreprocKeypadPitchDownSlow = 0x000000DC
,
AltInputActions.PreprocKeypadStrafeRightFast = 0x000000DD
,
AltInputActions.PreprocKeypadTurnRightSlow = 0x000000DE
,
AltInputActions.PreprocKeypadStrafeLeftFast = 0x000000DF
,
AltInputActions.EmoteWave = 0x000000E1
,
AltInputActions.PreprocKeypadStrafeUpFast = 0x000000E2
,
AltInputActions.PreprocKeypadStrafeUp = 0x000000E3
,
AltInputActions.PreprocKeypadStrafeDownFast = 0x000000E4
,
AltInputActions.PreprocKeypadStrafeUpSlow = 0x000000E5
,
AltInputActions.PreprocKeypadOrbitLeftFast = 0x000000E6
,
AltInputActions.EscapeKey = 0x000000E7
,
AltInputActions.PreprocKeypadStrafeDownSlow = 0x000000E8
,
AltInputActions.PreprocKeypadBackFast = 0x000000E9
,
AltInputActions.PreprocKeypadPitchUp = 0x000000EA
,
AltInputActions.PreprocKeypadOrbitLeftSlow = 0x000000EB
,
AltInputActions.PreprocKeypadOrbitRightFast = 0x000000EC
,
AltInputActions.DeleteKey = 0x000000ED
,
AltInputActions.PreprocKeypadStrafeRightSlow = 0x000000EE
,
AltInputActions.PreprocResetCamera = 0x000000EF
,
AltInputActions.PreprocKeypadStrafeRight = 0x000000F0
,
AltInputActions.PreprocKeypadForwardSlow = 0x000000F1
,
AltInputActions.CaptureScreenshot = 0x000000F2
,
AltInputActions.PreprocKeypadPitchUpSlow = 0x000000F3
,
AltInputActions.PreprocKeypadOrbitLeft = 0x000000F4
,
AltInputActions.PreprocKeypadStrafeLeftSlow = 0x000000F5
,
AltInputActions.PreprocKeypadOrbitRightSlow = 0x000000F6
,
AltInputActions.PreprocKeypadForwardFast = 0x000000F7
,
AltInputActions.AltTab = 0x000000F8
,
AltInputActions.PreprocResetPitch = 0x000000F9
,
AltInputActions.PreprocKeypadPitchDown = 0x000000FA
,
AltInputActions.PreprocKeypadStrafeLeft = 0x000000FB
,
AltInputActions.CameraInstantMouseSteer = 0x000000FC
,
AltInputActions.CameraToggleMouseSteer = 0x000000FD
,
AltInputActions.CameraFlightMode = 0x000000FE
,
AltInputActions.CameraIncreaseFOV = 0x000000FF
,
AltInputActions.CameraDecreaseFOV = 0x00000100
,
AltInputActions.CameraMoveRight = 0x00000101
,
AltInputActions.CameraMoveDown = 0x00000102
,
AltInputActions.CameraMoveUp = 0x00000103
,
AltInputActions.CameraMoveLeft = 0x00000104
,
AltInputActions.TapLeft = 0x00000105
,
AltInputActions.TapMid = 0x00000106
,
AltInputActions.TapRight = 0x00000107
,
AltInputActions.MovementTurnOrStrafeRight = 0x00000108
,
AltInputActions.MovementTurnOrStrafeLeft = 0x00000109
,
AltInputActions.AlternateSelectLeft = 0x0000010A
,
AltInputActions.AbsPointerX = 0x0000010B
,
AltInputActions.AbsPointerY = 0x0000010C
,
AltInputActions.RelPointerX = 0x0000010D
,
AltInputActions.RelPointerY = 0x0000010E
,
AltInputActions.AlternateTapRight = 0x0000010F
,
AltInputActions.AlternateTapMid = 0x00000110
,
AltInputActions.AlternateSelectDblRight = 0x00000111
,
AltInputActions.AlternateSelectMid = 0x00000112
,
AltInputActions.AlternateTapLeft = 0x00000113
,
AltInputActions.AlternateSelectDblMid = 0x00000114
,
AltInputActions.AlternateScrollDown = 0x00000115
,
AltInputActions.AlternateSelectDblLeft = 0x00000116
,
AltInputActions.AlternateSelectRight = 0x00000117
,
AltInputActions.AlternateScrollUp = 0x00000118
,
AltInputActions.AbsPointerUp = 0x00000119
,
AltInputActions.AbsPointerRight = 0x0000011A
,
AltInputActions.AbsPointerLeft = 0x0000011B
,
AltInputActions.AbsPointerDown = 0x0000011C
,
AltInputActions.AcceptKey = 0x0000011D
,
AltInputActions.ToggleStringTokenDebugger = 0x0000011E
,
AltInputActions.InstantStringTokenDebugger = 0x0000011F
,
AltInputActions.MovementForwardCameraMovement = 0x00000121
,
AltInputActions.TogglePerfGraph = 0x00000122
,
AltInputActions.ToggleBlockUI = 0x00000123
,
AltInputActions.ToggleEntityNodeLabels = 0x00000124
,
AltInputActions.MovementForwardCameraMovementToggleMouseSteer = 0x00000125
,
AltInputActions.CameraRotateRollRight = 0x0000012F
,
AltInputActions.CameraRotateRollLeft = 0x00000130
,
AltInputActions.ScrollDownCtrl = 0x00000133
,
AltInputActions.ScrollUpCtrl = 0x00000134
,
AltInputActions.CameraRotateRollReset = 0x00000135
} |
|
|
|
enum | AmbientMusicType : uint {
AmbientMusicType.SND_Dungeon_SpyGroove = 0x10000043
,
AmbientMusicType.SND_Dungeon_Ambiance_Creepy = 0x10000044
,
AmbientMusicType.SND_Dungeon_Adaptive_Banjo7 = 0x10000045
,
AmbientMusicType.SND_Dungeon_Adaptive_Banjo6 = 0x1000005B
,
AmbientMusicType.SND_Dungeon_Adaptive_Slide_01 = 0x1000005C
,
AmbientMusicType.SND_Dungeon_Adaptive_DrumAndBass_01 = 0x1000005D
,
AmbientMusicType.SND_Dungeon_Adaptive_DrumAndBass_02 = 0x1000005E
,
AmbientMusicType.SND_Dungeon_Adaptive_DrumAndBass_03 = 0x1000005F
,
AmbientMusicType.SND_Dungeon_Adaptive_DrumAndBass_04 = 0x10000060
,
AmbientMusicType.SND_Dungeon_Adaptive_Zaptal_01 = 0x10000061
,
AmbientMusicType.Puzzle_01 = 0x10000065
,
AmbientMusicType.Hunting_01 = 0x1000006C
,
AmbientMusicType.Hunting_02 = 0x1000006F
,
AmbientMusicType.Stealth_01 = 0x10000075
,
AmbientMusicType.Hunting_05 = 0x10000076
,
AmbientMusicType.Hunting_07 = 0x1000007B
,
AmbientMusicType.Boss_01 = 0x10000092
,
AmbientMusicType.snd_wind_small = 0x10000095
,
AmbientMusicType.snd_wind_big = 0x10000096
,
AmbientMusicType.SND_Manor_01 = 0x10000098
,
AmbientMusicType.SND_Dungeon_wholetone_01 = 0x10000099
,
AmbientMusicType.SND_Pulser_01 = 0x1000009A
,
AmbientMusicType.SND_Ciano_Amb_01 = 0x1000009B
,
AmbientMusicType.SND_Puzler_01 = 0x1000009C
,
AmbientMusicType.SND_Hub_01 = 0x1000009D
,
AmbientMusicType.SND_Kobold_Lair_01 = 0x1000009E
,
AmbientMusicType.SND_Kobold_01 = 0x1000009F
,
AmbientMusicType.SND_Az_Tomb_01 = 0x100000A0
,
AmbientMusicType.SND_Sewer_01 = 0x100000A1
,
AmbientMusicType.SND_Necro_sewers_01 = 0x100000A2
,
AmbientMusicType.SND_Thrill_break_01 = 0x100000A3
,
AmbientMusicType.SND_Sewer_02 = 0x100000A4
,
AmbientMusicType.SND_Dungeon_Adaptive_Zaptal_02 = 0x100000A5
,
AmbientMusicType.SND_Dungeon_FireCave_01 = 0x100000A6
,
AmbientMusicType.SND_kerava_db_01 = 0x100000A7
,
AmbientMusicType.SND_RivalKoboldLair_01 = 0x100000A8
,
AmbientMusicType.SND_hobgoblinLair_01 = 0x100000A9
,
AmbientMusicType.SND_giantsewersB_01 = 0x100000AA
,
AmbientMusicType.SND_RivalKobold_prison_01 = 0x100000AB
,
AmbientMusicType.SND_DeepSewers_01 = 0x100000AC
,
AmbientMusicType.SND_KoboldInfestation_01 = 0x100000AD
,
AmbientMusicType.SND_sdrocker_02 = 0x100000AE
,
AmbientMusicType.SND_pirate_01 = 0x100000AF
,
AmbientMusicType.SND_giantsewersA_01 = 0x100000B0
,
AmbientMusicType.SND_warehousestealth_01 = 0x100000B1
,
AmbientMusicType.SND_scoundrelrace_01 = 0x100000B2
,
AmbientMusicType.SND_HobgoblinEncampment_01 = 0x100000B3
,
AmbientMusicType.SND_GiantLairCave1_01 = 0x100000B4
,
AmbientMusicType.SND_GiantLairCave_exit_01 = 0x100000B5
,
AmbientMusicType.SND_eastern_excavation_landscape_01 = 0x100000B6
,
AmbientMusicType.SND_GiantLairCave2_01 = 0x100000B7
,
AmbientMusicType.SND_western_excavation_landscape_01 = 0x100000B8
,
AmbientMusicType.SND_nexus_chamber_01 = 0x100000B9
,
AmbientMusicType.SND_western_excavation_01 = 0x100000BA
,
AmbientMusicType.SND_abandoned_excavation_landscape_01 = 0x100000BB
,
AmbientMusicType.SND_gate_chamber_01 = 0x100000BC
,
AmbientMusicType.SND_abandoned_excavation_01 = 0x100000BD
,
AmbientMusicType.SND_eastern_excavation_01 = 0x100000BE
,
AmbientMusicType.SND_RuinedKeep_01 = 0x100000BF
,
AmbientMusicType.SND_ArenaEntrance_01 = 0x100000C0
,
AmbientMusicType.SND_GiantLairCave3_01 = 0x100000C1
,
AmbientMusicType.SND_Phiarlan_city_01 = 0x100000C2
,
AmbientMusicType.SND_church_01 = 0x100000C3
,
AmbientMusicType.SND_twelve_city_01 = 0x100000C4
,
AmbientMusicType.SND_Phiarlan_tavern_01 = 0x100000C5
,
AmbientMusicType.MG_Three_Barrel_Cove = 0x100000D2
,
AmbientMusicType.MG_Market_Sewers = 0x100000D3
,
AmbientMusicType.MG_Hobgoblin = 0x100000D4
,
AmbientMusicType.MG_Sorrowdusk_Island = 0x100000D5
,
AmbientMusicType.MG_Market = 0x100000D6
,
AmbientMusicType.MG_Abandoned_Keep = 0x100000D7
,
AmbientMusicType.MG_Stormreach_City_Dungeon = 0x100000D8
,
AmbientMusicType.MG_Delera_Tomb = 0x100000D9
,
AmbientMusicType.MG_Splinterskull = 0x100000DA
,
AmbientMusicType.MG_Harbor_Sewers = 0x100000DB
,
AmbientMusicType.MG_Misc_Dungeon = 0x100000DC
,
AmbientMusicType.MG_Catacomb = 0x100000DD
,
AmbientMusicType.SND_E3_Landscape_01 = 0x100000DE
,
AmbientMusicType.SND_E3_Dng_01 = 0x100000DF
,
AmbientMusicType.SND_E3_Dng_02 = 0x100000E0
,
AmbientMusicType.SND_E3_Dng_03 = 0x100000E1
,
AmbientMusicType.SND_E3_city_01 = 0x100000E2
,
AmbientMusicType.MG_Harbor = 0x100000E3
,
AmbientMusicType.MG_PreHarbor = 0x100000E4
,
AmbientMusicType.MG_Generic_Outside = 0x100000E5
,
AmbientMusicType.MG_City_01 = 0x100000E6
,
AmbientMusicType.MG_City_02 = 0x100000E7
,
AmbientMusicType.MG_Tavern_01 = 0x100000F7
,
AmbientMusicType.MG_Tavern_02 = 0x100000F8
,
AmbientMusicType.MG_HouseDeneith = 0x100000F9
,
AmbientMusicType.MG_HouseJorasco = 0x100000FA
,
AmbientMusicType.MG_City_05 = 0x100000FB
,
AmbientMusicType.MG_City_06 = 0x100000FC
,
AmbientMusicType.MG_City_07 = 0x100000FD
,
AmbientMusicType.MG_City_08 = 0x100000FE
,
AmbientMusicType.MG_City_03 = 0x100000FF
,
AmbientMusicType.MG_City_04 = 0x10000100
,
AmbientMusicType.MG_TwelveWard = 0x10000101
,
AmbientMusicType.MG_HousePhairlan = 0x10000102
,
AmbientMusicType.MG_ChurchWard = 0x10000103
,
AmbientMusicType.MG_HouseKundarak = 0x10000104
,
AmbientMusicType.MG_Ocean_01 = 0x10000105
,
AmbientMusicType.MG_NightAmb_01 = 0x10000106
,
AmbientMusicType.MG_Shop_01 = 0x10000107
,
AmbientMusicType.MG_Shop_02 = 0x10000108
,
AmbientMusicType.MG_Jungle_01 = 0x10000109
,
AmbientMusicType.MG_Tavern_03 = 0x1000010A
,
AmbientMusicType.MG_Tavern_04 = 0x1000010B
,
AmbientMusicType.MG_TempestSpine = 0x1000010C
,
AmbientMusicType.MG_Foyer_01 = 0x1000010D
,
AmbientMusicType.MG_Foyer_02 = 0x1000010E
,
AmbientMusicType.MG_Foyer_03 = 0x1000010F
,
AmbientMusicType.MG_Foyer_04 = 0x10000110
,
AmbientMusicType.MG_epic_01 = 0x10000111
,
AmbientMusicType.MG_epic_02 = 0x10000112
,
AmbientMusicType.MG_epic_03 = 0x10000113
,
AmbientMusicType.MG_epic_04 = 0x10000114
,
AmbientMusicType.MG_epic_05 = 0x10000115
,
AmbientMusicType.MG_epic_06 = 0x10000116
,
AmbientMusicType.MG_epic_07 = 0x10000117
,
AmbientMusicType.MG_Tavern_05 = 0x10000118
,
AmbientMusicType.MG_Tavern_06 = 0x10000119
,
AmbientMusicType.MG_Dragon_01 = 0x1000011B
,
AmbientMusicType.MG_Ming_01 = 0x1000011C
,
AmbientMusicType.MG_Menechtarun = 0x1000011D
,
AmbientMusicType.MG_Menechtarun_dng = 0x1000011E
,
AmbientMusicType.MG_Anvil_Forest = 0x1000011F
,
AmbientMusicType.MG_Gianthold = 0x10000120
,
AmbientMusicType.MG_Gianthold_dng = 0x10000121
,
AmbientMusicType.MG_Cerulean_Hills = 0x10000122
,
AmbientMusicType.MG_Gianthold_epic = 0x10000123
,
AmbientMusicType.MG_Necro_Forest_01 = 0x10000124
,
AmbientMusicType.MG_Necro_Terrace_POI_01 = 0x10000125
,
AmbientMusicType.MG_Necro_Terrace_POI_02 = 0x10000126
,
AmbientMusicType.MG_Necro_Terrace_01 = 0x10000127
,
AmbientMusicType.MG_Necro_Swamp_POI_01 = 0x10000128
,
AmbientMusicType.MG_Necro_Public_01 = 0x10000129
,
AmbientMusicType.MG_Necro_Swamp_POI_02 = 0x1000012A
,
AmbientMusicType.MG_Necro_Swamp_01 = 0x1000012B
,
AmbientMusicType.MG_Necro_Plain_POI_01 = 0x1000012C
,
AmbientMusicType.MG_Necro_Public_POI_01 = 0x1000012D
,
AmbientMusicType.MG_Necro_Plain_POI_02 = 0x1000012E
,
AmbientMusicType.MG_Necro_Public_POI_02 = 0x1000012F
,
AmbientMusicType.MG_Necro_Plain_01 = 0x10000130
,
AmbientMusicType.MG_Necro_Forest_POI_01 = 0x10000131
,
AmbientMusicType.MG_Necro_Forest_POI_02 = 0x10000132
,
AmbientMusicType.MG_Necro_dng = 0x10000133
,
AmbientMusicType.MG_Ataraxias_Haven = 0x10000134
,
AmbientMusicType.MG_The_Twelve_POI_01 = 0x10000135
,
AmbientMusicType.MG_The_Twelve_POI_02 = 0x10000137
,
AmbientMusicType.MG_Vale_Of_Twilight_POI_01 = 0x10000138
,
AmbientMusicType.MG_The_Twelve_POI_03 = 0x10000139
,
AmbientMusicType.MG_Vale_Of_Twilight_POI_02 = 0x1000013A
,
AmbientMusicType.MG_Vale_Of_Twilight_POI_03 = 0x1000013B
,
AmbientMusicType.MG_Meridia_01 = 0x1000013C
,
AmbientMusicType.MG_Meridia_02 = 0x1000013D
,
AmbientMusicType.MG_Vale_Of_Twilight_Main = 0x1000013E
,
AmbientMusicType.MG_The_Twelve_Main = 0x1000013F
,
AmbientMusicType.MG_The_Shroud_01 = 0x10000140
,
AmbientMusicType.MG_The_Shroud_02 = 0x10000142
,
AmbientMusicType.MG_The_Shroud_03 = 0x10000143
,
AmbientMusicType.MG_The_Shroud_04 = 0x10000144
,
AmbientMusicType.MG_The_Shroud_05 = 0x10000145
,
AmbientMusicType.MG_Meridia_Main = 0x10000146
,
AmbientMusicType.MG_Vale_Of_Twilight_dng = 0x10000147
,
AmbientMusicType.MG_Meridia_03 = 0x10000148
,
AmbientMusicType.MG_Meridia_dng = 0x10000149
,
AmbientMusicType.MG_The_Twelve_POI_dng = 0x1000014A
,
AmbientMusicType.MG_HouseJorasco_Mod7 = 0x1000014C
,
AmbientMusicType.MG_Three_Barrel_Cove_mod7 = 0x1000014D
,
AmbientMusicType.MG_epic_08 = 0x1000014E
,
AmbientMusicType.MG_Gygax_Memorial = 0x1000014F
,
AmbientMusicType.MG_Gnoll_Town = 0x10000150
,
AmbientMusicType.MG_Frozen_Village = 0x10000151
,
AmbientMusicType.MG_Sizzling_Death = 0x10000152
,
AmbientMusicType.MG_Dragon_Sanctuary = 0x10000153
,
AmbientMusicType.MG_Dragon_Dungeon = 0x10000154
,
AmbientMusicType.MG_Kobold_Caves = 0x10000155
,
AmbientMusicType.MG_Sorjeks_Lair = 0x10000156
,
AmbientMusicType.MG_Dungeon_Tutorial = 0x10000157
,
AmbientMusicType.MG_Beach_Tutorial = 0x10000158
,
AmbientMusicType.MG_Ming_Garden = 0x10000159
,
AmbientMusicType.MG_Scorpion_Monastary = 0x1000015A
,
AmbientMusicType.MG_Wilderness_Village = 0x1000015B
,
AmbientMusicType.MG_Volcanic_Mine_Entrance = 0x1000015C
,
AmbientMusicType.MG_Thawed_Village = 0x1000015D
,
AmbientMusicType.MG_Icy_Valley = 0x1000015E
,
AmbientMusicType.MG_Eerie_Forest = 0x1000015F
,
AmbientMusicType.MG_Underwater_Lair = 0x10000160
,
AmbientMusicType.MG_Siber_Atoll = 0x10000161
,
AmbientMusicType.MG_Iron_Maw = 0x10000162
,
AmbientMusicType.MG_Tower_Despair = 0x10000163
,
AmbientMusicType.MG_Public_Island = 0x10000164
,
AmbientMusicType.MG_Third_Legion = 0x10000165
,
AmbientMusicType.MG_Genesis_Point = 0x10000166
,
AmbientMusicType.MG_Devil_Battlefield = 0x10000167
,
AmbientMusicType.MG_Devils_Spine = 0x10000168
,
AmbientMusicType.MG_NPE_Puzzle_01 = 0x10000169
,
AmbientMusicType.MG_Shav_Drama = 0x1000016A
,
AmbientMusicType.MG_Shav_Finale = 0x1000016B
,
AmbientMusicType.MG_Shav_Raid_Drama = 0x1000016C
,
AmbientMusicType.MG_Lava_Cave = 0x1000016D
,
AmbientMusicType.MG_Searing_Heights_Woods = 0x1000016E
,
AmbientMusicType.MG_Searing_Heights_Volcanic = 0x1000016F
,
AmbientMusicType.MG_Vale_of_Twilight_Gnoll = 0x10000170
,
AmbientMusicType.MG_Vale_of_Twilight_Epic = 0x10000171
,
AmbientMusicType.MG_Gnoll_Lair_Cave = 0x10000172
,
AmbientMusicType.MG_Vale_Running_Devils = 0x10000173
,
AmbientMusicType.MG_Gnoll_Lair_Open_Air = 0x10000174
,
AmbientMusicType.MG_Gnoll_Lair_Epic_01 = 0x10000175
,
AmbientMusicType.MG_Gnoll_Lair_Epic_02 = 0x10000176
,
AmbientMusicType.MG_Jungle_Beach = 0x10000177
,
AmbientMusicType.MG_Crime_Tavern = 0x10000178
,
AmbientMusicType.MG_Crime_Basement = 0x10000179
,
AmbientMusicType.MG_Crime_Outside = 0x1000017A
,
AmbientMusicType.MG_Crime_Mansion = 0x1000017B
,
AmbientMusicType.MG_Crime_Bank = 0x1000017C
,
AmbientMusicType.MG_Dal_Quor = 0x1000017D
,
AmbientMusicType.MG_Dreaming_Island = 0x1000017E
,
AmbientMusicType.MG_Brainwashed_Dreamscape = 0x1000017F
,
AmbientMusicType.MG_Coinlord_Courtyard = 0x10000180
,
AmbientMusicType.MG_Jeets_Dream_Alehouse = 0x10000181
,
AmbientMusicType.MG_Jeets_Dream_Spa = 0x10000182
,
AmbientMusicType.MG_Titan_Eye = 0x10000183
,
AmbientMusicType.MG_Reclaiming_Jungle = 0x10000185
,
AmbientMusicType.MG_Brainwashed_House = 0x10000187
,
AmbientMusicType.MG_Dream_Conspiracy = 0x10000188
,
AmbientMusicType.MG_Reclaiming_Cave = 0x10000189
,
AmbientMusicType.MG_Quori_Mine = 0x1000018A
,
AmbientMusicType.MG_Harbor_Inspired = 0x1000018B
,
AmbientMusicType.MG_Giant_Ruins = 0x1000018C
,
AmbientMusicType.MG_Trade_Mission = 0x1000018D
,
AmbientMusicType.MG_Jeets_Dream_Treasure = 0x1000018E
,
AmbientMusicType.MG_Jeets_Dream_Damsel = 0x1000018F
,
AmbientMusicType.MG_Jeets_Dream_Bacon = 0x10000190
,
AmbientMusicType.MG_Titan_Canyon = 0x10000191
,
AmbientMusicType.MG_Jeets_Dream_Main = 0x10000192
,
AmbientMusicType.MG_Sentinels_Mart = 0x10000193
,
AmbientMusicType.MG_Sentinels_Island = 0x10000194
,
AmbientMusicType.MG_Standalone_Black_Dragon = 0x10000195
,
AmbientMusicType.MG_Standalone_Trog_Cave = 0x10000196
,
AmbientMusicType.MG_Standalone_Trog_Acid_Cave = 0x10000197
,
AmbientMusicType.MG_Standalone_Xoriat_House = 0x10000198
,
AmbientMusicType.MG_Standalone_Demon_Cave = 0x10000199
,
AmbientMusicType.MG_Sentinels_Island_Interior = 0x1000019A
,
AmbientMusicType.MG_Sentinels_Island_Start = 0x1000019B
,
AmbientMusicType.MG_Under_Sewer_Pipes = 0x1000019C
,
AmbientMusicType.MG_Black_Loch = 0x1000019D
,
AmbientMusicType.MG_Under_Sewer = 0x1000019E
,
AmbientMusicType.MG_Sentinels_Tower_Pipeworks = 0x1000019F
,
AmbientMusicType.MG_Sentinels_Tower = 0x100001A0
,
AmbientMusicType.MG_Sentinels_Tower_Outside = 0x100001A1
,
AmbientMusicType.MG_Sentinels_Island_Jungle = 0x100001A2
,
AmbientMusicType.MG_Underwater = 0x100001A3
,
AmbientMusicType.MG_Carnival_Rooftop_INN = 0x100001A4
,
AmbientMusicType.MG_Carnival_Rooftop_Alley = 0x100001A5
,
AmbientMusicType.MG_Carnival_Rooftop_Pipeworks = 0x100001A6
,
AmbientMusicType.MG_Carnival_Capstone_Fairgrounds = 0x100001A7
,
AmbientMusicType.MG_Carnival_Capstone_Bigtop = 0x100001A8
,
AmbientMusicType.MG_Carnival_Brawnpits_Woods = 0x100001A9
,
AmbientMusicType.MG_Carnival_Brawnpits_Cliffs = 0x100001AA
,
AmbientMusicType.MG_Carnival_Party_Museum_Hot = 0x100001AB
,
AmbientMusicType.MG_Carnival_Party_Museum = 0x100001AC
,
AmbientMusicType.MG_Carnival_Party_Museum_Cold = 0x100001AD
,
AmbientMusicType.MG_Carnival_Party_Party = 0x100001AE
,
AmbientMusicType.MG_Carnival_Party_Museum_Sprites = 0x100001AF
,
AmbientMusicType.MG_Carnival_Party_Chapterhouse = 0x100001B0
,
AmbientMusicType.MG_Swamp_Landscape = 0x100001B1
,
AmbientMusicType.MG_Airship_Medium_Int = 0x100001B2
,
AmbientMusicType.MG_Airship_Small_Ext = 0x100001B3
,
AmbientMusicType.MG_Airship_Large_Ext = 0x100001B4
,
AmbientMusicType.MG_Airship_Small_Int = 0x100001B5
,
AmbientMusicType.MG_Airship_Large_Int = 0x100001B6
,
AmbientMusicType.MG_Airship_Medium_Ext = 0x100001B7
,
AmbientMusicType.MG_Swamp_Pit_Boss = 0x100001B8
,
AmbientMusicType.MG_Swamp_Cave_Shallows = 0x100001B9
,
AmbientMusicType.MG_Swamp_Cave = 0x100001BA
,
AmbientMusicType.MG_Carnival_Party_Lobby = 0x100001BB
,
AmbientMusicType.MG_Swamp_Refuge = 0x100001BC
,
AmbientMusicType.MG_Carnival_Party_Library = 0x100001BD
,
AmbientMusicType.MG_Carnival_Party_Guestrooms = 0x100001BE
,
AmbientMusicType.MG_Swamp_Claw_Lava = 0x100001BF
,
AmbientMusicType.MG_Swamp_Claw = 0x100001C0
,
AmbientMusicType.MG_Swamp_Aquarium = 0x100001C1
,
AmbientMusicType.MG_Swamp_Claw_Open_Air = 0x100001C2
,
AmbientMusicType.MG_Carnival_Rooftop_Boss = 0x100001C3
,
AmbientMusicType.MG_Airship_Showroom = 0x100001C4
,
AmbientMusicType.MG_Airship_Large_Int_Luxury = 0x100001C5
,
AmbientMusicType.MG_Airship_Medium_Int_Luxury = 0x100001C6
,
AmbientMusicType.MG_Airship_Small_Int_luxury = 0x100001C7
,
AmbientMusicType.MG_Swamp_Coast = 0x100001C8
,
AmbientMusicType.MG_Droaam_Blockade_Ext = 0x100001C9
,
AmbientMusicType.MG_Droaam_Blockade_Int = 0x100001CA
,
AmbientMusicType.MG_Droaam_Capstone_Courtyard = 0x100001CB
,
AmbientMusicType.MG_Droaam_Capstone_Libraries = 0x100001CC
,
AmbientMusicType.MG_Droaam_Capstone_Lower_Offices = 0x100001CD
,
AmbientMusicType.MG_Droaam_Capstone_Refectory = 0x100001CE
,
AmbientMusicType.MG_Droaam_Capstone_Foyer = 0x100001CF
,
AmbientMusicType.MG_Droaam_Capstone_Room = 0x100001D0
,
AmbientMusicType.MG_Droaam_Framework_Exterior = 0x100001D1
,
AmbientMusicType.MG_Droaam_Framework_Fort = 0x100001D2
,
AmbientMusicType.MG_Droaam_Diplomats_Jungle_Cliffs = 0x100001D3
,
AmbientMusicType.MG_Droaam_Diplomats_Jungle_Ocean = 0x100001D4
,
AmbientMusicType.MG_Droaam_Diplomats_Jungle = 0x100001D5
,
AmbientMusicType.MG_Droaam_Diplomats_Jungle_Beachhead = 0x100001D6
,
AmbientMusicType.MG_Droaam_Capstone_Medusa = 0x100001D7
,
AmbientMusicType.MG_Magic_Vehicle_Registry = 0x100001D8
,
AmbientMusicType.MG_Lordsmarch_Palace = 0x100001D9
,
AmbientMusicType.MG_Lordsmarch_Plaza = 0x100001DA
,
AmbientMusicType.MG_Halloween_Dragon = 0x100001DB
,
AmbientMusicType.MG_Halloween_Graveyard = 0x100001DC
,
AmbientMusicType.MG_Time_Raid_Chronoscope = 0x100001DD
,
AmbientMusicType.MG_Time_Raid_Steam = 0x100001DE
,
AmbientMusicType.MG_Time_Raid_Rusty = 0x100001DF
,
AmbientMusicType.MG_Time_Raid_Overlook = 0x100001E0
,
AmbientMusicType.MG_Time_Raid_Bossfight = 0x100001E1
,
AmbientMusicType.MG_Time_Raid_Phoenix = 0x100001E2
,
AmbientMusicType.MG_Time_Raid_Bank = 0x100001E3
,
AmbientMusicType.MG_Time_Raid_Market = 0x100001E4
,
AmbientMusicType.MG_Time_Raid_MarketStart = 0x100001E5
,
AmbientMusicType.MG_Droaam_Diplomats_Jungle_Wildman = 0x100001E6
,
AmbientMusicType.MG_Droaam_Diplomats_Jungle_Bossfight = 0x100001E7
,
AmbientMusicType.MG_Portable_Hole = 0x100001E8
,
AmbientMusicType.MG_Droaam2_Undermine_Earth_Elementals = 0x100001E9
,
AmbientMusicType.MG_Droaam2_Undermine_Water_Elemental = 0x100001EA
,
AmbientMusicType.MG_Droaam2_Wall_Ext = 0x100001EB
,
AmbientMusicType.MG_Droaam2_Undermine_Huge_Cavern = 0x100001EC
,
AmbientMusicType.MG_Droaam2_Undermine_Mineshafts = 0x100001ED
,
AmbientMusicType.MG_Droaam2_Wall_Apt = 0x100001EE
,
AmbientMusicType.MG_Droaam2_Undermine_Bossfight = 0x100001EF
,
AmbientMusicType.MG_Droaam2_Undermine_Small_Cavern = 0x100001F0
,
AmbientMusicType.MG_Droaam2_Wall_Bookstore = 0x100001F1
,
AmbientMusicType.MG_Droaam2_Wall_Warehouse = 0x100001F2
,
AmbientMusicType.MG_Droaam2_Capstone_Altars = 0x100001F3
,
AmbientMusicType.MG_Droaam2_Capstone_Open_Air_Altar = 0x100001F4
,
AmbientMusicType.MG_Droaam2_Capstone_Open_Air = 0x100001F5
,
AmbientMusicType.MG_Droaam2_Capstone_Tunnels = 0x100001F6
,
AmbientMusicType.MG_Droaam2_Capstone_Restroom = 0x100001F7
,
AmbientMusicType.MG_Droaam2_Capstone_Hagfight = 0x100001F8
,
AmbientMusicType.MG_Taken_Streets = 0x100001F9
,
AmbientMusicType.MG_Taken_Rooftops = 0x100001FA
,
AmbientMusicType.MG_Taken_Tavern = 0x100001FB
,
AmbientMusicType.MG_Taken_Cafe = 0x100001FC
,
AmbientMusicType.MG_Taken_Castle = 0x100001FD
,
AmbientMusicType.MG_taken_Rooftops_Courtyard = 0x100001FE
,
AmbientMusicType.MG_Taken_Sewer = 0x100001FF
,
AmbientMusicType.MG_Taken_School = 0x10000200
,
AmbientMusicType.MG_Taken_Playground = 0x10000201
,
AmbientMusicType.MG_Taken_Canal_Plaza = 0x10000202
,
AmbientMusicType.MG_Taken_Sewer_Hideout = 0x10000203
,
AmbientMusicType.MG_Taken_Residence = 0x10000204
,
AmbientMusicType.MG_Taken_Rug_Shop = 0x10000205
,
AmbientMusicType.MG_Taken_Mansion_Hallway = 0x10000206
,
AmbientMusicType.MG_Taken_Castle_Bedroom = 0x10000207
,
AmbientMusicType.MG_Taken_Garden = 0x10000208
,
AmbientMusicType.MG_Taken_Armory = 0x10000209
,
AmbientMusicType.MG_Taken_Mansion_Bossfight = 0x1000020A
,
AmbientMusicType.MG_Taken_Market = 0x1000020B
,
AmbientMusicType.MG_Taken_Start = 0x1000020C
,
AmbientMusicType.MG_Taken_Sewer_Swim = 0x1000020D
,
AmbientMusicType.MG_Pirates_Jungle_Beach = 0x1000020E
,
AmbientMusicType.MG_Pirates_Tavern = 0x1000020F
,
AmbientMusicType.MG_Pirates_Crystal = 0x10000210
,
AmbientMusicType.MG_Pirates_Port = 0x10000211
,
AmbientMusicType.MG_Pirates_Jungle = 0x10000212
,
AmbientMusicType.MG_Taken_Lab_Pods = 0x10000213
,
AmbientMusicType.MG_Taken_Lab_Backroom = 0x10000214
,
AmbientMusicType.MG_Taken_Lab_Sewer_Large_Hub = 0x10000215
,
AmbientMusicType.MG_Taken_Lab_Bossfight = 0x10000216
,
AmbientMusicType.MG_Taken_Lab_Sewer_Tunnels = 0x10000217
,
AmbientMusicType.MG_Taken_Lab_Sewer_Dry = 0x10000218
,
AmbientMusicType.MG_Taken_Lab_Storefront = 0x10000219
,
AmbientMusicType.MG_Taken_Capstone_Foyer = 0x1000021A
,
AmbientMusicType.MG_Taken_Capstone_Secret_01 = 0x1000021B
,
AmbientMusicType.MG_Taken_Capstone_Secret_02 = 0x1000021C
,
AmbientMusicType.MG_Taken_Capstone_Jacuzzi = 0x1000021D
,
AmbientMusicType.MG_Taken_Capstone_Runway = 0x1000021E
,
AmbientMusicType.MG_Taken_Capstone_Bossfight = 0x1000021F
,
AmbientMusicType.MG_Taken_Capstone_Runway_Foyer = 0x10000220
,
AmbientMusicType.MG_Taken_Capstone_Museum_Hall_02 = 0x10000221
,
AmbientMusicType.MG_Taken_Capstone_Lockbox = 0x10000222
,
AmbientMusicType.MG_Taken_Capstone_Atrium = 0x10000223
,
AmbientMusicType.MG_Taken_Capstone_Wavefight = 0x10000224
,
AmbientMusicType.MG_Taken_Capstone_Hall_01 = 0x10000225
,
AmbientMusicType.MG_Taken_Capstone_Hall_03 = 0x10000226
,
AmbientMusicType.MG_Taken_Warehouse = 0x10000227
,
AmbientMusicType.MG_Taken_Capstone_Secret_03 = 0x10000228
,
AmbientMusicType.MG_Taken_Capstone_Bossroom = 0x10000229
,
AmbientMusicType.MG_Xoriat_Delirium_Gullet = 0x1000022A
,
AmbientMusicType.MG_Xoriat_Delirium_Laundary = 0x1000022B
,
AmbientMusicType.MG_Xoriat_Delirium_Employee = 0x1000022C
,
AmbientMusicType.MG_Xoriat_Delirium_Barroom = 0x1000022D
,
AmbientMusicType.MG_Xoriat_Delirium_Airship = 0x1000022E
,
AmbientMusicType.MG_Xoriat_Delirium_Upstairs_backrooms = 0x1000022F
,
AmbientMusicType.MG_Xoriat_Capstone_Halls = 0x10000230
,
AmbientMusicType.MG_Xoriat_Orlassk_Water_Cave = 0x10000231
,
AmbientMusicType.MG_Xoriat_Asylum_Xorian = 0x10000232
,
AmbientMusicType.MG_Xoriat_Capstone_Entry = 0x10000233
,
AmbientMusicType.MG_Xoriat_Orlassk_Bossfight = 0x10000234
,
AmbientMusicType.MG_Xoriat_Orlassk_Entry = 0x10000235
,
AmbientMusicType.MG_Xoriat_Capstone_Earth = 0x10000236
,
AmbientMusicType.MG_Xoriat_Orlassk_Huge_Cave = 0x10000237
,
AmbientMusicType.MG_Xoriat_Asylum_Puzzle = 0x10000238
,
AmbientMusicType.MG_Xoriat_Asylum_Ext = 0x10000239
,
AmbientMusicType.MG_Xoriat_Asylum_Lobby = 0x1000023A
,
AmbientMusicType.MG_Xoriat_Capstone_Fire = 0x1000023B
,
AmbientMusicType.MG_Xoriat_Orlassk_Medusa_Dance = 0x1000023C
,
AmbientMusicType.MG_Xoriat_Orlassk_Lava_Cave = 0x1000023D
,
AmbientMusicType.MG_Xoriat_Capstone_Air = 0x1000023E
,
AmbientMusicType.MG_Xoriat_Orlassk_Cave = 0x1000023F
,
AmbientMusicType.MG_Xoriat_Asylum_Int = 0x10000240
,
AmbientMusicType.MG_Xoriat_Asylum_Bossfight = 0x10000241
,
AmbientMusicType.MG_Xoriat_Capstone_Bossfight = 0x10000242
,
AmbientMusicType.MG_Xoriat_Capstone_Water = 0x10000243
,
AmbientMusicType.MG_Xoriat_Capstone_Center = 0x10000244
,
AmbientMusicType.MG_Crafting_Hall = 0x10000245
,
AmbientMusicType.MG_House_Cannith = 0x10000246
,
AmbientMusicType.MG_Blades1_Blowup_Titan = 0x10000247
,
AmbientMusicType.MG_Blades1_Blowup_Golem = 0x10000248
,
AmbientMusicType.MG_Blades1_Blowup = 0x10000249
,
AmbientMusicType.MG_Blades1_Landscape = 0x1000024A
,
AmbientMusicType.MG_Blades1_Power_Spider_Hall = 0x1000024B
,
AmbientMusicType.MG_Blades1_Power = 0x1000024C
,
AmbientMusicType.MG_Blades1_Landscape_Lower = 0x1000024D
,
AmbientMusicType.MG_Blades1_Imp_Security_Door = 0x1000024E
,
AmbientMusicType.MG_Blades1_Power_Huge_Room = 0x1000024F
,
AmbientMusicType.MG_Blades1_Power_Entry = 0x10000250
,
AmbientMusicType.MG_Blades1_Landscape_Upper = 0x10000251
,
AmbientMusicType.MG_Blades1_Imp_Schematics = 0x10000252
,
AmbientMusicType.MG_Blades1_Imp_Airducts = 0x10000253
,
AmbientMusicType.MG_Blades1_Landscape_Entry = 0x10000254
,
AmbientMusicType.MG_Blades1_Landscape_Executive_Lounge = 0x10000255
,
AmbientMusicType.MG_Blades1_Imp_Post_Door = 0x10000256
,
AmbientMusicType.MG_Blades1_Imp_Central_Shaft = 0x10000257
,
AmbientMusicType.MG_Blades1_Imp = 0x10000258
,
AmbientMusicType.MG_Blades1_Power_Energy_Water = 0x10000259
,
AmbientMusicType.MG_Blades1_Raid_Forge_entry = 0x1000025A
,
AmbientMusicType.MG_Blades1_Preraid_Artificer_postcrystal = 0x1000025B
,
AmbientMusicType.MG_Blades1_Preraid_Artificer_crystal = 0x1000025C
,
AmbientMusicType.MG_Blades1_Preraid_Artificer_entry = 0x1000025D
,
AmbientMusicType.MG_Blades1_Preraid_Forge_top = 0x1000025E
,
AmbientMusicType.MG_Blades1_Raid_Forge_halls = 0x1000025F
,
AmbientMusicType.MG_Blades1_Raid_Forge_extra = 0x10000260
,
AmbientMusicType.MG_Blades1_Preraid_Artificer_shellfight = 0x10000261
,
AmbientMusicType.MG_Blades1_Preraid_Artificer_halls = 0x10000262
,
AmbientMusicType.MG_Blades1_Preraid_Forge_bottom = 0x10000263
,
AmbientMusicType.MG_Blades1_Raid_Forge_bossfight = 0x10000264
,
AmbientMusicType.MG_Blades1_Raid_Artificer_postholo = 0x10000265
,
AmbientMusicType.MG_Blades1_Preraid_Artificer_titans = 0x10000266
,
AmbientMusicType.MG_Blades1_Raid_Artificer_library = 0x10000267
,
AmbientMusicType.MG_Blades1_Raid_Artificer_bossfight = 0x10000268
,
AmbientMusicType.MG_Blades1_Raid_Artificer_holochamber = 0x10000269
,
AmbientMusicType.MG_Blades1_Raid_Artificer_maxsmart = 0x1000026A
,
AmbientMusicType.MG_Blades1_Raid_Artificer_entry = 0x1000026B
,
AmbientMusicType.MG_Blades1_Preraid_Forge_bossfight = 0x1000026C
,
AmbientMusicType.MG_Challenge_C_Island = 0x1000026D
,
AmbientMusicType.MG_Challenge_A_Lava_Cave = 0x1000026E
,
AmbientMusicType.MG_Challenge_E_Open_Air = 0x1000026F
,
AmbientMusicType.MG_Challenge_B_Inside = 0x10000270
,
AmbientMusicType.MG_Challenge_A_Open_Air = 0x10000271
,
AmbientMusicType.MG_Challenge_A_Cave = 0x10000272
,
AmbientMusicType.MG_Challenge_B_Open_Ceiling = 0x10000273
,
AmbientMusicType.MG_Challenge_E_Inside = 0x10000274
,
AmbientMusicType.MG_Challenge_C_Planar = 0x10000275
,
AmbientMusicType.MG_Challenge_C_Undead = 0x10000276
,
AmbientMusicType.MG_Spider1_Khyber_Road = 0x10000277
,
AmbientMusicType.MG_Kings_Forest = 0x10000279
,
AmbientMusicType.MG_Underdark = 0x1000027A
,
AmbientMusicType.MG_Spider1_Khyber_Road_Bossfight = 0x1000027B
,
AmbientMusicType.MG_Demon_Web = 0x1000027C
,
AmbientMusicType.MG_Spider1_Khyber_Road_02 = 0x1000027D
,
AmbientMusicType.MG_Spider1_Khyber_Road_Lava = 0x1000027E
,
AmbientMusicType.MG_Spider1_Khyber_Road_03 = 0x1000027F
,
AmbientMusicType.MG_Spider1_Khyber_Road_04 = 0x10000280
,
AmbientMusicType.MG_Spider1_Khyber_Road_05 = 0x10000281
,
AmbientMusicType.MG_Spider1_Base_Basement = 0x10000282
,
AmbientMusicType.MG_Spider1_Base_Altar1 = 0x10000283
,
AmbientMusicType.MG_Spider1_Base_Extra = 0x10000284
,
AmbientMusicType.MG_Spider1_Base_Altar2 = 0x10000285
,
AmbientMusicType.MG_Spider1_Base_Floor1 = 0x10000286
,
AmbientMusicType.MG_Spider1_Base_Endfight = 0x10000287
,
AmbientMusicType.MG_Spider1_Base_Backway = 0x10000288
,
AmbientMusicType.MG_Spider1_Capstone_Bossfight = 0x10000289
,
AmbientMusicType.MG_Spider1_Capstone_Entry = 0x1000028A
,
AmbientMusicType.MG_kf1_caverns = 0x1000028B
,
AmbientMusicType.MG_kf1_graveyard = 0x1000028C
,
AmbientMusicType.MG_kf1_Heart_Entry = 0x1000028D
,
AmbientMusicType.MG_Eveningstar_Cavern = 0x1000028E
,
AmbientMusicType.MG_kf1_Heart_Open_air = 0x1000028F
,
AmbientMusicType.MG_kf1_Werewolf_ext = 0x10000290
,
AmbientMusicType.MG_kf1_Heart_Drider = 0x10000291
,
AmbientMusicType.MG_kf1_Werewolf_int = 0x10000292
,
AmbientMusicType.MG_Eveningstar = 0x10000293
,
AmbientMusicType.MG_kf1_Rescue = 0x10000294
,
AmbientMusicType.MG_kf1_Heart_Enclosed = 0x10000295
,
AmbientMusicType.MG_kf1_Heart_Interrogation = 0x10000296
,
AmbientMusicType.MG_kf1_Heart_Sublevel = 0x10000297
,
AmbientMusicType.MG_kf1_Capstone = 0x10000298
,
AmbientMusicType.MG_Kings_Forest_meadows = 0x10000299
,
AmbientMusicType.MG_Kings_Forest_deforested = 0x1000029A
,
AmbientMusicType.MG_Kings_Forest_highlands = 0x1000029B
,
AmbientMusicType.MG_Kings_Forest_wetlands = 0x1000029C
,
AmbientMusicType.MG_Kings_Forest_Deep = 0x1000029D
,
AmbientMusicType.MG_UD1_Capstone_component = 0x1000029E
,
AmbientMusicType.MG_UD1_Necro_matron = 0x1000029F
,
AmbientMusicType.MG_UD1_Capstone_portal = 0x100002A0
,
AmbientMusicType.MG_UD1_Warrior_training = 0x100002A1
,
AmbientMusicType.MG_UD1_Capstone_hall_A = 0x100002A2
,
AmbientMusicType.MG_UD1_Slave_boss = 0x100002A3
,
AmbientMusicType.MG_UD1_Capstone_hall_B = 0x100002A4
,
AmbientMusicType.MG_UD1_Slave_int = 0x100002A5
,
AmbientMusicType.MG_UD1_Water_dryad = 0x100002A6
,
AmbientMusicType.MG_DW1_Save = 0x100002A7
,
AmbientMusicType.MG_UD1_Water_dragon = 0x100002A8
,
AmbientMusicType.MG_DW1_Yugo = 0x100002A9
,
AmbientMusicType.MG_UD1_Capstone_pens = 0x100002AA
,
AmbientMusicType.MG_UD1_Necro_entry = 0x100002AB
,
AmbientMusicType.MG_DW1_Trials = 0x100002AC
,
AmbientMusicType.MG_UD1_Necro_ritual = 0x100002AD
,
AmbientMusicType.MG_UD1_Necro_altar = 0x100002AE
,
AmbientMusicType.MG_UD1_Warrior_halls = 0x100002AF
,
AmbientMusicType.MG_UD1_Capstone_entry = 0x100002B0
,
AmbientMusicType.MG_UD1_Water_waterway = 0x100002B1
,
AmbientMusicType.MG_UD1_Capstone_temple = 0x100002B2
,
AmbientMusicType.MG_UD1_Warrior_matron = 0x100002B3
,
AmbientMusicType.MG_UD1_Capstone_hall_spider = 0x100002B4
,
AmbientMusicType.MG_UD1_Necro_halls = 0x100002B5
,
AmbientMusicType.MG_UD1_Water_caves = 0x100002B6
,
AmbientMusicType.MG_DW1_Capstone = 0x100002B7
,
AmbientMusicType.MG_UD1_Slave_ext = 0x100002B8
,
AmbientMusicType.MG_UD1_Bigboss_nest = 0x100002B9
,
AmbientMusicType.MG_UD1_Bigboss_arena = 0x100002BA
,
AmbientMusicType.MG_UD1_Bigboss_entry = 0x100002BB
,
AmbientMusicType.MG_UD1_Bigboss_guttyworks = 0x100002BC
,
AmbientMusicType.MG_Underdark_Corpses = 0x100002BD
,
AmbientMusicType.MG_Underdark_Mushroom = 0x100002BE
,
AmbientMusicType.MG_Underdark_City = 0x100002BF
,
AmbientMusicType.MG_Underdark_Spider = 0x100002C0
,
AmbientMusicType.MG_Underdark_General = 0x100002C1
,
AmbientMusicType.MG_XP1_Challenge_Arena = 0x100002C2
,
AmbientMusicType.MG_XP1_Challenge_Tower = 0x100002C3
,
AmbientMusicType.MG_XP1_Challenge_Arena_lava = 0x100002C4
,
AmbientMusicType.MG_XP1_Challenge_dryad = 0x100002C5
,
AmbientMusicType.MG_UD1_Sampler = 0x100002C6
,
AmbientMusicType.MG_XP1_Spinners_Prison = 0x100002C7
,
AmbientMusicType.MG_DW1_Sampler = 0x100002C8
,
AmbientMusicType.MG_Kings_Forest_Darkened = 0x100002C9
,
AmbientMusicType.MG_Plant_Druidsden = 0x100002CA
,
AmbientMusicType.MG_Plant_Hospital = 0x100002CB
,
AmbientMusicType.MG_Plant_Planthouse = 0x100002CC
,
AmbientMusicType.MG_Plant_Capstone_Cavern = 0x100002CD
,
AmbientMusicType.MG_Plant_Capstone = 0x100002CE
,
AmbientMusicType.MG_Plant_Hospital_Overgrown = 0x100002CF
,
AmbientMusicType.MG_Plant_Hospital_Outside = 0x100002D0
,
AmbientMusicType.MG_Plant_Planthouse_Dryad = 0x100002D1
,
AmbientMusicType.MG_Plant_Capstone_Bossfight = 0x100002D2
,
AmbientMusicType.MG_Plant_Capstone_Woods = 0x100002D3
,
AmbientMusicType.MG_Plant_Capstone_Woods_02 = 0x100002D4
,
AmbientMusicType.MG_Castles_Hotel_courtyard = 0x100002D5
,
AmbientMusicType.MG_Castles_Echo_outdoors = 0x100002D6
,
AmbientMusicType.MG_Castles_Echo_cabin = 0x100002D7
,
AmbientMusicType.MG_Castles_Landscape = 0x100002D8
,
AmbientMusicType.Mg_Castles_Capstone_cabin = 0x100002D9
,
AmbientMusicType.MG_Castles_Echo_keep = 0x100002DA
,
AmbientMusicType.MG_Castles_Foxtrot_openair = 0x100002DB
,
AmbientMusicType.Mg_Castles_Capstone_outside = 0x100002DC
,
AmbientMusicType.MG_Castles_Echo_interior = 0x100002DD
,
AmbientMusicType.MG_Castles_Hotel_inn = 0x100002DE
,
AmbientMusicType.MG_Castles_Foxtrot_enclosed = 0x100002DF
,
AmbientMusicType.Mg_Castles_Hotel_tavern = 0x100002E0
,
AmbientMusicType.Mg_Castles_Capstone_marsh = 0x100002E1
,
AmbientMusicType.Mg_Castles_Hotel_barn = 0x100002E2
,
AmbientMusicType.MG_Castles_Foxtrot_wet = 0x100002E3
,
AmbientMusicType.MG_Castles_Foxtrot_entry = 0x100002E4
,
AmbientMusicType.MG_Castles_Swamp_bossfight = 0x100002E5
,
AmbientMusicType.MG_Castles_Swamp = 0x100002E6
,
AmbientMusicType.MG_Castles_Swamp_cavern = 0x100002E7
,
AmbientMusicType.MG_Castles_Swamp_spirits = 0x100002E8
,
AmbientMusicType.MG_Blades1_Preraid_Forge_bossfight_music = 0x100002E9
,
AmbientMusicType.MG_Stormhorns_Supply_outdoors = 0x100002EA
,
AmbientMusicType.MG_Stormhorns_Supply_bossfight = 0x100002EB
,
AmbientMusicType.MG_Wheloon_Public_Tavern = 0x100002EC
,
AmbientMusicType.MG_Wheloon_Public_Harbor = 0x100002ED
,
AmbientMusicType.MG_Iconic_Bladeforged_indoors = 0x100002EE
,
AmbientMusicType.u18_prisoner_01 = 0x100002EF
,
AmbientMusicType.u18_prisoner_02 = 0x100002F0
,
AmbientMusicType.U18_cult_01 = 0x100002F1
,
AmbientMusicType.U18_cult_02 = 0x100002F2
,
AmbientMusicType.U18_cult_03 = 0x100002F3
,
AmbientMusicType.MG_Wheloon_Harbor_assault = 0x100002F4
,
AmbientMusicType.MG_u19_Wheloon_Golf = 0x100002F5
,
AmbientMusicType.MG_u19_Wheloon_Landscape = 0x100002F6
,
AmbientMusicType.MG_u19_Wheloon_Hound = 0x100002F7
,
AmbientMusicType.MG_u19_Wheloon_Hound_Sewers = 0x100002F8
,
AmbientMusicType.MG_u19_Wheloon_Good = 0x100002F9
,
AmbientMusicType.MG_u19_Wheloon_Army = 0x100002FA
,
AmbientMusicType.MG_u19_Wheloon_Capstone = 0x100002FB
,
AmbientMusicType.MG_u19_Stormhorns_Ambush = 0x100002FC
,
AmbientMusicType.MG_u19_Stormhorns_Landscape = 0x100002FD
,
AmbientMusicType.MG_u19_Stormhorns_Sierra = 0x100002FE
,
AmbientMusicType.MG_u19_Stormhorns_Sierra_Boss = 0x100002FF
,
AmbientMusicType.MG_u19_Stormhorns_Tango = 0x10000300
,
AmbientMusicType.MG_u19_Stormhorns_Supply = 0x10000301
,
AmbientMusicType.MG_u19_Stormhorns_Capstone = 0x10000302
,
AmbientMusicType.MG_u19_Stormhorns_Fort = 0x10000303
,
AmbientMusicType.MG_u19_hallofheros = 0x10000305
,
AmbientMusicType.MG_u19_Wheloon_iconic = 0x10000306
,
AmbientMusicType.MG_u19_Stormhorns_Capstone_Boss = 0x10000307
,
AmbientMusicType.MG_u19_Wheloon_Capstone_Boss = 0x10000308
,
AmbientMusicType.MG_u19_Wheloon_Capstone_Boss_Shadow = 0x10000309
,
AmbientMusicType.MG_u19_Stormhorns_Ambush_Boss = 0x1000030A
,
AmbientMusicType.MG_u19_Stormhorns_Capstone_Ascension = 0x1000030B
,
AmbientMusicType.MG_u19_Stormhorns_Capstone_Pre_Boss = 0x1000030C
,
AmbientMusicType.MG_u19_Stormhorns_Capstone_Crash = 0x1000030D
,
AmbientMusicType.MG_u20_standalone_vampire = 0x1000030E
,
AmbientMusicType.MG_u20_standalone_training = 0x1000030F
,
AmbientMusicType.MG_u20_reincarnation = 0x10000310
,
AmbientMusicType.MG_u20_standalone_training_bossroom = 0x10000311
,
AmbientMusicType.MG_u20_reincarnation_FR = 0x10000312
,
AmbientMusicType.MG_u20_standalone_vampire_garden = 0x10000313
,
AmbientMusicType.MG_u20_reincarnation_EB = 0x10000314
,
AmbientMusicType.MG_u20_standalone_vampire_bossroom = 0x10000315
,
AmbientMusicType.MG_u21_thunderholme_public_ = 0x10000317
,
AmbientMusicType.MG_U21_thunderholme_lake_waterworks = 0x10000319
,
AmbientMusicType.MG_u21_thunderholme_shadow_dragon = 0x1000031A
,
AmbientMusicType.MG_u21_thunderholme_UD_crypt = 0x1000031B
,
AmbientMusicType.MG_u21_thunderholme_light_relay = 0x1000031C
,
AmbientMusicType.MG_u21_thunderholme_hub_temple = 0x1000031D
,
AmbientMusicType.MG_u21_thunderholme_double_dragons = 0x1000031E
,
AmbientMusicType.MG_u21_thunderholme_forge = 0x1000031F
,
AmbientMusicType.MG_u21_thunderholme_living_mining = 0x10000320
,
AmbientMusicType.MG_u21_thunderholme_armory = 0x10000321
,
AmbientMusicType.MG_u21_thunderholme_mushrooms = 0x10000322
,
AmbientMusicType.MG_u21_hauntedhalls_hallway_one = 0x10000323
,
AmbientMusicType.MG_u21_hauntedhalls_hallway_four = 0x10000324
,
AmbientMusicType.MG_u21_hauntedhalls_othermonster = 0x10000325
,
AmbientMusicType.MG_u21_hauntedhalls_kobolds = 0x10000326
,
AmbientMusicType.MG_u21_hauntedhalls_hallway_three = 0x10000327
,
AmbientMusicType.MG_u21_hauntedhalls_whisper = 0x10000328
,
AmbientMusicType.MG_u21_hauntedhalls_skeletons = 0x10000329
,
AmbientMusicType.MG_u21_hauntedhalls_whitedragon = 0x1000032A
,
AmbientMusicType.MG_u21_hauntedhalls_hallway_two = 0x1000032B
,
AmbientMusicType.MG_u21_hauntedhalls_zentarum = 0x1000032C
,
AmbientMusicType.MG_u21_hauntedhalls_woods_hub = 0x1000032D
,
AmbientMusicType.MG_u21_thunderholme_dracomaze = 0x1000032F
,
AmbientMusicType.MG_u22_epic3bc_prove_your_worth = 0x10000330
,
AmbientMusicType.MG_u22_epic3bc_ghost_of_chance = 0x10000331
,
AmbientMusicType.MG_u22_epic3bc_legend_of_two_toed_tobias = 0x10000332
,
AmbientMusicType.MG_u22_epic3bc_capstone_dragon = 0x10000333
,
AmbientMusicType.MG_u22_epic3bc_capstone_hordes_of_pirates = 0x10000334
,
AmbientMusicType.MG_u22_epic3bc_capstone_prepare_for_battle = 0x10000335
,
AmbientMusicType.MG_u22_epic3bc_capstone_treasure_room = 0x10000336
,
AmbientMusicType.MG_u22_epic3bc_capstone_fog_bank = 0x10000337
,
AmbientMusicType.MG_u22_epic3bc_capstone_nervous_pirates = 0x10000338
,
AmbientMusicType.MG_u22_epic3bc_old_grey_garl = 0x10000339
,
AmbientMusicType.MG_u22_epic3bc_prove_your_worth_boss = 0x1000033A
,
AmbientMusicType.MG_u22_epic3bc_ghost_of_chance_boss = 0x1000033B
,
AmbientMusicType.MG_u22_epic3bc_old_grey_garl_boss = 0x1000033D
,
AmbientMusicType.MG_u22_epic3bc_legend_of_two_toed_tobias_boss = 0x1000033E
,
AmbientMusicType.MG_u22_epic3bc_capstone_nervous_pirates_int = 0x1000033F
,
AmbientMusicType.MG_u23_epicorchard_doomsphere_floor1 = 0x10000340
,
AmbientMusicType.MG_u23_epicorchard_doomsphere = 0x10000341
,
AmbientMusicType.MG_u23_epicorchard_temple_maruts = 0x10000342
,
AmbientMusicType.MG_u23_epicorchard_fleshmaker = 0x10000343
,
AmbientMusicType.MG_u23_epicorchard_doomsphere_floor2 = 0x10000344
,
AmbientMusicType.MG_u23_epicorchard_fleshmaker_bossroom = 0x10000345
,
AmbientMusicType.MG_u23_epicorchard_doomsphere_floor3 = 0x10000346
,
AmbientMusicType.MG_u23_epicorchard_doomsphere_floor4 = 0x10000347
,
AmbientMusicType.MG_u23_epicorchard_inferno_boss = 0x10000348
,
AmbientMusicType.MG_u23_epicorchard_raid_arena = 0x10000349
,
AmbientMusicType.MG_u23_epicorchard_temple = 0x1000034A
,
AmbientMusicType.MG_u23_epicorchard_inferno = 0x1000034B
,
AmbientMusicType.MG_u23_epicorchard_raid_arena_room1 = 0x1000034C
,
AmbientMusicType.MG_u23_epicorchard_raid_arena_room2 = 0x1000034D
,
AmbientMusicType.MG_u23_epicorchard_raid_arena_room3 = 0x1000034E
,
AmbientMusicType.MG_u23_epicorchard_temple_boss = 0x1000034F
,
AmbientMusicType.MG_u24_Delerium3_DanceHall = 0x10000350
,
AmbientMusicType.MG_u24_Cult_of_Dragon = 0x10000351
,
AmbientMusicType.MG_u24_Delerium3_DanceHall_2 = 0x10000352
,
AmbientMusicType.MG_u24_Delerium3_DanceHall_3 = 0x10000353
,
AmbientMusicType.MG_u24_Palace_of_Stone = 0x10000354
,
AmbientMusicType.MG_u24_Fashion_Show = 0x10000355
,
AmbientMusicType.MG_u24_Palace_of_Stone_Boss = 0x10000356
,
AmbientMusicType.MG_u24_Cult_of_Dragon_2 = 0x10000357
,
AmbientMusicType.MG_u24_Cult_of_Dragon_3 = 0x10000358
,
AmbientMusicType.MG_u24_Fashion_Show_2 = 0x10000359
,
AmbientMusicType.MG_u24_Fashion_Show_3 = 0x1000035A
,
AmbientMusicType.MG_u24_Palace_of_Stone_Museum = 0x1000035B
,
AmbientMusicType.MG_u25_TOEE_Boss = 0x1000035C
,
AmbientMusicType.MG_u25_TOEE_Explore_1 = 0x1000035D
,
AmbientMusicType.MG_u25_TOEE_Explore_2 = 0x1000035E
,
AmbientMusicType.MG_u25_TOEE_Explore_3 = 0x1000035F
,
AmbientMusicType.MG_u25_TOEE_Explore_4 = 0x10000360
,
AmbientMusicType.MG_u25_TOEE_Explore_5 = 0x10000361
,
AmbientMusicType.MG_rl_Explore4 = 0x10000362
,
AmbientMusicType.MG_rl_Landscape = 0x10000363
,
AmbientMusicType.MG_rl_Tavern = 0x10000364
,
AmbientMusicType.MG_rl_Boss = 0x10000365
,
AmbientMusicType.MG_rl_Explore1 = 0x10000366
,
AmbientMusicType.MG_rl_Explore2 = 0x10000367
,
AmbientMusicType.MG_rl_Explore3 = 0x10000368
,
AmbientMusicType.MG_rl_spooky_house = 0x10000369
,
AmbientMusicType.MG_rl_abbey_pool = 0x1000036A
,
AmbientMusicType.MG_City_Night_Guitar = 0x1000036B
,
AmbientMusicType.MG_sharn_city_lower_inside_1 = 0x1000036C
,
AmbientMusicType.MG_sharn_city_middle_inside_1 = 0x1000036D
,
AmbientMusicType.MG_sharn_city_lower_inside_2 = 0x1000036E
,
AmbientMusicType.MG_sharn_city_middle_inside_2 = 0x1000036F
,
AmbientMusicType.MG_sharn_cogs_landscape = 0x10000370
,
AmbientMusicType.MG_sharn_city_lower_outside_1 = 0x10000371
,
AmbientMusicType.MG_sharn_public = 0x10000372
,
AmbientMusicType.MG_sharn_city_lower_outside_2 = 0x10000373
,
AmbientMusicType.MG_sharn_city_middle_outside_1 = 0x10000374
,
AmbientMusicType.MG_sharn_city_middle_outside_2 = 0x10000375
,
AmbientMusicType.MG_sharn_city_upper_outside_1 = 0x10000376
,
AmbientMusicType.MG_sharn_city_upper_outside_2 = 0x10000377
,
AmbientMusicType.MG_sharn_city_upper_inside_1 = 0x10000378
,
AmbientMusicType.MG_sharn_cogs_dungeon_1 = 0x10000379
,
AmbientMusicType.MG_sharn_city_upper_inside_2 = 0x1000037A
,
AmbientMusicType.MG_sharn_cogs_dungeon_2 = 0x1000037B
,
AmbientMusicType.MG_sharn_cogs_dungeon_3 = 0x1000037C
,
AmbientMusicType.MG_sharn_public_2 = 0x1000037D
,
AmbientMusicType.MG_fey_landscape = 0x1000037E
,
AmbientMusicType.MG_fey_public = 0x1000037F
,
AmbientMusicType.MG_fey_winter_outside = 0x10000380
,
AmbientMusicType.MG_fey_revels = 0x10000381
,
AmbientMusicType.MG_fey_summer_outside_2 = 0x10000382
,
AmbientMusicType.MG_fey_landscape_winter = 0x10000383
,
AmbientMusicType.MG_fey_landscape_swamp = 0x10000384
,
AmbientMusicType.MG_fey_summer_inside = 0x10000385
,
AmbientMusicType.MG_fey_summer_outside = 0x10000386
,
AmbientMusicType.MG_fey_epic_outside = 0x10000387
,
AmbientMusicType.MG_fey_winter_inside = 0x10000388
,
AmbientMusicType.MG_fey_epic_inside = 0x10000389
,
AmbientMusicType.MG_fey_summer_inside_2 = 0x1000038A
,
AmbientMusicType.MG_fey_winter_dance = 0x1000038B
,
AmbientMusicType.MG_fey_raid_satyr = 0x1000038C
,
AmbientMusicType.MG_saltmarsh_sahuagin_underwater = 0x1000038D
,
AmbientMusicType.MG_saltmarsh_public = 0x1000038E
,
AmbientMusicType.MG_saltmarsh_ship = 0x1000038F
,
AmbientMusicType.MG_saltmarsh_landscape_marsh = 0x10000390
,
AmbientMusicType.MG_saltmarsh_hanted_house = 0x10000391
,
AmbientMusicType.MG_saltmarsh_inside_dungeon = 0x10000392
,
AmbientMusicType.MG_saltmarsh_landscape_inland = 0x10000393
,
AmbientMusicType.MG_saltmarsh_lizardfolk = 0x10000394
,
AmbientMusicType.MG_saltmarsh_outside_dungeon = 0x10000395
,
AmbientMusicType.MG_saltmarsh_sahuagin = 0x10000396
,
AmbientMusicType.MG_saltmarsh_landscape = 0x10000397
,
AmbientMusicType.MG_dread_dungeon_public = 0x10000398
,
AmbientMusicType.MG_dread_landscape_lava = 0x10000399
,
AmbientMusicType.MG_dread_landscape = 0x1000039A
,
AmbientMusicType.MG_dread_dungeon_interior_1 = 0x1000039B
,
AmbientMusicType.MG_dread_dungeon_interior_2 = 0x1000039C
,
AmbientMusicType.MG_dread_landscape_mountain = 0x1000039D
,
AmbientMusicType.MG_dread_dungeon_interior_3 = 0x1000039E
,
AmbientMusicType.MG_dread_dungeon_capstone = 0x1000039F
,
AmbientMusicType.MG_dread_dungeon_mountain = 0x100003A0
,
AmbientMusicType.MG_dread_dungeon_jungle = 0x100003A1
,
AmbientMusicType.MG_snowpeaks = 0x100003A2
,
AmbientMusicType.MG_dread_landscape_jungle = 0x100003A3
,
AmbientMusicType.MG_dread_dungeon_epic = 0x100003A4
,
AmbientMusicType.MG_dread_fanfare_capstone = 0x100003A5
,
AmbientMusicType.MG_dread_fanfare_landscape = 0x100003A6
,
AmbientMusicType.MG_dread_fanfare_interior = 0x100003A7
,
AmbientMusicType.MG_morgrave_public_commons = 0x100003A8
,
AmbientMusicType.MG_morgrave_public_quad = 0x100003A9
,
AmbientMusicType.MG_morgrave_venca_interior = 0x100003AA
,
AmbientMusicType.MG_morgrave_1_capstone = 0x100003AB
,
AmbientMusicType.MG_morgrave_astral_plane = 0x100003AC
,
AmbientMusicType.MG_morgrave_sharn_interior_a = 0x100003AD
,
AmbientMusicType.MG_morgrave_sharn_interior_b = 0x100003AE
,
AmbientMusicType.MG_morgrave_1_start = 0x100003AF
,
AmbientMusicType.MG_morgrave_shavarath = 0x100003B0
,
AmbientMusicType.MG_morgrave_raid = 0x100003B1
,
AmbientMusicType.MG_morgrave_1_middle = 0x100003B2
,
AmbientMusicType.MG_myth_public = 0x100003B3
,
AmbientMusicType.MG_myth_landscape = 0x100003B4
,
AmbientMusicType.MG_sim_date_restaurant = 0x100003B5
,
AmbientMusicType.MG_sim_date_carnival = 0x100003B6
,
AmbientMusicType.MG_sim_date_park = 0x100003B7
,
AmbientMusicType.MG_sim_misc = 0x100003B8
,
AmbientMusicType.MG_sim_cook = 0x100003B9
} |
|
|
|
enum | AmbientSount : uint {
AmbientSount.env_cave_small = 0x10000072
,
AmbientSount.env_cave_large = 0x10000073
,
AmbientSount.env_sewer_large = 0x10000074
,
AmbientSount.env_mcave_large = 0x10000075
,
AmbientSount.env_mcave_small = 0x10000076
,
AmbientSount.env_hallway_medium = 0x10000077
,
AmbientSount.env_cave_medium = 0x10000078
,
AmbientSount.env_pipe_small = 0x10000079
,
AmbientSount.env_hallway_large = 0x1000007A
,
AmbientSount.env_sewer_medium = 0x1000007B
,
AmbientSount.env_mcave_medium = 0x1000007C
,
AmbientSount.env_sewer_small = 0x1000007D
,
AmbientSount.env_pipe_large = 0x1000007E
,
AmbientSount.env_hallway_small = 0x1000007F
,
AmbientSount.env_pipe_medium = 0x10000080
,
AmbientSount.env_mroom_small = 0x10000081
,
AmbientSount.env_mroom_large = 0x10000082
,
AmbientSount.env_mroom_medium = 0x10000083
} |
|
|
|
enum | AmmoType : uint {
AmmoType.Undef = 0x00000000
,
AmmoType.Arrow = 0x00000001
,
AmmoType.Bolt = 0x00000002
,
AmmoType.Bullet = 0x00000003
} |
|
|
|
enum | AnimationLayerType : uint {
AnimationLayerType.idle = 0x0000000A
,
AnimationLayerType.idle_turn = 0x0000000B
,
AnimationLayerType.idle_special = 0x0000000C
,
AnimationLayerType.cower_idle = 0x0000000D
,
AnimationLayerType.idle_combat = 0x00000010
,
AnimationLayerType.emote_below_movement = 0x00000012
,
AnimationLayerType.movement = 0x00000014
,
AnimationLayerType.idle_combat_plus = 0x00000017
,
AnimationLayerType.emote_idle = 0x0000001B
,
AnimationLayerType.emote = 0x0000001E
,
AnimationLayerType.attack_block = 0x00000025
,
AnimationLayerType.attack_impact = 0x00000027
,
AnimationLayerType.attack = 0x00000028
,
AnimationLayerType.attack_repeatingxbow = 0x00000029
,
AnimationLayerType.stun_low = 0x00000046
,
AnimationLayerType.dance_out = 0x0000005A
,
AnimationLayerType.dance_idle = 0x0000005B
,
AnimationLayerType.dance_in = 0x0000005C
,
AnimationLayerType.entangled_out = 0x00000064
,
AnimationLayerType.entangled_idle = 0x00000065
,
AnimationLayerType.entangled_in = 0x00000066
,
AnimationLayerType.knockdown_out = 0x0000006E
,
AnimationLayerType.knockdown_idle = 0x0000006F
,
AnimationLayerType.knockdown_in = 0x00000070
,
AnimationLayerType.knockdown_block = 0x00000073
,
AnimationLayerType.knockdown_block_impact = 0x00000074
,
AnimationLayerType.stun_out = 0x00000078
,
AnimationLayerType.stun_idle = 0x00000079
,
AnimationLayerType.stun_in = 0x0000007A
,
AnimationLayerType.sleep_out = 0x00000082
,
AnimationLayerType.sleep_idle = 0x00000083
,
AnimationLayerType.sleep_in = 0x00000084
,
AnimationLayerType.paralyze_out = 0x0000008C
,
AnimationLayerType.paralyze_idle = 0x0000008D
,
AnimationLayerType.paralyze_in = 0x0000008E
,
AnimationLayerType.death = 0x000000BE
,
AnimationLayerType.chargen = 0x000000C8
} |
|
|
|
enum | AnimConfigurableType : uint {
AnimConfigurableType.Invalid = 0x00000000
,
AnimConfigurableType.GearSet = 0x00000001
,
AnimConfigurableType.Helmet = 0x00000002
,
AnimConfigurableType.BaseBody = 0x00000003
,
AnimConfigurableType.AnimationMode = 0x00000004
,
AnimConfigurableType.ShieldHoldingLocation = 0x00000005
,
AnimConfigurableType.RightHandHoldingLocation = 0x00000006
,
AnimConfigurableType.LeftHandHoldingLocation = 0x00000007
} |
|
|
|
enum | AnimHookType : uint {
AnimHookType.Undef = 0x00000000
,
AnimHookType.Attack = 0x00000001
,
AnimHookType.Defend = 0x00000009
} |
|
|
|
enum | AntiAddictionState : uint {
AntiAddictionState.Undef = 0x00000000
,
AntiAddictionState.Normal = 0x00000001
,
AntiAddictionState.Tired = 0x00000002
,
AntiAddictionState.Unhealthy = 0x00000003
} |
|
|
|
enum | AOESpellType : uint {
AOESpellType.Invalid = 0x00000000
,
AOESpellType.Buff = 0x00000001
,
AOESpellType.Summon = 0x00000002
,
AOESpellType.Dismissal = 0x00000003
,
AOESpellType.Cure = 0x00000004
,
AOESpellType.Debuff = 0x00000005
,
AOESpellType.Holy = 0x00000006
,
AOESpellType.Evil = 0x00000007
,
AOESpellType.Generic_Magic = 0x00000008
} |
|
|
|
enum | Appearance_ArmorEffectType : uint {
Appearance_ArmorEffectType.Invalid = 0x00000000
,
Appearance_ArmorEffectType.ShadowArmorEffect = 0x00000001
,
Appearance_ArmorEffectType.NoArmorEffect = 0x00000002
} |
|
|
|
enum | Appearance_ShowHeadgear : uint {
Appearance_ShowHeadgear.Undef = 0x00000000
,
Appearance_ShowHeadgear.Goggles = 0x00000004
,
Appearance_ShowHeadgear.Helmet = 0x00000005
,
Appearance_ShowHeadgear.None = 0x00000006
} |
|
|
|
enum | AppearanceKey : uint {
AppearanceKey.Hit_Sound = 0x10000001
,
AppearanceKey.MusicInstrument = 0x10000002
,
AppearanceKey.Level = 0x10000003
,
AppearanceKey.Mossy = 0x10000004
,
AppearanceKey.Snow = 0x10000005
,
AppearanceKey.Sand = 0x10000006
,
AppearanceKey.Worn = 0x10000007
,
AppearanceKey.Pile = 0x10000008
,
AppearanceKey.Upkeep = 0x10000009
,
AppearanceKey.SkinColor = 0x1000000A
,
AppearanceKey.HeadMesh = 0x1000000B
,
AppearanceKey.HeadSpecial = 0x1000000C
,
AppearanceKey.HeadColor = 0x1000000D
,
AppearanceKey.BeardMesh = 0x1000000E
,
AppearanceKey.Special = 0x1000000F
,
AppearanceKey.SkinTexture = 0x10000010
,
AppearanceKey.FaceTexture = 0x10000011
,
AppearanceKey.ClothingColor = 0x10000012
,
AppearanceKey.ClothingColorSecondary = 0x10000013
,
AppearanceKey.ClothingColorTertiary = 0x10000014
,
AppearanceKey.MusicPart = 0x10000015
,
AppearanceKey.ItemEffect = 0x10000016
,
AppearanceKey.ItemQuality = 0x10000017
,
AppearanceKey.WeaponEffect = 0x10000018
,
AppearanceKey.Broken = 0x1000001B
,
AppearanceKey.Dng_Fd_Cellar = 0x10000022
,
AppearanceKey.Dng_Fd_Cellar_Mroom_Floor_Decor = 0x10000024
,
AppearanceKey.Dng_Fd_UndeadGothic = 0x10000025
,
AppearanceKey.Dng_Sewer = 0x10000026
,
AppearanceKey.CrestMesh = 0x10000027
,
AppearanceKey.Water_Waves_Small = 0x10000028
,
AppearanceKey.Water_Ripples_Small = 0x10000029
,
AppearanceKey.Water_Waves_Large = 0x1000002B
,
AppearanceKey.Water_Ripples_Large = 0x1000002C
,
AppearanceKey.Water_Sewer = 0x1000002D
,
AppearanceKey.Water_Harbor = 0x1000002E
,
AppearanceKey.Water_Lava = 0x1000002F
,
AppearanceKey.Dng_Sewer_Deep = 0x10000030
,
AppearanceKey.Dng_Int_Plaster = 0x10000033
,
AppearanceKey.Dng_Int_Wood = 0x10000034
,
AppearanceKey.Dng_Int_Wood_Decay = 0x10000035
,
AppearanceKey.Dng_Int_Stone = 0x10000036
,
AppearanceKey.Dng_Int_Plaster_Decay = 0x10000037
,
AppearanceKey.Dng_Int_Stone_Decay = 0x10000038
,
AppearanceKey.helmet_leatherandchain = 0x10000042
,
AppearanceKey.helmet_winged = 0x10000045
,
AppearanceKey.gear_plateheavy = 0x10000046
,
AppearanceKey.helmet_turbanspiked = 0x10000048
,
AppearanceKey.helmet_banditmask = 0x1000004A
,
AppearanceKey.gear_traveler = 0x1000004B
,
AppearanceKey.gear_vestmentheavy = 0x1000004C
,
AppearanceKey.gear_platelight = 0x1000004D
,
AppearanceKey.gear_academic = 0x1000004E
,
AppearanceKey.gear_thiefkit = 0x1000004F
,
AppearanceKey.gear_assassin = 0x10000053
,
AppearanceKey.Dng_Ca_Lava = 0x10000054
,
AppearanceKey.Dng_Ca_Natural = 0x10000055
,
AppearanceKey.Dng_Ca_Mines = 0x10000056
,
AppearanceKey.Dng_Undead = 0x10000057
,
AppearanceKey.Dng_Cathedral = 0x10000058
,
AppearanceKey.Dng_Ornate = 0x10000059
,
AppearanceKey.Water_Neutral_Shallow = 0x1000005B
,
AppearanceKey.Water_Neutral_Deep = 0x1000005C
,
AppearanceKey.Water_Neutral_Reflective = 0x1000005D
,
AppearanceKey.St_Market_Modular = 0x1000005E
,
AppearanceKey.St_Phiarlan_Modular = 0x1000005F
,
AppearanceKey.St_Harbor_Modular = 0x10000060
,
AppearanceKey.Gearset_Phiarlan = 0x10000066
,
AppearanceKey.Gearset_Market = 0x10000067
,
AppearanceKey.DyemapColor = 0x10000068
,
AppearanceKey.gear_plate_bronze_a = 0x10000069
,
AppearanceKey.armor_leather_a = 0x1000006B
,
AppearanceKey.armor_padded_a = 0x1000006C
,
AppearanceKey.armor_leather_b = 0x1000006D
,
AppearanceKey.armor_padded_b = 0x1000006E
,
AppearanceKey.armor_leather_c = 0x1000006F
,
AppearanceKey.armor_padded_c = 0x10000070
,
AppearanceKey.gear_plate_gothic_high_a = 0x10000072
,
AppearanceKey.armor_chainmail_a = 0x10000073
,
AppearanceKey.armor_chainmail_b = 0x10000074
,
AppearanceKey.armor_chainmail_c = 0x10000075
,
AppearanceKey.armor_chainmail_d = 0x10000077
,
AppearanceKey.armor_leatherstudded_a = 0x10000078
,
AppearanceKey.armor_banded_a = 0x10000079
,
AppearanceKey.armor_plate_dark_a = 0x1000007B
,
AppearanceKey.armor_scalemail_a = 0x1000007C
,
AppearanceKey.gear_robe_sorcerer_a = 0x1000007E
,
AppearanceKey.armor_plate_half_a = 0x1000007F
,
AppearanceKey.Lava_Flowing = 0x10000080
,
AppearanceKey.Lava_Medium = 0x10000081
,
AppearanceKey.Lava_Crusty = 0x10000082
,
AppearanceKey.helmet_shaagh = 0x10000083
,
AppearanceKey.robe_red_a = 0x10000084
,
AppearanceKey.robe_white_a = 0x10000085
,
AppearanceKey.Cloth_Rogue_A = 0x10000086
,
AppearanceKey.robe_black_a = 0x10000087
,
AppearanceKey.robe_brown_a = 0x10000088
,
AppearanceKey.Cloth_Traveler_A = 0x10000089
,
AppearanceKey.robe_wizard_a = 0x1000008A
,
AppearanceKey.Water_Neutral_Refractive = 0x1000008B
,
AppearanceKey.Dng_Fd_UndeadGothic_Mroom_Floor_Decor = 0x1000008C
,
AppearanceKey.gear_robe_wizard_a = 0x1000008D
,
AppearanceKey.gear_robe_wizard_b = 0x1000008E
,
AppearanceKey.gear_chain_ring_a = 0x1000008F
,
AppearanceKey.gear_chain_loosweave_a = 0x10000090
,
AppearanceKey.gear_stonemeld_a = 0x10000091
,
AppearanceKey.gear_banded_a = 0x10000092
,
AppearanceKey.gear_plate_gothic_a = 0x10000093
,
AppearanceKey.gear_leather_a = 0x10000094
,
AppearanceKey.gear_robe_darkweave_a = 0x10000095
,
AppearanceKey.armor_plate_a = 0x10000096
,
AppearanceKey.robe_wizard_b = 0x10000097
,
AppearanceKey.gear_chain_looseweave_a = 0x10000098
,
AppearanceKey.armor_sexy_a = 0x10000099
,
AppearanceKey.gear_plate_bronze_a_chest = 0x1000009A
,
AppearanceKey.gear_darkleaf_a = 0x1000009B
,
AppearanceKey.Water_Ocean_Refractive = 0x1000009C
,
AppearanceKey.gear_chain_looseweave_a_chest = 0x1000009D
,
AppearanceKey.gear_brigandine_a = 0x1000009E
,
AppearanceKey.gear_assassin_chest = 0x100000A0
,
AppearanceKey.gear_breastplate_a_chest = 0x100000A1
,
AppearanceKey.gear_academic_chest = 0x100000A2
,
AppearanceKey.gear_chain_ring_a_chest = 0x100000A3
,
AppearanceKey.gear_robe_wizard_b_chest = 0x100000A4
,
AppearanceKey.gear_brigandine_a_chest = 0x100000A5
,
AppearanceKey.gear_vestmentheavy_chest = 0x100000A6
,
AppearanceKey.gear_plate_gothic_high_a_chest = 0x100000A7
,
AppearanceKey.gear_breastplate_a = 0x100000A8
,
AppearanceKey.gear_banded_a_chest = 0x100000A9
,
AppearanceKey.gear_darkleaf_a_chest = 0x100000AA
,
AppearanceKey.gear_leather_a_chest = 0x100000AB
,
AppearanceKey.gear_robe_darkweave_a_chest = 0x100000AC
,
AppearanceKey.gear_robe_wizard_a_chest = 0x100000AD
,
AppearanceKey.gear_thiefkit_chest = 0x100000AE
,
AppearanceKey.gear_stonemeld_a_chest = 0x100000AF
,
AppearanceKey.gear_robe_sorcerer_a_chest = 0x100000B0
,
AppearanceKey.gear_plate_gothic_a_chest = 0x100000B1
,
AppearanceKey.gear_traveler_chest = 0x100000B2
,
AppearanceKey.Water_River_Refractive = 0x100000B3
,
AppearanceKey.Water_Swamp_Refractive = 0x100000B4
,
AppearanceKey.armor_leather_b_light = 0x100000B5
,
AppearanceKey.armor_plate_half_a_light = 0x100000B6
,
AppearanceKey.armor_padded_a_light = 0x100000B7
,
AppearanceKey.armor_padded_b_light = 0x100000B8
,
AppearanceKey.Cloth_Traveler_A_Light = 0x100000B9
,
AppearanceKey.armor_plate_a_light = 0x100000BA
,
AppearanceKey.Cloth_Rogue_A_Light = 0x100000BB
,
AppearanceKey.armor_chainmail_d_light = 0x100000BC
,
AppearanceKey.armor_chainmail_b_light = 0x100000BD
,
AppearanceKey.armor_plate_dark_a_light = 0x100000BE
,
AppearanceKey.armor_sexy_a_light = 0x100000BF
,
AppearanceKey.armor_chainmail_c_light = 0x100000C0
,
AppearanceKey.armor_padded_c_light = 0x100000C1
,
AppearanceKey.armor_leatherstudded_a_light = 0x100000C2
,
AppearanceKey.armor_chainmail_a_light = 0x100000C3
,
AppearanceKey.armor_banded_a_light = 0x100000C4
,
AppearanceKey.armor_leather_c_light = 0x100000C5
,
AppearanceKey.armor_leather_a_light = 0x100000C6
,
AppearanceKey.armor_scalemail_a_light = 0x100000C7
,
AppearanceKey.robe_wizard_b_light = 0x100000C9
,
AppearanceKey.robe_druidic_a_light = 0x100000CA
,
AppearanceKey.armor_plate_leather_a = 0x100000CB
,
AppearanceKey.robe_white_a_light = 0x100000CC
,
AppearanceKey.robe_red_a_light = 0x100000CD
,
AppearanceKey.robe_darkweave_a_light = 0x100000CE
,
AppearanceKey.robe_sorcerer_a_light = 0x100000CF
,
AppearanceKey.robe_sorcerer_a = 0x100000D0
,
AppearanceKey.robe_druidic_a = 0x100000D1
,
AppearanceKey.armor_plate_leather_a_light = 0x100000D2
,
AppearanceKey.robe_wizard_a_light = 0x100000D3
,
AppearanceKey.robe_darkweave_a = 0x100000D4
,
AppearanceKey.robe_black_a_light = 0x100000D5
,
AppearanceKey.robe_brown_a_light = 0x100000D6
,
AppearanceKey.helmet_spikey_a = 0x100000D7
,
AppearanceKey.helmet_winged_a = 0x100000D8
,
AppearanceKey.helmet_evil_a = 0x100000D9
,
AppearanceKey.helmet_shaagh_a = 0x100000DA
,
AppearanceKey.helmet_evil_b = 0x100000DB
,
AppearanceKey.helmet_scale_a = 0x100000DC
,
AppearanceKey.helmet_banditmask_a = 0x100000DD
,
AppearanceKey.helmet_scale_b = 0x100000DE
,
AppearanceKey.helmet_banded_a = 0x100000DF
,
AppearanceKey.helmet_leatherandchain_a = 0x100000E0
,
AppearanceKey.helmet_plate_a = 0x100000E1
,
AppearanceKey.helmet_mask_a = 0x100000E2
,
AppearanceKey.helmet_leather_a = 0x100000E3
,
AppearanceKey.helmet_plate_b = 0x100000E4
,
AppearanceKey.helmet_old_plate_a = 0x100000E5
,
AppearanceKey.helmet_leather_b = 0x100000E6
,
AppearanceKey.helmet_hat_a = 0x100000E7
,
AppearanceKey.helmet_leather_c = 0x100000E8
,
AppearanceKey.helmet_hat_b = 0x100000E9
,
AppearanceKey.helmet_hat_c = 0x100000EA
,
AppearanceKey.helmet_hat_d = 0x100000EB
,
AppearanceKey.helmet_turbanspiked_a = 0x100000EC
,
AppearanceKey.helmet_chain_a = 0x100000F4
,
AppearanceKey.helmet_chain_b = 0x100000F5
,
AppearanceKey.helmet_padded_a = 0x100000F7
,
AppearanceKey.helmet_crown_a = 0x100000F8
,
AppearanceKey.helmet_crown_b = 0x100000F9
,
AppearanceKey.helmet_crown_c = 0x100000FA
,
AppearanceKey.helmet_brass_a = 0x100000FB
,
AppearanceKey.helmet_mask_b = 0x100000FC
,
AppearanceKey.helmet_plate_c = 0x100000FD
,
AppearanceKey.helmet_plate_d = 0x100000FE
,
AppearanceKey.helmet_leather_d = 0x100000FF
,
AppearanceKey.helmet_cowl_a = 0x10000100
,
AppearanceKey.gear_splint_a = 0x10000101
,
AppearanceKey.gear_halfplate_a = 0x10000102
,
AppearanceKey.gear_spikey_a_chest = 0x10000103
,
AppearanceKey.gear_oldplate_a = 0x10000104
,
AppearanceKey.gear_leather_studded_a = 0x10000105
,
AppearanceKey.gear_splint_a_chest = 0x10000106
,
AppearanceKey.gear_halfplate_a_chest = 0x10000107
,
AppearanceKey.gear_oldplate_a_chest = 0x10000108
,
AppearanceKey.gear_scalemail_c = 0x10000109
,
AppearanceKey.gear_spikey_a = 0x1000010A
,
AppearanceKey.gear_scalemail_c_chest = 0x1000010B
,
AppearanceKey.gear_leather_studded_a_chest = 0x1000010C
,
AppearanceKey.helmet_riveted_a = 0x1000010D
,
AppearanceKey.helmet_brigandine_a = 0x1000010F
,
AppearanceKey.Dng_Int_Plaster_Plain = 0x10000110
,
AppearanceKey.gear_plate_sigil_a = 0x10000111
,
AppearanceKey.gear_scalemail_b_chest = 0x10000112
,
AppearanceKey.gear_shiny_a_chest = 0x10000113
,
AppearanceKey.gear_chain_shirt_a_chest = 0x10000114
,
AppearanceKey.gear_plate_sigil_a_chest = 0x10000115
,
AppearanceKey.gear_scalemail_a = 0x10000116
,
AppearanceKey.gear_scalemail_b = 0x10000117
,
AppearanceKey.gear_chain_shirt_a = 0x10000118
,
AppearanceKey.gear_leather_beltstrap_a_chest = 0x10000119
,
AppearanceKey.gear_shiny_a = 0x1000011A
,
AppearanceKey.gear_leather_beltstrap_a = 0x1000011B
,
AppearanceKey.gear_scalemail_a_chest = 0x1000011C
,
AppearanceKey.Water_Pond_Refractive = 0x1000011D
,
AppearanceKey.gear_leather_hide_a_chest = 0x10000120
,
AppearanceKey.gear_leather_spikey_a_chest = 0x10000121
,
AppearanceKey.gear_leather_patchypadded_a = 0x10000122
,
AppearanceKey.gear_scalemail_d = 0x10000123
,
AppearanceKey.gear_leather_spikey_a = 0x10000125
,
AppearanceKey.gear_scalemail_d_chest = 0x10000126
,
AppearanceKey.gear_leather_hide_a = 0x10000127
,
AppearanceKey.gear_leather_patchypadded_a_chest = 0x10000128
,
AppearanceKey.gear_robe_druidic_a_chest = 0x10000129
,
AppearanceKey.gear_robe_druidic_a = 0x1000012A
,
AppearanceKey.helmet_headwrap_a = 0x1000012B
,
AppearanceKey.gear_robe_wizard_c = 0x1000012C
,
AppearanceKey.gear_heavy_tron_a = 0x1000012D
,
AppearanceKey.gear_robe_wizard_c_chest = 0x1000012E
,
AppearanceKey.gear_heavy_cortez_a = 0x1000012F
,
AppearanceKey.gear_heavy_saucer_a = 0x10000130
,
AppearanceKey.gear_heavy_spike_a = 0x10000131
,
AppearanceKey.gear_breastplate_ornate_a_chest = 0x10000132
,
AppearanceKey.gear_riveted_a_chest = 0x10000133
,
AppearanceKey.gear_chain_fineweave_a = 0x10000134
,
AppearanceKey.gear_riveted_a = 0x10000135
,
AppearanceKey.gear_breastplate_ornate_a = 0x10000136
,
AppearanceKey.gear_plate_dark_a = 0x10000137
,
AppearanceKey.gear_plate_dark_a_chest = 0x10000138
,
AppearanceKey.gear_whirlwind_a_chest = 0x10000139
,
AppearanceKey.gear_chain_fineweave_a_chest = 0x1000013A
,
AppearanceKey.gear_whirlwind_a = 0x1000013B
,
AppearanceKey.gear_medium_spike_a = 0x1000013C
,
AppearanceKey.gear_medium_saucer_a = 0x1000013D
,
AppearanceKey.gear_medium_tron_a = 0x1000013E
,
AppearanceKey.gear_medium_cortez_a = 0x1000013F
,
AppearanceKey.wfg_medium_waves_a = 0x10000150
,
AppearanceKey.wfg_medium_yinyang_a = 0x10000151
,
AppearanceKey.wfg_medium_hexagon_a = 0x10000152
,
AppearanceKey.wfg_light_riveted_a = 0x10000153
,
AppearanceKey.wfg_medium_steam_a = 0x10000154
,
AppearanceKey.wfg_light_shell_a = 0x10000155
,
AppearanceKey.wfg_light_stone_a = 0x10000156
,
AppearanceKey.wfg_light_braces_a = 0x10000157
,
AppearanceKey.armor_splintmail_a_light = 0x10000158
,
AppearanceKey.armor_splintmail_a = 0x10000159
,
AppearanceKey.robe_chainmail_a = 0x1000015A
,
AppearanceKey.robe_wizard_c_purple = 0x1000015B
,
AppearanceKey.robe_wizard_c_white = 0x1000015C
,
AppearanceKey.robe_wizard_c_orange = 0x1000015D
,
AppearanceKey.robe_wizard_c_yellow = 0x1000015E
,
AppearanceKey.robe_wizard_c_green = 0x1000015F
,
AppearanceKey.robe_wizard_c_red = 0x10000160
,
AppearanceKey.robe_wizard_c_blue = 0x10000161
,
AppearanceKey.robe_wizard_c_black = 0x10000162
,
AppearanceKey.robe_wizard_e_white = 0x10000163
,
AppearanceKey.robe_wizard_e_orange = 0x10000164
,
AppearanceKey.robe_wizard_d_black = 0x10000165
,
AppearanceKey.robe_lord_a_green = 0x10000166
,
AppearanceKey.robe_wizard_d_blue = 0x10000167
,
AppearanceKey.robe_wizard_f_orange = 0x10000168
,
AppearanceKey.robe_wizard_d_red = 0x10000169
,
AppearanceKey.robe_wizard_f_white = 0x1000016A
,
AppearanceKey.robe_wizard_e_green = 0x1000016B
,
AppearanceKey.robe_wizard_e_blue = 0x1000016C
,
AppearanceKey.robe_wizard_f_red = 0x1000016D
,
AppearanceKey.robe_wizard_d_yellow = 0x1000016E
,
AppearanceKey.robe_lord_a_orange = 0x1000016F
,
AppearanceKey.robe_lord_a_black = 0x10000170
,
AppearanceKey.robe_wizard_f_green = 0x10000171
,
AppearanceKey.robe_wizard_e_black = 0x10000172
,
AppearanceKey.robe_wizard_f_blue = 0x10000173
,
AppearanceKey.robe_wizard_d_white = 0x10000174
,
AppearanceKey.robe_lord_a_white = 0x10000175
,
AppearanceKey.robe_lord_a_red = 0x10000176
,
AppearanceKey.robe_wizard_f_purple = 0x10000177
,
AppearanceKey.robe_wizard_f_black = 0x10000178
,
AppearanceKey.robe_lord_a_yellow = 0x10000179
,
AppearanceKey.robe_wizard_f_yellow = 0x1000017A
,
AppearanceKey.robe_wizard_e_purple = 0x1000017B
,
AppearanceKey.robe_wizard_d_green = 0x1000017C
,
AppearanceKey.robe_wizard_e_yellow = 0x1000017D
,
AppearanceKey.robe_wizard_d_purple = 0x1000017E
,
AppearanceKey.robe_lord_a_blue = 0x1000017F
,
AppearanceKey.robe_lord_a_purple = 0x10000180
,
AppearanceKey.robe_wizard_d_orange = 0x10000181
,
AppearanceKey.robe_wizard_e_red = 0x10000182
,
AppearanceKey.armor_plate_b = 0x10000183
,
AppearanceKey.armor_deathknight_a = 0x10000184
,
AppearanceKey.armor_fineweave_a = 0x10000185
,
AppearanceKey.armor_chainshirt_a = 0x10000186
,
AppearanceKey.armor_leatherstudded_b = 0x10000187
,
AppearanceKey.armor_plate_c_bronze = 0x10000188
,
AppearanceKey.armor_plate_c = 0x10000189
,
AppearanceKey.Dng_Fd_Ruin = 0x1000018A
,
AppearanceKey.Dng_Int_Den_Building = 0x1000018B
,
AppearanceKey.Dng_Int_Jor_Building = 0x1000018C
,
AppearanceKey.Dng_Int_Phi_Building = 0x1000018D
,
AppearanceKey.Dng_Int_Baz_Building = 0x1000018F
,
AppearanceKey.Dng_Int_H_Building = 0x10000190
,
AppearanceKey.Dng_Int_Shop_Mage = 0x10000191
,
AppearanceKey.Dng_Int_Shop_Weapon = 0x10000192
,
AppearanceKey.Dng_Int_H_Waterfront_Building = 0x10000193
,
AppearanceKey.skirt_archer_a_white = 0x10000195
,
AppearanceKey.Water_Neutral_Reflective_ND = 0x10000196
,
AppearanceKey.Water_Sewer_ND = 0x10000198
,
AppearanceKey.helmet_deathknight_a = 0x10000199
,
AppearanceKey.robe_chainmail_a_dark = 0x1000019A
,
AppearanceKey.armor_plate_c_black = 0x1000019B
,
AppearanceKey.robe_asian_a = 0x1000019C
,
AppearanceKey.gear_asian_medium_a_chest = 0x1000019E
,
AppearanceKey.gear_gold_heavy_a_chest = 0x1000019F
,
AppearanceKey.gear_japanese_medium_a_chest = 0x100001A0
,
AppearanceKey.gear_gold_heavy_a = 0x100001A1
,
AppearanceKey.gear_asian_medium_a = 0x100001A3
,
AppearanceKey.gear_japanese_medium_a = 0x100001A4
,
AppearanceKey.gear_pelt_light_a = 0x100001A5
,
AppearanceKey.gear_asian_medium_b_chest = 0x100001A6
,
AppearanceKey.gear_pelt_light_a_chest = 0x100001A7
,
AppearanceKey.gear_asian_medium_b = 0x100001A8
,
AppearanceKey.helmet_asian_a = 0x100001A9
,
AppearanceKey.helmet_asian_b = 0x100001AA
,
AppearanceKey.helmet_asian_c = 0x100001AB
,
AppearanceKey.helmet_asian_d = 0x100001AC
,
AppearanceKey.helmet_asian_e = 0x100001AD
,
AppearanceKey.armor_asian_a = 0x100001AE
,
AppearanceKey.skirt_asian_a = 0x100001AF
,
AppearanceKey.skirt_asian_b = 0x100001B0
,
AppearanceKey.skirt_asian_c = 0x100001B1
,
AppearanceKey.helmet_bonemask_a = 0x100001B2
,
AppearanceKey.gear_robe_sorcerer_a_titan_chest = 0x100001B3
,
AppearanceKey.gear_spikey_a_titan_chest = 0x100001B4
,
AppearanceKey.gear_scalemail_b_titan_chest = 0x100001B5
,
AppearanceKey.gear_robe_sorcerer_a_titan = 0x100001B6
,
AppearanceKey.gear_scalemail_b_titan = 0x100001B7
,
AppearanceKey.gear_spikey_a_titan = 0x100001B8
,
AppearanceKey.gear_heavy_cortez_a_titan = 0x100001B9
,
AppearanceKey.gear_medium_cortez_a_titan = 0x100001BA
,
AppearanceKey.helmet_wizardhat_a = 0x100001BB
,
AppearanceKey.helmet_wizardhat_b = 0x100001BC
,
AppearanceKey.helmet_wizardhat_c = 0x100001BD
,
AppearanceKey.helmet_wizardhat_d = 0x100001BE
,
AppearanceKey.helmet_wizardhat_e = 0x100001BF
,
AppearanceKey.helmet_halo_a = 0x100001C0
,
AppearanceKey.helmet_halo_b = 0x100001C1
,
AppearanceKey.helmet_gladiator_mask_a = 0x100001C2
,
AppearanceKey.helmet_fins_a = 0x100001C3
,
AppearanceKey.helmet_duotone_a = 0x100001C4
,
AppearanceKey.helmet_wizardtiara_a = 0x100001C5
,
AppearanceKey.helmet_wizardtiara_b = 0x100001C6
,
AppearanceKey.gear_medium_paladin_a = 0x100001C7
,
AppearanceKey.gear_heavy_paladin_a = 0x100001C8
,
AppearanceKey.gear_medium_medieval_a = 0x100001C9
,
AppearanceKey.gear_heavy_medieval_a = 0x100001CA
,
AppearanceKey.gear_chain_ring_a_marilith = 0x100001CB
,
AppearanceKey.armor_scalemail_a_marilith = 0x100001CC
,
AppearanceKey.gear_scalemail_a_marilith = 0x100001CD
,
AppearanceKey.gear_skirt_desert_shaman_a = 0x100001CE
,
AppearanceKey.gear_skirt_desert_leather_a = 0x100001CF
,
AppearanceKey.gear_skirt_desert_hide_a = 0x100001D1
,
AppearanceKey.gear_desert_ringmail_a = 0x100001D2
,
AppearanceKey.helmet_china_mzone_a = 0x100001D3
,
AppearanceKey.gear_robe_scalemail_a = 0x100001D4
,
AppearanceKey.robe_wizard_d_winterholiday = 0x100001D5
,
AppearanceKey.Water_Neutral_Shallow_Refractive_ND = 0x100001D6
,
AppearanceKey.Water_Neutral_Shallow_Refractive = 0x100001D7
,
AppearanceKey.armor_dragon_light_black_a = 0x100001DB
,
AppearanceKey.robe_dragon_black_a = 0x100001DD
,
AppearanceKey.armor_dragon_light_blue_a = 0x100001DE
,
AppearanceKey.skirt_dragon_black_a = 0x100001DF
,
AppearanceKey.skirt_dragon_blue_a = 0x100001E4
,
AppearanceKey.robe_dragon_white_a = 0x100001E6
,
AppearanceKey.skirt_dragon_white_a = 0x100001E8
,
AppearanceKey.armor_dragon_heavy_blue_a = 0x100001EA
,
AppearanceKey.armor_dragon_heavy_black_a = 0x100001EC
,
AppearanceKey.robe_dragon_blue_a = 0x100001ED
,
AppearanceKey.armor_dragon_light_white_a = 0x100001EE
,
AppearanceKey.armor_dragon_heavy_white_a = 0x100001EF
,
AppearanceKey.gear_plate_gothic_a_dragon_blue = 0x100001F0
,
AppearanceKey.gear_plate_bronze_a_dragon_blue = 0x100001F1
,
AppearanceKey.gear_darkleaf_a_dragon_white = 0x100001F2
,
AppearanceKey.gear_robe_wizard_b_dragon_blue = 0x100001F3
,
AppearanceKey.gear_robe_wizard_b_dragon_black = 0x100001F4
,
AppearanceKey.gear_plate_gothic_a_dragon_white = 0x100001F5
,
AppearanceKey.gear_plate_bronze_a_dragon_white = 0x100001F6
,
AppearanceKey.gear_plate_bronze_a_dragon_black = 0x100001F7
,
AppearanceKey.gear_robe_wizard_b_dragon_white = 0x100001F8
,
AppearanceKey.gear_darkleaf_a_dragon_black = 0x100001F9
,
AppearanceKey.gear_darkleaf_a_dragon_blue = 0x100001FA
,
AppearanceKey.gear_plate_gothic_a_dragon_black = 0x100001FB
,
AppearanceKey.helmet_dragon_blue_a = 0x100001FC
,
AppearanceKey.helmet_dragon_black_a = 0x100001FD
,
AppearanceKey.helmet_dragon_white_a = 0x100001FE
,
AppearanceKey.gear_heavy_plate_a_dragon_black = 0x100001FF
,
AppearanceKey.wfg_dragon_white_a = 0x10000200
,
AppearanceKey.wfg_dragon_black_a = 0x10000201
,
AppearanceKey.gear_medium_plate_a_dragon_black = 0x10000202
,
AppearanceKey.gear_heavy_plate_a_dragon_white = 0x10000203
,
AppearanceKey.gear_medium_plate_a_dragon_blue = 0x10000204
,
AppearanceKey.wfg_dragon_blue_a = 0x10000205
,
AppearanceKey.gear_heavy_plate_a_dragon_blue = 0x10000206
,
AppearanceKey.gear_medium_plate_a_dragon_white = 0x10000207
,
AppearanceKey.Water_Turquoise_Shallow_Refractive_ND = 0x10000208
,
AppearanceKey.Water_Turquoise_Shallow_Refractive = 0x10000209
,
AppearanceKey.Water_Swamp_Brown_Refractive_ND = 0x1000020A
,
AppearanceKey.wfg_emeraldclaw_a = 0x1000020F
,
AppearanceKey.wfg_silverflame_a = 0x10000210
,
AppearanceKey.robe_silverflame_a = 0x10000213
,
AppearanceKey.skirt_silverflame_a = 0x10000214
,
AppearanceKey.robe_emeraldclaw_a = 0x10000215
,
AppearanceKey.gear_heavy_plate_a_emeraldclaw = 0x10000216
,
AppearanceKey.gear_medium_plate_a_emeraldclaw = 0x10000217
,
AppearanceKey.skirt_emeraldclaw_a = 0x10000218
,
AppearanceKey.gear_plate_gothic_a_emeraldclaw = 0x10000219
,
AppearanceKey.gear_gold_heavy_a_silverflame = 0x1000021A
,
AppearanceKey.gear_gold_heavy_a_silverflame_chest = 0x1000021C
,
AppearanceKey.gear_plate_bronze_a_emeraldclaw_chest = 0x1000021D
,
AppearanceKey.gear_plate_bronze_a_emeraldclaw = 0x1000021E
,
AppearanceKey.helmet_riveted_a_emeraldclaw = 0x1000021F
,
AppearanceKey.gear_plate_gothic_a_emeraldclaw_chest = 0x10000220
,
AppearanceKey.helmet_chain_b_silverflame = 0x10000221
,
AppearanceKey.helmet_sigil_a = 0x10000222
,
AppearanceKey.helmet_horned_a = 0x10000223
,
AppearanceKey.helmet_winged_b = 0x10000224
,
AppearanceKey.helmet_ninja_a = 0x10000225
,
AppearanceKey.helmet_spiked_a = 0x10000226
,
AppearanceKey.helmet_bladed_a = 0x10000227
,
AppearanceKey.helmet_skull_a = 0x10000228
,
AppearanceKey.robe_blackabbot_a = 0x10000229
,
AppearanceKey.gear_heavy_spike_a_silverflame = 0x1000022A
,
AppearanceKey.gear_medium_spike_a_silverflame = 0x1000022B
,
AppearanceKey.Water_Neutral_Shallow_Refractive_ND_Shader1 = 0x1000022C
,
AppearanceKey.Water_Neutral_Shallow_Refractive_Shader1 = 0x1000022D
,
AppearanceKey.Water_River_Refractive_Shader1 = 0x1000022E
,
AppearanceKey.Water_Ocean_Refractive_Shader1 = 0x1000022F
,
AppearanceKey.Water_Neutral_Shallow_Shader1 = 0x10000230
,
AppearanceKey.Water_Neutral_Reflective_Shader1 = 0x10000231
,
AppearanceKey.Water_Neutral_Reflective_ND_Shader1 = 0x10000232
,
AppearanceKey.Water_Neutral_Deep_Shader1 = 0x10000233
,
AppearanceKey.Water_Swamp_Refractive_Shader1 = 0x10000234
,
AppearanceKey.Water_Sewer_ND_Shader1 = 0x10000235
,
AppearanceKey.Water_Sewer_Shader1 = 0x10000236
,
AppearanceKey.Water_Pond_Refractive_Shader1 = 0x10000237
,
AppearanceKey.Water_Neutral_Refractive_Shader1 = 0x10000238
,
AppearanceKey.skirt_chainshirt_a = 0x10000239
,
AppearanceKey.skirt_chainshirt_a_white = 0x1000023A
,
AppearanceKey.skirt_chainshirt_a_black = 0x1000023B
,
AppearanceKey.skirt_chainshirt_a_bronze = 0x1000023C
,
AppearanceKey.breeches_monk_a = 0x1000023D
,
AppearanceKey.breeches_monk_b = 0x1000023E
,
AppearanceKey.breeches_monk_c = 0x1000023F
,
AppearanceKey.breeches_monk_d = 0x10000240
,
AppearanceKey.breeches_monk_e = 0x10000241
,
AppearanceKey.helmet_hat_pirate_a = 0x10000242
,
AppearanceKey.helmet_hat_pirate_b = 0x10000243
,
AppearanceKey.helmet_hat_pirate_c = 0x10000244
,
AppearanceKey.gear_breeches_a = 0x10000245
,
AppearanceKey.gear_breeches_b = 0x10000246
,
AppearanceKey.gear_breeches_c = 0x10000247
,
AppearanceKey.gear_breeches_d = 0x10000248
,
AppearanceKey.Water_Dungeon = 0x10000249
,
AppearanceKey.skirt_rags_a = 0x1000024A
,
AppearanceKey.Water_Dungeon_NoReflection = 0x1000024B
,
AppearanceKey.gear_heavy_paladin_a_argoness = 0x1000024C
,
AppearanceKey.gear_breastplate_a_chest_argoness = 0x1000024D
,
AppearanceKey.gear_oldplate_a_chest_argoness = 0x1000024E
,
AppearanceKey.gear_leather_a_argoness = 0x1000024F
,
AppearanceKey.gear_breastplate_a_argoness = 0x10000250
,
AppearanceKey.gear_leather_a_chest_argoness = 0x10000251
,
AppearanceKey.gear_robe_wizard_a_argoness = 0x10000252
,
AppearanceKey.gear_medium_paladin_a_argoness = 0x10000253
,
AppearanceKey.gear_breeches_c_argoness = 0x10000254
,
AppearanceKey.gear_robe_wizard_a_chest_argoness = 0x10000255
,
AppearanceKey.gear_oldplate_a_argoness = 0x10000256
,
AppearanceKey.Dng_Shv_Devil = 0x10000257
,
AppearanceKey.Dng_Shv_Archon = 0x10000258
,
AppearanceKey.Dng_Shv_Demon = 0x10000259
,
AppearanceKey.Dng_Shv_Basic = 0x1000025A
,
AppearanceKey.helmet_shavarath_demon_a = 0x1000025B
,
AppearanceKey.helmet_shavarath_demon_b = 0x1000025C
,
AppearanceKey.helmet_shavarath_angel_a = 0x1000025D
,
AppearanceKey.helmet_shavarath_angel_b = 0x1000025E
,
AppearanceKey.helmet_shavarath_devil_a = 0x1000025F
,
AppearanceKey.helmet_shavarath_devil_b = 0x10000260
,
AppearanceKey.gear_breeches_e = 0x10000261
,
AppearanceKey.gear_breeches_f = 0x10000262
,
AppearanceKey.breeches_monk_k = 0x10000263
,
AppearanceKey.breeches_monk_l = 0x10000264
,
AppearanceKey.breeches_monk_f = 0x10000265
,
AppearanceKey.breeches_monk_g = 0x10000266
,
AppearanceKey.breeches_monk_h = 0x10000267
,
AppearanceKey.breeches_monk_i = 0x10000268
,
AppearanceKey.breeches_monk_j = 0x10000269
,
AppearanceKey.armor_sexy_b = 0x1000026A
,
AppearanceKey.armor_sexy_c = 0x1000026B
,
AppearanceKey.armor_sexy_d = 0x1000026C
,
AppearanceKey.gear_leather_hide_b_chest = 0x1000026D
,
AppearanceKey.gear_leather_hide_b = 0x1000026E
,
AppearanceKey.robe_elemental_frost_a = 0x1000026F
,
AppearanceKey.robe_elemental_fire_a = 0x10000271
,
AppearanceKey.gear_chainmail_a = 0x10000273
,
AppearanceKey.gear_chainmail_b = 0x10000274
,
AppearanceKey.gear_platemail_a = 0x10000275
,
AppearanceKey.gear_platemail_b = 0x10000276
,
AppearanceKey.gear_heavy_earth_docent = 0x10000278
,
AppearanceKey.wfg_heavy_earth_docent = 0x10000279
,
AppearanceKey.gear_robe_elemental_frost = 0x1000027A
,
AppearanceKey.gear_robe_elemental_fire = 0x1000027B
,
AppearanceKey.Dng_Ca_Demon = 0x1000027D
,
AppearanceKey.Water_Swamp_Natural = 0x1000027E
,
AppearanceKey.Water_Ocean_Airship = 0x1000027F
,
AppearanceKey.gear_plate_bronze_a_dragon_red = 0x10000280
,
AppearanceKey.gear_medium_plate_a_dragon_red = 0x10000281
,
AppearanceKey.robe_dragon_red_a = 0x10000282
,
AppearanceKey.wfg_dragon_red_a = 0x10000283
,
AppearanceKey.gear_robe_wizard_b_dragon_red = 0x10000284
,
AppearanceKey.gear_heavy_plate_a_dragon_red = 0x10000285
,
AppearanceKey.gear_plate_gothic_a_dragon_red = 0x10000286
,
AppearanceKey.armor_dragon_heavy_red_a = 0x10000287
,
AppearanceKey.helmet_dragon_red_a = 0x10000288
,
AppearanceKey.skirt_dragon_red_a = 0x10000289
,
AppearanceKey.gear_darkleaf_a_dragon_red = 0x1000028A
,
AppearanceKey.armor_dragon_light_red_a = 0x1000028B
,
AppearanceKey.helmet_partyhat_a = 0x1000028C
,
AppearanceKey.helmet_partyhat_b = 0x1000028D
,
AppearanceKey.helmet_evil_rabbit = 0x1000028E
,
AppearanceKey.helmet_plate_d_rabbit_cute = 0x1000028F
,
AppearanceKey.helmet_duotone_mardigrasmask_a = 0x10000290
,
AppearanceKey.helmet_leather_d_mardigrasmask_b = 0x10000292
,
AppearanceKey.helmet_hat_pirate_b_lucky = 0x10000293
,
AppearanceKey.st_mkt_tent_carnival = 0x10000294
,
AppearanceKey.helmet_mask_a_ninja = 0x10000295
,
AppearanceKey.helmet_halo_c = 0x10000296
,
AppearanceKey.helmet_skull_a_gold = 0x10000297
,
AppearanceKey.helmet_hat_tophat_a = 0x10000298
,
AppearanceKey.cosmetic_helmet_mask_mardigras_a = 0x1000029B
,
AppearanceKey.cosmetic_helmet_hat_tophat_a = 0x1000029C
,
AppearanceKey.robe_iris_a = 0x1000029D
,
AppearanceKey.armor_iris_heavy_a = 0x1000029F
,
AppearanceKey.armor_iris_light_a = 0x100002A0
,
AppearanceKey.wfg_plant_a = 0x100002A1
,
AppearanceKey.breeches_iris_a = 0x100002A2
,
AppearanceKey.skirt_royal_a = 0x100002A4
,
AppearanceKey.skirt_iris_a = 0x100002A5
,
AppearanceKey.armor_royal_light_a = 0x100002A6
,
AppearanceKey.armor_royal_heavy_a = 0x100002A7
,
AppearanceKey.wfg_royal_light_a = 0x100002A9
,
AppearanceKey.wfg_royal_dark_a = 0x100002AA
,
AppearanceKey.robe_royal_a = 0x100002AB
,
AppearanceKey.breeches_royal_a = 0x100002AC
,
AppearanceKey.Dng_Ming_A = 0x100002AD
,
AppearanceKey.Dng_Ming_B = 0x100002AE
,
AppearanceKey.wfg_iris_light_a = 0x100002AF
,
AppearanceKey.wfg_iris_dark_a = 0x100002B0
,
AppearanceKey.gear_orc_chain_heavy = 0x100002B1
,
AppearanceKey.gear_orc_plate = 0x100002B2
,
AppearanceKey.gear_orc_chain = 0x100002B3
,
AppearanceKey.gear_orc_plate_heavy = 0x100002B4
,
AppearanceKey.skirt_crest_a = 0x100002B5
,
AppearanceKey.skirt_crest_b = 0x100002B6
,
AppearanceKey.robe_iris_b = 0x100002B7
,
AppearanceKey.wfg_spiral_light_a = 0x100002B8
,
AppearanceKey.armor_spiral_heavy_a = 0x100002B9
,
AppearanceKey.wfg_spiral_light_b = 0x100002BA
,
AppearanceKey.armor_spiral_heavy_b = 0x100002BB
,
AppearanceKey.skirt_spiral_a = 0x100002BC
,
AppearanceKey.robe_royal_b = 0x100002BD
,
AppearanceKey.wfg_royal_light_b = 0x100002BE
,
AppearanceKey.wfg_royal_dark_b = 0x100002BF
,
AppearanceKey.armor_iris_heavy_b = 0x100002C0
,
AppearanceKey.breeches_crest_a = 0x100002C1
,
AppearanceKey.skirt_spiral_b = 0x100002C2
,
AppearanceKey.skirt_royal_b = 0x100002C3
,
AppearanceKey.robe_spiral_a = 0x100002C4
,
AppearanceKey.breeches_crest_b = 0x100002C5
,
AppearanceKey.skirt_iris_b = 0x100002C6
,
AppearanceKey.robe_spiral_b = 0x100002C7
,
AppearanceKey.armor_spiral_light_a = 0x100002C8
,
AppearanceKey.armor_spiral_light_b = 0x100002C9
,
AppearanceKey.armor_iris_light_b = 0x100002CA
,
AppearanceKey.breeches_spiral_a = 0x100002CB
,
AppearanceKey.breeches_royal_b = 0x100002CC
,
AppearanceKey.wfg_crest_light_a = 0x100002CD
,
AppearanceKey.breeches_spiral_b = 0x100002CE
,
AppearanceKey.wfg_spiral_dark_a = 0x100002CF
,
AppearanceKey.wfg_crest_light_b = 0x100002D0
,
AppearanceKey.wfg_spiral_dark_b = 0x100002D1
,
AppearanceKey.wfg_crest_dark_a = 0x100002D2
,
AppearanceKey.wfg_crest_dark_b = 0x100002D3
,
AppearanceKey.armor_crest_heavy_a = 0x100002D4
,
AppearanceKey.breeches_iris_b = 0x100002D5
,
AppearanceKey.robe_crest_a = 0x100002D6
,
AppearanceKey.armor_crest_heavy_b = 0x100002D7
,
AppearanceKey.robe_crest_b = 0x100002D8
,
AppearanceKey.armor_royal_light_b = 0x100002D9
,
AppearanceKey.wfg_iris_light_b = 0x100002DA
,
AppearanceKey.wfg_iris_dark_b = 0x100002DB
,
AppearanceKey.armor_royal_heavy_b = 0x100002DC
,
AppearanceKey.armor_crest_light_a = 0x100002DD
,
AppearanceKey.armor_crest_light_b = 0x100002DE
,
AppearanceKey.skirt_crest_c = 0x100002DF
,
AppearanceKey.robe_iris_c = 0x100002E0
,
AppearanceKey.wfg_spiral_light_c = 0x100002E1
,
AppearanceKey.armor_spiral_heavy_c = 0x100002E2
,
AppearanceKey.wfg_royal_light_c = 0x100002E3
,
AppearanceKey.wfg_royal_dark_c = 0x100002E4
,
AppearanceKey.armor_iris_heavy_c = 0x100002E5
,
AppearanceKey.skirt_spiral_c = 0x100002E6
,
AppearanceKey.skirt_royal_c = 0x100002E7
,
AppearanceKey.breeches_crest_c = 0x100002E8
,
AppearanceKey.skirt_iris_c = 0x100002E9
,
AppearanceKey.robe_spiral_c = 0x100002EA
,
AppearanceKey.armor_spiral_light_c = 0x100002EB
,
AppearanceKey.armor_iris_light_c = 0x100002EC
,
AppearanceKey.breeches_royal_c = 0x100002ED
,
AppearanceKey.breeches_spiral_c = 0x100002EE
,
AppearanceKey.wfg_crest_light_c = 0x100002EF
,
AppearanceKey.wfg_spiral_dark_c = 0x100002F0
,
AppearanceKey.breeches_monk_ninja = 0x100002F1
,
AppearanceKey.wfg_crest_dark_c = 0x100002F2
,
AppearanceKey.breeches_iris_c = 0x100002F3
,
AppearanceKey.armor_crest_heavy_c = 0x100002F4
,
AppearanceKey.robe_crest_c = 0x100002F5
,
AppearanceKey.armor_royal_light_c = 0x100002F6
,
AppearanceKey.wfg_iris_light_c = 0x100002F7
,
AppearanceKey.wfg_iris_dark_c = 0x100002F8
,
AppearanceKey.armor_royal_heavy_c = 0x100002F9
,
AppearanceKey.armor_crest_light_c = 0x100002FA
,
AppearanceKey.robe_royal_c = 0x100002FB
,
AppearanceKey.helmet_hat_pirate_d = 0x100002FC
,
AppearanceKey.helmet_hat_pirate_e = 0x100002FD
,
AppearanceKey.Water_Xoriat = 0x100002FE
,
AppearanceKey.skirt_bones_c = 0x1000030E
,
AppearanceKey.armor_bones_heavy_a = 0x1000030F
,
AppearanceKey.armor_bones_light_a = 0x10000310
,
AppearanceKey.armor_bones_heavy_b = 0x10000311
,
AppearanceKey.armor_bones_light_b = 0x10000312
,
AppearanceKey.armor_bones_heavy_c = 0x10000313
,
AppearanceKey.armor_bones_light_c = 0x10000314
,
AppearanceKey.breeches_bones_a = 0x10000315
,
AppearanceKey.breeches_bones_b = 0x10000316
,
AppearanceKey.breeches_bones_c = 0x10000317
,
AppearanceKey.robe_bones_a = 0x10000318
,
AppearanceKey.robe_bones_b = 0x10000319
,
AppearanceKey.robe_bones_c = 0x1000031A
,
AppearanceKey.skirt_bones_a = 0x1000031B
,
AppearanceKey.skirt_bones_b = 0x1000031C
,
AppearanceKey.Dng_Ming_B_Cave_Lava = 0x1000031D
,
AppearanceKey.wfg_bones_a = 0x10000324
,
AppearanceKey.wfg_bones_b = 0x10000325
,
AppearanceKey.wfg_bones_c = 0x10000326
,
AppearanceKey.wfg_blades_a = 0x10000327
,
AppearanceKey.wfg_blades_b = 0x10000328
,
AppearanceKey.wfg_blades_c = 0x10000329
,
AppearanceKey.Water_Ocean_Refractive_ND = 0x1000032A
,
AppearanceKey.armor_mercenary_light_c = 0x1000032B
,
AppearanceKey.wfg_rogue_a = 0x1000032C
,
AppearanceKey.breeches_mercenary_a = 0x1000032D
,
AppearanceKey.wfg_rogue_b = 0x1000032E
,
AppearanceKey.breeches_mercenary_b = 0x1000032F
,
AppearanceKey.wfg_rogue_c = 0x10000330
,
AppearanceKey.breeches_mercenary_c = 0x10000331
,
AppearanceKey.armor_mercenary_heavy_a = 0x10000332
,
AppearanceKey.armor_mercenary_heavy_b = 0x10000333
,
AppearanceKey.armor_mercenary_heavy_c = 0x10000334
,
AppearanceKey.skirt_mercenary_a = 0x10000335
,
AppearanceKey.skirt_mercenary_b = 0x10000336
,
AppearanceKey.skirt_mercenary_c = 0x10000337
,
AppearanceKey.robe_mercenary_a = 0x10000338
,
AppearanceKey.robe_mercenary_b = 0x10000339
,
AppearanceKey.wfg_mercenary_a = 0x1000033A
,
AppearanceKey.robe_mercenary_c = 0x1000033B
,
AppearanceKey.wfg_mercenary_b = 0x1000033C
,
AppearanceKey.wfg_mercenary_c = 0x1000033D
,
AppearanceKey.armor_mercenary_light_a = 0x1000033E
,
AppearanceKey.armor_mercenary_light_b = 0x1000033F
,
AppearanceKey.helmet_hat_pirate_d_gold = 0x10000340
,
AppearanceKey.gear_breeches_e_dyeable = 0x10000341
,
AppearanceKey.gear_breeches_f_dyeable = 0x10000342
,
AppearanceKey.Dng_Cann_B = 0x10000348
,
AppearanceKey.Dng_Cann_A = 0x10000349
,
AppearanceKey.Water_Cannith = 0x1000034B
,
AppearanceKey.Goggles_D_Monocle = 0x1000034C
,
AppearanceKey.Goggles_A_Monocle = 0x1000034D
,
AppearanceKey.Goggles_F_Monocle = 0x1000034E
,
AppearanceKey.Goggles_A = 0x1000034F
,
AppearanceKey.Goggles_C_Monocle = 0x10000350
,
AppearanceKey.Goggles_B = 0x10000351
,
AppearanceKey.Goggles_C = 0x10000352
,
AppearanceKey.Goggles_D = 0x10000353
,
AppearanceKey.Goggles_E = 0x10000354
,
AppearanceKey.Goggles_F = 0x10000355
,
AppearanceKey.Goggles_E_Monocle = 0x10000356
,
AppearanceKey.Goggles_B_Monocle = 0x10000357
,
AppearanceKey.gear_universal_artificer_light_a = 0x10000358
,
AppearanceKey.gear_universal_artificer_a = 0x10000359
,
AppearanceKey.wfg_cannith_bull_a = 0x1000035D
,
AppearanceKey.skirt_cannith_bull_a = 0x1000035E
,
AppearanceKey.wfg_cannith_ornate_a = 0x10000361
,
AppearanceKey.armor_cannith_ornate_heavy_a = 0x10000365
,
AppearanceKey.breeches_cannith_ornate_a = 0x10000366
,
AppearanceKey.breeches_cannith_bull_a = 0x10000367
,
AppearanceKey.armor_patterned_light_a = 0x10000369
,
AppearanceKey.armor_patterned_heavy_a = 0x10000372
,
AppearanceKey.wfg_patterned_a = 0x10000374
,
AppearanceKey.skirt_patterned_a = 0x10000376
,
AppearanceKey.skirt_cannith_ornate_a = 0x10000377
,
AppearanceKey.armor_cannith_bull_heavy_a = 0x1000037C
,
AppearanceKey.breeches_patterned_a = 0x10000381
,
AppearanceKey.robe_patterned_a = 0x10000384
,
AppearanceKey.robe_cannith_ornate_a = 0x10000385
,
AppearanceKey.robe_cannith_bull_a = 0x10000386
,
AppearanceKey.armor_cannith_ornate_light_a = 0x1000038A
,
AppearanceKey.armor_cannith_bull_light_a = 0x1000038D
,
AppearanceKey.armor_artificer_heavy_a = 0x10000390
,
AppearanceKey.skirt_artificer_a = 0x10000391
,
AppearanceKey.breeches_artificer_a = 0x10000392
,
AppearanceKey.armor_artificer_light_a = 0x10000393
,
AppearanceKey.robe_artificer_a = 0x10000394
,
AppearanceKey.gear_universal_plate_a = 0x10000395
,
AppearanceKey.gear_universal_plate_b = 0x10000396
,
AppearanceKey.gear_universal_plate_c = 0x10000397
,
AppearanceKey.gear_universal_plate_d = 0x10000398
,
AppearanceKey.gear_universal_padded_a = 0x10000399
,
AppearanceKey.gear_universal_leather_a = 0x1000039A
,
AppearanceKey.gear_universal_padded_b = 0x1000039B
,
AppearanceKey.gear_universal_leather_b = 0x1000039C
,
AppearanceKey.gear_universal_leather_c = 0x1000039D
,
AppearanceKey.gear_universal_leather_d = 0x1000039E
,
AppearanceKey.Goggles_I_Monocle = 0x1000039F
,
AppearanceKey.Goggles_G = 0x100003A0
,
AppearanceKey.Goggles_H = 0x100003A1
,
AppearanceKey.gear_universal_plate_c_cannith = 0x100003A2
,
AppearanceKey.gear_universal_plate_a_cannith = 0x100003A3
,
AppearanceKey.DyemapColor2 = 0x100003A4
,
AppearanceKey.mDragon_Wings_Default = 0x100003A5
,
AppearanceKey.mDragon_Wings_None = 0x100003A6
,
AppearanceKey.mDragon_Head_Red_A = 0x100003A8
,
AppearanceKey.mDragon_Head_Red_B = 0x100003A9
,
AppearanceKey.mDragon_Body_Winged = 0x100003AF
,
AppearanceKey.mDragon_Head_Green_A = 0x100003B1
,
AppearanceKey.mDragon_Head_Green_B = 0x100003B2
,
AppearanceKey.mDragon_Body_NoWings = 0x100003B3
,
AppearanceKey.mDragon_Head_Green_C = 0x100003B4
,
AppearanceKey.mDragon_Skin_Red = 0x100003B7
,
AppearanceKey.mDragon_Skin_Green = 0x100003B8
,
AppearanceKey.mDragon_Neck_Default = 0x100003BA
,
AppearanceKey.mDragon_Body_Fins_B_Winged = 0x100003BD
,
AppearanceKey.mDragon_Body_Fins_A_Winged = 0x100003BE
,
AppearanceKey.mDragon_Body_Fins_A_NoWings = 0x100003BF
,
AppearanceKey.mDragon_Body_Fins_B_NoWings = 0x100003C0
,
AppearanceKey.mDragon_Tail_Fins_A = 0x100003C1
,
AppearanceKey.mDragon_Tail_Fins_B = 0x100003C2
,
AppearanceKey.mDragon_Neck_Fins_A = 0x100003C3
,
AppearanceKey.mDragon_Neck_Fins_B = 0x100003C4
,
AppearanceKey.mDragon_Tail_A = 0x100003C5
,
AppearanceKey.cosmetic_helmet_spidermask_a = 0x100003C8
,
AppearanceKey.cosmetic_helmet_spidermask_a_silver = 0x100003C9
,
AppearanceKey.Dng_Ca_Underdark_A = 0x100003CA
,
AppearanceKey.Dng_Ca_Underdark_B = 0x100003CB
,
AppearanceKey.Dng_Ca_Underdark_C = 0x100003CC
,
AppearanceKey.Dng_Underdark_A = 0x100003CD
,
AppearanceKey.Dng_Underdark_B = 0x100003CE
,
AppearanceKey.Dng_Underdark_C = 0x100003CF
,
AppearanceKey.Dng_Int_Evs_Building_A = 0x100003D2
,
AppearanceKey.Dng_Int_Evs_Building_B = 0x100003D3
,
AppearanceKey.breeches_purpleknight_a = 0x100003D4
,
AppearanceKey.armor_purpleknight_light_a = 0x100003D5
,
AppearanceKey.skirt_heroic_a = 0x100003D6
,
AppearanceKey.robe_warwizard_a = 0x100003D7
,
AppearanceKey.robe_heroic_a = 0x100003D8
,
AppearanceKey.robe_purpleknight_a = 0x100003D9
,
AppearanceKey.wfg_drow_elite_a = 0x100003DA
,
AppearanceKey.armor_heroic_heavy_a = 0x100003DB
,
AppearanceKey.breeches_heroic_a = 0x100003DC
,
AppearanceKey.wfg_warwizard_a = 0x100003DD
,
AppearanceKey.wfg_purpleknight_a = 0x100003DE
,
AppearanceKey.armor_drow_spider_heavy_a = 0x100003DF
,
AppearanceKey.armor_warwizard_heavy_a = 0x100003E0
,
AppearanceKey.breeches_drow_spider_a = 0x100003E1
,
AppearanceKey.skirt_warwizard_a = 0x100003E2
,
AppearanceKey.armor_heroic_light_a = 0x100003E3
,
AppearanceKey.skirt_drow_spider_a = 0x100003E4
,
AppearanceKey.armor_warwizard_light_a = 0x100003E5
,
AppearanceKey.armor_drow_spider_light_a = 0x100003E6
,
AppearanceKey.breeches_warwizard_a = 0x100003E7
,
AppearanceKey.wfg_heroic_a = 0x100003E8
,
AppearanceKey.armor_drow_elite_heavy_a = 0x100003E9
,
AppearanceKey.skirt_purpleknight_a = 0x100003EA
,
AppearanceKey.armor_drow_elite_light_a = 0x100003EB
,
AppearanceKey.breeches_drow_elite_a = 0x100003EC
,
AppearanceKey.skirt_drow_elite_a = 0x100003ED
,
AppearanceKey.robe_drow_spider_a = 0x100003EE
,
AppearanceKey.robe_drow_elite_a = 0x100003EF
,
AppearanceKey.wfg_drow_spider_a = 0x100003F0
,
AppearanceKey.armor_purpleknight_heavy_a = 0x100003F1
,
AppearanceKey.gear_universal_leather_c_cracked = 0x100003F2
,
AppearanceKey.gear_universal_padded_b_chain = 0x100003F3
,
AppearanceKey.gear_universal_plate_d_ornate = 0x100003F4
,
AppearanceKey.gear_universal_leather_b_chain = 0x100003F5
,
AppearanceKey.gear_universal_padded_a_web = 0x100003F6
,
AppearanceKey.gear_universal_leather_a_ornate = 0x100003F7
,
AppearanceKey.gear_universal_leather_d_fine = 0x100003F8
,
AppearanceKey.gear_universal_plate_c_quilted = 0x100003F9
,
AppearanceKey.gear_universal_plate_b_ridged = 0x100003FA
,
AppearanceKey.gear_universal_plate_a_scaled = 0x100003FB
,
AppearanceKey.Dng_Ming_Shindylryn_A = 0x100003FC
,
AppearanceKey.Dng_Int_Evs_Building_C = 0x100003FD
,
AppearanceKey.helmet_fr_round_a = 0x100003FE
,
AppearanceKey.helmet_fr_round_b = 0x100003FF
,
AppearanceKey.helmet_fr_horn_a = 0x10000400
,
AppearanceKey.helmet_fr_plume_a = 0x10000401
,
AppearanceKey.helmet_fr_plume_b = 0x10000402
,
AppearanceKey.helmet_fr_crown_a = 0x10000403
,
AppearanceKey.helmet_fr_spike_a = 0x10000404
,
AppearanceKey.helmet_fr_crown_b = 0x10000405
,
AppearanceKey.helmet_fr_spike_b = 0x10000406
,
AppearanceKey.helmet_fr_crown_c = 0x10000407
,
AppearanceKey.gear_universal_crest_a = 0x10000410
,
AppearanceKey.gear_universal_mercenary_a = 0x10000411
,
AppearanceKey.gear_universal_spiral_a = 0x10000412
,
AppearanceKey.gear_universal_ornate_a = 0x10000413
,
AppearanceKey.gear_universal_iris_a = 0x10000414
,
AppearanceKey.gear_universal_bones_a = 0x10000415
,
AppearanceKey.gear_universal_bull_a = 0x10000416
,
AppearanceKey.gear_universal_royal_a = 0x10000417
,
AppearanceKey.helmet_plumed_ornate = 0x10000418
,
AppearanceKey.helmet_hooded_iris = 0x10000419
,
AppearanceKey.helmet_mask_full_a = 0x1000041A
,
AppearanceKey.helmet_plumed_crest = 0x1000041B
,
AppearanceKey.helmet_mask_mouth_a = 0x1000041C
,
AppearanceKey.helmet_mask_full_b = 0x1000041D
,
AppearanceKey.helmet_mask_face_a = 0x1000041E
,
AppearanceKey.helmet_horned_bones = 0x1000041F
,
AppearanceKey.helmet_mask_partial_a = 0x10000420
,
AppearanceKey.helmet_mask_mouth_b = 0x10000421
,
AppearanceKey.helmet_mask_full_c = 0x10000422
,
AppearanceKey.helmet_winged_spiral = 0x10000423
,
AppearanceKey.helmet_mask_full_d = 0x10000424
,
AppearanceKey.helmet_plumed_gold = 0x10000425
,
AppearanceKey.helmet_horned_nordic = 0x10000426
,
AppearanceKey.helmet_winged_mercenary = 0x10000427
,
AppearanceKey.helmet_plumed_royal = 0x10000428
,
AppearanceKey.helmet_mask_eyes_a = 0x10000429
,
AppearanceKey.helmet_mask_eyes_b = 0x1000042A
,
AppearanceKey.helmet_plumed_bull = 0x1000042B
,
AppearanceKey.armor_druid_heavy_a = 0x1000042C
,
AppearanceKey.armor_dragon_heavy_green_a = 0x1000042D
,
AppearanceKey.skirt_druid_a = 0x1000042E
,
AppearanceKey.breeches_dragon_green_a = 0x1000042F
,
AppearanceKey.armor_druid_light_a = 0x10000430
,
AppearanceKey.armor_dragon_light_green_a = 0x10000431
,
AppearanceKey.robe_druid_a = 0x10000432
,
AppearanceKey.skirt_dragon_green_a = 0x10000433
,
AppearanceKey.robe_dragon_green_a = 0x10000434
,
AppearanceKey.breeches_druid_a = 0x10000435
,
AppearanceKey.Glasses_fr_B = 0x10000436
,
AppearanceKey.Glasses_fr_C = 0x10000438
,
AppearanceKey.Glasses_fr_D = 0x1000043A
,
AppearanceKey.Glasses_fr_E = 0x1000043B
,
AppearanceKey.Goggles_fr_A = 0x1000043D
,
AppearanceKey.Goggles_fr_B = 0x1000043E
,
AppearanceKey.Goggles_fr_C = 0x1000043F
,
AppearanceKey.Goggles_fr_D = 0x10000441
,
AppearanceKey.Goggles_fr_E = 0x10000443
,
AppearanceKey.Glasses_fr_A = 0x10000444
,
AppearanceKey.wfg_dragon_green_a = 0x10000445
,
AppearanceKey.wfg_druid_a = 0x10000446
,
AppearanceKey.gear_universal_leather_c_chain = 0x10000447
,
AppearanceKey.gear_traveller_chest = 0x10000448
,
AppearanceKey.gear_traveller = 0x10000449
,
AppearanceKey.Dng_Kings_Forest_A = 0x1000044C
,
AppearanceKey.Dng_Int_Evs_Building_D_Ruined = 0x1000044D
,
AppearanceKey.Dng_Int_Evs_Building_D = 0x1000044E
,
AppearanceKey.mDragon_Skin_White = 0x1000044F
,
AppearanceKey.mDragon_Head_White_A = 0x10000450
,
AppearanceKey.mDragon_Neck_Dracolich_A = 0x10000452
,
AppearanceKey.mDragon_Tail_Dracolich_A = 0x10000453
,
AppearanceKey.mDragon_Head_Dracolich_A = 0x10000455
,
AppearanceKey.mDragon_Wings_Dracolich_A = 0x10000456
,
AppearanceKey.mDragon_Body_Dracolich_A_Winged = 0x10000457
,
AppearanceKey.mDragon_Body_Dracolich_A_NoWings = 0x10000458
,
AppearanceKey.mDragon_Head_White_B = 0x10000459
,
AppearanceKey.mDragon_Head_White_C = 0x1000045A
,
AppearanceKey.Dng_Int_Evs_Building_B_Ruined = 0x1000045B
,
AppearanceKey.Dng_Int_Manor_Ruined = 0x1000045C
,
AppearanceKey.Dng_Int_Manor = 0x1000045D
,
AppearanceKey.Dng_Ca_Ice = 0x1000045E
,
AppearanceKey.mDragon_Skin_Truthful_One = 0x1000045F
,
AppearanceKey.mDragon_Skin_Dracolich = 0x10000460
,
AppearanceKey.wfg_bladeforged_silver_a = 0x10000465
,
AppearanceKey.wfg_bladeforged_gold_a = 0x10000467
,
AppearanceKey.gear_bladeforged_a_silver = 0x10000469
,
AppearanceKey.gear_bladeforged_a_gold = 0x1000046A
,
AppearanceKey.mDragon_Head_White_Dracolich_A = 0x1000046B
,
AppearanceKey.mDragon_Skin_White_Dracolich = 0x1000046C
,
AppearanceKey.gear_bladeforged_b_gold = 0x1000046D
,
AppearanceKey.armor_shadarkai_assassin_a = 0x1000046E
,
AppearanceKey.gear_shadarkai_assassin_a = 0x1000046F
,
AppearanceKey.gear_shadarkai_assassin_b = 0x10000470
,
AppearanceKey.armor_shadarkai_assassin_b = 0x10000471
,
AppearanceKey.helmet_purpledragonknight_a = 0x10000472
,
AppearanceKey.wfg_bladeforged_gray_a = 0x10000473
,
AppearanceKey.helmet_bladeforged_a = 0x10000474
,
AppearanceKey.gear_bladeforged_c_gray = 0x10000475
,
AppearanceKey.skirt_purpledragonknight_a = 0x10000476
,
AppearanceKey.gear_purpledragonknight_a = 0x10000477
,
AppearanceKey.hat_pirate_a = 0x10000478
,
AppearanceKey.hat_wizard_a = 0x10000479
,
AppearanceKey.hat_fez_a = 0x1000047A
,
AppearanceKey.gear_morninglord_a = 0x1000047B
,
AppearanceKey.helmet_morninglord_a = 0x1000047C
,
AppearanceKey.skirt_morninglord_a = 0x1000047D
,
AppearanceKey.gear_battlerager_a = 0x1000047E
,
AppearanceKey.armor_battlerager_a = 0x1000047F
,
AppearanceKey.helmet_battlerager_a = 0x10000480
,
AppearanceKey.gear_harperagent_a = 0x10000481
,
AppearanceKey.armor_wilderness_a = 0x10000483
,
AppearanceKey.gear_wilderness_a = 0x10000484
,
AppearanceKey.wfg_wilderness_a = 0x10000485
,
AppearanceKey.gear_shadowadept_a = 0x10000486
,
AppearanceKey.robe_shadowadept_a = 0x10000488
,
AppearanceKey.skirt_harperagent_a = 0x10000489
,
AppearanceKey.mDragon_Skin_Red_Spectral = 0x1000048A
,
AppearanceKey.armor_shadarkai_rags_a = 0x1000048B
,
AppearanceKey.Dng_Int_Dwarf_Building_A = 0x1000048C
,
AppearanceKey.Dng_Ca_Phaerimm = 0x1000048D
,
AppearanceKey.mDragon_Head_Shadow_Dracolich_A = 0x10000490
,
AppearanceKey.mDragon_Head_Shadow_Dracolich_B = 0x10000491
,
AppearanceKey.mDragon_Skin_Shadow_Dracolich = 0x10000492
,
AppearanceKey.helmet_mask_cultofthedragon_a = 0x10000493
,
AppearanceKey.helmet_mask_cultofthedragon_b = 0x10000494
,
AppearanceKey.mDragon_Head_Blue_Dracolich_A = 0x10000495
,
AppearanceKey.mDragon_Head_Blue_Dracolich_B = 0x10000496
,
AppearanceKey.mDragon_Skin_Blue_Dracolich = 0x10000497
,
AppearanceKey.mDragon_Head_Blue_Dracolich_C = 0x10000498
,
AppearanceKey.Water_Ocean_Airship_B = 0x10000499
,
AppearanceKey.armor_dragon_light_black_b = 0x1000049A
,
AppearanceKey.gear_robe_wizard_c_dragon_black = 0x1000049B
,
AppearanceKey.skirt_dragon_black_b = 0x1000049C
,
AppearanceKey.gear_universal_plate_e_ornate = 0x1000049D
,
AppearanceKey.gear_universal_plate_c_ridged = 0x1000049E
,
AppearanceKey.robe_dragon_black_b = 0x1000049F
,
AppearanceKey.Dng_Int_Airship_A = 0x100004A0
,
AppearanceKey.armor_swashbuckler_a = 0x100004A1
,
AppearanceKey.wfg_swashbuckler_a = 0x100004A2
,
AppearanceKey.gear_emerald_claw_green = 0x100004A4
,
AppearanceKey.skirt_emerald_claw_green = 0x100004A5
,
AppearanceKey.wfg_emerald_claw_green = 0x100004A6
,
AppearanceKey.gear_deathknight_a = 0x100004A7
,
AppearanceKey.helmet_emerald_claw_green = 0x100004A8
,
AppearanceKey.helmet_deathknight_b = 0x100004A9
,
AppearanceKey.wfg_deathknight_a = 0x100004AA
,
AppearanceKey.Dng_Int_Evs_Building_E = 0x100004AB
,
AppearanceKey.Goggles_Eyes = 0x100004AC
,
AppearanceKey.Dng_Int_Stone_B = 0x100004AF
,
AppearanceKey.armor_elemental_a = 0x100004B0
,
AppearanceKey.breeches_elemental_a = 0x100004B1
,
AppearanceKey.robe_elemental_a = 0x100004B2
,
AppearanceKey.helmet_crown_fire = 0x100004B3
,
AppearanceKey.skirt_elemental_a = 0x100004B4
,
AppearanceKey.wfg_elemental_a = 0x100004B5
,
AppearanceKey.helmet_crown_fire_champ = 0x100004B6
,
AppearanceKey.gear_platemail_elemental_heavy = 0x100004B7
,
AppearanceKey.gear_platemail_elemental = 0x100004B8
,
AppearanceKey.helmet_hat_mushroom_a = 0x100004B9
,
AppearanceKey.helmet_hat_element_a = 0x100004BA
,
AppearanceKey.robe_warlock_a = 0x100004BB
,
AppearanceKey.gear_robe_warlock_a = 0x100004BC
,
AppearanceKey.helmet_hooded_fallfestival_a = 0x100004BD
,
AppearanceKey.wfg_fallfestival_a = 0x100004BE
,
AppearanceKey.robe_fallfestival_a = 0x100004BF
,
AppearanceKey.helmet_hat_fallfestival_a = 0x100004C0
,
AppearanceKey.helmet_mask_fallfestival_a = 0x100004C1
,
AppearanceKey.armor_angel_a = 0x100004C2
,
AppearanceKey.robe_angel_a = 0x100004C3
,
AppearanceKey.gear_angel_a_heavy = 0x100004C4
,
AppearanceKey.gear_angel_a = 0x100004C5
,
AppearanceKey.skirt_angel_a = 0x100004C6
,
AppearanceKey.helmet_angel_a = 0x100004C7
,
AppearanceKey.wfg_angel_a = 0x100004C8
,
AppearanceKey.gear_universal_leather_e = 0x100004C9
,
AppearanceKey.skirt_leather_e = 0x100004CA
,
AppearanceKey.helmet_leather_e = 0x100004CB
,
AppearanceKey.armor_chainmail_e = 0x100004CC
,
AppearanceKey.helmet_winged_c = 0x100004CD
,
AppearanceKey.gear_platemail_c = 0x100004CE
,
AppearanceKey.gear_platemail_c_silver = 0x100004CF
,
AppearanceKey.Dng_Int_Evs_Building_D_Ruined_Cave_Kings_Forest_A = 0x100004D0
,
AppearanceKey.skirt_slave_a = 0x100004D2
,
AppearanceKey.helmet_winged_c_silver = 0x100004D3
,
AppearanceKey.gear_slave_a = 0x100004D4
,
AppearanceKey.gear_platemail_b_halloween = 0x100004D5
,
AppearanceKey.armor_deathknight_a_halloween = 0x100004D6
,
AppearanceKey.helmet_mask_fallfestival_b = 0x100004D7
,
AppearanceKey.helmet_horned_halloween = 0x100004D8
,
AppearanceKey.mDragon_Skin_Blue = 0x100004D9
,
AppearanceKey.mDragon_Head_Blue_A = 0x100004DA
,
AppearanceKey.Dng_Int_Stone_C_Decay = 0x100004DB
,
AppearanceKey.mDragon_Skin_Black = 0x100004DC
,
AppearanceKey.Dng_Int_Stone_C = 0x100004DD
,
AppearanceKey.mDragon_Head_Black_A = 0x100004DE
,
AppearanceKey.HeadSpecial2 = 0x100004DF
,
AppearanceKey.Dng_Int_Ravenloft_Castle_A = 0x100004E0
,
AppearanceKey.Dng_Shv_Ravenloft_Temple_Amber = 0x100004E1
,
AppearanceKey.Dng_Int_Ravenloft_Castle_B = 0x100004E2
,
AppearanceKey.Dng_Shv_Ravenloft_Castle_A = 0x100004E3
,
AppearanceKey.Dng_Shv_Ravenloft_Castle_B = 0x100004E4
,
AppearanceKey.Dng_Int_Dwarf_Building_A_Dng_Ca_Underdark_A = 0x100004E5
,
AppearanceKey.Dng_Int_Dwarf_Building_A_Dng_Ca_Underdark_B = 0x100004E6
,
AppearanceKey.armor_grazzt_a = 0x100004E7
,
AppearanceKey.gear_grazzt_a = 0x100004E8
,
AppearanceKey.Water_Neutral_Blood = 0x100004E9
,
AppearanceKey.Tarokka_Card_Traitor_Glyphs_9 = 0x100004EA
,
AppearanceKey.Tarokka_Card_Horseman_High = 0x100004EB
,
AppearanceKey.Tarokka_Card_Illusionist_Stars_7 = 0x100004EC
,
AppearanceKey.Tarokka_Card_Missionary_Glyphs_2 = 0x100004ED
,
AppearanceKey.Tarokka_Card_Dictator_Swords_8 = 0x100004EE
,
AppearanceKey.Tarokka_Card_Mercenary_Swords_4 = 0x100004EF
,
AppearanceKey.Tarokka_Card_Diviner_Stars_2 = 0x100004F0
,
AppearanceKey.Tarokka_Card_Thief_Coins_7 = 0x100004F1
,
AppearanceKey.Tarokka_Card_Seer_High = 0x100004F2
,
AppearanceKey.Tarokka_Card_Shepherd_Glyphs_4 = 0x100004F3
,
AppearanceKey.Tarokka_Card_Druid_Glyphs_5 = 0x100004F4
,
AppearanceKey.Tarokka_Card_Swashbuckler_Coins_1 = 0x100004F5
,
AppearanceKey.Tarokka_Card_BrokenOne_High = 0x100004F6
,
AppearanceKey.Tarokka_Card_Myrmidon_Swords_5 = 0x100004F7
,
AppearanceKey.Tarokka_Card_Soldier_Swords_3 = 0x100004F8
,
AppearanceKey.Tarokka_Card_Transmuter_Stars_1 = 0x100004F9
,
AppearanceKey.Tarokka_Card_Healer_Glyphs_3 = 0x100004FA
,
AppearanceKey.Tarokka_Card_TaxCollector_Coins_8 = 0x100004FB
,
AppearanceKey.Tarokka_Card_GuildMember_Coins_5 = 0x100004FC
,
AppearanceKey.Tarokka_Card_Rogue_Coins_0 = 0x100004FD
,
AppearanceKey.Tarokka_Card_Artifact_High = 0x100004FE
,
AppearanceKey.Tarokka_Card_Innocent_High = 0x100004FF
,
AppearanceKey.Tarokka_Card_Executioner_High = 0x10000500
,
AppearanceKey.Tarokka_Card_Enchanter_Stars_3 = 0x10000501
,
AppearanceKey.Tarokka_Card_Raven_High = 0x10000502
,
AppearanceKey.Tarokka_Card_DarkLord_High = 0x10000503
,
AppearanceKey.Tarokka_Card_Beast_High = 0x10000504
,
AppearanceKey.Tarokka_Card_Torturer_Swords_9 = 0x10000505
,
AppearanceKey.Tarokka_Card_Wizard_Stars_0 = 0x10000506
,
AppearanceKey.Tarokka_Card_Merchant_Coins_4 = 0x10000507
,
AppearanceKey.Tarokka_Card_Miser_Coins_9 = 0x10000508
,
AppearanceKey.Tarokka_Card_Marionette_High = 0x10000509
,
AppearanceKey.Tarokka_Card_Paladin_Swords_2 = 0x1000050A
,
AppearanceKey.Tarokka_Card_Abjurer_Stars_4 = 0x1000050B
,
AppearanceKey.Tarokka_Card_Philanthropist_Coins_2 = 0x1000050C
,
AppearanceKey.Tarokka_Card_Donjon_High = 0x1000050D
,
AppearanceKey.Tarokka_Card_Elementalist_Stars_5 = 0x1000050E
,
AppearanceKey.Tarokka_Card_Anarchist_Glyphs_6 = 0x1000050F
,
AppearanceKey.Tarokka_Card_Mists_High = 0x10000510
,
AppearanceKey.Tarokka_Card_Necromancer_Stars_8 = 0x10000511
,
AppearanceKey.Tarokka_Card_Trader_Coins_3 = 0x10000512
,
AppearanceKey.Tarokka_Card_Beserker_Swords_6 = 0x10000513
,
AppearanceKey.Tarokka_Card_Bishop_Glyphs_8 = 0x10000514
,
AppearanceKey.Tarokka_Card_HoodedOne_Swords_7 = 0x10000515
,
AppearanceKey.Tarokka_Card_Evoker_Stars_6 = 0x10000516
,
AppearanceKey.Tarokka_Card_Warrior_Swords_0 = 0x10000517
,
AppearanceKey.Tarokka_Card_Beggar_Coins_6 = 0x10000518
,
AppearanceKey.Tarokka_Card_Monk_Glyphs_1 = 0x10000519
,
AppearanceKey.Tarokka_Card_Priest_Glyphs_0 = 0x1000051A
,
AppearanceKey.Tarokka_Card_Ghost_High = 0x1000051B
,
AppearanceKey.Tarokka_Card_Avenger_Swords_1 = 0x1000051C
,
AppearanceKey.Tarokka_Card_Conjurer_Stars_9 = 0x1000051D
,
AppearanceKey.Tarokka_Card_Charlatan_Glyphs_7 = 0x1000051E
,
AppearanceKey.Tarokka_Card_Tempter_High = 0x1000051F
,
AppearanceKey.gear_platemail_b_halloween_red = 0x10000520
,
AppearanceKey.helmet_horned_halloween_red = 0x10000521
,
AppearanceKey.armor_deathknight_a_halloween_red = 0x10000522
,
AppearanceKey.gear_ravenloft_a = 0x10000523
,
AppearanceKey.gear_ravenloft_b = 0x10000524
,
AppearanceKey.armor_ravenloft_a = 0x10000525
,
AppearanceKey.armor_ravenloft_b = 0x10000526
,
AppearanceKey.helmet_ravenloft_a = 0x10000527
,
AppearanceKey.helmet_ravenloft_b = 0x10000528
,
AppearanceKey.gear_ravenloft_light_a = 0x10000529
,
AppearanceKey.robe_ravenloft_light_a = 0x1000052A
,
AppearanceKey.wfg_ravenloft_a = 0x1000052B
,
AppearanceKey.wfg_ravenloft_b = 0x1000052C
,
AppearanceKey.skirt_aasimarscourge_breastplate_a = 0x1000052D
,
AppearanceKey.gear_aasimarscourge_breastplate_a = 0x1000052E
,
AppearanceKey.helmet_mask_aasimarscourge_a = 0x1000052F
,
AppearanceKey.gear_ravenloft_medium_a = 0x10000530
,
AppearanceKey.gear_ravenloft_heavy_a = 0x10000531
,
AppearanceKey.Goggles_Ravenloft_Medium_A = 0x10000532
,
AppearanceKey.armor_ravenloft_heavy_a = 0x10000533
,
AppearanceKey.armor_ravenloft_medium_a = 0x10000534
,
AppearanceKey.gear_ravenloft_medium_b = 0x10000536
,
AppearanceKey.armor_ravenloft_medium_b = 0x10000537
,
AppearanceKey.armor_ravenloft_heavy_b = 0x10000538
,
AppearanceKey.gear_ravenloft_heavy_b = 0x10000539
,
AppearanceKey.Dng_Ca_Jungle = 0x1000053A
,
AppearanceKey.Dng_Int_Stone_C_Dng_Ca_Jungle = 0x1000053B
,
AppearanceKey.Dng_Int_Stone_C_Decay_Dng_Ca_Jungle = 0x1000053C
,
AppearanceKey.skirt_u37_anniversary = 0x1000053D
,
AppearanceKey.gear_u37_anniversary_chest = 0x1000053E
,
AppearanceKey.gear_u37_anniversary = 0x1000053F
,
AppearanceKey.armor_u37_anniversary = 0x10000540
,
AppearanceKey.robe_u37_anniversary = 0x10000541
,
AppearanceKey.wfg_u37_anniversary = 0x10000542
,
AppearanceKey.Dng_Int_Giant_A_Dng_Ca_Jungle = 0x10000543
,
AppearanceKey.Dng_Int_Giant_A = 0x10000544
,
AppearanceKey.Dng_Int_Marketplace_A = 0x10000545
,
AppearanceKey.Dng_Int_Giant_B = 0x10000546
,
AppearanceKey.Dng_Int_Marketplace_B = 0x10000547
,
AppearanceKey.Dng_Int_Marketplace_C = 0x10000548
,
AppearanceKey.helmet_xoriat_eyeball_a = 0x10000549
,
AppearanceKey.robe_u38_xoriat_a = 0x1000054A
,
AppearanceKey.armor_druid_heavy_b = 0x1000054B
,
AppearanceKey.gear_scalemail_b_marilith = 0x1000054C
,
AppearanceKey.gear_robe_u38_xoriat_a_chest = 0x1000054D
,
AppearanceKey.wfg_u38_xoriat_a = 0x1000054E
,
AppearanceKey.gear_robe_u38_xoriat_a = 0x1000054F
,
AppearanceKey.wfg_druid_b = 0x10000550
,
AppearanceKey.Druid_AnimalShape_Warpaint_Tribal_A = 0x10000551
,
AppearanceKey.Druid_AnimalShape_Base = 0x10000552
,
AppearanceKey.Druid_AnimalShape_Warpaint_Celtic_A = 0x10000553
,
AppearanceKey.armor_u39_wave_a = 0x10000554
,
AppearanceKey.armor_u39_wave_b = 0x10000555
,
AppearanceKey.armor_u39_wave_c = 0x10000556
,
AppearanceKey.gear_u39_wave_a = 0x10000557
,
AppearanceKey.gear_u39_wave_b = 0x10000558
,
AppearanceKey.gear_u39_wave_c = 0x10000559
,
AppearanceKey.helmet_u39_wave = 0x1000055A
,
AppearanceKey.cloak_heraldic_diagonal_right_d = 0x1000055B
,
AppearanceKey.cloak_heraldic_plain_a = 0x1000055C
,
AppearanceKey.cloak_heraldic_chausse_a = 0x1000055D
,
AppearanceKey.cloak_heraldic_plain_b = 0x1000055E
,
AppearanceKey.cloak_heraldic_chausse_b = 0x1000055F
,
AppearanceKey.cloak_heraldic_plain_c = 0x10000560
,
AppearanceKey.cloak_heraldic_chevron_a = 0x10000561
,
AppearanceKey.cloak_heraldic_chausse_c = 0x10000562
,
AppearanceKey.cloak_heraldic_plain_d = 0x10000563
,
AppearanceKey.cloak_heraldic_chevron_b = 0x10000564
,
AppearanceKey.cloak_heraldic_chausse_d = 0x10000565
,
AppearanceKey.cloak_heraldic_diagonal_left_a = 0x10000566
,
AppearanceKey.cloak_heraldic_chevron_c = 0x10000567
,
AppearanceKey.cloak_heraldic_diagonal_left_b = 0x10000568
,
AppearanceKey.cloak_heraldic_chevron_d = 0x10000569
,
AppearanceKey.cloak_heraldic_diagonal_left_c = 0x1000056A
,
AppearanceKey.cloak_heraldic_diagonal_left_d = 0x1000056B
,
AppearanceKey.cloak_heraldic_quartered_cross_a = 0x1000056D
,
AppearanceKey.cloak_heraldic_quartered_cross_b = 0x1000056F
,
AppearanceKey.cloak_heraldic_quartered_saltire_a = 0x10000571
,
AppearanceKey.cloak_heraldic_quartered_cross_c = 0x10000572
,
AppearanceKey.cloak_heraldic_quartered_saltire_b = 0x10000574
,
AppearanceKey.cloak_heraldic_quartered_cross_d = 0x10000575
,
AppearanceKey.cloak_heraldic_quartered_saltire_c = 0x10000576
,
AppearanceKey.cloak_heraldic_quartered_saltire_d = 0x10000577
,
AppearanceKey.cloak_heraldic_diagonal_right_a = 0x10000578
,
AppearanceKey.cloak_heraldic_diagonal_right_b = 0x10000579
,
AppearanceKey.cloak_heraldic_diagonal_right_c = 0x1000057A
,
AppearanceKey.cloak_heraldic_diagonal_right_e = 0x1000057B
,
AppearanceKey.cloak_basic_a = 0x1000057C
,
AppearanceKey.cloak_heraldic_plain_e = 0x1000057D
,
AppearanceKey.cloak_basic_a_tattered = 0x1000057E
,
AppearanceKey.cloak_heraldic_chausse_e = 0x1000057F
,
AppearanceKey.cloak_heraldic_chevron_e = 0x10000580
,
AppearanceKey.cloak_heraldic_diagonal_left_e = 0x10000581
,
AppearanceKey.cloak_heraldic_halved_fess_a = 0x10000582
,
AppearanceKey.cloak_heraldic_halved_fess_b = 0x10000583
,
AppearanceKey.cloak_heraldic_halved_pale_a = 0x10000584
,
AppearanceKey.cloak_heraldic_halved_fess_c = 0x10000585
,
AppearanceKey.cloak_heraldic_halved_pale_b = 0x10000586
,
AppearanceKey.cloak_heraldic_halved_fess_d = 0x10000587
,
AppearanceKey.cloak_heraldic_halved_pale_c = 0x10000588
,
AppearanceKey.cloak_heraldic_halved_fess_e = 0x10000589
,
AppearanceKey.cloak_heraldic_halved_pale_d = 0x1000058A
,
AppearanceKey.cloak_heraldic_quartered_cross_e = 0x1000058B
,
AppearanceKey.cloak_heraldic_halved_pale_e = 0x1000058C
,
AppearanceKey.cloak_heraldic_quartered_saltire_e = 0x1000058D
,
AppearanceKey.cloak_basic_a_stained = 0x1000058E
,
AppearanceKey.cloak_invisible = 0x1000058F
,
AppearanceKey.cloak_u39_wave_a = 0x10000590
,
AppearanceKey.cloak_u39_wave_b = 0x10000591
,
AppearanceKey.cloak_u39_wave_c = 0x10000592
,
AppearanceKey.cloak_fancy_a = 0x10000593
,
AppearanceKey.cloak_fancy_b = 0x10000594
,
AppearanceKey.cloak_fancy_c = 0x10000595
,
AppearanceKey.cloak_fancy_d = 0x10000596
,
AppearanceKey.cloak_fancy_e = 0x10000597
,
AppearanceKey.cloak_fancy_f = 0x10000598
,
AppearanceKey.Mud_Brown = 0x10000599
,
AppearanceKey.Mud_Grey = 0x1000059A
,
AppearanceKey.Dng_Int_Airship_B = 0x1000059B
,
AppearanceKey.Dng_Int_Desert_A = 0x1000059C
,
AppearanceKey.helmet_sigil_a_orange = 0x1000059D
,
AppearanceKey.helmet_sigil_a_yellow = 0x1000059E
,
AppearanceKey.helmet_sigil_a_red = 0x1000059F
,
AppearanceKey.helmet_sigil_a_purple = 0x100005A0
,
AppearanceKey.helmet_sigil_a_blue = 0x100005A1
,
AppearanceKey.helmet_sigil_a_green = 0x100005A2
,
AppearanceKey.helmet_crown_fire_blue = 0x100005A3
,
AppearanceKey.helmet_u39_wave_b = 0x100005A4
,
AppearanceKey.helmet_u39_wave_c = 0x100005A5
,
AppearanceKey.gear_platemail_b_halloween_green = 0x100005A6
,
AppearanceKey.cloak_halloween = 0x100005A7
,
AppearanceKey.helmet_hat_fallfestival_b = 0x100005A8
,
AppearanceKey.cloak_halloween_green = 0x100005A9
,
AppearanceKey.cloak_vampire_classic_a = 0x100005AA
,
AppearanceKey.helmet_horned_halloween_green = 0x100005AB
,
AppearanceKey.armor_vampire_classic_a = 0x100005AC
,
AppearanceKey.gear_vampire_classic_a = 0x100005AD
,
AppearanceKey.cloak_halloween_red = 0x100005AE
,
AppearanceKey.cloak_fallfestival_a = 0x100005AF
,
AppearanceKey.Dng_Temple = 0x100005B0
,
AppearanceKey.cloak_short_fancy_a = 0x100005B1
,
AppearanceKey.cloak_short_fancy_b = 0x100005B2
,
AppearanceKey.cloak_chronoscope_envenomed = 0x100005B3
,
AppearanceKey.cloak_u27_countenance = 0x100005B4
,
AppearanceKey.cloak_short_fancy_c = 0x100005B5
,
AppearanceKey.cloak_challengereward_fire_a = 0x100005B6
,
AppearanceKey.cloak_mimicfestival_a = 0x100005B7
,
AppearanceKey.cloak_doomsphere = 0x100005B8
,
AppearanceKey.cloak_mantleoftheworldshaper = 0x100005B9
,
AppearanceKey.cloak_greensteel_a = 0x100005BA
,
AppearanceKey.cloak_armored_chainmail_a = 0x100005BB
,
AppearanceKey.cloak_metallic_a = 0x100005BC
,
AppearanceKey.cloak_metallic_b = 0x100005BD
,
AppearanceKey.cloak_u21_deathwyrm = 0x100005BE
,
AppearanceKey.cloak_mysterious_a = 0x100005BF
,
AppearanceKey.cloak_metallic_c = 0x100005C0
,
AppearanceKey.cloak_stormreaver_napkin = 0x100005C1
,
AppearanceKey.cloak_ravenloft_strahd = 0x100005C2
,
AppearanceKey.cloak_invisible_mostly = 0x100005C3
,
AppearanceKey.cloak_ghostly_a = 0x100005C4
,
AppearanceKey.cloak_ghostly_b = 0x100005C5
,
AppearanceKey.cloak_scaled_a = 0x100005C6
,
AppearanceKey.cloak_ghostly_c = 0x100005C7
,
AppearanceKey.cloak_feathered_a = 0x100005C8
,
AppearanceKey.cloak_fire_a = 0x100005C9
,
AppearanceKey.cloak_u36_capelet = 0x100005CA
,
AppearanceKey.cloak_ravenloft_scaled = 0x100005CB
,
AppearanceKey.cloak_ice_a = 0x100005CC
,
AppearanceKey.mDragon_Gear_Dracolich_Lightning = 0x100005CD
,
AppearanceKey.mDragon_Skin_Silver = 0x100005CE
,
AppearanceKey.mDragon_Neck_Fins_C = 0x100005CF
,
AppearanceKey.mDragon_Head_Silver_A = 0x100005D0
,
AppearanceKey.mDragon_Head_Silver_B = 0x100005D1
,
AppearanceKey.mDragon_Wings_Silver_A = 0x100005D2
,
AppearanceKey.cloak_ravenloft_a = 0x100005D3
,
AppearanceKey.wfg_deathknight_a_halloween = 0x100005D4
,
AppearanceKey.cloak_basic_c_tattered = 0x100005D5
,
AppearanceKey.cloak_basic_b_tattered = 0x100005D6
,
AppearanceKey.cloak_ghostly_basic_c_tattered = 0x100005D7
,
AppearanceKey.cloak_ghostly_basic_b_tattered = 0x100005D8
,
AppearanceKey.cloak_ghostly_basic_a_tattered = 0x100005D9
,
AppearanceKey.Water_Chargen = 0x100005DA
,
AppearanceKey.Dng_Int_Sharn_Stone_A = 0x100005DC
,
AppearanceKey.Dng_Shv_Sharn_Stone_A = 0x100005DD
,
AppearanceKey.Dng_Shv_Sharn_Stone_B = 0x100005DE
,
AppearanceKey.Dng_Int_Sharn_Stone_B = 0x100005DF
,
AppearanceKey.robe_festivult_2018_a = 0x100005E0
,
AppearanceKey.helmet_crown_festivult_2018_a = 0x100005E1
,
AppearanceKey.gear_robe_festivult_2018_a = 0x100005E2
,
AppearanceKey.cloak_festivult_2018_a = 0x100005E3
,
AppearanceKey.helmet_crown_fire_rainbow = 0x100005E4
,
AppearanceKey.helmet_crown_fire_red = 0x100005E5
,
AppearanceKey.helmet_crown_fire_green = 0x100005E6
,
AppearanceKey.helmet_crown_fire_purple = 0x100005E7
,
AppearanceKey.helmet_crown_fire_yellow = 0x100005E8
,
AppearanceKey.helmet_crown_fire_white = 0x100005E9
,
AppearanceKey.wfg_festivult_2018_a = 0x100005EA
,
AppearanceKey.cloak_u41_stainedglass_a = 0x100005EB
,
AppearanceKey.armor_u41_stainedglass_a = 0x100005EC
,
AppearanceKey.helmet_u41_stainedglass_a = 0x100005ED
,
AppearanceKey.gear_u41_stainedglass_a = 0x100005EE
,
AppearanceKey.wfg_u41_stainedglass_a = 0x100005EF
,
AppearanceKey.gear_plate_bronze_a_dragon_silver = 0x100005F0
,
AppearanceKey.armor_dragon_heavy_silver_a = 0x100005F1
,
AppearanceKey.gear_heavy_plate_a_dragon_silver = 0x100005F2
,
AppearanceKey.wfg_dragon_silver_a = 0x100005F3
,
AppearanceKey.skirt_u41_stainedglass_a = 0x100005F4
,
AppearanceKey.gear_master_inquisitive_a = 0x100005F5
,
AppearanceKey.gear_master_inquisitive_b = 0x100005F6
,
AppearanceKey.robe_master_inquisitive_a = 0x100005F7
,
AppearanceKey.Tail = 0x100005F8
,
AppearanceKey.cloak_u42_tieflingscoundrel_a = 0x100005F9
,
AppearanceKey.cloak_u42_highsociety_a = 0x100005FA
,
AppearanceKey.cloak_u42_highsociety_b = 0x100005FB
,
AppearanceKey.gear_u42_highsociety_a = 0x100005FC
,
AppearanceKey.gear_u42_highsociety_b = 0x100005FD
,
AppearanceKey.gear_u42_tieflingscoundrel_a = 0x100005FE
,
AppearanceKey.armor_u42_highsociety_a = 0x100005FF
,
AppearanceKey.armor_u42_highsociety_b = 0x10000600
,
AppearanceKey.helmet_u42_highsociety_a = 0x10000601
,
AppearanceKey.armor_u42_tieflingscoundrel_a = 0x10000602
,
AppearanceKey.helmet_u42_highsociety_b = 0x10000603
,
AppearanceKey.helmet_u42_tieflingscoundrel_a = 0x10000604
,
AppearanceKey.cloak_house_dragonmark_thuranni = 0x10000605
,
AppearanceKey.cloak_house_dragonmark_ghallanda = 0x10000606
,
AppearanceKey.cloak_house_dragonmark_orien = 0x10000607
,
AppearanceKey.cloak_house_dragonmark_tharashk = 0x10000608
,
AppearanceKey.cloak_house_dragonmark_sivis = 0x10000609
,
AppearanceKey.cloak_house_dragonmark_vadalis = 0x1000060A
,
AppearanceKey.cloak_house_dragonmark_cannith = 0x1000060B
,
AppearanceKey.cloak_house_dragonmark_phiarlan = 0x1000060C
,
AppearanceKey.cloak_house_dragonmark_deneith = 0x1000060D
,
AppearanceKey.cloak_house_dragonmark_lyrandar = 0x1000060E
,
AppearanceKey.cloak_house_dragonmark_jorasco = 0x1000060F
,
AppearanceKey.cloak_house_dragonmark_medani = 0x10000610
,
AppearanceKey.cloak_house_dragonmark_kundarak = 0x10000611
,
AppearanceKey.cloak_u42_master_inquisitive_a = 0x10000612
,
AppearanceKey.helmet_u42_master_inquisitive_a = 0x10000615
,
AppearanceKey.armor_u42_sharncitywatch_a = 0x10000618
,
AppearanceKey.gear_u42_sharncitywatch_a = 0x10000619
,
AppearanceKey.cloak_u42_sharncitywatch_a = 0x1000061A
,
AppearanceKey.gear_u42_antiparty_artificer_a = 0x1000061B
,
AppearanceKey.Goggles_U42_Antiparty_Artificer_A = 0x1000061C
,
AppearanceKey.armor_u42_antiparty_artificer_a = 0x1000061D
,
AppearanceKey.gear_radiant_idol_a = 0x1000061E
,
AppearanceKey.skirt_radiant_idol_a = 0x1000061F
,
AppearanceKey.Dng_Int_Hobgoblin_B_Dng_Ca_Underdark_A = 0x10000620
,
AppearanceKey.Dng_Int_Hobgoblin_A_Dng_Ca_Underdark_A = 0x10000621
,
AppearanceKey.Dng_Int_Hobgoblin_A = 0x10000622
,
AppearanceKey.Dng_Int_Hobgoblin_B = 0x10000623
,
AppearanceKey.gear_u42_antiparty_sorcerer_a = 0x10000624
,
AppearanceKey.armor_u42_antiparty_sorcerer_a = 0x10000625
,
AppearanceKey.armor_dragon_heavy_bronze_a = 0x10000626
,
AppearanceKey.helmet_dragon_bronze = 0x10000627
,
AppearanceKey.cloak_u42_dragon_bronze_a = 0x10000628
,
AppearanceKey.gear_plate_bronze_a_dragon_bronze = 0x10000629
,
AppearanceKey.Dng_Ca_Sharn = 0x1000062A
,
AppearanceKey.wfg_dragon_heavy_bronze_a = 0x1000062B
,
AppearanceKey.cloak_u42_dragon_silver_a = 0x1000062C
,
AppearanceKey.helmet_dragon_silver_a = 0x1000062D
,
AppearanceKey.wfg_u42_sharn_heavy_a = 0x1000062E
,
AppearanceKey.wfg_u42_sharn_heavy_b = 0x1000062F
,
AppearanceKey.wfg_u42_sharn_light_a = 0x10000630
,
AppearanceKey.wfg_u42_sharn_light_b = 0x10000631
,
AppearanceKey.wfg_u42_sharn_medium_a = 0x10000632
,
AppearanceKey.wfg_u42_sharn_medium_b = 0x10000633
,
AppearanceKey.helmet_u42_sharn_heavy_a = 0x10000634
,
AppearanceKey.helmet_u42_sharn_heavy_b = 0x10000635
,
AppearanceKey.robe_u42_sharn_robe_a = 0x10000636
,
AppearanceKey.robe_u42_sharn_robe_b = 0x10000637
,
AppearanceKey.helmet_u42_sharn_medium_a = 0x10000638
,
AppearanceKey.helmet_u42_sharn_medium_b = 0x10000639
,
AppearanceKey.gear_u42_sharn_heavy_a = 0x1000063A
,
AppearanceKey.gear_u42_sharn_heavy_b = 0x1000063B
,
AppearanceKey.gear_u42_sharn_medium_a = 0x1000063C
,
AppearanceKey.gear_u42_sharn_medium_b = 0x1000063D
,
AppearanceKey.gear_u42_sharn_robe_a = 0x1000063E
,
AppearanceKey.gear_u42_sharn_robe_b = 0x1000063F
,
AppearanceKey.gear_u42_sharn_light_a = 0x10000640
,
AppearanceKey.gear_u42_sharn_light_b = 0x10000641
,
AppearanceKey.armor_u42_sharn_medium_a = 0x10000642
,
AppearanceKey.armor_u42_sharn_medium_b = 0x10000643
,
AppearanceKey.armor_u42_sharn_heavy_a = 0x10000644
,
AppearanceKey.armor_u42_sharn_heavy_b = 0x10000645
,
AppearanceKey.armor_u42_sharn_light_a = 0x10000646
,
AppearanceKey.armor_u42_sharn_light_b = 0x10000647
,
AppearanceKey.Dng_Int_Hobgoblin_A_Dng_Ca_Sharn = 0x1000064D
,
AppearanceKey.Dng_Int_Hobgoblin_B_Dng_Ca_Sharn = 0x1000064E
,
AppearanceKey.breeches_u42_sharn_light_a = 0x10000655
,
AppearanceKey.breeches_u42_sharn_light_b = 0x10000656
,
AppearanceKey.helmet_crown_fire_forgewraith = 0x10000657
,
AppearanceKey.Dng_Int_Sharn_Metal_A = 0x10000658
,
AppearanceKey.Dng_Ca_Keep_A = 0x10000659
,
AppearanceKey.Dng_Ca_Keep_B = 0x1000065A
,
AppearanceKey.Dng_Int_Sharn_Stone_C = 0x1000065B
,
AppearanceKey.cloak_hardcore_scarf_season_01 = 0x1000065E
,
AppearanceKey.cloak_hardcore_tattered_season_01 = 0x1000065F
,
AppearanceKey.armor_deathknight_a_halloween_purple = 0x10000660
,
AppearanceKey.gear_platemail_b_halloween_purple = 0x10000661
,
AppearanceKey.armor_deathknight_a_halloween_green = 0x10000662
,
AppearanceKey.helmet_horned_halloween_purple = 0x10000663
,
AppearanceKey.cloak_halloween_purple = 0x10000664
,
AppearanceKey.Dng_Shv_Keep_Temple_Chaos = 0x10000665
,
AppearanceKey.SaddleMesh = 0x10000666
,
AppearanceKey.CaparisonMesh = 0x10000667
,
AppearanceKey.helmet_u44_keep_warduke_a = 0x10000668
,
AppearanceKey.cloak_u44_keep_warduke_a = 0x10000669
,
AppearanceKey.armor_u44_keep_warduke_a = 0x1000066A
,
AppearanceKey.gear_u44_keep_warduke_a = 0x1000066B
,
AppearanceKey.wfg_u44_keep_warduke_a = 0x1000066C
,
AppearanceKey.wfg_u44_keep_warduke_b = 0x1000066D
,
AppearanceKey.cloak_hardcore_scarf_season_02 = 0x1000066E
,
AppearanceKey.cloak_hardcore_scarf_season_03 = 0x1000066F
,
AppearanceKey.cloak_hardcore_scarf_season_04 = 0x10000670
,
AppearanceKey.cloak_hardcore_tattered_season_02 = 0x10000671
,
AppearanceKey.cloak_hardcore_tattered_season_03 = 0x10000672
,
AppearanceKey.cloak_hardcore_tattered_season_04 = 0x10000673
,
AppearanceKey.helmet_hardcore_season_02 = 0x10000674
,
AppearanceKey.Dng_Int_Marble_A = 0x10000675
,
AppearanceKey.Dng_Int_Marble_A_Dng_Ca_Jungle = 0x10000676
,
AppearanceKey.BardingMesh = 0x10000677
,
AppearanceKey.BardingSecondaryMesh = 0x10000678
,
AppearanceKey.Dng_Shv_Feywild_Summer_A = 0x10000679
,
AppearanceKey.Dng_Int_Feywild_Winter_A_Dng_Ca_Keep_B = 0x1000067A
,
AppearanceKey.Dng_Int_Feywild_Summer_A = 0x1000067B
,
AppearanceKey.Dng_Int_Feywild_Winter_A = 0x1000067C
,
AppearanceKey.Dng_Int_Feywild_Summer_A_Dng_Ca_Keep_A = 0x1000067D
,
AppearanceKey.Dng_Shv_Feywild_Winter_A = 0x1000067E
,
AppearanceKey.cloak_u46_shavarath_artifact_a = 0x1000067F
,
AppearanceKey.helmet_u48_feywild_summer_a = 0x10000680
,
AppearanceKey.cloak_u48_feywild_summer_a = 0x10000681
,
AppearanceKey.helmet_u48_feywild_winter_a = 0x10000682
,
AppearanceKey.gear_u48_feywild_summer_a = 0x10000683
,
AppearanceKey.cloak_u48_feywild_winter_a = 0x10000684
,
AppearanceKey.armor_u48_feywild_summer_a = 0x10000685
,
AppearanceKey.wfg_u48_feywild_winter_a = 0x10000686
,
AppearanceKey.gear_u48_feywild_winter_a = 0x10000687
,
AppearanceKey.wfg_u48_feywild_summer_a = 0x10000688
,
AppearanceKey.armor_u48_feywild_winter_a = 0x10000689
,
AppearanceKey.helmet_u47_relic_hat_fedora_a = 0x1000068A
,
AppearanceKey.helmet_u47_relic_crown_bone_a = 0x1000068B
,
AppearanceKey.helmet_hardcore_season_03 = 0x1000068C
,
AppearanceKey.Dng_Int_Feywild_Summer_B = 0x1000068D
,
AppearanceKey.Dng_Int_Feywild_Winter_B = 0x1000068E
,
AppearanceKey.Dng_Shv_Feywild_Summer_B = 0x1000068F
,
AppearanceKey.Dng_Shv_Feywild_Winter_B = 0x10000690
,
AppearanceKey.Dng_Int_Feywild_Summer_A_Plain = 0x10000691
,
AppearanceKey.Dng_Int_Feywild_Winter_A_Plain = 0x10000692
,
AppearanceKey.Dng_Int_Feywild_Summer_B_Plain = 0x10000693
,
AppearanceKey.Dng_Int_Feywild_Winter_B_Plain = 0x10000694
,
AppearanceKey.Dng_Ca_Feywild_Tree_A = 0x10000695
,
AppearanceKey.Dng_Ca_Feywild_Tree_B = 0x10000696
,
AppearanceKey.helmet_u47_shifter_iconic_a = 0x10000697
,
AppearanceKey.gear_u47_shifter_iconic_a = 0x10000698
,
AppearanceKey.armor_u47_shifter_iconic_a = 0x10000699
,
AppearanceKey.cloak_u47_shifter_iconic_a = 0x1000069A
,
AppearanceKey.wfg_u48_feywild_winter_b = 0x1000069B
,
AppearanceKey.wfg_u48_feywild_winter_c = 0x1000069C
,
AppearanceKey.gear_u48_feywild_winter_b = 0x1000069D
,
AppearanceKey.armor_u48_feywild_winter_b = 0x1000069E
,
AppearanceKey.armor_u48_feywild_winter_c = 0x1000069F
,
AppearanceKey.helmet_u48_feywild_cosmetic_heavy_a = 0x100006A0
,
AppearanceKey.skirt_u48_feywild_cosmetic_heavy_a = 0x100006A1
,
AppearanceKey.gear_u48_feywild_cosmetic_heavy_a = 0x100006A2
,
AppearanceKey.wfg_u48_feywild_cosmetic_heavy_a = 0x100006A3
,
AppearanceKey.gear_u48_feywild_cosmetic_medium_a = 0x100006A4
,
AppearanceKey.helmet_u48_feywild_cosmetic_medium_a = 0x100006A5
,
AppearanceKey.armor_u48_feywild_cosmetic_medium_a = 0x100006A6
,
AppearanceKey.wfg_u48_feywild_cosmetic_medium_a = 0x100006A7
,
AppearanceKey.helmet_u48_feywild_cosmetic_light_a = 0x100006A8
,
AppearanceKey.wfg_u48_feywild_cosmetic_light_a = 0x100006A9
,
AppearanceKey.armor_u48_feywild_cosmetic_light_a = 0x100006AA
,
AppearanceKey.gear_u48_feywild_cosmetic_light_a = 0x100006AB
,
AppearanceKey.wfg_u48_feywild_cosmetic_breeches_a = 0x100006AC
,
AppearanceKey.helmet_u48_feywild_cosmetic_breeches_a = 0x100006AD
,
AppearanceKey.breeches_u48_feywild_cosmetic_a = 0x100006AE
,
AppearanceKey.gear_u48_feywild_cosmetic_breeches_a = 0x100006AF
,
AppearanceKey.wfg_u48_feywild_cosmetic_robe_a = 0x100006B0
,
AppearanceKey.gear_u48_feywild_cosmetic_robe_a = 0x100006B1
,
AppearanceKey.helmet_u48_feywild_cosmetic_robe_a = 0x100006B2
,
AppearanceKey.robe_u48_feywild_cosmetic_a = 0x100006B3
,
AppearanceKey.cloak_u48_feywild_cosmetic_a = 0x100006B4
,
AppearanceKey.cloak_u48_feywild_cosmetic_b = 0x100006B5
,
AppearanceKey.cloak_u48_feywild_cosmetic_c = 0x100006B6
,
AppearanceKey.cloak_u48_feywild_cosmetic_d = 0x100006B7
,
AppearanceKey.HelmetMesh = 0x100006B8
,
AppearanceKey.GearMesh = 0x100006B9
,
AppearanceKey.GearTexture = 0x100006BA
,
AppearanceKey.HelmetTexture = 0x100006BB
,
AppearanceKey.armor_u48_feywild_cosmetic_masterhunt_a = 0x100006BC
,
AppearanceKey.helmet_u48_feywild_cosmetic_masterhunt_a = 0x100006BD
,
AppearanceKey.wfg_u48_feywild_cosmetic_masterhunt_a = 0x100006BE
,
AppearanceKey.gear_u48_feywild_cosmetic_masterhunt_a = 0x100006BF
,
AppearanceKey.gear_u48_feywild_spring_a = 0x100006C0
,
AppearanceKey.cloak_u48_feywild_cosmetic_masterhunt_a = 0x100006C1
,
AppearanceKey.cloak_u48_feywild_cosmetic_e = 0x100006C2
,
AppearanceKey.cloak_u48_feywild_cosmetic_f = 0x100006C3
,
AppearanceKey.cloak_u49_undyingcourt_a = 0x100006C4
,
AppearanceKey.Druid_AnimalShape_Wolf_MasterHunt_A = 0x100006C5
,
AppearanceKey.Druid_AnimalShape_Wolf_MasterHunt_B = 0x100006C6
,
AppearanceKey.Druid_AnimalShape_Wolf_MasterHunt_C = 0x100006C7
,
AppearanceKey.helmet_u49_hound_hood_a = 0x100006C8
,
AppearanceKey.cloak_u48_15_year_anniversary_a = 0x100006C9
,
AppearanceKey.helmet_u48_15_year_anniversary_a = 0x100006CA
,
AppearanceKey.helmet_hardcore_season_04 = 0x100006CB
,
AppearanceKey.Dng_Ca_Desert = 0x100006CC
,
AppearanceKey.Dng_Int_Desert_Tile_A = 0x100006CD
,
AppearanceKey.Dng_Int_Tile_A = 0x100006CE
,
AppearanceKey.Dng_Int_Tile_B = 0x100006CF
,
AppearanceKey.Dng_Int_Tile_C = 0x100006D0
,
AppearanceKey.Dng_Int_Tile_D = 0x100006D1
,
AppearanceKey.Dng_Int_Desert_Tile_A_Dng_Ca_Desert = 0x100006D2
,
AppearanceKey.Dng_Int_Sharn_Stone_D = 0x100006D3
,
AppearanceKey.helmet_fr_plume_a_gold = 0x100006D4
,
AppearanceKey.Water_Ocean_Airship_C = 0x100006D5
,
AppearanceKey.Water_Ocean_Airship_D = 0x100006D6
,
AppearanceKey.helmet_u50_saltmarsh_lizardfolk_cosmetic_mtx_a = 0x100006D7
,
AppearanceKey.gear_u50_saltmarsh_lizardfolk_cosmetic_mtx_a = 0x100006D8
,
AppearanceKey.armor_u50_saltmarsh_lizardfolk_cosmetic_mtx_a = 0x100006D9
,
AppearanceKey.cloak_u50_saltmarsh_lizardfolk_cosmetic_mtx_a = 0x100006DA
,
AppearanceKey.wfg_u50_saltmarsh_lizardfolk_cosmetic_mtx_a = 0x100006DB
,
AppearanceKey.gear_u50_saltmarsh_pirate_cosmetic_mtx_a = 0x100006DC
,
AppearanceKey.wfg_u50_saltmarsh_pirate_cosmetic_mtx_a = 0x100006DD
,
AppearanceKey.armor_u50_saltmarsh_pirate_cosmetic_mtx_a = 0x100006DE
,
AppearanceKey.cloak_u50_saltmarsh_pirate_cosmetic_mtx_a = 0x100006DF
,
AppearanceKey.helmet_u50_saltmarsh_pirate_cosmetic_mtx_a = 0x100006E0
,
AppearanceKey.cloak_u50_saltmarsh_a = 0x100006E1
,
AppearanceKey.robe_u50_saltmarsh_a = 0x100006E3
,
AppearanceKey.breeches_u50_saltmarsh_a = 0x100006E4
,
AppearanceKey.armor_u50_saltmarsh_heavy_a = 0x100006E5
,
AppearanceKey.helmet_u50_saltmarsh_heavy_a = 0x100006E6
,
AppearanceKey.gear_u50_saltmarsh_heavy_a = 0x100006E7
,
AppearanceKey.gear_u50_saltmarsh_light_a = 0x100006E8
,
AppearanceKey.helmet_u50_saltmarsh_light_a = 0x100006E9
,
AppearanceKey.armor_u50_saltmarsh_light_a = 0x100006EA
,
AppearanceKey.gear_u50_saltmarsh_medium_a = 0x100006EC
,
AppearanceKey.helmet_u50_saltmarsh_medium_a = 0x100006ED
,
AppearanceKey.helmet_u50_saltmarsh_breeches_a = 0x100006EE
,
AppearanceKey.gear_u50_saltmarsh_robe_a = 0x100006EF
,
AppearanceKey.gear_u50_saltmarsh_breeches_a = 0x100006F0
,
AppearanceKey.helmet_u50_saltmarsh_robe_a = 0x100006F1
,
AppearanceKey.skirt_u50_saltmarsh_medium_a = 0x100006F2
,
AppearanceKey.cloak_hardcore_tattered_season_05 = 0x100006F3
,
AppearanceKey.cloak_halloween_yellow = 0x100006F4
,
AppearanceKey.cloak_hardcore_tattered_season_06 = 0x100006F5
,
AppearanceKey.helmet_horned_halloween_yellow = 0x100006F6
,
AppearanceKey.cloak_u51_epicdestiny_map = 0x100006F7
,
AppearanceKey.helmet_hardcore_season_05 = 0x100006F8
,
AppearanceKey.helmet_hardcore_season_06 = 0x100006F9
,
AppearanceKey.armor_deathknight_a_halloween_yellow = 0x100006FA
,
AppearanceKey.cloak_hardcore_scarf_season_05 = 0x100006FB
,
AppearanceKey.cloak_hardcore_scarf_season_06 = 0x100006FC
,
AppearanceKey.Dng_Ca_Dread_A = 0x100006FD
,
AppearanceKey.gear_platemail_b_halloween_yellow = 0x100006FE
,
AppearanceKey.Dng_Int_Kopru = 0x10000701
,
AppearanceKey.gear_ravenloft_a_brown = 0x10000702
,
AppearanceKey.armor_ravenloft_a_brown = 0x10000703
,
AppearanceKey.Dng_Int_Kopru_Plain = 0x10000704
,
AppearanceKey.gear_u54_dread_pirate_cosmetic_mtx_a = 0x1000070E
,
AppearanceKey.helmet_u54_dread_pirate_cosmetic_mtx_a = 0x1000070F
,
AppearanceKey.gear_u54_dread_dinosaurhunter_cosmetic_mtx_a = 0x10000710
,
AppearanceKey.armor_u54_dread_pirate_cosmetic_mtx_a = 0x10000711
,
AppearanceKey.armor_u54_dread_dinosaurhunter_cosmetic_mtx_a = 0x10000712
,
AppearanceKey.helmet_u54_dread_dinosaurhunter_cosmetic_mtx_a = 0x10000713
,
AppearanceKey.cloak_u54_dread_pirate_cosmetic_mtx_a = 0x10000714
,
AppearanceKey.cloak_u54_dread_dinosaurhunter_cosmetic_mtx_a = 0x10000715
,
AppearanceKey.Dng_Int_Kopru_Plain_Dng_Ca_Dread_A = 0x10000716
,
AppearanceKey.Dng_Int_Kopru_Dng_Ca_Dread_A = 0x10000717
,
AppearanceKey.gear_u53_tabaxi_iconic_a = 0x10000718
,
AppearanceKey.cloak_u53_tabaxi_iconic_a = 0x10000719
,
AppearanceKey.helmet_u53_tabaxi_iconic_a = 0x1000071A
,
AppearanceKey.armor_u53_tabaxi_iconic_a = 0x1000071B
,
AppearanceKey.gear_u54_fantasy_pirate_robe_a = 0x1000071C
,
AppearanceKey.gear_u54_fantasy_pirate_medium_a = 0x1000071D
,
AppearanceKey.gear_u54_fantasy_pirate_heavy_a = 0x1000071F
,
AppearanceKey.cloak_u54_fantasy_pirate_a = 0x10000720
,
AppearanceKey.cloak_u54_fantasy_pirate_b = 0x10000721
,
AppearanceKey.armor_u54_fantasy_pirate_light_a = 0x10000722
,
AppearanceKey.gear_u54_fantasy_pirate_breeches_a = 0x10000723
,
AppearanceKey.gear_u54_fantasy_pirate_light_a = 0x10000724
,
AppearanceKey.robe_u54_fantasy_pirate_a = 0x10000725
,
AppearanceKey.helmet_u54_fantasy_pirate_light_a = 0x10000726
,
AppearanceKey.helmet_u54_fantasy_pirate_heavy_a = 0x10000727
,
AppearanceKey.helmet_u54_fantasy_pirate_breeches_a = 0x10000729
,
AppearanceKey.helmet_u54_fantasy_pirate_robe_a = 0x1000072A
,
AppearanceKey.helmet_u54_fantasy_pirate_medium_a = 0x1000072B
,
AppearanceKey.skirt_u54_fantasy_pirate_medium_a = 0x1000072C
,
AppearanceKey.armor_u54_fantasy_pirate_heavy_a = 0x1000072D
,
AppearanceKey.breeches_u54_fantasy_pirate_a = 0x1000072E
,
AppearanceKey.gear_u54_fantasy_dino_skirt_medium_a = 0x1000072F
,
AppearanceKey.cloak_u54_fantasy_dino_b = 0x10000730
,
AppearanceKey.armor_u54_fantasy_dino_jumpsuit_light_a = 0x10000731
,
AppearanceKey.helmet_u54_fantasy_dino_jumpsuit_heavy_a = 0x10000732
,
AppearanceKey.armor_u54_fantasy_dino_jumpsuit_heavy_a = 0x10000733
,
AppearanceKey.gear_u54_fantasy_dino_jumpsuit_light_a = 0x10000734
,
AppearanceKey.helmet_u54_fantasy_dino_breeches_light_a = 0x10000735
,
AppearanceKey.gear_u54_fantasy_dino_robe_light_a = 0x10000736
,
AppearanceKey.skirt_u54_fantasy_dino_skirt_medium_a = 0x10000737
,
AppearanceKey.gear_u54_fantasy_dino_breeches_light_a = 0x10000738
,
AppearanceKey.breeches_u54_fantasy_dino_breeches_light_a = 0x10000739
,
AppearanceKey.helmet_u54_fantasy_dino_skirt_medium_a = 0x1000073A
,
AppearanceKey.helmet_u54_fantasy_dino_jumpsuit_light_a = 0x1000073B
,
AppearanceKey.helmet_u54_fantasy_dino_robe_light_a = 0x1000073C
,
AppearanceKey.robe_u54_fantasy_dino_robe_light_a = 0x1000073D
,
AppearanceKey.gear_u54_fantasy_dino_jumpsuit_heavy_a = 0x1000073E
,
AppearanceKey.cloak_u54_fantasy_dino_a = 0x1000073F
,
AppearanceKey.Dng_Ca_Magma_A = 0x10000740
,
AppearanceKey.Dng_Ca_Magma_B = 0x10000741
,
AppearanceKey.Dng_Int_Sharn_Wainscotting_A = 0x10000742
,
AppearanceKey.Dng_Int_Sharn_Wainscotting_B = 0x10000743
,
AppearanceKey.Dng_Int_Sharn_Wainscotting_C = 0x10000744
,
AppearanceKey.Dng_Int_Sharn_Paneling_A = 0x10000745
,
AppearanceKey.Dng_Int_Sharn_Plaster_Distressed_A = 0x10000746
,
AppearanceKey.Dng_Int_Sharn_Plaster_Distressed_B = 0x10000747
,
AppearanceKey.Dng_Int_Sharn_Plaster_Distressed_C = 0x10000748
,
AppearanceKey.Dng_Int_Sharn_Plaster_Distressed_D = 0x10000749
,
AppearanceKey.Dng_Int_Sharn_Plaster_A = 0x1000074A
,
AppearanceKey.Dng_Int_Sharn_Plaster_B = 0x1000074B
,
AppearanceKey.Dng_Int_Sharn_Plaster_C = 0x1000074C
,
AppearanceKey.Dng_Int_Sharn_Plaster_D = 0x1000074D
,
AppearanceKey.cloak_u56_nightrevels_skeleton_a = 0x1000074E
,
AppearanceKey.helmet_u57_bycocket_a = 0x1000074F
,
AppearanceKey.cloak_hardcore_scarf_season_08 = 0x10000750
,
AppearanceKey.cloak_hardcore_scarf_season_09 = 0x10000751
,
AppearanceKey.cloak_hardcore_tattered_season_07 = 0x10000752
,
AppearanceKey.cloak_hardcore_tattered_season_08 = 0x10000753
,
AppearanceKey.cloak_hardcore_tattered_season_09 = 0x10000754
,
AppearanceKey.cloak_hardcore_tattered_season_10 = 0x10000755
,
AppearanceKey.cloak_hardcore_scarf_season_10 = 0x10000756
,
AppearanceKey.cloak_hardcore_scarf_season_07 = 0x10000757
,
AppearanceKey.gear_horned_plate_b = 0x10000759
,
AppearanceKey.skirt_horned_plate_b = 0x1000075A
,
AppearanceKey.helmet_horned_plate_b = 0x1000075B
,
AppearanceKey.armor_u58_supporterpack_drow_a = 0x1000075C
,
AppearanceKey.helmet_u58_supporterpack_drow_a = 0x1000075D
,
AppearanceKey.gear_u58_supporterpack_drow_a = 0x1000075E
,
AppearanceKey.cloak_u58_supporterpack_drow_a = 0x1000075F
,
AppearanceKey.gear_u59_sharn_robe_c = 0x10000760
,
AppearanceKey.gear_u59_sharn_heavy_c = 0x10000761
,
AppearanceKey.gear_u59_sharn_light_c = 0x10000762
,
AppearanceKey.armor_u59_sharn_medium_c = 0x10000764
,
AppearanceKey.armor_u59_sharn_light_c = 0x10000765
,
AppearanceKey.helmet_u59_sharn_medium_c = 0x10000766
,
AppearanceKey.gear_u59_sharn_medium_c = 0x10000767
,
AppearanceKey.armor_u59_sharn_heavy_c = 0x10000768
,
AppearanceKey.helmet_u59_sharn_heavy_c = 0x10000769
,
AppearanceKey.robe_u59_sharn_robe_c = 0x1000076A
,
AppearanceKey.helmet_u58_warlock_acolyte_a = 0x1000076B
,
AppearanceKey.gear_u58_warlock_acolyte_a = 0x1000076C
,
AppearanceKey.armor_u58_warlock_acolyte_a = 0x1000076D
,
AppearanceKey.Druid_AnimalShape_Wolf_Blighted_A = 0x1000076E
,
AppearanceKey.Druid_AnimalShape_Wolf_Plague_A = 0x1000076F
,
AppearanceKey.helmet_u58_druid_blight_a = 0x10000770
,
AppearanceKey.gear_u58_druid_blight_a = 0x10000771
,
AppearanceKey.armor_u58_druid_blight_a = 0x10000772
,
AppearanceKey.helmet_u58_druid_blight_b = 0x10000773
,
AppearanceKey.gear_u58_druid_blight_b = 0x10000774
,
AppearanceKey.armor_u58_druid_blight_b = 0x10000775
,
AppearanceKey.helmet_u59_lich_upsell_a = 0x10000776
,
AppearanceKey.cloak_u59_morgrave_academic_a = 0x10000777
,
AppearanceKey.gear_u59_morgrave_academic_a = 0x10000778
,
AppearanceKey.armor_u59_lich_upsell_a = 0x10000779
,
AppearanceKey.helmet_u59_morgrave_academic_a = 0x1000077A
,
AppearanceKey.gear_u59_lich_upsell_a = 0x1000077B
,
AppearanceKey.cloak_u59_lich_upsell_a = 0x1000077C
,
AppearanceKey.armor_u59_morgrave_academic_a = 0x1000077D
,
AppearanceKey.cloak_hardcore_scarf_season_08_gold = 0x1000077E
,
AppearanceKey.Dng_Ca_Obsidian = 0x1000077F
,
AppearanceKey.helmet_u61_plaguedr_a = 0x10000780
,
AppearanceKey.cloak_u60_magicpage_a = 0x10000781
,
AppearanceKey.Dng_Ca_Astral_Rock = 0x10000782
,
AppearanceKey.helmet_u63_nightrevels_cosmetic_a = 0x10000783
,
AppearanceKey.helmet_u63_nightrevels_cosmetic_b = 0x10000784
,
AppearanceKey.gear_u65_supporterpack_warforged_a = 0x10000789
,
AppearanceKey.helmet_u65_supporterpack_warforged_a = 0x1000078A
,
AppearanceKey.armor_u65_supporterpack_warforged_a = 0x1000078B
,
AppearanceKey.cloak_u65_supporterpack_warforged_a = 0x1000078C
,
AppearanceKey.Dng_Ca_Myth_Drannor = 0x1000078D
,
AppearanceKey.Dng_Int_Myth_Drannor_Elf = 0x1000078E
,
AppearanceKey.Dng_Shv_Myth_Drannor_Elf_Ruined = 0x1000078F
,
AppearanceKey.Dng_Ming_Myth_Drannor_Dwarf_Ruined = 0x10000790
,
AppearanceKey.Dng_Int_Myth_Drannor_Dwarf_Ruined = 0x10000791
,
AppearanceKey.Dng_Int_Myth_Drannor_Elf_Ruined = 0x10000792
,
AppearanceKey.Dng_Int_Myth_Drannor_Dwarf = 0x10000793
,
AppearanceKey.Dng_Ming_Myth_Drannor_Dwarf = 0x10000794
,
AppearanceKey.Dng_Shv_Myth_Drannor_Elf = 0x10000795
,
AppearanceKey.helmet_u67_hat_chef_a = 0x10000796
,
AppearanceKey.gear_u69_eladrin_moon_heavy_a = 0x10000798
,
AppearanceKey.helmet_u69_eladrin_sun_medium_a = 0x10000799
,
AppearanceKey.robe_u69_eladrin_sun_a = 0x1000079A
,
AppearanceKey.gear_u69_eladrin_sun_medium_a = 0x1000079B
,
AppearanceKey.armor_u69_eladrin_moon_a = 0x1000079C
,
AppearanceKey.armor_u69_eladrin_sun_a = 0x1000079D
,
AppearanceKey.helmet_u69_eladrin_moon_heavy_a = 0x1000079E
,
AppearanceKey.helmet_u69_eladrin_moon_light_a = 0x1000079F
,
AppearanceKey.gear_u69_eladrin_moon_light_a = 0x100007A0
,
AppearanceKey.skirt_u69_eladrin_moon_a = 0x100007A1
,
AppearanceKey.helmet_u69_eladrin_sun_heavy_a = 0x100007A2
,
AppearanceKey.gear_u69_eladrin_sun_heavy_a = 0x100007A3
,
AppearanceKey.gear_u69_eladrin_moon_medium_a = 0x100007A4
,
AppearanceKey.helmet_u69_eladrin_sun_light_a = 0x100007A5
,
AppearanceKey.robe_u69_eladrin_moon_a = 0x100007A6
,
AppearanceKey.skirt_u69_eladrin_sun_a = 0x100007A7
,
AppearanceKey.gear_u69_eladrin_sun_light_a = 0x100007A8
,
AppearanceKey.helmet_u68_supporterpack_astral_a = 0x100007A9
,
AppearanceKey.gear_u68_supporterpack_astral_a = 0x100007AA
,
AppearanceKey.armor_u68_supporterpack_astral_a = 0x100007AB
,
AppearanceKey.cloak_u68_supporterpack_astral_a = 0x100007AC
,
AppearanceKey.helmet_u68_red_wizard_upsell_a = 0x100007AD
,
AppearanceKey.gear_u68_red_wizard_upsell_a = 0x100007AE
,
AppearanceKey.armor_u68_red_wizard_upsell_a = 0x100007AF
,
AppearanceKey.cloak_u68_red_wizard_upsell_a = 0x100007B0
} |
|
|
|
enum | ArcaneArcher_ActiveImbue : uint {
ArcaneArcher_ActiveImbue.Invalid = 0x00000000
,
ArcaneArcher_ActiveImbue.Slaying = 0x00000001
,
ArcaneArcher_ActiveImbue.Explosive = 0x00000002
,
ArcaneArcher_ActiveImbue.Force = 0x00000003
,
ArcaneArcher_ActiveImbue.Terror = 0x00000004
,
ArcaneArcher_ActiveImbue.Acid = 0x00000005
,
ArcaneArcher_ActiveImbue.ForceBurst = 0x00000006
} |
|
|
|
enum | ArenaType : uint {
ArenaType.Undef = 0x00000000
,
ArenaType.CaptureTheFlag = 0x00000001
,
ArenaType.DeathMatch = 0x00000002
} |
|
|
|
enum | ArmorType : uint {
ArmorType.Undef = 0x00000000
,
ArmorType.Medium = 0x00000001
,
ArmorType.Light = 0x00000002
,
ArmorType.Heavy = 0x00000003
,
ArmorType.Cloth = 0x00000004
,
ArmorType.Docent = 0x00000005
} |
|
|
|
enum | ArtAssetID : uint {
ArtAssetID.Entry_Field_Center = 0x10000001
,
ArtAssetID.Entry_Field_Left_Border = 0x10000002
,
ArtAssetID.Entry_Field_Right_Border = 0x10000003
,
ArtAssetID.Entry_Field_Top_Border = 0x10000004
,
ArtAssetID.Entry_Field_UpRight_Corner = 0x10000005
,
ArtAssetID.Entry_Field_UpLeft_Corner = 0x10000006
,
ArtAssetID.Entry_Field_Bottom_Border = 0x10000007
,
ArtAssetID.Entry_Field_LowerLeft_Corner = 0x10000008
,
ArtAssetID.Entry_Field_LowerRight_Corner = 0x10000009
,
ArtAssetID.gui2_box_lvl1_titlebar_left = 0x1000000A
,
ArtAssetID.gui2_box_lvl1_titlebar_center = 0x1000000B
,
ArtAssetID.gui2_box_lvl1_titlebar_right = 0x1000000C
,
ArtAssetID.black_50_percent = 0x1000000D
,
ArtAssetID.box_hud_01_leftborder = 0x1000000E
,
ArtAssetID.box_hud_01_lowleftcorner = 0x1000000F
,
ArtAssetID.box_hud_01_bottomborder = 0x10000010
,
ArtAssetID.box_hud_01_lowrightcorner = 0x10000011
,
ArtAssetID.box_hud_01_rightborder = 0x10000012
,
ArtAssetID.box_hud_01_uprightcorner = 0x10000013
,
ArtAssetID.box_hud_01_topborder = 0x10000014
,
ArtAssetID.box_hud_01_upleftcorner = 0x10000015
,
ArtAssetID.Dragonmark_Phrln_grey = 0x10000016
,
ArtAssetID.black_100_percent = 0x10000017
,
ArtAssetID.box_hud_01_opaque_leftborder = 0x10000018
,
ArtAssetID.box_hud_01_opaque_lowleftcorner = 0x10000019
,
ArtAssetID.box_hud_01_opaque_bottomborder = 0x1000001A
,
ArtAssetID.box_hud_01_opaque_lowrightcorner = 0x1000001B
,
ArtAssetID.box_hud_01_opaque_rightborder = 0x1000001C
,
ArtAssetID.box_hud_01_opaque_uprightcorner = 0x1000001D
,
ArtAssetID.box_hud_01_opaque_topborder = 0x1000001E
,
ArtAssetID.box_hud_01_opaque_upleftcorner = 0x1000001F
,
ArtAssetID.box_hud_01_frame_leftborder = 0x10000020
,
ArtAssetID.box_hud_01_frame_lowleftcorner = 0x10000021
,
ArtAssetID.box_hud_01_frame_bottomborder = 0x10000022
,
ArtAssetID.box_hud_01_frame_lowrightcorner = 0x10000023
,
ArtAssetID.box_hud_01_frame_rightborder = 0x10000024
,
ArtAssetID.box_hud_01_frame_uprightcorner = 0x10000025
,
ArtAssetID.box_hud_01_frame_topborder = 0x10000026
,
ArtAssetID.box_hud_01_frame_upleftcorner = 0x10000027
,
ArtAssetID.box_screen_01_opaque_center = 0x10000028
,
ArtAssetID.box_screen_01_opaque_leftborder = 0x10000029
,
ArtAssetID.box_screen_01_opaque_lowleftcorner = 0x1000002A
,
ArtAssetID.box_screen_01_opaque_bottomborder = 0x1000002B
,
ArtAssetID.box_screen_01_opaque_lowrightcorner = 0x1000002C
,
ArtAssetID.box_screen_01_opaque_rightborder = 0x1000002D
,
ArtAssetID.box_screen_01_opaque_uprightcorner = 0x1000002E
,
ArtAssetID.box_screen_01_opaque_topborder = 0x1000002F
,
ArtAssetID.box_screen_01_opaque_upleftcorner = 0x10000030
,
ArtAssetID.box_gold_center = 0x10000031
,
ArtAssetID.box_gold_leftborder = 0x10000032
,
ArtAssetID.box_gold_lowleftcorner = 0x10000033
,
ArtAssetID.box_gold_bottomborder = 0x10000034
,
ArtAssetID.box_gold_lowrightcorner = 0x10000035
,
ArtAssetID.box_gold_rightborder = 0x10000036
,
ArtAssetID.box_gold_uprightcorner = 0x10000037
,
ArtAssetID.box_gold_topborder = 0x10000038
,
ArtAssetID.box_gold_upleftcorner = 0x10000039
,
ArtAssetID.gui2_box_lvl1_center = 0x1000003A
,
ArtAssetID.gui2_box_lvl1_fade_w = 0x1000003B
,
ArtAssetID.gui2_box_lvl1_fade_sw = 0x1000003C
,
ArtAssetID.gui2_box_lvl1_fade_s = 0x1000003D
,
ArtAssetID.gui2_box_lvl1_fade_se = 0x1000003E
,
ArtAssetID.gui2_box_lvl1_fade_e = 0x1000003F
,
ArtAssetID.gui2_box_lvl1_fade_ne = 0x10000040
,
ArtAssetID.gui2_box_lvl1_fade_n = 0x10000041
,
ArtAssetID.gui2_box_lvl1_fade_nw = 0x10000042
,
ArtAssetID.gui2_box_lvl1_metal_center = 0x10000043
,
ArtAssetID.gui2_box_lvl1_W = 0x10000044
,
ArtAssetID.gui2_box_lvl1_SW = 0x10000045
,
ArtAssetID.gui2_box_lvl1_S = 0x10000046
,
ArtAssetID.gui2_box_lvl1_SE = 0x10000047
,
ArtAssetID.gui2_box_lvl1_E = 0x10000048
,
ArtAssetID.gui2_box_lvl1_NE = 0x10000049
,
ArtAssetID.gui2_box_lvl1_N = 0x1000004A
,
ArtAssetID.gui2_box_lvl1_NW = 0x1000004B
,
ArtAssetID.gui2_box_lvl2_center = 0x1000004C
,
ArtAssetID.gui2_box_lvl2_border = 0x1000004D
,
ArtAssetID.gui2_box_lvl1_metal_w_e = 0x1000004E
,
ArtAssetID.gui2_box_lvl1_metal_n_s = 0x1000004F
,
ArtAssetID.gui2_box_lvl0_metal_center = 0x10000050
,
ArtAssetID.gui2_empty_metal_frame_w = 0x10000051
,
ArtAssetID.gui2_empty_metal_frame_sw = 0x10000052
,
ArtAssetID.gui2_empty_metal_frame_s = 0x10000053
,
ArtAssetID.gui2_empty_metal_frame_se = 0x10000054
,
ArtAssetID.gui2_empty_metal_frame_e = 0x10000055
,
ArtAssetID.gui2_empty_metal_frame_ne = 0x10000056
,
ArtAssetID.gui2_empty_metal_frame_n = 0x10000057
,
ArtAssetID.gui2_empty_metal_frame_nw = 0x10000058
,
ArtAssetID.gui2_box_lvl1_graphic_center = 0x10000059
,
ArtAssetID.gui2_box_lvl2_metal_plate_w = 0x1000005A
,
ArtAssetID.gui2_box_lvl2_metal_plate_sw = 0x1000005B
,
ArtAssetID.gui2_box_lvl2_metal_plate_s = 0x1000005C
,
ArtAssetID.gui2_box_lvl2_metal_plate_se = 0x1000005D
,
ArtAssetID.gui2_box_lvl2_metal_plate_e = 0x1000005E
,
ArtAssetID.gui2_box_lvl2_metal_plate_ne = 0x1000005F
,
ArtAssetID.gui2_box_lvl2_metal_plate_n = 0x10000060
,
ArtAssetID.gui2_box_lvl2_metal_plate_nw = 0x10000061
,
ArtAssetID.box_tooltip_center = 0x10000062
,
ArtAssetID.box_tooltip_w = 0x10000063
,
ArtAssetID.box_tooltip_sw = 0x10000064
,
ArtAssetID.box_tooltip_s = 0x10000065
,
ArtAssetID.box_tooltip_se = 0x10000066
,
ArtAssetID.box_tooltip_e = 0x10000067
,
ArtAssetID.box_tooltip_ne = 0x10000068
,
ArtAssetID.box_tooltip_n = 0x10000069
,
ArtAssetID.box_tooltip_nw = 0x1000006A
,
ArtAssetID.box_amber_center = 0x1000006B
,
ArtAssetID.box_amber_w = 0x1000006C
,
ArtAssetID.box_amber_sw = 0x1000006D
,
ArtAssetID.box_amber_s = 0x1000006E
,
ArtAssetID.box_amber_se = 0x1000006F
,
ArtAssetID.box_amber_e = 0x10000070
,
ArtAssetID.box_amber_ne = 0x10000071
,
ArtAssetID.box_amber_n = 0x10000072
,
ArtAssetID.box_amber_nw = 0x10000073
,
ArtAssetID.box_ebdark_center = 0x10000074
,
ArtAssetID.box_ebdark_w = 0x10000075
,
ArtAssetID.box_ebdark_sw = 0x10000076
,
ArtAssetID.box_ebdark_s = 0x10000077
,
ArtAssetID.box_ebdark_se = 0x10000078
,
ArtAssetID.box_ebdark_e = 0x10000079
,
ArtAssetID.box_ebdark_ne = 0x1000007A
,
ArtAssetID.box_ebdark_n = 0x1000007B
,
ArtAssetID.box_ebdark_nw = 0x1000007C
,
ArtAssetID.box_chat_w = 0x1000007D
,
ArtAssetID.box_chat_sw = 0x1000007E
,
ArtAssetID.box_chat_s = 0x1000007F
,
ArtAssetID.box_chat_se = 0x10000080
,
ArtAssetID.box_chat_e = 0x10000081
,
ArtAssetID.box_chat_ne = 0x10000082
,
ArtAssetID.box_chat_n = 0x10000083
,
ArtAssetID.box_chat_nw = 0x10000084
,
ArtAssetID.white_100_percent = 0x10000085
,
ArtAssetID.box_viewport_glass_w = 0x10000086
,
ArtAssetID.box_viewport_glass_sw = 0x10000087
,
ArtAssetID.box_viewport_glass_s = 0x10000088
,
ArtAssetID.box_viewport_glass_se = 0x10000089
,
ArtAssetID.box_viewport_glass_e = 0x1000008A
,
ArtAssetID.box_viewport_glass_ne = 0x1000008B
,
ArtAssetID.box_viewport_glass_n = 0x1000008C
,
ArtAssetID.box_viewport_glass_nw = 0x1000008D
,
ArtAssetID.box_viewport_pipe_ew = 0x1000008E
,
ArtAssetID.box_viewport_plate_sw = 0x1000008F
,
ArtAssetID.box_viewport_pipe_n = 0x10000090
,
ArtAssetID.box_viewport_plate_se = 0x10000091
,
ArtAssetID.box_viewport_plate_ne = 0x10000092
,
ArtAssetID.box_viewport_plate_nw = 0x10000093
,
ArtAssetID.box_viewport_plate_s = 0x10000094
,
ArtAssetID.box_viewport_plate_n = 0x10000095
,
ArtAssetID.box_viewport_ornament_nw = 0x10000096
,
ArtAssetID.box_viewport_ornament_ne = 0x10000097
,
ArtAssetID.box_viewport_ornament_s = 0x10000098
,
ArtAssetID.box_dqst_w = 0x10000099
,
ArtAssetID.box_dqst_sw = 0x1000009A
,
ArtAssetID.box_dqst_s = 0x1000009B
,
ArtAssetID.box_dqst_se = 0x1000009C
,
ArtAssetID.box_dqst_e = 0x1000009D
,
ArtAssetID.box_dqst_ne = 0x1000009E
,
ArtAssetID.box_dqst_n = 0x1000009F
,
ArtAssetID.box_dqst_nw = 0x100000A0
,
ArtAssetID.Gui2_panel_w = 0x100000A1
,
ArtAssetID.Gui2_panel_sw = 0x100000A2
,
ArtAssetID.Gui2_panel_s = 0x100000A3
,
ArtAssetID.Gui2_panel_se = 0x100000A4
,
ArtAssetID.Gui2_panel_e = 0x100000A5
,
ArtAssetID.Gui2_panel_ne = 0x100000A6
,
ArtAssetID.Gui2_panel_n = 0x100000A7
,
ArtAssetID.Gui2_panel_nw = 0x100000A8
,
ArtAssetID.Gui2_panel_titlebar_nw = 0x100000A9
,
ArtAssetID.Gui2_panel_titlebar_n = 0x100000AA
,
ArtAssetID.Gui2_panel_titlebar_ne = 0x100000AB
,
ArtAssetID.Chargen_box_glow_center = 0x100000AC
,
ArtAssetID.Chargen_box_glow_w = 0x100000AD
,
ArtAssetID.Chargen_box_glow_sw = 0x100000AE
,
ArtAssetID.Chargen_box_glow_s = 0x100000AF
,
ArtAssetID.Chargen_box_glow_se = 0x100000B0
,
ArtAssetID.Chargen_box_glow_e = 0x100000B1
,
ArtAssetID.Chargen_box_glow_ne = 0x100000B2
,
ArtAssetID.Chargen_box_glow_n = 0x100000B3
,
ArtAssetID.Chargen_box_glow_nw = 0x100000B4
,
ArtAssetID.Chargen_box_reg_center = 0x100000B5
,
ArtAssetID.Chargen_box_reg_w = 0x100000B6
,
ArtAssetID.Chargen_box_reg_sw = 0x100000B7
,
ArtAssetID.Chargen_box_reg_s = 0x100000B8
,
ArtAssetID.Chargen_box_reg_se = 0x100000B9
,
ArtAssetID.Chargen_box_reg_e = 0x100000BA
,
ArtAssetID.Chargen_box_reg_ne = 0x100000BB
,
ArtAssetID.Chargen_box_reg_n = 0x100000BC
,
ArtAssetID.Chargen_box_reg_nw = 0x100000BD
,
ArtAssetID.white_50_percent = 0x100000BE
,
ArtAssetID.box_eb_dark_75_center_01 = 0x100000BF
,
ArtAssetID.box_ebdark_75_w = 0x100000C0
,
ArtAssetID.box_ebdark_75_sw = 0x100000C1
,
ArtAssetID.box_ebdark_75_s = 0x100000C2
,
ArtAssetID.box_ebdark_75_se = 0x100000C3
,
ArtAssetID.box_ebdark_75_e = 0x100000C4
,
ArtAssetID.box_ebdark_75_ne = 0x100000C5
,
ArtAssetID.box_ebdark_75_n = 0x100000C6
,
ArtAssetID.box_ebdark_75_nw = 0x100000C7
,
ArtAssetID.Adventure_Panel_Box_center = 0x100000C8
,
ArtAssetID.Adventure_Panel_Box_w = 0x100000C9
,
ArtAssetID.Adventure_Panel_Box_sw = 0x100000CA
,
ArtAssetID.Adventure_Panel_Box_s = 0x100000CB
,
ArtAssetID.Adventure_Panel_Box_se = 0x100000CC
,
ArtAssetID.Adventure_Panel_Box_e = 0x100000CD
,
ArtAssetID.Adventure_Panel_Box_ne = 0x100000CE
,
ArtAssetID.Adventure_Panel_Box_n = 0x100000CF
,
ArtAssetID.Adventure_Panel_Box_nw = 0x100000D0
,
ArtAssetID.tab_bg_w = 0x100000D1
,
ArtAssetID.tab_bg_n = 0x100000D2
,
ArtAssetID.tab_bg_e = 0x100000D3
,
ArtAssetID.box_eb_dark_75_center = 0x100000D4
,
ArtAssetID.xp_bar_w = 0x100000D5
,
ArtAssetID.xp_bar_center = 0x100000D6
,
ArtAssetID.xp_bar_e = 0x100000D7
,
ArtAssetID.lfg_topBorder_active = 0x100000D8
,
ArtAssetID.lfg_topLeftCorner_active = 0x100000D9
,
ArtAssetID.lfg_topRightCorner_active = 0x100000DA
,
ArtAssetID.lfg_bottomRightCorner_active = 0x100000DB
,
ArtAssetID.lfg_bottomLeftCorner_active = 0x100000DC
,
ArtAssetID.lfg_bottomBorder_active = 0x100000DD
,
ArtAssetID.lfg_leftBorder_active = 0x100000DE
,
ArtAssetID.lfg_rightBorder_active = 0x100000DF
,
ArtAssetID.lfg_topBorder_inactive = 0x100000E0
,
ArtAssetID.lfg_topLeftCorner_inactive = 0x100000E1
,
ArtAssetID.lfg_topRightCorner_inactive = 0x100000E2
,
ArtAssetID.lfg_bottomRightCorner_inactive = 0x100000E3
,
ArtAssetID.lfg_bottomLeftCorner_inactive = 0x100000E4
,
ArtAssetID.lfg_bottomBorder_inactive = 0x100000E5
,
ArtAssetID.lfg_leftBorder_inactive = 0x100000E6
,
ArtAssetID.lfg_rightBorder_inactive = 0x100000E7
,
ArtAssetID.lfg_rightBorder_secondary = 0x100000E8
,
ArtAssetID.lfg_topBorder_secondary = 0x100000E9
,
ArtAssetID.lfg_bottomBorder_secondary = 0x100000EA
,
ArtAssetID.lfg_topRightCorner_secondary = 0x100000EB
,
ArtAssetID.lfg_topLeftCorner_secondary = 0x100000EC
,
ArtAssetID.lfg_bottomRightCorner_secondary = 0x100000ED
,
ArtAssetID.lfg_bottomLeftCorner_secondary = 0x100000EE
,
ArtAssetID.lfg_topLeftCorner_faded = 0x100000EF
,
ArtAssetID.lfg_topRightCorner_faded = 0x100000F0
,
ArtAssetID.lfg_bottomLeftCorner_faded = 0x100000F1
,
ArtAssetID.lfg_bottomRightCorner_faded = 0x100000F2
,
ArtAssetID.lfg_topBorder_faded = 0x100000F3
,
ArtAssetID.lfg_bottomBorder_faded = 0x100000F4
,
ArtAssetID.lfg_rightBorder_faded = 0x100000F5
,
ArtAssetID.lfg_leftBorder_faded = 0x100000F6
,
ArtAssetID.topLeft = 0x100000F7
,
ArtAssetID.bottomLeft = 0x100000F8
,
ArtAssetID.topRight = 0x100000F9
,
ArtAssetID.bottomRight = 0x100000FA
,
ArtAssetID.top = 0x100000FB
,
ArtAssetID.bottom = 0x100000FC
,
ArtAssetID.right = 0x100000FD
,
ArtAssetID.left = 0x100000FE
,
ArtAssetID.lfg_rightBorder_secondaryDark = 0x100000FF
,
ArtAssetID.lfg_bottomBorder_secondaryDark = 0x10000100
,
ArtAssetID.lfg_bottomRightCorner_secondaryDark = 0x10000101
,
ArtAssetID.box_enhancements_pointStatus_right = 0x10000102
,
ArtAssetID.box_enhancements_pointStatus_left = 0x10000103
,
ArtAssetID.box_enhancements_pointStatus_middle = 0x10000104
,
ArtAssetID.gui2_box_lvl2_center_fullBlack = 0x10000105
,
ArtAssetID.box_alert_nw = 0x10000106
,
ArtAssetID.box_alert_w = 0x10000107
,
ArtAssetID.box_alert_sw = 0x10000108
,
ArtAssetID.box_alert_s = 0x10000109
,
ArtAssetID.box_alert_se = 0x1000010A
,
ArtAssetID.box_alert_e = 0x1000010B
,
ArtAssetID.box_alert_ne = 0x1000010C
,
ArtAssetID.box_alert_n = 0x1000010D
,
ArtAssetID.box_inviz_bg = 0x1000010E
,
ArtAssetID.chestItem_itemBG_left = 0x1000010F
,
ArtAssetID.chestItem_itemBG = 0x10000110
,
ArtAssetID.chestItem_itemBG_right = 0x10000111
,
ArtAssetID.box_weatheredCharcoal = 0x10000112
,
ArtAssetID.singletonBags_bag_orange_top = 0x10000113
,
ArtAssetID.singletonBags_bag_orange_left = 0x10000114
,
ArtAssetID.singletonbags_bag_orange_right = 0x10000115
,
ArtAssetID.singletonBags_bag_orange_bottom = 0x10000116
,
ArtAssetID.singletonBags_bag_green_top = 0x10000117
,
ArtAssetID.singletonBags_bag_green_left = 0x10000118
,
ArtAssetID.singletonBags_bag_greem_right = 0x10000119
,
ArtAssetID.singletonBags_bag_green_bottom = 0x1000011A
,
ArtAssetID.singletonBags_bag_purple_top = 0x1000011B
,
ArtAssetID.singletonBags_bag_purple_left = 0x1000011C
,
ArtAssetID.singletonBags_bag_purple_right = 0x1000011D
,
ArtAssetID.singletonBags_bag_purple_bottom = 0x1000011E
,
ArtAssetID.singletonBags_bag_red_top = 0x1000011F
,
ArtAssetID.singletonBags_bag_red_left = 0x10000120
,
ArtAssetID.singletonBags_bag_red_right = 0x10000121
,
ArtAssetID.singletonBags_bag_red_bottom = 0x10000122
,
ArtAssetID.gui2_button_arrowdown_micro_normal_pressed = 0x10000123
,
ArtAssetID.gui2_button_arrowdown_micro_normal_normal = 0x10000124
,
ArtAssetID.gui2_button_arrowdown_micro_highlight_normal = 0x10000125
,
ArtAssetID.gui2_button_arrowdown_micro_highlight_pressed = 0x10000126
,
ArtAssetID.gui2_button_arrowdown_micro_normal_rollover = 0x10000127
,
ArtAssetID.gui2_button_arrowup_micro_highlight_normal = 0x10000128
,
ArtAssetID.gui2_button_arrowup_micro_normal_pressed = 0x10000129
,
ArtAssetID.gui2_button_arrowup_micro_normal_normal = 0x1000012A
,
ArtAssetID.gui2_button_arrowup_micro_highlight_pressed = 0x1000012B
,
ArtAssetID.gui2_button_arrowup_micro_normal_rollover = 0x1000012C
,
ArtAssetID.CharGen_back_next_button_highlight_normal = 0x1000012D
,
ArtAssetID.CharGen_back_next_button_normal_pressed = 0x1000012E
,
ArtAssetID.CharGen_back_next_button_normal = 0x1000012F
,
ArtAssetID.CharGen_back_next_button_highlight_pressed = 0x10000130
,
ArtAssetID.CharGen_back_next_button_rollover = 0x10000131
,
ArtAssetID.gui2_button_arrowleft_micro_normal_pressed = 0x10000132
,
ArtAssetID.gui2_button_arrowleft_micro_normal_normal = 0x10000133
,
ArtAssetID.gui2_button_arrowleft_micro_highlight_normal = 0x10000134
,
ArtAssetID.gui2_button_arrowleft_micro_highlight_pressed = 0x10000135
,
ArtAssetID.gui2_button_arrowleft_micro_normal_rollover = 0x10000136
,
ArtAssetID.gui2_button_arrowright_micro_normal_pressed = 0x10000137
,
ArtAssetID.gui2_button_arrowright_micro_normal_normal = 0x10000138
,
ArtAssetID.gui2_button_arrowright_micro_highlight_normal = 0x10000139
,
ArtAssetID.gui2_button_arrowright_micro_highlight_pressed = 0x1000013A
,
ArtAssetID.gui2_button_arrowright_micro_normal_rollover = 0x1000013B
,
ArtAssetID.gui2_small_leftarrow_fade_normal = 0x1000013C
,
ArtAssetID.gui2_small_rightarrow_fade_normal = 0x1000013D
,
ArtAssetID.gui2_small_downarrow_fade_normal = 0x1000013E
,
ArtAssetID.gui2_small_uparrow_fade_normal = 0x1000013F
,
ArtAssetID.gui2_button_close_x_ghosted = 0x10000140
,
ArtAssetID.gui2_button_close_x_normal_pressed = 0x10000141
,
ArtAssetID.gui2_button_close_x_normal_normal = 0x10000142
,
ArtAssetID.gui2_button_close_x_normal_rollover = 0x10000143
,
ArtAssetID.rotate_shortcuts_cw_normal = 0x10000144
,
ArtAssetID.rotate_shortcuts_cw_highlight_pressed = 0x10000145
,
ArtAssetID.gui2_button_checkbox_ghosted = 0x10000146
,
ArtAssetID.rotate_shortcuts_cw_normal_pressed = 0x10000147
,
ArtAssetID.rotate_shortcuts_cw_normal_rollover = 0x10000148
,
ArtAssetID.rotate_shortcuts_ccw_normal = 0x10000149
,
ArtAssetID.rotate_shortcuts_ccw_highlight_pressed = 0x1000014A
,
ArtAssetID.rotate_shortcuts_ccw_normal_pressed = 0x1000014B
,
ArtAssetID.rotate_shortcuts_ccw_normal_rollover = 0x1000014C
,
ArtAssetID.detach_shortcut_normal = 0x1000014D
,
ArtAssetID.detach_shortcut_highlight_pressed = 0x1000014E
,
ArtAssetID.detach_shortcut_normal_pressed = 0x1000014F
,
ArtAssetID.detach_shortcut_normal_rollover = 0x10000150
,
ArtAssetID.gui2_button_checkbox_normal_normal = 0x10000151
,
ArtAssetID.gui2_button_checkbox_highlight_pressed = 0x10000152
,
ArtAssetID.gui2_button_checkbox_normal_pressed = 0x10000153
,
ArtAssetID.gui2_button_checkbox_normal_rollover = 0x10000154
,
ArtAssetID.gui2_button_characterpanel_highlight_pressed = 0x10000155
,
ArtAssetID.gui2_button_characterpanel_ghosted = 0x10000156
,
ArtAssetID.gui2_button_characterpanel_normal_pressed = 0x10000157
,
ArtAssetID.gui2_button_characterpanel_normal_normal = 0x10000158
,
ArtAssetID.gui2_button_characterpanel_normal_rollover = 0x10000159
,
ArtAssetID.adventure_compendum_highlight_pressed = 0x1000015A
,
ArtAssetID.adventure_compendum_ghosted = 0x1000015B
,
ArtAssetID.adventure_compendum_normal_pressed = 0x1000015C
,
ArtAssetID.adventure_compendum_normal = 0x1000015D
,
ArtAssetID.adventure_compendum_normal_rollover = 0x1000015E
,
ArtAssetID.gui2_button_invpanel_highlight_pressed = 0x1000015F
,
ArtAssetID.gui2_button_invpanel_normal_normal = 0x10000160
,
ArtAssetID.gui2_button_invpanel_normal_pressed = 0x10000161
,
ArtAssetID.gui2_button_invpanel_normal_rollover = 0x10000162
,
ArtAssetID.gui2_button_questpanel_highlight_pressed = 0x10000163
,
ArtAssetID.gui2_button_questpanel_normal_normal = 0x10000164
,
ArtAssetID.gui2_button_questpanel_normal_pressed = 0x10000165
,
ArtAssetID.gui2_button_questpanel_normal_rollover = 0x10000166
,
ArtAssetID.gui2_button_helppanel_highlight_pressed = 0x10000167
,
ArtAssetID.gui2_button_helppanel_normal_normal = 0x10000168
,
ArtAssetID.gui2_button_helppanel_normal_rollover = 0x10000169
,
ArtAssetID.gui2_button_optionspanel_highlight_pressed = 0x1000016A
,
ArtAssetID.gui2_button_optionspanel_normal_normal = 0x1000016B
,
ArtAssetID.gui2_button_optionspanel_normal_rollover = 0x1000016C
,
ArtAssetID.gui2_button_exitgame_highlight_pressed = 0x1000016D
,
ArtAssetID.gui2_button_exitgame_normal_normal = 0x1000016E
,
ArtAssetID.gui2_button_exitgame_normal_pressed = 0x1000016F
,
ArtAssetID.gui2_button_exitgame_normal_rollover = 0x10000170
,
ArtAssetID.gui2_button_socialpanel_highlight_pressed = 0x10000171
,
ArtAssetID.gui2_button_socialpanel_normal_normal = 0x10000172
,
ArtAssetID.gui2_button_socialpanel_normal_pressed = 0x10000173
,
ArtAssetID.gui2_button_socialpanel_normal_rollover = 0x10000174
,
ArtAssetID.gui2_button_examine_highlight_pressed = 0x10000175
,
ArtAssetID.gui2_button_examine_normal_normal = 0x10000176
,
ArtAssetID.gui2_button_examine_normal_pressed = 0x10000177
,
ArtAssetID.gui2_button_examine_normal_rollover = 0x10000178
,
ArtAssetID.gui2_button_mappanel_highlight_pressed = 0x10000179
,
ArtAssetID.gui2_button_mappanel_normal_normal = 0x1000017A
,
ArtAssetID.gui2_button_mappanel_normal_pressed = 0x1000017B
,
ArtAssetID.gui2_button_mappanel_normal_rollover = 0x1000017C
,
ArtAssetID.gui2_button_zoomout_normal_pressed = 0x1000017D
,
ArtAssetID.gui2_button_zoomout_normal_normal = 0x1000017E
,
ArtAssetID.gui2_button_zoomout_normal_rollover = 0x1000017F
,
ArtAssetID.gui2_button_zoomin_normal_pressed = 0x10000180
,
ArtAssetID.gui2_button_zoomin_normal_normal = 0x10000181
,
ArtAssetID.gui2_button_zoomin_normal_rollover = 0x10000182
,
ArtAssetID.radiobutton_selected = 0x10000183
,
ArtAssetID.radiobutton_unselected = 0x10000184
,
ArtAssetID.gui2_tab_lvl2_small_left = 0x10000185
,
ArtAssetID.gui2_tab_lvl2_small_center = 0x10000186
,
ArtAssetID.gui2_tab_lvl2_small_right = 0x10000187
,
ArtAssetID.gui2_button_center_highlight = 0x10000188
,
ArtAssetID.gui2_button_center_ghosted = 0x10000189
,
ArtAssetID.gui2_button_center_rollover = 0x1000018A
,
ArtAssetID.gui2_button_center_normal = 0x1000018B
,
ArtAssetID.gui2_button_basic_medium_w_highlight_normal = 0x1000018C
,
ArtAssetID.gui2_button_basic_medium_w_ghosted = 0x1000018D
,
ArtAssetID.gui2_button_basic_medium_w_normal_pressed = 0x1000018E
,
ArtAssetID.gui2_button_basic_medium_w_normal_normal = 0x1000018F
,
ArtAssetID.gui2_button_basic_medium_w_highlight_pressed = 0x10000190
,
ArtAssetID.gui2_button_basic_medium_w_normal_rollover = 0x10000191
,
ArtAssetID.gui2_button_basic_medium_n_highlight_normal = 0x10000192
,
ArtAssetID.gui2_button_basic_medium_n_ghosted = 0x10000193
,
ArtAssetID.gui2_button_basic_medium_n_normal_pressed = 0x10000194
,
ArtAssetID.gui2_button_basic_medium_n_normal_normal = 0x10000195
,
ArtAssetID.gui2_button_basic_medium_n_highlight_pressed = 0x10000196
,
ArtAssetID.gui2_button_basic_medium_n_normal_rollover = 0x10000197
,
ArtAssetID.gui2_button_basic_medium_s_highlight_normal = 0x10000198
,
ArtAssetID.gui2_button_basic_medium_s_ghosted = 0x10000199
,
ArtAssetID.gui2_button_basic_medium_s_normal_pressed = 0x1000019A
,
ArtAssetID.gui2_button_basic_medium_s_normal_normal = 0x1000019B
,
ArtAssetID.gui2_button_basic_medium_s_highlight_pressed = 0x1000019C
,
ArtAssetID.gui2_button_basic_medium_s_normal_rollover = 0x1000019D
,
ArtAssetID.gui2_button_basic_medium_e_highlight_normal = 0x1000019E
,
ArtAssetID.gui2_button_basic_medium_e_ghosted = 0x1000019F
,
ArtAssetID.gui2_button_basic_medium_e_normal_pressed = 0x100001A0
,
ArtAssetID.gui2_button_basic_medium_e_normal_normal = 0x100001A1
,
ArtAssetID.gui2_button_basic_medium_e_highlight_pressed = 0x100001A2
,
ArtAssetID.gui2_button_basic_medium_e_normal_rollover = 0x100001A3
,
ArtAssetID.gui2_button_basic_medium_nw_highlight_normal = 0x100001A4
,
ArtAssetID.gui2_button_basic_medium_nw_ghosted = 0x100001A5
,
ArtAssetID.gui2_button_basic_medium_nw_normal_pressed = 0x100001A6
,
ArtAssetID.gui2_button_basic_medium_nw_normal_normal = 0x100001A7
,
ArtAssetID.gui2_button_basic_medium_nw_highlight_pressed = 0x100001A8
,
ArtAssetID.gui2_button_basic_medium_nw_normal_rollover = 0x100001A9
,
ArtAssetID.gui2_button_basic_medium_sw_highlight_normal = 0x100001AA
,
ArtAssetID.gui2_button_basic_medium_sw_ghosted = 0x100001AB
,
ArtAssetID.gui2_button_basic_medium_sw_normal_pressed = 0x100001AC
,
ArtAssetID.gui2_button_basic_medium_sw_normal_normal = 0x100001AD
,
ArtAssetID.gui2_button_basic_medium_sw_highlight_pressed = 0x100001AE
,
ArtAssetID.gui2_button_basic_medium_sw_normal_rollover = 0x100001AF
,
ArtAssetID.gui2_button_basic_medium_ne_highlight_normal = 0x100001B0
,
ArtAssetID.gui2_button_basic_medium_ne_ghosted = 0x100001B1
,
ArtAssetID.gui2_button_basic_medium_ne_normal_pressed = 0x100001B2
,
ArtAssetID.gui2_button_basic_medium_ne_normal_normal = 0x100001B3
,
ArtAssetID.gui2_button_basic_medium_ne_highlight_pressed = 0x100001B4
,
ArtAssetID.gui2_button_basic_medium_ne_normal_rollover = 0x100001B5
,
ArtAssetID.gui2_button_basic_medium_se_highlight_normal = 0x100001B6
,
ArtAssetID.gui2_button_basic_medium_se_ghosted = 0x100001B7
,
ArtAssetID.gui2_button_basic_medium_se_normal_pressed = 0x100001B8
,
ArtAssetID.gui2_button_basic_medium_se_normal_normal = 0x100001B9
,
ArtAssetID.gui2_button_basic_medium_se_highlight_pressed = 0x100001BA
,
ArtAssetID.gui2_button_basic_medium_se_normal_rollover = 0x100001BB
,
ArtAssetID.gui2_button_basic_micro_w_highlight_normal = 0x100001BC
,
ArtAssetID.gui2_button_basic_micro_w_ghosted = 0x100001BD
,
ArtAssetID.gui2_button_basic_micro_w_normal_pressed = 0x100001BE
,
ArtAssetID.gui2_button_basic_micro_w_normal_normal = 0x100001BF
,
ArtAssetID.gui2_button_basic_micro_w_highlight_pressed = 0x100001C0
,
ArtAssetID.gui2_button_basic_micro_w_normal_rollover = 0x100001C1
,
ArtAssetID.gui2_button_basic_micro_n_highlight_normal = 0x100001C2
,
ArtAssetID.gui2_button_basic_micro_n_ghosted = 0x100001C3
,
ArtAssetID.gui2_button_basic_micro_n_normal_pressed = 0x100001C4
,
ArtAssetID.gui2_button_basic_micro_n_normal_normal = 0x100001C5
,
ArtAssetID.gui2_button_basic_micro_n_highlight_pressed = 0x100001C6
,
ArtAssetID.gui2_button_basic_micro_n_normal_rollover = 0x100001C7
,
ArtAssetID.gui2_button_basic_micro_s_highlight_normal = 0x100001C8
,
ArtAssetID.gui2_button_basic_micro_s_ghosted = 0x100001C9
,
ArtAssetID.gui2_button_basic_micro_s_normal_pressed = 0x100001CA
,
ArtAssetID.gui2_button_basic_micro_s_normal_normal = 0x100001CB
,
ArtAssetID.gui2_button_basic_micro_s_highlight_pressed = 0x100001CC
,
ArtAssetID.gui2_button_basic_micro_s_normal_rollover = 0x100001CD
,
ArtAssetID.gui2_button_basic_micro_e_highlight_normal = 0x100001CE
,
ArtAssetID.gui2_button_basic_micro_e_ghosted = 0x100001CF
,
ArtAssetID.gui2_button_basic_micro_e_normal_pressed = 0x100001D0
,
ArtAssetID.gui2_button_basic_micro_e_normal_normal = 0x100001D1
,
ArtAssetID.gui2_button_basic_micro_e_highlight_pressed = 0x100001D2
,
ArtAssetID.gui2_button_basic_micro_e_normal_rollover = 0x100001D3
,
ArtAssetID.gui2_button_basic_micro_nw_highlight_normal = 0x100001D4
,
ArtAssetID.gui2_button_basic_micro_nw_ghosted = 0x100001D5
,
ArtAssetID.gui2_button_basic_micro_nw_normal_pressed = 0x100001D6
,
ArtAssetID.gui2_button_basic_micro_nw_normal_normal = 0x100001D7
,
ArtAssetID.gui2_button_basic_micro_nw_highlight_pressed = 0x100001D8
,
ArtAssetID.gui2_button_basic_micro_nw_normal_rollover = 0x100001D9
,
ArtAssetID.gui2_button_basic_micro_sw_highlight_normal = 0x100001DA
,
ArtAssetID.gui2_button_basic_micro_sw_ghosted = 0x100001DB
,
ArtAssetID.gui2_button_basic_micro_sw_normal_pressed = 0x100001DC
,
ArtAssetID.gui2_button_basic_micro_sw_normal_normal = 0x100001DD
,
ArtAssetID.gui2_button_basic_micro_sw_highlight_pressed = 0x100001DE
,
ArtAssetID.gui2_button_basic_micro_sw_normal_rollover = 0x100001DF
,
ArtAssetID.gui2_button_basic_micro_ne_highlight_normal = 0x100001E0
,
ArtAssetID.gui2_button_basic_micro_ne_ghosted = 0x100001E1
,
ArtAssetID.gui2_button_basic_micro_ne_normal_pressed = 0x100001E2
,
ArtAssetID.gui2_button_basic_micro_ne_normal_normal = 0x100001E3
,
ArtAssetID.gui2_button_basic_micro_ne_highlight_pressed = 0x100001E4
,
ArtAssetID.gui2_button_basic_micro_ne_normal_rollover = 0x100001E5
,
ArtAssetID.gui2_button_basic_micro_se_highlight_normal = 0x100001E6
,
ArtAssetID.gui2_button_basic_micro_se_ghosted = 0x100001E7
,
ArtAssetID.gui2_button_basic_micro_se_normal_pressed = 0x100001E8
,
ArtAssetID.gui2_button_basic_micro_se_normal_normal = 0x100001E9
,
ArtAssetID.gui2_button_basic_micro_se_highlight_pressed = 0x100001EA
,
ArtAssetID.gui2_button_basic_micro_se_normal_rollover = 0x100001EB
,
ArtAssetID.headerTab_center_rolledOver = 0x100001EC
,
ArtAssetID.headerTab_center_highlight = 0x100001ED
,
ArtAssetID.headerTab_center_highlight_rolledOver = 0x100001EE
,
ArtAssetID.headerTab_center_ghosted = 0x100001EF
,
ArtAssetID.headerTab_center_normal = 0x100001F0
,
ArtAssetID.headerTab_top_pressed = 0x100001F1
,
ArtAssetID.headerTab_top_highlight = 0x100001F2
,
ArtAssetID.headerTab_top_highlight_rolledOver = 0x100001F3
,
ArtAssetID.headerTab_top_ghosted = 0x100001F4
,
ArtAssetID.headerTab_top_normal = 0x100001F5
,
ArtAssetID.headerTab_top_rolledOver = 0x100001F6
,
ArtAssetID.headerTab_Bottom_pressed = 0x100001F7
,
ArtAssetID.headerTab_Bottom_highlight = 0x100001F8
,
ArtAssetID.headerTab_Bottom_highlight_rolledOver = 0x100001F9
,
ArtAssetID.headerTab_Bottom_ghosted = 0x100001FA
,
ArtAssetID.headerTab_Bottom_normal = 0x100001FB
,
ArtAssetID.headerTab_Bottom_rolledOver = 0x100001FC
,
ArtAssetID.headerTab_left_pressed = 0x100001FD
,
ArtAssetID.headerTab_left_highlight = 0x100001FE
,
ArtAssetID.headerTab_left_highlight_rolledOver = 0x100001FF
,
ArtAssetID.headerTab_left_ghosted = 0x10000200
,
ArtAssetID.headerTab_left_normal = 0x10000201
,
ArtAssetID.headerTab_left_rolledOver = 0x10000202
,
ArtAssetID.headerTab_right_pressed = 0x10000203
,
ArtAssetID.headerTab_right_highlight = 0x10000204
,
ArtAssetID.headerTab_right_highlight_rolledOver = 0x10000205
,
ArtAssetID.headerTab_right_ghosted = 0x10000206
,
ArtAssetID.headerTab_right_normal = 0x10000207
,
ArtAssetID.headerTab_right_rolledOver = 0x10000208
,
ArtAssetID.headerTab_topLeft_pressed = 0x10000209
,
ArtAssetID.headerTab_topLeft_highlight = 0x1000020A
,
ArtAssetID.headerTab_topLeft_highlight_rolledOver = 0x1000020B
,
ArtAssetID.headerTab_topLeft_ghosted = 0x1000020C
,
ArtAssetID.headerTab_topLeft_normal = 0x1000020D
,
ArtAssetID.headerTab_topLeft_rolledOver = 0x1000020E
,
ArtAssetID.headerTab_BottomLeft_pressed = 0x1000020F
,
ArtAssetID.headerTab_BottomLeft_highlight = 0x10000210
,
ArtAssetID.headerTab_BottomLeft_highlight_rolledOver = 0x10000211
,
ArtAssetID.headerTab_BottomLeft_ghosted = 0x10000212
,
ArtAssetID.headerTab_BottomLeft_normal = 0x10000213
,
ArtAssetID.headerTab_BottomLeft_rolledOver = 0x10000214
,
ArtAssetID.headerTab_BottomRight_pressed = 0x10000215
,
ArtAssetID.headerTab_BottomRight_highlight = 0x10000216
,
ArtAssetID.headerTab_BottomRight_highlight_rolledOver = 0x10000217
,
ArtAssetID.headerTab_BottomRight_ghosted = 0x10000218
,
ArtAssetID.headerTab_BottomRight_normal = 0x10000219
,
ArtAssetID.headerTab_BottomRight_rolledOver = 0x1000021A
,
ArtAssetID.headerTab_topRight_pressed = 0x1000021B
,
ArtAssetID.headerTab_topRight_highlight = 0x1000021C
,
ArtAssetID.headerTab_topRight_highlight_rolledOver = 0x1000021D
,
ArtAssetID.headerTab_topRight_ghosted = 0x1000021E
,
ArtAssetID.headerTab_topRight_normal = 0x1000021F
,
ArtAssetID.headerTab_topRight_rolledOver = 0x10000220
,
ArtAssetID.gui2_button_arrowup_small_ghosted = 0x10000221
,
ArtAssetID.gui2_button_arrowup_small_normal_pressed = 0x10000222
,
ArtAssetID.gui2_button_arrowup_small_normal_normal = 0x10000223
,
ArtAssetID.gui2_button_arrowup_small_normal_rollover = 0x10000224
,
ArtAssetID.gui2_button_arrowdown_small_ghosted = 0x10000225
,
ArtAssetID.gui2_button_arrowdown_small_normal_pressed = 0x10000226
,
ArtAssetID.gui2_button_arrowdown_small_normal_normal = 0x10000227
,
ArtAssetID.gui2_button_arrowdown_small_normal_rollover = 0x10000228
,
ArtAssetID.gui2_button_arrowright_small_ghosted = 0x10000229
,
ArtAssetID.gui2_button_arrowright_small_normal_pressed = 0x1000022A
,
ArtAssetID.gui2_button_arrowright_small_normal_normal = 0x1000022B
,
ArtAssetID.gui2_button_arrowright_small_normal_rollover = 0x1000022C
,
ArtAssetID.gui2_tab_medium_highlight_normal = 0x1000022D
,
ArtAssetID.gui2_tab_medium_normal_normal = 0x1000022E
,
ArtAssetID.gui2_tab_vertical_small_highlight = 0x1000022F
,
ArtAssetID.gui2_tab_vertical_small_normal = 0x10000230
,
ArtAssetID.gui2_button_arrowdown_large_ghosted = 0x10000231
,
ArtAssetID.gui2_button_arrowdown_large_normal_pressed = 0x10000232
,
ArtAssetID.gui2_button_arrowdown_large_normal_normal = 0x10000233
,
ArtAssetID.gui2_button_arrowdown_large_normal_rollover = 0x10000234
,
ArtAssetID.gui2_button_arrowup_large_ghosted = 0x10000235
,
ArtAssetID.gui2_button_arrowup_large_normal_pressed = 0x10000236
,
ArtAssetID.gui2_button_arrowup_large_normal_normal = 0x10000237
,
ArtAssetID.gui2_button_arrowup_large_normal_rollover = 0x10000238
,
ArtAssetID.gui2_button_arrowleft_large_ghosted = 0x10000239
,
ArtAssetID.gui2_button_arrowleft_large_normal_pressed = 0x1000023A
,
ArtAssetID.gui2_button_arrowleft_large_normal_normal = 0x1000023B
,
ArtAssetID.gui2_button_arrowleft_large_normal_rollover = 0x1000023C
,
ArtAssetID.gui2_button_arrowright_large_ghosted = 0x1000023D
,
ArtAssetID.gui2_button_arrowright_large_normal_pressed = 0x1000023E
,
ArtAssetID.gui2_button_arrowright_large_normal_normal = 0x1000023F
,
ArtAssetID.gui2_button_arrowright_large_normal_rollover = 0x10000240
,
ArtAssetID.gui2_tab_medium_bar_center = 0x10000241
,
ArtAssetID.gui2_tab_medium_bar_e = 0x10000242
,
ArtAssetID.gui2_tab_medium_bar_w = 0x10000243
,
ArtAssetID.gui2_tab_medium_left_highlight_normal = 0x10000244
,
ArtAssetID.gui2_tab_medium_left_normal_normal = 0x10000245
,
ArtAssetID.gui2_tab_medium_center_highlight_normal = 0x10000246
,
ArtAssetID.gui2_tab_medium_center_normal_normal = 0x10000247
,
ArtAssetID.gui2_tab_medium_right_highlight_normal = 0x10000248
,
ArtAssetID.gui2_tab_medium_right_normal_normal = 0x10000249
,
ArtAssetID.gui2_button_arrowright_small_plus_ghosted = 0x1000024A
,
ArtAssetID.gui2_button_arrowright_small_plus_normal_pressed = 0x1000024B
,
ArtAssetID.gui2_button_arrowright_small_plus_normal_normal = 0x1000024C
,
ArtAssetID.gui2_button_arrowright_small_plus_normal_rollover = 0x1000024D
,
ArtAssetID.gui2_button_arrowleft_small_minus_ghosted = 0x1000024E
,
ArtAssetID.gui2_button_arrowleft_small_minus_normal_pressed = 0x1000024F
,
ArtAssetID.gui2_button_arrowleft_small_minus_normal_normal = 0x10000250
,
ArtAssetID.gui2_button_arrowleft_small_minus_normal_rollover = 0x10000251
,
ArtAssetID.gui2_button_minus_highlight_normal = 0x10000252
,
ArtAssetID.gui2_button_plus_ghosted = 0x10000253
,
ArtAssetID.gui2_button_plus_highlight_normal = 0x10000254
,
ArtAssetID.gui2_button_plus_normal_normal = 0x10000255
,
ArtAssetID.black_25_percent = 0x10000256
,
ArtAssetID.white_25_percent = 0x10000257
,
ArtAssetID.button_lock_normal_normal = 0x10000258
,
ArtAssetID.button_lock_highlight_normal = 0x10000259
,
ArtAssetID.button_lock_ghosted = 0x1000025A
,
ArtAssetID.button_lock_normal_pressed = 0x1000025B
,
ArtAssetID.button_lock_normal_rollover = 0x1000025C
,
ArtAssetID.gui2_button_eye_large_normal_normal = 0x1000025D
,
ArtAssetID.gui2_button_eye_large_highlight_normal = 0x1000025E
,
ArtAssetID.gui2_button_eye_large_ghosted = 0x1000025F
,
ArtAssetID.gui2_button_eye_large_normal_pressed = 0x10000260
,
ArtAssetID.gui2_button_eye_large_normal_rollover = 0x10000261
,
ArtAssetID.gui2_button_eye_small_normal_normal = 0x10000262
,
ArtAssetID.gui2_button_eye_small_highlight_normal = 0x10000263
,
ArtAssetID.gui2_button_eye_small_ghosted = 0x10000264
,
ArtAssetID.gui2_button_eye_small_normal_pressed = 0x10000265
,
ArtAssetID.gui2_button_eye_small_normal_rollover = 0x10000266
,
ArtAssetID.gui2_button_examine_sm_highlight_normal = 0x10000267
,
ArtAssetID.gui2_button_examine_sm_ghosted = 0x10000268
,
ArtAssetID.gui2_button_examine_sm_normal_pressed = 0x10000269
,
ArtAssetID.gui2_button_examine_sm_normal_normal = 0x1000026A
,
ArtAssetID.gui2_button_examine_sm_highlight_pressed = 0x1000026B
,
ArtAssetID.gui2_button_examine_sm_normal_rollover = 0x1000026C
,
ArtAssetID.gui2_button_examine_sm_round_highlight_normal = 0x1000026D
,
ArtAssetID.gui2_button_examine_sm_round_ghosted = 0x1000026E
,
ArtAssetID.gui2_button_examine_sm_round_normal_pressed = 0x1000026F
,
ArtAssetID.gui2_button_examine_sm_round_normal_normal = 0x10000270
,
ArtAssetID.gui2_button_examine_sm_round_highlight_pressed = 0x10000271
,
ArtAssetID.gui2_button_examine_sm_round_normal_rollover = 0x10000272
,
ArtAssetID.gui2_button_scroll_up_normal_rollover = 0x10000273
,
ArtAssetID.gui2_button_scroll_up_normal_pressed = 0x10000274
,
ArtAssetID.gui2_button_scroll_up_normal_normal = 0x10000275
,
ArtAssetID.gui2_button_scroll_up_highlight_normal = 0x10000276
,
ArtAssetID.gui2_button_scroll_up_highlight_pressed = 0x10000277
,
ArtAssetID.gui2_button_scroll_down_normal_rollover = 0x10000278
,
ArtAssetID.gui2_button_scroll_down_normal_pressed = 0x10000279
,
ArtAssetID.gui2_button_scroll_down_normal_normal = 0x1000027A
,
ArtAssetID.gui2_button_scroll_down_highlight_normal = 0x1000027B
,
ArtAssetID.gui2_button_scroll_down_highlight_pressed = 0x1000027C
,
ArtAssetID.inv_tab_highlight_aqua_01 = 0x1000027D
,
ArtAssetID.inv_tab_rollover_aqua_01 = 0x1000027E
,
ArtAssetID.inv_tab_highlight_aqua_01_accept = 0x1000027F
,
ArtAssetID.inv_tab_normal_aqua_01 = 0x10000280
,
ArtAssetID.inv_tab_highlight_green_01 = 0x10000281
,
ArtAssetID.inv_tab_rollover_green_01 = 0x10000282
,
ArtAssetID.inv_tab_highlight_green_01_accept = 0x10000283
,
ArtAssetID.inv_tab_normal_green_01 = 0x10000284
,
ArtAssetID.inv_tab_highlight_blue_01 = 0x10000285
,
ArtAssetID.inv_tab_rollover_blue_01 = 0x10000286
,
ArtAssetID.inv_tab_highlight_blue_01_accept = 0x10000287
,
ArtAssetID.inv_tab_normal_blue_01 = 0x10000288
,
ArtAssetID.inv_tab_highlight_red_01 = 0x10000289
,
ArtAssetID.inv_tab_rollover_red_01 = 0x1000028A
,
ArtAssetID.inv_tab_highlight_red_01_accept = 0x1000028B
,
ArtAssetID.inv_tab_normal_red_01 = 0x1000028C
,
ArtAssetID.inv_tab_highlight_gold_01 = 0x1000028D
,
ArtAssetID.inv_tab_rollover_gold_01 = 0x1000028E
,
ArtAssetID.inv_tab_highlight_gold_01_accept = 0x1000028F
,
ArtAssetID.inv_tab_normal_gold_01 = 0x10000290
,
ArtAssetID.bank_tab_highlight_aqua_01 = 0x10000291
,
ArtAssetID.bank_tab_rollover_aqua_01 = 0x10000292
,
ArtAssetID.bank_tab_highlight_aqua_01_accept = 0x10000293
,
ArtAssetID.bank_tab_normal_aqua_01 = 0x10000294
,
ArtAssetID.bank_tab_highlight_green_01 = 0x10000295
,
ArtAssetID.bank_tab_rollover_green_01 = 0x10000296
,
ArtAssetID.bank_tab_highlight_green_01_accept = 0x10000297
,
ArtAssetID.bank_tab_normal_green_01 = 0x10000298
,
ArtAssetID.bank_tab_highlight_blue_01 = 0x10000299
,
ArtAssetID.bank_tab_rollover_blue_01 = 0x1000029A
,
ArtAssetID.bank_tab_highlight_blue_01_accept = 0x1000029B
,
ArtAssetID.bank_tab_normal_blue_01 = 0x1000029C
,
ArtAssetID.bank_tab_highlight_red_01 = 0x1000029D
,
ArtAssetID.bank_tab_rollover_red_01 = 0x1000029E
,
ArtAssetID.bank_tab_highlight_red_01_accept = 0x1000029F
,
ArtAssetID.bank_tab_normal_red_01 = 0x100002A0
,
ArtAssetID.bank_tab_highlight_gold_01 = 0x100002A1
,
ArtAssetID.bank_tab_rollover_gold_01 = 0x100002A2
,
ArtAssetID.bank_tab_highlight_gold_01_accept = 0x100002A3
,
ArtAssetID.bank_tab_normal_gold_01 = 0x100002A4
,
ArtAssetID.Fett_Down = 0x100002A5
,
ArtAssetID.Fett_Up = 0x100002A6
,
ArtAssetID.CharGen_back_next_button_center_highlight = 0x100002A7
,
ArtAssetID.CharGen_back_next_button_center_ghosted = 0x100002A8
,
ArtAssetID.CharGen_back_next_button_center_rollover = 0x100002A9
,
ArtAssetID.CharGen_back_next_button_center_normal = 0x100002AA
,
ArtAssetID.CharGen_back_next_button_w_highlight_normal = 0x100002AB
,
ArtAssetID.CharGen_back_next_button_w_ghosted = 0x100002AC
,
ArtAssetID.CharGen_back_next_button_w_normal_pressed = 0x100002AD
,
ArtAssetID.CharGen_back_next_button_w_normal_normal = 0x100002AE
,
ArtAssetID.CharGen_back_next_button_w_highlight_pressed = 0x100002AF
,
ArtAssetID.CharGen_back_next_button_w_normal_rollover = 0x100002B0
,
ArtAssetID.CharGen_back_next_button_n_highlight_normal = 0x100002B1
,
ArtAssetID.CharGen_back_next_button_n_ghosted = 0x100002B2
,
ArtAssetID.CharGen_back_next_button_n_normal_pressed = 0x100002B3
,
ArtAssetID.CharGen_back_next_button_n_normal_normal = 0x100002B4
,
ArtAssetID.CharGen_back_next_button_n_highlight_pressed = 0x100002B5
,
ArtAssetID.CharGen_back_next_button_n_normal_rollover = 0x100002B6
,
ArtAssetID.CharGen_back_next_button_s_highlight_normal = 0x100002B7
,
ArtAssetID.CharGen_back_next_button_s_ghosted = 0x100002B8
,
ArtAssetID.CharGen_back_next_button_s_normal_pressed = 0x100002B9
,
ArtAssetID.CharGen_back_next_button_s_normal_normal = 0x100002BA
,
ArtAssetID.CharGen_back_next_button_s_highlight_pressed = 0x100002BB
,
ArtAssetID.CharGen_back_next_button_s_normal_rollover = 0x100002BC
,
ArtAssetID.CharGen_back_next_button_e_highlight_normal = 0x100002BD
,
ArtAssetID.CharGen_back_next_button_e_ghosted = 0x100002BE
,
ArtAssetID.CharGen_back_next_button_e_normal_pressed = 0x100002BF
,
ArtAssetID.CharGen_back_next_button_e_normal_normal = 0x100002C0
,
ArtAssetID.CharGen_back_next_button_e_highlight_pressed = 0x100002C1
,
ArtAssetID.CharGen_back_next_button_e_normal_rollover = 0x100002C2
,
ArtAssetID.CharGen_back_next_button_nw_highlight_normal = 0x100002C3
,
ArtAssetID.CharGen_back_next_button_nw_ghosted = 0x100002C4
,
ArtAssetID.CharGen_back_next_button_nw_normal_pressed = 0x100002C5
,
ArtAssetID.CharGen_back_next_button_nw_normal_normal = 0x100002C6
,
ArtAssetID.CharGen_back_next_button_nw_highlight_pressed = 0x100002C7
,
ArtAssetID.CharGen_back_next_button_nw_normal_rollover = 0x100002C8
,
ArtAssetID.CharGen_back_next_button_sw_highlight_normal = 0x100002C9
,
ArtAssetID.CharGen_back_next_button_sw_ghosted = 0x100002CA
,
ArtAssetID.CharGen_back_next_button_sw_normal_pressed = 0x100002CB
,
ArtAssetID.CharGen_back_next_button_sw_normal_normal = 0x100002CC
,
ArtAssetID.CharGen_back_next_button_sw_highlight_pressed = 0x100002CD
,
ArtAssetID.CharGen_back_next_button_sw_normal_rollover = 0x100002CE
,
ArtAssetID.CharGen_back_next_button_ne_highlight_normal = 0x100002CF
,
ArtAssetID.CharGen_back_next_button_ne_ghosted = 0x100002D0
,
ArtAssetID.CharGen_back_next_button_ne_normal_pressed = 0x100002D1
,
ArtAssetID.CharGen_back_next_button_ne_normal_normal = 0x100002D2
,
ArtAssetID.CharGen_back_next_button_ne_highlight_pressed = 0x100002D3
,
ArtAssetID.CharGen_back_next_button_ne_normal_rollover = 0x100002D4
,
ArtAssetID.CharGen_back_next_button_se_highlight_normal = 0x100002D5
,
ArtAssetID.CharGen_back_next_button_se_ghosted = 0x100002D6
,
ArtAssetID.CharGen_back_next_button_se_normal_pressed = 0x100002D7
,
ArtAssetID.CharGen_back_next_button_se_normal_normal = 0x100002D8
,
ArtAssetID.CharGen_back_next_button_se_highlight_pressed = 0x100002D9
,
ArtAssetID.CharGen_back_next_button_se_normal_rollover = 0x100002DA
,
ArtAssetID.auto_attack_highlight_pressed = 0x100002DB
,
ArtAssetID.auto_attack_normal_normal = 0x100002DC
,
ArtAssetID.auto_attack_normal_pressed = 0x100002DD
,
ArtAssetID.auto_attack_normal_rollover = 0x100002DE
,
ArtAssetID.trade_highlight_pressed = 0x100002DF
,
ArtAssetID.trade_normal_normal = 0x100002E0
,
ArtAssetID.trade_normal_pressed = 0x100002E1
,
ArtAssetID.trade_normal_rollover = 0x100002E2
,
ArtAssetID.invite_highlight_pressed = 0x100002E3
,
ArtAssetID.invite_normal_normal = 0x100002E4
,
ArtAssetID.invite_normal_pressed = 0x100002E5
,
ArtAssetID.invite_normal_rollover = 0x100002E6
,
ArtAssetID.turn_l_highlight_rollover = 0x100002E7
,
ArtAssetID.turn_l_ghosted = 0x100002E8
,
ArtAssetID.turn_l_normal_pressed = 0x100002E9
,
ArtAssetID.turn_l_normal = 0x100002EA
,
ArtAssetID.turn_l_highlight_pressed = 0x100002EB
,
ArtAssetID.turn_l_normal_rollover = 0x100002EC
,
ArtAssetID.turn_r_highlight_rollover = 0x100002ED
,
ArtAssetID.turn_r_ghosted = 0x100002EE
,
ArtAssetID.turn_r_normal_pressed = 0x100002EF
,
ArtAssetID.turn_r_normal = 0x100002F0
,
ArtAssetID.turn_r_highlight_pressed = 0x100002F1
,
ArtAssetID.turn_r_normal_rollover = 0x100002F2
,
ArtAssetID.advanced_setup_highlight_normal = 0x100002F3
,
ArtAssetID.advanced_setup_highlight_rollover = 0x100002F4
,
ArtAssetID.advanced_setup_ghosted = 0x100002F5
,
ArtAssetID.advanced_setup_normal_pressed = 0x100002F6
,
ArtAssetID.advanced_setup_normal = 0x100002F7
,
ArtAssetID.advanced_setup_highlight_pressed = 0x100002F8
,
ArtAssetID.advanced_setup_normal_rollover = 0x100002F9
,
ArtAssetID.create_character_highlight_normal = 0x100002FA
,
ArtAssetID.create_character_highlight_rollover = 0x100002FB
,
ArtAssetID.create_character_ghosted = 0x100002FC
,
ArtAssetID.create_character_normal_pressed = 0x100002FD
,
ArtAssetID.create_character_normal = 0x100002FE
,
ArtAssetID.create_character_highlight_pressed = 0x100002FF
,
ArtAssetID.create_character_normal_rollover = 0x10000300
,
ArtAssetID.tab_front_w = 0x10000301
,
ArtAssetID.tab_back_w = 0x10000302
,
ArtAssetID.tab_back_hightlight_w = 0x10000303
,
ArtAssetID.tab_front_n = 0x10000304
,
ArtAssetID.tab_back_n = 0x10000305
,
ArtAssetID.tab_back_hightlight_n = 0x10000306
,
ArtAssetID.tab_front_e = 0x10000307
,
ArtAssetID.tab_back_e = 0x10000308
,
ArtAssetID.tab_back_hightlight_e = 0x10000309
,
ArtAssetID.gui2_button_scroll_right_normal_rollover = 0x1000030A
,
ArtAssetID.gui2_button_scroll_right_normal_pressed = 0x1000030B
,
ArtAssetID.gui2_button_scroll_right_normal_normal = 0x1000030C
,
ArtAssetID.gui2_button_scroll_right_highlight_normal = 0x1000030D
,
ArtAssetID.gui2_button_scroll_right_highlight_pressed = 0x1000030E
,
ArtAssetID.gui2_button_scroll_left_normal_rollover = 0x1000030F
,
ArtAssetID.gui2_button_scroll_left_normal_pressed = 0x10000310
,
ArtAssetID.gui2_button_scroll_left_normal_normal = 0x10000311
,
ArtAssetID.gui2_button_scroll_left_highlight_normal = 0x10000312
,
ArtAssetID.gui2_button_scroll_left_highlight_pressed = 0x10000313
,
ArtAssetID.gui2_tab_vertical_small_summary_charactersheet_highlight = 0x10000314
,
ArtAssetID.gui2_tab_vertical_small_summary_charactersheet_normal = 0x10000315
,
ArtAssetID.gui2_button_examine_map_sm_round_highlight_normal = 0x10000316
,
ArtAssetID.gui2_button_examine_map_sm_round_ghosted = 0x10000317
,
ArtAssetID.gui2_button_examine_map_sm_round_normal_pressed = 0x10000318
,
ArtAssetID.gui2_button_examine_map_sm_round_normal_normal = 0x10000319
,
ArtAssetID.gui2_button_examine_map_sm_round_highlight_pressed = 0x1000031A
,
ArtAssetID.gui2_button_examine_map_sm_round_normal_rollover = 0x1000031B
,
ArtAssetID.lg_class_cleric_active = 0x1000031C
,
ArtAssetID.lg_class_cleric_inactive = 0x1000031D
,
ArtAssetID.lg_class_fighter_active = 0x1000031E
,
ArtAssetID.lg_class_fighter_inactive = 0x1000031F
,
ArtAssetID.lg_class_wizard_active = 0x10000320
,
ArtAssetID.lg_class_wizard_inactive = 0x10000321
,
ArtAssetID.lg_class_paladin_active = 0x10000322
,
ArtAssetID.lg_class_paladin_inactive = 0x10000323
,
ArtAssetID.lg_class_bard_active = 0x10000324
,
ArtAssetID.lg_class_bard_inactive = 0x10000325
,
ArtAssetID.lg_class_ranger_active = 0x10000326
,
ArtAssetID.lg_class_ranger_inactive = 0x10000327
,
ArtAssetID.lg_class_rouge_active = 0x10000328
,
ArtAssetID.lg_class_rouge_inactive = 0x10000329
,
ArtAssetID.lg_class_barbarian_active = 0x1000032A
,
ArtAssetID.lg_class_barbarian_inactive = 0x1000032B
,
ArtAssetID.lg_class_sorcerer_active = 0x1000032C
,
ArtAssetID.lg_class_sorcerer_inactive = 0x1000032D
,
ArtAssetID.sort_arrow_down = 0x1000032E
,
ArtAssetID.sort_arrow_up = 0x1000032F
,
ArtAssetID.button_move_right_normal = 0x10000330
,
ArtAssetID.button_move_right_ghosted = 0x10000331
,
ArtAssetID.button_move_left_normal = 0x10000332
,
ArtAssetID.button_move_left_ghosted = 0x10000333
,
ArtAssetID.button_expandAll_normal = 0x10000334
,
ArtAssetID.button_expandAll_ghosted = 0x10000335
,
ArtAssetID.button_contractAll_normal = 0x10000336
,
ArtAssetID.button_contractAll_ghosted = 0x10000337
,
ArtAssetID.dragbar_black_left = 0x10000338
,
ArtAssetID.dragbar_black_center = 0x10000339
,
ArtAssetID.dragbar_black_right = 0x1000033A
,
ArtAssetID.meter_horizontal_fill_blue_durability_25percent = 0x1000033B
,
ArtAssetID.black_fade_300x8 = 0x1000033C
,
ArtAssetID.slot_hud_weaponset = 0x1000033D
,
ArtAssetID.copperCoin_sm = 0x1000033E
,
ArtAssetID.goldCoin_sm = 0x1000033F
,
ArtAssetID.silverCoin_sm = 0x10000340
,
ArtAssetID.platCoin_sm = 0x10000341
,
ArtAssetID.gameToken = 0x10000342
,
ArtAssetID.exam_copper_rollHeader_l = 0x10000343
,
ArtAssetID.exam_silver_rollHeader_l = 0x10000344
,
ArtAssetID.exam_gold_rollHeader_l = 0x10000345
,
ArtAssetID.exam_platinum_rollHeader_l = 0x10000346
,
ArtAssetID.exam_copper_rollHeader_c = 0x10000347
,
ArtAssetID.exam_silver_rollHeader_c = 0x10000348
,
ArtAssetID.exam_gold_rollHeader_c = 0x10000349
,
ArtAssetID.exam_platinum_rollHeader_c = 0x1000034A
,
ArtAssetID.exam_copper_rollHeader_r = 0x1000034B
,
ArtAssetID.exam_silver_rollHeader_r = 0x1000034C
,
ArtAssetID.exam_gold_rollHeader_r = 0x1000034D
,
ArtAssetID.exam_platinum_rollHeader_r = 0x1000034E
,
ArtAssetID.exam_copper_tl = 0x1000034F
,
ArtAssetID.exam_silver_tl = 0x10000350
,
ArtAssetID.exam_gold_tl = 0x10000351
,
ArtAssetID.exam_platinum_tl = 0x10000352
,
ArtAssetID.exam_copper_t = 0x10000353
,
ArtAssetID.exam_silver_t = 0x10000354
,
ArtAssetID.exam_gold_t = 0x10000355
,
ArtAssetID.exam_platinum_t = 0x10000356
,
ArtAssetID.exam_copper_tr = 0x10000357
,
ArtAssetID.exam_silver_tr = 0x10000358
,
ArtAssetID.exam_gold_tr = 0x10000359
,
ArtAssetID.exam_platinum_tr = 0x1000035A
,
ArtAssetID.exam_copper_r = 0x1000035B
,
ArtAssetID.exam_silver_r = 0x1000035C
,
ArtAssetID.exam_platinum_r = 0x1000035D
,
ArtAssetID.exam_silver_br = 0x1000035E
,
ArtAssetID.exam_platinum_br = 0x1000035F
,
ArtAssetID.exam_silver_b = 0x10000360
,
ArtAssetID.exam_platinum_b = 0x10000361
,
ArtAssetID.exam_silver_bl = 0x10000362
,
ArtAssetID.exam_platinum_bl = 0x10000363
,
ArtAssetID.exam_silver_l = 0x10000364
,
ArtAssetID.exam_platinum_l = 0x10000365
,
ArtAssetID.exam_platinum_cr = 0x10000366
,
ArtAssetID.exam_silver_footer_l = 0x10000367
,
ArtAssetID.exam_platinum_footer_l = 0x10000368
,
ArtAssetID.exam_silver_footer_c = 0x10000369
,
ArtAssetID.exam_platinum_footer_c = 0x1000036A
,
ArtAssetID.exam_silver_footer_r = 0x1000036B
,
ArtAssetID.exam_platinum_footer_r = 0x1000036C
,
ArtAssetID.exam_silver_staticHeader_l = 0x1000036D
,
ArtAssetID.exam_platinum_staticHeader_l = 0x1000036E
,
ArtAssetID.exam_silver_staticHeader_c = 0x1000036F
,
ArtAssetID.exam_platinum_staticHeader_c = 0x10000370
,
ArtAssetID.exam_silver_staticHeader_r = 0x10000371
,
ArtAssetID.exam_platinum_staticHeader_r = 0x10000372
,
ArtAssetID.exam_footerBG_c = 0x10000373
,
ArtAssetID.examination_header_canUse_l = 0x10000374
,
ArtAssetID.examination_header_canNotUse_l = 0x10000375
,
ArtAssetID.examination_header_pentalty_c = 0x10000376
,
ArtAssetID.examination_header_canUse_r = 0x10000377
,
ArtAssetID.examination_header_canNotUse_r = 0x10000378
,
ArtAssetID.feats_legend_active = 0x10000379
,
ArtAssetID.feats_legend_passive = 0x1000037A
,
ArtAssetID.black_75_percent = 0x1000037B
,
ArtAssetID.toggle_buttons_plus = 0x1000037C
,
ArtAssetID.toggle_buttons_minus = 0x1000037D
,
ArtAssetID.icon_examination_default = 0x1000037E
,
ArtAssetID.icon_selected_overlay = 0x1000037F
,
ArtAssetID.alreadyHave_active = 0x10000380
,
ArtAssetID.unavailable_active = 0x10000381
,
ArtAssetID.alreadyHave_passive = 0x10000382
,
ArtAssetID.unavailable_passive = 0x10000383
,
ArtAssetID.selection_yellow_40 = 0x10000384
,
ArtAssetID.dragbar_overlay_8x128 = 0x10000385
,
ArtAssetID.gold_texture = 0x10000386
,
ArtAssetID.selection_yellow = 0x10000387
,
ArtAssetID.invite_highlight_normal = 0x10000388
,
ArtAssetID.invite_ghosted = 0x10000389
,
ArtAssetID.auto_attack_micro_highlight_normal01 = 0x1000038A
,
ArtAssetID.auto_attack_ghosted = 0x1000038B
,
ArtAssetID.gui2_button_orb_destroy_master_highlight_normal = 0x1000038C
,
ArtAssetID.gui2_button_orb_destroy_master_ghosted = 0x1000038D
,
ArtAssetID.gui2_button_orb_destroy_master_normal_pressed = 0x1000038E
,
ArtAssetID.gui2_button_orb_destroy_master_normal_normal = 0x1000038F
,
ArtAssetID.gui2_button_orb_destroy_master_highlight_pressed = 0x10000390
,
ArtAssetID.gui2_button_orb_destroy_master_normal_rollover = 0x10000391
,
ArtAssetID.gui2_button_orb_menu_highlight_normal = 0x10000392
,
ArtAssetID.gui2_button_orb_menu_ghosted = 0x10000393
,
ArtAssetID.gui2_button_orb_menu_normal_pressed = 0x10000394
,
ArtAssetID.gui2_button_orb_menu_normal_normal = 0x10000395
,
ArtAssetID.gui2_button_orb_menu_highlight_pressed = 0x10000396
,
ArtAssetID.gui2_button_orb_menu_normal_rollover = 0x10000397
,
ArtAssetID.trade_highlight_normal = 0x10000398
,
ArtAssetID.trade_ghosted = 0x10000399
,
ArtAssetID.gui2_button_orb_use_highlight_normal = 0x1000039A
,
ArtAssetID.gui2_button_orb_use_ghosted = 0x1000039B
,
ArtAssetID.gui2_button_orb_use_normal_pressed = 0x1000039C
,
ArtAssetID.gui2_button_orb_use_normal_normal = 0x1000039D
,
ArtAssetID.gui2_button_orb_use_highlight_pressed = 0x1000039E
,
ArtAssetID.gui2_button_orb_use_normal_rollover = 0x1000039F
,
ArtAssetID.invite_micro_highlight_normal = 0x100003A0
,
ArtAssetID.invite_micro_ghosted = 0x100003A1
,
ArtAssetID.invite_micro_normal_pressed = 0x100003A2
,
ArtAssetID.invite_micro_normal = 0x100003A3
,
ArtAssetID.invite_micro_highlight_pressed = 0x100003A4
,
ArtAssetID.invite_micro_normalrollover = 0x100003A5
,
ArtAssetID.trade_micro_highlight_normal = 0x100003A6
,
ArtAssetID.trade_micro_ghosted = 0x100003A7
,
ArtAssetID.trade_micro_normal_pressed = 0x100003A8
,
ArtAssetID.trade_micro_normal = 0x100003A9
,
ArtAssetID.trade_micro_highlight_pressed = 0x100003AA
,
ArtAssetID.trade_micro_normalrollover = 0x100003AB
,
ArtAssetID.auto_attack_micro_highlight_normal02 = 0x100003AC
,
ArtAssetID.auto_attack_micro_highlight_normal03 = 0x100003AD
,
ArtAssetID.auto_attack_micro_highlight_normal04 = 0x100003AE
,
ArtAssetID.auto_attack_micro_highlight_normal05 = 0x100003AF
,
ArtAssetID.auto_attack_micro_highlight_normal06 = 0x100003B0
,
ArtAssetID.auto_attack_micro_highlight_normal07 = 0x100003B1
,
ArtAssetID.auto_attack_micro_highlight_normal08 = 0x100003B2
,
ArtAssetID.auto_attack_micro_highlight_normal09 = 0x100003B3
,
ArtAssetID.auto_attack_micro_highlight_normal10 = 0x100003B4
,
ArtAssetID.auto_attack_micro_highlight_normal11 = 0x100003B5
,
ArtAssetID.auto_attack_micro_highlight_normal12 = 0x100003B6
,
ArtAssetID.auto_attack_micro_highlight_normal13 = 0x100003B7
,
ArtAssetID.auto_attack_micro_highlight_normal14 = 0x100003B8
,
ArtAssetID.auto_attack_micro_highlight_normal15 = 0x100003B9
,
ArtAssetID.auto_attack_micro_highlight_normal16 = 0x100003BA
,
ArtAssetID.auto_attack_micro_highlight_normal17 = 0x100003BB
,
ArtAssetID.auto_attack_micro_highlight_normal18 = 0x100003BC
,
ArtAssetID.auto_attack_micro_highlight_normal19 = 0x100003BD
,
ArtAssetID.auto_attack_micro_highlight_normal20 = 0x100003BE
,
ArtAssetID.auto_attack_micro_highlight_normal21 = 0x100003BF
,
ArtAssetID.auto_attack_micro_highlight_normal22 = 0x100003C0
,
ArtAssetID.auto_attack_micro_highlight_normal23 = 0x100003C1
,
ArtAssetID.auto_attack_micro_highlight_normal24 = 0x100003C2
,
ArtAssetID.auto_attack_micro_ghosted = 0x100003C3
,
ArtAssetID.auto_attack_micro_normal_pressed = 0x100003C4
,
ArtAssetID.auto_attack_micro_normal = 0x100003C5
,
ArtAssetID.auto_attack_micro_highlight_pressed = 0x100003C6
,
ArtAssetID.auto_attack_micro_normalrollover = 0x100003C7
,
ArtAssetID.chat_micro_highlight_normal = 0x100003C8
,
ArtAssetID.chat_micro_ghosted = 0x100003C9
,
ArtAssetID.chat_micro_normal_pressed = 0x100003CA
,
ArtAssetID.chat_micro_normal = 0x100003CB
,
ArtAssetID.chat_micro_highlight_pressed = 0x100003CC
,
ArtAssetID.chat_micro_normalrollover = 0x100003CD
,
ArtAssetID.gui2_button_orb_addToGuild_normal_normal = 0x100003CE
,
ArtAssetID.gui2_button_orb_addToGuild_highlight_normal = 0x100003CF
,
ArtAssetID.gui2_button_orb_addToGuild_ghosted = 0x100003D0
,
ArtAssetID.gui2_button_orb_addToGuild_normal_pressed = 0x100003D1
,
ArtAssetID.gui2_button_orb_addToGuild_normal_rollover = 0x100003D2
,
ArtAssetID.gui2_button_orb_addToFriends_normal_normal = 0x100003D3
,
ArtAssetID.gui2_button_orb_addToFriends_highlight_normal = 0x100003D4
,
ArtAssetID.gui2_button_orb_addToFriends_ghosted = 0x100003D5
,
ArtAssetID.gui2_button_orb_addToFriends_normal_pressed = 0x100003D6
,
ArtAssetID.gui2_button_orb_addToFriends_normal_rollover = 0x100003D7
,
ArtAssetID.Icon_GroupStatus_inGroup = 0x100003D8
,
ArtAssetID.Icon_GroupStatus_LFG = 0x100003D9
,
ArtAssetID.Icon_GroupStatus_LFM = 0x100003DA
,
ArtAssetID.brown_50_percent = 0x100003DB
,
ArtAssetID.lfm_highlight = 0x100003DC
,
ArtAssetID.icon_onlineStatus_online = 0x100003DD
,
ArtAssetID.icon_onlineStatus_offline = 0x100003DE
,
ArtAssetID.red_outer_glow = 0x100003DF
,
ArtAssetID.scrollbar_widget_top = 0x100003E0
,
ArtAssetID.scrollbar_widget_top_mouseover = 0x100003E1
,
ArtAssetID.scrollbar_widget_middle = 0x100003E2
,
ArtAssetID.scrollbar_widget_middle_mouseover = 0x100003E3
,
ArtAssetID.scrollbar_widget_bottom = 0x100003E4
,
ArtAssetID.scrollbar_widget_bottom_mouseover = 0x100003E5
,
ArtAssetID.xxxxxxxxx = 0x100003E6
,
ArtAssetID.Adv_Stage_Abilities_Ghosted = 0x100003E7
,
ArtAssetID.Adv_Stage_Abilities_Active = 0x100003E8
,
ArtAssetID.Adv_Stage_Abilities_Normal = 0x100003E9
,
ArtAssetID.Adv_Stage_Abilities_Complete = 0x100003EA
,
ArtAssetID.Adv_Stage_Spells_Ghosted = 0x100003EB
,
ArtAssetID.Adv_Stage_Spells_Active = 0x100003EC
,
ArtAssetID.Adv_Stage_Spells_Normal = 0x100003ED
,
ArtAssetID.Adv_Stage_Spells_Complete = 0x100003EE
,
ArtAssetID.Adv_Stage_Feats_Ghosted = 0x100003EF
,
ArtAssetID.Adv_Stage_Feats_Active = 0x100003F0
,
ArtAssetID.Adv_Stage_Feats_Normal = 0x100003F1
,
ArtAssetID.Adv_Stage_Feats_Complete = 0x100003F2
,
ArtAssetID.Adv_Stage_Skills_Ghosted = 0x100003F3
,
ArtAssetID.Adv_Stage_Skills_Active = 0x100003F4
,
ArtAssetID.Adv_Stage_Skills_Normal = 0x100003F5
,
ArtAssetID.Adv_Stage_Skills_Complete = 0x100003F6
,
ArtAssetID.Adv_Stage_Special_Ghosted = 0x100003F7
,
ArtAssetID.Adv_Stage_Special_Active = 0x100003F8
,
ArtAssetID.Adv_Stage_Special_Normal = 0x100003F9
,
ArtAssetID.Adv_Stage_Special_Complete = 0x100003FA
,
ArtAssetID.Adv_Stage_Summary_Ghosted = 0x100003FB
,
ArtAssetID.Adv_Stage_Summary_Active = 0x100003FC
,
ArtAssetID.Adv_Stage_Summary_Normal = 0x100003FD
,
ArtAssetID.Adv_Stage_Summary_Complete = 0x100003FE
,
ArtAssetID.icon_ghosted_overlay = 0x100003FF
,
ArtAssetID.feats_legend_passive_micro = 0x10000400
,
ArtAssetID.feats_legend_active_micro = 0x10000401
,
ArtAssetID.gui2_iconslots_brass_active_passive = 0x10000402
,
ArtAssetID.gui2_iconslots_brass_active_passive_highlight = 0x10000403
,
ArtAssetID.platCoin = 0x10000404
,
ArtAssetID.goldCoin = 0x10000405
,
ArtAssetID.silverCoin = 0x10000406
,
ArtAssetID.copperCoin = 0x10000407
,
ArtAssetID.mail_drag = 0x10000408
,
ArtAssetID.gui2_iconslots_brass = 0x10000409
,
ArtAssetID.Icon_paper_stain_a = 0x1000040A
,
ArtAssetID.gui2_tab_vertical_small_summary_highlight = 0x1000040B
,
ArtAssetID.gui2_tab_vertical_small_summary_normal = 0x1000040C
,
ArtAssetID.Stats_sword = 0x1000040D
,
ArtAssetID.Stats_Bow = 0x1000040E
,
ArtAssetID.acid_lg = 0x1000040F
,
ArtAssetID.cold_lg = 0x10000410
,
ArtAssetID.electric_lg = 0x10000411
,
ArtAssetID.fire_lg = 0x10000412
,
ArtAssetID.sonic_lg = 0x10000413
,
ArtAssetID.inparty = 0x10000414
,
ArtAssetID.selection_blue = 0x10000415
,
ArtAssetID.gui2_iconslots_lvl1 = 0x10000416
,
ArtAssetID.slot_hud_weapon1 = 0x10000417
,
ArtAssetID.slot_hud_weapon1_accept = 0x10000418
,
ArtAssetID.slot_hud_weapon1_reject = 0x10000419
,
ArtAssetID.slot_hud_weapon2 = 0x1000041A
,
ArtAssetID.slot_hud_weapon2_accept = 0x1000041B
,
ArtAssetID.slot_hud_weapon2_reject = 0x1000041C
,
ArtAssetID.slot_hud_eyes = 0x1000041D
,
ArtAssetID.slot_hud_eyes_accept = 0x1000041E
,
ArtAssetID.slot_hud_eyes_reject = 0x1000041F
,
ArtAssetID.slot_hud_helm = 0x10000420
,
ArtAssetID.slot_hud_helm_accept = 0x10000421
,
ArtAssetID.slot_hud_helm_reject = 0x10000422
,
ArtAssetID.slot_hud_cloak = 0x10000423
,
ArtAssetID.slot_hud_cloak_accept = 0x10000424
,
ArtAssetID.slot_hud_cloak_reject = 0x10000425
,
ArtAssetID.slot_hud_ring1 = 0x10000426
,
ArtAssetID.slot_hud_ring1_accept = 0x10000427
,
ArtAssetID.slot_hud_ring1_reject = 0x10000428
,
ArtAssetID.slot_hud_Ring2 = 0x10000429
,
ArtAssetID.slot_hud_Ring2_accept = 0x1000042A
,
ArtAssetID.slot_hud_Ring2_reject = 0x1000042B
,
ArtAssetID.slot_hud_wrists = 0x1000042C
,
ArtAssetID.slot_hud_wrists_accept = 0x1000042D
,
ArtAssetID.slot_hud_wrists_reject = 0x1000042E
,
ArtAssetID.slot_hud_trinket = 0x1000042F
,
ArtAssetID.slot_hud_trinket_accept = 0x10000430
,
ArtAssetID.slot_hud_trinket_reject = 0x10000431
,
ArtAssetID.slot_hud_neck = 0x10000432
,
ArtAssetID.slot_hud_neck_accept = 0x10000433
,
ArtAssetID.slot_hud_neck_reject = 0x10000434
,
ArtAssetID.slot_hud_belt = 0x10000435
,
ArtAssetID.slot_hud_belt_accept = 0x10000436
,
ArtAssetID.slot_hud_belt_reject = 0x10000437
,
ArtAssetID.slot_hud_boots = 0x10000438
,
ArtAssetID.slot_hud_boots_accept = 0x10000439
,
ArtAssetID.slot_hud_boots_reject = 0x1000043A
,
ArtAssetID.slot_hud_ammo = 0x1000043B
,
ArtAssetID.slot_hud_ammo_accept = 0x1000043C
,
ArtAssetID.slot_hud_ammo_reject = 0x1000043D
,
ArtAssetID.equipment_doll_02 = 0x1000043E
,
ArtAssetID.equipment_doll_02_accept = 0x1000043F
,
ArtAssetID.equipment_doll_02_reject = 0x10000440
,
ArtAssetID.slot_hud_armor = 0x10000441
,
ArtAssetID.slot_hud_armor_accept = 0x10000442
,
ArtAssetID.slot_hud_armor_reject = 0x10000443
,
ArtAssetID.slot_hud_gloves = 0x10000444
,
ArtAssetID.slot_hud_gloves_accept = 0x10000445
,
ArtAssetID.slot_hud_gloves_reject = 0x10000446
,
ArtAssetID.shortcuts_accept_highlight = 0x10000447
,
ArtAssetID.chestItem_item_reserveBG = 0x10000448
,
ArtAssetID.chestItem_arrowBG_light = 0x10000449
,
ArtAssetID.chestItem_arrowBG_dark = 0x1000044A
,
ArtAssetID.trade_ready_green_overlay = 0x1000044B
,
ArtAssetID.icon_mail_read = 0x1000044C
,
ArtAssetID.icon_mail_unread = 0x1000044D
,
ArtAssetID.icon_mail_attachment = 0x1000044E
,
ArtAssetID.icon_mail_currency = 0x1000044F
,
ArtAssetID.map_legend = 0x10000450
,
ArtAssetID.note_avatar = 0x10000451
,
ArtAssetID.radar_circle_logo_bkg_2 = 0x10000452
,
ArtAssetID.radar_circle_brass_foreground_2 = 0x10000453
,
ArtAssetID.note_thing = 0x10000454
,
ArtAssetID.note_selected = 0x10000455
,
ArtAssetID.note_mouseover = 0x10000456
,
ArtAssetID.map_selection_arrow = 0x10000457
,
ArtAssetID.vertical_divider = 0x10000458
,
ArtAssetID.horizontal_divider = 0x10000459
,
ArtAssetID.gui2_resize_se = 0x1000045A
,
ArtAssetID.focus_orb_rollover_highlight = 0x1000045B
,
ArtAssetID.focus_orb_logo_background = 0x1000045C
,
ArtAssetID.Focus_Orb_06 = 0x1000045D
,
ArtAssetID.icon_mail_alert = 0x1000045E
,
ArtAssetID.korean_12_plus = 0x1000045F
,
ArtAssetID.hud_menu_bkg = 0x10000460
,
ArtAssetID.Focus_Orb_small_cropped = 0x10000461
,
ArtAssetID.exam_footerBG_l = 0x10000462
,
ArtAssetID.exam_footerBG_r = 0x10000463
,
ArtAssetID.eldritchDevice = 0x10000464
,
ArtAssetID.portalDoor0060 = 0x10000465
,
ArtAssetID.portalDoor0059 = 0x10000466
,
ArtAssetID.portalDoor0058 = 0x10000467
,
ArtAssetID.portalDoor0057 = 0x10000468
,
ArtAssetID.portalDoor0056 = 0x10000469
,
ArtAssetID.portalDoor0055 = 0x1000046A
,
ArtAssetID.portalDoor0054 = 0x1000046B
,
ArtAssetID.portalDoor0053 = 0x1000046C
,
ArtAssetID.portalDoor0052 = 0x1000046D
,
ArtAssetID.portalDoor0051 = 0x1000046E
,
ArtAssetID.portalDoor0050 = 0x1000046F
,
ArtAssetID.portalDoor0049 = 0x10000470
,
ArtAssetID.portalDoor0048 = 0x10000471
,
ArtAssetID.portalDoor0047 = 0x10000472
,
ArtAssetID.portalDoor0046 = 0x10000473
,
ArtAssetID.portalDoor0045 = 0x10000474
,
ArtAssetID.portalDoor0044 = 0x10000475
,
ArtAssetID.portalDoor0043 = 0x10000476
,
ArtAssetID.portalDoor0042 = 0x10000477
,
ArtAssetID.portalDoor0041 = 0x10000478
,
ArtAssetID.portalDoor0040 = 0x10000479
,
ArtAssetID.portalDoor0039 = 0x1000047A
,
ArtAssetID.portalDoor0038 = 0x1000047B
,
ArtAssetID.portalDoor0037 = 0x1000047C
,
ArtAssetID.portalDoor0036 = 0x1000047D
,
ArtAssetID.portalDoor0035 = 0x1000047E
,
ArtAssetID.portalDoor0034 = 0x1000047F
,
ArtAssetID.portalDoor0033 = 0x10000480
,
ArtAssetID.portalDoor0032 = 0x10000481
,
ArtAssetID.portalDoor0031 = 0x10000482
,
ArtAssetID.portalDoor0030 = 0x10000483
,
ArtAssetID.portalDoor0029 = 0x10000484
,
ArtAssetID.portalDoor0028 = 0x10000485
,
ArtAssetID.portalDoor0027 = 0x10000486
,
ArtAssetID.portalDoor0026 = 0x10000487
,
ArtAssetID.portalDoor0025 = 0x10000488
,
ArtAssetID.portalDoor0024 = 0x10000489
,
ArtAssetID.portalDoor0023 = 0x1000048A
,
ArtAssetID.portalDoor0022 = 0x1000048B
,
ArtAssetID.portalDoor0021 = 0x1000048C
,
ArtAssetID.portalDoor0020 = 0x1000048D
,
ArtAssetID.portalDoor0019 = 0x1000048E
,
ArtAssetID.portalDoor0018 = 0x1000048F
,
ArtAssetID.portalDoor0017 = 0x10000490
,
ArtAssetID.portalDoor0016 = 0x10000491
,
ArtAssetID.portalDoor0015 = 0x10000492
,
ArtAssetID.portalDoor0014 = 0x10000493
,
ArtAssetID.portalDoor0013 = 0x10000494
,
ArtAssetID.portalDoor0012 = 0x10000495
,
ArtAssetID.portalDoor0011 = 0x10000496
,
ArtAssetID.portalDoor0010 = 0x10000497
,
ArtAssetID.portalDoor0009 = 0x10000498
,
ArtAssetID.portalDoor0008 = 0x10000499
,
ArtAssetID.portalDoor0007 = 0x1000049A
,
ArtAssetID.portalDoor0006 = 0x1000049B
,
ArtAssetID.portalDoor0005 = 0x1000049C
,
ArtAssetID.portalDoor0004 = 0x1000049D
,
ArtAssetID.portalDoor0003 = 0x1000049E
,
ArtAssetID.portalDoor0002 = 0x1000049F
,
ArtAssetID.portalDoor0001 = 0x100004A0
,
ArtAssetID.closingTeeth0060 = 0x100004A1
,
ArtAssetID.closingTeeth0001 = 0x100004A2
,
ArtAssetID.closingTeeth0002 = 0x100004A3
,
ArtAssetID.closingTeeth0003 = 0x100004A4
,
ArtAssetID.closingTeeth0004 = 0x100004A5
,
ArtAssetID.closingTeeth0005 = 0x100004A6
,
ArtAssetID.closingTeeth0006 = 0x100004A7
,
ArtAssetID.closingTeeth0007 = 0x100004A8
,
ArtAssetID.closingTeeth0008 = 0x100004A9
,
ArtAssetID.closingTeeth0009 = 0x100004AA
,
ArtAssetID.closingTeeth0010 = 0x100004AB
,
ArtAssetID.closingTeeth0011 = 0x100004AC
,
ArtAssetID.closingTeeth0012 = 0x100004AD
,
ArtAssetID.closingTeeth0013 = 0x100004AE
,
ArtAssetID.closingTeeth0014 = 0x100004AF
,
ArtAssetID.closingTeeth0015 = 0x100004B0
,
ArtAssetID.closingTeeth0016 = 0x100004B1
,
ArtAssetID.closingTeeth0017 = 0x100004B2
,
ArtAssetID.closingTeeth0018 = 0x100004B3
,
ArtAssetID.closingTeeth0019 = 0x100004B4
,
ArtAssetID.closingTeeth0020 = 0x100004B5
,
ArtAssetID.closingTeeth0021 = 0x100004B6
,
ArtAssetID.closingTeeth0022 = 0x100004B7
,
ArtAssetID.closingTeeth0023 = 0x100004B8
,
ArtAssetID.closingTeeth0024 = 0x100004B9
,
ArtAssetID.closingTeeth0025 = 0x100004BA
,
ArtAssetID.closingTeeth0026 = 0x100004BB
,
ArtAssetID.closingTeeth0027 = 0x100004BC
,
ArtAssetID.closingTeeth0028 = 0x100004BD
,
ArtAssetID.closingTeeth0029 = 0x100004BE
,
ArtAssetID.closingTeeth0030 = 0x100004BF
,
ArtAssetID.closingTeeth0031 = 0x100004C0
,
ArtAssetID.closingTeeth0032 = 0x100004C1
,
ArtAssetID.closingTeeth0033 = 0x100004C2
,
ArtAssetID.closingTeeth0034 = 0x100004C3
,
ArtAssetID.closingTeeth0035 = 0x100004C4
,
ArtAssetID.closingTeeth0036 = 0x100004C5
,
ArtAssetID.closingTeeth0037 = 0x100004C6
,
ArtAssetID.closingTeeth0038 = 0x100004C7
,
ArtAssetID.closingTeeth0039 = 0x100004C8
,
ArtAssetID.closingTeeth0040 = 0x100004C9
,
ArtAssetID.closingTeeth0041 = 0x100004CA
,
ArtAssetID.closingTeeth0042 = 0x100004CB
,
ArtAssetID.closingTeeth0043 = 0x100004CC
,
ArtAssetID.closingTeeth0044 = 0x100004CD
,
ArtAssetID.closingTeeth0045 = 0x100004CE
,
ArtAssetID.closingTeeth0046 = 0x100004CF
,
ArtAssetID.closingTeeth0047 = 0x100004D0
,
ArtAssetID.closingTeeth0048 = 0x100004D1
,
ArtAssetID.closingTeeth0049 = 0x100004D2
,
ArtAssetID.closingTeeth0050 = 0x100004D3
,
ArtAssetID.closingTeeth0051 = 0x100004D4
,
ArtAssetID.closingTeeth0052 = 0x100004D5
,
ArtAssetID.closingTeeth0053 = 0x100004D6
,
ArtAssetID.closingTeeth0054 = 0x100004D7
,
ArtAssetID.closingTeeth0055 = 0x100004D8
,
ArtAssetID.closingTeeth0056 = 0x100004D9
,
ArtAssetID.closingTeeth0057 = 0x100004DA
,
ArtAssetID.closingTeeth0058 = 0x100004DB
,
ArtAssetID.closingTeeth0059 = 0x100004DC
,
ArtAssetID.singletonbags_evilsigil_fragment1 = 0x100004DD
,
ArtAssetID.singletonbags_evilsigil_fragment2 = 0x100004DE
,
ArtAssetID.singletonbags_evilsigil_fragment3 = 0x100004DF
,
ArtAssetID.singletonbags_evilsigil_fragment4 = 0x100004E0
,
ArtAssetID.singletonbags_evilsigil_fragment5 = 0x100004E1
,
ArtAssetID.singletonbags_evilsigil_fragment6 = 0x100004E2
,
ArtAssetID.singletonbags_evilsigil_fragment7 = 0x100004E3
,
ArtAssetID.singletonbags_evilsigil_fragment8 = 0x100004E4
,
ArtAssetID.singletonbags_evilsigil_frame = 0x100004E5
,
ArtAssetID.icon_singleton_evilsigil_1 = 0x100004E6
,
ArtAssetID.icon_singleton_evilsigil_2 = 0x100004E7
,
ArtAssetID.icon_singleton_evilsigil_3 = 0x100004E8
,
ArtAssetID.icon_singleton_evilsigil_4 = 0x100004E9
,
ArtAssetID.icon_singleton_evilsigil_5 = 0x100004EA
,
ArtAssetID.icon_singleton_evilsigil_6 = 0x100004EB
,
ArtAssetID.icon_singleton_evilsigil_7 = 0x100004EC
,
ArtAssetID.icon_singleton_evilsigil_8 = 0x100004ED
,
ArtAssetID.singletonBags_oldTome_fragment1 = 0x100004EE
,
ArtAssetID.singletonBags_oldTome_fragment2 = 0x100004EF
,
ArtAssetID.singletonBags_oldTome_fragment3 = 0x100004F0
,
ArtAssetID.singletonBags_oldTome_fragment4 = 0x100004F1
,
ArtAssetID.singletonBags_oldTome_fragment5 = 0x100004F2
,
ArtAssetID.singletonBags_oldTome_fragment6 = 0x100004F3
,
ArtAssetID.singletonBags_oldTome_fragment7 = 0x100004F4
,
ArtAssetID.singletonBags_oldTome_fragment8 = 0x100004F5
,
ArtAssetID.singletonBags_oldTome_frame = 0x100004F6
,
ArtAssetID.icon_singleton_oldTome_1 = 0x100004F7
,
ArtAssetID.icon_singleton_oldTome_2 = 0x100004F8
,
ArtAssetID.icon_singleton_oldTome_3 = 0x100004F9
,
ArtAssetID.icon_singleton_oldTome_4 = 0x100004FA
,
ArtAssetID.icon_singleton_oldTome_5 = 0x100004FB
,
ArtAssetID.icon_singleton_oldTome_6 = 0x100004FC
,
ArtAssetID.icon_singleton_oldTome_7 = 0x100004FD
,
ArtAssetID.icon_singleton_oldTome_8 = 0x100004FE
,
ArtAssetID.singletonBags_shield_fragment1 = 0x100004FF
,
ArtAssetID.singletonBags_shield_fragment2 = 0x10000500
,
ArtAssetID.singletonBags_shield_fragment3 = 0x10000501
,
ArtAssetID.singletonBags_shield_fragment4 = 0x10000502
,
ArtAssetID.singletonBags_shield_fragment5 = 0x10000503
,
ArtAssetID.singletonBags_shield_fragment6 = 0x10000504
,
ArtAssetID.singletonBags_shield_fragment7 = 0x10000505
,
ArtAssetID.singletonBags_shield_fragment8 = 0x10000506
,
ArtAssetID.singletonBags_shield_frame = 0x10000507
,
ArtAssetID.icon_singleton_shield_1 = 0x10000508
,
ArtAssetID.icon_singleton_shield_2 = 0x10000509
,
ArtAssetID.icon_singleton_shield_3 = 0x1000050A
,
ArtAssetID.icon_singleton_shield_4 = 0x1000050B
,
ArtAssetID.icon_singleton_shield_5 = 0x1000050C
,
ArtAssetID.icon_singleton_shield_6 = 0x1000050D
,
ArtAssetID.icon_singleton_shield_7 = 0x1000050E
,
ArtAssetID.icon_singleton_shield_8 = 0x1000050F
,
ArtAssetID.Letterbox_top_bkg = 0x10000510
,
ArtAssetID.pvp_panel_top = 0x10000511
,
ArtAssetID.pvp_info_icon = 0x10000512
,
ArtAssetID.box_02_bg = 0x10000513
,
ArtAssetID.csm_submenu_arrow = 0x10000514
,
ArtAssetID.csm_boolentry_flag = 0x10000515
,
ArtAssetID.DeathIcon = 0x10000516
,
ArtAssetID.blue_grid = 0x10000517
,
ArtAssetID.orange_grid = 0x10000518
,
ArtAssetID.gold_grid = 0x10000519
,
ArtAssetID.red_grid = 0x1000051A
,
ArtAssetID.gui2_iconslots_brass_active = 0x1000051B
,
ArtAssetID.D20_readout_bkg = 0x1000051C
,
ArtAssetID.dice_lg_opal = 0x1000051D
,
ArtAssetID.dice_d10_opal = 0x1000051E
,
ArtAssetID.Party_leader = 0x1000051F
,
ArtAssetID.Voice_Enabled = 0x10000520
,
ArtAssetID.pvpraid_healthbar_blue = 0x10000521
,
ArtAssetID.pvpraid_healthbar_red = 0x10000522
,
ArtAssetID.teleportPanelFancyBorder = 0x10000523
,
ArtAssetID.teleportPanelTopTrim = 0x10000524
,
ArtAssetID.adventure_panel_top_test = 0x10000525
,
ArtAssetID.adventure_panel_icon_sorrowdusk_island = 0x10000526
,
ArtAssetID.icon_pending_overlay = 0x10000527
,
ArtAssetID.gui2_button_questpanel_unavailable = 0x10000528
,
ArtAssetID.checkbox_02 = 0x10000529
,
ArtAssetID.checkbox_02_empty = 0x1000052A
,
ArtAssetID.healthbar_brass_background = 0x1000052B
,
ArtAssetID.healthbar_glass_overlay_health = 0x1000052C
,
ArtAssetID.healthbar_brass_foreground = 0x1000052D
,
ArtAssetID.hint_blue = 0x1000052E
,
ArtAssetID.controls_arrow_up = 0x1000052F
,
ArtAssetID.controls_arrow_down = 0x10000530
,
ArtAssetID.controls_arrow_right = 0x10000531
,
ArtAssetID.controls_arrow_left = 0x10000532
,
ArtAssetID.controls_rotate_arrow_right = 0x10000533
,
ArtAssetID.controls_rotate_arrow_left = 0x10000534
,
ArtAssetID.controls_crosshairs = 0x10000535
,
ArtAssetID.button_checkbox_hud_empty = 0x10000536
,
ArtAssetID.button_checkbox_hud_checked = 0x10000537
,
ArtAssetID.button_checkbox_hud_Xed = 0x10000538
,
ArtAssetID.meter_horizontal_fill_blue_breath = 0x10000539
,
ArtAssetID.full_bar = 0x1000053A
,
ArtAssetID.full_bar_highlight = 0x1000053B
,
ArtAssetID.detach_vertical_bar = 0x1000053C
,
ArtAssetID.detach_vert_bar_locked = 0x1000053D
,
ArtAssetID.detach_vertical_bar_highlight = 0x1000053E
,
ArtAssetID.detach_horizontal_bar = 0x1000053F
,
ArtAssetID.detach_horizontal_bar_locked = 0x10000540
,
ArtAssetID.detach_horizontal_bar_highlight = 0x10000541
,
ArtAssetID.healthbar_glass_overlay_mana = 0x10000542
,
ArtAssetID.controls_mouse_graphic = 0x10000543
,
ArtAssetID.xp_glass_overlay = 0x10000544
,
ArtAssetID.xp_bar_dashes = 0x10000545
,
ArtAssetID.xp_action_point_gem = 0x10000546
,
ArtAssetID.xp_action_point_gem_level_blue = 0x10000547
,
ArtAssetID.exam_gold_r = 0x10000548
,
ArtAssetID.exam_copper_br = 0x10000549
,
ArtAssetID.exam_gold_br = 0x1000054A
,
ArtAssetID.exam_copper_b = 0x1000054B
,
ArtAssetID.exam_gold_b = 0x1000054C
,
ArtAssetID.exam_copper_bl = 0x1000054D
,
ArtAssetID.exam_gold_bl = 0x1000054E
,
ArtAssetID.exam_copper_l = 0x1000054F
,
ArtAssetID.exam_gold_l = 0x10000550
,
ArtAssetID.exam_platinum_cl = 0x10000551
,
ArtAssetID.exam_copper_footer_l = 0x10000552
,
ArtAssetID.exam_gold_footer_l = 0x10000553
,
ArtAssetID.exam_copper_footer_c = 0x10000554
,
ArtAssetID.exam_gold_footer_c = 0x10000555
,
ArtAssetID.exam_copper_footer_r = 0x10000556
,
ArtAssetID.exam_gold_footer_r = 0x10000557
,
ArtAssetID.exam_copper_staticHeader_l = 0x10000558
,
ArtAssetID.exam_gold_staticHeader_l = 0x10000559
,
ArtAssetID.exam_copper_staticHeader_c = 0x1000055A
,
ArtAssetID.exam_gold_staticHeader_c = 0x1000055B
,
ArtAssetID.exam_copper_staticHeader_r = 0x1000055C
,
ArtAssetID.exam_gold_staticHeader_r = 0x1000055D
,
ArtAssetID.examination_header_pentalty_l = 0x1000055E
,
ArtAssetID.examination_header_canUse_c = 0x1000055F
,
ArtAssetID.examination_header_canNotUse_c = 0x10000560
,
ArtAssetID.examination_header_pentalty_r = 0x10000561
,
ArtAssetID.conversation_menu_arrow = 0x10000562
,
ArtAssetID.button_move_down_normal = 0x10000563
,
ArtAssetID.button_move_down_ghosted = 0x10000564
,
ArtAssetID.button_move_up_normal = 0x10000565
,
ArtAssetID.button_move_up_ghosted = 0x10000566
,
ArtAssetID.lg_class_monk_active = 0x10000567
,
ArtAssetID.lg_class_monk_inactive = 0x10000568
,
ArtAssetID.healthbar_fellowship_background = 0x10000569
,
ArtAssetID.healthbar_fellowship_foreground = 0x1000056A
,
ArtAssetID.healthbar_fellowship_singleMeter_foreground = 0x1000056B
,
ArtAssetID.party_pearl_barbarian_normal = 0x1000056C
,
ArtAssetID.healthbar_3Bar_brass_background = 0x1000056D
,
ArtAssetID.healthbar_3Bar_brass_foreground = 0x1000056E
,
ArtAssetID.gameToken_sm = 0x1000056F
,
ArtAssetID.slot_hud_quiver = 0x10000570
,
ArtAssetID.slot_hud_quiver_accept = 0x10000571
,
ArtAssetID.slot_hud_quiver_reject = 0x10000572
,
ArtAssetID.map_party_selection_arrow = 0x10000573
,
ArtAssetID.rotate_char_button_zoom_in_rollover = 0x10000574
,
ArtAssetID.turn_l_zoom_rollover = 0x10000575
,
ArtAssetID.henchmen_accept_highlight = 0x10000576
,
ArtAssetID.Party_henchman = 0x10000577
,
ArtAssetID.henchmen_detach_horizontal_bar_highlight = 0x10000578
,
ArtAssetID.henchmen_full_bar = 0x10000579
,
ArtAssetID.henchmen_full_bar_highlight = 0x1000057A
,
ArtAssetID.henchmen_class_bg = 0x1000057B
,
ArtAssetID.mini_pearl_wizard_normal = 0x1000057C
,
ArtAssetID.mini_pearl_sorcerer_normal = 0x1000057D
,
ArtAssetID.mini_pearl_ranger_normal = 0x1000057E
,
ArtAssetID.mini_pearl_bard_normal = 0x1000057F
,
ArtAssetID.mini_pearl_barbarian_normal = 0x10000580
,
ArtAssetID.mini_pearl_paladin_normal = 0x10000581
,
ArtAssetID.mini_pearl_cleric_normal = 0x10000582
,
ArtAssetID.mini_pearl_fighter_normal = 0x10000583
,
ArtAssetID.mini_pearl_rogue_normal = 0x10000584
,
ArtAssetID.henchmen_detach_verticle_bar = 0x10000585
,
ArtAssetID.henchmen_detach_verticle_bar_highlight = 0x10000586
,
ArtAssetID.henchmen_detach_bar = 0x10000587
,
ArtAssetID.hud_menu_bkg_f2p = 0x10000588
,
ArtAssetID.chestItem_reward_left_bg = 0x10000589
,
ArtAssetID.chestItem_reward_center_bg = 0x1000058A
,
ArtAssetID.chestItem_reward_right_bg = 0x1000058B
,
ArtAssetID.web_store_highlight_pressed = 0x1000058C
,
ArtAssetID.web_store_ghosted = 0x1000058D
,
ArtAssetID.web_store_normal_pressed = 0x1000058E
,
ArtAssetID.web_store_normal = 0x1000058F
,
ArtAssetID.web_store_normal_rollover = 0x10000590
,
ArtAssetID.tab_inverted_front_w = 0x10000591
,
ArtAssetID.tab_inverted_back_w = 0x10000592
,
ArtAssetID.tab_inverted_back_hightlight_w = 0x10000593
,
ArtAssetID.tab_inverted_front_n = 0x10000594
,
ArtAssetID.tab_inverted_back_n = 0x10000595
,
ArtAssetID.tab_inverted_back_hightlight_n = 0x10000596
,
ArtAssetID.tab_inverted_front_e = 0x10000597
,
ArtAssetID.tab_inverted_back_e = 0x10000598
,
ArtAssetID.tab_inverted_back_hightlight_e = 0x10000599
,
ArtAssetID.hint_normal = 0x1000059A
,
ArtAssetID.hint_ghosted = 0x1000059B
,
ArtAssetID.hint_selected = 0x1000059C
,
ArtAssetID.box_ebdark_75_center = 0x1000059D
,
ArtAssetID.gui2_button_orb_attack_normal_normal = 0x1000059E
,
ArtAssetID.gui2_button_orb_attack_highlight_normal = 0x1000059F
,
ArtAssetID.gui2_button_orb_attack_ghosted = 0x100005A0
,
ArtAssetID.gui2_button_orb_attack_normal_pressed = 0x100005A1
,
ArtAssetID.gui2_button_orb_attack_normal_rollover = 0x100005A2
,
ArtAssetID.pending_challenge_highlight = 0x100005A3
,
ArtAssetID.pending_challenge_normal_pressed = 0x100005A4
,
ArtAssetID.pending_challenge_normal = 0x100005A5
,
ArtAssetID.pending_challenge_normal_rollover = 0x100005A6
,
ArtAssetID.pending_challenge_highlight_rollover = 0x100005A7
,
ArtAssetID.pending_challenge_highlight_pressed = 0x100005A8
,
ArtAssetID.gui2_button_minus_ghosted = 0x100005A9
,
ArtAssetID.gui2_button_minus_normal_pressed = 0x100005AA
,
ArtAssetID.gui2_button_minus_normal_normal = 0x100005AB
,
ArtAssetID.gui2_button_minus_normal_rollover = 0x100005AC
,
ArtAssetID.map_quest_advancer_arrow = 0x100005AD
,
ArtAssetID.healthbar_fellowship_foreground_highlight = 0x100005AE
,
ArtAssetID.healthbar_fellowship_singleMeter_foreground_highlight = 0x100005AF
,
ArtAssetID.henchmen_monk = 0x100005B0
,
ArtAssetID.henchmen_wizard = 0x100005B1
,
ArtAssetID.henchmen_sorcerer = 0x100005B2
,
ArtAssetID.henchmen_ranger = 0x100005B3
,
ArtAssetID.henchmen_bard = 0x100005B4
,
ArtAssetID.henchmen_barbarian = 0x100005B5
,
ArtAssetID.henchmen_paladin = 0x100005B6
,
ArtAssetID.henchmen_cleric = 0x100005B7
,
ArtAssetID.henchmen_fighter = 0x100005B8
,
ArtAssetID.henchmen_rogue = 0x100005B9
,
ArtAssetID.henchmen_detach_verticle_bar_locked = 0x100005BA
,
ArtAssetID.henchmen_detach_horizontal_bar = 0x100005BB
,
ArtAssetID.henchmen_detach_horizontal_bar_locked = 0x100005BC
,
ArtAssetID.henchmen_rollover_accept_highlight = 0x100005BD
,
ArtAssetID.henchmen_rollover_accept_highlight_pressed = 0x100005BE
,
ArtAssetID.hirelingBackground_red = 0x100005BF
,
ArtAssetID.hirelingBackground_blue = 0x100005C0
,
ArtAssetID.hirelingBackground_green = 0x100005C1
,
ArtAssetID.hirelingBackground_yellow = 0x100005C2
,
ArtAssetID.hirelingBackground_purple = 0x100005C3
,
ArtAssetID.hirelingPortraits_hm_arcane_sor01_06 = 0x100005C4
,
ArtAssetID.hirelingBackground_ring_red = 0x100005C5
,
ArtAssetID.hirelingBackground_ring_blue = 0x100005C6
,
ArtAssetID.hirelingBackground_ring_green = 0x100005C7
,
ArtAssetID.hirelingBackground_ring_yellow = 0x100005C8
,
ArtAssetID.hirelingBackground_ring_purple = 0x100005C9
,
ArtAssetID.numeral_xi = 0x100005CA
,
ArtAssetID.numeral_xii = 0x100005CB
,
ArtAssetID.numeral_xiii = 0x100005CC
,
ArtAssetID.numeral_xiv = 0x100005CD
,
ArtAssetID.numeral_xv = 0x100005CE
,
ArtAssetID.numeral_xvi = 0x100005CF
,
ArtAssetID.numeral_xvii = 0x100005D0
,
ArtAssetID.numeral_xviii = 0x100005D1
,
ArtAssetID.numeral_xix = 0x100005D2
,
ArtAssetID.numeral_xx = 0x100005D3
,
ArtAssetID.numeral_i = 0x100005D4
,
ArtAssetID.numeral_ii = 0x100005D5
,
ArtAssetID.numeral_iii = 0x100005D6
,
ArtAssetID.numeral_iv = 0x100005D7
,
ArtAssetID.numeral_v = 0x100005D8
,
ArtAssetID.numeral_vi = 0x100005D9
,
ArtAssetID.numeral_vii = 0x100005DA
,
ArtAssetID.numeral_viii = 0x100005DB
,
ArtAssetID.numeral_ix = 0x100005DC
,
ArtAssetID.numeral_x = 0x100005DD
,
ArtAssetID.bullet_highlighted = 0x100005DE
,
ArtAssetID.hud_menu_bkg_left = 0x100005DF
,
ArtAssetID.hud_menu_bkg_middle = 0x100005E0
,
ArtAssetID.hud_menu_bkg_right = 0x100005E1
,
ArtAssetID.advancement_dragonBorder_tl = 0x100005E2
,
ArtAssetID.advancement_dragonBorder_tc = 0x100005E3
,
ArtAssetID.advancement_dragonBorder_tr = 0x100005E4
,
ArtAssetID.advancement_dragonBorder_l = 0x100005E5
,
ArtAssetID.advancement_dragonBorder_r = 0x100005E6
,
ArtAssetID.advancement_dragonBorder_bl = 0x100005E7
,
ArtAssetID.advancement_dragonBorder_bc = 0x100005E8
,
ArtAssetID.advancement_dragonBorder_br = 0x100005E9
,
ArtAssetID.advancement_entry_left = 0x100005EA
,
ArtAssetID.advancement_entry_middle = 0x100005EB
,
ArtAssetID.advancement_entry_right = 0x100005EC
,
ArtAssetID.advancement_entry_header_left = 0x100005ED
,
ArtAssetID.advancement_entry_header_center = 0x100005EE
,
ArtAssetID.advancement_entry_header_right = 0x100005EF
,
ArtAssetID.button_webstore_back_normal = 0x100005F0
,
ArtAssetID.button_webstore_back_normal_rollover = 0x100005F1
,
ArtAssetID.button_webstore_back_ghosted = 0x100005F2
,
ArtAssetID.button_webstore_back_normal_pressed = 0x100005F3
,
ArtAssetID.button_webstore_forward_normal = 0x100005F4
,
ArtAssetID.button_webstore_forward_normal_rollover = 0x100005F5
,
ArtAssetID.button_webstore_forward_ghosted = 0x100005F6
,
ArtAssetID.button_webstore_forward_normal_pressed = 0x100005F7
,
ArtAssetID.button_webstore_refresh_normal = 0x100005F8
,
ArtAssetID.button_webstore_refresh_normal_rollover = 0x100005F9
,
ArtAssetID.button_webstore_refresh_ghosted = 0x100005FA
,
ArtAssetID.button_webstore_refresh_normal_pressed = 0x100005FB
,
ArtAssetID.button_webstore_close_normal = 0x100005FC
,
ArtAssetID.button_webstore_close_normal_rollover = 0x100005FD
,
ArtAssetID.button_webstore_close_ghosted = 0x100005FE
,
ArtAssetID.button_webstore_close_normal_pressed = 0x100005FF
,
ArtAssetID.button_webstore_home_normal = 0x10000600
,
ArtAssetID.button_webstore_home_normal_rollover = 0x10000601
,
ArtAssetID.button_webstore_home_ghosted = 0x10000602
,
ArtAssetID.button_webstore_home_normal_pressed = 0x10000603
,
ArtAssetID.box_eb_dark_60_center = 0x10000604
,
ArtAssetID.advancement_footer = 0x10000605
,
ArtAssetID.advancement_topHeader = 0x10000606
,
ArtAssetID.map_xendrick_stormreach_zoomin_rollover = 0x10000607
,
ArtAssetID.map_xendrick_stormreach_zoomin = 0x10000608
,
ArtAssetID.lg_class_favoredsoul_active = 0x10000609
,
ArtAssetID.lg_class_favoredsoul_inactive = 0x1000060A
,
ArtAssetID.party_death_normal = 0x1000060B
,
ArtAssetID.singletonBags_bag_hireling_top = 0x1000060C
,
ArtAssetID.singletonBags_bag_hireling_left = 0x1000060D
,
ArtAssetID.singletonbags_bag_hireling_right = 0x1000060E
,
ArtAssetID.singletonBags_bag_hireling_bottom = 0x1000060F
,
ArtAssetID.gui2_button_browser_highlight_pressed = 0x10000610
,
ArtAssetID.gui2_button_browser_normal = 0x10000611
,
ArtAssetID.gui2_button_browser_normal_pressed = 0x10000612
,
ArtAssetID.gui2_button_browser_normal_normal = 0x10000613
,
ArtAssetID.gui2_button_browser_normal_rollover = 0x10000614
,
ArtAssetID.Reincarnation_Bkg_Image = 0x10000615
,
ArtAssetID.gui2_button_browser_ghosted = 0x10000616
,
ArtAssetID.boot_micro_highlight_normal = 0x10000617
,
ArtAssetID.boot_micro_ghosted = 0x10000618
,
ArtAssetID.boot_micro_normal_pressed = 0x10000619
,
ArtAssetID.boot_micro_normal = 0x1000061A
,
ArtAssetID.boot_micro_highlight_pressed = 0x1000061B
,
ArtAssetID.boot_micro_normalrollover = 0x1000061C
,
ArtAssetID.henchmen_favoredsoul = 0x1000061D
,
ArtAssetID.lfg_leftBorder_secondary = 0x1000061E
,
ArtAssetID.basePanel_button_minus_ghosted = 0x1000061F
,
ArtAssetID.basePanel_button_minus_normal_pressed = 0x10000620
,
ArtAssetID.basePanel_button_minus_normal_normal = 0x10000621
,
ArtAssetID.basePanel_button_minus_normal_rollover = 0x10000622
,
ArtAssetID.button_junk_normal_normal = 0x10000623
,
ArtAssetID.button_junk_highlight_normal = 0x10000624
,
ArtAssetID.button_junk_ghosted = 0x10000625
,
ArtAssetID.button_junk_normal_pressed = 0x10000626
,
ArtAssetID.button_junk_normal_rollover = 0x10000627
,
ArtAssetID.auction_w = 0x10000628
,
ArtAssetID.auction_sw = 0x10000629
,
ArtAssetID.auction_s = 0x1000062A
,
ArtAssetID.auction_se = 0x1000062B
,
ArtAssetID.auction_e = 0x1000062C
,
ArtAssetID.auction_ne = 0x1000062D
,
ArtAssetID.auction_n = 0x1000062E
,
ArtAssetID.auction_nw = 0x1000062F
,
ArtAssetID.auction_list_header_bar_center = 0x10000630
,
ArtAssetID.auction_list_header_bar_center_highlight = 0x10000631
,
ArtAssetID._highlight = 0x10000632
,
ArtAssetID.auction_list_header_bar_center_rollover = 0x10000633
,
ArtAssetID.auction_list_header_bar_e = 0x10000634
,
ArtAssetID.auction_list_header_bar_w = 0x10000635
,
ArtAssetID.gui2_box_lvl0_metal_center_50 = 0x10000636
,
ArtAssetID.auction_currency_right = 0x10000637
,
ArtAssetID.auction_currency_left = 0x10000638
,
ArtAssetID.auction_currency_middle = 0x10000639
,
ArtAssetID.netstatus_frame_1 = 0x1000063A
,
ArtAssetID.netstatus_connectiongood = 0x1000063B
,
ArtAssetID.netstatus_connectionbad = 0x1000063C
,
ArtAssetID.netstatus_connectionugly = 0x1000063D
,
ArtAssetID.detach_vertical_bar_highlight_locked = 0x1000063E
,
ArtAssetID.detach_horizontal_bar_highlight_locked = 0x1000063F
,
ArtAssetID.box_basePanel_cl = 0x10000640
,
ArtAssetID.box_basePanel_bl = 0x10000641
,
ArtAssetID.box_basePanel_bc = 0x10000642
,
ArtAssetID.box_basePanel_cr = 0x10000643
,
ArtAssetID.box_basePanel_tr = 0x10000644
,
ArtAssetID.box_basePanel_tc = 0x10000645
,
ArtAssetID.box_basePanel_tl = 0x10000646
,
ArtAssetID.box_centerTexture_darkLeather = 0x10000647
,
ArtAssetID.box_centerTexture_darkLeather_50 = 0x10000648
,
ArtAssetID.auction_currency_bkg_e = 0x10000649
,
ArtAssetID.auction_currency_bkg_w = 0x1000064A
,
ArtAssetID.auction_currency_bkg_center = 0x1000064B
,
ArtAssetID.ddoGuild_guildMeter_background_left = 0x1000064C
,
ArtAssetID.ddoGuild_guildMeter_background_center = 0x1000064D
,
ArtAssetID.ddoGuild_guildMeter_background_right = 0x1000064E
,
ArtAssetID.ddoGuild_guildMeter_bar_left = 0x1000064F
,
ArtAssetID.ddoGuild_guildMeter_bar_center = 0x10000650
,
ArtAssetID.ddoGuild_guildMeter_bar_right = 0x10000651
,
ArtAssetID.ddoGuild_guildMessage_scrollBg_center = 0x10000652
,
ArtAssetID.ddoGuild_guildMessage_scrollBg_left = 0x10000653
,
ArtAssetID.ddoGuild_guildMessage_scrollBg_right = 0x10000654
,
ArtAssetID.ddoGuild_guildMessage_textArea_left = 0x10000655
,
ArtAssetID.ddoGuild_guildMessage_textArea_center = 0x10000656
,
ArtAssetID.ddoGuild_guildMessage_textArea_right = 0x10000657
,
ArtAssetID.guildRanks_border_left = 0x10000658
,
ArtAssetID.guildRanks_border_center = 0x10000659
,
ArtAssetID.guildRanks_border_right = 0x1000065A
,
ArtAssetID.box_basePanel_br = 0x1000065B
,
ArtAssetID.header_basePanel_left = 0x1000065C
,
ArtAssetID.header_basePanel_center = 0x1000065D
,
ArtAssetID.header_basePanel_right = 0x1000065E
,
ArtAssetID.titleBar_basePanel_left = 0x1000065F
,
ArtAssetID.titleBar_basePanel_center = 0x10000660
,
ArtAssetID.titleBar_basePanel_right = 0x10000661
,
ArtAssetID.box_centerTexture_distressedWood = 0x10000662
,
ArtAssetID.box_bevelDown_tl = 0x10000663
,
ArtAssetID.box_bevelUp_tl = 0x10000664
,
ArtAssetID.box_bevelDown_top = 0x10000665
,
ArtAssetID.box_bevelUp_top = 0x10000666
,
ArtAssetID.box_bevelDown_tr = 0x10000667
,
ArtAssetID.box_bevelUp_tr = 0x10000668
,
ArtAssetID.box_bevelDown_right = 0x10000669
,
ArtAssetID.box_bevelUp_right = 0x1000066A
,
ArtAssetID.box_bevelDown_br = 0x1000066B
,
ArtAssetID.box_bevelUp_br = 0x1000066C
,
ArtAssetID.box_bevelDown_bottom = 0x1000066D
,
ArtAssetID.box_bevelUp_bottom = 0x1000066E
,
ArtAssetID.box_bevelDown_bl = 0x1000066F
,
ArtAssetID.box_bevelUp_bl = 0x10000670
,
ArtAssetID.box_bevelDown_left = 0x10000671
,
ArtAssetID.box_bevelUp_left = 0x10000672
,
ArtAssetID.box_bottomRightDangelyTab_left = 0x10000673
,
ArtAssetID.box_bottomRightDangelyTab_center = 0x10000674
,
ArtAssetID.box_bottomRightDangelyTab_right = 0x10000675
,
ArtAssetID.bottomMoneyBackground_left = 0x10000676
,
ArtAssetID.bottomMoneyBackground_center = 0x10000677
,
ArtAssetID.bottomMoneyBackground_right = 0x10000678
,
ArtAssetID.button_close_ghosted = 0x10000679
,
ArtAssetID.button_close_normal = 0x1000067A
,
ArtAssetID.button_close_pressed = 0x1000067B
,
ArtAssetID.button_close_rollover = 0x1000067C
,
ArtAssetID.baseButton_frame_normal_tl = 0x1000067D
,
ArtAssetID.baseButton_frame_pressed_tl = 0x1000067E
,
ArtAssetID.baseButton_frame_rollover_tl = 0x1000067F
,
ArtAssetID.baseButton_frame_normal_left = 0x10000680
,
ArtAssetID.baseButton_frame_pressed_left = 0x10000681
,
ArtAssetID.baseButton_frame_rollover_left = 0x10000682
,
ArtAssetID.baseButton_frame_normal_bl = 0x10000683
,
ArtAssetID.baseButton_frame_pressed_bl = 0x10000684
,
ArtAssetID.baseButton_frame_rollover_bl = 0x10000685
,
ArtAssetID.baseButton_frame_normal_bottom = 0x10000686
,
ArtAssetID.baseButton_frame_pressed_bottom = 0x10000687
,
ArtAssetID.baseButton_frame_rollover_bottom = 0x10000688
,
ArtAssetID.baseButton_frame_normal_right = 0x10000689
,
ArtAssetID.baseButton_frame_pressed_right = 0x1000068A
,
ArtAssetID.baseButton_frame_rollover_right = 0x1000068B
,
ArtAssetID.baseButton_frame_normal_tr = 0x1000068C
,
ArtAssetID.baseButton_frame_pressed_tr = 0x1000068D
,
ArtAssetID.baseButton_frame_rollover_tr = 0x1000068E
,
ArtAssetID.baseButton_frame_normal_top = 0x1000068F
,
ArtAssetID.baseButton_frame_pressed_top = 0x10000690
,
ArtAssetID.baseButton_frame_rollover_top = 0x10000691
,
ArtAssetID.baseButton_frame_normal_br = 0x10000692
,
ArtAssetID.baseButton_frame_pressed_br = 0x10000693
,
ArtAssetID.baseButton_frame_rollover_br = 0x10000694
,
ArtAssetID.baseButton_insideTexture_ghosted = 0x10000695
,
ArtAssetID.baseButton_insideTexture_highlight = 0x10000696
,
ArtAssetID.baseButton_insideTexture_pressed = 0x10000697
,
ArtAssetID.baseButton_insideTexture_rollover = 0x10000698
,
ArtAssetID.baseButton_insideTexture_normal = 0x10000699
,
ArtAssetID.baseTab_glow_rollover = 0x1000069A
,
ArtAssetID.baseTab_glow_highlight = 0x1000069B
,
ArtAssetID.baseTab_glow_pressed = 0x1000069C
,
ArtAssetID.baseTab_frame_normal_tl = 0x1000069D
,
ArtAssetID.baseTab_frame_highlight_tl = 0x1000069E
,
ArtAssetID.baseTab_frame_normal_left = 0x1000069F
,
ArtAssetID.baseTab_frame_normal_bl = 0x100006A0
,
ArtAssetID.baseTab_frame_highlight_bl = 0x100006A1
,
ArtAssetID.baseTab_frame_normal_top = 0x100006A2
,
ArtAssetID.baseTab_frame_highlight_top = 0x100006A3
,
ArtAssetID.baseTab_frame_normal_bottom = 0x100006A4
,
ArtAssetID.baseTab_frame_highlight_bottom = 0x100006A5
,
ArtAssetID.baseTab_frame_normal_tr = 0x100006A6
,
ArtAssetID.baseTab_frame_highlight_tr = 0x100006A7
,
ArtAssetID.baseTab_frame_normal_right = 0x100006A8
,
ArtAssetID.baseTab_frame_highlight_br = 0x100006A9
,
ArtAssetID.baseTab_frame_normal_br = 0x100006AA
,
ArtAssetID.baseTab_frame_reverse_normal_tl = 0x100006AB
,
ArtAssetID.baseTab_frame_reverse_normal_bl = 0x100006AC
,
ArtAssetID.baseTab_frame_reverse_normal_top = 0x100006AD
,
ArtAssetID.baseTab_frame_reverse_normal_bottom = 0x100006AE
,
ArtAssetID.baseTab_frame_reverse_normal_tr = 0x100006AF
,
ArtAssetID.baseTab_frame_reverse_normal_br = 0x100006B0
,
ArtAssetID.arrow_left = 0x100006B1
,
ArtAssetID.arrow_right = 0x100006B2
,
ArtAssetID.tab_inverted_front_j = 0x100006B3
,
ArtAssetID.tab_inverted_back_j = 0x100006B4
,
ArtAssetID.tab_inverted_back_hightlight_j = 0x100006B5
,
ArtAssetID.tab_inverted_front_nj = 0x100006B6
,
ArtAssetID.tab_inverted_back_nj = 0x100006B7
,
ArtAssetID.tab_inverted_back_hightlight_nj = 0x100006B8
,
ArtAssetID.tab_inverted_front_ej = 0x100006B9
,
ArtAssetID.tab_inverted_back_ej = 0x100006BA
,
ArtAssetID.tab_inverted_back_hightlight_ej = 0x100006BB
,
ArtAssetID.ddoGuild_guildMessage_setButton_ghosted = 0x100006BC
,
ArtAssetID.ddoGuild_guildMessage_setButton_rollOver = 0x100006BD
,
ArtAssetID.ddoGuild_guildMessage_setButton_pressed = 0x100006BE
,
ArtAssetID.ddoGuild_guildMessage_setButton_normal = 0x100006BF
,
ArtAssetID.button_minimize_ghosted = 0x100006C0
,
ArtAssetID.button_minimize_normal = 0x100006C1
,
ArtAssetID.button_minimize_pressed = 0x100006C2
,
ArtAssetID.button_minimize_rollover = 0x100006C3
,
ArtAssetID.baseTab_frame_highlight_tr_againstEdge = 0x100006C4
,
ArtAssetID.Fett_Down_lg = 0x100006C5
,
ArtAssetID.Fett_Up_lg = 0x100006C6
,
ArtAssetID.button_tab_paperdoll_ghosted = 0x100006C7
,
ArtAssetID.button_tab_paperdoll_highlight = 0x100006C8
,
ArtAssetID.button_tab_paperdoll_normal = 0x100006C9
,
ArtAssetID.button_tab_paperdoll_pressed = 0x100006CA
,
ArtAssetID.button_tab_paperdoll_rollover = 0x100006CB
,
ArtAssetID.button_tab_listView_ghosted = 0x100006CC
,
ArtAssetID.button_tab_listView_highlight = 0x100006CD
,
ArtAssetID.button_tab_listView_normal = 0x100006CE
,
ArtAssetID.button_tab_listView_pressed = 0x100006CF
,
ArtAssetID.button_tab_listView_rollover = 0x100006D0
,
ArtAssetID.button_baseInventroyTab_ghosted = 0x100006D1
,
ArtAssetID.button_baseInventroyTab_highlight = 0x100006D2
,
ArtAssetID.button_baseInventroyTab_highlight_rollover = 0x100006D3
,
ArtAssetID.button_baseInventroyTab_normal = 0x100006D4
,
ArtAssetID.button_baseInventroyTab_pressed = 0x100006D5
,
ArtAssetID.button_baseInventroyTab_rollover = 0x100006D6
,
ArtAssetID.inventory_showHelmet_highlight_normal = 0x100006D7
,
ArtAssetID.inventory_showHelmet_highlight_rollover = 0x100006D8
,
ArtAssetID.inventory_showHelmet_highlight_pressed = 0x100006D9
,
ArtAssetID.inventory_showHelmet_normal_pressed = 0x100006DA
,
ArtAssetID.inventory_showHelmet_normal_rollover = 0x100006DB
,
ArtAssetID.browser_normal = 0x100006DC
,
ArtAssetID.browser_ghosted = 0x100006DD
,
ArtAssetID.browser_highlight_normal = 0x100006DE
,
ArtAssetID.browser_normal_pressed = 0x100006DF
,
ArtAssetID.browser_normalrollover = 0x100006E0
,
ArtAssetID.searchField_LabelArea = 0x100006E1
,
ArtAssetID.searchField_searchFieldArea = 0x100006E2
,
ArtAssetID.searchField_button_ghosted = 0x100006E3
,
ArtAssetID.searchField_button_normal = 0x100006E4
,
ArtAssetID.searchField_button_pressed = 0x100006E5
,
ArtAssetID.searchField_button_rollover = 0x100006E6
,
ArtAssetID.searchField_NOLabel_Left = 0x100006E7
,
ArtAssetID.searchField_NOButton_Right = 0x100006E8
,
ArtAssetID.auction_page_bkg = 0x100006E9
,
ArtAssetID.auction_listbox_buttonbkg = 0x100006EA
,
ArtAssetID.auction_center = 0x100006EB
,
ArtAssetID.auction_postpage_overlay = 0x100006EC
,
ArtAssetID.auction_template_post_bkg_selected = 0x100006ED
,
ArtAssetID.auction_template_post_bkg_normal = 0x100006EE
,
ArtAssetID.auction_template_bkg_selected = 0x100006EF
,
ArtAssetID.auction_template_bkg_normal = 0x100006F0
,
ArtAssetID.box_barter_background = 0x100006F1
,
ArtAssetID.barter_recipe = 0x100006F2
,
ArtAssetID.barter_recipe_overlay = 0x100006F3
,
ArtAssetID.ddoGuild_guildMessage_guildShield = 0x100006F4
,
ArtAssetID.gui2_button_browser_ghosted_25 = 0x100006F5
,
ArtAssetID.gui2_button_browser_highlight_normal_25 = 0x100006F6
,
ArtAssetID.gui2_button_browser_highlight_pressed_25 = 0x100006F7
,
ArtAssetID.gui2_button_browser_normal_pressed_25 = 0x100006F8
,
ArtAssetID.gui2_button_browser_normal_25 = 0x100006F9
,
ArtAssetID.gui2_button_browser_normal_rollover_25 = 0x100006FA
,
ArtAssetID.ddoGuild_bg = 0x100006FB
,
ArtAssetID.noguild_backgroundShield = 0x100006FC
,
ArtAssetID.noguild_leftArrow = 0x100006FD
,
ArtAssetID.noguild_rightArrow = 0x100006FE
,
ArtAssetID.encumbranceMeter_background = 0x100006FF
,
ArtAssetID.encumbranceMeter_frame_left = 0x10000700
,
ArtAssetID.encumbranceMeter_frame_center = 0x10000701
,
ArtAssetID.encumbranceMeter_frame_right = 0x10000702
,
ArtAssetID.icon_inventory_highlight = 0x10000703
,
ArtAssetID.box_inventory_paperdollView = 0x10000704
,
ArtAssetID.button_lockIcons_ghosted = 0x10000705
,
ArtAssetID.button_lockIcons_highlight_normal = 0x10000706
,
ArtAssetID.button_lockIcons_highlight_rollover = 0x10000707
,
ArtAssetID.button_lockIcons_normal_normal = 0x10000708
,
ArtAssetID.button_lockIcons_normal_pressed = 0x10000709
,
ArtAssetID.button_lockIcons_normal_rollover = 0x1000070A
,
ArtAssetID.button_toSellIcon_normal = 0x1000070B
,
ArtAssetID.button_toSellIcon_ghosted = 0x1000070C
,
ArtAssetID.button_toSellIcon_highlight = 0x1000070D
,
ArtAssetID.box_inventory_itemView = 0x1000070E
,
ArtAssetID.inventory_frill_right = 0x1000070F
,
ArtAssetID.inventory_frill_left = 0x10000710
,
ArtAssetID.inventoryTabIcons_bag = 0x10000711
,
ArtAssetID.inventoryTabIcons_weapons = 0x10000712
,
ArtAssetID.inventoryTabIcons_armor = 0x10000713
,
ArtAssetID.inventoryTabIcons_clothing = 0x10000714
,
ArtAssetID.inventoryTabIcons_jewelry = 0x10000715
,
ArtAssetID.inventoryTabIcons_potions = 0x10000716
,
ArtAssetID.inventoryTabIcons_wands = 0x10000717
,
ArtAssetID.inventoryTabIcons_scrolls = 0x10000718
,
ArtAssetID.inventoryTabIcons_spellComponents = 0x10000719
,
ArtAssetID.inventoryTabIcons_misc = 0x1000071A
,
ArtAssetID.inventory_sortToggle_alpha = 0x1000071B
,
ArtAssetID.inventory_sortToggle_equipped = 0x1000071C
,
ArtAssetID.inventory_sortToggle_coin = 0x1000071D
,
ArtAssetID.inventory_sortToggle_all = 0x1000071E
,
ArtAssetID.inventory_equipped_marker = 0x1000071F
,
ArtAssetID.dancingAnts_frame1 = 0x10000720
,
ArtAssetID.box_inventory_weapon_background = 0x10000721
,
ArtAssetID.box_inventory_weaponStat_background = 0x10000722
,
ArtAssetID.box_inventory_weaponStat_background_inactive = 0x10000723
,
ArtAssetID.button_timer_highlight_normal = 0x10000724
,
ArtAssetID.box_inventory_weapon_background_long = 0x10000725
,
ArtAssetID.inventory_showArmor_highlight_normal = 0x10000726
,
ArtAssetID.inventory_showArmor_highlight_rollover = 0x10000727
,
ArtAssetID.inventory_showArmor_highlight_pressed = 0x10000728
,
ArtAssetID.inventory_showArmor_normal_pressed = 0x10000729
,
ArtAssetID.inventory_showArmor_normal_rollover = 0x1000072A
,
ArtAssetID.craft_recipe = 0x1000072B
,
ArtAssetID.crafting_recipe_overlay = 0x1000072C
,
ArtAssetID.metamagic_overlay = 0x1000072D
,
ArtAssetID.expand_button = 0x1000072E
,
ArtAssetID.collapse_button = 0x1000072F
,
ArtAssetID.slot_hud_runearm = 0x10000730
,
ArtAssetID.slot_hud_runearm_accept = 0x10000731
,
ArtAssetID.slot_hud_runearm_reject = 0x10000732
,
ArtAssetID.lg_class_artificer_active = 0x10000733
,
ArtAssetID.lg_class_artificer_inactive = 0x10000734
,
ArtAssetID.inventory_showHeadgear_normal_normal = 0x10000735
,
ArtAssetID.inventory_showHeadgear_normal_pressed = 0x10000736
,
ArtAssetID.inventory_showHeadgear_normal_rollover = 0x10000737
,
ArtAssetID.inventory_headgearToggle_none = 0x10000738
,
ArtAssetID.inventory_headgearToggle_helmet = 0x10000739
,
ArtAssetID.inventory_headgearToggle_goggles = 0x1000073A
,
ArtAssetID.inv_tab_highlight_purple_01_accept = 0x1000073B
,
ArtAssetID.inv_tab_highlight_purple_01 = 0x1000073C
,
ArtAssetID.inv_tab_normal_purple_01 = 0x1000073D
,
ArtAssetID.inv_tab_rollover_purple_01 = 0x1000073E
,
ArtAssetID.healthbar_fellowship_background_pet = 0x1000073F
,
ArtAssetID.healthbar_fellowship_foreground_3Bar = 0x10000740
,
ArtAssetID.healthbar_fellowship_foreground_3Bar_highlight = 0x10000741
,
ArtAssetID.healthbar_fellowship_foreground_3Bar_pet = 0x10000742
,
ArtAssetID.healthbar_fellowship_foreground_3Bar_pet_highlight = 0x10000743
,
ArtAssetID.healthbar_fellowship_foreground_pet = 0x10000744
,
ArtAssetID.healthbar_fellowship_foreground_pet_highlight = 0x10000745
,
ArtAssetID.healthbar_3Bar_brass_background_pet = 0x10000746
,
ArtAssetID.healthbar_brass_background_pet = 0x10000747
,
ArtAssetID.healthbar_3Bar_brass_foreground_pet = 0x10000748
,
ArtAssetID.healthbar_brass_foreground_pet = 0x10000749
,
ArtAssetID.healthbar_3Bar_brass_background_minimal = 0x1000074A
,
ArtAssetID.healthbar_3Bar_brass_background_pet_minimal = 0x1000074B
,
ArtAssetID.healthbar_brass_background_minimal = 0x1000074C
,
ArtAssetID.healthbar_brass_background_pet_minimal = 0x1000074D
,
ArtAssetID.healthbar_3Bar_brass_foreground_minimal = 0x1000074E
,
ArtAssetID.healthbar_3Bar_brass_foreground_pet_minimal = 0x1000074F
,
ArtAssetID.healthbar_brass_foreground_minimal = 0x10000750
,
ArtAssetID.healthbar_brass_foreground_pet_minimal = 0x10000751
,
ArtAssetID.D__dev_dnd_dnd_dev_data_game_surfaces_ui_tga_includes_buttons_gui2_button_eye_large_normal_pressed_tga = 0x10000752
,
ArtAssetID.box_bottomRightshadowdangleytab_left = 0x10000753
,
ArtAssetID.box_bottomRightshadowdangleytab_center = 0x10000754
,
ArtAssetID.box_bottomRightshadowdangleytab_right = 0x10000755
,
ArtAssetID.map_globalobjective_quest_advancer_arrow = 0x10000756
,
ArtAssetID.button_tab_pet_stable_ghosted = 0x10000757
,
ArtAssetID.button_tab_pet_stable_highlight = 0x10000758
,
ArtAssetID.button_tab_pet_stable_normal = 0x10000759
,
ArtAssetID.button_tab_pet_stable_pressed = 0x1000075A
,
ArtAssetID.button_tab_pet_stable_rollover = 0x1000075B
,
ArtAssetID.button_pet_arrow_left_highlight_normal = 0x1000075C
,
ArtAssetID.button_pet_arrow_left_press = 0x1000075D
,
ArtAssetID.button_pet_arrow_left_normal_normal = 0x1000075E
,
ArtAssetID.button_pet_arrow_left_normal_pressed = 0x1000075F
,
ArtAssetID.button_pet_arrow_left_normal_rollover = 0x10000760
,
ArtAssetID.button_pet_arrow_right_highlight_normal = 0x10000761
,
ArtAssetID.button_pet_arrow_right_press = 0x10000762
,
ArtAssetID.button_pet_arrow_right_normal_normal = 0x10000763
,
ArtAssetID.button_pet_arrow_right_normal_pressed = 0x10000764
,
ArtAssetID.button_pet_arrow_right_normal_rollover = 0x10000765
,
ArtAssetID.button_pet_arrow_left_normal = 0x10000766
,
ArtAssetID.charactersheet_tome_of_learning = 0x10000767
,
ArtAssetID.henchmen_druid = 0x10000768
,
ArtAssetID.lg_class_druid_active = 0x10000769
,
ArtAssetID.lg_class_druid_inactive = 0x1000076A
,
ArtAssetID.bravery_bonus_hard = 0x1000076B
,
ArtAssetID.PortalActivate_PartySizeBalanced = 0x1000076C
,
ArtAssetID.PortalActivate_PartySizeMin2 = 0x1000076D
,
ArtAssetID.PortalActivate_PartySizeMin3 = 0x1000076E
,
ArtAssetID.PortalActivate_PartySizeMin4 = 0x1000076F
,
ArtAssetID.PortalActivate_PartySizeRaid = 0x10000770
,
ArtAssetID.PortalActivate_PartySizeSmall = 0x10000771
,
ArtAssetID.PortalActivate_PartySizeSolo = 0x10000772
,
ArtAssetID.PortalActivate_PartySizeSoloOnly = 0x10000773
,
ArtAssetID.physical_lg = 0x10000774
,
ArtAssetID.orb_menu_button_normal = 0x10000775
,
ArtAssetID.orb_menu_button_ghosted = 0x10000776
,
ArtAssetID.orb_menu_button_rollover = 0x10000777
,
ArtAssetID.orb_menu_button_pressed = 0x10000778
,
ArtAssetID.hudrevamp_chat_tab_active_left = 0x10000779
,
ArtAssetID.hudrevamp_chat_tab_active_mid = 0x1000077A
,
ArtAssetID.hudrevamp_chat_tab_active_right = 0x1000077B
,
ArtAssetID.hudrevamp_xp_tick_normal = 0x1000077C
,
ArtAssetID.hudrevamp_xp_tick_epic = 0x1000077D
,
ArtAssetID.hudrevamp_xp_tick_active_epic = 0x1000077E
,
ArtAssetID.destiny_xp_tick_full = 0x1000077F
,
ArtAssetID.destiny_pip_full = 0x10000780
,
ArtAssetID.destiny_epicxp_minitick_full = 0x10000781
,
ArtAssetID.slot_hud_helm_accept_cosmetic = 0x10000782
,
ArtAssetID.slot_hud_armor_reject_cosmetic = 0x10000783
,
ArtAssetID.slot_hud_eyes_accept_cosmetic = 0x10000784
,
ArtAssetID.slot_hud_eyes_reject_cosmetic = 0x10000785
,
ArtAssetID.slot_hud_helm_reject_cosmetic = 0x10000786
,
ArtAssetID.slot_hud_armor_accept_cosmetic = 0x10000787
,
ArtAssetID.numeral_xxi = 0x10000788
,
ArtAssetID.numeral_xxii = 0x10000789
,
ArtAssetID.numeral_xxiii = 0x1000078A
,
ArtAssetID.numeral_xxiv = 0x1000078B
,
ArtAssetID.numeral_xxv = 0x1000078C
,
ArtAssetID.numeral_xxvi = 0x1000078D
,
ArtAssetID.numeral_xxvii = 0x1000078E
,
ArtAssetID.EpicTrueReincarnation_BG = 0x1000078F
,
ArtAssetID.EpicTrueReincarnation_A_Option_Box = 0x10000790
,
ArtAssetID.EpicTrueReincarnation_A_option_box_inactive = 0x10000791
,
ArtAssetID.EpicTrueReincarnation_A_option_box_rollover = 0x10000792
,
ArtAssetID.EpicTrueReincarnation_A_option_box_selected = 0x10000793
,
ArtAssetID.EpicTrueReincarnation_A_Arrow_Next = 0x10000794
,
ArtAssetID.EpicTrueReincarnation_A_Arrow_Next_Active = 0x10000795
,
ArtAssetID.epictruereincarnation_B_dropdown_bg = 0x10000796
,
ArtAssetID.epictruereincarnation_B_body_bg = 0x10000797
,
ArtAssetID.epictruereincarnation_B_footer_spacer = 0x10000798
,
ArtAssetID.epictruereincarnation_B_footer_bg = 0x10000799
,
ArtAssetID.EpicTrueReincarnation_B_Arrow_Next_Inactive = 0x1000079A
,
ArtAssetID.EpicTrueReincarnation_B_Arrow_Next_Active = 0x1000079B
,
ArtAssetID.EpicTrueReincarnation_B_Arrow_Back_Active = 0x1000079C
,
ArtAssetID.epictruereincarnation_C_footer_bg = 0x1000079D
,
ArtAssetID.epictruereincarnation_C_column_header_bg = 0x1000079E
,
ArtAssetID.epictruereincarnation_C_body_bg = 0x1000079F
,
ArtAssetID.reincarnation_page1_Option_Box = 0x100007A0
,
ArtAssetID.reincarnation_page1_Arrow_Next = 0x100007A1
,
ArtAssetID.reincarnation_page1_Arrow_Next_Active = 0x100007A2
,
ArtAssetID.reincarnation_BG = 0x100007A3
,
ArtAssetID.reincarnation_page2_dropdown_bg = 0x100007A4
,
ArtAssetID.reincarnation_page2_body_bg = 0x100007A5
,
ArtAssetID.reincarnation_page2_footer_spacer = 0x100007A6
,
ArtAssetID.reincarnation_page2_footer_bg = 0x100007A7
,
ArtAssetID.reincarnation_page2_Arrow_Next_Inactive = 0x100007A8
,
ArtAssetID.reincarnation_page2_Arrow_Next_Active = 0x100007A9
,
ArtAssetID.reincarnation_page2_Arrow_Back_Active = 0x100007AA
,
ArtAssetID.reincarnation_page3_column_header_bg = 0x100007AB
,
ArtAssetID.reincarnation_page3_body_bg = 0x100007AC
,
ArtAssetID.reincarnation_page1_Option_Box_Rollover = 0x100007AD
,
ArtAssetID.reincarnation_page1_Option_Box_Selected = 0x100007AE
,
ArtAssetID.reincarnation_page3_body_text_BG = 0x100007AF
,
ArtAssetID.reincarnation_page2_body_text_BG = 0x100007B0
,
ArtAssetID.reincarnation_page3_body_entry_fail_BG = 0x100007B1
,
ArtAssetID.reincarnation_page2_body_text_BG_selected = 0x100007B2
,
ArtAssetID.Icon_Behind_Dropshadow_A = 0x100007B3
,
ArtAssetID.reincarnation_page4_body_text_BG = 0x100007B4
,
ArtAssetID.Box_Reincarnation_TopLeft = 0x100007B5
,
ArtAssetID.Box_Reincarnation_Top = 0x100007B6
,
ArtAssetID.Box_Reincarnation_Topright = 0x100007B7
,
ArtAssetID.Box_Reincarnation_Left = 0x100007B8
,
ArtAssetID.Box_Reincarnation_Middle = 0x100007B9
,
ArtAssetID.Box_Reincarnation_Right = 0x100007BA
,
ArtAssetID.Box_Reincarnation_Bottomleft = 0x100007BB
,
ArtAssetID.Box_Reincarnation_Bottom = 0x100007BC
,
ArtAssetID.Box_Reincarnation_Bottomright = 0x100007BD
,
ArtAssetID.Box_Reincarnation_Fail_Topleft = 0x100007BE
,
ArtAssetID.Box_Reincarnation_Fail_Top = 0x100007BF
,
ArtAssetID.Box_Reincarnation_Fail_Topright = 0x100007C0
,
ArtAssetID.Box_Reincarnation_Fail_Left = 0x100007C1
,
ArtAssetID.Box_Reincarnation_Fail_Middle = 0x100007C2
,
ArtAssetID.Box_Reincarnation_Fail_Right = 0x100007C3
,
ArtAssetID.Box_Reincarnation_Fail_Bottomleft = 0x100007C4
,
ArtAssetID.Box_Reincarnation_Fail_Bottom = 0x100007C5
,
ArtAssetID.Box_Reincarnation_Fail_Bottomright = 0x100007C6
,
ArtAssetID.Box_Reincarnation_Topleft_Selected = 0x100007C7
,
ArtAssetID.Box_Reincarnation_Top_Selected = 0x100007C8
,
ArtAssetID.Box_Reincarnation_Topright_Selected = 0x100007C9
,
ArtAssetID.Box_Reincarnation_Left_Selected = 0x100007CA
,
ArtAssetID.Box_Reincarnation_Middle_Selected = 0x100007CB
,
ArtAssetID.Box_Reincarnation_Right_Selected = 0x100007CC
,
ArtAssetID.Box_Reincarnation_Bottomleft_Selected = 0x100007CD
,
ArtAssetID.Box_Reincarnation_Bottom_Selected = 0x100007CE
,
ArtAssetID.Box_Reincarnation_Bottomright_Selected = 0x100007CF
,
ArtAssetID.DungeonQuest_revive_ReviveButton = 0x100007D0
,
ArtAssetID.DungeonQuest_revive_ReviveButtonArt = 0x100007D1
,
ArtAssetID.reincarnation_page1_Arrow_Back = 0x100007D2
,
ArtAssetID.reincarnation_page1_Arrow_Back_Active = 0x100007D3
,
ArtAssetID.reincarnation_page2_Arrow_Back = 0x100007D4
,
ArtAssetID.button_tab_cosmeticwardrobe_ghosted = 0x100007D5
,
ArtAssetID.button_tab_cosmeticwardrobe_highlight = 0x100007D6
,
ArtAssetID.button_tab_cosmeticwardrobe_normal = 0x100007D7
,
ArtAssetID.button_tab_cosmeticwardrobe_rollover = 0x100007D8
,
ArtAssetID.box_inventory_cosmeticwardrobeView = 0x100007D9
,
ArtAssetID.lg_class_warlock_active = 0x100007DA
,
ArtAssetID.lg_class_warlock_inactive = 0x100007DB
,
ArtAssetID.henchmen_warlock = 0x100007DC
,
ArtAssetID.header_basePanel_charbank_left = 0x100007DD
,
ArtAssetID.header_basePanel_charbank_center = 0x100007DE
,
ArtAssetID.header_basePanel_charbank_right = 0x100007DF
,
ArtAssetID.titleBar_basePanel_charbank_left = 0x100007E0
,
ArtAssetID.titleBar_basePanel_charbank_center = 0x100007E1
,
ArtAssetID.titleBar_basePanel_charbank_right = 0x100007E2
,
ArtAssetID.slot_hud_cloak_accept_cosmetic = 0x100007E3
,
ArtAssetID.slot_hud_cloak_reject_cosmetic = 0x100007E4
,
ArtAssetID.alchemist_background_1 = 0x100007E5
,
ArtAssetID.test_black = 0x100007E6
,
ArtAssetID.store_panel_resize_icon = 0x100007E7
,
ArtAssetID.box_bookpanel_bg = 0x100007E8
,
ArtAssetID.cleartga = 0x100007E9
,
ArtAssetID.button_bookpanel_arrow = 0x100007EA
,
ArtAssetID.chat_null = 0x100007EB
,
ArtAssetID.hudrevamp_chat_resize = 0x100007EC
,
ArtAssetID.death_bkg = 0x100007ED
,
ArtAssetID.incap_B = 0x100007EE
,
ArtAssetID.astralshard_cost_B = 0x100007EF
,
ArtAssetID.astralshard_cost_B_ghosted = 0x100007F0
,
ArtAssetID.world_death_B = 0x100007F1
,
ArtAssetID.featrespec_background3 = 0x100007F2
,
ArtAssetID.shard_icon_small = 0x100007F3
,
ArtAssetID.platCoin_medium = 0x100007F4
,
ArtAssetID.right_tilde = 0x100007F5
,
ArtAssetID.left_tilde = 0x100007F6
,
ArtAssetID.gui2_box_lvl1_paper_center = 0x100007F7
,
ArtAssetID.vip_upsell_bg = 0x100007F8
,
ArtAssetID.hudrevamp_mini_voicesignal = 0x100007F9
,
ArtAssetID.hudrevamp_mini_voicesignal_highlight = 0x100007FA
,
ArtAssetID.hudrevamp_mini_mail_icon = 0x100007FB
,
ArtAssetID.dailies_vitals_mini_icon = 0x100007FC
,
ArtAssetID.dailies_vitals_mini_icon_GOLD = 0x100007FD
,
ArtAssetID.Box_Portal_Top = 0x100007FE
,
ArtAssetID.Box_Portal_Top_Epic = 0x100007FF
,
ArtAssetID.Portal_activate_message_padding = 0x10000800
,
ArtAssetID.Portal_Focus_Orb_BG = 0x10000801
,
ArtAssetID.Portal_Focus_Orb_Frame_Overlap = 0x10000802
,
ArtAssetID.adventure_panel_top_test_ = 0x10000803
,
ArtAssetID.Box_Portal_BG = 0x10000804
,
ArtAssetID.Box_Portal_Bottom = 0x10000805
,
ArtAssetID.Box_Portal_Bottom_Epic = 0x10000806
,
ArtAssetID.Portal_Button_Locked = 0x10000807
,
ArtAssetID.Portal_Button_locked_selected = 0x10000808
,
ArtAssetID.Portal_Button_Open = 0x10000809
,
ArtAssetID.Portal_Button_Open_Selected = 0x1000080A
,
ArtAssetID.Portal_options_icon = 0x1000080B
,
ArtAssetID.Portal_Button_Bravery_Silver = 0x1000080C
,
ArtAssetID.Portal_Button_Bravery_Silver_disabled = 0x1000080D
,
ArtAssetID.Portal_Button_Bravery_warning = 0x1000080E
,
ArtAssetID.Portal_Button_Bravery_Gold = 0x1000080F
,
ArtAssetID.Portal_UI_help_button = 0x10000810
,
ArtAssetID.Portal_UI_help_button_2 = 0x10000811
,
ArtAssetID.Box_middle_challenge_heroic = 0x10000812
,
ArtAssetID.Box_middle_challenge_epic = 0x10000813
,
ArtAssetID.Box_Portal_Middle = 0x10000814
,
ArtAssetID.Portal_button_Casual_normal = 0x10000815
,
ArtAssetID.Portal_button_Casual_selected = 0x10000816
,
ArtAssetID.Portal_button_Casual_gray = 0x10000817
,
ArtAssetID.Portal_button_Normal_selected = 0x10000818
,
ArtAssetID.Portal_button_Normal_normal = 0x10000819
,
ArtAssetID.Portal_button_Normal_gray = 0x1000081A
,
ArtAssetID.Portal_button_Hard_normal = 0x1000081B
,
ArtAssetID.Portal_button_Hard_selected = 0x1000081C
,
ArtAssetID.Portal_button_Hard_gray = 0x1000081D
,
ArtAssetID.Portal_button_Elite_normal = 0x1000081E
,
ArtAssetID.Portal_button_Elite_selected = 0x1000081F
,
ArtAssetID.Portal_button_Elite_gray = 0x10000820
,
ArtAssetID.Portal_button_Reaper_normal = 0x10000821
,
ArtAssetID.Portal_button_Reaper_selected = 0x10000822
,
ArtAssetID.Portal_button_Reaper_gray = 0x10000823
,
ArtAssetID.Box_Portal_Middle_Epic = 0x10000824
,
ArtAssetID.Box_reaperoptions = 0x10000825
,
ArtAssetID.Box_advanced_options = 0x10000826
,
ArtAssetID.icon_partysizebalanced = 0x10000827
,
ArtAssetID.icon_extremedifficulty = 0x10000828
,
ArtAssetID.icon_partysizemin2 = 0x10000829
,
ArtAssetID.icon_partysizemin3 = 0x1000082A
,
ArtAssetID.icon_partysizemin4 = 0x1000082B
,
ArtAssetID.icon_partysizeraid = 0x1000082C
,
ArtAssetID.icon_partysizesmall = 0x1000082D
,
ArtAssetID.icon_partysizesolo = 0x1000082E
,
ArtAssetID.Icon_Barter_Missing_Ingredient = 0x1000082F
,
ArtAssetID.callout_line_horiz = 0x10000830
,
ArtAssetID.callout_line_vert = 0x10000831
,
ArtAssetID.callout_arrow_right = 0x10000832
,
ArtAssetID.callout_arrow_down = 0x10000833
,
ArtAssetID.hudrevamp_hirelingbar_docked = 0x10000834
,
ArtAssetID.hudrevamp_hirelingbar_highlight = 0x10000835
,
ArtAssetID.hudrevamp_hirelingbar_vertical_locked = 0x10000836
,
ArtAssetID.hudrevamp_hirelingbar_vertical = 0x10000837
,
ArtAssetID.hudrevamp_hirelingbar_vertical_highlight = 0x10000838
,
ArtAssetID.hudrevamp_hirelingbar_undocked_locked = 0x10000839
,
ArtAssetID.hudrevamp_hirelingbar_undocked = 0x1000083A
,
ArtAssetID.hudrevamp_hirelingbar_undocked_highlight = 0x1000083B
,
ArtAssetID.icon_disabled_ability_overlay = 0x1000083C
,
ArtAssetID.orb_frame = 0x1000083D
,
ArtAssetID.orb_lvl_bg = 0x1000083E
,
ArtAssetID.hudrevamp_vitals_frame_3bar = 0x1000083F
,
ArtAssetID.hudrevamp_vitals_frame_3bar_pet = 0x10000840
,
ArtAssetID.hudrevamp_vitals_frame_2bar = 0x10000841
,
ArtAssetID.hudrevamp_vitals_frame_2bar_pet = 0x10000842
,
ArtAssetID.hudrevamp_vitals_portraitframe = 0x10000843
,
ArtAssetID.hudrevamp_mail_icon = 0x10000844
,
ArtAssetID.dailies_vitals_medium_icon = 0x10000845
,
ArtAssetID.dailies_vitals_medium_icon_gold = 0x10000846
,
ArtAssetID.dailies_vitals_icon = 0x10000847
,
ArtAssetID.dailies_vitals_icon_gold = 0x10000848
,
ArtAssetID.rune_arm_empty_lvl1_cooldown = 0x10000849
,
ArtAssetID.rune_arm_empty_lvl2_cooldown = 0x1000084A
,
ArtAssetID.rune_arm_empty_lvl3_cooldown = 0x1000084B
,
ArtAssetID.rune_arm_empty_lvl4_cooldown = 0x1000084C
,
ArtAssetID.rune_arm_empty_lvl5_cooldown = 0x1000084D
,
ArtAssetID.rune_arm_empty_lvl1 = 0x1000084E
,
ArtAssetID.rune_arm_empty_lvl2 = 0x1000084F
,
ArtAssetID.rune_arm_empty_lvl3 = 0x10000850
,
ArtAssetID.rune_arm_empty_lvl4 = 0x10000851
,
ArtAssetID.rune_arm_empty_lvl5 = 0x10000852
,
ArtAssetID.rune_arm_overlay_1 = 0x10000853
,
ArtAssetID.rune_arm_overlay_2 = 0x10000854
,
ArtAssetID.rune_arm_overlay_3 = 0x10000855
,
ArtAssetID.rune_arm_overlay_4 = 0x10000856
,
ArtAssetID.rune_arm_overlay_5 = 0x10000857
,
ArtAssetID.orb_classic_bg = 0x10000858
,
ArtAssetID.alchemist_reaction_green = 0x10000859
,
ArtAssetID.alchemist_reaction_none = 0x1000085A
,
ArtAssetID.alchemist_reaction_orange = 0x1000085B
,
ArtAssetID.alchemist_reaction_purple = 0x1000085C
,
ArtAssetID.alchemist_spell_blue = 0x1000085D
,
ArtAssetID.alchemist_spell_none = 0x1000085E
,
ArtAssetID.alchemist_spell_red = 0x1000085F
,
ArtAssetID.alchemist_spell_yellow = 0x10000860
,
ArtAssetID.options_propertymeter_color = 0x10000861
,
ArtAssetID.options_propertymeter_overlay = 0x10000862
,
ArtAssetID.shard_icon_tiny = 0x10000863
,
ArtAssetID.shard_icon_tiny_gray = 0x10000864
,
ArtAssetID.hotbar_bg = 0x10000865
,
ArtAssetID.hotbar_vertical = 0x10000866
,
ArtAssetID.hotbar_vertical_locked = 0x10000867
,
ArtAssetID.hotbar_vertical_highlight = 0x10000868
,
ArtAssetID.hotbar_undock_bg = 0x10000869
,
ArtAssetID.hotbar_undock_bg_locked = 0x1000086A
,
ArtAssetID.hotbar_horizontal_highlight = 0x1000086B
,
ArtAssetID.icon_overlay_metamagic_toggle = 0x1000086C
,
ArtAssetID.hudrevamp_xp_bg_dividers = 0x1000086D
,
ArtAssetID.hudrevamp_xp_tick_empty = 0x1000086E
,
ArtAssetID.destiny_pip_empty = 0x1000086F
,
ArtAssetID.hudrevamp_xp_minitick_empty = 0x10000870
,
ArtAssetID.bank_frill_top = 0x10000871
,
ArtAssetID.bank_frill_bottom = 0x10000872
,
ArtAssetID.box_tooltip_redgold_center = 0x10000873
,
ArtAssetID.box_tooltip_redgold_l = 0x10000874
,
ArtAssetID.box_tooltip_redgold_bl = 0x10000875
,
ArtAssetID.box_tooltip_redgold_b = 0x10000876
,
ArtAssetID.box_tooltip_redgold_br = 0x10000877
,
ArtAssetID.box_tooltip_redgold_r = 0x10000878
,
ArtAssetID.box_tooltip_redgold_tr = 0x10000879
,
ArtAssetID.box_tooltip_redgold_t = 0x1000087A
,
ArtAssetID.box_tooltip_redgold_tl = 0x1000087B
,
ArtAssetID.singletonBags_bag_CookieJar_Top = 0x1000087C
,
ArtAssetID.singletonBags_bag_CookieJar_Left = 0x1000087D
,
ArtAssetID.singletonBags_bag_CookieJar_Right = 0x1000087E
,
ArtAssetID.singletonBags_bag_CookieJar_Bottom = 0x1000087F
,
ArtAssetID.box_bottomRight_shadowdangleytab_left = 0x10000880
,
ArtAssetID.box_bottomRight_shadowdangleytab_center = 0x10000881
,
ArtAssetID.box_bottomRight_shadowdangleytab_right = 0x10000882
,
ArtAssetID.dungeonquest_timerframe_left = 0x10000883
,
ArtAssetID.dungeonquest_timerframe_center = 0x10000884
,
ArtAssetID.dungeonquest_timerframe_right = 0x10000885
,
ArtAssetID.enhancement_featsauto_bg_left = 0x10000886
,
ArtAssetID.enhancement_featsauto_bg_mid = 0x10000887
,
ArtAssetID.enhancement_featsauto_bg_right = 0x10000888
,
ArtAssetID.enhancement_treename_bg_left = 0x10000889
,
ArtAssetID.enhancement_treename_bg_mid = 0x1000088A
,
ArtAssetID.enhancement_treename_bg_left_rollover = 0x1000088B
,
ArtAssetID.enhancement_treename_bg_right = 0x1000088C
,
ArtAssetID.enhancement_treename_bg_right_rollover = 0x1000088D
,
ArtAssetID.enhancement_treename_bg_mid_rollover = 0x1000088E
,
ArtAssetID.enhancement_tab_race_top_left_outside = 0x1000088F
,
ArtAssetID.enhancement_tab_race_top_mid_outside = 0x10000890
,
ArtAssetID.enhancement_tab_race_top_right_outside = 0x10000891
,
ArtAssetID.enhancement_tab_race_left_mid_outside = 0x10000892
,
ArtAssetID.enhancement_tab_race_right_mid_outside = 0x10000893
,
ArtAssetID.enhancement_tab_race_bottom_left_outside = 0x10000894
,
ArtAssetID.enhancement_tab_race_bottom_mid_outside = 0x10000895
,
ArtAssetID.enhancement_tab_race_bottom_right_outside = 0x10000896
,
ArtAssetID.enhancement_tab_race_inside = 0x10000897
,
ArtAssetID.enhancement_tab_race_topleft_tab_mid = 0x10000898
,
ArtAssetID.enhancement_tab_race_topleft_tab_left = 0x10000899
,
ArtAssetID.enhancement_tab_race_topleft_tab_right = 0x1000089A
,
ArtAssetID.enhancement_tab_class_top_left_outside = 0x1000089B
,
ArtAssetID.enhancement_tab_class_top_mid_outside = 0x1000089C
,
ArtAssetID.enhancement_tab_class_top_right_outside = 0x1000089D
,
ArtAssetID.enhancement_tab_class_left_mid_outside = 0x1000089E
,
ArtAssetID.enhancement_tab_class_right_mid_outside = 0x1000089F
,
ArtAssetID.enhancement_tab_class_bottom_left_outside = 0x100008A0
,
ArtAssetID.enhancement_tab_class_bottom_mid_outside = 0x100008A1
,
ArtAssetID.enhancement_tab_class_bottom_right_outside = 0x100008A2
,
ArtAssetID.enhancement_tab_class_bottomright_mid = 0x100008A3
,
ArtAssetID.enhancement_tab_class_bottomleft_left = 0x100008A4
,
ArtAssetID.enhancement_tab_class_bottomleft_right = 0x100008A5
,
ArtAssetID.enhancement_tab_class_inside = 0x100008A6
,
ArtAssetID.enhancement_tab_class_topleft_tab_left = 0x100008A7
,
ArtAssetID.enhancement_tab_class_topleft_tab_right = 0x100008A8
,
ArtAssetID.enhancement_tab_class_topleft_tab_mid = 0x100008A9
,
ArtAssetID.enhancement_tab_header_left = 0x100008AA
,
ArtAssetID.enhancement_tab_header_right = 0x100008AB
,
ArtAssetID.enhancement_tab_header_mid = 0x100008AC
,
ArtAssetID.arrow_up_head = 0x100008AD
,
ArtAssetID.arrow_up_head_update_normal = 0x100008AE
,
ArtAssetID.arrow_up_head_update_highlight = 0x100008AF
,
ArtAssetID.arrow_up_tail_update_normal = 0x100008B0
,
ArtAssetID.arrow_up_tail_update_highlight = 0x100008B1
,
ArtAssetID.arrow_left_head = 0x100008B2
,
ArtAssetID.arrow_left_head_update_normal = 0x100008B3
,
ArtAssetID.arrow_left_head_update_highlight = 0x100008B4
,
ArtAssetID.arrow_leftright_tail = 0x100008B5
,
ArtAssetID.arrow_horiz_tail_update_normal = 0x100008B6
,
ArtAssetID.arrow_horiz_tail_update_highlight = 0x100008B7
,
ArtAssetID.arrow_right_head = 0x100008B8
,
ArtAssetID.arrow_right_head_update_normal = 0x100008B9
,
ArtAssetID.arrow_right_head_update_highlight = 0x100008BA
,
ArtAssetID.monstermanual_deedsbg_left = 0x100008BB
,
ArtAssetID.monstermanual_deedsbg_center = 0x100008BC
,
ArtAssetID.monstermanual_deedsbg_right = 0x100008BD
,
ArtAssetID.icon_ghosted_overlay_round_50 = 0x100008BE
,
ArtAssetID.icon_ghosted_overlay_round_alpha100 = 0x100008BF
,
ArtAssetID.icon_ghosted_overlay_round_alpha25 = 0x100008C0
,
ArtAssetID.destiny_connection_node_active = 0x100008C1
,
ArtAssetID.destiny_connection_node_icon = 0x100008C2
,
ArtAssetID.destiny_connection_node_icon_primal = 0x100008C3
,
ArtAssetID.destiny_connection_node_icon_martial = 0x100008C4
,
ArtAssetID.destiny_connection_node_icon_arcane = 0x100008C5
,
ArtAssetID.destiny_connection_node_icon_divine = 0x100008C6
,
ArtAssetID.destinies_border_bought = 0x100008C7
,
ArtAssetID.destinies_border_currentlyactive = 0x100008C8
,
ArtAssetID.destinies_border_currentlyactive_rollover = 0x100008C9
,
ArtAssetID.destinies_border_inactive = 0x100008CA
,
ArtAssetID.destinies_border_inactive_rollover = 0x100008CB
,
ArtAssetID.destinies_border_owned = 0x100008CC
,
ArtAssetID.destinies_border_owned_rollover = 0x100008CD
,
ArtAssetID.hud_box_topleft = 0x100008CE
,
ArtAssetID.hud_box_top = 0x100008CF
,
ArtAssetID.hud_box_topright = 0x100008D0
,
ArtAssetID.hud_box_left = 0x100008D1
,
ArtAssetID.hud_box_right = 0x100008D2
,
ArtAssetID.hud_box_bottomleft = 0x100008D3
,
ArtAssetID.hud_box_bottom = 0x100008D4
,
ArtAssetID.hud_box_bottomright = 0x100008D5
,
ArtAssetID.hud_box_center = 0x100008D6
,
ArtAssetID.orb_bg_left = 0x100008D7
,
ArtAssetID.orb_bg_mid = 0x100008D8
,
ArtAssetID.orb_bg_right = 0x100008D9
,
ArtAssetID.orb_bg_right_minimized = 0x100008DA
,
ArtAssetID.destiny_minimeter_bevel_left = 0x100008DB
,
ArtAssetID.destiny_minimeter_bevel_mid = 0x100008DC
,
ArtAssetID.destiny_minimeter_bevel_right = 0x100008DD
,
ArtAssetID.placeholder_destiny_icon_36 = 0x100008DE
,
ArtAssetID.minidestinies_border_bought = 0x100008DF
,
ArtAssetID.minidestinies_border_currentlyactive = 0x100008E0
,
ArtAssetID.minidestinies_border_currentlyactive_rollover = 0x100008E1
,
ArtAssetID.minidestinies_border_inactive = 0x100008E2
,
ArtAssetID.minidestinies_border_inactive_rollove = 0x100008E3
,
ArtAssetID.minidestinies_border_owned = 0x100008E4
,
ArtAssetID.minidestinies_border_owned_rollover = 0x100008E5
,
ArtAssetID.hud_box_hollow_topleft = 0x100008E6
,
ArtAssetID.hud_box_hollow_top = 0x100008E7
,
ArtAssetID.hud_box_hollow_topright = 0x100008E8
,
ArtAssetID.hud_box_hollow_left = 0x100008E9
,
ArtAssetID.hud_box_hollow_right = 0x100008EA
,
ArtAssetID.hud_box_hollow_bottomleft = 0x100008EB
,
ArtAssetID.hud_box_hollow_bottom = 0x100008EC
,
ArtAssetID.hud_box_hollow_bottomright = 0x100008ED
,
ArtAssetID.black_80 = 0x100008EE
,
ArtAssetID.hud_dash_bg_left = 0x100008EF
,
ArtAssetID.hud_dash_bg_mid = 0x100008F0
,
ArtAssetID.hud_dash_bg_right = 0x100008F1
,
ArtAssetID.hud_xp_bg_left = 0x100008F2
,
ArtAssetID.hud_xp_bg_mid = 0x100008F3
,
ArtAssetID.hud_xp_bg_right = 0x100008F4
,
ArtAssetID.hudrevamp_chat_frame_topleft = 0x100008F5
,
ArtAssetID.hudrevamp_chat_frame_left = 0x100008F6
,
ArtAssetID.hudrevamp_chat_frame_bottomleft = 0x100008F7
,
ArtAssetID.hudrevamp_chat_frame_top = 0x100008F8
,
ArtAssetID.hudrevamp_chat_frame_topright = 0x100008F9
,
ArtAssetID.hudrevamp_chat_frame_bottom = 0x100008FA
,
ArtAssetID.hudrevamp_chat_frame_right = 0x100008FB
,
ArtAssetID.hudrevamp_chat_frame_bottomright = 0x100008FC
,
ArtAssetID.hudrevamp_chat_inlineframe_topleft = 0x100008FD
,
ArtAssetID.hudrevamp_chat_inlineframe_left = 0x100008FE
,
ArtAssetID.hudrevamp_chat_inlineframe_bottomleft = 0x100008FF
,
ArtAssetID.hudrevamp_chat_inlineframe_top = 0x10000900
,
ArtAssetID.hudrevamp_chat_inlineframe_topright = 0x10000901
,
ArtAssetID.hudrevamp_chat_inlineframe_right = 0x10000902
,
ArtAssetID.hudrevamp_chat_inlineframe_bottomright = 0x10000903
,
ArtAssetID.hudrevamp_chat_inlineframe_bottom = 0x10000904
,
ArtAssetID.hud_dash_double_bg_left = 0x10000905
,
ArtAssetID.hud_dash_double_bg_mid = 0x10000906
,
ArtAssetID.hud_dash_double_bg_right = 0x10000907
,
ArtAssetID.hud_xp_bg_double_left = 0x10000908
,
ArtAssetID.hud_xp_bg_double_mid = 0x10000909
,
ArtAssetID.hud_xp_bg_double_right = 0x1000090A
,
ArtAssetID.MonsterManual_tooltip_box_center = 0x1000090B
,
ArtAssetID.MonsterManual_tooltip_box_tlc = 0x1000090C
,
ArtAssetID.MonsterManual_tooltip_box_left = 0x1000090D
,
ArtAssetID.MonsterManual_tooltip_box_blc = 0x1000090E
,
ArtAssetID.MonsterManual_tooltip_box_top = 0x1000090F
,
ArtAssetID.MonsterManual_tooltip_box_bottom = 0x10000910
,
ArtAssetID.MonsterManual_tooltip_box_right = 0x10000911
,
ArtAssetID.MonsterManual_tooltip_box_trc = 0x10000912
,
ArtAssetID.MonsterManual_tooltip_box_brc = 0x10000913
,
ArtAssetID.hudrevamp_bottomtab_left = 0x10000914
,
ArtAssetID.hudrevamp_bottomtab_mid = 0x10000915
,
ArtAssetID.hudrevamp_bottomtab_right = 0x10000916
,
ArtAssetID.bottom_left_redo = 0x10000917
,
ArtAssetID.hudrevamp_chat_inlineframe_bottomleft_snapped = 0x10000918
,
ArtAssetID.hudrevamp_chat_frame_bottomright_corner = 0x10000919
,
ArtAssetID.destiny_level_bg = 0x1000091A
,
ArtAssetID.auctionbox_new_tl = 0x1000091B
,
ArtAssetID.auctionbox_new_top = 0x1000091C
,
ArtAssetID.auctionbox_new_tr = 0x1000091D
,
ArtAssetID.auctionbox_new_right = 0x1000091E
,
ArtAssetID.auctionbox_new_br = 0x1000091F
,
ArtAssetID.auctionbox_new_bottom = 0x10000920
,
ArtAssetID.auctionbox_new_bl = 0x10000921
,
ArtAssetID.auctionbox_new_left = 0x10000922
,
ArtAssetID.inventory_showArmor_normal_normal = 0x10000923
,
ArtAssetID.button_pet_arrow_left_rollover = 0x10000924
,
ArtAssetID.button_pet_arrow_right_normal = 0x10000925
,
ArtAssetID.button_pet_arrow_right_rollover = 0x10000926
,
ArtAssetID.inventory_tab_bg_press = 0x10000927
,
ArtAssetID.inventory_tab_bg_highlight = 0x10000928
,
ArtAssetID.inventory_tab_bg_normal = 0x10000929
,
ArtAssetID.inventory_tab_gear_press = 0x1000092A
,
ArtAssetID.inventory_tab_gear_rollover = 0x1000092B
,
ArtAssetID.inventory_tab_gear_normal = 0x1000092C
,
ArtAssetID.inventory_tab_list_press = 0x1000092D
,
ArtAssetID.inventory_tab_list_rollover = 0x1000092E
,
ArtAssetID.inventory_tab_list_normal = 0x1000092F
,
ArtAssetID.inventory_tab_pet_press = 0x10000930
,
ArtAssetID.inventory_tab_pet_highlight = 0x10000931
,
ArtAssetID.inventory_tab_pet_normal = 0x10000932
,
ArtAssetID.destiny_bg_left_normal = 0x10000933
,
ArtAssetID.destiny_bg_left_rollover = 0x10000934
,
ArtAssetID.destiny_bg_left_active = 0x10000935
,
ArtAssetID.destiny_bg_mid_normal = 0x10000936
,
ArtAssetID.destiny_bg_mid_rollover = 0x10000937
,
ArtAssetID.destiny_bg_mid_active = 0x10000938
,
ArtAssetID.destiny_bg_right_normal = 0x10000939
,
ArtAssetID.destiny_bg_right_rollover = 0x1000093A
,
ArtAssetID.destiny_bg_right_active = 0x1000093B
,
ArtAssetID.destiny_bg_left_sq_normal = 0x1000093C
,
ArtAssetID.destiny_bg_left_sq_rollover = 0x1000093D
,
ArtAssetID.destiny_bg_left_sq_active = 0x1000093E
,
ArtAssetID.destiny_header_left_normal = 0x1000093F
,
ArtAssetID.destiny_header_left_rollover = 0x10000940
,
ArtAssetID.destiny_header_mid_normal = 0x10000941
,
ArtAssetID.destiny_header_mid_rollover = 0x10000942
,
ArtAssetID.destiny_header_right_normal = 0x10000943
,
ArtAssetID.destiny_header_right_rollover = 0x10000944
,
ArtAssetID.deed_left_arrow = 0x10000945
,
ArtAssetID.deed_right__arrow = 0x10000946
,
ArtAssetID.tab_1_selected = 0x10000947
,
ArtAssetID.tab_2_unselected = 0x10000948
,
ArtAssetID.destiny_twist_plus_pressed = 0x10000949
,
ArtAssetID.destiny_twist_plus_ghosted = 0x1000094A
,
ArtAssetID.destiny_twist_plus_highlight = 0x1000094B
,
ArtAssetID.destiny_twist_plus_normal = 0x1000094C
,
ArtAssetID.hud_button_topleft = 0x1000094D
,
ArtAssetID.hud_button_top = 0x1000094E
,
ArtAssetID.hud_button_topright = 0x1000094F
,
ArtAssetID.hud_button_left = 0x10000950
,
ArtAssetID.hud_button_right = 0x10000951
,
ArtAssetID.hud_button_bottomleft = 0x10000952
,
ArtAssetID.hud_button_bottom = 0x10000953
,
ArtAssetID.hud_button_bottomright = 0x10000954
,
ArtAssetID.hud_button_center = 0x10000955
,
ArtAssetID.hud_visibility_button_ghosted = 0x10000956
,
ArtAssetID.hud_visibility_button_rollover = 0x10000957
,
ArtAssetID.hud_visibility_button_pressed = 0x10000958
,
ArtAssetID.hud_visibility_button_normal = 0x10000959
,
ArtAssetID.visibility_rollover_large = 0x1000095A
,
ArtAssetID.visibility_pressesd_large = 0x1000095B
,
ArtAssetID.visibility_normal_large = 0x1000095C
,
ArtAssetID.destiny_divine_bg_left_normal = 0x1000095D
,
ArtAssetID.destiny_divine_bg_left_rollover = 0x1000095E
,
ArtAssetID.destiny_divine_bg_left_active = 0x1000095F
,
ArtAssetID.destiny_divine_bg_mid_normal = 0x10000960
,
ArtAssetID.destiny_divine_bg_mid_rollover = 0x10000961
,
ArtAssetID.destiny_divine_bg_mid_active = 0x10000962
,
ArtAssetID.destiny_divine_bg_right_normal = 0x10000963
,
ArtAssetID.destiny_divine_bg_right_rollover = 0x10000964
,
ArtAssetID.destiny_divine_bg_right_active = 0x10000965
,
ArtAssetID.destiny_martial_bg_left_normal = 0x10000966
,
ArtAssetID.destiny_martial_bg_left_rollover = 0x10000967
,
ArtAssetID.destiny_martial_bg_left_active = 0x10000968
,
ArtAssetID.destiny_martial_bg_mid_normal = 0x10000969
,
ArtAssetID.destiny_martial_bg_mid_rollover = 0x1000096A
,
ArtAssetID.destiny_martial_bg_mid_active = 0x1000096B
,
ArtAssetID.destiny_martial_bg_right_normal = 0x1000096C
,
ArtAssetID.destiny_martial_bg_right_rollover = 0x1000096D
,
ArtAssetID.destiny_martial_bg_right_active = 0x1000096E
,
ArtAssetID.destiny_primal_bg_left_normal = 0x1000096F
,
ArtAssetID.destiny_primal_bg_left_rollover = 0x10000970
,
ArtAssetID.destiny_primal_bg_left_active = 0x10000971
,
ArtAssetID.destiny_primal_bg_mid_normal = 0x10000972
,
ArtAssetID.destiny_primal_bg_mid_rollover = 0x10000973
,
ArtAssetID.destiny_primal_bg_mid_active = 0x10000974
,
ArtAssetID.destiny_primal_bg_right_normal = 0x10000975
,
ArtAssetID.destiny_primal_bg_right_rollover = 0x10000976
,
ArtAssetID.destiny_primal_bg_right_active = 0x10000977
,
ArtAssetID.destiny_arcane_bg_left_normal = 0x10000978
,
ArtAssetID.destiny_arcane_bg_left_rollover = 0x10000979
,
ArtAssetID.destiny_arcane_bg_left_active = 0x1000097A
,
ArtAssetID.destiny_arcane_bg_mid_normal = 0x1000097B
,
ArtAssetID.destiny_arcane_bg_mid_rollover = 0x1000097C
,
ArtAssetID.destiny_arcane_bg_mid_active = 0x1000097D
,
ArtAssetID.destiny_arcane_bg_right_normal = 0x1000097E
,
ArtAssetID.destiny_arcane_bg_right_rollover = 0x1000097F
,
ArtAssetID.destiny_arcane_bg_right_active = 0x10000980
,
ArtAssetID.hud_startbutton_pressed = 0x10000981
,
ArtAssetID.hud_startbutton_highlight = 0x10000982
,
ArtAssetID.hud_startbutton_normal = 0x10000983
,
ArtAssetID.hud_swapbutton_press = 0x10000984
,
ArtAssetID.hud_swapbutton_highlight = 0x10000985
,
ArtAssetID.hud_swapbutton_normal = 0x10000986
,
ArtAssetID.hotbar_arrow_up_ghosted = 0x10000987
,
ArtAssetID.hotbar_arrow_up_highlight = 0x10000988
,
ArtAssetID.hotbar_arrow_up_press = 0x10000989
,
ArtAssetID.hotbar_arrow_up_normal = 0x1000098A
,
ArtAssetID.hotbar_arrow_down_ghosted = 0x1000098B
,
ArtAssetID.hotbar_arrow_down_highlight = 0x1000098C
,
ArtAssetID.hotbar_arrow_down_press = 0x1000098D
,
ArtAssetID.hotbar_arrow_down_normal = 0x1000098E
,
ArtAssetID.hotbar_arrow_left_ghosted = 0x1000098F
,
ArtAssetID.hotbar_arrow_left_highlight = 0x10000990
,
ArtAssetID.hotbar_arrow_left_press = 0x10000991
,
ArtAssetID.hotbar_arrow_left_normal = 0x10000992
,
ArtAssetID.hotbar_arrow_right_ghosted = 0x10000993
,
ArtAssetID.hotbar_arrow_right_highlight = 0x10000994
,
ArtAssetID.hotbar_arrow_right_press = 0x10000995
,
ArtAssetID.hotbar_arrow_right_normal = 0x10000996
,
ArtAssetID.hud_undock_ghosted = 0x10000997
,
ArtAssetID.hud_undock_normal = 0x10000998
,
ArtAssetID.hud_undock_pressed = 0x10000999
,
ArtAssetID.hud_undock_rollover = 0x1000099A
,
ArtAssetID.hud_redock_ghosted = 0x1000099B
,
ArtAssetID.hud_redock_normal = 0x1000099C
,
ArtAssetID.hud_redock_pressed = 0x1000099D
,
ArtAssetID.hud_redock_rollover = 0x1000099E
,
ArtAssetID.hud_flip_ghosted = 0x1000099F
,
ArtAssetID.hud_flip_normal = 0x100009A0
,
ArtAssetID.hud_flip_pressed = 0x100009A1
,
ArtAssetID.hud_flip_rollover = 0x100009A2
,
ArtAssetID.hudrevamp_chat_tab_inactive_left = 0x100009A3
,
ArtAssetID.hudrevamp_chat_tab_inactive_mid = 0x100009A4
,
ArtAssetID.hudrevamp_chat_tab_inactive_right = 0x100009A5
,
ArtAssetID.hudrevamp_radar_compass_normal = 0x100009A6
,
ArtAssetID.hudrevamp_radar_compass_pressed = 0x100009A7
,
ArtAssetID.hudrevamp_radar_compass_rollover = 0x100009A8
,
ArtAssetID.auction_tab_unselected = 0x100009A9
,
ArtAssetID.auction_tab_selected = 0x100009AA
,
ArtAssetID.auction_tab_rollover = 0x100009AB
,
ArtAssetID.auctionstab_icon_auctions_normal = 0x100009AC
,
ArtAssetID.auctionstab_icon_auctions_highlight = 0x100009AD
,
ArtAssetID.auctionstab_icon_auctions_bid_normal = 0x100009AE
,
ArtAssetID.auctionstab_icon_auctions_bid_highlight = 0x100009AF
,
ArtAssetID.auctionstab_icon_auctions_bid_rollover = 0x100009B0
,
ArtAssetID.auctionstab_icon_auctions_post_normal = 0x100009B1
,
ArtAssetID.auctionstab_icon_auctions_post_highlight = 0x100009B2
,
ArtAssetID.auctionstab_icon_auctions_post_rollover = 0x100009B3
,
ArtAssetID.auction_tab_brown_unselected = 0x100009B4
,
ArtAssetID.auction_tab_brown_selected = 0x100009B5
,
ArtAssetID.auction_tab_brown_rollover = 0x100009B6
,
ArtAssetID.ImageViewer_Button_baseLabel_ghost = 0x100009B7
,
ArtAssetID.ImageViewer_Button_baseLabel_roll = 0x100009B8
,
ArtAssetID.ImageViewer_Button_baseLabel_press = 0x100009B9
,
ArtAssetID.ImageViewer_Button_baseLabel_norm = 0x100009BA
,
ArtAssetID.AirshipShowroom_buttonGetNow_Grey = 0x100009BB
,
ArtAssetID.AirshipShowroom_buttonGetNow_Roll = 0x100009BC
,
ArtAssetID.AirshipShowroom_buttonGetNow_Press = 0x100009BD
,
ArtAssetID.AirshipShowroom_buttonGetNow = 0x100009BE
,
ArtAssetID.AirshipShowroom_buttonDeposit_roll = 0x100009BF
,
ArtAssetID.AirshipShowroom_buttonDeposit = 0x100009C0
,
ArtAssetID.AirshipShowroom_buttonDeposit_press = 0x100009C1
,
ArtAssetID.inventory_showCloak_highlight_normal = 0x100009C2
,
ArtAssetID.inventory_showCloak_highlight_pressed = 0x100009C3
,
ArtAssetID.inventory_showCloak_highlight_rollover = 0x100009C4
,
ArtAssetID.inventory_showCloak_normal_normal = 0x100009C5
,
ArtAssetID.inventory_showCloak_normal_pressed = 0x100009C6
,
ArtAssetID.inventory_showCloak_normal_rollover = 0x100009C7
,
ArtAssetID.achievement_meter_background = 0x100009C8
,
ArtAssetID.box_hud_darkgrey_center = 0x100009C9
,
ArtAssetID.small_shard_icon = 0x100009CA
,
ArtAssetID._null = 0x100009CB
,
ArtAssetID.shard_icon_small_highlight = 0x100009CC
,
ArtAssetID.Shard_HUD_Icon_normal = 0x100009CD
,
ArtAssetID.Shard_HUD_Icon_highlight = 0x100009CE
,
ArtAssetID.Shard_HUD_Icon = 0x100009CF
,
ArtAssetID.dailies_panel_bg = 0x100009D0
,
ArtAssetID.silver_button_normal = 0x100009D1
,
ArtAssetID.silver_button_rollover = 0x100009D2
,
ArtAssetID.gold_button_normal = 0x100009D3
,
ArtAssetID.gold_button_rollover = 0x100009D4
,
ArtAssetID.VIPText = 0x100009D5
,
ArtAssetID.IntroText = 0x100009D6
,
ArtAssetID.IntroTextTwo = 0x100009D7
,
ArtAssetID.dailies_treasure_chest = 0x100009D8
,
ArtAssetID.dailies_marker_background = 0x100009D9
,
ArtAssetID.silver_button_selected = 0x100009DA
,
ArtAssetID.silver_roll_button_normal_text = 0x100009DB
,
ArtAssetID.silver_roll_button_normal = 0x100009DC
,
ArtAssetID.silver_roll_button_rollover_text = 0x100009DD
,
ArtAssetID.dailies_top_lid_silver = 0x100009DE
,
ArtAssetID.dailies_bottom_silver = 0x100009DF
,
ArtAssetID.silverfieldbg = 0x100009E0
,
ArtAssetID.gold_button_selected = 0x100009E1
,
ArtAssetID.gold_roll_button_normal_text = 0x100009E2
,
ArtAssetID.gold_roll_button_normal = 0x100009E3
,
ArtAssetID.gold_roll_button_rollover_text = 0x100009E4
,
ArtAssetID.dailies_top_lid_gold = 0x100009E5
,
ArtAssetID.dailies_bottom_gold = 0x100009E6
,
ArtAssetID.goldfieldbg = 0x100009E7
,
ArtAssetID.shard_normal = 0x100009E8
,
ArtAssetID.icon_feat_elementalsavant_fire_passive = 0x100009E9
,
ArtAssetID.dailies_marker_bg = 0x100009EA
,
ArtAssetID.dailies_marker_bg_highlight_two = 0x100009EB
,
ArtAssetID.fx_gp_eldritch_flare_00000 = 0x100009EC
,
ArtAssetID.fx_gp_eldritch_flare_00001 = 0x100009ED
,
ArtAssetID.fx_gp_eldritch_flare_00002 = 0x100009EE
,
ArtAssetID.fx_gp_eldritch_flare_00003 = 0x100009EF
,
ArtAssetID.fx_gp_eldritch_flare_00004 = 0x100009F0
,
ArtAssetID.fx_gp_eldritch_flare_00005 = 0x100009F1
,
ArtAssetID.fx_gp_eldritch_flare_00006 = 0x100009F2
,
ArtAssetID.fx_gp_eldritch_flare_00007 = 0x100009F3
,
ArtAssetID.fx_gp_eldritch_flare_00008 = 0x100009F4
,
ArtAssetID.fx_gp_eldritch_flare_00009 = 0x100009F5
,
ArtAssetID.fx_gp_eldritch_flare_00010 = 0x100009F6
,
ArtAssetID.fx_gp_eldritch_flare_00011 = 0x100009F7
,
ArtAssetID.fx_gp_eldritch_flare_00012 = 0x100009F8
,
ArtAssetID.fx_gp_eldritch_flare_00013 = 0x100009F9
,
ArtAssetID.fx_gp_eldritch_flare_00014 = 0x100009FA
,
ArtAssetID.fx_gp_eldritch_flare_00015 = 0x100009FB
,
ArtAssetID.fx_gp_eldritch_flare_00016 = 0x100009FC
,
ArtAssetID.fx_gp_eldritch_flare_00017 = 0x100009FD
,
ArtAssetID.fx_gp_eldritch_flare_00018 = 0x100009FE
,
ArtAssetID.fx_gp_eldritch_flare_00019 = 0x100009FF
,
ArtAssetID.fx_gp_eldritch_flare_00020 = 0x10000A00
,
ArtAssetID.fx_gp_eldritch_flare_00021 = 0x10000A01
,
ArtAssetID.fx_gp_eldritch_flare_00022 = 0x10000A02
,
ArtAssetID.fx_gp_eldritch_flare_00023 = 0x10000A03
,
ArtAssetID.fx_gp_eldritch_flare_00024 = 0x10000A04
,
ArtAssetID.fx_gp_eldritch_flare_00025 = 0x10000A05
,
ArtAssetID.fx_gp_eldritch_flare_00026 = 0x10000A06
,
ArtAssetID.fx_gp_eldritch_flare_00027 = 0x10000A07
,
ArtAssetID.fx_gp_eldritch_flare_00028 = 0x10000A08
,
ArtAssetID.fx_gp_eldritch_flare_00029 = 0x10000A09
,
ArtAssetID.fx_gp_eldritch_flare_00030 = 0x10000A0A
,
ArtAssetID.enhancement_treename_icon_border = 0x10000A0B
,
ArtAssetID.FeatMarkerBGNew = 0x10000A0C
,
ArtAssetID.destinytree_bg_gray = 0x10000A0D
,
ArtAssetID.enhancement_container_active = 0x10000A0E
,
ArtAssetID.enhancement_container_passive = 0x10000A0F
,
ArtAssetID.enhancement_base_overlay_active = 0x10000A10
,
ArtAssetID.enhancement_base_overlay_passive = 0x10000A11
,
ArtAssetID.enhancement_base_overlay_active_alpha = 0x10000A12
,
ArtAssetID.enhancement_base_overlay_passive_alpha = 0x10000A13
,
ArtAssetID.enhancement_glow_active = 0x10000A14
,
ArtAssetID.enhancement_glow_passive = 0x10000A15
,
ArtAssetID.enhancement_icon_border_active = 0x10000A16
,
ArtAssetID.enhancement_icon_border_passive = 0x10000A17
,
ArtAssetID.enhancement_connecton_border_active = 0x10000A18
,
ArtAssetID.enhancement_connecton_border_passive = 0x10000A19
,
ArtAssetID.enhancement_active_overlay_prereq = 0x10000A1A
,
ArtAssetID.enhancement_passive_overlay_prereq = 0x10000A1B
,
ArtAssetID.enhancement_active_overlay_untrainable = 0x10000A1C
,
ArtAssetID.enhancement_passive_overlay_untrainable = 0x10000A1D
,
ArtAssetID.enhancement_glow_active_sm = 0x10000A1E
,
ArtAssetID.enhancement_glow_passive_sm = 0x10000A1F
,
ArtAssetID.enhancement_active_overlay_prereq_multiselect = 0x10000A20
,
ArtAssetID.enhancement_passive_overlay_prereq_multiselect = 0x10000A21
,
ArtAssetID.Enhancement_reset_background2 = 0x10000A22
,
ArtAssetID.propel_meter_bg = 0x10000A23
,
ArtAssetID.challenge_star_empty = 0x10000A24
,
ArtAssetID.challenge_star_full = 0x10000A25
,
ArtAssetID.challenge_star_full_gold = 0x10000A26
,
ArtAssetID.challenge_star_empty_greyed = 0x10000A27
,
ArtAssetID.monstermanual_scrollribbon = 0x10000A28
,
ArtAssetID.monstermanual_scrollribbon_widget = 0x10000A29
,
ArtAssetID.search_bar_monster_manual = 0x10000A2A
,
ArtAssetID.property_background = 0x10000A2B
,
ArtAssetID.AirshipShowroom_baseYours = 0x10000A2C
,
ArtAssetID.AirshipShowroom_Icon_Airship_cruiser_a = 0x10000A2D
,
ArtAssetID.AirshipShowroom_buttonRename = 0x10000A2E
,
ArtAssetID.AirshipShowroom_buttonRename_Grey = 0x10000A2F
,
ArtAssetID.AirshipShowroom_buttonRename_Roll = 0x10000A30
,
ArtAssetID.AirshipShowroom_buttonRename_Press = 0x10000A31
,
ArtAssetID.AirshipShowroom_baseSelection_BG = 0x10000A32
,
ArtAssetID.reincarnation_page1_Arrow_Next_Inactive = 0x10000A33
,
ArtAssetID.AirshipShowroom_ArrowNext = 0x10000A34
,
ArtAssetID.ImageViewer_Arrows_Ghost = 0x10000A35
,
ArtAssetID.AirshipShowroom_ArrowNext_roll = 0x10000A36
,
ArtAssetID.AirshipShowroom_ArrowNext_press = 0x10000A37
,
ArtAssetID.AirshipShowroom_ArrowBack = 0x10000A38
,
ArtAssetID.AirshipShowroom_ArrowBack_active = 0x10000A39
,
ArtAssetID.ImageViewer_Arrowsleft_Ghost = 0x10000A3A
,
ArtAssetID.AirshipShowroom_ArrowBack_roll = 0x10000A3B
,
ArtAssetID.AirshipShowroom_ArrowBack_press = 0x10000A3C
,
ArtAssetID.AirshipShowroom_ArrowBack_normal = 0x10000A3D
,
ArtAssetID.AirshipShowroom_baseSelection_ForSale = 0x10000A3E
,
ArtAssetID.AirshipShowroom_baseSelection_Yellow = 0x10000A3F
,
ArtAssetID.AirshipShowroom_baseSelection_Roll = 0x10000A40
,
ArtAssetID.AirshipShowroom_baseSelection = 0x10000A41
,
ArtAssetID.AirshipShowroom_baseSelection_Blue = 0x10000A42
,
ArtAssetID.AirshipShowroom_baseSelection_BluePress = 0x10000A43
,
ArtAssetID.AirshipShowroom_baseSelection_BlueRoll = 0x10000A44
,
ArtAssetID.AirshipShowroom_baseSelection_Grey = 0x10000A45
,
ArtAssetID.AirshipShowroom_baseSelection_GreyPress = 0x10000A46
,
ArtAssetID.AirshipShowroom_baseSelection_RedRoll = 0x10000A47
,
ArtAssetID.AirshipShowroom_Icon_Airship_medium_b = 0x10000A48
,
ArtAssetID.AirshipShowroom_baseFeatured = 0x10000A49
,
ArtAssetID.AirshipShowroom_titleDeco_left = 0x10000A4A
,
ArtAssetID.AirshipShowroom_titleDeco_right = 0x10000A4B
,
ArtAssetID.AirshipShowroom_ShipTest_Big = 0x10000A4C
,
ArtAssetID.amenities_rope = 0x10000A4D
,
ArtAssetID.amenities_rope_b = 0x10000A4E
,
ArtAssetID.amenities_bg2 = 0x10000A4F
,
ArtAssetID.amenities_listItem_bg_buy_selected = 0x10000A50
,
ArtAssetID.amenities_listItem_bg_buy = 0x10000A51
,
ArtAssetID.amenities_listItem_bg_inventory = 0x10000A52
,
ArtAssetID.amenities_listItem_bg_equipped = 0x10000A53
,
ArtAssetID.icon_enh_art_arcanotechnician_innate_2 = 0x10000A54
,
ArtAssetID.amenityMarker_StateRoomFrame = 0x10000A55
,
ArtAssetID.amenityMarker_StateRoomFrame_Roll = 0x10000A56
,
ArtAssetID.icon_ghosted_overlay_38 = 0x10000A57
,
ArtAssetID.Icon_alert_exclamation_small = 0x10000A58
,
ArtAssetID.auctions_posticon_ghosted = 0x10000A59
,
ArtAssetID.auctions_posticon_rollover = 0x10000A5A
,
ArtAssetID.auctions_posticon_pressed = 0x10000A5B
,
ArtAssetID.auctions_posticon_normal = 0x10000A5C
,
ArtAssetID.aug_item_slot = 0x10000A5D
,
ArtAssetID.aug_augment_backplate = 0x10000A5E
,
ArtAssetID.aug_augment_slot_bg = 0x10000A5F
,
ArtAssetID.aug_augment_slot_bg_1 = 0x10000A60
,
ArtAssetID.aug_augment_slot_bg_2 = 0x10000A61
,
ArtAssetID.aug_augment_slot_bg_3 = 0x10000A62
,
ArtAssetID.aug_augment_slot = 0x10000A63
,
ArtAssetID.Icon_Barter_Insufficient_Ingredient = 0x10000A64
,
ArtAssetID.barter_book_cover = 0x10000A65
,
ArtAssetID.deconstruction_book_cover = 0x10000A66
,
ArtAssetID.box_inventory_pet_stable = 0x10000A67
,
ArtAssetID.pet_stable_uiscenebg = 0x10000A68
,
ArtAssetID.pet_stable_frame = 0x10000A69
,
ArtAssetID.button_icon_estore_normal = 0x10000A6A
,
ArtAssetID.button_icon_estore_highlight = 0x10000A6B
,
ArtAssetID.button_icon_estore_press = 0x10000A6C
,
ArtAssetID.char_sheet_craft_bg = 0x10000A6D
,
ArtAssetID.char_sheet_craft_meter_box = 0x10000A6E
,
ArtAssetID.char_sheet_craft_meter_glass_overlay = 0x10000A6F
,
ArtAssetID.icon_spellpower_tooltipicon = 0x10000A70
,
ArtAssetID.icon_dblstrike_attkspeed_tooltip_icon = 0x10000A71
,
ArtAssetID.charactersheet_weapon_power = 0x10000A72
,
ArtAssetID.magical_lg = 0x10000A73
,
ArtAssetID.CraftingBack = 0x10000A74
,
ArtAssetID.crafting_box_shadow = 0x10000A75
,
ArtAssetID.crafting_box_shadow_top = 0x10000A76
,
ArtAssetID.craftingrecipe = 0x10000A77
,
ArtAssetID.craftingrecipe_pressed = 0x10000A78
,
ArtAssetID.craftingrecipe_rollover = 0x10000A79
,
ArtAssetID.crafting_recipe_bkg_arcane = 0x10000A7A
,
ArtAssetID.crafting_recipe_bkg_divine = 0x10000A7B
,
ArtAssetID.crafting_recipe_bkg_elemental = 0x10000A7C
,
ArtAssetID.crafting_book_cover = 0x10000A7D
,
ArtAssetID.enhancements_skill_button = 0x10000A7E
,
ArtAssetID.enhancements_skill_button_normal_pressed = 0x10000A7F
,
ArtAssetID.enhancements_skill_button_normal_rollover = 0x10000A80
,
ArtAssetID.destiny_twist_icon = 0x10000A81
,
ArtAssetID.destiny_mapview_alert = 0x10000A82
,
ArtAssetID.destiny_map_bg = 0x10000A83
,
ArtAssetID.destiny_divine_faded = 0x10000A84
,
ArtAssetID.destiny_divine_active = 0x10000A85
,
ArtAssetID.destiny_icon_node_inactive = 0x10000A86
,
ArtAssetID.destiny_martial_faded = 0x10000A87
,
ArtAssetID.destiny_martial_active = 0x10000A88
,
ArtAssetID.destiny_primal_faded = 0x10000A89
,
ArtAssetID.destiny_primal_active = 0x10000A8A
,
ArtAssetID.destiny_arcane_faded = 0x10000A8B
,
ArtAssetID.destiny_arcane_active = 0x10000A8C
,
ArtAssetID.destiny_connect_divine_martial = 0x10000A8D
,
ArtAssetID.destiny_connect_divine_martia_active = 0x10000A8E
,
ArtAssetID.destiny_connect_martial_primal = 0x10000A8F
,
ArtAssetID.destiny_connect_martial_primal_active = 0x10000A90
,
ArtAssetID.destiny_connect_martial_arcane_left = 0x10000A91
,
ArtAssetID.destiny_connect_martial_arcane_left_active = 0x10000A92
,
ArtAssetID.icon_ghosted_overlay_round_alpha100_36 = 0x10000A93
,
ArtAssetID.icon_ghosted_overlay_round_alpha25_36 = 0x10000A94
,
ArtAssetID.treeheader_frame = 0x10000A95
,
ArtAssetID.destinies_fate_iconslot_active = 0x10000A96
,
ArtAssetID.destinies_fate_iconslot = 0x10000A97
,
ArtAssetID.GuildName_Pattern = 0x10000A98
,
ArtAssetID.ImageViewer_baseLabelPanel = 0x10000A99
,
ArtAssetID.ImageViewer_baseIconPanel = 0x10000A9A
,
ArtAssetID.ImageViewer_Arrows_Highl_ight = 0x10000A9B
,
ArtAssetID.ImageViewer_Arrows_Press = 0x10000A9C
,
ArtAssetID.ImageViewer_Arrows = 0x10000A9D
,
ArtAssetID.ImageViewer_Arrowsleft = 0x10000A9E
,
ArtAssetID.ImageViewer_Arrowsleft_Highlight = 0x10000A9F
,
ArtAssetID.ImageViewer_Arrowsleft_Press = 0x10000AA0
,
ArtAssetID.ImageViewer_baseHeader = 0x10000AA1
,
ArtAssetID.header_charBank_left = 0x10000AA2
,
ArtAssetID.header_charBank_center = 0x10000AA3
,
ArtAssetID.header_charBank_right = 0x10000AA4
,
ArtAssetID.titleBar_charBank_left = 0x10000AA5
,
ArtAssetID.titleBar_charBank_center = 0x10000AA6
,
ArtAssetID.titleBar_charBank_right = 0x10000AA7
,
ArtAssetID.astralshard_cost = 0x10000AA8
,
ArtAssetID.astralshard_cost_ghosted = 0x10000AA9
,
ArtAssetID.inventory_currency_bg = 0x10000AAA
,
ArtAssetID.CurrencyFieldDivider = 0x10000AAB
,
ArtAssetID.shards_repair_button_normal = 0x10000AAC
,
ArtAssetID.shards_repair_button_highlight = 0x10000AAD
,
ArtAssetID.sentient_launch_idle = 0x10000AAE
,
ArtAssetID.sentient_launch_drag_over = 0x10000AAF
,
ArtAssetID.sentient_launch_click = 0x10000AB0
,
ArtAssetID.sentient_launch_rollover = 0x10000AB1
,
ArtAssetID.aug_launch_idle = 0x10000AB2
,
ArtAssetID.aug_launch_drag_over = 0x10000AB3
,
ArtAssetID.aug_launch_click = 0x10000AB4
,
ArtAssetID.aug_launch_rollover = 0x10000AB5
,
ArtAssetID.slot_hud_helm_cosmetic = 0x10000AB6
,
ArtAssetID.slot_hud_armor_cosmetic = 0x10000AB7
,
ArtAssetID.slot_hud_cloak_cosmetic = 0x10000AB8
,
ArtAssetID.slot_hud_weapon1_cosmetic = 0x10000AB9
,
ArtAssetID.slot_hud_weapon1_accept_cosmetic = 0x10000ABA
,
ArtAssetID.slot_hud_weapon1_reject_cosmetic = 0x10000ABB
,
ArtAssetID.slot_hud_weapon2_cosmetic = 0x10000ABC
,
ArtAssetID.slot_hud_weapon2_accept_cosmetic = 0x10000ABD
,
ArtAssetID.slot_hud_weapon2_reject_cosmetic = 0x10000ABE
,
ArtAssetID.sell = 0x10000ABF
,
ArtAssetID.sell_gray = 0x10000AC0
,
ArtAssetID.add_all = 0x10000AC1
,
ArtAssetID.add_all_gray = 0x10000AC2
,
ArtAssetID.add_junk = 0x10000AC3
,
ArtAssetID.add_junk_gray = 0x10000AC4
,
ArtAssetID.clear = 0x10000AC5
,
ArtAssetID.clear_gray = 0x10000AC6
,
ArtAssetID.sell_gems = 0x10000AC7
,
ArtAssetID.sell_gems_gray = 0x10000AC8
,
ArtAssetID.buy = 0x10000AC9
,
ArtAssetID.buy_gray = 0x10000ACA
,
ArtAssetID.repair = 0x10000ACB
,
ArtAssetID.repair_gray = 0x10000ACC
,
ArtAssetID.inventory_weaponstat_primarybkg = 0x10000ACD
,
ArtAssetID.inventory_weaponstat_secondarybkg = 0x10000ACE
,
ArtAssetID.box_monstermanual_background = 0x10000ACF
,
ArtAssetID.tab_1_unselected = 0x10000AD0
,
ArtAssetID.tab_2_selected = 0x10000AD1
,
ArtAssetID.monstermanual_claws_border = 0x10000AD2
,
ArtAssetID.monstermanual_exalted_deeds_footer = 0x10000AD3
,
ArtAssetID.Kobold_normal = 0x10000AD4
,
ArtAssetID.monstermanual_totals_line_deco = 0x10000AD5
,
ArtAssetID.MM_camera_border = 0x10000AD6
,
ArtAssetID.monstermanual_title_bar_padding = 0x10000AD7
,
ArtAssetID.genus_side_arrow = 0x10000AD8
,
ArtAssetID.genus_down_arrow = 0x10000AD9
,
ArtAssetID.genus_frame = 0x10000ADA
,
ArtAssetID.genus_frame_highlight = 0x10000ADB
,
ArtAssetID.humanoid_genus_icon = 0x10000ADC
,
ArtAssetID.exclamation_icon = 0x10000ADD
,
ArtAssetID.monstermanual_box_center = 0x10000ADE
,
ArtAssetID.monstermanual_box_bottomborder = 0x10000ADF
,
ArtAssetID.monstermanual_box_righttborder = 0x10000AE0
,
ArtAssetID.monstermanual_box_bottomleftcorner = 0x10000AE1
,
ArtAssetID.monstermanual_box_bottomrightcorner = 0x10000AE2
,
ArtAssetID.monstermanual_box_leftborder = 0x10000AE3
,
ArtAssetID.monstermanual_highlight_bar = 0x10000AE4
,
ArtAssetID.monstermanual_box_highlight_page_2 = 0x10000AE5
,
ArtAssetID.volume_locked = 0x10000AE6
,
ArtAssetID.volume_owned = 0x10000AE7
,
ArtAssetID.reincarnation_page1_query = 0x10000AE8
,
ArtAssetID.reincarnation_page1_query_active = 0x10000AE9
,
ArtAssetID.inventory_sentient_weapon_slot_inactive = 0x10000AEA
,
ArtAssetID.inventory_sentient_gem_slot_inactive = 0x10000AEB
,
ArtAssetID.icon_sentient_gem_red_128 = 0x10000AEC
,
ArtAssetID.sentient_item_consumption_chamber = 0x10000AED
,
ArtAssetID.icon_consumable_slot = 0x10000AEE
,
ArtAssetID.panel_sentient_gem = 0x10000AEF
,
ArtAssetID.panel_minor_artifact = 0x10000AF0
,
ArtAssetID.filigree_slot_empty = 0x10000AF1
,
ArtAssetID.ddo_logo_small_drop = 0x10000AF2
,
ArtAssetID.ddo_logo_small = 0x10000AF3
,
ArtAssetID.button_buynow_arrow_ghosted = 0x10000AF4
,
ArtAssetID.button_buynow_arrow_normal = 0x10000AF5
,
ArtAssetID.button_buynow_arrow_pressed = 0x10000AF6
,
ArtAssetID.button_buynow_arrow_highlight = 0x10000AF7
,
ArtAssetID.buynowbox_ghost = 0x10000AF8
,
ArtAssetID.buynowbox_highlight = 0x10000AF9
,
ArtAssetID.buynowbox_press = 0x10000AFA
,
ArtAssetID.buynowbox_normal = 0x10000AFB
,
ArtAssetID.button_buynow_bank_ghosted = 0x10000AFC
,
ArtAssetID.button_buynow_bank_normal = 0x10000AFD
,
ArtAssetID.button_buynow_bank_pressed = 0x10000AFE
,
ArtAssetID.button_buynow_bank_highlight = 0x10000AFF
,
ArtAssetID.button_buynow_arrow_ghosted_small = 0x10000B00
,
ArtAssetID.button_buynow_arrow_normal_small = 0x10000B01
,
ArtAssetID.button_buynow_arrow_pressed_small = 0x10000B02
,
ArtAssetID.button_buynow_arrow_highlight_small = 0x10000B03
,
ArtAssetID.premiumbutton_narrow_ghosted = 0x10000B04
,
ArtAssetID.premiumbutton_narrow_highlight = 0x10000B05
,
ArtAssetID.premiumbutton_narrow_pressed = 0x10000B06
,
ArtAssetID.premiumbutton_ghosted = 0x10000B07
,
ArtAssetID.button_buynow_arrow_flipped_ghosted = 0x10000B08
,
ArtAssetID.button_buynow_arrow_flipped_normal = 0x10000B09
,
ArtAssetID.button_buynow_arrow_flipped_pressed = 0x10000B0A
,
ArtAssetID.button_buynow_arrow_flipped_highlight = 0x10000B0B
,
ArtAssetID.button_buynow_arrow_ghosted_mini = 0x10000B0C
,
ArtAssetID.button_buynow_arrow_normal_mini = 0x10000B0D
,
ArtAssetID.button_buynow_arrow_pressed_mini = 0x10000B0E
,
ArtAssetID.button_buynow_arrow_highlight_mini = 0x10000B0F
,
ArtAssetID.estore_coin = 0x10000B10
,
ArtAssetID.premiumbutton_flip_pressed = 0x10000B11
,
ArtAssetID.premiumbutton_flip_highlight = 0x10000B12
,
ArtAssetID.premiumbutton_flip_normal = 0x10000B13
,
ArtAssetID.inventory_getshards_normal = 0x10000B14
,
ArtAssetID.inventory_getshards_highlight_large = 0x10000B15
,
ArtAssetID.inventory_getshards_pressed_large = 0x10000B16
,
ArtAssetID.inventory_getshards_normal_large = 0x10000B17
,
ArtAssetID.astralfragment = 0x10000B18
,
ArtAssetID.inventory_getshards_normal_small = 0x10000B19
,
ArtAssetID.inventory_getshards_pressed_small = 0x10000B1A
,
ArtAssetID.inventory_getshards_highlight_small = 0x10000B1B
,
ArtAssetID.astralshard_small = 0x10000B1C
,
ArtAssetID.button_buynow_noarrow_ghosted_mini = 0x10000B1D
,
ArtAssetID.button_buynow_noarrow_normal_mini = 0x10000B1E
,
ArtAssetID.button_buynow_noarrow_pressed_mini = 0x10000B1F
,
ArtAssetID.button_buynow_noarrow_highlight_mini = 0x10000B20
,
ArtAssetID.destiny_mtx_coin = 0x10000B21
,
ArtAssetID.store_titlebar_left = 0x10000B22
,
ArtAssetID.store_titlebar_top = 0x10000B23
,
ArtAssetID.store_titlebar_right = 0x10000B24
,
ArtAssetID.Store_Border_TL = 0x10000B25
,
ArtAssetID.Store_Border_T = 0x10000B26
,
ArtAssetID.Store_Border_TR = 0x10000B27
,
ArtAssetID.Store_Border_R = 0x10000B28
,
ArtAssetID.Store_Border_BR = 0x10000B29
,
ArtAssetID.Store_Border_B = 0x10000B2A
,
ArtAssetID.Store_Border_BL = 0x10000B2B
,
ArtAssetID.Store_Border_L = 0x10000B2C
,
ArtAssetID.store_button_close_ghosted = 0x10000B2D
,
ArtAssetID.store_button_close_normal = 0x10000B2E
,
ArtAssetID.store_button_close_pressed = 0x10000B2F
,
ArtAssetID.store_button_close_highlight = 0x10000B30
,
ArtAssetID.expand_all_button = 0x10000B31
,
ArtAssetID.expand_all_button_pressed = 0x10000B32
,
ArtAssetID.expand_all_button_rollover = 0x10000B33
,
ArtAssetID.collapse_all_button = 0x10000B34
,
ArtAssetID.collapse_all_button_pressed = 0x10000B35
,
ArtAssetID.collapse_all_button_rollover = 0x10000B36
,
ArtAssetID.lg_class_alchemist_active = 0x10000B37
,
ArtAssetID.lg_class_alchemist_inactive = 0x10000B38
,
ArtAssetID.panel_deconstruction = 0x10000B39
,
ArtAssetID.aug_augment_slot_bg_red = 0x10000B3A
,
ArtAssetID.aug_augment_slot_bg_orange = 0x10000B3B
,
ArtAssetID.aug_augment_slot_bg_yellow = 0x10000B3C
,
ArtAssetID.aug_augment_slot_bg_green = 0x10000B3D
,
ArtAssetID.aug_augment_slot_bg_blue = 0x10000B3E
,
ArtAssetID.aug_augment_slot_bg_purple = 0x10000B3F
,
ArtAssetID.aug_augment_slot_bg_colorless = 0x10000B40
,
ArtAssetID.button_tab_pet_mount_ghosted = 0x10000B41
,
ArtAssetID.button_tab_mount_stable_highlight = 0x10000B42
,
ArtAssetID.button_tab_mount_stable_normal = 0x10000B43
,
ArtAssetID.button_tab_mount_stable_rollover = 0x10000B44
,
ArtAssetID.icon_singleton_starfragment_1 = 0x10000B45
,
ArtAssetID.icon_singleton_starfragment_2 = 0x10000B46
,
ArtAssetID.party_pearl_raise_ward = 0x10000B47
,
ArtAssetID.mount_stable_frame = 0x10000B48
,
ArtAssetID.lfg_center_active = 0x10000B49
,
ArtAssetID.lfg_center_inactive = 0x10000B4A
,
ArtAssetID.aug_augment_slot_bg_dread = 0x10000B4B
,
ArtAssetID.hudrevamp_xp_tick_legendary = 0x10000B4C
,
ArtAssetID.hudrevamp_xp_tick_active_legendary = 0x10000B4D
,
ArtAssetID.tumble_background_1 = 0x10000B4E
,
ArtAssetID.TumbleUI_Pip = 0x10000B4F
,
ArtAssetID.TumbleUI_Pip_Full = 0x10000B50
,
ArtAssetID.TumbleUI_Pip_Empty = 0x10000B51
} |
|
|
|
enum | AspectRatio : uint {
AspectRatio._4x3 = 0x00000000
,
AspectRatio._16x9 = 0x00000001
,
AspectRatio._16x10 = 0x00000002
,
AspectRatio._1x1 = 0x00000003
} |
|
|
|
enum | Attack_State : uint {
Attack_State.Undef = 0x00000000
,
Attack_State.AttackingFixedRotation = 0x00000001
,
Attack_State.WaitingForReturn = 0x00000002
,
Attack_State.Holding = 0x00000003
,
Attack_State.AttackingFreeRotation = 0x00000004
} |
|
|
|
enum | AttrCostElement : uint {
AttrCostElement.CHARACTER_RENAME = 0x00000001
,
AttrCostElement.POTION_DEFAULT = 0x00000003
} |
|
|
|
enum | AuctionType : uint {
AuctionType.Invalid = 0x00000000
,
AuctionType.TurbinePointCurrency = 0x00000001
,
AuctionType.InGameCurrency = 0x00000002
} |
|
|
|
enum | AugmentBindingLevel : uint {
AugmentBindingLevel.Invalid = 0x00000000
,
AugmentBindingLevel.Unbound = 0x00000001
,
AugmentBindingLevel.BoundToAccount = 0x00000002
,
AugmentBindingLevel.BoundToCharacter = 0x00000003
} |
|
|
|
enum | AugmentType : uint {
AugmentType.Undef = 0x00000000
,
AugmentType.Colorless = 0x00000001
,
AugmentType.Red = 0x00000002
,
AugmentType.Yellow = 0x00000003
,
AugmentType.Blue = 0x00000004
,
AugmentType.Orange = 0x00000005
,
AugmentType.Purple = 0x00000006
,
AugmentType.Green = 0x00000007
,
AugmentType.GreenSteel_EpicTier1_Weapon = 0x00000008
,
AugmentType.GreenSteel_EpicTier2_Weapon = 0x00000009
,
AugmentType.GreenSteel_EpicTier3_Weapon = 0x0000000A
,
AugmentType.GreenSteel_EpicTier1_Equipment = 0x0000000B
,
AugmentType.GreenSteel_EpicTier2_Equipment = 0x0000000C
,
AugmentType.GreenSteel_EpicTier3_Equipment = 0x0000000D
,
AugmentType.GreenSteel_EpicActive = 0x0000000E
,
AugmentType.GreenSteel_EpicMythic = 0x0000000F
,
AugmentType.GreenSteel_EpicTaint = 0x00000010
,
AugmentType.SentientJewel = 0x00000011
,
AugmentType.SentientFiligree = 0x00000012
,
AugmentType.SentientIngot = 0x00000013
,
AugmentType.Dread_Prefix = 0x00000014
,
AugmentType.Dread_Suffix = 0x00000015
,
AugmentType.Dread_Extra = 0x00000016
,
AugmentType.Dread_Extra2 = 0x00000017
,
AugmentType.Dread_Weapon_Prefix = 0x00000018
,
AugmentType.Dread_Weapon_Suffix = 0x00000019
,
AugmentType.Dread_Weapon_Extra = 0x0000001A
,
AugmentType.Dread_Weapon_Extra2 = 0x0000001B
,
AugmentType.Dread_Armor_Prefix = 0x0000001C
,
AugmentType.Dread_Armor_Suffix = 0x0000001D
,
AugmentType.Dread_Setbonus = 0x0000001E
,
AugmentType.ValidRange = 0x0000001F
} |
|
|
|
enum | AV_RaceGender : uint {
AV_RaceGender.Undef = 0x00000000
,
AV_RaceGender.Elf_Male = 0x00000003
,
AV_RaceGender.Dwarf_Male = 0x00000004
,
AV_RaceGender.Elf_Female = 0x00000005
,
AV_RaceGender.Human_Male = 0x00000006
,
AV_RaceGender.Invisible = 0x00000007
,
AV_RaceGender.Human_Female = 0x00000009
,
AV_RaceGender.Dwarf_Female = 0x0000000B
,
AV_RaceGender.Halfling_Female = 0x0000000C
,
AV_RaceGender.Halforc_Female = 0x0000000D
,
AV_RaceGender.Halforc_Male = 0x0000000E
,
AV_RaceGender.Halfelf_Male = 0x0000000F
,
AV_RaceGender.Gnome_Female = 0x00000010
,
AV_RaceGender.Gnome_Male = 0x00000011
,
AV_RaceGender.Halfelf_Female = 0x00000012
,
AV_RaceGender.Halfling_Male = 0x00000013
,
AV_RaceGender.Dragonborn_Male = 0x00000014
,
AV_RaceGender.Dragonborn_Female = 0x00000015
,
AV_RaceGender.Aasimar_Female = 0x00000016
,
AV_RaceGender.Aasimar_Male = 0x00000017
,
AV_RaceGender.Warforged = 0x00000018
,
AV_RaceGender.Wildelf_Female = 0x00000019
,
AV_RaceGender.Wildelf_Male = 0x0000001A
,
AV_RaceGender.Tiefling_Female = 0x0000001B
,
AV_RaceGender.Tiefling_Male = 0x0000001C
,
AV_RaceGender.Shifter_Female = 0x0000001D
,
AV_RaceGender.Shifter_Male = 0x0000001E
,
AV_RaceGender.Tabaxi_Female = 0x0000001F
,
AV_RaceGender.Tabaxi_Male = 0x00000020
} |
|
|
|
enum | BackSlotLocation : uint {
BackSlotLocation.Invalid = 0x00000000
,
BackSlotLocation.Weapon_Back = 0x00000001
,
BackSlotLocation.Bow = 0x00000002
,
BackSlotLocation.Shield = 0x00000003
,
BackSlotLocation.Staff = 0x00000004
} |
|
|
|
enum | BankSortOrder : uint {
BankSortOrder.Invalid = 0x00000000
,
BankSortOrder.Descending = 0x00000001
,
BankSortOrder.Ascending = 0x00000002
} |
|
|
|
enum | BankSpecialOfferType : uint {
BankSpecialOfferType.Undef = 0x00000000
,
BankSpecialOfferType.Underdark_Coffer = 0x00000001
,
BankSpecialOfferType.Morgrave = 0x00000002
,
BankSpecialOfferType.Mechanized_Coffer = 0x00000003
,
BankSpecialOfferType.Astral_Coffer = 0x00000004
} |
|
|
|
enum | BankType : uint {
BankType.Undef = 0x00000000
,
BankType.Character = 0x00000001
,
BankType.Guild = 0x00000002
,
BankType.Account = 0x00000003
,
BankType.Reincarnation = 0x00000004
,
BankType.Singleton = 0x00000005
} |
|
|
|
enum | BaseSurfaceType : uint {
BaseSurfaceType.Invalid = 0x00000000
,
BaseSurfaceType.Stone = 0x00000016
,
BaseSurfaceType.Wood = 0x00000017
,
BaseSurfaceType.Sand = 0x00000018
,
BaseSurfaceType.Snow = 0x00000019
,
BaseSurfaceType.Grass = 0x0000001B
,
BaseSurfaceType.Ice = 0x0000001D
,
BaseSurfaceType.Dirt = 0x00000021
,
BaseSurfaceType.mud = 0x00000024
,
BaseSurfaceType.Metal_Hollow = 0x00000055
,
BaseSurfaceType.Wood_Hollow = 0x00000056
,
BaseSurfaceType.Metal = 0x00000057
,
BaseSurfaceType.Rug = 0x00000058
,
BaseSurfaceType.Wet = 0x00000059
,
BaseSurfaceType.Flesh = 0x0000005A
,
BaseSurfaceType.Stone_Solid = 0x0000005B
,
BaseSurfaceType.Leaves = 0x0000005C
,
BaseSurfaceType.Roof_Tiles = 0x0000005D
,
BaseSurfaceType.Bamboo = 0x0000005E
,
BaseSurfaceType.Coin = 0x0000005F
,
BaseSurfaceType.Wheat = 0x00000060
,
BaseSurfaceType.Crystal_Crust = 0x00000061
,
BaseSurfaceType.Gravel = 0x00000062
} |
|
|
|
enum | BeholderType : uint {
BeholderType.Invalid = 0x00000000
,
BeholderType.Mage = 0x00000001
,
BeholderType.Armor = 0x00000002
,
BeholderType.Frost = 0x00000003
,
BeholderType.Chaos = 0x00000004
,
BeholderType.Priest = 0x00000005
,
BeholderType.Ebberon_Planes = 0x00000006
} |
|
|
|
enum | BenefitChannel : uint {
BenefitChannel.Invalid = 0x00000000
,
BenefitChannel.Barbarian_SkillInteraction = 0x00000001
,
BenefitChannel.Warforged_Durability = 0x00000002
,
BenefitChannel.Warforged_ConstructThinking = 0x00000003
,
BenefitChannel.Warforged_HealersFriend = 0x00000004
,
BenefitChannel.Warforged_SlowerDecay = 0x00000005
,
BenefitChannel.Warforged_Ward = 0x00000006
,
BenefitChannel.Warforged_InscribedArmor = 0x00000007
,
BenefitChannel.Warforged_Invulnerability = 0x00000008
,
BenefitChannel.Warforged_Constitution = 0x00000009
,
BenefitChannel.Barbarian_ExtendRage = 0x0000000A
,
BenefitChannel.Barbarian_Sprint = 0x0000000B
,
BenefitChannel.Barbarian_PowerAttack = 0x0000000C
,
BenefitChannel.Barbarian_FastRecovery = 0x0000000D
,
BenefitChannel.Barbarian_SkillAthleticism = 0x0000000E
,
BenefitChannel.Sorcerer_SkillTactics = 0x0000000F
,
BenefitChannel.Fighter_SkillTactics = 0x00000010
,
BenefitChannel.Rogue_SkillStealth = 0x00000011
,
BenefitChannel.Wizard_SkillResourcefulness = 0x00000012
,
BenefitChannel.Ranger_SkillStealth = 0x00000013
,
BenefitChannel.Dwarf_SkillSearch = 0x00000014
,
BenefitChannel.Ranger_SkillAthleticism = 0x00000015
,
BenefitChannel.Cleric_SkillTactics = 0x00000016
,
BenefitChannel.Wizard_SkillTactics = 0x00000017
,
BenefitChannel.Fighter_SkillRecovery = 0x00000018
,
BenefitChannel.Rogue_SkillIngenuity = 0x00000019
,
BenefitChannel.Paladin_SkillRecovery = 0x0000001A
,
BenefitChannel.Paladin_SkillInteraction = 0x0000001B
,
BenefitChannel.Elf_SkillPerception = 0x0000001C
,
BenefitChannel.Cleric_SkillRecovery = 0x0000001D
,
BenefitChannel.Halfling_SkillStealth = 0x0000001E
,
BenefitChannel.Rogue_SkillPerception = 0x0000001F
,
BenefitChannel.Sorcerer_SkillInteraction = 0x00000020
,
BenefitChannel.Bard_SkillInteraction = 0x00000021
,
BenefitChannel.Bard_SkillMagic = 0x00000022
,
BenefitChannel.Sorcerer_Charisma = 0x00000023
,
BenefitChannel.Fighter_Strength = 0x00000024
,
BenefitChannel.Barbarian_Constitution = 0x00000025
,
BenefitChannel.Dwarf_Constitution = 0x00000026
,
BenefitChannel.Elf_Dexterity = 0x00000027
,
BenefitChannel.Ranger_Dexterity = 0x00000028
,
BenefitChannel.Rogue_Dexterity = 0x00000029
,
BenefitChannel.Cleric_Wisdom = 0x0000002A
,
BenefitChannel.Bard_Charisma = 0x0000002B
,
BenefitChannel.Halfling_Dexterity = 0x0000002C
,
BenefitChannel.Wizard_Intelligence = 0x0000002D
,
BenefitChannel.Paladin_Charisma = 0x0000002E
,
BenefitChannel.Elf_Arcanum = 0x0000002F
,
BenefitChannel.Elf_EnchantmentResistance = 0x00000030
,
BenefitChannel.Dwarf_BattleHardened = 0x00000031
,
BenefitChannel.Halfling_Luck = 0x00000032
,
BenefitChannel.Halfling_FearResistance = 0x00000033
,
BenefitChannel.Dwarf_Faith = 0x00000034
,
BenefitChannel.Dwarf_PoisonResistance = 0x00000035
,
BenefitChannel.Dwarf_SpellResistance = 0x00000036
,
BenefitChannel.Dwarf_GoblinoidHatred = 0x00000037
,
BenefitChannel.Dwarf_GiantDodger = 0x00000038
,
BenefitChannel.Dwarf_ExperiencedDodger = 0x00000039
,
BenefitChannel.Wizard_ScholarEnergy = 0x0000003A
,
BenefitChannel.Sorcerer_DragonbloodedEnergy = 0x0000003B
,
BenefitChannel.Fighter_Mobility = 0x00000041
,
BenefitChannel.Fighter_CombatExpertise = 0x00000042
,
BenefitChannel.Fighter_Dodge = 0x00000043
,
BenefitChannel.Paladin_ZealotEnergy = 0x00000044
,
BenefitChannel.Paladin_Rally = 0x00000045
,
BenefitChannel.Paladin_Grace = 0x00000046
,
BenefitChannel.Cleric_Charisma = 0x00000047
,
BenefitChannel.Cleric_ZealotEnergy = 0x00000048
,
BenefitChannel.Barbarian_ResistPoison = 0x00000049
,
BenefitChannel.Barbarian_PowerRage = 0x0000004A
,
BenefitChannel.Barbarian_HardyRage = 0x0000004B
,
BenefitChannel.Barbarian_Toughness = 0x0000004C
,
BenefitChannel.Barbarian_CriticalRage = 0x0000004D
,
BenefitChannel.Barbarian_Willpower = 0x0000004E
,
BenefitChannel.Barbarian_ExtraRage = 0x0000004F
,
BenefitChannel.Barbarian_TrapSense = 0x00000050
,
BenefitChannel.Barbarian_ResistDisease = 0x00000051
,
BenefitChannel.Cleric_ExtraTurning = 0x00000052
,
BenefitChannel.Bard_ExtraSong = 0x00000053
,
BenefitChannel.Bard_InspiredBravery = 0x00000058
,
BenefitChannel.Bard_InspiredDamage = 0x00000059
,
BenefitChannel.Bard_InspiredAttack = 0x0000005A
,
BenefitChannel.Cleric_ImprovedEmpowerHeal = 0x0000005B
,
BenefitChannel.Fighter_ArmoredAgility = 0x0000005C
,
BenefitChannel.Fighter_ExtraCleave = 0x0000005D
,
BenefitChannel.Paladin_ExtraLay = 0x0000005E
,
BenefitChannel.Fighter_ItemDefense = 0x0000005F
,
BenefitChannel.Paladin_ExtraTurning = 0x00000060
,
BenefitChannel.Paladin_ExtraSmite = 0x00000061
,
BenefitChannel.Ranger_ElementalEmpathy = 0x00000062
,
BenefitChannel.Ranger_ExtraImprovedWildEmpathy = 0x00000063
,
BenefitChannel.Ranger_ExtraWildEmpathy = 0x00000064
,
BenefitChannel.Ranger_VerminEmpathy = 0x00000065
,
BenefitChannel.Rogue_PriceWarfare = 0x00000066
,
BenefitChannel.Rogue_TrapSense = 0x00000067
,
BenefitChannel.Dwarf_AxeAttack = 0x00000068
,
BenefitChannel.Dwarf_AxeDamage = 0x00000069
,
BenefitChannel.Dwarf_ArmoredAgility = 0x0000006A
,
BenefitChannel.Dwarf_ShieldMastery = 0x0000006B
,
BenefitChannel.Dwarf_Toughness = 0x0000006C
,
BenefitChannel.Dwarf_Cleverness = 0x0000006D
,
BenefitChannel.Elf_MeleeAttack = 0x0000006E
,
BenefitChannel.Elf_RangedAttack = 0x0000006F
,
BenefitChannel.Elf_RangedDamage = 0x00000070
,
BenefitChannel.Elf_MeleeDamage = 0x00000071
,
BenefitChannel.Halfling_HeroicCompanion = 0x00000072
,
BenefitChannel.Human_Versatility = 0x00000073
,
BenefitChannel.Barbarian_ActionBoost = 0x00000074
,
BenefitChannel.Barbarian_ActionBoost_DR = 0x00000075
,
BenefitChannel.Barbarian_ActionBoost_Damage = 0x00000076
,
BenefitChannel.Barbarian_ActionBoost_Sprint = 0x00000077
,
BenefitChannel.Fighter_ActionBoost_Haste = 0x00000078
,
BenefitChannel.Fighter_ActionBoost_Armor = 0x00000079
,
BenefitChannel.Fighter_ActionBoost_Attack = 0x0000007A
,
BenefitChannel.Fighter_ActionBoost = 0x0000007B
,
BenefitChannel.Ranger_ActionBoost_Skills = 0x0000007C
,
BenefitChannel.Paladin_ActionBoost_Attack = 0x0000007D
,
BenefitChannel.Ranger_ActionBoost_Sprint = 0x0000007E
,
BenefitChannel.Rogue_ActionBoost_Damage = 0x0000007F
,
BenefitChannel.Paladin_ActionBoost_Saves = 0x00000080
,
BenefitChannel.Paladin_ActionBoost = 0x00000081
,
BenefitChannel.Ranger_ActionBoost_ER = 0x00000082
,
BenefitChannel.Ranger_ActionBoost = 0x00000083
,
BenefitChannel.Rogue_ActionBoost_Haste = 0x00000084
,
BenefitChannel.Paladin_ActionBoost_Armor = 0x00000085
,
BenefitChannel.Rogue_ActionBoost = 0x00000086
,
BenefitChannel.Rogue_ActionBoost_Skills = 0x00000087
,
BenefitChannel.Warforged_DR = 0x00000088
,
BenefitChannel.Barbarian_DR = 0x00000089
,
BenefitChannel.Human_Wisdom = 0x0000008A
,
BenefitChannel.Human_Strength = 0x0000008B
,
BenefitChannel.Human_Constitution = 0x0000008C
,
BenefitChannel.Human_Dexterity = 0x0000008D
,
BenefitChannel.Human_Intelligence = 0x0000008E
,
BenefitChannel.Human_Charisma = 0x0000008F
,
BenefitChannel.Bard_MusicoftheDead = 0x00000090
,
BenefitChannel.Bard_MusicofMakers = 0x00000091
,
BenefitChannel.Halfling_ThrownDamage = 0x00000092
,
BenefitChannel.Halfling_ThrownAttack = 0x00000093
,
BenefitChannel.Ranger_FavoredEnemy_Defense = 0x00000094
,
BenefitChannel.Ranger_FavoredEnemy_Resistance = 0x00000095
,
BenefitChannel.Ranger_FavoredEnemy_Attack = 0x00000096
,
BenefitChannel.Ranger_FavoredEnemy_Damage = 0x00000097
,
BenefitChannel.Cleric_DivineCleansing = 0x00000098
,
BenefitChannel.Cleric_DivineOutsiderSmiting = 0x00000099
,
BenefitChannel.Cleric_DivineElementalSmiting = 0x0000009A
,
BenefitChannel.Cleric_DivineHealing = 0x0000009B
,
BenefitChannel.Cleric_DivineLight = 0x0000009C
,
BenefitChannel.Cleric_DivineVitality = 0x0000009D
,
BenefitChannel.Bard_MusicEnergy = 0x000000A8
,
BenefitChannel.Ranger_WildEnergy = 0x000000AB
,
BenefitChannel.Paladin_TemplarEnergy = 0x000000AD
,
BenefitChannel.Rogue_FasterSneaking = 0x000000AE
,
BenefitChannel.Wizard_DamageAmplification_Cold_1 = 0x000000AF
,
BenefitChannel.Wizard_DamageAmplification_Repair_3 = 0x000000B0
,
BenefitChannel.Sorcerer_DamageAmplification_Cold_1 = 0x000000B1
,
BenefitChannel.Wizard_DamageAmplification_Cold_2 = 0x000000B2
,
BenefitChannel.Wizard_DamageAmplification_Repair_4 = 0x000000B3
,
BenefitChannel.Sorcerer_DamageAmplification_Cold_2 = 0x000000B4
,
BenefitChannel.Wizard_DamageAmplification_Cold_3 = 0x000000B5
,
BenefitChannel.Wizard_DamageAmplification_Repair_5 = 0x000000B6
,
BenefitChannel.Sorcerer_DamageAmplification_Cold_3 = 0x000000B7
,
BenefitChannel.Wizard_DamageAmplification_Cold_4 = 0x000000B8
,
BenefitChannel.Sorcerer_DamageAmplification_Cold_4 = 0x000000B9
,
BenefitChannel.Wizard_DamageAmplification_Cold_5 = 0x000000BA
,
BenefitChannel.Sorcerer_DamageAmplification_Cold_5 = 0x000000BB
,
BenefitChannel.Cleric_DamageAmplification_Positive_1 = 0x000000BC
,
BenefitChannel.Bard_DamageAmplification_Positive_1 = 0x000000BD
,
BenefitChannel.Cleric_DamageAmplification_Positive_2 = 0x000000BE
,
BenefitChannel.Bard_DamageAmplification_Positive_2 = 0x000000BF
,
BenefitChannel.Sorcerer_DamageAmplification_Repair_1 = 0x000000C0
,
BenefitChannel.Cleric_DamageAmplification_Positive_3 = 0x000000C1
,
BenefitChannel.Bard_DamageAmplification_Positive_3 = 0x000000C2
,
BenefitChannel.Sorcerer_DamageAmplification_Repair_2 = 0x000000C3
,
BenefitChannel.Cleric_DamageAmplification_Positive_4 = 0x000000C4
,
BenefitChannel.Bard_DamageAmplification_Positive_4 = 0x000000C5
,
BenefitChannel.Sorcerer_DamageAmplification_Repair_3 = 0x000000C6
,
BenefitChannel.Cleric_DamageAmplification_Positive_5 = 0x000000C7
,
BenefitChannel.Bard_DamageAmplification_Positive_5 = 0x000000C8
,
BenefitChannel.Sorcerer_DamageAmplification_Repair_4 = 0x000000C9
,
BenefitChannel.Sorcerer_DamageAmplification_Electricity_1 = 0x000000CA
,
BenefitChannel.Sorcerer_DamageAmplification_Repair_5 = 0x000000CB
,
BenefitChannel.Sorcerer_DamageAmplification_Electricity_2 = 0x000000CC
,
BenefitChannel.Sorcerer_DamageAmplification_Electricity_3 = 0x000000CD
,
BenefitChannel.Sorcerer_DamageAmplification_Electricity_4 = 0x000000CE
,
BenefitChannel.Sorcerer_DamageAmplification_Fire_1 = 0x000000CF
,
BenefitChannel.Sorcerer_DamageAmplification_Electricity_5 = 0x000000D0
,
BenefitChannel.Sorcerer_DamageAmplification_Fire_2 = 0x000000D1
,
BenefitChannel.Wizard_DamageAmplification_Electricity_1 = 0x000000D2
,
BenefitChannel.Sorcerer_DamageAmplification_Fire_3 = 0x000000D3
,
BenefitChannel.Wizard_DamageAmplification_Fire_1 = 0x000000D4
,
BenefitChannel.Wizard_DamageAmplification_Electricity_2 = 0x000000D5
,
BenefitChannel.Sorcerer_DamageAmplification_Fire_4 = 0x000000D6
,
BenefitChannel.Paladin_DamageAmplification_Positive_1 = 0x000000D7
,
BenefitChannel.Wizard_DamageAmplification_Fire_2 = 0x000000D8
,
BenefitChannel.Wizard_DamageAmplification_Electricity_3 = 0x000000D9
,
BenefitChannel.Sorcerer_DamageAmplification_Fire_5 = 0x000000DA
,
BenefitChannel.Cleric_DamageAmplification_Negative_1 = 0x000000DB
,
BenefitChannel.Wizard_DamageAmplification_Fire_3 = 0x000000DC
,
BenefitChannel.Wizard_DamageAmplification_Electricity_4 = 0x000000DD
,
BenefitChannel.Ranger_DamageAmplification_Positive_1 = 0x000000DE
,
BenefitChannel.Cleric_DamageAmplification_Negative_2 = 0x000000DF
,
BenefitChannel.Wizard_DamageAmplification_Fire_4 = 0x000000E0
,
BenefitChannel.Wizard_DamageAmplification_Electricity_5 = 0x000000E1
,
BenefitChannel.Cleric_DamageAmplification_Negative_3 = 0x000000E2
,
BenefitChannel.Wizard_DamageAmplification_Repair_1 = 0x000000E3
,
BenefitChannel.Wizard_DamageAmplification_Fire_5 = 0x000000E4
,
BenefitChannel.Cleric_DamageAmplification_Negative_4 = 0x000000E5
,
BenefitChannel.Wizard_DamageAmplification_Repair_2 = 0x000000E6
,
BenefitChannel.Cleric_DamageAmplification_Negative_5 = 0x000000E7
,
BenefitChannel.Human_ImprovedRecovery = 0x000000E8
,
BenefitChannel.Paladin_AuraofCourage_Fear = 0x000000E9
,
BenefitChannel.Paladin_AuraofGood_Concentration = 0x000000EA
,
BenefitChannel.Paladin_AuraofGood_Saves = 0x000000EB
,
BenefitChannel.Paladin_AuraofGood_Armor = 0x000000EC
,
BenefitChannel.Barbarian_Intimidation = 0x000000ED
,
BenefitChannel.Dwarf_ArmorMastery = 0x000000EF
,
BenefitChannel.Fighter_TowerShieldMastery = 0x000000F0
,
BenefitChannel.Fighter_ArmorMastery = 0x000000F1
,
BenefitChannel.Elf_ArcaneFluidity = 0x000000F2
,
BenefitChannel.Wizard_TomeOfLightning = 0x000000F3
,
BenefitChannel.Wizard_TomeOfFire = 0x000000F4
,
BenefitChannel.Wizard_TomeOfDeadlyAcid = 0x000000F5
,
BenefitChannel.Wizard_TomeOfIce = 0x000000F6
,
BenefitChannel.Wizard_TomeOfDeadlyDarkness = 0x000000F7
,
BenefitChannel.Wizard_TomeOfDeadlyLightning = 0x000000F8
,
BenefitChannel.Wizard_TomeOfRepair = 0x000000F9
,
BenefitChannel.Wizard_TomeOfDarkness = 0x000000FA
,
BenefitChannel.Wizard_TomeOfDeadlyForce = 0x000000FB
,
BenefitChannel.Wizard_TomeOfDeadlyIce = 0x000000FC
,
BenefitChannel.Wizard_TomeOfSound = 0x000000FD
,
BenefitChannel.Wizard_TomeOfAcid = 0x000000FE
,
BenefitChannel.Wizard_TomeOfDeadlyRepair = 0x000000FF
,
BenefitChannel.Wizard_TomeOfForce = 0x00000100
,
BenefitChannel.Wizard_TomeOfDeadlySound = 0x00000101
,
BenefitChannel.Wizard_TomeOfDeadlyFire = 0x00000102
,
BenefitChannel.Dwarf_Tactics = 0x00000103
,
BenefitChannel.Fighter_Strategy = 0x00000104
,
BenefitChannel.Ranger_FavoredEnemy_Vulnerability = 0x00000105
,
BenefitChannel.Ranger_FavoredEnemy_Critical = 0x00000106
,
BenefitChannel.Fighter_CriticalAccuracy = 0x00000107
,
BenefitChannel.Barbarian_TundraLore = 0x00000108
,
BenefitChannel.Rogue_ColdTrapLore = 0x00000109
,
BenefitChannel.Rogue_SonicTrapLore = 0x0000010A
,
BenefitChannel.Rogue_FireTrapLore = 0x0000010B
,
BenefitChannel.Rogue_AcidTrapLore = 0x0000010C
,
BenefitChannel.Barbarian_SwampLore = 0x0000010D
,
BenefitChannel.Barbarian_DesertLore = 0x0000010E
,
BenefitChannel.Dwarf_StrengthOfStone = 0x0000010F
,
BenefitChannel.Ranger_DesertLore = 0x00000110
,
BenefitChannel.Ranger_SwampLore = 0x00000111
,
BenefitChannel.Ranger_TundraLore = 0x00000112
,
BenefitChannel.Rogue_ElectricTrapLore = 0x00000113
,
BenefitChannel.Rogue_ArmorPiercing = 0x00000115
,
BenefitChannel.Rogue_SneakAttackAccuracy = 0x00000117
,
BenefitChannel.Rogue_SneakAttackTraining = 0x00000118
,
BenefitChannel.Rogue_WeakLink = 0x00000119
,
BenefitChannel.Halfling_Cunning = 0x0000011A
,
BenefitChannel.Sorcerer_TomeOfDeadlyRepair = 0x0000011B
,
BenefitChannel.Sorcerer_TomeOfDeadlySound = 0x0000011C
,
BenefitChannel.Sorcerer_TomeOfRepair = 0x0000011D
,
BenefitChannel.Sorcerer_TomeOfFire = 0x0000011E
,
BenefitChannel.Sorcerer_TomeOfDeadlyLightning = 0x0000011F
,
BenefitChannel.Sorcerer_TomeOfIce = 0x00000120
,
BenefitChannel.Sorcerer_TomeOfDeadlyDarkness = 0x00000121
,
BenefitChannel.Sorcerer_TomeOfDeadlyFire = 0x00000122
,
BenefitChannel.Sorcerer_TomeOfSound = 0x00000123
,
BenefitChannel.Sorcerer_TomeOfDeadlyAcid = 0x00000124
,
BenefitChannel.Sorcerer_TomeOfDeadlyForce = 0x00000125
,
BenefitChannel.Sorcerer_TomeOfDeadlyIce = 0x00000126
,
BenefitChannel.Sorcerer_TomeOfLightning = 0x00000127
,
BenefitChannel.Sorcerer_TomeOfForce = 0x00000128
,
BenefitChannel.Sorcerer_TomeOfDarkness = 0x00000129
,
BenefitChannel.Sorcerer_TomeOfAcid = 0x0000012A
,
BenefitChannel.Bard_LyricOfDeadlySound = 0x0000012B
,
BenefitChannel.Bard_LyricOfDeadlyHealing = 0x0000012C
,
BenefitChannel.Bard_LyricOfSound = 0x0000012D
,
BenefitChannel.Bard_LyricOfHealing = 0x0000012E
,
BenefitChannel.Drow_SpellResistance = 0x0000012F
,
BenefitChannel.Barbarian_ResistDiseasePoison = 0x00000130
,
BenefitChannel.Barbarian_WarlordToughness = 0x00000131
,
BenefitChannel.Cleric_DamageAmplification_Negative_6 = 0x00000132
,
BenefitChannel.Cleric_DamageAmplification_Positive_6 = 0x00000133
,
BenefitChannel.Paladin_DamageAmplification_Positive_3 = 0x00000134
,
BenefitChannel.Ranger_DamageAmplification_Positive_3 = 0x00000135
,
BenefitChannel.Wizard_DamageAmplification_Repair_6 = 0x00000136
,
BenefitChannel.Wizard_DamageAmplification_Cold_6 = 0x00000137
,
BenefitChannel.Sorcerer_DamageAmplification_Cold_6 = 0x00000138
,
BenefitChannel.Sorcerer_DamageAmplification_Repair_6 = 0x00000139
,
BenefitChannel.Sorcerer_DamageAmplification_Electricity_6 = 0x0000013A
,
BenefitChannel.Sorcerer_DamageAmplification_Fire_6 = 0x0000013B
,
BenefitChannel.Wizard_DamageAmplification_Electricity_6 = 0x0000013C
,
BenefitChannel.Wizard_DamageAmplification_Fire_6 = 0x0000013D
,
BenefitChannel.Human_GiftOfLife = 0x0000013E
,
BenefitChannel.Class_ActionBoost_DR = 0x0000013F
,
BenefitChannel.Class_Skill_Haggle = 0x00000140
,
BenefitChannel.Class_Skill_Concentration = 0x00000141
,
BenefitChannel.Class_Stat_Wisdom = 0x00000142
,
BenefitChannel.Class_Skill_Search = 0x00000143
,
BenefitChannel.Class_Skill_Perform = 0x00000144
,
BenefitChannel.Class_Skill_Diplomacy = 0x00000145
,
BenefitChannel.Class_Stat_Charisma = 0x00000146
,
BenefitChannel.Class_Stat_Strength = 0x00000147
,
BenefitChannel.Class_Skill_Bluff = 0x00000148
,
BenefitChannel.Class_Skill_Spot = 0x00000149
,
BenefitChannel.Class_Skill_UseMagicDevice = 0x0000014A
,
BenefitChannel.Class_Spellpoints = 0x0000014B
,
BenefitChannel.Class_ActionBoost_Damage = 0x0000014C
,
BenefitChannel.Class_Stat_Constitution = 0x0000014D
,
BenefitChannel.Class_Skill_Jump = 0x0000014E
,
BenefitChannel.Class_ActionBoost_Haste = 0x0000014F
,
BenefitChannel.Class_WandDamage = 0x00000150
,
BenefitChannel.Class_ActionBosot_ER = 0x00000151
,
BenefitChannel.Class_ActionBoost_Attack = 0x00000152
,
BenefitChannel.Class_ActionBoost_Skills = 0x00000153
,
BenefitChannel.Class_Stat_Intelligence = 0x00000154
,
BenefitChannel.Class_ActionBoost_Armor = 0x00000155
,
BenefitChannel.Class_ActionBoost_Sprint = 0x00000156
,
BenefitChannel.Class_Skill_Repair = 0x00000157
,
BenefitChannel.Class_Skill_Tumble = 0x00000158
,
BenefitChannel.Class_SpellPenetration = 0x00000159
,
BenefitChannel.Class_Skill_Listen = 0x0000015A
,
BenefitChannel.Class_ActionBoost_Saves = 0x0000015B
,
BenefitChannel.Class_Skill_Swim = 0x0000015C
,
BenefitChannel.Class_Skill_Heal = 0x0000015D
,
BenefitChannel.Class_Skill_MoveSilently = 0x0000015E
,
BenefitChannel.Class_Skill_Balance = 0x0000015F
,
BenefitChannel.Class_Skill_Intimidate = 0x00000160
,
BenefitChannel.Class_Skill_Hide = 0x00000161
,
BenefitChannel.Class_Stat_Dexterity = 0x00000162
,
BenefitChannel.Class_Skill_OpenLock = 0x00000163
,
BenefitChannel.Class_Skill_DisableDevice = 0x00000164
,
BenefitChannel.Class_CritChance_AcidElectricity = 0x00000165
,
BenefitChannel.Class_CritChance_PositiveSonic = 0x00000166
,
BenefitChannel.Class_CritMult_AcidElecricity = 0x00000167
,
BenefitChannel.Class_DA_RepairForce = 0x00000168
,
BenefitChannel.Class_ER_Electricity = 0x00000169
,
BenefitChannel.Class_DA_AcidElectricity = 0x0000016A
,
BenefitChannel.Class_TrapSense = 0x0000016B
,
BenefitChannel.Class_CritMult_FireCold = 0x0000016C
,
BenefitChannel.Class_CritMult_PositiveSonic = 0x0000016D
,
BenefitChannel.Class_ER_Acid = 0x0000016E
,
BenefitChannel.Class_ER_Fire = 0x0000016F
,
BenefitChannel.Class_CritMult_PositiveNegative = 0x00000170
,
BenefitChannel.Class_DA_PositiveNegative = 0x00000171
,
BenefitChannel.Class_CritMult_RepairForce = 0x00000172
,
BenefitChannel.Class_CritChance_PositiveNegative = 0x00000173
,
BenefitChannel.Class_ExtraTurning = 0x00000174
,
BenefitChannel.Class_ER_Cold = 0x00000175
,
BenefitChannel.Class_DA_Positive = 0x00000176
,
BenefitChannel.Class_ER_Sonic = 0x00000177
,
BenefitChannel.Class_CritChance_FireCold = 0x00000178
,
BenefitChannel.Class_DA_FireCold = 0x00000179
,
BenefitChannel.Class_CritChance_RepairForce = 0x0000017A
,
BenefitChannel.Class_DA_PositiveSonic = 0x0000017B
,
BenefitChannel.Drow_RangedAttack = 0x0000017C
,
BenefitChannel.Drow_RangedDamage = 0x0000017D
,
BenefitChannel.Elf_Listen = 0x0000017E
,
BenefitChannel.Halfling_Jump = 0x0000017F
,
BenefitChannel.Drow_MeleeDamage = 0x00000180
,
BenefitChannel.Warforged_Repair = 0x00000181
,
BenefitChannel.Halfling_Listen = 0x00000182
,
BenefitChannel.Warforged_Balance = 0x00000183
,
BenefitChannel.Halfling_MoveSilently = 0x00000184
,
BenefitChannel.Drow_MeleeAttack = 0x00000185
,
BenefitChannel.Halfling_Hide = 0x00000186
,
BenefitChannel.Elf_Search = 0x00000187
,
BenefitChannel.Elf_Spot = 0x00000188
,
BenefitChannel.Warforged_Hardiness = 0x00000189
,
BenefitChannel.Race_ExtraDragonmark = 0x0000018A
,
BenefitChannel.Class_ExtraActionBoost = 0x0000018B
,
BenefitChannel.Class_Toughness = 0x0000018C
,
BenefitChannel.Elf_Hide = 0x0000018D
,
BenefitChannel.Human_Repair = 0x0000018E
,
BenefitChannel.Human_Balance = 0x0000018F
,
BenefitChannel.Human_Intimidate = 0x00000190
,
BenefitChannel.Halfling_Heal = 0x00000191
,
BenefitChannel.Class_WandDC = 0x00000192
,
BenefitChannel.Paladin_ExtraRemoveDisease = 0x00000193
,
BenefitChannel.Fighter_Strategy_Sunder = 0x00000194
,
BenefitChannel.Fighter_Strategy_Trip = 0x00000195
,
BenefitChannel.Fighter_Strategy_StunningBlow = 0x00000196
,
BenefitChannel.Class_ImprovedTurning = 0x00000197
,
BenefitChannel.Warforged_Tactics = 0x00000198
,
BenefitChannel.Bard_LingeringSong = 0x00000199
,
BenefitChannel.Class_ImprovedQuicken = 0x0000019B
,
BenefitChannel.Class_ImprovedMaximize = 0x0000019C
,
BenefitChannel.Class_ImprovedEmpower = 0x0000019D
,
BenefitChannel.Class_ImprovedHeighten = 0x0000019E
,
BenefitChannel.Class_ImprovedEnlarge = 0x0000019F
,
BenefitChannel.Class_MeleeThreatMod = 0x000001A0
,
BenefitChannel.Class_SpellThreatMod = 0x000001A1
,
BenefitChannel.Class_CritChance_LightGood = 0x000001A2
,
BenefitChannel.Class_CritMult_LightGood = 0x000001A3
,
BenefitChannel.Class_DA_LightGood = 0x000001A4
,
BenefitChannel.Human_Adaptability = 0x000001A5
,
BenefitChannel.Class_FlankingBonus = 0x000001A6
,
BenefitChannel.Human_Adaptability_2 = 0x000001A7
,
BenefitChannel.Paladin_DivineRighteousness = 0x000001A8
,
BenefitChannel.Rogue_Specialty = 0x000001AA
,
BenefitChannel.Rogue_Specialty_Active = 0x000001AB
,
BenefitChannel.Warforged_PowerAttack = 0x000001AC
,
BenefitChannel.Race_Faith = 0x000001AD
,
BenefitChannel.Race_Faith_2 = 0x000001AE
,
BenefitChannel.Race_IronCompanion = 0x000001AF
,
BenefitChannel.Warforged_BruteFighting = 0x000001B0
,
BenefitChannel.Bard_Specialty = 0x000001B1
,
BenefitChannel.Halfling_Luck_Fort = 0x000001B2
,
BenefitChannel.Halfling_Luck_Will = 0x000001B3
,
BenefitChannel.Ranger_Specialty = 0x000001B4
,
BenefitChannel.Halfling_Guile = 0x000001B5
,
BenefitChannel.Monk_Path = 0x000001B7
,
BenefitChannel.Monk_Stance_Water = 0x000001B8
,
BenefitChannel.Monk_Stance_Air = 0x000001B9
,
BenefitChannel.Monk_Stance_Fire = 0x000001BA
,
BenefitChannel.Monk_Stance_Earth = 0x000001BB
,
BenefitChannel.Rogue_WrackConstruct = 0x000001BD
,
BenefitChannel.Paladin_DivineSacrifice = 0x000001BE
,
BenefitChannel.Paladin_AuraofGood_Regen = 0x000001BF
,
BenefitChannel.Monk_ImprovedRecovery = 0x000001C0
,
BenefitChannel.Monk_FallingStarStrike = 0x000001C1
,
BenefitChannel.Monk_PainTouch = 0x000001C2
,
BenefitChannel.Monk_EagleClawAttack = 0x000001C3
,
BenefitChannel.Monk_FreezingTheLifeblood = 0x000001C4
,
BenefitChannel.Monk_KiShout = 0x000001C5
,
BenefitChannel.Monk_FistsOfIron = 0x000001C6
,
BenefitChannel.Monk_UnbalancingStrike = 0x000001C7
,
BenefitChannel.Monk_SpellcasterSupport = 0x000001C8
,
BenefitChannel.Paladin_ExaltedSmite = 0x000001C9
,
BenefitChannel.Monk_FistsOfLight = 0x000001CA
,
BenefitChannel.Monk_FistsOfDarkness = 0x000001CB
,
BenefitChannel.Paladin_RaiseDead = 0x000001CC
,
BenefitChannel.Monk_Restoration = 0x000001CD
,
BenefitChannel.Monk_RemoveCurse = 0x000001CE
,
BenefitChannel.Monk_KarmicStrike = 0x000001CF
,
BenefitChannel.Monk_ShurikenSpeed = 0x000001D0
,
BenefitChannel.Monk_RemoveBlindness = 0x000001D1
,
BenefitChannel.Monk_RemoveDisease = 0x000001D2
,
BenefitChannel.Monk_RaiseDead = 0x000001D3
,
BenefitChannel.Class_Ki = 0x000001D4
,
BenefitChannel.Monk_ForceStrike = 0x000001D5
,
BenefitChannel.Monk_WayOfAnimal = 0x000001D6
,
BenefitChannel.Cleric_DivineMight = 0x000001D7
,
BenefitChannel.Ranger_ArcaneArcher_ForceArrow = 0x000001D8
,
BenefitChannel.Fighter_Damage_ThrowingAxe = 0x000001D9
,
BenefitChannel.Fighter_Damage_HeavyCrossbow = 0x000001DA
,
BenefitChannel.Fighter_Damage_Greataxe = 0x000001DB
,
BenefitChannel.Fighter_Damage_Longsword = 0x000001DC
,
BenefitChannel.Fighter_Damage_Kama = 0x000001DD
,
BenefitChannel.Fighter_Damage_ThrowingHammer = 0x000001DE
,
BenefitChannel.Fighter_Damage_Greatsword = 0x000001DF
,
BenefitChannel.Fighter_Damage_Unarmed = 0x000001E0
,
BenefitChannel.Fighter_Damage_ThrowingDagger = 0x000001E1
,
BenefitChannel.Fighter_Damage_Shortbow = 0x000001E2
,
BenefitChannel.Fighter_Damage_Scimitar = 0x000001E3
,
BenefitChannel.Fighter_Damage_RepeatingLightCrossbow = 0x000001E4
,
BenefitChannel.Fighter_Damage_Longbow = 0x000001E5
,
BenefitChannel.Fighter_Damage_Kukri = 0x000001E6
,
BenefitChannel.Fighter_Damage_HeavyPick = 0x000001E7
,
BenefitChannel.Fighter_Damage_Bastardsword = 0x000001E8
,
BenefitChannel.Fighter_Damage_Maul = 0x000001E9
,
BenefitChannel.Fighter_Damage_Greatclub = 0x000001EA
,
BenefitChannel.Fighter_Damage_DwarvenWaraxe = 0x000001EB
,
BenefitChannel.Fighter_Damage_Dagger = 0x000001EC
,
BenefitChannel.Fighter_Damage_Handaxe = 0x000001ED
,
BenefitChannel.Fighter_Damage_Sickle = 0x000001EE
,
BenefitChannel.Fighter_Damage_Shuriken = 0x000001EF
,
BenefitChannel.Fighter_Damage_Khopesh = 0x000001F0
,
BenefitChannel.Fighter_Damage_Falchion = 0x000001F1
,
BenefitChannel.Fighter_Damage_LightPick = 0x000001F2
,
BenefitChannel.Fighter_Damage_LightCrossbow = 0x000001F3
,
BenefitChannel.Fighter_Damage_Morningstar = 0x000001F4
,
BenefitChannel.Fighter_Damage_LightMace = 0x000001F5
,
BenefitChannel.Fighter_Damage_Dart = 0x000001F6
,
BenefitChannel.Fighter_Damage_Shortsword = 0x000001F7
,
BenefitChannel.Fighter_Damage_Rapier = 0x000001F8
,
BenefitChannel.Fighter_Damage_LightHammer = 0x000001F9
,
BenefitChannel.Fighter_Damage_GreatCrossbow = 0x000001FA
,
BenefitChannel.Fighter_Damage_HeavyMace = 0x000001FB
,
BenefitChannel.Fighter_Damage_Quarterstaff = 0x000001FC
,
BenefitChannel.Fighter_Damage_Club = 0x000001FD
,
BenefitChannel.Fighter_Damage_RepeatingHeavyCrossbow = 0x000001FE
,
BenefitChannel.Fighter_Damage_Battleaxe = 0x000001FF
,
BenefitChannel.Fighter_Damage_Warhammer = 0x00000200
,
BenefitChannel.Paladin_Specialty = 0x00000201
,
BenefitChannel.Race_SpellLikeAbility_MagicMissile = 0x00000202
,
BenefitChannel.Race_SpellLikeAbility_CureLightWounds = 0x00000203
,
BenefitChannel.Fighter_Kensai_SignatureWeapon = 0x00000204
,
BenefitChannel.Fighter_Specialty = 0x00000205
,
BenefitChannel.Class_Capstone = 0x00000206
,
BenefitChannel.Barbarian_Specialty = 0x00000207
,
BenefitChannel.Warforged_TwoHandedProcs = 0x00000208
,
BenefitChannel.Monk_Specialty = 0x00000209
,
BenefitChannel.Wizard_Specialty = 0x0000020A
,
BenefitChannel.Sorcerer_Specialty = 0x0000020B
,
BenefitChannel.Cleric_Specialty = 0x0000020C
,
BenefitChannel.Race_Stat_PastLife = 0x0000020D
,
BenefitChannel.Ranger_ArcaneArcher_SlayingArrow = 0x0000020E
,
BenefitChannel.Ranger_ArcaneArcher_AcidArrow = 0x0000020F
,
BenefitChannel.Ranger_ArcaneArcher_ExplosiveArrow = 0x00000210
,
BenefitChannel.Ranger_ArcaneArcher_TerrorArrow = 0x00000211
,
BenefitChannel.Wizard_PaleMaster_Knight = 0x00000212
,
BenefitChannel.Wizard_PaleMaster_Mage = 0x00000213
,
BenefitChannel.Wizard_PaleMaster_Archer = 0x00000214
,
BenefitChannel.Wizard_PaleMaster_WraithForm = 0x00000215
,
BenefitChannel.Wizard_PaleMaster_LichForm = 0x00000216
,
BenefitChannel.Monk_DarkAir = 0x00000217
,
BenefitChannel.Monk_DarkFire = 0x00000218
,
BenefitChannel.Monk_DarkWater = 0x00000219
,
BenefitChannel.Monk_DarkDeath = 0x0000021A
,
BenefitChannel.Monk_DarkEarth = 0x0000021B
,
BenefitChannel.Orc_MeleeDamage = 0x0000021C
,
BenefitChannel.Orc_SkillSearch = 0x0000021D
,
BenefitChannel.Orc_ExtraActionBoost = 0x0000021E
,
BenefitChannel.Orc_PowerAttack = 0x0000021F
,
BenefitChannel.Orc_MeleeAttack = 0x00000220
,
BenefitChannel.Orc_BruteFighting = 0x00000221
,
BenefitChannel.Orc_PowerRage = 0x00000222
,
BenefitChannel.Orc_Heritage = 0x00000223
,
BenefitChannel.Orc_Strength = 0x00000224
,
BenefitChannel.Orc_TwoHandedProcs = 0x00000225
,
BenefitChannel.Wizard_Archmage_Conjuration_Active = 0x0000023B
,
BenefitChannel.Wizard_Archmage_Abjuration_Active = 0x0000023C
,
BenefitChannel.Wizard_Archmage_Enchantment_Active = 0x0000023D
,
BenefitChannel.Wizard_Archmage_Transmutation_Active = 0x0000023E
,
BenefitChannel.Wizard_Archmage_Evocation_Active = 0x0000023F
,
BenefitChannel.Wizard_Archmage_Necromancy_Active = 0x00000240
,
BenefitChannel.Wizard_Archmage_Illusion_Active = 0x00000241
,
BenefitChannel.Wizard_Archmage_SpellAlacrity = 0x00000242
,
BenefitChannel.Wizard_Archmage_ArcaneBlast = 0x00000243
,
BenefitChannel.Wizard_Archmage_ArcaneBolt = 0x00000244
,
BenefitChannel.Orc_Fury = 0x00000245
,
BenefitChannel.Bard_Warchanter_Weapon = 0x00000246
,
BenefitChannel.Wizard_Archmage_SpellMastery_2 = 0x00000248
,
BenefitChannel.Wizard_Archmage_SpellMastery = 0x00000249
,
BenefitChannel.HalfElf_Balance = 0x0000024A
,
BenefitChannel.HalfElf_ImprovedDilettante = 0x0000024B
,
BenefitChannel.Class_DA_Fire = 0x0000024C
,
BenefitChannel.Class_DA_Acid = 0x0000024D
,
BenefitChannel.Class_DA_Cold = 0x0000024E
,
BenefitChannel.Class_DA_Electric = 0x0000024F
,
BenefitChannel.Class_CritChance_Acid = 0x00000250
,
BenefitChannel.Class_CritChance_Fire = 0x00000251
,
BenefitChannel.Class_CritChance_Electric = 0x00000252
,
BenefitChannel.Class_CritChance_Cold = 0x00000253
,
BenefitChannel.Class_CritMultiplier_Electric = 0x00000254
,
BenefitChannel.Class_CritMultiplier_Fire = 0x00000255
,
BenefitChannel.Class_CritMultiplier_Acid = 0x00000256
,
BenefitChannel.Class_CritMultiplier_Cold = 0x00000257
,
BenefitChannel.Class_DA_Force = 0x00000258
,
BenefitChannel.Class_DA_Repair = 0x00000259
,
BenefitChannel.Class_CritMultiplier_Repair = 0x0000025A
,
BenefitChannel.Class_CritChance_Repair = 0x0000025B
,
BenefitChannel.Class_CritMultiplier_Force = 0x0000025C
,
BenefitChannel.Class_CritChance_Force = 0x0000025D
,
BenefitChannel.Wizard_PaleMaster_ZombieForm = 0x0000025E
,
BenefitChannel.Wizard_PaleMaster_LichForm2 = 0x0000025F
,
BenefitChannel.FavoredSoul_Specialty = 0x00000260
,
BenefitChannel.Wizard_Archmage_Evocation_Active_Sub1 = 0x00000261
,
BenefitChannel.Wizard_Archmage_Evocation_Active_Sub2 = 0x00000262
,
BenefitChannel.Homunculus_SneakAttackAccuracy = 0x00000263
,
BenefitChannel.Homunculus_SneakAttackTraining = 0x00000264
,
BenefitChannel.Homunculus_Strategy_Sunder = 0x00000265
,
BenefitChannel.Homunculus_Strategy_Trip = 0x00000266
,
BenefitChannel.Homunculus_Strategy_Bluff = 0x00000268
,
BenefitChannel.Homunculus_Strategy_Intimidate = 0x00000269
,
BenefitChannel.IronDefender_DR = 0x0000026B
,
BenefitChannel.Artificer_Specialty = 0x0000026C
,
BenefitChannel.Artificer_RangedAttack = 0x0000026D
,
BenefitChannel.Artificer_RangedDamage = 0x0000026E
,
BenefitChannel.Artificer_UncaringMaster = 0x0000026F
,
BenefitChannel.Artificer_ConstructEssence = 0x00000270
,
BenefitChannel.Homunculus_Grease = 0x00000271
,
BenefitChannel.Homunculus_AcidBreath = 0x00000272
,
BenefitChannel.Homunculus_FireBreath = 0x00000273
,
BenefitChannel.Artificer_ImprovedRunearmUse = 0x00000274
,
BenefitChannel.Artificer_ImprovedRunearmChargeTier = 0x00000275
,
BenefitChannel.Homunculus_Alignment_LawChaos = 0x00000276
,
BenefitChannel.Homunculus_Alignment_GoodEvil = 0x00000277
,
BenefitChannel.Rogue_VenomedBlades = 0x00000278
,
BenefitChannel.Rogue_Killer = 0x0000027A
,
BenefitChannel.Rogue_ShadowDagger = 0x0000027C
,
BenefitChannel.Rogue_BleedThemOut = 0x0000027D
,
BenefitChannel.Rogue_KnifeSpec = 0x0000027E
,
BenefitChannel.Rogue_CriticalAccuracy = 0x00000282
,
BenefitChannel.Rogue_Shiv = 0x00000287
,
BenefitChannel.Paladin_AggressiveBashing = 0x00000288
,
BenefitChannel.Paladin_OverwhelmingBash = 0x00000289
,
BenefitChannel.Paladin_ExtraGlancingBlows = 0x0000028A
,
BenefitChannel.Paladin_OneHandAttack = 0x0000028B
,
BenefitChannel.Paladin_OneHandDamage = 0x0000028C
,
BenefitChannel.Class_FierceTurning = 0x0000028D
,
BenefitChannel.Paladin_EternalRest = 0x0000028E
,
BenefitChannel.Paladin_SanctifiedBarrier = 0x0000028F
,
BenefitChannel.Paladin_AuraofGood_Attack = 0x00000290
,
BenefitChannel.Paladin_TwoHandAttack = 0x00000291
,
BenefitChannel.Paladin_HolyRetribution = 0x00000292
,
BenefitChannel.Paladin_TwoHandDamage = 0x00000293
,
BenefitChannel.Paladin_AuraofGood_ColdWard = 0x00000294
,
BenefitChannel.Paladin_AuraofGood_FireWard = 0x00000295
,
BenefitChannel.Paladin_AuraofGood_LightningWard = 0x00000296
,
BenefitChannel.Ranger_FlankDamage = 0x00000297
,
BenefitChannel.Ranger_InfernoShot = 0x00000298
,
BenefitChannel.Ranger_ActionBoostDamage = 0x00000299
,
BenefitChannel.Ranger_SlayingArrows = 0x0000029A
,
BenefitChannel.Ranger_LegShot = 0x0000029B
,
BenefitChannel.Ranger_SlashingBlades = 0x0000029C
,
BenefitChannel.Ranger_FeralStrength = 0x0000029D
,
BenefitChannel.Ranger_EvasionDance = 0x0000029E
,
BenefitChannel.Ranger_Bullseye = 0x0000029F
,
BenefitChannel.Ranger_ImprovedWeaponFinesse = 0x000002A0
,
BenefitChannel.Ranger_AnimalMagnetism = 0x000002A1
,
BenefitChannel.Ranger_AThousandCuts = 0x000002A2
,
BenefitChannel.Ranger_TwinSlice = 0x000002A3
,
BenefitChannel.Ranger_SeekerShot = 0x000002A4
,
BenefitChannel.Ranger_TrueStrike = 0x000002A5
,
BenefitChannel.Ranger_ImprovedPointBlankShot = 0x000002A7
,
BenefitChannel.Ranger_CarefulAim = 0x000002A9
,
BenefitChannel.Ranger_ExplosiveArrows = 0x000002AB
,
BenefitChannel.Ranger_DanceofDeath = 0x000002AD
,
BenefitChannel.Ranger_BanishingArrows = 0x000002AE
,
BenefitChannel.Ranger_ShattermantleShot = 0x000002AF
,
BenefitChannel.Ranger_ImprovedMobility = 0x000002B0
,
BenefitChannel.Ranger_FeralBond = 0x000002B1
,
BenefitChannel.Ranger_FavoredDefense = 0x000002B2
,
BenefitChannel.Ranger_EnergyoftheWild = 0x000002B3
,
BenefitChannel.Ranger_ArcaneShot = 0x000002B4
,
BenefitChannel.Ranger_SmitingArrows = 0x000002B5
,
BenefitChannel.Ranger_FavoredResistance = 0x000002B6
,
BenefitChannel.Ranger_ElaborateParry = 0x000002B7
,
BenefitChannel.Ranger_Athletic = 0x000002B8
,
BenefitChannel.Ranger_AcidArrows = 0x000002B9
,
BenefitChannel.Ranger_LaceratingBlows = 0x000002BA
,
BenefitChannel.Ranger_ImprovedSniperShot = 0x000002BB
,
BenefitChannel.Ranger_ImprovedDeflection = 0x000002BC
,
BenefitChannel.Ranger_CriticalDamage = 0x000002BD
,
BenefitChannel.Ranger_ArcaneArcher_Dexterity_1 = 0x000002BE
,
BenefitChannel.Ranger_SavageStrike = 0x000002BF
,
BenefitChannel.Ranger_ImprovedReaction = 0x000002C0
,
BenefitChannel.Ranger_ArcaneArcher_Dexterity_2 = 0x000002C1
,
BenefitChannel.Ranger_ActionBoostAttack = 0x000002C2
,
BenefitChannel.Ranger_SoulMana = 0x000002C3
,
BenefitChannel.Ranger_FavoredAttack = 0x000002C4
,
BenefitChannel.Ranger_ActionBoostHaste = 0x000002C5
,
BenefitChannel.Ranger_PeerlessHunter = 0x000002C6
,
BenefitChannel.Ranger_ImprovedDodge = 0x000002C7
,
BenefitChannel.Ranger_Awareness = 0x000002C8
,
BenefitChannel.Ranger_Stealthy = 0x000002C9
,
BenefitChannel.Ranger_FavoredDamage = 0x000002CA
,
BenefitChannel.Ranger_DeadlyShot = 0x000002CB
,
BenefitChannel.Ranger_FlankAttack = 0x000002CC
,
BenefitChannel.Ranger_DispellingShot = 0x000002CD
,
BenefitChannel.Ranger_ResurrectCompanion = 0x000002CE
,
BenefitChannel.Ranger_AimedShot = 0x000002CF
,
BenefitChannel.Ranger_TerrorArrows = 0x000002D0
,
BenefitChannel.Ranger_BearTrap = 0x000002D1
,
BenefitChannel.Ranger_ForceArrows = 0x000002D2
,
BenefitChannel.Paladin_OneHandSpec = 0x000002D3
,
BenefitChannel.Paladin_TwoHandSpec = 0x000002D4
,
BenefitChannel.Ranger_TwfSlashAttack = 0x000002D5
,
BenefitChannel.Ranger_MasterofArchery = 0x000002D6
,
BenefitChannel.Ranger_ArcaneArchery = 0x000002D7
,
BenefitChannel.Fighter_AggressiveBashing = 0x000002D8
,
BenefitChannel.Fighter_TwoHandSpec = 0x000002D9
,
BenefitChannel.Fighter_OneHandDamage = 0x000002DA
,
BenefitChannel.Fighter_TwoHandDamage = 0x000002DB
,
BenefitChannel.Fighter_ExtraGlancingBlows = 0x000002DC
,
BenefitChannel.Fighter_OneHandSpec = 0x000002DD
,
BenefitChannel.Fighter_TwoHandAttack = 0x000002DE
,
BenefitChannel.Fighter_OverwhelmingBash = 0x000002DF
,
BenefitChannel.Fighter_OneHandAttack = 0x000002E0
,
BenefitChannel.Ranger_EmpathicHealing = 0x000002E1
,
BenefitChannel.Ranger_DeepwoodSneakAttack = 0x000002E2
,
BenefitChannel.Ranger_FarShot = 0x000002E3
,
BenefitChannel.Ranger_HeadShot = 0x000002E4
,
BenefitChannel.Fighter_FearsomePresence = 0x000002E5
,
BenefitChannel.Fighter_SkillfulBlocking = 0x000002E6
,
BenefitChannel.Ranger_SlashingBlades_Bonus = 0x000002E7
,
BenefitChannel.Ranger_GofortheEyes = 0x000002E8
,
BenefitChannel.Ranger_GofortheLegs = 0x000002E9
,
BenefitChannel.Ranger_GofortheThroat = 0x000002EA
,
BenefitChannel.Ranger_Dervish = 0x000002EB
,
BenefitChannel.Ranger_DualWieldingShieldBonus = 0x000002ED
,
BenefitChannel.Class_FlankingDamageBonus = 0x000002EE
,
BenefitChannel.Fighter_CriticalDamage = 0x000002EF
,
BenefitChannel.Fighter_ImprovedFocus = 0x000002F0
,
BenefitChannel.Fighter_Instill = 0x000002F1
,
BenefitChannel.Fighter_Athletics = 0x000002F2
,
BenefitChannel.Fighter_Hardiness = 0x000002F3
,
BenefitChannel.Elf_KeenSenses = 0x000002F4
,
BenefitChannel.Dwarf_DragonmarkFocus = 0x000002F5
,
BenefitChannel.Fighter_DefensiveAssault = 0x000002F6
,
BenefitChannel.Fighter_FearsomeBlow = 0x000002F7
,
BenefitChannel.Fighter_BondStrike = 0x000002F8
,
BenefitChannel.Fighter_BondAssault = 0x000002F9
,
BenefitChannel.Fighter_BondImbue = 0x000002FA
,
BenefitChannel.Fighter_Bullrush = 0x000002FB
,
BenefitChannel.Fighter_TopplingStrike = 0x000002FC
,
BenefitChannel.Fighter_ParalyzingStrike = 0x000002FD
,
BenefitChannel.Fighter_Invigorate = 0x000002FE
,
BenefitChannel.Fighter_SappingStrike = 0x000002FF
,
BenefitChannel.Dwarf_DwarvenSpellPoints = 0x00000300
,
BenefitChannel.Dwarf_DwarvenShieldMastery = 0x00000301
,
BenefitChannel.Dwarf_DwarvenTactics = 0x00000302
,
BenefitChannel.Dwarf_DwarvenSpecializationAxes = 0x00000303
,
BenefitChannel.Dwarf_DwarvenAttackAxes = 0x00000304
,
BenefitChannel.Dwarf_DwarvenAttackMining = 0x00000305
,
BenefitChannel.Dwarf_StandLikeStone = 0x00000306
,
BenefitChannel.Dwarf_DwarvenDamageMining = 0x00000307
,
BenefitChannel.Dwarf_GreaterDragonmarkofWarding = 0x00000308
,
BenefitChannel.Dwarf_DwarvenSaves = 0x00000309
,
BenefitChannel.Dwarf_ChildoftheMountain = 0x0000030A
,
BenefitChannel.Dwarf_StalwartDefender = 0x0000030B
,
BenefitChannel.Dwarf_LesserDragonmarkofWarding = 0x0000030C
,
BenefitChannel.Dwarf_DwarvenArmorMastery = 0x0000030D
,
BenefitChannel.Dwarf_DwarvenSpecializationMining = 0x0000030E
,
BenefitChannel.Dwarf_Quaff = 0x0000030F
,
BenefitChannel.Dwarf_YouShallNotPass = 0x00000310
,
BenefitChannel.Dwarf_DwarvenDamageAxes = 0x00000311
,
BenefitChannel.Elf_DragonmarkFocus = 0x00000312
,
BenefitChannel.Elf_LesserDragonmarkofShadow = 0x00000313
,
BenefitChannel.Elf_GreaterDragonmarkofShadow = 0x00000314
,
BenefitChannel.Elf_WeaponSpecAerenal = 0x00000315
,
BenefitChannel.Elf_WeaponSpecValenar = 0x00000316
,
BenefitChannel.Bard_resistenergy = 0x00000317
,
BenefitChannel.Bard_enthrallment = 0x00000318
,
BenefitChannel.Bard_crushingblow = 0x00000319
,
BenefitChannel.Bard_nightshield = 0x0000031A
,
BenefitChannel.Bard_walloffire = 0x0000031B
,
BenefitChannel.Bard_spikegrowth = 0x0000031C
,
BenefitChannel.Bard_solidfog = 0x0000031D
,
BenefitChannel.Bard_songmagi = 0x0000031E
,
BenefitChannel.Bard_ironskinchant = 0x0000031F
,
BenefitChannel.Bard_songofcapering = 0x00000320
,
BenefitChannel.Bard_fireshield = 0x00000321
,
BenefitChannel.Bard_rhymeancientlore = 0x00000322
,
BenefitChannel.Bard_greatcomedy = 0x00000323
,
BenefitChannel.Bard_dirgeofomens = 0x00000324
,
BenefitChannel.Bard_heroesfeast = 0x00000325
,
BenefitChannel.Bard_tunedear = 0x00000326
,
BenefitChannel.Bard_harmony = 0x00000327
,
BenefitChannel.Bard_canonofdawn = 0x00000328
,
BenefitChannel.Bard_protectionenergy = 0x00000329
,
BenefitChannel.Bard_sharpnote = 0x0000032A
,
BenefitChannel.Bard_magicalmelody = 0x0000032B
,
BenefitChannel.Bard_hauntingmelody = 0x0000032C
,
BenefitChannel.Bard_oozepuppet = 0x0000032D
,
BenefitChannel.Bard_hornofthunder = 0x0000032E
,
BenefitChannel.Bard_ActionBoostDamage = 0x0000032F
,
BenefitChannel.Bard_turnofthetide = 0x00000330
,
BenefitChannel.Bard_spellresistance = 0x00000331
,
BenefitChannel.Bard_flamearrow = 0x00000332
,
BenefitChannel.Bard_virtuosocharisma_1 = 0x00000333
,
BenefitChannel.Bard_Streetperformer = 0x00000334
,
BenefitChannel.Bard_lesserglobeinvuln = 0x00000335
,
BenefitChannel.Bard_lesserrestoration = 0x00000336
,
BenefitChannel.Bard_hallofheroes = 0x00000337
,
BenefitChannel.Bard_ghostlychoir = 0x00000338
,
BenefitChannel.Bard_callofbattle = 0x00000339
,
BenefitChannel.Bard_Flux = 0x0000033A
,
BenefitChannel.Bard_virtuosocharisma_2 = 0x0000033B
,
BenefitChannel.Bard_Charlatan = 0x0000033C
,
BenefitChannel.Bard_musicofelements = 0x0000033D
,
BenefitChannel.Bard_cyclonicblast = 0x0000033E
,
BenefitChannel.Bard_snowballswarm = 0x0000033F
,
BenefitChannel.Bard_obscuringmist = 0x00000340
,
BenefitChannel.Bard_skaldicreverie = 0x00000341
,
BenefitChannel.Bard_fluidity = 0x00000342
,
BenefitChannel.Bard_protectionelements = 0x00000343
,
BenefitChannel.Bard_lullaby = 0x00000344
,
BenefitChannel.Bard_warchanterstrength_1 = 0x00000345
,
BenefitChannel.Bard_stingingsatire = 0x00000346
,
BenefitChannel.Bard_raisedead = 0x00000347
,
BenefitChannel.Bard_sirensong = 0x00000348
,
BenefitChannel.Bard_musicofdead = 0x00000349
,
BenefitChannel.Bard_laststand = 0x0000034A
,
BenefitChannel.Bard_pixiedust = 0x0000034B
,
BenefitChannel.Bard_warchanterstrength_2 = 0x0000034C
,
BenefitChannel.Bard_victorysong = 0x0000034D
,
BenefitChannel.Bard_bladebarrier = 0x0000034E
,
BenefitChannel.Bard_fogcloud = 0x0000034F
,
BenefitChannel.Bard_warningblast = 0x00000350
,
BenefitChannel.Bard_cometfall = 0x00000351
,
BenefitChannel.Bard_sleetstorm = 0x00000352
,
BenefitChannel.Bard_Ruggedoutlander = 0x00000353
,
BenefitChannel.Bard_armoredagility = 0x00000354
,
BenefitChannel.Bard_spellsingercharisma_1 = 0x00000355
,
BenefitChannel.Bard_restoration = 0x00000356
,
BenefitChannel.Bard_gustofwind = 0x00000357
,
BenefitChannel.Bard_magicmissile = 0x00000358
,
BenefitChannel.Bard_spellsingercharisma_2 = 0x00000359
,
BenefitChannel.Bard_acidrain = 0x0000035A
,
BenefitChannel.Cleric_DefenseFlag = 0x0000035B
,
BenefitChannel.Cleric_HealingCritDamage = 0x0000035C
,
BenefitChannel.Cleric_HealProtectAura = 0x0000035D
,
BenefitChannel.Cleric_TurnUndeadRegen = 0x0000035E
,
BenefitChannel.Cleric_Preparation = 0x0000035F
,
BenefitChannel.Cleric_ImprovedTurns = 0x00000360
,
BenefitChannel.Cleric_EmpowerHealing = 0x00000361
,
BenefitChannel.Cleric_RadiantStat = 0x00000362
,
BenefitChannel.Cleric_WandScrollDamage = 0x00000363
,
BenefitChannel.Cleric_HolySword = 0x00000364
,
BenefitChannel.Cleric_HealingDamage = 0x00000365
,
BenefitChannel.Cleric_HealBurst = 0x00000366
,
BenefitChannel.Cleric_HealAura = 0x00000367
,
BenefitChannel.Cleric_ZealousFlag = 0x00000368
,
BenefitChannel.Cleric_ImplacableFoe = 0x00000369
,
BenefitChannel.Cleric_HeroesFeast = 0x0000036A
,
BenefitChannel.Cleric_DamageFlag = 0x0000036B
,
BenefitChannel.Cleric_Lifeshield = 0x0000036C
,
BenefitChannel.Cleric_SavesFlag = 0x0000036D
,
BenefitChannel.Cleric_DivineReturn = 0x0000036E
,
BenefitChannel.Cleric_Clonk = 0x0000036F
,
BenefitChannel.Cleric_BlessedWeapons = 0x00000370
,
BenefitChannel.Cleric_HealingCritChance = 0x00000371
,
BenefitChannel.Cleric_HoTFlag = 0x00000372
,
BenefitChannel.Cleric_FearFlag = 0x00000373
,
BenefitChannel.Cleric_RadiantMana = 0x00000374
,
BenefitChannel.Cleric_RadiantCasterLevel = 0x00000375
,
BenefitChannel.Cleric_Zealous = 0x00000376
,
BenefitChannel.Cleric_ToHitFlag = 0x00000377
,
BenefitChannel.Cleric_MaceDamage = 0x00000378
,
BenefitChannel.Cleric_ExtraTurns = 0x00000379
,
BenefitChannel.Cleric_TurnAlwaysDestroys = 0x0000037A
,
BenefitChannel.Cleric_DivineIntervention = 0x0000037B
,
BenefitChannel.Cleric_DivineConstitution = 0x0000037C
,
BenefitChannel.Cleric_WarpriestStat = 0x0000037D
,
BenefitChannel.Cleric_PreemptiveStrike = 0x0000037E
,
BenefitChannel.Cleric_MaceToHit = 0x0000037F
,
BenefitChannel.Cleric_HasteFlag = 0x00000380
,
BenefitChannel.Cleric_Extrovert = 0x00000381
,
BenefitChannel.Cleric_SacredArmor = 0x00000382
,
BenefitChannel.Cleric_TacticalStrike = 0x00000383
,
BenefitChannel.Cleric_RadiantSpellPen = 0x00000384
,
BenefitChannel.Cleric_BlindingLight = 0x00000385
,
BenefitChannel.Cleric_CrownofGlory = 0x00000386
,
BenefitChannel.Barbarian_AuraofFear = 0x00000387
,
BenefitChannel.Barbarian_IntimidatingRage = 0x00000388
,
BenefitChannel.Barbarian_SprintBoost = 0x00000389
,
BenefitChannel.Barbarian_FearMe = 0x0000038A
,
BenefitChannel.Barbarian_PainTouch = 0x0000038B
,
BenefitChannel.Barbarian_HitMe = 0x0000038C
,
BenefitChannel.Barbarian_Hate = 0x0000038D
,
BenefitChannel.Barbarian_FrenzyConstitution = 0x0000038E
,
BenefitChannel.Barbarian_Athletics = 0x0000038F
,
BenefitChannel.Barbarian_SelectableGlancingEffects = 0x00000390
,
BenefitChannel.Barbarian_RavagerConstitution = 0x00000391
,
BenefitChannel.Barbarian_IlikePain = 0x00000392
,
BenefitChannel.Barbarian_FrenzyDieHard = 0x00000393
,
BenefitChannel.Barbarian_Bully = 0x00000394
,
BenefitChannel.Barbarian_Eviscerate = 0x00000395
,
BenefitChannel.Barbarian_DieHarder = 0x00000396
,
BenefitChannel.Barbarian_CrazedAssault = 0x00000397
,
BenefitChannel.Barbarian_BloodTrail = 0x00000398
,
BenefitChannel.Barbarian_PREGlancingEffects = 0x00000399
,
BenefitChannel.Barbarian_Dismember = 0x0000039A
,
BenefitChannel.Barbarian_DeathFrenzy = 0x0000039B
,
BenefitChannel.Barbarian_Slaughter = 0x0000039C
,
BenefitChannel.Barbarian_FrenzyCritMultiplier = 0x0000039D
,
BenefitChannel.Barbarian_Frenzy = 0x0000039E
,
BenefitChannel.Barbarian_Mutilate = 0x0000039F
,
BenefitChannel.Barbarian_FesteringWound = 0x000003A0
,
BenefitChannel.Barbarian_DiscouragingBlow = 0x000003A1
,
BenefitChannel.Barbarian_VisageofTerror = 0x000003A2
,
BenefitChannel.Barbarian_InspireFrenzy = 0x000003A3
,
BenefitChannel.Barbarian_ExtraActionBoosts = 0x000003A4
,
BenefitChannel.Barbarian_Doyoulikepain = 0x000003A5
,
BenefitChannel.Barbarian_CruelCut = 0x000003A6
,
BenefitChannel.Barbarian_BloodSacrifice = 0x000003A7
,
BenefitChannel.Barbarian_CrushingBlow = 0x000003A8
,
BenefitChannel.Barbarian_GlancingDamage = 0x000003A9
,
BenefitChannel.Barbarian_Ugliness = 0x000003AA
,
BenefitChannel.Barbarian_SupremeCleave = 0x000003AB
,
BenefitChannel.Barbarian_PerfectGlancing = 0x000003AC
,
BenefitChannel.Druid_BloodSprayFervor = 0x000003AD
,
BenefitChannel.Druid_Constitution_1 = 0x000003AE
,
BenefitChannel.Druid_Constitution_2 = 0x000003AF
,
BenefitChannel.Druid_VengefulHunter = 0x000003B0
,
BenefitChannel.Druid_ShiftingRake = 0x000003B1
,
BenefitChannel.Druid_HideOfTheCrocodile = 0x000003B2
,
BenefitChannel.Druid_Aggravate = 0x000003B3
,
BenefitChannel.Druid_BeastialNature = 0x000003B4
,
BenefitChannel.Druid_BloodMoonFrenzy = 0x000003B5
,
BenefitChannel.Druid_ImpAbidingFuror = 0x000003B6
,
BenefitChannel.Druid_Celerity = 0x000003B7
,
BenefitChannel.Druid_CallOfTheBeast = 0x000003B8
,
BenefitChannel.Druid_ImpSnowslide = 0x000003B9
,
BenefitChannel.Druid_ReavingRoar = 0x000003BA
,
BenefitChannel.Druid_WildHealing = 0x000003BB
,
BenefitChannel.Druid_FatalHarrier = 0x000003BC
,
BenefitChannel.Druid_LitheProwler = 0x000003BD
,
BenefitChannel.Druid_Strength_1 = 0x000003BE
,
BenefitChannel.Druid_Strength_2 = 0x000003BF
,
BenefitChannel.Druid_PrimalRage = 0x000003C0
,
BenefitChannel.Druid_natureswarrior = 0x000003C1
,
BenefitChannel.Rogue_CriticalDamage = 0x000003C2
,
BenefitChannel.Rogue_SlyFlourish = 0x000003D7
,
BenefitChannel.Rogue_LegShot = 0x000003D8
,
BenefitChannel.Rogue_StaffLunge = 0x000003D9
,
BenefitChannel.Rogue_WandHeighten = 0x000003DA
,
BenefitChannel.Rogue_ShapedCharge = 0x000003DB
,
BenefitChannel.Rogue_NoMercy = 0x000003DF
,
BenefitChannel.Rogue_QuickStrike = 0x000003E0
,
BenefitChannel.Rogue_Subtlety = 0x000003E3
,
BenefitChannel.Rogue_SweepingStrikes = 0x000003E8
,
BenefitChannel.Rogue_ConcussiveBlast = 0x000003ED
,
BenefitChannel.Rogue_Vault = 0x000003EF
,
BenefitChannel.Rogue_WandMastery = 0x000003F1
,
BenefitChannel.Rogue_TripFocus = 0x000003F3
,
BenefitChannel.Bard_spell_singer = 0x000003F8
,
BenefitChannel.Bard_Resonance = 0x000003F9
,
BenefitChannel.Bard_SteadfastCohort = 0x000003FA
,
BenefitChannel.Bard_War_Chanter = 0x000003FB
,
BenefitChannel.Monk_StaffSpec = 0x00000400
,
BenefitChannel.Monk_ConcRef = 0x00000402
,
BenefitChannel.Monk_CripplingStrike = 0x00000403
,
BenefitChannel.Monk_Subtlety = 0x00000404
,
BenefitChannel.Monk_ConcFort = 0x00000406
,
BenefitChannel.Monk_Mystic_Wis_1 = 0x00000407
,
BenefitChannel.Monk_Mystic_Wis_2 = 0x00000408
,
BenefitChannel.Monk_Ninja_Dex_1 = 0x00000409
,
BenefitChannel.Monk_Ninja_Dex_2 = 0x0000040B
,
BenefitChannel.Monk_Shintao_Wis_1 = 0x0000040C
,
BenefitChannel.Monk_ConcWill = 0x0000040D
,
BenefitChannel.Monk_Shintao_Wis_2 = 0x0000040E
,
BenefitChannel.Monk_NoMercy = 0x00000411
,
BenefitChannel.Monk_NinjaSpy_2 = 0x00000415
,
BenefitChannel.Monk_NinjaSpy_4 = 0x00000416
,
BenefitChannel.Monk_NinjaSpy_6 = 0x00000417
,
BenefitChannel.Bard_Warmaster = 0x00000419
,
BenefitChannel.Bard_LoreoftheNorth = 0x0000041A
,
BenefitChannel.Bard_PoeticEdda = 0x0000041B
,
BenefitChannel.Monk_Flashbang = 0x0000041C
,
BenefitChannel.Barbarian_RavagerBoost = 0x0000041D
,
BenefitChannel.Bard_northwinds = 0x0000041E
,
BenefitChannel.Wizard_PaleMaster_NecroticStorm = 0x0000041F
,
BenefitChannel.Wizard_PaleMaster_CloakofShadows = 0x00000420
,
BenefitChannel.Wizard_PaleMaster_NecroticBolt = 0x00000421
,
BenefitChannel.Wizard_PaleMaster_FrostmarrowUpgrade = 0x00000422
,
BenefitChannel.Wizard_PaleMaster_Corpsecrafter = 0x00000423
,
BenefitChannel.Wizard_PaleMaster_NecroticVolley = 0x00000425
,
BenefitChannel.Wizard_PaleMaster_DeathlessVigor = 0x00000426
,
BenefitChannel.Wizard_PaleMaster_AnimateAlly = 0x00000428
,
BenefitChannel.Wizard_PaleMaster_BlackboneUpgrade = 0x00000429
,
BenefitChannel.Wizard_PaleMaster_NecroticBlast = 0x0000042A
,
BenefitChannel.Wizard_PaleMaster_NecroticTouch = 0x0000042B
,
BenefitChannel.Wizard_PaleMaster_NecromancyFocus = 0x0000042C
,
BenefitChannel.Druid_SovereignBeast = 0x0000042D
,
BenefitChannel.Wizard_PaleMaster_DarkReaping = 0x0000042E
,
BenefitChannel.Bard_ArcaneLibrary = 0x0000042F
,
BenefitChannel.Sorcerer_Savant_ElementalConduit_Air = 0x00000430
,
BenefitChannel.Sorcerer_Savant_EnthusiasticNuking = 0x00000431
,
BenefitChannel.Sorcerer_Savant_AwakenWeakness_Acid = 0x00000432
,
BenefitChannel.Sorcerer_Savant_ElementalConduit_Fire = 0x00000433
,
BenefitChannel.Sorcerer_Savant_AwakenWeakness_Cold = 0x00000434
,
BenefitChannel.Sorcerer_Savant_ElementalFervor = 0x00000435
,
BenefitChannel.Sorcerer_Savant_ImprovedSummons_Earth = 0x00000436
,
BenefitChannel.Sorcerer_Savant_Resistance_Fire = 0x00000437
,
BenefitChannel.Sorcerer_Savant_ConjurationFocus = 0x00000438
,
BenefitChannel.Sorcerer_Savant_SpellLike_Water = 0x00000439
,
BenefitChannel.Sorcerer_Savant_Specialization_Acid = 0x0000043A
,
BenefitChannel.Sorcerer_Savant_Ferocity_Electric = 0x0000043B
,
BenefitChannel.Sorcerer_Savant_Ferocity_Fire = 0x0000043C
,
BenefitChannel.Sorcerer_Savant_Ferocity_Acid = 0x0000043D
,
BenefitChannel.Sorcerer_Savant_Resistance_Cold = 0x0000043E
,
BenefitChannel.Sorcerer_Savant_SpellLike_Earth = 0x0000043F
,
BenefitChannel.Sorcerer_Savant_SpellLike_Fire = 0x00000440
,
BenefitChannel.Sorcerer_Savant_Specialization_Electric = 0x00000441
,
BenefitChannel.Sorcerer_Savant_SpellLike_Air = 0x00000442
,
BenefitChannel.Sorcerer_Savant_Ferocity_Cold = 0x00000443
,
BenefitChannel.Sorcerer_Savant_ImprovedSummons_Air = 0x00000444
,
BenefitChannel.Sorcerer_Savant_ImprovedSummons_Water = 0x00000445
,
BenefitChannel.Sorcerer_Savant_ElementalMastery = 0x00000446
,
BenefitChannel.Sorcerer_Savant_Resistance_Electric = 0x00000447
,
BenefitChannel.Sorcerer_Savant_AwakenWeakness_Electric = 0x00000448
,
BenefitChannel.Sorcerer_Savant_AwakenWeakness_Fire = 0x00000449
,
BenefitChannel.Sorcerer_Savant_Resistance_Acid = 0x0000044A
,
BenefitChannel.Sorcerer_Savant_EvocationFocus = 0x0000044B
,
BenefitChannel.Sorcerer_Savant_Specialization_Fire = 0x0000044C
,
BenefitChannel.Sorcerer_Savant_Specialization_Cold = 0x0000044D
,
BenefitChannel.Sorcerer_Savant_ElementalConduit_Water = 0x0000044E
,
BenefitChannel.Sorcerer_Savant_ElementalConduit_Earth = 0x0000044F
,
BenefitChannel.Sorcerer_Savant_ImprovedSummons_Fire = 0x00000450
,
BenefitChannel.Epic_Shadowdancer_NegLevelImmunity = 0x00000451
,
BenefitChannel.Epic_Shadowdancer_Assassinate = 0x00000452
,
BenefitChannel.Epic_Shadowdancer_Dexterity_1 = 0x00000453
,
BenefitChannel.Epic_Shadowdancer_SlipperyMind = 0x00000454
,
BenefitChannel.Epic_Shadowdancer_ImpInvis = 0x00000455
,
BenefitChannel.Epic_Shadowdancer_Dexterity_2 = 0x00000456
,
BenefitChannel.Epic_Shadowdancer_ActiveDodge = 0x00000457
,
BenefitChannel.Epic_Shadowdancer_Dexterity_3 = 0x00000458
,
BenefitChannel.Epic_Shadowdancer_Reflex = 0x00000459
,
BenefitChannel.Epic_Shadowdancer_Acrobatic = 0x0000045A
,
BenefitChannel.Epic_Shadowdancer_Dexterity_4 = 0x0000045B
,
BenefitChannel.Epic_Shadowdancer_Dexterity_5 = 0x0000045C
,
BenefitChannel.Epic_Shadowdancer_Dexterity_6 = 0x0000045D
,
BenefitChannel.Epic_Shadowdancer_HidingInPlainSight = 0x0000045E
,
BenefitChannel.Epic_Shadowdancer_Autogrant_0 = 0x0000045F
,
BenefitChannel.Epic_Shadowdancer_Stealthy = 0x00000460
,
BenefitChannel.Epic_Shadowdancer_Autogrant_1 = 0x00000461
,
BenefitChannel.Epic_Shadowdancer_Autogrant_2 = 0x00000462
,
BenefitChannel.Epic_Shadowdancer_Autogrant_3 = 0x00000463
,
BenefitChannel.Epic_Shadowdancer_Autogrant_4 = 0x00000464
,
BenefitChannel.Epic_Shadowdancer_Autogrant_5 = 0x00000465
,
BenefitChannel.Epic_Shadowdancer_ShadowDagger = 0x00000466
,
BenefitChannel.Epic_Shadowdancer_AntiDodge = 0x00000467
,
BenefitChannel.Epic_Shadowdancer_Detaunt = 0x00000468
,
BenefitChannel.Epic_Shadowdancer_Dodge = 0x00000469
,
BenefitChannel.Rogue_TimeBomb = 0x0000046A
,
BenefitChannel.Bard_repertoire = 0x0000046B
,
BenefitChannel.Bard_FinishingSchool = 0x0000046C
,
BenefitChannel.Wizard_PaleMaster_TempHP = 0x0000046D
,
BenefitChannel.Wizard_PaleMaster_TempSP = 0x0000046E
,
BenefitChannel.Wizard_PaleMaster_VampireForm = 0x0000046F
,
BenefitChannel.Wizard_PaleMaster_MagicalPower = 0x00000470
,
BenefitChannel.Wizard_Archmage_MasterofMagic = 0x00000471
,
BenefitChannel.Wizard_Archmage_MentalReservoir = 0x00000472
,
BenefitChannel.Wizard_Archmage_ArtifactKnowledge = 0x00000474
,
BenefitChannel.Epic_GrandmasterOfFlowers_Autogrant_0 = 0x00000475
,
BenefitChannel.Epic_GrandmasterOfFlowers_Autogrant_1 = 0x00000476
,
BenefitChannel.Epic_GrandmasterOfFlowers_Autogrant_2 = 0x00000477
,
BenefitChannel.Epic_GrandmasterOfFlowers_Enlightenment = 0x00000478
,
BenefitChannel.Epic_GrandmasterOfFlowers_Autogrant_3 = 0x00000479
,
BenefitChannel.Epic_GrandmasterOfFlowers_Autogrant_4 = 0x0000047A
,
BenefitChannel.Epic_GrandmasterOfFlowers_Wisdom_1 = 0x0000047B
,
BenefitChannel.Epic_GrandmasterOfFlowers_Autogrant_5 = 0x0000047C
,
BenefitChannel.Epic_GrandmasterOfFlowers_Wisdom_2 = 0x0000047D
,
BenefitChannel.Epic_GrandmasterOfFlowers_Wisdom_3 = 0x0000047E
,
BenefitChannel.Epic_GrandmasterOfFlowers_Wisdom_4 = 0x0000047F
,
BenefitChannel.Epic_GrandmasterOfFlowers_Wisdom_5 = 0x00000480
,
BenefitChannel.Epic_GrandmasterOfFlowers_Wisdom_6 = 0x00000481
,
BenefitChannel.Epic_GrandmasterOfFlowers_PerfectBalance = 0x00000482
,
BenefitChannel.Epic_GrandmasterOfFlowers_ImprovedFlurryOfBlows = 0x00000483
,
BenefitChannel.Epic_GrandmasterOfFlowers_Enlightenment_2 = 0x00000484
,
BenefitChannel.Epic_GrandmasterOfFlowers_Enlightenment_3 = 0x00000485
,
BenefitChannel.Epic_GrandmasterOfFlowers_PerfectBalance_2 = 0x00000486
,
BenefitChannel.Epic_GrandmasterOfFlowers_PerfectBalance_3 = 0x00000487
,
BenefitChannel.Epic_LegendaryDreadnought_VolcanosEdge = 0x00000488
,
BenefitChannel.Epic_LegendaryDreadnought_CriticalDamage = 0x00000489
,
BenefitChannel.Epic_LegendaryDreadnought_ThickSkinned = 0x0000048A
,
BenefitChannel.Epic_LegendaryDreadnought_LightningMace = 0x0000048B
,
BenefitChannel.Epic_LegendaryDreadnought_Unstoppable = 0x0000048C
,
BenefitChannel.Epic_LegendaryDreadnought_TacticalGenius = 0x0000048D
,
BenefitChannel.Epic_LegendaryDreadnought_AdvancingBlows = 0x0000048E
,
BenefitChannel.Epic_LegendaryDreadnought_DevastatingCritical = 0x0000048F
,
BenefitChannel.Epic_LegendaryDreadnought_ImprovedCombatExpertise = 0x00000490
,
BenefitChannel.Epic_LegendaryDreadnought_MonkeyGrip = 0x00000491
,
BenefitChannel.Epic_LegendaryDreadnought_CombatBrute = 0x00000492
,
BenefitChannel.Epic_LegendaryDreadnought_Str_1 = 0x00000493
,
BenefitChannel.Epic_LegendaryDreadnought_HeadmansChop = 0x00000494
,
BenefitChannel.Epic_LegendaryDreadnought_Str_2 = 0x00000495
,
BenefitChannel.Epic_LegendaryDreadnought_ShrugOffPunishment = 0x00000496
,
BenefitChannel.Epic_LegendaryDreadnought_Str_3 = 0x00000497
,
BenefitChannel.Epic_LegendaryDreadnought_Str_4 = 0x00000498
,
BenefitChannel.Epic_LegendaryDreadnought_ExtraActionBoost = 0x00000499
,
BenefitChannel.Epic_LegendaryDreadnought_ActionBoostDamage = 0x0000049A
,
BenefitChannel.Epic_LegendaryDreadnought_Str_5 = 0x0000049B
,
BenefitChannel.Epic_LegendaryDreadnought_ActionBoostAttack = 0x0000049C
,
BenefitChannel.Epic_LegendaryDreadnought_Str_6 = 0x0000049D
,
BenefitChannel.Epic_LegendaryDreadnought_SunderingSwings = 0x0000049E
,
BenefitChannel.Epic_LegendaryDreadnought_Pulverizer = 0x0000049F
,
BenefitChannel.Epic_LegendaryDreadnought_Con_1 = 0x000004A0
,
BenefitChannel.Epic_LegendaryDreadnought_Con_2 = 0x000004A1
,
BenefitChannel.Epic_LegendaryDreadnought_AnvilOfThunder = 0x000004A2
,
BenefitChannel.Epic_LegendaryDreadnought_ImprovedPowerAttack = 0x000004A3
,
BenefitChannel.Epic_LegendaryDreadnought_Con_3 = 0x000004A4
,
BenefitChannel.Epic_LegendaryDreadnought_Con_4 = 0x000004A5
,
BenefitChannel.Epic_LegendaryDreadnought_ActionHero = 0x000004A6
,
BenefitChannel.Epic_LegendaryDreadnought_Unmovable = 0x000004A7
,
BenefitChannel.Epic_LegendaryDreadnought_LegendaryTactics = 0x000004A8
,
BenefitChannel.Epic_LegendaryDreadnought_Con_5 = 0x000004A9
,
BenefitChannel.Epic_LegendaryDreadnought_Con_6 = 0x000004AA
,
BenefitChannel.Epic_LegendaryDreadnought_MomentumSwing = 0x000004AB
,
BenefitChannel.Epic_LegendaryDreadnought_ActionBoostHaste = 0x000004AC
,
BenefitChannel.Epic_LegendaryDreadnought_MastersBlitz = 0x000004AD
,
BenefitChannel.Epic_LegendaryDreadnought_LayWaste = 0x000004AE
,
BenefitChannel.Bard_Virtuoso = 0x000004AF
,
BenefitChannel.Epic_GrandmasterOfFlowers_CeaseTheMoment = 0x000004B0
,
BenefitChannel.Epic_GrandmasterOfFlowers_FocusedKiBlast = 0x000004B1
,
BenefitChannel.Epic_GrandmasterOfFlowers_PiercingClarity = 0x000004B2
,
BenefitChannel.Epic_GrandmasterOfFlowers_AScatteringOfPetals = 0x000004B3
,
BenefitChannel.Epic_GrandmasterOfFlowers_DancingWithFlame = 0x000004B4
,
BenefitChannel.Epic_GrandmasterOfFlowers_PerfectionOfMind_2 = 0x000004B5
,
BenefitChannel.Epic_GrandmasterOfFlowers_PerfectionOfMind_3 = 0x000004B6
,
BenefitChannel.Epic_GrandmasterOfFlowers_FocusedKiBurst = 0x000004B7
,
BenefitChannel.Epic_GrandmasterOfFlowers_PiercingClarity_2 = 0x000004B8
,
BenefitChannel.Epic_GrandmasterOfFlowers_Serenity_2 = 0x000004B9
,
BenefitChannel.Epic_GrandmasterOfFlowers_RunningWithWind = 0x000004BA
,
BenefitChannel.Epic_GrandmasterOfFlowers_StandingWithStone = 0x000004BB
,
BenefitChannel.Epic_GrandmasterOfFlowers_StandingWithStone_2 = 0x000004BC
,
BenefitChannel.Epic_GrandmasterOfFlowers_StandingWithStone_3 = 0x000004BD
,
BenefitChannel.Epic_GrandmasterOfFlowers_PerfectionOfMind = 0x000004BE
,
BenefitChannel.Epic_GrandmasterOfFlowers_ImprovedMartialArts = 0x000004BF
,
BenefitChannel.Epic_GrandmasterOfFlowers_RunningWithWind_2 = 0x000004C0
,
BenefitChannel.Epic_GrandmasterOfFlowers_WalkingWithWaves = 0x000004C1
,
BenefitChannel.Epic_GrandmasterOfFlowers_RunningWithWind_3 = 0x000004C2
,
BenefitChannel.Epic_GrandmasterOfFlowers_KiProjection = 0x000004C3
,
BenefitChannel.Epic_GrandmasterOfFlowers_PerfectionOfSoul = 0x000004C4
,
BenefitChannel.Epic_GrandmasterOfFlowers_ImprovedMartialArts_2 = 0x000004C5
,
BenefitChannel.Epic_GrandmasterOfFlowers_WalkingWithWaves_2 = 0x000004C6
,
BenefitChannel.Epic_GrandmasterOfFlowers_ImprovedMartialArts_3 = 0x000004C7
,
BenefitChannel.Epic_GrandmasterOfFlowers_WalkingWithWaves_3 = 0x000004C8
,
BenefitChannel.Epic_GrandmasterOfFlowers_LightAsAFeather = 0x000004C9
,
BenefitChannel.Epic_GrandmasterOfFlowers_Serenity = 0x000004CA
,
BenefitChannel.Epic_GrandmasterOfFlowers_PerfectionOfSoul_2 = 0x000004CB
,
BenefitChannel.Epic_GrandmasterOfFlowers_PerfectionOfBody_2 = 0x000004CC
,
BenefitChannel.Epic_GrandmasterOfFlowers_PerfectionOfSoul_3 = 0x000004CD
,
BenefitChannel.Epic_GrandmasterOfFlowers_PerfectionOfBody_3 = 0x000004CE
,
BenefitChannel.Epic_GrandmasterOfFlowers_PerfectionOfBody = 0x000004CF
,
BenefitChannel.Epic_GrandmasterOfFlowers_DancingWithFlame_2 = 0x000004D0
,
BenefitChannel.Epic_GrandmasterOfFlowers_DancingWithFlame_3 = 0x000004D1
,
BenefitChannel.Epic_WildHunter_Constitution_1 = 0x000004D2
,
BenefitChannel.Epic_WildHunter_Pin = 0x000004D3
,
BenefitChannel.Epic_WildHunter_Constitution_2 = 0x000004D4
,
BenefitChannel.Epic_WildHunter_Constitution_3 = 0x000004D5
,
BenefitChannel.Epic_WildHunter_Constitution_4 = 0x000004D6
,
BenefitChannel.Epic_WildHunter_Constitution_5 = 0x000004D7
,
BenefitChannel.Epic_WildHunter_WildStrikes = 0x000004D8
,
BenefitChannel.Epic_WildHunter_Strength_1 = 0x000004D9
,
BenefitChannel.Epic_WildHunter_Constitution_6 = 0x000004DA
,
BenefitChannel.Epic_WildHunter_Strength_2 = 0x000004DB
,
BenefitChannel.Epic_WildHunter_Rainbow = 0x000004DC
,
BenefitChannel.Epic_WildHunter_NerveToxin = 0x000004DD
,
BenefitChannel.Epic_WildHunter_Strength_3 = 0x000004DE
,
BenefitChannel.Epic_WildHunter_Track = 0x000004DF
,
BenefitChannel.Epic_WildHunter_Strength_4 = 0x000004E0
,
BenefitChannel.Epic_WildHunter_FavorableWinds = 0x000004E1
,
BenefitChannel.Epic_WildHunter_Strength_5 = 0x000004E2
,
BenefitChannel.Epic_WildHunter_HealingSpring = 0x000004E3
,
BenefitChannel.Epic_WildHunter_Strength_6 = 0x000004E4
,
BenefitChannel.Epic_WildHunter_ThrownDoubleStrike = 0x000004E5
,
BenefitChannel.Epic_WildHunter_StandandDeliver = 0x000004E6
,
BenefitChannel.Epic_WildHunter_FeyForm = 0x000004E7
,
BenefitChannel.Epic_WildHunter_AutoGrant_0 = 0x000004E8
,
BenefitChannel.Epic_WildHunter_AutoGrant_1 = 0x000004E9
,
BenefitChannel.Epic_WildHunter_Volley = 0x000004EA
,
BenefitChannel.Epic_WildHunter_Prism = 0x000004EB
,
BenefitChannel.Epic_WildHunter_AutoGrant_2 = 0x000004EC
,
BenefitChannel.Epic_WildHunter_IntheWeeds = 0x000004ED
,
BenefitChannel.Epic_WildHunter_DoubleRainbow = 0x000004EE
,
BenefitChannel.Epic_WildHunter_AutoGrant_3 = 0x000004EF
,
BenefitChannel.Epic_WildHunter_StayFrosty = 0x000004F0
,
BenefitChannel.Epic_WildHunter_RainofArrows = 0x000004F1
,
BenefitChannel.Epic_WildHunter_OttosWhistler = 0x000004F2
,
BenefitChannel.Epic_WildHunter_AutoGrant_4 = 0x000004F3
,
BenefitChannel.Epic_WildHunter_Focus = 0x000004F4
,
BenefitChannel.Epic_WildHunter_AutoGrant_5 = 0x000004F5
,
BenefitChannel.Epic_WildHunter_AutoGrant_6 = 0x000004F6
,
BenefitChannel.Epic_WildHunter_StayGood = 0x000004F7
,
BenefitChannel.Epic_Magister_Int_1 = 0x000004F8
,
BenefitChannel.Epic_Magister_Specialist_Conjuration = 0x000004F9
,
BenefitChannel.Epic_Magister_Conjuration = 0x000004FA
,
BenefitChannel.Epic_Magister_FadeIntotheWeave = 0x000004FB
,
BenefitChannel.Epic_Magister_Int_2 = 0x000004FC
,
BenefitChannel.Epic_Magister_Master_Enchantment = 0x000004FD
,
BenefitChannel.Epic_Magister_Int_3 = 0x000004FE
,
BenefitChannel.Epic_Magister_ArcaneAdept = 0x000004FF
,
BenefitChannel.Epic_Magister_Master_Illusion = 0x00000500
,
BenefitChannel.Epic_Magister_Specialist_Abjuration = 0x00000501
,
BenefitChannel.Epic_Magister_GrandSummoner = 0x00000502
,
BenefitChannel.Epic_Magister_NullmagicStrike = 0x00000503
,
BenefitChannel.Epic_Magister_NullmagicGuard = 0x00000504
,
BenefitChannel.Epic_Magister_Int_4 = 0x00000505
,
BenefitChannel.Epic_Magister_Int_5 = 0x00000506
,
BenefitChannel.Epic_Magister_Enchantment = 0x00000507
,
BenefitChannel.Epic_Magister_Int_6 = 0x00000508
,
BenefitChannel.Epic_Magister_UnearthlyReactions = 0x00000509
,
BenefitChannel.Epic_Magister_ArcaneSpellsurge = 0x0000050A
,
BenefitChannel.Epic_Magister_Master_Evocation = 0x0000050B
,
BenefitChannel.Epic_Magister_Master_Conjuration = 0x0000050C
,
BenefitChannel.Epic_Magister_PiercingSpellcraft = 0x0000050D
,
BenefitChannel.Epic_Magister_NullmagicAura = 0x0000050E
,
BenefitChannel.Epic_Magister_SigilofBatteringSpellcraft = 0x0000050F
,
BenefitChannel.Epic_Magister_Specialist_Transmutation = 0x00000510
,
BenefitChannel.Epic_Magister_Master_Abjuration = 0x00000511
,
BenefitChannel.Epic_Magister_SigilofSpellwarding = 0x00000512
,
BenefitChannel.Epic_Magister_Familiarity_Necromancy = 0x00000513
,
BenefitChannel.Epic_Magister_Transmutation = 0x00000514
,
BenefitChannel.Epic_Magister_Abjuration = 0x00000515
,
BenefitChannel.Epic_Magister_Evocation = 0x00000516
,
BenefitChannel.Epic_Magister_Specialist_Necromancy = 0x00000517
,
BenefitChannel.Epic_Magister_ImperceptibleCasting = 0x00000518
,
BenefitChannel.Epic_Magister_VariableResistance = 0x00000519
,
BenefitChannel.Epic_Magister_Familiarity_Illusion = 0x0000051A
,
BenefitChannel.Epic_Magister_Necromancy = 0x0000051B
,
BenefitChannel.Epic_Magister_Familiarity_Transmutation = 0x0000051C
,
BenefitChannel.Epic_Magister_Familiarity_Evocation = 0x0000051D
,
BenefitChannel.Epic_Magister_Master_Transmutation = 0x0000051E
,
BenefitChannel.Epic_Magister_Specialist_Enchantment = 0x0000051F
,
BenefitChannel.Epic_Magister_Specialist_Illusion = 0x00000520
,
BenefitChannel.Epic_Magister_Master_Necromancy = 0x00000521
,
BenefitChannel.Epic_Magister_Familiarity_Conjuration = 0x00000522
,
BenefitChannel.Epic_Magister_ImpregnableMind = 0x00000523
,
BenefitChannel.Epic_Magister_Familiarity_Abjuration = 0x00000524
,
BenefitChannel.Epic_Magister_Illusion = 0x00000525
,
BenefitChannel.Epic_Magister_SigilofEnergyNegation = 0x00000526
,
BenefitChannel.Epic_Magister_SigilofLifeshielding = 0x00000527
,
BenefitChannel.Epic_Magister_Familiarity_Enchantment = 0x00000529
,
BenefitChannel.Epic_Magister_ArcaneTempest = 0x0000052A
,
BenefitChannel.Epic_Magister_Specialist_Evocation = 0x0000052B
,
BenefitChannel.Bard_ArtfulMisdirection = 0x0000053F
,
BenefitChannel.Fatesinger_HarmonicResonance = 0x0000054C
,
BenefitChannel.Fatesinger_GlitterFame = 0x0000054D
,
BenefitChannel.Fatesinger_EchoesMagister = 0x0000054E
,
BenefitChannel.Fatesinger_EchoesSentinel = 0x0000054F
,
BenefitChannel.Fatesinger_IntoxicatingPresence = 0x00000550
,
BenefitChannel.Fatesinger_EchoesFury = 0x00000551
,
BenefitChannel.Fatesinger_EchoesDivine = 0x00000552
,
BenefitChannel.Fatesinger_ChordofDisruption = 0x00000553
,
BenefitChannel.Fatesinger_EchoesHunter = 0x00000554
,
BenefitChannel.Fatesinger_EchoesDreadnaught = 0x00000555
,
BenefitChannel.Fatesinger_GrimFate = 0x00000556
,
BenefitChannel.Fatesinger_Revielle = 0x00000557
,
BenefitChannel.Fatesinger_PowerVoice = 0x00000558
,
BenefitChannel.Fatesinger_Masquerade = 0x00000559
,
BenefitChannel.Fatesinger_SirensSong = 0x0000055A
,
BenefitChannel.Fatesinger_FragmentValor = 0x0000055B
,
BenefitChannel.Fatesinger_ArtfulMisdirection = 0x0000055C
,
BenefitChannel.Fatesinger_Repertoire = 0x0000055D
,
BenefitChannel.Fatesinger_MusicSpiderQueen = 0x0000055E
,
BenefitChannel.Fatesinger_EchoesTechnomancer = 0x0000055F
,
BenefitChannel.Fatesinger_Tailwind = 0x00000560
,
BenefitChannel.Fatesinger_TurnoftheTide = 0x00000561
,
BenefitChannel.Fatesinger_EchoesFlowers = 0x00000562
,
BenefitChannel.Fatesinger_EchoesShadowdancer = 0x00000563
,
BenefitChannel.Fatesinger_EchoesAngel = 0x00000564
,
BenefitChannel.Fatesinger_Grandeur = 0x00000565
,
BenefitChannel.Fatesinger_OFortuna = 0x00000566
,
BenefitChannel.Fatesinger_Ventriloquism = 0x00000567
,
BenefitChannel.Fatesinger_MaskedBall = 0x00000568
,
BenefitChannel.Fatesinger_EchoesPrimal = 0x00000569
,
BenefitChannel.Fatesinger_Allure = 0x0000056A
,
BenefitChannel.Fatesinger_Majesty = 0x0000056B
,
BenefitChannel.Fatesinger_BoundFate = 0x0000056C
,
BenefitChannel.Fatesinger_FragmentClarity = 0x0000056D
,
BenefitChannel.Fatesinger_EchoesDraconic = 0x0000056F
,
BenefitChannel.Epic_Magister_Augmentation_Transmutation = 0x00000570
,
BenefitChannel.Epic_Magister_Augmentation_Enchantment = 0x00000571
,
BenefitChannel.Epic_Magister_Augmentation_Illusion = 0x00000572
,
BenefitChannel.Epic_Magister_Augmentation_Evocation = 0x00000573
,
BenefitChannel.Epic_Magister_Augmentation_Conjuration = 0x00000574
,
BenefitChannel.Epic_Magister_Augmentation_Necromancy = 0x00000575
,
BenefitChannel.Epic_Magister_Augmentation_Abjuration = 0x00000576
,
BenefitChannel.Epic_ExaltedAngel_Cha_1 = 0x00000577
,
BenefitChannel.Epic_ExaltedAngel_Cha_2 = 0x00000578
,
BenefitChannel.Epic_ExaltedAngel_Cha_3 = 0x00000579
,
BenefitChannel.Epic_ExaltedAngel_Cha_4 = 0x0000057A
,
BenefitChannel.Epic_ExaltedAngel_Cha_5 = 0x0000057B
,
BenefitChannel.Epic_ExaltedAngel_Wis_1 = 0x0000057C
,
BenefitChannel.Epic_ExaltedAngel_Cha_6 = 0x0000057D
,
BenefitChannel.Epic_ExaltedAngel_Wis_2 = 0x0000057E
,
BenefitChannel.Epic_ExaltedAngel_Wis_3 = 0x0000057F
,
BenefitChannel.Epic_ExaltedAngel_Wis_4 = 0x00000580
,
BenefitChannel.Epic_ExaltedAngel_Wis_5 = 0x00000581
,
BenefitChannel.Epic_ExaltedAngel_Wis_6 = 0x00000582
,
BenefitChannel.Epic_GrandmasterOfFlowers_Dexterity_6 = 0x00000583
,
BenefitChannel.Epic_GrandmasterOfFlowers_Dexterity_1 = 0x00000584
,
BenefitChannel.Epic_GrandmasterOfFlowers_Dexterity_2 = 0x00000585
,
BenefitChannel.Epic_GrandmasterOfFlowers_Dexterity_3 = 0x00000586
,
BenefitChannel.Epic_GrandmasterOfFlowers_Dexterity_4 = 0x00000587
,
BenefitChannel.Epic_GrandmasterOfFlowers_Dexterity_5 = 0x00000588
,
BenefitChannel.Epic_ExaltedAngel_Mend = 0x00000589
,
BenefitChannel.Epic_ExaltedAngel_EmbraceTheLight = 0x0000058A
,
BenefitChannel.Epic_ExaltedAngel_RadiantPower = 0x0000058B
,
BenefitChannel.Epic_ExaltedAngel_RebornInLight = 0x0000058C
,
BenefitChannel.Epic_ExaltedAngel_Judgement = 0x0000058D
,
BenefitChannel.Epic_ExaltedAngel_SmiteTheWicked = 0x0000058E
,
BenefitChannel.Epic_ExaltedAngel_HealingPower = 0x0000058F
,
BenefitChannel.Epic_ExaltedAngel_BloodAndRadiance = 0x00000591
,
BenefitChannel.Epic_ExaltedAngel_EndlessFaith = 0x00000592
,
BenefitChannel.Epic_ExaltedAngel_BeAtPeace = 0x00000593
,
BenefitChannel.Epic_ExaltedAngel_Excoriate = 0x00000594
,
BenefitChannel.Epic_ExaltedAngel_RebukeFoe = 0x00000595
,
BenefitChannel.Epic_ExaltedAngel_JudgeTheMany = 0x00000596
,
BenefitChannel.Epic_ExaltedAngel_PurityOfEssence = 0x00000597
,
BenefitChannel.Epic_ExaltedAngel_LayToRest = 0x00000598
,
BenefitChannel.Epic_ExaltedAngel_DivineWrath = 0x00000599
,
BenefitChannel.Epic_ExaltedAngel_StrikeDown = 0x0000059A
,
BenefitChannel.Epic_WildHunter_Dexterity_1 = 0x0000059B
,
BenefitChannel.Epic_WildHunter_Dexterity_2 = 0x0000059C
,
BenefitChannel.Epic_WildHunter_Dexterity_3 = 0x0000059D
,
BenefitChannel.Epic_WildHunter_Dexterity_4 = 0x0000059E
,
BenefitChannel.Epic_WildHunter_Dexterity_5 = 0x0000059F
,
BenefitChannel.Epic_WildHunter_Dexterity_6 = 0x000005A0
,
BenefitChannel.Epic_ExaltedAngel_CelestialDestiny = 0x000005A1
,
BenefitChannel.Epic_ExaltedAngel_Ascendance = 0x000005A2
,
BenefitChannel.Epic_ExaltedAngel_BlessedBlades = 0x000005A3
,
BenefitChannel.Epic_ExaltedAngel_AstralVibrance = 0x000005A4
,
BenefitChannel.Epic_ExaltedAngel_LeapOfFaith = 0x000005A5
,
BenefitChannel.Epic_ExaltedAngel_AngelicPresence = 0x000005A6
,
BenefitChannel.Epic_ExaltedAngel_AvengingLight = 0x000005A7
,
BenefitChannel.benefit_druid_bloodmoonfrenzy = 0x000005A8
,
BenefitChannel.Class_CritMultiplier_ElectricSonic = 0x000005A9
,
BenefitChannel.benefit_druid_hideofthecrocodile = 0x000005AA
,
BenefitChannel.Class_DA_ElectricSonic = 0x000005AB
,
BenefitChannel.benefit_druid_celerity = 0x000005AC
,
BenefitChannel.benefit_druid_springresurgence = 0x000005AE
,
BenefitChannel.benefit_druid_shiftingrake = 0x000005AF
,
BenefitChannel.benefit_druid_fatalharrier = 0x000005B0
,
BenefitChannel.benefit_druid_essenceoftheshrike = 0x000005B1
,
BenefitChannel.Class_CritChance_ElectricSonic = 0x000005B2
,
BenefitChannel.benefit_druid_wintersheart = 0x000005B3
,
BenefitChannel.benefit_druid_natureswarden = 0x000005B4
,
BenefitChannel.Class_CritChance_FireLight = 0x000005B5
,
BenefitChannel.benefit_druid_wildhealing = 0x000005B6
,
BenefitChannel.benefit_druid_uncaringmaster = 0x000005B7
,
BenefitChannel.benefit_druid_autumnalsusurrus = 0x000005B8
,
BenefitChannel.benefit_druid_beastialnature = 0x000005BA
,
BenefitChannel.Class_DA_FireLight = 0x000005BB
,
BenefitChannel.Class_CritMultiplier_FireLight = 0x000005BC
,
BenefitChannel.Class_CritMultiplier_ColdAcid = 0x000005BD
,
BenefitChannel.benefit_druid_reavingroar = 0x000005BE
,
BenefitChannel.benefit_druid_crownofsummer = 0x000005BF
,
BenefitChannel.benefit_druid_vengefulhunter = 0x000005C0
,
BenefitChannel.Class_CritChance_ColdAcid = 0x000005C2
,
BenefitChannel.benefit_druid_aggravate = 0x000005C3
,
BenefitChannel.benefit_druid_essenceoftheturtle = 0x000005C5
,
BenefitChannel.Class_DA_ColdAcid = 0x000005C6
,
BenefitChannel.Epic_FuryOfTheWild_AdrenalineOverload = 0x000005CA
,
BenefitChannel.Epic_FuryOfTheWild_LockBash = 0x000005CB
,
BenefitChannel.Epic_FuryOfTheWild_OccultWards = 0x000005CC
,
BenefitChannel.Epic_FuryOfTheWild_DamageReduction = 0x000005CD
,
BenefitChannel.Epic_FuryOfTheWild_MaliciousWeapons = 0x000005CE
,
BenefitChannel.Epic_FuryOfTheWild_EpicToughness = 0x000005CF
,
BenefitChannel.Epic_FuryOfTheWild_Adrenaline = 0x000005D0
,
BenefitChannel.Epic_FuryOfTheWild_OverwhelmingForce = 0x000005D1
,
BenefitChannel.Epic_FuryOfTheWild_GirdAgainstDemons = 0x000005D2
,
BenefitChannel.Epic_FuryOfTheWild_UnbridledFury = 0x000005D3
,
BenefitChannel.Epic_FuryOfTheWild_FuryMadePlacid = 0x000005D4
,
BenefitChannel.Epic_FuryOfTheWild_UnstoppableFury = 0x000005D5
,
BenefitChannel.Epic_FuryOfTheWild_Injury = 0x000005D6
,
BenefitChannel.Epic_FuryOfTheWild_Insult = 0x000005D7
,
BenefitChannel.Epic_FuryOfTheWild_AcuteInstincts = 0x000005D8
,
BenefitChannel.Epic_FuryOfTheWild_Strength = 0x000005D9
,
BenefitChannel.Epic_FuryOfTheWild_PrimalScream = 0x000005DA
,
BenefitChannel.Epic_FuryOfTheWild_WildWeapons = 0x000005DB
,
BenefitChannel.Epic_FuryOfTheWild_UncannyDodge = 0x000005DC
,
BenefitChannel.Epic_FuryOfTheWild_Constitution = 0x000005DD
,
BenefitChannel.Epic_FuryOfTheWild_FastHealing = 0x000005DE
,
BenefitChannel.Epic_FuryOfTheWild_ImprovedUncannyDodge = 0x000005DF
,
BenefitChannel.Epic_FuryOfTheWild_FuryEternal = 0x000005E0
,
BenefitChannel.Epic_FuryOfTheWild_BoulderToss = 0x000005E1
,
BenefitChannel.Epic_UnyieldingSentinel_ImpenetrableDefenses = 0x000005E3
,
BenefitChannel.Epic_UnyieldingSentinel_ShieldAgainstEnergy = 0x000005EB
,
BenefitChannel.Epic_UnyieldingSentinel_LightTheDarkness = 0x000005ED
,
BenefitChannel.Epic_UnyieldingSentinel_EndlessLayOnHands = 0x000005EE
,
BenefitChannel.Epic_UnyieldingSentinel_ConfrontAnyFoe = 0x000005EF
,
BenefitChannel.Epic_UnyieldingSentinel_HealingHands = 0x000005F1
,
BenefitChannel.Epic_UnyieldingSentinel_SmiteVillainy = 0x000005F6
,
BenefitChannel.Epic_UnyieldingSentinel_LegendaryShieldMastery = 0x000005F7
,
BenefitChannel.Epic_UnyieldingSentinel_Autogrant_0 = 0x000005FA
,
BenefitChannel.Epic_UnyieldingSentinel_SacredWeaponry = 0x000005FB
,
BenefitChannel.Epic_UnyieldingSentinel_ShieldProwess = 0x000005FC
,
BenefitChannel.Epic_UnyieldingSentinel_Autogrant_1 = 0x000005FD
,
BenefitChannel.Epic_UnyieldingSentinel_Autogrant_2 = 0x000005FE
,
BenefitChannel.Epic_UnyieldingSentinel_EndlessSmiting = 0x000005FF
,
BenefitChannel.Epic_UnyieldingSentinel_ImprovedCombatExpertise = 0x00000601
,
BenefitChannel.Epic_UnyieldingSentinel_Autogrant_3 = 0x00000603
,
BenefitChannel.Epic_UnyieldingSentinel_WardAgainstEvil = 0x00000604
,
BenefitChannel.Epic_UnyieldingSentinel_Autogrant_4 = 0x00000607
,
BenefitChannel.Epic_UnyieldingSentinel_BaneOfUndeath = 0x00000609
,
BenefitChannel.Epic_UnyieldingSentinel_Autogrant_5 = 0x0000060A
,
BenefitChannel.Epic_UnyieldingSentinel_BraceForImpact = 0x0000060B
,
BenefitChannel.Epic_UnyieldingSentinel_EndlessTurning = 0x0000060E
,
BenefitChannel.Epic_UnyieldingSentinel_UndyingVanguard = 0x0000060F
,
BenefitChannel.Epic_UnyieldingSentinel_AbideNoEvil = 0x00000614
,
BenefitChannel.Epic_FuryOfTheWild_IndomitableWill = 0x0000061A
,
BenefitChannel.Epic_FuryOfTheWild_TrapSense = 0x0000061B
,
BenefitChannel.Epic_UnyieldingSentinel_SparkOfLifeEternal = 0x0000061C
,
BenefitChannel.Epic_DraconicIncarnation_DragonBreathAugment_Red = 0x0000061D
,
BenefitChannel.Epic_DraconicIncarnation_GoOutWithABang_Acid = 0x0000061E
,
BenefitChannel.Epic_DraconicIncarnation_EnergyVortex_Electric = 0x0000061F
,
BenefitChannel.Epic_DraconicIncarnation_BarrierOfScales = 0x00000620
,
BenefitChannel.Epic_DraconicIncarnation_DragonHeritage_White = 0x00000621
,
BenefitChannel.Epic_DraconicIncarnation_EnergyVortex_Cold = 0x00000622
,
BenefitChannel.Epic_DraconicIncarnation_DraconicFury = 0x00000623
,
BenefitChannel.Epic_DraconicIncarnation_ConjurationFocus = 0x00000624
,
BenefitChannel.Epic_DraconicIncarnation_EnergyVortex_Acid = 0x00000625
,
BenefitChannel.Epic_DraconicIncarnation_DragonSpellAugment_White = 0x00000626
,
BenefitChannel.Epic_DraconicIncarnation_DragonSpellAugment_Red = 0x00000627
,
BenefitChannel.Epic_DraconicIncarnation_RedDragonBreath = 0x00000628
,
BenefitChannel.Epic_DraconicIncarnation_DraconicHunger = 0x00000629
,
BenefitChannel.Epic_DraconicIncarnation_DragonSpellPower_Blue = 0x0000062A
,
BenefitChannel.Epic_DraconicIncarnation_DragonSpellPower_Red = 0x0000062B
,
BenefitChannel.Epic_DraconicIncarnation_DraconicPresence = 0x0000062C
,
BenefitChannel.Epic_DraconicIncarnation_GoOutWithABang_Electric = 0x0000062D
,
BenefitChannel.Epic_DraconicIncarnation_GoOutWithABang_Fire = 0x0000062E
,
BenefitChannel.Epic_DraconicIncarnation_DragonSpellAugment_Blue = 0x0000062F
,
BenefitChannel.Epic_DraconicIncarnation_DauntingRoar = 0x00000630
,
BenefitChannel.Epic_DraconicIncarnation_EnergySheath_Acid = 0x00000631
,
BenefitChannel.Epic_DraconicIncarnation_DragonHeritage_Blue = 0x00000632
,
BenefitChannel.Epic_DraconicIncarnation_DragonHeritage_Red = 0x00000633
,
BenefitChannel.Epic_DraconicIncarnation_EnergyBurst_Acid = 0x00000634
,
BenefitChannel.Epic_DraconicIncarnation_EnergySheath_Electric = 0x00000635
,
BenefitChannel.Epic_DraconicIncarnation_BlackDragonBreath = 0x00000637
,
BenefitChannel.Epic_DraconicIncarnation_EnergyBurst_Cold = 0x00000638
,
BenefitChannel.Epic_DraconicIncarnation_GoOutWithABang_Cold = 0x00000639
,
BenefitChannel.Epic_DraconicIncarnation_WhiteDragonBreath = 0x0000063A
,
BenefitChannel.Epic_DraconicIncarnation_Dragonhide = 0x0000063B
,
BenefitChannel.Epic_DraconicIncarnation_FearsomeInvulnerability = 0x0000063C
,
BenefitChannel.Epic_DraconicIncarnation_Cha_1 = 0x0000063D
,
BenefitChannel.Epic_DraconicIncarnation_DragonBreathAugment_White = 0x0000063E
,
BenefitChannel.Epic_DraconicIncarnation_DragonHeritage_Black = 0x0000063F
,
BenefitChannel.Epic_DraconicIncarnation_EnergyBurst_Fire = 0x00000640
,
BenefitChannel.Epic_DraconicIncarnation_Cha_2 = 0x00000641
,
BenefitChannel.Epic_DraconicIncarnation_DragonBreathAugment_Blue = 0x00000642
,
BenefitChannel.Epic_DraconicIncarnation_Cha_3 = 0x00000643
,
BenefitChannel.Epic_DraconicIncarnation_DragonSpellAugment_Black = 0x00000644
,
BenefitChannel.Epic_DraconicIncarnation_EnergySheath_Cold = 0x00000645
,
BenefitChannel.Epic_DraconicIncarnation_EnergySheath_Fire = 0x00000646
,
BenefitChannel.Epic_DraconicIncarnation_Cha_4 = 0x00000647
,
BenefitChannel.Epic_DraconicIncarnation_Perception = 0x00000648
,
BenefitChannel.Epic_DraconicIncarnation_DragonSpellPower_White = 0x00000649
,
BenefitChannel.Epic_DraconicIncarnation_Cha_5 = 0x0000064A
,
BenefitChannel.Epic_DraconicIncarnation_DragonBreathAugment_Black = 0x0000064B
,
BenefitChannel.Epic_DraconicIncarnation_PiercingSpellcraft = 0x0000064C
,
BenefitChannel.Epic_DraconicIncarnation_EnergyBurst_Electric = 0x0000064E
,
BenefitChannel.Epic_DraconicIncarnation_Cha_6 = 0x0000064F
,
BenefitChannel.Epic_DraconicIncarnation_EvocationFocus = 0x00000650
,
BenefitChannel.Epic_DraconicIncarnation_EnergyVortex_Fire = 0x00000651
,
BenefitChannel.Epic_DraconicIncarnation_BlueDragonBreath = 0x00000652
,
BenefitChannel.Epic_DraconicIncarnation_DragonSpellPower_Black = 0x00000653
,
BenefitChannel.Epic_FuryOfTheWild_NarrowMinded = 0x00000654
,
BenefitChannel.Wolf_Strategy_Bluff = 0x00000655
,
BenefitChannel.Wolf_SneakAttackAccuracy = 0x00000656
,
BenefitChannel.Wolf_SneakAttackTraining = 0x00000657
,
BenefitChannel.Wolf_Flanking = 0x00000658
,
BenefitChannel.Wolf_Opportunist = 0x00000659
,
BenefitChannel.Wolf_Striding = 0x0000065A
,
BenefitChannel.Wolf_ThickFur = 0x0000065B
,
BenefitChannel.Wolf_Strategy_Intimidate = 0x0000065C
,
BenefitChannel.Wolf_Trip = 0x0000065D
,
BenefitChannel.Wolf_CombatSpeed = 0x0000065E
,
BenefitChannel.Wolf_Feed = 0x0000065F
,
BenefitChannel.benefit_druid_capstone = 0x00000660
,
BenefitChannel.Druid_Specialty = 0x00000661
,
BenefitChannel.Wolf_Howl = 0x00000662
,
BenefitChannel.Wolf_Evasion = 0x00000663
,
BenefitChannel.Epic_DraconicIncarnation_FlybyAttack_Cold = 0x00000664
,
BenefitChannel.Epic_DraconicIncarnation_FlybyAttack_Fire = 0x00000665
,
BenefitChannel.Epic_DraconicIncarnation_FlybyAttack_Electric = 0x00000666
,
BenefitChannel.Epic_DraconicIncarnation_FlybyAttack_Acid = 0x00000667
,
BenefitChannel.Epic_WildHunter_LeyLines = 0x00000668
,
BenefitChannel.Epic_WildHunter_Wisdom = 0x00000669
,
BenefitChannel.Epic_WildHunter_FeySpring = 0x0000066A
,
BenefitChannel.Epic_WildHunter_IllusionofWellBeing = 0x0000066B
,
BenefitChannel.Epic_WildHunter_ElementalAbsorption = 0x0000066C
,
BenefitChannel.Wolf_FavoredResist = 0x0000066D
,
BenefitChannel.Wolf_FavoredCrit = 0x0000066E
,
BenefitChannel.Wolf_FavoredDamage = 0x0000066F
,
BenefitChannel.Wolf_FavoredAttack = 0x00000670
,
BenefitChannel.Epic_WildHunter_AudiencewiththeQueen = 0x00000671
,
BenefitChannel.Epic_Magister_Cha_1 = 0x00000673
,
BenefitChannel.Epic_Magister_Cha_2 = 0x00000674
,
BenefitChannel.Epic_Magister_Cha_3 = 0x00000675
,
BenefitChannel.Epic_Magister_Cha_4 = 0x00000676
,
BenefitChannel.Epic_Magister_Cha_5 = 0x00000677
,
BenefitChannel.Epic_Magister_Cha_6 = 0x00000678
,
BenefitChannel.Epic_DraconicIncarnation_Int_1 = 0x00000679
,
BenefitChannel.Epic_DraconicIncarnation_Int_2 = 0x0000067A
,
BenefitChannel.Epic_DraconicIncarnation_Int_3 = 0x0000067B
,
BenefitChannel.Epic_DraconicIncarnation_Int_4 = 0x0000067C
,
BenefitChannel.Epic_DraconicIncarnation_Int_5 = 0x0000067D
,
BenefitChannel.Epic_DraconicIncarnation_Int_6 = 0x0000067E
,
BenefitChannel.Epic_fatesinger_Cha_1 = 0x0000067F
,
BenefitChannel.Epic_fatesinger_Cha_2 = 0x00000680
,
BenefitChannel.Epic_fatesinger_Cha_3 = 0x00000681
,
BenefitChannel.Epic_fatesinger_Cha_4 = 0x00000682
,
BenefitChannel.Epic_fatesinger_Int_1 = 0x00000683
,
BenefitChannel.Epic_fatesinger_Cha_5 = 0x00000684
,
BenefitChannel.Epic_fatesinger_Int_2 = 0x00000685
,
BenefitChannel.Epic_fatesinger_Cha_6 = 0x00000686
,
BenefitChannel.Epic_fatesinger_Int_3 = 0x00000687
,
BenefitChannel.Epic_fatesinger_Int_4 = 0x00000688
,
BenefitChannel.Epic_fatesinger_Int_5 = 0x00000689
,
BenefitChannel.Epic_fatesinger_Int_6 = 0x0000068A
,
BenefitChannel.Epic_UnyieldingSentinel_Hardened = 0x0000068B
,
BenefitChannel.Epic_UnyieldingSentinel_Charisma = 0x0000068C
,
BenefitChannel.Epic_UnyieldingSentinel_Constitution = 0x0000068D
,
BenefitChannel.Epic_Magister_ArcaneStudy_1 = 0x0000068E
,
BenefitChannel.Epic_Magister_ArcaneStudy_2 = 0x0000068F
,
BenefitChannel.Epic_Magister_ArcaneStudy_3 = 0x00000690
,
BenefitChannel.Epic_Magister_ArcaneStudy_4 = 0x00000691
,
BenefitChannel.Epic_Magister_ArcaneStudy_5 = 0x00000692
,
BenefitChannel.Epic_DraconicIncarnation_Bloodline_1 = 0x00000693
,
BenefitChannel.Epic_DraconicIncarnation_Bloodline_2 = 0x00000694
,
BenefitChannel.Epic_DraconicIncarnation_Bloodline_3 = 0x00000695
,
BenefitChannel.Epic_DraconicIncarnation_Bloodline_4 = 0x00000696
,
BenefitChannel.Epic_DraconicIncarnation_Bloodline_5 = 0x00000697
,
BenefitChannel.Wolf_Strategy_Hamstring = 0x00000698
,
BenefitChannel.Wolf_Strategy_Rage = 0x00000699
,
BenefitChannel.Epic_Untouchable = 0x0000069A
,
BenefitChannel.Epic_ShrugOff = 0x0000069B
,
BenefitChannel.Epic_StalwartGuardian = 0x0000069C
,
BenefitChannel.Epic_VigorofBattle = 0x0000069D
,
BenefitChannel.Epic_Unbreakable = 0x0000069E
,
BenefitChannel.Epic_StandAgainsttheTide = 0x0000069F
,
BenefitChannel.Epic_Shadowdancer_CloakOfShadows = 0x000006A0
,
BenefitChannel.Epic_Shadowdancer_SkillMastery = 0x000006A1
,
BenefitChannel.Epic_Shadowdancer_Technician = 0x000006A2
,
BenefitChannel.Epic_Shadowdancer_DarkShrouding = 0x000006A3
,
BenefitChannel.Epic_Shadowdancer_Consume = 0x000006A4
,
BenefitChannel.Epic_Shadowdancer_PierceTheGloom = 0x000006A5
,
BenefitChannel.Epic_Shadowdancer_OncomingDarkness = 0x000006A6
,
BenefitChannel.Epic_Shadowdancer_ShadowForm = 0x000006A7
,
BenefitChannel.Epic_Shadowdancer_ShadowManipulation = 0x000006A8
,
BenefitChannel.Epic_Shadowdancer_Untouchable = 0x000006A9
,
BenefitChannel.Epic_Shadowdancer_Intelligence_1 = 0x000006AA
,
BenefitChannel.Epic_Shadowdancer_Intelligence_2 = 0x000006AB
,
BenefitChannel.Epic_Shadowdancer_Intelligence_3 = 0x000006AC
,
BenefitChannel.Epic_Shadowdancer_Intelligence_4 = 0x000006AD
,
BenefitChannel.Epic_Shadowdancer_Intelligence_5 = 0x000006AE
,
BenefitChannel.Epic_Shadowdancer_Intelligence_6 = 0x000006AF
,
BenefitChannel.Fatesinger_Dirge = 0x000006B0
,
BenefitChannel.Fatesinger_Repertoire_Active = 0x000006B1
,
BenefitChannel.Epic_WildHunter_Wisdom_1 = 0x000006B2
,
BenefitChannel.Epic_WildHunter_Wisdom_2 = 0x000006B3
,
BenefitChannel.Epic_WildHunter_Wisdom_3 = 0x000006B4
,
BenefitChannel.Epic_WildHunter_Wisdom_4 = 0x000006B5
,
BenefitChannel.Epic_WildHunter_Wisdom_5 = 0x000006B6
,
BenefitChannel.Epic_WildHunter_Wisdom_6 = 0x000006B7
,
BenefitChannel.Fatesinger_ExtraSong = 0x000006B8
,
BenefitChannel.Epic_GrandmasterOfFlowers_LightAsAFeather_2 = 0x000006B9
,
BenefitChannel.Epic_GrandmasterOfFlowers_LightAsAFeather_3 = 0x000006BA
,
BenefitChannel.Epic_GrandmasterOfFlowers_Serenity_3 = 0x000006BB
,
BenefitChannel.Epic_FuryOfTheWild_SenseWeakness = 0x000006BC
,
BenefitChannel.Epic_FuryOfTheWild_Belligerent = 0x000006BD
,
BenefitChannel.Epic_DraconicIncarnation_SecondarySpecialty_Red = 0x000006BE
,
BenefitChannel.Epic_DraconicIncarnation_SecondarySpecialty_Black = 0x000006BF
,
BenefitChannel.Epic_DraconicIncarnation_SecondarySpecialty_Blue = 0x000006C0
,
BenefitChannel.Epic_DraconicIncarnation_SecondarySpecialty_White = 0x000006C1
,
BenefitChannel.Epic_Shadowdancer_Assassinate_Ranged = 0x000006C2
,
BenefitChannel.Epic_Shadowdancer_DarkShrouding_Ranged = 0x000006C3
,
BenefitChannel.Epic_Shadowdancer_SneakAttackDie_0 = 0x000006C4
,
BenefitChannel.Epic_Shadowdancer_SneakAttackDie_1 = 0x000006C5
,
BenefitChannel.Epic_Shadowdancer_SneakAttackDie_2 = 0x000006C6
,
BenefitChannel.Epic_Shadowdancer_SneakAttackDie_3 = 0x000006C7
,
BenefitChannel.Epic_Shadowdancer_SneakAttackDie_4 = 0x000006C8
,
BenefitChannel.Epic_Shadowdancer_SneakAttackDie_5 = 0x000006C9
,
BenefitChannel.Epic_PrimalAvatar_GreatDruid = 0x000006CA
,
BenefitChannel.Epic_PrimalAvatar_BalancedAttacks = 0x000006CB
,
BenefitChannel.Epic_PrimalAvatar_SeekingBalance = 0x000006CC
,
BenefitChannel.Epic_PrimalAvatar_PrimalTravel = 0x000006CD
,
BenefitChannel.Epic_PrimalAvatar_OncomingStorm = 0x000006CE
,
BenefitChannel.Epic_PrimalAvatar_ChillofWinter = 0x000006CF
,
BenefitChannel.Epic_PrimalAvatar_SpritBoon = 0x000006D0
,
BenefitChannel.Epic_PrimalAvatar_WalkwiththeSpirits = 0x000006D1
,
BenefitChannel.Epic_PrimalAvatar_SuppleasSpring = 0x000006D2
,
BenefitChannel.Epic_PrimalAvatar_ContagiousSpores = 0x000006D3
,
BenefitChannel.Epic_PrimalAvatar_SymetricStrikes = 0x000006D4
,
BenefitChannel.Epic_PrimalAvatar_RejuvenationCocoon = 0x000006D5
,
BenefitChannel.Epic_PrimalAvatar_StrengthofSpirit = 0x000006D6
,
BenefitChannel.Epic_PrimalAvatar_MagicofNature = 0x000006D7
,
BenefitChannel.Epic_PrimalAvatar_NaturalShielding = 0x000006D8
,
BenefitChannel.Epic_PrimalAvatar_Tsunami = 0x000006D9
,
BenefitChannel.Epic_PrimalAvatar_AutumnHarvest = 0x000006DA
,
BenefitChannel.Epic_PrimalAvatar_SummerSmoke = 0x000006DB
,
BenefitChannel.Epic_PrimalAvatar_MightyAmongSpirits = 0x000006DC
,
BenefitChannel.Epic_PrimalAvatar_SummonEpic = 0x000006DE
,
BenefitChannel.Epic_PrimalAvatar_InsidiousSpores = 0x000006DF
,
BenefitChannel.Epic_PrimalAvatar_EternalReturn = 0x000006E0
,
BenefitChannel.Epic_PrimalAvatar_PairedParrying = 0x000006E1
,
BenefitChannel.Epic_PrimalAvatar_EphemeralEvolution = 0x000006E2
,
BenefitChannel.Epic_PrimalAvatar_Wisdom = 0x000006E3
,
BenefitChannel.Epic_PrimalAvatar_Strength = 0x000006E4
,
BenefitChannel.Epic_PrimalAvatar_PairedPoke = 0x000006E5
,
BenefitChannel.Epic_PrimalAvatar_NaturalEvasion = 0x000006E6
,
BenefitChannel.Epic_PrimalAvatar_SpritBoonPhysical = 0x000006E7
,
BenefitChannel.Epic_PrimalAvatar_SpritBoonMental = 0x000006E8
,
BenefitChannel.Bard_Emissary = 0x000006E9
,
BenefitChannel.Bard_Operative = 0x000006EA
,
BenefitChannel.Bard_GatherIntelligence = 0x000006EB
,
BenefitChannel.Bard_DanceofBlades = 0x000006EC
,
BenefitChannel.Bard_Waylay = 0x000006ED
,
BenefitChannel.Bard_HarperAgent = 0x000006EE
,
BenefitChannel.Bard_Songbird = 0x000006EF
,
BenefitChannel.Bard_LliirasHeart = 0x000006F0
,
BenefitChannel.Bard_SelunesTear = 0x000006F1
,
BenefitChannel.Bard_SunesKiss = 0x000006F2
,
BenefitChannel.Bard_TymorasSmile = 0x000006F3
,
BenefitChannel.Bard_EndureElements = 0x000006F4
,
BenefitChannel.Bard_Concealment = 0x000006F5
,
BenefitChannel.Bard_Extra_Songs = 0x000006F6
,
BenefitChannel.Bard_HarperFightingStyle = 0x000006F8
,
BenefitChannel.Bard_HarpersKnowledge = 0x000006F9
,
BenefitChannel.Bard_TrueStrike = 0x000006FA
,
BenefitChannel.Bard_CampfireSong = 0x000006FB
,
BenefitChannel.Bard_Conspire = 0x000006FC
,
BenefitChannel.Bard_AntiVenom = 0x000006FD
,
BenefitChannel.Bard_GuidingStrike = 0x000006FE
,
BenefitChannel.Bard_HuntersTune = 0x000006FF
,
BenefitChannel.Bard_SwanmaysGrace = 0x00000700
,
BenefitChannel.Bard_SlipAway = 0x00000701
,
BenefitChannel.Bard_EaerlraunsLegacy = 0x00000702
,
BenefitChannel.Epic_PrimalAvatar_Strength_1 = 0x00000703
,
BenefitChannel.Epic_PrimalAvatar_Strength_2 = 0x00000704
,
BenefitChannel.Epic_PrimalAvatar_Stormrage = 0x00000705
,
BenefitChannel.Epic_PrimalAvatar_Strength_3 = 0x00000706
,
BenefitChannel.Epic_PrimalAvatar_Strength_4 = 0x00000707
,
BenefitChannel.Epic_PrimalAvatar_Wisdom_1 = 0x00000708
,
BenefitChannel.Epic_PrimalAvatar_Strength_5 = 0x00000709
,
BenefitChannel.Epic_PrimalAvatar_Wisdom_2 = 0x0000070A
,
BenefitChannel.Epic_PrimalAvatar_Strength_6 = 0x0000070B
,
BenefitChannel.Epic_PrimalAvatar_Wisdom_3 = 0x0000070C
,
BenefitChannel.Epic_PrimalAvatar_Wisdom_4 = 0x0000070D
,
BenefitChannel.Epic_PrimalAvatar_Wisdom_5 = 0x0000070E
,
BenefitChannel.Epic_PrimalAvatar_Wisdom_6 = 0x0000070F
,
BenefitChannel.Epic_PrimalAvatar_ForceOfNature = 0x00000710
,
BenefitChannel.Bard_HarmonicShield = 0x00000711
,
BenefitChannel.Bard_WandandScrollMastery = 0x00000712
,
BenefitChannel.Bard_LyricofSong = 0x00000713
,
BenefitChannel.Bard_LyricofIncredibleSong = 0x00000714
,
BenefitChannel.Bard_WoundingWhispers = 0x00000715
,
BenefitChannel.Bard_Glimmerglow = 0x00000716
,
BenefitChannel.Epic_Magister_ArcaneStudy_6 = 0x00000717
,
BenefitChannel.Epic_DraconicIncarnation_Bloodline_6 = 0x00000718
,
BenefitChannel.Bard_SpellsingerResonance = 0x00000719
,
BenefitChannel.Bard_MajesticWord = 0x0000071A
,
BenefitChannel.Bard_HeightenSpell = 0x0000071B
,
BenefitChannel.Bard_ExtendSpell = 0x0000071C
,
BenefitChannel.Bard_Flicker = 0x0000071D
,
BenefitChannel.Bard_SpellsongTrance = 0x0000071E
,
BenefitChannel.Bard_SongofArcaneMight = 0x0000071F
,
BenefitChannel.Bard_MarigoldCrown_Blue = 0x00000720
,
BenefitChannel.Bard_MarigoldCrown_Yellow = 0x00000721
,
BenefitChannel.Bard_MarigoldCrown_Violet = 0x00000722
,
BenefitChannel.Bard_ToolsofWar = 0x00000723
,
BenefitChannel.Bard_Wassail = 0x00000724
,
BenefitChannel.Bard_Shieldmastery = 0x00000725
,
BenefitChannel.Bard_skaldicrage = 0x00000726
,
BenefitChannel.Bard_Boast = 0x00000727
,
BenefitChannel.Bard_WarchantersCharisma = 0x00000728
,
BenefitChannel.Bard_Spellbloom = 0x00000729
,
BenefitChannel.Monk_NinjaSpy_1 = 0x00000736
,
BenefitChannel.Monk_NinjaSpy_3 = 0x00000738
,
BenefitChannel.Monk_NinjaSpy_5 = 0x0000073F
,
BenefitChannel.Monk_StaffAttack_1 = 0x00000744
,
BenefitChannel.Monk_StaffAttack_2 = 0x00000747
,
BenefitChannel.Monk_StaffAttack_3 = 0x00000749
,
BenefitChannel.Monk_StaffAttack_4 = 0x0000074B
,
BenefitChannel.Monk_Shintao_Con_1 = 0x00000750
,
BenefitChannel.Monk_Mystic_Dex_1 = 0x00000751
,
BenefitChannel.Monk_Mystic_Dex_2 = 0x00000753
,
BenefitChannel.Monk_Mystic_Con_1 = 0x00000754
,
BenefitChannel.Monk_Mystic_Con_2 = 0x00000755
,
BenefitChannel.Monk_Mystic_Int_1 = 0x00000756
,
BenefitChannel.Monk_Mystic_Int_2 = 0x00000757
,
BenefitChannel.Monk_Ninja_Wis_1 = 0x00000758
,
BenefitChannel.Monk_Mystic_Str_1 = 0x00000759
,
BenefitChannel.Monk_Ninja_Wis_2 = 0x0000075A
,
BenefitChannel.Monk_Mystic_Str_2 = 0x0000075B
,
BenefitChannel.Monk_Mystic_Cha_1 = 0x0000075C
,
BenefitChannel.Monk_Mystic_Cha_2 = 0x0000075D
,
BenefitChannel.Monk_SneakAttackTraining_1 = 0x0000076E
,
BenefitChannel.Monk_SneakAttackTraining_2 = 0x0000076F
,
BenefitChannel.Monk_SneakAttackTraining_3 = 0x00000770
,
BenefitChannel.Monk_SneakAttackTraining_4 = 0x00000771
,
BenefitChannel.Bard_SpellsingerInt = 0x00000772
,
BenefitChannel.Monk_Animal = 0x0000077C
,
BenefitChannel.Bard_Spell2nd_one = 0x00000786
,
BenefitChannel.Bard_SpellPenetration = 0x00000787
,
BenefitChannel.Bard_Maestro = 0x00000788
,
BenefitChannel.Bard_Spell5th_one = 0x00000789
,
BenefitChannel.Bard_Spell2nd_two = 0x0000078A
,
BenefitChannel.Bard_Spell5th_two = 0x0000078B
,
BenefitChannel.Bard_Spell3rd_one = 0x0000078C
,
BenefitChannel.Bard_Spell4th_one = 0x0000078D
,
BenefitChannel.Bard_ScoundrelsMobility = 0x0000078E
,
BenefitChannel.Bard_WeaponFinesse = 0x0000078F
,
BenefitChannel.Bard_Spell3rd_two = 0x00000790
,
BenefitChannel.Bard_Songblade = 0x00000791
,
BenefitChannel.Bard_Spell4th_two = 0x00000792
,
BenefitChannel.Monk_Mystic_1 = 0x00000793
,
BenefitChannel.Monk_Mystic_2 = 0x00000794
,
BenefitChannel.Monk_Mystic_3 = 0x00000795
,
BenefitChannel.Monk_Mystic_4 = 0x00000796
,
BenefitChannel.Monk_Mystic_5 = 0x00000797
,
BenefitChannel.Monk_Shintao_1 = 0x00000798
,
BenefitChannel.Monk_Mystic_6 = 0x00000799
,
BenefitChannel.Monk_Shintao_2 = 0x0000079A
,
BenefitChannel.Monk_Shintao_3 = 0x0000079B
,
BenefitChannel.Monk_Shintao_4 = 0x0000079C
,
BenefitChannel.Monk_Shintao_5 = 0x0000079D
,
BenefitChannel.Monk_Shintao_6 = 0x0000079E
,
BenefitChannel.Paladin_DivineMight = 0x0000079F
,
BenefitChannel.Paladin_DivineLight = 0x000007A0
,
BenefitChannel.Epic_PrimalAvatar_FriendsofNature_3 = 0x000007A1
,
BenefitChannel.Epic_PrimalAvatar_FriendsofNature_4 = 0x000007A2
,
BenefitChannel.Epic_PrimalAvatar_FriendsofNature_5 = 0x000007A3
,
BenefitChannel.Epic_PrimalAvatar_FriendsofNature_1 = 0x000007A4
,
BenefitChannel.Epic_PrimalAvatar_FriendsofNature_2 = 0x000007A5
,
BenefitChannel.Epic_PrimalAvatar_FavoredEnemy_2 = 0x000007A8
,
BenefitChannel.Epic_PrimalAvatar_FavoredEnemy_3 = 0x000007A9
,
BenefitChannel.Epic_PrimalAvatar_FavoredEnemy_4 = 0x000007AA
,
BenefitChannel.Epic_PrimalAvatar_FavoredEnemy_5 = 0x000007AB
,
BenefitChannel.Epic_PrimalAvatar_FavoredEnemy_1 = 0x000007AC
,
BenefitChannel.Bard_Armorer = 0x000007AD
,
BenefitChannel.Benefit_Demoralizing = 0x000007AE
,
BenefitChannel.Benefit_Laughter = 0x000007AF
,
BenefitChannel.Benefit_SubsidingFury = 0x000007B0
,
BenefitChannel.Ranger_ArcaneArcher_3 = 0x000007B1
,
BenefitChannel.Ranger_ArcaneArcher_4 = 0x000007B2
,
BenefitChannel.Ranger_ElementalArrows_Acid = 0x000007B3
,
BenefitChannel.Ranger_ArcaneArcher_5 = 0x000007B4
,
BenefitChannel.Ranger_ConjureArrows = 0x000007B5
,
BenefitChannel.Ranger_ArcaneArcher_Dex_1 = 0x000007B6
,
BenefitChannel.Ranger_ArcaneArcher_6 = 0x000007B7
,
BenefitChannel.Ranger_ArcaneArcher_Dex_2 = 0x000007B8
,
BenefitChannel.Ranger_ArcaneArcher_Wis_1 = 0x000007B9
,
BenefitChannel.Ranger_ElementalArrows_Fire = 0x000007BA
,
BenefitChannel.Ranger_ArcaneArcher_Wis_2 = 0x000007BB
,
BenefitChannel.Ranger_ElementalArrows_Electricity = 0x000007BC
,
BenefitChannel.Ranger_ImprovedElementalArrows = 0x000007BD
,
BenefitChannel.Ranger_ElementalArrows_Cold = 0x000007BE
,
BenefitChannel.Ranger_ParalyzingArrows = 0x000007BF
,
BenefitChannel.Ranger_ArcaneArcher_1 = 0x000007C0
,
BenefitChannel.Ranger_ArcaneArcher_2 = 0x000007C1
,
BenefitChannel.Monk_LightingTheCandle = 0x000007C2
,
BenefitChannel.Monk_Ninjutsu_PoisonExploit = 0x000007C3
,
BenefitChannel.Monk_Ninjutsu_ImpendingDoom = 0x000007C4
,
BenefitChannel.Monk_IronSkin = 0x000007C5
,
BenefitChannel.Monk_HealingKi_RemoveCurse = 0x000007C6
,
BenefitChannel.Monk_TombOfJade = 0x000007C7
,
BenefitChannel.Monk_DefensiveStrikes = 0x000007C8
,
BenefitChannel.Monk_HealingKi_LesserRestoration = 0x000007C9
,
BenefitChannel.Monk_HealingKi_RemoveBlindness = 0x000007CA
,
BenefitChannel.Monk_Ninjutsu_PoisonedSoul = 0x000007CB
,
BenefitChannel.Monk_SmiteTaintedCreatures = 0x000007CC
,
BenefitChannel.Monk_HealingKi_RemoveDisease = 0x000007CD
,
BenefitChannel.Monk_Exemplar = 0x000007CE
,
BenefitChannel.Monk_DeadlyExploits = 0x000007CF
,
BenefitChannel.Monk_ShadowDouble = 0x000007D0
,
BenefitChannel.Monk_DismissingStrike = 0x000007D1
,
BenefitChannel.Monk_KukanDo = 0x000007D2
,
BenefitChannel.Monk_StingOfTheNinja = 0x000007D3
,
BenefitChannel.Monk_Ninjutsu_WaveOfDespair = 0x000007D4
,
BenefitChannel.Monk_JadeStrike = 0x000007D5
,
BenefitChannel.Monk_ReedInTheWind = 0x000007D6
,
BenefitChannel.Monk_WaterAttack = 0x000007D7
,
BenefitChannel.Monk_Focus = 0x000007D8
,
BenefitChannel.Monk_Vuln_Water = 0x000007D9
,
BenefitChannel.Monk_AirAttack = 0x000007DA
,
BenefitChannel.Monk_Vuln_Air = 0x000007DB
,
BenefitChannel.Monk_Acrobatic = 0x000007DC
,
BenefitChannel.Monk_Vuln_Fire = 0x000007DD
,
BenefitChannel.Monk_VoidStrike = 0x000007DE
,
BenefitChannel.Monk_FasterSneaking = 0x000007DF
,
BenefitChannel.Monk_Stealthy = 0x000007E0
,
BenefitChannel.Monk_FireAttack = 0x000007E1
,
BenefitChannel.Monk_BalanceInDawn_Light = 0x000007E2
,
BenefitChannel.Monk_Vuln_Earth = 0x000007E3
,
BenefitChannel.Monk_TouchOfDeath = 0x000007E4
,
BenefitChannel.Monk_Negotiator = 0x000007E5
,
BenefitChannel.Monk_MysticTraining = 0x000007E6
,
BenefitChannel.Monk_BalanceInDawn_Dark = 0x000007E7
,
BenefitChannel.Monk_EmbraceTheVoid = 0x000007E8
,
BenefitChannel.Monk_EarthAttack = 0x000007E9
,
BenefitChannel.Rogue_Mechanic_Intelligence_2 = 0x000007EA
,
BenefitChannel.Rog_StickFighting_3 = 0x000007EB
,
BenefitChannel.Rogue_SneakAttackTraining_1 = 0x000007EC
,
BenefitChannel.Rogue_Poison_IceChill_Melee = 0x000007ED
,
BenefitChannel.Rogue_Capstone_DeadlyShadow = 0x000007EE
,
BenefitChannel.Rogue_Assassinate_Melee = 0x000007EF
,
BenefitChannel.Rogue_SneakAttackTraining_2 = 0x000007F0
,
BenefitChannel.Rogue_SneakAttackTraining_3 = 0x000007F1
,
BenefitChannel.Rogue_CrossbowFighting_1 = 0x000007F2
,
BenefitChannel.Rogue_StaffAttack_1 = 0x000007F3
,
BenefitChannel.Rogue_SneakAttackTraining_4 = 0x000007F4
,
BenefitChannel.Rogue_CrossbowFighting_2 = 0x000007F5
,
BenefitChannel.Rogue_UseMagicDevice = 0x000007F6
,
BenefitChannel.Rogue_StaffSpec = 0x000007F7
,
BenefitChannel.Rogue_StaffAttack_2 = 0x000007F8
,
BenefitChannel.Rogue_KnifeFighting_1 = 0x000007F9
,
BenefitChannel.Rog_Followthrough_1 = 0x000007FA
,
BenefitChannel.Rogue_StaffAttack_3 = 0x000007FB
,
BenefitChannel.Rogue_KnifeFighting_2 = 0x000007FC
,
BenefitChannel.Rogue_Antitoxins = 0x000007FD
,
BenefitChannel.Rog_Tumbler_1 = 0x000007FE
,
BenefitChannel.Rogue_StaffAttack_4 = 0x000007FF
,
BenefitChannel.Rogue_Poison_Heartseeker_Melee = 0x00000800
,
BenefitChannel.Rogue_KnifeFighting_3 = 0x00000801
,
BenefitChannel.Rogue_FasterTrapping = 0x00000802
,
BenefitChannel.Rogue_ExpertTrapper_1 = 0x00000803
,
BenefitChannel.Rogue_ThiefAcrobat_Strength_1 = 0x00000804
,
BenefitChannel.Rogue_ThiefAcrobat_Strength_2 = 0x00000805
,
BenefitChannel.Rogue_ImprovedAssassinate = 0x00000806
,
BenefitChannel.Rogue_Assassin_Dexterity_1 = 0x00000807
,
BenefitChannel.Rog_KipUp_1 = 0x00000808
,
BenefitChannel.Rogue_Poison_Soulshatter_Melee = 0x00000809
,
BenefitChannel.Rogue_KillSwitch = 0x0000080A
,
BenefitChannel.Rogue_ExpertTrapper_1_Active = 0x0000080B
,
BenefitChannel.Rogue_Execute = 0x0000080C
,
BenefitChannel.Rogue_Assassin_Intelligence_1 = 0x0000080D
,
BenefitChannel.Rogue_Assassin_Dexterity_2 = 0x0000080E
,
BenefitChannel.Rogue_Assassin_Intelligence_2 = 0x0000080F
,
BenefitChannel.Rogue_ImprovedTraps = 0x00000810
,
BenefitChannel.Rogue_ImprovedGlancingBlows = 0x00000811
,
BenefitChannel.Rogue_Acrobatic = 0x00000812
,
BenefitChannel.Rogue_ImprovedDefensiveRoll = 0x00000813
,
BenefitChannel.Rogue_CrossbowAttack_1 = 0x00000814
,
BenefitChannel.Rogue_Assassin_1 = 0x00000815
,
BenefitChannel.Rogue_CrossbowAttack_2 = 0x00000816
,
BenefitChannel.Rogue_Charming = 0x00000817
,
BenefitChannel.Rogue_CrossbowAttack_3 = 0x00000818
,
BenefitChannel.Rogue_Assassin_3 = 0x00000819
,
BenefitChannel.Rogue_CrossbowAttack_4 = 0x0000081A
,
BenefitChannel.Rogue_Mechanics = 0x0000081B
,
BenefitChannel.Rogue_ImprovedDodge = 0x0000081C
,
BenefitChannel.Rogue_Stealthy = 0x0000081D
,
BenefitChannel.Rogue_Mechanic_1 = 0x0000081E
,
BenefitChannel.Rogue_ThiefAcrobat_Dexterity_1 = 0x0000081F
,
BenefitChannel.Rogue_Mechanic_2 = 0x00000820
,
BenefitChannel.Rog_StickFighting_1 = 0x00000821
,
BenefitChannel.Rogue_ThiefAcrobat_Dexterity_2 = 0x00000822
,
BenefitChannel.Rogue_Mechanic_Intelligence_1 = 0x00000823
,
BenefitChannel.Rogue_Mechanic_3 = 0x00000824
,
BenefitChannel.Rogue_Awareness = 0x00000825
,
BenefitChannel.Rog_StickFighting_2 = 0x00000826
,
BenefitChannel.Cleric_Domain_Healing_2 = 0x00000828
,
BenefitChannel.Cleric_HealingMaxCasterLevel = 0x00000829
,
BenefitChannel.Cleric_Domain_Healing_3 = 0x0000082A
,
BenefitChannel.Cleric_UnyieldingSovereignty = 0x0000082B
,
BenefitChannel.Cleric_Domain_Healing_4 = 0x0000082C
,
BenefitChannel.Cleric_Domain_Healing_5 = 0x0000082D
,
BenefitChannel.Cleric_Altruism = 0x0000082E
,
BenefitChannel.Cleric_Domain_Healing_6 = 0x0000082F
,
BenefitChannel.Cleric_PurgeDarkMagics = 0x00000830
,
BenefitChannel.Cleric_CureFocus = 0x00000831
,
BenefitChannel.Cleric_Healing_Charisma_1 = 0x00000832
,
BenefitChannel.Cleric_MightyTurning = 0x00000833
,
BenefitChannel.Cleric_HealingCasterLevel = 0x00000834
,
BenefitChannel.Cleric_Healing_Charisma_2 = 0x00000835
,
BenefitChannel.Cleric_EfficientEmpowerHealing = 0x00000836
,
BenefitChannel.Cleric_ReactiveHeal = 0x00000837
,
BenefitChannel.Cleric_PositiveEnergyAura = 0x00000838
,
BenefitChannel.Cleric_Martyrdom = 0x00000839
,
BenefitChannel.Cleric_Healing_Wisdom_1 = 0x0000083A
,
BenefitChannel.Cleric_Domain_Healing_3_Passive = 0x0000083B
,
BenefitChannel.Cleric_StrengthInSuffering = 0x0000083C
,
BenefitChannel.Cleric_Healing_Wisdom_2 = 0x0000083D
,
BenefitChannel.Cleric_ImprovedTurning = 0x0000083E
,
BenefitChannel.Cleric_Bliss = 0x0000083F
,
BenefitChannel.Cleric_EndlessTurning = 0x00000840
,
BenefitChannel.Cleric_Domain_Healing_5_Passive = 0x00000841
,
BenefitChannel.Cleric_DivineHealth = 0x00000842
,
BenefitChannel.Cleric_Domain_Healing_1 = 0x00000843
,
BenefitChannel.Monk_ViolenceBegetsViolence = 0x00000844
,
BenefitChannel.Monk_EmptyHandMastery = 0x00000845
,
BenefitChannel.Monk_NeverHelpless = 0x00000846
,
BenefitChannel.Monk_RiseOfThePhoenix = 0x00000847
,
BenefitChannel.Monk_MeditationOfWar = 0x00000848
,
BenefitChannel.Enh_Elf_MeleeDamage_1 = 0x00000849
,
BenefitChannel.Enh_Elf_KeenSenses = 0x0000084A
,
BenefitChannel.Enh_Elf_PhiarlanDragonmarkFocus = 0x0000084B
,
BenefitChannel.Enh_Elf_MeleeDamage_2 = 0x0000084C
,
BenefitChannel.Enh_Elf_MeleeDamage_3 = 0x0000084D
,
BenefitChannel.Enh_Elf_MeleeDamage_4 = 0x0000084E
,
BenefitChannel.Enh_Elf_LesserDragonmarkofShadow = 0x0000084F
,
BenefitChannel.Enh_Elf_Accuracy_1 = 0x00000850
,
BenefitChannel.Enh_Elf_GreaterDragonmarkofShadow = 0x00000851
,
BenefitChannel.Enh_Elf_Accuracy_2 = 0x00000852
,
BenefitChannel.Enh_Elf_NothingIsHidden = 0x00000853
,
BenefitChannel.Enh_Elf_Accuracy_3 = 0x00000854
,
BenefitChannel.Enh_Elf_FeySight = 0x00000855
,
BenefitChannel.Enh_Elf_ChildOfNature = 0x00000856
,
BenefitChannel.Enh_Elf_FeywildTap = 0x00000857
,
BenefitChannel.Enh_Elf_BindingShadows = 0x00000858
,
BenefitChannel.Enh_Elf_Dex_1 = 0x00000859
,
BenefitChannel.Enh_Elf_Grace_Valenar = 0x0000085A
,
BenefitChannel.Enh_Elf_Dex_2 = 0x0000085B
,
BenefitChannel.Enh_Elf_Dex_3 = 0x0000085C
,
BenefitChannel.Enh_Elf_Skill = 0x0000085D
,
BenefitChannel.Enh_Elf_ArcaneArcher_Unlock = 0x0000085E
,
BenefitChannel.Enh_Elf_ArcaneFluidity = 0x0000085F
,
BenefitChannel.Enh_Elf_Grace_Aerenal = 0x00000860
,
BenefitChannel.Enh_Elf_Enchantment_Lore = 0x00000861
,
BenefitChannel.Enh_Elf_Arcanum = 0x00000862
,
BenefitChannel.Enh_Dwarf_LesserDragonmarkofWarding = 0x00000863
,
BenefitChannel.Enh_Dwarf_StandLikeStone = 0x00000865
,
BenefitChannel.Enh_Dwarf_GreaterDragonmarkofWarding = 0x00000866
,
BenefitChannel.Enh_Dwarf_ChildoftheMountain = 0x00000867
,
BenefitChannel.Enh_Dwarf_Attack_axe_1 = 0x00000868
,
BenefitChannel.Enh_Dwarf_Attack_axe_2 = 0x00000869
,
BenefitChannel.Enh_Dwarf_Attack_axe_3 = 0x0000086A
,
BenefitChannel.Enh_Dwarf_Attack_axe_4 = 0x0000086B
,
BenefitChannel.Enh_Dwarf_ThrowYourWeightAround_Mining = 0x0000086C
,
BenefitChannel.Enh_Dwarf_DwarvenRunes = 0x0000086D
,
BenefitChannel.Enh_Dwarf_ArmorMastery = 0x0000086E
,
BenefitChannel.Enh_Dwarf_DwarvenShieldMastery = 0x0000086F
,
BenefitChannel.Enh_Dwarf_Attack_mining_1 = 0x00000870
,
BenefitChannel.Enh_Dwarf_Attack_mining_2 = 0x00000871
,
BenefitChannel.Enh_Dwarf_DwarfFortress = 0x00000872
,
BenefitChannel.Enh_Dwarf_Attack_mining_3 = 0x00000873
,
BenefitChannel.Enh_Dwarf_StalwartDefender = 0x00000874
,
BenefitChannel.Enh_Dwarf_DragonmarkFocus = 0x00000875
,
BenefitChannel.Enh_Dwarf_Attack_mining_4 = 0x00000876
,
BenefitChannel.Enh_Dwarf_YouShallNotPass = 0x00000877
,
BenefitChannel.Enh_Dwarf_IronStomach = 0x00000878
,
BenefitChannel.Enh_Dwarf_DwarvenTactics = 0x0000087A
,
BenefitChannel.Enh_Dwarf_ThrowYourWeightAround_Axe = 0x0000087B
,
BenefitChannel.Enh_Dwarf_Stout = 0x0000087C
,
BenefitChannel.Enh_HalfOrc_Fury_1 = 0x0000087D
,
BenefitChannel.Enh_HalfOrc_Fury_2 = 0x0000087E
,
BenefitChannel.Enh_HalfOrc_Fury_3 = 0x0000087F
,
BenefitChannel.Enh_HalfOrc_Str_1 = 0x00000880
,
BenefitChannel.Enh_HalfOrc_Str_2 = 0x00000881
,
BenefitChannel.Enh_HalfOrc_TharashkDragonmarkFocus = 0x00000882
,
BenefitChannel.Enh_HalfOrc_MeleeDamage_3 = 0x00000883
,
BenefitChannel.Enh_HalfOrc_MeleeDamage_4 = 0x00000884
,
BenefitChannel.Enh_HalfOrc_PowerRage = 0x00000885
,
BenefitChannel.Enh_HalfOrc_Extra_ActionBoost = 0x00000886
,
BenefitChannel.Enh_HalfOrc_PowerAttack = 0x00000887
,
BenefitChannel.Enh_HalfOrc_BruteFighting = 0x00000888
,
BenefitChannel.Enh_HalfOrc_TwoHandedProcs = 0x00000889
,
BenefitChannel.Enh_HalfOrc_MeleeDamage_1 = 0x0000088A
,
BenefitChannel.Enh_HalfOrc_MeleeDamage_2 = 0x0000088B
,
BenefitChannel.Enh_HalfOrc_MightySundering = 0x0000088C
,
BenefitChannel.Benefit_LessonsofNature = 0x0000088D
,
BenefitChannel.Benefit_Awareness = 0x0000088E
,
BenefitChannel.Benefit_UncannyDodger = 0x0000088F
,
BenefitChannel.Benefit_Knockout = 0x00000891
,
BenefitChannel.Benefit_ParryingBond = 0x00000892
,
BenefitChannel.Benefit_WillpowerRage = 0x00000893
,
BenefitChannel.Benefit_SpellResistanceBoost = 0x00000894
,
BenefitChannel.Benefit_LessonsofTravel = 0x00000895
,
BenefitChannel.Benefit_GuardingBond = 0x00000896
,
BenefitChannel.Barbarian_HardyRage_Ravager = 0x00000897
,
BenefitChannel.Benefit_SpellResistance = 0x00000898
,
BenefitChannel.Benefit_BondofDestruction = 0x00000899
,
BenefitChannel.Benefit_ForceWard = 0x0000089B
,
BenefitChannel.Benefit_ArcaneEncumbrance = 0x0000089C
,
BenefitChannel.Benefit_BlankThoughts = 0x0000089D
,
BenefitChannel.Benefit_BondofRetribution = 0x0000089E
,
BenefitChannel.Benefit_EarSmash = 0x0000089F
,
BenefitChannel.Benefit_WeaponBond = 0x000008A0
,
BenefitChannel.Benefit_ElementalBond = 0x000008A1
,
BenefitChannel.Benefit_VisciousStrikes = 0x000008A2
,
BenefitChannel.Benefit_OccultConstitution_1 = 0x000008A3
,
BenefitChannel.Benefit_VampiricBond = 0x000008A4
,
BenefitChannel.Benefit_MindOverMagic = 0x000008A5
,
BenefitChannel.Benefit_OccultConstitution_2 = 0x000008A6
,
BenefitChannel.Benefit_MagicalDefense = 0x000008A7
,
BenefitChannel.Benefit_TrapSense_Occult = 0x000008A8
,
BenefitChannel.Benefit_ExtendRage_Occult = 0x000008A9
,
BenefitChannel.Enh_HalfOrc_GreaterDragonmarkofFinding = 0x000008AA
,
BenefitChannel.Enh_HalfOrc_LesserDragonmarkofFinding = 0x000008AB
,
BenefitChannel.Enh_HalfOrc_Brutality = 0x000008AC
,
BenefitChannel.Enh_HalfOrc_OrcishRage = 0x000008AD
,
BenefitChannel.Enh_HalfOrc_ChanneledRage = 0x000008AE
,
BenefitChannel.Enh_HalfOrc_OccultSlayer_Unlock = 0x000008AF
,
BenefitChannel.Enh_HalfOrc_FightMe = 0x000008B0
,
BenefitChannel.Enh_HalfOrc_LockBash = 0x000008B1
,
BenefitChannel.Enh_Drow_Cha_1 = 0x000008B2
,
BenefitChannel.Enh_Drow_Int_1 = 0x000008B3
,
BenefitChannel.Enh_Drow_Cha_2 = 0x000008B4
,
BenefitChannel.Enh_Drow_Int_2 = 0x000008B5
,
BenefitChannel.Enh_Drow_Dex_1 = 0x000008B6
,
BenefitChannel.Enh_Drow_Dex_2 = 0x000008B7
,
BenefitChannel.Enh_Drow_FaerieFire = 0x000008B8
,
BenefitChannel.Enh_Drow_XendrikWeaponTraining_4 = 0x000008B9
,
BenefitChannel.Enh_Drow_XendrikWeaponTraining_1 = 0x000008BA
,
BenefitChannel.Enh_Drow_XendrikWeaponTraining_2 = 0x000008BB
,
BenefitChannel.Enh_Drow_XendrikWeaponTraining_3 = 0x000008BC
,
BenefitChannel.Enh_Drow_VenomLore = 0x000008BD
,
BenefitChannel.Enh_Drow_VenomedBlades = 0x000008BE
,
BenefitChannel.Enh_Drow_Ambidexterity = 0x000008BF
,
BenefitChannel.Enh_Drow_Tempest = 0x000008C0
,
BenefitChannel.Enh_Drow_SpellResistance_1 = 0x000008C1
,
BenefitChannel.Enh_Drow_SpellResistance_2 = 0x000008C2
,
BenefitChannel.Enh_Drow_SpellResistance_3 = 0x000008C3
,
BenefitChannel.Enh_Drow_CloudOfDarkness = 0x000008C4
,
BenefitChannel.Enh_Drow_ImprovedDodge = 0x000008C5
,
BenefitChannel.Enh_Drow_VerminLore = 0x000008C6
,
BenefitChannel.Enh_Drow_DarkFire = 0x000008C7
,
BenefitChannel.Benefit_AlignedBond = 0x000008C8
,
BenefitChannel.Benefit_MetallineBond = 0x000008C9
,
BenefitChannel.Benefit_ColdIronBond = 0x000008CA
,
BenefitChannel.Benefit_MithrilBond = 0x000008CB
,
BenefitChannel.Benefit_ByeshkBond = 0x000008CC
,
BenefitChannel.Benefit_AdamantineBond = 0x000008CD
,
BenefitChannel.Benefit_SilverBond = 0x000008CE
,
BenefitChannel.Enh_Halfling_Stealthy = 0x000008CF
,
BenefitChannel.Enh_Halfling_Guile_1 = 0x000008D0
,
BenefitChannel.Enh_Halfling_Guile_2 = 0x000008D1
,
BenefitChannel.Enh_Halfling_Guile_3 = 0x000008D2
,
BenefitChannel.Enh_Halfling_Cunning = 0x000008D3
,
BenefitChannel.Enh_Halfling_Acrobatic = 0x000008D4
,
BenefitChannel.Enh_Halfling_Dex_1 = 0x000008D5
,
BenefitChannel.Enh_Halfling_Dex_2 = 0x000008D6
,
BenefitChannel.Enh_Halfling_Luck_1 = 0x000008D7
,
BenefitChannel.Enh_Halfling_Luck_2 = 0x000008D8
,
BenefitChannel.Enh_Halfling_Luck_3 = 0x000008D9
,
BenefitChannel.Enh_Halfling_JorascoDragonmarkFocus = 0x000008DA
,
BenefitChannel.Enh_Halfling_NimbleReaction = 0x000008DB
,
BenefitChannel.Enh_Halfling_Assassin_Unlock = 0x000008DC
,
BenefitChannel.Enh_Halfling_LesserDragonmarkofHealing = 0x000008DD
,
BenefitChannel.Enh_Halfling_GreaterDragonmarkofHealing = 0x000008DE
,
BenefitChannel.Enh_Halfling_SkillfulThrower = 0x000008DF
,
BenefitChannel.Enh_Halfling_MasterThrower = 0x000008E0
,
BenefitChannel.Enh_Halfling_ImprovedDodge = 0x000008E1
,
BenefitChannel.Enh_Halfling_BreakOutTheLeeches = 0x000008E2
,
BenefitChannel.Enh_Halfling_HalflingAgility = 0x000008E3
,
BenefitChannel.Enh_Halfling_HeroicCompanion = 0x000008E4
,
BenefitChannel.Enh_Halfling_Bold = 0x000008E5
,
BenefitChannel.Enh_Warforged_BruteFighting = 0x000008E7
,
BenefitChannel.Enh_Warforged_TwoHandedProcs = 0x000008E8
,
BenefitChannel.Enh_Warforged_ImprovedFortification_1 = 0x000008E9
,
BenefitChannel.Enh_Warforged_ImprovedFortification_2 = 0x000008EA
,
BenefitChannel.Enh_Warforged_ImprovedFortification_3 = 0x000008EB
,
BenefitChannel.Enh_Warforged_PowerAttack = 0x000008EC
,
BenefitChannel.Enh_Warforged_Con_1 = 0x000008ED
,
BenefitChannel.Enh_Warforged_Con_2 = 0x000008EE
,
BenefitChannel.Enh_Warforged_PreUnlock_Juggernaut = 0x000008EF
,
BenefitChannel.Enh_Warforged_ConstructToughness_1 = 0x000008F0
,
BenefitChannel.Enh_Warforged_ConstructToughness_2 = 0x000008F1
,
BenefitChannel.Enh_Warforged_ConstructToughness_3 = 0x000008F2
,
BenefitChannel.Enh_Warforged_ConstructToughness_4 = 0x000008F3
,
BenefitChannel.Enh_Warforged_ConstructThinking_1 = 0x000008F4
,
BenefitChannel.Enh_Warforged_ConstructThinking_2 = 0x000008F5
,
BenefitChannel.Enh_Warforged_ConstructHardiness_1 = 0x000008F6
,
BenefitChannel.Enh_Warforged_ConstructHardiness_2 = 0x000008F7
,
BenefitChannel.Enh_Warforged_ImprovedDamageReduction = 0x000008F8
,
BenefitChannel.Enh_Warforged_InscribedArmor = 0x000008F9
,
BenefitChannel.Enh_Warforged_Mechanist = 0x000008FA
,
BenefitChannel.Enh_Warforged_FiltrationSystems = 0x000008FB
,
BenefitChannel.Enh_Warforged_HealersFriend = 0x000008FC
,
BenefitChannel.Enh_Warforged_WarforgedTactics = 0x000008FD
,
BenefitChannel.Enh_Warforged_MithralFluidity = 0x000008FE
,
BenefitChannel.Enh_Warforged_AdamantineDurability = 0x000008FF
,
BenefitChannel.Enh_Warforged_WeaponAttachment = 0x00000900
,
BenefitChannel.Enh_Warforged_WarforgedResolve = 0x00000901
,
BenefitChannel.Benefit_BodyBlow = 0x00000902
,
BenefitChannel.Benefit_SunderingSping = 0x00000903
,
BenefitChannel.Benefit_LashOut = 0x00000904
,
BenefitChannel.Benefit_MadMunitions = 0x00000905
,
BenefitChannel.Benefit_FocusWide = 0x00000906
,
BenefitChannel.Benefit_AngryArms = 0x00000907
,
BenefitChannel.Benefit_WadeIn = 0x00000908
,
BenefitChannel.Benefit_CrazyStrike = 0x00000909
,
BenefitChannel.Benefit_ExhaustingBlow = 0x0000090A
,
BenefitChannel.Benefit_CrackingAttack = 0x0000090B
,
BenefitChannel.Benefit_StormsEye = 0x0000090C
,
BenefitChannel.Benefit_FocusedWrath = 0x0000090D
,
BenefitChannel.Enh_HalfElf_GreaterDragonmarkofStorm = 0x0000090E
,
BenefitChannel.Enh_HalfElf_LyrandarDragonmarkFocus = 0x0000090F
,
BenefitChannel.Enh_HalfElf_DilettanteSpecial_1 = 0x00000910
,
BenefitChannel.Enh_HalfElf_DilettanteSpecial_2 = 0x00000911
,
BenefitChannel.Enh_HalfElf_ImprovedDilettante_1 = 0x00000912
,
BenefitChannel.Enh_HalfElf_ImprovedDilettante_2 = 0x00000913
,
BenefitChannel.Enh_HalfElf_ImprovedDilettante_3 = 0x00000914
,
BenefitChannel.Enh_HalfElf_LesserDragonmarkofStorm = 0x00000915
,
BenefitChannel.Enh_HalfElf_DiplomaticImmunity = 0x00000917
,
BenefitChannel.Enh_HalfElf_PoweroftheStorm = 0x00000918
,
BenefitChannel.Enh_Human_Str_1 = 0x00000919
,
BenefitChannel.Enh_Human_Str_2 = 0x0000091A
,
BenefitChannel.Enh_Human_OrienDragonmarkFocus = 0x0000091B
,
BenefitChannel.Enh_Human_Con_1 = 0x0000091C
,
BenefitChannel.Enh_Human_Con_2 = 0x0000091D
,
BenefitChannel.Enh_Human_Dex_1 = 0x0000091E
,
BenefitChannel.Enh_Human_Dex_2 = 0x0000091F
,
BenefitChannel.Enh_Human_GreaterDragonmarkofSentinel = 0x00000920
,
BenefitChannel.Enh_Human_BattleEngineer_Unlock = 0x00000921
,
BenefitChannel.Enh_Human_LesserDragonmarkofSentinel = 0x00000922
,
BenefitChannel.Enh_Human_Cha_1 = 0x00000923
,
BenefitChannel.Enh_Human_DeneithDragonmarkFocus = 0x00000924
,
BenefitChannel.Enh_Human_Cha_2 = 0x00000925
,
BenefitChannel.Enh_Human_ImprovedRecovery_1 = 0x00000926
,
BenefitChannel.Enh_Human_StalwartDefender_Unlock = 0x00000927
,
BenefitChannel.Enh_Human_GreaterDragonmarkofMaking = 0x00000928
,
BenefitChannel.Enh_Human_ImprovedRecovery_2 = 0x00000929
,
BenefitChannel.Enh_Human_Duelist_Unlock = 0x0000092A
,
BenefitChannel.Enh_Human_GreaterDragonmarkofPassage = 0x0000092B
,
BenefitChannel.Enh_Human_ImprovedRecovery_3 = 0x0000092C
,
BenefitChannel.Enh_Human_LesserDragonmarkofPassage = 0x0000092D
,
BenefitChannel.Enh_Human_CannithDragonmarkFocus = 0x0000092E
,
BenefitChannel.Enh_Human_DeepwoodStalker_Unlock = 0x0000092F
,
BenefitChannel.Enh_Human_LesserDragonmarkofMaking = 0x00000930
,
BenefitChannel.Enh_Human_Wis_1 = 0x00000931
,
BenefitChannel.Enh_Human_Wis_2 = 0x00000932
,
BenefitChannel.Enh_Human_Int_1 = 0x00000933
,
BenefitChannel.Enh_Human_Int_2 = 0x00000934
,
BenefitChannel.Enh_Human_NimbleFingers = 0x00000935
,
BenefitChannel.Enh_Human_SelfSufficient = 0x00000936
,
BenefitChannel.Enh_Human_Athletic = 0x00000937
,
BenefitChannel.Enh_Human_Negotiator = 0x00000938
,
BenefitChannel.Enh_Human_Awareness = 0x00000939
,
BenefitChannel.Enh_Human_Stealthy = 0x0000093A
,
BenefitChannel.Enh_Human_Focused = 0x0000093B
,
BenefitChannel.Enh_Human_Perseverance = 0x0000093C
,
BenefitChannel.Enh_Human_StubbornSurvivor = 0x0000093D
,
BenefitChannel.Enh_Human_ActionSurge = 0x0000093E
,
BenefitChannel.Enh_Human_ExtraActionBoost = 0x0000093F
,
BenefitChannel.Enh_Human_ActionBoost_Skill = 0x00000940
,
BenefitChannel.Enh_Human_ActionBoost_Damage = 0x00000941
,
BenefitChannel.Enh_Human_ActionBoost_Defense = 0x00000942
,
BenefitChannel.Enh_Human_ActionBoost_Saves = 0x00000943
,
BenefitChannel.Enh_Human_ActionBoost_Attack = 0x00000944
,
BenefitChannel.Benefit_OccultToughness = 0x00000945
,
BenefitChannel.Benefit_FrenzyToughness = 0x00000946
,
BenefitChannel.Benefit_RavagerToughness = 0x00000947
,
BenefitChannel.Enh_Human_DontCountMeOut = 0x00000949
,
BenefitChannel.Enh_Human_TraditionalistCaster = 0x0000094A
,
BenefitChannel.Wizard_ShroudOfTheWraith = 0x0000094B
,
BenefitChannel.Wizard_SkeletalArcher = 0x0000094D
,
BenefitChannel.Wizard_ShroudOfNight = 0x0000094E
,
BenefitChannel.Wizard_SkeletalMage = 0x0000094F
,
BenefitChannel.Wizard_NecroticVolley = 0x00000952
,
BenefitChannel.Wizard_NecroticBolt = 0x00000953
,
BenefitChannel.Wizard_NecroticTouch = 0x00000954
,
BenefitChannel.Wizard_ShroudOfTheVampire = 0x00000955
,
BenefitChannel.Wizard_ShroudOfTheZombie = 0x00000956
,
BenefitChannel.Wizard_BoneArmor = 0x00000957
,
BenefitChannel.Wizard_MasterOfDeath = 0x00000958
,
BenefitChannel.Wizard_NecromancyFocus = 0x00000959
,
BenefitChannel.Wizard_NecroticStorm = 0x0000095A
,
BenefitChannel.Wizard_NecroticBlast = 0x0000095B
,
BenefitChannel.Wizard_InvigorateMinions = 0x0000095D
,
BenefitChannel.Wizard_ShroudOfTheLich = 0x0000095E
,
BenefitChannel.Wizard_Intelligence_1 = 0x0000095F
,
BenefitChannel.Wizard_Constitution_1 = 0x00000960
,
BenefitChannel.Wizard_Intelligence_2 = 0x00000961
,
BenefitChannel.Wizard_DarkReaping = 0x00000962
,
BenefitChannel.Wizard_Constitution_2 = 0x00000963
,
BenefitChannel.Wizard_Corpsecrafter = 0x00000964
,
BenefitChannel.Wizard_DeathlessVigor = 0x00000966
,
BenefitChannel.Wizard_AnimateAlly = 0x00000967
,
BenefitChannel.Wizard_SkeletalKnight = 0x00000968
,
BenefitChannel.Enh_HalfElf_DilettanteAbilityScore = 0x0000096A
,
BenefitChannel.Enh_HalfElf_VersatileNature = 0x0000096B
,
BenefitChannel.Wizard_ImprovedShrouding = 0x0000096C
,
BenefitChannel.Benefit_Tantrum = 0x0000096D
,
BenefitChannel.Benefit_BarbarianPowerAttack = 0x0000096E
,
BenefitChannel.Ranger_Acrobatic = 0x0000096F
,
BenefitChannel.Ranger_ImprovedDefense = 0x00000970
,
BenefitChannel.Ranger_Tempest_Dex_1 = 0x00000973
,
BenefitChannel.Ranger_Tempest_Dex_2 = 0x00000974
,
BenefitChannel.Ranger_Tempest_Str_1 = 0x00000975
,
BenefitChannel.Ranger_Tempest_Str_2 = 0x00000976
,
BenefitChannel.Ranger_WhirlingBlades_1 = 0x00000977
,
BenefitChannel.Ranger_WhirlingBlades_2 = 0x00000978
,
BenefitChannel.Ranger_WhirlingBlades_3 = 0x00000979
,
BenefitChannel.Ranger_WhirlingBlades_4 = 0x0000097A
,
BenefitChannel.Ranger_TheGrowingStorm = 0x0000097B
,
BenefitChannel.Ranger_ThousandCuts = 0x0000097C
,
BenefitChannel.Ranger_BleedThemOut = 0x0000097D
,
BenefitChannel.Ranger_EvasiveDance = 0x0000097E
,
BenefitChannel.Ranger_ItemDefense = 0x0000097F
,
BenefitChannel.Ranger_ActionBoost_Haste = 0x00000980
,
BenefitChannel.Ranger_ImprovedParry = 0x00000981
,
BenefitChannel.Ranger_CriticalAccuracy = 0x00000982
,
BenefitChannel.Wizard_Metamagic_Quicken = 0x00000983
,
BenefitChannel.Wizard_FireSpellCritical_2 = 0x00000984
,
BenefitChannel.Wizard_ElectricSpellCritical_2 = 0x00000985
,
BenefitChannel.Wizard_FireSpellCritical_3 = 0x00000986
,
BenefitChannel.Wizard_ElectricSpellCritical_3 = 0x00000987
,
BenefitChannel.Wizard_AcidSpellCritical_1 = 0x00000988
,
BenefitChannel.Wizard_FireSpellCritical_4 = 0x00000989
,
BenefitChannel.Wizard_ElectricSpellCritical_4 = 0x0000098A
,
BenefitChannel.Wizard_AcidSpellCritical_2 = 0x0000098B
,
BenefitChannel.Wizard_Metamagic_Empower = 0x0000098C
,
BenefitChannel.Wizard_AcidSpellCritical_3 = 0x0000098D
,
BenefitChannel.Wizard_AcidSpellCritical_4 = 0x0000098E
,
BenefitChannel.Wizard_ColdSpellCritical_1 = 0x0000098F
,
BenefitChannel.Wizard_ColdSpellCritical_2 = 0x00000990
,
BenefitChannel.Wizard_ColdSpellCritical_3 = 0x00000991
,
BenefitChannel.Wizard_Metamagic_Heighten = 0x00000992
,
BenefitChannel.Wizard_ColdSpellCritical_4 = 0x00000993
,
BenefitChannel.Wizard_NegativeSpellCritical_1 = 0x00000994
,
BenefitChannel.Wizard_ForceSpellCritical_1 = 0x00000995
,
BenefitChannel.Wizard_NegativeSpellCritical_2 = 0x00000996
,
BenefitChannel.Wizard_ForceSpellCritical_2 = 0x00000997
,
BenefitChannel.Wizard_NegativeSpellCritical_3 = 0x00000998
,
BenefitChannel.Wizard_ForceSpellCritical_3 = 0x00000999
,
BenefitChannel.Wizard_NegativeSpellCritical_4 = 0x0000099A
,
BenefitChannel.Wizard_ForceSpellCritical_4 = 0x0000099B
,
BenefitChannel.Wizard_Metamagic_Maximize = 0x0000099C
,
BenefitChannel.Wizard_Metamagic_Enlarge = 0x0000099D
,
BenefitChannel.Wizard_FireSpellCritical_1 = 0x0000099E
,
BenefitChannel.Wizard_ElectricSpellCritical_1 = 0x0000099F
,
BenefitChannel.Wizard_NegativeEnergyConduit = 0x000009A0
,
BenefitChannel.Wizard_DarkFuror = 0x000009A1
,
BenefitChannel.Wizard_EternalServitude = 0x000009A2
,
BenefitChannel.Ranger_FavoredProtection = 0x000009A3
,
BenefitChannel.Ranger_IncreasedEmpathy = 0x000009A4
,
BenefitChannel.Ranger_FasterSneaking = 0x000009A5
,
BenefitChannel.Ranger_Killer = 0x000009A6
,
BenefitChannel.Ranger_ActionBoost_Damage = 0x000009A7
,
BenefitChannel.Ranger_HuntersMercy = 0x000009A8
,
BenefitChannel.Ranger_FavoredAccuracy = 0x000009A9
,
BenefitChannel.Ranger_TendonCut = 0x000009AA
,
BenefitChannel.Ranger_ImprovedArchersFocus = 0x000009AC
,
BenefitChannel.Ranger_DeepwoodStalker_Dex_1 = 0x000009AD
,
BenefitChannel.Ranger_DeepwoodStalker_Dex_2 = 0x000009AE
,
BenefitChannel.Ranger_DeepwoodStalker_Wis_1 = 0x000009AF
,
BenefitChannel.Ranger_DeepwoodStalker_Wis_2 = 0x000009B0
,
BenefitChannel.Ranger_ThrillOfTheHunt = 0x000009B1
,
BenefitChannel.Ranger_ExtraFavoredEnemy = 0x000009B2
,
BenefitChannel.Benefit_Bard_Fervor = 0x000009B3
,
BenefitChannel.Benefit_Bard_RoughandReady = 0x000009B4
,
BenefitChannel.Benefit_Bard_HighSpirits = 0x000009B5
,
BenefitChannel.Benefit_Bard_Focused = 0x000009B6
,
BenefitChannel.Benefit_Bard_RallyingCry = 0x000009B7
,
BenefitChannel.Benefit_Bard_FightingSpirit = 0x000009B8
,
BenefitChannel.Benefit_Bard_Armorer = 0x000009B9
,
BenefitChannel.Benefit_Bard_ActionBoost_Sprint = 0x000009BA
,
BenefitChannel.Benefit_Bard_InspireRecklessness = 0x000009BB
,
BenefitChannel.Benefit_Bard_IcedEdges = 0x000009BC
,
BenefitChannel.Benefit_Bard_LastStand = 0x000009BD
,
BenefitChannel.Fighter_AGoodDeath = 0x000009BE
,
BenefitChannel.Fighter_ImprovedDodge = 0x000009BF
,
BenefitChannel.Fighter_Kensei_Strength_1 = 0x000009C0
,
BenefitChannel.Fighter_Kensei_Strength_2 = 0x000009C1
,
BenefitChannel.Fighter_ConcRef = 0x000009C2
,
BenefitChannel.Fighter_Kensei_Dexterity_1 = 0x000009C3
,
BenefitChannel.Fighter_ReedInTheWind = 0x000009C4
,
BenefitChannel.Fighter_Kensei_Dexterity_2 = 0x000009C5
,
BenefitChannel.Fighter_ActionBoostAttack = 0x000009C6
,
BenefitChannel.Fighter_ConcWill = 0x000009C7
,
BenefitChannel.Fighter_ConcFort = 0x000009C9
,
BenefitChannel.Fighter_Kensei_Wisdom_1 = 0x000009CA
,
BenefitChannel.Fighter_Kensei_Wisdom_2 = 0x000009CB
,
BenefitChannel.Benefit_Bard_WeaponTrainingMacesandClubs = 0x000009CC
,
BenefitChannel.Benefit_Bard_WeaponTrainingBows = 0x000009CD
,
BenefitChannel.Benefit_Bard_WeaponTrainingAxes = 0x000009CE
,
BenefitChannel.Benefit_Bard_WeaponTrainingHeavyBlades = 0x000009CF
,
BenefitChannel.Benefit_Bard_WeaponTrainingLightBlades = 0x000009D0
,
BenefitChannel.Benefit_Bard_WeaponTrainingPicksandHammers = 0x000009D1
,
BenefitChannel.Benefit_Bard_SongofHeroism = 0x000009D2
,
BenefitChannel.Class_SpellPenetration_2 = 0x000009D4
,
BenefitChannel.Class_SpellPenetration_3 = 0x000009D5
,
BenefitChannel.Fighter_ImprovedMobility = 0x000009D6
,
BenefitChannel.Fighter_Kensei_ExoticWeaponMastery = 0x000009D7
,
BenefitChannel.Fighter_Kensei_ThreatRange = 0x000009D8
,
BenefitChannel.Fighter_Kensei_2 = 0x000009D9
,
BenefitChannel.Fighter_DeadlyStrike = 0x000009DA
,
BenefitChannel.Fighter_Kensei_3 = 0x000009DB
,
BenefitChannel.Fighter_Kensei_4 = 0x000009DC
,
BenefitChannel.Fighter_Kensei_5 = 0x000009DD
,
BenefitChannel.Fighter_Kensei_6 = 0x000009DE
,
BenefitChannel.Fighter_WeaponMeditation = 0x000009DF
,
BenefitChannel.Fighter_CenteringWeapon = 0x000009E0
,
BenefitChannel.Fighter_Kensei_WeaponSpec_1 = 0x000009E1
,
BenefitChannel.Fighter_Kensei_WeaponSpec_2 = 0x000009E2
,
BenefitChannel.Fighter_Kensei_WeaponSpec_3 = 0x000009E3
,
BenefitChannel.Fighter_Kensei_WeaponSpec_4 = 0x000009E4
,
BenefitChannel.Fighter_ShatteringStrike = 0x000009E5
,
BenefitChannel.Fighter_Tactics = 0x000009E6
,
BenefitChannel.Fighter_EvasionBoost = 0x000009E7
,
BenefitChannel.Fighter_StalwartDefender_1 = 0x000009E8
,
BenefitChannel.Fighter_StalwartDefender_2 = 0x000009E9
,
BenefitChannel.Fighter_StalwartDefender_3 = 0x000009EA
,
BenefitChannel.Fighter_StalwartDefender_4 = 0x000009EB
,
BenefitChannel.Fighter_StalwartDefender_5 = 0x000009EC
,
BenefitChannel.Fighter_StalwartDefender_6 = 0x000009ED
,
BenefitChannel.Fighter_ShieldStriking = 0x000009EE
,
BenefitChannel.Fighter_Reprisal = 0x000009EF
,
BenefitChannel.Fighter_StalwartDefender_Strength_1 = 0x000009F0
,
BenefitChannel.Fighter_ArmorExpertise = 0x000009F1
,
BenefitChannel.Fighter_SwiftDefense = 0x000009F2
,
BenefitChannel.Fighter_StalwartDefender_Strength_2 = 0x000009F3
,
BenefitChannel.Fighter_BlockAndCut = 0x000009F4
,
BenefitChannel.Fighter_ThreateningCountenance = 0x000009F5
,
BenefitChannel.Fighter_Counterattack = 0x000009F6
,
BenefitChannel.Fighter_StalwartDefender_Constitution_1 = 0x000009F7
,
BenefitChannel.Fighter_StalwartDefender_Constitution_2 = 0x000009F8
,
BenefitChannel.Fighter_ShieldMastery = 0x000009F9
,
BenefitChannel.Fighter_DefenseBoost = 0x000009FA
,
BenefitChannel.Fighter_ShieldExpertise = 0x000009FB
,
BenefitChannel.Fighter_InstinctiveDefense = 0x000009FC
,
BenefitChannel.Fighter_ReinforcedDefense_A = 0x000009FD
,
BenefitChannel.Fighter_ReinforcedDefense_B = 0x000009FE
,
BenefitChannel.Fighter_ImprovedStalwartDefense_A = 0x000009FF
,
BenefitChannel.Fighter_ImprovedStalwartDefense_B = 0x00000A00
,
BenefitChannel.Fighter_GreaterStalwartDefense_A = 0x00000A01
,
BenefitChannel.Fighter_ImprovedStalwartDefense_C = 0x00000A02
,
BenefitChannel.Fighter_GreaterStalwartDefense_B = 0x00000A03
,
BenefitChannel.Fighter_GreaterStalwartDefense_C = 0x00000A04
,
BenefitChannel.Wizard_Archmage_SpellMastery_3 = 0x00000A05
,
BenefitChannel.Wizard_Archmage_Intelligence_1 = 0x00000A06
,
BenefitChannel.Wizard_Archmage_Intelligence_2 = 0x00000A07
,
BenefitChannel.Sorcerer_EarthSavant_SecondSpellLike = 0x00000A70
,
BenefitChannel.Sorcerer_EarthSavant_FirstSpellLike = 0x00000A71
,
BenefitChannel.Sorcerer_EarthSavant_SecondaryAbility_2 = 0x00000A72
,
BenefitChannel.Sorcerer_EarthSavant_Nuking = 0x00000A73
,
BenefitChannel.Sorcerer_EarthSavant_Innate_3 = 0x00000A74
,
BenefitChannel.Sorcerer_WaterSavant_ElementalAffinity = 0x00000A75
,
BenefitChannel.Sorcerer_WaterSavant_Innate_1 = 0x00000A76
,
BenefitChannel.Sorcerer_FireSavant_SecondaryAbility_2 = 0x00000A77
,
BenefitChannel.Sorcerer_FireSavant_MainAbility_2 = 0x00000A78
,
BenefitChannel.Sorcerer_FireSavant_PierceResistance = 0x00000A79
,
BenefitChannel.Sorcerer_FireSavant_Innate_6 = 0x00000A7A
,
BenefitChannel.Sorcerer_AirSavant_Resistance = 0x00000A7B
,
BenefitChannel.Sorcerer_EarthSavant_Innate_4 = 0x00000A7C
,
BenefitChannel.Sorcerer_WaterSavant_Innate_2 = 0x00000A7D
,
BenefitChannel.Sorcerer_AirSavant_Innate_1 = 0x00000A7E
,
BenefitChannel.Sorcerer_EarthSavant_Innate_5 = 0x00000A7F
,
BenefitChannel.Sorcerer_WaterSavant_EvocationFocus = 0x00000A80
,
BenefitChannel.Sorcerer_WaterSavant_Innate_3 = 0x00000A81
,
BenefitChannel.Sorcerer_FireSavant_ImprovedNuking = 0x00000A82
,
BenefitChannel.Sorcerer_AirSavant_ElementalAffinity = 0x00000A83
,
BenefitChannel.Sorcerer_AirSavant_Innate_2 = 0x00000A84
,
BenefitChannel.Sorcerer_EarthSavant_Innate_6 = 0x00000A85
,
BenefitChannel.Sorcerer_WaterSavant_Innate_4 = 0x00000A86
,
BenefitChannel.Sorcerer_FireSavant_ThirdSpellLike = 0x00000A87
,
BenefitChannel.Sorcerer_AirSavant_ElementalPower = 0x00000A88
,
BenefitChannel.Sorcerer_AirSavant_PierceResistance = 0x00000A89
,
BenefitChannel.Sorcerer_AirSavant_Innate_3 = 0x00000A8A
,
BenefitChannel.Sorcerer_EarthSavant_EvocationFocus = 0x00000A8B
,
BenefitChannel.Sorcerer_EarthSavant_MainAbility_1 = 0x00000A8C
,
BenefitChannel.Sorcerer_WaterSavant_Skill = 0x00000A8D
,
BenefitChannel.Sorcerer_WaterSavant_Innate_5 = 0x00000A8E
,
BenefitChannel.Sorcerer_FireSavant_ElementalPower = 0x00000A8F
,
BenefitChannel.Sorcerer_FireSavant_Skill = 0x00000A90
,
BenefitChannel.Sorcerer_AirSavant_EvocationFocus = 0x00000A91
,
BenefitChannel.Sorcerer_AirSavant_Innate_4 = 0x00000A92
,
BenefitChannel.Sorcerer_EarthSavant_MainAbility_2 = 0x00000A93
,
BenefitChannel.Sorcerer_WaterSavant_Resistance = 0x00000A94
,
BenefitChannel.Sorcerer_WaterSavant_Innate_6 = 0x00000A95
,
BenefitChannel.Sorcerer_AirSavant_Innate_5 = 0x00000A96
,
BenefitChannel.Sorcerer_EarthSavant_ThirdSpellLike = 0x00000A97
,
BenefitChannel.Sorcerer_EarthSavant_ImprovedNuking = 0x00000A98
,
BenefitChannel.Sorcerer_WaterSavant_AwakenWeakness = 0x00000A99
,
BenefitChannel.Sorcerer_AirSavant_Innate_6 = 0x00000A9A
,
BenefitChannel.Sorcerer_EarthSavant_ElementalAffinity = 0x00000A9B
,
BenefitChannel.Sorcerer_EarthSavant_SpellCrit_1 = 0x00000A9C
,
BenefitChannel.Sorcerer_EarthSavant_SpellCrit_2 = 0x00000A9D
,
BenefitChannel.Sorcerer_WaterSavant_PierceResistance = 0x00000A9E
,
BenefitChannel.Sorcerer_AirSavant_SpellCrit_1 = 0x00000A9F
,
BenefitChannel.Sorcerer_EarthSavant_SpellCrit_3 = 0x00000AA0
,
BenefitChannel.Sorcerer_FireSavant_EvocationFocus = 0x00000AA1
,
BenefitChannel.Sorcerer_FireSavant_SpellCrit_1 = 0x00000AA2
,
BenefitChannel.Sorcerer_AirSavant_SecondSpellLike = 0x00000AA3
,
BenefitChannel.Sorcerer_AirSavant_SpellCrit_2 = 0x00000AA4
,
BenefitChannel.Sorcerer_EarthSavant_AwakenWeakness = 0x00000AA5
,
BenefitChannel.Sorcerer_EarthSavant_SpellCrit_4 = 0x00000AA6
,
BenefitChannel.Sorcerer_WaterSavant_FirstSpellLike = 0x00000AA7
,
BenefitChannel.Sorcerer_FireSavant_SpellPenetration = 0x00000AA8
,
BenefitChannel.Sorcerer_FireSavant_SpellCrit_2 = 0x00000AA9
,
BenefitChannel.Sorcerer_AirSavant_ThirdSpellLike = 0x00000AAA
,
BenefitChannel.Sorcerer_AirSavant_SpellCrit_3 = 0x00000AAB
,
BenefitChannel.Sorcerer_EarthSavant_PierceResistance = 0x00000AAC
,
BenefitChannel.Sorcerer_FireSavant_SecondSpellLike = 0x00000AAD
,
BenefitChannel.Sorcerer_FireSavant_SpellCrit_3 = 0x00000AAE
,
BenefitChannel.Sorcerer_AirSavant_SpellCrit_4 = 0x00000AAF
,
BenefitChannel.Sorcerer_EarthSavant_SpellPenetration = 0x00000AB0
,
BenefitChannel.Sorcerer_WaterSavant_ThirdSpellLike = 0x00000AB1
,
BenefitChannel.Sorcerer_WaterSavant_SpellPenetration = 0x00000AB2
,
BenefitChannel.Sorcerer_FireSavant_SpellCrit_4 = 0x00000AB3
,
BenefitChannel.Sorcerer_AirSavant_AwakenWeakness = 0x00000AB4
,
BenefitChannel.Sorcerer_AirSavant_ImprovedNuking = 0x00000AB5
,
BenefitChannel.Sorcerer_WaterSavant_ImprovedNuking = 0x00000AB6
,
BenefitChannel.Sorcerer_FireSavant_Resistance = 0x00000AB7
,
BenefitChannel.Sorcerer_WaterSavant_MainAbility_1 = 0x00000AB8
,
BenefitChannel.Sorcerer_WaterSavant_SpellCrit_1 = 0x00000AB9
,
BenefitChannel.Sorcerer_FireSavant_Nuking = 0x00000ABA
,
BenefitChannel.Sorcerer_AirSavant_SecondaryAbility_1 = 0x00000ABB
,
BenefitChannel.Sorcerer_EarthSavant_ElementalPower = 0x00000ABC
,
BenefitChannel.Sorcerer_WaterSavant_MainAbility_2 = 0x00000ABD
,
BenefitChannel.Sorcerer_WaterSavant_SpellCrit_2 = 0x00000ABE
,
BenefitChannel.Sorcerer_FireSavant_ElementalAffinity = 0x00000ABF
,
BenefitChannel.Sorcerer_FireSavant_FirstSpellLike = 0x00000AC0
,
BenefitChannel.Sorcerer_AirSavant_SecondaryAbility_2 = 0x00000AC1
,
BenefitChannel.Sorcerer_AirSavant_Nuking = 0x00000AC2
,
BenefitChannel.Sorcerer_EarthSavant_Skill = 0x00000AC3
,
BenefitChannel.Sorcerer_WaterSavant_SecondaryAbility_1 = 0x00000AC4
,
BenefitChannel.Sorcerer_WaterSavant_SpellCrit_3 = 0x00000AC5
,
BenefitChannel.Sorcerer_AirSavant_MainAbility_1 = 0x00000AC6
,
BenefitChannel.Sorcerer_AirSavant_SpellPenetration = 0x00000AC7
,
BenefitChannel.Sorcerer_WaterSavant_ElementalPower = 0x00000AC8
,
BenefitChannel.Sorcerer_WaterSavant_SecondaryAbility_2 = 0x00000AC9
,
BenefitChannel.Sorcerer_WaterSavant_SpellCrit_4 = 0x00000ACA
,
BenefitChannel.Sorcerer_FireSavant_Innate_1 = 0x00000ACB
,
BenefitChannel.Sorcerer_AirSavant_MainAbility_2 = 0x00000ACC
,
BenefitChannel.Sorcerer_EarthSavant_Resistance = 0x00000ACD
,
BenefitChannel.Sorcerer_FireSavant_Innate_2 = 0x00000ACE
,
BenefitChannel.Sorcerer_FireSavant_Innate_3 = 0x00000ACF
,
BenefitChannel.Sorcerer_EarthSavant_Innate_1 = 0x00000AD0
,
BenefitChannel.Sorcerer_WaterSavant_Nuking = 0x00000AD1
,
BenefitChannel.Sorcerer_FireSavant_AwakenWeakness = 0x00000AD2
,
BenefitChannel.Sorcerer_FireSavant_Innate_4 = 0x00000AD3
,
BenefitChannel.Sorcerer_AirSavant_Skill = 0x00000AD4
,
BenefitChannel.Sorcerer_EarthSavant_SecondaryAbility_1 = 0x00000AD5
,
BenefitChannel.Sorcerer_EarthSavant_Innate_2 = 0x00000AD6
,
BenefitChannel.Sorcerer_WaterSavant_SecondSpellLike = 0x00000AD7
,
BenefitChannel.Sorcerer_FireSavant_SecondaryAbility_1 = 0x00000AD8
,
BenefitChannel.Sorcerer_FireSavant_MainAbility_1 = 0x00000AD9
,
BenefitChannel.Sorcerer_FireSavant_Innate_5 = 0x00000ADA
,
BenefitChannel.Sorcerer_AirSavant_FirstSpellLike = 0x00000ADB
,
BenefitChannel.Paladin_ImprovedTurning = 0x00000ADC
,
BenefitChannel.Paladin_ActionBoostAttack = 0x00000ADD
,
BenefitChannel.Paladin_ActionBoostDamage = 0x00000ADE
,
BenefitChannel.Paladin_KotC_Charisma_1 = 0x00000ADF
,
BenefitChannel.Paladin_KotC_Charisma_2 = 0x00000AE0
,
BenefitChannel.Paladin_KotC_Strength_1 = 0x00000AE1
,
BenefitChannel.Paladin_KotC_Strength_2 = 0x00000AE2
,
BenefitChannel.Paladin_ExaltedSmite_4 = 0x00000AE3
,
BenefitChannel.Paladin_ExaltedSmite_1 = 0x00000AE4
,
BenefitChannel.Paladin_ExaltedSmite_2 = 0x00000AE5
,
BenefitChannel.Paladin_ExaltedSmite_3 = 0x00000AE6
,
BenefitChannel.Paladin_CensureOutsiders = 0x00000AE7
,
BenefitChannel.Paladin_CensureDemons = 0x00000AE8
,
BenefitChannel.Paladin_SealedLife = 0x00000AE9
,
BenefitChannel.Benefit_Bard_SpellSongVigor = 0x00000AEA
,
BenefitChannel.Benefit_Bard_MusicoftheSewers = 0x00000AEB
,
BenefitChannel.Benefit_Bard_HauntingMelody = 0x00000AEC
,
BenefitChannel.Benefit_Bard_MusicoftheMakers = 0x00000AED
,
BenefitChannel.Benefit_Bard_AdvancedMusicalStudies = 0x00000AEE
,
BenefitChannel.Benefit_Bard_MusicalStudies = 0x00000AEF
,
BenefitChannel.Benefit_Bard_RacousRefrain = 0x00000AF0
,
BenefitChannel.Benefit_Bard_MusicoftheDead = 0x00000AF1
,
BenefitChannel.Benefit_Bard_Prodigy = 0x00000AF2
,
BenefitChannel.Benefit_Bard_AdvancedMagicalStudies = 0x00000AF3
,
BenefitChannel.Benefit_Bard_SustainingSong = 0x00000AF4
,
BenefitChannel.Benefit_Bard_ArcaneAid = 0x00000AF5
,
BenefitChannel.Benefit_Bard_SpellSongTrance = 0x00000AF6
,
BenefitChannel.Benefit_Bard_InspiredFlicker = 0x00000AF7
,
BenefitChannel.Benefit_Bard_Flicker = 0x00000AF8
,
BenefitChannel.Benefit_Bard_RevivingVerse = 0x00000AF9
,
BenefitChannel.Benefit_Bard_WandHeightening = 0x00000AFA
,
BenefitChannel.Benefit_Bard_LingeringSongs = 0x00000AFB
,
BenefitChannel.Benefit_Bard_MagicalStudies = 0x00000AFC
,
BenefitChannel.Benefit_Bard_Frolic = 0x00000AFD
,
BenefitChannel.Benefit_Bard_SongofArcaneMight = 0x00000AFE
,
BenefitChannel.Paladin_PositiveEnergyAmplification_1_A = 0x00000AFF
,
BenefitChannel.Paladin_PositiveEnergyAmplification_1_B = 0x00000B00
,
BenefitChannel.Paladin_PositiveEnergyAmplification_1_C = 0x00000B01
,
BenefitChannel.Paladin_Passion = 0x00000B02
,
BenefitChannel.Paladin_KotC_2 = 0x00000B03
,
BenefitChannel.Paladin_KotC_3 = 0x00000B04
,
BenefitChannel.Paladin_KotC_4 = 0x00000B05
,
BenefitChannel.Paladin_KotC_5 = 0x00000B06
,
BenefitChannel.Paladin_KotC_6 = 0x00000B07
,
BenefitChannel.Paladin_KotC_1 = 0x00000B08
,
BenefitChannel.Rogue_DisableConstruct = 0x00000B09
,
BenefitChannel.Artificer_BattleEngineer_Innate_1 = 0x00000B0A
,
BenefitChannel.Artificer_BattleEngineer_Innate_2 = 0x00000B0B
,
BenefitChannel.Artificer_BattleEngineer_Innate_3 = 0x00000B0C
,
BenefitChannel.Artificer_BattleEngineer_Innate_4 = 0x00000B0D
,
BenefitChannel.Artificer_BattleEngineer_Innate_5 = 0x00000B0E
,
BenefitChannel.Artificer_BattleEngineer_Innate_6 = 0x00000B0F
,
BenefitChannel.Artificer_BattleEngineer_TacticalMobility = 0x00000B10
,
BenefitChannel.Artificer_BattleEngineer_ThermalVenting = 0x00000B11
,
BenefitChannel.Artificer_BattleEngineer_Strength_1 = 0x00000B12
,
BenefitChannel.Artificer_BattleEngineer_Strength_2 = 0x00000B13
,
BenefitChannel.Artificer_BattleEngineer_AttackBoost = 0x00000B14
,
BenefitChannel.Artificer_BattleEngineer_CrossbowTraining_1 = 0x00000B15
,
BenefitChannel.Artificer_BattleEngineer_CrossbowTraining_2 = 0x00000B16
,
BenefitChannel.Artificer_BattleEngineer_DamageBoost = 0x00000B17
,
BenefitChannel.Artificer_BattleEngineer_CrossbowTraining_3 = 0x00000B18
,
BenefitChannel.Artificer_BattleEngineer_GreaterMagicWeapon = 0x00000B19
,
BenefitChannel.Artificer_BattleEngineer_CrossbowTraining_4 = 0x00000B1A
,
BenefitChannel.Artificer_BattleEngineer_ItemDefense = 0x00000B1B
,
BenefitChannel.Artificer_BattleEngineer_ArcaneCapacitor_1 = 0x00000B1C
,
BenefitChannel.Artificer_BattleEngineer_ArcaneCapacitor_2 = 0x00000B1D
,
BenefitChannel.Artificer_BattleEngineer_FieldEngineer = 0x00000B1E
,
BenefitChannel.Artificer_BattleEngineer_ExtraActionBoost = 0x00000B1F
,
BenefitChannel.Artificer_BattleEngineer_WrackConstruct = 0x00000B20
,
BenefitChannel.Artificer_BattleEngineer_ThaumaturgicalConduits = 0x00000B21
,
BenefitChannel.Artificer_BattleEngineer_EndlessFusilade = 0x00000B22
,
BenefitChannel.Artificer_BattleEngineer_Intelligence_1 = 0x00000B23
,
BenefitChannel.Artificer_BattleEngineer_Intelligence_2 = 0x00000B24
,
BenefitChannel.Artificer_BattleEngineer_Dexterity_1 = 0x00000B25
,
BenefitChannel.Artificer_BattleEngineer_HasteBoost = 0x00000B26
,
BenefitChannel.Artificer_BattleEngineer_Dexterity_2 = 0x00000B27
,
BenefitChannel.Artificer_BattleEngineer_DisableConstruct = 0x00000B28
,
BenefitChannel.Artificer_BattleEngineer_HandAndAHalfTraining_1 = 0x00000B29
,
BenefitChannel.Artificer_BattleEngineer_HandAndAHalfTraining_2 = 0x00000B2A
,
BenefitChannel.Artificer_BattleEngineer_Overcharge_1 = 0x00000B2B
,
BenefitChannel.Artificer_BattleEngineer_HandAndAHalfTraining_3 = 0x00000B2C
,
BenefitChannel.Artificer_BattleEngineer_Overcharge_2 = 0x00000B2D
,
BenefitChannel.Artificer_BattleEngineer_HandAndAHalfTraining_4 = 0x00000B2E
,
BenefitChannel.Paladin_SacredDefender_Charisma_1 = 0x00000B2F
,
BenefitChannel.Paladin_SacredDefender_Charisma_2 = 0x00000B30
,
BenefitChannel.Paladin_ShieldMastery = 0x00000B31
,
BenefitChannel.Paladin_ArmorMastery = 0x00000B32
,
BenefitChannel.Paladin_GreaterSacredDefense_A = 0x00000B33
,
BenefitChannel.Paladin_GreaterSacredDefense_B = 0x00000B34
,
BenefitChannel.Paladin_GreaterSacredDefense_C = 0x00000B35
,
BenefitChannel.Paladin_ImprovedSacredDefense_A = 0x00000B36
,
BenefitChannel.Paladin_ImprovedSacredDefense_B = 0x00000B37
,
BenefitChannel.Paladin_InstinctiveDefense = 0x00000B38
,
BenefitChannel.Paladin_ImprovedSacredDefense_C = 0x00000B39
,
BenefitChannel.Paladin_SacredDefender_Constitution_1 = 0x00000B3A
,
BenefitChannel.Paladin_SacredDefender_Constitution_2 = 0x00000B3B
,
BenefitChannel.Paladin_ItemDefense = 0x00000B3C
,
BenefitChannel.Paladin_DefenseBoost = 0x00000B3D
,
BenefitChannel.Paladin_SwiftDefense = 0x00000B3E
,
BenefitChannel.Paladin_ReinforcedDefenses_A = 0x00000B3F
,
BenefitChannel.Paladin_ReinforcedDefenses_B = 0x00000B40
,
BenefitChannel.Artificer_Arcanotechnician_EnergyOfCreation = 0x00000B41
,
BenefitChannel.Artificer_Arcanotechnician_Innate_6 = 0x00000B42
,
BenefitChannel.Artificer_Arcanotechnician_EffigyMaster = 0x00000B43
,
BenefitChannel.Artificer_Arcanotechnician_Intelligence_1 = 0x00000B44
,
BenefitChannel.Artificer_Arcanotechnician_LightningSphere = 0x00000B45
,
BenefitChannel.Artificer_Arcanotechnician_Intelligence_2 = 0x00000B46
,
BenefitChannel.Artificer_Arcanotechnician_SpellCritical_1 = 0x00000B47
,
BenefitChannel.Artificer_Arcanotechnician_WandHeightening = 0x00000B48
,
BenefitChannel.Artificer_Arcanotechnician_SpellCritical_2 = 0x00000B49
,
BenefitChannel.Artificer_Arcanotechnician_SpellCritical_3 = 0x00000B4A
,
BenefitChannel.Artificer_Arcanotechnician_WandAndScrollMastery = 0x00000B4B
,
BenefitChannel.Artificer_Arcanotechnician_SpellCritical_4 = 0x00000B4C
,
BenefitChannel.Artificer_Arcanotechnician_RepairSystems = 0x00000B4D
,
BenefitChannel.Artificer_Arcanotechnician_BlastRod = 0x00000B4E
,
BenefitChannel.Artificer_Arcanotechnician_StaticShock = 0x00000B4F
,
BenefitChannel.Artificer_Arcanotechnician_EvocationFocus = 0x00000B50
,
BenefitChannel.Artificer_Arcanotechnician_UncaringMaster = 0x00000B51
,
BenefitChannel.Artificer_Arcanotechnician_Innate_1 = 0x00000B52
,
BenefitChannel.Artificer_Arcanotechnician_Innate_2 = 0x00000B53
,
BenefitChannel.Artificer_Arcanotechnician_ImbuedDefender = 0x00000B54
,
BenefitChannel.Artificer_Arcanotechnician_Innate_3 = 0x00000B55
,
BenefitChannel.Artificer_Arcanotechnician_ArcaneManifold = 0x00000B56
,
BenefitChannel.Artificer_Arcanotechnician_Innate_4 = 0x00000B57
,
BenefitChannel.Artificer_Arcanotechnician_Innate_5 = 0x00000B58
,
BenefitChannel.Paladin_SpellshieldAura = 0x00000B59
,
BenefitChannel.Paladin_ExtraLayOnHands = 0x00000B5A
,
BenefitChannel.Paladin_ResistanceAura = 0x00000B5B
,
BenefitChannel.Paladin_BulwarkAura = 0x00000B5C
,
BenefitChannel.Paladin_RegenerativeAura = 0x00000B5D
,
BenefitChannel.Paladin_SavesBoost = 0x00000B5E
,
BenefitChannel.Paladin_SacredDefender_1 = 0x00000B5F
,
BenefitChannel.Paladin_SacredDefender_2 = 0x00000B60
,
BenefitChannel.Paladin_SacredDefender_3 = 0x00000B61
,
BenefitChannel.Paladin_SacredDefender_4 = 0x00000B62
,
BenefitChannel.Paladin_SacredDefender_5 = 0x00000B63
,
BenefitChannel.Paladin_SacredDefender_6 = 0x00000B64
,
BenefitChannel.Paladin_DefensiveSmiting = 0x00000B65
,
BenefitChannel.FavoredSoul_AngelOfVengeance_Animus = 0x00000B66
,
BenefitChannel.FavoredSoul_AngelOfVengeance_Heighten = 0x00000B67
,
BenefitChannel.FavoredSoul_AngelOfVengeance_Innate_6_SF = 0x00000B68
,
BenefitChannel.FavoredSoul_AngelOfVengeance_Innate_6_SH = 0x00000B6A
,
BenefitChannel.FavoredSoul_AngelOfVengeance_IntenseFaith = 0x00000B6B
,
BenefitChannel.FavoredSoul_AngelOfVengeance_ArticlesOfFaith = 0x00000B6C
,
BenefitChannel.FavoredSoul_AngelOfVengeance_Quicken_A = 0x00000B6D
,
BenefitChannel.FavoredSoul_AngelOfVengeance_CrownOfRetribution = 0x00000B6E
,
BenefitChannel.FavoredSoul_AngelOfVengeance_Quicken_B = 0x00000B6F
,
BenefitChannel.FavoredSoul_AngelOfVengeance_WandAndScrollMastery = 0x00000B70
,
BenefitChannel.FavoredSoul_AngelOfVengeance_SpellPowerBoost = 0x00000B71
,
BenefitChannel.FavoredSoul_AngelOfVengeance_AngelicResistance = 0x00000B72
,
BenefitChannel.FavoredSoul_AngelOfVengeance_Enlarge_A = 0x00000B73
,
BenefitChannel.FavoredSoul_AngelOfVengeance_Innate_1 = 0x00000B74
,
BenefitChannel.FavoredSoul_AngelOfVengeance_EvocationFocus = 0x00000B75
,
BenefitChannel.FavoredSoul_AngelOfVengeance_Enlarge_B = 0x00000B76
,
BenefitChannel.FavoredSoul_AngelOfVengeance_Maximize_A = 0x00000B77
,
BenefitChannel.FavoredSoul_AngelOfVengeance_Innate_2 = 0x00000B79
,
BenefitChannel.FavoredSoul_AngelOfVengeance_Inquisition = 0x00000B7A
,
BenefitChannel.FavoredSoul_AngelOfVengeance_Maximize_B = 0x00000B7B
,
BenefitChannel.FavoredSoul_AngelOfVengeance_Innate_6_UD = 0x00000B7C
,
BenefitChannel.FavoredSoul_AngelOfVengeance_Innate_3 = 0x00000B7D
,
BenefitChannel.FavoredSoul_AngelOfVengeance_Innate_4 = 0x00000B7E
,
BenefitChannel.FavoredSoul_AngelOfVengeance_ZealousFaith = 0x00000B7F
,
BenefitChannel.FavoredSoul_AngelOfVengeance_Innate_5 = 0x00000B80
,
BenefitChannel.FavoredSoul_AngelOfVengeance_MainAbility_1 = 0x00000B81
,
BenefitChannel.FavoredSoul_AngelOfVengeance_SpellCrit_1 = 0x00000B82
,
BenefitChannel.FavoredSoul_AngelOfVengeance_MainAbility_2 = 0x00000B83
,
BenefitChannel.FavoredSoul_AngelOfVengeance_SpellCrit_2 = 0x00000B84
,
BenefitChannel.FavoredSoul_AngelOfVengeance_Innate_6_V = 0x00000B85
,
BenefitChannel.FavoredSoul_AngelOfVengeance_SecondaryAbility_1 = 0x00000B86
,
BenefitChannel.FavoredSoul_AngelOfVengeance_SpellCrit_3 = 0x00000B87
,
BenefitChannel.FavoredSoul_AngelOfVengeance_Innate_6_LOB = 0x00000B88
,
BenefitChannel.FavoredSoul_AngelOfVengeance_SecondaryAbility_2 = 0x00000B89
,
BenefitChannel.FavoredSoul_AngelOfVengeance_SpellCrit_4 = 0x00000B8A
,
BenefitChannel.FavoredSoul_AngelOfVengeance_Empower_A = 0x00000B8B
,
BenefitChannel.FavoredSoul_AngelOfVengeance_UnstoppableMagic = 0x00000B8C
,
BenefitChannel.FavoredSoul_AngelOfVengeance_Empower_B = 0x00000B8D
,
BenefitChannel.FavoredSoul_AngelOfVengeance_SpellPenetration = 0x00000B8E
,
BenefitChannel.Benefit_Druid_ActionBoost_DoubleStrike = 0x00000B8F
,
BenefitChannel.Benefit_Druid_NaturesWarriorStrength = 0x00000B90
,
BenefitChannel.Benefit_Druid_Fight = 0x00000B91
,
BenefitChannel.Benefit_Druid_AlphaStrike = 0x00000B92
,
BenefitChannel.Benefit_Druid_NaturalAdept = 0x00000B93
,
BenefitChannel.Benefit_Druid_ImprovedDodge = 0x00000B94
,
BenefitChannel.Benefit_Druid_FourLegsGood = 0x00000B95
,
BenefitChannel.Benefit_Druid_InstinctiveFighting = 0x00000B96
,
BenefitChannel.Benefit_Druid_Athletic = 0x00000B97
,
BenefitChannel.Benefit_Druid_NaturesWarriorWisdom = 0x00000B98
,
BenefitChannel.Benefit_Druid_InnateHitPoints = 0x00000B99
,
BenefitChannel.Benefit_Druid_Flight = 0x00000B9A
,
BenefitChannel.Benefit_Druid_ExtraWildEmpathy = 0x00000B9B
,
BenefitChannel.Benefit_Druid_NewBestialNature = 0x00000B9C
,
BenefitChannel.Benefit_Druid_EssenceoftheShrikeNew = 0x00000B9D
,
BenefitChannel.Benefit_Druid_EssenceoftheTurtleNew = 0x00000B9E
,
BenefitChannel.FavoredSoul_AngelOfVengeance_Scourge = 0x00000B9F
,
BenefitChannel.FavoredSoul_AngelOfVengeance_JustReward = 0x00000BA0
,
BenefitChannel.Benefit_Druid_CreepingCold = 0x00000BA1
,
BenefitChannel.Benefit_Druid_WandandScrollMastery = 0x00000BA2
,
BenefitChannel.Benefit_Druid_CasterLevelSelected = 0x00000BA3
,
BenefitChannel.Benefit_Druid_CasterLevelInnateOne = 0x00000BA4
,
BenefitChannel.Benefit_Druid_Seasoned = 0x00000BA5
,
BenefitChannel.Benefit_Druid_EfficientMetamagic_Maximize = 0x00000BA6
,
BenefitChannel.Benefit_Druid_EfficientMetamagic_Empower = 0x00000BA7
,
BenefitChannel.Benefit_Druid_Wisdom_SeasonsHerald_1 = 0x00000BA8
,
BenefitChannel.Benefit_Druid_Wisdom_SeasonsHerald_2 = 0x00000BA9
,
BenefitChannel.Benefit_Druid_Hierophant = 0x00000BAA
,
BenefitChannel.Benefit_Druid_StormofVengeance = 0x00000BAB
,
BenefitChannel.Benefit_Druid_Wisdom_SeasonsHerald_3 = 0x00000BAC
,
BenefitChannel.Benefit_Druid_MaxCasterLevelInnateTwo = 0x00000BAD
,
BenefitChannel.Benefit_Druid_EfficientMetamagic_Quicken = 0x00000BAE
,
BenefitChannel.Benefit_Druid_SeasonsGreetings_Winter = 0x00000BAF
,
BenefitChannel.Benefit_Druid_WandHeighten = 0x00000BB0
,
BenefitChannel.Benefit_Druid_MaxCasterLevelInnateOne = 0x00000BB1
,
BenefitChannel.Benefit_Druid_EfficientMetamagic_Heighten = 0x00000BB2
,
BenefitChannel.Benefit_Druid_ActionBoost_Spellpower = 0x00000BB3
,
BenefitChannel.Benefit_Druid_CallLightning = 0x00000BB4
,
BenefitChannel.Benefit_Druid_Sunburst = 0x00000BB5
,
BenefitChannel.Benefit_Druid_EfficientMetamagic_Enlarge = 0x00000BB6
,
BenefitChannel.Benefit_Druid_Negotiator = 0x00000BB7
,
BenefitChannel.Benefit_Druid_ProduceFlame = 0x00000BB8
,
BenefitChannel.Benefit_Druid_FairieFire = 0x00000BB9
,
BenefitChannel.Benefit_Druid_CasterLevelInnateTwo = 0x00000BBA
,
BenefitChannel.Benefit_Druid_SeasonsHeraldSkills = 0x00000BBB
,
BenefitChannel.Benefit_Druid_WordofBalance = 0x00000BBC
,
BenefitChannel.Benefit_Druid_MaxCasterLevelSelected = 0x00000BBD
,
BenefitChannel.Benefit_Druid_WaxandWane = 0x00000BBE
,
BenefitChannel.Benefit_Druid_SeasonsGreetings_Summer = 0x00000BBF
,
BenefitChannel.enh_bladeforged_adamantinedurability = 0x00000BC0
,
BenefitChannel.enh_bladeforged_constructhardiness_1 = 0x00000BC1
,
BenefitChannel.enh_bladeforged_constructthinking_1 = 0x00000BC2
,
BenefitChannel.enh_bladeforged_constructhardiness_2 = 0x00000BC3
,
BenefitChannel.enh_bladeforged_preunlock_juggernaut = 0x00000BC4
,
BenefitChannel.enh_bladeforged_twohandedprocs = 0x00000BC5
,
BenefitChannel.enh_bladeforged_constructthinking_2 = 0x00000BC6
,
BenefitChannel.enh_bladeforged_powerattack = 0x00000BC7
,
BenefitChannel.enh_bladeforged_improvedfortification_1 = 0x00000BC8
,
BenefitChannel.enh_bladeforged_bladeforgedtactics = 0x00000BC9
,
BenefitChannel.enh_bladeforged_constructtoughness_1 = 0x00000BCA
,
BenefitChannel.enh_bladeforged_improvedfortification_2 = 0x00000BCB
,
BenefitChannel.enh_bladeforged_constructtoughness_2 = 0x00000BCC
,
BenefitChannel.enh_bladeforged_improvedfortification_3 = 0x00000BCD
,
BenefitChannel.enh_bladeforged_con_1 = 0x00000BCE
,
BenefitChannel.enh_bladeforged_constructtoughness_3 = 0x00000BCF
,
BenefitChannel.enh_bladeforged_brutefighting = 0x00000BD0
,
BenefitChannel.enh_bladeforged_con_2 = 0x00000BD1
,
BenefitChannel.enh_bladeforged_bladeforgedresolve = 0x00000BD2
,
BenefitChannel.enh_bladeforged_constructtoughness_4 = 0x00000BD3
,
BenefitChannel.enh_bladeforged_mechanist = 0x00000BD4
,
BenefitChannel.enh_bladeforged_healersfriend = 0x00000BD5
,
BenefitChannel.enh_bladeforged_filtrationsystems = 0x00000BD6
,
BenefitChannel.enh_bladeforged_inscribedarmor = 0x00000BD7
,
BenefitChannel.enh_bladeforged_weaponattachment = 0x00000BD8
,
BenefitChannel.enh_bladeforged_mithralfluidity = 0x00000BD9
,
BenefitChannel.enh_bladeforged_improveddamagereduction = 0x00000BDA
,
BenefitChannel.Benefit_Warding = 0x00000BDB
,
BenefitChannel.Benefit_Scribing = 0x00000BDC
,
BenefitChannel.Benefit_Flashy = 0x00000BDD
,
BenefitChannel.Benefit_Handling = 0x00000BDE
,
BenefitChannel.Benefit_Sentinel = 0x00000BDF
,
BenefitChannel.Benefit_Cleric_Blur = 0x00000BE0
,
BenefitChannel.Benefit_Cleric_Protector = 0x00000BE1
,
BenefitChannel.Benefit_Cleric_MaximizeAlpha = 0x00000BE2
,
BenefitChannel.Benefit_Cleric_UltimateSanctuary = 0x00000BE3
,
BenefitChannel.Benefit_Cleric_QuickenAlpha = 0x00000BE4
,
BenefitChannel.Benefit_Cleric_Protection = 0x00000BE5
,
BenefitChannel.Benefit_Cleric_Trapfinding = 0x00000BE7
,
BenefitChannel.Benefit_Cleric_Prayer = 0x00000BE8
,
BenefitChannel.Benefit_Cleric_Toughness = 0x00000BEA
,
BenefitChannel.Benefit_Cleric_Cautious = 0x00000BEB
,
BenefitChannel.Benefit_Cleric_GrantEnergyResistance = 0x00000BEC
,
BenefitChannel.Benefit_Cleric_ShieldOther = 0x00000BED
,
BenefitChannel.Benefit_Cleric_SacredTouch = 0x00000BEE
,
BenefitChannel.Benefit_Cleric_ArcaneEncumbrance = 0x00000BEF
,
BenefitChannel.Benefit_Cleric_Heroism = 0x00000BF0
,
BenefitChannel.Benefit_Cleric_EnhancedSanctuary = 0x00000BF1
,
BenefitChannel.Benefit_Cleric_EnlargeAlpha = 0x00000BF2
,
BenefitChannel.Benefit_Cleric_StalwartPact = 0x00000BF3
,
BenefitChannel.Benefit_Cleric_CloseWounds = 0x00000BF4
,
BenefitChannel.Benefit_Cleric_Sanctuary = 0x00000BF5
,
BenefitChannel.Benefit_Cleric_EmpowerAlpha = 0x00000BF6
,
BenefitChannel.Benefit_Cleric_Awareness = 0x00000BF7
,
BenefitChannel.Benefit_Cleric_Alert = 0x00000BF8
,
BenefitChannel.Benefit_Cleric_Command = 0x00000BF9
,
BenefitChannel.Benefit_Cleric_EnergyResistance = 0x00000BFA
,
BenefitChannel.Benefit_Cleric_Armored = 0x00000BFB
,
BenefitChannel.Benefit_Cleric_DeathPact = 0x00000BFC
,
BenefitChannel.Benefit_Cleric_HeightenAlpha = 0x00000BFD
,
BenefitChannel.Benefit_Cleric_LightGuard = 0x00000BFE
,
BenefitChannel.Benefit_Cleric_GrantLightGuard = 0x00000BFF
,
BenefitChannel.Benefit_Cleric_GrantArmor = 0x00000C00
,
BenefitChannel.Benefit_ClericProtection_Wisdom = 0x00000C01
,
BenefitChannel.Benefit_ClericProtection_Charisma = 0x00000C02
,
BenefitChannel.Benefit_Cleric_RegenerativeShielding = 0x00000C03
,
BenefitChannel.Paladin_ImprovedRestoration = 0x00000C04
,
BenefitChannel.Enh_HalfOrc_BrutalSpellcasting = 0x00000C05
,
BenefitChannel.Enh_Human_ActionSurge_Wis = 0x00000C08
,
BenefitChannel.Enh_Human_ActionSurge_Int = 0x00000C09
,
BenefitChannel.Enh_Human_ActionSurge_Dex = 0x00000C0A
,
BenefitChannel.Enh_Human_ActionSurge_Con = 0x00000C0B
,
BenefitChannel.Enh_Human_ActionSurge_Str = 0x00000C0C
,
BenefitChannel.Enh_Human_ActionSurge_Cha = 0x00000C0D
,
BenefitChannel.Enh_Human_SkillMastery = 0x00000C0E
,
BenefitChannel.Enh_Human_Heroism = 0x00000C0F
,
BenefitChannel.Enh_Human_Sniper = 0x00000C10
,
BenefitChannel.Enh_Human_GreaterHeroism = 0x00000C11
,
BenefitChannel.Ranger_Deepwoodstalker_4 = 0x00000C12
,
BenefitChannel.Ranger_Deepwoodstalker_5 = 0x00000C13
,
BenefitChannel.Ranger_Deepwoodstalker_6 = 0x00000C14
,
BenefitChannel.Ranger_Deepwoodstalker_5_Passive = 0x00000C15
,
BenefitChannel.Ranger_Deepwoodstalker_3_Melee = 0x00000C16
,
BenefitChannel.Ranger_Deepwoodstalker_3_Ranged_Passive = 0x00000C17
,
BenefitChannel.Ranger_Deepwoodstalker_3_Ranged = 0x00000C18
,
BenefitChannel.Ranger_Deepwoodstalker_1 = 0x00000C19
,
BenefitChannel.Ranger_Deepwoodstalker_3_Melee_Passive = 0x00000C1A
,
BenefitChannel.Ranger_Deepwoodstalker_2 = 0x00000C1B
,
BenefitChannel.Enh_Human_ActionBoost_SpellPower = 0x00000C1C
,
BenefitChannel.Ranger_Runebow = 0x00000C1D
,
BenefitChannel.Ranger_Moonbow = 0x00000C1E
,
BenefitChannel.Ranger_HuntersMercy_Ranged = 0x00000C1F
,
BenefitChannel.Ranger_ActionBoostSprint = 0x00000C20
,
BenefitChannel.Ranger_ActionBoostEnergyResistance = 0x00000C21
,
BenefitChannel.Ranger_ActionBoostSkill = 0x00000C22
,
BenefitChannel.Ranger_HeavyDraw = 0x00000C23
,
BenefitChannel.Enh_PurpleDragonKnight_LayOnHands = 0x00000C24
,
BenefitChannel.Enh_PurpleDragonKnight_CormyrianKnightTraining = 0x00000C25
,
BenefitChannel.Enh_PurpleDragonKnight_RallyingAttack = 0x00000C26
,
BenefitChannel.Enh_PurpleDragonKnight_ForCormyr = 0x00000C27
,
BenefitChannel.Enh_PurpleDragonKnight_PurpleDragonAura = 0x00000C28
,
BenefitChannel.Enh_PurpleDragonKnight_PurpleDragonFocus = 0x00000C29
,
BenefitChannel.Enh_PurpleDragonKnight_RallyingCry = 0x00000C2A
,
BenefitChannel.Enh_PurpleDragonKnight_NeverSurrender = 0x00000C2B
,
BenefitChannel.Enh_PurpleDragonKnight_FinalStand = 0x00000C2C
,
BenefitChannel.Enh_PurpleDragonKnight_ShieldEvasion = 0x00000C2D
,
BenefitChannel.Enh_Morninglord_BaneoftheRestless = 0x00000C2E
,
BenefitChannel.Enh_Morninglord_BlessingofAmaunator = 0x00000C2F
,
BenefitChannel.Enh_Morninglord_MeleeDamage_3_SunElf = 0x00000C30
,
BenefitChannel.Enh_Morninglord_AmaunatorsBrilliance = 0x00000C31
,
BenefitChannel.Enh_Morninglord_AuraofRadiance = 0x00000C32
,
BenefitChannel.Enh_Morninglord_LightoftheSunGod = 0x00000C33
,
BenefitChannel.Enh_Morninglord_RejuvenationofDawn = 0x00000C34
,
BenefitChannel.Enh_Morninglord_MeleeDamage_4_SunElf = 0x00000C35
,
BenefitChannel.Enh_Morninglord_MeleeDamage_1_SunElf = 0x00000C36
,
BenefitChannel.Enh_Morninglord_Grace = 0x00000C37
,
BenefitChannel.Enh_Morninglord_MeleeDamage_2_SunElf = 0x00000C38
,
BenefitChannel.Enh_Shadarkai_SpikedChainAttack_3 = 0x00000C39
,
BenefitChannel.Enh_Shadarkai_Innate_4 = 0x00000C3A
,
BenefitChannel.Enh_Shadarkai_SpikedChainAttack_4 = 0x00000C3B
,
BenefitChannel.Enh_Shadarkai_Innate_5 = 0x00000C3C
,
BenefitChannel.Enh_Shadarkai_SturdyStealth = 0x00000C3D
,
BenefitChannel.Enh_Shadarkai_ShadowSmoke = 0x00000C3E
,
BenefitChannel.Enh_Shadarkai_GhostlyRejuvenation = 0x00000C3F
,
BenefitChannel.Enh_Shadarkai_GhostlyRejuvenation_Improved = 0x00000C40
,
BenefitChannel.Enh_Shadarkai_ShadowStealth = 0x00000C41
,
BenefitChannel.Enh_Shadarkai_Innate_1 = 0x00000C42
,
BenefitChannel.Enh_Shadarkai_StrikeFromTheShadows = 0x00000C43
,
BenefitChannel.Enh_Shadarkai_SpikedChainAttack_1 = 0x00000C44
,
BenefitChannel.Enh_Shadarkai_Innate_2 = 0x00000C45
,
BenefitChannel.Enh_Shadarkai_SpikedChainAttack_2 = 0x00000C46
,
BenefitChannel.Enh_Shadarkai_Innate_3 = 0x00000C47
,
BenefitChannel.Ranger_Tempest_1 = 0x00000C48
,
BenefitChannel.Ranger_Tempest_2 = 0x00000C49
,
BenefitChannel.Ranger_Tempest_3 = 0x00000C4A
,
BenefitChannel.Ranger_Tempest_4 = 0x00000C4B
,
BenefitChannel.Ranger_Tempest_5 = 0x00000C4C
,
BenefitChannel.Ranger_Tempest_6 = 0x00000C4D
,
BenefitChannel.Rogue_Mechanic_Dexterity_1 = 0x00000C4E
,
BenefitChannel.Rogue_Mechanic_Dexterity_2 = 0x00000C4F
,
BenefitChannel.Enh_Dwarf_DwarvenConstitution_1 = 0x00000C50
,
BenefitChannel.Enh_Dwarf_DwarvenConstitution_2 = 0x00000C51
,
BenefitChannel.Enh_Dwarf_DwarvenConstitution_3 = 0x00000C52
,
BenefitChannel.Enh_Dwarf_DwarvenToughness_1 = 0x00000C53
,
BenefitChannel.Enh_Dwarf_DwarvenToughness_2 = 0x00000C54
,
BenefitChannel.Enh_Dwarf_DwarvenToughness_3 = 0x00000C55
,
BenefitChannel.Druid_natureswarrior_adept = 0x00000C56
,
BenefitChannel.Cleric_WandMastery = 0x00000C57
,
BenefitChannel.Artificer_Arcanotechnician_Debuff = 0x00000C58
,
BenefitChannel.Enh_Morninglord_Int_1 = 0x00000C59
,
BenefitChannel.Enh_Morninglord_Int_2 = 0x00000C5A
,
BenefitChannel.Enh_FearsomePrescence = 0x00000C5B
,
BenefitChannel.Enh_PoweroftheForge = 0x00000C5C
,
BenefitChannel.Bard_InspiredBravery_2012 = 0x00000C5D
,
BenefitChannel.Benefit_Bard_WordsofEncouragement = 0x00000C5E
,
BenefitChannel.Bard_ExtraT1 = 0x00000C5F
,
BenefitChannel.Bard_ExtraT3 = 0x00000C60
,
BenefitChannel.Enh_Cleric_MiscBravo = 0x00000C61
,
BenefitChannel.Enh_Cleric_SpellDifficultCheckLight = 0x00000C62
,
BenefitChannel.Enh_Cleric_SpellpowerLightBravo = 0x00000C63
,
BenefitChannel.Enh_Cleric_InflictMassCharlie = 0x00000C64
,
BenefitChannel.Enh_Cleric_SpellpowerUniversalDelta = 0x00000C65
,
BenefitChannel.Enh_Cleric_SpellpowerFireDelta = 0x00000C66
,
BenefitChannel.Enh_Cleric_QuickenBravo = 0x00000C67
,
BenefitChannel.Enh_Cleric_SpellpowerUniversalAlpha = 0x00000C68
,
BenefitChannel.Enh_Cleric_FlameStrike = 0x00000C69
,
BenefitChannel.Enh_Cleric_OffensiveCasterWisdom = 0x00000C6A
,
BenefitChannel.Enh_Cleric_SpellpowerForceEcho = 0x00000C6B
,
BenefitChannel.Enh_Cleric_FireTrap = 0x00000C6C
,
BenefitChannel.Enh_Cleric_CoreLightSpellCharlie = 0x00000C6D
,
BenefitChannel.Enh_Cleric_SacredDefense = 0x00000C6E
,
BenefitChannel.Enh_Cleric_HeightenCharlie = 0x00000C6F
,
BenefitChannel.Enh_Cleric_QuickenCharlie = 0x00000C70
,
BenefitChannel.Enh_Cleric_MaximizeCharlie = 0x00000C71
,
BenefitChannel.Enh_Cleric_SpellpowerNegativeAlpha = 0x00000C72
,
BenefitChannel.Enh_Cleric_InflictMassAlpha = 0x00000C73
,
BenefitChannel.Enh_Cleric_HolySmite = 0x00000C74
,
BenefitChannel.Enh_Cleric_DivineEmissaryNeutral = 0x00000C75
,
BenefitChannel.Enh_Cleric_DivineEmissaryDark = 0x00000C76
,
BenefitChannel.Enh_Cleric_MaximizeBravo = 0x00000C77
,
BenefitChannel.Enh_Cleric_SpellpowerForceAlpha = 0x00000C78
,
BenefitChannel.Enh_Cleric_SpellpowerFireBravo = 0x00000C79
,
BenefitChannel.Enh_Cleric_FireStorm = 0x00000C7A
,
BenefitChannel.Enh_Cleric_NimbusofLight = 0x00000C7B
,
BenefitChannel.Enh_Cleric_SparkofLight = 0x00000C7C
,
BenefitChannel.Enh_Cleric_TranscendenceNeutral = 0x00000C7D
,
BenefitChannel.Enh_Cleric_CoreDarkSpellAlpha = 0x00000C7E
,
BenefitChannel.Enh_Cleric_CoreLightSpellBravo = 0x00000C7F
,
BenefitChannel.Enh_Cleric_EmpowerCharlie = 0x00000C80
,
BenefitChannel.Enh_Cleric_SpellpowerLightEcho = 0x00000C81
,
BenefitChannel.Enh_Cleric_SpellpowerForceDelta = 0x00000C82
,
BenefitChannel.Enh_Cleric_InflictAlpha = 0x00000C83
,
BenefitChannel.Enh_Cleric_MiscAlpha = 0x00000C84
,
BenefitChannel.Enh_Cleric_MiscDelta = 0x00000C85
,
BenefitChannel.Enh_Cleric_TranscendenceLight = 0x00000C86
,
BenefitChannel.Enh_Cleric_CometFall = 0x00000C87
,
BenefitChannel.Enh_Cleric_InflictBravo = 0x00000C88
,
BenefitChannel.Enh_Cleric_MiscCharlie = 0x00000C89
,
BenefitChannel.Enh_Cleric_SpellCriticalsLight = 0x00000C8A
,
BenefitChannel.Enh_Cleric_SpellCharlie = 0x00000C8B
,
BenefitChannel.Enh_Cleric_SpellPoints = 0x00000C8C
,
BenefitChannel.Enh_Cleric_SpellDifficultCheckDark = 0x00000C8D
,
BenefitChannel.Enh_Cleric_SpellpowerUniversalCharlie = 0x00000C8E
,
BenefitChannel.Enh_Cleric_SpellpowerLightCharlie = 0x00000C8F
,
BenefitChannel.Enh_Cleric_SpellBravo = 0x00000C90
,
BenefitChannel.Enh_Cleric_HeightenBravo = 0x00000C91
,
BenefitChannel.Enh_Cleric_SpellDifficultCheckNeutral = 0x00000C92
,
BenefitChannel.Enh_Cleric_CoreDarkSpellBravo = 0x00000C93
,
BenefitChannel.Enh_Cleric_SpellpowerNegativeCharlie = 0x00000C94
,
BenefitChannel.Enh_Cleric_SpellpowerNegativeBravo = 0x00000C95
,
BenefitChannel.Enh_Cleric_SpellpowerLightAlpha = 0x00000C96
,
BenefitChannel.Enh_Cleric_TranscendenceDark = 0x00000C97
,
BenefitChannel.Enh_Cleric_MiscFoxtrot = 0x00000C98
,
BenefitChannel.Enh_Cleric_UnholyBlight = 0x00000C99
,
BenefitChannel.Enh_Cleric_CoreDarkSpellCharlie = 0x00000C9A
,
BenefitChannel.Enh_Cleric_SpellpowerUniversalBravo = 0x00000C9B
,
BenefitChannel.Enh_Cleric_SpellpowerNegativeEcho = 0x00000C9C
,
BenefitChannel.Enh_Cleric_SpellpowerForceBravo = 0x00000C9D
,
BenefitChannel.Enh_Cleric_InflictMassBravo = 0x00000C9E
,
BenefitChannel.Enh_Cleric_InflictCharlie = 0x00000C9F
,
BenefitChannel.Enh_Cleric_SpellCriticalsUniversal = 0x00000CA0
,
BenefitChannel.Enh_Cleric_MiscEcho = 0x00000CA1
,
BenefitChannel.Enh_Cleric_EnlargeBravo = 0x00000CA2
,
BenefitChannel.Enh_Cleric_SpellDelta = 0x00000CA3
,
BenefitChannel.Enh_Cleric_EnlargeCharlie = 0x00000CA4
,
BenefitChannel.Enh_Cleric_Enervation = 0x00000CA5
,
BenefitChannel.Enh_Cleric_SpellPenetration = 0x00000CA6
,
BenefitChannel.Enh_Cleric_EmpowerBravo = 0x00000CA7
,
BenefitChannel.Enh_Cleric_SpellpowerNegativeDelta = 0x00000CA8
,
BenefitChannel.Enh_Cleric_SpellpowerFireEcho = 0x00000CA9
,
BenefitChannel.Enh_Cleric_SpellAlpha = 0x00000CAA
,
BenefitChannel.Enh_Cleric_SearingLight = 0x00000CAB
,
BenefitChannel.Enh_Cleric_SpellCriticalsDark = 0x00000CAC
,
BenefitChannel.Enh_Cleric_OffensiveCasterSkills = 0x00000CAD
,
BenefitChannel.Enh_Cleric_SpellpowerLightDelta = 0x00000CAE
,
BenefitChannel.Enh_Cleric_SpellpowerFireAlpha = 0x00000CAF
,
BenefitChannel.Enh_Cleric_CoreLightSpellAlpha = 0x00000CB0
,
BenefitChannel.Enh_Cleric_SpellpowerUniversalEcho = 0x00000CB1
,
BenefitChannel.Enh_Cleric_SpellpowerForceCharlie = 0x00000CB2
,
BenefitChannel.Enh_Cleric_SpellpowerFireCharlie = 0x00000CB3
,
BenefitChannel.Enh_Cleric_Harm = 0x00000CB4
,
BenefitChannel.Enh_Cleric_DivineEmissaryLight = 0x00000CB5
,
BenefitChannel.Fighter_ActionBoostHaste = 0x00000CB6
,
BenefitChannel.Fighter_ExtraActionBoost = 0x00000CB7
,
BenefitChannel.Enh_Shadarkai_SpikedChainAttack_5 = 0x00000CB8
,
BenefitChannel.Enh_Shadarkai_Innate_2b = 0x00000CB9
,
BenefitChannel.Enh_Shadarkai_Innate_2c = 0x00000CBA
,
BenefitChannel.Enh_Shadarkai_Innate_3a = 0x00000CBB
,
BenefitChannel.Artificer_Arcanotechnician_LightningMotes = 0x00000CBC
,
BenefitChannel.Paladin_ExtraSmite_1 = 0x00000CBD
,
BenefitChannel.Sorcerer_FireSavant_SpellPower = 0x00000CBE
,
BenefitChannel.Sorcerer_WaterSavant_SpellPower = 0x00000CBF
,
BenefitChannel.Sorcerer_EarthSavant_SpellPower = 0x00000CC0
,
BenefitChannel.Sorcerer_AirSavant_SpellPower = 0x00000CC1
,
BenefitChannel.Wizard_Archmage_ArcaneSupremacy = 0x00000CC2
,
BenefitChannel.Benefit_FavoredSoul_Warpriest_AmelioratingStrike = 0x00000CC3
,
BenefitChannel.Benefit_Cleric_Warpriest_Core_1_Passive = 0x00000CC4
,
BenefitChannel.Benefit_Cleric_Warpriest_InflameEnergyAbsorption = 0x00000CC5
,
BenefitChannel.Benefit_FavoredSoul_Warpriest_WeaponTraining_1 = 0x00000CC6
,
BenefitChannel.Benefit_FavoredSoul_Warpriest_LightGuard = 0x00000CC7
,
BenefitChannel.Benefit_FavoredSoul_Warpriest_Wisdom_1 = 0x00000CC8
,
BenefitChannel.Benefit_FavoredSoul_Warpriest_WeaponTraining_2 = 0x00000CC9
,
BenefitChannel.Benefit_FavoredSoul_Warpriest_Charisma_1 = 0x00000CCA
,
BenefitChannel.Benefit_Cleric_Warpriest_Toughness = 0x00000CCB
,
BenefitChannel.Benefit_FavoredSoul_Warpriest_Wisdom_2 = 0x00000CCC
,
BenefitChannel.Benefit_FavoredSoul_Warpriest_WeaponTraining_3 = 0x00000CCD
,
BenefitChannel.Benefit_FavoredSoul_Warpriest_Charisma_2 = 0x00000CCE
,
BenefitChannel.Benefit_Cleric_Warpriest_SmiteWeakness = 0x00000CCF
,
BenefitChannel.Benefit_FavoredSoul_Warpriest_WeaponTraining_4 = 0x00000CD0
,
BenefitChannel.Benefit_FavoredSoul_Warpriest_Awareness = 0x00000CD1
,
BenefitChannel.Benefit_Cleric_Warpriest_DivineIntervention = 0x00000CD2
,
BenefitChannel.Benefit_FavoredSoul_Warpriest_WeaponTraining_5 = 0x00000CD3
,
BenefitChannel.Benefit_FavoredSoul_Warpriest_DivineIntervention = 0x00000CD4
,
BenefitChannel.Benefit_Cleric_Warpriest_Charisma_1 = 0x00000CD5
,
BenefitChannel.Benefit_FavoredSoul_Warpriest_SacredTouch = 0x00000CD6
,
BenefitChannel.Benefit_Cleric_Warpriest_Wisdom_1 = 0x00000CD7
,
BenefitChannel.Benefit_Cleric_Warpriest_Charisma_2 = 0x00000CD8
,
BenefitChannel.Benefit_Cleric_Warpriest_Wisdom_2 = 0x00000CD9
,
BenefitChannel.Benefit_Cleric_Warpriest_Core_6_Passive = 0x00000CDA
,
BenefitChannel.Benefit_FavoredSoul_Warpriest_MagicBacklash = 0x00000CDB
,
BenefitChannel.Benefit_Cleric_Warpriest_InflameSavingThrows = 0x00000CDC
,
BenefitChannel.Benefit_Cleric_Warpriest_DivineMight = 0x00000CDD
,
BenefitChannel.Benefit_Cleric_Warpriest_Core_1 = 0x00000CDE
,
BenefitChannel.Benefit_FavoredSoul_Warpriest_WallOfSteel = 0x00000CDF
,
BenefitChannel.Benefit_FavoredSoul_Warpriest_Toughness = 0x00000CE0
,
BenefitChannel.Benefit_FavoredSoul_Warpriest_Inflame = 0x00000CE1
,
BenefitChannel.Benefit_Cleric_Warpriest_LightGuard = 0x00000CE2
,
BenefitChannel.Benefit_Cleric_Warpriest_DivineVessel = 0x00000CE3
,
BenefitChannel.Benefit_Cleric_Warpriest_Core_2 = 0x00000CE4
,
BenefitChannel.Benefit_FavoredSoul_Warpriest_InflameSavingThrows = 0x00000CE5
,
BenefitChannel.Benefit_FavoredSoul_Warpriest_DivineVessel = 0x00000CE6
,
BenefitChannel.Benefit_Cleric_Warpriest_Core_3 = 0x00000CE7
,
BenefitChannel.Benefit_Cleric_Warpriest_Core_4 = 0x00000CE8
,
BenefitChannel.Benefit_Cleric_Warpriest_Inflame = 0x00000CE9
,
BenefitChannel.Benefit_Cleric_Warpriest_Core_5 = 0x00000CEA
,
BenefitChannel.Benefit_Cleric_Warpriest_Core_6 = 0x00000CEB
,
BenefitChannel.Benefit_FavoredSoul_Warpriest_SmiteWeakness = 0x00000CEC
,
BenefitChannel.Benefit_FavoredSoul_Warpriest_Strength_1 = 0x00000CED
,
BenefitChannel.Benefit_Cleric_Warpriest_Core_3_Passive = 0x00000CEE
,
BenefitChannel.Benefit_Cleric_Warpriest_Awareness = 0x00000CEF
,
BenefitChannel.Benefit_Cleric_Warpriest_AmelioratingStrike = 0x00000CF0
,
BenefitChannel.Benefit_FavoredSoul_Warpriest_Strength_2 = 0x00000CF1
,
BenefitChannel.Benefit_Cleric_Warpriest_WeaponTraining_1 = 0x00000CF2
,
BenefitChannel.Benefit_Cleric_Warpriest_Strength_1 = 0x00000CF3
,
BenefitChannel.Benefit_FavoredSoul_Warpriest_InflameEnergyAbsorption = 0x00000CF4
,
BenefitChannel.Benefit_FavoredSoul_Warpriest_BurdenOfSin = 0x00000CF5
,
BenefitChannel.Benefit_Cleric_Warpriest_WeaponTraining_2 = 0x00000CF6
,
BenefitChannel.Benefit_Cleric_Warpriest_WallOfSteel = 0x00000CF7
,
BenefitChannel.Benefit_Cleric_Warpriest_Strength_2 = 0x00000CF8
,
BenefitChannel.Benefit_Cleric_Warpriest_BurdenOfSin = 0x00000CF9
,
BenefitChannel.Benefit_FavoredSoul_Warpriest_DivinePower = 0x00000CFA
,
BenefitChannel.Benefit_Cleric_Warpriest_WeaponTraining_3 = 0x00000CFB
,
BenefitChannel.Benefit_Cleric_Warpriest_SacredTouch = 0x00000CFC
,
BenefitChannel.Benefit_Cleric_Warpriest_DivinePower = 0x00000CFD
,
BenefitChannel.Benefit_FavoredSoul_Warpriest_DivineMight = 0x00000CFE
,
BenefitChannel.Benefit_Cleric_Warpriest_WeaponTraining_4 = 0x00000CFF
,
BenefitChannel.Benefit_Cleric_Warpriest_WeaponTraining_5 = 0x00000D00
,
BenefitChannel.Benefit_Cleric_Warpriest_MagicBacklash = 0x00000D01
,
BenefitChannel.Benefit_FavoredSoul_Warpriest_Core_6_Passive = 0x00000D02
,
BenefitChannel.Benefit_FavoredSoul_Warpriest_Core_3_Passive = 0x00000D03
,
BenefitChannel.Benefit_FavoredSoul_Warpriest_Core_1_Passive = 0x00000D04
,
BenefitChannel.Benefit_FavoredSoul_Warpriest_Core_1 = 0x00000D05
,
BenefitChannel.Benefit_FavoredSoul_Warpriest_Core_2 = 0x00000D06
,
BenefitChannel.Benefit_FavoredSoul_Warpriest_Core_3 = 0x00000D07
,
BenefitChannel.Benefit_FavoredSoul_Warpriest_Core_4 = 0x00000D08
,
BenefitChannel.Benefit_FavoredSoul_Warpriest_Core_5 = 0x00000D09
,
BenefitChannel.Benefit_FavoredSoul_Warpriest_Core_6 = 0x00000D0A
,
BenefitChannel.Benefit_Druid_StrengthoftheSolstice = 0x00000D0B
,
BenefitChannel.Benefit_Druid_SpellApogee = 0x00000D0C
,
BenefitChannel.Benefit_Wizard_EldritchKnight_Dexterity_1 = 0x00000D0D
,
BenefitChannel.Benefit_Wizard_EldritchKnight_MartialProficiency = 0x00000D0E
,
BenefitChannel.Benefit_Wizard_EldritchKnight_MageArmor_Passive = 0x00000D0F
,
BenefitChannel.Benefit_Wizard_EldritchKnight_ItemDefense = 0x00000D10
,
BenefitChannel.Benefit_Wizard_EldritchKnight_EldritchShield = 0x00000D11
,
BenefitChannel.Benefit_Wizard_EldritchKnight_Dexterity_2 = 0x00000D12
,
BenefitChannel.Benefit_Sorcerer_EldritchKnight_Toughness = 0x00000D13
,
BenefitChannel.Benefit_Sorcerer_EldritchKnight_ShieldStriking = 0x00000D14
,
BenefitChannel.Benefit_Wizard_EldritchKnight_Strength_1 = 0x00000D15
,
BenefitChannel.Benefit_Wizard_EldritchKnight_Strength_2 = 0x00000D16
,
BenefitChannel.Benefit_Wizard_EldritchKnight_Core_2_Cold_Passive = 0x00000D17
,
BenefitChannel.Benefit_Wizard_EldritchKnight_ArcaneCrash_Passive = 0x00000D18
,
BenefitChannel.Benefit_Wizard_EldritchKnight_MediumArmor = 0x00000D19
,
BenefitChannel.Benefit_Wizard_EldritchKnight_Core_1_Passive = 0x00000D1A
,
BenefitChannel.Benefit_Sorcerer_EldritchKnight_MageArmor = 0x00000D1B
,
BenefitChannel.Benefit_Wizard_EldritchKnight_TensersTransformation = 0x00000D1C
,
BenefitChannel.Benefit_Sorcerer_EldritchKnight_Core_2_Electric = 0x00000D1D
,
BenefitChannel.Benefit_Wizard_EldritchKnight_Shield_Passive = 0x00000D1E
,
BenefitChannel.Benefit_Wizard_EldritchKnight_Doublestrike = 0x00000D1F
,
BenefitChannel.Benefit_Sorcerer_EldritchKnight_MageArmor_Passive = 0x00000D20
,
BenefitChannel.Benefit_Wizard_EldritchKnight_Core_2_Fire_Passive = 0x00000D21
,
BenefitChannel.Benefit_Sorcerer_EldritchKnight_Doublestrike = 0x00000D22
,
BenefitChannel.Benefit_Sorcerer_EldritchKnight_Core_1_Passive = 0x00000D23
,
BenefitChannel.Benefit_Wizard_EldritchKnight_WandAndScrollMastery = 0x00000D24
,
BenefitChannel.Benefit_Wizard_EldritchKnight_Toughness = 0x00000D25
,
BenefitChannel.Benefit_Wizard_EldritchKnight_CriticalDamage = 0x00000D26
,
BenefitChannel.Benefit_Sorcerer_EldritchKnight_Dexterity_1 = 0x00000D27
,
BenefitChannel.Benefit_Sorcerer_EldritchKnight_Core_2_Fire = 0x00000D28
,
BenefitChannel.Benefit_Sorcerer_EldritchKnight_Core_2_Acid = 0x00000D29
,
BenefitChannel.Benefit_Sorcerer_EldritchKnight_ArcaneCrash = 0x00000D2A
,
BenefitChannel.Benefit_Wizard_EldritchKnight_RadiantForcefield_Passive = 0x00000D2B
,
BenefitChannel.Benefit_Wizard_EldritchKnight_HeavyArmor = 0x00000D2C
,
BenefitChannel.Benefit_Sorcerer_EldritchKnight_TensersTransformation = 0x00000D2D
,
BenefitChannel.Benefit_Sorcerer_EldritchKnight_Shield = 0x00000D2E
,
BenefitChannel.Benefit_Sorcerer_EldritchKnight_Dexterity_2 = 0x00000D2F
,
BenefitChannel.Benefit_Wizard_EldritchKnight_Shield = 0x00000D30
,
BenefitChannel.Benefit_Wizard_EldritchKnight_Intelligence_1 = 0x00000D31
,
BenefitChannel.Benefit_Wizard_EldritchKnight_Core_1 = 0x00000D32
,
BenefitChannel.Benefit_Sorcerer_EldritchKnight_LightArmor = 0x00000D33
,
BenefitChannel.Benefit_Sorcerer_EldritchKnight_Core_2_Fire_Passive = 0x00000D34
,
BenefitChannel.Benefit_Sorcerer_EldritchKnight_Core_2_Acid_Passive = 0x00000D35
,
BenefitChannel.Benefit_Wizard_EldritchKnight_ShieldProficiency = 0x00000D36
,
BenefitChannel.Benefit_Wizard_EldritchKnight_Intelligence_2 = 0x00000D37
,
BenefitChannel.Benefit_Sorcerer_EldritchKnight_MediumArmor = 0x00000D38
,
BenefitChannel.Benefit_Sorcerer_EldritchKnight_RadiantForcefield = 0x00000D39
,
BenefitChannel.Benefit_Sorcerer_EldritchKnight_CriticalAccuracy = 0x00000D3A
,
BenefitChannel.Benefit_Sorcerer_EldritchKnight_Charisma_1 = 0x00000D3B
,
BenefitChannel.Benefit_Wizard_EldritchKnight_StillSpell = 0x00000D3C
,
BenefitChannel.Benefit_Sorcerer_EldritchKnight_Core_2_Electric_Passive = 0x00000D3D
,
BenefitChannel.Benefit_Sorcerer_EldritchKnight_Charisma_2 = 0x00000D3E
,
BenefitChannel.Benefit_Wizard_EldritchKnight_Core_5 = 0x00000D3F
,
BenefitChannel.Benefit_Wizard_EldritchKnight_Core_2_Acid = 0x00000D40
,
BenefitChannel.Benefit_Sorcerer_EldritchKnight_StillSpell = 0x00000D41
,
BenefitChannel.Benefit_Sorcerer_EldritchKnight_ElementalResistance = 0x00000D42
,
BenefitChannel.Benefit_Sorcerer_EldritchKnight_Core_1 = 0x00000D43
,
BenefitChannel.Benefit_Sorcerer_EldritchKnight_Strength_1 = 0x00000D44
,
BenefitChannel.Benefit_Wizard_EldritchKnight_MageArmor = 0x00000D45
,
BenefitChannel.Benefit_Wizard_EldritchKnight_LightArmor = 0x00000D46
,
BenefitChannel.Benefit_Wizard_EldritchKnight_Core_2_Cold = 0x00000D47
,
BenefitChannel.Benefit_Sorcerer_EldritchKnight_Strength_2 = 0x00000D48
,
BenefitChannel.Benefit_Sorcerer_EldritchKnight_ShieldProficiency = 0x00000D49
,
BenefitChannel.Benefit_Sorcerer_EldritchKnight_CriticalDamage = 0x00000D4A
,
BenefitChannel.Benefit_Sorcerer_EldritchKnight_Core_2_Cold = 0x00000D4B
,
BenefitChannel.Benefit_Wizard_EldritchKnight_Battlemage = 0x00000D4C
,
BenefitChannel.Benefit_Sorcerer_EldritchKnight_WandAndScrollMastery = 0x00000D4D
,
BenefitChannel.Benefit_Sorcerer_EldritchKnight_EldritchShield = 0x00000D4E
,
BenefitChannel.Benefit_Wizard_EldritchKnight_Core_2_Electric = 0x00000D4F
,
BenefitChannel.Benefit_Wizard_EldritchKnight_Core_2_Acid_Passive = 0x00000D50
,
BenefitChannel.Benefit_Wizard_EldritchKnight_ArcaneCrash = 0x00000D51
,
BenefitChannel.Benefit_Sorcerer_EldritchKnight_MartialProficiency = 0x00000D52
,
BenefitChannel.Benefit_Sorcerer_EldritchKnight_Core_5 = 0x00000D53
,
BenefitChannel.Benefit_Wizard_EldritchKnight_CriticalAccuracy = 0x00000D54
,
BenefitChannel.Benefit_Sorcerer_EldritchKnight_Shield_Passive = 0x00000D55
,
BenefitChannel.Benefit_Sorcerer_EldritchKnight_Core_2_Cold_Passive = 0x00000D56
,
BenefitChannel.Benefit_Wizard_EldritchKnight_ElementalResistance = 0x00000D57
,
BenefitChannel.Benefit_Wizard_EldritchKnight_Core_2_Fire = 0x00000D58
,
BenefitChannel.Benefit_Wizard_EldritchKnight_ShieldStriking = 0x00000D59
,
BenefitChannel.Benefit_Wizard_EldritchKnight_RadiantForcefield = 0x00000D5A
,
BenefitChannel.Benefit_Sorcerer_EldritchKnight_RadiantForcefield_Passive = 0x00000D5B
,
BenefitChannel.Benefit_Sorcerer_EldritchKnight_Battlemage = 0x00000D5C
,
BenefitChannel.Benefit_Sorcerer_EldritchKnight_ArcaneCrash_Passive = 0x00000D5D
,
BenefitChannel.Benefit_Wizard_EldritchKnight_Core_2_Electric_Passive = 0x00000D5E
,
BenefitChannel.Benefit_Sorcerer_EldritchKnight_ItemDefense = 0x00000D5F
,
BenefitChannel.Benefit_Sorcerer_EldritchKnight_HeavyArmor = 0x00000D60
,
BenefitChannel.Benefit_Wizard_EldritchKnight_Core_3_Fire_Passive = 0x00000D61
,
BenefitChannel.Benefit_Sorcerer_EldritchKnight_Core_4_Cold_Passive = 0x00000D62
,
BenefitChannel.Benefit_Sorcerer_EldritchKnight_Core_5_Fire = 0x00000D63
,
BenefitChannel.Benefit_Sorcerer_EldritchKnight_Core_5_Acid = 0x00000D64
,
BenefitChannel.Benefit_Wizard_EldritchKnight_Core_5_Acid_Passive = 0x00000D65
,
BenefitChannel.Benefit_Sorcerer_EldritchKnight_Core_3_Cold_Passive = 0x00000D66
,
BenefitChannel.Benefit_Wizard_EldritchKnight_Core_4_Acid = 0x00000D67
,
BenefitChannel.Benefit_Wizard_EldritchKnight_Core_3_Fire = 0x00000D68
,
BenefitChannel.Benefit_Sorcerer_EldritchKnight_Core_4_Cold = 0x00000D69
,
BenefitChannel.Benefit_Wizard_EldritchKnight_Core_5_Electric_Passive = 0x00000D6A
,
BenefitChannel.Benefit_Wizard_EldritchKnight_Core_4_Cold = 0x00000D6B
,
BenefitChannel.Benefit_Sorcerer_EldritchKnight_Core_3_Electric_Passive = 0x00000D6C
,
BenefitChannel.Benefit_Sorcerer_EldritchKnight_Core_5_Fire_Passive = 0x00000D6D
,
BenefitChannel.Benefit_Sorcerer_EldritchKnight_Core_5_Acid_Passive = 0x00000D6E
,
BenefitChannel.Benefit_Wizard_EldritchKnight_Core_5_Acid = 0x00000D6F
,
BenefitChannel.Benefit_Wizard_EldritchKnight_Core_4_Fire = 0x00000D70
,
BenefitChannel.Benefit_Wizard_EldritchKnight_Core_4_Acid_Passive = 0x00000D71
,
BenefitChannel.Benefit_Sorcerer_EldritchKnight_Core_5_Cold = 0x00000D72
,
BenefitChannel.Benefit_Wizard_EldritchKnight_Core_5_Cold_Passive = 0x00000D73
,
BenefitChannel.Benefit_Wizard_EldritchKnight_Core_4_Electric_Passive = 0x00000D74
,
BenefitChannel.Benefit_Wizard_EldritchKnight_Core_5_Cold = 0x00000D75
,
BenefitChannel.Benefit_Wizard_EldritchKnight_Core_3_Acid_Passive = 0x00000D76
,
BenefitChannel.Benefit_Wizard_EldritchKnight_Core_5_Electric = 0x00000D77
,
BenefitChannel.Benefit_Sorcerer_EldritchKnight_Core_3_Fire = 0x00000D78
,
BenefitChannel.Benefit_Sorcerer_EldritchKnight_Core_3_Acid = 0x00000D79
,
BenefitChannel.Benefit_Wizard_EldritchKnight_Core_5_Fire_Passive = 0x00000D7A
,
BenefitChannel.Benefit_Wizard_EldritchKnight_Core_4_Electric = 0x00000D7B
,
BenefitChannel.Benefit_Sorcerer_EldritchKnight_Core_4_Fire_Passive = 0x00000D7C
,
BenefitChannel.Benefit_Sorcerer_EldritchKnight_Core_4_Acid_Passive = 0x00000D7D
,
BenefitChannel.Benefit_Wizard_EldritchKnight_Core_5_Fire = 0x00000D7E
,
BenefitChannel.Benefit_Sorcerer_EldritchKnight_Core_5_Electric = 0x00000D7F
,
BenefitChannel.Benefit_Wizard_EldritchKnight_Core_3_Electric_Passive = 0x00000D80
,
BenefitChannel.Benefit_Wizard_EldritchKnight_Core_3_Electric = 0x00000D81
,
BenefitChannel.Benefit_Sorcerer_EldritchKnight_Core_5_Electric_Passive = 0x00000D82
,
BenefitChannel.Benefit_Sorcerer_EldritchKnight_Core_5_Cold_Passive = 0x00000D83
,
BenefitChannel.Benefit_Sorcerer_EldritchKnight_Core_3_Fire_Passive = 0x00000D84
,
BenefitChannel.Benefit_Sorcerer_EldritchKnight_Core_3_Acid_Passive = 0x00000D85
,
BenefitChannel.Benefit_Wizard_EldritchKnight_Core_4_Cold_Passive = 0x00000D86
,
BenefitChannel.Benefit_Sorcerer_EldritchKnight_Core_4_Electric = 0x00000D87
,
BenefitChannel.Benefit_Sorcerer_EldritchKnight_Core_4_Fire = 0x00000D88
,
BenefitChannel.Benefit_Sorcerer_EldritchKnight_Core_4_Acid = 0x00000D89
,
BenefitChannel.Benefit_Wizard_EldritchKnight_Core_3_Cold_Passive = 0x00000D8A
,
BenefitChannel.Benefit_Sorcerer_EldritchKnight_Core_3_Electric = 0x00000D8B
,
BenefitChannel.Benefit_Wizard_EldritchKnight_Core_3_Acid = 0x00000D8C
,
BenefitChannel.Benefit_Sorcerer_EldritchKnight_Core_3_Cold = 0x00000D8D
,
BenefitChannel.Benefit_Wizard_EldritchKnight_Core_4_Fire_Passive = 0x00000D8E
,
BenefitChannel.Benefit_Wizard_EldritchKnight_Core_3_Cold = 0x00000D8F
,
BenefitChannel.Benefit_Sorcerer_EldritchKnight_Core_4_Electric_Passive = 0x00000D90
,
BenefitChannel.FavoredSoul_AngelOfVengeance_Innate_6_amaunator = 0x00000D91
,
BenefitChannel.Benefit_Epic_DivineCrusader_Crusade = 0x00000D92
,
BenefitChannel.Benefit_Epic_DivineCrusader_Consecration = 0x00000D93
,
BenefitChannel.Benefit_Epic_DivineCrusader_SacredGround = 0x00000D94
,
BenefitChannel.Benefit_Epic_DivineCrusader_FlamesOfPurity = 0x00000D95
,
BenefitChannel.Benefit_Epic_DivineCrusader_CelestialBombardment = 0x00000D96
,
BenefitChannel.Benefit_Epic_DivineCrusader_SwordOfJustice = 0x00000D97
,
BenefitChannel.Benefit_Epic_DivineCrusader_StandAndBeSmitten = 0x00000D98
,
BenefitChannel.Benefit_Epic_DivineCrusader_StrWisCha_1 = 0x00000D99
,
BenefitChannel.Benefit_Epic_DivineCrusader_StrWisCha_2 = 0x00000D9A
,
BenefitChannel.Benefit_Epic_DivineCrusader_StrWisCha_3 = 0x00000D9B
,
BenefitChannel.Benefit_Epic_DivineCrusader_StrWisCha_4 = 0x00000D9C
,
BenefitChannel.Benefit_Epic_DivineCrusader_StrWisCha_5 = 0x00000D9D
,
BenefitChannel.Benefit_Epic_DivineCrusader_StrWisCha_6 = 0x00000D9E
,
BenefitChannel.Benefit_Epic_DivineCrusader_TranscendentalMagic = 0x00000D9F
,
BenefitChannel.Benefit_Epic_DivineCrusader_PurifyingStrike = 0x00000DA0
,
BenefitChannel.Benefit_Epic_DivineCrusader_CelestialChampion = 0x00000DA1
,
BenefitChannel.Benefit_Epic_DivineCrusader_ExtraordinaryVirtue = 0x00000DA2
,
BenefitChannel.Benefit_Epic_DivineCrusader_HeavenlyPresence = 0x00000DA3
,
BenefitChannel.Benefit_Epic_DivineCrusader_Firebrand = 0x00000DA4
,
BenefitChannel.Benefit_Epic_DivineCrusader_Interrogation = 0x00000DA5
,
BenefitChannel.Benefit_Epic_DivineCrusader_PurgeTheWicked = 0x00000DA6
,
BenefitChannel.Benefit_Epic_DivineCrusader_WrathOfTheRighteous = 0x00000DA7
,
BenefitChannel.Benefit_Epic_DivineCrusader_EmpyreanMagic = 0x00000DA8
,
BenefitChannel.Benefit_Epic_DivineCrusader_Core_Level_0 = 0x00000DA9
,
BenefitChannel.Benefit_Epic_DivineCrusader_Core_Level_1 = 0x00000DAA
,
BenefitChannel.Benefit_Epic_DivineCrusader_Core_Level_2 = 0x00000DAB
,
BenefitChannel.Benefit_Epic_DivineCrusader_Core_Level_3 = 0x00000DAC
,
BenefitChannel.Benefit_Epic_DivineCrusader_Core_Level_4 = 0x00000DAD
,
BenefitChannel.Benefit_Epic_DivineCrusader_Core_Level_5 = 0x00000DAE
,
BenefitChannel.Epic_UnyieldingSentinelCoreZulu = 0x00000DAF
,
BenefitChannel.Epic_DivineCrusader_Echo = 0x00000DB0
,
BenefitChannel.Epic_DivineCrusader_Alpha = 0x00000DB1
,
BenefitChannel.Epic_UnyieldingSentinelMassBuff = 0x00000DB2
,
BenefitChannel.Epic_UnyieldingSentinelAlpha = 0x00000DB3
,
BenefitChannel.Epic_ExaltedAngel_Alpha = 0x00000DB4
,
BenefitChannel.Epic_ExaltedAngel_CoreZulu = 0x00000DB5
,
BenefitChannel.Epic_UnyieldingSentinelThreatGeneration = 0x00000DB6
,
BenefitChannel.Epic_ExaltedAngel_Bravo = 0x00000DB7
,
BenefitChannel.Epic_ExaltedAngel_CureSpell = 0x00000DB8
,
BenefitChannel.Epic_UnyieldingSentinelSaveDebuff = 0x00000DB9
,
BenefitChannel.Epic_ExaltedAngel_TurnUndead = 0x00000DBA
,
BenefitChannel.Epic_ExaltedAngel_Delta = 0x00000DBB
,
BenefitChannel.Epic_DivineCrusader_Foxtrot = 0x00000DBC
,
BenefitChannel.Epic_UnyieldingSentinelBravo = 0x00000DBD
,
BenefitChannel.Epic_ExaltedAngel_Command = 0x00000DBE
,
BenefitChannel.Epic_DivineCrusader_CoreZulu = 0x00000DBF
,
BenefitChannel.Epic_DivineCrusader_CoreYankee = 0x00000DC0
,
BenefitChannel.Epic_UnyieldingSentinelSpellPenetration = 0x00000DC1
,
BenefitChannel.Epic_UnyieldingSentinelCoreYankee = 0x00000DC2
,
BenefitChannel.Epic_ExaltedAngel_CoreYankee = 0x00000DC3
,
BenefitChannel.Epic_ExaltedAngel_Charlie = 0x00000DC4
,
BenefitChannel.Epic_DivineCrusader_Delta = 0x00000DC5
,
BenefitChannel.Epic_DivineCrusader_Charlie = 0x00000DC6
,
BenefitChannel.Epic_DivineCrusader_Bravo = 0x00000DC7
,
BenefitChannel.Epic_UnyieldingSentinelResurrection = 0x00000DC8
,
BenefitChannel.Benefit_Bard_MusicoftheMakersActive = 0x00000DC9
,
BenefitChannel.Benefit_Bard_MusicoftheDeadActive = 0x00000DCA
,
BenefitChannel.Benefit_Bard_MusicoftheSewersActive = 0x00000DCB
,
BenefitChannel.enh_brd_spellsinger_foxtrot = 0x00000DCC
,
BenefitChannel.enh_brd_spellsinger_delta = 0x00000DCD
,
BenefitChannel.enh_brd_warchanter_alpha = 0x00000DCE
,
BenefitChannel.enh_brd_swashbuckler_throwndamage = 0x00000DCF
,
BenefitChannel.enh_brd_swashbuckler_destruction = 0x00000DD0
,
BenefitChannel.enh_brd_swashbuckler_dex_a = 0x00000DD1
,
BenefitChannel.enh_brd_swashbuckler_style_orb = 0x00000DD2
,
BenefitChannel.enh_brd_swashbuckler_style_emptyhand = 0x00000DD3
,
BenefitChannel.enh_brd_warchanter_charlie = 0x00000DD4
,
BenefitChannel.enh_brd_swashbuckler_dex_b = 0x00000DD5
,
BenefitChannel.enh_brd_swashbuckler_echo = 0x00000DD6
,
BenefitChannel.enh_brd_swashbuckler_style_runearm = 0x00000DD7
,
BenefitChannel.enh_brd_swashbuckler_style2_orb = 0x00000DD8
,
BenefitChannel.enh_brd_swashbuckler_critdamage = 0x00000DD9
,
BenefitChannel.enh_brd_swashbuckler_actionboost_doubleshot = 0x00000DDA
,
BenefitChannel.enh_brd_swashbuckler_dodge = 0x00000DDB
,
BenefitChannel.enh_brd_swashbuckler_core_1 = 0x00000DDC
,
BenefitChannel.enh_brd_swashbuckler_deflectarrows = 0x00000DDD
,
BenefitChannel.enh_brd_swashbuckler_core_2 = 0x00000DDE
,
BenefitChannel.enh_brd_swashbuckler_critstacks = 0x00000DDF
,
BenefitChannel.enh_brd_swashbuckler_selfheal = 0x00000DE0
,
BenefitChannel.enh_brd_swashbuckler_insults_will = 0x00000DE1
,
BenefitChannel.enh_brd_swashbuckler_core_3 = 0x00000DE2
,
BenefitChannel.enh_brd_swashbuckler_core_4 = 0x00000DE3
,
BenefitChannel.enh_brd_swashbuckler_core_5 = 0x00000DE4
,
BenefitChannel.enh_brd_swashbuckler_core_6 = 0x00000DE5
,
BenefitChannel.enh_brd_swashbuckler_style2_runearm = 0x00000DE6
,
BenefitChannel.enh_brd_swashbuckler_tripguard = 0x00000DE7
,
BenefitChannel.enh_brd_swashbuckler_sonicguard = 0x00000DE8
,
BenefitChannel.enh_brd_swashbuckler_skills = 0x00000DE9
,
BenefitChannel.enh_brd_swashbuckler_extrasongs = 0x00000DEA
,
BenefitChannel.enh_brd_spellsinger_charlie = 0x00000DEB
,
BenefitChannel.enh_brd_spellsinger_echo = 0x00000DEC
,
BenefitChannel.enh_brd_swashbuckler_delta = 0x00000DED
,
BenefitChannel.enh_brd_swashbuckler_actionboost_doublestrike = 0x00000DEE
,
BenefitChannel.enh_brd_swashbuckler_insults_reflex = 0x00000DEF
,
BenefitChannel.enh_brd_warchanter_echo = 0x00000DF0
,
BenefitChannel.enh_brd_swashbuckler_fastmovement = 0x00000DF1
,
BenefitChannel.enh_brd_warchanter_foxtrot = 0x00000DF2
,
BenefitChannel.enh_brd_swashbuckler_charlie = 0x00000DF3
,
BenefitChannel.enh_brd_swashbuckler_style2_buckler = 0x00000DF4
,
BenefitChannel.enh_brd_swashbuckler_style2_emptyhand = 0x00000DF5
,
BenefitChannel.enh_brd_swashbuckler_style_buckler = 0x00000DF6
,
BenefitChannel.enh_brd_spellsinger_alpha = 0x00000DF7
,
BenefitChannel.enh_brd_swashbuckler_cha_a = 0x00000DF8
,
BenefitChannel.enh_brd_swashbuckler_alpha = 0x00000DF9
,
BenefitChannel.enh_brd_swashbuckler_improvedprecision = 0x00000DFA
,
BenefitChannel.enh_brd_swashbuckler_cha_b = 0x00000DFB
,
BenefitChannel.enh_brd_swashbuckler_critattack = 0x00000DFC
,
BenefitChannel.enh_brd_swashbuckler_bravo = 0x00000DFD
,
BenefitChannel.enh_brd_swashbuckler_sonicdamage = 0x00000DFE
,
BenefitChannel.enh_brd_spellsinger_bravo = 0x00000DFF
,
BenefitChannel.enh_brd_warchanter_delta = 0x00000E00
,
BenefitChannel.enh_brd_warchanter_bravo = 0x00000E01
,
BenefitChannel.enh_brd_swashbuckler_foxtrot = 0x00000E02
,
BenefitChannel.enh_brd_swashbuckler_insults_fort = 0x00000E03
,
BenefitChannel.enh_brd_swashbuckler_threatattack = 0x00000E04
,
BenefitChannel.enh_brd_energyresistancechant_channel = 0x00000E05
,
BenefitChannel.enh_brd_skaldicconstitution_channel = 0x00000E06
,
BenefitChannel.enh_brd_kinglyrecovery_channel = 0x00000E07
,
BenefitChannel.enh_brd_deathpact_channel = 0x00000E08
,
BenefitChannel.enh_brd_movementspeedchant_channel = 0x00000E09
,
BenefitChannel.enh_brd_returntobattle_channel = 0x00000E0A
,
BenefitChannel.enh_brd_muster_channel = 0x00000E0B
,
BenefitChannel.enh_brd_freezecleave_channel = 0x00000E0C
,
BenefitChannel.Benefit_Bard_Willful = 0x00000E0D
,
BenefitChannel.Benefit_Bard_SonicBlast = 0x00000E0E
,
BenefitChannel.Benefit_Bard_Shout = 0x00000E0F
,
BenefitChannel.Benefit_Bard_HornOfThunder = 0x00000E10
,
BenefitChannel.Benefit_Bard_Suggestion = 0x00000E11
,
BenefitChannel.Benefit_Bard_MassHold = 0x00000E12
,
BenefitChannel.Enh_Bard_Reverberate = 0x00000E13
,
BenefitChannel.Paladin_EmpoweredSmite = 0x00000E14
,
BenefitChannel.enh_pal_avengingcleave_channel = 0x00000E15
,
BenefitChannel.enh_pal_exaltedcleave_channel = 0x00000E16
,
BenefitChannel.enh_pal_vanguard_echo_channel = 0x00000E17
,
BenefitChannel.enh_ftr_vanguard_vanguardactionboost_channel = 0x00000E18
,
BenefitChannel.enh_ftr_vanguard_retaliation_channel = 0x00000E19
,
BenefitChannel.enh_pal_vanguard_shieldspecialization_channel = 0x00000E1A
,
BenefitChannel.enh_pal_vanguard_bravo_channel = 0x00000E1B
,
BenefitChannel.enh_ftr_vanguard_bashpower_channel = 0x00000E1C
,
BenefitChannel.enh_pal_vanguard_shieldcharge_channel = 0x00000E1D
,
BenefitChannel.enh_ftr_vanguard_shieldspecialization_channel = 0x00000E1E
,
BenefitChannel.enh_pal_vanguard_shieldblock_channel = 0x00000E1F
,
BenefitChannel.enh_pal_vanguard_shieldsmash_channel = 0x00000E20
,
BenefitChannel.enh_pal_vanguard_armoredstrength_channel = 0x00000E21
,
BenefitChannel.enh_ftr_vanguard_shieldblock_channel = 0x00000E22
,
BenefitChannel.enh_ftr_vanguard_stunningshield_channel = 0x00000E23
,
BenefitChannel.enh_pal_vanguard_stunningshield_channel = 0x00000E24
,
BenefitChannel.enh_ftr_vanguard_bashaccuracy_channel = 0x00000E25
,
BenefitChannel.enh_pal_vanguard_myrmidonsedge_channel = 0x00000E26
,
BenefitChannel.enh_pal_vanguard_followup_channel = 0x00000E27
,
BenefitChannel.enh_ftr_vanguard_followup_channel = 0x00000E28
,
BenefitChannel.enh_ftr_vanguard_delta_channel = 0x00000E29
,
BenefitChannel.enh_ftr_vanguard_bashking_channel = 0x00000E2A
,
BenefitChannel.enh_pal_vanguard_vanguardarmortraining_channel = 0x00000E2B
,
BenefitChannel.enh_pal_vanguard_shieldspikes_channel = 0x00000E2C
,
BenefitChannel.enh_pal_vanguard_bashaccuracy_channel = 0x00000E2D
,
BenefitChannel.enh_ftr_vanguard_armoredstrength_channel = 0x00000E2E
,
BenefitChannel.enh_ftr_vanguard_vanguardcon_channel = 0x00000E2F
,
BenefitChannel.enh_ftr_vanguard_vanguardarmortraining_channel = 0x00000E30
,
BenefitChannel.enh_pal_vanguard_noweakness_channel = 0x00000E31
,
BenefitChannel.enh_pal_vanguard_brutality_channel = 0x00000E32
,
BenefitChannel.enh_ftr_vanguard_vanguardstr_channel = 0x00000E33
,
BenefitChannel.enh_pal_vanguard_alpha_channel = 0x00000E34
,
BenefitChannel.enh_pal_vanguard_missileshield_channel = 0x00000E35
,
BenefitChannel.enh_pal_vanguard_deadlyguard_channel = 0x00000E36
,
BenefitChannel.enh_pal_vanguard_bashking_channel = 0x00000E37
,
BenefitChannel.enh_ftr_vanguard_vanguarddex_channel = 0x00000E38
,
BenefitChannel.enh_ftr_vanguard_tothefore_channel = 0x00000E39
,
BenefitChannel.enh_ftr_vanguard_deadlyguard_channel = 0x00000E3A
,
BenefitChannel.enh_pal_vanguard_vanguarddex_channel = 0x00000E3B
,
BenefitChannel.enh_ftr_vanguard_brutality_channel = 0x00000E3C
,
BenefitChannel.enh_ftr_vanguard_shieldsmash_channel = 0x00000E3D
,
BenefitChannel.enh_ftr_vanguard_shieldrush_channel = 0x00000E3E
,
BenefitChannel.enh_pal_vanguard_vanguardactionboost_channel = 0x00000E3F
,
BenefitChannel.enh_pal_vanguard_retaliation_channel = 0x00000E40
,
BenefitChannel.enh_ftr_vanguard_bravo_channel = 0x00000E41
,
BenefitChannel.enh_ftr_vanguard_alpha_channel = 0x00000E42
,
BenefitChannel.enh_ftr_vanguard_myrmidonsedge_channel = 0x00000E43
,
BenefitChannel.enh_ftr_vanguard_foxtrot_channel = 0x00000E44
,
BenefitChannel.enh_ftr_vanguard_missileshield_channel = 0x00000E45
,
BenefitChannel.enh_pal_vanguard_tothefore_channel = 0x00000E46
,
BenefitChannel.enh_ftr_vanguard_noweakness_channel = 0x00000E47
,
BenefitChannel.enh_pal_vanguard_shieldrush_channel = 0x00000E48
,
BenefitChannel.enh_pal_vanguard_vanguardstr_channel = 0x00000E49
,
BenefitChannel.enh_pal_vanguard_vanguardcon_channel = 0x00000E4A
,
BenefitChannel.enh_pal_vanguard_delta_channel = 0x00000E4B
,
BenefitChannel.enh_ftr_vanguard_shieldspikes_channel = 0x00000E4C
,
BenefitChannel.enh_ftr_vanguard_charlie_channel = 0x00000E4D
,
BenefitChannel.enh_pal_vanguard_foxtrot_channel = 0x00000E4E
,
BenefitChannel.enh_pal_vanguard_charlie_channel = 0x00000E4F
,
BenefitChannel.enh_pal_vanguard_bashpower_channel = 0x00000E50
,
BenefitChannel.enh_ftr_vanguard_shieldcharge_channel = 0x00000E51
,
BenefitChannel.enh_ftr_vanguard_echo_channel = 0x00000E52
,
BenefitChannel.enh_any_harperagent_versatileadept_two_channel = 0x00000E53
,
BenefitChannel.enh_any_harperagent_golf_channel = 0x00000E54
,
BenefitChannel.enh_any_harperagent_versatileadept_one_channel = 0x00000E55
,
BenefitChannel.enh_any_harperagent_charlie_channel = 0x00000E56
,
BenefitChannel.enh_any_harperagent_int_channel = 0x00000E57
,
BenefitChannel.enh_any_harperagent_harpertraining_cha_channel = 0x00000E58
,
BenefitChannel.enh_any_harperagent_strategiccombat_channel = 0x00000E59
,
BenefitChannel.enh_any_harperagent_awareness_channel = 0x00000E5A
,
BenefitChannel.enh_any_harperagent_versatileadept_four_channel = 0x00000E5B
,
BenefitChannel.enh_any_harperagent_agentofgood_channel = 0x00000E5C
,
BenefitChannel.enh_any_harperagent_versatileadept_three_channel = 0x00000E5D
,
BenefitChannel.enh_any_harperagent_cha_channel = 0x00000E5E
,
BenefitChannel.enh_any_harperagent_magicofausterity_channel = 0x00000E5F
,
BenefitChannel.enh_any_harperagent_magicalendurance_channel = 0x00000E60
,
BenefitChannel.enh_any_harperagent_hotel_channel = 0x00000E61
,
BenefitChannel.enh_any_harperagent_harpertraining_int_channel = 0x00000E62
,
BenefitChannel.enh_any_harperagent_echo_channel = 0x00000E63
,
BenefitChannel.enh_any_harperagent_highlyskilled_channel = 0x00000E64
,
BenefitChannel.enh_any_harperagent_harperenchantment_channel = 0x00000E65
,
BenefitChannel.enh_any_harperagent_delta_channel = 0x00000E66
,
BenefitChannel.enh_any_harperagent_enchantmentofdeception_channel = 0x00000E67
,
BenefitChannel.enh_any_harperagent_bravo_channel = 0x00000E68
,
BenefitChannel.enh_any_harperagent_foxtrot_channel = 0x00000E69
,
BenefitChannel.enh_any_harperagent_harpertraining_dex_channel = 0x00000E6A
,
BenefitChannel.enh_any_harperagent_enchantmentofrighteousness_channel = 0x00000E6B
,
BenefitChannel.enh_any_harperagent_earfordanger_channel = 0x00000E6C
,
BenefitChannel.enh_any_harperagent_dex_channel = 0x00000E6D
,
BenefitChannel.enh_any_harperagent_trapfinding_channel = 0x00000E6E
,
BenefitChannel.enh_any_harperagent_alpha_channel = 0x00000E6F
,
BenefitChannel.enh_any_harperagent_seizethemoment_channel = 0x00000E70
,
BenefitChannel.enh_any_harperagent_momentofclarity_channel = 0x00000E71
,
BenefitChannel.enh_any_harperagent_enchantmentofmagic_channel = 0x00000E72
,
BenefitChannel.enh_any_harperagent_vigoroflife_channel = 0x00000E73
,
BenefitChannel.enh_any_harperagent_knowyourfoe_channel = 0x00000E74
,
BenefitChannel.enh_any_harperagent_knowtheangles_channel = 0x00000E75
,
BenefitChannel.enh_any_harperagent_harpersleadership_channel = 0x00000E76
,
BenefitChannel.enh_any_harperagent_harpersfreedom_channel = 0x00000E77
,
BenefitChannel.enh_any_harperagent_travelerstoughness_channel = 0x00000E78
,
BenefitChannel.Paladin_Reprisal = 0x00000E79
,
BenefitChannel.enh_any_harperagent_favoredenemy_elemental = 0x00000E7A
,
BenefitChannel.enh_any_harperagent_favoredenemy_vermin = 0x00000E7B
,
BenefitChannel.enh_any_harperagent_favoredenemy_ooze = 0x00000E7C
,
BenefitChannel.enh_any_harperagent_favoredenemy_undead = 0x00000E7D
,
BenefitChannel.enh_any_harperagent_favoredenemy_humanoid_halfling = 0x00000E7E
,
BenefitChannel.enh_any_harperagent_favoredenemy_humanoid_goblinoid = 0x00000E7F
,
BenefitChannel.enh_any_harperagent_favoredenemy_plant = 0x00000E80
,
BenefitChannel.enh_any_harperagent_favoredenemy_humanoid_orc = 0x00000E81
,
BenefitChannel.enh_any_harperagent_favoredenemy_humanoid_gnoll = 0x00000E82
,
BenefitChannel.enh_any_harperagent_favoredenemy_monstroushumanoid = 0x00000E83
,
BenefitChannel.enh_any_harperagent_favoredenemy_aberration = 0x00000E84
,
BenefitChannel.enh_any_harperagent_favoredenemy_outsider_lawful = 0x00000E85
,
BenefitChannel.enh_any_harperagent_favoredenemy_outsider_evil = 0x00000E86
,
BenefitChannel.enh_any_harperagent_favoredenemy_construct = 0x00000E87
,
BenefitChannel.enh_any_harperagent_favoredenemy_humanoid_human = 0x00000E88
,
BenefitChannel.enh_any_harperagent_favoredenemy_humanoid_reptilian = 0x00000E89
,
BenefitChannel.enh_any_harperagent_favoredenemy_animal = 0x00000E8A
,
BenefitChannel.enh_any_harperagent_favoredenemy_magicalbeast = 0x00000E8B
,
BenefitChannel.enh_any_harperagent_favoredenemy_humanoid_dwarf = 0x00000E8C
,
BenefitChannel.enh_any_harperagent_favoredenemy_giant = 0x00000E8D
,
BenefitChannel.enh_any_harperagent_favoredenemy_outsider_chaotic = 0x00000E8E
,
BenefitChannel.enh_any_harperagent_favoredenemy_humanoid_elf = 0x00000E8F
,
BenefitChannel.enh_any_harperagent_favoredenemy_dragon = 0x00000E90
,
BenefitChannel.enh_brb_occult_onespirit_channel = 0x00000E91
,
BenefitChannel.enh_brb_occult_delta_channel = 0x00000E92
,
BenefitChannel.enh_brb_occult_charlie_channel = 0x00000E93
,
BenefitChannel.enh_brb_occult_wisdom_channel = 0x00000E94
,
BenefitChannel.enh_brb_occult_hatedenemies_channel = 0x00000E95
,
BenefitChannel.enh_brb_occult_bravo_channel = 0x00000E96
,
BenefitChannel.enh_brb_occult_alpha_channel = 0x00000E97
,
BenefitChannel.enh_brb_occult_seekersstrike_channel = 0x00000E98
,
BenefitChannel.enh_brb_fb_alpha_channel = 0x00000E99
,
BenefitChannel.enh_brb_acceleratedmetabolism_channel = 0x00000E9A
,
BenefitChannel.enh_brb_fb_bravo_channel = 0x00000E9B
,
BenefitChannel.enh_brb_ragingblows_channel = 0x00000E9C
,
BenefitChannel.Barbarian_RavagerStrength = 0x00000E9D
,
BenefitChannel.Benefit_CriticalFury = 0x00000E9E
,
BenefitChannel.Benefit_BloodStrength = 0x00000E9F
,
BenefitChannel.Rogue_ShadowDodge = 0x00000EA0
,
BenefitChannel.Rogue_LightArmorMastery = 0x00000EA1
,
BenefitChannel.Rogue_StaffAttack_5 = 0x00000EA2
,
BenefitChannel.Rogue_FastMovement = 0x00000EA3
,
BenefitChannel.Rogue_SpinningStaffWall = 0x00000EA4
,
BenefitChannel.Rogue_WeakeningStrikes = 0x00000EA5
,
BenefitChannel.Rogue_DeadlyStrikes = 0x00000EA7
,
BenefitChannel.Rogue_CrossbowAttack_5 = 0x00000EA8
,
BenefitChannel.Rogue_Fletching = 0x00000EA9
,
BenefitChannel.Rogue_Sniper = 0x00000EAA
,
BenefitChannel.Rogue_MechanicalReloader = 0x00000EAB
,
BenefitChannel.Warlock_Fey_Sample = 0x00000EAC
,
BenefitChannel.Warlock_Angel_Sample = 0x00000EAE
,
BenefitChannel.Warlock_Fiend_Sample = 0x00000EAF
,
BenefitChannel.wlk_spirit_aura_tier2_2 = 0x00000EB0
,
BenefitChannel.wlk_spirit_spellpower_1_light_1 = 0x00000EB1
,
BenefitChannel.wlk_spirit_aura_tier2_3 = 0x00000EB2
,
BenefitChannel.wlk_spirit_bigheal_1 = 0x00000EB3
,
BenefitChannel.wlk_spirit_spellpower_1_light_2 = 0x00000EB4
,
BenefitChannel.wlk_spirit_aura_tier1_1 = 0x00000EB5
,
BenefitChannel.wlk_spirit_celestialspirit_active = 0x00000EB6
,
BenefitChannel.wlk_spirit_bigheal_2 = 0x00000EB7
,
BenefitChannel.wlk_spirit_spellpower_1_light_3 = 0x00000EB8
,
BenefitChannel.wlk_spirit_resistenergy_1 = 0x00000EB9
,
BenefitChannel.wlk_spirit_aura_tier1_2 = 0x00000EBA
,
BenefitChannel.wlk_spirit_bigheal_3 = 0x00000EBB
,
BenefitChannel.wlk_spirit_resistenergy_2 = 0x00000EBC
,
BenefitChannel.wlk_spirit_aura_tier1_3 = 0x00000EBD
,
BenefitChannel.wlk_spirit_actionboost_defense_1 = 0x00000EBE
,
BenefitChannel.wlk_spirit_resistenergy_3 = 0x00000EBF
,
BenefitChannel.wlk_spirit_shapevestments = 0x00000EC0
,
BenefitChannel.wlk_spirit_beacon_1 = 0x00000EC1
,
BenefitChannel.wlk_spirit_aura_tier4_1 = 0x00000EC2
,
BenefitChannel.wlk_spirit_actionboost_defense_2 = 0x00000EC3
,
BenefitChannel.wlk_spirit_auraofmenace_passive = 0x00000EC4
,
BenefitChannel.wlk_spirit_aura_tier4_2 = 0x00000EC5
,
BenefitChannel.wlk_spirit_actionboost_defense_3 = 0x00000EC6
,
BenefitChannel.wlk_spirit_prr_1 = 0x00000EC7
,
BenefitChannel.wlk_spirit_auraofmenace_active = 0x00000EC8
,
BenefitChannel.wlk_spirit_aura_tier4_3 = 0x00000EC9
,
BenefitChannel.wlk_spirit_spellpower_2_positive_1 = 0x00000ECA
,
BenefitChannel.wlk_spirit_prr_2 = 0x00000ECB
,
BenefitChannel.wlk_spirit_eldritchaura_active = 0x00000ECC
,
BenefitChannel.wlk_spirit_spellpower_2_positive_2 = 0x00000ECD
,
BenefitChannel.wlk_spirit_aura_tier3_1 = 0x00000ECE
,
BenefitChannel.wlk_spirit_prr_3 = 0x00000ECF
,
BenefitChannel.wlk_spirit_spellpower_2_positive_3 = 0x00000ED0
,
BenefitChannel.wlk_spirit_aura_tier3_2 = 0x00000ED1
,
BenefitChannel.wlk_spirit_aura_tier3_3 = 0x00000ED2
,
BenefitChannel.wlk_spirit_brutefighting_1 = 0x00000ED3
,
BenefitChannel.wlk_spirit_eldritchburst_1 = 0x00000ED4
,
BenefitChannel.wlk_spirit_spellpower_1_positive_1 = 0x00000ED5
,
BenefitChannel.wlk_spirit_brutefighting_3 = 0x00000ED6
,
BenefitChannel.wlk_spirit_auraofcourage_active = 0x00000ED7
,
BenefitChannel.wlk_spirit_displacement_sla_1 = 0x00000ED8
,
BenefitChannel.wlk_spirit_cure_sla_1 = 0x00000ED9
,
BenefitChannel.wlk_spirit_eldritchburst_2 = 0x00000EDA
,
BenefitChannel.wlk_spirit_spellpower_1_positive_2 = 0x00000EDB
,
BenefitChannel.wlk_spirit_displacement_sla_2 = 0x00000EDC
,
BenefitChannel.wlk_spirit_cure_sla_2 = 0x00000EDD
,
BenefitChannel.wlk_spirit_spellpower_2_light_1 = 0x00000EDE
,
BenefitChannel.wlk_spirit_eldritchburst_3 = 0x00000EDF
,
BenefitChannel.wlk_spirit_spellpower_1_positive_3 = 0x00000EE0
,
BenefitChannel.wlk_spirit_brutalspellcasting_1 = 0x00000EE1
,
BenefitChannel.wlk_spirit_displacement_sla_3 = 0x00000EE2
,
BenefitChannel.wlk_spirit_cure_sla_3 = 0x00000EE3
,
BenefitChannel.wlk_spirit_cha_1 = 0x00000EE4
,
BenefitChannel.wlk_spirit_spellpower_2_light_2 = 0x00000EE5
,
BenefitChannel.wlk_spirit_brutalspellcasting_2 = 0x00000EE6
,
BenefitChannel.wlk_spirit_celestialspirit_passive = 0x00000EE7
,
BenefitChannel.wlk_spirit_cha_2 = 0x00000EE8
,
BenefitChannel.wlk_spirit_spellpower_2_light_3 = 0x00000EE9
,
BenefitChannel.wlk_spirit_skills_1 = 0x00000EEA
,
BenefitChannel.wlk_spirit_brutalspellcasting_3 = 0x00000EEB
,
BenefitChannel.wlk_spirit_mrr_1 = 0x00000EEC
,
BenefitChannel.wlk_spirit_auraofcourage_passive = 0x00000EED
,
BenefitChannel.wlk_spirit_con_1 = 0x00000EEE
,
BenefitChannel.wlk_spirit_skills_2 = 0x00000EEF
,
BenefitChannel.wlk_spirit_mrr_2 = 0x00000EF0
,
BenefitChannel.wlk_spirit_eldritchaura_passive = 0x00000EF1
,
BenefitChannel.wlk_spirit_spiritblast_1 = 0x00000EF2
,
BenefitChannel.wlk_spirit_con_2 = 0x00000EF3
,
BenefitChannel.wlk_spirit_skills_3 = 0x00000EF4
,
BenefitChannel.wlk_spirit_mrr_3 = 0x00000EF5
,
BenefitChannel.wlk_spirit_spiritblast_2 = 0x00000EF6
,
BenefitChannel.wlk_spirit_spiritblast_3 = 0x00000EF7
,
BenefitChannel.wlk_spirit_mediumarmor_1 = 0x00000EF8
,
BenefitChannel.wlk_spirit_shield_1 = 0x00000EF9
,
BenefitChannel.wlk_spirit_aura_tier2_1 = 0x00000EFA
,
BenefitChannel.wlk_spirit_spiritarmor = 0x00000EFB
,
BenefitChannel.wlk_spirit_brutefighting_2 = 0x00000EFC
,
BenefitChannel.wlk_spirit_displacesummons_1 = 0x00000EFD
,
BenefitChannel.wlk_spirit_fortifysummons_1 = 0x00000EFE
,
BenefitChannel.wlk_spirit_fortifysummons_2 = 0x00000EFF
,
BenefitChannel.wlk_spirit_fortifysummons_3 = 0x00000F00
,
BenefitChannel.wlk_spirit_imbuesummons_2 = 0x00000F01
,
BenefitChannel.wlk_spirit_imbuesummons_3 = 0x00000F02
,
BenefitChannel.wlk_spirit_imbuesummons_1 = 0x00000F03
,
BenefitChannel.Warlock_EldritchDeadliness = 0x00000F04
,
BenefitChannel.Warlock_NoWorseFate = 0x00000F05
,
BenefitChannel.Warlock_InhumanNature_1 = 0x00000F06
,
BenefitChannel.Warlock_InhumanNature_2 = 0x00000F07
,
BenefitChannel.Warlock_InhumanUnderstanding = 0x00000F08
,
BenefitChannel.Warlock_DevourTheSoulPassive = 0x00000F09
,
BenefitChannel.Warlock_DevourTheSoul = 0x00000F0A
,
BenefitChannel.Warlock_ImmortalWill = 0x00000F0B
,
BenefitChannel.Warlock_WeakenTheForm = 0x00000F0C
,
BenefitChannel.Warlock_ConsumeSight = 0x00000F0D
,
BenefitChannel.Warlock_TaintTheAura = 0x00000F0E
,
BenefitChannel.Warlock_FeedOnMagic = 0x00000F0F
,
BenefitChannel.Warlock_BurningBlood = 0x00000F10
,
BenefitChannel.Warlock_DarkFeedingWisdom = 0x00000F11
,
BenefitChannel.Warlock_ChainedBlast_1 = 0x00000F12
,
BenefitChannel.Warlock_SpellTearing = 0x00000F13
,
BenefitChannel.Warlock_ChainedBlast_2 = 0x00000F14
,
BenefitChannel.Warlock_FingerOfDeath = 0x00000F15
,
BenefitChannel.Warlock_WeakenedSoul = 0x00000F16
,
BenefitChannel.Warlock_ConsumeConstruct = 0x00000F17
,
BenefitChannel.Warlock_Souleater_Charisma_1 = 0x00000F18
,
BenefitChannel.Warlock_ConsumeDeath = 0x00000F19
,
BenefitChannel.Warlock_Souleater_Charisma_2 = 0x00000F1A
,
BenefitChannel.Warlock_DauntingPresence = 0x00000F1B
,
BenefitChannel.Warlock_TaintTheBlood = 0x00000F1C
,
BenefitChannel.Warlock_GreaterHunger = 0x00000F1D
,
BenefitChannel.Warlock_SugarRush = 0x00000F1E
,
BenefitChannel.Warlock_SubtleSpellcasting = 0x00000F1F
,
BenefitChannel.Warlock_DarkFeedingIntelligence = 0x00000F20
,
BenefitChannel.Warlock_SupremeHunger = 0x00000F21
,
BenefitChannel.Warlock_DarkFeedingStrength = 0x00000F22
,
BenefitChannel.Warlock_Stricken_1 = 0x00000F23
,
BenefitChannel.Warlock_StealLifeForce_Pos = 0x00000F24
,
BenefitChannel.Warlock_Souleater_Intelligence_1 = 0x00000F25
,
BenefitChannel.Warlock_Stricken_2 = 0x00000F26
,
BenefitChannel.Warlock_Souleater_Intelligence_2 = 0x00000F27
,
BenefitChannel.Warlock_Stricken_3 = 0x00000F28
,
BenefitChannel.Warlock_ConsumeLife = 0x00000F29
,
BenefitChannel.Warlock_StealLifeForce_Neg = 0x00000F2A
,
BenefitChannel.Warlock_DarkFeedingDexterity = 0x00000F2C
,
BenefitChannel.Warlock_DarkFeedingConstitution = 0x00000F2E
,
BenefitChannel.enh_wlk_eldritchbpower_channel = 0x00000F2F
,
BenefitChannel.enh_wlk_cha_channel = 0x00000F30
,
BenefitChannel.enh_wlk_taintedlore_channel = 0x00000F31
,
BenefitChannel.enh_wlk_alpha_channel = 0x00000F32
,
BenefitChannel.enh_wlk_wandscrollmastery_channel = 0x00000F33
,
BenefitChannel.enh_wlk_efficientheighten_channel = 0x00000F34
,
BenefitChannel.enh_wlk_charlie_channel = 0x00000F35
,
BenefitChannel.enh_wlk_unholyblast_channel = 0x00000F36
,
BenefitChannel.enh_wlk_planarfocus_channel = 0x00000F37
,
BenefitChannel.enh_wlk_hereticallore_channel = 0x00000F38
,
BenefitChannel.enh_wlk_eldritchcone_channel = 0x00000F39
,
BenefitChannel.enh_wlk_falteringblast_channel = 0x00000F3A
,
BenefitChannel.enh_wlk_tripletrouble_channel = 0x00000F3B
,
BenefitChannel.enh_wlk_bravo_channel = 0x00000F3C
,
BenefitChannel.enh_wlk_confusion_channel = 0x00000F3D
,
BenefitChannel.enh_wlk_int_channel = 0x00000F3E
,
BenefitChannel.enh_wlk_golf_channel = 0x00000F3F
,
BenefitChannel.enh_wlk_strongpact_channel = 0x00000F40
,
BenefitChannel.enh_wlk_eldritchfocus_channel = 0x00000F41
,
BenefitChannel.enh_wlk_penetratingblast_channel = 0x00000F42
,
BenefitChannel.enh_wlk_enervatingshadow_channel = 0x00000F43
,
BenefitChannel.enh_wlk_feignedhealth_channel = 0x00000F44
,
BenefitChannel.enh_wlk_stunningblast_channel = 0x00000F45
,
BenefitChannel.enh_wlk_massconfusion_channel = 0x00000F46
,
BenefitChannel.enh_wlk_delta_channel = 0x00000F47
,
BenefitChannel.enh_wlk_echo_channel = 0x00000F48
,
BenefitChannel.enh_wlk_taintedscholar_taintedspellcasting_channel = 0x00000F49
,
BenefitChannel.enh_wlk_foxtrot_channel = 0x00000F4A
,
BenefitChannel.enh_wlk_bewitchingblast_channel = 0x00000F4B
,
BenefitChannel.enh_wlk_planarpower_channel = 0x00000F4C
,
BenefitChannel.enh_wlk_hotel_channel = 0x00000F4D
,
BenefitChannel.enh_wlk_stanch_channel = 0x00000F4E
,
BenefitChannel.enh_wlk_createundead_channel = 0x00000F4F
,
BenefitChannel.enh_wlk_commandsla_channel = 0x00000F50
,
BenefitChannel.enh_wlk_bloodcomponent_channel = 0x00000F51
,
BenefitChannel.Warlock_Consume = 0x00000F52
,
BenefitChannel.Warlock_HungryForDestruction_One = 0x00000F53
,
BenefitChannel.Warlock_HungryForDestruction_Two = 0x00000F54
,
BenefitChannel.Enh_Epic_FuryOfTheWild_Strength_3 = 0x00000F55
,
BenefitChannel.Enh_Epic_FuryOfTheWild_Strength_4 = 0x00000F56
,
BenefitChannel.Enh_Epic_FuryOfTheWild_Strength_5 = 0x00000F57
,
BenefitChannel.Enh_Epic_FuryOfTheWild_Strength_6 = 0x00000F58
,
BenefitChannel.Enh_Epic_FuryOfTheWild_Constitution_1 = 0x00000F59
,
BenefitChannel.Enh_Epic_FuryOfTheWild_Constitution_2 = 0x00000F5A
,
BenefitChannel.Enh_Epic_FuryOfTheWild_Constitution_3 = 0x00000F5B
,
BenefitChannel.Enh_Epic_FuryOfTheWild_Constitution_4 = 0x00000F5C
,
BenefitChannel.Enh_Epic_FuryOfTheWild_Constitution_5 = 0x00000F5D
,
BenefitChannel.Enh_Epic_FuryOfTheWild_Constitution_6 = 0x00000F5E
,
BenefitChannel.Enh_Epic_FuryOfTheWild_Strength_1 = 0x00000F5F
,
BenefitChannel.Enh_Epic_FuryOfTheWild_Strength_2 = 0x00000F60
,
BenefitChannel.Enh_Epic_UnyieldingSentinel_Constitution_1 = 0x00000F61
,
BenefitChannel.Enh_Epic_UnyieldingSentinel_Constitution_2 = 0x00000F62
,
BenefitChannel.Enh_Epic_UnyieldingSentinel_Constitution_3 = 0x00000F63
,
BenefitChannel.Enh_Epic_UnyieldingSentinel_Charisma_1 = 0x00000F64
,
BenefitChannel.Enh_Epic_UnyieldingSentinel_Constitution_4 = 0x00000F65
,
BenefitChannel.Enh_Epic_UnyieldingSentinel_Charisma_2 = 0x00000F66
,
BenefitChannel.Enh_Epic_UnyieldingSentinel_Constitution_5 = 0x00000F67
,
BenefitChannel.Enh_Epic_UnyieldingSentinel_Charisma_3 = 0x00000F68
,
BenefitChannel.Enh_Epic_UnyieldingSentinel_Constitution_6 = 0x00000F69
,
BenefitChannel.Enh_Epic_UnyieldingSentinel_Charisma_4 = 0x00000F6A
,
BenefitChannel.Enh_Epic_UnyieldingSentinel_Charisma_5 = 0x00000F6B
,
BenefitChannel.Enh_Epic_UnyieldingSentinel_Charisma_6 = 0x00000F6C
,
BenefitChannel.Ranger_DeepwoodStalker_Survivalist_1 = 0x00000F6D
,
BenefitChannel.Ranger_DeepwoodStalker_Survivalist_2 = 0x00000F6E
,
BenefitChannel.Ranger_StrikeLikeLightning = 0x00000F6F
,
BenefitChannel.Ranger_BowAndBlade = 0x00000F70
,
BenefitChannel.Ranger_HeadShot_Melee = 0x00000F71
,
BenefitChannel.Ranger_DeepwoodStalker_Survivalist_3 = 0x00000F72
,
BenefitChannel.enh_rgr_stormdancer_1 = 0x00000F73
,
BenefitChannel.enh_rgr_stormdancer_2 = 0x00000F74
,
BenefitChannel.enh_rgr_stormdancer_3 = 0x00000F75
,
BenefitChannel.Ranger_WhirlingBlades_5 = 0x00000F76
,
BenefitChannel.enh_rgr_dualperfection_1 = 0x00000F77
,
BenefitChannel.enh_rgr_dualperfection_2 = 0x00000F78
,
BenefitChannel.enh_rgr_dualperfection_3 = 0x00000F79
,
BenefitChannel.enh_rgr_manycuts_1 = 0x00000F7B
,
BenefitChannel.enh_rgr_manycuts_2 = 0x00000F7C
,
BenefitChannel.enh_rgr_manycuts_3 = 0x00000F7D
,
BenefitChannel.enh_rgr_elementalarrows_electricity_4_passive = 0x00000F7E
,
BenefitChannel.enh_rgr_elementalarrows_cold_2_passive = 0x00000F7F
,
BenefitChannel.enh_rgr_elementalarrows_cold_4_passive = 0x00000F80
,
BenefitChannel.enh_rgr_elementalarrows_acid_3_passive = 0x00000F81
,
BenefitChannel.enh_rgr_elementalarrows_damagedice_1 = 0x00000F82
,
BenefitChannel.enh_rgr_elementalarrows_fire_3_passive = 0x00000F83
,
BenefitChannel.enh_rgr_elementalarrows_damagedice_2 = 0x00000F84
,
BenefitChannel.enh_rgr_elementalarrows_damagedice_3 = 0x00000F85
,
BenefitChannel.enh_rgr_elementalarrows_damagedice_4 = 0x00000F86
,
BenefitChannel.enh_rgr_elementalarrows_acid_1_passive = 0x00000F87
,
BenefitChannel.enh_rgr_elementalarrows_damagedice_5 = 0x00000F88
,
BenefitChannel.enh_rgr_elementalarrows_fire_1_passive = 0x00000F89
,
BenefitChannel.enh_rgr_elementalarrows_acid_2_passive = 0x00000F8A
,
BenefitChannel.enh_rgr_elementalarrows_acid_4_passive = 0x00000F8B
,
BenefitChannel.enh_rgr_elementalarrows_fire_2_passive = 0x00000F8C
,
BenefitChannel.enh_rgr_elementalarrows_fire_4_passive = 0x00000F8D
,
BenefitChannel.enh_rgr_elementalarrows_electricity_1_passive = 0x00000F8E
,
BenefitChannel.enh_rgr_elementalarrows_electricity_2_passive = 0x00000F8F
,
BenefitChannel.enh_rgr_elementalarrows_cold_3_passive = 0x00000F90
,
BenefitChannel.enh_rgr_elementalarrows_electricity_3_passive = 0x00000F91
,
BenefitChannel.enh_rgr_elementalarrows_cold_1_passive = 0x00000F92
,
BenefitChannel.enh_elf_elementalarrows_damagedice_3 = 0x00000F93
,
BenefitChannel.enh_elf_elementalarrows_damagedice_4 = 0x00000F94
,
BenefitChannel.enh_elf_elementalarrows_damagedice_5 = 0x00000F95
,
BenefitChannel.enh_elf_elementalarrows_electricity_3_passive = 0x00000F96
,
BenefitChannel.enh_elf_elementalarrows_fire_3_passive = 0x00000F97
,
BenefitChannel.enh_elf_elementalarrows_acid_3_passive = 0x00000F98
,
BenefitChannel.enh_elf_elementalarrows_electricity_4_passive = 0x00000F99
,
BenefitChannel.enh_elf_elementalarrows_fire_4_passive = 0x00000F9A
,
BenefitChannel.enh_elf_elementalarrows_acid_4_passive = 0x00000F9B
,
BenefitChannel.enh_elf_elementalarrows_fire_1_passive = 0x00000F9C
,
BenefitChannel.enh_elf_elementalarrows_acid_1_passive = 0x00000F9D
,
BenefitChannel.enh_elf_elementalarrows_cold_3_passive = 0x00000F9E
,
BenefitChannel.enh_elf_elementalarrows_fire_2_passive = 0x00000F9F
,
BenefitChannel.enh_elf_elementalarrows_acid_2_passive = 0x00000FA0
,
BenefitChannel.enh_elf_elementalarrows_cold_4_passive = 0x00000FA1
,
BenefitChannel.enh_elf_elementalarrows_cold_1_passive = 0x00000FA2
,
BenefitChannel.enh_elf_elementalarrows_electricity_2_passive = 0x00000FA3
,
BenefitChannel.enh_elf_elementalarrows_damagedice_1 = 0x00000FA4
,
BenefitChannel.enh_elf_elementalarrows_electricity_1_passive = 0x00000FA5
,
BenefitChannel.enh_elf_elementalarrows_cold_2_passive = 0x00000FA6
,
BenefitChannel.enh_elf_elementalarrows_damagedice_2 = 0x00000FA7
,
BenefitChannel.Artificer_Arcanotechnician_ArcaneMechanism = 0x00000FA8
,
BenefitChannel.enh_gnome_illusiondc = 0x00000FA9
,
BenefitChannel.enh_gnome_core_2 = 0x00000FAA
,
BenefitChannel.enh_gnome_core_3 = 0x00000FAB
,
BenefitChannel.enh_gnome_core_4 = 0x00000FAC
,
BenefitChannel.enh_gnome_core_5 = 0x00000FAD
,
BenefitChannel.enh_gnome_dragonmarkfocus = 0x00000FAE
,
BenefitChannel.enh_gnome_weapontraining_1 = 0x00000FAF
,
BenefitChannel.enh_gnome_favoredenemy_gnoll = 0x00000FB0
,
BenefitChannel.enh_gnome_nimblereaction = 0x00000FB1
,
BenefitChannel.enh_gnome_weapontraining_2 = 0x00000FB2
,
BenefitChannel.enh_gnome_runearmproficiency = 0x00000FB3
,
BenefitChannel.enh_gnome_weapontraining_3 = 0x00000FB4
,
BenefitChannel.enh_gnome_blur = 0x00000FB5
,
BenefitChannel.enh_gnome_weapontraining_4 = 0x00000FB6
,
BenefitChannel.enh_gnome_minorimage = 0x00000FB7
,
BenefitChannel.enh_gnome_colorspray = 0x00000FB8
,
BenefitChannel.enh_gnome_dragonmarklesser = 0x00000FB9
,
BenefitChannel.enh_gnome_giantdefense = 0x00000FBA
,
BenefitChannel.enh_gnome_wandandscrollmastery = 0x00000FBB
,
BenefitChannel.enh_gnome_phantasmalkiller = 0x00000FBC
,
BenefitChannel.enh_gnome_awareness = 0x00000FBD
,
BenefitChannel.enh_gnome_favoredenemy_reptilian = 0x00000FBE
,
BenefitChannel.enh_gnome_dragonmarkgreater = 0x00000FBF
,
BenefitChannel.enh_gnome_stealthy = 0x00000FC0
,
BenefitChannel.enh_gnome_core_1 = 0x00000FC1
,
BenefitChannel.enh_deepgnome_saves = 0x00000FC2
,
BenefitChannel.enh_deepgnome_hardynature = 0x00000FC3
,
BenefitChannel.enh_deepgnome_favoredenemy_goblinoid = 0x00000FC4
,
BenefitChannel.enh_deepgnome_rockthrow = 0x00000FC5
,
BenefitChannel.enh_deepgnome_core_1 = 0x00000FC6
,
BenefitChannel.enh_deepgnome_core_2 = 0x00000FC7
,
BenefitChannel.enh_deepgnome_core_3 = 0x00000FC8
,
BenefitChannel.enh_deepgnome_core_4 = 0x00000FC9
,
BenefitChannel.enh_deepgnome_stoneskin = 0x00000FCA
,
BenefitChannel.enh_deepgnome_core_5 = 0x00000FCB
,
BenefitChannel.enh_deepgnome_spellcraft = 0x00000FCC
,
BenefitChannel.enh_deepgnome_illusoryescape = 0x00000FCD
,
BenefitChannel.enh_rgr_finalstrike = 0x00000FCE
,
BenefitChannel.Fighter_WeaponMaster = 0x00000FCF
,
BenefitChannel.Fighter_StrikeAtTheHeart = 0x00000FD0
,
BenefitChannel.Fighter_Kensei_7 = 0x00000FD2
,
BenefitChannel.Fighter_Kensei_8 = 0x00000FD3
,
BenefitChannel.enh_elf_finalstrike = 0x00000FD4
,
BenefitChannel.Monk_NinjaSpy_CritBonuses = 0x00000FD5
,
BenefitChannel.Monk_RollWithTheBlow = 0x00000FD6
,
BenefitChannel.Monk_ActionBoostDamage = 0x00000FD7
,
BenefitChannel.FavoredSoul_AngelOfVengeance_Innate_6_SIL = 0x00000FD8
,
BenefitChannel.FavoredSoul_AngelOfVengeance_Innate_6_EIL = 0x00000FD9
,
BenefitChannel.FavoredSoul_AngelOfVengeance_Innate_6_AU = 0x00000FDA
,
BenefitChannel.FavoredSoul_AngelOfVengeance_Innate_6_POL = 0x00000FDB
,
BenefitChannel.FavoredSoul_AngelOfVengeance_Innate_6_BOV = 0x00000FDC
,
BenefitChannel.FavoredSoul_AngelOfVengeance_Innate_6_OL = 0x00000FDD
,
BenefitChannel.FavoredSoul_AngelOfVengeance_Innate_6_ON = 0x00000FDE
,
BenefitChannel.Reaper_Sample = 0x00000FDF
,
BenefitChannel.Monk_StaffAttack_5 = 0x00000FE0
,
BenefitChannel.enh_dragonborn_resilience_2 = 0x00000FE1
,
BenefitChannel.enh_dragonborn_resilience_3 = 0x00000FE2
,
BenefitChannel.enh_dragonborn_skills = 0x00000FE3
,
BenefitChannel.enh_dragonborn_resilience_4 = 0x00000FE4
,
BenefitChannel.enh_dragonborn_draconicknowledge_red = 0x00000FE5
,
BenefitChannel.enh_dragonborn_extra_actionboost = 0x00000FE6
,
BenefitChannel.enh_dragonborn_draconicknowledge_black = 0x00000FE7
,
BenefitChannel.enh_dragonborn_core_2a = 0x00000FE8
,
BenefitChannel.enh_dragonborn_core_2b = 0x00000FE9
,
BenefitChannel.enh_dragonborn_core_1 = 0x00000FEA
,
BenefitChannel.enh_dragonborn_augmentation = 0x00000FEB
,
BenefitChannel.enh_dragonborn_draconicknowledge_blue = 0x00000FEC
,
BenefitChannel.enh_dragonborn_powerinbreath = 0x00000FED
,
BenefitChannel.enh_dragonborn_draconicheritage_red = 0x00000FEE
,
BenefitChannel.enh_dragonborn_arcanum = 0x00000FEF
,
BenefitChannel.enh_dragonborn_core_3 = 0x00000FF0
,
BenefitChannel.enh_dragonborn_augmentation_2 = 0x00000FF1
,
BenefitChannel.enh_dragonborn_truepower = 0x00000FF2
,
BenefitChannel.enh_dragonborn_core_5 = 0x00000FF3
,
BenefitChannel.enh_dragonborn_augmentation_3 = 0x00000FF4
,
BenefitChannel.enh_dragonborn_draconicheritage_white = 0x00000FF5
,
BenefitChannel.enh_dragonborn_breath_black = 0x00000FF6
,
BenefitChannel.enh_dragonborn_hardscales = 0x00000FF7
,
BenefitChannel.enh_dragonborn_augmentation_4 = 0x00000FF8
,
BenefitChannel.enh_dragonborn_breath_red = 0x00000FF9
,
BenefitChannel.enh_dragonborn_core_4a = 0x00000FFA
,
BenefitChannel.enh_dragonborn_abundantstep = 0x00000FFB
,
BenefitChannel.enh_dragonborn_brutalspellcasting = 0x00000FFC
,
BenefitChannel.enh_dragonborn_core_4b = 0x00000FFD
,
BenefitChannel.enh_dragonborn_saves = 0x00000FFE
,
BenefitChannel.enh_dragonborn_resilience = 0x00000FFF
,
BenefitChannel.enh_dragonborn_brutefighting = 0x00001000
,
BenefitChannel.enh_dragonborn_draconicknowledge_white = 0x00001001
,
BenefitChannel.enh_dragonborn_breath_white = 0x00001002
,
BenefitChannel.enh_dragonborn_harderscales = 0x00001003
,
BenefitChannel.enh_dragonborn_breath_blue = 0x00001004
,
BenefitChannel.enh_dragonborn_draconicheritage_black = 0x00001005
,
BenefitChannel.enh_dragonborn_draconicheritage_blue = 0x00001006
,
BenefitChannel.enh_reaper_dodgecap = 0x0000100F
,
BenefitChannel.enh_reaper_active_weapon_a = 0x00001020
,
BenefitChannel.enh_reaper_cha_4 = 0x00001021
,
BenefitChannel.enh_reaper_str_4 = 0x00001022
,
BenefitChannel.enh_reaper_active_weapon_b = 0x00001028
,
BenefitChannel.enh_reaper_active_weapon_c = 0x0000102E
,
BenefitChannel.enh_reaper_weaponcore_3_a = 0x0000102F
,
BenefitChannel.enh_reaper_weaponcore_3_b = 0x00001035
,
BenefitChannel.enh_reaper_weaponcore_1 = 0x00001036
,
BenefitChannel.enh_reaper_con_1 = 0x00001039
,
BenefitChannel.enh_reaper_weaponcore_2 = 0x0000103A
,
BenefitChannel.enh_reaper_wis_1 = 0x0000103E
,
BenefitChannel.enh_reaper_con_2 = 0x0000103F
,
BenefitChannel.enh_reaper_castercore_1 = 0x00001040
,
BenefitChannel.enh_reaper_wis_2 = 0x00001044
,
BenefitChannel.enh_reaper_con_3 = 0x00001045
,
BenefitChannel.enh_reaper_defensecore_1 = 0x00001046
,
BenefitChannel.enh_reaper_castercore_2 = 0x00001047
,
BenefitChannel.enh_reaper_weaponcore_4 = 0x00001048
,
BenefitChannel.enh_reaper_wis_3 = 0x0000104C
,
BenefitChannel.enh_reaper_con_4 = 0x0000104D
,
BenefitChannel.enh_reaper_dex_1 = 0x0000104E
,
BenefitChannel.enh_reaper_defensecore_2 = 0x0000104F
,
BenefitChannel.enh_reaper_weaponcore_5 = 0x00001050
,
BenefitChannel.enh_reaper_wis_4 = 0x00001054
,
BenefitChannel.enh_reaper_dex_2 = 0x00001055
,
BenefitChannel.enh_reaper_defensecore_3 = 0x00001056
,
BenefitChannel.enh_reaper_castercore_4 = 0x00001057
,
BenefitChannel.enh_reaper_weaponcore_6 = 0x00001058
,
BenefitChannel.enh_reaper_dex_3 = 0x0000105A
,
BenefitChannel.enh_reaper_defensecore_4 = 0x0000105B
,
BenefitChannel.enh_reaper_castercore_5 = 0x0000105C
,
BenefitChannel.enh_reaper_dex_4 = 0x0000105E
,
BenefitChannel.enh_reaper_defensecore_5 = 0x0000105F
,
BenefitChannel.enh_reaper_castercore_6 = 0x00001060
,
BenefitChannel.enh_reaper_defensecore_6 = 0x00001062
,
BenefitChannel.enh_reaper_castercore_3_a = 0x00001063
,
BenefitChannel.enh_reaper_castercore_3_b = 0x00001065
,
BenefitChannel.enh_reaper_castercore_3_c = 0x00001067
,
BenefitChannel.enh_reaper_int_1 = 0x00001069
,
BenefitChannel.enh_reaper_reapercharge_a = 0x0000106C
,
BenefitChannel.enh_reaper_active_tank_a = 0x0000106D
,
BenefitChannel.enh_reaper_int_2 = 0x0000106E
,
BenefitChannel.enh_reaper_reapercharge_b = 0x00001071
,
BenefitChannel.enh_reaper_active_tank_b = 0x00001072
,
BenefitChannel.enh_reaper_int_3 = 0x00001073
,
BenefitChannel.enh_reaper_reapercharge_c = 0x00001076
,
BenefitChannel.enh_reaper_active_tank_c = 0x00001077
,
BenefitChannel.enh_reaper_int_4 = 0x00001078
,
BenefitChannel.enh_reaper_active_caster_a = 0x0000107B
,
BenefitChannel.enh_reaper_active_caster_b = 0x0000107D
,
BenefitChannel.enh_reaper_active_caster_c = 0x0000107F
,
BenefitChannel.enh_reaper_cha_1 = 0x00001080
,
BenefitChannel.enh_reaper_str_1 = 0x00001081
,
BenefitChannel.enh_reaper_cha_2 = 0x00001084
,
BenefitChannel.enh_reaper_str_2 = 0x00001085
,
BenefitChannel.enh_reaper_cha_3 = 0x00001089
,
BenefitChannel.enh_reaper_str_3 = 0x0000108A
,
BenefitChannel.enh_reaper_tactics_a = 0x00001090
,
BenefitChannel.enh_reaper_dodgecap_2 = 0x00001091
,
BenefitChannel.enh_reaper_tactics_b = 0x00001092
,
BenefitChannel.enh_reaper_tactics_c = 0x00001093
,
BenefitChannel.enh_reaper_reflex_a = 0x00001094
,
BenefitChannel.enh_reaper_tactics_d = 0x00001095
,
BenefitChannel.enh_reaper_reflex_b = 0x00001096
,
BenefitChannel.enh_reaper_mrr_a = 0x00001097
,
BenefitChannel.enh_reaper_reflex_c = 0x00001098
,
BenefitChannel.enh_reaper_mrr_b = 0x00001099
,
BenefitChannel.enh_reaper_spellpen_a = 0x0000109A
,
BenefitChannel.enh_reaper_reflex_d = 0x0000109B
,
BenefitChannel.enh_reaper_mrr_c = 0x0000109C
,
BenefitChannel.enh_reaper_rangeddamage_a = 0x0000109D
,
BenefitChannel.enh_reaper_spellpen_b = 0x0000109E
,
BenefitChannel.enh_reaper_mrr_d = 0x0000109F
,
BenefitChannel.enh_reaper_rangeddamage_b = 0x000010A0
,
BenefitChannel.enh_reaper_spellpen_c = 0x000010A1
,
BenefitChannel.enh_reaper_mrr_e = 0x000010A2
,
BenefitChannel.enh_reaper_rangeddamage_c = 0x000010A3
,
BenefitChannel.enh_reaper_spellpen_d = 0x000010A4
,
BenefitChannel.enh_reaper_rangeddamage_d = 0x000010A5
,
BenefitChannel.enh_reaper_spellpen_e = 0x000010A6
,
BenefitChannel.enh_reaper_rangeddamage_e = 0x000010A7
,
BenefitChannel.enh_reaper_will_a = 0x000010A8
,
BenefitChannel.enh_reaper_will_b = 0x000010A9
,
BenefitChannel.enh_reaper_meleedamage_a = 0x000010AA
,
BenefitChannel.enh_reaper_will_c = 0x000010AB
,
BenefitChannel.enh_reaper_prr_a = 0x000010AC
,
BenefitChannel.enh_reaper_spelldamage_a = 0x000010AD
,
BenefitChannel.enh_reaper_meleedamage_b = 0x000010AE
,
BenefitChannel.enh_reaper_spelldcs_a = 0x000010AF
,
BenefitChannel.enh_reaper_will_d = 0x000010B0
,
BenefitChannel.enh_reaper_fortitude_a = 0x000010B1
,
BenefitChannel.enh_reaper_prr_b = 0x000010B2
,
BenefitChannel.enh_reaper_spelldamage_b = 0x000010B3
,
BenefitChannel.enh_reaper_meleedamage_c = 0x000010B4
,
BenefitChannel.enh_reaper_spelldcs_b = 0x000010B5
,
BenefitChannel.enh_reaper_fortitude_b = 0x000010B6
,
BenefitChannel.enh_reaper_prr_c = 0x000010B7
,
BenefitChannel.enh_reaper_spelldamage_c = 0x000010B8
,
BenefitChannel.enh_reaper_meleedamage_d = 0x000010B9
,
BenefitChannel.enh_reaper_spelldcs_c = 0x000010BA
,
BenefitChannel.enh_reaper_dodge_a = 0x000010BB
,
BenefitChannel.enh_reaper_fortitude_c = 0x000010BC
,
BenefitChannel.enh_reaper_prr_d = 0x000010BD
,
BenefitChannel.enh_reaper_spelldamage_d = 0x000010BE
,
BenefitChannel.enh_reaper_meleedamage_e = 0x000010BF
,
BenefitChannel.enh_reaper_spelldcs_d = 0x000010C0
,
BenefitChannel.enh_reaper_dodge_b = 0x000010C1
,
BenefitChannel.enh_reaper_fortitude_d = 0x000010C2
,
BenefitChannel.enh_reaper_prr_e = 0x000010C3
,
BenefitChannel.enh_reaper_spelldamage_e = 0x000010C4
,
BenefitChannel.enh_reaper_dodge_c = 0x000010C5
,
BenefitChannel.Enh_Warforged_LastWar = 0x000010C6
,
BenefitChannel.Enh_Warforged_LastWar2 = 0x000010C7
,
BenefitChannel.art_battleengineer_unlockpotential_1 = 0x000010C8
,
BenefitChannel.art_battleengineer_hammerstartraining_1 = 0x000010C9
,
BenefitChannel.art_battleengineer_causticstrike_1 = 0x000010CA
,
BenefitChannel.art_battleengineer_hammerstartraining_2 = 0x000010CB
,
BenefitChannel.art_battleengineer_hammerstartraining_3 = 0x000010CC
,
BenefitChannel.art_battleengineer_thundershockweapon_ranged_1 = 0x000010CD
,
BenefitChannel.art_battleengineer_hammerstartraining_4 = 0x000010CE
,
BenefitChannel.art_battleengineer_shatterdefenses_ranged_1 = 0x000010CF
,
BenefitChannel.art_battleengineer_agilityengine_1 = 0x000010D0
,
BenefitChannel.art_battleengineer_sunderdcs_1 = 0x000010D1
,
BenefitChannel.art_battleengineer_causticstrike_ranged_1 = 0x000010D2
,
BenefitChannel.art_battleengineer_shatterdefenses_1 = 0x000010D3
,
BenefitChannel.art_battleengineer_thundershockweapon_1 = 0x000010D4
,
BenefitChannel.art_battleengineer_critical_handandahalf = 0x000010D5
,
BenefitChannel.art_battleengineer_critical_crossbow = 0x000010D6
,
BenefitChannel.art_battleengineer_critical_hammerstar = 0x000010D7
,
BenefitChannel.enh_any_vistaniknife_knifetraining_one = 0x000010D8
,
BenefitChannel.enh_any_vistaniknife_core_two = 0x000010D9
,
BenefitChannel.enh_any_vistaniknife_core_three = 0x000010DA
,
BenefitChannel.enh_any_vistaniknife_core_five = 0x000010DB
,
BenefitChannel.enh_any_vistaniknife_core_one = 0x000010DC
,
BenefitChannel.enh_any_vistaniknife_core_six = 0x000010DD
,
BenefitChannel.enh_any_vistaniknife_core_four = 0x000010DE
,
BenefitChannel.enh_any_vistaniknife_knifetraining_five = 0x000010DF
,
BenefitChannel.enh_any_vistaniknife_knifetraining_three = 0x000010E0
,
BenefitChannel.enh_any_vistaniknife_knifetraining_four = 0x000010E1
,
BenefitChannel.enh_any_vistaniknife_knifetraining_two = 0x000010E2
,
BenefitChannel.enh_any_vistaniknife_miststalker_three = 0x000010E3
,
BenefitChannel.enh_any_vistaniknife_undeadhunter = 0x000010E4
,
BenefitChannel.enh_any_vistaniknife_miststalker_two = 0x000010E5
,
BenefitChannel.enh_any_vistaniknife_miststalker_four = 0x000010E6
,
BenefitChannel.enh_any_vistaniknife_miststalker_one = 0x000010E7
,
BenefitChannel.enh_any_vistaniknife_miststalker_five = 0x000010E8
,
BenefitChannel.enh_any_vistaniknife_acrobatic = 0x000010E9
,
BenefitChannel.enh_any_vistaniknife_deadlyblades = 0x000010EA
,
BenefitChannel.enh_any_vistaniknife_bloodedblades = 0x000010EB
,
BenefitChannel.enh_any_vistaniknife_actionboosthaste = 0x000010EC
,
BenefitChannel.enh_any_vistaniknife_dex_two = 0x000010ED
,
BenefitChannel.enh_any_vistaniknife_int_two = 0x000010EE
,
BenefitChannel.enh_any_vistaniknife_celerity = 0x000010EF
,
BenefitChannel.enh_any_vistaniknife_cha_one = 0x000010F0
,
BenefitChannel.enh_any_vistaniknife_con_one = 0x000010F1
,
BenefitChannel.enh_any_vistaniknife_str_two = 0x000010F2
,
BenefitChannel.enh_any_vistaniknife_str_one = 0x000010F3
,
BenefitChannel.enh_any_vistaniknife_cha_two = 0x000010F4
,
BenefitChannel.enh_any_vistaniknife_dex_one = 0x000010F5
,
BenefitChannel.enh_any_vistaniknife_int_one = 0x000010F6
,
BenefitChannel.enh_any_vistaniknife_con_two = 0x000010F7
,
BenefitChannel.enh_any_vistaniknife_wis_two = 0x000010F8
,
BenefitChannel.enh_any_vistaniknife_wis_one = 0x000010F9
,
BenefitChannel.enh_any_vistaniknife_doubledaggers = 0x000010FA
,
BenefitChannel.enh_any_vistaniknife_singledagger = 0x000010FB
,
BenefitChannel.enh_any_vistaniknife_bladeversatility = 0x000010FC
,
BenefitChannel.enh_any_vistaniknife_vendetta = 0x000010FD
,
BenefitChannel.enh_any_vistaniknife_blessedknives = 0x000010FE
,
BenefitChannel.enh_any_vistaniknife_blessedblades = 0x00001100
,
BenefitChannel.enh_any_vistaniknife_rapidstrike = 0x00001101
,
BenefitChannel.enh_any_vistaniknife_rapidthrow = 0x00001102
,
BenefitChannel.enh_aasimar_improvedrecovery_channel = 0x00001103
,
BenefitChannel.enh_aasimar_improvedrecovery_2_channel = 0x00001104
,
BenefitChannel.enh_aasimar_divinepurpose_scourge_channel = 0x00001105
,
BenefitChannel.enh_aasimar_divinepurpose_protector_channel = 0x00001106
,
BenefitChannel.enh_aasimar_truereslience_fort_channel = 0x00001107
,
BenefitChannel.enh_aasimar_core_wis_4_channel = 0x00001108
,
BenefitChannel.enh_aasimar_fightthewicked_channel = 0x00001109
,
BenefitChannel.enh_aasimar_core_cha_4_channel = 0x0000110A
,
BenefitChannel.enh_aasimar_fightthewicked_3_channel = 0x0000110B
,
BenefitChannel.enh_aasimar_divineresolve_str_channel = 0x0000110C
,
BenefitChannel.enh_aasimar_divinepurpose_fallen_channel = 0x0000110D
,
BenefitChannel.enh_aasimar_counsel_channel = 0x0000110E
,
BenefitChannel.enh_aasimar_core_1_channel = 0x0000110F
,
BenefitChannel.enh_aasimar_core_str_4_channel = 0x00001110
,
BenefitChannel.enh_aasimar_improvedrecovery_3_channel = 0x00001111
,
BenefitChannel.enh_aasimar_celestialtutelage_quickdraw_channel = 0x00001112
,
BenefitChannel.enh_aasimar_celestialtutelage_towershield_channel = 0x00001113
,
BenefitChannel.enh_aasimar_divineresolve_cha_channel = 0x00001114
,
BenefitChannel.enh_aasimar_core_wis_2_channel = 0x00001115
,
BenefitChannel.enh_aasimar_divineform_protector_channel = 0x00001116
,
BenefitChannel.enh_aasimar_celestialtutelage_bastardsword_channel = 0x00001117
,
BenefitChannel.enh_aasimar_divinecharge_channel = 0x00001118
,
BenefitChannel.enh_aasimar_divineform_scourge_channel = 0x00001119
,
BenefitChannel.enh_aasimar_divineresolve_wis_channel = 0x0000111A
,
BenefitChannel.enh_aasimar_divineform_fallen_channel = 0x0000111B
,
BenefitChannel.enh_aasimar_arcanum_channel = 0x0000111C
,
BenefitChannel.enh_aasimar_core_5_channel = 0x0000111D
,
BenefitChannel.enh_aasimar_core_cha_2_channel = 0x0000111E
,
BenefitChannel.enh_aasimar_truereslience_ref_channel = 0x0000111F
,
BenefitChannel.enh_aasimar_core_str_2_channel = 0x00001120
,
BenefitChannel.enh_aasimar_celestialtutelage_magicaltraining_channel = 0x00001121
,
BenefitChannel.enh_aasimar_fightthewicked_2_channel = 0x00001122
,
BenefitChannel.enh_aasimar_bold_channel = 0x00001123
,
BenefitChannel.enh_aasimar_truereslience_will_channel = 0x00001124
,
BenefitChannel.enh_aasimar_core_3_channel = 0x00001125
,
BenefitChannel.enh_any_vistaniknife_whirlingblades = 0x00001126
,
BenefitChannel.enh_any_vistaniknife_fanofknives = 0x00001127
,
BenefitChannel.enh_aasimar_improvedscourgeweapons_channel = 0x00001128
,
BenefitChannel.enh_aasimar_wishitdmg_channel = 0x00001129
,
BenefitChannel.enh_aasimar_destroyerofthedead_channel = 0x0000112A
,
BenefitChannel.enh_aasimar_core_3_iconic_channel = 0x0000112B
,
BenefitChannel.enh_aasimar_scourgeweapons_channel = 0x0000112C
,
BenefitChannel.enh_aasimar_magic_channel = 0x0000112D
,
BenefitChannel.enh_aasimar_greaterscourgeweapons_channel = 0x0000112E
,
BenefitChannel.enh_aasimar_moremagic_channel = 0x0000112F
,
BenefitChannel.enh_aasimar_strikedown_channel = 0x00001130
,
BenefitChannel.Benefit_FavoredSoul_Warpriest_DivinePresence = 0x00001131
,
BenefitChannel.Benefit_FavoredSoul_Warpriest_DivineWill = 0x00001132
,
BenefitChannel.Ranger_ArcaneArcher_5_Passive = 0x00001133
,
BenefitChannel.Enh_Sorcerer_WaterSavant_Cantrip = 0x00001134
,
BenefitChannel.Enh_Sorcerer_EarthSavant_Cantrip = 0x00001135
,
BenefitChannel.Enh_Sorcerer_AirSavant_Cantrip = 0x00001136
,
BenefitChannel.Enh_Sorcerer_FireSavant_Cantrip = 0x00001137
,
BenefitChannel.art_renegade_renewalconstruct_1 = 0x00001138
,
BenefitChannel.art_renegade_reinforcedarmor_1 = 0x00001139
,
BenefitChannel.art_renegade_actionboostdefense_1 = 0x0000113A
,
BenefitChannel.art_renegade_core_2 = 0x0000113B
,
BenefitChannel.art_renegade_admixture_ccw_1 = 0x0000113C
,
BenefitChannel.art_renegade_skills_1 = 0x0000113D
,
BenefitChannel.art_renegade_core_3 = 0x0000113E
,
BenefitChannel.art_renegade_paragonbody_1 = 0x0000113F
,
BenefitChannel.art_renegade_embedcomponent_1 = 0x00001140
,
BenefitChannel.art_renegade_core_4 = 0x00001141
,
BenefitChannel.art_renegade_converter_1 = 0x00001142
,
BenefitChannel.art_renegade_toughness_1 = 0x00001143
,
BenefitChannel.art_renegade_core_5 = 0x00001144
,
BenefitChannel.art_renegade_reconstruct_1 = 0x00001145
,
BenefitChannel.art_renegade_core_6 = 0x00001146
,
BenefitChannel.art_renegade_armormastery_1 = 0x00001147
,
BenefitChannel.art_renegade_rmd_1 = 0x00001148
,
BenefitChannel.art_renegade_rld_1 = 0x00001149
,
BenefitChannel.art_renegade_instantfix_1 = 0x0000114A
,
BenefitChannel.art_renegade_constitution_1 = 0x0000114B
,
BenefitChannel.art_renegade_constitution_2 = 0x0000114C
,
BenefitChannel.art_renegade_regenconstruct_1 = 0x0000114D
,
BenefitChannel.art_renegade_prr_1 = 0x0000114E
,
BenefitChannel.art_renegade_core_3_passive = 0x0000114F
,
BenefitChannel.art_renegade_mastermaker_1 = 0x00001150
,
BenefitChannel.art_renegade_spellpower_b_1 = 0x00001151
,
BenefitChannel.art_renegade_core_6_passive = 0x00001152
,
BenefitChannel.art_renegade_intelligence_1 = 0x00001153
,
BenefitChannel.art_renegade_wardingconstruct_1 = 0x00001154
,
BenefitChannel.art_renegade_conjurecomponent_1 = 0x00001155
,
BenefitChannel.art_renegade_admixture_clw_1 = 0x00001156
,
BenefitChannel.art_renegade_intelligence_2 = 0x00001157
,
BenefitChannel.art_renegade_strongeradmixtures_1 = 0x00001158
,
BenefitChannel.art_renegade_spellpower_a_1 = 0x00001159
,
BenefitChannel.art_renegade_core_5_passive = 0x0000115A
,
BenefitChannel.art_renegade_core_1 = 0x0000115B
,
BenefitChannel.Benefit_Druid_naturesprotector_foreceofnature = 0x0000115D
,
BenefitChannel.Benefit_Druid_naturesprotector_lightning_strike = 0x0000115F
,
BenefitChannel.Benefit_Druid_naturesprotector_boost = 0x00001161
,
BenefitChannel.Benefit_Druid_naturesprotector = 0x00001162
,
BenefitChannel.Benefit_Druid_naturesprotector_refresh = 0x00001163
,
BenefitChannel.Benefit_Druid_naturesprotector_ursa_con = 0x00001164
,
BenefitChannel.Benefit_Druid_naturesprotector_brutality = 0x00001165
,
BenefitChannel.Benefit_Druid_naturesprotector_ursa_hp = 0x00001166
,
BenefitChannel.Benefit_Druid_naturesprotector_blood_claws = 0x00001167
,
BenefitChannel.Benefit_Druid_naturesprotector_thickhide = 0x00001168
,
BenefitChannel.Benefit_Druid_naturesprotector_fey_beast = 0x00001169
,
BenefitChannel.Benefit_Druid_naturesprotector_sharpclaws = 0x0000116A
,
BenefitChannel.Benefit_Druid_naturesprotector_savage_roar = 0x0000116B
,
BenefitChannel.Benefit_Druid_naturesprotector_ursa_resist = 0x0000116C
,
BenefitChannel.Benefit_Druid_naturesprotector_wisdom = 0x0000116D
,
BenefitChannel.Benefit_Druid_naturesprotector_strength = 0x0000116E
,
BenefitChannel.Benefit_Druid_naturesprotector_rage = 0x0000116F
,
BenefitChannel.Benefit_Druid_Brother_Wolf = 0x00001170
,
BenefitChannel.Benefit_Druid_Evasion = 0x00001171
,
BenefitChannel.Benefit_Druid_Ferocity = 0x00001172
,
BenefitChannel.Benefit_Druid_Stalking_Prey = 0x00001173
,
BenefitChannel.Benefit_Druid_Snapping_Jaws = 0x00001174
,
BenefitChannel.Benefit_Druid_Jaws_Of_The_Wolf = 0x00001175
,
BenefitChannel.Benefit_Druid_Ghost_Wolf = 0x00001176
,
BenefitChannel.Benefit_Druid_White_Wolf = 0x00001177
,
BenefitChannel.Benefit_Druid_Prey_On_The_Weak = 0x00001178
,
BenefitChannel.Benefit_Druid_Take_Down = 0x00001179
,
BenefitChannel.Benefit_Druid_Shared_Spirit = 0x0000117A
,
BenefitChannel.Benefit_Druid_SaltRay = 0x0000117B
,
BenefitChannel.art_renegade_meleeattack_1 = 0x0000117C
,
BenefitChannel.art_renegade_meleearmor_1 = 0x0000117D
,
BenefitChannel.Benefit_Druid_LightningStrikesMountain = 0x0000117E
,
BenefitChannel.Benefit_Druid_Bear_Charge = 0x0000117F
,
BenefitChannel.Benefit_Druid_naturesprotector_ursa_hp_2 = 0x00001180
,
BenefitChannel.Benefit_Druid_naturesprotector_ursa_hp_3 = 0x00001181
,
BenefitChannel.Benefit_Druid_naturesprotector_ursa_resist_2 = 0x00001182
,
BenefitChannel.Benefit_Druid_naturesprotector_ursa_resist_3 = 0x00001183
,
BenefitChannel.Benefit_Druid_naturesprotector_improved_def_3_b = 0x00001184
,
BenefitChannel.Benefit_Druid_naturesprotector_improved_def_3_c = 0x00001185
,
BenefitChannel.Benefit_Druid_naturesprotector_improved_def_2_b = 0x00001186
,
BenefitChannel.Benefit_Druid_naturesprotector_improved_def_2_c = 0x00001187
,
BenefitChannel.Benefit_Druid_naturesprotector_ursa_con_2 = 0x00001188
,
BenefitChannel.Benefit_Druid_naturesprotector_improved_def_1_b = 0x00001189
,
BenefitChannel.Benefit_Druid_naturesprotector_ursa_con_3 = 0x0000118A
,
BenefitChannel.Benefit_Druid_naturesprotector_improved_def_1_c = 0x0000118B
,
BenefitChannel.Benefit_Druid_naturesprotector_improved_def_1 = 0x0000118C
,
BenefitChannel.Benefit_Druid_naturesprotector_improved_def_2 = 0x0000118D
,
BenefitChannel.Benefit_Druid_naturesprotector_improved_def_3 = 0x0000118E
,
BenefitChannel.art_renegade_actionboostsaves_1 = 0x0000118F
,
BenefitChannel.Artificer_Arcanotechnician_Skills = 0x00001190
,
BenefitChannel.art_renegade_mightyslam_1 = 0x00001191
,
BenefitChannel.art_renegade_amp_1 = 0x00001192
,
BenefitChannel.art_renegade_unbreakableforcefield_1 = 0x00001193
,
BenefitChannel.art_renegade_battlefist_1 = 0x00001194
,
BenefitChannel.art_renegade_unbreakableforcefield_guard_1 = 0x00001195
,
BenefitChannel.enh_any_harperagent_falconry_1_channel = 0x00001196
,
BenefitChannel.enh_any_harperagent_falconry_2_channel = 0x00001197
,
BenefitChannel.enh_any_harperagent_falconry_picker_a_channel = 0x00001198
,
BenefitChannel.enh_any_harperagent_falconry_picker_b_channel = 0x00001199
,
BenefitChannel.enh_any_harperagent_falconry_3_channel = 0x0000119A
,
BenefitChannel.FavoredSoul_BeaconOfHope_Core_1 = 0x0000119B
,
BenefitChannel.FavoredSoul_BeaconOfHope_Core_2 = 0x0000119C
,
BenefitChannel.FavoredSoul_BeaconOfHope_Core_3 = 0x0000119D
,
BenefitChannel.FavoredSoul_BeaconOfHope_Core_4 = 0x0000119E
,
BenefitChannel.FavoredSoul_BeaconOfHope_Core_5 = 0x0000119F
,
BenefitChannel.FavoredSoul_BeaconOfHope_Core_6 = 0x000011A0
,
BenefitChannel.enh_fvs_warpriest_rangedattack = 0x000011A4
,
BenefitChannel.enh_clr_warpriest_rangedattack = 0x000011A5
,
BenefitChannel.enh_fvs_beaconofhope_spellcrit_3 = 0x000011A6
,
BenefitChannel.enh_clr_warpriest_core_1_ranged_passive = 0x000011A7
,
BenefitChannel.enh_fvs_beaconofhope_spellcrit_4 = 0x000011A8
,
BenefitChannel.enh_clr_warpriest_meleeattack = 0x000011A9
,
BenefitChannel.enh_fvs_angelofvengeance_sunbolt = 0x000011AA
,
BenefitChannel.enh_fvs_beaconofhope_mightsreward_wis = 0x000011AB
,
BenefitChannel.enh_fvs_beaconofhope_closewounds = 0x000011AC
,
BenefitChannel.FavoredSoul_AngelOfVengeance_Innate_6_GEN_CHA = 0x000011AD
,
BenefitChannel.enh_fvs_beaconofhope_goodhope = 0x000011AE
,
BenefitChannel.enh_clr_warpriest_impmeleeattack = 0x000011AF
,
BenefitChannel.enh_fvs_beaconofhope_spellpoints = 0x000011B0
,
BenefitChannel.enh_fvs_beaconofhope_skills = 0x000011B1
,
BenefitChannel.enh_fvs_warpriest_doubleshot = 0x000011B2
,
BenefitChannel.enh_clr_warpriest_imprangedattack = 0x000011B3
,
BenefitChannel.enh_clr_warpriest_doubleshot = 0x000011B4
,
BenefitChannel.enh_clr_warpriest_doublestrike = 0x000011B5
,
BenefitChannel.enh_fvs_angelofvengeance_nimbus = 0x000011B6
,
BenefitChannel.enh_fvs_beaconofhope_hopebuff_1 = 0x000011B7
,
BenefitChannel.enh_clr_warpriest_actionboost_damage = 0x000011B8
,
BenefitChannel.enh_fvs_beaconofhope_wallofhealing = 0x000011B9
,
BenefitChannel.enh_fvs_beaconofhope_raisedead = 0x000011BA
,
BenefitChannel.enh_fvs_beaconofhope_hopebuff_2 = 0x000011BB
,
BenefitChannel.enh_fvs_warpriest_core_6_cha = 0x000011BC
,
BenefitChannel.enh_fvs_beaconofhope_hopebuff_3 = 0x000011BD
,
BenefitChannel.enh_fvs_beaconofhope_mightsreward_cha = 0x000011BE
,
BenefitChannel.enh_fvs_beaconofhope_mightsreward_str = 0x000011BF
,
BenefitChannel.enh_fvs_beaconofhope_prr = 0x000011C0
,
BenefitChannel.enh_fvs_beaconofhope_hopebuff_4 = 0x000011C1
,
BenefitChannel.enh_fvs_warpriest_core_1_ranged = 0x000011C2
,
BenefitChannel.enh_clr_warpriest_core_6_cha_passive = 0x000011C3
,
BenefitChannel.enh_clr_warpriest_core_6_cha = 0x000011C4
,
BenefitChannel.enh_clr_warpriest_core_1_ranged = 0x000011C5
,
BenefitChannel.enh_fvs_warpriest_core_6_wis_passive = 0x000011C6
,
BenefitChannel.enh_fvs_beaconofhope_cha = 0x000011C7
,
BenefitChannel.enh_fvs_warpriest_imprangedattack = 0x000011C8
,
BenefitChannel.enh_clr_warpriest_core_6_wis = 0x000011C9
,
BenefitChannel.enh_fvs_warpriest_impmeleeattack = 0x000011CA
,
BenefitChannel.enh_clr_warpriest_core_6_wis_passive = 0x000011CB
,
BenefitChannel.enh_fvs_beaconofhope_optimism = 0x000011CC
,
BenefitChannel.enh_fvs_beaconofhope_mrr = 0x000011CD
,
BenefitChannel.enh_fvs_beaconofhope_undyingbeacon = 0x000011CE
,
BenefitChannel.FavoredSoul_AngelOfVengeance_Innate_6_GEN_WIS = 0x000011CF
,
BenefitChannel.enh_fvs_warpriest_meleeattack = 0x000011D0
,
BenefitChannel.enh_fvs_warpriest_core_6_cha_passive = 0x000011D1
,
BenefitChannel.enh_fvs_beaconofhope_heal = 0x000011D2
,
BenefitChannel.enh_fvs_beaconofhope_deathward = 0x000011D3
,
BenefitChannel.enh_fvs_warpriest_actionboost_haste = 0x000011D4
,
BenefitChannel.enh_fvs_warpriest_core_1_ranged_passive = 0x000011D5
,
BenefitChannel.enh_fvs_angelofvengeance_cometfall = 0x000011D6
,
BenefitChannel.enh_fvs_warpriest_doublestrike = 0x000011D7
,
BenefitChannel.enh_fvs_warpriest_core_6_wis = 0x000011D8
,
BenefitChannel.enh_fvs_beaconofhope_wis = 0x000011D9
,
BenefitChannel.enh_fvs_beaconofhope_efficientempowerhealing = 0x000011DA
,
BenefitChannel.enh_fvs_beaconofhope_spellcrit_1 = 0x000011DB
,
BenefitChannel.enh_fvs_beaconofhope_spellcrit_2 = 0x000011DC
,
BenefitChannel.enh_fvs_beaconofhope_cha_2 = 0x000011DD
,
BenefitChannel.enh_fvs_beaconofhope_wis_2 = 0x000011DE
,
BenefitChannel.FavoredSoul_BeaconOfHope_Core_6_CHA = 0x000011DF
,
BenefitChannel.enh_fvs_warpriest_styleupgrade = 0x000011E2
,
BenefitChannel.enh_clr_warpriest_styleupgrade = 0x000011E3
,
BenefitChannel.enh_fvs_angelofvengeance_archonupgrade = 0x000011E4
,
BenefitChannel.benefit_any_falconry_core_statbonus_1 = 0x000011E5
,
BenefitChannel.benefit_any_falconry_core_statbonus_2 = 0x000011E6
,
BenefitChannel.enh_any_falconry_wanderlust_channel = 0x000011E7
,
BenefitChannel.enh_any_falconry_nature_channel = 0x000011E8
,
BenefitChannel.enh_any_falconry_accuracy_channel = 0x000011E9
,
BenefitChannel.enh_any_falconry_rugged_channel = 0x000011EA
,
BenefitChannel.enh_any_falconry_core_capstone_channel = 0x000011EB
,
BenefitChannel.enh_any_falconry_core_wellrounded_channel = 0x000011EC
,
BenefitChannel.enh_any_falconry_meticulous_weaponry_channel = 0x000011ED
,
BenefitChannel.enh_any_falconry_actionboost_channel = 0x000011EE
,
BenefitChannel.enh_any_falconry_watchthecenter_channel = 0x000011F0
,
BenefitChannel.enh_any_falconry_killerinstinct_channel = 0x000011F1
,
BenefitChannel.enh_any_falconry_conditioning_channel = 0x000011F2
,
BenefitChannel.enh_any_falconry_tear_flesh_channel = 0x000011F3
,
BenefitChannel.enh_any_falconry_eagle_eyes_channel = 0x000011F4
,
BenefitChannel.enh_any_falconry_dangerous_channel = 0x000011F5
,
BenefitChannel.enh_any_falconry_no_mercy_channel = 0x000011F6
,
BenefitChannel.enh_any_falconry_expose_weakness_channel = 0x000011F7
,
BenefitChannel.enh_any_falconry_shared_vision_channel = 0x000011F8
,
BenefitChannel.Enh_WildElf_DexHitDmg = 0x00001200
,
BenefitChannel.Enh_WildElf_Versatile = 0x00001201
,
BenefitChannel.Enh_WildElf_WildStep = 0x00001202
,
BenefitChannel.Enh_WildElf_Str_1 = 0x00001203
,
BenefitChannel.Enh_WildElf_Str_2 = 0x00001204
,
BenefitChannel.Enh_WildElf_WildOrigins = 0x00001205
,
BenefitChannel.Enh_WildElf_SkillSaves = 0x00001206
,
BenefitChannel.Enh_WildElf_MeleeDamage_1 = 0x00001207
,
BenefitChannel.Enh_WildElf_MeleeDamage_2 = 0x00001208
,
BenefitChannel.Enh_WildElf_MeleeDamage_3 = 0x00001209
,
BenefitChannel.Enh_WildElf_MeleeDamage_4 = 0x0000120A
,
BenefitChannel.enh_sor_eldritchknight_radiantforcefieldsla = 0x0000120B
,
BenefitChannel.enh_sor_eldritchknight_castcrits = 0x0000120C
,
BenefitChannel.enh_sor_eldritchknight_destruction = 0x0000120D
,
BenefitChannel.enh_wiz_eldritchknight_abboost = 0x0000120E
,
BenefitChannel.enh_sor_eldritchknight_transformation_boost = 0x0000120F
,
BenefitChannel.enh_wiz_eldritchknight_radiantforcefieldsla = 0x00001210
,
BenefitChannel.enh_wiz_eldritchknight_meleeattack = 0x00001211
,
BenefitChannel.enh_wiz_eldritchknight_orb = 0x00001212
,
BenefitChannel.enh_wiz_eldritchknight_core_2_passive = 0x00001213
,
BenefitChannel.enh_sor_eldritchknight_meleeattack = 0x00001214
,
BenefitChannel.enh_sor_eldritchknight_actionboost_spellpower = 0x00001215
,
BenefitChannel.enh_wiz_eldritchknight_transformation = 0x00001216
,
BenefitChannel.enh_wiz_eldritchknight_core_3_passive = 0x00001217
,
BenefitChannel.enh_wiz_eldritchknight_actionboost_spellpower = 0x00001218
,
BenefitChannel.enh_sor_eldritchknight_core_2_passive = 0x00001219
,
BenefitChannel.enh_wiz_eldritchknight_ghosttouch = 0x0000121A
,
BenefitChannel.enh_wiz_eldritchknight_core_4_passive = 0x0000121B
,
BenefitChannel.enh_sor_eldritchknight_ghosttouch = 0x0000121C
,
BenefitChannel.enh_wiz_eldritchknight_transformation_boost = 0x0000121D
,
BenefitChannel.enh_sor_eldritchknight_arcanewarrior = 0x0000121E
,
BenefitChannel.enh_sor_eldritchknight_abboost = 0x0000121F
,
BenefitChannel.enh_wiz_eldritchknight_core_5_passive = 0x00001220
,
BenefitChannel.enh_sor_eldritchknight_transformation_dc = 0x00001221
,
BenefitChannel.enh_sor_eldritchknight_core_3_passive = 0x00001222
,
BenefitChannel.enh_sor_eldritchknight_transformation = 0x00001223
,
BenefitChannel.enh_sor_eldritchknight_core_4_passive = 0x00001224
,
BenefitChannel.enh_sor_eldritchknight_scoretohit = 0x00001225
,
BenefitChannel.enh_sor_eldritchknight_orb = 0x00001226
,
BenefitChannel.enh_wiz_eldritchknight_scoretohit = 0x00001227
,
BenefitChannel.enh_wiz_eldritchknight_transformation_dc = 0x00001228
,
BenefitChannel.enh_sor_eldritchknight_core_5_passive = 0x00001229
,
BenefitChannel.enh_wiz_eldritchknight_arcanewarrior = 0x0000122A
,
BenefitChannel.enh_wiz_eldritchknight_destruction = 0x0000122B
,
BenefitChannel.enh_wiz_eldritchknight_castcrits = 0x0000122C
,
BenefitChannel.enh_sor_eldritchknight_transformation_dcc = 0x0000122D
,
BenefitChannel.enh_wiz_eldritchknight_transformation_dcc = 0x0000122E
,
BenefitChannel.enh_tiefling_improvedscorch_channel = 0x0000122F
,
BenefitChannel.enh_tiefling_core_1_channel = 0x00001230
,
BenefitChannel.enh_scoundrel_weapons_channel = 0x00001233
,
BenefitChannel.enh_tiefling_skills_channel = 0x00001234
,
BenefitChannel.enh_tiefling_lastingdarkness_channel = 0x00001237
,
BenefitChannel.enh_tiefling_wandandscrollmastery_channel = 0x00001238
,
BenefitChannel.enh_scoundrel_core_5_channel = 0x00001239
,
BenefitChannel.enh_tiefling_core_2_channel = 0x0000123C
,
BenefitChannel.enh_tiefling_infernalresistance_acid_2 = 0x0000123D
,
BenefitChannel.enh_tiefling_spellcrit_2 = 0x0000123F
,
BenefitChannel.enh_tiefling_spellcrit_channel = 0x00001240
,
BenefitChannel.enh_scoundrel_danceinthedarkness_channel = 0x00001244
,
BenefitChannel.enh_tiefling_infernalresistance_cold_2 = 0x00001248
,
BenefitChannel.enh_tiefling_mrr_channel = 0x00001249
,
BenefitChannel.enh_tiefling_servantofdarkness_channel = 0x0000124A
,
BenefitChannel.enh_scoundrel_disarmingcoda_channel = 0x0000124B
,
BenefitChannel.enh_tiefling_traditionalistcaster_channel = 0x0000124C
,
BenefitChannel.enh_tiefling_obscuringdarkness_channel = 0x0000124D
,
BenefitChannel.enh_tiefling_scorch_channel = 0x0000124E
,
BenefitChannel.enh_scoundrel_skills_channel = 0x00001252
,
BenefitChannel.enh_scoundrel_core_1_channel = 0x00001256
,
BenefitChannel.enh_tiefling_core_5_channel = 0x0000125F
,
BenefitChannel.enh_tiefling_firepower_electric_channel = 0x00001265
,
BenefitChannel.enh_tiefling_infernalresistance_acid_channel = 0x00001266
,
BenefitChannel.enh_scoundrel_magicofmelodies_channel = 0x00001269
,
BenefitChannel.enh_scoundrel_darkweapons_channel = 0x0000126A
,
BenefitChannel.enh_scoundrel_sonataofdarkness_channel = 0x0000126E
,
BenefitChannel.enh_scoundrel_infernalsongs_channel = 0x0000126F
,
BenefitChannel.enh_tiefling_infernalresistance_cold_channel = 0x00001270
,
BenefitChannel.enh_scoundrel_improvedfiddle_channel = 0x00001271
,
BenefitChannel.enh_tiefling_firepower_cold_channel = 0x00001273
,
BenefitChannel.enh_scoundrel_weapons_3 = 0x00001274
,
BenefitChannel.enh_scoundrel_improvedinspiration_channel = 0x00001275
,
BenefitChannel.enh_scoundrel_core_3_channel = 0x00001278
,
BenefitChannel.enh_tiefling_firepower_acid_channel = 0x0000127B
,
BenefitChannel.enh_tiefling_studentofdarkness_channel = 0x0000127C
,
BenefitChannel.enh_tiefling_core_3_channel = 0x0000127D
,
BenefitChannel.enh_scoundrel_fiddlecc_channel = 0x00001280
,
BenefitChannel.enh_scoundrel_fascinate_channel = 0x00001283
,
BenefitChannel.enh_tiefling_ferociousrebuke_channel = 0x00001284
,
BenefitChannel.enh_tiefling_hellishrebuke_channel = 0x00001285
,
BenefitChannel.enh_tiefling_core_4_channel = 0x00001286
,
BenefitChannel.enh_scoundrel_scoundrel_weapons_2 = 0x00001287
,
BenefitChannel.enh_tiefling_saves_channel = 0x00001288
,
BenefitChannel.enh_inquisitive_diplomaticimmunity = 0x0000128B
,
BenefitChannel.enh_inquisitive_attack = 0x0000128C
,
BenefitChannel.enh_inquisitive_observation_1 = 0x0000128D
,
BenefitChannel.enh_inquisitive_wandandscrollmastery = 0x0000128E
,
BenefitChannel.enh_inquisitive_core_1 = 0x0000128F
,
BenefitChannel.enh_inquisitive_path_a = 0x00001290
,
BenefitChannel.enh_inquisitive_lawdmg_1 = 0x00001291
,
BenefitChannel.enh_inquisitive_core_2 = 0x00001292
,
BenefitChannel.enh_inquisitive_path_b = 0x00001293
,
BenefitChannel.enh_inquisitive_lawdmg_2 = 0x00001294
,
BenefitChannel.enh_inquisitive_conjurebolts = 0x00001295
,
BenefitChannel.enh_inquisitive_core_3 = 0x00001296
,
BenefitChannel.enh_inquisitive_path_c = 0x00001297
,
BenefitChannel.enh_inquisitive_lawdmg_3 = 0x00001298
,
BenefitChannel.enh_inquisitive_core_4 = 0x00001299
,
BenefitChannel.enh_inquisitive_core_5 = 0x0000129A
,
BenefitChannel.enh_inquisitive_core_6 = 0x0000129B
,
BenefitChannel.enh_inquisitive_con_1 = 0x0000129C
,
BenefitChannel.enh_inquisitive_shootfirst = 0x0000129D
,
BenefitChannel.enh_inquisitive_accuracy = 0x0000129E
,
BenefitChannel.enh_inquisitive_con_2 = 0x0000129F
,
BenefitChannel.enh_inquisitive_int_1 = 0x000012A0
,
BenefitChannel.enh_inquisitive_fusilade = 0x000012A1
,
BenefitChannel.enh_inquisitive_int_2 = 0x000012A2
,
BenefitChannel.enh_inquisitive_skills = 0x000012A3
,
BenefitChannel.enh_inquisitive_style_arcane = 0x000012A4
,
BenefitChannel.enh_inquisitive_style_divine = 0x000012A5
,
BenefitChannel.enh_inquisitive_asklater = 0x000012A6
,
BenefitChannel.enh_inquisitive_cha_1 = 0x000012A7
,
BenefitChannel.enh_inquisitive_cha_2 = 0x000012A8
,
BenefitChannel.enh_inquisitive_wis_1 = 0x000012A9
,
BenefitChannel.enh_inquisitive_wis_2 = 0x000012AA
,
BenefitChannel.enh_inquisitive_style_dashing = 0x000012AB
,
BenefitChannel.enh_inquisitive_cc_1 = 0x000012AC
,
BenefitChannel.enh_inquisitive_improvedobservation = 0x000012AD
,
BenefitChannel.enh_inquisitive_dex_1 = 0x000012AE
,
BenefitChannel.enh_inquisitive_actionboostskills = 0x000012AF
,
BenefitChannel.enh_inquisitive_dex_2 = 0x000012B0
,
BenefitChannel.enh_inquisitive_str_1 = 0x000012B1
,
BenefitChannel.enh_inquisitive_askfirst = 0x000012B2
,
BenefitChannel.enh_inquisitive_str_2 = 0x000012B3
,
BenefitChannel.enh_inquisitive_crossbowstyle_2 = 0x000012B4
,
BenefitChannel.enh_inquisitive_crossbowstyle = 0x000012B5
,
BenefitChannel.enh_inquisitive_shootlater = 0x000012B6
,
BenefitChannel.enh_inquisitive_crossbowstyle_3 = 0x000012B7
,
BenefitChannel.enh_inquisitive_style_martial = 0x000012B8
,
BenefitChannel.enh_inquisitive_crossbowstyle_4 = 0x000012B9
,
BenefitChannel.enh_inquisitive_improveduncannydodge = 0x000012BA
,
BenefitChannel.enh_scoundrel_arpeggio_ash_construct_channel = 0x000012BB
,
BenefitChannel.enh_scoundrel_arpeggio_ash_ooze_channel = 0x000012BC
,
BenefitChannel.enh_scoundrel_arpeggio_ash_boss_channel = 0x000012BD
,
BenefitChannel.enh_scoundrel_arpeggio_ash_channel = 0x000012BE
,
BenefitChannel.enh_scoundrel_arpeggio_ash_undead_channel = 0x000012BF
,
BenefitChannel.enh_scoundrel_arpeggio_ash_vermin_channel = 0x000012C0
,
BenefitChannel.Enh_Epic_GrandmasterOfFlowers_Critical = 0x000012C1
,
BenefitChannel.Enh_Epic_GrandmasterOfFlowers_Attack = 0x000012C2
,
BenefitChannel.Enh_Epic_GrandmasterOfFlowers_WisHitDmg = 0x000012C3
,
BenefitChannel.enh_wiz_palemaster_improved_shrouding_enchant_3 = 0x000012C4
,
BenefitChannel.enh_wiz_palemaster_improved_shrouding_neg_dam_3 = 0x000012C5
,
BenefitChannel.enh_wiz_palemaster_improved_shrouding_ghost_touch_2 = 0x000012C6
,
BenefitChannel.enh_wiz_palemaster_lichform_alternate = 0x000012C7
,
BenefitChannel.enh_wiz_palemaster_improved_shrouding_ghost_touch_3 = 0x000012C8
,
BenefitChannel.enh_wiz_palemaster_improved_shrouding_necro_channel = 0x000012C9
,
BenefitChannel.enh_wiz_palemaster_improved_shrouding_ass_channel = 0x000012CA
,
BenefitChannel.enh_wiz_palemaster_unholy_avatar = 0x000012CB
,
BenefitChannel.enh_wiz_palemaster_dark_discorporation_active = 0x000012CC
,
BenefitChannel.enh_wiz_palemaster_improved_shrouding_neg_sp_channel = 0x000012CD
,
BenefitChannel.enh_wiz_palemaster_improved_shrouding_mrr_2 = 0x000012CE
,
BenefitChannel.enh_wiz_palemaster_improved_shrouding_mrr_3 = 0x000012CF
,
BenefitChannel.enh_wiz_palemaster_improved_shrouding_cold_channel = 0x000012D0
,
BenefitChannel.enh_wiz_palemaster_improved_shrouding_incorp_channel = 0x000012D1
,
BenefitChannel.enh_wiz_palemaster_improved_shrouding_hp_channel = 0x000012D2
,
BenefitChannel.enh_wiz_palemaster_improved_shrouding_necro_2 = 0x000012D3
,
BenefitChannel.enh_wiz_palemaster_improved_shrouding_neg_dam_channel = 0x000012D4
,
BenefitChannel.enh_wiz_palemaster_improved_shrouding_necro_3 = 0x000012D5
,
BenefitChannel.enh_wiz_palemaster_improved_shrouding_hp_2 = 0x000012D6
,
BenefitChannel.enh_wiz_palemaster_zombieform_alternate = 0x000012D7
,
BenefitChannel.enh_wiz_palemaster_improved_shrouding_hp_3 = 0x000012D8
,
BenefitChannel.enh_wiz_palemaster_improved_shrouding_electric_2 = 0x000012D9
,
BenefitChannel.enh_wiz_palemaster_improved_shrouding_incorp_2 = 0x000012DA
,
BenefitChannel.enh_wiz_palemaster_improved_shrouding_electric_3 = 0x000012DB
,
BenefitChannel.enh_wiz_palemaster_improved_shrouding_incorp_3 = 0x000012DC
,
BenefitChannel.enh_wiz_palemaster_improved_shrouding_neg_sp_2 = 0x000012DD
,
BenefitChannel.enh_wiz_palemaster_improved_shrouding_ass_2 = 0x000012DE
,
BenefitChannel.enh_wiz_palemaster_improved_shrouding_electric_channel = 0x000012DF
,
BenefitChannel.enh_wiz_palemaster_improved_shrouding_enchant_channel = 0x000012E0
,
BenefitChannel.enh_wiz_palemaster_improved_shrouding_mrr_channel = 0x000012E1
,
BenefitChannel.enh_wiz_palemaster_improved_shrouding_neg_sp_3 = 0x000012E2
,
BenefitChannel.enh_wiz_palemaster_improved_shrouding_ass_3 = 0x000012E3
,
BenefitChannel.enh_wiz_palemaster_wraithform_alternate = 0x000012E4
,
BenefitChannel.enh_wiz_palemaster_improved_shrouding_cold_2 = 0x000012E5
,
BenefitChannel.enh_wiz_palemaster_vampireform_alternate = 0x000012E6
,
BenefitChannel.enh_wiz_palemaster_dark_discorporation_passive = 0x000012E7
,
BenefitChannel.enh_wiz_palemaster_improved_shrouding_cold_3 = 0x000012E8
,
BenefitChannel.enh_wiz_palemaster_improved_shrouding_ghost_touch_channel = 0x000012E9
,
BenefitChannel.enh_wiz_palemaster_improved_shrouding_enchant_2 = 0x000012EA
,
BenefitChannel.enh_wiz_palemaster_improved_shrouding_neg_dam_2 = 0x000012EB
,
BenefitChannel.Epic_WildHunter_Adrenalineshot = 0x000012EC
,
BenefitChannel.Epic_UnyieldingSentinel_Attack_Threat = 0x000012ED
,
BenefitChannel.Epic_UnyieldingSentinel_Attack_AutoIntim = 0x000012EE
,
BenefitChannel.Benefit_Bard_MusicoftheSpiderQueenActive = 0x000012EF
,
BenefitChannel.Epic_FuryOfTheWild_BouldersMight = 0x000012F0
,
BenefitChannel.Epic_FuryOfTheWild_DevastatingBlow = 0x000012F1
,
BenefitChannel.Epic_FuryOfTheWild_StrongSwings = 0x000012F2
,
BenefitChannel.alc_vilechemist_beta_1 = 0x000012F3
,
BenefitChannel.alc_vilechemist_stone_1 = 0x000012F4
,
BenefitChannel.alc_vilechemist_skills_1 = 0x000012F5
,
BenefitChannel.alc_vilechemist_ambition_1 = 0x000012F6
,
BenefitChannel.alc_bombardier_t5sla_c_1 = 0x000012F7
,
BenefitChannel.alc_bombardier_ambition_1 = 0x000012F8
,
BenefitChannel.alc_bombardier_core_6g = 0x000012F9
,
BenefitChannel.alc_bombardier_core_4c = 0x000012FA
,
BenefitChannel.alc_vilechemist_ambition_2 = 0x000012FB
,
BenefitChannel.alc_vilechemist_faster_1 = 0x000012FC
,
BenefitChannel.alc_vilechemist_damage_1 = 0x000012FD
,
BenefitChannel.alc_apothecary_beta_1 = 0x000012FE
,
BenefitChannel.alc_apothecary_admixture_ccw_1 = 0x000012FF
,
BenefitChannel.alc_apothecary_admixture_clw_1 = 0x00001300
,
BenefitChannel.alc_bombardier_casterlevels_1 = 0x00001301
,
BenefitChannel.alc_bombardier_ambition_2 = 0x00001302
,
BenefitChannel.alc_bombardier_core_4d = 0x00001303
,
BenefitChannel.alc_vilechemist_damage_2 = 0x00001304
,
BenefitChannel.alc_apothecary_panacea_1 = 0x00001305
,
BenefitChannel.alc_bombardier_int_1 = 0x00001306
,
BenefitChannel.alc_bombardier_core_4e = 0x00001307
,
BenefitChannel.alc_vilechemist_damage_3 = 0x00001308
,
BenefitChannel.alc_apothecary_knowledgesreward_1 = 0x00001309
,
BenefitChannel.alc_apothecary_stone_1 = 0x0000130A
,
BenefitChannel.alc_bombardier_t5sla_d_1 = 0x0000130B
,
BenefitChannel.alc_bombardier_int_2 = 0x0000130C
,
BenefitChannel.alc_bombardier_t4sla_1 = 0x0000130D
,
BenefitChannel.alc_bombardier_efficientmetamagic_b_empower_1 = 0x0000130E
,
BenefitChannel.alc_bombardier_stone_1 = 0x0000130F
,
BenefitChannel.alc_bombardier_skills_1 = 0x00001310
,
BenefitChannel.alc_bombardier_core_4f = 0x00001311
,
BenefitChannel.alc_vilechemist_chemicalaug_1 = 0x00001312
,
BenefitChannel.alc_vilechemist_damage_4 = 0x00001313
,
BenefitChannel.alc_vilechemist_catalyst_g_1 = 0x00001314
,
BenefitChannel.alc_bombardier_alpha_1 = 0x00001315
,
BenefitChannel.alc_bombardier_core_4g = 0x00001317
,
BenefitChannel.alc_vilechemist_damage_5 = 0x00001318
,
BenefitChannel.alc_vilechemist_dex_1 = 0x00001319
,
BenefitChannel.alc_vilechemist_meleeattack_b_1 = 0x0000131A
,
BenefitChannel.alc_vilechemist_meleeattack_1 = 0x0000131B
,
BenefitChannel.alc_apothecary_alpha_1 = 0x0000131C
,
BenefitChannel.alc_bombardier_foxtrot_1 = 0x0000131D
,
BenefitChannel.alc_bombardier_delta_1 = 0x0000131E
,
BenefitChannel.alc_bombardier_actionboost_spellpower_1 = 0x0000131F
,
BenefitChannel.alc_bombardier_wsm_1 = 0x00001320
,
BenefitChannel.alc_bombardier_core_3a = 0x00001322
,
BenefitChannel.alc_vilechemist_alpha_1 = 0x00001323
,
BenefitChannel.alc_vilechemist_dex_2 = 0x00001324
,
BenefitChannel.alc_vilechemist_catalyst_b_1 = 0x00001325
,
BenefitChannel.alc_apothecary_con_1 = 0x00001326
,
BenefitChannel.alc_bombardier_efficientmetamagic_maximize_1 = 0x00001328
,
BenefitChannel.alc_bombardier_vialsla_b_1 = 0x00001329
,
BenefitChannel.alc_bombardier_core_3b = 0x0000132A
,
BenefitChannel.alc_apothecary_efficiency_1 = 0x0000132B
,
BenefitChannel.alc_apothecary_con_2 = 0x0000132C
,
BenefitChannel.alc_bombardier_t5sla_a_1 = 0x0000132D
,
BenefitChannel.alc_bombardier_core_3c = 0x0000132F
,
BenefitChannel.alc_vilechemist_delta_1 = 0x00001330
,
BenefitChannel.alc_vilechemist_t3sla_1 = 0x00001331
,
BenefitChannel.alc_apothecary_charlie_1 = 0x00001332
,
BenefitChannel.alc_apothecary_bottle_1 = 0x00001333
,
BenefitChannel.alc_bombardier_core_3d = 0x00001334
,
BenefitChannel.alc_vilechemist_catalyst_a_1 = 0x00001335
,
BenefitChannel.alc_bombardier_spelldcs_a_1 = 0x00001336
,
BenefitChannel.alc_bombardier_vialsla_a_1 = 0x00001337
,
BenefitChannel.alc_bombardier_core_3e = 0x00001338
,
BenefitChannel.alc_bombardier_destabilize_1 = 0x00001339
,
BenefitChannel.alc_bombardier_t5sla_b_1 = 0x0000133A
,
BenefitChannel.alc_bombardier_core_3f = 0x0000133B
,
BenefitChannel.alc_bombardier_core_1 = 0x0000133C
,
BenefitChannel.alc_bombardier_efficientmetamagic_enlarge_1 = 0x0000133D
,
BenefitChannel.alc_bombardier_vialsla_d_1 = 0x0000133E
,
BenefitChannel.alc_bombardier_core_3g = 0x0000133F
,
BenefitChannel.alc_bombardier_core_2 = 0x00001340
,
BenefitChannel.alc_vilechemist_actionboost_haste_1 = 0x00001341
,
BenefitChannel.alc_apothecary_master_1 = 0x00001342
,
BenefitChannel.alc_apothecary_fresh_1 = 0x00001343
,
BenefitChannel.alc_apothecary_int_1 = 0x00001344
,
BenefitChannel.alc_bombardier_spelldcs_b_1 = 0x00001345
,
BenefitChannel.alc_bombardier_efficientmetamagic_b_quicken_1 = 0x00001346
,
BenefitChannel.alc_bombardier_crit_1 = 0x00001347
,
BenefitChannel.alc_vilechemist_foxtrot_1 = 0x00001348
,
BenefitChannel.alc_vilechemist_charlie_1 = 0x00001349
,
BenefitChannel.alc_vilechemist_catalyst_d_1 = 0x0000134A
,
BenefitChannel.alc_vilechemist_core_1 = 0x0000134B
,
BenefitChannel.alc_apothecary_int_2 = 0x0000134C
,
BenefitChannel.alc_apothecary_crit_1 = 0x0000134D
,
BenefitChannel.alc_bombardier_crit_2 = 0x0000134E
,
BenefitChannel.alc_vilechemist_rangedattack_b_1 = 0x0000134F
,
BenefitChannel.alc_vilechemist_core_2 = 0x00001350
,
BenefitChannel.alc_apothecary_crit_2 = 0x00001351
,
BenefitChannel.alc_apothecary_core_1 = 0x00001352
,
BenefitChannel.alc_bombardier_beta_1 = 0x00001353
,
BenefitChannel.alc_bombardier_crit_3 = 0x00001354
,
BenefitChannel.alc_bombardier_efficientmetamagic_b_maximize_1 = 0x00001355
,
BenefitChannel.alc_bombardier_vialsla_c_1 = 0x00001356
,
BenefitChannel.alc_bombardier_core_5a = 0x00001357
,
BenefitChannel.alc_vilechemist_core_3 = 0x00001358
,
BenefitChannel.alc_apothecary_crit_3 = 0x00001359
,
BenefitChannel.alc_apothecary_alcshield_1 = 0x0000135A
,
BenefitChannel.alc_apothecary_core_2 = 0x0000135B
,
BenefitChannel.alc_bombardier_crit_4 = 0x0000135C
,
BenefitChannel.alc_bombardier_efficientmetamagic_quicken_1 = 0x0000135D
,
BenefitChannel.alc_bombardier_t2sla_1 = 0x0000135E
,
BenefitChannel.alc_bombardier_core_5b = 0x0000135F
,
BenefitChannel.alc_vilechemist_catalyst_c_1 = 0x00001360
,
BenefitChannel.alc_vilechemist_core_4 = 0x00001361
,
BenefitChannel.alc_apothecary_crit_4 = 0x00001362
,
BenefitChannel.alc_apothecary_core_3 = 0x00001363
,
BenefitChannel.alc_bombardier_reactions_1 = 0x00001365
,
BenefitChannel.alc_bombardier_core_5c = 0x00001366
,
BenefitChannel.alc_vilechemist_attackpoison_1 = 0x00001367
,
BenefitChannel.alc_vilechemist_core_5 = 0x00001368
,
BenefitChannel.alc_apothecary_foxtrot_1 = 0x00001369
,
BenefitChannel.alc_apothecary_core_4 = 0x0000136A
,
BenefitChannel.alc_bombardier_t5sla_e_1 = 0x0000136B
,
BenefitChannel.alc_bombardier_vialsla_f_1 = 0x0000136D
,
BenefitChannel.alc_bombardier_core_6a = 0x0000136E
,
BenefitChannel.alc_bombardier_core_5d = 0x0000136F
,
BenefitChannel.alc_vilechemist_sap_1 = 0x00001370
,
BenefitChannel.alc_vilechemist_core_6 = 0x00001371
,
BenefitChannel.alc_apothecary_assistance_1 = 0x00001372
,
BenefitChannel.alc_apothecary_ambition_1 = 0x00001373
,
BenefitChannel.alc_apothecary_core_5 = 0x00001374
,
BenefitChannel.alc_bombardier_charlie_1 = 0x00001375
,
BenefitChannel.alc_bombardier_core_6b = 0x00001376
,
BenefitChannel.alc_bombardier_core_5e = 0x00001377
,
BenefitChannel.alc_vilechemist_attackpoison_3 = 0x00001378
,
BenefitChannel.alc_vilechemist_int_1 = 0x00001379
,
BenefitChannel.alc_vilechemist_catalyst_f_1 = 0x0000137A
,
BenefitChannel.alc_apothecary_ambition_2 = 0x0000137B
,
BenefitChannel.alc_apothecary_skills_1 = 0x0000137C
,
BenefitChannel.alc_apothecary_core_6 = 0x0000137D
,
BenefitChannel.alc_bombardier_efficientmetamagic_b_enlarge_1 = 0x0000137E
,
BenefitChannel.alc_bombardier_efficientmetamagic_empower_1 = 0x0000137F
,
BenefitChannel.alc_bombardier_core_6c = 0x00001380
,
BenefitChannel.alc_bombardier_core_5f = 0x00001381
,
BenefitChannel.alc_vilechemist_int_2 = 0x00001382
,
BenefitChannel.alc_vilechemist_rangedattack_1 = 0x00001383
,
BenefitChannel.alc_vilechemist_t1sla_1 = 0x00001384
,
BenefitChannel.alc_apothecary_dissolve_1 = 0x00001385
,
BenefitChannel.alc_apothecary_ambition_3 = 0x00001386
,
BenefitChannel.alc_apothecary_salve_1 = 0x00001387
,
BenefitChannel.alc_bombardier_t5sla_f_1 = 0x00001388
,
BenefitChannel.alc_bombardier_vialsla_e_1 = 0x00001389
,
BenefitChannel.alc_bombardier_core_6d = 0x0000138A
,
BenefitChannel.alc_bombardier_core_5g = 0x0000138B
,
BenefitChannel.alc_vilechemist_t5sla_1 = 0x0000138C
,
BenefitChannel.alc_apothecary_delta_1 = 0x0000138D
,
BenefitChannel.alc_bombardier_efficientmetamagic_heighten_1 = 0x0000138E
,
BenefitChannel.alc_bombardier_core_6e = 0x0000138F
,
BenefitChannel.alc_bombardier_core_4a = 0x00001390
,
BenefitChannel.alc_vilechemist_catalyst_e_1 = 0x00001391
,
BenefitChannel.alc_bombardier_core_6f = 0x00001392
,
BenefitChannel.alc_bombardier_core_4b = 0x00001393
,
BenefitChannel.enh_pal_avengingcleave_ranged = 0x00001394
,
BenefitChannel.enh_pal_kotc_alpha = 0x00001395
,
BenefitChannel.enh_pal_holyretribution_ranged = 0x00001396
,
BenefitChannel.enh_pal_kotc_authority_ref = 0x00001397
,
BenefitChannel.enh_pal_kotc_weapons_1 = 0x00001398
,
BenefitChannel.enh_pal_kotc_weapons_2 = 0x00001399
,
BenefitChannel.enh_pal_divinesacrifice_ranged = 0x0000139A
,
BenefitChannel.enh_pal_kotc_weapons_3 = 0x0000139B
,
BenefitChannel.enh_pal_kotc_weapons_4 = 0x0000139C
,
BenefitChannel.enh_pal_kotc_weapons_5 = 0x0000139D
,
BenefitChannel.enh_pal_kotc_cleave_ranged = 0x0000139E
,
BenefitChannel.enh_pal_kotc_skills = 0x0000139F
,
BenefitChannel.enh_pal_kotc_authority_will = 0x000013A0
,
BenefitChannel.enh_pal_kotc_authority_fort = 0x000013A1
,
BenefitChannel.enh_pal_kotc_leadthecharge = 0x000013A2
,
BenefitChannel.enh_pal_kotc_exaltedsmite_ranged = 0x000013A3
,
BenefitChannel.enh_pal_sacred_shield = 0x000013A4
,
BenefitChannel.enh_shifter_alpha_channel = 0x000013A5
,
BenefitChannel.enh_shifter_upgradedrage2_a_channel = 0x000013A6
,
BenefitChannel.enh_shifter_extendedrage_channel = 0x000013A7
,
BenefitChannel.enh_shifter_upgradedrage_c_channel = 0x000013A8
,
BenefitChannel.enh_shifter_core_4_a_channel = 0x000013A9
,
BenefitChannel.enh_shifter_upgradedrage2_b_channel = 0x000013AA
,
BenefitChannel.enh_shifter_favoredenemy_f_channel = 0x000013AB
,
BenefitChannel.enh_shifter_truehunter_channel = 0x000013AC
,
BenefitChannel.enh_shifter_core_1_channel = 0x000013AD
,
BenefitChannel.enh_shifter_howlofterrorsla_channel = 0x000013AE
,
BenefitChannel.enh_shifter_favoredenemy_e_channel = 0x000013AF
,
BenefitChannel.enh_shifter_pounce_channel = 0x000013B0
,
BenefitChannel.enh_shifter_naturalarmor_channel = 0x000013B1
,
BenefitChannel.enh_shifter_favoredenemy_d_channel = 0x000013B2
,
BenefitChannel.enh_shifter_echo_channel = 0x000013B3
,
BenefitChannel.enh_shifter_howlcharges_channel = 0x000013B4
,
BenefitChannel.enh_shifter_core_3_channel = 0x000013B5
,
BenefitChannel.enh_shifter_favoredenemy_c_channel = 0x000013B6
,
BenefitChannel.enh_shifter_beta_channel = 0x000013B7
,
BenefitChannel.enh_shifter_camosla_channel = 0x000013B8
,
BenefitChannel.enh_shifter_core_2_d_channel = 0x000013B9
,
BenefitChannel.enh_shifter_howl_b_channel = 0x000013BA
,
BenefitChannel.enh_shifter_charlie_channel = 0x000013BB
,
BenefitChannel.enh_shifter_conrage_channel = 0x000013BC
,
BenefitChannel.enh_shifter_core_4_d_channel = 0x000013BD
,
BenefitChannel.enh_shifter_delta_channel = 0x000013BE
,
BenefitChannel.enh_shifter_favoredenemy_b_channel = 0x000013BF
,
BenefitChannel.enh_shifter_howl_a_channel = 0x000013C0
,
BenefitChannel.enh_shifter_bruteforce_channel = 0x000013C1
,
BenefitChannel.enh_shifter_howlupgrade_a_channel = 0x000013C2
,
BenefitChannel.enh_shifter_augmentsummoning_channel = 0x000013C3
,
BenefitChannel.enh_shifter_core_2_c_channel = 0x000013C4
,
BenefitChannel.enh_shifter_skills_channel = 0x000013C5
,
BenefitChannel.enh_shifter_core_5_channel = 0x000013C6
,
BenefitChannel.enh_shifter_favoredenemy_a_channel = 0x000013C7
,
BenefitChannel.enh_shifter_upgradedrage_a_channel = 0x000013C8
,
BenefitChannel.enh_shifter_core_4_c_channel = 0x000013C9
,
BenefitChannel.enh_shifter_upgradedrage2_c_channel = 0x000013CA
,
BenefitChannel.enh_shifter_subraceboost_b_channel = 0x000013CB
,
BenefitChannel.enh_shifter_honeclaws_channel = 0x000013CC
,
BenefitChannel.enh_shifter_core_2_b_channel = 0x000013CD
,
BenefitChannel.enh_shifter_howlupgrade_b_channel = 0x000013CE
,
BenefitChannel.enh_shifter_howl_c_channel = 0x000013CF
,
BenefitChannel.enh_shifter_upgradedrage_b_channel = 0x000013D0
,
BenefitChannel.enh_shifter_core_4_b_channel = 0x000013D1
,
BenefitChannel.enh_shifter_subraceboost_a_channel = 0x000013D2
,
BenefitChannel.enh_shifter_brutalspellcasting_channel = 0x000013D3
,
BenefitChannel.enh_shifter_core_2_a_channel = 0x000013D4
,
BenefitChannel.enh_any_harperagent_favoredenemy_fey = 0x000013D5
,
BenefitChannel.enh_feydark_enlarge_spell = 0x000013D6
,
BenefitChannel.enh_feydark_twist_reality = 0x000013D7
,
BenefitChannel.enh_feydark_core_3 = 0x000013D8
,
BenefitChannel.enh_feydark_core_2_wis = 0x000013D9
,
BenefitChannel.enh_feydark_shadowblade_fan = 0x000013DA
,
BenefitChannel.enh_feydark_core_5 = 0x000013DB
,
BenefitChannel.enh_feydark_distract = 0x000013DC
,
BenefitChannel.enh_feydark_core_6 = 0x000013DD
,
BenefitChannel.enh_feydark_skills = 0x000013DF
,
BenefitChannel.enh_feydark_cha_to_hit = 0x000013E0
,
BenefitChannel.enh_feydark_core_4_wis = 0x000013E1
,
BenefitChannel.enh_feydark_shadowblade_ring = 0x000013E2
,
BenefitChannel.enh_feydark_magearmor = 0x000013E3
,
BenefitChannel.enh_feydark_core_2_int = 0x000013E4
,
BenefitChannel.enh_feydark_core_1_a = 0x000013E5
,
BenefitChannel.enh_feydark_spellpoints = 0x000013E6
,
BenefitChannel.enh_feydark_core_1_b = 0x000013E7
,
BenefitChannel.enh_feydark_blur = 0x000013E8
,
BenefitChannel.enh_feydark_core_1_c = 0x000013E9
,
BenefitChannel.enh_feydark_cha_to_dam = 0x000013EA
,
BenefitChannel.enh_feydark_core_1_d = 0x000013EB
,
BenefitChannel.enh_feydark_invis_guard = 0x000013EC
,
BenefitChannel.enh_feydark_core_1_e = 0x000013ED
,
BenefitChannel.enh_feydark_illusion_augmentation = 0x000013EE
,
BenefitChannel.enh_feydark_shadowblade_improvement = 0x000013EF
,
BenefitChannel.enh_feydark_cha_1 = 0x000013F0
,
BenefitChannel.enh_feydark_core_4_int = 0x000013F1
,
BenefitChannel.enh_feydark_core_1_f = 0x000013F2
,
BenefitChannel.enh_feydark_cha_2 = 0x000013F3
,
BenefitChannel.enh_feydark_core_1_g = 0x000013F4
,
BenefitChannel.enh_feydark_int_1 = 0x000013F5
,
BenefitChannel.enh_feydark_spell_penetration = 0x000013F6
,
BenefitChannel.enh_feydark_core_2_cha = 0x000013F7
,
BenefitChannel.enh_feydark_int_2 = 0x000013F8
,
BenefitChannel.enh_feydark_invisibility = 0x000013F9
,
BenefitChannel.enh_feydark_true_seeing = 0x000013FA
,
BenefitChannel.enh_feydark_wis_1 = 0x000013FB
,
BenefitChannel.enh_feydark_core_3_enchant_weapons = 0x000013FC
,
BenefitChannel.enh_feydark_force_in_tandem = 0x000013FD
,
BenefitChannel.enh_feydark_wis_2 = 0x000013FE
,
BenefitChannel.enh_feydark_shield = 0x000013FF
,
BenefitChannel.enh_feydark_core_4_cha = 0x00001400
,
BenefitChannel.enh_feydark_shadowblade = 0x00001401
,
BenefitChannel.enh_feydark_core_3_conjure_weapons = 0x00001402
,
BenefitChannel.enh_feydark_spellcrit_1 = 0x00001403
,
BenefitChannel.enh_feydark_spellcrit_2 = 0x00001404
,
BenefitChannel.enh_feydark_spellcrit_3 = 0x00001405
,
BenefitChannel.enh_feydark_core_3_conjure_weapons_dual = 0x00001406
,
BenefitChannel.enh_destiny2_furyofthewild_acutesenses = 0x00001409
,
BenefitChannel.enh_destiny2_furyofthewild_adrenaline = 0x0000140A
,
BenefitChannel.enh_destiny2_divinecrusader_alpha = 0x0000140C
,
BenefitChannel.enh_destiny2_draconicincarnation_alpha = 0x0000140D
,
BenefitChannel.enh_destiny2_exaltedangel_alpha = 0x0000140E
,
BenefitChannel.enh_destiny2_grandmasterofflowers_alpha = 0x0000140F
,
BenefitChannel.enh_destiny2_fatesinger_alpha = 0x00001410
,
BenefitChannel.enh_destiny2_primalavatar_alpha = 0x00001411
,
BenefitChannel.enh_destiny2_unyieldingsentinel_alpha = 0x00001412
,
BenefitChannel.enh_destiny2_shiradichampion_alpha = 0x00001413
,
BenefitChannel.enh_destiny2_magusoftheeclipse_alpha = 0x00001414
,
BenefitChannel.enh_destiny2_shadowdancer_alpha = 0x00001415
,
BenefitChannel.enh_destiny2_shadowdancer_weird = 0x00001416
,
BenefitChannel.enh_destiny2_shadowdancer_lingerinthedark = 0x00001417
,
BenefitChannel.enh_destiny2_shadowdancer_crippledwithshadows = 0x00001418
,
BenefitChannel.enh_destiny2_shadowdancer_skewer = 0x00001419
,
BenefitChannel.enh_destiny2_shadowdancer_shroudingshot = 0x0000141A
,
BenefitChannel.enh_destiny2_shadowdancer_thedrop = 0x0000141B
,
BenefitChannel.enh_destiny2_shadowdancer_technician = 0x0000141C
,
BenefitChannel.enh_destiny2_shadowdancer_darkmercy = 0x0000141D
,
BenefitChannel.enh_destiny2_shadowdancer_longshadows = 0x0000141E
,
BenefitChannel.enh_destiny2_shadowdancer_core_1 = 0x0000141F
,
BenefitChannel.enh_destiny2_shadowdancer_greaterspellfocus_illusionnecro = 0x00001420
,
BenefitChannel.enh_destiny2_shadowdancer_core_2 = 0x00001421
,
BenefitChannel.enh_destiny2_shadowdancer_assassinate = 0x00001422
,
BenefitChannel.enh_destiny2_shadowdancer_core_3 = 0x00001423
,
BenefitChannel.enh_destiny2_shadowdancer_impale = 0x00001424
,
BenefitChannel.enh_destiny2_shadowdancer_core_4 = 0x00001425
,
BenefitChannel.enh_destiny2_shadowdancer_lithe = 0x00001426
,
BenefitChannel.enh_destiny2_shadowdancer_core_5 = 0x00001427
,
BenefitChannel.enh_destiny2_shadowdancer_piercethegloom = 0x00001428
,
BenefitChannel.enh_destiny2_shadowdancer_grimprecision = 0x00001429
,
BenefitChannel.enh_destiny2_shadowdancer_core_6 = 0x0000142A
,
BenefitChannel.enh_destiny2_shadowdancer_justataste = 0x0000142B
,
BenefitChannel.enh_destiny2_shadowdancer_stealthy = 0x0000142C
,
BenefitChannel.enh_destiny2_shadowdancer_shadowmastery = 0x0000142D
,
BenefitChannel.enh_destiny2_shadowdancer_meldintodarkness = 0x0000142E
,
BenefitChannel.enh_destiny2_shadowdancer_whispers = 0x0000142F
,
BenefitChannel.enh_destiny2_shadowdancer_darkarmor = 0x00001430
,
BenefitChannel.enh_destiny2_shadowdancer_depthsofdarkness = 0x00001431
,
BenefitChannel.enh_destiny2_shadowdancer_coverofdarkness = 0x00001432
,
BenefitChannel.enh_destiny2_shadowdancer_spellfocus_illusionnecro = 0x00001433
,
BenefitChannel.enh_destiny2_shadowdancer_shroudingstrike = 0x00001434
,
BenefitChannel.enh_destiny2_shadowdancer_nightmarelance = 0x00001435
,
BenefitChannel.enh_destiny2_shadowdancer_shadowform = 0x00001436
,
BenefitChannel.enh_destiny2_shadowdancer_mentalprison = 0x00001437
,
BenefitChannel.enh_destiny2_shadowdancer_mantle = 0x00001438
,
BenefitChannel.enh_destiny2_furyofthewild_fearmyvengeance = 0x00001439
,
BenefitChannel.enh_destiny2_furyofthewild_wadethrough = 0x0000143A
,
BenefitChannel.enh_destiny2_furyofthewild_unstoppablestrength = 0x0000143B
,
BenefitChannel.enh_destiny2_furyofthewild_savagetakedown = 0x0000143C
,
BenefitChannel.enh_destiny2_furyofthewild_sense_weakness = 0x0000143D
,
BenefitChannel.enh_destiny2_furyofthewild_girdagainstdemons = 0x0000143E
,
BenefitChannel.enh_destiny2_furyofthewild_devastatingblow = 0x0000143F
,
BenefitChannel.enh_destiny2_furyofthewild_mantle = 0x00001440
,
BenefitChannel.enh_destiny2_furyofthewild_enduring = 0x00001441
,
BenefitChannel.enh_destiny2_furyofthewild_loreofthewilds = 0x00001442
,
BenefitChannel.enh_destiny2_furyofthewild_embracethepain = 0x00001443
,
BenefitChannel.enh_destiny2_furyofthewild_thegreatleveler = 0x00001444
,
BenefitChannel.enh_destiny2_furyofthewild_scarredbychaos = 0x00001445
,
BenefitChannel.enh_destiny2_furyofthewild_eternalrage = 0x00001446
,
BenefitChannel.enh_destiny2_furyofthewild_embraceyournature = 0x00001447
,
BenefitChannel.enh_destiny2_furyofthewild_furymadenew = 0x00001448
,
BenefitChannel.enh_destiny2_furyofthewild_primalscream_spender = 0x00001449
,
BenefitChannel.enh_destiny2_furyofthewild_ragingbull = 0x0000144A
,
BenefitChannel.enh_destiny2_furyofthewild_wildweapons = 0x0000144B
,
BenefitChannel.enh_destiny2_furyofthewild_alwaysangry = 0x0000144C
,
BenefitChannel.enh_destiny2_furyofthewild_unquenchablerage = 0x0000144D
,
BenefitChannel.enh_destiny2_furyofthewild_fastandfurious = 0x0000144E
,
BenefitChannel.enh_destiny2_furyofthewild_overwhelmingforce = 0x0000144F
,
BenefitChannel.enh_destiny2_furyofthewild_core = 0x00001450
,
BenefitChannel.enh_destiny2_legendarydreadnought_alpha = 0x00001451
,
BenefitChannel.enh_feydark_displacement = 0x00001452
,
BenefitChannel.enh_feydark_core_6_passive = 0x00001453
,
BenefitChannel.enh_horizonwalker_delta = 0x00001454
,
BenefitChannel.enh_horizonwalker_bowdamage_1 = 0x00001455
,
BenefitChannel.enh_horizonwalker_dexterity_1 = 0x00001456
,
BenefitChannel.enh_horizonwalker_favoredenemy_eviloutsider = 0x00001457
,
BenefitChannel.enh_horizonwalker_specialeyes = 0x00001458
,
BenefitChannel.enh_horizonwalker_bowdamage_2 = 0x00001459
,
BenefitChannel.enh_horizonwalker_dexterity_2 = 0x0000145A
,
BenefitChannel.enh_horizonwalker_bowdamage_3 = 0x0000145B
,
BenefitChannel.enh_horizonwalker_bowdamage_4 = 0x0000145C
,
BenefitChannel.enh_horizonwalker_bowdamage_5 = 0x0000145D
,
BenefitChannel.enh_horizonwalker_cornerthequarry = 0x0000145E
,
BenefitChannel.enh_horizonwalker_planararrows = 0x0000145F
,
BenefitChannel.enh_horizonwalker_conjurearrow = 0x00001460
,
BenefitChannel.enh_horizonwalker_dodge = 0x00001461
,
BenefitChannel.enh_horizonwalker_beta = 0x00001462
,
BenefitChannel.enh_horizonwalker_nostepmissed = 0x00001463
,
BenefitChannel.enh_horizonwalker_tenacioushunter = 0x00001464
,
BenefitChannel.enh_horizonwalker_openingshot = 0x00001465
,
BenefitChannel.enh_horizonwalker_rainofarrows = 0x00001466
,
BenefitChannel.enh_horizonwalker_mistystep = 0x00001467
,
BenefitChannel.enh_horizonwalker_echo = 0x00001468
,
BenefitChannel.enh_horizonwalker_alpha = 0x00001469
,
BenefitChannel.enh_horizonwalker_imparchersfocus = 0x0000146A
,
BenefitChannel.enh_horizonwalker_taketheopening = 0x0000146B
,
BenefitChannel.enh_horizonwalker_core_1 = 0x0000146C
,
BenefitChannel.enh_horizonwalker_banishthequarry = 0x0000146D
,
BenefitChannel.enh_horizonwalker_skills = 0x0000146E
,
BenefitChannel.enh_horizonwalker_core_2 = 0x0000146F
,
BenefitChannel.enh_horizonwalker_wisdom_1 = 0x00001470
,
BenefitChannel.enh_horizonwalker_core_3 = 0x00001471
,
BenefitChannel.enh_horizonwalker_charlie = 0x00001472
,
BenefitChannel.enh_horizonwalker_wisdom_2 = 0x00001473
,
BenefitChannel.enh_horizonwalker_core_4 = 0x00001474
,
BenefitChannel.enh_horizonwalker_crit = 0x00001475
,
BenefitChannel.enh_horizonwalker_core_5 = 0x00001477
,
BenefitChannel.enh_horizonwalker_core_6 = 0x00001479
,
BenefitChannel.enh_destiny2_divinecrusader_core_4_passive = 0x0000147A
,
BenefitChannel.enh_destiny2_divinecrusader_manifestjustice = 0x0000147B
,
BenefitChannel.enh_destiny2_divinecrusader_heavenlypresence = 0x0000147C
,
BenefitChannel.enh_destiny2_divinecrusader_crusadingstrike = 0x0000147D
,
BenefitChannel.enh_destiny2_divinecrusader_divinesundering = 0x0000147E
,
BenefitChannel.enh_destiny2_divinecrusader_manifestvictory = 0x0000147F
,
BenefitChannel.enh_destiny2_divinecrusader_celestialbombardment = 0x00001480
,
BenefitChannel.enh_destiny2_divinecrusader_shieldofjustice = 0x00001481
,
BenefitChannel.enh_destiny2_divinecrusader_divineteachings = 0x00001482
,
BenefitChannel.enh_destiny2_divinecrusader_smitethewicked = 0x00001483
,
BenefitChannel.enh_destiny2_divinecrusader_gazeofthedivine = 0x00001484
,
BenefitChannel.enh_destiny2_divinecrusader_howdareyou = 0x00001485
,
BenefitChannel.enh_destiny2_divinecrusader_crusadingbolt = 0x00001486
,
BenefitChannel.enh_destiny2_divinecrusader_purgetheimpure = 0x00001487
,
BenefitChannel.enh_destiny2_divinecrusader_spearoflight = 0x00001488
,
BenefitChannel.enh_destiny2_divinecrusader_blessedblades = 0x00001489
,
BenefitChannel.enh_destiny2_divinecrusader_consecration = 0x0000148A
,
BenefitChannel.enh_destiny2_divinecrusader_celestialchampion = 0x0000148B
,
BenefitChannel.enh_destiny2_divinecrusader_untiltheend = 0x0000148C
,
BenefitChannel.enh_destiny2_divinecrusader_strikewithpoise = 0x0000148D
,
BenefitChannel.enh_destiny2_divinecrusader_shieldoflight = 0x0000148E
,
BenefitChannel.enh_destiny2_divinecrusader_holyaid = 0x00001490
,
BenefitChannel.enh_destiny2_divinecrusader_endlesssmiting = 0x00001491
,
BenefitChannel.enh_destiny2_divinecrusader_divinesmite = 0x00001492
,
BenefitChannel.enh_destiny2_divinecrusader_core_1 = 0x00001493
,
BenefitChannel.enh_destiny2_divinecrusader_core_2 = 0x00001494
,
BenefitChannel.enh_destiny2_divinecrusader_core_3 = 0x00001495
,
BenefitChannel.enh_destiny2_divinecrusader_purgethewicked = 0x00001496
,
BenefitChannel.enh_destiny2_divinecrusader_core_4 = 0x00001497
,
BenefitChannel.enh_destiny2_divinecrusader_holymantle = 0x00001498
,
BenefitChannel.enh_destiny2_divinecrusader_lawofthedivine = 0x00001499
,
BenefitChannel.enh_destiny2_divinecrusader_crusade = 0x0000149A
,
BenefitChannel.enh_destiny2_draconicincarnation_carefulattunement = 0x0000149B
,
BenefitChannel.enh_destiny2_draconicincarnation_whitedragonbolt = 0x0000149C
,
BenefitChannel.enh_destiny2_draconicincarnation_draconichunger = 0x0000149D
,
BenefitChannel.enh_destiny2_draconicincarnation_greendragonbreath = 0x0000149E
,
BenefitChannel.enh_destiny2_draconicincarnation_whitedragonbreath = 0x0000149F
,
BenefitChannel.enh_destiny2_draconicincarnation_draconicpresence = 0x000014A0
,
BenefitChannel.enh_destiny2_draconicincarnation_enhanceddraconicspellfocus = 0x000014A1
,
BenefitChannel.enh_destiny2_draconicincarnation_draconicspellfocus = 0x000014A2
,
BenefitChannel.enh_destiny2_draconicincarnation_shadowdragonbolt = 0x000014A3
,
BenefitChannel.enh_destiny2_draconicincarnation_blackdragonbolt = 0x000014A4
,
BenefitChannel.enh_destiny2_draconicincarnation_draconicarcana = 0x000014A5
,
BenefitChannel.enh_destiny2_draconicincarnation_draconicperception = 0x000014A6
,
BenefitChannel.enh_destiny2_draconicincarnation_arcaneattunement = 0x000014A7
,
BenefitChannel.enh_destiny2_draconicincarnation_core_1_a = 0x000014A8
,
BenefitChannel.enh_destiny2_draconicincarnation_attunethearcane = 0x000014A9
,
BenefitChannel.enh_destiny2_draconicincarnation_greendragonbolt = 0x000014AA
,
BenefitChannel.enh_destiny2_draconicincarnation_reddragonbolt = 0x000014AB
,
BenefitChannel.enh_destiny2_draconicincarnation_core_1_b = 0x000014AC
,
BenefitChannel.enh_destiny2_draconicincarnation_draconicrage = 0x000014AE
,
BenefitChannel.enh_destiny2_draconicincarnation_core_1_c = 0x000014AF
,
BenefitChannel.enh_destiny2_draconicincarnation_core_1_d = 0x000014B0
,
BenefitChannel.enh_destiny2_draconicincarnation_tremblebeforeme = 0x000014B1
,
BenefitChannel.enh_destiny2_draconicincarnation_speedofmagicks = 0x000014B2
,
BenefitChannel.enh_destiny2_draconicincarnation_shadowdragonbreath = 0x000014B3
,
BenefitChannel.enh_destiny2_draconicincarnation_energysheathe = 0x000014B4
,
BenefitChannel.enh_destiny2_draconicincarnation_core_1_e = 0x000014B5
,
BenefitChannel.enh_destiny2_draconicincarnation_bluedragonbreath = 0x000014B6
,
BenefitChannel.enh_destiny2_draconicincarnation_reddragonbreath = 0x000014B7
,
BenefitChannel.enh_destiny2_draconicincarnation_core_1_f = 0x000014B8
,
BenefitChannel.enh_destiny2_draconicincarnation_lorewise = 0x000014B9
,
BenefitChannel.enh_destiny2_draconicincarnation_enhancedmentaltoughness = 0x000014BA
,
BenefitChannel.enh_destiny2_draconicincarnation_conduit = 0x000014BB
,
BenefitChannel.enh_destiny2_draconicincarnation_ruinintensified = 0x000014BC
,
BenefitChannel.enh_destiny2_draconicincarnation_core_2 = 0x000014BD
,
BenefitChannel.enh_destiny2_draconicincarnation_core_3 = 0x000014BE
,
BenefitChannel.enh_destiny2_draconicincarnation_spreadyourwings = 0x000014BF
,
BenefitChannel.enh_destiny2_draconicincarnation_inevitable = 0x000014C0
,
BenefitChannel.enh_destiny2_draconicincarnation_bluedragonbolt = 0x000014C1
,
BenefitChannel.enh_destiny2_draconicincarnation_dragonhide = 0x000014C2
,
BenefitChannel.enh_destiny2_draconicincarnation_core_4 = 0x000014C3
,
BenefitChannel.enh_destiny2_draconicincarnation_blackdragonbreath = 0x000014C4
,
BenefitChannel.enh_destiny2_draconicincarnation_enhanceddraconicbloodline_a = 0x000014C5
,
BenefitChannel.enh_destiny2_draconicincarnation_enhanceddraconicbloodline_b = 0x000014C6
,
BenefitChannel.enh_destiny2_draconicincarnation_enhanceddraconicbloodline_c = 0x000014C7
,
BenefitChannel.enh_destiny2_legendarydreadnought_strikewithfear = 0x000014C8
,
BenefitChannel.enh_destiny2_legendarydreadnought_combatbrute = 0x000014C9
,
BenefitChannel.enh_destiny2_legendarydreadnought_core_4_passive = 0x000014CA
,
BenefitChannel.enh_destiny2_legendarydreadnought_striketwice = 0x000014CB
,
BenefitChannel.enh_destiny2_legendarydreadnought_momentum_ranged = 0x000014CC
,
BenefitChannel.enh_destiny2_legendarydreadnought_weaponmaster = 0x000014CD
,
BenefitChannel.enh_destiny2_legendarydreadnought_hamp = 0x000014CE
,
BenefitChannel.enh_destiny2_legendarydreadnought_impaler = 0x000014CF
,
BenefitChannel.enh_destiny2_legendarydreadnought_armor = 0x000014D0
,
BenefitChannel.enh_destiny2_legendarydreadnought_echo = 0x000014D1
,
BenefitChannel.enh_destiny2_legendarydreadnought_aboostbonus = 0x000014D2
,
BenefitChannel.enh_destiny2_legendarydreadnought_extraactionboosts = 0x000014D3
,
BenefitChannel.enh_destiny2_legendarydreadnought_improvedpowerattack = 0x000014D4
,
BenefitChannel.enh_destiny2_legendarydreadnought_laywaste_ranged = 0x000014D5
,
BenefitChannel.enh_destiny2_legendarydreadnought_charlie = 0x000014D6
,
BenefitChannel.enh_destiny2_legendarydreadnought_dreadmantle = 0x000014D7
,
BenefitChannel.enh_destiny2_legendarydreadnought_delta = 0x000014D8
,
BenefitChannel.enh_destiny2_legendarydreadnought_dread = 0x000014D9
,
BenefitChannel.enh_destiny2_legendarydreadnought_wrath = 0x000014DA
,
BenefitChannel.enh_destiny2_legendarydreadnought_dusksurge = 0x000014DB
,
BenefitChannel.enh_destiny2_legendarydreadnought_terrorstrike_ranged = 0x000014DC
,
BenefitChannel.enh_destiny2_legendarydreadnought_terrorstrike_melee = 0x000014DD
,
BenefitChannel.enh_destiny2_legendarydreadnought_lacerator = 0x000014DE
,
BenefitChannel.enh_destiny2_legendarydreadnought_kickwhiletheyredown = 0x000014DF
,
BenefitChannel.enh_destiny2_legendarydreadnought_beta = 0x000014E0
,
BenefitChannel.enh_destiny2_legendarydreadnought_laywaste_melee = 0x000014E1
,
BenefitChannel.enh_destiny2_legendarydreadnought_core_1 = 0x000014E2
,
BenefitChannel.enh_destiny2_legendarydreadnought_sowdiscord = 0x000014E3
,
BenefitChannel.enh_destiny2_legendarydreadnought_revelinfear = 0x000014E4
,
BenefitChannel.enh_destiny2_legendarydreadnought_epictactics = 0x000014E5
,
BenefitChannel.enh_destiny2_legendarydreadnought_core_2 = 0x000014E6
,
BenefitChannel.enh_destiny2_legendarydreadnought_momentum_melee = 0x000014E7
,
BenefitChannel.enh_destiny2_legendarydreadnought_core_3 = 0x000014E8
,
BenefitChannel.enh_destiny2_legendarydreadnought_tactics = 0x000014E9
,
BenefitChannel.enh_destiny2_legendarydreadnought_core_4 = 0x000014EA
,
BenefitChannel.enh_destiny2_legendarydreadnought_pulverizor = 0x000014EB
,
BenefitChannel.enh_destiny2_legendarydreadnought_swingharder = 0x000014EC
,
BenefitChannel.enh_destiny2_legendarydreadnought_hitpoints = 0x000014ED
,
BenefitChannel.enh_destiny2_legendarydreadnought_core_5 = 0x000014EE
,
BenefitChannel.enh_destiny2_legendarydreadnought_critdamage = 0x000014EF
,
BenefitChannel.enh_destiny2_legendarydreadnought_core_6 = 0x000014F0
,
BenefitChannel.enh_destiny2_grandmasterofflowers_beyondthecenter = 0x000014F1
,
BenefitChannel.enh_destiny2_grandmasterofflowers_usethenight = 0x000014F2
,
BenefitChannel.enh_destiny2_grandmasterofflowers_flickeringflame = 0x000014F3
,
BenefitChannel.enh_destiny2_grandmasterofflowers_builder_melee = 0x000014F4
,
BenefitChannel.enh_destiny2_grandmasterofflowers_calmbeforestorms = 0x000014F5
,
BenefitChannel.enh_destiny2_grandmasterofflowers_serenity = 0x000014F6
,
BenefitChannel.enh_destiny2_grandmasterofflowers_core_1 = 0x000014F7
,
BenefitChannel.enh_destiny2_grandmasterofflowers_meditate = 0x000014F8
,
BenefitChannel.enh_destiny2_grandmasterofflowers_core_2 = 0x000014F9
,
BenefitChannel.enh_destiny2_grandmasterofflowers_imposingforce = 0x000014FA
,
BenefitChannel.enh_destiny2_grandmasterofflowers_core_3 = 0x000014FB
,
BenefitChannel.enh_destiny2_grandmasterofflowers_core_4 = 0x000014FC
,
BenefitChannel.enh_destiny2_grandmasterofflowers_everythingisnothing = 0x000014FD
,
BenefitChannel.enh_destiny2_grandmasterofflowers_serenemercy = 0x000014FE
,
BenefitChannel.enh_destiny2_grandmasterofflowers_wholenessofspirit = 0x000014FF
,
BenefitChannel.enh_destiny2_grandmasterofflowers_eludetheveil = 0x00001500
,
BenefitChannel.enh_destiny2_grandmasterofflowers_deflectarrows = 0x00001501
,
BenefitChannel.enh_destiny2_grandmasterofflowers_lightasafeather = 0x00001502
,
BenefitChannel.enh_destiny2_grandmasterofflowers_spender_melee = 0x00001503
,
BenefitChannel.enh_destiny2_grandmasterofflowers_piercingclarity = 0x00001504
,
BenefitChannel.enh_destiny2_grandmasterofflowers_flowofwater = 0x00001505
,
BenefitChannel.enh_destiny2_grandmasterofflowers_danceofflowers = 0x00001506
,
BenefitChannel.enh_destiny2_grandmasterofflowers_soaringstrikes = 0x00001507
,
BenefitChannel.enh_destiny2_grandmasterofflowers_builder_ranged = 0x00001508
,
BenefitChannel.enh_destiny2_grandmasterofflowers_hailofblows = 0x00001509
,
BenefitChannel.enh_destiny2_grandmasterofflowers_stepthrough = 0x0000150A
,
BenefitChannel.enh_destiny2_grandmasterofflowers_enlightenment = 0x0000150B
,
BenefitChannel.enh_destiny2_grandmasterofflowers_strengthofstone = 0x0000150C
,
BenefitChannel.enh_destiny2_grandmasterofflowers_claimthewind = 0x0000150D
,
BenefitChannel.enh_destiny2_grandmasterofflowers_unimpeded = 0x0000150E
,
BenefitChannel.enh_destiny2_grandmasterofflowers_spender_ranged = 0x0000150F
,
BenefitChannel.enh_destiny2_shiradichampion_stepintothewilds = 0x00001510
,
BenefitChannel.enh_destiny2_shiradichampion_nervevenom = 0x00001511
,
BenefitChannel.enh_destiny2_shiradichampion_prism = 0x00001512
,
BenefitChannel.enh_destiny2_shiradichampion_loreofthehunt = 0x00001513
,
BenefitChannel.enh_destiny2_shiradichampion_doublerainbow = 0x00001514
,
BenefitChannel.enh_destiny2_shiradichampion_phasedouble = 0x00001515
,
BenefitChannel.enh_destiny2_shiradichampion_track = 0x00001516
,
BenefitChannel.enh_destiny2_shiradichampion_beguile = 0x00001517
,
BenefitChannel.enh_destiny2_shiradichampion_goodluck = 0x00001518
,
BenefitChannel.enh_destiny2_shiradichampion_feywildattunement = 0x00001519
,
BenefitChannel.enh_destiny2_shiradichampion_ottoswhistler = 0x0000151A
,
BenefitChannel.enh_destiny2_shiradichampion_core_1 = 0x0000151B
,
BenefitChannel.enh_destiny2_shiradichampion_core_2 = 0x0000151C
,
BenefitChannel.enh_destiny2_shiradichampion_vision = 0x0000151D
,
BenefitChannel.enh_destiny2_shiradichampion_core_3 = 0x0000151E
,
BenefitChannel.enh_destiny2_shiradichampion_core_4 = 0x0000151F
,
BenefitChannel.enh_destiny2_shiradichampion_elementalabsorption = 0x00001520
,
BenefitChannel.enh_destiny2_shiradichampion_piercedeception = 0x00001521
,
BenefitChannel.enh_destiny2_shiradichampion_empatheticlink = 0x00001522
,
BenefitChannel.enh_destiny2_shiradichampion_rainbow = 0x00001523
,
BenefitChannel.enh_destiny2_shiradichampion_feylights = 0x00001524
,
BenefitChannel.enh_destiny2_shiradichampion_pin = 0x00001525
,
BenefitChannel.enh_destiny2_shiradichampion_core_5 = 0x00001526
,
BenefitChannel.enh_destiny2_shiradichampion_wildmagic = 0x00001527
,
BenefitChannel.enh_destiny2_shiradichampion_core_6 = 0x00001528
,
BenefitChannel.enh_destiny2_shiradichampion_feyform = 0x00001529
,
BenefitChannel.enh_destiny2_shiradichampion_shiradimagic = 0x0000152A
,
BenefitChannel.enh_destiny2_shiradichampion_beta = 0x0000152B
,
BenefitChannel.enh_destiny2_shiradichampion_control = 0x0000152C
,
BenefitChannel.enh_destiny2_shiradichampion_favoredenemy = 0x0000152D
,
BenefitChannel.enh_destiny2_shiradichampion_healingspring = 0x0000152E
,
BenefitChannel.enh_destiny2_shiradichampion_delta = 0x0000152F
,
BenefitChannel.enh_destiny2_shiradichampion_whirlingwrists = 0x00001530
,
BenefitChannel.enh_destiny2_shiradichampion_feysight = 0x00001531
,
BenefitChannel.enh_destiny2_shiradichampion_echo = 0x00001532
,
BenefitChannel.enh_destiny2_shiradichampion_huntsend = 0x00001533
,
BenefitChannel.enh_destiny2_shiradichampion_charlie = 0x00001534
,
BenefitChannel.enh_destiny2_furyofthewild_quickcutter = 0x00001535
,
BenefitChannel.enh_destiny2_furyofthewild_topdog = 0x00001536
,
BenefitChannel.enh_destiny2_furyofthewild_spiritofbeast = 0x00001537
,
BenefitChannel.enh_destiny2_furyofthewild_furious = 0x00001538
,
BenefitChannel.enh_destiny2_furyofthewild_primalforce = 0x00001539
,
BenefitChannel.enh_destiny2_primalavatar_core_1 = 0x0000153A
,
BenefitChannel.enh_destiny2_primalavatar_core_2 = 0x0000153B
,
BenefitChannel.enh_destiny2_primalavatar_core_3 = 0x0000153C
,
BenefitChannel.enh_destiny2_primalavatar_core_4 = 0x0000153D
,
BenefitChannel.enh_destiny2_primalavatar_core_5 = 0x0000153E
,
BenefitChannel.enh_destiny2_primalavatar_core_6 = 0x0000153F
,
BenefitChannel.enh_destiny2_primalavatar_rej_cocoon = 0x00001540
,
BenefitChannel.enh_destiny2_primalavatar_weathered = 0x00001541
,
BenefitChannel.enh_destiny2_primalavatar_builder = 0x00001542
,
BenefitChannel.enh_destiny2_primalavatar_naturesfriend = 0x00001543
,
BenefitChannel.enh_destiny2_primalavatar_mantle_of_nature_sky = 0x00001544
,
BenefitChannel.enh_destiny2_primalavatar_mantle_of_nature_heart = 0x00001545
,
BenefitChannel.enh_destiny2_primalavatar_mantle_of_nature_thorn = 0x00001546
,
BenefitChannel.enh_destiny2_primalavatar_natural_shielding = 0x00001547
,
BenefitChannel.enh_destiny2_primalavatar_spirit_boon = 0x00001548
,
BenefitChannel.enh_destiny2_primalavatar_might_and_mending = 0x00001549
,
BenefitChannel.enh_destiny2_primalavatar_ancient_wisdom = 0x0000154A
,
BenefitChannel.enh_destiny2_primalavatar_improved_form = 0x0000154B
,
BenefitChannel.enh_destiny2_primalavatar_mass_frog = 0x0000154C
,
BenefitChannel.enh_destiny2_primalavatar_naturesblessing = 0x0000154D
,
BenefitChannel.enh_destiny2_primalavatar_meta_magic_maximize = 0x0000154E
,
BenefitChannel.enh_destiny2_primalavatar_shared_mantle = 0x0000154F
,
BenefitChannel.enh_destiny2_primalavatar_primal_ally_sky = 0x00001550
,
BenefitChannel.enh_destiny2_primalavatar_natural_evasion = 0x00001551
,
BenefitChannel.enh_destiny2_primalavatar_spirit_heart = 0x00001552
,
BenefitChannel.enh_destiny2_primalavatar_meta_magic_empowered = 0x00001553
,
BenefitChannel.enh_destiny2_primalavatar_old_world_magic = 0x00001554
,
BenefitChannel.enh_destiny2_primalavatar_primal_intensity = 0x00001555
,
BenefitChannel.enh_destiny2_primalavatar_spender = 0x00001556
,
BenefitChannel.enh_destiny2_primalavatar_primal_ally_heart = 0x00001557
,
BenefitChannel.enh_destiny2_primalavatar_primal_ally_thorn = 0x00001558
,
BenefitChannel.enh_destiny2_primalavatar_flowers_in_the_thorns = 0x00001559
,
BenefitChannel.enh_destiny2_primalavatar_intensify = 0x0000155A
,
BenefitChannel.enh_destiny2_primalavatar_greater_form = 0x0000155B
,
BenefitChannel.destiny2_divinecrusader_thebookofwar_9 = 0x00001568
,
BenefitChannel.destiny2_divinecrusader_thebookofwar_10 = 0x00001569
,
BenefitChannel.destiny2_divinecrusader_thebookofwar_11 = 0x0000156A
,
BenefitChannel.destiny2_divinecrusader_thebookofwar_1 = 0x0000156B
,
BenefitChannel.destiny2_divinecrusader_thebookofwar_12 = 0x0000156C
,
BenefitChannel.destiny2_divinecrusader_thebookofwar_2 = 0x0000156D
,
BenefitChannel.destiny2_divinecrusader_thebookofwar_3 = 0x0000156E
,
BenefitChannel.destiny2_divinecrusader_thebookofwar_4 = 0x0000156F
,
BenefitChannel.destiny2_divinecrusader_thebookofwar_5 = 0x00001570
,
BenefitChannel.destiny2_divinecrusader_thebookofwar_6 = 0x00001571
,
BenefitChannel.destiny2_divinecrusader_thebookofwar_7 = 0x00001572
,
BenefitChannel.destiny2_divinecrusader_thebookofwar_8 = 0x00001573
,
BenefitChannel.enh_horizonwalker_skillednavigator = 0x00001574
,
BenefitChannel.enh_horizonwalker_nowheretohide = 0x00001575
,
BenefitChannel.enh_horizonwalker_weatheredgear = 0x00001576
,
BenefitChannel.enh_horizonwalker_nimblestrikes = 0x00001577
,
BenefitChannel.enh_destiny2_grandmasterofflowers_core_3_chaotic = 0x00001578
,
BenefitChannel.enh_destiny2_grandmasterofflowers_core_3_lawful = 0x00001579
,
BenefitChannel.enh_destiny2_grandmasterofflowers_core_2_byeshk = 0x0000157A
,
BenefitChannel.enh_destiny2_grandmasterofflowers_core_2_silver = 0x0000157B
,
BenefitChannel.enh_destiny2_grandmasterofflowers_core_2_crystal = 0x0000157C
,
BenefitChannel.enh_destiny2_grandmasterofflowers_core_3_evil = 0x0000157D
,
BenefitChannel.enh_destiny2_grandmasterofflowers_core_2_coldiron = 0x0000157E
,
BenefitChannel.enh_destiny2_shadowdancer_spellfocus_enchantment = 0x0000157F
,
BenefitChannel.enh_destiny2_shadowdancer_spellfocus_necro = 0x00001580
,
BenefitChannel.enh_destiny2_shadowdancer_spellfocus_abjuration = 0x00001581
,
BenefitChannel.enh_destiny2_primalavatar_meta_magic_quicken = 0x00001582
,
BenefitChannel.enh_destiny2_grandmasterofflowers_builder_kispell = 0x00001583
,
BenefitChannel.enh_destiny2_grandmasterofflowers_deflectarrows_1 = 0x00001584
,
BenefitChannel.enh_destiny2_grandmasterofflowers_deflectarrows_2 = 0x00001585
,
BenefitChannel.enh_destiny2_grandmasterofflowers_deflectarrows_3 = 0x00001586
,
BenefitChannel.enh_destiny2_grandmasterofflowers_deflectarrows_4 = 0x00001587
,
BenefitChannel.enh_destiny2_grandmasterofflowers_spender_kispell = 0x00001588
,
BenefitChannel.enh_destiny2_shadowdancer_core_2_passive = 0x00001589
,
BenefitChannel.enh_destiny2_primalavatar_greater_form_heart = 0x0000158A
,
BenefitChannel.enh_destiny2_primalavatar_greater_form_sky = 0x0000158B
,
BenefitChannel.enh_destiny2_primalavatar_greater_form_thorn = 0x0000158C
,
BenefitChannel.enh_destiny2_unyieldingsentinel_mantle = 0x0000158D
,
BenefitChannel.enh_destiny2_unyieldingsentinel_divineenergyresistance = 0x0000158E
,
BenefitChannel.enh_destiny2_unyieldingsentinel_lightthedark = 0x0000158F
,
BenefitChannel.enh_destiny2_unyieldingsentinel_hardened = 0x00001590
,
BenefitChannel.enh_destiny2_unyieldingsentinel_resurrection = 0x00001591
,
BenefitChannel.enh_destiny2_unyieldingsentinel_ruleoflaw = 0x00001592
,
BenefitChannel.enh_destiny2_unyieldingsentinel_ricochet = 0x00001593
,
BenefitChannel.enh_destiny2_unyieldingsentinel_commandingpresence = 0x00001594
,
BenefitChannel.enh_destiny2_unyieldingsentinel_shieldmastery = 0x00001595
,
BenefitChannel.enh_destiny2_unyieldingsentinel_reborninlight = 0x00001596
,
BenefitChannel.enh_destiny2_unyieldingsentinel_intothefray = 0x00001597
,
BenefitChannel.enh_destiny2_unyieldingsentinel_hands = 0x00001598
,
BenefitChannel.enh_destiny2_unyieldingsentinel_challenge = 0x00001599
,
BenefitChannel.enh_destiny2_unyieldingsentinel_brace = 0x0000159A
,
BenefitChannel.enh_destiny2_unyieldingsentinel_epicstrike = 0x0000159B
,
BenefitChannel.enh_destiny2_unyieldingsentinel_shieldprowess = 0x0000159C
,
BenefitChannel.enh_destiny2_unyieldingsentinel_thebestdefense = 0x0000159D
,
BenefitChannel.enh_destiny2_unyieldingsentinel_divinebulwark = 0x0000159E
,
BenefitChannel.enh_destiny2_unyieldingsentinel_renewal = 0x0000159F
,
BenefitChannel.enh_destiny2_unyieldingsentinel_sparkoflife = 0x000015A0
,
BenefitChannel.enh_destiny2_unyieldingsentinel_endlessvigil = 0x000015A1
,
BenefitChannel.enh_destiny2_unyieldingsentinel_strengthofvitality = 0x000015A2
,
BenefitChannel.enh_destiny2_unyieldingsentinel_attackdefend = 0x000015A3
,
BenefitChannel.enh_destiny2_unyieldingsentinel_deificresillience = 0x000015A4
,
BenefitChannel.enh_destiny2_unyieldingsentinel_core = 0x000015A5
,
BenefitChannel.enh_destiny2_shiradichampion_strikeupgrade_a = 0x000015A6
,
BenefitChannel.enh_destiny2_shiradichampion_strikeupgrade_b = 0x000015A7
,
BenefitChannel.enh_destiny2_shiradichampion_stayfrozen = 0x000015A8
,
BenefitChannel.enh_destiny2_shiradichampion_staystill = 0x000015A9
,
BenefitChannel.enh_destiny2_shiradichampion_strikeupgradetwo_a = 0x000015AA
,
BenefitChannel.enh_destiny2_shiradichampion_strikeupgradetwo_b = 0x000015AB
,
BenefitChannel.enh_destiny2_shiradichampion_staygood = 0x000015AC
,
BenefitChannel.enh_destiny2_shiradichampion_stayfrosty = 0x000015AD
,
BenefitChannel.enh_destiny2_shiradichampion_epicmoment_a = 0x000015AE
,
BenefitChannel.enh_destiny2_shiradichampion_epicmoment_b = 0x000015AF
,
BenefitChannel.enh_destiny2_draconicincarnation_draconicspellfocus_transmutation = 0x000015B0
,
BenefitChannel.enh_destiny2_draconicincarnation_draconicspellfocus_necromancy = 0x000015B1
,
BenefitChannel.enh_destiny2_draconicincarnation_draconicspellfocus_conjuration = 0x000015B2
,
BenefitChannel.enh_destiny2_draconicincarnation_quicken = 0x000015B3
,
BenefitChannel.enh_destiny2_draconicincarnation_empower = 0x000015B4
,
BenefitChannel.enh_destiny2_magusoftheeclipse_nullmagicprotection = 0x000015B5
,
BenefitChannel.enh_destiny2_magusoftheeclipse_chillaura = 0x000015B6
,
BenefitChannel.enh_destiny2_magusoftheeclipse_greatsummoner = 0x000015B7
,
BenefitChannel.enh_destiny2_magusoftheeclipse_core_3_passi = 0x000015B8
,
BenefitChannel.enh_destiny2_magusoftheeclipse_enhancedmetamagics_intensify = 0x000015B9
,
BenefitChannel.enh_destiny2_magusoftheeclipse_lunarinsight_cha = 0x000015BA
,
BenefitChannel.enh_destiny2_magusoftheeclipse_echo = 0x000015BB
,
BenefitChannel.enh_destiny2_magusoftheeclipse_beta = 0x000015BC
,
BenefitChannel.enh_destiny2_magusoftheeclipse_moontouched = 0x000015BD
,
BenefitChannel.enh_destiny2_magusoftheeclipse_core_4_passi = 0x000015BE
,
BenefitChannel.enh_destiny2_magusoftheeclipse_moonsshadow = 0x000015BF
,
BenefitChannel.enh_destiny2_magusoftheeclipse_callupon_lich = 0x000015C0
,
BenefitChannel.enh_destiny2_magusoftheeclipse_moonlance = 0x000015C1
,
BenefitChannel.enh_destiny2_magusoftheeclipse_charlie = 0x000015C2
,
BenefitChannel.enh_destiny2_magusoftheeclipse_zerodegreecomet = 0x000015C3
,
BenefitChannel.enh_destiny2_magusoftheeclipse_imperceptiblecasting = 0x000015C4
,
BenefitChannel.enh_destiny2_magusoftheeclipse_core_5_passi = 0x000015C5
,
BenefitChannel.enh_destiny2_magusoftheeclipse_enhancedmetamagics_empower = 0x000015C6
,
BenefitChannel.enh_destiny2_magusoftheeclipse_moonlight_dark = 0x000015C7
,
BenefitChannel.enh_destiny2_magusoftheeclipse_totaleclipse = 0x000015C8
,
BenefitChannel.enh_destiny2_magusoftheeclipse_lunarimbuement = 0x000015C9
,
BenefitChannel.enh_destiny2_magusoftheeclipse_spelldcs_evocation = 0x000015CA
,
BenefitChannel.enh_destiny2_magusoftheeclipse_epicmoment = 0x000015CC
,
BenefitChannel.enh_destiny2_magusoftheeclipse_sharethelight = 0x000015CD
,
BenefitChannel.enh_destiny2_magusoftheeclipse_callupon_animatedarmor = 0x000015CE
,
BenefitChannel.enh_destiny2_magusoftheeclipse_saves = 0x000015CF
,
BenefitChannel.enh_destiny2_magusoftheeclipse_core_6_passi = 0x000015D0
,
BenefitChannel.enh_destiny2_magusoftheeclipse_lunarpower = 0x000015D1
,
BenefitChannel.enh_destiny2_magusoftheeclipse_callupon_dreamreaver = 0x000015D2
,
BenefitChannel.enh_destiny2_magusoftheeclipse_gloomspear = 0x000015D3
,
BenefitChannel.enh_destiny2_magusoftheeclipse_starlight = 0x000015D4
,
BenefitChannel.enh_destiny2_magusoftheeclipse_spelldcs_necromancy = 0x000015D5
,
BenefitChannel.enh_destiny2_magusoftheeclipse_revelinthenight = 0x000015D6
,
BenefitChannel.enh_destiny2_magusoftheeclipse_greaterbeams = 0x000015D7
,
BenefitChannel.enh_destiny2_magusoftheeclipse_frostlight = 0x000015D8
,
BenefitChannel.enh_destiny2_magusoftheeclipse_delta = 0x000015D9
,
BenefitChannel.enh_destiny2_magusoftheeclipse_callupon_gargoyle = 0x000015DA
,
BenefitChannel.enh_destiny2_magusoftheeclipse_enhancedmetamagics_maximize = 0x000015DB
,
BenefitChannel.enh_destiny2_magusoftheeclipse_nullmagicstrike = 0x000015DC
,
BenefitChannel.enh_destiny2_magusoftheeclipse_moonlight_cold = 0x000015DD
,
BenefitChannel.enh_destiny2_magusoftheeclipse_callupon_succubus = 0x000015DE
,
BenefitChannel.enh_destiny2_magusoftheeclipse_callupon_golem = 0x000015DF
,
BenefitChannel.enh_destiny2_magusoftheeclipse_callupon_livingmeteorswarm = 0x000015E0
,
BenefitChannel.enh_destiny2_magusoftheeclipse_piercingspellcraft = 0x000015E1
,
BenefitChannel.enh_destiny2_magusoftheeclipse_lunarinsight_int = 0x000015E2
,
BenefitChannel.enh_destiny2_magusoftheeclipse_spelldcs_illusion = 0x000015E3
,
BenefitChannel.enh_destiny2_magusoftheeclipse_lunarinsight_wis = 0x000015E4
,
BenefitChannel.enh_destiny2_magusoftheeclipse_core_6 = 0x000015E5
,
BenefitChannel.enh_destiny2_magusoftheeclipse_core_1 = 0x000015E6
,
BenefitChannel.enh_destiny2_magusoftheeclipse_core_2 = 0x000015E7
,
BenefitChannel.enh_destiny2_magusoftheeclipse_core_3 = 0x000015E8
,
BenefitChannel.enh_destiny2_magusoftheeclipse_core_4 = 0x000015E9
,
BenefitChannel.enh_destiny2_magusoftheeclipse_core_5 = 0x000015EA
,
BenefitChannel.enh_destiny2_exaltedangel_shadowsuponyou = 0x000015EB
,
BenefitChannel.enh_destiny2_exaltedangel_core_4b = 0x000015EC
,
BenefitChannel.enh_destiny2_exaltedangel_core_5 = 0x000015ED
,
BenefitChannel.enh_destiny2_exaltedangel_enhancedmetamagics_quicken = 0x000015EE
,
BenefitChannel.enh_destiny2_exaltedangel_angelicsoul = 0x000015EF
,
BenefitChannel.enh_destiny2_exaltedangel_core_6 = 0x000015F0
,
BenefitChannel.enh_destiny2_exaltedangel_healingpillar = 0x000015F1
,
BenefitChannel.enh_destiny2_exaltedangel_beta = 0x000015F2
,
BenefitChannel.enh_destiny2_exaltedangel_delayedjudgement = 0x000015F3
,
BenefitChannel.enh_destiny2_exaltedangel_savinggrace = 0x000015F4
,
BenefitChannel.enh_destiny2_exaltedangel_charlie = 0x000015F5
,
BenefitChannel.enh_destiny2_exaltedangel_blessedimplements = 0x000015F6
,
BenefitChannel.enh_destiny2_exaltedangel_subtleflame = 0x000015F7
,
BenefitChannel.enh_destiny2_exaltedangel_sunbolt = 0x000015F8
,
BenefitChannel.enh_destiny2_exaltedangel_dcs_enchantment = 0x000015F9
,
BenefitChannel.enh_destiny2_exaltedangel_angelicbody = 0x000015FA
,
BenefitChannel.enh_destiny2_exaltedangel_dcs_necromancy = 0x000015FB
,
BenefitChannel.enh_destiny2_exaltedangel_baneofundeath = 0x000015FC
,
BenefitChannel.enh_destiny2_exaltedangel_flamepillar = 0x000015FD
,
BenefitChannel.enh_destiny2_exaltedangel_core_3_passive = 0x000015FE
,
BenefitChannel.enh_destiny2_exaltedangel_ascendance = 0x000015FF
,
BenefitChannel.enh_destiny2_exaltedangel_dcs_evocation = 0x00001600
,
BenefitChannel.enh_destiny2_exaltedangel_core_4a_passive = 0x00001601
,
BenefitChannel.enh_destiny2_exaltedangel_echo = 0x00001602
,
BenefitChannel.enh_destiny2_exaltedangel_delta = 0x00001603
,
BenefitChannel.enh_destiny2_exaltedangel_purityofmindandsoul = 0x00001604
,
BenefitChannel.enh_destiny2_exaltedangel_dcs_conjuration = 0x00001605
,
BenefitChannel.enh_destiny2_exaltedangel_core_6_passive = 0x00001606
,
BenefitChannel.enh_destiny2_exaltedangel_blessedwater = 0x00001607
,
BenefitChannel.enh_destiny2_exaltedangel_bornbyflame = 0x00001608
,
BenefitChannel.enh_destiny2_exaltedangel_enhancedmetamagics_maximize = 0x00001609
,
BenefitChannel.enh_destiny2_exaltedangel_holypresence = 0x0000160A
,
BenefitChannel.enh_destiny2_exaltedangel_core_4b_passive = 0x0000160B
,
BenefitChannel.enh_destiny2_exaltedangel_enhancedmetamagics_empower = 0x0000160C
,
BenefitChannel.enh_destiny2_exaltedangel_divinefanfare = 0x0000160D
,
BenefitChannel.enh_destiny2_exaltedangel_core_5_passive = 0x0000160E
,
BenefitChannel.enh_destiny2_exaltedangel_enhancedmetamagics_empowerhealing = 0x0000160F
,
BenefitChannel.enh_destiny2_exaltedangel_dcs = 0x00001610
,
BenefitChannel.enh_destiny2_exaltedangel_bloodandradiance = 0x00001611
,
BenefitChannel.enh_destiny2_exaltedangel_endlessturning = 0x00001612
,
BenefitChannel.enh_destiny2_exaltedangel_standandbejudged = 0x00001613
,
BenefitChannel.enh_destiny2_exaltedangel_sunpillar = 0x00001614
,
BenefitChannel.enh_destiny2_exaltedangel_holycommand = 0x00001615
,
BenefitChannel.enh_destiny2_exaltedangel_core_1 = 0x00001616
,
BenefitChannel.enh_destiny2_exaltedangel_angelicform = 0x00001617
,
BenefitChannel.enh_destiny2_exaltedangel_core_2 = 0x00001618
,
BenefitChannel.enh_destiny2_exaltedangel_core_4a = 0x00001619
,
BenefitChannel.enh_destiny2_exaltedangel_core_3 = 0x0000161A
,
BenefitChannel.enh_destiny2_unyieldingsentinel_moment = 0x0000161B
,
BenefitChannel.enh_destiny2_fatesinger_discord = 0x0000161C
,
BenefitChannel.enh_destiny2_fatesinger_epicstrike = 0x0000161D
,
BenefitChannel.enh_destiny2_fatesinger_turnthetide = 0x0000161E
,
BenefitChannel.enh_destiny2_fatesinger_majesty = 0x0000161F
,
BenefitChannel.enh_destiny2_fatesinger_abjuration = 0x00001620
,
BenefitChannel.enh_destiny2_fatesinger_illusion = 0x00001621
,
BenefitChannel.enh_destiny2_fatesinger_core_1 = 0x00001622
,
BenefitChannel.enh_destiny2_fatesinger_cutthestrings = 0x00001623
,
BenefitChannel.enh_destiny2_fatesinger_mywords = 0x00001624
,
BenefitChannel.enh_destiny2_fatesinger_core_2 = 0x00001625
,
BenefitChannel.enh_destiny2_fatesinger_rhythm = 0x00001626
,
BenefitChannel.enh_destiny2_fatesinger_enchantment = 0x00001627
,
BenefitChannel.enh_destiny2_fatesinger_core_3 = 0x00001628
,
BenefitChannel.enh_destiny2_fatesinger_grandeur = 0x00001629
,
BenefitChannel.enh_destiny2_fatesinger_core_4 = 0x0000162A
,
BenefitChannel.enh_destiny2_fatesinger_metamagic = 0x0000162B
,
BenefitChannel.enh_destiny2_fatesinger_core_5 = 0x0000162C
,
BenefitChannel.enh_destiny2_fatesinger_masteringthestrings = 0x0000162D
,
BenefitChannel.enh_destiny2_fatesinger_harmonic = 0x0000162E
,
BenefitChannel.enh_destiny2_fatesinger_core_6 = 0x0000162F
,
BenefitChannel.enh_destiny2_fatesinger_jack = 0x00001630
,
BenefitChannel.enh_destiny2_fatesinger_greatest_shout = 0x00001631
,
BenefitChannel.enh_destiny2_fatesinger_masquerade = 0x00001632
,
BenefitChannel.enh_destiny2_fatesinger_mantle = 0x00001633
,
BenefitChannel.enh_destiny2_fatesinger_extra = 0x00001634
,
BenefitChannel.enh_destiny2_fatesinger_great_ballad = 0x00001635
,
BenefitChannel.enh_destiny2_fatesinger_little_bit_music = 0x00001636
,
BenefitChannel.enh_destiny2_fatesinger_balladoftheages = 0x00001637
,
BenefitChannel.enh_destiny2_fatesinger_evocation = 0x00001638
,
BenefitChannel.enh_destiny2_fatesinger_tune = 0x00001639
,
BenefitChannel.enh_destiny2_fatesinger_spider = 0x0000163A
,
BenefitChannel.enh_destiny2_fatesinger_bladesong = 0x0000163B
,
BenefitChannel.enh_destiny2_fatesinger_master = 0x0000163C
,
BenefitChannel.enh_destiny2_fatesinger_arcane_resonance = 0x0000163D
,
BenefitChannel.enh_destiny2_fatesinger_sonata = 0x0000163E
,
BenefitChannel.enh_destiny2_fatesinger_divine_resonance = 0x0000163F
,
BenefitChannel.enh_destiny2_fatesinger_primal_resonance = 0x00001640
,
BenefitChannel.enh_destiny2_fatesinger_martial_resonance = 0x00001641
,
BenefitChannel.enh_destiny2_primalavatar_school = 0x00001642
,
BenefitChannel.enh_destiny2_hoodedone_alpha = 0x00001643
,
BenefitChannel.enh_tabaxiiconic_woodenweapons_channel = 0x00001644
,
BenefitChannel.enh_tabaxi_attack_flanking_channel = 0x00001645
,
BenefitChannel.enh_tabaxi_alpha_channel = 0x00001646
,
BenefitChannel.enh_tabaxiiconic_catseye_channel = 0x00001647
,
BenefitChannel.enh_tabaxi_deflectarrows_channel = 0x00001648
,
BenefitChannel.enh_tabaxi_attack_channel = 0x00001649
,
BenefitChannel.enh_tabaxiiconic_core_5_channel = 0x0000164A
,
BenefitChannel.enh_tabaxi_core_2_b_channel = 0x0000164B
,
BenefitChannel.enh_tabaxiiconic_attack_sneaking_channel = 0x0000164C
,
BenefitChannel.enh_tabaxi_delta_channel = 0x0000164D
,
BenefitChannel.enh_tabaxi_beta_channel = 0x0000164E
,
BenefitChannel.enh_tabaxi_dodgebypass_channel = 0x0000164F
,
BenefitChannel.enh_tabaxi_core_1_channel = 0x00001650
,
BenefitChannel.enh_tabaxi_versatility_d_channel = 0x00001651
,
BenefitChannel.enh_tabaxi_damage_channel = 0x00001652
,
BenefitChannel.enh_tabaxi_versatility_c_channel = 0x00001653
,
BenefitChannel.enh_tabaxi_trapsaves_channel = 0x00001654
,
BenefitChannel.enh_tabaxi_luckycat_channel = 0x00001655
,
BenefitChannel.enh_tabaxi_scratch_upgrade_b_channel = 0x00001656
,
BenefitChannel.enh_tabaxi_versatility_b_channel = 0x00001657
,
BenefitChannel.enh_tabaxiiconic_strikethrough_channel = 0x00001658
,
BenefitChannel.enh_tabaxi_acrobatic_channel = 0x00001659
,
BenefitChannel.enh_tabaxiiconic_tripdcs_channel = 0x0000165A
,
BenefitChannel.enh_tabaxi_core_4_a_channel = 0x0000165B
,
BenefitChannel.enh_tabaxiiconic_core_1_channel = 0x0000165C
,
BenefitChannel.enh_tabaxi_ninelives_channel = 0x0000165D
,
BenefitChannel.enh_tabaxi_highplaces_channel = 0x0000165E
,
BenefitChannel.enh_tabaxi_scratch_upgrade_a_channel = 0x0000165F
,
BenefitChannel.enh_tabaxi_sneakattack_a_channel = 0x00001660
,
BenefitChannel.enh_tabaxi_felineagility_upgrade_b_channel = 0x00001661
,
BenefitChannel.enh_tabaxiiconic_staffdeflection_channel = 0x00001662
,
BenefitChannel.enh_tabaxi_versatility_a_channel = 0x00001663
,
BenefitChannel.enh_tabaxi_core_4_b_channel = 0x00001664
,
BenefitChannel.enh_tabaxi_echo_channel = 0x00001665
,
BenefitChannel.enh_tabaxi_escapeartist_channel = 0x00001666
,
BenefitChannel.enh_tabaxi_sneakattack_b_channel = 0x00001667
,
BenefitChannel.enh_tabaxi_core_5_channel = 0x00001668
,
BenefitChannel.enh_tabaxi_felineagility_upgrade_a_channel = 0x00001669
,
BenefitChannel.enh_tabaxiiconic_damage_channel = 0x0000166A
,
BenefitChannel.enh_tabaxi_scratch_channel = 0x0000166B
,
BenefitChannel.enh_tabaxiiconic_core_3_channel = 0x0000166C
,
BenefitChannel.enh_tabaxi_charlie_channel = 0x0000166D
,
BenefitChannel.enh_tabaxi_falldamage_channel = 0x0000166E
,
BenefitChannel.enh_tabaxiiconic_cleavetrip_channel = 0x0000166F
,
BenefitChannel.enh_tabaxi_climbspeed_channel = 0x00001670
,
BenefitChannel.enh_tabaxi_core_2_a_channel = 0x00001671
,
BenefitChannel.enh_tabaxi_core_3_channel = 0x00001672
,
BenefitChannel.enh_clr_darkapostate_core_2_passive = 0x00001673
,
BenefitChannel.enh_clr_darkapostate_core_1 = 0x00001674
,
BenefitChannel.enh_clr_darkapostate_core_2 = 0x00001675
,
BenefitChannel.enh_clr_darkapostate_core_3 = 0x00001676
,
BenefitChannel.enh_clr_darkapostate_core_4 = 0x00001677
,
BenefitChannel.enh_clr_darkapostate_core_5 = 0x00001678
,
BenefitChannel.enh_clr_darkapostate_core_6 = 0x00001679
,
BenefitChannel.enh_clr_shadow_bulwark = 0x0000167A
,
BenefitChannel.enh_clr_bane = 0x0000167B
,
BenefitChannel.enh_clr_traditionalist_caster = 0x0000167C
,
BenefitChannel.enh_clr_apostate_skills = 0x0000167D
,
BenefitChannel.enh_clr_apostate_curse_toggle = 0x0000167E
,
BenefitChannel.enh_clr_enhanced_turning = 0x0000167F
,
BenefitChannel.enh_clr_darkapostate_prayer = 0x00001680
,
BenefitChannel.enh_clr_apostate_curse_aoe = 0x00001682
,
BenefitChannel.enh_clr_dark_judgement = 0x00001683
,
BenefitChannel.enh_clr_apostate_wis_2 = 0x00001684
,
BenefitChannel.enh_clr_apostate_shadows_of_death = 0x00001685
,
BenefitChannel.enh_clr_apostate_return_to_dusk = 0x00001686
,
BenefitChannel.enh_clr_apostate_ward_of_shadow = 0x00001687
,
BenefitChannel.enh_clr_apostate_visage_of_shadows = 0x00001688
,
BenefitChannel.enh_clr_apostate_benediction = 0x00001689
,
BenefitChannel.enh_clr_apostate_dark_consumption = 0x0000168A
,
BenefitChannel.enh_clr_apostate_pray_for_mercy = 0x0000168B
,
BenefitChannel.enh_clr_apostate_necro_dc = 0x0000168C
,
BenefitChannel.enh_clr_blessing_of_shadow = 0x0000168D
,
BenefitChannel.enh_clr_apostate_wis_1 = 0x0000168E
,
BenefitChannel.enh_clr_endless_turning = 0x0000168F
,
BenefitChannel.enh_clr_apostate_curse_upgrade_2 = 0x00001690
,
BenefitChannel.enh_clr_apostate_curse_upgrade_3 = 0x00001691
,
BenefitChannel.enh_clr_apostate_curse_upgrade_4 = 0x00001692
,
BenefitChannel.enh_clr_apostate_curse_upgrade_1 = 0x00001693
,
BenefitChannel.enh_destiny2_shiradichampion_staytoxic = 0x00001694
,
BenefitChannel.enh_destiny2_shiradichampion_staystrong = 0x00001695
,
BenefitChannel.enh_tabaxi_beta_3_channel = 0x00001696
,
BenefitChannel.enh_tabaxi_beta_2_channel = 0x00001697
,
BenefitChannel.enh_tabaxi_beta_1_channel = 0x00001698
,
BenefitChannel.enh_destiny2_grandmasterofflowers_core_4_dark = 0x00001699
,
BenefitChannel.enh_destiny2_grandmasterofflowers_core_4_void = 0x0000169A
,
BenefitChannel.enh_brd_stormsinger_core_1 = 0x0000169B
,
BenefitChannel.enh_pal_sacredfist_core_1 = 0x0000169C
,
BenefitChannel.enh_brd_stormsinger_core_2 = 0x0000169D
,
BenefitChannel.enh_brd_stormsinger_core_3 = 0x0000169E
,
BenefitChannel.enh_brd_stormsinger_core_4 = 0x0000169F
,
BenefitChannel.enh_brd_stormsinger_core_5 = 0x000016A0
,
BenefitChannel.enh_brd_stormsinger_core_6 = 0x000016A1
,
BenefitChannel.enh_brd_stormsinger_evocation_dc_1 = 0x000016A2
,
BenefitChannel.enh_brd_stormsinger_electrocution = 0x000016A3
,
BenefitChannel.enh_brd_stormsinger_pierce_resistance = 0x000016A4
,
BenefitChannel.enh_brd_stormsinger_inspire_courage_boost = 0x000016A5
,
BenefitChannel.enh_brd_stormsinger_spellcrit_1 = 0x000016A6
,
BenefitChannel.enh_brd_stormsinger_charisma_1 = 0x000016A7
,
BenefitChannel.enh_brd_stormsinger_spellcrit_2 = 0x000016A8
,
BenefitChannel.enh_brd_stormsinger_charisma_2 = 0x000016A9
,
BenefitChannel.enh_brd_stormsinger_spellcrit_3 = 0x000016AA
,
BenefitChannel.enh_brd_stormsinger_spellcrit_4 = 0x000016AB
,
BenefitChannel.enh_brd_stormsinger_spellcrit_5 = 0x000016AC
,
BenefitChannel.enh_brd_stormsinger_metamagic_empower_2 = 0x000016AD
,
BenefitChannel.enh_brd_stormsinger_metamagic_maximize_1 = 0x000016AE
,
BenefitChannel.enh_brd_stormsinger_metamagic_maximize_2 = 0x000016AF
,
BenefitChannel.enh_brd_stormsinger_metamagic_empower_1 = 0x000016B0
,
BenefitChannel.enh_brd_stormsinger_stormcaller = 0x000016B1
,
BenefitChannel.enh_brd_stormsinger_implement_1 = 0x000016B2
,
BenefitChannel.enh_brd_stormsinger_studies_choice_a = 0x000016B3
,
BenefitChannel.enh_brd_stormsinger_studies_choice_b = 0x000016B4
,
BenefitChannel.enh_brd_stormsinger_studies_choice_c = 0x000016B5
,
BenefitChannel.enh_brd_stormsinger_inspiration_1 = 0x000016B6
,
BenefitChannel.enh_pal_sacredfist_core_2 = 0x000016B7
,
BenefitChannel.enh_pal_sacredfist_core_1_passive = 0x000016B8
,
BenefitChannel.enh_pal_sacredfist_core_3 = 0x000016B9
,
BenefitChannel.enh_pal_sacredfist_core_4 = 0x000016BA
,
BenefitChannel.enh_pal_sacredfist_core_5 = 0x000016BB
,
BenefitChannel.enh_pal_sacredfist_core_6 = 0x000016BC
,
BenefitChannel.enh_brd_stormsinger_niacs = 0x000016BD
,
BenefitChannel.enh_brd_stormsinger_coldray = 0x000016BE
,
BenefitChannel.enh_brd_stormsinger_reverberate = 0x000016BF
,
BenefitChannel.enh_brd_stormsinger_snowballswarm = 0x000016C0
,
BenefitChannel.enh_brd_stormsinger_shout = 0x000016C1
,
BenefitChannel.enh_brd_stormsinger_sonicblast = 0x000016C2
,
BenefitChannel.enh_brd_curelight = 0x000016C3
,
BenefitChannel.enh_brd_curelightmass = 0x000016C4
,
BenefitChannel.enh_pal_sacredfist_sacredsmite = 0x000016C5
,
BenefitChannel.enh_pal_sacredfist_weapons_1 = 0x000016C6
,
BenefitChannel.enh_pal_sacredfist_weapons_2 = 0x000016C7
,
BenefitChannel.enh_pal_sacredfist_weapons_3 = 0x000016C8
,
BenefitChannel.enh_pal_sacredfist_weapons_4 = 0x000016C9
,
BenefitChannel.enh_pal_sacredfist_weapons_5 = 0x000016CA
,
BenefitChannel.enh_pal_sacredfist_sacredsmite_melee = 0x000016CB
,
BenefitChannel.enh_pal_sacredfist_skills = 0x000016CC
,
BenefitChannel.enh_pal_sacredfist_kishout = 0x000016CD
,
BenefitChannel.enh_pal_sacredfist_deftstrikes = 0x000016CE
,
BenefitChannel.enh_pal_sacredfist_fastmovement_1 = 0x000016CF
,
BenefitChannel.enh_pal_sacredfist_ironskin = 0x000016D0
,
BenefitChannel.enh_pal_sacredfist_instinctivedefense = 0x000016D1
,
BenefitChannel.enh_pal_sacredfist_lightofglory_1 = 0x000016D2
,
BenefitChannel.enh_pal_sacredfist_lightofhope_1 = 0x000016D3
,
BenefitChannel.enh_pal_sacredfist_evasivedance = 0x000016D4
,
BenefitChannel.enh_pal_actionboost_doublestrike = 0x000016D5
,
BenefitChannel.enh_pal_sacredfist_violencebegetsviolence_1 = 0x000016D6
,
BenefitChannel.enh_pal_sacredfist_deflectarrows_1 = 0x000016D7
,
BenefitChannel.enh_pal_avengingwhirlwind_channel = 0x000016D8
,
BenefitChannel.enh_pal_exaltedwhirlwind_channel = 0x000016D9
,
BenefitChannel.enh_pal_sacredfist_sacredsmite_unarmed = 0x000016DA
,
BenefitChannel.Enh_Cleric_LightDefense = 0x000016DB
,
BenefitChannel.Enh_Cleric_DarkDefense = 0x000016DC
,
BenefitChannel.enh_brd_stormsinger_hornofthunder = 0x000016DD
,
BenefitChannel.enh_pal_sacredfist_smiteunholy_stun_1 = 0x000016DE
,
BenefitChannel.Enh_Drow_Imbuedice_1 = 0x000016DF
,
BenefitChannel.Enh_Drow_Imbuedice_2 = 0x000016E0
,
BenefitChannel.art_battleengineer_imbue_1 = 0x000016E1
,
BenefitChannel.Monk_SelfDefense_Henshin = 0x000016E2
,
BenefitChannel.Monk_SelfDefense_NinjaSpy = 0x000016E3
,
BenefitChannel.enh_rgr_darkhunter_core_3_passive_channel = 0x000016E4
,
BenefitChannel.enh_rgr_darkhunter_core_3_channel = 0x000016E5
,
BenefitChannel.enh_rgr_darkhunter_core_4_channel = 0x000016E6
,
BenefitChannel.enh_rgr_darkhunter_core_1_channel = 0x000016E7
,
BenefitChannel.enh_rgr_darkhunter_core_2_channel = 0x000016E8
,
BenefitChannel.enh_rgr_darkhunter_core_5_channel = 0x000016E9
,
BenefitChannel.enh_rgr_darkhunter_core_6_channel = 0x000016EA
,
BenefitChannel.enh_rgr_darkhunter_sneakattack_3_channel = 0x000016EB
,
BenefitChannel.enh_rgr_darkhunter_bleedtheweak = 0x000016EC
,
BenefitChannel.enh_rgr_darkhunter_actionboostsprint = 0x000016ED
,
BenefitChannel.enh_rgr_darkhunter_wisdom_1_channel = 0x000016EE
,
BenefitChannel.enh_rgr_darkhunter_umd = 0x000016EF
,
BenefitChannel.enh_rgr_darkhunter_sneakattack_2_channel = 0x000016F0
,
BenefitChannel.enh_rgr_darkhunter_sneakattack_4_channel = 0x000016F1
,
BenefitChannel.enh_rgr_darkhunter_darksight = 0x000016F2
,
BenefitChannel.enh_rgr_darkhunter_actionboostskill = 0x000016F3
,
BenefitChannel.enh_rgr_darkhunter_smokebomb = 0x000016F4
,
BenefitChannel.enh_rgr_darkhunter_intelligence_2_channel = 0x000016F5
,
BenefitChannel.enh_rgr_darkhunter_deathattack = 0x000016F6
,
BenefitChannel.enh_rgr_darkhunter_intelligence_1_channel = 0x000016F7
,
BenefitChannel.enh_rgr_darkhunter_primalenergy = 0x000016F8
,
BenefitChannel.enh_rgr_darkhunter_assassinate = 0x000016F9
,
BenefitChannel.enh_rgr_darkhunter_wolfhide = 0x000016FA
,
BenefitChannel.enh_rgr_darkhunter_bladespecialization = 0x000016FB
,
BenefitChannel.enh_rgr_darkhunter_snaptrap = 0x000016FC
,
BenefitChannel.enh_rgr_darkhunter_improvedtraps = 0x000016FD
,
BenefitChannel.enh_rgr_darkhunter_slayerinthedark = 0x000016FE
,
BenefitChannel.enh_rgr_darkhunter_dexterity_2_channel = 0x000016FF
,
BenefitChannel.enh_rgr_darkhunter_furorofthehunter = 0x00001700
,
BenefitChannel.enh_rgr_darkhunter_sneakattack_1_channel = 0x00001701
,
BenefitChannel.enh_rgr_darkhunter_stoneshue = 0x00001702
,
BenefitChannel.enh_rgr_darkhunter_lupineinstincts = 0x00001703
,
BenefitChannel.enh_rgr_darkhunter_ferocity = 0x00001704
,
BenefitChannel.enh_rgr_darkhunter_wisdom_2_channel = 0x00001705
,
BenefitChannel.enh_rgr_darkhunter_dexterity_1_channel = 0x00001706
,
BenefitChannel.enh_rgr_darkhunter_darkwolf = 0x00001707
,
BenefitChannel.enh_rgr_darkhunter_darksight_1_toggle = 0x00001708
,
BenefitChannel.enh_drd_blightcaster_acidspray_3_channel = 0x00001709
,
BenefitChannel.enh_drd_blightcaster_everythingdecays_1_channel = 0x0000170A
,
BenefitChannel.enh_drd_blightcaster_envelopingswarm_3_channel = 0x0000170B
,
BenefitChannel.enh_drd_blightcaster_quicken_3_channel = 0x0000170C
,
BenefitChannel.enh_drd_blightcaster_empower_1_channel = 0x0000170D
,
BenefitChannel.enh_drd_blightcaster_greatplagues_1_channel = 0x0000170E
,
BenefitChannel.enh_drd_blightcaster_acidspray_2_channel = 0x0000170F
,
BenefitChannel.enh_drd_blightcaster_core_5_channel = 0x00001710
,
BenefitChannel.enh_drd_blightcaster_bonepiercer_1_channel = 0x00001711
,
BenefitChannel.enh_drd_blightcaster_wis_2_channel = 0x00001712
,
BenefitChannel.enh_drd_blightcaster_maximize_2_channel = 0x00001713
,
BenefitChannel.enh_drd_blightcaster_fastpoison_1_channel = 0x00001714
,
BenefitChannel.enh_drd_blightcaster_melfsacidarrow_1_channel = 0x00001715
,
BenefitChannel.enh_drd_blightcaster_thornstrike_1_channel = 0x00001716
,
BenefitChannel.enh_drd_blightcaster_bonepiercer_2_channel = 0x00001717
,
BenefitChannel.enh_drd_blightcaster_everythingdecays_2_channel = 0x00001718
,
BenefitChannel.enh_drd_blightcaster_thornbloom_2_channel = 0x00001719
,
BenefitChannel.enh_drd_blightcaster_wis_1_channel = 0x0000171A
,
BenefitChannel.enh_drd_blightcaster_acidspray_1_channel = 0x0000171B
,
BenefitChannel.enh_drd_blightcaster_core_4_channel = 0x0000171C
,
BenefitChannel.enh_drd_blightcaster_empower_2b_channel = 0x0000171D
,
BenefitChannel.enh_drd_blightcaster_empower_2_channel = 0x0000171E
,
BenefitChannel.enh_drd_blightcaster_maximize_1_channel = 0x0000171F
,
BenefitChannel.enh_drd_blightcaster_acidrain_3_channel = 0x00001720
,
BenefitChannel.enh_drd_blightcaster_quicken_1_channel = 0x00001721
,
BenefitChannel.enh_drd_blightcaster_thornstrike_2_channel = 0x00001722
,
BenefitChannel.enh_drd_blightcaster_core_3_channel = 0x00001723
,
BenefitChannel.enh_drd_blightcaster_envelopingswarm_1_channel = 0x00001724
,
BenefitChannel.enh_drd_blightcaster_outbreak_1_channel = 0x00001725
,
BenefitChannel.enh_drd_blightcaster_everyrose_1_channel = 0x00001726
,
BenefitChannel.enh_drd_blightcaster_empower_3b_channel = 0x00001727
,
BenefitChannel.enh_drd_blightcaster_melfsacidarrow_2_channel = 0x00001728
,
BenefitChannel.enh_drd_blightcaster_splinterbolt_2_channel = 0x00001729
,
BenefitChannel.enh_drd_blightcaster_greatplagues_3_channel = 0x0000172A
,
BenefitChannel.enh_drd_blightcaster_kissoftheblight_3_channel = 0x0000172B
,
BenefitChannel.enh_drd_blightcaster_bonepiercer_3_channel = 0x0000172C
,
BenefitChannel.enh_drd_blightcaster_con_2_channel = 0x0000172D
,
BenefitChannel.enh_drd_blightcaster_thornbloom_1_channel = 0x0000172E
,
BenefitChannel.enh_drd_blightcaster_quicken_2b_channel = 0x0000172F
,
BenefitChannel.enh_drd_blightcaster_empower_3_channel = 0x00001730
,
BenefitChannel.enh_drd_blightcaster_sharpstick_1_channel = 0x00001731
,
BenefitChannel.enh_drd_blightcaster_graspingthorns_3_channel = 0x00001732
,
BenefitChannel.enh_drd_blightcaster_quicken_2_channel = 0x00001733
,
BenefitChannel.enh_drd_blightcaster_con_1_channel = 0x00001734
,
BenefitChannel.enh_drd_blightcaster_envelopingswarm_2_channel = 0x00001735
,
BenefitChannel.enh_drd_blightcaster_quicken_3b_channel = 0x00001736
,
BenefitChannel.enh_drd_blightcaster_empower_1b_channel = 0x00001737
,
BenefitChannel.enh_drd_blightcaster_melfsacidarrow_3_channel = 0x00001738
,
BenefitChannel.enh_drd_blightcaster_core_2_channel = 0x00001739
,
BenefitChannel.enh_drd_blightcaster_heighten_1_channel = 0x0000173A
,
BenefitChannel.enh_drd_blightcaster_splinterbolt_1_channel = 0x0000173B
,
BenefitChannel.enh_drd_blightcaster_sharpstick_2_channel = 0x0000173C
,
BenefitChannel.enh_drd_blightcaster_heighten_1b_channel = 0x0000173D
,
BenefitChannel.enh_drd_blightcaster_sharpedges_t1_channel = 0x0000173E
,
BenefitChannel.enh_drd_blightcaster_prickly_3_channel = 0x0000173F
,
BenefitChannel.enh_drd_blightcaster_graspingthorns_1_channel = 0x00001740
,
BenefitChannel.enh_drd_blightcaster_acidrain_1_channel = 0x00001741
,
BenefitChannel.enh_drd_blightcaster_kissoftheblight_1_channel = 0x00001742
,
BenefitChannel.enh_drd_blightcaster_core_1_channel = 0x00001743
,
BenefitChannel.enh_drd_blightcaster_thornbloom_3_channel = 0x00001744
,
BenefitChannel.enh_drd_blightcaster_murderofcrows_3_channel = 0x00001745
,
BenefitChannel.enh_drd_blightcaster_sharpedges_t2_channel = 0x00001746
,
BenefitChannel.enh_drd_blightcaster_heighten_2_channel = 0x00001747
,
BenefitChannel.enh_drd_blightcaster_graspingthorns_2_channel = 0x00001748
,
BenefitChannel.enh_drd_blightcaster_acidrain_2_channel = 0x00001749
,
BenefitChannel.enh_drd_blightcaster_sharpedges_t3_channel = 0x0000174A
,
BenefitChannel.enh_drd_blightcaster_kissoftheblight_2_channel = 0x0000174B
,
BenefitChannel.enh_drd_blightcaster_poisonedthorns_1_channel = 0x0000174C
,
BenefitChannel.enh_drd_blightcaster_maximize_3b_channel = 0x0000174D
,
BenefitChannel.enh_drd_blightcaster_splinterbolt_3_channel = 0x0000174E
,
BenefitChannel.enh_drd_blightcaster_prickly_1_channel = 0x0000174F
,
BenefitChannel.enh_drd_blightcaster_everythingdecays_3_channel = 0x00001750
,
BenefitChannel.enh_drd_blightcaster_murderofcrows_2_channel = 0x00001751
,
BenefitChannel.enh_drd_blightcaster_vilethorns_1_channel = 0x00001752
,
BenefitChannel.enh_drd_blightcaster_sharpedges_t4_channel = 0x00001753
,
BenefitChannel.enh_drd_blightcaster_maximize_2b_channel = 0x00001754
,
BenefitChannel.enh_drd_blightcaster_thornstrike_3_channel = 0x00001755
,
BenefitChannel.enh_drd_blightcaster_greatplagues_2_channel = 0x00001756
,
BenefitChannel.enh_drd_blightcaster_prickly_2_channel = 0x00001757
,
BenefitChannel.enh_drd_blightcaster_doomsayer_1_channel = 0x00001758
,
BenefitChannel.enh_drd_blightcaster_murderofcrows_1_channel = 0x00001759
,
BenefitChannel.enh_drd_blightcaster_defiledgrowth_1_channel = 0x0000175A
,
BenefitChannel.enh_drd_blightcaster_heighten_2b_channel = 0x0000175B
,
BenefitChannel.enh_drd_blightcaster_quicken_1b_channel = 0x0000175C
,
BenefitChannel.enh_drd_blightcaster_maximize_1b_channel = 0x0000175D
,
BenefitChannel.enh_drd_blightcaster_maximize_3_channel = 0x0000175E
,
BenefitChannel.enh_drd_blightcaster_core_6_passive_channel = 0x0000175F
,
BenefitChannel.enh_drd_blightcaster_core_6_channel = 0x00001760
,
BenefitChannel.wlk_acolyteoftheskin_core_1 = 0x00001761
,
BenefitChannel.wlk_acolyteoftheskin_core_2 = 0x00001762
,
BenefitChannel.wlk_acolyteoftheskin_core_3 = 0x00001763
,
BenefitChannel.wlk_acolyteoftheskin_core_4 = 0x00001764
,
BenefitChannel.wlk_acolyteoftheskin_core_5 = 0x00001765
,
BenefitChannel.wlk_acolyteoftheskin_core_6 = 0x00001766
,
BenefitChannel.enh_wlk_acolyte_skills = 0x00001767
,
BenefitChannel.enh_wlk_acolyte_nightshield = 0x00001768
,
BenefitChannel.enh_wlk_spirit_spellpower_3_fire = 0x00001769
,
BenefitChannel.enh_wlk_spirit_spellpower_2_fire = 0x0000176A
,
BenefitChannel.enh_wlk_spirit_spellpower_1_fire = 0x0000176B
,
BenefitChannel.enh_wlk_acolyte_fearimmunity = 0x0000176C
,
BenefitChannel.enh_wlk_acolyte_mindwrack = 0x0000176D
,
BenefitChannel.wlk_hellishrebuke_sla_1 = 0x0000176E
,
BenefitChannel.wlk_acolyte_defenses_1 = 0x0000176F
,
BenefitChannel.wlk_acolyte_defenses_2 = 0x00001770
,
BenefitChannel.wlk_acolyte_defenses_3 = 0x00001771
,
BenefitChannel.enh_wlk_acolyte_saves = 0x00001773
,
BenefitChannel.wlk_acolyte_pact_upgrade_1 = 0x00001774
,
BenefitChannel.enh_wlk_acolyte_glare = 0x00001775
,
BenefitChannel.wlk_acolyte_beam_shape = 0x00001776
,
BenefitChannel.wlk_acolyte_defenses_4 = 0x00001777
,
BenefitChannel.wlk_fiend_transformation_1 = 0x00001778
,
BenefitChannel.enh_wlk_acolyte_enhanced_glare = 0x00001779
,
BenefitChannel.enh_wlk_acolyte_necromancy = 0x0000177B
,
BenefitChannel.enh_wlk_acolyte_bypass = 0x0000177C
,
BenefitChannel.enh_destiny2_machrotechnic_alpha = 0x0000177D
,
BenefitChannel.enh_destiny2_machrotechnic_core_1 = 0x0000177E
,
BenefitChannel.enh_destiny2_machrotechnic_core_2 = 0x0000177F
,
BenefitChannel.enh_destiny2_machrotechnic_core_3 = 0x00001780
,
BenefitChannel.enh_destiny2_machrotechnic_core_4 = 0x00001781
,
BenefitChannel.enh_destiny2_machrotechnic_blastshields = 0x00001782
,
BenefitChannel.enh_destiny2_machrotechnic_strike_a = 0x00001783
,
BenefitChannel.enh_destiny2_machrotechnic_solidfooting = 0x00001784
,
BenefitChannel.enh_destiny2_machrotechnic_strike_b = 0x00001785
,
BenefitChannel.enh_destiny2_machrotechnic_strike_c = 0x00001786
,
BenefitChannel.enh_destiny2_machrotechnic_sprockets = 0x00001787
,
BenefitChannel.enh_destiny2_machrotechnic_tinkertailor = 0x00001788
,
BenefitChannel.enh_destiny2_machrotechnic_runearmuse_1 = 0x00001789
,
BenefitChannel.enh_destiny2_machrotechnic_destinymantle_1 = 0x0000178A
,
BenefitChannel.enh_destiny2_machrotechnic_radiantprison_1 = 0x0000178B
,
BenefitChannel.enh_destiny2_machrotechnic_lightninghammer_a = 0x0000178C
,
BenefitChannel.enh_destiny2_machrotechnic_thunderhammer_a = 0x0000178D
,
BenefitChannel.enh_destiny2_machrotechnic_fluidity_1 = 0x0000178E
,
BenefitChannel.enh_destiny2_machrotechnic_tuning_a = 0x0000178F
,
BenefitChannel.enh_destiny2_machrotechnic_rusttoruin_1 = 0x00001790
,
BenefitChannel.enh_destiny2_machrotechnic_tuning_b = 0x00001791
,
BenefitChannel.enh_destiny2_machrotechnic_spelldc_conjuration = 0x00001792
,
BenefitChannel.enh_destiny2_machrotechnic_tuning_c = 0x00001793
,
BenefitChannel.enh_destiny2_machrotechnic_destinymantle_2 = 0x00001794
,
BenefitChannel.enh_destiny2_machrotechnic_spelldc_evocation = 0x00001795
,
BenefitChannel.enh_destiny2_machrotechnic_stormcore = 0x00001796
,
BenefitChannel.enh_destiny2_machrotechnic_spelldc_transmutation = 0x00001797
,
BenefitChannel.enh_destiny2_machrotechnic_spelldc_abjuration = 0x00001798
,
BenefitChannel.enh_destiny2_machrotechnic_epicmoment_1 = 0x00001799
,
BenefitChannel.enh_destiny2_machrotechnic_arcaneimbuement = 0x0000179A
,
BenefitChannel.enh_destiny2_machrotechnic_metamagicintensify = 0x0000179B
,
BenefitChannel.enh_destiny2_machrotechnic_boostdrive_a = 0x0000179C
,
BenefitChannel.enh_destiny2_machrotechnic_destinymantle_3 = 0x0000179D
,
BenefitChannel.enh_destiny2_machrotechnic_boostdrive_b = 0x0000179E
,
BenefitChannel.enh_destiny2_machrotechnic_destinymantle_4 = 0x0000179F
,
BenefitChannel.enh_destiny2_machrotechnic_metamagicmaximize = 0x000017A0
,
BenefitChannel.enh_destiny2_machrotechnic_metamagicempower = 0x000017A1
,
BenefitChannel.enh_destiny2_machrotechnic_crit_1 = 0x000017A2
,
BenefitChannel.enh_destiny2_machrotechnic_galvanicimbuement_1 = 0x000017A3
,
BenefitChannel.enh_destiny2_machrotechnic_armoroflegends_1 = 0x000017A4
,
BenefitChannel.enh_destiny2_machrotechnic_dcs = 0x000017A5
,
BenefitChannel.enh_destiny2_machrotechnic_rusttoruin_2 = 0x000017A6
,
BenefitChannel.enh_destiny2_machrotechnic_rusttoruin_3 = 0x000017A7
,
BenefitChannel.alc_bombardier_vialsla_m_1 = 0x000017A8
,
BenefitChannel.alc_bombardier_vialsla_p_1 = 0x000017A9
,
BenefitChannel.alc_bombardier_vialsla_g_1 = 0x000017AA
,
BenefitChannel.alc_bombardier_vialsla_o_1 = 0x000017AB
,
BenefitChannel.alc_bombardier_vialsla_j_1 = 0x000017AC
,
BenefitChannel.alc_bombardier_vialsla_i_1 = 0x000017AD
,
BenefitChannel.alc_bombardier_vialsla_l_1 = 0x000017AE
,
BenefitChannel.alc_bombardier_vialsla_k_1 = 0x000017AF
,
BenefitChannel.alc_bombardier_vialsla_n_1 = 0x000017B0
,
BenefitChannel.alc_bombardier_vialsla_h_1 = 0x000017B1
,
BenefitChannel.Fighter_AuraofFear = 0x000017B2
,
BenefitChannel.Fighter_FesteringWound = 0x000017B3
,
BenefitChannel.Benefit_FighterRavagerToughness = 0x000017B4
,
BenefitChannel.Fighter_PainTouch = 0x000017B5
,
BenefitChannel.Benefit_FighterCriticalFury = 0x000017B6
,
BenefitChannel.Fighter_VisageofTerror = 0x000017B7
,
BenefitChannel.Fighter_RavagerBoost = 0x000017B8
,
BenefitChannel.Fighter_CruelCut = 0x000017B9
,
BenefitChannel.Fighter_Dismember = 0x000017BA
,
BenefitChannel.Fighter_HitMe = 0x000017BB
,
BenefitChannel.Fighter_Hate = 0x000017BC
,
BenefitChannel.Fighter_RavagerConstitution = 0x000017BD
,
BenefitChannel.Benefit_FighterLaughter = 0x000017BE
,
BenefitChannel.Fighter_Slaughter = 0x000017BF
,
BenefitChannel.Fighter_RavagerStrength = 0x000017C0
,
BenefitChannel.Fighter_IlikePain = 0x000017C1
,
BenefitChannel.Fighter_Bully = 0x000017C2
,
BenefitChannel.Benefit_FighterDemoralizing = 0x000017C3
,
BenefitChannel.Benefit_FighterPowerAttack = 0x000017C4
,
BenefitChannel.Fighter_Doyoulikepain = 0x000017C5
,
BenefitChannel.Fighter_HardyRage_Ravager = 0x000017C6
,
BenefitChannel.Fighter_IntimidatingRage = 0x000017C7
,
BenefitChannel.Fighter_Eviscerate = 0x000017C8
,
BenefitChannel.Benefit_FighterBloodStrength = 0x000017C9
,
BenefitChannel.Fighter_Ugliness = 0x000017CA
,
BenefitChannel.Fighter_FearMe = 0x000017CB
,
BenefitChannel.Fighter_Mutilate = 0x000017CC
,
BenefitChannel.Benefit_FighterSubsidingFury = 0x000017CD
,
BenefitChannel.enh_ftr_dragonlord_naturalarmor = 0x000017CE
,
BenefitChannel.enh_ftr_dragonlord_beta = 0x000017CF
,
BenefitChannel.enh_ftr_dragonlord_protection_a = 0x000017D0
,
BenefitChannel.enh_ftr_dragonlord_protection_b = 0x000017D1
,
BenefitChannel.enh_ftr_dragonlord_protection_c = 0x000017D2
,
BenefitChannel.enh_ftr_dragonlord_offhand = 0x000017D3
,
BenefitChannel.enh_ftr_dragonlord_delta = 0x000017D4
,
BenefitChannel.enh_ftr_dragonlord_protection_d = 0x000017D5
,
BenefitChannel.enh_ftr_dragonlord_will = 0x000017D6
,
BenefitChannel.enh_ftr_dragonlord_protection_e = 0x000017D7
,
BenefitChannel.enh_ftr_dragonlord_str_a = 0x000017D8
,
BenefitChannel.enh_ftr_dragonlord_tacticsboost = 0x000017D9
,
BenefitChannel.enh_ftr_dragonlord_alpha = 0x000017DA
,
BenefitChannel.enh_ftr_dragonlord_str_b = 0x000017DB
,
BenefitChannel.enh_ftr_dragonlord_trance_str = 0x000017DC
,
BenefitChannel.enh_ftr_dragonlord_untouchable = 0x000017DD
,
BenefitChannel.enh_ftr_dragonlord_strikethrough = 0x000017DE
,
BenefitChannel.enh_ftr_dragonlord_favoredenemy = 0x000017DF
,
BenefitChannel.enh_ftr_dragonlord_leadthecharge = 0x000017E0
,
BenefitChannel.enh_ftr_dragonlord_skills = 0x000017E1
,
BenefitChannel.enh_ftr_dragonlord_crit = 0x000017E2
,
BenefitChannel.enh_ftr_dragonlord_roar = 0x000017E3
,
BenefitChannel.enh_ftr_dragonlord_foxtrot = 0x000017E4
,
BenefitChannel.enh_ftr_dragonlord_cha_a = 0x000017E5
,
BenefitChannel.Fighter_DragonLord_1 = 0x000017E6
,
BenefitChannel.enh_ftr_dragonlord_cha_b = 0x000017E7
,
BenefitChannel.Fighter_DragonLord_2 = 0x000017E8
,
BenefitChannel.Fighter_DragonLord_3 = 0x000017E9
,
BenefitChannel.enh_ftr_dragonlord_improvedroar = 0x000017EA
,
BenefitChannel.Fighter_DragonLord_4 = 0x000017EB
,
BenefitChannel.enh_ftr_dragonlord_leap = 0x000017EC
,
BenefitChannel.enh_ftr_dragonlord_trance_cha = 0x000017ED
,
BenefitChannel.enh_ftr_dragonlord_doubleshot = 0x000017EE
,
BenefitChannel.enh_ftr_dragonlord_tactician_a = 0x000017EF
,
BenefitChannel.Fighter_DragonLord_5 = 0x000017F0
,
BenefitChannel.enh_ftr_dragonlord_tactician_b = 0x000017F1
,
BenefitChannel.enh_ftr_dragonlord_doublestrike = 0x000017F2
,
BenefitChannel.Fighter_DragonLord_6 = 0x000017F3
,
BenefitChannel.enh_ftr_dragonlord_tactician_c = 0x000017F4
,
BenefitChannel.enh_ftr_dragonlord_hasteboost = 0x000017F5
,
BenefitChannel.enh_ftr_dragonlord_tactician_d = 0x000017F6
,
BenefitChannel.enh_ftr_dragonlord_echo = 0x000017F7
,
BenefitChannel.enh_ftr_dragonlord_tactician_e = 0x000017F8
,
BenefitChannel.Benefit_FighterOccultDelta = 0x000017F9
,
BenefitChannel.Enh_Eladrin_Int_2 = 0x000017FA
,
BenefitChannel.Enh_Eladrin_Cha_1 = 0x000017FB
,
BenefitChannel.Enh_Eladrin_Cha_2 = 0x000017FC
,
BenefitChannel.Enh_Eladrin_Dex_1 = 0x000017FD
,
BenefitChannel.Enh_Eladrin_Dex_2 = 0x000017FE
,
BenefitChannel.Enh_Eladrin_Int_1 = 0x000017FF
,
BenefitChannel.enh_sor_wildmage_delta = 0x00001800
,
BenefitChannel.enh_sor_wildmage_charisma_1 = 0x00001801
,
BenefitChannel.enh_sor_wildmage_charisma_2 = 0x00001802
,
BenefitChannel.enh_sor_wildmage_alpha = 0x00001803
,
BenefitChannel.enh_sor_wildmage_chaoscontrol_a = 0x00001804
,
BenefitChannel.enh_sor_wildmage_chaoscontrol_b = 0x00001805
,
BenefitChannel.enh_sor_wildmage_mixedmagics = 0x00001806
,
BenefitChannel.enh_sor_wildmage_chaoscontrol_c = 0x00001807
,
BenefitChannel.enh_sor_wildmage_wildstrike = 0x00001808
,
BenefitChannel.enh_sor_wildmage_charlie = 0x00001809
,
BenefitChannel.enh_sor_wildmage_wisdom_1 = 0x0000180A
,
BenefitChannel.enh_sor_wildmage_wisdom_2 = 0x0000180B
,
BenefitChannel.enh_sor_wildmage_unpredictable = 0x0000180C
,
BenefitChannel.enh_sor_wildmage_bendluck = 0x0000180D
,
BenefitChannel.enh_sor_wildmage_chaoticmind = 0x0000180E
,
BenefitChannel.enh_sor_wildmage_rapidsurge = 0x0000180F
,
BenefitChannel.enh_sor_wildmage_tidesofchaos_a = 0x00001810
,
BenefitChannel.enh_sor_wildmage_tidesofchaos_b = 0x00001811
,
BenefitChannel.enh_sor_wildmage_actionboost_wildmagic = 0x00001812
,
BenefitChannel.enh_sor_wildmage_tidesofchaos_c = 0x00001813
,
BenefitChannel.enh_sor_wildmage_tidesofchaos_d = 0x00001814
,
BenefitChannel.enh_sor_wildmage_randomdeflector = 0x00001815
,
BenefitChannel.enh_sor_wildmage_studentofchaos_a = 0x00001816
,
BenefitChannel.enh_sor_wildmage_chaossphere = 0x00001817
,
BenefitChannel.enh_sor_wildmage_studentofchaos_b = 0x00001818
,
BenefitChannel.enh_sor_wildmage_intelligence_1 = 0x00001819
,
BenefitChannel.enh_sor_wildmage_studentofchaos_c = 0x0000181A
,
BenefitChannel.enh_sor_wildmage_epsilon = 0x0000181B
,
BenefitChannel.enh_sor_wildmage_intelligence_2 = 0x0000181C
,
BenefitChannel.enh_sor_wildmage_studentofchaos_d = 0x0000181D
,
BenefitChannel.enh_sor_wildmage_luckydodge = 0x0000181E
,
BenefitChannel.enh_sor_wildmage_skills = 0x0000181F
,
BenefitChannel.enh_sor_wildmage_chaosbolt = 0x00001820
,
BenefitChannel.enh_sor_wildmage_beta = 0x00001821
,
BenefitChannel.enh_sor_wildmage_unstable = 0x00001822
,
BenefitChannel.Sorcerer_WildMage_Core_1 = 0x00001823
,
BenefitChannel.Sorcerer_WildMage_Core_2 = 0x00001824
,
BenefitChannel.Sorcerer_WildMage_Core_3 = 0x00001825
,
BenefitChannel.Sorcerer_WildMage_Core_4 = 0x00001826
,
BenefitChannel.Sorcerer_WildMage_Core_5 = 0x00001827
,
BenefitChannel.Sorcerer_WildMage_Core_6 = 0x00001828
,
BenefitChannel.enh_eladriniconic_minorfallattunement = 0x00001829
,
BenefitChannel.enh_eladrin_minorwinterattunement = 0x0000182A
,
BenefitChannel.enh_eladriniconic_winter_sla = 0x0000182B
,
BenefitChannel.enh_eladrin_minorsummerattunement = 0x0000182C
,
BenefitChannel.enh_eladriniconic_majorwinterattunement_1 = 0x0000182D
,
BenefitChannel.enh_eladrin_majorwinterattunement = 0x0000182E
,
BenefitChannel.enh_eladrin_majorfallattunement = 0x0000182F
,
BenefitChannel.enh_eladrin_summer_sla = 0x00001830
,
BenefitChannel.enh_eladriniconic_minorwinterattunement = 0x00001831
,
BenefitChannel.enh_eladrin_iconic_core_1 = 0x00001832
,
BenefitChannel.enh_eladriniconic_majorsummerattunement_1 = 0x00001833
,
BenefitChannel.enh_eladrin_stepthroughthefade = 0x00001834
,
BenefitChannel.enh_eladriniconic_majorspringattunement_1 = 0x00001835
,
BenefitChannel.enh_eladrin_majorspringattunement = 0x00001836
,
BenefitChannel.enh_eladrin_iconic_core_3 = 0x00001837
,
BenefitChannel.enh_eladriniconic_bendluck_1 = 0x00001838
,
BenefitChannel.enh_eladriniconic_summer_sla = 0x00001839
,
BenefitChannel.enh_eladriniconic_minorspringattunement = 0x0000183A
,
BenefitChannel.enh_eladrin_winter_sla = 0x0000183B
,
BenefitChannel.enh_eladrin_iconic_core_5 = 0x0000183C
,
BenefitChannel.enh_eladrin_minorspringattunement = 0x0000183D
,
BenefitChannel.enh_eladrin_minorfallattunement = 0x0000183E
,
BenefitChannel.enh_eladrin_fall_sla = 0x0000183F
,
BenefitChannel.enh_eladriniconic_fall_sla = 0x00001840
,
BenefitChannel.enh_eladrin_majorsummerattunement = 0x00001841
,
BenefitChannel.enh_eladrin_fey_step = 0x00001842
,
BenefitChannel.enh_eladriniconic_spring_sla = 0x00001843
,
BenefitChannel.enh_eladrin_spring_sla = 0x00001844
,
BenefitChannel.enh_eladriniconic_majorfallattunement_1 = 0x00001845
,
BenefitChannel.enh_eladriniconic_minorsummerattunement = 0x00001846
} |
|
|
|
enum | BillingGroup : uint {
BillingGroup.DDOBootsSpeed = 0x00000011
,
BillingGroup.StormreachPreorder = 0x00000012
,
BillingGroup.StormreachBeta = 0x00000013
,
BillingGroup.LightRepairBrooch = 0x00000014
,
BillingGroup.StormreachLimited = 0x00000015
,
BillingGroup.StormreachStandard = 0x00000016
,
BillingGroup.StormreachTarget = 0x00000017
,
BillingGroup.StormreachGuest = 0x00000018
,
BillingGroup.StormreachEUPre = 0x00000019
,
BillingGroup.StormreachFounders = 0x0000001A
,
BillingGroup.DDOHaggleRing = 0x0000001B
,
BillingGroup.DDOMZONE = 0x0000001C
,
BillingGroup.DDOTrinketPower = 0x0000001D
,
BillingGroup.DDOTrinketFavor = 0x0000001E
,
BillingGroup.DDOTrinketArcane = 0x0000001F
,
BillingGroup.DDOBonusBrooch = 0x00000020
,
BillingGroup.eStore_Feature_Monk = 0x00000021
,
BillingGroup.eStore_Content_Necropolis = 0x00000022
,
BillingGroup.eStore_Content_ThreeBarrelCove = 0x00000023
,
BillingGroup.eStore_Feature_CharSlot = 0x00000024
,
BillingGroup.eStore_Feature_CharSlot_2 = 0x00000025
,
BillingGroup.eStore_Feature_CharSlot_3 = 0x00000026
,
BillingGroup.eStore_Feature_CharSlot_4 = 0x00000027
,
BillingGroup.eStore_Feature_CharSlot_5 = 0x00000028
,
BillingGroup.eStore_Feature_CharSlot_6 = 0x00000029
,
BillingGroup.eStore_Feature_CharSlot_7 = 0x0000002A
,
BillingGroup.eStore_Feature_CharSlot_8 = 0x0000002B
,
BillingGroup.eStore_Feature_CharSlot_9 = 0x0000002C
,
BillingGroup.eStore_Feature_CharSlot_10 = 0x0000002D
,
BillingGroup.eStore_Feature_CharSlot_11 = 0x0000002E
,
BillingGroup.eStore_Feature_CharSlot_12 = 0x0000002F
,
BillingGroup.eStore_Feature_CharSlot_13 = 0x00000030
,
BillingGroup.eStore_Feature_CharSlot_14 = 0x00000031
,
BillingGroup.eStore_Feature_CharSlot_15 = 0x00000032
,
BillingGroup.eStore_Feature_CharSlot_16 = 0x00000033
,
BillingGroup.eStore_Feature_CharSlot_17 = 0x00000034
,
BillingGroup.eStore_Feature_CharSlot_18 = 0x00000035
,
BillingGroup.eStore_Feature_CharSlot_19 = 0x00000036
,
BillingGroup.eStore_Feature_CharSlot_20 = 0x00000037
,
BillingGroup.eStore_Feature_CharSlot_21 = 0x00000038
,
BillingGroup.eStore_Feature_CharSlot_22 = 0x00000039
,
BillingGroup.eStore_Feature_CharSlot_23 = 0x0000003A
,
BillingGroup.eStore_Feature_CharSlot_24 = 0x0000003B
,
BillingGroup.eStore_Feature_CharSlot_25 = 0x0000003C
,
BillingGroup.eStore_Feature_CharSlot_26 = 0x0000003D
,
BillingGroup.eStore_Feature_CharSlot_27 = 0x0000003E
,
BillingGroup.eStore_Feature_CharSlot_28 = 0x0000003F
,
BillingGroup.eStore_Feature_CharSlot_29 = 0x00000040
,
BillingGroup.eStore_Feature_CharSlot_30 = 0x00000041
,
BillingGroup.eStore_Feature_Drow = 0x00000042
,
BillingGroup.eStore_Feature_Warforged = 0x00000043
,
BillingGroup.eStore_Content_ReaversReach = 0x00000045
,
BillingGroup.eStore_Content_Shavarath = 0x00000046
,
BillingGroup.eStore_Content_Shantokor = 0x00000047
,
BillingGroup.eStore_Content_Catacombs = 0x00000048
,
BillingGroup.eStore_Content_TanglerootGorge = 0x00000049
,
BillingGroup.eStore_Content_Deleras = 0x0000004A
,
BillingGroup.eStore_Content_SorrowduskIsles = 0x0000004B
,
BillingGroup.eStore_Content_RestlessIsle = 0x0000004C
,
BillingGroup.eStore_Content_RuinsOfThrenal = 0x0000004D
,
BillingGroup.eStore_Content_VaultOfNight = 0x0000004E
,
BillingGroup.eStore_Content_SandsOfMenechtarun = 0x0000004F
,
BillingGroup.eStore_Content_GiantholdRuins = 0x00000050
,
BillingGroup.eStore_Content_ValeOfTwilight = 0x00000051
,
BillingGroup.eStore_Feature_AccountBank = 0x00000052
,
BillingGroup.eStore_Content_DevilAssault = 0x00000053
,
BillingGroup.DDOF2PBeta = 0x00000054
,
BillingGroup.eStore_Feature_FavoredSoul = 0x00000055
,
BillingGroup.eStore_Content_CrimeWave = 0x00000056
,
BillingGroup.eStore_Content_Necropolis2 = 0x00000057
,
BillingGroup.eStore_Content_Necropolis3 = 0x00000058
,
BillingGroup.eStore_Content_Necropolis4 = 0x00000059
,
BillingGroup.eStore_Content_Inspired = 0x0000005A
,
BillingGroup.eStore_Content_Dreaming = 0x0000005B
,
BillingGroup.eStore_Feature_32PtBuild = 0x0000005C
,
BillingGroup.eStore_Feature_HeadStart = 0x0000005D
,
BillingGroup.eStore_Feature_AccountBank_SlotsUpgrade_1 = 0x0000005E
,
BillingGroup.eStore_Feature_AccountBank_SlotsUpgrade_2 = 0x0000005F
,
BillingGroup.eStore_Feature_AccountBank_SlotsUpgrade_3 = 0x00000060
,
BillingGroup.eStore_Content_Sentinels = 0x00000061
,
BillingGroup.F2PDDOUp = 0x00000062
,
BillingGroup.eStore_Content_Carnival = 0x00000063
,
BillingGroup.eStore_Content_Swamp = 0x00000064
,
BillingGroup.DDOPreview = 0x00000065
,
BillingGroup.eStore_Content_Droaam2 = 0x00000066
,
BillingGroup.eStore_Feature_AccountBank_SlotsUpgrade_4 = 0x00000067
,
BillingGroup.eStore_Feature_HalfElf = 0x00000068
,
BillingGroup.eStore_Feature_HalfOrc = 0x00000069
,
BillingGroup.eStore_Content_Taken = 0x0000006A
,
BillingGroup.eStore_Content_Xoriat = 0x0000006B
,
BillingGroup.DDOPAX2011 = 0x0000006C
,
BillingGroup.eStore_Content_Blades1 = 0x0000006D
,
BillingGroup.eStore_Content_Blades2 = 0x0000006E
,
BillingGroup.eStore_Feature_Artificer = 0x0000006F
,
BillingGroup.eStore_Feature_SharedPlat = 0x00000070
,
BillingGroup.eStore_Feature_AccountBank_SharedPlatUpgrade_1 = 0x00000071
,
BillingGroup.eStore_Feature_AccountBank_SharedPlatUpgrade_2 = 0x00000072
,
BillingGroup.eStore_Feature_AccountBank_SharedPlatUpgrade_3 = 0x00000073
,
BillingGroup.eStore_Feature_AccountBank_SharedPlatUpgrade_4 = 0x00000074
,
BillingGroup.eStore_Feature_AccountBank_SharedPlatUpgrade_5 = 0x00000075
,
BillingGroup.eStore_Feature_AccountBank_SharedPlatUpgrade_6 = 0x00000076
,
BillingGroup.eStore_Feature_AccountBank_SharedPlatUpgrade_7 = 0x00000077
,
BillingGroup.eStore_Feature_AccountBank_SharedPlatUpgrade_8 = 0x00000078
,
BillingGroup.eStore_Feature_AccountBank_SharedPlatUpgrade_9 = 0x00000079
,
BillingGroup.eStore_Feature_AccountBank_SharedPlatUpgrade_10 = 0x0000007A
,
BillingGroup.eStore_Feature_Druid = 0x0000007B
,
BillingGroup.eStore_Feature_HeadStart2 = 0x0000007C
,
BillingGroup.eStore_Feature_EpicDestinies = 0x0000007D
,
BillingGroup.DDO_MOTU_PreOrder_Base = 0x0000007E
,
BillingGroup.DDO_MOTU_PreOrder_Bundle = 0x0000007F
,
BillingGroup.DDO_MOTU_PreOrder_Collectors = 0x00000080
,
BillingGroup.DDO_MOTU_Base = 0x00000081
,
BillingGroup.DDO_MOTU_Bundle = 0x00000082
,
BillingGroup.eStore_Content_EveningstarAdventures = 0x00000083
,
BillingGroup.eStore_Content_EveningstarLandscape = 0x00000084
,
BillingGroup.eStore_Content_EveningstarChallenges = 0x00000085
,
BillingGroup.eStore_Content_UnderdarkAdventures = 0x00000086
,
BillingGroup.eStore_Content_UnderdarkLandscape = 0x00000087
,
BillingGroup.eStore_Content_DemonwebAdventures = 0x00000088
,
BillingGroup.eStore_Content_DemonwebLandscape = 0x00000089
,
BillingGroup.DDOPAX2012 = 0x0000008A
,
BillingGroup.STONEOFXP_STARTER = 0x0000008B
,
BillingGroup.DDODrowPack = 0x0000008C
,
BillingGroup.DDOHealerPack = 0x0000008D
,
BillingGroup.DDOChampionPack = 0x0000008E
,
BillingGroup.DDOMeleePack = 0x0000008F
,
BillingGroup.DDODruidPack = 0x00000090
,
BillingGroup.DDOViralPet = 0x00000091
,
BillingGroup.eStore_Feature_MonsterManualVol01 = 0x00000092
,
BillingGroup.eStore_Content_Plant = 0x00000093
,
BillingGroup.eStore_Content_Castles = 0x00000094
,
BillingGroup.eStore_Feature_MonsterManualVol02 = 0x00000095
,
BillingGroup.eStore_Feature_AccountBank_SlotsUpgrade_5 = 0x00000096
,
BillingGroup.eStore_Feature_AccountBank_SlotsUpgrade_6 = 0x00000097
,
BillingGroup.eStore_Black_Market_Auction_Slot_01 = 0x00000098
,
BillingGroup.eStore_Black_Market_Auction_Slot_02 = 0x00000099
,
BillingGroup.eStore_Black_Market_Auction_Slot_03 = 0x0000009A
,
BillingGroup.eStore_Black_Market_Auction_Slot_04 = 0x0000009B
,
BillingGroup.eStore_Black_Market_Auction_Slot_05 = 0x0000009C
,
BillingGroup.eStore_Black_Market_Auction_Slot_06 = 0x0000009D
,
BillingGroup.eStore_Black_Market_Auction_Slot_07 = 0x0000009E
,
BillingGroup.eStore_Black_Market_Auction_Slot_08 = 0x0000009F
,
BillingGroup.eStore_Black_Market_Auction_Slot_09 = 0x000000A0
,
BillingGroup.eStore_Black_Market_Auction_Slot_10 = 0x000000A1
,
BillingGroup.eStore_Black_Market_Auction_Slot_11 = 0x000000A2
,
BillingGroup.eStore_Black_Market_Auction_Slot_12 = 0x000000A3
,
BillingGroup.eStore_Black_Market_Auction_Slot_13 = 0x000000A4
,
BillingGroup.eStore_Black_Market_Auction_Slot_14 = 0x000000A5
,
BillingGroup.eStore_Black_Market_Auction_Slot_15 = 0x000000A6
,
BillingGroup.eStore_Black_Market_Auction_Slot_16 = 0x000000A7
,
BillingGroup.eStore_Black_Market_Auction_Slot_17 = 0x000000A8
,
BillingGroup.eStore_Black_Market_Auction_Slot_18 = 0x000000A9
,
BillingGroup.eStore_Black_Market_Auction_Slot_19 = 0x000000AA
,
BillingGroup.eStore_Black_Market_Auction_Slot_20 = 0x000000AB
,
BillingGroup.eStore_Black_Market_Auction_Slot_21 = 0x000000AC
,
BillingGroup.eStore_Black_Market_Auction_Slot_22 = 0x000000AD
,
BillingGroup.eStore_Black_Market_Auction_Slot_23 = 0x000000AE
,
BillingGroup.eStore_Black_Market_Auction_Slot_24 = 0x000000AF
,
BillingGroup.eStore_Black_Market_Auction_Slot_25 = 0x000000B0
,
BillingGroup.eStore_Black_Market_Auction_Slot_26 = 0x000000B1
,
BillingGroup.eStore_Black_Market_Auction_Slot_27 = 0x000000B2
,
BillingGroup.eStore_Black_Market_Auction_Slot_28 = 0x000000B3
,
BillingGroup.eStore_Black_Market_Auction_Slot_29 = 0x000000B4
,
BillingGroup.eStore_Black_Market_Auction_Slot_30 = 0x000000B5
,
BillingGroup.eStore_Feature_MonsterManualVol0003 = 0x000000C4
,
BillingGroup.eStore_Feature_MonsterManualVol0004 = 0x000000C5
,
BillingGroup.eStore_Feature_MonsterManualVol0005 = 0x000000C6
,
BillingGroup.eStore_Feature_MonsterManualVol0006 = 0x000000C7
,
BillingGroup.eStore_Feature_MonsterManualVol0007 = 0x000000C8
,
BillingGroup.eStore_Content_Wheloon = 0x000000C9
,
BillingGroup.eStore_Content_Stormhorns = 0x000000CA
,
BillingGroup.STEAMPACK01 = 0x000000CB
,
BillingGroup.eStore_Feature_Bladeforged = 0x000000CC
,
BillingGroup.eStore_Feature_Shadarkai = 0x000000CD
,
BillingGroup.eStore_Feature_PurpleDragonKnight = 0x000000CE
,
BillingGroup.eStore_Feature_Morninglord = 0x000000CF
,
BillingGroup.XP2_CharacterSlot_Prepurchase_Standard = 0x000000D0
,
BillingGroup.XP2_CharacterSlot_Prepurchase_Premium = 0x000000D1
,
BillingGroup.XP2_CharacterSlot_Standard = 0x000000D2
,
BillingGroup.XP2_CharacterSlot_Premium = 0x000000D3
,
BillingGroup.XP2_Base_Prepurchase = 0x000000D4
,
BillingGroup.XP2_Base = 0x000000D5
,
BillingGroup.XP2_Premium_Prepurchase = 0x000000D6
,
BillingGroup.XP2_Premium = 0x000000D7
,
BillingGroup.XP2_Legendary_Upgrade = 0x000000D8
,
BillingGroup.XP2_Delta = 0x000000D9
,
BillingGroup.XP2_Delta_Prepurchase = 0x000000DA
,
BillingGroup.eStore_Feature_HOH_Passport = 0x000000DB
,
BillingGroup.SCBeta = 0x000000DC
,
BillingGroup.eStore_Content_Thunderholme = 0x000000DD
,
BillingGroup.eStore_Feature_AccountBank_SlotsUpgrade_7 = 0x000000DE
,
BillingGroup.eStore_Feature_AccountBank_SlotsUpgrade_8 = 0x000000DF
,
BillingGroup.eStore_Feature_AccountBank_SharedPlatUpgrade_11 = 0x000000E0
,
BillingGroup.eStore_Feature_AccountBank_SharedPlatUpgrade_12 = 0x000000E1
,
BillingGroup.eStore_Feature_AccountBank_SharedPlatUpgrade_13 = 0x000000E2
,
BillingGroup.eStore_Feature_AccountBank_SharedPlatUpgrade_14 = 0x000000E3
,
BillingGroup.Community_Offer_SnowyOwlbear = 0x000000E4
,
BillingGroup.Community_Offer_YellowCube = 0x000000E5
,
BillingGroup.eStore_Content_Halls = 0x000000E6
,
BillingGroup._2014Starter = 0x000000E7
,
BillingGroup.eStore_Feature_SingletonBank_SlotsUp_1 = 0x000000E8
,
BillingGroup.eStore_Feature_SingletonBank_SlotsUp_2 = 0x000000EA
,
BillingGroup.eStore_Feature_SingletonBank_SlotsUp_3 = 0x000000EB
,
BillingGroup.eStore_Feature_SingletonBank_SlotsUp_4 = 0x000000EC
,
BillingGroup.eStore_Feature_SingletonBank_SlotsUp_5 = 0x000000ED
,
BillingGroup.eStore_Feature_SingletonBank_SlotsUp_6 = 0x000000EE
,
BillingGroup.eStore_Feature_SingletonBank_SlotsUp_7 = 0x000000EF
,
BillingGroup.eStore_Feature_SingletonBank_SlotsUp_8 = 0x000000F0
,
BillingGroup.eStore_Content_Classic_TOH = 0x000000F1
,
BillingGroup.eStore_PremEnhancementHarperAgent = 0x000000F2
,
BillingGroup.eStore_Content_Classic_TOEE = 0x000000F3
,
BillingGroup.eStore_Content_Xoriat2 = 0x000000F4
,
BillingGroup.eStore_Content_Tyranny = 0x000000F5
,
BillingGroup.eStore_Content_Shav_Archon = 0x000000F6
,
BillingGroup.eStore_Feature_Warlock = 0x000000F7
,
BillingGroup.eS_AcctBank9 = 0x000000F8
,
BillingGroup.eS_AcctBank10 = 0x000000F9
,
BillingGroup.eS_AcctBank11 = 0x000000FA
,
BillingGroup.eS_AcctBank12 = 0x000000FB
,
BillingGroup.eS_AcctBank13 = 0x000000FC
,
BillingGroup.eS_AcctBank14 = 0x000000FD
,
BillingGroup.eS_AcctBank15 = 0x000000FE
,
BillingGroup.eS_AcctBank16 = 0x000000FF
,
BillingGroup.eS_AcctBank17 = 0x00000100
,
BillingGroup.eS_AcctBank18 = 0x00000101
,
BillingGroup.eS_AcctBank19 = 0x00000102
,
BillingGroup.eS_AcctBank20 = 0x00000103
,
BillingGroup.eS_AcctBank21 = 0x00000104
,
BillingGroup.eS_AcctBank22 = 0x00000105
,
BillingGroup.eS_AcctBank23 = 0x00000106
,
BillingGroup.eS_AcctBank24 = 0x00000107
,
BillingGroup.eS_AcctBank25 = 0x00000108
,
BillingGroup.eS_AcctBank26 = 0x00000109
,
BillingGroup.eS_AcctBank27 = 0x0000010A
,
BillingGroup.eS_AcctBank28 = 0x0000010B
,
BillingGroup.eS_AcctBank29 = 0x0000010C
,
BillingGroup.eS_AcctBank30 = 0x0000010D
,
BillingGroup.eS_AcctBank31 = 0x0000010E
,
BillingGroup.eS_AcctBank32 = 0x0000010F
,
BillingGroup.eS_AcctBank33 = 0x00000110
,
BillingGroup.eS_AcctBank34 = 0x00000111
,
BillingGroup.eS_AcctBank35 = 0x00000112
,
BillingGroup.eS_AcctBank36 = 0x00000113
,
BillingGroup.eS_AcctBank37 = 0x00000114
,
BillingGroup.eS_AcctBank38 = 0x00000115
,
BillingGroup.eS_AcctBank39 = 0x00000116
,
BillingGroup.eS_AcctBank40 = 0x00000117
,
BillingGroup.EnterLockedWorld = 0x00000118
,
BillingGroup.eStore_Content_Codex = 0x00000119
,
BillingGroup.eStore_Content_FallFest = 0x0000011A
,
BillingGroup.eStore_Feature_Gnome = 0x0000011B
,
BillingGroup.eStore_Feature_DeepGnome = 0x0000011C
,
BillingGroup.eStore_Content_Classic_Slave = 0x0000011D
,
BillingGroup.DDO_LIFETIME = 0x0000011E
,
BillingGroup.eStore_Content_Dragonborn_1 = 0x0000011F
,
BillingGroup.eStore_Content_Dragonborn_2 = 0x00000120
,
BillingGroup.eStore_Content_Dragonborn_3 = 0x00000121
,
BillingGroup.eStore_Content_Stonelands = 0x00000122
,
BillingGroup.eStore_Feature_Dragonborn = 0x00000123
,
BillingGroup.SSGVIPTERMSACCEPT = 0x00000124
,
BillingGroup.VIP_REVIVAL = 0x00000125
,
BillingGroup.eStore_Content_Ravenloft = 0x00000126
,
BillingGroup.eStore_Feature_HeadStart3 = 0x00000127
,
BillingGroup.eStore_Content_Desire = 0x00000128
,
BillingGroup.eStore_Feature_Aasimar = 0x0000012A
,
BillingGroup.eStore_PremEnhancementVistaniKnife = 0x0000012B
,
BillingGroup.eStore_Feature_AasimarScourge = 0x0000012C
,
BillingGroup.eStore_Underdark_Base = 0x0000012D
,
BillingGroup.eStore_Underdark_Standard = 0x0000012E
,
BillingGroup.eStore_Underdark_Collectors = 0x0000012F
,
BillingGroup.eStore_Shadowfell_Standard = 0x00000130
,
BillingGroup.eStore_Shadowfell_Collectors = 0x00000131
,
BillingGroup.eStore_Shadowfell_Legendary = 0x00000132
,
BillingGroup.eStore_Ravenloft_Standard = 0x00000133
,
BillingGroup.eStore_Ravenloft_Collectors = 0x00000134
,
BillingGroup.eStore_Ravenloft_Ultimate = 0x00000135
,
BillingGroup.eStore_Content_Plague = 0x00000136
,
BillingGroup.eStore_Content_Plume = 0x00000137
,
BillingGroup.eStore_Content_Sharn1 = 0x00000138
,
BillingGroup.AnniversaryReward_TestReward1 = 0x00000139
,
BillingGroup.AnniversaryReward_TestReward2 = 0x0000013A
,
BillingGroup.AnniversaryRewardGranted_Test1 = 0x0000013B
,
BillingGroup.AnniversaryRewardGranted_Test2 = 0x0000013C
,
BillingGroup.eStore_Content_Plume_Upgrade = 0x0000013D
,
BillingGroup.eStore_PremEnhancementFalconry = 0x0000013E
,
BillingGroup.eStore_Feature_WElf = 0x0000013F
,
BillingGroup.eStore_VIP_Seasonpass_2020 = 0x00000140
,
BillingGroup.eStore_DMsFavor_dailydice = 0x00000141
,
BillingGroup.eStore_VIP_2020_Dragonarmor = 0x00000142
,
BillingGroup.eStore_VIP_Seasonpass_2020_OttosClaimed = 0x00000143
,
BillingGroup.Permadeath_Season_1_Reward_Level = 0x00000144
,
BillingGroup.Permadeath_Season_1_Reward_Favor = 0x00000145
,
BillingGroup.Permadeath_Season_1_Reward_Remnants = 0x00000146
,
BillingGroup.eStore_Feature_Tiefling = 0x00000147
,
BillingGroup.eStore_Feature_TieflingScoundrel = 0x00000148
,
BillingGroup.eStore_PremEnhancementInquisitive = 0x00000149
,
BillingGroup.eStore_Sharn_Standard = 0x0000014A
,
BillingGroup.eStore_Sharn_Collectors = 0x0000014B
,
BillingGroup.eStore_Sharn_Ultimate = 0x0000014C
,
BillingGroup.eStore_Content_Soul = 0x0000014D
,
BillingGroup.eStore_Feature_Alchemist = 0x0000014E
,
BillingGroup.Permadeath_Season_1_Reward_Cloak_1 = 0x0000014F
,
BillingGroup.Permadeath_Season_1_Reward_Cloak_2 = 0x00000150
,
BillingGroup.eStore_Content_Classic_Keep = 0x00000151
,
BillingGroup.eStore_Content_Classic_Keep_Upgrade = 0x00000152
,
BillingGroup.eStore_f2p_anniversary10_bundle = 0x00000153
,
BillingGroup.eStore_f2p_anniversary10_bundle_claimed = 0x00000154
,
BillingGroup.eStore_f2p_anniversary10_bundle_claimed2 = 0x00000155
,
BillingGroup.eStore_Content_Classic_Hag = 0x00000156
,
BillingGroup.Permadeath_Season_2_Reward_Level = 0x00000157
,
BillingGroup.Permadeath_Season_2_Reward_Favor1 = 0x00000158
,
BillingGroup.Permadeath_Season_2_Reward_Favor2 = 0x00000159
,
BillingGroup.Permadeath_Season_2_Reward_Reaper10 = 0x0000015A
,
BillingGroup.Permadeath_Season_2_Reward_Reaper20 = 0x0000015B
,
BillingGroup.eStore_Content_Relic = 0x0000015C
,
BillingGroup.eStore_Content_Fey = 0x0000015D
,
BillingGroup.Content_FreeforAll_Storage = 0x0000015E
,
BillingGroup.VIP_HappyBank = 0x0000015F
,
BillingGroup.Permadeath_Season_3_Reward_Level = 0x00000160
,
BillingGroup.Permadeath_Season_3_Reward_Favor1 = 0x00000161
,
BillingGroup.Permadeath_Season_3_Reward_Favor2 = 0x00000162
,
BillingGroup.Permadeath_Season_3_Reward_Reaper10 = 0x00000163
,
BillingGroup.Permadeath_Season_3_Reward_Reaper20 = 0x00000164
,
BillingGroup.Permadeath_Season_3_Access = 0x00000165
,
BillingGroup.Estore_Motu_Discount = 0x00000166
,
BillingGroup.Estore_Shadowfell_Discount = 0x00000167
,
BillingGroup.Estore_Ravenloft_Discount = 0x00000168
,
BillingGroup.Estore_Sharn_Discount = 0x00000169
,
BillingGroup.eStore_PremEnhancementFeydark = 0x0000016A
,
BillingGroup.eStore_Feature_Shifter = 0x0000016B
,
BillingGroup.eStore_Feature_ShifterIconic = 0x0000016C
,
BillingGroup.DDOSharnSupplies = 0x0000016D
,
BillingGroup.DDOSharnSuppliesColl = 0x0000016E
,
BillingGroup.DDOSharnSuppliesUlt = 0x0000016F
,
BillingGroup.DDOSharnSupplies_Claimed = 0x00000170
,
BillingGroup.DDOSharnSuppliesColl_Claimed = 0x00000171
,
BillingGroup.DDOSharnSuppliesUlt_Claimed = 0x00000172
,
BillingGroup.eStore_Feywild_Standard = 0x00000173
,
BillingGroup.eStore_Feywild_Collectors = 0x00000174
,
BillingGroup.eStore_Feywild_Ultimate = 0x00000175
,
BillingGroup.eStore_Feature_MonsterManualVol08 = 0x00000176
,
BillingGroup.eStore_Feature_MonsterManualVol09 = 0x00000177
,
BillingGroup.eStore_Feature_MonsterManualVol10 = 0x00000178
,
BillingGroup.eStore_Content_Classic_Salt = 0x00000179
,
BillingGroup.eStore_Sharn_Standard_DM = 0x0000017A
,
BillingGroup.eStore_Sharn_Collectors_DM = 0x0000017B
,
BillingGroup.eStore_Sharn_Ultimate_DM = 0x0000017C
,
BillingGroup.DDO_DBG_StarterPack = 0x0000017D
,
BillingGroup.DDO_catchup_bundle = 0x0000017E
,
BillingGroup.eStore_Content_Motu = 0x0000017F
,
BillingGroup.eStore_Content_Shadowfell = 0x00000180
,
BillingGroup.eStore_Content_Festival_Snowpeaks = 0x00000181
,
BillingGroup._15AnniversaryCloak = 0x00000182
,
BillingGroup._2021PlayersCouncil = 0x00000183
,
BillingGroup.Permadeath_Season_4_Reward_Level = 0x00000184
,
BillingGroup.Permadeath_Season_4_Reward_Favor1 = 0x00000185
,
BillingGroup.Permadeath_Season_4_Reward_Favor2 = 0x00000186
,
BillingGroup.Permadeath_Season_4_Reward_Reaper10 = 0x00000187
,
BillingGroup.Permadeath_Season_4_Reward_Reaper20 = 0x00000188
,
BillingGroup.Permadeath_Season_4_Access = 0x00000189
,
BillingGroup.eStore_PremEnhancementHorizonWalker = 0x0000018A
,
BillingGroup.eStore_Saltmarsh_Standard = 0x0000018B
,
BillingGroup.eStore_Saltmarsh_Collectors = 0x0000018C
,
BillingGroup.eStore_Saltmarsh_Ultimate = 0x0000018D
,
BillingGroup.SaltmarshUpgrade_StoC = 0x0000018E
,
BillingGroup.SaltmarshUpgrade_StoU = 0x0000018F
,
BillingGroup.SaltmarshUpgrade_CtoU = 0x00000190
,
BillingGroup.Saltmarsh_sentient_claimed = 0x00000191
,
BillingGroup.Saltmarsh_hire_bag_claimed = 0x00000192
,
BillingGroup.SaltmarshVIPTicket = 0x00000193
,
BillingGroup.StreamerPreview = 0x00000194
,
BillingGroup.eStore_Content_Dread = 0x00000195
,
BillingGroup.EDRevampCloak = 0x00000196
,
BillingGroup.EDTomeBase = 0x00000197
,
BillingGroup.EDTomeMotU = 0x00000198
,
BillingGroup.EDTomeFeywild = 0x00000199
,
BillingGroup.EDTomeSaltmarsh = 0x0000019A
,
BillingGroup.EDTomeCatchup = 0x0000019B
,
BillingGroup.Permadeath_Season_5_Reward_Level = 0x0000019C
,
BillingGroup.Permadeath_Season_5_Reward_Reaper10 = 0x0000019D
,
BillingGroup.eStore_Content_Hunt = 0x0000019E
,
BillingGroup.U53_potion_monk_claimed = 0x0000019F
,
BillingGroup.U53_potion_druid_claimed = 0x000001A0
,
BillingGroup.U53_potion_halfelf_claimed = 0x000001A1
,
BillingGroup.U53_potion_halforc_claimed = 0x000001A2
,
BillingGroup.U53_potion_dragonborn_claimed = 0x000001A3
,
BillingGroup.U53_potion_drow_claimed = 0x000001A4
,
BillingGroup.U53_potion_woodelf_claimed = 0x000001A5
,
BillingGroup.U53_potion_gnome_claimed = 0x000001A6
,
BillingGroup.U53_potion_tiefling_claimed = 0x000001A7
,
BillingGroup.U53_potion_warlock_claimed = 0x000001A8
,
BillingGroup.DDO_DBG_StarterPack2 = 0x000001A9
,
BillingGroup.eStore_Feature_Tabaxi = 0x000001AA
,
BillingGroup.eStore_Feature_TabaxiIconic = 0x000001AB
,
BillingGroup.eStore_Dread_Collectors = 0x000001AC
,
BillingGroup.eStore_Dread_Ultimate = 0x000001AD
,
BillingGroup.DreadUpgrade_StoC = 0x000001AE
,
BillingGroup.DreadUpgrade_StoU = 0x000001AF
,
BillingGroup.DreadUpgrade_CtoU = 0x000001B0
,
BillingGroup.Dread_Ottos_claimed = 0x000001B1
,
BillingGroup.eStore_Dread_Standard = 0x000001B2
,
BillingGroup.Dread_Ottos_Improved_claimed = 0x000001B3
,
BillingGroup.eStore_Content_Eyes = 0x000001B4
,
BillingGroup.Permadeath_Season_6_Reward_Level = 0x000001B5
,
BillingGroup.Permadeath_Season_6_Reward_Favor1 = 0x000001B6
,
BillingGroup.Permadeath_Season_6_Reward_Favor2 = 0x000001B7
,
BillingGroup.Permadeath_Season_6_Reward_Reaper10 = 0x000001B8
,
BillingGroup.Permadeath_Season_6_Reward_Reaper20 = 0x000001B9
,
BillingGroup.Permadeath_Season_6_Access = 0x000001BA
,
BillingGroup.eStore_Content_Morgrave = 0x000001BB
,
BillingGroup.Permadeath_Season_7_Reward_Level = 0x000001BC
,
BillingGroup.Permadeath_Season_7_Reward_Reaper10 = 0x000001BD
,
BillingGroup.Permadeath_Season_7_Access = 0x000001BE
,
BillingGroup.eStore_year_gold_rolls_2022 = 0x000001BF
,
BillingGroup.eStore_PremEpicDestinyHoodedOne = 0x000001C0
,
BillingGroup.eStore_PremEpicDestinyMachrotechnic = 0x000001C1
,
BillingGroup.eStore_PremEpicDestinyCursekeeper = 0x000001C2
,
BillingGroup.VIP_Loyalty_CharSlot_1 = 0x000001C3
,
BillingGroup.VIP_Loyalty_CharSlot_2 = 0x000001C4
,
BillingGroup.VIP_Loyalty_CharSlot_3 = 0x000001C5
,
BillingGroup.VIP_Loyalty_CharSlot_4 = 0x000001C6
,
BillingGroup.VIP_Loyalty_CharSlot_5 = 0x000001C7
,
BillingGroup.VIP_Loyalty_AccountBank_Slots_1 = 0x000001C8
,
BillingGroup.VIP_Loyalty_AccountBank_Slots_2 = 0x000001C9
,
BillingGroup.VIP_Loyalty_AccountBank_Slots_3 = 0x000001CA
,
BillingGroup.VIP_Loyalty_AccountBank_Slots_4 = 0x000001CB
,
BillingGroup.VIP_Loyalty_AccountBank_Slots_5 = 0x000001CC
,
BillingGroup.VIP_Loyalty_ReducedItemWear_1 = 0x000001CD
,
BillingGroup.VIP_Loyalty_ReducedItemWear_2 = 0x000001CE
,
BillingGroup.VIP_Loyalty_ReducedItemWear_3 = 0x000001CF
,
BillingGroup.VIP_Loyalty_ReducedItemWear_4 = 0x000001D0
,
BillingGroup.VIP_Loyalty_ReducedItemWear_5 = 0x000001D1
,
BillingGroup.VIP_Loyalty_BonusCraftingXP_1 = 0x000001D2
,
BillingGroup.VIP_Loyalty_BonusCraftingXP_2 = 0x000001D3
,
BillingGroup.VIP_Loyalty_BonusCraftingXP_3 = 0x000001D4
,
BillingGroup.VIP_Loyalty_BonusCraftingXP_4 = 0x000001D5
,
BillingGroup.VIP_Loyalty_BonusCraftingXP_5 = 0x000001D6
,
BillingGroup.VIP_Loyalty_ReturningAmmunitionChance_1 = 0x000001D7
,
BillingGroup.VIP_Loyalty_ReturningAmmunitionChance_2 = 0x000001D8
,
BillingGroup.VIP_Loyalty_ReturningAmmunitionChance_3 = 0x000001D9
,
BillingGroup.VIP_Loyalty_ReturningAmmunitionChance_4 = 0x000001DA
,
BillingGroup.VIP_Loyalty_ReturningAmmunitionChance_5 = 0x000001DB
,
BillingGroup.Estore_Saltmarsh_Discount = 0x000001DC
,
BillingGroup.Estore_Feywild_Discount = 0x000001DD
,
BillingGroup.eStore_Morgrave_Standard = 0x000001DE
,
BillingGroup.eStore_Morgrave_Collectors = 0x000001DF
,
BillingGroup.eStore_Morgrave_Ultimate = 0x000001E0
,
BillingGroup.MorgraveUpgrade_StoC = 0x000001E1
,
BillingGroup.MorgraveUpgrade_StoU = 0x000001E2
,
BillingGroup.MorgraveUpgrade_CtoU = 0x000001E3
,
BillingGroup.Permadeath_Season_8_Reward_Level = 0x000001E4
,
BillingGroup.Permadeath_Season_8_Reward_Favor1 = 0x000001E5
,
BillingGroup.Permadeath_Season_8_Reward_Favor2 = 0x000001E6
,
BillingGroup.Permadeath_Season_8_Reward_Reaper10 = 0x000001E7
,
BillingGroup.Permadeath_Season_8_Reward_Reaper20 = 0x000001E8
,
BillingGroup.Permadeath_Season_8_Access = 0x000001E9
,
BillingGroup.Permadeath_Season_8_Reward_Favor3 = 0x000001EA
,
BillingGroup.Supporterpack_Underdark_Standard = 0x000001EB
,
BillingGroup.Supporterpack_Underdark_Greater = 0x000001EC
,
BillingGroup.Supporterpack_Underdark_Superior = 0x000001ED
,
BillingGroup.Supporterpack_Underdark_Standard_redeemed = 0x000001EE
,
BillingGroup.Supporterpack_Underdark_Greater_redeemed = 0x000001EF
,
BillingGroup.Supporterpack_Underdark_Superior_redeemed = 0x000001F0
,
BillingGroup.Estore_Morgrave_Storage_Redeemed = 0x000001F1
,
BillingGroup.eStore_Content_Rat = 0x000001F2
,
BillingGroup.eStore_Content_Sim = 0x000001F3
,
BillingGroup.eStore_Content_Mindflayer = 0x000001F4
,
BillingGroup.Supporterpack_Mechanized_Standard = 0x000001F5
,
BillingGroup.Supporterpack_Mechanized_Greater = 0x000001F6
,
BillingGroup.Supporterpack_Mechanized_Superior = 0x000001F7
,
BillingGroup.Supporterpack_Mechanized_Greater_Redeemed = 0x000001F8
,
BillingGroup.Permadeath_Season_9_Reward_Level = 0x000001F9
,
BillingGroup.Permadeath_Season_9_Reward_Reaper10 = 0x000001FA
,
BillingGroup.Supporterpack_Mechanized_Storage_Redeemed = 0x000001FB
,
BillingGroup.eStore_Content_Myth = 0x000001FC
,
BillingGroup.VIP_Loyalty_NamedLootChance_1 = 0x000001FD
,
BillingGroup.VIP_Loyalty_NamedLootChance_2 = 0x000001FE
,
BillingGroup.VIP_Loyalty_NamedLootChance_3 = 0x000001FF
,
BillingGroup.VIP_Loyalty_NamedLootChance_4 = 0x00000200
,
BillingGroup.VIP_Loyalty_NamedLootChance_5 = 0x00000201
,
BillingGroup.eStore_Feature_Dragonlord = 0x00000202
,
BillingGroup.YOTD_Dragonlord_claimed = 0x00000203
,
BillingGroup.YOTD_Content_Sim_claimed = 0x00000204
,
BillingGroup.YOTD_Xpack_Cache_claimed = 0x00000205
,
BillingGroup.YOTD_Green_Dragon_Mount_claimed = 0x00000206
,
BillingGroup.YOTD_Dragon_Hatchling_claimed = 0x00000207
,
BillingGroup.YOTD_Blue_Wings_claimed = 0x00000208
,
BillingGroup.YOTD_Draconic_Raider_Box_claimed = 0x00000209
,
BillingGroup.YOTD_Prismatic_Outfit_claimed = 0x0000020A
,
BillingGroup.YOTD_Horde_of_Discovery_Box_claimed = 0x0000020B
,
BillingGroup.YOTD_Dragon_Lair_Box_claimed = 0x0000020C
,
BillingGroup.YOTD_Dragon_Footprints_claimed = 0x0000020D
,
BillingGroup.YOTD_Dragon_Cult_Outfit_claimed = 0x0000020E
,
BillingGroup.YOTD_Dragon_Disciple_claimed = 0x0000020F
,
BillingGroup.eStore_Myth_Standard = 0x00000210
,
BillingGroup.eStore_Myth_Collectors = 0x00000211
,
BillingGroup.eStore_Myth_Ultimate = 0x00000212
,
BillingGroup.MythUpgrade_StoC = 0x00000213
,
BillingGroup.MythUpgrade_StoU = 0x00000214
,
BillingGroup.MythUpgrade_CtoU = 0x00000215
,
BillingGroup.YOTD_Elixir_can_claim = 0x00000216
,
BillingGroup.YOTD_Elixir_claimed = 0x00000217
,
BillingGroup._2024PlayersCouncil = 0x00000218
,
BillingGroup.Supporterpack_Astral_Greater = 0x00000219
,
BillingGroup.Supporterpack_Astral_Superior = 0x0000021A
,
BillingGroup.Supporterpack_Astral_Storage_Redeemed = 0x0000021B
,
BillingGroup.Supporterpack_Astral_Standard = 0x0000021C
} |
|
|
|
enum | BillingToken : uint {
BillingToken.DDOBootsSpeed = 0x00000011
,
BillingToken.StormreachPreorder = 0x00000012
,
BillingToken.StormreachBeta = 0x00000013
,
BillingToken.LightRepairBrooch = 0x00000014
,
BillingToken.StormreachLimited = 0x00000015
,
BillingToken.StormreachStandard = 0x00000016
,
BillingToken.StormreachTarget = 0x00000017
,
BillingToken.StormreachGuest = 0x00000018
,
BillingToken.StormreachEUPre = 0x00000019
,
BillingToken.StormreachFounders = 0x0000001A
,
BillingToken.DDOHaggleRing = 0x0000001B
,
BillingToken.DDOMZONE = 0x0000001C
,
BillingToken.DDOTrinketPower = 0x0000001D
,
BillingToken.DDOTrinketFavor = 0x0000001E
,
BillingToken.DDOTrinketArcane = 0x0000001F
,
BillingToken.DDOBonusBrooch = 0x00000020
,
BillingToken.eStore_Feature_Monk = 0x00000021
,
BillingToken.eStore_Content_Necropolis = 0x00000022
,
BillingToken.eStore_Content_ThreeBarrelCove = 0x00000023
,
BillingToken.eStore_Feature_CharSlot = 0x00000024
,
BillingToken.eStore_Feature_CharSlot_2 = 0x00000025
,
BillingToken.eStore_Feature_CharSlot_3 = 0x00000026
,
BillingToken.eStore_Feature_CharSlot_4 = 0x00000027
,
BillingToken.eStore_Feature_CharSlot_5 = 0x00000028
,
BillingToken.eStore_Feature_CharSlot_6 = 0x00000029
,
BillingToken.eStore_Feature_CharSlot_7 = 0x0000002A
,
BillingToken.eStore_Feature_CharSlot_8 = 0x0000002B
,
BillingToken.eStore_Feature_CharSlot_9 = 0x0000002C
,
BillingToken.eStore_Feature_CharSlot_10 = 0x0000002D
,
BillingToken.eStore_Feature_CharSlot_11 = 0x0000002E
,
BillingToken.eStore_Feature_CharSlot_12 = 0x0000002F
,
BillingToken.eStore_Feature_CharSlot_13 = 0x00000030
,
BillingToken.eStore_Feature_CharSlot_14 = 0x00000031
,
BillingToken.eStore_Feature_CharSlot_15 = 0x00000032
,
BillingToken.eStore_Feature_CharSlot_16 = 0x00000033
,
BillingToken.eStore_Feature_CharSlot_17 = 0x00000034
,
BillingToken.eStore_Feature_CharSlot_18 = 0x00000035
,
BillingToken.eStore_Feature_CharSlot_19 = 0x00000036
,
BillingToken.eStore_Feature_CharSlot_20 = 0x00000037
,
BillingToken.eStore_Feature_CharSlot_21 = 0x00000038
,
BillingToken.eStore_Feature_CharSlot_22 = 0x00000039
,
BillingToken.eStore_Feature_CharSlot_23 = 0x0000003A
,
BillingToken.eStore_Feature_CharSlot_24 = 0x0000003B
,
BillingToken.eStore_Feature_CharSlot_25 = 0x0000003C
,
BillingToken.eStore_Feature_CharSlot_26 = 0x0000003D
,
BillingToken.eStore_Feature_CharSlot_27 = 0x0000003E
,
BillingToken.eStore_Feature_CharSlot_28 = 0x0000003F
,
BillingToken.eStore_Feature_CharSlot_29 = 0x00000040
,
BillingToken.eStore_Feature_CharSlot_30 = 0x00000041
,
BillingToken.eStore_Feature_Drow = 0x00000042
,
BillingToken.eStore_Feature_Warforged = 0x00000043
,
BillingToken.eStore_Content_ReaversReach = 0x00000045
,
BillingToken.eStore_Content_Shavarath = 0x00000046
,
BillingToken.eStore_Content_Shantokor = 0x00000047
,
BillingToken.eStore_Content_Catacombs = 0x00000048
,
BillingToken.eStore_Content_TanglerootGorge = 0x00000049
,
BillingToken.eStore_Content_Deleras = 0x0000004A
,
BillingToken.eStore_Content_SorrowduskIsles = 0x0000004B
,
BillingToken.eStore_Content_RestlessIsle = 0x0000004C
,
BillingToken.eStore_Content_RuinsOfThrenal = 0x0000004D
,
BillingToken.eStore_Content_VaultOfNight = 0x0000004E
,
BillingToken.eStore_Content_SandsOfMenechtarun = 0x0000004F
,
BillingToken.eStore_Content_GiantholdRuins = 0x00000050
,
BillingToken.eStore_Content_ValeOfTwilight = 0x00000051
,
BillingToken.eStore_Feature_AccountBank = 0x00000052
,
BillingToken.eStore_Content_DevilAssault = 0x00000053
,
BillingToken.DDOF2PBeta = 0x00000054
,
BillingToken.eStore_Feature_FavoredSoul = 0x00000055
,
BillingToken.eStore_Content_CrimeWave = 0x00000056
,
BillingToken.eStore_Content_Necropolis2 = 0x00000057
,
BillingToken.eStore_Content_Necropolis3 = 0x00000058
,
BillingToken.eStore_Content_Necropolis4 = 0x00000059
,
BillingToken.eStore_Content_Inspired = 0x0000005A
,
BillingToken.eStore_Content_Dreaming = 0x0000005B
,
BillingToken.eStore_Feature_32PtBuild = 0x0000005C
,
BillingToken.eStore_Feature_HeadStart = 0x0000005D
,
BillingToken.eStore_Feature_AccountBank_SlotsUpgrade_1 = 0x0000005E
,
BillingToken.eStore_Feature_AccountBank_SlotsUpgrade_2 = 0x0000005F
,
BillingToken.eStore_Feature_AccountBank_SlotsUpgrade_3 = 0x00000060
,
BillingToken.eStore_Content_Sentinels = 0x00000061
,
BillingToken.F2PDDOUp = 0x00000062
,
BillingToken.eStore_Content_Carnival = 0x00000063
,
BillingToken.eStore_Content_Swamp = 0x00000064
,
BillingToken.DDOPreview = 0x00000065
,
BillingToken.eStore_Content_Droaam2 = 0x00000066
,
BillingToken.eStore_Feature_AccountBank_SlotsUpgrade_4 = 0x00000067
,
BillingToken.eStore_Feature_HalfElf = 0x00000068
,
BillingToken.eStore_Feature_HalfOrc = 0x00000069
,
BillingToken.eStore_Content_Taken = 0x0000006A
,
BillingToken.eStore_Content_Xoriat = 0x0000006B
,
BillingToken.DDOPAX2011 = 0x0000006C
,
BillingToken.eStore_Content_Blades1 = 0x0000006D
,
BillingToken.eStore_Content_Blades2 = 0x0000006E
,
BillingToken.eStore_Feature_Artificer = 0x0000006F
,
BillingToken.eStore_Feature_SharedPlat = 0x00000070
,
BillingToken.eStore_Feature_AccountBank_SharedPlatUpgrade_1 = 0x00000071
,
BillingToken.eStore_Feature_AccountBank_SharedPlatUpgrade_2 = 0x00000072
,
BillingToken.eStore_Feature_AccountBank_SharedPlatUpgrade_3 = 0x00000073
,
BillingToken.eStore_Feature_AccountBank_SharedPlatUpgrade_4 = 0x00000074
,
BillingToken.eStore_Feature_AccountBank_SharedPlatUpgrade_5 = 0x00000075
,
BillingToken.eStore_Feature_AccountBank_SharedPlatUpgrade_6 = 0x00000076
,
BillingToken.eStore_Feature_AccountBank_SharedPlatUpgrade_7 = 0x00000077
,
BillingToken.eStore_Feature_AccountBank_SharedPlatUpgrade_8 = 0x00000078
,
BillingToken.eStore_Feature_AccountBank_SharedPlatUpgrade_9 = 0x00000079
,
BillingToken.eStore_Feature_AccountBank_SharedPlatUpgrade_10 = 0x0000007A
,
BillingToken.eStore_Feature_Druid = 0x0000007B
,
BillingToken.eStore_Feature_HeadStart2 = 0x0000007C
,
BillingToken.eStore_Feature_EpicDestinies = 0x0000007D
,
BillingToken.DDO_MOTU_PreOrder_Base = 0x0000007E
,
BillingToken.DDO_MOTU_PreOrder_Bundle = 0x0000007F
,
BillingToken.DDO_MOTU_PreOrder_Collectors = 0x00000080
,
BillingToken.DDO_MOTU_Base = 0x00000081
,
BillingToken.DDO_MOTU_Bundle = 0x00000082
,
BillingToken.eStore_Content_EveningstarAdventures = 0x00000083
,
BillingToken.eStore_Content_EveningstarLandscape = 0x00000084
,
BillingToken.eStore_Content_EveningstarChallenges = 0x00000085
,
BillingToken.eStore_Content_UnderdarkAdventures = 0x00000086
,
BillingToken.eStore_Content_UnderdarkLandscape = 0x00000087
,
BillingToken.eStore_Content_DemonwebAdventures = 0x00000088
,
BillingToken.eStore_Content_DemonwebLandscape = 0x00000089
,
BillingToken.DDOPAX2012 = 0x0000008A
,
BillingToken.STONEOFXP_STARTER = 0x0000008B
,
BillingToken.DDODrowPack = 0x0000008C
,
BillingToken.DDOHealerPack = 0x0000008D
,
BillingToken.DDOChampionPack = 0x0000008E
,
BillingToken.DDOMeleePack = 0x0000008F
,
BillingToken.DDODruidPack = 0x00000090
,
BillingToken.DDOViralPet = 0x00000091
,
BillingToken.eStore_Feature_MonsterManualVol01 = 0x00000092
,
BillingToken.eStore_Content_Plant = 0x00000093
,
BillingToken.eStore_Content_Castles = 0x00000094
,
BillingToken.eStore_Feature_MonsterManualVol02 = 0x00000095
,
BillingToken.eStore_Feature_AccountBank_SlotsUpgrade_5 = 0x00000096
,
BillingToken.eStore_Feature_AccountBank_SlotsUpgrade_6 = 0x00000097
,
BillingToken.eStore_Black_Market_Auction_Slot_01 = 0x00000098
,
BillingToken.eStore_Black_Market_Auction_Slot_02 = 0x00000099
,
BillingToken.eStore_Black_Market_Auction_Slot_03 = 0x0000009A
,
BillingToken.eStore_Black_Market_Auction_Slot_04 = 0x0000009B
,
BillingToken.eStore_Black_Market_Auction_Slot_05 = 0x0000009C
,
BillingToken.eStore_Black_Market_Auction_Slot_06 = 0x0000009D
,
BillingToken.eStore_Black_Market_Auction_Slot_07 = 0x0000009E
,
BillingToken.eStore_Black_Market_Auction_Slot_08 = 0x0000009F
,
BillingToken.eStore_Black_Market_Auction_Slot_09 = 0x000000A0
,
BillingToken.eStore_Black_Market_Auction_Slot_10 = 0x000000A1
,
BillingToken.eStore_Black_Market_Auction_Slot_11 = 0x000000A2
,
BillingToken.eStore_Black_Market_Auction_Slot_12 = 0x000000A3
,
BillingToken.eStore_Black_Market_Auction_Slot_13 = 0x000000A4
,
BillingToken.eStore_Black_Market_Auction_Slot_14 = 0x000000A5
,
BillingToken.eStore_Black_Market_Auction_Slot_15 = 0x000000A6
,
BillingToken.eStore_Black_Market_Auction_Slot_16 = 0x000000A7
,
BillingToken.eStore_Black_Market_Auction_Slot_17 = 0x000000A8
,
BillingToken.eStore_Black_Market_Auction_Slot_18 = 0x000000A9
,
BillingToken.eStore_Black_Market_Auction_Slot_19 = 0x000000AA
,
BillingToken.eStore_Black_Market_Auction_Slot_20 = 0x000000AB
,
BillingToken.eStore_Black_Market_Auction_Slot_21 = 0x000000AC
,
BillingToken.eStore_Black_Market_Auction_Slot_22 = 0x000000AD
,
BillingToken.eStore_Black_Market_Auction_Slot_23 = 0x000000AE
,
BillingToken.eStore_Black_Market_Auction_Slot_24 = 0x000000AF
,
BillingToken.eStore_Black_Market_Auction_Slot_25 = 0x000000B0
,
BillingToken.eStore_Black_Market_Auction_Slot_26 = 0x000000B1
,
BillingToken.eStore_Black_Market_Auction_Slot_27 = 0x000000B2
,
BillingToken.eStore_Black_Market_Auction_Slot_28 = 0x000000B3
,
BillingToken.eStore_Black_Market_Auction_Slot_29 = 0x000000B4
,
BillingToken.eStore_Black_Market_Auction_Slot_30 = 0x000000B5
,
BillingToken.eStore_Feature_MonsterManualVol0003 = 0x000000C4
,
BillingToken.eStore_Feature_MonsterManualVol0004 = 0x000000C5
,
BillingToken.eStore_Feature_MonsterManualVol0005 = 0x000000C6
,
BillingToken.eStore_Feature_MonsterManualVol0006 = 0x000000C7
,
BillingToken.eStore_Feature_MonsterManualVol0007 = 0x000000C8
,
BillingToken.eStore_Content_Wheloon = 0x000000C9
,
BillingToken.eStore_Content_Stormhorns = 0x000000CA
,
BillingToken.STEAMPACK01 = 0x000000CB
,
BillingToken.eStore_Feature_Bladeforged = 0x000000CC
,
BillingToken.eStore_Feature_Shadarkai = 0x000000CD
,
BillingToken.eStore_Feature_PurpleDragonKnight = 0x000000CE
,
BillingToken.eStore_Feature_Morninglord = 0x000000CF
,
BillingToken.XP2_CharacterSlot_Prepurchase_Standard = 0x000000D0
,
BillingToken.XP2_CharacterSlot_Prepurchase_Premium = 0x000000D1
,
BillingToken.XP2_CharacterSlot_Standard = 0x000000D2
,
BillingToken.XP2_CharacterSlot_Premium = 0x000000D3
,
BillingToken.XP2_Base_Prepurchase = 0x000000D4
,
BillingToken.XP2_Base = 0x000000D5
,
BillingToken.XP2_Premium_Prepurchase = 0x000000D6
,
BillingToken.XP2_Premium = 0x000000D7
,
BillingToken.XP2_Legendary_Upgrade = 0x000000D8
,
BillingToken.XP2_Delta = 0x000000D9
,
BillingToken.XP2_Delta_Prepurchase = 0x000000DA
,
BillingToken.eStore_Feature_HOH_Passport = 0x000000DB
,
BillingToken.SCBeta = 0x000000DC
,
BillingToken.eStore_Content_Thunderholme = 0x000000DD
,
BillingToken.eStore_Feature_AccountBank_SlotsUpgrade_7 = 0x000000DE
,
BillingToken.eStore_Feature_AccountBank_SlotsUpgrade_8 = 0x000000DF
,
BillingToken.eStore_Feature_AccountBank_SharedPlatUpgrade_11 = 0x000000E0
,
BillingToken.eStore_Feature_AccountBank_SharedPlatUpgrade_12 = 0x000000E1
,
BillingToken.eStore_Feature_AccountBank_SharedPlatUpgrade_13 = 0x000000E2
,
BillingToken.eStore_Feature_AccountBank_SharedPlatUpgrade_14 = 0x000000E3
,
BillingToken.Community_Offer_SnowyOwlbear = 0x000000E4
,
BillingToken.Community_Offer_YellowCube = 0x000000E5
,
BillingToken.eStore_Content_Halls = 0x000000E6
,
BillingToken._2014Starter = 0x000000E7
,
BillingToken.eStore_Feature_SingletonBank_SlotsUp_1 = 0x000000E8
,
BillingToken.eStore_Feature_SingletonBank_SlotsUp_2 = 0x000000EA
,
BillingToken.eStore_Feature_SingletonBank_SlotsUp_3 = 0x000000EB
,
BillingToken.eStore_Feature_SingletonBank_SlotsUp_4 = 0x000000EC
,
BillingToken.eStore_Feature_SingletonBank_SlotsUp_5 = 0x000000ED
,
BillingToken.eStore_Feature_SingletonBank_SlotsUp_6 = 0x000000EE
,
BillingToken.eStore_Feature_SingletonBank_SlotsUp_7 = 0x000000EF
,
BillingToken.eStore_Feature_SingletonBank_SlotsUp_8 = 0x000000F0
,
BillingToken.eStore_Content_Classic_TOH = 0x000000F1
,
BillingToken.eStore_PremEnhancementHarperAgent = 0x000000F2
,
BillingToken.eStore_Content_Classic_TOEE = 0x000000F3
,
BillingToken.eStore_Content_Xoriat2 = 0x000000F4
,
BillingToken.eStore_Content_Tyranny = 0x000000F5
,
BillingToken.eStore_Content_Shav_Archon = 0x000000F6
,
BillingToken.eStore_Feature_Warlock = 0x000000F7
,
BillingToken.eS_AcctBank9 = 0x000000F8
,
BillingToken.eS_AcctBank10 = 0x000000F9
,
BillingToken.eS_AcctBank11 = 0x000000FA
,
BillingToken.eS_AcctBank12 = 0x000000FB
,
BillingToken.eS_AcctBank13 = 0x000000FC
,
BillingToken.eS_AcctBank14 = 0x000000FD
,
BillingToken.eS_AcctBank15 = 0x000000FE
,
BillingToken.eS_AcctBank16 = 0x000000FF
,
BillingToken.eS_AcctBank17 = 0x00000100
,
BillingToken.eS_AcctBank18 = 0x00000101
,
BillingToken.eS_AcctBank19 = 0x00000102
,
BillingToken.eS_AcctBank20 = 0x00000103
,
BillingToken.eS_AcctBank21 = 0x00000104
,
BillingToken.eS_AcctBank22 = 0x00000105
,
BillingToken.eS_AcctBank23 = 0x00000106
,
BillingToken.eS_AcctBank24 = 0x00000107
,
BillingToken.eS_AcctBank25 = 0x00000108
,
BillingToken.eS_AcctBank26 = 0x00000109
,
BillingToken.eS_AcctBank27 = 0x0000010A
,
BillingToken.eS_AcctBank28 = 0x0000010B
,
BillingToken.eS_AcctBank29 = 0x0000010C
,
BillingToken.eS_AcctBank30 = 0x0000010D
,
BillingToken.eS_AcctBank31 = 0x0000010E
,
BillingToken.eS_AcctBank32 = 0x0000010F
,
BillingToken.eS_AcctBank33 = 0x00000110
,
BillingToken.eS_AcctBank34 = 0x00000111
,
BillingToken.eS_AcctBank35 = 0x00000112
,
BillingToken.eS_AcctBank36 = 0x00000113
,
BillingToken.eS_AcctBank37 = 0x00000114
,
BillingToken.eS_AcctBank38 = 0x00000115
,
BillingToken.eS_AcctBank39 = 0x00000116
,
BillingToken.eS_AcctBank40 = 0x00000117
,
BillingToken.EnterLockedWorld = 0x00000118
,
BillingToken.eStore_Content_Codex = 0x00000119
,
BillingToken.eStore_Content_FallFest = 0x0000011A
,
BillingToken.eStore_Feature_Gnome = 0x0000011B
,
BillingToken.eStore_Feature_DeepGnome = 0x0000011C
,
BillingToken.eStore_Content_Classic_Slave = 0x0000011D
,
BillingToken.DDO_LIFETIME = 0x0000011E
,
BillingToken.eStore_Content_Dragonborn_1 = 0x0000011F
,
BillingToken.eStore_Content_Dragonborn_2 = 0x00000120
,
BillingToken.eStore_Content_Dragonborn_3 = 0x00000121
,
BillingToken.eStore_Content_Stonelands = 0x00000122
,
BillingToken.eStore_Feature_Dragonborn = 0x00000123
,
BillingToken.SSGVIPTERMSACCEPT = 0x00000124
,
BillingToken.VIP_REVIVAL = 0x00000125
,
BillingToken.eStore_Content_Ravenloft = 0x00000126
,
BillingToken.eStore_Feature_HeadStart3 = 0x00000127
,
BillingToken.eStore_Content_Desire = 0x00000128
,
BillingToken.eStore_Feature_Aasimar = 0x0000012A
,
BillingToken.eStore_PremEnhancementVistaniKnife = 0x0000012B
,
BillingToken.eStore_Feature_AasimarScourge = 0x0000012C
,
BillingToken.eStore_Underdark_Base = 0x0000012D
,
BillingToken.eStore_Underdark_Standard = 0x0000012E
,
BillingToken.eStore_Underdark_Collectors = 0x0000012F
,
BillingToken.eStore_Shadowfell_Standard = 0x00000130
,
BillingToken.eStore_Shadowfell_Collectors = 0x00000131
,
BillingToken.eStore_Shadowfell_Legendary = 0x00000132
,
BillingToken.eStore_Ravenloft_Standard = 0x00000133
,
BillingToken.eStore_Ravenloft_Collectors = 0x00000134
,
BillingToken.eStore_Ravenloft_Ultimate = 0x00000135
,
BillingToken.eStore_Content_Plague = 0x00000136
,
BillingToken.eStore_Content_Plume = 0x00000137
,
BillingToken.eStore_Content_Sharn1 = 0x00000138
,
BillingToken.AnniversaryReward_TestReward1 = 0x00000139
,
BillingToken.AnniversaryReward_TestReward2 = 0x0000013A
,
BillingToken.AnniversaryRewardGranted_Test1 = 0x0000013B
,
BillingToken.AnniversaryRewardGranted_Test2 = 0x0000013C
,
BillingToken.eStore_Content_Plume_Upgrade = 0x0000013D
,
BillingToken.eStore_PremEnhancementFalconry = 0x0000013E
,
BillingToken.eStore_Feature_WElf = 0x0000013F
,
BillingToken.eStore_VIP_Seasonpass_2020 = 0x00000140
,
BillingToken.eStore_DMsFavor_dailydice = 0x00000141
,
BillingToken.eStore_VIP_2020_Dragonarmor = 0x00000142
,
BillingToken.eStore_VIP_Seasonpass_2020_OttosClaimed = 0x00000143
,
BillingToken.Permadeath_Season_1_Reward_Level = 0x00000144
,
BillingToken.Permadeath_Season_1_Reward_Favor = 0x00000145
,
BillingToken.Permadeath_Season_1_Reward_Remnants = 0x00000146
,
BillingToken.eStore_Feature_Tiefling = 0x00000147
,
BillingToken.eStore_Feature_TieflingScoundrel = 0x00000148
,
BillingToken.eStore_PremEnhancementInquisitive = 0x00000149
,
BillingToken.eStore_Sharn_Standard = 0x0000014A
,
BillingToken.eStore_Sharn_Collectors = 0x0000014B
,
BillingToken.eStore_Sharn_Ultimate = 0x0000014C
,
BillingToken.eStore_Content_Soul = 0x0000014D
,
BillingToken.eStore_Feature_Alchemist = 0x0000014E
,
BillingToken.Permadeath_Season_1_Reward_Cloak_1 = 0x0000014F
,
BillingToken.Permadeath_Season_1_Reward_Cloak_2 = 0x00000150
,
BillingToken.eStore_Content_Classic_Keep = 0x00000151
,
BillingToken.eStore_Content_Classic_Keep_Upgrade = 0x00000152
,
BillingToken.eStore_f2p_anniversary10_bundle = 0x00000153
,
BillingToken.eStore_f2p_anniversary10_bundle_claimed = 0x00000154
,
BillingToken.eStore_f2p_anniversary10_bundle_claimed2 = 0x00000155
,
BillingToken.eStore_Content_Classic_Hag = 0x00000156
,
BillingToken.Permadeath_Season_2_Reward_Level = 0x00000157
,
BillingToken.Permadeath_Season_2_Reward_Favor1 = 0x00000158
,
BillingToken.Permadeath_Season_2_Reward_Favor2 = 0x00000159
,
BillingToken.Permadeath_Season_2_Reward_Reaper10 = 0x0000015A
,
BillingToken.Permadeath_Season_2_Reward_Reaper20 = 0x0000015B
,
BillingToken.eStore_Content_Relic = 0x0000015C
,
BillingToken.eStore_Content_Fey = 0x0000015D
,
BillingToken.Content_FreeforAll_Storage = 0x0000015E
,
BillingToken.VIP_HappyBank = 0x0000015F
,
BillingToken.Permadeath_Season_3_Reward_Level = 0x00000160
,
BillingToken.Permadeath_Season_3_Reward_Favor1 = 0x00000161
,
BillingToken.Permadeath_Season_3_Reward_Favor2 = 0x00000162
,
BillingToken.Permadeath_Season_3_Reward_Reaper10 = 0x00000163
,
BillingToken.Permadeath_Season_3_Reward_Reaper20 = 0x00000164
,
BillingToken.Permadeath_Season_3_Access = 0x00000165
,
BillingToken.Estore_Motu_Discount = 0x00000166
,
BillingToken.Estore_Shadowfell_Discount = 0x00000167
,
BillingToken.Estore_Ravenloft_Discount = 0x00000168
,
BillingToken.Estore_Sharn_Discount = 0x00000169
,
BillingToken.eStore_PremEnhancementFeydark = 0x0000016A
,
BillingToken.eStore_Feature_Shifter = 0x0000016B
,
BillingToken.eStore_Feature_ShifterIconic = 0x0000016C
,
BillingToken.DDOSharnSupplies = 0x0000016D
,
BillingToken.DDOSharnSuppliesColl = 0x0000016E
,
BillingToken.DDOSharnSuppliesUlt = 0x0000016F
,
BillingToken.DDOSharnSupplies_Claimed = 0x00000170
,
BillingToken.DDOSharnSuppliesColl_Claimed = 0x00000171
,
BillingToken.DDOSharnSuppliesUlt_Claimed = 0x00000172
,
BillingToken.eStore_Feywild_Standard = 0x00000173
,
BillingToken.eStore_Feywild_Collectors = 0x00000174
,
BillingToken.eStore_Feywild_Ultimate = 0x00000175
,
BillingToken.eStore_Feature_MonsterManualVol08 = 0x00000176
,
BillingToken.eStore_Feature_MonsterManualVol09 = 0x00000177
,
BillingToken.eStore_Feature_MonsterManualVol10 = 0x00000178
,
BillingToken.eStore_Content_Classic_Salt = 0x00000179
,
BillingToken.eStore_Sharn_Standard_DM = 0x0000017A
,
BillingToken.eStore_Sharn_Collectors_DM = 0x0000017B
,
BillingToken.eStore_Sharn_Ultimate_DM = 0x0000017C
,
BillingToken.DDO_DBG_StarterPack = 0x0000017D
,
BillingToken.DDO_catchup_bundle = 0x0000017E
,
BillingToken.eStore_Content_Motu = 0x0000017F
,
BillingToken.eStore_Content_Shadowfell = 0x00000180
,
BillingToken.eStore_Content_Festival_Snowpeaks = 0x00000181
,
BillingToken._15AnniversaryCloak = 0x00000182
,
BillingToken._2021PlayersCouncil = 0x00000183
,
BillingToken.Permadeath_Season_4_Reward_Level = 0x00000184
,
BillingToken.Permadeath_Season_4_Reward_Favor1 = 0x00000185
,
BillingToken.Permadeath_Season_4_Reward_Favor2 = 0x00000186
,
BillingToken.Permadeath_Season_4_Reward_Reaper10 = 0x00000187
,
BillingToken.Permadeath_Season_4_Reward_Reaper20 = 0x00000188
,
BillingToken.Permadeath_Season_4_Access = 0x00000189
,
BillingToken.eStore_PremEnhancementHorizonWalker = 0x0000018A
,
BillingToken.eStore_Saltmarsh_Standard = 0x0000018B
,
BillingToken.eStore_Saltmarsh_Collectors = 0x0000018C
,
BillingToken.eStore_Saltmarsh_Ultimate = 0x0000018D
,
BillingToken.SaltmarshUpgrade_StoC = 0x0000018E
,
BillingToken.SaltmarshUpgrade_StoU = 0x0000018F
,
BillingToken.SaltmarshUpgrade_CtoU = 0x00000190
,
BillingToken.Saltmarsh_sentient_claimed = 0x00000191
,
BillingToken.Saltmarsh_hire_bag_claimed = 0x00000192
,
BillingToken.SaltmarshVIPTicket = 0x00000193
,
BillingToken.StreamerPreview = 0x00000194
,
BillingToken.eStore_Content_Dread = 0x00000195
,
BillingToken.EDRevampCloak = 0x00000196
,
BillingToken.EDTomeBase = 0x00000197
,
BillingToken.EDTomeMotU = 0x00000198
,
BillingToken.EDTomeFeywild = 0x00000199
,
BillingToken.EDTomeSaltmarsh = 0x0000019A
,
BillingToken.EDTomeCatchup = 0x0000019B
,
BillingToken.Permadeath_Season_5_Reward_Level = 0x0000019C
,
BillingToken.Permadeath_Season_5_Reward_Reaper10 = 0x0000019D
,
BillingToken.eStore_Content_Hunt = 0x0000019E
,
BillingToken.U53_potion_monk_claimed = 0x0000019F
,
BillingToken.U53_potion_druid_claimed = 0x000001A0
,
BillingToken.U53_potion_halfelf_claimed = 0x000001A1
,
BillingToken.U53_potion_halforc_claimed = 0x000001A2
,
BillingToken.U53_potion_dragonborn_claimed = 0x000001A3
,
BillingToken.U53_potion_drow_claimed = 0x000001A4
,
BillingToken.U53_potion_woodelf_claimed = 0x000001A5
,
BillingToken.U53_potion_gnome_claimed = 0x000001A6
,
BillingToken.U53_potion_tiefling_claimed = 0x000001A7
,
BillingToken.U53_potion_warlock_claimed = 0x000001A8
,
BillingToken.DDO_DBG_StarterPack2 = 0x000001A9
,
BillingToken.eStore_Feature_Tabaxi = 0x000001AA
,
BillingToken.eStore_Feature_TabaxiIconic = 0x000001AB
,
BillingToken.eStore_Dread_Collectors = 0x000001AC
,
BillingToken.eStore_Dread_Ultimate = 0x000001AD
,
BillingToken.DreadUpgrade_StoC = 0x000001AE
,
BillingToken.DreadUpgrade_StoU = 0x000001AF
,
BillingToken.DreadUpgrade_CtoU = 0x000001B0
,
BillingToken.Dread_Ottos_claimed = 0x000001B1
,
BillingToken.eStore_Dread_Standard = 0x000001B2
,
BillingToken.Dread_Ottos_Improved_claimed = 0x000001B3
,
BillingToken.eStore_Content_Eyes = 0x000001B4
,
BillingToken.Permadeath_Season_6_Reward_Level = 0x000001B5
,
BillingToken.Permadeath_Season_6_Reward_Favor1 = 0x000001B6
,
BillingToken.Permadeath_Season_6_Reward_Favor2 = 0x000001B7
,
BillingToken.Permadeath_Season_6_Reward_Reaper10 = 0x000001B8
,
BillingToken.Permadeath_Season_6_Reward_Reaper20 = 0x000001B9
,
BillingToken.Permadeath_Season_6_Access = 0x000001BA
,
BillingToken.eStore_Content_Morgrave = 0x000001BB
,
BillingToken.Permadeath_Season_7_Reward_Level = 0x000001BC
,
BillingToken.Permadeath_Season_7_Reward_Reaper10 = 0x000001BD
,
BillingToken.Permadeath_Season_7_Access = 0x000001BE
,
BillingToken.eStore_year_gold_rolls_2022 = 0x000001BF
,
BillingToken.eStore_PremEpicDestinyHoodedOne = 0x000001C0
,
BillingToken.eStore_PremEpicDestinyMachrotechnic = 0x000001C1
,
BillingToken.eStore_PremEpicDestinyCursekeeper = 0x000001C2
,
BillingToken.VIP_Loyalty_CharSlot_1 = 0x000001C3
,
BillingToken.VIP_Loyalty_CharSlot_2 = 0x000001C4
,
BillingToken.VIP_Loyalty_CharSlot_3 = 0x000001C5
,
BillingToken.VIP_Loyalty_CharSlot_4 = 0x000001C6
,
BillingToken.VIP_Loyalty_CharSlot_5 = 0x000001C7
,
BillingToken.VIP_Loyalty_AccountBank_Slots_1 = 0x000001C8
,
BillingToken.VIP_Loyalty_AccountBank_Slots_2 = 0x000001C9
,
BillingToken.VIP_Loyalty_AccountBank_Slots_3 = 0x000001CA
,
BillingToken.VIP_Loyalty_AccountBank_Slots_4 = 0x000001CB
,
BillingToken.VIP_Loyalty_AccountBank_Slots_5 = 0x000001CC
,
BillingToken.VIP_Loyalty_ReducedItemWear_1 = 0x000001CD
,
BillingToken.VIP_Loyalty_ReducedItemWear_2 = 0x000001CE
,
BillingToken.VIP_Loyalty_ReducedItemWear_3 = 0x000001CF
,
BillingToken.VIP_Loyalty_ReducedItemWear_4 = 0x000001D0
,
BillingToken.VIP_Loyalty_ReducedItemWear_5 = 0x000001D1
,
BillingToken.VIP_Loyalty_BonusCraftingXP_1 = 0x000001D2
,
BillingToken.VIP_Loyalty_BonusCraftingXP_2 = 0x000001D3
,
BillingToken.VIP_Loyalty_BonusCraftingXP_3 = 0x000001D4
,
BillingToken.VIP_Loyalty_BonusCraftingXP_4 = 0x000001D5
,
BillingToken.VIP_Loyalty_BonusCraftingXP_5 = 0x000001D6
,
BillingToken.VIP_Loyalty_ReturningAmmunitionChance_1 = 0x000001D7
,
BillingToken.VIP_Loyalty_ReturningAmmunitionChance_2 = 0x000001D8
,
BillingToken.VIP_Loyalty_ReturningAmmunitionChance_3 = 0x000001D9
,
BillingToken.VIP_Loyalty_ReturningAmmunitionChance_4 = 0x000001DA
,
BillingToken.VIP_Loyalty_ReturningAmmunitionChance_5 = 0x000001DB
,
BillingToken.Estore_Saltmarsh_Discount = 0x000001DC
,
BillingToken.Estore_Feywild_Discount = 0x000001DD
,
BillingToken.eStore_Morgrave_Standard = 0x000001DE
,
BillingToken.eStore_Morgrave_Collectors = 0x000001DF
,
BillingToken.eStore_Morgrave_Ultimate = 0x000001E0
,
BillingToken.MorgraveUpgrade_StoC = 0x000001E1
,
BillingToken.MorgraveUpgrade_StoU = 0x000001E2
,
BillingToken.MorgraveUpgrade_CtoU = 0x000001E3
,
BillingToken.Permadeath_Season_8_Reward_Level = 0x000001E4
,
BillingToken.Permadeath_Season_8_Reward_Favor1 = 0x000001E5
,
BillingToken.Permadeath_Season_8_Reward_Favor2 = 0x000001E6
,
BillingToken.Permadeath_Season_8_Reward_Reaper10 = 0x000001E7
,
BillingToken.Permadeath_Season_8_Reward_Reaper20 = 0x000001E8
,
BillingToken.Permadeath_Season_8_Access = 0x000001E9
,
BillingToken.Permadeath_Season_8_Reward_Favor3 = 0x000001EA
,
BillingToken.Supporterpack_Underdark_Standard = 0x000001EB
,
BillingToken.Supporterpack_Underdark_Greater = 0x000001EC
,
BillingToken.Supporterpack_Underdark_Superior = 0x000001ED
,
BillingToken.Supporterpack_Underdark_Standard_redeemed = 0x000001EE
,
BillingToken.Supporterpack_Underdark_Greater_redeemed = 0x000001EF
,
BillingToken.Supporterpack_Underdark_Superior_redeemed = 0x000001F0
,
BillingToken.Estore_Morgrave_Storage_Redeemed = 0x000001F1
,
BillingToken.eStore_Content_Rat = 0x000001F2
,
BillingToken.eStore_Content_Sim = 0x000001F3
,
BillingToken.eStore_Content_Mindflayer = 0x000001F4
,
BillingToken.Supporterpack_Mechanized_Standard = 0x000001F5
,
BillingToken.Supporterpack_Mechanized_Greater = 0x000001F6
,
BillingToken.Supporterpack_Mechanized_Superior = 0x000001F7
,
BillingToken.Supporterpack_Mechanized_Greater_Redeemed = 0x000001F8
,
BillingToken.Permadeath_Season_9_Reward_Level = 0x000001F9
,
BillingToken.Permadeath_Season_9_Reward_Reaper10 = 0x000001FA
,
BillingToken.Supporterpack_Mechanized_Storage_Redeemed = 0x000001FB
,
BillingToken.eStore_Content_Myth = 0x000001FC
,
BillingToken.VIP_Loyalty_NamedLootChance_1 = 0x000001FD
,
BillingToken.VIP_Loyalty_NamedLootChance_2 = 0x000001FE
,
BillingToken.VIP_Loyalty_NamedLootChance_3 = 0x000001FF
,
BillingToken.VIP_Loyalty_NamedLootChance_4 = 0x00000200
,
BillingToken.VIP_Loyalty_NamedLootChance_5 = 0x00000201
,
BillingToken.eStore_Feature_Dragonlord = 0x00000202
,
BillingToken.YOTD_Dragonlord_claimed = 0x00000203
,
BillingToken.YOTD_Content_Sim_claimed = 0x00000204
,
BillingToken.YOTD_Xpack_Cache_claimed = 0x00000205
,
BillingToken.YOTD_Green_Dragon_Mount_claimed = 0x00000206
,
BillingToken.YOTD_Dragon_Hatchling_claimed = 0x00000207
,
BillingToken.YOTD_Blue_Wings_claimed = 0x00000208
,
BillingToken.YOTD_Draconic_Raider_Box_claimed = 0x00000209
,
BillingToken.YOTD_Prismatic_Outfit_claimed = 0x0000020A
,
BillingToken.YOTD_Horde_of_Discovery_Box_claimed = 0x0000020B
,
BillingToken.YOTD_Dragon_Lair_Box_claimed = 0x0000020C
,
BillingToken.YOTD_Dragon_Footprints_claimed = 0x0000020D
,
BillingToken.YOTD_Dragon_Cult_Outfit_claimed = 0x0000020E
,
BillingToken.YOTD_Dragon_Disciple_claimed = 0x0000020F
,
BillingToken.eStore_Myth_Standard = 0x00000210
,
BillingToken.eStore_Myth_Collectors = 0x00000211
,
BillingToken.eStore_Myth_Ultimate = 0x00000212
,
BillingToken.MythUpgrade_StoC = 0x00000213
,
BillingToken.MythUpgrade_StoU = 0x00000214
,
BillingToken.MythUpgrade_CtoU = 0x00000215
,
BillingToken.YOTD_Elixir_can_claim = 0x00000216
,
BillingToken.YOTD_Elixir_claimed = 0x00000217
,
BillingToken._2024PlayersCouncil = 0x00000218
,
BillingToken.Supporterpack_Astral_Greater = 0x00000219
,
BillingToken.Supporterpack_Astral_Superior = 0x0000021A
,
BillingToken.Supporterpack_Astral_Storage_Redeemed = 0x0000021B
,
BillingToken.Supporterpack_Astral_Standard = 0x0000021C
} |
|
|
|
enum | BlockAllocationRegion : uint { BlockAllocationRegion.Default = 0x10000001
} |
|
|
|
enum | BoneType : uint {
BoneType.eyes = 0x10000001
,
BoneType.Rweaponholder = 0x10000002
,
BoneType.Lweaponholder = 0x10000003
,
BoneType.Lowerback = 0x10000005
,
BoneType.Lumbar = 0x10000006
,
BoneType.Thorax = 0x10000007
,
BoneType.Rfemur = 0x10000008
,
BoneType.Lfemur = 0x10000009
,
BoneType.Rknee = 0x1000000A
,
BoneType.Lknee = 0x1000000B
,
BoneType.Rankle = 0x1000000C
,
BoneType.Lankle = 0x1000000D
,
BoneType.Rcollar = 0x1000000E
,
BoneType.Lcollar = 0x1000000F
,
BoneType.RShoulder = 0x10000010
,
BoneType.LShoulder = 0x10000011
,
BoneType.Relbow = 0x10000012
,
BoneType.Lelbow = 0x10000013
,
BoneType.Rulna = 0x10000014
,
BoneType.Lulna = 0x10000015
,
BoneType.Rwrist = 0x10000016
,
BoneType.Lwrist = 0x10000017
,
BoneType.TailBase = 0x10000018
,
BoneType.Tail1 = 0x10000019
,
BoneType.Tail2 = 0x1000001A
,
BoneType.Tail3 = 0x1000001B
,
BoneType.Tail4 = 0x1000001C
,
BoneType.Tail5 = 0x1000001D
,
BoneType.Tail6 = 0x1000001E
,
BoneType.Generic1 = 0x1000001F
,
BoneType.Generic2 = 0x10000020
,
BoneType.Generic3 = 0x10000021
,
BoneType.Generic4 = 0x10000022
,
BoneType.Generic5 = 0x10000023
,
BoneType.Generic6 = 0x10000024
,
BoneType.Generic7 = 0x10000025
,
BoneType.Generic8 = 0x10000026
,
BoneType.Generic9 = 0x10000027
,
BoneType.Generic10 = 0x10000028
,
BoneType.Generic11 = 0x10000029
,
BoneType.Generic12 = 0x1000002A
,
BoneType.LFoot = 0x1000002B
,
BoneType.RFoot = 0x1000002C
,
BoneType.neck = 0x1000002D
,
BoneType.head = 0x1000002E
,
BoneType.back = 0x1000002F
,
BoneType.MidCloakMid = 0x10000031
,
BoneType.RCloakTop = 0x10000032
,
BoneType.MidCloakTip = 0x10000033
,
BoneType.LCloakMid = 0x10000034
,
BoneType.LCloakTip = 0x10000035
,
BoneType.LCloakBase = 0x10000036
,
BoneType.MidCloakTop = 0x10000037
,
BoneType.RCloakMid = 0x10000038
,
BoneType.MidCloakBase = 0x10000039
,
BoneType.RCloakBase = 0x1000003A
,
BoneType.RCloakTip = 0x1000003B
,
BoneType.LCloakTop = 0x1000003C
,
BoneType.Tail7 = 0x10000040
,
BoneType.Tail8 = 0x10000041
,
BoneType.Tail9 = 0x10000042
,
BoneType.Tail10 = 0x10000043
,
BoneType.Tail11 = 0x10000044
,
BoneType.Tail12 = 0x10000045
,
BoneType.Tail13 = 0x10000046
,
BoneType.Tail14 = 0x10000047
,
BoneType.Tail15 = 0x10000048
,
BoneType.Tail16 = 0x10000049
,
BoneType.LFinger_Ring_Mid = 0x1000004A
,
BoneType.RThumb_Tip = 0x1000004B
,
BoneType.RFinger_Pointer_Tip = 0x1000004C
,
BoneType.RFinger_Ring_Tip = 0x1000004D
,
BoneType.LFinger_Middle_Base = 0x1000004E
,
BoneType.LThumb_Mid = 0x1000004F
,
BoneType.RThumb_Base = 0x10000050
,
BoneType.LThumb_Tip = 0x10000051
,
BoneType.LFinger_Middle_Mid = 0x10000052
,
BoneType.LFinger_Ring_Tip = 0x10000053
,
BoneType.RFinger_Pinky_Tip = 0x10000054
,
BoneType.RFinger_Ring_Mid = 0x10000055
,
BoneType.RFinger_Pointer_Base = 0x10000056
,
BoneType.LFinger_Pinky_Base = 0x10000057
,
BoneType.RFinger_Pinky_Mid = 0x10000058
,
BoneType.LFinger_Pointer_Base = 0x10000059
,
BoneType.LFinger_Middle_Tip = 0x1000005A
,
BoneType.LFinger_Pointer_Mid = 0x1000005B
,
BoneType.RFinger_Middle_Mid = 0x1000005C
,
BoneType.RFinger_Ring_Base = 0x1000005D
,
BoneType.RThumb_Mid = 0x1000005E
,
BoneType.RFinger_Pointer_Mid = 0x1000005F
,
BoneType.LFinger_Pinky_Tip = 0x10000060
,
BoneType.LFinger_Ring_Base = 0x10000061
,
BoneType.LFinger_Pinky_Mid = 0x10000062
,
BoneType.RFinger_Pinky_Base = 0x10000063
,
BoneType.RFinger_Middle_Tip = 0x10000064
,
BoneType.RFinger_Middle_Base = 0x10000065
,
BoneType.LThumb_Base = 0x10000066
,
BoneType.LFinger_Pointer_Tip = 0x10000067
,
BoneType.mouth = 0x10000068
,
BoneType.Tongue_End = 0x10000069
,
BoneType.LNostril = 0x1000006A
,
BoneType.Tongue_Mid = 0x1000006B
,
BoneType.REyeBall = 0x1000006C
,
BoneType.LEyeBall = 0x1000006D
,
BoneType.Tongue_Base = 0x1000006E
,
BoneType.RNostril = 0x1000006F
} |
|
|
|
enum | BonusType : uint {
BonusType.Undef = 0x00000000
,
BonusType.Sacred = 0x00000001
,
BonusType.Alchemical = 0x00000002
,
BonusType.Armor = 0x00000003
,
BonusType.Competence = 0x00000004
,
BonusType.Shield = 0x00000005
,
BonusType.Resistance = 0x00000006
,
BonusType.Luck = 0x00000007
,
BonusType.Inherent = 0x00000008
,
BonusType.Deflection = 0x00000009
,
BonusType.NaturalArmor = 0x0000000A
,
BonusType.Circumstance = 0x0000000B
,
BonusType.Enhancement = 0x0000000C
,
BonusType.Morale = 0x0000000D
,
BonusType.Racial = 0x0000000E
,
BonusType.Size = 0x0000000F
,
BonusType.Dodge = 0x00000010
,
BonusType.Profane = 0x00000011
,
BonusType.Insight = 0x00000012
,
BonusType.Condition = 0x00000013
,
BonusType.Penalty = 0x00000015
,
BonusType.DamageOverTime = 0x00000016
,
BonusType.Bane = 0x00000017
,
BonusType.Unique = 0x00000018
,
BonusType.Good = 0x00000019
,
BonusType.Light = 0x0000001A
,
BonusType.Chaotic = 0x0000001B
,
BonusType.Magic = 0x0000001C
,
BonusType.Lawful = 0x0000001D
,
BonusType.Evil = 0x0000001E
,
BonusType.Mutation = 0x0000001F
,
BonusType.Spawn = 0x00000020
,
BonusType.HeroicCompanion = 0x00000021
,
BonusType.ActionPoint = 0x00000022
,
BonusType.Tired = 0x00000023
,
BonusType.XPRegenOverTime = 0x00000024
,
BonusType.UsageMinLevel = 0x00000025
,
BonusType.UsageDifficulty = 0x00000026
,
BonusType.UsageRaceRequired = 0x00000027
,
BonusType.UsageClassRequired = 0x00000028
,
BonusType.Generic = 0x00000029
,
BonusType.UsageAlignmentRequired = 0x0000002A
,
BonusType.Psionic = 0x0000002B
,
BonusType.DDOStore = 0x0000002C
,
BonusType.UsageMinGuildLevel = 0x0000002D
,
BonusType.Epic = 0x0000002E
,
BonusType.Artifact = 0x0000002F
,
BonusType.Guild = 0x00000030
,
BonusType.UsageAirshipRequired = 0x00000031
,
BonusType.UsageAirshipInternalRequired = 0x00000032
,
BonusType.UsageAirshipExternalRequired = 0x00000033
,
BonusType.UsageAmenityUnique = 0x00000034
,
BonusType.Feat = 0x00000035
,
BonusType.Implement = 0x00000036
,
BonusType.Equipment = 0x00000037
,
BonusType.Primal = 0x00000038
,
BonusType.Exceptional = 0x00000039
,
BonusType.Rage = 0x0000003A
,
BonusType.Vitality = 0x0000003B
,
BonusType.RuneArm = 0x0000003C
,
BonusType.BardicMusic = 0x0000003D
,
BonusType.Perseverance = 0x0000003E
,
BonusType.CombatStyle = 0x0000003F
,
BonusType.Quality = 0x00000040
,
BonusType.Mythic = 0x00000041
,
BonusType.Celerity = 0x00000042
,
BonusType.CombatStyle2 = 0x00000043
,
BonusType.CombatStyle3 = 0x00000044
,
BonusType.Determination = 0x00000045
,
BonusType.Spooky = 0x00000046
,
BonusType.Legendary = 0x00000047
,
BonusType.Reaper = 0x00000048
,
BonusType.Chaos = 0x00000049
,
BonusType.Sentient = 0x0000004A
,
BonusType.PlayerMoveSpeedOnly = 0x0000004B
,
BonusType.Dragonmark = 0x0000004C
,
BonusType.Fortune = 0x0000004E
} |
|
|
|
enum | CachedStatType : uint {
CachedStatType.Invalid = 0x00000000
,
CachedStatType.MonsterManual = 0x00000001
,
CachedStatType.Achievement = 0x00000002
} |
|
|
|
enum | Camera_ShakeSpeed : uint {
Camera_ShakeSpeed.Invalid = 0x00000000
,
Camera_ShakeSpeed.Slow = 0x00000001
,
Camera_ShakeSpeed.Medium = 0x00000002
,
Camera_ShakeSpeed.Fast = 0x00000003
} |
|
|
|
enum | Camera_ShakeType : uint {
Camera_ShakeType.Invalid = 0x00000000
,
Camera_ShakeType.Medium = 0x00000001
,
Camera_ShakeType.Large = 0x00000002
,
Camera_ShakeType.Small = 0x00000003
} |
|
|
|
enum | CameraController : uint {
CameraController.Invalid = 0x00000000
,
CameraController.Cinematic = 0x00000001
,
CameraController.FirstPerson = 0x00000002
,
CameraController.ThirdPerson = 0x00000003
,
CameraController.Flight = 0x00000004
} |
|
|
|
enum | CastleType : uint {
CastleType.Invalid = 0x00000000
,
CastleType.Test = 0x00000007
} |
|
|
|
enum | ChampionType : uint {
ChampionType.Invalid = 0x00000000
,
ChampionType.Fire_1 = 0x00000001
,
ChampionType.Elysium_1 = 0x00000002
,
ChampionType.Archeron_3 = 0x00000003
,
ChampionType.MountCelestia_1 = 0x00000004
,
ChampionType.Fire_2 = 0x00000005
,
ChampionType.Elysium_2 = 0x00000006
,
ChampionType.Earth_1 = 0x00000007
,
ChampionType.Arcadia_1 = 0x00000008
,
ChampionType.MountCelestia_2 = 0x00000009
,
ChampionType.Fire_3 = 0x0000000A
,
ChampionType.Elysium_3 = 0x0000000B
,
ChampionType.Earth_2 = 0x0000000C
,
ChampionType.Arcadia_2 = 0x0000000D
,
ChampionType.MountCelestia_3 = 0x0000000E
,
ChampionType.Earth_3 = 0x0000000F
,
ChampionType.Arcadia_3 = 0x00000010
,
ChampionType.Shadowfell_1 = 0x00000011
,
ChampionType.Air_1 = 0x00000012
,
ChampionType.Shadowfell_2 = 0x00000013
,
ChampionType.NineHells_1 = 0x00000014
,
ChampionType.Hades_1 = 0x00000015
,
ChampionType.Air_2 = 0x00000016
,
ChampionType.Shadowfell_3 = 0x00000017
,
ChampionType.NineHells_2 = 0x00000018
,
ChampionType.Hades_2 = 0x00000019
,
ChampionType.Feywild_1 = 0x0000001A
,
ChampionType.Air_3 = 0x0000001B
,
ChampionType.NineHells_3 = 0x0000001C
,
ChampionType.Hades_3 = 0x0000001D
,
ChampionType.Feywild_2 = 0x0000001E
,
ChampionType.Feywild_3 = 0x0000001F
,
ChampionType.Arborea_1 = 0x00000020
,
ChampionType.Arborea_2 = 0x00000021
,
ChampionType.Arborea_3 = 0x00000022
,
ChampionType.Ysgard_1 = 0x00000023
,
ChampionType.Ysgard_2 = 0x00000024
,
ChampionType.Ysgard_3 = 0x00000025
,
ChampionType.Gehenna_1 = 0x00000026
,
ChampionType.ElementalChaos_1 = 0x00000027
,
ChampionType.Gehenna_2 = 0x00000028
,
ChampionType.ElementalChaos_2 = 0x00000029
,
ChampionType.Limbo_1 = 0x0000002A
,
ChampionType.Gehenna_3 = 0x0000002B
,
ChampionType.ElementalChaos_3 = 0x0000002C
,
ChampionType.Pandemonium_1 = 0x0000002D
,
ChampionType.Limbo_2 = 0x0000002E
,
ChampionType.Carceri_1 = 0x0000002F
,
ChampionType.Beastlands_1 = 0x00000030
,
ChampionType.Abyss_1 = 0x00000031
,
ChampionType.Pandemonium_2 = 0x00000032
,
ChampionType.Limbo_3 = 0x00000033
,
ChampionType.Carceri_2 = 0x00000034
,
ChampionType.Bytopia_1 = 0x00000035
,
ChampionType.Beastlands_2 = 0x00000036
,
ChampionType.Abyss_2 = 0x00000037
,
ChampionType.Pandemonium_3 = 0x00000038
,
ChampionType.Carceri_3 = 0x00000039
,
ChampionType.Bytopia_2 = 0x0000003A
,
ChampionType.Beastlands_3 = 0x0000003B
,
ChampionType.Abyss_3 = 0x0000003C
,
ChampionType.Mechanus_1 = 0x0000003D
,
ChampionType.Bytopia_3 = 0x0000003E
,
ChampionType.Water_1 = 0x0000003F
,
ChampionType.Mechanus_2 = 0x00000040
,
ChampionType.Water_2 = 0x00000041
,
ChampionType.Mechanus_3 = 0x00000042
,
ChampionType.Archeron_1 = 0x00000043
,
ChampionType.Water_3 = 0x00000044
,
ChampionType.Archeron_2 = 0x00000045
,
ChampionType.NineHells_Miniboss = 0x00000046
,
ChampionType.Elysium_Miniboss = 0x00000047
,
ChampionType.Earth_Miniboss = 0x00000048
,
ChampionType.Fire_Miniboss = 0x00000049
,
ChampionType.Air_Miniboss = 0x0000004A
,
ChampionType.Feywild_Miniboss = 0x0000004B
,
ChampionType.Abyss_Miniboss = 0x0000004C
,
ChampionType.Pandemonium_Miniboss = 0x0000004D
,
ChampionType.MountCelestia_Miniboss = 0x0000004E
,
ChampionType.Arcadia_Miniboss = 0x0000004F
,
ChampionType.Ysgard_Miniboss = 0x00000050
,
ChampionType.Mechanus_Miniboss = 0x00000051
,
ChampionType.Arborea_Miniboss = 0x00000052
,
ChampionType.Gehenna_Miniboss = 0x00000053
,
ChampionType.Carceri_Miniboss = 0x00000054
,
ChampionType.Bytopia_Miniboss = 0x00000055
,
ChampionType.Shadowfell_Miniboss = 0x00000056
,
ChampionType.ElementalChaos_Miniboss = 0x00000057
,
ChampionType.Limbo_Miniboss = 0x00000058
,
ChampionType.Hades_Miniboss = 0x00000059
,
ChampionType.Archeron_Miniboss = 0x0000005A
,
ChampionType.Water_Miniboss = 0x0000005B
,
ChampionType.Beastlands_Miniboss = 0x0000005C
,
ChampionType.NineHells_Asmodeus_1 = 0x0000005D
,
ChampionType.NineHells_Asmodeus_2 = 0x0000005E
,
ChampionType.NineHells_Asmodeus_3 = 0x0000005F
,
ChampionType.NineHells_Asmodeus_MiniBoss = 0x00000060
,
ChampionType.NineHells_Dispater_1 = 0x00000061
,
ChampionType.NineHells_Baalzebul_3 = 0x00000062
,
ChampionType.NineHells_Levitus_1 = 0x00000063
,
ChampionType.NineHells_Dispater_2 = 0x00000064
,
ChampionType.NineHells_Zariel_MiniBoss = 0x00000065
,
ChampionType.NineHells_Levitus_2 = 0x00000066
,
ChampionType.NineHells_Fierna_1 = 0x00000067
,
ChampionType.NineHells_Dispater_3 = 0x00000068
,
ChampionType.NineHells_Mephisto_MiniBoss = 0x00000069
,
ChampionType.NineHells_Levitus_3 = 0x0000006A
,
ChampionType.NineHells_Fierna_2 = 0x0000006B
,
ChampionType.NineHells_Glasya_MiniBoss = 0x0000006C
,
ChampionType.NineHells_Fierna_3 = 0x0000006D
,
ChampionType.NineHells_Belial_MiniBoss = 0x0000006E
,
ChampionType.NineHells_Fierna_MiniBoss = 0x0000006F
,
ChampionType.NineHells_Mammon_MiniBoss = 0x00000070
,
ChampionType.NineHells_Mammon_1 = 0x00000071
,
ChampionType.NineHells_Belial_1 = 0x00000072
,
ChampionType.NineHells_Mammon_2 = 0x00000073
,
ChampionType.NineHells_Belial_2 = 0x00000074
,
ChampionType.NineHells_Mammon_3 = 0x00000075
,
ChampionType.NineHells_Belial_3 = 0x00000076
,
ChampionType.NineHells_Baalzebul_MiniBoss = 0x00000077
,
ChampionType.NineHells_Levitus_MiniBoss = 0x00000078
,
ChampionType.NineHells_Zariel_1 = 0x00000079
,
ChampionType.NineHells_Mephisto_1 = 0x0000007A
,
ChampionType.NineHells_Zariel_2 = 0x0000007B
,
ChampionType.NineHells_Mephisto_2 = 0x0000007C
,
ChampionType.NineHells_Glasya_1 = 0x0000007D
,
ChampionType.NineHells_Zariel_3 = 0x0000007E
,
ChampionType.NineHells_Mephisto_3 = 0x0000007F
,
ChampionType.NineHells_Glasya_2 = 0x00000080
,
ChampionType.NineHells_Geryon_MiniBoss = 0x00000081
,
ChampionType.NineHells_Glasya_3 = 0x00000082
,
ChampionType.NineHells_Geryon_1 = 0x00000083
,
ChampionType.NineHells_Geryon_2 = 0x00000084
,
ChampionType.NineHells_Dispater_MiniBoss = 0x00000085
,
ChampionType.NineHells_Baalzebul_1 = 0x00000086
,
ChampionType.NineHells_Geryon_3 = 0x00000087
,
ChampionType.NineHells_Baalzebul_2 = 0x00000088
,
ChampionType.Snowpeak_1 = 0x00000089
,
ChampionType.Snowpeak_2 = 0x0000008A
,
ChampionType.Snowpeak_3 = 0x0000008B
,
ChampionType.Snowpeak_Miniboss = 0x0000008C
,
ChampionType.Silent_Miniboss = 0x0000008D
,
ChampionType.Valaara_1 = 0x0000008E
,
ChampionType.Valaara_2 = 0x0000008F
,
ChampionType.Valaara_3 = 0x00000090
,
ChampionType.Stained_1 = 0x00000091
,
ChampionType.Stained_2 = 0x00000092
,
ChampionType.Silent_1 = 0x00000093
,
ChampionType.Stained_3 = 0x00000094
,
ChampionType.Silent_2 = 0x00000095
,
ChampionType.Orlassk_1 = 0x00000096
,
ChampionType.Silent_3 = 0x00000097
,
ChampionType.Orlassk_2 = 0x00000098
,
ChampionType.Belashyrra_1 = 0x00000099
,
ChampionType.Ysgithyrwyn_Miniboss = 0x0000009A
,
ChampionType.Orlassk_3 = 0x0000009B
,
ChampionType.Dyrrn_Miniboss = 0x0000009C
,
ChampionType.Belashyrra_2 = 0x0000009D
,
ChampionType.Kyrzin_1 = 0x0000009E
,
ChampionType.Belashyrra_3 = 0x0000009F
,
ChampionType.Avassh_1 = 0x000000A0
,
ChampionType.Kyrzin_2 = 0x000000A1
,
ChampionType.Avassh_Miniboss = 0x000000A2
,
ChampionType.Avassh_2 = 0x000000A3
,
ChampionType.Stained_Miniboss = 0x000000A4
,
ChampionType.Kyrzin_3 = 0x000000A5
,
ChampionType.Avassh_3 = 0x000000A6
,
ChampionType.Orlassk_Miniboss = 0x000000A7
,
ChampionType.Ysgithyrwyn_1 = 0x000000A8
,
ChampionType.Ysgithyrwyn_2 = 0x000000A9
,
ChampionType.Dyrrn_1 = 0x000000AA
,
ChampionType.Ysgithyrwyn_3 = 0x000000AB
,
ChampionType.Dyrrn_2 = 0x000000AC
,
ChampionType.Dyrrn_3 = 0x000000AD
,
ChampionType.Valaara_Miniboss = 0x000000AE
,
ChampionType.Kyrzin_Miniboss = 0x000000AF
,
ChampionType.Belashyrra_Miniboss = 0x000000B0
,
ChampionType.Fallfest_3 = 0x000000B1
,
ChampionType.Fallfest_Miniboss = 0x000000B2
,
ChampionType.Fallfest_1 = 0x000000B3
,
ChampionType.Fallfest_2 = 0x000000B4
,
ChampionType.CrystalCove_1 = 0x000000B5
,
ChampionType.CrystalCove_2 = 0x000000B6
,
ChampionType.CrystalCove_3 = 0x000000B7
,
ChampionType.CrystalCove_Miniboss = 0x000000B8
,
ChampionType.Dragon_Poison_Miniboss = 0x000000B9
,
ChampionType.Dragon_Fire_Miniboss = 0x000000BA
,
ChampionType.Dragon_Cold_Miniboss = 0x000000BB
,
ChampionType.Dragon_Cold_1 = 0x000000BC
,
ChampionType.Dragon_Cold_2 = 0x000000BD
,
ChampionType.Dragon_Cold_3 = 0x000000BE
,
ChampionType.Dragon_Electric_1 = 0x000000BF
,
ChampionType.Dragon_Fire_1 = 0x000000C0
,
ChampionType.Dragon_Electric_2 = 0x000000C1
,
ChampionType.Dragon_Fire_2 = 0x000000C2
,
ChampionType.Dragon_Electric_3 = 0x000000C3
,
ChampionType.Dragon_Fire_3 = 0x000000C4
,
ChampionType.Dragon_Electric_Miniboss = 0x000000C5
,
ChampionType.Dragon_Poison_1 = 0x000000C6
,
ChampionType.Dragon_Acid_1 = 0x000000C7
,
ChampionType.Dragon_Poison_2 = 0x000000C8
,
ChampionType.Dragon_Acid_2 = 0x000000C9
,
ChampionType.Dragon_Poison_3 = 0x000000CA
,
ChampionType.Dragon_Acid_Miniboss = 0x000000CB
,
ChampionType.Dragon_Acid_3 = 0x000000CC
,
ChampionType.Mindflayer_Miniboss = 0x000000CD
,
ChampionType.Mindflayer_1 = 0x000000CE
,
ChampionType.Mindflayer_2 = 0x000000CF
,
ChampionType.Mindflayer_3 = 0x000000D0
} |
|
|
|
enum | Character_AnimationType : uint {
Character_AnimationType.Invalid = 0x00000000
,
Character_AnimationType.Halfling_Female = 0x00000001
,
Character_AnimationType.Dwarf_Female = 0x00000002
,
Character_AnimationType.Elf_Male = 0x00000003
,
Character_AnimationType.Dwarf_Male = 0x00000004
,
Character_AnimationType.Elf_Female = 0x00000005
,
Character_AnimationType.Human_Male = 0x00000006
,
Character_AnimationType.Warforged = 0x00000007
,
Character_AnimationType.Human_Female = 0x00000008
,
Character_AnimationType.Halfling_Male = 0x00000009
} |
|
|
|
enum | Character_Presence : uint {
Character_Presence.Undef = 0x00000000
,
Character_Presence.Online = 0x00000001
,
Character_Presence.AFK = 0x00000002
,
Character_Presence.DataCapable = 0x00000004
,
Character_Presence.Hidden = 0x00000008
,
Character_Presence.SeeHidden = 0x00010000
,
Character_Presence.SkipPassword = 0x00020000
} |
|
|
|
enum | CharGenAdviceType : uint {
CharGenAdviceType.Undef = 0x00000000
,
CharGenAdviceType.Feat_Wizard_Elf = 0x00000001
,
CharGenAdviceType.Feat_Wizard_Human = 0x00000002
,
CharGenAdviceType.Feat_Bard_Human = 0x00000003
,
CharGenAdviceType.Skill_Wizard_Elf = 0x00000004
,
CharGenAdviceType.Ability_Wizard_Dwarf = 0x00000005
,
CharGenAdviceType.Spell_Ranger_Human = 0x00000006
,
CharGenAdviceType.Feat_Fighter_Halfling = 0x00000007
,
CharGenAdviceType.Feat_Bard_Warforged = 0x00000008
,
CharGenAdviceType.Feat_Barbarian_Warforged = 0x00000009
,
CharGenAdviceType.Feat_Barbarian_Elf = 0x0000000A
,
CharGenAdviceType.Skill_Paladin_Dwarf = 0x0000000B
,
CharGenAdviceType.Skill_Paladin_Human = 0x0000000C
,
CharGenAdviceType.Ability_Barbarian_Elf = 0x0000000D
,
CharGenAdviceType.Spell_Paladin_Halfling = 0x0000000E
,
CharGenAdviceType.Spell_Bard_Human = 0x0000000F
,
CharGenAdviceType.Feat_Cleric_Dwarf = 0x00000010
,
CharGenAdviceType.Skill_Ranger_Warforged = 0x00000011
,
CharGenAdviceType.Skill_Fighter_Halfling = 0x00000012
,
CharGenAdviceType.Skill_Bard_Dwarf = 0x00000013
,
CharGenAdviceType.Ability_Barbarian_Dwarf = 0x00000014
,
CharGenAdviceType.Spell_Cleric_Human = 0x00000015
,
CharGenAdviceType.Feat_Cleric_Elf = 0x00000016
,
CharGenAdviceType.Feat_Bard_Elf = 0x00000017
,
CharGenAdviceType.Feat_Barbarian_Human = 0x00000018
,
CharGenAdviceType.Skill_Sorcerer_Dwarf = 0x00000019
,
CharGenAdviceType.Skill_Ranger_Dwarf = 0x0000001A
,
CharGenAdviceType.Ability_Sorcerer_Warforged = 0x0000001B
,
CharGenAdviceType.Ability_Cleric_Warforged = 0x0000001C
,
CharGenAdviceType.Feat_Wizard_Dwarf = 0x0000001D
,
CharGenAdviceType.Skill_Rogue_Human = 0x0000001E
,
CharGenAdviceType.Spell_Ranger_Dwarf = 0x0000001F
,
CharGenAdviceType.Feat_Sorcerer_Elf = 0x00000020
,
CharGenAdviceType.Skill_Sorcerer_Elf = 0x00000021
,
CharGenAdviceType.Skill_Fighter_Human = 0x00000022
,
CharGenAdviceType.Skill_Cleric_Halfling = 0x00000023
,
CharGenAdviceType.Ability_Wizard_Halfling = 0x00000024
,
CharGenAdviceType.Ability_Sorcerer_Elf = 0x00000025
,
CharGenAdviceType.Ability_Rogue_Halfling = 0x00000026
,
CharGenAdviceType.Ability_Bard_Halfling = 0x00000027
,
CharGenAdviceType.Spell_Wizard_Warforged = 0x00000028
,
CharGenAdviceType.Spell_Rogue_Human = 0x00000029
,
CharGenAdviceType.Feat_Cleric_Halfling = 0x0000002A
,
CharGenAdviceType.Skill_Wizard_Dwarf = 0x0000002B
,
CharGenAdviceType.Skill_Ranger_Halfling = 0x0000002C
,
CharGenAdviceType.Skill_Cleric_Elf = 0x0000002D
,
CharGenAdviceType.Ability_Sorcerer_Human = 0x0000002E
,
CharGenAdviceType.Ability_Ranger_Dwarf = 0x0000002F
,
CharGenAdviceType.Spell_Fighter_Elf = 0x00000030
,
CharGenAdviceType.Spell_Cleric_Halfling = 0x00000031
,
CharGenAdviceType.Spell_Cleric_Dwarf = 0x00000032
,
CharGenAdviceType.Spell_Barbarian_Elf = 0x00000033
,
CharGenAdviceType.Feat_Wizard_Halfling = 0x00000034
,
CharGenAdviceType.Skill_Sorcerer_Warforged = 0x00000035
,
CharGenAdviceType.Skill_Rogue_Elf = 0x00000036
,
CharGenAdviceType.Skill_Fighter_Dwarf = 0x00000037
,
CharGenAdviceType.Skill_Bard_Elf = 0x00000038
,
CharGenAdviceType.Skill_Barbarian_Halfling = 0x00000039
,
CharGenAdviceType.Ability_Wizard_Human = 0x0000003A
,
CharGenAdviceType.Ability_Rogue_Dwarf = 0x0000003B
,
CharGenAdviceType.Ability_Barbarian_Warforged = 0x0000003C
,
CharGenAdviceType.Spell_Sorcerer_Warforged = 0x0000003D
,
CharGenAdviceType.Spell_Ranger_Warforged = 0x0000003E
,
CharGenAdviceType.Spell_Fighter_Halfling = 0x0000003F
,
CharGenAdviceType.Spell_Barbarian_Warforged = 0x00000040
,
CharGenAdviceType.Spell_Barbarian_Dwarf = 0x00000041
,
CharGenAdviceType.Skill_Rogue_Halfling = 0x00000042
,
CharGenAdviceType.Skill_Cleric_Human = 0x00000043
,
CharGenAdviceType.Ability_Wizard_Warforged = 0x00000044
,
CharGenAdviceType.Ability_Rogue_Human = 0x00000045
,
CharGenAdviceType.Ability_Ranger_Warforged = 0x00000046
,
CharGenAdviceType.Spell_Paladin_Elf = 0x00000047
,
CharGenAdviceType.Spell_Paladin_Human = 0x00000048
,
CharGenAdviceType.Feat_Rogue_Human = 0x00000049
,
CharGenAdviceType.Feat_Fighter_Human = 0x0000004A
,
CharGenAdviceType.Skill_Wizard_Warforged = 0x0000004B
,
CharGenAdviceType.Skill_Wizard_Halfling = 0x0000004C
,
CharGenAdviceType.Skill_Wizard_Human = 0x0000004D
,
CharGenAdviceType.Skill_Paladin_Halfling = 0x0000004E
,
CharGenAdviceType.Ability_Bard_Human = 0x0000004F
,
CharGenAdviceType.Spell_Rogue_Elf = 0x00000050
,
CharGenAdviceType.Spell_Cleric_Elf = 0x00000051
,
CharGenAdviceType.Feat_Sorcerer_Halfling = 0x00000052
,
CharGenAdviceType.Feat_Rogue_Halfling = 0x00000053
,
CharGenAdviceType.Feat_Bard_Halfling = 0x00000054
,
CharGenAdviceType.Skill_Fighter_Elf = 0x00000055
,
CharGenAdviceType.Ability_Fighter_Warforged = 0x00000056
,
CharGenAdviceType.Spell_Wizard_Human = 0x00000057
,
CharGenAdviceType.Spell_Sorcerer_Human = 0x00000058
,
CharGenAdviceType.Spell_Ranger_Halfling = 0x00000059
,
CharGenAdviceType.Feat_Rogue_Dwarf = 0x0000005A
,
CharGenAdviceType.Feat_Bard_Dwarf = 0x0000005B
,
CharGenAdviceType.Ability_Sorcerer_Halfling = 0x0000005C
,
CharGenAdviceType.Ability_Paladin_Human = 0x0000005D
,
CharGenAdviceType.Spell_Rogue_Dwarf = 0x0000005E
,
CharGenAdviceType.Spell_Paladin_Dwarf = 0x0000005F
,
CharGenAdviceType.Spell_Bard_Halfling = 0x00000060
,
CharGenAdviceType.Spell_Barbarian_Halfling = 0x00000061
,
CharGenAdviceType.Feat_Wizard_Warforged = 0x00000062
,
CharGenAdviceType.Feat_Sorcerer_Warforged = 0x00000063
,
CharGenAdviceType.Feat_Sorcerer_Human = 0x00000064
,
CharGenAdviceType.Feat_Ranger_Elf = 0x00000065
,
CharGenAdviceType.Feat_Cleric_Warforged = 0x00000066
,
CharGenAdviceType.Skill_Ranger_Human = 0x00000067
,
CharGenAdviceType.Ability_Cleric_Halfling = 0x00000068
,
CharGenAdviceType.Ability_Bard_Elf = 0x00000069
,
CharGenAdviceType.Skill_Paladin_Elf = 0x0000006A
,
CharGenAdviceType.Skill_Barbarian_Human = 0x0000006B
,
CharGenAdviceType.Ability_Rogue_Warforged = 0x0000006C
,
CharGenAdviceType.Skill_Cleric_Warforged = 0x0000006D
,
CharGenAdviceType.Ability_Ranger_Halfling = 0x0000006E
,
CharGenAdviceType.Ability_Ranger_Elf = 0x0000006F
,
CharGenAdviceType.Ability_Bard_Dwarf = 0x00000070
,
CharGenAdviceType.Spell_Bard_Warforged = 0x00000071
,
CharGenAdviceType.Spell_Barbarian_Human = 0x00000072
,
CharGenAdviceType.Feat_Paladin_Halfling = 0x00000073
,
CharGenAdviceType.Feat_Paladin_Elf = 0x00000074
,
CharGenAdviceType.Skill_Rogue_Dwarf = 0x00000075
,
CharGenAdviceType.Ability_Fighter_Elf = 0x00000076
,
CharGenAdviceType.Ability_Barbarian_Human = 0x00000077
,
CharGenAdviceType.Spell_Sorcerer_Halfling = 0x00000078
,
CharGenAdviceType.Spell_Sorcerer_Dwarf = 0x00000079
,
CharGenAdviceType.Spell_Fighter_Warforged = 0x0000007A
,
CharGenAdviceType.Feat_Paladin_Dwarf = 0x0000007B
,
CharGenAdviceType.Skill_Ranger_Elf = 0x0000007C
,
CharGenAdviceType.Skill_Cleric_Dwarf = 0x0000007D
,
CharGenAdviceType.Ability_Sorcerer_Dwarf = 0x0000007E
,
CharGenAdviceType.Ability_Rogue_Elf = 0x0000007F
,
CharGenAdviceType.Ability_Paladin_Warforged = 0x00000080
,
CharGenAdviceType.Spell_Sorcerer_Elf = 0x00000081
,
CharGenAdviceType.Skill_Barbarian_Warforged = 0x00000082
,
CharGenAdviceType.Ability_Paladin_Halfling = 0x00000083
,
CharGenAdviceType.Ability_Paladin_Dwarf = 0x00000084
,
CharGenAdviceType.Ability_Paladin_Elf = 0x00000085
,
CharGenAdviceType.Ability_Cleric_Human = 0x00000086
,
CharGenAdviceType.Ability_Bard_Warforged = 0x00000087
,
CharGenAdviceType.Spell_Wizard_Dwarf = 0x00000088
,
CharGenAdviceType.Spell_Rogue_Warforged = 0x00000089
,
CharGenAdviceType.Spell_Cleric_Warforged = 0x0000008A
,
CharGenAdviceType.Feat_Ranger_Warforged = 0x0000008B
,
CharGenAdviceType.Feat_Barbarian_Halfling = 0x0000008C
,
CharGenAdviceType.Feat_Barbarian_Dwarf = 0x0000008D
,
CharGenAdviceType.Skill_Sorcerer_Halfling = 0x0000008E
,
CharGenAdviceType.Ability_Cleric_Dwarf = 0x0000008F
,
CharGenAdviceType.Spell_Paladin_Warforged = 0x00000090
,
CharGenAdviceType.Feat_Sorcerer_Dwarf = 0x00000091
,
CharGenAdviceType.Feat_Ranger_Halfling = 0x00000092
,
CharGenAdviceType.Feat_Ranger_Dwarf = 0x00000093
,
CharGenAdviceType.Feat_Cleric_Human = 0x00000094
,
CharGenAdviceType.Skill_Barbarian_Dwarf = 0x00000095
,
CharGenAdviceType.Ability_Wizard_Elf = 0x00000096
,
CharGenAdviceType.Spell_Wizard_Halfling = 0x00000097
,
CharGenAdviceType.Spell_Wizard_Elf = 0x00000098
,
CharGenAdviceType.Feat_Rogue_Elf = 0x00000099
,
CharGenAdviceType.Feat_Paladin_Warforged = 0x0000009A
,
CharGenAdviceType.Feat_Paladin_Human = 0x0000009B
,
CharGenAdviceType.Skill_Rogue_Warforged = 0x0000009C
,
CharGenAdviceType.Ability_Cleric_Elf = 0x0000009D
,
CharGenAdviceType.Spell_Rogue_Halfling = 0x0000009E
,
CharGenAdviceType.Spell_Fighter_Dwarf = 0x0000009F
,
CharGenAdviceType.Feat_Ranger_Human = 0x000000A0
,
CharGenAdviceType.Feat_Fighter_Elf = 0x000000A1
,
CharGenAdviceType.Skill_Sorcerer_Human = 0x000000A2
,
CharGenAdviceType.Skill_Paladin_Warforged = 0x000000A3
,
CharGenAdviceType.Skill_Fighter_Warforged = 0x000000A4
,
CharGenAdviceType.Skill_Bard_Warforged = 0x000000A5
,
CharGenAdviceType.Skill_Bard_Halfling = 0x000000A6
,
CharGenAdviceType.Skill_Bard_Human = 0x000000A7
,
CharGenAdviceType.Skill_Barbarian_Elf = 0x000000A8
,
CharGenAdviceType.Spell_Ranger_Elf = 0x000000A9
,
CharGenAdviceType.Spell_Fighter_Human = 0x000000AA
,
CharGenAdviceType.Spell_Bard_Dwarf = 0x000000AB
,
CharGenAdviceType.Spell_Bard_Elf = 0x000000AC
,
CharGenAdviceType.Feat_Rogue_Warforged = 0x000000AD
,
CharGenAdviceType.Feat_Fighter_Warforged = 0x000000AE
,
CharGenAdviceType.Feat_Fighter_Dwarf = 0x000000AF
,
CharGenAdviceType.Ability_Ranger_Human = 0x000000B0
,
CharGenAdviceType.Ability_Fighter_Halfling = 0x000000B1
,
CharGenAdviceType.Ability_Fighter_Dwarf = 0x000000B2
,
CharGenAdviceType.Ability_Fighter_Human = 0x000000B3
,
CharGenAdviceType.Ability_Barbarian_Halfling = 0x000000B4
,
CharGenAdviceType.Feat_Paladin_Drow = 0x000000B5
,
CharGenAdviceType.Ability_Fighter_Drow = 0x000000B6
,
CharGenAdviceType.Ability_Sorcerer_Drow = 0x000000B7
,
CharGenAdviceType.Spell_Wizard_Drow = 0x000000B8
,
CharGenAdviceType.Spell_Fighter_Drow = 0x000000B9
,
CharGenAdviceType.Ability_Rogue_Drow = 0x000000BA
,
CharGenAdviceType.Feat_Fighter_Drow = 0x000000BB
,
CharGenAdviceType.Skill_Sorcerer_Drow = 0x000000BC
,
CharGenAdviceType.Skill_Fighter_Drow = 0x000000BD
,
CharGenAdviceType.Spell_Cleric_Drow = 0x000000BE
,
CharGenAdviceType.Ability_Wizard_Drow = 0x000000BF
,
CharGenAdviceType.Spell_Bard_Drow = 0x000000C0
,
CharGenAdviceType.Skill_Wizard_Drow = 0x000000C1
,
CharGenAdviceType.Skill_Paladin_Drow = 0x000000C2
,
CharGenAdviceType.Ability_Paladin_Drow = 0x000000C3
,
CharGenAdviceType.Feat_Sorcerer_Drow = 0x000000C4
,
CharGenAdviceType.Skill_Cleric_Drow = 0x000000C5
,
CharGenAdviceType.Skill_Barbarian_Drow = 0x000000C6
,
CharGenAdviceType.Feat_Wizard_Drow = 0x000000C7
,
CharGenAdviceType.Spell_Sorcerer_Drow = 0x000000C8
,
CharGenAdviceType.Spell_Paladin_Drow = 0x000000C9
,
CharGenAdviceType.Spell_Rogue_Drow = 0x000000CA
,
CharGenAdviceType.Feat_Barbarian_Drow = 0x000000CB
,
CharGenAdviceType.Ability_Bard_Drow = 0x000000CC
,
CharGenAdviceType.Skill_Ranger_Drow = 0x000000CD
,
CharGenAdviceType.Spell_Barbarian_Drow = 0x000000CE
,
CharGenAdviceType.Feat_Cleric_Drow = 0x000000CF
,
CharGenAdviceType.Feat_Bard_Drow = 0x000000D0
,
CharGenAdviceType.Spell_Ranger_Drow = 0x000000D1
,
CharGenAdviceType.Skill_Bard_Drow = 0x000000D2
,
CharGenAdviceType.Ability_Ranger_Drow = 0x000000D3
,
CharGenAdviceType.Ability_Barbarian_Drow = 0x000000D4
,
CharGenAdviceType.Feat_Ranger_Drow = 0x000000D5
,
CharGenAdviceType.Feat_Rogue_Drow = 0x000000D6
,
CharGenAdviceType.Skill_Rogue_Drow = 0x000000D7
,
CharGenAdviceType.Ability_Cleric_Drow = 0x000000D8
,
CharGenAdviceType.Ability_Monk_Human = 0x000000D9
,
CharGenAdviceType.Spell_Monk_Drow = 0x000000DA
,
CharGenAdviceType.Spell_Monk_Elf = 0x000000DB
,
CharGenAdviceType.Skill_Monk_Halfling = 0x000000DC
,
CharGenAdviceType.Skill_Monk_Warforged = 0x000000DD
,
CharGenAdviceType.Ability_Monk_Halfling = 0x000000DE
,
CharGenAdviceType.Spell_Monk_Warforged = 0x000000DF
,
CharGenAdviceType.Ability_Monk_Warforged = 0x000000E0
,
CharGenAdviceType.Feat_Monk_Halfling = 0x000000E1
,
CharGenAdviceType.Feat_Monk_Warforged = 0x000000E2
,
CharGenAdviceType.Skill_Monk_Dwarf = 0x000000E3
,
CharGenAdviceType.Spell_Monk_Halfling = 0x000000E4
,
CharGenAdviceType.Feat_Monk_Elf = 0x000000E5
,
CharGenAdviceType.Ability_Monk_Drow = 0x000000E6
,
CharGenAdviceType.Spell_Monk_Human = 0x000000E7
,
CharGenAdviceType.Feat_Monk_Drow = 0x000000E8
,
CharGenAdviceType.Ability_Monk_Elf = 0x000000E9
,
CharGenAdviceType.Feat_Monk_Dwarf = 0x000000EA
,
CharGenAdviceType.Feat_Monk_Human = 0x000000EB
,
CharGenAdviceType.Ability_Monk_Dwarf = 0x000000EC
,
CharGenAdviceType.Spell_Monk_Dwarf = 0x000000ED
,
CharGenAdviceType.Skill_Monk_Drow = 0x000000EE
,
CharGenAdviceType.Skill_Monk_Human = 0x000000EF
,
CharGenAdviceType.Skill_Monk_Elf = 0x000000F0
,
CharGenAdviceType.Spell_FavoredSoul_Elf = 0x000000F1
,
CharGenAdviceType.Skill_FavoredSoul_Drow = 0x000000F2
,
CharGenAdviceType.Spell_FavoredSoul_Human = 0x000000F3
,
CharGenAdviceType.Feat_FavoredSoul_Drow = 0x000000F4
,
CharGenAdviceType.Feat_FavoredSoul_Warforged = 0x000000F5
,
CharGenAdviceType.Ability_FavoredSoul_Dwarf = 0x000000F6
,
CharGenAdviceType.Spell_FavoredSoul_Drow = 0x000000F7
,
CharGenAdviceType.Spell_FavoredSoul_Dwarf = 0x000000F8
,
CharGenAdviceType.Feat_FavoredSoul_Halfling = 0x000000F9
,
CharGenAdviceType.Ability_FavoredSoul_Halfling = 0x000000FA
,
CharGenAdviceType.Feat_FavoredSoul_Dwarf = 0x000000FB
,
CharGenAdviceType.Skill_FavoredSoul_Halfling = 0x000000FC
,
CharGenAdviceType.Feat_FavoredSoul_Elf = 0x000000FD
,
CharGenAdviceType.Feat_FavoredSoul_Human = 0x000000FE
,
CharGenAdviceType.Ability_FavoredSoul_Elf = 0x000000FF
,
CharGenAdviceType.Skill_FavoredSoul_Human = 0x00000100
,
CharGenAdviceType.Spell_FavoredSoul_Warforged = 0x00000101
,
CharGenAdviceType.Skill_FavoredSoul_Warforged = 0x00000102
,
CharGenAdviceType.Ability_FavoredSoul_Warforged = 0x00000103
,
CharGenAdviceType.Skill_FavoredSoul_Dwarf = 0x00000104
,
CharGenAdviceType.Spell_FavoredSoul_Halfling = 0x00000105
,
CharGenAdviceType.Skill_FavoredSoul_Elf = 0x00000106
,
CharGenAdviceType.Ability_FavoredSoul_Drow = 0x00000107
,
CharGenAdviceType.Ability_FavoredSoul_Human = 0x00000108
,
CharGenAdviceType.Feat_Barbarian_HalfOrc = 0x00000109
,
CharGenAdviceType.Skill_Paladin_HalfElf = 0x0000010A
,
CharGenAdviceType.Skill_Bard_HalfElf = 0x0000010B
,
CharGenAdviceType.Ability_Wizard_HalfElf = 0x0000010C
,
CharGenAdviceType.Feat_Sorcerer_HalfElf = 0x0000010D
,
CharGenAdviceType.Feat_Paladin_HalfOrc = 0x0000010E
,
CharGenAdviceType.Skill_Wizard_HalfOrc = 0x0000010F
,
CharGenAdviceType.Skill_Barbarian_HalfElf = 0x00000110
,
CharGenAdviceType.Skill_Rogue_HalfOrc = 0x00000111
,
CharGenAdviceType.Skill_Ranger_HalfOrc = 0x00000112
,
CharGenAdviceType.Skill_Barbarian_HalfOrc = 0x00000113
,
CharGenAdviceType.Spell_Fighter_HalfElf = 0x00000114
,
CharGenAdviceType.Feat_Ranger_HalfElf = 0x00000115
,
CharGenAdviceType.Feat_Ranger_HalfOrc = 0x00000116
,
CharGenAdviceType.Skill_Paladin_HalfOrc = 0x00000117
,
CharGenAdviceType.Ability_Paladin_HalfElf = 0x00000118
,
CharGenAdviceType.Ability_Fighter_HalfOrc = 0x00000119
,
CharGenAdviceType.Feat_Monk_HalfElf = 0x0000011A
,
CharGenAdviceType.Feat_Sorcerer_HalfOrc = 0x0000011B
,
CharGenAdviceType.Ability_Wizard_HalfOrc = 0x0000011C
,
CharGenAdviceType.Feat_Cleric_HalfOrc = 0x0000011D
,
CharGenAdviceType.Skill_Fighter_HalfElf = 0x0000011E
,
CharGenAdviceType.Ability_Ranger_HalfOrc = 0x0000011F
,
CharGenAdviceType.Ability_Barbarian_HalfOrc = 0x00000120
,
CharGenAdviceType.Spell_Fighter_HalfOrc = 0x00000121
,
CharGenAdviceType.Feat_FavoredSoul_HalfOrc = 0x00000122
,
CharGenAdviceType.Skill_Cleric_HalfOrc = 0x00000123
,
CharGenAdviceType.Spell_Bard_HalfOrc = 0x00000124
,
CharGenAdviceType.Feat_FavoredSoul_HalfElf = 0x00000125
,
CharGenAdviceType.Feat_Barbarian_HalfElf = 0x00000126
,
CharGenAdviceType.Skill_FavoredSoul_HalfElf = 0x00000127
,
CharGenAdviceType.Skill_Rogue_HalfElf = 0x00000128
,
CharGenAdviceType.Ability_Monk_HalfElf = 0x00000129
,
CharGenAdviceType.Skill_Monk_HalfElf = 0x0000012A
,
CharGenAdviceType.Ability_Monk_HalfOrc = 0x0000012B
,
CharGenAdviceType.Ability_Sorcerer_HalfOrc = 0x0000012C
,
CharGenAdviceType.Ability_Paladin_HalfOrc = 0x0000012D
,
CharGenAdviceType.Feat_Wizard_HalfElf = 0x0000012E
,
CharGenAdviceType.Skill_Wizard_HalfElf = 0x0000012F
,
CharGenAdviceType.Skill_Fighter_HalfOrc = 0x00000130
,
CharGenAdviceType.Skill_Bard_HalfOrc = 0x00000131
,
CharGenAdviceType.Feat_Monk_HalfOrc = 0x00000132
,
CharGenAdviceType.Feat_Rogue_HalfElf = 0x00000133
,
CharGenAdviceType.Skill_Monk_HalfOrc = 0x00000134
,
CharGenAdviceType.Ability_Cleric_HalfElf = 0x00000135
,
CharGenAdviceType.Spell_Ranger_HalfElf = 0x00000136
,
CharGenAdviceType.Ability_Rogue_HalfElf = 0x00000137
,
CharGenAdviceType.Spell_Cleric_HalfOrc = 0x00000138
,
CharGenAdviceType.Feat_Cleric_HalfElf = 0x00000139
,
CharGenAdviceType.Skill_FavoredSoul_HalfOrc = 0x0000013A
,
CharGenAdviceType.Skill_Cleric_HalfElf = 0x0000013B
,
CharGenAdviceType.Ability_Bard_HalfElf = 0x0000013C
,
CharGenAdviceType.Spell_Paladin_HalfElf = 0x0000013D
,
CharGenAdviceType.Feat_Wizard_HalfOrc = 0x0000013E
,
CharGenAdviceType.Feat_Fighter_HalfElf = 0x0000013F
,
CharGenAdviceType.Ability_Ranger_HalfElf = 0x00000140
,
CharGenAdviceType.Skill_Sorcerer_HalfElf = 0x00000141
,
CharGenAdviceType.Skill_Ranger_HalfElf = 0x00000142
,
CharGenAdviceType.Ability_Cleric_HalfOrc = 0x00000143
,
CharGenAdviceType.Feat_Bard_HalfElf = 0x00000144
,
CharGenAdviceType.Feat_Bard_HalfOrc = 0x00000145
,
CharGenAdviceType.Spell_Paladin_HalfOrc = 0x00000146
,
CharGenAdviceType.Ability_Rogue_HalfOrc = 0x00000147
,
CharGenAdviceType.Spell_Barbarian_HalfElf = 0x00000148
,
CharGenAdviceType.Feat_Paladin_HalfElf = 0x00000149
,
CharGenAdviceType.Feat_Fighter_HalfOrc = 0x0000014A
,
CharGenAdviceType.Ability_FavoredSoul_HalfElf = 0x0000014B
,
CharGenAdviceType.Ability_Fighter_HalfElf = 0x0000014C
,
CharGenAdviceType.Ability_Bard_HalfOrc = 0x0000014D
,
CharGenAdviceType.Ability_Barbarian_HalfElf = 0x0000014E
,
CharGenAdviceType.Spell_Ranger_HalfOrc = 0x0000014F
,
CharGenAdviceType.Spell_Cleric_HalfElf = 0x00000150
,
CharGenAdviceType.Spell_Bard_HalfElf = 0x00000151
,
CharGenAdviceType.Feat_Rogue_HalfOrc = 0x00000152
,
CharGenAdviceType.Skill_Sorcerer_HalfOrc = 0x00000153
,
CharGenAdviceType.Spell_Barbarian_HalfOrc = 0x00000154
,
CharGenAdviceType.Ability_FavoredSoul_HalfOrc = 0x00000155
,
CharGenAdviceType.Ability_Sorcerer_HalfElf = 0x00000156
,
CharGenAdviceType.Spell_FavoredSoul_HalfOrc = 0x00000157
,
CharGenAdviceType.Spell_Sorcerer_HalfOrc = 0x00000158
,
CharGenAdviceType.Spell_Wizard_HalfOrc = 0x00000159
,
CharGenAdviceType.Spell_Rogue_HalfOrc = 0x0000015A
,
CharGenAdviceType.Spell_Monk_HalfElf = 0x0000015B
,
CharGenAdviceType.Spell_Monk_HalfOrc = 0x0000015C
,
CharGenAdviceType.Spell_Rogue_HalfElf = 0x0000015D
,
CharGenAdviceType.Spell_Wizard_HalfElf = 0x0000015E
,
CharGenAdviceType.Spell_Sorcerer_HalfElf = 0x0000015F
,
CharGenAdviceType.Spell_FavoredSoul_HalfElf = 0x00000160
,
CharGenAdviceType.Ability_Artificer_Human = 0x00000161
,
CharGenAdviceType.Ability_Artificer_HalfElf = 0x00000162
,
CharGenAdviceType.Ability_Artificer_Drow = 0x00000163
,
CharGenAdviceType.Ability_Artificer_HalfOrc = 0x00000164
,
CharGenAdviceType.Ability_Artificer_Warforged = 0x00000165
,
CharGenAdviceType.Ability_Artificer_Elf = 0x00000166
,
CharGenAdviceType.Ability_Artificer_Dwarf = 0x00000167
,
CharGenAdviceType.Ability_Artificer_Halfling = 0x00000168
,
CharGenAdviceType.Feat_Artificer_Halfling = 0x00000169
,
CharGenAdviceType.Skill_Artificer_Halfling = 0x0000016A
,
CharGenAdviceType.Skill_Artificer_HalfElf = 0x0000016B
,
CharGenAdviceType.Spell_Artificer_HalfOrc = 0x0000016C
,
CharGenAdviceType.Spell_Artificer_Drow = 0x0000016D
,
CharGenAdviceType.Spell_Artificer_Human = 0x0000016E
,
CharGenAdviceType.Feat_Artificer_Elf = 0x0000016F
,
CharGenAdviceType.Spell_Artificer_Warforged = 0x00000170
,
CharGenAdviceType.Feat_Artificer_Human = 0x00000171
,
CharGenAdviceType.Skill_Artificer_HalfOrc = 0x00000172
,
CharGenAdviceType.Feat_Artificer_Dwarf = 0x00000173
,
CharGenAdviceType.Feat_Artificer_HalfElf = 0x00000174
,
CharGenAdviceType.Skill_Artificer_Human = 0x00000175
,
CharGenAdviceType.Skill_Artificer_Elf = 0x00000176
,
CharGenAdviceType.Spell_Artificer_Halfling = 0x00000177
,
CharGenAdviceType.Feat_Artificer_Warforged = 0x00000178
,
CharGenAdviceType.Feat_Artificer_Drow = 0x00000179
,
CharGenAdviceType.Skill_Artificer_Warforged = 0x0000017A
,
CharGenAdviceType.Spell_Artificer_Elf = 0x0000017B
,
CharGenAdviceType.Feat_Artificer_HalfOrc = 0x0000017C
,
CharGenAdviceType.Skill_Artificer_Dwarf = 0x0000017D
,
CharGenAdviceType.Spell_Artificer_HalfElf = 0x0000017E
,
CharGenAdviceType.Spell_Artificer_Dwarf = 0x0000017F
,
CharGenAdviceType.Skill_Artificer_Drow = 0x00000180
,
CharGenAdviceType.Spell_Druid_Dwarf = 0x00000181
,
CharGenAdviceType.Feat_Druid_HalfOrc = 0x00000182
,
CharGenAdviceType.Feat_Druid_Drow = 0x00000183
,
CharGenAdviceType.Ability_Druid_Halfling = 0x00000184
,
CharGenAdviceType.Ability_Druid_HalfElf = 0x00000185
,
CharGenAdviceType.Ability_Druid_Warforged = 0x00000186
,
CharGenAdviceType.Ability_Druid_Dwarf = 0x00000187
,
CharGenAdviceType.Feat_Druid_Warforged = 0x00000188
,
CharGenAdviceType.Skill_Druid_HalfElf = 0x00000189
,
CharGenAdviceType.Skill_Druid_Elf = 0x0000018A
,
CharGenAdviceType.Skill_Druid_Halfling = 0x0000018B
,
CharGenAdviceType.Spell_Druid_Elf = 0x0000018C
,
CharGenAdviceType.Feat_Druid_Elf = 0x0000018D
,
CharGenAdviceType.Ability_Druid_HalfOrc = 0x0000018E
,
CharGenAdviceType.Spell_Druid_Warforged = 0x0000018F
,
CharGenAdviceType.Feat_Druid_Dwarf = 0x00000190
,
CharGenAdviceType.Skill_Druid_HalfOrc = 0x00000191
,
CharGenAdviceType.Feat_Druid_Halfling = 0x00000192
,
CharGenAdviceType.Spell_Druid_Halfling = 0x00000193
,
CharGenAdviceType.Spell_Druid_Human = 0x00000194
,
CharGenAdviceType.Skill_Druid_Warforged = 0x00000195
,
CharGenAdviceType.Ability_Druid_Drow = 0x00000196
,
CharGenAdviceType.Spell_Druid_HalfElf = 0x00000197
,
CharGenAdviceType.Skill_Druid_Drow = 0x00000198
,
CharGenAdviceType.Ability_Druid_Elf = 0x00000199
,
CharGenAdviceType.Feat_Druid_HalfElf = 0x0000019A
,
CharGenAdviceType.Feat_Druid_Human = 0x0000019B
,
CharGenAdviceType.Skill_Druid_Dwarf = 0x0000019C
,
CharGenAdviceType.Skill_Druid_Human = 0x0000019D
,
CharGenAdviceType.Spell_Druid_HalfOrc = 0x0000019E
,
CharGenAdviceType.Spell_Druid_Drow = 0x0000019F
,
CharGenAdviceType.Ability_Druid_Human = 0x000001A0
,
CharGenAdviceType.Spell_Barbarian_Bladeforged = 0x000001A1
,
CharGenAdviceType.Ability_Sorcerer_Bladeforged = 0x000001A2
,
CharGenAdviceType.Spell_Bard_Bladeforged = 0x000001A3
,
CharGenAdviceType.Feat_Cleric_Bladeforged = 0x000001A4
,
CharGenAdviceType.Skill_Ranger_Bladeforged = 0x000001A5
,
CharGenAdviceType.Feat_Barbarian_Bladeforged = 0x000001A6
,
CharGenAdviceType.Ability_Barbarian_Bladeforged = 0x000001A7
,
CharGenAdviceType.Feat_Rogue_Bladeforged = 0x000001A8
,
CharGenAdviceType.Spell_Monk_Bladeforged = 0x000001A9
,
CharGenAdviceType.Ability_Paladin_Bladeforged = 0x000001AA
,
CharGenAdviceType.Spell_FavoredSoul_Bladeforged = 0x000001AB
,
CharGenAdviceType.Feat_Ranger_Bladeforged = 0x000001AC
,
CharGenAdviceType.Skill_Sorcerer_Bladeforged = 0x000001AD
,
CharGenAdviceType.Skill_Fighter_Bladeforged = 0x000001AE
,
CharGenAdviceType.Spell_Sorcerer_Bladeforged = 0x000001AF
,
CharGenAdviceType.Feat_FavoredSoul_Bladeforged = 0x000001B0
,
CharGenAdviceType.Feat_Paladin_Bladeforged = 0x000001B1
,
CharGenAdviceType.Ability_FavoredSoul_Bladeforged = 0x000001B2
,
CharGenAdviceType.Feat_Sorcerer_Bladeforged = 0x000001B3
,
CharGenAdviceType.Skill_Bard_Bladeforged = 0x000001B4
,
CharGenAdviceType.Ability_Druid_Bladeforged = 0x000001B5
,
CharGenAdviceType.Spell_Druid_Bladeforged = 0x000001B6
,
CharGenAdviceType.Ability_Bard_Bladeforged = 0x000001B7
,
CharGenAdviceType.Feat_Wizard_Bladeforged = 0x000001B8
,
CharGenAdviceType.Feat_Fighter_Bladeforged = 0x000001B9
,
CharGenAdviceType.Spell_Cleric_Bladeforged = 0x000001BA
,
CharGenAdviceType.Feat_Bard_Bladeforged = 0x000001BB
,
CharGenAdviceType.Skill_Druid_Bladeforged = 0x000001BC
,
CharGenAdviceType.Skill_Barbarian_Bladeforged = 0x000001BD
,
CharGenAdviceType.Ability_Wizard_Bladeforged = 0x000001BE
,
CharGenAdviceType.Ability_Ranger_Bladeforged = 0x000001BF
,
CharGenAdviceType.Spell_Ranger_Bladeforged = 0x000001C0
,
CharGenAdviceType.Skill_Wizard_Bladeforged = 0x000001C1
,
CharGenAdviceType.Ability_Cleric_Bladeforged = 0x000001C2
,
CharGenAdviceType.Skill_Paladin_Bladeforged = 0x000001C3
,
CharGenAdviceType.Ability_Fighter_Bladeforged = 0x000001C4
,
CharGenAdviceType.Skill_Rogue_Bladeforged = 0x000001C5
,
CharGenAdviceType.Skill_Cleric_Bladeforged = 0x000001C6
,
CharGenAdviceType.Skill_FavoredSoul_Bladeforged = 0x000001C7
,
CharGenAdviceType.Ability_Rogue_Bladeforged = 0x000001C8
,
CharGenAdviceType.Ability_Artificer_Bladeforged = 0x000001C9
,
CharGenAdviceType.Ability_Monk_Bladeforged = 0x000001CA
,
CharGenAdviceType.Spell_Artificer_Bladeforged = 0x000001CB
,
CharGenAdviceType.Spell_Rogue_Bladeforged = 0x000001CC
,
CharGenAdviceType.Skill_Monk_Bladeforged = 0x000001CD
,
CharGenAdviceType.Spell_Paladin_Bladeforged = 0x000001CE
,
CharGenAdviceType.Spell_Fighter_Bladeforged = 0x000001CF
,
CharGenAdviceType.Skill_Artificer_Bladeforged = 0x000001D0
,
CharGenAdviceType.Spell_Wizard_Bladeforged = 0x000001D1
,
CharGenAdviceType.Feat_Druid_Bladeforged = 0x000001D2
,
CharGenAdviceType.Feat_Artificer_Bladeforged = 0x000001D3
,
CharGenAdviceType.Feat_Monk_Bladeforged = 0x000001D4
,
CharGenAdviceType.Feat_Cleric_Morninglord = 0x000001D5
,
CharGenAdviceType.Ability_Fighter_PDK = 0x000001D6
,
CharGenAdviceType.Skill_Cleric_Morninglord = 0x000001D7
,
CharGenAdviceType.Feat_Rogue_ShadarKai = 0x000001D8
,
CharGenAdviceType.Ability_Rogue_ShadarKai = 0x000001D9
,
CharGenAdviceType.Spell_Cleric_Morninglord = 0x000001DA
,
CharGenAdviceType.Skill_Rogue_ShadarKai = 0x000001DB
,
CharGenAdviceType.Spell_Fighter_PDK = 0x000001DC
,
CharGenAdviceType.Feat_Fighter_PDK = 0x000001DD
,
CharGenAdviceType.Skill_Fighter_PDK = 0x000001DE
,
CharGenAdviceType.Ability_Cleric_Morninglord = 0x000001DF
,
CharGenAdviceType.Spell_Rogue_ShadarKai = 0x000001E0
,
CharGenAdviceType.Spell_Druid_ShadarKai = 0x000001E1
,
CharGenAdviceType.Spell_Ranger_ShadarKai = 0x000001E2
,
CharGenAdviceType.Spell_Barbarian_ShadarKai = 0x000001E3
,
CharGenAdviceType.Feat_Barbarian_ShadarKai = 0x000001E4
,
CharGenAdviceType.Ability_Druid_ShadarKai = 0x000001E5
,
CharGenAdviceType.Feat_Druid_PDK = 0x000001E6
,
CharGenAdviceType.Feat_Barbarian_PDK = 0x000001E7
,
CharGenAdviceType.Skill_Rogue_Morninglord = 0x000001E8
,
CharGenAdviceType.Spell_Monk_ShadarKai = 0x000001E9
,
CharGenAdviceType.Skill_Artificer_ShadarKai = 0x000001EA
,
CharGenAdviceType.Spell_Wizard_PDK = 0x000001EB
,
CharGenAdviceType.Skill_Bard_PDK = 0x000001EC
,
CharGenAdviceType.Ability_Druid_PDK = 0x000001ED
,
CharGenAdviceType.Spell_Barbarian_Morninglord = 0x000001EE
,
CharGenAdviceType.Feat_Cleric_ShadarKai = 0x000001EF
,
CharGenAdviceType.Spell_Monk_PDK = 0x000001F0
,
CharGenAdviceType.Skill_Paladin_Morninglord = 0x000001F1
,
CharGenAdviceType.Ability_Barbarian_Morninglord = 0x000001F2
,
CharGenAdviceType.Feat_Monk_ShadarKai = 0x000001F3
,
CharGenAdviceType.Feat_Bard_ShadarKai = 0x000001F4
,
CharGenAdviceType.Skill_Wizard_ShadarKai = 0x000001F5
,
CharGenAdviceType.Ability_Barbarian_ShadarKai = 0x000001F6
,
CharGenAdviceType.Spell_Paladin_PDK = 0x000001F7
,
CharGenAdviceType.Spell_Barbarian_PDK = 0x000001F8
,
CharGenAdviceType.Feat_Ranger_PDK = 0x000001F9
,
CharGenAdviceType.Skill_Druid_PDK = 0x000001FA
,
CharGenAdviceType.Ability_Bard_PDK = 0x000001FB
,
CharGenAdviceType.Skill_Ranger_Morninglord = 0x000001FC
,
CharGenAdviceType.Ability_Druid_Morninglord = 0x000001FD
,
CharGenAdviceType.Skill_Cleric_PDK = 0x000001FE
,
CharGenAdviceType.Spell_Cleric_ShadarKai = 0x000001FF
,
CharGenAdviceType.Skill_Monk_ShadarKai = 0x00000200
,
CharGenAdviceType.Spell_Druid_PDK = 0x00000201
,
CharGenAdviceType.Feat_Wizard_PDK = 0x00000202
,
CharGenAdviceType.Feat_Cleric_PDK = 0x00000203
,
CharGenAdviceType.Skill_Sorcerer_PDK = 0x00000204
,
CharGenAdviceType.Ability_Sorcerer_PDK = 0x00000205
,
CharGenAdviceType.Feat_FavoredSoul_Morninglord = 0x00000206
,
CharGenAdviceType.Feat_Sorcerer_Morninglord = 0x00000207
,
CharGenAdviceType.Skill_Sorcerer_Morninglord = 0x00000208
,
CharGenAdviceType.Skill_Fighter_Morninglord = 0x00000209
,
CharGenAdviceType.Spell_FavoredSoul_ShadarKai = 0x0000020A
,
CharGenAdviceType.Spell_Fighter_ShadarKai = 0x0000020B
,
CharGenAdviceType.Skill_Druid_ShadarKai = 0x0000020C
,
CharGenAdviceType.Feat_Monk_PDK = 0x0000020D
,
CharGenAdviceType.Skill_Paladin_PDK = 0x0000020E
,
CharGenAdviceType.Ability_Artificer_PDK = 0x0000020F
,
CharGenAdviceType.Ability_Barbarian_PDK = 0x00000210
,
CharGenAdviceType.Ability_Ranger_Morninglord = 0x00000211
,
CharGenAdviceType.Ability_Fighter_ShadarKai = 0x00000212
,
CharGenAdviceType.Skill_Wizard_PDK = 0x00000213
,
CharGenAdviceType.Feat_Wizard_Morninglord = 0x00000214
,
CharGenAdviceType.Feat_Wizard_ShadarKai = 0x00000215
,
CharGenAdviceType.Ability_Paladin_ShadarKai = 0x00000216
,
CharGenAdviceType.Feat_Sorcerer_PDK = 0x00000217
,
CharGenAdviceType.Skill_Ranger_PDK = 0x00000218
,
CharGenAdviceType.Spell_Artificer_Morninglord = 0x00000219
,
CharGenAdviceType.Ability_Wizard_Morninglord = 0x0000021A
,
CharGenAdviceType.Spell_Sorcerer_ShadarKai = 0x0000021B
,
CharGenAdviceType.Skill_Fighter_ShadarKai = 0x0000021C
,
CharGenAdviceType.Skill_Bard_ShadarKai = 0x0000021D
,
CharGenAdviceType.Ability_Sorcerer_ShadarKai = 0x0000021E
,
CharGenAdviceType.Spell_FavoredSoul_PDK = 0x0000021F
,
CharGenAdviceType.Feat_FavoredSoul_PDK = 0x00000220
,
CharGenAdviceType.Spell_Druid_Morninglord = 0x00000221
,
CharGenAdviceType.Ability_Ranger_ShadarKai = 0x00000222
,
CharGenAdviceType.Spell_Cleric_PDK = 0x00000223
,
CharGenAdviceType.Skill_Artificer_PDK = 0x00000224
,
CharGenAdviceType.Skill_FavoredSoul_PDK = 0x00000225
,
CharGenAdviceType.Spell_FavoredSoul_Morninglord = 0x00000226
,
CharGenAdviceType.Feat_Ranger_Morninglord = 0x00000227
,
CharGenAdviceType.Skill_Bard_Morninglord = 0x00000228
,
CharGenAdviceType.Ability_Sorcerer_Morninglord = 0x00000229
,
CharGenAdviceType.Spell_Paladin_ShadarKai = 0x0000022A
,
CharGenAdviceType.Feat_Sorcerer_ShadarKai = 0x0000022B
,
CharGenAdviceType.Feat_Fighter_ShadarKai = 0x0000022C
,
CharGenAdviceType.Ability_Wizard_PDK = 0x0000022D
,
CharGenAdviceType.Spell_Sorcerer_Morninglord = 0x0000022E
,
CharGenAdviceType.Spell_Paladin_Morninglord = 0x0000022F
,
CharGenAdviceType.Feat_Druid_Morninglord = 0x00000230
,
CharGenAdviceType.Skill_Druid_Morninglord = 0x00000231
,
CharGenAdviceType.Skill_Artificer_Morninglord = 0x00000232
,
CharGenAdviceType.Spell_Artificer_ShadarKai = 0x00000233
,
CharGenAdviceType.Feat_Ranger_ShadarKai = 0x00000234
,
CharGenAdviceType.Spell_Ranger_PDK = 0x00000235
,
CharGenAdviceType.Feat_Barbarian_Morninglord = 0x00000236
,
CharGenAdviceType.Skill_Barbarian_Morninglord = 0x00000237
,
CharGenAdviceType.Ability_Artificer_Morninglord = 0x00000238
,
CharGenAdviceType.Skill_Barbarian_ShadarKai = 0x00000239
,
CharGenAdviceType.Ability_Wizard_ShadarKai = 0x0000023A
,
CharGenAdviceType.Feat_Bard_Morninglord = 0x0000023B
,
CharGenAdviceType.Ability_FavoredSoul_Morninglord = 0x0000023C
,
CharGenAdviceType.Ability_Fighter_Morninglord = 0x0000023D
,
CharGenAdviceType.Skill_Paladin_ShadarKai = 0x0000023E
,
CharGenAdviceType.Spell_Bard_PDK = 0x0000023F
,
CharGenAdviceType.Ability_FavoredSoul_PDK = 0x00000240
,
CharGenAdviceType.Ability_Monk_PDK = 0x00000241
,
CharGenAdviceType.Spell_Monk_Morninglord = 0x00000242
,
CharGenAdviceType.Feat_Druid_ShadarKai = 0x00000243
,
CharGenAdviceType.Skill_FavoredSoul_ShadarKai = 0x00000244
,
CharGenAdviceType.Ability_Bard_ShadarKai = 0x00000245
,
CharGenAdviceType.Spell_Artificer_PDK = 0x00000246
,
CharGenAdviceType.Skill_Monk_PDK = 0x00000247
,
CharGenAdviceType.Ability_Cleric_PDK = 0x00000248
,
CharGenAdviceType.Spell_Wizard_Morninglord = 0x00000249
,
CharGenAdviceType.Spell_Bard_Morninglord = 0x0000024A
,
CharGenAdviceType.Skill_Sorcerer_ShadarKai = 0x0000024B
,
CharGenAdviceType.Ability_Monk_ShadarKai = 0x0000024C
,
CharGenAdviceType.Spell_Sorcerer_PDK = 0x0000024D
,
CharGenAdviceType.Feat_Rogue_PDK = 0x0000024E
,
CharGenAdviceType.Skill_Barbarian_PDK = 0x0000024F
,
CharGenAdviceType.Spell_Ranger_Morninglord = 0x00000250
,
CharGenAdviceType.Feat_Fighter_Morninglord = 0x00000251
,
CharGenAdviceType.Ability_Monk_Morninglord = 0x00000252
,
CharGenAdviceType.Ability_Rogue_Morninglord = 0x00000253
,
CharGenAdviceType.Ability_Paladin_Morninglord = 0x00000254
,
CharGenAdviceType.Feat_Artificer_ShadarKai = 0x00000255
,
CharGenAdviceType.Ability_Artificer_ShadarKai = 0x00000256
,
CharGenAdviceType.Ability_FavoredSoul_ShadarKai = 0x00000257
,
CharGenAdviceType.Ability_Cleric_ShadarKai = 0x00000258
,
CharGenAdviceType.Skill_Rogue_PDK = 0x00000259
,
CharGenAdviceType.Feat_Monk_Morninglord = 0x0000025A
,
CharGenAdviceType.Feat_Paladin_Morninglord = 0x0000025B
,
CharGenAdviceType.Skill_FavoredSoul_Morninglord = 0x0000025C
,
CharGenAdviceType.Spell_Bard_ShadarKai = 0x0000025D
,
CharGenAdviceType.Feat_Paladin_ShadarKai = 0x0000025E
,
CharGenAdviceType.Skill_Ranger_ShadarKai = 0x0000025F
,
CharGenAdviceType.Feat_Artificer_PDK = 0x00000260
,
CharGenAdviceType.Ability_Paladin_PDK = 0x00000261
,
CharGenAdviceType.Feat_Rogue_Morninglord = 0x00000262
,
CharGenAdviceType.Ability_Bard_Morninglord = 0x00000263
,
CharGenAdviceType.Spell_Wizard_ShadarKai = 0x00000264
,
CharGenAdviceType.Feat_FavoredSoul_ShadarKai = 0x00000265
,
CharGenAdviceType.Ability_Ranger_PDK = 0x00000266
,
CharGenAdviceType.Spell_Rogue_Morninglord = 0x00000267
,
CharGenAdviceType.Spell_Fighter_Morninglord = 0x00000268
,
CharGenAdviceType.Feat_Artificer_Morninglord = 0x00000269
,
CharGenAdviceType.Skill_Cleric_ShadarKai = 0x0000026A
,
CharGenAdviceType.Spell_Rogue_PDK = 0x0000026B
,
CharGenAdviceType.Feat_Paladin_PDK = 0x0000026C
,
CharGenAdviceType.Feat_Bard_PDK = 0x0000026D
,
CharGenAdviceType.Ability_Rogue_PDK = 0x0000026E
,
CharGenAdviceType.Skill_Monk_Morninglord = 0x0000026F
,
CharGenAdviceType.Skill_Wizard_Morninglord = 0x00000270
,
CharGenAdviceType.Spell_Warlock_HalfOrc = 0x00000271
,
CharGenAdviceType.Skill_Warlock_HalfElf = 0x00000272
,
CharGenAdviceType.Ability_Warlock_PDK = 0x00000273
,
CharGenAdviceType.Skill_Warlock_Warforged = 0x00000274
,
CharGenAdviceType.Ability_Warlock_Elf = 0x00000275
,
CharGenAdviceType.Feat_Warlock_HalfElf = 0x00000276
,
CharGenAdviceType.Skill_Warlock_HalfOrc = 0x00000277
,
CharGenAdviceType.Skill_Warlock_Halfling = 0x00000278
,
CharGenAdviceType.Ability_Warlock_Halfling = 0x00000279
,
CharGenAdviceType.Skill_Warlock_Morninglord = 0x0000027A
,
CharGenAdviceType.Skill_Warlock_Drow = 0x0000027B
,
CharGenAdviceType.Spell_Warlock_Warforged = 0x0000027C
,
CharGenAdviceType.Feat_Warlock_Dwarf = 0x0000027D
,
CharGenAdviceType.Ability_Warlock_Drow = 0x0000027E
,
CharGenAdviceType.Feat_Warlock_Human = 0x0000027F
,
CharGenAdviceType.Ability_Warlock_HalfElf = 0x00000280
,
CharGenAdviceType.Ability_Warlock_Dwarf = 0x00000281
,
CharGenAdviceType.Skill_Warlock_Bladeforged = 0x00000282
,
CharGenAdviceType.Ability_Warlock_HalfOrc = 0x00000283
,
CharGenAdviceType.Ability_Warlock_Human = 0x00000284
,
CharGenAdviceType.Skill_Warlock_Dwarf = 0x00000285
,
CharGenAdviceType.Skill_Warlock_ShadarKai = 0x00000286
,
CharGenAdviceType.Skill_Warlock_Human = 0x00000287
,
CharGenAdviceType.Ability_Warlock_Morninglord = 0x00000288
,
CharGenAdviceType.Ability_Warlock_Bladeforged = 0x00000289
,
CharGenAdviceType.Feat_Warlock_HalfOrc = 0x0000028A
,
CharGenAdviceType.Ability_Warlock_Warforged = 0x0000028B
,
CharGenAdviceType.Ability_Warlock_ShadarKai = 0x0000028C
,
CharGenAdviceType.Spell_Warlock_ShadarKai = 0x0000028D
,
CharGenAdviceType.Spell_Warlock_Drow = 0x0000028E
,
CharGenAdviceType.Skill_Warlock_Elf = 0x0000028F
,
CharGenAdviceType.Feat_Warlock_Warforged = 0x00000290
,
CharGenAdviceType.Skill_Warlock_PDK = 0x00000291
,
CharGenAdviceType.Feat_Warlock_ShadarKai = 0x00000292
,
CharGenAdviceType.Feat_Warlock_PDK = 0x00000293
,
CharGenAdviceType.Spell_Warlock_PDK = 0x00000294
,
CharGenAdviceType.Feat_Warlock_Morninglord = 0x00000295
,
CharGenAdviceType.Spell_Warlock_Bladeforged = 0x00000296
,
CharGenAdviceType.Feat_Warlock_Bladeforged = 0x00000297
,
CharGenAdviceType.Spell_Warlock_Elf = 0x00000298
,
CharGenAdviceType.Feat_Warlock_Elf = 0x00000299
,
CharGenAdviceType.Spell_Warlock_Morninglord = 0x0000029A
,
CharGenAdviceType.Spell_Warlock_HalfElf = 0x0000029B
,
CharGenAdviceType.Spell_Warlock_Human = 0x0000029C
,
CharGenAdviceType.Feat_Warlock_Halfling = 0x0000029D
,
CharGenAdviceType.Spell_Warlock_Halfling = 0x0000029E
,
CharGenAdviceType.Spell_Warlock_Dwarf = 0x0000029F
,
CharGenAdviceType.Feat_Warlock_Drow = 0x000002A0
,
CharGenAdviceType.Spell_Barbarian_DeepGnome = 0x000002A1
,
CharGenAdviceType.Feat_FavoredSoul_DeepGnome = 0x000002A2
,
CharGenAdviceType.Skill_Paladin_DeepGnome = 0x000002A3
,
CharGenAdviceType.Ability_Warlock_EberronGnome = 0x000002A4
,
CharGenAdviceType.Feat_Monk_DeepGnome = 0x000002A5
,
CharGenAdviceType.Skill_Monk_DeepGnome = 0x000002A6
,
CharGenAdviceType.Spell_FavoredSoul_EberronGnome = 0x000002A7
,
CharGenAdviceType.Skill_Bard_EberronGnome = 0x000002A8
,
CharGenAdviceType.Spell_Paladin_DeepGnome = 0x000002A9
,
CharGenAdviceType.Skill_FavoredSoul_DeepGnome = 0x000002AA
,
CharGenAdviceType.Feat_Rogue_EberronGnome = 0x000002AB
,
CharGenAdviceType.Ability_Ranger_EberronGnome = 0x000002AC
,
CharGenAdviceType.Spell_Ranger_DeepGnome = 0x000002AD
,
CharGenAdviceType.Feat_Cleric_DeepGnome = 0x000002AE
,
CharGenAdviceType.Spell_Warlock_EberronGnome = 0x000002AF
,
CharGenAdviceType.Spell_Ranger_EberronGnome = 0x000002B0
,
CharGenAdviceType.Feat_Ranger_EberronGnome = 0x000002B1
,
CharGenAdviceType.Skill_Fighter_EberronGnome = 0x000002B2
,
CharGenAdviceType.Spell_Warlock_DeepGnome = 0x000002B3
,
CharGenAdviceType.Ability_Sorcerer_DeepGnome = 0x000002B4
,
CharGenAdviceType.Ability_Bard_DeepGnome = 0x000002B5
,
CharGenAdviceType.Skill_Druid_DeepGnome = 0x000002B6
,
CharGenAdviceType.Skill_Artificer_DeepGnome = 0x000002B7
,
CharGenAdviceType.Ability_Fighter_DeepGnome = 0x000002B8
,
CharGenAdviceType.Feat_Bard_EberronGnome = 0x000002B9
,
CharGenAdviceType.Skill_Wizard_EberronGnome = 0x000002BA
,
CharGenAdviceType.Ability_Monk_DeepGnome = 0x000002BB
,
CharGenAdviceType.Spell_Artificer_EberronGnome = 0x000002BC
,
CharGenAdviceType.Feat_Druid_EberronGnome = 0x000002BD
,
CharGenAdviceType.Skill_Monk_EberronGnome = 0x000002BE
,
CharGenAdviceType.Ability_Cleric_EberronGnome = 0x000002BF
,
CharGenAdviceType.Ability_Barbarian_EberronGnome = 0x000002C0
,
CharGenAdviceType.Skill_Warlock_DeepGnome = 0x000002C1
,
CharGenAdviceType.Spell_Sorcerer_EberronGnome = 0x000002C2
,
CharGenAdviceType.Skill_FavoredSoul_EberronGnome = 0x000002C3
,
CharGenAdviceType.Spell_Wizard_DeepGnome = 0x000002C4
,
CharGenAdviceType.Feat_Druid_DeepGnome = 0x000002C5
,
CharGenAdviceType.Feat_Paladin_DeepGnome = 0x000002C6
,
CharGenAdviceType.Ability_Artificer_DeepGnome = 0x000002C7
,
CharGenAdviceType.Feat_Artificer_EberronGnome = 0x000002C8
,
CharGenAdviceType.Skill_Sorcerer_EberronGnome = 0x000002C9
,
CharGenAdviceType.Ability_FavoredSoul_EberronGnome = 0x000002CA
,
CharGenAdviceType.Skill_Rogue_DeepGnome = 0x000002CB
,
CharGenAdviceType.Skill_Barbarian_DeepGnome = 0x000002CC
,
CharGenAdviceType.Ability_Barbarian_DeepGnome = 0x000002CD
,
CharGenAdviceType.Spell_Druid_EberronGnome = 0x000002CE
,
CharGenAdviceType.Skill_Warlock_EberronGnome = 0x000002CF
,
CharGenAdviceType.Skill_Ranger_EberronGnome = 0x000002D0
,
CharGenAdviceType.Skill_Cleric_EberronGnome = 0x000002D1
,
CharGenAdviceType.Spell_FavoredSoul_DeepGnome = 0x000002D2
,
CharGenAdviceType.Skill_Cleric_DeepGnome = 0x000002D3
,
CharGenAdviceType.Skill_Paladin_EberronGnome = 0x000002D4
,
CharGenAdviceType.Ability_Bard_EberronGnome = 0x000002D5
,
CharGenAdviceType.Skill_Sorcerer_DeepGnome = 0x000002D6
,
CharGenAdviceType.Ability_Paladin_DeepGnome = 0x000002D7
,
CharGenAdviceType.Ability_Sorcerer_EberronGnome = 0x000002D8
,
CharGenAdviceType.Feat_Warlock_DeepGnome = 0x000002D9
,
CharGenAdviceType.Feat_Warlock_EberronGnome = 0x000002DA
,
CharGenAdviceType.Spell_Sorcerer_DeepGnome = 0x000002DB
,
CharGenAdviceType.Feat_Barbarian_DeepGnome = 0x000002DC
,
CharGenAdviceType.Skill_Fighter_DeepGnome = 0x000002DD
,
CharGenAdviceType.Spell_Fighter_EberronGnome = 0x000002DE
,
CharGenAdviceType.Feat_Cleric_EberronGnome = 0x000002DF
,
CharGenAdviceType.Ability_FavoredSoul_DeepGnome = 0x000002E0
,
CharGenAdviceType.Ability_Rogue_DeepGnome = 0x000002E1
,
CharGenAdviceType.Spell_Paladin_EberronGnome = 0x000002E2
,
CharGenAdviceType.Feat_Barbarian_EberronGnome = 0x000002E3
,
CharGenAdviceType.Feat_Artificer_DeepGnome = 0x000002E4
,
CharGenAdviceType.Skill_Wizard_DeepGnome = 0x000002E5
,
CharGenAdviceType.Ability_Druid_DeepGnome = 0x000002E6
,
CharGenAdviceType.Ability_Wizard_DeepGnome = 0x000002E7
,
CharGenAdviceType.Ability_Wizard_EberronGnome = 0x000002E8
,
CharGenAdviceType.Spell_Druid_DeepGnome = 0x000002E9
,
CharGenAdviceType.Spell_Rogue_DeepGnome = 0x000002EA
,
CharGenAdviceType.Spell_Cleric_DeepGnome = 0x000002EB
,
CharGenAdviceType.Feat_Rogue_DeepGnome = 0x000002EC
,
CharGenAdviceType.Spell_Barbarian_EberronGnome = 0x000002ED
,
CharGenAdviceType.Feat_Wizard_EberronGnome = 0x000002EE
,
CharGenAdviceType.Spell_Wizard_EberronGnome = 0x000002EF
,
CharGenAdviceType.Spell_Rogue_EberronGnome = 0x000002F0
,
CharGenAdviceType.Feat_Sorcerer_EberronGnome = 0x000002F1
,
CharGenAdviceType.Spell_Fighter_DeepGnome = 0x000002F2
,
CharGenAdviceType.Feat_Wizard_DeepGnome = 0x000002F3
,
CharGenAdviceType.Feat_Fighter_DeepGnome = 0x000002F4
,
CharGenAdviceType.Skill_Bard_DeepGnome = 0x000002F5
,
CharGenAdviceType.Spell_Monk_EberronGnome = 0x000002F6
,
CharGenAdviceType.Spell_Cleric_EberronGnome = 0x000002F7
,
CharGenAdviceType.Feat_Monk_EberronGnome = 0x000002F8
,
CharGenAdviceType.Feat_Paladin_EberronGnome = 0x000002F9
,
CharGenAdviceType.Feat_Fighter_EberronGnome = 0x000002FA
,
CharGenAdviceType.Ability_Fighter_EberronGnome = 0x000002FB
,
CharGenAdviceType.Feat_Ranger_DeepGnome = 0x000002FC
,
CharGenAdviceType.Feat_Bard_DeepGnome = 0x000002FD
,
CharGenAdviceType.Skill_Rogue_EberronGnome = 0x000002FE
,
CharGenAdviceType.Ability_Druid_EberronGnome = 0x000002FF
,
CharGenAdviceType.Spell_Monk_DeepGnome = 0x00000300
,
CharGenAdviceType.Feat_Sorcerer_DeepGnome = 0x00000301
,
CharGenAdviceType.Ability_Warlock_DeepGnome = 0x00000302
,
CharGenAdviceType.Ability_Cleric_DeepGnome = 0x00000303
,
CharGenAdviceType.Ability_Paladin_EberronGnome = 0x00000304
,
CharGenAdviceType.Ability_Ranger_DeepGnome = 0x00000305
,
CharGenAdviceType.Spell_Bard_EberronGnome = 0x00000306
,
CharGenAdviceType.Skill_Druid_EberronGnome = 0x00000307
,
CharGenAdviceType.Ability_Artificer_EberronGnome = 0x00000308
,
CharGenAdviceType.Ability_Monk_EberronGnome = 0x00000309
,
CharGenAdviceType.Spell_Artificer_DeepGnome = 0x0000030A
,
CharGenAdviceType.Spell_Bard_DeepGnome = 0x0000030B
,
CharGenAdviceType.Skill_Ranger_DeepGnome = 0x0000030C
,
CharGenAdviceType.Feat_FavoredSoul_EberronGnome = 0x0000030D
,
CharGenAdviceType.Skill_Artificer_EberronGnome = 0x0000030E
,
CharGenAdviceType.Skill_Barbarian_EberronGnome = 0x0000030F
,
CharGenAdviceType.Ability_Rogue_EberronGnome = 0x00000310
,
CharGenAdviceType.Feat_Warlock_Dragonborn = 0x00000311
,
CharGenAdviceType.Skill_Rogue_Dragonborn = 0x00000312
,
CharGenAdviceType.Skill_Paladin_Dragonborn = 0x00000313
,
CharGenAdviceType.Ability_Druid_Dragonborn = 0x00000314
,
CharGenAdviceType.Ability_Barbarian_Dragonborn = 0x00000315
,
CharGenAdviceType.Feat_FavoredSoul_Dragonborn = 0x00000316
,
CharGenAdviceType.Skill_Cleric_Dragonborn = 0x00000317
,
CharGenAdviceType.Ability_Fighter_Dragonborn = 0x00000318
,
CharGenAdviceType.Feat_Monk_Dragonborn = 0x00000319
,
CharGenAdviceType.Feat_Ranger_Dragonborn = 0x0000031A
,
CharGenAdviceType.Feat_Paladin_Dragonborn = 0x0000031B
,
CharGenAdviceType.Skill_Artificer_Dragonborn = 0x0000031C
,
CharGenAdviceType.Feat_Sorcerer_Dragonborn = 0x0000031D
,
CharGenAdviceType.Ability_Rogue_Dragonborn = 0x0000031E
,
CharGenAdviceType.Ability_Bard_Dragonborn = 0x0000031F
,
CharGenAdviceType.Feat_Artificer_Dragonborn = 0x00000320
,
CharGenAdviceType.Ability_Cleric_Dragonborn = 0x00000321
,
CharGenAdviceType.Feat_Wizard_Dragonborn = 0x00000322
,
CharGenAdviceType.Feat_Rogue_Dragonborn = 0x00000323
,
CharGenAdviceType.Feat_Cleric_Dragonborn = 0x00000324
,
CharGenAdviceType.Skill_FavoredSoul_Dragonborn = 0x00000325
,
CharGenAdviceType.Ability_Warlock_Dragonborn = 0x00000326
,
CharGenAdviceType.Spell_Sorcerer_Dragonborn = 0x00000327
,
CharGenAdviceType.Spell_Barbarian_Dragonborn = 0x00000328
,
CharGenAdviceType.Feat_Barbarian_Dragonborn = 0x00000329
,
CharGenAdviceType.Skill_Monk_Dragonborn = 0x0000032A
,
CharGenAdviceType.Ability_Sorcerer_Dragonborn = 0x0000032B
,
CharGenAdviceType.Spell_Wizard_Dragonborn = 0x0000032C
,
CharGenAdviceType.Spell_Monk_Dragonborn = 0x0000032D
,
CharGenAdviceType.Skill_Druid_Dragonborn = 0x0000032E
,
CharGenAdviceType.Ability_Wizard_Dragonborn = 0x0000032F
,
CharGenAdviceType.Spell_Paladin_Dragonborn = 0x00000330
,
CharGenAdviceType.Spell_FavoredSoul_Dragonborn = 0x00000331
,
CharGenAdviceType.Feat_Fighter_Dragonborn = 0x00000332
,
CharGenAdviceType.Skill_Warlock_Dragonborn = 0x00000333
,
CharGenAdviceType.Skill_Fighter_Dragonborn = 0x00000334
,
CharGenAdviceType.Skill_Wizard_Dragonborn = 0x00000335
,
CharGenAdviceType.Skill_Barbarian_Dragonborn = 0x00000336
,
CharGenAdviceType.Ability_Paladin_Dragonborn = 0x00000337
,
CharGenAdviceType.Ability_FavoredSoul_Dragonborn = 0x00000338
,
CharGenAdviceType.Spell_Druid_Dragonborn = 0x00000339
,
CharGenAdviceType.Spell_Warlock_Dragonborn = 0x0000033A
,
CharGenAdviceType.Skill_Sorcerer_Dragonborn = 0x0000033B
,
CharGenAdviceType.Spell_Artificer_Dragonborn = 0x0000033C
,
CharGenAdviceType.Feat_Druid_Dragonborn = 0x0000033D
,
CharGenAdviceType.Skill_Ranger_Dragonborn = 0x0000033E
,
CharGenAdviceType.Ability_Monk_Dragonborn = 0x0000033F
,
CharGenAdviceType.Spell_Rogue_Dragonborn = 0x00000340
,
CharGenAdviceType.Spell_Bard_Dragonborn = 0x00000341
,
CharGenAdviceType.Feat_Bard_Dragonborn = 0x00000342
,
CharGenAdviceType.Spell_Ranger_Dragonborn = 0x00000343
,
CharGenAdviceType.Spell_Fighter_Dragonborn = 0x00000344
,
CharGenAdviceType.Spell_Cleric_Dragonborn = 0x00000345
,
CharGenAdviceType.Skill_Bard_Dragonborn = 0x00000346
,
CharGenAdviceType.Ability_Artificer_Dragonborn = 0x00000347
,
CharGenAdviceType.Ability_Ranger_Dragonborn = 0x00000348
,
CharGenAdviceType.Spell_Paladin_Aasimar = 0x00000349
,
CharGenAdviceType.Feat_Druid_Aasimar = 0x0000034A
,
CharGenAdviceType.Feat_Paladin_Aasimar = 0x0000034B
,
CharGenAdviceType.Skill_Monk_Aasimar = 0x0000034C
,
CharGenAdviceType.Skill_Sorcerer_Aasimar = 0x0000034D
,
CharGenAdviceType.Ability_Fighter_Aasimar = 0x0000034E
,
CharGenAdviceType.Spell_Cleric_Aasimar = 0x0000034F
,
CharGenAdviceType.Ability_Sorcerer_Aasimar = 0x00000350
,
CharGenAdviceType.Spell_FavoredSoul_Aasimar = 0x00000351
,
CharGenAdviceType.Ability_Bard_Aasimar = 0x00000352
,
CharGenAdviceType.Spell_Druid_Aasimar = 0x00000353
,
CharGenAdviceType.Spell_Wizard_Aasimar = 0x00000354
,
CharGenAdviceType.Feat_Bard_Aasimar = 0x00000355
,
CharGenAdviceType.Ability_Wizard_Aasimar = 0x00000356
,
CharGenAdviceType.Feat_Monk_Aasimar = 0x00000357
,
CharGenAdviceType.Skill_Ranger_Aasimar = 0x00000358
,
CharGenAdviceType.Ability_Artificer_Aasimar = 0x00000359
,
CharGenAdviceType.Spell_Sorcerer_Aasimar = 0x0000035A
,
CharGenAdviceType.Spell_Rogue_Aasimar = 0x0000035B
,
CharGenAdviceType.Feat_FavoredSoul_Aasimar = 0x0000035C
,
CharGenAdviceType.Ability_Druid_Aasimar = 0x0000035D
,
CharGenAdviceType.Spell_Monk_Aasimar = 0x0000035E
,
CharGenAdviceType.Feat_Artificer_Aasimar = 0x0000035F
,
CharGenAdviceType.Feat_Wizard_Aasimar = 0x00000360
,
CharGenAdviceType.Ability_Barbarian_Aasimar = 0x00000361
,
CharGenAdviceType.Skill_Druid_Aasimar = 0x00000362
,
CharGenAdviceType.Ability_Warlock_Aasimar = 0x00000363
,
CharGenAdviceType.Ability_Rogue_Aasimar = 0x00000364
,
CharGenAdviceType.Feat_Rogue_Aasimar = 0x00000365
,
CharGenAdviceType.Ability_Cleric_Aasimar = 0x00000366
,
CharGenAdviceType.Skill_Warlock_Aasimar = 0x00000367
,
CharGenAdviceType.Skill_Paladin_Aasimar = 0x00000368
,
CharGenAdviceType.Ability_Paladin_Aasimar = 0x00000369
,
CharGenAdviceType.Spell_Barbarian_Aasimar = 0x0000036A
,
CharGenAdviceType.Skill_FavoredSoul_Aasimar = 0x0000036B
,
CharGenAdviceType.Skill_Fighter_Aasimar = 0x0000036C
,
CharGenAdviceType.Feat_Ranger_Aasimar = 0x0000036D
,
CharGenAdviceType.Spell_Warlock_Aasimar = 0x0000036E
,
CharGenAdviceType.Spell_Fighter_Aasimar = 0x0000036F
,
CharGenAdviceType.Feat_Cleric_Aasimar = 0x00000370
,
CharGenAdviceType.Spell_Artificer_Aasimar = 0x00000371
,
CharGenAdviceType.Skill_Cleric_Aasimar = 0x00000372
,
CharGenAdviceType.Feat_Fighter_Aasimar = 0x00000373
,
CharGenAdviceType.Feat_Barbarian_Aasimar = 0x00000374
,
CharGenAdviceType.Skill_Barbarian_Aasimar = 0x00000375
,
CharGenAdviceType.Ability_Ranger_Aasimar = 0x00000376
,
CharGenAdviceType.Feat_Warlock_Aasimar = 0x00000377
,
CharGenAdviceType.Skill_Rogue_Aasimar = 0x00000378
,
CharGenAdviceType.Spell_Ranger_Aasimar = 0x00000379
,
CharGenAdviceType.Spell_Bard_Aasimar = 0x0000037A
,
CharGenAdviceType.Feat_Sorcerer_Aasimar = 0x0000037B
,
CharGenAdviceType.Skill_Artificer_Aasimar = 0x0000037C
,
CharGenAdviceType.Skill_Bard_Aasimar = 0x0000037D
,
CharGenAdviceType.Ability_FavoredSoul_Aasimar = 0x0000037E
,
CharGenAdviceType.Skill_Wizard_Aasimar = 0x0000037F
,
CharGenAdviceType.Ability_Monk_Aasimar = 0x00000380
,
CharGenAdviceType.Feat_Paladin_AasimarScourge = 0x00000381
,
CharGenAdviceType.Spell_Paladin_AasimarScourge = 0x00000382
,
CharGenAdviceType.Feat_Artificer_AasimarScourge = 0x00000383
,
CharGenAdviceType.Skill_Bard_AasimarScourge = 0x00000384
,
CharGenAdviceType.Ability_Monk_AasimarScourge = 0x00000385
,
CharGenAdviceType.Spell_Druid_AasimarScourge = 0x00000386
,
CharGenAdviceType.Spell_Artificer_AasimarScourge = 0x00000387
,
CharGenAdviceType.Ability_Druid_AasimarScourge = 0x00000388
,
CharGenAdviceType.Ability_Wizard_AasimarScourge = 0x00000389
,
CharGenAdviceType.Ability_Barbarian_AasimarScourge = 0x0000038A
,
CharGenAdviceType.Feat_Warlock_AasimarScourge = 0x0000038B
,
CharGenAdviceType.Skill_Cleric_AasimarScourge = 0x0000038C
,
CharGenAdviceType.Spell_FavoredSoul_AasimarScourge = 0x0000038D
,
CharGenAdviceType.Skill_Paladin_AasimarScourge = 0x0000038E
,
CharGenAdviceType.Feat_FavoredSoul_AasimarScourge = 0x0000038F
,
CharGenAdviceType.Ability_FavoredSoul_AasimarScourge = 0x00000390
,
CharGenAdviceType.Feat_Fighter_AasimarScourge = 0x00000391
,
CharGenAdviceType.Ability_Artificer_AasimarScourge = 0x00000392
,
CharGenAdviceType.Feat_Cleric_AasimarScourge = 0x00000393
,
CharGenAdviceType.Feat_Barbarian_AasimarScourge = 0x00000394
,
CharGenAdviceType.Skill_Fighter_AasimarScourge = 0x00000395
,
CharGenAdviceType.Ability_Fighter_AasimarScourge = 0x00000396
,
CharGenAdviceType.Ability_Cleric_AasimarScourge = 0x00000397
,
CharGenAdviceType.Ability_Paladin_AasimarScourge = 0x00000398
,
CharGenAdviceType.Spell_Warlock_AasimarScourge = 0x00000399
,
CharGenAdviceType.Feat_Rogue_AasimarScourge = 0x0000039A
,
CharGenAdviceType.Skill_Druid_AasimarScourge = 0x0000039B
,
CharGenAdviceType.Skill_Monk_AasimarScourge = 0x0000039C
,
CharGenAdviceType.Ability_Ranger_AasimarScourge = 0x0000039D
,
CharGenAdviceType.Spell_Fighter_AasimarScourge = 0x0000039E
,
CharGenAdviceType.Spell_Barbarian_AasimarScourge = 0x0000039F
,
CharGenAdviceType.Spell_Bard_AasimarScourge = 0x000003A0
,
CharGenAdviceType.Skill_FavoredSoul_AasimarScourge = 0x000003A1
,
CharGenAdviceType.Ability_Rogue_AasimarScourge = 0x000003A2
,
CharGenAdviceType.Spell_Ranger_AasimarScourge = 0x000003A3
,
CharGenAdviceType.Spell_Wizard_AasimarScourge = 0x000003A4
,
CharGenAdviceType.Feat_Monk_AasimarScourge = 0x000003A5
,
CharGenAdviceType.Skill_Artificer_AasimarScourge = 0x000003A6
,
CharGenAdviceType.Ability_Warlock_AasimarScourge = 0x000003A7
,
CharGenAdviceType.Feat_Sorcerer_AasimarScourge = 0x000003A8
,
CharGenAdviceType.Skill_Ranger_AasimarScourge = 0x000003A9
,
CharGenAdviceType.Ability_Bard_AasimarScourge = 0x000003AA
,
CharGenAdviceType.Spell_Monk_AasimarScourge = 0x000003AB
,
CharGenAdviceType.Feat_Bard_AasimarScourge = 0x000003AC
,
CharGenAdviceType.Skill_Rogue_AasimarScourge = 0x000003AD
,
CharGenAdviceType.Skill_Barbarian_AasimarScourge = 0x000003AE
,
CharGenAdviceType.Feat_Druid_AasimarScourge = 0x000003AF
,
CharGenAdviceType.Feat_Wizard_AasimarScourge = 0x000003B0
,
CharGenAdviceType.Skill_Warlock_AasimarScourge = 0x000003B1
,
CharGenAdviceType.Skill_Wizard_AasimarScourge = 0x000003B2
,
CharGenAdviceType.Spell_Cleric_AasimarScourge = 0x000003B3
,
CharGenAdviceType.Skill_Sorcerer_AasimarScourge = 0x000003B4
,
CharGenAdviceType.Ability_Sorcerer_AasimarScourge = 0x000003B5
,
CharGenAdviceType.Spell_Rogue_AasimarScourge = 0x000003B6
,
CharGenAdviceType.Spell_Sorcerer_AasimarScourge = 0x000003B7
,
CharGenAdviceType.Feat_Ranger_AasimarScourge = 0x000003B8
,
CharGenAdviceType.Spell_Warlock_WildElf = 0x000003B9
,
CharGenAdviceType.Spell_Sorcerer_WildElf = 0x000003BA
,
CharGenAdviceType.Spell_Fighter_WildElf = 0x000003BB
,
CharGenAdviceType.Ability_FavoredSoul_WildElf = 0x000003BC
,
CharGenAdviceType.Skill_Warlock_WildElf = 0x000003BD
,
CharGenAdviceType.Ability_Warlock_WildElf = 0x000003BE
,
CharGenAdviceType.Ability_Wizard_WildElf = 0x000003BF
,
CharGenAdviceType.Spell_Monk_WildElf = 0x000003C0
,
CharGenAdviceType.Spell_Rogue_WildElf = 0x000003C1
,
CharGenAdviceType.Skill_Wizard_WildElf = 0x000003C2
,
CharGenAdviceType.Skill_Paladin_WildElf = 0x000003C3
,
CharGenAdviceType.Skill_Fighter_WildElf = 0x000003C4
,
CharGenAdviceType.Skill_Bard_WildElf = 0x000003C5
,
CharGenAdviceType.Ability_Cleric_WildElf = 0x000003C6
,
CharGenAdviceType.Ability_Monk_WildElf = 0x000003C7
,
CharGenAdviceType.Ability_Fighter_WildElf = 0x000003C8
,
CharGenAdviceType.Feat_Sorcerer_WildElf = 0x000003C9
,
CharGenAdviceType.Feat_Fighter_WildElf = 0x000003CA
,
CharGenAdviceType.Skill_Ranger_WildElf = 0x000003CB
,
CharGenAdviceType.Spell_Cleric_WildElf = 0x000003CC
,
CharGenAdviceType.Feat_Wizard_WildElf = 0x000003CD
,
CharGenAdviceType.Feat_Barbarian_WildElf = 0x000003CE
,
CharGenAdviceType.Spell_Druid_WildElf = 0x000003CF
,
CharGenAdviceType.Spell_Wizard_WildElf = 0x000003D0
,
CharGenAdviceType.Feat_Monk_WildElf = 0x000003D1
,
CharGenAdviceType.Ability_Barbarian_WildElf = 0x000003D2
,
CharGenAdviceType.Feat_Bard_WildElf = 0x000003D3
,
CharGenAdviceType.Ability_Ranger_WildElf = 0x000003D4
,
CharGenAdviceType.Ability_Rogue_WildElf = 0x000003D5
,
CharGenAdviceType.Skill_FavoredSoul_WildElf = 0x000003D6
,
CharGenAdviceType.Feat_Warlock_WildElf = 0x000003D7
,
CharGenAdviceType.Skill_Artificer_WildElf = 0x000003D8
,
CharGenAdviceType.Feat_FavoredSoul_WildElf = 0x000003D9
,
CharGenAdviceType.Feat_Paladin_WildElf = 0x000003DA
,
CharGenAdviceType.Feat_Cleric_WildElf = 0x000003DB
,
CharGenAdviceType.Ability_Paladin_WildElf = 0x000003DC
,
CharGenAdviceType.Spell_Artificer_WildElf = 0x000003DD
,
CharGenAdviceType.Spell_Bard_WildElf = 0x000003DE
,
CharGenAdviceType.Feat_Artificer_WildElf = 0x000003DF
,
CharGenAdviceType.Feat_Ranger_WildElf = 0x000003E0
,
CharGenAdviceType.Skill_Monk_WildElf = 0x000003E1
,
CharGenAdviceType.Skill_Barbarian_WildElf = 0x000003E2
,
CharGenAdviceType.Ability_Druid_WildElf = 0x000003E3
,
CharGenAdviceType.Ability_Artificer_WildElf = 0x000003E4
,
CharGenAdviceType.Feat_Rogue_WildElf = 0x000003E5
,
CharGenAdviceType.Skill_Rogue_WildElf = 0x000003E6
,
CharGenAdviceType.Spell_FavoredSoul_WildElf = 0x000003E7
,
CharGenAdviceType.Spell_Paladin_WildElf = 0x000003E8
,
CharGenAdviceType.Feat_Druid_WildElf = 0x000003E9
,
CharGenAdviceType.Skill_Cleric_WildElf = 0x000003EA
,
CharGenAdviceType.Spell_Ranger_WildElf = 0x000003EB
,
CharGenAdviceType.Spell_Barbarian_WildElf = 0x000003EC
,
CharGenAdviceType.Skill_Druid_WildElf = 0x000003ED
,
CharGenAdviceType.Skill_Sorcerer_WildElf = 0x000003EE
,
CharGenAdviceType.Ability_Bard_WildElf = 0x000003EF
,
CharGenAdviceType.Ability_Sorcerer_WildElf = 0x000003F0
,
CharGenAdviceType.Feat_Monk_Tiefling = 0x000003F1
,
CharGenAdviceType.Skill_Monk_Tiefling = 0x000003F2
,
CharGenAdviceType.Ability_Bard_Tiefling = 0x000003F3
,
CharGenAdviceType.Spell_Druid_Tiefling = 0x000003F4
,
CharGenAdviceType.Spell_Wizard_Tiefling = 0x000003F5
,
CharGenAdviceType.Spell_Bard_Tiefling = 0x000003F6
,
CharGenAdviceType.Feat_FavoredSoul_Tiefling = 0x000003F7
,
CharGenAdviceType.Feat_Paladin_Tiefling = 0x000003F8
,
CharGenAdviceType.Skill_Rogue_Tiefling = 0x000003F9
,
CharGenAdviceType.Feat_Wizard_Tiefling = 0x000003FA
,
CharGenAdviceType.Skill_Artificer_Tiefling = 0x000003FB
,
CharGenAdviceType.Feat_Sorcerer_Tiefling = 0x000003FC
,
CharGenAdviceType.Skill_FavoredSoul_Tiefling = 0x000003FD
,
CharGenAdviceType.Spell_Cleric_Tiefling = 0x000003FE
,
CharGenAdviceType.Skill_Ranger_Tiefling = 0x000003FF
,
CharGenAdviceType.Ability_Ranger_Tiefling = 0x00000400
,
CharGenAdviceType.Feat_Rogue_Tiefling = 0x00000401
,
CharGenAdviceType.Skill_Warlock_Tiefling = 0x00000402
,
CharGenAdviceType.Skill_Barbarian_Tiefling = 0x00000403
,
CharGenAdviceType.Spell_Ranger_Tiefling = 0x00000404
,
CharGenAdviceType.Spell_Fighter_Tiefling = 0x00000405
,
CharGenAdviceType.Ability_Barbarian_Tiefling = 0x00000406
,
CharGenAdviceType.Spell_Sorcerer_Tiefling = 0x00000407
,
CharGenAdviceType.Skill_Paladin_Tiefling = 0x00000408
,
CharGenAdviceType.Skill_Bard_Tiefling = 0x00000409
,
CharGenAdviceType.Ability_Artificer_Tiefling = 0x0000040A
,
CharGenAdviceType.Spell_Barbarian_Tiefling = 0x0000040B
,
CharGenAdviceType.Skill_Sorcerer_Tiefling = 0x0000040C
,
CharGenAdviceType.Skill_Fighter_Tiefling = 0x0000040D
,
CharGenAdviceType.Ability_Rogue_Tiefling = 0x0000040E
,
CharGenAdviceType.Spell_Monk_Tiefling = 0x0000040F
,
CharGenAdviceType.Spell_Paladin_Tiefling = 0x00000410
,
CharGenAdviceType.Spell_Warlock_Tiefling = 0x00000411
,
CharGenAdviceType.Feat_Artificer_Tiefling = 0x00000412
,
CharGenAdviceType.Skill_Druid_Tiefling = 0x00000413
,
CharGenAdviceType.Ability_FavoredSoul_Tiefling = 0x00000414
,
CharGenAdviceType.Ability_Sorcerer_Tiefling = 0x00000415
,
CharGenAdviceType.Ability_Fighter_Tiefling = 0x00000416
,
CharGenAdviceType.Spell_FavoredSoul_Tiefling = 0x00000417
,
CharGenAdviceType.Spell_Artificer_Tiefling = 0x00000418
,
CharGenAdviceType.Feat_Ranger_Tiefling = 0x00000419
,
CharGenAdviceType.Feat_Barbarian_Tiefling = 0x0000041A
,
CharGenAdviceType.Feat_Warlock_Tiefling = 0x0000041B
,
CharGenAdviceType.Feat_Bard_Tiefling = 0x0000041C
,
CharGenAdviceType.Ability_Druid_Tiefling = 0x0000041D
,
CharGenAdviceType.Spell_Rogue_Tiefling = 0x0000041E
,
CharGenAdviceType.Ability_Warlock_Tiefling = 0x0000041F
,
CharGenAdviceType.Ability_Wizard_Tiefling = 0x00000420
,
CharGenAdviceType.Feat_Druid_Tiefling = 0x00000421
,
CharGenAdviceType.Feat_Cleric_Tiefling = 0x00000422
,
CharGenAdviceType.Skill_Wizard_Tiefling = 0x00000423
,
CharGenAdviceType.Ability_Monk_Tiefling = 0x00000424
,
CharGenAdviceType.Ability_Paladin_Tiefling = 0x00000425
,
CharGenAdviceType.Feat_Fighter_Tiefling = 0x00000426
,
CharGenAdviceType.Skill_Cleric_Tiefling = 0x00000427
,
CharGenAdviceType.Ability_Cleric_Tiefling = 0x00000428
,
CharGenAdviceType.Skill_Paladin_TieflingScoundrel = 0x00000429
,
CharGenAdviceType.Skill_Fighter_TieflingScoundrel = 0x0000042A
,
CharGenAdviceType.Spell_Cleric_TieflingScoundrel = 0x0000042B
,
CharGenAdviceType.Feat_Bard_TieflingScoundrel = 0x0000042C
,
CharGenAdviceType.Feat_Barbarian_TieflingScoundrel = 0x0000042D
,
CharGenAdviceType.Skill_Sorcerer_TieflingScoundrel = 0x0000042E
,
CharGenAdviceType.Ability_Druid_TieflingScoundrel = 0x0000042F
,
CharGenAdviceType.Ability_Fighter_TieflingScoundrel = 0x00000430
,
CharGenAdviceType.Spell_Artificer_TieflingScoundrel = 0x00000431
,
CharGenAdviceType.Spell_Sorcerer_TieflingScoundrel = 0x00000432
,
CharGenAdviceType.Spell_Rogue_TieflingScoundrel = 0x00000433
,
CharGenAdviceType.Feat_Wizard_TieflingScoundrel = 0x00000434
,
CharGenAdviceType.Ability_Rogue_TieflingScoundrel = 0x00000435
,
CharGenAdviceType.Ability_Cleric_TieflingScoundrel = 0x00000436
,
CharGenAdviceType.Skill_Warlock_TieflingScoundrel = 0x00000437
,
CharGenAdviceType.Skill_Cleric_TieflingScoundrel = 0x00000438
,
CharGenAdviceType.Ability_Sorcerer_TieflingScoundrel = 0x00000439
,
CharGenAdviceType.Skill_Barbarian_TieflingScoundrel = 0x0000043A
,
CharGenAdviceType.Ability_Warlock_TieflingScoundrel = 0x0000043B
,
CharGenAdviceType.Spell_Paladin_TieflingScoundrel = 0x0000043C
,
CharGenAdviceType.Skill_Bard_TieflingScoundrel = 0x0000043D
,
CharGenAdviceType.Ability_Paladin_TieflingScoundrel = 0x0000043E
,
CharGenAdviceType.Skill_Artificer_TieflingScoundrel = 0x0000043F
,
CharGenAdviceType.Feat_FavoredSoul_TieflingScoundrel = 0x00000440
,
CharGenAdviceType.Skill_FavoredSoul_TieflingScoundrel = 0x00000441
,
CharGenAdviceType.Ability_Ranger_TieflingScoundrel = 0x00000442
,
CharGenAdviceType.Feat_Cleric_TieflingScoundrel = 0x00000443
,
CharGenAdviceType.Feat_Fighter_TieflingScoundrel = 0x00000444
,
CharGenAdviceType.Spell_Fighter_TieflingScoundrel = 0x00000445
,
CharGenAdviceType.Spell_Bard_TieflingScoundrel = 0x00000446
,
CharGenAdviceType.Feat_Warlock_TieflingScoundrel = 0x00000447
,
CharGenAdviceType.Feat_Artificer_TieflingScoundrel = 0x00000448
,
CharGenAdviceType.Ability_Monk_TieflingScoundrel = 0x00000449
,
CharGenAdviceType.Feat_Monk_TieflingScoundrel = 0x0000044A
,
CharGenAdviceType.Skill_Ranger_TieflingScoundrel = 0x0000044B
,
CharGenAdviceType.Spell_Barbarian_TieflingScoundrel = 0x0000044C
,
CharGenAdviceType.Ability_Barbarian_TieflingScoundrel = 0x0000044D
,
CharGenAdviceType.Spell_Warlock_TieflingScoundrel = 0x0000044E
,
CharGenAdviceType.Skill_Wizard_TieflingScoundrel = 0x0000044F
,
CharGenAdviceType.Ability_Bard_TieflingScoundrel = 0x00000450
,
CharGenAdviceType.Spell_Monk_TieflingScoundrel = 0x00000451
,
CharGenAdviceType.Feat_Druid_TieflingScoundrel = 0x00000452
,
CharGenAdviceType.Feat_Rogue_TieflingScoundrel = 0x00000453
,
CharGenAdviceType.Ability_Wizard_TieflingScoundrel = 0x00000454
,
CharGenAdviceType.Spell_Druid_TieflingScoundrel = 0x00000455
,
CharGenAdviceType.Skill_Monk_TieflingScoundrel = 0x00000456
,
CharGenAdviceType.Ability_Artificer_TieflingScoundrel = 0x00000457
,
CharGenAdviceType.Spell_FavoredSoul_TieflingScoundrel = 0x00000458
,
CharGenAdviceType.Feat_Paladin_TieflingScoundrel = 0x00000459
,
CharGenAdviceType.Spell_Wizard_TieflingScoundrel = 0x0000045A
,
CharGenAdviceType.Feat_Sorcerer_TieflingScoundrel = 0x0000045B
,
CharGenAdviceType.Feat_Ranger_TieflingScoundrel = 0x0000045C
,
CharGenAdviceType.Skill_Druid_TieflingScoundrel = 0x0000045D
,
CharGenAdviceType.Skill_Rogue_TieflingScoundrel = 0x0000045E
,
CharGenAdviceType.Ability_FavoredSoul_TieflingScoundrel = 0x0000045F
,
CharGenAdviceType.Spell_Ranger_TieflingScoundrel = 0x00000460
,
CharGenAdviceType.Skill_Alchemist_PDK = 0x00000461
,
CharGenAdviceType.Spell_Alchemist_Halfling = 0x00000462
,
CharGenAdviceType.Ability_Alchemist_Elf = 0x00000463
,
CharGenAdviceType.Skill_Alchemist_Bladeforged = 0x00000464
,
CharGenAdviceType.Feat_Alchemist_HalfElf = 0x00000465
,
CharGenAdviceType.Skill_Alchemist_Warforged = 0x00000466
,
CharGenAdviceType.Feat_Alchemist_Dragonborn = 0x00000467
,
CharGenAdviceType.Skill_Alchemist_Dragonborn = 0x00000468
,
CharGenAdviceType.Feat_Alchemist_PDK = 0x00000469
,
CharGenAdviceType.Spell_Alchemist_Bladeforged = 0x0000046A
,
CharGenAdviceType.Skill_Alchemist_HalfElf = 0x0000046B
,
CharGenAdviceType.Ability_Alchemist_WildElf = 0x0000046C
,
CharGenAdviceType.Skill_Alchemist_AasimarScourge = 0x0000046D
,
CharGenAdviceType.Ability_Alchemist_PDK = 0x0000046E
,
CharGenAdviceType.Feat_Alchemist_Dwarf = 0x0000046F
,
CharGenAdviceType.Spell_Alchemist_TieflingScoundrel = 0x00000470
,
CharGenAdviceType.Feat_Alchemist_Tiefling = 0x00000471
,
CharGenAdviceType.Spell_Alchemist_ShadarKai = 0x00000472
,
CharGenAdviceType.Skill_Alchemist_Morninglord = 0x00000473
,
CharGenAdviceType.Feat_Alchemist_HalfOrc = 0x00000474
,
CharGenAdviceType.Spell_Alchemist_HalfElf = 0x00000475
,
CharGenAdviceType.Spell_Alchemist_Dwarf = 0x00000476
,
CharGenAdviceType.Ability_Alchemist_Halfling = 0x00000477
,
CharGenAdviceType.Skill_Alchemist_TieflingScoundrel = 0x00000478
,
CharGenAdviceType.Skill_Alchemist_Tiefling = 0x00000479
,
CharGenAdviceType.Feat_Alchemist_AasimarScourge = 0x0000047A
,
CharGenAdviceType.Feat_Alchemist_EberronGnome = 0x0000047B
,
CharGenAdviceType.Feat_Alchemist_ShadarKai = 0x0000047C
,
CharGenAdviceType.Feat_Alchemist_Bladeforged = 0x0000047D
,
CharGenAdviceType.Spell_Alchemist_WildElf = 0x0000047E
,
CharGenAdviceType.Spell_Alchemist_Morninglord = 0x0000047F
,
CharGenAdviceType.Spell_Alchemist_Drow = 0x00000480
,
CharGenAdviceType.Ability_Alchemist_HalfElf = 0x00000481
,
CharGenAdviceType.Ability_Alchemist_Dwarf = 0x00000482
,
CharGenAdviceType.Spell_Alchemist_Elf = 0x00000483
,
CharGenAdviceType.Feat_Alchemist_Elf = 0x00000484
,
CharGenAdviceType.Skill_Alchemist_Dwarf = 0x00000485
,
CharGenAdviceType.Ability_Alchemist_Drow = 0x00000486
,
CharGenAdviceType.Skill_Alchemist_Human = 0x00000487
,
CharGenAdviceType.Feat_Alchemist_TieflingScoundrel = 0x00000488
,
CharGenAdviceType.Skill_Alchemist_Aasimar = 0x00000489
,
CharGenAdviceType.Spell_Alchemist_Dragonborn = 0x0000048A
,
CharGenAdviceType.Feat_Alchemist_Halfling = 0x0000048B
,
CharGenAdviceType.Skill_Alchemist_WildElf = 0x0000048C
,
CharGenAdviceType.Skill_Alchemist_Drow = 0x0000048D
,
CharGenAdviceType.Skill_Alchemist_Halfling = 0x0000048E
,
CharGenAdviceType.Ability_Alchemist_TieflingScoundrel = 0x0000048F
,
CharGenAdviceType.Ability_Alchemist_Tiefling = 0x00000490
,
CharGenAdviceType.Spell_Alchemist_EberronGnome = 0x00000491
,
CharGenAdviceType.Spell_Alchemist_Warforged = 0x00000492
,
CharGenAdviceType.Skill_Alchemist_HalfOrc = 0x00000493
,
CharGenAdviceType.Ability_Alchemist_Warforged = 0x00000494
,
CharGenAdviceType.Skill_Alchemist_DeepGnome = 0x00000495
,
CharGenAdviceType.Skill_Alchemist_Elf = 0x00000496
,
CharGenAdviceType.Spell_Alchemist_AasimarScourge = 0x00000497
,
CharGenAdviceType.Spell_Alchemist_Aasimar = 0x00000498
,
CharGenAdviceType.Ability_Alchemist_Aasimar = 0x00000499
,
CharGenAdviceType.Ability_Alchemist_Dragonborn = 0x0000049A
,
CharGenAdviceType.Ability_Alchemist_ShadarKai = 0x0000049B
,
CharGenAdviceType.Skill_Alchemist_ShadarKai = 0x0000049C
,
CharGenAdviceType.Spell_Alchemist_PDK = 0x0000049D
,
CharGenAdviceType.Feat_Alchemist_Morninglord = 0x0000049E
,
CharGenAdviceType.Spell_Alchemist_Human = 0x0000049F
,
CharGenAdviceType.Ability_Alchemist_HalfOrc = 0x000004A0
,
CharGenAdviceType.Spell_Alchemist_Tiefling = 0x000004A1
,
CharGenAdviceType.Ability_Alchemist_EberronGnome = 0x000004A2
,
CharGenAdviceType.Ability_Alchemist_Bladeforged = 0x000004A3
,
CharGenAdviceType.Spell_Alchemist_HalfOrc = 0x000004A4
,
CharGenAdviceType.Feat_Alchemist_Aasimar = 0x000004A5
,
CharGenAdviceType.Feat_Alchemist_WildElf = 0x000004A6
,
CharGenAdviceType.Skill_Alchemist_EberronGnome = 0x000004A7
,
CharGenAdviceType.Ability_Alchemist_Morninglord = 0x000004A8
,
CharGenAdviceType.Ability_Alchemist_Human = 0x000004A9
,
CharGenAdviceType.Ability_Alchemist_AasimarScourge = 0x000004AA
,
CharGenAdviceType.Spell_Alchemist_DeepGnome = 0x000004AB
,
CharGenAdviceType.Feat_Alchemist_DeepGnome = 0x000004AC
,
CharGenAdviceType.Ability_Alchemist_DeepGnome = 0x000004AD
,
CharGenAdviceType.Feat_Alchemist_Warforged = 0x000004AE
,
CharGenAdviceType.Feat_Alchemist_Human = 0x000004AF
,
CharGenAdviceType.Feat_Alchemist_Drow = 0x000004B0
,
CharGenAdviceType.Spell_Warlock_ShifterIconic = 0x000004B1
,
CharGenAdviceType.Feat_Fighter_ShifterIconic = 0x000004B2
,
CharGenAdviceType.Skill_Artificer_ShifterIconic = 0x000004B3
,
CharGenAdviceType.Spell_Wizard_Shifter = 0x000004B4
,
CharGenAdviceType.Spell_Bard_Shifter = 0x000004B5
,
CharGenAdviceType.Spell_Barbarian_Shifter = 0x000004B6
,
CharGenAdviceType.Skill_FavoredSoul_Shifter = 0x000004B7
,
CharGenAdviceType.Skill_Cleric_ShifterIconic = 0x000004B8
,
CharGenAdviceType.Ability_Fighter_ShifterIconic = 0x000004B9
,
CharGenAdviceType.Feat_Fighter_Shifter = 0x000004BA
,
CharGenAdviceType.Skill_Rogue_Shifter = 0x000004BB
,
CharGenAdviceType.Ability_Rogue_ShifterIconic = 0x000004BC
,
CharGenAdviceType.Spell_Artificer_Shifter = 0x000004BD
,
CharGenAdviceType.Ability_Sorcerer_Shifter = 0x000004BE
,
CharGenAdviceType.Spell_Druid_ShifterIconic = 0x000004BF
,
CharGenAdviceType.Feat_Ranger_ShifterIconic = 0x000004C0
,
CharGenAdviceType.Skill_Bard_ShifterIconic = 0x000004C1
,
CharGenAdviceType.Ability_Ranger_ShifterIconic = 0x000004C2
,
CharGenAdviceType.Spell_Fighter_Shifter = 0x000004C3
,
CharGenAdviceType.Spell_Ranger_ShifterIconic = 0x000004C4
,
CharGenAdviceType.Ability_Artificer_ShifterIconic = 0x000004C5
,
CharGenAdviceType.Ability_Paladin_ShifterIconic = 0x000004C6
,
CharGenAdviceType.Ability_Cleric_ShifterIconic = 0x000004C7
,
CharGenAdviceType.Ability_Bard_ShifterIconic = 0x000004C8
,
CharGenAdviceType.Spell_Alchemist_Shifter = 0x000004C9
,
CharGenAdviceType.Skill_Barbarian_Shifter = 0x000004CA
,
CharGenAdviceType.Spell_Artificer_ShifterIconic = 0x000004CB
,
CharGenAdviceType.Skill_Fighter_ShifterIconic = 0x000004CC
,
CharGenAdviceType.Skill_Barbarian_ShifterIconic = 0x000004CD
,
CharGenAdviceType.Skill_Artificer_Shifter = 0x000004CE
,
CharGenAdviceType.Skill_Ranger_Shifter = 0x000004CF
,
CharGenAdviceType.Skill_Fighter_Shifter = 0x000004D0
,
CharGenAdviceType.Skill_Bard_Shifter = 0x000004D1
,
CharGenAdviceType.Spell_Wizard_ShifterIconic = 0x000004D2
,
CharGenAdviceType.Spell_Paladin_Shifter = 0x000004D3
,
CharGenAdviceType.Feat_Rogue_ShifterIconic = 0x000004D4
,
CharGenAdviceType.Skill_FavoredSoul_ShifterIconic = 0x000004D5
,
CharGenAdviceType.Spell_Druid_Shifter = 0x000004D6
,
CharGenAdviceType.Skill_Rogue_ShifterIconic = 0x000004D7
,
CharGenAdviceType.Ability_Warlock_ShifterIconic = 0x000004D8
,
CharGenAdviceType.Ability_Warlock_Shifter = 0x000004D9
,
CharGenAdviceType.Ability_Druid_Shifter = 0x000004DA
,
CharGenAdviceType.Spell_Barbarian_ShifterIconic = 0x000004DB
,
CharGenAdviceType.Spell_Sorcerer_Shifter = 0x000004DC
,
CharGenAdviceType.Feat_Warlock_Shifter = 0x000004DD
,
CharGenAdviceType.Ability_FavoredSoul_Shifter = 0x000004DE
,
CharGenAdviceType.Ability_Ranger_Shifter = 0x000004DF
,
CharGenAdviceType.Skill_Wizard_ShifterIconic = 0x000004E0
,
CharGenAdviceType.Spell_Cleric_Shifter = 0x000004E1
,
CharGenAdviceType.Feat_FavoredSoul_Shifter = 0x000004E2
,
CharGenAdviceType.Feat_Sorcerer_Shifter = 0x000004E3
,
CharGenAdviceType.Feat_Barbarian_Shifter = 0x000004E4
,
CharGenAdviceType.Skill_Wizard_Shifter = 0x000004E5
,
CharGenAdviceType.Ability_Rogue_Shifter = 0x000004E6
,
CharGenAdviceType.Feat_Sorcerer_ShifterIconic = 0x000004E7
,
CharGenAdviceType.Feat_Barbarian_ShifterIconic = 0x000004E8
,
CharGenAdviceType.Skill_Warlock_ShifterIconic = 0x000004E9
,
CharGenAdviceType.Spell_Ranger_Shifter = 0x000004EA
,
CharGenAdviceType.Ability_Bard_Shifter = 0x000004EB
,
CharGenAdviceType.Ability_Barbarian_ShifterIconic = 0x000004EC
,
CharGenAdviceType.Spell_FavoredSoul_Shifter = 0x000004ED
,
CharGenAdviceType.Ability_Cleric_Shifter = 0x000004EE
,
CharGenAdviceType.Spell_Cleric_ShifterIconic = 0x000004EF
,
CharGenAdviceType.Spell_Bard_ShifterIconic = 0x000004F0
,
CharGenAdviceType.Skill_Monk_ShifterIconic = 0x000004F1
,
CharGenAdviceType.Ability_Wizard_ShifterIconic = 0x000004F2
,
CharGenAdviceType.Skill_Sorcerer_Shifter = 0x000004F3
,
CharGenAdviceType.Skill_Cleric_Shifter = 0x000004F4
,
CharGenAdviceType.Ability_Artificer_Shifter = 0x000004F5
,
CharGenAdviceType.Spell_FavoredSoul_ShifterIconic = 0x000004F6
,
CharGenAdviceType.Skill_Sorcerer_ShifterIconic = 0x000004F7
,
CharGenAdviceType.Ability_Sorcerer_ShifterIconic = 0x000004F8
,
CharGenAdviceType.Feat_Druid_Shifter = 0x000004F9
,
CharGenAdviceType.Feat_Wizard_Shifter = 0x000004FA
,
CharGenAdviceType.Feat_Druid_ShifterIconic = 0x000004FB
,
CharGenAdviceType.Feat_Wizard_ShifterIconic = 0x000004FC
,
CharGenAdviceType.Skill_Monk_Shifter = 0x000004FD
,
CharGenAdviceType.Ability_Wizard_Shifter = 0x000004FE
,
CharGenAdviceType.Spell_Rogue_ShifterIconic = 0x000004FF
,
CharGenAdviceType.Feat_Artificer_ShifterIconic = 0x00000500
,
CharGenAdviceType.Feat_Paladin_ShifterIconic = 0x00000501
,
CharGenAdviceType.Ability_Druid_ShifterIconic = 0x00000502
,
CharGenAdviceType.Ability_FavoredSoul_ShifterIconic = 0x00000503
,
CharGenAdviceType.Feat_Bard_Shifter = 0x00000504
,
CharGenAdviceType.Skill_Paladin_Shifter = 0x00000505
,
CharGenAdviceType.Ability_Monk_Shifter = 0x00000506
,
CharGenAdviceType.Spell_Sorcerer_ShifterIconic = 0x00000507
,
CharGenAdviceType.Spell_Paladin_ShifterIconic = 0x00000508
,
CharGenAdviceType.Feat_Monk_ShifterIconic = 0x00000509
,
CharGenAdviceType.Skill_Druid_ShifterIconic = 0x0000050A
,
CharGenAdviceType.Spell_Rogue_Shifter = 0x0000050B
,
CharGenAdviceType.Skill_Druid_Shifter = 0x0000050C
,
CharGenAdviceType.Feat_FavoredSoul_ShifterIconic = 0x0000050D
,
CharGenAdviceType.Skill_Ranger_ShifterIconic = 0x0000050E
,
CharGenAdviceType.Spell_Warlock_Shifter = 0x0000050F
,
CharGenAdviceType.Feat_Paladin_Shifter = 0x00000510
,
CharGenAdviceType.Feat_Cleric_Shifter = 0x00000511
,
CharGenAdviceType.Spell_Monk_ShifterIconic = 0x00000512
,
CharGenAdviceType.Feat_Warlock_ShifterIconic = 0x00000513
,
CharGenAdviceType.Feat_Cleric_ShifterIconic = 0x00000514
,
CharGenAdviceType.Feat_Monk_Shifter = 0x00000515
,
CharGenAdviceType.Feat_Rogue_Shifter = 0x00000516
,
CharGenAdviceType.Ability_Fighter_Shifter = 0x00000517
,
CharGenAdviceType.Spell_Alchemist_ShifterIconic = 0x00000518
,
CharGenAdviceType.Spell_Fighter_ShifterIconic = 0x00000519
,
CharGenAdviceType.Skill_Paladin_ShifterIconic = 0x0000051A
,
CharGenAdviceType.Spell_Monk_Shifter = 0x0000051B
,
CharGenAdviceType.Feat_Ranger_Shifter = 0x0000051C
,
CharGenAdviceType.Feat_Bard_ShifterIconic = 0x0000051D
,
CharGenAdviceType.Ability_Monk_ShifterIconic = 0x0000051E
,
CharGenAdviceType.Feat_Artificer_Shifter = 0x0000051F
,
CharGenAdviceType.Skill_Warlock_Shifter = 0x00000520
,
CharGenAdviceType.Ability_Paladin_Shifter = 0x00000521
,
CharGenAdviceType.Ability_Barbarian_Shifter = 0x00000522
,
CharGenAdviceType.Skill_Alchemist_Shifter = 0x00000523
,
CharGenAdviceType.Ability_Alchemist_ShifterIconic = 0x00000524
,
CharGenAdviceType.Skill_Alchemist_ShifterIconic = 0x00000525
,
CharGenAdviceType.Feat_Alchemist_Shifter = 0x00000526
,
CharGenAdviceType.Ability_Alchemist_Shifter = 0x00000527
,
CharGenAdviceType.Feat_Alchemist_ShifterIconic = 0x00000528
,
CharGenAdviceType.Ability_Fighter_TabaxiIconic = 0x00000529
,
CharGenAdviceType.Ability_Druid_Tabaxi = 0x0000052A
,
CharGenAdviceType.Spell_Rogue_TabaxiIconic = 0x0000052B
,
CharGenAdviceType.Skill_Sorcerer_TabaxiIconic = 0x0000052C
,
CharGenAdviceType.Skill_Cleric_Tabaxi = 0x0000052D
,
CharGenAdviceType.Ability_Sorcerer_Tabaxi = 0x0000052E
,
CharGenAdviceType.Ability_Fighter_Tabaxi = 0x0000052F
,
CharGenAdviceType.Spell_Artificer_TabaxiIconic = 0x00000530
,
CharGenAdviceType.Feat_Artificer_TabaxiIconic = 0x00000531
,
CharGenAdviceType.Skill_Druid_TabaxiIconic = 0x00000532
,
CharGenAdviceType.Feat_Druid_TabaxiIconic = 0x00000533
,
CharGenAdviceType.Feat_Sorcerer_TabaxiIconic = 0x00000534
,
CharGenAdviceType.Skill_Bard_TabaxiIconic = 0x00000535
,
CharGenAdviceType.Spell_Artificer_Tabaxi = 0x00000536
,
CharGenAdviceType.Feat_Druid_Tabaxi = 0x00000537
,
CharGenAdviceType.Ability_Cleric_Tabaxi = 0x00000538
,
CharGenAdviceType.Ability_Artificer_TabaxiIconic = 0x00000539
,
CharGenAdviceType.Spell_Paladin_Tabaxi = 0x0000053A
,
CharGenAdviceType.Feat_Monk_Tabaxi = 0x0000053B
,
CharGenAdviceType.Feat_Rogue_Tabaxi = 0x0000053C
,
CharGenAdviceType.Skill_Monk_Tabaxi = 0x0000053D
,
CharGenAdviceType.Ability_Alchemist_Tabaxi = 0x0000053E
,
CharGenAdviceType.Spell_Fighter_TabaxiIconic = 0x0000053F
,
CharGenAdviceType.Spell_Cleric_TabaxiIconic = 0x00000540
,
CharGenAdviceType.Feat_Rogue_TabaxiIconic = 0x00000541
,
CharGenAdviceType.Feat_Fighter_Tabaxi = 0x00000542
,
CharGenAdviceType.Feat_Barbarian_Tabaxi = 0x00000543
,
CharGenAdviceType.Feat_Barbarian_TabaxiIconic = 0x00000544
,
CharGenAdviceType.Ability_Wizard_TabaxiIconic = 0x00000545
,
CharGenAdviceType.Spell_Warlock_Tabaxi = 0x00000546
,
CharGenAdviceType.Spell_Rogue_Tabaxi = 0x00000547
,
CharGenAdviceType.Spell_Warlock_TabaxiIconic = 0x00000548
,
CharGenAdviceType.Spell_Bard_TabaxiIconic = 0x00000549
,
CharGenAdviceType.Feat_Wizard_TabaxiIconic = 0x0000054A
,
CharGenAdviceType.Spell_Druid_Tabaxi = 0x0000054B
,
CharGenAdviceType.Spell_FavoredSoul_Tabaxi = 0x0000054C
,
CharGenAdviceType.Spell_Fighter_Tabaxi = 0x0000054D
,
CharGenAdviceType.Feat_Alchemist_Tabaxi = 0x0000054E
,
CharGenAdviceType.Skill_Artificer_Tabaxi = 0x0000054F
,
CharGenAdviceType.Skill_Wizard_Tabaxi = 0x00000550
,
CharGenAdviceType.Ability_Ranger_Tabaxi = 0x00000551
,
CharGenAdviceType.Spell_FavoredSoul_TabaxiIconic = 0x00000552
,
CharGenAdviceType.Ability_FavoredSoul_TabaxiIconic = 0x00000553
,
CharGenAdviceType.Skill_Rogue_Tabaxi = 0x00000554
,
CharGenAdviceType.Skill_Barbarian_Tabaxi = 0x00000555
,
CharGenAdviceType.Spell_Ranger_TabaxiIconic = 0x00000556
,
CharGenAdviceType.Feat_Paladin_TabaxiIconic = 0x00000557
,
CharGenAdviceType.Ability_Warlock_TabaxiIconic = 0x00000558
,
CharGenAdviceType.Skill_Sorcerer_Tabaxi = 0x00000559
,
CharGenAdviceType.Ability_Artificer_Tabaxi = 0x0000055A
,
CharGenAdviceType.Skill_Rogue_TabaxiIconic = 0x0000055B
,
CharGenAdviceType.Spell_Barbarian_TabaxiIconic = 0x0000055C
,
CharGenAdviceType.Ability_Rogue_TabaxiIconic = 0x0000055D
,
CharGenAdviceType.Ability_Barbarian_TabaxiIconic = 0x0000055E
,
CharGenAdviceType.Feat_Artificer_Tabaxi = 0x0000055F
,
CharGenAdviceType.Feat_FavoredSoul_Tabaxi = 0x00000560
,
CharGenAdviceType.Skill_Alchemist_Tabaxi = 0x00000561
,
CharGenAdviceType.Ability_Monk_Tabaxi = 0x00000562
,
CharGenAdviceType.Ability_Druid_TabaxiIconic = 0x00000563
,
CharGenAdviceType.Spell_Sorcerer_Tabaxi = 0x00000564
,
CharGenAdviceType.Spell_Cleric_Tabaxi = 0x00000565
,
CharGenAdviceType.Feat_Wizard_Tabaxi = 0x00000566
,
CharGenAdviceType.Skill_Paladin_Tabaxi = 0x00000567
,
CharGenAdviceType.Ability_Paladin_Tabaxi = 0x00000568
,
CharGenAdviceType.Ability_Barbarian_Tabaxi = 0x00000569
,
CharGenAdviceType.Spell_Monk_TabaxiIconic = 0x0000056A
,
CharGenAdviceType.Skill_FavoredSoul_TabaxiIconic = 0x0000056B
,
CharGenAdviceType.Skill_Paladin_TabaxiIconic = 0x0000056C
,
CharGenAdviceType.Skill_Cleric_TabaxiIconic = 0x0000056D
,
CharGenAdviceType.Feat_Cleric_Tabaxi = 0x0000056E
,
CharGenAdviceType.Skill_FavoredSoul_Tabaxi = 0x0000056F
,
CharGenAdviceType.Skill_Fighter_Tabaxi = 0x00000570
,
CharGenAdviceType.Feat_Cleric_TabaxiIconic = 0x00000571
,
CharGenAdviceType.Ability_Monk_TabaxiIconic = 0x00000572
,
CharGenAdviceType.Ability_Cleric_TabaxiIconic = 0x00000573
,
CharGenAdviceType.Spell_Ranger_Tabaxi = 0x00000574
,
CharGenAdviceType.Spell_Barbarian_Tabaxi = 0x00000575
,
CharGenAdviceType.Feat_Warlock_TabaxiIconic = 0x00000576
,
CharGenAdviceType.Feat_Ranger_TabaxiIconic = 0x00000577
,
CharGenAdviceType.Ability_Bard_TabaxiIconic = 0x00000578
,
CharGenAdviceType.Spell_Alchemist_Tabaxi = 0x00000579
,
CharGenAdviceType.Spell_Monk_Tabaxi = 0x0000057A
,
CharGenAdviceType.Feat_Sorcerer_Tabaxi = 0x0000057B
,
CharGenAdviceType.Feat_Monk_TabaxiIconic = 0x0000057C
,
CharGenAdviceType.Skill_Wizard_TabaxiIconic = 0x0000057D
,
CharGenAdviceType.Ability_Ranger_TabaxiIconic = 0x0000057E
,
CharGenAdviceType.Spell_Bard_Tabaxi = 0x0000057F
,
CharGenAdviceType.Skill_Warlock_TabaxiIconic = 0x00000580
,
CharGenAdviceType.Skill_Monk_TabaxiIconic = 0x00000581
,
CharGenAdviceType.Skill_Barbarian_TabaxiIconic = 0x00000582
,
CharGenAdviceType.Ability_Alchemist_TabaxiIconic = 0x00000583
,
CharGenAdviceType.Ability_Sorcerer_TabaxiIconic = 0x00000584
,
CharGenAdviceType.Feat_Bard_Tabaxi = 0x00000585
,
CharGenAdviceType.Spell_Alchemist_TabaxiIconic = 0x00000586
,
CharGenAdviceType.Ability_Paladin_TabaxiIconic = 0x00000587
,
CharGenAdviceType.Feat_Ranger_Tabaxi = 0x00000588
,
CharGenAdviceType.Skill_Bard_Tabaxi = 0x00000589
,
CharGenAdviceType.Feat_Warlock_Tabaxi = 0x0000058A
,
CharGenAdviceType.Skill_Warlock_Tabaxi = 0x0000058B
,
CharGenAdviceType.Skill_Druid_Tabaxi = 0x0000058C
,
CharGenAdviceType.Ability_Bard_Tabaxi = 0x0000058D
,
CharGenAdviceType.Spell_Druid_TabaxiIconic = 0x0000058E
,
CharGenAdviceType.Feat_Fighter_TabaxiIconic = 0x0000058F
,
CharGenAdviceType.Ability_Wizard_Tabaxi = 0x00000590
,
CharGenAdviceType.Spell_Sorcerer_TabaxiIconic = 0x00000591
,
CharGenAdviceType.Spell_Paladin_TabaxiIconic = 0x00000592
,
CharGenAdviceType.Feat_FavoredSoul_TabaxiIconic = 0x00000593
,
CharGenAdviceType.Skill_Artificer_TabaxiIconic = 0x00000594
,
CharGenAdviceType.Skill_Ranger_TabaxiIconic = 0x00000595
,
CharGenAdviceType.Spell_Wizard_Tabaxi = 0x00000596
,
CharGenAdviceType.Ability_FavoredSoul_Tabaxi = 0x00000597
,
CharGenAdviceType.Ability_Rogue_Tabaxi = 0x00000598
,
CharGenAdviceType.Spell_Wizard_TabaxiIconic = 0x00000599
,
CharGenAdviceType.Feat_Alchemist_TabaxiIconic = 0x0000059A
,
CharGenAdviceType.Feat_Bard_TabaxiIconic = 0x0000059B
,
CharGenAdviceType.Skill_Alchemist_TabaxiIconic = 0x0000059C
,
CharGenAdviceType.Skill_Fighter_TabaxiIconic = 0x0000059D
,
CharGenAdviceType.Feat_Paladin_Tabaxi = 0x0000059E
,
CharGenAdviceType.Skill_Ranger_Tabaxi = 0x0000059F
,
CharGenAdviceType.Ability_Warlock_Tabaxi = 0x000005A0
} |
|
|
|
enum | CharGenCharacterType : uint { CharGenCharacterType.Bonus = 0x10000001
} |
|
|
|
enum | CharGenPlayStyle : uint {
CharGenPlayStyle.Undef = 0x00000000
,
CharGenPlayStyle.Melee = 0x00000001
,
CharGenPlayStyle.Magic = 0x00000002
,
CharGenPlayStyle.Support = 0x00000003
,
CharGenPlayStyle.Iconic = 0x00000004
} |
|
|
|
enum | CharGenSort : uint {
CharGenSort.Alphabetical = 0x00000000
,
CharGenSort.ReverseAlphabetical = 0x00000001
,
CharGenSort.MaxLevel = 0x00000002
,
CharGenSort.MinLevel = 0x00000003
,
CharGenSort.LastLogin = 0x00000004
,
CharGenSort.Class = 0x00000005
,
CharGenSort.ReverseClass = 0x00000006
} |
|
|
|
enum | ChatChannelType : uint {
ChatChannelType.Undef = 0x00000000
,
ChatChannelType.Global_General = 0x0000004D
} |
|
|
|
enum | ChatFont : uint { ChatFont.Small = 0x00000000
} |
|
|
|
enum | ChatFontColor : uint {
ChatFontColor.White = 0x00000000
,
ChatFontColor.Pink = 0x00000001
,
ChatFontColor.Yellow = 0x00000002
,
ChatFontColor.Grey = 0x00000003
,
ChatFontColor.Green = 0x00000004
,
ChatFontColor.Purple = 0x00000005
,
ChatFontColor.Blue = 0x00000006
} |
|
|
|
enum | ChatTextFit : uint {
ChatTextFit.Undef = 0x00000000
,
ChatTextFit.Desc = 0x00000001
,
ChatTextFit.Parent = 0x00000002
,
ChatTextFit.Max = 0x00000003
,
ChatTextFit.Current = 0x00000004
} |
|
|
|
enum | ChatTextType : uint {
ChatTextType.Fellowship = 0x00000009
,
ChatTextType.Guild = 0x0000000A
,
ChatTextType.Officer = 0x0000000B
,
ChatTextType.Advancement = 0x0000000C
,
ChatTextType.Auction = 0x0000000D
,
ChatTextType.LFG = 0x0000000E
,
ChatTextType.Advice = 0x0000000F
,
ChatTextType.OOC = 0x00000010
,
ChatTextType.General = 0x00000011
,
ChatTextType.Challenge = 0x00000012
,
ChatTextType.Death = 0x00000013
,
ChatTextType.UserChat1 = 0x00000014
,
ChatTextType.Dice = 0x00000015
,
ChatTextType.DMText = 0x00000016
,
ChatTextType.NPC = 0x00000017
,
ChatTextType.Hint = 0x00000018
,
ChatTextType.Broadcast = 0x00000019
,
ChatTextType.Loot = 0x0000001A
,
ChatTextType.Glossary = 0x0000001B
,
ChatTextType.Warning = 0x0000001C
,
ChatTextType.WorldEvent = 0x0000001D
,
ChatTextType.UserChat2 = 0x0000001E
,
ChatTextType.UserChat3 = 0x0000001F
,
ChatTextType.UserChat4 = 0x00000020
,
ChatTextType.GlobalAnnouncement = 0x00000021
,
ChatTextType.Achievement = 0x00000022
,
ChatTextType.Effect = 0x00000023
,
ChatTextType.Permadeath = 0x00000024
} |
|
|
|
enum | ChatType : uint {
ChatType.Fellowship = 0x00000009
,
ChatType.Guild = 0x0000000A
,
ChatType.Officer = 0x0000000B
,
ChatType.Advancement = 0x0000000C
,
ChatType.Auction = 0x0000000D
,
ChatType.LFG = 0x0000000E
,
ChatType.Advice = 0x0000000F
,
ChatType.OOC = 0x00000010
,
ChatType.General = 0x00000011
,
ChatType.Challenge = 0x00000012
,
ChatType.Death = 0x00000013
,
ChatType.UserChat1 = 0x00000014
,
ChatType.Dice = 0x00000015
,
ChatType.DMText = 0x00000016
,
ChatType.NPC = 0x00000017
,
ChatType.Hint = 0x00000018
,
ChatType.Broadcast = 0x00000019
,
ChatType.Loot = 0x0000001A
,
ChatType.Glossary = 0x0000001B
,
ChatType.Warning = 0x0000001C
,
ChatType.WorldEvent = 0x0000001D
,
ChatType.UserChat2 = 0x0000001E
,
ChatType.UserChat3 = 0x0000001F
,
ChatType.UserChat4 = 0x00000020
} |
|
|
|
enum | CL_HitType : uint {
CL_HitType.Invalid = 0x00000000
,
CL_HitType.Sword = 0x00000002
,
CL_HitType.Axe = 0x00000003
,
CL_HitType.Magic = 0x00000004
,
CL_HitType.Bow = 0x00000005
,
CL_HitType.Shield = 0x00000006
,
CL_HitType.Item = 0x00000007
,
CL_HitType.CrossBow = 0x00000008
,
CL_HitType.Staff = 0x0000000B
,
CL_HitType.Thrown = 0x0000000C
,
CL_HitType.Knife = 0x0000000D
,
CL_HitType.TwoHandedSword = 0x0000000E
,
CL_HitType.Chain = 0x00000010
,
CL_HitType.Polearm = 0x00000011
,
CL_HitType.PunchWeapon = 0x00000012
} |
|
|
|
enum | CloudSpellType : uint {
CloudSpellType.Invalid = 0x00000000
,
CloudSpellType.Glitterdust = 0x0000000A
,
CloudSpellType.Stinking_Cloud = 0x0000000B
,
CloudSpellType.Solid_Fog = 0x0000000C
,
CloudSpellType.Fog_Cloud = 0x0000000D
,
CloudSpellType.Incendiary_Cloud = 0x0000000E
,
CloudSpellType.Acid_Fog = 0x0000000F
,
CloudSpellType.Mind_Fog = 0x00000010
,
CloudSpellType.Obscuring_Mist = 0x00000011
,
CloudSpellType.Hypnotic_Pattern = 0x00000012
,
CloudSpellType.Portal_Rift_Sphere = 0x00000016
,
CloudSpellType.Skeleton_Mage_Aura = 0x00000017
,
CloudSpellType.Sleet_Storm = 0x00000018
,
CloudSpellType.Obscuring_Darkness = 0x00000019
} |
|
|
|
enum | CollectableCategory : uint {
CollectableCategory.Invalid = 0x00000000
,
CollectableCategory.ArcaneTech = 0x00000001
,
CollectableCategory.Lore = 0x00000002
,
CollectableCategory.Natural = 0x00000003
,
CollectableCategory.Trophy = 0x00000004
} |
|
|
|
enum | CollectableRarity : uint {
CollectableRarity.Invalid = 0x00000000
,
CollectableRarity.Rare = 0x00000001
,
CollectableRarity.Uncommon = 0x00000002
,
CollectableRarity.Common = 0x00000003
,
CollectableRarity.RareSilver = 0x00000004
,
CollectableRarity.RareBronze = 0x00000005
,
CollectableRarity.RareGold = 0x00000006
} |
|
|
|
enum | Color_Hint : uint {
Color_Hint.Undef = 0x00000000
,
Color_Hint.Affected = 0x00000001
,
Color_Hint.None = 0x00000002
,
Color_Hint.Buffed = 0x00000003
,
Color_Hint.Nerfed = 0x00000004
} |
|
|
|
enum | ColorBlendOp : uint {
ColorBlendOp.None = 0x00000000
,
ColorBlendOp.AlphaMultiply = 0x00000001
,
ColorBlendOp.AlphaSubtract = 0x00000002
,
ColorBlendOp.Subtract = 0x00000003
,
ColorBlendOp.Add = 0x00000004
,
ColorBlendOp.Multiply = 0x00000005
,
ColorBlendOp.AlphaAdd = 0x00000006
} |
|
|
|
enum | Combat_ArmorSubtype : uint {
Combat_ArmorSubtype.Undef = 0x00000000
,
Combat_ArmorSubtype.HalfPlate = 0x00000001
,
Combat_ArmorSubtype.Breastplate = 0x00000002
,
Combat_ArmorSubtype.Brigandine = 0x00000003
,
Combat_ArmorSubtype.HalfPlateRobe = 0x00000004
,
Combat_ArmorSubtype.FullPlate = 0x00000005
,
Combat_ArmorSubtype.SplintMail = 0x00000006
,
Combat_ArmorSubtype.ScaleMail = 0x00000007
,
Combat_ArmorSubtype.ChainShirtSkirt = 0x00000008
,
Combat_ArmorSubtype.Padded = 0x00000009
,
Combat_ArmorSubtype.ChainShirt = 0x0000000A
,
Combat_ArmorSubtype.Chainrobe = 0x0000000B
,
Combat_ArmorSubtype.Hide = 0x0000000C
,
Combat_ArmorSubtype.StuddedLeather = 0x0000000D
,
Combat_ArmorSubtype.BandedMail = 0x0000000E
,
Combat_ArmorSubtype.Leather = 0x0000000F
,
Combat_ArmorSubtype.Chainmail = 0x00000010
,
Combat_ArmorSubtype.Docent = 0x00000011
,
Combat_ArmorSubtype.Breeches = 0x00000012
,
Combat_ArmorSubtype.Robe = 0x00000013
} |
|
|
|
enum | Combat_AttackType : uint {
Combat_AttackType.Undef = 0x00000000
,
Combat_AttackType.Thrown = 0x00000003
,
Combat_AttackType.Magic = 0x00000004
,
Combat_AttackType.Missile = 0x00000005
,
Combat_AttackType.Weapon = 0x00000006
,
Combat_AttackType.Melee = 0x00000007
,
Combat_AttackType.Innate = 0x00000008
,
Combat_AttackType.Launched = 0x00000009
,
Combat_AttackType.Trap = 0x0000000A
,
Combat_AttackType.Environment = 0x0000000B
,
Combat_AttackType.WeaponProc = 0x0000000C
} |
|
|
|
enum | CombatAbilityModMultiple : uint {
CombatAbilityModMultiple.Undef = 0x00000000
,
CombatAbilityModMultiple.Charisma = 0x00000001
,
CombatAbilityModMultiple.Wisdom = 0x00000002
,
CombatAbilityModMultiple.Intelligence = 0x00000003
,
CombatAbilityModMultiple.Strength = 0x00000004
,
CombatAbilityModMultiple.Constitution = 0x00000005
,
CombatAbilityModMultiple.Dexterity = 0x00000006
} |
|
|
|
enum | CombatMode : uint {
CombatMode.Undef = 0x00000000
,
CombatMode.Melee = 0x00000001
,
CombatMode.Ranged = 0x00000002
} |
|
|
|
enum | CombatPhysicsController_ControlScheme : uint {
CombatPhysicsController_ControlScheme.Invalid = 0x00000000
,
CombatPhysicsController_ControlScheme.Jumping = 0x00000001
,
CombatPhysicsController_ControlScheme.Swimming = 0x00000002
,
CombatPhysicsController_ControlScheme.Normal = 0x00000003
} |
|
|
|
enum | CombatStyle : uint {
CombatStyle.Undef = 0x00000000
,
CombatStyle._1hand = 0x00000001
,
CombatStyle.TwoHandedSword = 0x00000002
,
CombatStyle.Axe = 0x00000003
,
CombatStyle.Bow = 0x00000004
,
CombatStyle.Crossbow = 0x00000005
,
CombatStyle.Dual = 0x00000006
,
CombatStyle.Knife = 0x00000007
,
CombatStyle.Magic = 0x00000008
,
CombatStyle.Staff = 0x00000009
,
CombatStyle.Shield = 0x0000000A
,
CombatStyle.Thrown = 0x0000000B
,
CombatStyle.Unarmed = 0x0000000C
,
CombatStyle.Unarmed_Shield = 0x0000000D
,
CombatStyle.Thrown_Shield = 0x0000000E
,
CombatStyle.RepeatingCrossbow = 0x0000000F
,
CombatStyle.Wolf_Form = 0x00000010
,
CombatStyle.Bear_Form = 0x00000011
,
CombatStyle.Chain = 0x00000012
,
CombatStyle.Polearm = 0x00000013
,
CombatStyle.PunchWeapon = 0x00000014
,
CombatStyle.EldritchBlast = 0x00000015
,
CombatStyle.NPCRunearm = 0x00000016
,
CombatStyle.DualCrossbow = 0x00000017
,
CombatStyle.Claw = 0x00000018
} |
|
|
|
enum | CombatTurnPlayerParam_TurnDirection : uint {
CombatTurnPlayerParam_TurnDirection.Invalid = 0x00000000
,
CombatTurnPlayerParam_TurnDirection.Clockwise = 0x00000001
,
CombatTurnPlayerParam_TurnDirection.Furthest = 0x00000002
,
CombatTurnPlayerParam_TurnDirection.Nearest = 0x00000003
,
CombatTurnPlayerParam_TurnDirection.CounterClockwise = 0x00000004
} |
|
|
|
enum | CompressionDictionaries : uint |
|
|
|
enum | ContainerSlot : uint {
ContainerSlot.Cosmetic_Weapon1 = 0x00000001
,
ContainerSlot.Head = 0x00000002
,
ContainerSlot.Eyes = 0x00000003
,
ContainerSlot.Armor = 0x00000004
,
ContainerSlot.Cloak = 0x00000005
,
ContainerSlot.Finger1 = 0x00000006
,
ContainerSlot.Finger2 = 0x00000007
,
ContainerSlot.Wrists = 0x00000008
,
ContainerSlot.Trinket = 0x00000009
,
ContainerSlot.Neck = 0x0000000A
,
ContainerSlot.Hands = 0x0000000B
,
ContainerSlot.Waist = 0x0000000C
,
ContainerSlot.Feet = 0x0000000D
,
ContainerSlot.Weapon1 = 0x0000000E
,
ContainerSlot.Weapon2 = 0x0000000F
,
ContainerSlot.Ammo = 0x00000010
,
ContainerSlot.Quiver = 0x00000011
,
ContainerSlot.Runearm = 0x00000012
,
ContainerSlot.PetUpgrade = 0x00000013
,
ContainerSlot.Cosmetic_Weapon2 = 0x00000014
,
ContainerSlot.ShopAstralShards = 0x00000015
,
ContainerSlot.Cosmetic_Armor = 0x00000016
,
ContainerSlot.Cosmetic_Helmet = 0x00000017
,
ContainerSlot.PetEquipment = 0x00000018
,
ContainerSlot.Cosmetic_Cloak = 0x00000019
,
ContainerSlot.Reward = 0x0000001A
,
ContainerSlot.Container = 0x0000001B
,
ContainerSlot.Shop = 0x0000001C
,
ContainerSlot.Overflow = 0x0000001D
,
ContainerSlot.Bank = 0x0000001E
,
ContainerSlot.Equipment = 0x0000001F
,
ContainerSlot.Backpack = 0x00000020
} |
|
|
|
enum | Content_ArmorMaterial : uint {
Content_ArmorMaterial.Invalid = 0x00000000
,
Content_ArmorMaterial.Leather = 0x00000001
,
Content_ArmorMaterial.Wood = 0x00000002
,
Content_ArmorMaterial.Metal_Plate = 0x00000003
,
Content_ArmorMaterial.Mixed_Leather_Chain = 0x00000004
,
Content_ArmorMaterial.Stone = 0x00000005
,
Content_ArmorMaterial.Mixed_Leather_Plate = 0x00000006
,
Content_ArmorMaterial.Bone = 0x00000007
,
Content_ArmorMaterial.Metal = 0x00000008
,
Content_ArmorMaterial.Metal_Chain = 0x00000009
,
Content_ArmorMaterial.Custom = 0x0000000A
,
Content_ArmorMaterial.Mixed_Plate_Chain = 0x0000000B
} |
|
|
|
enum | Content_BloodColor : uint {
Content_BloodColor.Invalid = 0x00000000
,
Content_BloodColor.Purple = 0x00000001
,
Content_BloodColor.Green = 0x00000002
,
Content_BloodColor.Red = 0x00000003
,
Content_BloodColor.Blue = 0x00000004
,
Content_BloodColor.Black = 0x00000005
,
Content_BloodColor.None = 0x00000006
,
Content_BloodColor.Yellow = 0x00000007
} |
|
|
|
enum | Content_SkinMaterial : uint {
Content_SkinMaterial.Invalid = 0x00000000
,
Content_SkinMaterial.Wood = 0x00000001
,
Content_SkinMaterial.Metal_Hollow = 0x00000002
,
Content_SkinMaterial.Stone = 0x00000003
,
Content_SkinMaterial.Custom = 0x00000004
,
Content_SkinMaterial.Wood_Hollow = 0x00000005
,
Content_SkinMaterial.Flesh = 0x00000006
,
Content_SkinMaterial.mud = 0x00000007
,
Content_SkinMaterial.Bone = 0x00000008
,
Content_SkinMaterial.Metal = 0x00000009
} |
|
|
|
enum | ContentLayer : uint |
|
|
|
enum | CosmeticPetGear : uint {
CosmeticPetGear.Undef = 0x00000000
,
CosmeticPetGear.Spikes = 0x00000005
,
CosmeticPetGear.TopHat = 0x00000006
,
CosmeticPetGear.None = 0x00000007
,
CosmeticPetGear.MagicDust = 0x00000008
,
CosmeticPetGear.MagicDustRed = 0x00000009
,
CosmeticPetGear.MagicDustBlue = 0x0000000A
,
CosmeticPetGear.MagicDustGreen = 0x0000000B
,
CosmeticPetGear.Collar = 0x0000000C
,
CosmeticPetGear.CollarBlue = 0x0000000D
,
CosmeticPetGear.CollarYellow = 0x0000000E
,
CosmeticPetGear.CollarRed = 0x0000000F
,
CosmeticPetGear.Wizard = 0x00000010
,
CosmeticPetGear.Sailor = 0x00000011
,
CosmeticPetGear.Baseball = 0x00000012
,
CosmeticPetGear.Fez = 0x00000013
,
CosmeticPetGear.Pirate = 0x00000014
,
CosmeticPetGear.WizardFallfest = 0x00000015
} |
|
|
|
enum | CosmeticPetsTypes : uint {
CosmeticPetsTypes.Undef = 0x00000000
,
CosmeticPetsTypes.Golem = 0x00000001
,
CosmeticPetsTypes.Render = 0x00000002
,
CosmeticPetsTypes.Spider = 0x00000003
,
CosmeticPetsTypes.Mimic = 0x00000004
,
CosmeticPetsTypes.Rat = 0x00000005
,
CosmeticPetsTypes.Wolf = 0x00000006
,
CosmeticPetsTypes.Cube = 0x00000007
,
CosmeticPetsTypes.Cat = 0x00000008
,
CosmeticPetsTypes.RustMonster = 0x00000009
,
CosmeticPetsTypes.Beholder = 0x0000000A
,
CosmeticPetsTypes.Kobold = 0x0000000B
,
CosmeticPetsTypes.Bear = 0x0000000C
,
CosmeticPetsTypes.Bat = 0x0000000D
,
CosmeticPetsTypes.WaterElemental = 0x0000000E
,
CosmeticPetsTypes.Frog = 0x0000000F
,
CosmeticPetsTypes.Gargoyle = 0x00000010
,
CosmeticPetsTypes.EarthElemental = 0x00000011
,
CosmeticPetsTypes.Wraith = 0x00000012
,
CosmeticPetsTypes.FireElemental = 0x00000013
,
CosmeticPetsTypes.Mephit = 0x00000014
,
CosmeticPetsTypes.Hellhound = 0x00000015
,
CosmeticPetsTypes.Scorpion = 0x00000016
,
CosmeticPetsTypes.AirElemental = 0x00000017
,
CosmeticPetsTypes.Tressym = 0x00000018
,
CosmeticPetsTypes.Pseudodragon = 0x00000019
,
CosmeticPetsTypes.Owlbear = 0x0000001A
,
CosmeticPetsTypes.Parrot = 0x0000001B
,
CosmeticPetsTypes.Toucan = 0x0000001D
,
CosmeticPetsTypes.IronDefender = 0x0000001E
,
CosmeticPetsTypes.Fiendling = 0x00000020
,
CosmeticPetsTypes.Reaper = 0x00000021
,
CosmeticPetsTypes.Bowler = 0x00000022
,
CosmeticPetsTypes.Raven = 0x00000023
,
CosmeticPetsTypes.CreepingCoin = 0x00000024
,
CosmeticPetsTypes.HouseCat = 0x00000025
,
CosmeticPetsTypes.Eyeball = 0x00000026
,
CosmeticPetsTypes.EyeballLazy = 0x00000027
,
CosmeticPetsTypes.Crab = 0x00000028
,
CosmeticPetsTypes.Crayfish = 0x00000029
,
CosmeticPetsTypes.Scarecrow = 0x0000002A
,
CosmeticPetsTypes.Snowman = 0x0000002B
,
CosmeticPetsTypes.Peacock = 0x0000002C
,
CosmeticPetsTypes.Dog = 0x0000002D
,
CosmeticPetsTypes.Peacock_Warforged = 0x0000002E
,
CosmeticPetsTypes.Dretchling = 0x0000002F
,
CosmeticPetsTypes.LanternArchon = 0x00000030
,
CosmeticPetsTypes.DisplacerBeast = 0x00000031
,
CosmeticPetsTypes.Willowisp = 0x00000032
,
CosmeticPetsTypes.Cooshee = 0x00000033
,
CosmeticPetsTypes.Fox = 0x00000034
,
CosmeticPetsTypes.Sprite = 0x00000035
,
CosmeticPetsTypes.Hyena = 0x00000036
,
CosmeticPetsTypes.Sealion = 0x00000037
,
CosmeticPetsTypes.LivingSpell = 0x00000038
,
CosmeticPetsTypes.Crocodile = 0x00000039
,
CosmeticPetsTypes.Ceratops = 0x0000003A
,
CosmeticPetsTypes.Raptor = 0x0000003B
,
CosmeticPetsTypes.Flameskull = 0x0000003C
,
CosmeticPetsTypes.Owl_Warforged = 0x0000003D
,
CosmeticPetsTypes.Wyrmling = 0x0000003E
,
CosmeticPetsTypes.Githyanki_Astral_Ship = 0x0000003F
} |
|
|
|
enum | CraftingMutationType : uint {
CraftingMutationType.Undef = 0x00000000
,
CraftingMutationType.arcane_10 = 0x00000001
,
CraftingMutationType.divine_12 = 0x00000002
,
CraftingMutationType.water_05 = 0x00000003
,
CraftingMutationType.fire_10 = 0x00000004
,
CraftingMutationType.earth_01 = 0x00000005
,
CraftingMutationType.arcane_11 = 0x00000006
,
CraftingMutationType.law_10 = 0x00000007
,
CraftingMutationType.water_06 = 0x00000008
,
CraftingMutationType.fire_11 = 0x00000009
,
CraftingMutationType.earth_02 = 0x0000000A
,
CraftingMutationType.arcane_12 = 0x0000000B
,
CraftingMutationType.law_11 = 0x0000000C
,
CraftingMutationType.water_07 = 0x0000000D
,
CraftingMutationType.fire_12 = 0x0000000E
,
CraftingMutationType.earth_03 = 0x0000000F
,
CraftingMutationType.body_10 = 0x00000010
,
CraftingMutationType.law_12 = 0x00000011
,
CraftingMutationType.water_08 = 0x00000012
,
CraftingMutationType.fire_01 = 0x00000013
,
CraftingMutationType.earth_04 = 0x00000014
,
CraftingMutationType.body_11 = 0x00000015
,
CraftingMutationType.chaos_01 = 0x00000016
,
CraftingMutationType.water_09 = 0x00000017
,
CraftingMutationType.fire_02 = 0x00000018
,
CraftingMutationType.earth_05 = 0x00000019
,
CraftingMutationType.mind_01 = 0x0000001A
,
CraftingMutationType.body_12 = 0x0000001B
,
CraftingMutationType.chaos_10 = 0x0000001C
,
CraftingMutationType.chaos_02 = 0x0000001D
,
CraftingMutationType.fire_03 = 0x0000001E
,
CraftingMutationType.air_01 = 0x0000001F
,
CraftingMutationType.earth_06 = 0x00000020
,
CraftingMutationType.mind_02 = 0x00000021
,
CraftingMutationType.body_01 = 0x00000022
,
CraftingMutationType.divine_01 = 0x00000023
,
CraftingMutationType.chaos_11 = 0x00000024
,
CraftingMutationType.chaos_03 = 0x00000025
,
CraftingMutationType.fire_04 = 0x00000026
,
CraftingMutationType.air_02 = 0x00000027
,
CraftingMutationType.earth_07 = 0x00000028
,
CraftingMutationType.mind_03 = 0x00000029
,
CraftingMutationType.body_02 = 0x0000002A
,
CraftingMutationType.divine_02 = 0x0000002B
,
CraftingMutationType.chaos_12 = 0x0000002C
,
CraftingMutationType.chaos_04 = 0x0000002D
,
CraftingMutationType.evil_10 = 0x0000002E
,
CraftingMutationType.water_10 = 0x0000002F
,
CraftingMutationType.fire_05 = 0x00000030
,
CraftingMutationType.air_03 = 0x00000031
,
CraftingMutationType.earth_08 = 0x00000032
,
CraftingMutationType.mind_04 = 0x00000033
,
CraftingMutationType.body_03 = 0x00000034
,
CraftingMutationType.arcane_01 = 0x00000035
,
CraftingMutationType.divine_03 = 0x00000036
,
CraftingMutationType.chaos_05 = 0x00000037
,
CraftingMutationType.evil_11 = 0x00000038
,
CraftingMutationType.water_11 = 0x00000039
,
CraftingMutationType.fire_06 = 0x0000003A
,
CraftingMutationType.air_04 = 0x0000003B
,
CraftingMutationType.earth_09 = 0x0000003C
,
CraftingMutationType.mind_05 = 0x0000003D
,
CraftingMutationType.body_04 = 0x0000003E
,
CraftingMutationType.arcane_02 = 0x0000003F
,
CraftingMutationType.divine_04 = 0x00000040
,
CraftingMutationType.chaos_06 = 0x00000041
,
CraftingMutationType.law_01 = 0x00000042
,
CraftingMutationType.evil_12 = 0x00000043
,
CraftingMutationType.water_12 = 0x00000044
,
CraftingMutationType.fire_07 = 0x00000045
,
CraftingMutationType.air_05 = 0x00000046
,
CraftingMutationType.mind_06 = 0x00000047
,
CraftingMutationType.body_05 = 0x00000048
,
CraftingMutationType.arcane_03 = 0x00000049
,
CraftingMutationType.divine_05 = 0x0000004A
,
CraftingMutationType.chaos_07 = 0x0000004B
,
CraftingMutationType.law_02 = 0x0000004C
,
CraftingMutationType.evil_01 = 0x0000004D
,
CraftingMutationType.fire_08 = 0x0000004E
,
CraftingMutationType.air_06 = 0x0000004F
,
CraftingMutationType.mind_10 = 0x00000050
,
CraftingMutationType.mind_07 = 0x00000051
,
CraftingMutationType.body_06 = 0x00000052
,
CraftingMutationType.arcane_04 = 0x00000053
,
CraftingMutationType.divine_06 = 0x00000054
,
CraftingMutationType.chaos_08 = 0x00000055
,
CraftingMutationType.law_03 = 0x00000056
,
CraftingMutationType.evil_02 = 0x00000057
,
CraftingMutationType.good_10 = 0x00000058
,
CraftingMutationType.fire_09 = 0x00000059
,
CraftingMutationType.air_07 = 0x0000005A
,
CraftingMutationType.mind_11 = 0x0000005B
,
CraftingMutationType.mind_08 = 0x0000005C
,
CraftingMutationType.body_07 = 0x0000005D
,
CraftingMutationType.arcane_05 = 0x0000005E
,
CraftingMutationType.divine_07 = 0x0000005F
,
CraftingMutationType.chaos_09 = 0x00000060
,
CraftingMutationType.law_04 = 0x00000061
,
CraftingMutationType.evil_03 = 0x00000062
,
CraftingMutationType.good_11 = 0x00000063
,
CraftingMutationType.air_08 = 0x00000064
,
CraftingMutationType.mind_12 = 0x00000065
,
CraftingMutationType.mind_09 = 0x00000066
,
CraftingMutationType.body_08 = 0x00000067
,
CraftingMutationType.arcane_06 = 0x00000068
,
CraftingMutationType.divine_08 = 0x00000069
,
CraftingMutationType.law_05 = 0x0000006A
,
CraftingMutationType.evil_04 = 0x0000006B
,
CraftingMutationType.good_12 = 0x0000006C
,
CraftingMutationType.air_09 = 0x0000006D
,
CraftingMutationType.body_09 = 0x0000006E
,
CraftingMutationType.arcane_07 = 0x0000006F
,
CraftingMutationType.divine_09 = 0x00000070
,
CraftingMutationType.law_06 = 0x00000071
,
CraftingMutationType.evil_05 = 0x00000072
,
CraftingMutationType.good_01 = 0x00000073
,
CraftingMutationType.arcane_08 = 0x00000074
,
CraftingMutationType.law_07 = 0x00000075
,
CraftingMutationType.evil_06 = 0x00000076
,
CraftingMutationType.good_02 = 0x00000077
,
CraftingMutationType.arcane_09 = 0x00000078
,
CraftingMutationType.law_08 = 0x00000079
,
CraftingMutationType.evil_07 = 0x0000007A
,
CraftingMutationType.good_03 = 0x0000007B
,
CraftingMutationType.law_09 = 0x0000007C
,
CraftingMutationType.evil_08 = 0x0000007D
,
CraftingMutationType.good_04 = 0x0000007E
,
CraftingMutationType.evil_09 = 0x0000007F
,
CraftingMutationType.good_05 = 0x00000080
,
CraftingMutationType.good_06 = 0x00000081
,
CraftingMutationType.water_01 = 0x00000082
,
CraftingMutationType.earth_10 = 0x00000083
,
CraftingMutationType.good_07 = 0x00000084
,
CraftingMutationType.water_02 = 0x00000085
,
CraftingMutationType.air_10 = 0x00000086
,
CraftingMutationType.earth_11 = 0x00000087
,
CraftingMutationType.divine_10 = 0x00000088
,
CraftingMutationType.good_08 = 0x00000089
,
CraftingMutationType.water_03 = 0x0000008A
,
CraftingMutationType.air_11 = 0x0000008B
,
CraftingMutationType.earth_12 = 0x0000008C
,
CraftingMutationType.divine_11 = 0x0000008D
,
CraftingMutationType.good_09 = 0x0000008E
,
CraftingMutationType.water_04 = 0x0000008F
,
CraftingMutationType.air_12 = 0x00000090
,
CraftingMutationType.air_13 = 0x00000091
,
CraftingMutationType.divine_13 = 0x00000092
,
CraftingMutationType.arcane_13 = 0x00000093
,
CraftingMutationType.fire_13 = 0x00000094
,
CraftingMutationType.law_13 = 0x00000095
,
CraftingMutationType.body_13 = 0x00000096
,
CraftingMutationType.chaos_13 = 0x00000097
,
CraftingMutationType.evil_13 = 0x00000098
,
CraftingMutationType.water_13 = 0x00000099
,
CraftingMutationType.mind_13 = 0x0000009A
,
CraftingMutationType.good_13 = 0x0000009B
,
CraftingMutationType.earth_13 = 0x0000009C
,
CraftingMutationType.earth_new = 0x0000009D
,
CraftingMutationType.arcane_new = 0x0000009E
,
CraftingMutationType.evil_new = 0x0000009F
,
CraftingMutationType.body_new = 0x000000A0
,
CraftingMutationType.fire_new = 0x000000A1
,
CraftingMutationType.chaos_new = 0x000000A2
,
CraftingMutationType.law_new = 0x000000A3
,
CraftingMutationType.water_new = 0x000000A4
,
CraftingMutationType.mind_new = 0x000000A5
,
CraftingMutationType.good_new = 0x000000A6
,
CraftingMutationType.air_new = 0x000000A7
,
CraftingMutationType.divine_new = 0x000000A8
,
CraftingMutationType.cannith_new = 0x000000A9
} |
|
|
|
enum | CraftingSchool : uint {
CraftingSchool.Undef = 0x00000000
,
CraftingSchool.Arcane = 0x00000001
,
CraftingSchool.Divine = 0x00000002
,
CraftingSchool.Elemental = 0x00000003
,
CraftingSchool.Cannith = 0x00000004
} |
|
|
|
enum | CreationEntityPlacementType : uint {
CreationEntityPlacementType.Undef = 0x00000000
,
CreationEntityPlacementType.Scatter = 0x00000001
,
CreationEntityPlacementType.Give = 0x00000002
,
CreationEntityPlacementType.GiveToParty = 0x00000003
,
CreationEntityPlacementType.Internal = 0x00000004
,
CreationEntityPlacementType.ScatterInFront = 0x00000005
,
CreationEntityPlacementType.ScatterInBack = 0x00000006
,
CreationEntityPlacementType.Sarcophagus = 0x00000007
,
CreationEntityPlacementType.Collect = 0x00000008
} |
|
|
|
enum | CreatureGenus : uint {
CreatureGenus.Undef = 0x00000000
,
CreatureGenus.Dragon = 0x00000001
,
CreatureGenus.MagicalBeast = 0x00000002
,
CreatureGenus.Outsider_Earth = 0x00000003
,
CreatureGenus.Elemental_Water = 0x00000004
,
CreatureGenus.Humanoid_Reptilian = 0x00000005
,
CreatureGenus.Humanoid_Halfling = 0x00000006
,
CreatureGenus.Humanoid_Dwarf = 0x00000007
,
CreatureGenus.Animal = 0x00000008
,
CreatureGenus.Outsider_Chaotic = 0x00000009
,
CreatureGenus.Humanoid_Orc = 0x0000000A
,
CreatureGenus.Undead = 0x0000000B
,
CreatureGenus.Plant = 0x0000000C
,
CreatureGenus.Outsider_Evil = 0x0000000D
,
CreatureGenus.Giant = 0x0000000E
,
CreatureGenus.Outsider_Air = 0x0000000F
,
CreatureGenus.Humanoid_Aquatic = 0x00000010
,
CreatureGenus.Outsider_Lawful = 0x00000011
,
CreatureGenus.Vermin = 0x00000012
,
CreatureGenus.Fey = 0x00000013
,
CreatureGenus.Construct = 0x00000014
,
CreatureGenus.Humanoid_Goblinoid = 0x00000015
,
CreatureGenus.Humanoid_Human = 0x00000016
,
CreatureGenus.Humanoid_Elf = 0x00000017
,
CreatureGenus.Elemental_Earth = 0x00000018
,
CreatureGenus.Aberration = 0x00000019
,
CreatureGenus.Humanoid_Gnoll = 0x0000001A
,
CreatureGenus.Elemental_Fire = 0x0000001B
,
CreatureGenus.Elemental_Air = 0x0000001C
,
CreatureGenus.Outsider_Fire = 0x0000001D
,
CreatureGenus.Outsider_Native = 0x0000001E
,
CreatureGenus.MonstrousHumanoid = 0x0000001F
,
CreatureGenus.Outsider_Good = 0x00000020
,
CreatureGenus.Ooze = 0x00000021
,
CreatureGenus.Humanoid_Gnome = 0x00000022
,
CreatureGenus.Outsider_Water = 0x00000023
,
CreatureGenus.LivingConstruct = 0x00000024
,
CreatureGenus.Undead_Former_LivingConstruct = 0x00000025
,
CreatureGenus.Outsider_Lawful_Former_LivingConstruct = 0x00000026
,
CreatureGenus.Undead_Former_Humanoid = 0x00000027
,
CreatureGenus.Humanoid_Animal = 0x00000028
,
CreatureGenus.Reptilian_Animal = 0x00000029
} |
|
|
|
enum | CreatureTrait : uint {
CreatureTrait.Undef = 0x00000000
,
CreatureTrait.Boss = 0x00000001
,
CreatureTrait.Player = 0x00000002
,
CreatureTrait.Fire = 0x00000003
,
CreatureTrait.Baatezu = 0x00000004
,
CreatureTrait.Swarm = 0x00000005
,
CreatureTrait.Cold = 0x00000006
,
CreatureTrait.Angel = 0x00000007
,
CreatureTrait.Lawful = 0x00000008
,
CreatureTrait.Aquatic = 0x00000009
,
CreatureTrait.Floating = 0x0000000A
,
CreatureTrait.Shapechanger = 0x0000000C
,
CreatureTrait.Air = 0x0000000E
,
CreatureTrait.Reptilian = 0x0000000F
,
CreatureTrait.Goblinoid = 0x00000010
,
CreatureTrait.Water = 0x00000011
,
CreatureTrait.Native = 0x00000012
,
CreatureTrait.Chaotic = 0x00000013
,
CreatureTrait.Incorporeal = 0x00000014
,
CreatureTrait.Earth = 0x00000015
,
CreatureTrait.Evil = 0x00000016
,
CreatureTrait.Good = 0x00000017
,
CreatureTrait.Extraplanar = 0x00000018
,
CreatureTrait.Tanarri = 0x00000019
,
CreatureTrait.Neutral = 0x0000001A
,
CreatureTrait.Summoned = 0x0000001B
,
CreatureTrait.Baby = 0x0000001D
,
CreatureTrait.NoIntelligence = 0x0000001E
,
CreatureTrait.NoConstitution = 0x0000001F
,
CreatureTrait.UnderstandsCommon = 0x00000020
} |
|
|
|
enum | CreatureTraitsExtended : uint {
CreatureTraitsExtended.Undef = 0x00000000
,
CreatureTraitsExtended.Sightless = 0x00000002
,
CreatureTraitsExtended.WildMagic = 0x00000003
,
CreatureTraitsExtended.Raidboss = 0x00000004
,
CreatureTraitsExtended.VisionIgnoresLOS = 0x00000005
,
CreatureTraitsExtended.Miniboss = 0x00000006
} |
|
|
|
enum | CrestSocketType : uint {
CrestSocketType.Octopus = 0x00000001
,
CrestSocketType.Snake = 0x00000002
,
CrestSocketType.Bat = 0x00000003
,
CrestSocketType.Scorpion = 0x00000004
,
CrestSocketType.Monkey = 0x00000005
,
CrestSocketType.Wolf = 0x00000006
,
CrestSocketType.Spider = 0x00000007
,
CrestSocketType.Universal = 0x00000008
,
CrestSocketType.Security = 0x00000009
,
CrestSocketType.Hammer = 0x0000000A
,
CrestSocketType.Scythe = 0x0000000B
,
CrestSocketType.Sickle = 0x0000000C
,
CrestSocketType.Spear = 0x0000000D
,
CrestSocketType.Mace = 0x0000000E
,
CrestSocketType.Sword = 0x0000000F
,
CrestSocketType.Axe = 0x00000010
,
CrestSocketType.Scimitar = 0x00000011
,
CrestSocketType.Trident = 0x00000012
,
CrestSocketType.Kukri = 0x00000013
,
CrestSocketType.Orc = 0x00000014
,
CrestSocketType.Gnoll = 0x00000015
,
CrestSocketType.Kobold = 0x00000016
,
CrestSocketType.Defaced = 0x00000017
} |
|
|
|
enum | CurrencyType : uint {
CurrencyType.Invalid = 0x00000000
,
CurrencyType.Coins = 0x00000003
,
CurrencyType.Tokens = 0x00000004
,
CurrencyType.AstralShards = 0x00000005
} |
|
|
|
enum | CurrentLoad : uint {
CurrentLoad.Undef = 0x00000000
,
CurrentLoad.Low = 0x0000000A
,
CurrentLoad.Medium = 0x00000014
,
CurrentLoad.High = 0x0000001E
,
CurrentLoad.VeryHigh = 0x00000028
} |
|
|
|
enum | CursorPlacementMode : uint {
CursorPlacementMode.Invalid = 0x00000000
,
CursorPlacementMode.Camera = 0x00000001
,
CursorPlacementMode.Cursor = 0x00000002
} |
|
|
|
enum | CustomLightingClass : uint {
CustomLightingClass.TEST_Cold = 0x10000001
,
CustomLightingClass.TEST_Hot = 0x10000002
,
CustomLightingClass.DARKVISION = 0x10000003
,
CustomLightingClass.Faerie_Fire_Spell = 0x10000004
,
CustomLightingClass.Shrine_Gold = 0x10000005
,
CustomLightingClass.Shrine_Blue = 0x10000006
,
CustomLightingClass.Shadow_Rimlight = 0x10000007
} |
|
|
|
enum | DailyRewardTableType : uint {
DailyRewardTableType.Gold = 0x10000002
,
DailyRewardTableType.Silver = 0x10000003
} |
|
|
|
enum | DamageType : uint {
DamageType.Undef = 0x00000000
,
DamageType.Slash = 0x00000001
,
DamageType.Pierce = 0x00000002
,
DamageType.Bludgeon = 0x00000003
,
DamageType.Acid = 0x00000004
,
DamageType.Sonic = 0x00000005
,
DamageType.Fire = 0x00000006
,
DamageType.Electric = 0x00000007
,
DamageType.Cold = 0x00000008
,
DamageType.Good = 0x00000009
,
DamageType.Evil = 0x0000000A
,
DamageType.Lawful = 0x0000000B
,
DamageType.Chaotic = 0x0000000C
,
DamageType.Silver = 0x0000000D
,
DamageType.Adamantine = 0x0000000E
,
DamageType.Mithril = 0x0000000F
,
DamageType.ColdIron = 0x00000010
,
DamageType.Poison = 0x00000011
,
DamageType.Epic = 0x00000012
,
DamageType.Magic = 0x00000013
,
DamageType.Force = 0x00000014
,
DamageType.Suffocation = 0x00000015
,
DamageType.Light = 0x00000016
,
DamageType.Positive = 0x00000017
,
DamageType.Negative = 0x00000018
,
DamageType.Repair = 0x00000019
,
DamageType.Bane = 0x0000001A
,
DamageType.Strength = 0x0000001B
,
DamageType.Constitution = 0x0000001C
,
DamageType.Dexterity = 0x0000001D
,
DamageType.Intelligence = 0x0000001E
,
DamageType.Wisdom = 0x0000001F
,
DamageType.Charisma = 0x00000020
,
DamageType.SpellPoint = 0x00000021
,
DamageType.PositiveSpellPoint = 0x00000022
,
DamageType.Byeshk = 0x00000024
,
DamageType.Ki = 0x00000025
,
DamageType.PositiveKi = 0x00000026
,
DamageType.Crystal = 0x00000027
,
DamageType.Rust = 0x00000028
} |
|
|
|
enum | DayType : uint {
DayType.FairFairFair = 0x10000001
,
DayType.CloudyCloudyCloudy = 0x10000002
,
DayType.CloudyRainyFair = 0x10000003
,
DayType.FairCloudyFair = 0x10000004
,
DayType.FairFairCloudy = 0x10000005
,
DayType.CloudyRainyCloudy = 0x10000006
,
DayType.CloudyFairCloudy = 0x10000007
,
DayType.FairRainyFair = 0x10000008
,
DayType.FairRainyCloudy = 0x10000009
,
DayType.CloudyFairFair = 0x1000000A
,
DayType.FairCloudyCloudy = 0x1000000B
,
DayType.CloudyCloudyFair = 0x1000000C
} |
|
|
|
enum | DeathEffectNegativeLevelChannel : uint {
DeathEffectNegativeLevelChannel.Undef = 0x00000000
,
DeathEffectNegativeLevelChannel.Permanent = 0x00000001
,
DeathEffectNegativeLevelChannel.Temporary = 0x00000002
,
DeathEffectNegativeLevelChannel.Continuous = 0x00000003
} |
|
|
|
enum | Deco_Mode_Type : uint {
Deco_Mode_Type.normal = 0x00000005
,
Deco_Mode_Type.shadowfell = 0x00000006
} |
|
|
|
enum | DepthBiasType : uint {
DepthBiasType.BiasForward1 = 0x00000003
,
DepthBiasType.BiasForward2 = 0x00000004
,
DepthBiasType.BiasForward3 = 0x00000005
,
DepthBiasType.BiasForward4 = 0x00000006
,
DepthBiasType.BiasForward5 = 0x00000007
,
DepthBiasType.BiasBackward1 = 0x00000008
,
DepthBiasType.BiasBackward2 = 0x00000009
,
DepthBiasType.BiasBackward3 = 0x0000000A
,
DepthBiasType.BiasBackward4 = 0x0000000B
,
DepthBiasType.BiasBackward5 = 0x0000000C
} |
|
|
|
enum | DestinyTomeType : uint {
DestinyTomeType.Undef = 0x00000000
,
DestinyTomeType.Feywild = 0x00000001
,
DestinyTomeType.Historic = 0x00000002
,
DestinyTomeType.Dread = 0x00000003
} |
|
|
|
enum | DialogResponse : uint {
DialogResponse.Undef = 0x00000000
,
DialogResponse.Fellowship_Recruit = 0x00000003
,
DialogResponse.Cancel = 0x00000004
,
DialogResponse.Fellowship_Decline = 0x00000005
,
DialogResponse.Fellowship_Accept = 0x00000006
,
DialogResponse.ConversationEnd = 0x00000007
,
DialogResponse.ResponseOption1 = 0x00000010
,
DialogResponse.ResponseOption2 = 0x00000011
,
DialogResponse.ResponseOption3 = 0x00000012
,
DialogResponse.ResponseOption4 = 0x00000013
,
DialogResponse.ResponseOption5 = 0x00000014
,
DialogResponse.ResponseOption6 = 0x00000015
,
DialogResponse.ResponseOption7 = 0x00000016
,
DialogResponse.ResponseOption8 = 0x00000017
,
DialogResponse.Trade_Open = 0x00000018
,
DialogResponse.ResponseOption9 = 0x00000019
,
DialogResponse.ResponseOption10 = 0x0000001A
,
DialogResponse.ResponseOption11 = 0x0000001B
,
DialogResponse.ResponseOption12 = 0x0000001C
} |
|
|
|
enum | DialogType : uint {
DialogType.NameVerification = 0x10000001
,
DialogType.ConfirmDeleteDialog = 0x10000002
,
DialogType.SpellSwapDialog = 0x10000003
,
DialogType.SpellSelectorDialog = 0x10000004
,
DialogType.FeatRespecDialog = 0x10000005
,
DialogType.EffectDialog = 0x10000006
,
DialogType.ShopQuantityDialog = 0x10000007
,
DialogType.AvailableCharSelectDialog = 0x10000008
,
DialogType.PurchaseContentDialog = 0x10000009
,
DialogType.ReincarnationDialog = 0x1000000A
,
DialogType.ConfirmReincarnateDialog = 0x1000000B
,
DialogType.ConfirmNameDialog = 0x1000000C
,
DialogType.ConfirmAmountDialog = 0x1000000D
,
DialogType.EnhancementTreeMultiSelectDialog = 0x1000000E
,
DialogType.ConfirmThreeOptionsDialog = 0x1000000F
,
DialogType.PayShardsOrPlatDialog = 0x10000010
,
DialogType.ReaperEnhancementTreeMultiSelectDialog = 0x10000013
,
DialogType.NewEpicDestinyTreeMultiSelectDialog = 0x10000015
} |
|
|
|
enum | DifficultyType : uint {
DifficultyType.Solo = 0x00000000
,
DifficultyType.Normal = 0x00000001
,
DifficultyType.Hard = 0x00000002
,
DifficultyType.Elite = 0x00000003
,
DifficultyType.EliteFinished = 0x00000004
,
DifficultyType.Epic = 0x00000005
,
DifficultyType.Casual = 0x00000007
,
DifficultyType.Epic_Casual = 0x00000008
,
DifficultyType.Epic_Hard = 0x00000009
,
DifficultyType.Epic_Elite = 0x0000000A
,
DifficultyType.Reaper = 0x0000000B
,
DifficultyType.Epic_Reaper = 0x0000000C
,
DifficultyType.Common = 0x000000C8
,
DifficultyType.Uncommon = 0x000000C9
,
DifficultyType.Rare = 0x000000CA
,
DifficultyType.Named = 0x000000CB
,
DifficultyType.Blank = 0x000000CC
,
DifficultyType.Invalid = 0xFFFFFFFF
} |
|
|
|
enum | DiscoverableMapNotes : uint {
DiscoverableMapNotes.LastValid_MapNote = 0x000003FF
,
DiscoverableMapNotes.NumElements = 0x00000400
} |
|
|
|
enum | DrawModeType : uint {
DrawModeType.Undef = 0x00000000
,
DrawModeType.Normal = 0x00000001
,
DrawModeType.Overlay = 0x00000002
,
DrawModeType.Alphablend = 0x00000003
,
DrawModeType.Colorize = 0x00000004
,
DrawModeType.Multiply = 0x00000005
,
DrawModeType.Grayscale = 0x00000006
,
DrawModeType.Screen = 0x00000007
,
DrawModeType.None = 0x00000008
} |
|
|
|
enum | DropMethod : uint {
DropMethod.Undef = 0x00000000
,
DropMethod.DropForParty = 0x00000001
,
DropMethod.DropForKiller = 0x00000003
,
DropMethod.DropForKillerAndRandomOtherPartyMember = 0x00000004
,
DropMethod.DropForRandomPartyMember = 0x00000005
} |
|
|
|
enum | DryadTreeType : uint {
DryadTreeType.sc_fr_kgf_tree_elm_a = 0x00000001
,
DryadTreeType.sc_fr_kgf_tree_blackgum_a = 0x00000002
,
DryadTreeType.sc_fr_kgf_tree_maple_a = 0x00000003
,
DryadTreeType.sc_fr_kgf_tree_epic_a = 0x00000007
} |
|
|
|
enum | Dungeon_CachedAutoGroupType : uint {
Dungeon_CachedAutoGroupType.Undef = 0x00000000
,
Dungeon_CachedAutoGroupType.JoinPublic = 0x00000001
,
Dungeon_CachedAutoGroupType.NewPublic = 0x00000002
} |
|
|
|
enum | DungeonEvent : uint {
DungeonEvent.Invalid = 0x00000000
,
DungeonEvent.MonsterDied = 0x00000002
,
DungeonEvent.ItemDestroyed = 0x00000003
,
DungeonEvent.PlayerDied = 0x00000004
,
DungeonEvent.TimeExpired = 0x00000005
,
DungeonEvent.AllMonstersDied = 0x00000006
,
DungeonEvent.EndModule = 0x00000008
,
DungeonEvent.PlayerEntered = 0x00000009
,
DungeonEvent.PlayerLoggedOut = 0x0000000A
,
DungeonEvent.PlayerLoggedIn = 0x0000000B
,
DungeonEvent.PlayerLeft = 0x0000000C
,
DungeonEvent.ItemAcquired = 0x0000000D
,
DungeonEvent.PlayerArrived = 0x00000010
,
DungeonEvent.NPCArrived = 0x00000011
,
DungeonEvent.ItemUsed = 0x00000012
,
DungeonEvent.NPCDialog = 0x00000013
,
DungeonEvent.MonsterApproached = 0x00000014
,
DungeonEvent.AllPlayersPresent = 0x00000015
,
DungeonEvent.ScriptedEvent = 0x00000016
,
DungeonEvent.DisableDevice = 0x00000018
,
DungeonEvent.ItemDetected = 0x0000001A
,
DungeonEvent.HenchmanDied = 0x0000001B
,
DungeonEvent.NPCLeft = 0x0000001C
,
DungeonEvent.NPCEntered = 0x0000001D
,
DungeonEvent.EnvironmentChanged = 0x0000001E
,
DungeonEvent.Encounter = 0x00000023
,
DungeonEvent.LockModule = 0x00000024
} |
|
|
|
enum | Effect_Enh_ActiveSeason : uint {
Effect_Enh_ActiveSeason.Invalid = 0x00000000
,
Effect_Enh_ActiveSeason.winter = 0x00000001
,
Effect_Enh_ActiveSeason.summer = 0x00000002
,
Effect_Enh_ActiveSeason.fall = 0x00000003
,
Effect_Enh_ActiveSeason.spring = 0x00000004
,
Effect_Enh_ActiveSeason.none = 0x00000005
} |
|
|
|
enum | Effect_Environment_Type : uint {
Effect_Environment_Type.Invalid = 0x00000000
,
Effect_Environment_Type.Wet = 0x00000001
,
Effect_Environment_Type.Dusty = 0x00000002
,
Effect_Environment_Type.Plane_Dolurrh = 0x00000003
,
Effect_Environment_Type.Plane_Mabar = 0x00000004
,
Effect_Environment_Type.Plane_Risia = 0x00000005
,
Effect_Environment_Type.Plane_Daanvi = 0x00000006
,
Effect_Environment_Type.Plane_Fernia = 0x00000007
,
Effect_Environment_Type.Plane_Xoriat = 0x00000008
,
Effect_Environment_Type.Plane_Syrania = 0x00000009
,
Effect_Environment_Type.Plane_DalQuor = 0x0000000A
,
Effect_Environment_Type.Plane_Shavarath = 0x0000000B
,
Effect_Environment_Type.Plane_Thelanis = 0x0000000C
,
Effect_Environment_Type.Plane_Lamannia = 0x0000000D
,
Effect_Environment_Type.Plane_Irian = 0x0000000E
,
Effect_Environment_Type.Plane_Kythri = 0x0000000F
} |
|
|
|
enum | Effect_Result : uint {
Effect_Result.Undef = 0x00000000
,
Effect_Result.Filtered = 0x00000001
,
Effect_Result.Applied = 0x00000002
,
Effect_Result.Replaced = 0x00000003
,
Effect_Result.Absorbed = 0x00000004
,
Effect_Result.Cancelled = 0x00000005
,
Effect_Result.Reflected = 0x00000006
,
Effect_Result.Countered = 0x00000007
,
Effect_Result.Saved = 0x00000008
} |
|
|
|
enum | Effect_SpSummonThreat : uint {
Effect_SpSummonThreat.Invalid = 0x00000000
,
Effect_SpSummonThreat.decrease = 0x00000001
,
Effect_SpSummonThreat.increase = 0x00000002
} |
|
|
|
enum | Effect_Traits : uint {
Effect_Traits.Undef = 0x00000000
,
Effect_Traits.StrengthDrain = 0x00000001
,
Effect_Traits.Magic = 0x00000002
,
Effect_Traits.Stun = 0x00000003
,
Effect_Traits.Insanity = 0x00000004
,
Effect_Traits.Sickness = 0x00000005
,
Effect_Traits.Exhaustion = 0x00000006
,
Effect_Traits.Disease = 0x00000007
,
Effect_Traits.Fatigue = 0x00000008
,
Effect_Traits.Death = 0x00000009
,
Effect_Traits.Blindness = 0x0000000A
,
Effect_Traits.Nausea = 0x0000000B
,
Effect_Traits.NegativeEnergy = 0x0000000C
,
Effect_Traits.Deafness = 0x0000000D
,
Effect_Traits.Dazzle = 0x0000000E
,
Effect_Traits.IntelligenceDrain = 0x0000000F
,
Effect_Traits.Confusion = 0x00000010
,
Effect_Traits.Fear = 0x00000011
,
Effect_Traits.WisdomDrain = 0x00000012
,
Effect_Traits.EnergyDrain = 0x00000013
,
Effect_Traits.DexterityDrain = 0x00000014
,
Effect_Traits.Daze = 0x00000015
,
Effect_Traits.CharismaDrain = 0x00000016
,
Effect_Traits.ConstitutionDrain = 0x00000017
,
Effect_Traits.Poison = 0x00000018
,
Effect_Traits.Petrification = 0x00000019
,
Effect_Traits.Invisibility = 0x0000001A
,
Effect_Traits.Curse = 0x0000001B
,
Effect_Traits.Paralysis = 0x0000001C
,
Effect_Traits.Charm = 0x0000001D
,
Effect_Traits.Enchantment = 0x0000001F
,
Effect_Traits.Sleep = 0x00000020
} |
|
|
|
enum | EffectCategory : uint {
EffectCategory.Undef = 0x00000000
,
EffectCategory.IsInterestedInDamage = 0x00000001
,
EffectCategory.IsInterestedInHeartbeats = 0x00000002
,
EffectCategory.IsInterestedInOtherEffects = 0x00000003
,
EffectCategory.IsInterestedInSpells = 0x00000004
,
EffectCategory.IsInterestedInAttacks = 0x00000005
,
EffectCategory.IsInterestedInBeingDamaged = 0x00000006
,
EffectCategory.IsInterestedInBeingAttacked = 0x00000007
,
EffectCategory.IsInterestedInRest = 0x00000008
,
EffectCategory.OnTavern = 0x00000009
,
EffectCategory.OnUse = 0x0000000A
,
EffectCategory.OnDeath = 0x0000000B
,
EffectCategory.OnEquip = 0x0000000C
,
EffectCategory.OnAcquire = 0x0000000D
,
EffectCategory.OnHit = 0x0000000E
,
EffectCategory.OnCriticalHit = 0x0000000F
,
EffectCategory.OnEnterMonitor = 0x00000010
,
EffectCategory.OnDamage = 0x00000011
,
EffectCategory.OnCreation = 0x00000012
,
EffectCategory.OnSpell = 0x00000013
,
EffectCategory.OnSave = 0x00000014
,
EffectCategory.OnLeaveMonitor = 0x00000015
,
EffectCategory.OnDamaged = 0x00000016
,
EffectCategory.OnExpiration = 0x00000017
,
EffectCategory.OnExecution = 0x00000018
,
EffectCategory.OnQuestComplete = 0x00000019
,
EffectCategory.OnQuestFailure = 0x0000001A
,
EffectCategory.OnLoot = 0x0000001B
,
EffectCategory.OnApplication = 0x0000001C
,
EffectCategory.OnBroken = 0x0000001D
,
EffectCategory.OnSummoned = 0x0000001E
,
EffectCategory.OnRest = 0x0000001F
} |
|
|
|
enum | EffectCategoryExtended : uint {
EffectCategoryExtended.Undef = 0x00000000
,
EffectCategoryExtended.OnVorpal = 0x00000001
,
EffectCategoryExtended.OnITakeDamage = 0x00000002
,
EffectCategoryExtended.OnIGetHit = 0x00000003
,
EffectCategoryExtended.OnResurrect = 0x00000004
,
EffectCategoryExtended.OnHitAfterDamage = 0x00000005
,
EffectCategoryExtended.OnApplicationAfterFiltration = 0x00000006
,
EffectCategoryExtended.OnSneakAttack = 0x00000007
,
EffectCategoryExtended.OnIGetSneakAttacked = 0x00000008
,
EffectCategoryExtended.OnDeclinePastHalfHP = 0x00000009
,
EffectCategoryExtended.OnHitMelee = 0x0000000A
,
EffectCategoryExtended.OnDamageMelee = 0x0000000B
,
EffectCategoryExtended.OnVorpalMelee = 0x0000000C
,
EffectCategoryExtended.OnCriticalHitMelee = 0x0000000D
,
EffectCategoryExtended.OnHitMissile = 0x0000000E
,
EffectCategoryExtended.OnDamageMissile = 0x0000000F
,
EffectCategoryExtended.OnVorpalMissile = 0x00000010
,
EffectCategoryExtended.OnCriticalHitMissile = 0x00000011
,
EffectCategoryExtended.OnHitUnarmed = 0x00000012
,
EffectCategoryExtended.OnDamageUnarmed = 0x00000013
,
EffectCategoryExtended.OnVorpalUnarmed = 0x00000014
,
EffectCategoryExtended.OnCriticalHitUnarmed = 0x00000015
,
EffectCategoryExtended.OnDeathSelf = 0x00000016
,
EffectCategoryExtended.OnKill = 0x00000017
,
EffectCategoryExtended.OnVorpalSneakAttack = 0x00000018
,
EffectCategoryExtended.OnSpellcast = 0x00000019
,
EffectCategoryExtended.OnInduction = 0x0000001A
,
EffectCategoryExtended.OnInductionInterrupted = 0x0000001B
,
EffectCategoryExtended.OnITakeSpellDamage = 0x0000001C
,
EffectCategoryExtended.SaveAutoFailureImmunity = 0x0000001D
,
EffectCategoryExtended.AblativeDamageReduction = 0x0000001E
,
EffectCategoryExtended.AblativeDamageResistance = 0x0000001F
,
EffectCategoryExtended.OnPublicSpace = 0x00000020
,
EffectCategoryExtended.OnSoloDungeonSpace = 0x00000021
,
EffectCategoryExtended.OnNormalDungeonSpace = 0x00000022
,
EffectCategoryExtended.OnHardDungeonSpace = 0x00000023
,
EffectCategoryExtended.OnEliteDungeonSpace = 0x00000024
,
EffectCategoryExtended.IsInterestedInDeclinePastHalfHP = 0x00000025
,
EffectCategoryExtended.OnOnSneakAttackUnarmed = 0x00000026
,
EffectCategoryExtended.OnHitAfterDamageUnarmed = 0x00000027
,
EffectCategoryExtended.OnKilledCompareLevel = 0x00000029
,
EffectCategoryExtended.OnMiss = 0x0000002A
,
EffectCategoryExtended.OnMissUnarmed = 0x0000002B
,
EffectCategoryExtended.OnMissMelee = 0x0000002C
,
EffectCategoryExtended.OnMissMissile = 0x0000002D
,
EffectCategoryExtended.OnIGetMissed = 0x0000002E
,
EffectCategoryExtended.OnAttack = 0x0000002F
,
EffectCategoryExtended.OnIGetAttacked = 0x00000030
,
EffectCategoryExtended.OnQuestHeroicComplete = 0x00000031
,
EffectCategoryExtended.OnQuestEpicComplete = 0x00000032
,
EffectCategoryExtended.OnQuestEpicEliteComplete = 0x00000033
,
EffectCategoryExtended.OnQuestEpicHardComplete = 0x00000034
,
EffectCategoryExtended.OnQuestEpicNormalComplete = 0x00000035
,
EffectCategoryExtended.OnQuestHeroicEliteComplete = 0x00000036
,
EffectCategoryExtended.OnQuestHeroicHardComplete = 0x00000037
,
EffectCategoryExtended.OnQuestHeroicNormalComplete = 0x00000038
,
EffectCategoryExtended.OnAvoidHitMelee = 0x00000039
,
EffectCategoryExtended.OnAvoidHitMissile = 0x0000003A
,
EffectCategoryExtended.OnAvoidHitUnarmed = 0x0000003B
,
EffectCategoryExtended.OnIAvoidHitMelee = 0x0000003C
,
EffectCategoryExtended.OnIAvoidHitMissile = 0x0000003D
,
EffectCategoryExtended.OnIAvoidHitUnarmed = 0x0000003E
,
EffectCategoryExtended.OnITakeRangedDamage = 0x0000003F
} |
|
|
|
enum | EffectChannel : uint {
EffectChannel.Undef = 0x00000000
,
EffectChannel.Sleep = 0x00000002
,
EffectChannel.UndeadAttackBonus = 0x00000006
,
EffectChannel.Blind = 0x0000000B
,
EffectChannel.PoisonDamageOverTime = 0x0000000F
,
EffectChannel.Deafen = 0x00000010
,
EffectChannel.ElementalResistance = 0x00000014
,
EffectChannel.FireDamageOverTime = 0x0000001C
,
EffectChannel.ElementalProtection = 0x0000001D
,
EffectChannel.Curse = 0x00000026
,
EffectChannel.Aura = 0x00000027
,
EffectChannel.PositiveDamageOverTime = 0x00000036
,
EffectChannel.Dazed = 0x00000038
,
EffectChannel.AcidDamageOverTime = 0x00000041
,
EffectChannel.ScarabOfProtection = 0x0000004C
,
EffectChannel.ShieldAbsorbMissiles = 0x000000A5
,
EffectChannel.Condition_Entangled = 0x000000AF
,
EffectChannel.Condition_Helpless = 0x000000B2
,
EffectChannel.SonicVulnerability = 0x000000B5
,
EffectChannel.UndeadAttack = 0x000000B9
,
EffectChannel.ArmorClass = 0x000000BA
,
EffectChannel.AcidResistance = 0x000000BB
,
EffectChannel.ColdVulnerability = 0x000000BC
,
EffectChannel.Constitution = 0x000000BD
,
EffectChannel.ShieldArmorClass = 0x000000BE
,
EffectChannel.TemporaryHP = 0x000000C0
,
EffectChannel.Wisdom = 0x000000C1
,
EffectChannel.Deflection = 0x000000C2
,
EffectChannel.NaturalArmor = 0x000000C5
,
EffectChannel.OpenLock = 0x000000C6
,
EffectChannel.FireResistance = 0x000000C8
,
EffectChannel.Entangle = 0x000000C9
,
EffectChannel.Attack = 0x000000CA
,
EffectChannel.AcidReduction = 0x000000CC
,
EffectChannel.SonicReduction = 0x000000CE
,
EffectChannel.ColdReduction = 0x000000CF
,
EffectChannel.MoveSilently = 0x000000D1
,
EffectChannel.FireVulnerability = 0x000000D2
,
EffectChannel.Intelligence = 0x000000D3
,
EffectChannel.Hide = 0x000000D4
,
EffectChannel.ElectricVulnerability = 0x000000D5
,
EffectChannel.Charisma = 0x000000D8
,
EffectChannel.AcidVulnerability = 0x000000D9
,
EffectChannel.ElectricResistance = 0x000000DA
,
EffectChannel.SonicResistance = 0x000000DB
,
EffectChannel.Morale = 0x000000DC
,
EffectChannel.Damage = 0x000000DD
,
EffectChannel.Dodge = 0x000000DE
,
EffectChannel.Save = 0x000000E0
,
EffectChannel.Dexterity = 0x000000E1
,
EffectChannel.ColdResistance = 0x000000E2
,
EffectChannel.AdamantineReduction = 0x000000E3
,
EffectChannel.ElectricReduction = 0x000000E4
,
EffectChannel.Paralysis = 0x000000E6
,
EffectChannel.Strength = 0x000000E7
,
EffectChannel.FireReduction = 0x000000E9
,
EffectChannel.SpellResistance = 0x000000EB
,
EffectChannel.Petrified = 0x000000EC
,
EffectChannel.Webbed = 0x000000EE
,
EffectChannel.FrozenIce = 0x000000EF
,
EffectChannel.Paralyzed = 0x000000F0
,
EffectChannel.PositiveAbilityDamageOverTime = 0x000000F1
,
EffectChannel.Condition_Dazzled = 0x000000F2
,
EffectChannel.Condition_Panicked = 0x000000F3
,
EffectChannel.Condition_Invisible = 0x000000F4
,
EffectChannel.Condition_Turned = 0x000000F5
,
EffectChannel.Condition_Stunned = 0x000000F6
,
EffectChannel.Condition_Shaken = 0x000000F7
,
EffectChannel.Condition = 0x000000F8
,
EffectChannel.Condition_Sickened = 0x000000F9
,
EffectChannel.Condition_Dazed = 0x000000FA
,
EffectChannel.Condition_Frightened = 0x000000FB
,
EffectChannel.Condition_Incorporeal = 0x000000FC
,
EffectChannel.Condition_Paralyzed = 0x000000FD
,
EffectChannel.Condition_Blinded = 0x000000FE
,
EffectChannel.Condition_Fascinated = 0x000000FF
,
EffectChannel.Condition_Cowering = 0x00000100
,
EffectChannel.Condition_Nauseated = 0x00000101
,
EffectChannel.Condition_Petrified = 0x00000102
,
EffectChannel.Condition_Exhausted = 0x00000103
,
EffectChannel.Condition_Deafened = 0x00000104
,
EffectChannel.AuraOfCourage = 0x00000105
,
EffectChannel.Jump = 0x00000107
,
EffectChannel.ReverseGravity = 0x00000108
,
EffectChannel.WeakGravity = 0x00000109
,
EffectChannel.Frightened = 0x0000010A
,
EffectChannel.Nauseated = 0x0000010B
,
EffectChannel.Skill = 0x0000010C
,
EffectChannel.Climb = 0x0000010D
,
EffectChannel.Stun = 0x0000010E
,
EffectChannel.DetectTraps = 0x0000010F
,
EffectChannel.DetectSecretDoors = 0x00000110
,
EffectChannel.DetectMagic = 0x00000111
,
EffectChannel.Knockdown = 0x00000112
,
EffectChannel.Mesmerize = 0x00000113
,
EffectChannel.ConditionalBonus = 0x00000114
,
EffectChannel.Charmed = 0x00000115
,
EffectChannel.CasterLevel = 0x00000116
,
EffectChannel.NPC_AttackMonsters = 0x00000117
,
EffectChannel.NPC_IsPotentialPlayerTarget = 0x00000118
,
EffectChannel.NPC_AttackPlayers = 0x00000119
,
EffectChannel.MasterworkBonus = 0x0000011A
,
EffectChannel.NPC_IsMonsterTarget = 0x0000011B
,
EffectChannel.Condition_Bluffed = 0x0000011C
,
EffectChannel.Listen = 0x0000011D
,
EffectChannel.ConDamageOverTime = 0x0000011E
,
EffectChannel.Swim = 0x0000011F
,
EffectChannel.Tumble = 0x00000121
,
EffectChannel.Search = 0x00000122
,
EffectChannel.Spot = 0x00000123
,
EffectChannel.MaxHP = 0x00000124
,
EffectChannel.NegativeDamageOverTime = 0x00000125
,
EffectChannel.Haggle = 0x00000126
,
EffectChannel.Concentration = 0x00000127
,
EffectChannel.Balance = 0x00000128
,
EffectChannel.UseMagicDevice = 0x00000129
,
EffectChannel.Perform = 0x0000012A
,
EffectChannel.Intimidate = 0x0000012B
,
EffectChannel.Heal = 0x0000012C
,
EffectChannel.Bluff = 0x0000012D
,
EffectChannel.DisableDevice = 0x0000012E
,
EffectChannel.Repair = 0x0000012F
,
EffectChannel.Diplomacy = 0x00000130
,
EffectChannel.LightningBoltWard = 0x00000131
,
EffectChannel.AcidSplashWard = 0x00000132
,
EffectChannel.DeathWard = 0x00000133
,
EffectChannel.MelfsAcidArrowWard = 0x00000134
,
EffectChannel.InflictModerateWoundsWard = 0x00000135
,
EffectChannel.InflictLightWoundsWard = 0x00000136
,
EffectChannel.PoisonImmunity = 0x00000137
,
EffectChannel.EnchantmentImmunity = 0x00000138
,
EffectChannel.PreventInvisibility = 0x00000139
,
EffectChannel.ProtectionFromEvil = 0x0000013A
,
EffectChannel.FearImmunity = 0x0000013B
,
EffectChannel.MindFogWard = 0x0000013C
,
EffectChannel.SpellAbsorption = 0x0000013D
,
EffectChannel.NauseaImmunity = 0x0000013E
,
EffectChannel.SleepImmunity = 0x0000013F
,
EffectChannel.EnergyDrainImmunity = 0x00000140
,
EffectChannel.DiseaseImmunity = 0x00000141
,
EffectChannel.ParalysisImmunity = 0x00000142
,
EffectChannel.ExhaustionImmunity = 0x00000143
,
EffectChannel.Rest = 0x00000144
,
EffectChannel.Returning = 0x00000146
,
EffectChannel.BleedDamageOverTime = 0x00000147
,
EffectChannel.Feeblemind = 0x00000149
,
EffectChannel.HealingImmunity = 0x0000014A
,
EffectChannel.PositiveVulnerability = 0x0000014B
,
EffectChannel.Condition_Hidden = 0x0000014C
,
EffectChannel.Unique = 0x0000014D
,
EffectChannel.Save_Fortitude = 0x0000014E
,
EffectChannel.Save_Will = 0x0000014F
,
EffectChannel.Save_Reflex = 0x00000150
,
EffectChannel.DamageFlags = 0x00000151
,
EffectChannel.DamageReduction = 0x00000153
,
EffectChannel.Cowering = 0x00000154
,
EffectChannel.Shaken = 0x00000155
,
EffectChannel.WaterBreathing = 0x00000156
,
EffectChannel.Panicked = 0x00000157
,
EffectChannel.Dance = 0x00000158
,
EffectChannel.ConstitutionOverride = 0x00000159
,
EffectChannel.IntelligenceOverride = 0x0000015A
,
EffectChannel.WisdomOverride = 0x0000015B
,
EffectChannel.DexterityOverride = 0x0000015C
,
EffectChannel.CharismaOverride = 0x0000015D
,
EffectChannel.StrengthOverride = 0x0000015E
,
EffectChannel.MaxDurability = 0x0000015F
,
EffectChannel.Hardness = 0x00000160
,
EffectChannel.Material = 0x00000161
,
EffectChannel.CriticalHitRangeBonus = 0x00000162
,
EffectChannel.BypassesIncorporeality = 0x00000163
,
EffectChannel.CriticalHitResistance = 0x00000164
,
EffectChannel.EnhancementBonus = 0x00000165
,
EffectChannel.SkillCheckPenalty = 0x00000166
,
EffectChannel.AttackAbility = 0x00000167
,
EffectChannel.SpellFailureChance = 0x00000168
,
EffectChannel.Value = 0x00000169
,
EffectChannel.MinLevel = 0x0000016A
,
EffectChannel.Difficulty = 0x0000016B
,
EffectChannel.RaceRequired = 0x0000016C
,
EffectChannel.Imbue = 0x0000016D
,
EffectChannel.ImbueAlignment = 0x0000016E
,
EffectChannel.OnDamage = 0x0000016F
,
EffectChannel.OnCriticalHit = 0x00000170
,
EffectChannel.OnEquip = 0x00000171
,
EffectChannel.MaxSP = 0x00000172
,
EffectChannel.OnDeath = 0x00000173
,
EffectChannel.AppearanceRobeKey = 0x00000175
,
EffectChannel.AppearanceGearKey = 0x00000176
,
EffectChannel.AppearanceArmorKey = 0x00000177
,
EffectChannel.Save_Will_Fear = 0x00000178
,
EffectChannel.CanCast = 0x00000179
,
EffectChannel.AppearanceDyemapModifier = 0x0000017E
,
EffectChannel.MaxCharges = 0x00000180
,
EffectChannel.Spell = 0x00000182
,
EffectChannel.MaxDexBonus = 0x00000184
,
EffectChannel.ArmorType = 0x00000185
,
EffectChannel.BlindnessImmunity = 0x00000189
,
EffectChannel.TavernSP = 0x0000018A
,
EffectChannel.TavernAP = 0x0000018B
,
EffectChannel.TavernHP = 0x0000018C
,
EffectChannel.Poison = 0x0000018D
,
EffectChannel.AC_Shield = 0x0000018E
,
EffectChannel.AC_NaturalArmor = 0x0000018F
,
EffectChannel.AC_Dodge = 0x00000190
,
EffectChannel.AC_Armor = 0x00000191
,
EffectChannel.AC_Misc = 0x00000192
,
EffectChannel.AC_Deflection = 0x00000193
,
EffectChannel.SeeInvisibility = 0x00000194
,
EffectChannel.DamageAmplification = 0x00000195
,
EffectChannel.Recharges = 0x00000197
,
EffectChannel.NegativeVulnerability = 0x00000198
,
EffectChannel.Speed_Tumble = 0x00000199
,
EffectChannel.Speed_OverallMelee = 0x0000019A
,
EffectChannel.Speed_OverallRun = 0x0000019B
,
EffectChannel.Speed_SpellRun = 0x0000019C
,
EffectChannel.Speed_OverallMissile = 0x0000019D
,
EffectChannel.Speed_Swim = 0x0000019E
,
EffectChannel.Speed_Unarmed = 0x0000019F
,
EffectChannel.Speed_SneakRun = 0x000001A0
,
EffectChannel.Speed_Shield = 0x000001A1
,
EffectChannel.Speed_Staff = 0x000001A2
,
EffectChannel.Speed_Thrown = 0x000001A3
,
EffectChannel.Speed_Bow = 0x000001A4
,
EffectChannel.Speed_Dual = 0x000001A5
,
EffectChannel.Speed_2Hand = 0x000001A6
,
EffectChannel.Speed_Crossbow = 0x000001A7
,
EffectChannel.Speed_Axe = 0x000001A8
,
EffectChannel.Speed_NormalRun = 0x000001A9
,
EffectChannel.Speed_1Hand = 0x000001AA
,
EffectChannel.Speed_RangedRun = 0x000001AB
,
EffectChannel.FeatherFall = 0x000001AD
,
EffectChannel.KnockdownImmunity = 0x000001AE
,
EffectChannel.Basic_Rage = 0x000001AF
,
EffectChannel.ManyShot = 0x000001B0
,
EffectChannel.Save_Fortitude_Enchantment = 0x000001B1
,
EffectChannel.Save_Reflex_Enchantment = 0x000001B2
,
EffectChannel.Save_Will_Enchantment = 0x000001B3
,
EffectChannel.Save_Reflex_Poison = 0x000001B5
,
EffectChannel.Save_Will_Poison = 0x000001B6
,
EffectChannel.Save_Fortitude_Poison = 0x000001B7
,
EffectChannel.SlashingDamageOverTime = 0x000001B8
,
EffectChannel.DCBoostHamstring = 0x000001BA
,
EffectChannel.DCBoostSap = 0x000001BB
,
EffectChannel.DCBoostTrip = 0x000001BC
,
EffectChannel.DCBoostSlicingBlow = 0x000001BD
,
EffectChannel.DCBoostStunningBlow = 0x000001BE
,
EffectChannel.DCBoostImprovedTrip = 0x000001BF
,
EffectChannel.DCBoostSunder = 0x000001C0
,
EffectChannel.DCBoostImprovedSunder = 0x000001C1
,
EffectChannel.DCBoostSuggestion = 0x000001C2
,
EffectChannel.DCBoostMassSuggestion = 0x000001C3
,
EffectChannel.CureDiseaseWard = 0x000001C4
,
EffectChannel.GlobeOfInvulnerabilityWard = 0x000001C5
,
EffectChannel.GlobeOfInvulnerabilitySuppressor = 0x000001C6
,
EffectChannel.SpellCrits = 0x000001C7
,
EffectChannel.AppearanceSkirtKey = 0x000001C8
,
EffectChannel.GenusRequired = 0x000001C9
,
EffectChannel.GenusAbsolutelyExcluded = 0x000001CA
,
EffectChannel.GenusExcluded = 0x000001CB
,
EffectChannel.GenusAbsolutelyRequired = 0x000001CD
,
EffectChannel.SneakAttackDamageAdder = 0x000001CE
,
EffectChannel.CriticalConfirmationBonus = 0x000001CF
,
EffectChannel.SneakAttackTohitbonus = 0x000001D0
,
EffectChannel.RaceRequired2 = 0x000001D1
,
EffectChannel.RaceRequired3 = 0x000001D2
,
EffectChannel.RaceRequired4 = 0x000001D3
,
EffectChannel.RaceRequired5 = 0x000001D4
,
EffectChannel.OnVorpal = 0x000001D5
,
EffectChannel.HolyDamageOverTime = 0x000001D6
,
EffectChannel.PiercingDamageOverTime = 0x000001D7
,
EffectChannel.DexDamageOverTime = 0x000001D8
,
EffectChannel.ForceDamageOverTime = 0x000001D9
,
EffectChannel.ChaDamageOverTime = 0x000001DA
,
EffectChannel.StrDamageOverTime = 0x000001DB
,
EffectChannel.ElectricDamageOverTime = 0x000001DC
,
EffectChannel.WisDamageOverTime = 0x000001DD
,
EffectChannel.UnholyDamageOverTime = 0x000001DE
,
EffectChannel.SonicDamageOverTime = 0x000001DF
,
EffectChannel.ColdDamageOverTime = 0x000001E0
,
EffectChannel.BludgeoningDamageOverTime = 0x000001E1
,
EffectChannel.IntDamageOverTime = 0x000001E2
,
EffectChannel.ReflectiveOnVorpal = 0x000001E3
,
EffectChannel.ReflectiveOnHit = 0x000001E4
,
EffectChannel.ReflectiveOnITakeDamage = 0x000001E5
,
EffectChannel.ReflectiveOnIGetHit = 0x000001E6
,
EffectChannel.ReflectiveOnDamage = 0x000001E7
,
EffectChannel.ReflectiveOnCriticalHit = 0x000001E8
,
EffectChannel.TrueSeeing = 0x000001E9
,
EffectChannel.Blurry = 0x000001EB
,
EffectChannel.Displaced = 0x000001EC
,
EffectChannel.OnResurrect = 0x000001EE
,
EffectChannel.SpellPenetration8 = 0x000001EF
,
EffectChannel.SpellPenetration9 = 0x000001F0
,
EffectChannel.SpellPenetration1 = 0x000001F1
,
EffectChannel.SpellPenetration2 = 0x000001F2
,
EffectChannel.SpellPenetration3 = 0x000001F3
,
EffectChannel.SpellPenetration4 = 0x000001F4
,
EffectChannel.SpellPenetration5 = 0x000001F5
,
EffectChannel.SpellPenetration6 = 0x000001F6
,
EffectChannel.SpellPenetration7 = 0x000001F7
,
EffectChannel.SpringAttack = 0x000001F9
,
EffectChannel.OnIGetHit = 0x000001FA
,
EffectChannel.GlobalSpellFailure = 0x000001FB
,
EffectChannel.AblativeDR = 0x000001FC
,
EffectChannel.IsBoundOnAcquire = 0x000001FD
,
EffectChannel.BeholderWard = 0x00000200
,
EffectChannel.Concealed = 0x00000201
,
EffectChannel.SpellFocusTransmutation = 0x00000202
,
EffectChannel.SpellFocusEnchantment = 0x00000203
,
EffectChannel.SpellFocusIllusion = 0x00000204
,
EffectChannel.SpellFocusEvocation = 0x00000205
,
EffectChannel.SpellFocusAbjuration = 0x00000206
,
EffectChannel.SpellFocusConjuration = 0x00000207
,
EffectChannel.SpellFocusNecromancy = 0x00000208
,
EffectChannel.SlipperyImmune = 0x00000209
,
EffectChannel.DexterityInherent = 0x0000020A
,
EffectChannel.WisdomInherent = 0x0000020B
,
EffectChannel.CharismaInherent = 0x0000020C
,
EffectChannel.ConstitutionInherent = 0x0000020D
,
EffectChannel.IntelligenceInherent = 0x0000020E
,
EffectChannel.StrengthInherent = 0x0000020F
,
EffectChannel.AttackRanged = 0x00000210
,
EffectChannel.TurnUndeadClericLevelBonus = 0x00000211
,
EffectChannel.ClassRequired = 0x00000212
,
EffectChannel.ClassRequired2 = 0x00000213
,
EffectChannel.ClassRequired3 = 0x00000214
,
EffectChannel.ClassRequired4 = 0x00000215
,
EffectChannel.ClassRequired5 = 0x00000216
,
EffectChannel.Condition_TensersTransformed = 0x00000217
,
EffectChannel.BlurryPercentage = 0x00000218
,
EffectChannel.TavernXP = 0x00000219
,
EffectChannel.OnSneakAttack = 0x0000021A
,
EffectChannel.Flying = 0x0000021B
,
EffectChannel.RaceExcluded = 0x0000021C
,
EffectChannel.RaceExcludedAbsolute = 0x0000021D
,
EffectChannel.RaceRequiredAbsolute = 0x0000021E
,
EffectChannel.DetectThoughts = 0x0000021F
,
EffectChannel.AffectedByTelekinesis = 0x00000220
,
EffectChannel.OnTavernEffects = 0x00000221
,
EffectChannel.OnPublicSpaceEffects = 0x00000222
,
EffectChannel.OnITakeDamage = 0x00000223
,
EffectChannel.OnSurface_Magic_Slippery = 0x00000224
,
EffectChannel.QuestStormreaverChargeCount = 0x00000225
,
EffectChannel.HasTumble = 0x00000226
,
EffectChannel.HotFeetActive = 0x00000228
,
EffectChannel.Feat_Trapfinding = 0x00000229
,
EffectChannel.Bool9 = 0x0000022A
,
EffectChannel.NPC_ScriptedVulnerability = 0x0000022B
,
EffectChannel.Condition_Enraged = 0x0000022C
,
EffectChannel.Condition_DivinePower = 0x0000022D
,
EffectChannel.PositiveSPDamageOverTime = 0x0000022E
,
EffectChannel.NegativeSPDamageOverTime = 0x0000022F
,
EffectChannel.MagicThreatMultiplier = 0x00000237
,
EffectChannel.WeaponProcThreatMultiplier = 0x00000238
,
EffectChannel.MissileThreatMultiplier = 0x00000239
,
EffectChannel.MeleeThreatMultiplier = 0x0000023A
,
EffectChannel.ForceVulnerability = 0x0000023B
,
EffectChannel.ChaoticVulnerability = 0x0000023C
,
EffectChannel.LawfulVulnerability = 0x0000023D
,
EffectChannel.PoisonVulnerability = 0x0000023E
,
EffectChannel.EvilVulnerability = 0x0000023F
,
EffectChannel.GoodVulnerability = 0x00000240
,
EffectChannel.LightVulnerability = 0x00000241
,
EffectChannel.TurnUndeadMaxHitDiceBonus = 0x00000242
,
EffectChannel.TurnUndeadTotalHitDiceBonus = 0x00000243
,
EffectChannel.StatDamageWard = 0x00000244
,
EffectChannel.Temp_Feat_Weaponfocus_Falchion = 0x00000245
,
EffectChannel.Temp_Feat_Weaponfocus_Throwingdagger = 0x00000246
,
EffectChannel.Temp_Feat_MartialWeaponProficiency_Shortbow = 0x00000247
,
EffectChannel.Temp_Feat_MartialWeaponProficiency_Battleaxe = 0x00000248
,
EffectChannel.Temp_Feat_MartialWeaponProficiency_Rapier = 0x00000249
,
EffectChannel.Temp_Feat_Weaponfocus_Shuriken = 0x0000024A
,
EffectChannel.Temp_Feat_MartialWeaponProficiency_Handaxe = 0x0000024B
,
EffectChannel.Temp_Feat_Weaponfocus_Throwinghammer = 0x0000024C
,
EffectChannel.Temp_Feat_MartialWeaponProficiency_Kukuri = 0x0000024D
,
EffectChannel.Temp_Feat_Weaponfocus_Dart = 0x0000024E
,
EffectChannel.Temp_Feat_MartialWeaponProficiency_Heavypick = 0x0000024F
,
EffectChannel.Temp_Feat_MartialWeaponProficiency_Lightpick = 0x00000250
,
EffectChannel.Temp_Feat_MartialWeaponProficiency_Lighthammer = 0x00000251
,
EffectChannel.Temp_Feat_Weaponfocus_Throwingaxe = 0x00000252
,
EffectChannel.Temp_Feat_MartialWeaponProficiency_Greatsword = 0x00000253
,
EffectChannel.Temp_Feat_MartialWeaponProficiency_Longbow = 0x00000254
,
EffectChannel.Temp_Feat_MartialWeaponProficiency_Greataxe = 0x00000255
,
EffectChannel.Temp_Feat_ExoticlWeaponProficiency_Khopesh = 0x00000256
,
EffectChannel.Temp_Feat_ShieldProficiency_Tower = 0x00000257
,
EffectChannel.Temp_Feat_MartialWeaponProficiency_Warhammer = 0x00000258
,
EffectChannel.Temp_Feat_MartialWeaponProficiency_Falchion = 0x00000259
,
EffectChannel.Temp_Feat_MartialWeaponProficiency_Dwarvenaxe = 0x0000025A
,
EffectChannel.Temp_Feat_MartialWeaponProficiency_Throwingaxe = 0x0000025B
,
EffectChannel.Temp_Feat_MartialWeaponProficiency_Longsword = 0x0000025C
,
EffectChannel.Temp_Feat_MartialWeaponProficiency_Greatclub = 0x0000025D
,
EffectChannel.Temp_Feat_MartialWeaponProficiency_Maul = 0x0000025E
,
EffectChannel.Temp_Feat_MartialWeaponProficiency_Shortsword = 0x0000025F
,
EffectChannel.Temp_Feat_MartialWeaponProficiency_Scimitar = 0x00000260
,
EffectChannel.Temp_Feat_Fighter_ArmorMastery2 = 0x00000261
,
EffectChannel.Temp_Feat_Fighter_ArmorMastery1 = 0x00000262
,
EffectChannel.IsUnique = 0x00000263
,
EffectChannel.OnHit = 0x00000265
,
EffectChannel.CriticalDamageBonus = 0x00000266
,
EffectChannel.Temp_Feat_SimpleWeaponProficiency_HeavyCrossbow = 0x00000267
,
EffectChannel.Temp_Feat_SimpleWeaponProficiency_Unarmed = 0x00000268
,
EffectChannel.Temp_Feat_SimpleWeaponProficiency_Dagger = 0x00000269
,
EffectChannel.Temp_Feat_SimpleWeaponProficiency_Sickle = 0x0000026A
,
EffectChannel.Temp_Feat_SimpleWeaponProficiency_ThrowingDagger = 0x0000026B
,
EffectChannel.Temp_Feat_SimpleWeaponProficiency_Morningstar = 0x0000026C
,
EffectChannel.Temp_Feat_SimpleWeaponProficiency_Dart = 0x0000026D
,
EffectChannel.Temp_Feat_SimpleWeaponProficiency_LightMace = 0x0000026E
,
EffectChannel.Temp_Feat_SimpleWeaponProficiency_Quarterstaff = 0x0000026F
,
EffectChannel.Temp_Feat_SimpleWeaponProficiency_LightCrossbow = 0x00000270
,
EffectChannel.Temp_Feat_SimpleWeaponProficiency_HeavyMace = 0x00000271
,
EffectChannel.Temp_Feat_SimpleWeaponProficiency_Club = 0x00000272
,
EffectChannel.Temp_Feat_Mobility = 0x00000273
,
EffectChannel.Temp_Feat_PreciseShot = 0x00000274
,
EffectChannel.SpawnScreenWard = 0x00000275
,
EffectChannel.SpellCostMultiplier = 0x00000276
,
EffectChannel.Temp_Feat_MartialWeaponProficiency_Throwinghammer = 0x00000277
,
EffectChannel.OnUse = 0x00000278
,
EffectChannel.Condition_Quelled = 0x00000279
,
EffectChannel.XPMultiplier = 0x0000027A
,
EffectChannel.GhostTouch = 0x0000027B
,
EffectChannel.EnlargeCostBonus = 0x0000027C
,
EffectChannel.QuickenCostBonus = 0x0000027D
,
EffectChannel.ExtendCostBonus = 0x0000027E
,
EffectChannel.HeightenCostBonus = 0x0000027F
,
EffectChannel.MaximizeCostBonus = 0x00000280
,
EffectChannel.EmpowerHealCostBonus = 0x00000281
,
EffectChannel.EmpowerCostBonus = 0x00000282
,
EffectChannel.Temp_Feat_Toughness = 0x00000283
,
EffectChannel.ItemArmorBonus = 0x00000284
,
EffectChannel.NPC_ScriptedTrigger = 0x00000286
,
EffectChannel.IntercessionWard = 0x00000287
,
EffectChannel.DoomsphereWard = 0x00000288
,
EffectChannel.UnconsciousRegen = 0x0000028A
,
EffectChannel.IsBound = 0x0000028B
,
EffectChannel.IsBoundOnEquip = 0x0000028C
,
EffectChannel.SetBonusCount = 0x0000028D
,
EffectChannel.Icon_Underlay = 0x0000028E
,
EffectChannel.Icon_Background = 0x0000028F
,
EffectChannel.Placeholder = 0x00000290
,
EffectChannel.KiCombatRateOnCriticalHit = 0x00000291
,
EffectChannel.KiIsCentering = 0x00000292
,
EffectChannel.KiRegenRateCentered = 0x00000293
,
EffectChannel.KiCombatRateOnWasHit = 0x00000294
,
EffectChannel.KiRegenRateMeditation = 0x00000296
,
EffectChannel.KiRegenRateMauled = 0x00000297
,
EffectChannel.KiCombatRateOnWasCriticalHit = 0x00000298
,
EffectChannel.KiCombatRateOnHit = 0x00000299
,
EffectChannel.MaxKi = 0x0000029A
,
EffectChannel.KiMauledThreshold = 0x0000029B
,
EffectChannel.VisibilityOverlay = 0x0000029C
,
EffectChannel.KiRegenRate = 0x0000029D
,
EffectChannel.OnDeclinePastHalfHP = 0x0000029E
,
EffectChannel.SetBonusCount_THW_Tier1 = 0x0000029F
,
EffectChannel.Temp_Feat_ExoticWeaponProficiency_RepeatingHeavyCrossbow = 0x000002A1
,
EffectChannel.Temp_Feat_ExoticWeaponProficiency_RepeatingLightCrossbow = 0x000002A3
,
EffectChannel.SetBonusCount_SKP_Tier1 = 0x000002A4
,
EffectChannel.SetBonusCount_HS_Tier1 = 0x000002A5
,
EffectChannel.SetBonusCount_DS_Tier1 = 0x000002A6
,
EffectChannel.SetBonusCount_HAC_Tier1 = 0x000002A7
,
EffectChannel.SetBonusCount_SPP_Tier1 = 0x000002A8
,
EffectChannel.SetBonusCount_HDM_Tier1 = 0x000002A9
,
EffectChannel.SetBonusCount_RW_Tier1 = 0x000002AA
,
EffectChannel.OnHitMissile = 0x000002AB
,
EffectChannel.OnVorpalMissile = 0x000002AC
,
EffectChannel.OnDamageMissile = 0x000002AD
,
EffectChannel.OnVorpalUnarmed = 0x000002AE
,
EffectChannel.OnHitMelee = 0x000002AF
,
EffectChannel.OnCriticalHitMelee = 0x000002B0
,
EffectChannel.OnVorpalMelee = 0x000002B1
,
EffectChannel.OnHitUnarmed = 0x000002B2
,
EffectChannel.OnDamageUnarmed = 0x000002B3
,
EffectChannel.OnCriticalHitMissile = 0x000002B4
,
EffectChannel.OnDamageMelee = 0x000002B5
,
EffectChannel.OnCriticalHitUnarmed = 0x000002B6
,
EffectChannel.SetBonusCount_SD_DogRaid = 0x000002B7
,
EffectChannel.SetBonusCount_HDM_HDRaid = 0x000002B8
,
EffectChannel.SetBonusCount_HAC_DogRaid = 0x000002B9
,
EffectChannel.SetBonusCount_HEAL_DogRaid = 0x000002BA
,
EffectChannel.AlignmentRequired = 0x000002BB
,
EffectChannel.ImmunityToProcs = 0x000002BC
,
EffectChannel.Conditional_AttackBonus = 0x000002BF
,
EffectChannel.Conditional_DamageBonus = 0x000002C0
,
EffectChannel.MonkfireStance = 0x000002C2
,
EffectChannel.MonkWaterStance = 0x000002C3
,
EffectChannel.MonkAirStance = 0x000002C4
,
EffectChannel.MonkEarthStance = 0x000002C5
,
EffectChannel.AppearanceBreechesKey = 0x000002C6
,
EffectChannel.MonkFinisherEPEWard = 0x000002C7
,
EffectChannel.OnDeathSelf = 0x000002C9
,
EffectChannel.DamageFlagsInnate = 0x000002CB
,
EffectChannel.Immortal_NegNine = 0x000002CC
,
EffectChannel.DeathPactWard = 0x000002CD
,
EffectChannel.RageImmunity = 0x000002D0
,
EffectChannel.CreatureGenus = 0x000002D2
,
EffectChannel.WebstoreXPMultiplier = 0x000002D3
,
EffectChannel.SetBonusCount_Mod_9_PE_Sorcerer_3 = 0x000002D4
,
EffectChannel.SetBonusCount_Mod_9_PE_Sorcerer_4 = 0x000002D5
,
EffectChannel.SetBonusCount_Mod_9_PE_Paladin_1 = 0x000002D6
,
EffectChannel.SetBonusCount_Mod_9_PE_Misc_1 = 0x000002D7
,
EffectChannel.SetBonusCount_Mod_9_PE_Sorcerer_5 = 0x000002D8
,
EffectChannel.SetBonusCount_Mod_9_PE_Paladin_2 = 0x000002D9
,
EffectChannel.SetBonusCount_Mod_9_PE_Paladin_3 = 0x000002DA
,
EffectChannel.SetBonusCount_Mod_9_PE_Barbarian_1 = 0x000002DB
,
EffectChannel.SetBonusCount_Mod_9_PE_Barbarian_2 = 0x000002DC
,
EffectChannel.SetBonusCount_Mod_9_PE_Barbarian_3 = 0x000002DD
,
EffectChannel.SetBonusCount_Mod_9_PE_Monk_1 = 0x000002DE
,
EffectChannel.SetBonusCount_Mod_9_PE_Monk_2 = 0x000002DF
,
EffectChannel.SetBonusCount_Mod_9_PE_Wizard_1 = 0x000002E0
,
EffectChannel.SetBonusCount_Mod_9_PE_Ranger_1 = 0x000002E1
,
EffectChannel.SetBonusCount_Mod_9_PE_Monk_3 = 0x000002E2
,
EffectChannel.SetBonusCount_Mod_9_PE_Wizard_2 = 0x000002E3
,
EffectChannel.SetBonusCount_Mod_9_PE_Rogue_1 = 0x000002E4
,
EffectChannel.SetBonusCount_Mod_9_PE_Ranger_2 = 0x000002E5
,
EffectChannel.SetBonusCount_Mod_9_PE_Wizard_3 = 0x000002E6
,
EffectChannel.SetBonusCount_Mod_9_PE_Rogue_2 = 0x000002E7
,
EffectChannel.SetBonusCount_Mod_9_PE_Ranger_3 = 0x000002E8
,
EffectChannel.SetBonusCount_Mod_9_PE_Fighter_1 = 0x000002E9
,
EffectChannel.SetBonusCount_Mod_9_PE_Rogue_3 = 0x000002EA
,
EffectChannel.SetBonusCount_Mod_9_PE_Fighter_2 = 0x000002EB
,
EffectChannel.SetBonusCount_Mod_9_PE_Fighter_3 = 0x000002EC
,
EffectChannel.SetBonusCount_Mod_9_PE_Cleric_1 = 0x000002ED
,
EffectChannel.SetBonusCount_Mod_9_PE_Cleric_2 = 0x000002EE
,
EffectChannel.SetBonusCount_Mod_9_PE_Cleric_3 = 0x000002EF
,
EffectChannel.SetBonusCount_Mod_9_PE_Bard_1 = 0x000002F0
,
EffectChannel.SetBonusCount_Mod_9_PE_Bard_2 = 0x000002F1
,
EffectChannel.SetBonusCount_Mod_9_PE_Sorcerer_1 = 0x000002F2
,
EffectChannel.SetBonusCount_Mod_9_PE_Bard_3 = 0x000002F3
,
EffectChannel.SetBonusCount_Mod_9_PE_Sorcerer_2 = 0x000002F4
,
EffectChannel.WebstoreLootBonus = 0x000002F5
,
EffectChannel.ImplosionActive = 0x000002F6
,
EffectChannel.MutationSuppression = 0x000002F7
,
EffectChannel.ShieldBonus = 0x000002F8
,
EffectChannel.OnVorpalSneakAttack = 0x000002F9
,
EffectChannel.SpellLevelModifier = 0x000002FA
,
EffectChannel.EtherealToType = 0x000002FB
,
EffectChannel.Basic_Rage_Again = 0x000002FC
,
EffectChannel.AddBardSong = 0x000002FD
,
EffectChannel.AddUncannyDodge = 0x000002FE
,
EffectChannel.AddTurnUndead = 0x000002FF
,
EffectChannel.AddRage = 0x00000300
,
EffectChannel.AddRemoveDisease = 0x00000301
,
EffectChannel.AddGreaterdragonMark = 0x00000302
,
EffectChannel.AddLesserDragonMark = 0x00000303
,
EffectChannel.AnchoringImmunity = 0x00000304
,
EffectChannel.WisDamageWard = 0x00000305
,
EffectChannel.ConDamageWard = 0x00000306
,
EffectChannel.DexDamageWard = 0x00000307
,
EffectChannel.ChaDamageWard = 0x00000308
,
EffectChannel.StrDamageWard = 0x00000309
,
EffectChannel.IntDamageWard = 0x0000030A
,
EffectChannel.RepairVulnerability = 0x0000030B
,
EffectChannel.CriticalRageMultiplier = 0x0000030C
,
EffectChannel.GuestPass = 0x0000030D
,
EffectChannel.GuestPassAvailable = 0x0000030E
,
EffectChannel.AddActionBoost = 0x0000030F
,
EffectChannel.IsBoundToAccount = 0x00000310
,
EffectChannel.SetBonusCount_GygaxArneson = 0x00000311
,
EffectChannel.GrazingHitEffectMultiplier = 0x00000312
,
EffectChannel.StrongGravity = 0x00000315
,
EffectChannel.CanBeSold = 0x00000316
,
EffectChannel.Temp_Feat_Evasion = 0x00000317
,
EffectChannel.EpicWard = 0x00000318
,
EffectChannel.Constitution_DamageChanceToIgnore = 0x00000319
,
EffectChannel.Wisdom_DamageChanceToIgnore = 0x0000031A
,
EffectChannel.Dexterity_DamageChanceToIgnore = 0x0000031B
,
EffectChannel.Charisma_DamageChanceToIgnore = 0x0000031C
,
EffectChannel.Intelligence_DamageChanceToIgnore = 0x0000031D
,
EffectChannel.Strength_DamageChanceToIgnore = 0x0000031E
,
EffectChannel.SetBonusCount_FernianWraps = 0x0000031F
,
EffectChannel.Incorporeality = 0x00000320
,
EffectChannel.Condition_CrowdControlled = 0x00000322
,
EffectChannel.RaiseDeadImmunity = 0x00000323
,
EffectChannel.SetBonusCount_SentinelsBracers = 0x00000324
,
EffectChannel.UnarmedAttackLevel = 0x00000325
,
EffectChannel.SetBonusCount_SentinelsBastardSword = 0x00000326
,
EffectChannel.Temp_Feat_ExoticWeaponProficiency_BastardSword = 0x00000327
,
EffectChannel.SetBonusCount_SentinelsBastardSword_Epic = 0x00000328
,
EffectChannel.SetBonusCount_SentinelsKukri = 0x00000329
,
EffectChannel.SetBonusCount_SentinelsRapier = 0x0000032A
,
EffectChannel.TravellerSight = 0x0000032B
,
EffectChannel.TravellersEgg_Count = 0x0000032C
,
EffectChannel.WearingIceSkates = 0x0000032D
,
EffectChannel.SkinColor = 0x0000032F
,
EffectChannel.GhoulTouchActive = 0x00000330
,
EffectChannel.Temp_Feat_ImprovedCritical_Shortsword = 0x00000331
,
EffectChannel.Benefit_Monk_NinjaSpy_2_Active_Toggle = 0x00000332
,
EffectChannel.ArcaneArcherImbue = 0x00000333
,
EffectChannel.SpellGod = 0x00000334
,
EffectChannel.MinGuildLevel = 0x00000336
,
EffectChannel.CombatWater = 0x00000337
,
EffectChannel.ItemFrostValue = 0x00000338
,
EffectChannel.Treasure_RelativeLevel = 0x00000339
,
EffectChannel.Inventory_DropOnExit = 0x0000033A
,
EffectChannel.DeathAuraActive = 0x0000033C
,
EffectChannel.SetBonusCount_Sacred_Tier1 = 0x0000033D
,
EffectChannel.SetBonusCount_Claw_Tier1 = 0x0000033E
,
EffectChannel.SetBonusCount_Raven_Tier1 = 0x0000033F
,
EffectChannel.SetBonusCount_Siren_Tier1 = 0x00000340
,
EffectChannel.SetBonusCount_Venom_Tier1 = 0x00000341
,
EffectChannel.SetBonusCount_Shaman_Tier1 = 0x00000342
,
EffectChannel.SetBonusCount_Elder_Tier1 = 0x00000343
,
EffectChannel.SetBonusCount_Mire_Tier1 = 0x00000344
,
EffectChannel.SetBonusCount_Raven_Greater_Tier1 = 0x00000345
,
EffectChannel.SetBonusCount_Shaman_Greater_Tier1 = 0x00000346
,
EffectChannel.SetBonusCount_Elder_Greater_Tier1 = 0x00000347
,
EffectChannel.SetBonusCount_Mire_Greater_Tier1 = 0x00000348
,
EffectChannel.SetBonusCount_Claw_Greater_Tier1 = 0x00000349
,
EffectChannel.SetBonusCount_Venom_Greater_Tier1 = 0x0000034A
,
EffectChannel.SetBonusCount_Siren_Greater_Tier1 = 0x0000034B
,
EffectChannel.SetBonusCount_Sacred_Greater_Tier1 = 0x0000034C
,
EffectChannel.DeathAura2Active = 0x0000034D
,
EffectChannel.Save_Reflex_Magic = 0x0000034E
,
EffectChannel.Save_Fortitude_Disease = 0x0000034F
,
EffectChannel.Save_Will_Magic = 0x00000350
,
EffectChannel.Save_Reflex_Traps = 0x00000351
,
EffectChannel.Save_Fortitude_Magic = 0x00000352
,
EffectChannel.Save_Will_Paralysis = 0x00000353
,
EffectChannel.PositiveEnergyAuraActive = 0x00000354
,
EffectChannel.NeedAirship = 0x00000357
,
EffectChannel.UniqueAmenity = 0x00000358
,
EffectChannel.NeedAirshipInternal = 0x00000359
,
EffectChannel.NeedAirshipExternal = 0x0000035A
,
EffectChannel.RestrictedSpells = 0x0000035B
,
EffectChannel.Guild_XPMultiplier = 0x0000035C
,
EffectChannel.GrantsProficiency = 0x0000035D
,
EffectChannel.TWFProcChance = 0x0000035E
,
EffectChannel.DoublestrikeProcChance = 0x0000035F
,
EffectChannel.CreatureIsMinion = 0x00000360
,
EffectChannel.SlowActive = 0x00000361
,
EffectChannel.AppearanceBreechesKey_Cosmetic = 0x00000362
,
EffectChannel.AppearanceSkirtKey_Cosmetic = 0x00000363
,
EffectChannel.AppearanceGearKey_Cosmetic = 0x00000364
,
EffectChannel.AppearanceDyemapModifier_Cosmetic = 0x00000365
,
EffectChannel.AppearanceRobeKey_Cosmetic = 0x00000366
,
EffectChannel.AppearanceArmorKey_Cosmetic = 0x00000367
,
EffectChannel.AppearanceGearKey_Cosmetic_Breeches = 0x00000368
,
EffectChannel.AppearanceGearKey_Cosmetic_Robe = 0x00000369
,
EffectChannel.AppearanceGearKey_Cosmetic_Armor = 0x0000036A
,
EffectChannel.AppearanceGearKey_Cosmetic_Skirt = 0x0000036B
,
EffectChannel.AppearanceArmor_CosmeticsEnabled = 0x0000036C
,
EffectChannel.AppearanceGearKey_Cosmetic_ArmorHeavy = 0x0000036D
,
EffectChannel.AppearanceGearKey_Cosmetic_ArmorMedium = 0x0000036E
,
EffectChannel.AppearanceArmorHeavyKey_Cosmetic = 0x0000036F
,
EffectChannel.AppearanceArmorMediumKey_Cosmetic = 0x00000370
,
EffectChannel.BludgeonVulnerability = 0x00000371
,
EffectChannel.SlashVulnerability = 0x00000372
,
EffectChannel.PierceVulnerability = 0x00000373
,
EffectChannel.QuestBlockadeExplodeA = 0x00000374
,
EffectChannel.QuestBlockadeExplodeB = 0x00000375
,
EffectChannel.QuestBlockadeExplodeC = 0x00000376
,
EffectChannel.QuestBlockadeTimerA = 0x00000377
,
EffectChannel.QuestBlockadeTimerB = 0x00000378
,
EffectChannel.QuestBlockadeTimerC = 0x00000379
,
EffectChannel.IsMedusaRageTriggerable = 0x0000037A
,
EffectChannel.CallLightningStormActive = 0x0000037B
,
EffectChannel.SetBonusCount_Droaam_SoraKell_Tier1 = 0x0000037D
,
EffectChannel.MonsterEntranceType = 0x0000037E
,
EffectChannel.SetBonusCount_Chrono_Abishai_Tier1 = 0x0000037F
,
EffectChannel.SetBonusCount_Chrono_Abishai_Tier2 = 0x00000380
,
EffectChannel.DifficultyUnlock = 0x00000381
,
EffectChannel.FleshtoStoneImmunity = 0x00000382
,
EffectChannel.DraughtOfMidnight = 0x00000383
,
EffectChannel.SetBonusCount_StonedustWraps = 0x00000384
,
EffectChannel.FunWard = 0x00000385
,
EffectChannel.Temp_Feat_ExoticWeaponProficiency_Shuriken = 0x00000386
,
EffectChannel.Temp_Feat_ExoticWeaponProficiency_Kama = 0x00000387
,
EffectChannel.AppearanceDyemapModifier_Cosmetic_Temporary = 0x00000388
,
EffectChannel.IgnoreNoiseEvents = 0x00000389
,
EffectChannel.DamageRanged = 0x0000038A
,
EffectChannel.IsWearingTinfoilHat = 0x0000038B
,
EffectChannel.IsUsingRugbyClub = 0x0000038C
,
EffectChannel.IsWearingRugbyGloves = 0x0000038D
,
EffectChannel.SetBonusCount_Cookie_Abishai_Tier1 = 0x0000038E
,
EffectChannel.IsExplosiveCurseActive = 0x0000038F
,
EffectChannel.AppearanceArmor_CosmeticsEffectApplied = 0x00000390
,
EffectChannel.Temp_Feat_Expertise_Shuriken = 0x00000391
,
EffectChannel.WandSaveBonus = 0x00000392
,
EffectChannel.SoundStunImmunity = 0x00000393
,
EffectChannel.IsSpellResonanceOn = 0x00000394
,
EffectChannel.Save_Reflex_Evocation = 0x00000395
,
EffectChannel.IsSpellTurmoilOn = 0x00000396
,
EffectChannel.NPC_AttackSameSpecies = 0x00000397
,
EffectChannel.Temp_Feat_Diehard = 0x00000398
,
EffectChannel.SlayerQuestCounterBoost = 0x00000399
,
EffectChannel.Crafting_XPMultiplier = 0x0000039A
,
EffectChannel.Effect_CrystalRush_AuraDefensive = 0x0000039B
,
EffectChannel.Effect_CrystalRush_Aura = 0x0000039C
,
EffectChannel.Effect_CrystalRush_AuraMissChance = 0x0000039D
,
EffectChannel.Effect_CrystalRush_AuraHealing = 0x0000039E
,
EffectChannel.Effect_CrystalRush_AuraHaste = 0x0000039F
,
EffectChannel.Effect_PirateFestival_DoubloonBonus = 0x000003A0
,
EffectChannel.PirateGrog = 0x000003A1
,
EffectChannel.Temp_Feat_Weaponfocus_Piercing = 0x000003A2
,
EffectChannel.WeakReverseGravity = 0x000003A3
,
EffectChannel.SpellMaxLevelModifier = 0x000003A4
,
EffectChannel.DivinePunishmentStackCount = 0x000003A5
,
EffectChannel.ElectricSurgeStackCount = 0x000003A6
,
EffectChannel.BitingColdStackCount = 0x000003A7
,
EffectChannel.XoriatCurseVector = 0x000003A8
,
EffectChannel.XoriatOverfocus = 0x000003A9
,
EffectChannel.XoriatUnwieldy = 0x000003AA
,
EffectChannel.XoriatMetalFatigue = 0x000003AB
,
EffectChannel.XoriatMindTurbulence = 0x000003AC
,
EffectChannel.XoriatSingleMindedness = 0x000003AD
,
EffectChannel.XoriatPowerDrain = 0x000003AE
,
EffectChannel.XoriatSymbioticBacklash = 0x000003AF
,
EffectChannel.AcidDamageOverTimeAOE = 0x000003B0
,
EffectChannel.SlashingDamageOverTimeAOE = 0x000003B1
,
EffectChannel.ColdDamageOverTimeAOE = 0x000003B2
,
EffectChannel.FireDamageOverTimeAOE = 0x000003B3
,
EffectChannel.BludgeoningDamageOverTimeAOE = 0x000003B4
,
EffectChannel.ConDamageOverTimeAOE = 0x000003B5
,
EffectChannel.PiercingDamageOverTimeAOE = 0x000003B6
,
EffectChannel.GuardianArchonActive = 0x000003B8
,
EffectChannel.Strength_Bonus_To_Encumberence = 0x000003B9
,
EffectChannel.Mutation_Quest_m_bTierOneShroudIce = 0x000003BA
,
EffectChannel.Mutation_Quest_m_bShroudIceItem = 0x000003BB
,
EffectChannel.IsCraftable = 0x000003BC
,
EffectChannel.Inventory_CarryingCapacity_Strength_Bonus = 0x000003BD
,
EffectChannel.Spellswap = 0x000003BE
,
EffectChannel.ChaoticDamageOverTime = 0x000003BF
,
EffectChannel.Effect_OnHitAfterDamageEffects = 0x000003C0
,
EffectChannel.SetBonusCount_Alchemist_Tier1 = 0x000003C1
,
EffectChannel.SetBonusCount_Magewright_Tier1 = 0x000003C2
,
EffectChannel.SetBonusCount_Tinker_Tier1 = 0x000003C3
,
EffectChannel.SetBonusCount_Fabricator_Tier1 = 0x000003C4
,
EffectChannel.Treasure_MaxEnhancementValue = 0x000003C5
,
EffectChannel.GrantsIntuitiveStrikes = 0x000003C7
,
EffectChannel.Temp_Feat_AugmentSummoning = 0x000003C8
,
EffectChannel.Combat_DamageAbilityMod_Multiple = 0x000003CB
,
EffectChannel.Combat_HitAbilityMod_Multiple = 0x000003CC
,
EffectChannel.LightResistance = 0x000003CD
,
EffectChannel.Temp_Feat_WandDamage100 = 0x000003CE
,
EffectChannel.RustVulnerability = 0x000003CF
,
EffectChannel.DCBoostAssassinate = 0x000003D0
,
EffectChannel.Appearance_Pet_Colorshift = 0x000003D1
,
EffectChannel.Effect_Retain_Essence = 0x000003D2
,
EffectChannel.HitPoints_Agent__m_fEffectScalar = 0x000003D3
,
EffectChannel.SpellPoints_Agent__m_fEffectScalar = 0x000003D4
,
EffectChannel.QuestLordofBladesHasPower = 0x000003D5
,
EffectChannel.Feat_Bonus_Feat__m_nDamageMultiplierBonus = 0x000003D6
,
EffectChannel.DamageMultiplierBonus = 0x000003D7
,
EffectChannel.Treasure_Traits = 0x000003D8
,
EffectChannel.MissileSkipReload = 0x000003D9
,
EffectChannel.CompatibleSlot = 0x000003DA
,
EffectChannel.DefaultSlot = 0x000003DB
,
EffectChannel.CL_IsPK = 0x000003DC
,
EffectChannel.GrantsInsightfulDamage = 0x000003DD
,
EffectChannel.Temp_Feat_Homunculus_FireBreath = 0x000003DE
,
EffectChannel.Temp_Feat_Homunculus_Grease = 0x000003DF
,
EffectChannel.Temp_Feat_Homunculus_AcidBreath = 0x000003E0
,
EffectChannel.IsAlchemistsPreservationTriggerable = 0x000003E1
,
EffectChannel.Item_Description = 0x000003E2
,
EffectChannel.PluralName = 0x000003E3
,
EffectChannel.Name = 0x000003E4
,
EffectChannel.GrantsSilver = 0x000003E5
,
EffectChannel.SentinelsInspiringEchoes = 0x000003E6
,
EffectChannel.BaseWeaponDamageDiceModifier = 0x000003E7
,
EffectChannel.MinimumLevelModifier = 0x000003E9
,
EffectChannel.QuestLordofBladesHasBinding = 0x000003EA
,
EffectChannel.ShieldBashProcChance = 0x000003EB
,
EffectChannel.XoriatMadnessAwakened = 0x000003EC
,
EffectChannel.XoriatNegativeEffectCount = 0x000003ED
,
EffectChannel.Temp_Feat_ExoticWeaponProficiency_GreatCrossbow = 0x000003EE
,
EffectChannel.FeatArmorPiercing = 0x000003EF
,
EffectChannel.Combat_GrazingHits_EffectDefenseBonus = 0x000003F0
,
EffectChannel.Benefit_Monk_Attack_ShurikenSpeed_Active = 0x000003F1
,
EffectChannel.Appearance_Armor_Player__m_eGogglesKey_Cosmetic = 0x000003F3
,
EffectChannel.Appearance_Armor_Player__m_fGogglesGlowColor_Cosmetic = 0x000003F4
,
EffectChannel.Appearance_Armor_Player__m_fGogglesDyeColor_Cosmetic = 0x000003F5
,
EffectChannel.ImmunityToDamage = 0x000003F6
,
EffectChannel.IsHateMagnetActive = 0x000003F7
,
EffectChannel.VoidStrike4Ward = 0x000003F9
,
EffectChannel.AppearanceArmorDyemap = 0x000003FC
,
EffectChannel.AppearanceArmorDyemapModifier = 0x000003FD
,
EffectChannel.AppearanceArmorDyemapModifierCosmetic = 0x000003FE
,
EffectChannel.AppearanceArmorDyemapModifierCosmeticTemporary = 0x000003FF
,
EffectChannel.IsKoboldCostumeActive = 0x00000400
,
EffectChannel.OnKilledCompareLevel = 0x00000401
,
EffectChannel.GrantsShillelagh = 0x00000402
,
EffectChannel.TemporarySP = 0x00000403
,
EffectChannel.Quest_DemonSpider_FlameCount = 0x00000404
,
EffectChannel.UnholyDamageOverTimeWeak = 0x00000405
,
EffectChannel.Item_HackToExpressCraftingEffect = 0x00000406
,
EffectChannel.TremorActive = 0x00000407
,
EffectChannel.Sp_SummonStats = 0x00000408
,
EffectChannel.Sp_SummonThreat = 0x00000409
,
EffectChannel.OnKill = 0x0000040A
,
EffectChannel.CriticalHitRange = 0x0000040B
,
EffectChannel.FlameAuraActive = 0x0000040C
,
EffectChannel.ImmunityToSneakAttack = 0x0000040D
,
EffectChannel.CriticalHitMod = 0x0000040E
,
EffectChannel.SetBonusCount_3bc_Tier1 = 0x0000040F
,
EffectChannel.SetBonusCount_3bc_Tier2 = 0x00000410
,
EffectChannel.Feat_Temporary_WeaponBAB_HeavyCrossbow = 0x00000411
,
EffectChannel.Feat_Temporary_WeaponBAB_LightCrossbow = 0x00000412
,
EffectChannel.Feat_Temporary_WeaponBAB_Kukri = 0x00000413
,
EffectChannel.Feat_Temporary_WeaponBAB_Dagger = 0x00000414
,
EffectChannel.Feat_Temporary_WeaponBAB_Quarterstaff = 0x00000415
,
EffectChannel.Feat_Temporary_WeaponBAB_RepeatingLightCrossbow = 0x00000416
,
EffectChannel.Feat_Temporary_WeaponBAB_RepeatingHeavyCrossbow = 0x00000417
,
EffectChannel.Feat_Temporary_WeaponBAB_GreatCrossbow = 0x00000418
,
EffectChannel.Sp_HarrowingPack = 0x00000419
,
EffectChannel.FlankingBonusModifier = 0x0000041A
,
EffectChannel.Sp_Snowslideactive = 0x0000041B
,
EffectChannel.OnSpellcast = 0x0000041C
,
EffectChannel.ReflectiveOnSpellcast = 0x0000041D
,
EffectChannel.Feat_Temporary_eff_eng_rgr_slashingblades_1_grant = 0x0000041E
,
EffectChannel.Creature_TraitsExtended = 0x00000420
,
EffectChannel.TwoWeaponOffHandBonus = 0x00000422
,
EffectChannel.Feat_DeflectArrow_Temporary = 0x00000423
,
EffectChannel.Sp_TenaciousPack = 0x00000424
,
EffectChannel.DeconstructionItemIsExpansionItem = 0x00000425
,
EffectChannel.DodgePercentage = 0x00000426
,
EffectChannel.BypassDodgePercentage = 0x00000427
,
EffectChannel.Temp_Feat_CripplingStrike = 0x00000428
,
EffectChannel.Feat_BrutalThrow_Temporary = 0x00000429
,
EffectChannel.Enh_BloodMoonFrenzy = 0x0000042A
,
EffectChannel.Enh_CallOfTheBeast = 0x0000042B
,
EffectChannel.UnstoppableWard = 0x0000042C
,
EffectChannel.SetBonusCount_KingsForest_Wizard_Tier1 = 0x0000042D
,
EffectChannel.SetBonusCount_KingsForest_Woodsman_Tier1 = 0x0000042E
,
EffectChannel.SetBonusCount_KingsForest_Cleric_Tier1 = 0x0000042F
,
EffectChannel.SetBonusCount_KingsForest_Monk_Tier1 = 0x00000430
,
EffectChannel.SetBonusCount_KingsForest_Knight_Tier1 = 0x00000431
,
EffectChannel.TODRing_HasIncrediblePotential = 0x00000432
,
EffectChannel.GreensteelEqIsTainted = 0x00000433
,
EffectChannel.ThreatBuffWard = 0x00000434
,
EffectChannel.Rooted = 0x00000435
,
EffectChannel.SwallowedWhole = 0x00000436
,
EffectChannel.Shapeshift_isChanged = 0x00000437
,
EffectChannel.Shapeshift_AnimalType = 0x00000438
,
EffectChannel.Feat_HidingInPlainSight_Temporary = 0x00000439
,
EffectChannel.Feat_SlipperyMind_Temporary = 0x0000043A
,
EffectChannel.BaneDamageOverTime = 0x0000043C
,
EffectChannel.Effect_Armor_Class_Adjustment = 0x0000043D
,
EffectChannel.Cl_invincible = 0x0000043E
,
EffectChannel.Physics_NotDetectable = 0x0000043F
,
EffectChannel.Feat_Temporary_FlurryOfBlows = 0x00000441
,
EffectChannel.SpellPower = 0x00000442
,
EffectChannel.DarkvisionEnabled = 0x00000443
,
EffectChannel.MaxKiFeat = 0x00000444
,
EffectChannel.CooldownModArray = 0x00000445
,
EffectChannel.ActionBoostActive = 0x00000446
,
EffectChannel.MastersBlitzCounter = 0x00000447
,
EffectChannel.MastersBlitzActive = 0x00000448
,
EffectChannel.CareAboutMovement = 0x00000449
,
EffectChannel.Rest_RepairBased = 0x0000044A
,
EffectChannel.Stabilize_Chance = 0x0000044B
,
EffectChannel.FeyFavor_Counter = 0x0000044C
,
EffectChannel.FeyFavorActive = 0x0000044D
,
EffectChannel.Feat_Temporary_InspireCourage = 0x0000044E
,
EffectChannel.Feat_Temporary_Fascinate = 0x0000044F
,
EffectChannel.MagicImmunity = 0x00000450
,
EffectChannel.Feat_Temporary_PerfectSlowFall = 0x00000451
,
EffectChannel.NullmagicAuraActive = 0x00000453
,
EffectChannel.RainofArrowsWard = 0x00000454
,
EffectChannel.EverythingIsNothing_Counter = 0x00000455
,
EffectChannel.NullmagicAuraCounter = 0x00000456
,
EffectChannel.JudgementActive = 0x00000457
,
EffectChannel.Enh_SeasonWinterActive = 0x00000458
,
EffectChannel.Enh_SeasonSummerActive = 0x00000459
,
EffectChannel.SpellPowerGood = 0x0000045A
,
EffectChannel.SpellPowerPierce = 0x0000045B
,
EffectChannel.SpellPowerPositive = 0x0000045C
,
EffectChannel.SpellPowerCold = 0x0000045D
,
EffectChannel.SpellPowerSlash = 0x0000045E
,
EffectChannel.SpellPowerAcid = 0x0000045F
,
EffectChannel.SpellPowerLawful = 0x00000460
,
EffectChannel.SpellPowerNegative = 0x00000461
,
EffectChannel.SpellPowerBludgeon = 0x00000462
,
EffectChannel.SpellPowerSonic = 0x00000463
,
EffectChannel.SpellPowerRepair = 0x00000464
,
EffectChannel.SpellPowerBane = 0x00000465
,
EffectChannel.SpellPowerLight = 0x00000466
,
EffectChannel.SpellPowerRust = 0x00000467
,
EffectChannel.SpellPowerFire = 0x00000468
,
EffectChannel.SpellPowerElectric = 0x00000469
,
EffectChannel.SpellPowerChaotic = 0x0000046A
,
EffectChannel.SpellPowerEvil = 0x0000046B
,
EffectChannel.SpellPowerForce = 0x0000046C
,
EffectChannel.ExaltedAngel_LightCounter = 0x0000046D
,
EffectChannel.ExaltedAngel_PositiveCounter = 0x0000046E
,
EffectChannel.Enh_CrownOfSummerItem = 0x0000046F
,
EffectChannel.Condition_Enraged_Nicely = 0x00000470
,
EffectChannel.Effect_ReflectiveOnHitAfterDamageEffects = 0x00000471
,
EffectChannel.Effect_ReflectiveOnHitAfterDamageUnarmedEffects = 0x00000472
,
EffectChannel.GlancingAttackBonus = 0x00000473
,
EffectChannel.GlancingProcProbabilityBonus = 0x00000474
,
EffectChannel.GlancingDamageMultiplierBonus = 0x00000475
,
EffectChannel.GlancingDamageBonus = 0x00000476
,
EffectChannel.UnbridledFury_Counter = 0x00000477
,
EffectChannel.UnbridledFuryWard = 0x00000478
,
EffectChannel.RageWard = 0x00000479
,
EffectChannel.EnergyVortexFireActive = 0x0000047A
,
EffectChannel.EnergyVortexAcidActive = 0x0000047B
,
EffectChannel.EnergyVortexColdActive = 0x0000047C
,
EffectChannel.EnergyVortexElectricActive = 0x0000047D
,
EffectChannel.FearsomeInvulnerabilityCounter = 0x0000047E
,
EffectChannel.Icon_Magical = 0x0000047F
,
EffectChannel.Condition_AudienceWithTheQueen = 0x00000480
,
EffectChannel.DefensiveRating = 0x00000482
,
EffectChannel.ArmorBonusAdjustment = 0x00000483
,
EffectChannel.Item_IsImplement = 0x00000484
,
EffectChannel.SneakDiceBonus = 0x00000486
,
EffectChannel.DispelMutationOnUnequip = 0x00000488
,
EffectChannel.ReflectiveOnITakeSpellDamage = 0x0000048C
,
EffectChannel.OnITakeSpellDamage = 0x0000048D
,
EffectChannel.DamageMelee = 0x0000048E
,
EffectChannel.FreezingSprayImmunity = 0x0000048F
,
EffectChannel.UndyingVanguard_Counter = 0x00000490
,
EffectChannel.UndyingVanguardWard = 0x00000491
,
EffectChannel.OnMiss = 0x00000492
,
EffectChannel.OnIGetMissed = 0x00000493
,
EffectChannel.OnMissMelee = 0x00000494
,
EffectChannel.OnMissMissile = 0x00000495
,
EffectChannel.OnMissUnarmed = 0x00000496
,
EffectChannel.ReflectiveOnMiss = 0x00000497
,
EffectChannel.ReflectiveOnIGetMissed = 0x00000498
,
EffectChannel.Effect_CasterLevel_Bonus_Array = 0x00000499
,
EffectChannel.OnAttack = 0x0000049A
,
EffectChannel.SetBonusCount_dw1_Erudition = 0x0000049B
,
EffectChannel.SetBonusCount_dw1_Subterfuge = 0x0000049C
,
EffectChannel.SetBonusCount_dw1_Weapon = 0x0000049D
,
EffectChannel.SetBonusCount_dw1_Prowess = 0x0000049E
,
EffectChannel.Feat_ArchersFocus_Permitted = 0x0000049F
,
EffectChannel.MarkedByDarkness = 0x000004A0
,
EffectChannel.EpicDestiny_WithinTrainerMonitor = 0x000004A1
,
EffectChannel.OnIGetAttacked = 0x000004A2
,
EffectChannel.Feat_Temporary_DarkVision = 0x000004A3
,
EffectChannel.Feat_Temporary_LowLightVision = 0x000004A4
,
EffectChannel.Feat_Temporary_DarkVisionImproved = 0x000004A5
,
EffectChannel.SaveAutoFailureImmunity = 0x000004A6
,
EffectChannel.DarkImbuementActive = 0x000004A7
,
EffectChannel.DarkImbuementCounter = 0x000004A8
,
EffectChannel.DodgeEnhancement = 0x000004A9
,
EffectChannel.DarkvisionActive = 0x000004AA
,
EffectChannel.Feat_Temporary_Fatesinger_InspireCourage = 0x000004AB
,
EffectChannel.Feat_Temporary_LayOnHands_Channel = 0x000004AD
,
EffectChannel.Feat_Temporary_SmiteEvil_Channel = 0x000004AE
,
EffectChannel.Feat_Temporary_TurnUndeadPaladin_Channel = 0x000004AF
,
EffectChannel.Condition_Adrenaline = 0x000004B0
,
EffectChannel.OnKillEffects = 0x000004B1
,
EffectChannel.LightDamageOverTime = 0x000004B2
,
EffectChannel.SmiteEvilMaxActivationCounter = 0x000004B3
,
EffectChannel.SPCostDamageOverTime = 0x000004B4
,
EffectChannel.Feat_Temporary_SuperiorTwoHandedFighting_Channel = 0x000004B5
,
EffectChannel.Feat_Temporary_GreaterTwoHandedFighting_Channel = 0x000004B6
,
EffectChannel.Feat_Temporary_ImprovedTwoHandedFighting_Channel = 0x000004B7
,
EffectChannel.Feat_Temporary_TwoHandedFighting_Channel = 0x000004B8
,
EffectChannel.UnbridledFuryActive = 0x000004B9
,
EffectChannel.RebornInLightCounter = 0x000004BA
,
EffectChannel.RebornInLightActive = 0x000004BB
,
EffectChannel.HelplessBullyMultiplier = 0x000004BC
,
EffectChannel.HelplessBulliedMultiplier = 0x000004BD
,
EffectChannel.Save_Fortitude_Traps = 0x000004BE
,
EffectChannel.Save_Will_Traps = 0x000004BF
,
EffectChannel.Feat_Temporary_Fatesinger_SpringAttack = 0x000004C0
,
EffectChannel.Feat_DefensiveStance_Active = 0x000004C1
,
EffectChannel.ConsumeActive = 0x000004C2
,
EffectChannel.IsFullMovementSneakEnabled = 0x000004C3
,
EffectChannel.PoisonResistance = 0x000004C4
,
EffectChannel.WildShotWard = 0x000004C5
,
EffectChannel.Enh_ActiveSeason = 0x000004C6
,
EffectChannel.Render_PitchSlopeAdjustment = 0x000004C7
,
EffectChannel.Render_BankSlopeAdjustment = 0x000004C8
,
EffectChannel.WailOfTheBansheeActive = 0x000004C9
,
EffectChannel.Feat_AttackModPercentBonus = 0x000004CA
,
EffectChannel.MinLevelOverride = 0x000004CB
,
EffectChannel.Shiradi_HealingSpring = 0x000004CC
,
EffectChannel.RustDamageOverTime = 0x000004CD
,
EffectChannel.IsPlayerEthereal = 0x000004CE
,
EffectChannel.PrimalAvatar_ForceOfNature_Poison = 0x000004CF
,
EffectChannel.PrimalAvatar_ForceOfNature_Disease = 0x000004D0
,
EffectChannel.Condition_PrimalAvatar_RejuvenatingCocoon = 0x000004D5
,
EffectChannel.PrimalAvatar_RejuvenationCocoon_HOT = 0x000004D6
,
EffectChannel.Inventory_DungeonDifficulty = 0x000004D7
,
EffectChannel.FuryOfTheWild_FastHealing_DamageOverTimeChannel = 0x000004D8
,
EffectChannel.MidwinterFestivalSpirit = 0x000004DA
,
EffectChannel.Feat_Temporary_Bard_MajesticWord = 0x000004DB
,
EffectChannel.Feat_Temporary_Bard_HeightenSpell = 0x000004DC
,
EffectChannel.Feat_Temporary_Bard_ExtendSpell = 0x000004DD
,
EffectChannel.GenusPlantWards = 0x000004DE
,
EffectChannel.SonicDamageOverTimeAOE = 0x000004DF
,
EffectChannel.Feat_Temporary_ToolsofWar_Melee = 0x000004E0
,
EffectChannel.Feat_Temporary_ToolsofWar_Warhammer = 0x000004E1
,
EffectChannel.Feat_Temporary_ToolsofWar_ThrowingHammer = 0x000004E2
,
EffectChannel.Feat_Temporary_ToolsofWar_Throwing = 0x000004E3
,
EffectChannel.Feat_Temporary_ToolsofWar_ThrowingAxe = 0x000004E4
,
EffectChannel.Feat_Temporary_ToolsofWar_HandAxe = 0x000004E5
,
EffectChannel.Feat_Temporary_ToolsofWar_Battleaxe = 0x000004E6
,
EffectChannel.Feat_Temporary_ToolsofWar_LightHammer = 0x000004E7
,
EffectChannel.Condition_CannotJump = 0x000004E9
,
EffectChannel.ReflectiveOnHitMissile = 0x000004EA
,
EffectChannel.Combat_BaseAttack_MaxTargets = 0x000004EB
,
EffectChannel.Equipment_OrbBonus = 0x000004EC
,
EffectChannel.UniqueSnowflakeFloat = 0x000004ED
,
EffectChannel.ReflectiveOnSneakAttack = 0x000004EE
,
EffectChannel.Feat_Temporary_SingleWeaponFighting = 0x000004EF
,
EffectChannel.Feat_Temporary_WeaponFinesse = 0x000004F0
,
EffectChannel.PoisonDamageOverTimeNinja = 0x000004F1
,
EffectChannel.WeaponDamageRespectsVulnerability = 0x000004F2
,
EffectChannel.Feat_Temporary_InspireCourage_ForSong = 0x000004F3
,
EffectChannel.Shadowdancer_DarkShrouding_Counter_Visual = 0x000004F4
,
EffectChannel.Condition_ImmuneToKnockback = 0x000004F5
,
EffectChannel.SetBonusCount_Gianthold_AquaticBracers = 0x000004F6
,
EffectChannel.Enh_Monk_NinjaPoison_StackCount = 0x000004F8
,
EffectChannel.Temp_Feat_FavoredEnemy_Vermin = 0x000004FA
,
EffectChannel.Temp_Feat_FavoredEnemy_Elemental = 0x000004FB
,
EffectChannel.Temp_Feat_FavoredEnemy_Plant = 0x000004FC
,
EffectChannel.Temp_Feat_FavoredEnemy_Animal = 0x000004FD
,
EffectChannel.Temp_Feat_FavoredEnemy_MagicalBeast = 0x000004FE
,
EffectChannel.Temp_Feat_FavoredEnemy_Construct = 0x000004FF
,
EffectChannel.Temp_Feat_FavoredEnemy_Aberration = 0x00000500
,
EffectChannel.Temp_Feat_FavoredEnemy_Undead = 0x00000501
,
EffectChannel.Character_CanEnterCrystalCove = 0x00000502
,
EffectChannel.InfernoEnhancementDamageOverTime = 0x00000503
,
EffectChannel.SetBonusCount_Gianthold_BlueDragon = 0x00000504
,
EffectChannel.SetBonusCount_Gianthold_WhiteDragon = 0x00000505
,
EffectChannel.SetBonusCount_Gianthold_BlackDragon = 0x00000506
,
EffectChannel.Enh_Monk_RiseOfThePhoenix_1_Triggered = 0x00000507
,
EffectChannel.Effect_MaxDodgeBonus = 0x00000508
,
EffectChannel.Ki_IsUncentered_Effect = 0x00000509
,
EffectChannel.FeatherFallInWater = 0x0000050A
,
EffectChannel.DispelMutationOnDeath = 0x0000050B
,
EffectChannel.Enh_Halfling_BreakOutTheLeeches_1_Active = 0x0000050C
,
EffectChannel.Force_DamageChanceToIgnore = 0x0000050D
,
EffectChannel.MaxDexBonusHeavy = 0x0000050E
,
EffectChannel.MaxDexBonusLight = 0x0000050F
,
EffectChannel.MaxDexBonusMedium = 0x00000510
,
EffectChannel.Temp_Feat_FavoredEnemy_Humanoid_Gnoll = 0x00000517
,
EffectChannel.Temp_Feat_FavoredEnemy_Humanoid_Orc = 0x00000518
,
EffectChannel.Temp_Feat_FavoredEnemy_Humanoid_Reptilian = 0x00000519
,
EffectChannel.Temp_Feat_FavoredEnemy_MonstrousHumanoid = 0x0000051A
,
EffectChannel.Temp_Feat_FavoredEnemy_Humanoid_Goblinoid = 0x0000051B
,
EffectChannel.Temp_Feat_FavoredEnemy_Outsider_Chaotic = 0x0000051C
,
EffectChannel.Temp_Feat_FavoredEnemy_Humanoid_Human = 0x0000051D
,
EffectChannel.Temp_Feat_FavoredEnemy_Humanoid_Dwarf = 0x0000051E
,
EffectChannel.Temp_Feat_FavoredEnemy_Dragon = 0x0000051F
,
EffectChannel.Temp_Feat_FavoredEnemy_Outsider_Evil = 0x00000520
,
EffectChannel.Temp_Feat_FavoredEnemy_Giant = 0x00000521
,
EffectChannel.Temp_Feat_FavoredEnemy_Humanoid_Halfling = 0x00000522
,
EffectChannel.Temp_Feat_FavoredEnemy_Outsider_Lawful = 0x00000523
,
EffectChannel.Temp_Feat_FavoredEnemy_Humanoid_Elf = 0x00000524
,
EffectChannel.Temp_Feat_FavoredEnemy_Ooze = 0x00000525
,
EffectChannel.Enh_Fighter_Kensei_ExoticWeaponMastery_GreatCrossbow_Temporary = 0x00000526
,
EffectChannel.Enh_Fighter_Kensei_ExoticWeaponMastery_RepeatingLightCrossbow_Temporary = 0x00000527
,
EffectChannel.Enh_Fighter_Kensei_ExoticWeaponMastery_Khopesh_Temporary = 0x00000528
,
EffectChannel.Enh_Fighter_Kensei_ExoticWeaponMastery_RepeatingHeavycrossbow_Temporary = 0x00000529
,
EffectChannel.Enh_Fighter_Kensei_ExoticWeaponMastery_BastardSword_Temporary = 0x0000052A
,
EffectChannel.Enh_Fighter_Kensei_ExoticWeaponMastery_DwarvenWaraxe_Temporary = 0x0000052B
,
EffectChannel.Enh_Fighter_Kensei_WeaponSpec_Exotic_DwarvenWaraxe_1_Temporary = 0x0000052C
,
EffectChannel.Enh_Fighter_Kensei_WeaponSpec_Exotic_Khopesh_1_Temporary = 0x0000052D
,
EffectChannel.Enh_Fighter_Kensei_WeaponSpec_Exotic_RepeatingHeavycrossbow_1_Temporary = 0x0000052E
,
EffectChannel.Enh_Fighter_Kensei_WeaponSpec_Exotic_BastardSword_1_Temporary = 0x0000052F
,
EffectChannel.Enh_Fighter_Kensei_WeaponSpec_Exotic_GreatCrossbow_1_Temporary = 0x00000530
,
EffectChannel.Enh_Fighter_Kensei_WeaponSpec_Exotic_RepeatingLightCrossbow_1_Temporary = 0x00000531
,
EffectChannel.Enh_Fighter_Kensei_WeaponSpec_Exotic_RepeatingLightCrossbow_3_Temporary = 0x00000532
,
EffectChannel.Enh_Fighter_Kensei_WeaponSpec_Exotic_RepeatingHeavycrossbow_2_Temporary = 0x00000533
,
EffectChannel.Enh_Fighter_Kensei_WeaponSpec_Exotic_DwarvenWaraxe_4_Temporary = 0x00000534
,
EffectChannel.Enh_Fighter_Kensei_WeaponSpec_Exotic_Khopesh_2_Temporary = 0x00000535
,
EffectChannel.Enh_Fighter_Kensei_WeaponSpec_Exotic_BastardSword_4_Temporary = 0x00000536
,
EffectChannel.Enh_Fighter_Kensei_WeaponSpec_Exotic_BastardSword_2_Temporary = 0x00000537
,
EffectChannel.Enh_Fighter_Kensei_WeaponSpec_Exotic_RepeatingHeavycrossbow_3_Temporary = 0x00000538
,
EffectChannel.Enh_Fighter_Kensei_WeaponSpec_Exotic_BastardSword_3_Temporary = 0x00000539
,
EffectChannel.Enh_Fighter_Kensei_WeaponSpec_Exotic_RepeatingHeavycrossbow_4_Temporary = 0x0000053A
,
EffectChannel.Enh_Fighter_Kensei_WeaponSpec_Exotic_RepeatingLightCrossbow_2_Temporary = 0x0000053B
,
EffectChannel.Enh_Fighter_Kensei_WeaponSpec_Exotic_GreatCrossbow_4_Temporary = 0x0000053C
,
EffectChannel.Enh_Fighter_Kensei_WeaponSpec_Exotic_GreatCrossbow_2_Temporary = 0x0000053D
,
EffectChannel.Enh_Fighter_Kensei_WeaponSpec_Exotic_Khopesh_4_Temporary = 0x0000053E
,
EffectChannel.Enh_Fighter_Kensei_WeaponSpec_Exotic_GreatCrossbow_3_Temporary = 0x0000053F
,
EffectChannel.Enh_Fighter_Kensei_WeaponSpec_Exotic_Khopesh_3_Temporary = 0x00000540
,
EffectChannel.Enh_Fighter_Kensei_WeaponSpec_Exotic_RepeatingLightCrossbow_4_Temporary = 0x00000541
,
EffectChannel.Enh_Fighter_Kensei_WeaponSpec_Exotic_DwarvenWaraxe_2_Temporary = 0x00000542
,
EffectChannel.Enh_Fighter_Kensei_WeaponSpec_Exotic_DwarvenWaraxe_3_Temporary = 0x00000543
,
EffectChannel.Enh_Fighter_BattleMeditation_StackCount = 0x00000544
,
EffectChannel.Combat_Ranged_fExtraShotProcChance = 0x00000545
,
EffectChannel.Feat_ActionBoostOneCut_Active = 0x00000546
,
EffectChannel.Enh_Bard_Skaldic_Rage_Active = 0x00000547
,
EffectChannel.Enh_Fighter_Counterattack_Active = 0x00000548
,
EffectChannel.Feat_MagicalTraining_Temporary = 0x00000549
,
EffectChannel.Save_Fortitude_EnergyDrain = 0x0000054A
,
EffectChannel.Save_Will_Sleep = 0x0000054B
,
EffectChannel.Save_Fortitude_Exhaustion = 0x0000054C
,
EffectChannel.Feat_SpellResistance_Feat__m_nStackingBonus = 0x0000054D
,
EffectChannel.HitPoints_IncapacitatedBonus = 0x0000054E
,
EffectChannel.SpellMinDamageDiceFlags = 0x0000054F
,
EffectChannel.SpellMaxDamageDiceFlags = 0x00000550
,
EffectChannel.Spell_CritMod_Good = 0x00000551
,
EffectChannel.Spell_CritMod_Force = 0x00000552
,
EffectChannel.Spell_CritMod_Evil = 0x00000553
,
EffectChannel.Spell_CritMod_Lawful = 0x00000554
,
EffectChannel.Spell_CritMod_Electric = 0x00000555
,
EffectChannel.Spell_CritMod_Light = 0x00000556
,
EffectChannel.Spell_CritMod_Sonic = 0x00000557
,
EffectChannel.Spell_CritMod_Rust = 0x00000558
,
EffectChannel.Spell_CritMod_Positive = 0x00000559
,
EffectChannel.Spell_CritMod_Fire = 0x0000055A
,
EffectChannel.Spell_CritMod_Bane = 0x0000055B
,
EffectChannel.Spell_CritMod_Acid = 0x0000055C
,
EffectChannel.Spell_CritMod_Repair = 0x0000055D
,
EffectChannel.Spell_CritMod_Negative = 0x0000055E
,
EffectChannel.Spell_CritMod_Bludgeon = 0x0000055F
,
EffectChannel.Spell_CritMod_Slash = 0x00000560
,
EffectChannel.Spell_CritMod_Cold = 0x00000561
,
EffectChannel.Spell_CritMod_Pierce = 0x00000562
,
EffectChannel.Spell_CritMod = 0x00000563
,
EffectChannel.Spell_CritMod_Chaotic = 0x00000564
,
EffectChannel.Spell_CritMultiplierMod = 0x00000565
,
EffectChannel.Spell_CritMultiplierMod_Negative = 0x00000566
,
EffectChannel.Spell_CritMultiplierMod_Positive = 0x00000567
,
EffectChannel.Spell_CritMultiplierMod_Electric = 0x00000568
,
EffectChannel.Spell_CritMultiplierMod_Lawful = 0x00000569
,
EffectChannel.Spell_CritMultiplierMod_Fire = 0x0000056A
,
EffectChannel.Spell_CritMultiplierMod_Repair = 0x0000056B
,
EffectChannel.Spell_CritMultiplierMod_Light = 0x0000056C
,
EffectChannel.Spell_CritMultiplierMod_Sonic = 0x0000056D
,
EffectChannel.Spell_CritMultiplierMod_Cold = 0x0000056E
,
EffectChannel.Spell_CritMultiplierMod_Rust = 0x0000056F
,
EffectChannel.Spell_CritMultiplierMod_Pierce = 0x00000570
,
EffectChannel.Spell_CritMultiplierMod_Chaotic = 0x00000571
,
EffectChannel.Spell_CritMultiplierMod_Bludgeon = 0x00000572
,
EffectChannel.Spell_CritMultiplierMod_Slash = 0x00000573
,
EffectChannel.Spell_CritMultiplierMod_Acid = 0x00000574
,
EffectChannel.Spell_CritMultiplierMod_Force = 0x00000575
,
EffectChannel.Spell_CritMultiplierMod_Evil = 0x00000576
,
EffectChannel.Spell_CritMultiplierMod_Good = 0x00000577
,
EffectChannel.Spell_CritMultiplierMod_Bane = 0x00000578
,
EffectChannel.Appearance_Armor_Player__m_bCosmeticArmorEquipped = 0x00000579
,
EffectChannel.Appearance_Armor_Player__m_bCosmeticHelmetEquipped = 0x0000057A
,
EffectChannel.HealingPotionOverTime = 0x0000057B
,
EffectChannel.ShieldOther_PositiveDamageOverTime = 0x0000057C
,
EffectChannel.Pierce_DamageChanceToIgnore = 0x0000057D
,
EffectChannel.Electric_DamageChanceToIgnore = 0x0000057E
,
EffectChannel.Acid_DamageChanceToIgnore = 0x0000057F
,
EffectChannel.Slash_DamageChanceToIgnore = 0x00000580
,
EffectChannel.Bludgeon_DamageChanceToIgnore = 0x00000581
,
EffectChannel.Magic_DamageChanceToIgnore = 0x00000582
,
EffectChannel.Cold_DamageChanceToIgnore = 0x00000583
,
EffectChannel.Sonic_DamageChanceToIgnore = 0x00000584
,
EffectChannel.Fire_DamageChanceToIgnore = 0x00000585
,
EffectChannel.HowlerCounterValueDriver = 0x00000586
,
EffectChannel.CosmeticEquipmentShimmer = 0x00000588
,
EffectChannel.Appearance_Armor_Player__m_bCosmeticEyewearEquipped = 0x00000589
,
EffectChannel.Spellcraft = 0x0000058C
,
EffectChannel.Enh_Cleric_Domain_Healing_6_Counter = 0x0000058D
,
EffectChannel.Effect_HasDeflectArrow = 0x0000058E
,
EffectChannel.Effect_IsWarforgedWeaponAttached = 0x0000058F
,
EffectChannel.IntimidateInherent = 0x00000591
,
EffectChannel.DisableDeviceInherent = 0x00000592
,
EffectChannel.ConcentrationInherent = 0x00000593
,
EffectChannel.ListenInherent = 0x00000594
,
EffectChannel.HideInherent = 0x00000595
,
EffectChannel.BluffInherent = 0x00000596
,
EffectChannel.MoveSilentlyInherent = 0x00000597
,
EffectChannel.RepairInherent = 0x00000598
,
EffectChannel.UseMagicDeviceInherent = 0x00000599
,
EffectChannel.DiplomacyInherent = 0x0000059A
,
EffectChannel.PerformInherent = 0x0000059B
,
EffectChannel.OpenLockInherent = 0x0000059C
,
EffectChannel.BalanceInherent = 0x0000059D
,
EffectChannel.SwimInherent = 0x0000059E
,
EffectChannel.SpellcraftInherent = 0x0000059F
,
EffectChannel.SearchInherent = 0x000005A0
,
EffectChannel.TumbleInherent = 0x000005A1
,
EffectChannel.JumpInherent = 0x000005A2
,
EffectChannel.SpotInherent = 0x000005A3
,
EffectChannel.HealInherent = 0x000005A4
,
EffectChannel.HaggleInherent = 0x000005A5
,
EffectChannel.AppearanceArmorKeyWarforged_Temporary = 0x000005A6
,
EffectChannel.AppearanceGearDyemapModifier_Temporary = 0x000005A7
,
EffectChannel.AppearanceArmorKey_Temporary = 0x000005A9
,
EffectChannel.AppearanceArmor_CosmeticsPreviewEffect = 0x000005AA
,
EffectChannel.AppearanceBreechesKey_Temporary = 0x000005AB
,
EffectChannel.AppearanceSkirtKey_Temporary = 0x000005AC
,
EffectChannel.AppearanceGearKey_Temporary = 0x000005AD
,
EffectChannel.AppearanceRobeKey_Temporary = 0x000005AE
,
EffectChannel.AppearanceArmorDyemapModifier_Temporary = 0x000005AF
,
EffectChannel.CosmeticMourningFlame = 0x000005B0
,
EffectChannel.Effect_StormsEyeActive = 0x000005B1
,
EffectChannel.CosmeticQuori = 0x000005B2
,
EffectChannel.GuidanceOfShar = 0x000005B3
,
EffectChannel.Stealth = 0x000005B4
,
EffectChannel.DetectSecretDoorsEstore = 0x000005B5
,
EffectChannel.SetBonusCount_Iconic_Shadarkai = 0x000005B6
,
EffectChannel.Item_IsSpellstaff = 0x000005B7
,
EffectChannel.Item_IsSpellbonus = 0x000005B8
,
EffectChannel.Temp_Feat_ShieldEvasion = 0x000005BE
,
EffectChannel.Treasure_ValueModifier = 0x000005BF
,
EffectChannel.Usage_CanBeUsed = 0x000005C0
,
EffectChannel.Spell_DetectSecretDoors_Integer = 0x000005C1
,
EffectChannel.HowlerQuillCounter = 0x000005C4
,
EffectChannel.Temp_Feat_ImprovedCritical_Unarmed = 0x000005C5
,
EffectChannel.Feat_Temporary_TwoWeaponFighting_Channel = 0x000005C6
,
EffectChannel.AnimatedAlly_Zombie = 0x000005C7
,
EffectChannel.CosmeticJackOLantern = 0x000005C8
,
EffectChannel.CosmeticSpider = 0x000005C9
,
EffectChannel.Enh_Warpriest_DivineVessel_Count = 0x000005CA
,
EffectChannel.ReflectiveOnHitUnarmed = 0x000005CB
,
EffectChannel.AppearanceHelmetKey_Temporary = 0x000005CC
,
EffectChannel.AppearanceGogglesKey_Temporary = 0x000005CD
,
EffectChannel.AppearanceHelmetDyemapModifier_Temporary = 0x000005CE
,
EffectChannel.AppearanceArmor_CosmeticsHeadwearPreviewEffect = 0x000005CF
,
EffectChannel.Cosmetic_GlowingEyes_Red = 0x000005D0
,
EffectChannel.Cosmetic_GlowingEyes_Yellow = 0x000005D1
,
EffectChannel.Cosmetic_GlowingEyes_Purple = 0x000005D2
,
EffectChannel.Cosmetic_GlowingEyes_Blue = 0x000005D3
,
EffectChannel.Cosmetic_GlowingEyes_Green = 0x000005D4
,
EffectChannel.Cosmetic_GlowingEyes_White = 0x000005D5
,
EffectChannel.Cosmetic_GlowingEyes_Active = 0x000005D6
,
EffectChannel.Effect_PastLife_Suppress_Primal = 0x000005D8
,
EffectChannel.Effect_PastLife_Suppress_Iconic = 0x000005D9
,
EffectChannel.Effect_PastLife_Suppress_Martial = 0x000005DA
,
EffectChannel.Effect_PastLife_Suppress_Arcane = 0x000005DB
,
EffectChannel.Effect_PastLife_Suppress_Divine = 0x000005DC
,
EffectChannel.Feat_Temporary_ShieldProficiency_General = 0x000005DD
,
EffectChannel.Feat_Temporary_ArmorProficiency_Heavy = 0x000005DE
,
EffectChannel.Feat_Temporary_ArmorProficiency_Medium = 0x000005DF
,
EffectChannel.Feat_Temporary_ArmorProficiency_Light = 0x000005E0
,
EffectChannel.Effect_MageArmor_Active = 0x000005E2
,
EffectChannel.Effect_Shield_Active = 0x000005E3
,
EffectChannel.Enh_EldritchKnight_PowerCharge_Count = 0x000005E4
,
EffectChannel.Character_CanUseDragonsRaidLever = 0x000005E5
,
EffectChannel.Channel_PastLife = 0x000005E6
,
EffectChannel.FuryOfTheWild_FastHealing_DamageOverTimeChannel_PastLife = 0x000005E7
,
EffectChannel.SetBonusCount_u21_HauntedHalls_Tank = 0x000005E8
,
EffectChannel.SetBonusCount_u21_HauntedHalls_DPS = 0x000005E9
,
EffectChannel.Item_ScalingProc = 0x000005EA
,
EffectChannel.TavernFoodHP = 0x000005EB
,
EffectChannel.TavernFoodSP = 0x000005EC
,
EffectChannel.DCBoostDeath = 0x000005ED
,
EffectChannel.Character_IsInShadowfell = 0x000005EE
,
EffectChannel.HealingAmplification_Repair = 0x000005EF
,
EffectChannel.HealingAmplification_Positive = 0x000005F0
,
EffectChannel.HealingAmplification_Negative = 0x000005F1
,
EffectChannel.ShadowyAuraTimer = 0x000005F2
,
EffectChannel.DivineCrusader_Purification_Count = 0x000005F3
,
EffectChannel.DivineCrusader_Virus_Bool = 0x000005F4
,
EffectChannel.DivineCrusader_HealOnDeath_Bool = 0x000005F5
,
EffectChannel.DivineCrusader_WrathOnDeath_Bool = 0x000005F6
,
EffectChannel.ReflectiveOnCriticalHitMissile = 0x000005F7
,
EffectChannel.ReflectiveOnCriticalHitUnarmed = 0x000005F8
,
EffectChannel.BattleragerHarness = 0x000005F9
,
EffectChannel.FasterNegativeLevelRemoval = 0x000005FA
,
EffectChannel.SetBonus_Item_m_bDR_60_Epic_Below_75HP = 0x000005FB
,
EffectChannel.Appearance_ArmorEffectType = 0x000005FC
,
EffectChannel.Equipment_U21_WeaponEffectEnable = 0x000005FD
,
EffectChannel.Character_U21Docent_Heavy = 0x000005FE
,
EffectChannel.Character_U21Docent_Medium = 0x000005FF
,
EffectChannel.Feat_Temporary_SlipperyMind = 0x00000600
,
EffectChannel.Feat_Temporary_UncannyDodge = 0x00000602
,
EffectChannel.Character_HirelingAbilityScoreBuff = 0x00000603
,
EffectChannel.Character_SummonsAbilityScoreBuff = 0x00000604
,
EffectChannel.Feat_LayOnHands_Agent_m_nMaxCounterEffect = 0x00000605
,
EffectChannel.GuildFoodSP = 0x00000606
,
EffectChannel.GuildFoodHP = 0x00000607
,
EffectChannel.Feat_WildEmpathy_Agent_m_nMaxCounterEffect = 0x00000608
,
EffectChannel.Feat_ImprovedWildEmpathy_Agent_m_nMaxCounterEffect = 0x00000609
,
EffectChannel.Combat_MaxDexBonus_OnCharacter = 0x0000060A
,
EffectChannel.Feat_SpellPenetrationBonus = 0x0000060C
,
EffectChannel.State_CriticalThreatRange_Driver_MainHand = 0x0000060D
,
EffectChannel.DamageValue = 0x0000060E
,
EffectChannel.Damage_AbilityScoreMultiplier = 0x0000060F
,
EffectChannel.VorpalHitRange = 0x00000610
,
EffectChannel.VorpalHitRangeBonus = 0x00000611
,
EffectChannel.Feat_IsSingleWeaponFighting = 0x00000612
,
EffectChannel.ReflectiveOnIAvoidMissile = 0x00000613
,
EffectChannel.ReflectiveOnIAvoidUnarmed = 0x00000614
,
EffectChannel.ReflectiveOnIAvoidMelee = 0x00000615
,
EffectChannel.AnimatedAlly_3bc = 0x00000616
,
EffectChannel.Equipment_Augment_Slotted_Count = 0x00000617
,
EffectChannel.Equipment_Augment_Unslotted_Count = 0x00000618
,
EffectChannel.Runearm_Agent_ChargeRate = 0x00000619
,
EffectChannel.Runearm_Agent_CooldownRate = 0x0000061A
,
EffectChannel.BaseWeaponDamageDiceModifier_CharacterDriver_MainHand = 0x0000061B
,
EffectChannel.BaseWeaponDamageDiceModifier_CharacterDriver_OffHand = 0x0000061C
,
EffectChannel.BoS_AllowInSingletonBag = 0x0000061D
,
EffectChannel.SpellFocusDivination = 0x0000061E
,
EffectChannel.SonicDamageOverTimeReverberate = 0x0000061F
,
EffectChannel.RegenerationIntervalMultiplier_SmiteEvil = 0x00000620
,
EffectChannel.ReflectiveOnITakeRangedDamage = 0x00000621
,
EffectChannel.OnITakeRangedDamage = 0x00000622
,
EffectChannel.Save_Reflex_Illusion = 0x00000623
,
EffectChannel.Save_Fortitude_Illusion = 0x00000624
,
EffectChannel.Save_Will_Illusion = 0x00000625
,
EffectChannel.MagicalRating = 0x00000626
,
EffectChannel.SetBonusCount_u23_Necro4 = 0x00000627
,
EffectChannel.RangedWeaponPower = 0x00000628
,
EffectChannel.MeleeWeaponPower = 0x00000629
,
EffectChannel.MimicRepellent = 0x0000062C
,
EffectChannel.MimicBait = 0x0000062D
,
EffectChannel.Effect_DeflectArrowCooldownMultiplier = 0x0000062E
,
EffectChannel.State_CriticalThreatRange_Driver_Shield = 0x0000062F
,
EffectChannel.Action_Agent_DCBoostAllCombatFeats = 0x00000630
,
EffectChannel.Character_IsInVolZone = 0x00000631
,
EffectChannel.Character_IsInVolWater = 0x00000632
,
EffectChannel.Condition_AdundantStepsAllowed = 0x00000633
,
EffectChannel.Negative_DamageResistance = 0x00000634
,
EffectChannel.Pierce_DamageResistance = 0x00000635
,
EffectChannel.Slash_DamageResistance = 0x00000636
,
EffectChannel.Force_DamageResistance = 0x00000637
,
EffectChannel.Bludgeon_DamageResistance = 0x00000638
,
EffectChannel.Creature_Traits = 0x00000639
,
EffectChannel.WildMagicDOT_Pierce = 0x0000063A
,
EffectChannel.WildMagicDOT_Acid = 0x0000063B
,
EffectChannel.WildMagicDOT_Negative = 0x0000063C
,
EffectChannel.WildMagicDOT_Light = 0x0000063D
,
EffectChannel.WildMagicDOT_Poison = 0x0000063E
,
EffectChannel.WildMagicDOT_Slash = 0x0000063F
,
EffectChannel.WildMagicDOT_Cold = 0x00000640
,
EffectChannel.WildMagicDOT_Rust = 0x00000641
,
EffectChannel.WildMagicDOT_Bludgeon = 0x00000642
,
EffectChannel.WildMagicDOT_Fire = 0x00000643
,
EffectChannel.WildMagicDOT_Electric = 0x00000644
,
EffectChannel.WildMagicDOT_Force = 0x00000645
,
EffectChannel.WildMagicDOT_Sonic = 0x00000646
,
EffectChannel.Feat_Rage__m_nConstitutionValueDriver = 0x00000647
,
EffectChannel.Feat_Rage__m_nWillSaveValueDriver = 0x00000648
,
EffectChannel.Feat_Rage__m_nStrengthValueDriver = 0x00000649
,
EffectChannel.GenericChannel = 0x0000064A
,
EffectChannel.HasAssassinsMark = 0x0000064E
,
EffectChannel.Mythic = 0x0000064F
,
EffectChannel.Inventory_BoundToAccount = 0x00000650
,
EffectChannel.Effect_MythicBonusDriver = 0x00000651
,
EffectChannel.setbonus_toee_armor_1 = 0x00000652
,
EffectChannel.setbonus_toee_weapon_1 = 0x00000653
,
EffectChannel.feat_eldritchblast_anyactive = 0x00000654
,
EffectChannel.Action_IsFastSpell = 0x00000655
,
EffectChannel.Temp_Feat_AuraOfCourage = 0x00000656
,
EffectChannel.BehaviorState_Confused = 0x00000658
,
EffectChannel.Feat_EldritchBlast_Dice = 0x00000659
,
EffectChannel.HasSouleaterStrickenMark = 0x0000065A
,
EffectChannel.HasSouleaterConsumeMark = 0x0000065B
,
EffectChannel.Feat_SouleaterHunger_Dice = 0x0000065C
,
EffectChannel.Feat_SouleaterStricken_Dice = 0x0000065D
,
EffectChannel.Feat_EldritchBlast_Dice_PactBonus = 0x0000065F
,
EffectChannel.WildMagic_MysteriousRemnants_PostAdder = 0x00000660
,
EffectChannel.WildMagic_MysteriousRemnants_Multiplier = 0x00000661
,
EffectChannel.setbonus_u28_slice_dice = 0x00000662
,
EffectChannel.setbonus_u28_captain = 0x00000663
,
EffectChannel.setbonus_u28_all = 0x00000664
,
EffectChannel.setbonus_U28_griffon = 0x00000665
,
EffectChannel.setbonus_u28_double_helix = 0x00000666
,
EffectChannel.setbonus_U28_griffon_epic = 0x00000667
,
EffectChannel.setbonus_u28_captain_epic = 0x00000668
,
EffectChannel.setbonus_u28_all_epic = 0x00000669
,
EffectChannel.setbonus_u28_slice_dice_epic = 0x0000066A
,
EffectChannel.setbonus_u28_double_helix_epic = 0x0000066B
,
EffectChannel.Enh_ArcaneArcher_ElementalDice = 0x0000066C
,
EffectChannel.Character_HolySword_Active = 0x0000066D
,
EffectChannel.Treasure_SuffixPowerBonus = 0x0000066E
,
EffectChannel.Treasure_ExtraTwoPowerBase = 0x0000066F
,
EffectChannel.Treasure_ExtraOnePowerBase = 0x00000670
,
EffectChannel.Treasure_BaseLevel = 0x00000671
,
EffectChannel.Treasure_SuffixPowerBase = 0x00000672
,
EffectChannel.Treasure_PrefixPowerBonus = 0x00000673
,
EffectChannel.Treasure_PrefixPowerBase = 0x00000674
,
EffectChannel.Treasure_ExtraOnePowerBonus = 0x00000675
,
EffectChannel.Treasure_ExtraTwoPowerBonus = 0x00000676
,
EffectChannel.Weapon_DamageMod_LegendaryDefense = 0x00000677
,
EffectChannel.Weapon_DamageMod_LegendaryOffense = 0x00000678
,
EffectChannel.Weapon_DamageMod_LegendaryMonsterPower = 0x00000679
,
EffectChannel.setbonus_epicgreensteel_focuscount_earth = 0x0000067A
,
EffectChannel.setbonus_epicgreensteel_focuscount_positive = 0x0000067B
,
EffectChannel.setbonus_epicgreensteel_focuscount_water = 0x0000067C
,
EffectChannel.setbonus_epicgreensteel_taintofshavarath = 0x0000067D
,
EffectChannel.setbonus_epicgreensteel_focuscount_negative = 0x0000067E
,
EffectChannel.setbonus_epicgreensteel_focuscount_air = 0x0000067F
,
EffectChannel.setbonus_epicgreensteel_focuscount_fire = 0x00000680
,
EffectChannel.SpellMaxLevelModifier2 = 0x00000681
,
EffectChannel.SpellMaxLevelModifier3 = 0x00000682
,
EffectChannel.SpellLevelModifier2 = 0x00000683
,
EffectChannel.SpellLevelModifier3 = 0x00000684
,
EffectChannel.WebstoreDiceRollBonus = 0x00000685
,
EffectChannel.Treasure_DiceRollBonus = 0x00000686
,
EffectChannel.Evil_DamageChanceToIgnore = 0x00000687
,
EffectChannel.Lawful_DamageChanceToIgnore = 0x00000688
,
EffectChannel.Poison_DamageChanceToIgnore = 0x00000689
,
EffectChannel.Good_DamageChanceToIgnore = 0x0000068A
,
EffectChannel.Chaotic_DamageChanceToIgnore = 0x0000068B
,
EffectChannel.Light_DamageChanceToIgnore = 0x0000068C
,
EffectChannel.Treasure_SuffixPowerTotal = 0x0000068D
,
EffectChannel.Treasure_PrefixPowerTotal = 0x0000068E
,
EffectChannel.Treasure_ExtraTwoPowerTotal = 0x0000068F
,
EffectChannel.Treasure_ExtraOnePowerTotal = 0x00000690
,
EffectChannel.Character_HitpointsHealedPerTenSeconds = 0x00000691
,
EffectChannel.setbonus_epicgreensteel_focuscount_material = 0x00000692
,
EffectChannel.setbonus_epicgreensteel_focuscount_opposition = 0x00000693
,
EffectChannel.setbonus_epicgreensteel_focuscount_ethereal = 0x00000694
,
EffectChannel.setbonus_epicgreensteel_focuscount_escalation = 0x00000695
,
EffectChannel.setbonus_epicgreensteel_focuscount_dominion = 0x00000696
,
EffectChannel.setbonus_epicgreensteel_lgseqcount = 0x00000697
,
EffectChannel.Character_Retain_Essence_Scroll_Effect_Modifier = 0x00000699
,
EffectChannel.IsCannithCraftable = 0x0000069A
,
EffectChannel.setbonus_u32_caster = 0x0000069B
,
EffectChannel.setbonus_u32_melee_epic = 0x0000069C
,
EffectChannel.setbonus_u32_caster_epic = 0x0000069D
,
EffectChannel.setbonus_u32_defense = 0x0000069E
,
EffectChannel.setbonus_u32_melee = 0x0000069F
,
EffectChannel.setbonus_u32_defense_epic = 0x000006A0
,
EffectChannel.Effect_U32SetBonus = 0x000006A1
,
EffectChannel.Effect_U32SetBonusDefense = 0x000006A2
,
EffectChannel.Effect_U32SetBonusCaster = 0x000006A3
,
EffectChannel.Effect_U32SetBonusDefenseEpic = 0x000006A4
,
EffectChannel.Effect_U32SetBonusEpic = 0x000006A5
,
EffectChannel.Effect_U32SetBonusCasterEpic = 0x000006A6
,
EffectChannel.Temp_Feat_QuickDraw = 0x000006A7
,
EffectChannel.Temp_Feat_ExoticWeaponProficiency_Handwraps = 0x000006A8
,
EffectChannel.Effect_U32MythicBonusDriver = 0x000006A9
,
EffectChannel.Item_IsNewImplement = 0x000006AA
,
EffectChannel.Effect_ReaperBonusDriverPower = 0x000006AB
,
EffectChannel.Effect_ReaperBonusDriverStats = 0x000006AC
,
EffectChannel.Effect_ReaperBonusDriverMRR = 0x000006AD
,
EffectChannel.Effect_ReaperBonusDriverPRR = 0x000006AE
,
EffectChannel.Effect_ReaperMRRPotion = 0x000006AF
,
EffectChannel.Effect_ReaperPRRPotion = 0x000006B0
,
EffectChannel.Treasure_NamedDiceRollBonus = 0x000006B1
,
EffectChannel.Treasure_MythicDiceRollBonus = 0x000006B2
,
EffectChannel.Treasure_ReaperDiceRollBonus = 0x000006B3
,
EffectChannel.feat_reaper_wings_green_temporary = 0x000006B4
,
EffectChannel.feat_reaper_eyes_purple_temporary = 0x000006B5
,
EffectChannel.feat_reaper_wings_purple_temporary = 0x000006B6
,
EffectChannel.feat_reaper_eyes_green_temporary = 0x000006B7
,
EffectChannel.feat_reaper_wings_fire_temporary = 0x000006B8
,
EffectChannel.feat_reaper_eyes_fire_temporary = 0x000006B9
,
EffectChannel.feat_reaper_wings_white_temporary = 0x000006BA
,
EffectChannel.feat_reaper_eyes_white_temporary = 0x000006BB
,
EffectChannel.SpellFocusBreathWeapon = 0x000006BC
,
EffectChannel.IntensifyCostBonus = 0x000006BD
,
EffectChannel.EmboldenCostBonus = 0x000006BE
,
EffectChannel.SpellFocusRuneArm = 0x000006BF
,
EffectChannel.Durability_ItemProtection = 0x000006C5
,
EffectChannel.Save_Will_Curse = 0x000006C6
,
EffectChannel.Save_Reflex_Curse = 0x000006C7
,
EffectChannel.Save_Fortitude_Curse = 0x000006C8
,
EffectChannel.Temp_Feat_MobileSpellcasting = 0x000006CA
,
EffectChannel.OnApplication = 0x000006CC
,
EffectChannel.Combat_Ranged_OnWeapon_fExtraShotProcChance = 0x000006CD
,
EffectChannel.Character_Aasimar_DivinePurposeActive = 0x000006CE
,
EffectChannel.Feat_Temporary_OversizedTwoWeaponFighting = 0x000006D0
,
EffectChannel.DoublestrikeProcChance_OffHand = 0x000006D1
,
EffectChannel.Temp_feat_epic_pen_dr_silver = 0x000006D2
,
EffectChannel.Combat_DeflectionPercentage = 0x000006D3
,
EffectChannel.Combat_BypassDeflectionPercentage = 0x000006D4
,
EffectChannel.Damage_Max_MRR = 0x000006D5
,
EffectChannel.Effect_ActionBoost_SpellPower_Increase = 0x000006D6
,
EffectChannel.Effect_ActionBoost_RangePower_Increase = 0x000006D7
,
EffectChannel.Effect_ActionBoost_AttackPower_Increase = 0x000006D8
,
EffectChannel.Character_SummonsPRBuff = 0x000006D9
,
EffectChannel.Character_SummonsMRRBuff = 0x000006DA
,
EffectChannel.Character_SummonsAttackPowerBuff = 0x000006DB
,
EffectChannel.Character_SummonsSpellPowerBuff = 0x000006DC
,
EffectChannel.Character_SentientItem_Rage_Gain_Temp_HP = 0x000006DE
,
EffectChannel.Character_SentientItem_Triggers_Temp_Free_Spells = 0x000006DF
,
EffectChannel.Item_HasOldAugment = 0x000006E0
,
EffectChannel.Action_Agent_DCBoostPoison = 0x000006E1
,
EffectChannel.BluntAmmunition = 0x000006E2
,
EffectChannel.RepairEnergyAuraActive = 0x000006E3
,
EffectChannel.FireVulnerabilityFloor = 0x000006E4
,
EffectChannel.AcidVulnerabilityFloor = 0x000006E5
,
EffectChannel.EletricVulnerabilityFloor = 0x000006E6
,
EffectChannel.ColdVulnerabilityFloor = 0x000006E7
,
EffectChannel.Druid_Killer_Instinct_Count = 0x000006E8
,
EffectChannel.Enh_Artificer_MeleeArmor_Counter = 0x000006E9
,
EffectChannel.Temp_Feat_Rage_Dismissal = 0x000006EA
,
EffectChannel.ReflectiveOnDamageMelee = 0x000006EB
,
EffectChannel.ReflectiveOnHitMelee = 0x000006EC
,
EffectChannel.Condition_Stunned_Battlefist = 0x000006ED
,
EffectChannel.Temp_Feat_Rage = 0x000006EE
,
EffectChannel.Push_Weapon_Alignment_Good = 0x000006EF
,
EffectChannel.Feat_Rage__m_nArmorValueDriver = 0x000006F0
,
EffectChannel.Combat_Ranged_Disable_fExtraShotProcChance = 0x000006F1
,
EffectChannel.Weapon_DamageMod_RangedWeaponPower_Disabled = 0x000006F2
,
EffectChannel.Character_PermaDeath_Can_Ressurect = 0x000006F3
,
EffectChannel.Character_PermaDeath_Has_Died = 0x000006F4
,
EffectChannel.Character_PermaDeath_GameOver = 0x000006F5
,
EffectChannel.Cosmetic_WildShape_Warpaint_Value = 0x000006F6
,
EffectChannel.Appearance_Cloak_Dyemap_Secondary_Modifier = 0x000006FA
,
EffectChannel.Appearance_Cloak_Dyemap_Primary_Modifier = 0x000006FB
,
EffectChannel.Appearance_Cloak_Key = 0x000006FC
,
EffectChannel.Effect_Item_IsWaveEquipped = 0x000006FD
,
EffectChannel.Effect_LightningRodStacks = 0x000006FE
,
EffectChannel.Poison_NoReduction = 0x000006FF
,
EffectChannel.Sonic_NoReduction = 0x00000700
,
EffectChannel.Acid_NoReduction = 0x00000701
,
EffectChannel.Pierce_NoReduction = 0x00000702
,
EffectChannel.Slash_NoReduction = 0x00000703
,
EffectChannel.Cold_NoReduction = 0x00000704
,
EffectChannel.Fire_NoReduction = 0x00000705
,
EffectChannel.Bludgeon_NoReduction = 0x00000706
,
EffectChannel.Electric_NoReduction = 0x00000707
,
EffectChannel.Character_EldritchPowerActive = 0x00000708
,
EffectChannel.Temp_Feat_CastOnTheRun = 0x00000709
,
EffectChannel.feat_permadeath_eyes_temporary = 0x00000710
,
EffectChannel.feat_permadeath_feet_temporary = 0x00000711
,
EffectChannel.ML_IsOn_SkySled = 0x00000712
,
EffectChannel.Inquisitive_Observation_Count = 0x00000713
,
EffectChannel.Inquisitive_Preparation_Count = 0x00000714
,
EffectChannel.Inquisitive_DiplomaticImmunity_IsActive = 0x00000715
,
EffectChannel.Inquisitive_AskFirst_IsActive = 0x00000716
,
EffectChannel.Character_Animations_UsesFiddleForBardicMusic = 0x00000717
,
EffectChannel.Reincarnation_RacialPastLifeOverride = 0x00000718
,
EffectChannel.ActiveEpicDestinyOverride = 0x00000719
,
EffectChannel.Filigree_SetBonus_HasThroughtheMists5 = 0x0000071A
,
EffectChannel.Filigree_SetBonus_HasSanctifiedFervor5 = 0x0000071B
,
EffectChannel.Feat_InspireCourage__m_nAttackValueDriver = 0x0000071C
,
EffectChannel.Feat_InspireCourage__m_nDamageValueDriver = 0x0000071D
,
EffectChannel.Feat_InspireCourage__m_nUniversalSpellPowerValueDriver = 0x0000071E
,
EffectChannel.Feat_InspireCourage__m_nFearSaveValueDriver = 0x0000071F
,
EffectChannel.Temp_feat_epic_pen_dr_adamantine = 0x00000720
,
EffectChannel.Feat_InspireCourage__m_nPhysicalResistanceRatingValueDriver = 0x00000721
,
EffectChannel.Condition_AdrenalineShot = 0x00000722
,
EffectChannel.Negative_NoReduction = 0x00000723
,
EffectChannel.DeathAura3Active = 0x00000724
,
EffectChannel.Feat_Temporary_Swords_to_Plowshares = 0x00000726
,
EffectChannel.QuestDoomReaperChargeCount = 0x00000727
,
EffectChannel.Character_IsAlchemistGreen = 0x00000728
,
EffectChannel.Character_IsAlchemistPurple = 0x00000729
,
EffectChannel.Character_IsAlchemistOrange = 0x0000072A
,
EffectChannel.Mount_Type = 0x0000072B
,
EffectChannel.Speed_Mount = 0x0000072C
,
EffectChannel.Mount_isMounted = 0x0000072D
,
EffectChannel.Spell_CritMultiplierMod_Poison = 0x0000072E
,
EffectChannel.Spell_CritMod_Poison = 0x0000072F
,
EffectChannel.SpellPowerPoison = 0x00000730
,
EffectChannel.Condition_Contaminated = 0x00000732
,
EffectChannel.Effect_Alchemist_Evolution = 0x00000733
,
EffectChannel.Feat_RapidReload_Driver_LightCrossbow = 0x00000734
,
EffectChannel.Feat_RapidReload_Driver_GreatCrossbow = 0x00000735
,
EffectChannel.Feat_RapidReload_Driver_HeavyCrossbow = 0x00000736
,
EffectChannel.Character_IsPrimedForAlchemistChoke = 0x00000737
,
EffectChannel.Character_MultitudeOfMissilesActive = 0x00000738
,
EffectChannel.Feat_Temporary_SmiteEvil_Ranged_Channel = 0x00000739
,
EffectChannel.Temp_Feat_Knights_Training = 0x0000073A
,
EffectChannel.Feat_RapidReload_Driver_DualLightCrossbow = 0x0000073B
,
EffectChannel.Feat_RapidReload_Driver_LightRepeatingCrossbow = 0x0000073C
,
EffectChannel.Feat_RapidReload_Driver_DualHeavyCrossbow = 0x0000073D
,
EffectChannel.Feat_RapidReload_Driver_HeavyRepeatingCrossbow = 0x0000073E
,
EffectChannel.Combat_AllowStrikethrough = 0x0000073F
,
EffectChannel.Combat_StrikethroughChance = 0x00000740
,
EffectChannel.Enh_VileChemist_ElementalDice = 0x00000741
,
EffectChannel.Enh_Bombardier_ElementalDice = 0x00000742
,
EffectChannel.Character_Retain_Essence_Potion_Effect_Modifier = 0x00000743
,
EffectChannel.Alc_Count_BurningAmbition = 0x00000744
,
EffectChannel.Mount_isMountSuppressed = 0x00000745
,
EffectChannel.Filigree_SetBonus_HasDanceofSeasons4 = 0x00000746
,
EffectChannel.Character_IsUsingFavoredWeaponOverride_Exotic = 0x00000747
,
EffectChannel.Character_IsUsingFavoredWeaponOverride_Martial = 0x00000748
,
EffectChannel.Character_IsUsingFavoredWeaponOverride_Simple = 0x00000749
,
EffectChannel.Character_IsUsingFavoredWeaponOverride = 0x0000074A
,
EffectChannel.Temp_Feat_FavoredEnemy_Fey = 0x0000074B
,
EffectChannel.Random_Loot_iLevel_Increase = 0x0000074C
,
EffectChannel.Treasure_ExtraAffixChanceBonus = 0x0000074D
,
EffectChannel.enh_feydark_weapon_is_shadowblade = 0x0000074E
,
EffectChannel.Epic_Arcane_Token = 0x0000074F
,
EffectChannel.Epic_Divine_Token = 0x00000750
,
EffectChannel.Epic_Primal_Token = 0x00000751
,
EffectChannel.Epic_Martial_Token = 0x00000752
,
EffectChannel.Augment_SlotEntry = 0x00000753
,
EffectChannel.AttackMelee = 0x00000754
,
EffectChannel.Character_IconicShifterRageActive = 0x00000755
,
EffectChannel.Augment_HasAugmentSlot_Colorless = 0x00000756
,
EffectChannel.Item_SetBonus_1 = 0x00000757
,
EffectChannel.Item_SetBonus_2 = 0x00000758
,
EffectChannel.Augment_DynamicSlotEffects = 0x00000759
,
EffectChannel.Treasure_WinterEventDiceRollBonus = 0x0000075A
,
EffectChannel.Player_Anniversary_PartyPunch = 0x00000762
,
EffectChannel.SentientXPOverride = 0x00000763
,
EffectChannel.Feat_IsSingleWeaponFighting_WithEmptyOffhand = 0x00000765
,
EffectChannel.Temp_feat_epic_pen_dr_coldiron = 0x00000766
,
EffectChannel.Feat_Temporary_ShotOnTheRun = 0x00000767
,
EffectChannel.AlchDOT_Electric = 0x00000768
,
EffectChannel.AlchDOT_Poison = 0x00000769
,
EffectChannel.AlchDOT_Cold = 0x0000076A
,
EffectChannel.AlchDOT_Acid = 0x0000076B
,
EffectChannel.AlchDOT_Fire = 0x0000076C
,
EffectChannel.Temp_Feat_ImprovedTrip = 0x0000076D
,
EffectChannel.Feat_Epic_PierceDeception_Temporary = 0x0000076E
,
EffectChannel.Condition_Quickened = 0x0000076F
,
EffectChannel.temp_feat_thesovereignhost = 0x00000770
,
EffectChannel.temp_feat_silvanus = 0x00000771
,
EffectChannel.temp_feat_helm = 0x00000772
,
EffectChannel.temp_feat_olladra = 0x00000773
,
EffectChannel.temp_feat_thesilverflame = 0x00000774
,
EffectChannel.temp_feat_vulkoor = 0x00000775
,
EffectChannel.temp_feat_thelordofblades = 0x00000776
,
EffectChannel.temp_feat_thebloodofvol = 0x00000777
,
EffectChannel.temp_feat_onatar = 0x00000778
,
EffectChannel.temp_feat_amaunator = 0x00000779
,
EffectChannel.temp_feat_aureon = 0x0000077A
,
EffectChannel.temp_feat_theundyingcourt = 0x0000077B
,
EffectChannel.Character_HorizonWalker_IsMarked = 0x0000077C
,
EffectChannel.Immobilized = 0x0000077D
,
EffectChannel.Combat_IsFavoredWeapon = 0x0000077E
,
EffectChannel.feat_grandmaster_kiprojection_active = 0x0000077F
,
EffectChannel.Feat_Temporary_ImprovedEvasion = 0x00000781
,
EffectChannel.Character_Dreadnought_TerrorStackSize = 0x00000782
,
EffectChannel.Temp_Feat_FavoredEnemy_MarkedTarget = 0x00000783
,
EffectChannel.Feat_ManyShot_Agent_m_nMaxCounterEffect = 0x00000784
,
EffectChannel.Combat_KeenWeapon = 0x00000785
,
EffectChannel.Character_HorizonWalker_MarkLevel_1 = 0x00000787
,
EffectChannel.Character_HorizonWalker_MarkLevel_2 = 0x00000788
,
EffectChannel.Character_HorizonWalker_MarkLevel_3 = 0x00000789
,
EffectChannel.Character_HorizonWalker_MarkLevel_4 = 0x0000078A
,
EffectChannel.Character_HorizonWalker_MarkLevel_5 = 0x0000078B
,
EffectChannel.AppearanceWarforgedKey = 0x0000078C
,
EffectChannel.Feat_ImprovedSunder_Temporary = 0x0000078D
,
EffectChannel.Ward_Curse = 0x0000078E
,
EffectChannel.Ward = 0x0000078F
,
EffectChannel.Ward_CC = 0x00000790
,
EffectChannel.Feat_EpicDestinyLaw_Temporary = 0x00000791
,
EffectChannel.Enh_EldritchKnight_ElementalDice = 0x00000792
,
EffectChannel.Character_IsUsingShiradiEpicMoment = 0x00000793
,
EffectChannel.Treasure_FallfestDiceRollBonus = 0x00000794
,
EffectChannel.Epic_Chord_Token = 0x00000795
,
EffectChannel.Condition_Magus_IsTimeStopped = 0x00000796
,
EffectChannel.Action_Item__m_nMaxShotCount = 0x00000797
,
EffectChannel.Feat_LeapOfFaith_Agent_m_nMaxCounterEffect = 0x00000798
,
EffectChannel.Effect_EldritchAuraActive = 0x00000799
,
EffectChannel.Character_IsUsingExaltedAngelEpicMoment = 0x0000079A
,
EffectChannel.Feat_EpicDestinyDeificWard_Temporary = 0x0000079B
,
EffectChannel.Effect_HasReaperBonus = 0x0000079D
,
EffectChannel.Temp_Benefit_Homun_Alignment_Chaos_Temp = 0x0000079E
,
EffectChannel.Temp_Benefit_Homun_Alignment_Law_Temp = 0x0000079F
,
EffectChannel.Temp_Benefit_Wolf_MeleeThreatIncrease_Temp = 0x000007A0
,
EffectChannel.Temp_Benefit_Homun_MeleeThreatReduction_Temp = 0x000007A1
,
EffectChannel.Temp_Benefit_Homun_Alignment_Good_Temp = 0x000007A2
,
EffectChannel.Temp_Benefit_Homun_Alignment_Evil_Temp = 0x000007A3
,
EffectChannel.Temp_Benefit_Homun_MeleeThreatIncrease_Temp = 0x000007A4
,
EffectChannel.Temp_Benefit_Wolf_MeleeThreatReduction_Temp = 0x000007A5
,
EffectChannel.temp_feat_epic_elusion = 0x000007A6
,
EffectChannel.Inventory_IsImmuneToItemDamage = 0x000007A8
,
EffectChannel.Condition_Cursed = 0x000007A9
,
EffectChannel.Feat_Temporary_DefensiveRoll = 0x000007AA
,
EffectChannel.Temp_Feat_SpringAttack = 0x000007AB
,
EffectChannel.Feat_StunningFist_Light_Temp = 0x000007AF
,
EffectChannel.Feat_StunningFist_Void_Temp = 0x000007B0
,
EffectChannel.Feat_StunningBlow_Dark_Temp = 0x000007B1
,
EffectChannel.Feat_StunningBlow_Void_Temp = 0x000007B2
,
EffectChannel.Feat_StunningFist_Dark_Temp = 0x000007B3
,
EffectChannel.Feat_StunningBlow_Light_Temp = 0x000007B4
,
EffectChannel.Character_Hound_Hunt_IsBeingHunted = 0x000007B5
,
EffectChannel.feat_permadeath_wings_fey_temporary = 0x000007B6
,
EffectChannel.Enh_SacredFist_ElementalDice = 0x000007B7
,
EffectChannel.Combat_AllowStrikethrough_Temporary = 0x000007B8
,
EffectChannel.Player_Water_Ignore_Wading = 0x000007B9
,
EffectChannel.Character_Scaling_ElementalDice = 0x000007BA
,
EffectChannel.TrapVulnerability = 0x000007BB
,
EffectChannel.enh_wlk_demonform_eldritchblast_override = 0x000007BC
,
EffectChannel.Combat_Standing_In_Plants = 0x000007BD
,
EffectChannel.Feat_ArtificerRunearm_Use_Temporary = 0x000007BE
,
EffectChannel.Combat_CharacterChanceToReturnMissile = 0x000007BF
,
EffectChannel.Runearm_Agent_StableCharge = 0x000007C0
,
EffectChannel.feat_permadeath_feet_gold_temporary = 0x000007C1
,
EffectChannel.feat_permadeath_eyes_gold_temporary = 0x000007C2
,
EffectChannel.Character_HasMorgraveSecretGogglesEquipped = 0x000007C3
,
EffectChannel.Quest_Balor_TacticCount = 0x000007C4
,
EffectChannel.Character_HasMorgraveSecretWeaponEquipped = 0x000007C5
,
EffectChannel.Item_TreasureDeck1_EffectNumber = 0x000007C6
,
EffectChannel.Character_FallFestCandyTracker = 0x000007C7
,
EffectChannel.Effect_ActionBoost_HasTreasureDeck1Effect_78 = 0x000007CA
,
EffectChannel.Combat_IsInCauldronOfFlame = 0x000007CB
,
EffectChannel.Condition_Sundered = 0x000007CC
,
EffectChannel.Character_IsUsingExaltedAngelEpicMoment_2 = 0x000007CD
,
EffectChannel.Feat_TurnUndeadCanTurnAnything = 0x000007CE
,
EffectChannel.Feat_TurnUndeadDestroyUndead = 0x000007CF
,
EffectChannel.NegativeDamageOverTimeDraconic = 0x000007D0
,
EffectChannel.AcidDamageOverTimeDraconic = 0x000007D1
,
EffectChannel.FireDamageOverTimeDraconic = 0x000007D2
,
EffectChannel.ColdDamageOverTimeDraconic = 0x000007D3
,
EffectChannel.PoisonDamageOverTimeDraconic = 0x000007D4
,
EffectChannel.ElectricDamageOverTimeDraconic = 0x000007D5
,
EffectChannel.InfernoEnhancementDamageOverTimeElectric = 0x000007D6
,
EffectChannel.InfernoEnhancementDamageOverTimeAcid = 0x000007D7
,
EffectChannel.InfernoEnhancementDamageOverTimeForce = 0x000007D8
,
EffectChannel.InfernoEnhancementDamageOverTimeCold = 0x000007D9
,
EffectChannel.AddTumbleCharge = 0x000007DA
,
EffectChannel.Effect_Cast_Wildmagic_Reroll_VeryBad_Active = 0x000007DB
,
EffectChannel.Effect_Cast_Wildmagic_Reroll_Bad_Active = 0x000007DC
,
EffectChannel.Effect_Cast_Wildmagic_Rapid_Surges = 0x000007DD
,
EffectChannel.Effect_Cast_WildMagic_Roll_FrequencyBonus = 0x000007DE
,
EffectChannel.Effect_Cast_Wildmagic_Enabled = 0x000007DF
,
EffectChannel.Effect_Cast_WildMagic_Roll_TypeBonus = 0x000007E0
,
EffectChannel.Spell_Cast_Wildmagic_Surge_Type = 0x000007E1
} |
|
|
|
enum | EffectMutationTraits : uint {
EffectMutationTraits.Undef = 0x00000000
,
EffectMutationTraits.Psionic = 0x00000001
,
EffectMutationTraits.Material = 0x00000002
,
EffectMutationTraits.Magic = 0x00000003
,
EffectMutationTraits.Festival = 0x00000004
,
EffectMutationTraits.TemporaryEnchantment = 0x00000005
} |
|
|
|
enum | EffectTargetTraits : uint {
EffectTargetTraits.Undef = 0x00000000
,
EffectTargetTraits.PvE = 0x00000001
,
EffectTargetTraits.PvP = 0x00000003
} |
|
|
|
enum | EffectTraitsExtended : uint {
EffectTraitsExtended.Undef = 0x00000000
,
EffectTraitsExtended.OrangeAugmentSlot = 0x00000001
,
EffectTraitsExtended.RequiresBearOwl = 0x00000002
,
EffectTraitsExtended.Silence = 0x00000003
,
EffectTraitsExtended.RedAugmentSlot = 0x00000004
,
EffectTraitsExtended.CrowdControl = 0x00000005
,
EffectTraitsExtended.RequiresElemental = 0x00000006
,
EffectTraitsExtended.Evocation = 0x00000007
,
EffectTraitsExtended.RequiresElementalWater = 0x00000008
,
EffectTraitsExtended.CharismaDamage = 0x00000009
,
EffectTraitsExtended.IntelligenceDamage = 0x0000000A
,
EffectTraitsExtended.DeathPenalty = 0x0000000B
,
EffectTraitsExtended.DispelMutationOnDeath = 0x0000000C
,
EffectTraitsExtended.RequiresBear = 0x0000000D
,
EffectTraitsExtended.Grapple = 0x0000000E
,
EffectTraitsExtended.WisdomDamage = 0x0000000F
,
EffectTraitsExtended.Compulsion = 0x00000010
,
EffectTraitsExtended.NoDispelMagic = 0x00000011
,
EffectTraitsExtended.CosmeticHeadgear = 0x00000012
,
EffectTraitsExtended.MentalControl = 0x00000013
,
EffectTraitsExtended.GreenAugmentSlot = 0x00000014
,
EffectTraitsExtended.AlternateForm = 0x00000015
,
EffectTraitsExtended.WildMagic = 0x00000016
,
EffectTraitsExtended.CosmeticArmorPreview = 0x00000017
,
EffectTraitsExtended.AfflictionMagical = 0x00000018
,
EffectTraitsExtended.TemporaryItemEnchantmentArtificerPersonal = 0x00000019
,
EffectTraitsExtended.RequiresElementalFire = 0x0000001A
,
EffectTraitsExtended.RequiresWolfDire = 0x0000001B
,
EffectTraitsExtended.RequiresWolf = 0x0000001C
,
EffectTraitsExtended.ConstitutionDamage = 0x0000001D
,
EffectTraitsExtended.Entangle = 0x0000001E
,
EffectTraitsExtended.YellowAugmentSlot = 0x0000001F
,
EffectTraitsExtended.Bleed = 0x00000020
,
EffectTraitsExtended.PurpleAugmentSlot = 0x00000021
,
EffectTraitsExtended.Rage = 0x00000022
,
EffectTraitsExtended.DexterityDamage = 0x00000023
,
EffectTraitsExtended.DispelInPublic = 0x00000024
,
EffectTraitsExtended.AfflictionNatural = 0x00000025
,
EffectTraitsExtended.DispelMutationOnUnequip = 0x00000026
,
EffectTraitsExtended.TemporaryItemEnchantment = 0x00000027
,
EffectTraitsExtended.RequiresWolfWinter = 0x00000028
,
EffectTraitsExtended.ColorlessAugmentSlot = 0x00000029
,
EffectTraitsExtended.RequiresAnimal = 0x0000002A
,
EffectTraitsExtended.CosmeticArmor = 0x0000002B
,
EffectTraitsExtended.RequiresBearDire = 0x0000002C
,
EffectTraitsExtended.RaiseDead = 0x0000002D
,
EffectTraitsExtended.StrengthDamage = 0x0000002E
,
EffectTraitsExtended.Knockdown = 0x0000002F
,
EffectTraitsExtended.NonLegendary = 0x00000030
,
EffectTraitsExtended.BlueAugmentSlot = 0x00000031
,
EffectTraitsExtended.AfflictionSupernatural = 0x00000032
,
EffectTraitsExtended.ShardRepairBlessing = 0x00000033
,
EffectTraitsExtended.FireDOT = 0x00000034
,
EffectTraitsExtended.NewScalingEffects = 0x00000035
,
EffectTraitsExtended.DeathSpecial = 0x00000036
,
EffectTraitsExtended.Mount = 0x00000037
,
EffectTraitsExtended.TemporaryItemEnchantmentSpell = 0x00000038
,
EffectTraitsExtended.Immobilize = 0x00000039
,
EffectTraitsExtended.Ward_Curse = 0x0000003A
,
EffectTraitsExtended.Ward_CC = 0x0000003B
,
EffectTraitsExtended.Quest_Effect = 0x0000003C
,
EffectTraitsExtended.TreasureDeck1 = 0x0000003D
} |
|
|
|
enum | Elements : uint {
Elements.Invalid = 0x00000000
,
Elements.Earth_ControlledSurface = 0x00000001
,
Elements.Earth_UncontrolledSurface = 0x00000002
,
Elements.Earth_NoSurface = 0x00000003
,
Elements.Water_ControlledSurface = 0x00000004
,
Elements.Water_UncontrolledSurface = 0x00000005
,
Elements.Water_NoSurface = 0x00000006
} |
|
|
|
enum | EncounterID : uint {
EncounterID.Undef = 0x00000000
,
EncounterID.TestEncounter = 0x00000001
,
EncounterID.TestEncounter2 = 0x00000002
,
EncounterID.Prototype1 = 0x00000003
,
EncounterID.re_kf1_small_wolves_01 = 0x00000005
,
EncounterID.re_kf1_med_drow_demon_sacrifice_01 = 0x00000006
,
EncounterID.re_kf1_small_drow_party_01 = 0x00000007
,
EncounterID.re_kf1_med_cormyr_vs_drow_01 = 0x00000008
,
EncounterID.re_kf1_small_lostvillager_01 = 0x0000000D
,
EncounterID.re_kf1_small_hag_deception_01 = 0x0000000F
,
EncounterID.re_kf1_med_villager_campsite_01 = 0x00000010
,
EncounterID.re_kf1_small_drow_slaves_necro_priestess_01 = 0x00000011
,
EncounterID.re_kf1_custom_spawner = 0x00000012
,
EncounterID.re_kf1_med_werewolf_deception_01 = 0x00000014
,
EncounterID.re_kf1_small_random_nature_standardforest = 0x00000015
,
EncounterID.re_kf1_med_random_nature_standardforest = 0x00000016
,
EncounterID.re_kf1_null = 0x00000017
,
EncounterID.re_kf1_small_dragonknights_collar_01 = 0x00000018
,
EncounterID.re_kf1_small_drow_supplies_01 = 0x00000019
,
EncounterID.re_kf1_medium_undead_neighbors_01 = 0x0000001A
,
EncounterID.re_kf1_med_random_drow_01 = 0x0000001B
,
EncounterID.re_kf1_med_random_drow_02 = 0x0000001C
,
EncounterID.re_kf1_med_random_nature_highlands_01 = 0x0000001D
,
EncounterID.re_kf1_small_random_drow_01 = 0x0000001E
,
EncounterID.re_kf1_small_random_drow_02 = 0x0000001F
,
EncounterID.re_kf1_med_random_nature_deepforest_01 = 0x00000020
,
EncounterID.re_kf1_small_random_nature_deepforest_01 = 0x00000021
,
EncounterID.re_kf1_small_random_nature_wetlands_01 = 0x00000022
,
EncounterID.re_kf1_med_random_nature_wetlands_01 = 0x00000023
,
EncounterID.re_kf1_small_random_nature_highlands_01 = 0x00000024
,
EncounterID.re_kf1_med_nature_lightsout_01 = 0x00000026
,
EncounterID.re_kf1_med_drow_disturbance_01 = 0x00000027
,
EncounterID.re_kf1_med_drow_sabotage_supplies_01 = 0x00000028
,
EncounterID.re_prototype_dryad = 0x00000029
,
EncounterID.re_kf1_random_wildlife_forest_01 = 0x0000002E
,
EncounterID.re_kf1_random_wildlife_wetlands_01 = 0x0000002F
,
EncounterID.re_kf1_small_bandits_werewolves_01 = 0x00000030
,
EncounterID.re_kf1_small_injured_villager_potion_01 = 0x00000031
,
EncounterID.re_kf1_med_tainted_dryads_01 = 0x00000033
,
EncounterID.re_kf1_small_bandits_villager_01 = 0x00000034
,
EncounterID.re_kf1_med_angry_dryad_wildlife_01 = 0x00000035
,
EncounterID.re_kf1_med_undead_necro_boss_01 = 0x00000037
,
EncounterID.re_kf1_small_hag_boss_01 = 0x00000038
,
EncounterID.re_kf1_small_drow_priestess_boss_01 = 0x00000039
,
EncounterID.re_kf1_med_undead_heroes_01 = 0x0000003A
,
EncounterID.re_kf1_med_drow_dragonknight_slaves_01 = 0x0000003B
,
EncounterID.re_kf1_capstone_drow_miniboss_slavemaster = 0x00000044
,
EncounterID.re_kf1_capstone_drow_miniboss_necromancer = 0x00000045
,
EncounterID.re_kf1_capstone_drow_miniboss_priestess = 0x00000046
,
EncounterID.re_kf1_random_wildlife_meadows_01 = 0x00000047
,
EncounterID.re_kf1_med_purpleworm_01 = 0x00000048
,
EncounterID.re_kf1_greendragon_a = 0x00000049
,
EncounterID.re_kf1_greendragon_b = 0x0000004A
,
EncounterID.re_kf1_reddragon_a = 0x0000004B
,
EncounterID.re_kf1_random_undead_01 = 0x0000004C
,
EncounterID.re_kf1_small_beartraps = 0x0000004D
,
EncounterID.re_kf1_med_beartraps = 0x0000004E
,
EncounterID.re_ud1_city_small_szind_melee_01 = 0x00000051
,
EncounterID.re_ud1_city_small_szind_caster_01 = 0x00000052
,
EncounterID.re_ud1_city_small_szind_caster_02 = 0x00000053
,
EncounterID.re_ud1_city_small_szind_waypoint_guards_01 = 0x00000054
,
EncounterID.re_ud1_city_small_szind_waypoint_guards_02 = 0x00000055
,
EncounterID.re_ud1_city_small_szind_melee_02 = 0x00000056
,
EncounterID.re_ud1_city_null = 0x00000057
,
EncounterID.re_ud1_city_med_entrance_guards_01 = 0x00000058
,
EncounterID.re_ud1_city_med_entrance_guards_02 = 0x00000059
,
EncounterID.re_ud1_city_med_entrance_guards_03 = 0x0000005C
,
EncounterID.re_ud1_city_small_dunrobar_waypoint_guards_02 = 0x0000005D
,
EncounterID.re_ud1_city_small_dunrobar_waypoint_guards_03 = 0x0000005E
,
EncounterID.re_ud1_city_small_dunrobar_waypoint_guards_01 = 0x0000005F
,
EncounterID.re_ud1_city_med_inner_entrance_guards_01 = 0x00000060
,
EncounterID.re_ud1_city_med_inner_entrance_guards_02 = 0x00000061
,
EncounterID.re_ud1_city_med_inner_entrance_guards_03 = 0x00000062
,
EncounterID.re_ud1_city_small_avithoul_waypoint_guards_02 = 0x00000063
,
EncounterID.re_ud1_city_small_avithoul_waypoint_guards_03 = 0x00000064
,
EncounterID.re_ud1_city_small_ziggurat_entrance_01 = 0x00000065
,
EncounterID.re_ud1_city_small_ziggurat_entrance_02 = 0x00000066
,
EncounterID.re_ud1_city_small_ziggurat_entrance_03 = 0x00000067
,
EncounterID.re_ud1_city_small_waves_spider_swarm = 0x00000068
,
EncounterID.re_ud1_city_small_waves_slave_revolt = 0x00000069
,
EncounterID.re_ud1_city_small_avithoul_waypoint_guards_01 = 0x0000006A
,
EncounterID.re_kf1_med_undead_wave_amaunator_01 = 0x0000006B
,
EncounterID.re_kf1_random_bandits_01 = 0x0000006C
,
EncounterID.re_kf1_random_bandit_werewolves_01 = 0x0000006D
,
EncounterID.re_kf1_small_medusa_miniboss_01 = 0x0000006E
,
EncounterID.re_kf1_small_werewolf_boss_01 = 0x0000006F
,
EncounterID.re_kf1_small_villagers_found_treasure_01 = 0x00000070
,
EncounterID.re_kf1_med_villager_rescue_vendor_01 = 0x00000071
,
EncounterID.re_kf1_med_bickering_priestesses_01 = 0x00000072
,
EncounterID.re_kf1_small_dragonknights_ghosts_01 = 0x00000073
,
EncounterID.re_kf1_med_wizards_close_portal_01 = 0x00000074
,
EncounterID.re_kf1_med_amaunator_darkening_ritual_01 = 0x00000075
,
EncounterID.re_kf1_med_trapped_druid_01 = 0x00000076
,
EncounterID.re_kf1_med_corrupted_dryads_01 = 0x00000077
,
EncounterID.re_kf1_med_wizards_hag_prize_01 = 0x00000078
,
EncounterID.re_kf1_med_priestess_sacrifice_01 = 0x00000079
,
EncounterID.re_kf1_small_mostly_dead_knight_01 = 0x0000007A
,
EncounterID.re_kf1_random_dryads_wildlife_01 = 0x0000007B
,
EncounterID.re_castles_small_boss_woodwoad = 0x0000007C
,
EncounterID.re_castles_small_boss_werewolf = 0x0000007D
,
EncounterID.re_castles_small_halforc_sorc = 0x0000007E
,
EncounterID.re_castles_small_tree = 0x0000007F
,
EncounterID.re_castles_small_bandits_search = 0x00000080
,
EncounterID.re_castles_small_boss_druid = 0x00000081
,
EncounterID.re_castles_med_trader_cart = 0x00000082
,
EncounterID.re_castles_small_boss_spectre = 0x00000083
,
EncounterID.re_castles_med_werewolf_wavebattle = 0x00000084
,
EncounterID.re_castles_small_boss_bandit = 0x00000085
,
EncounterID.re_castles_small_boss_spider = 0x00000086
,
EncounterID.re_castles_med_shadow_summoners = 0x00000087
,
EncounterID.re_castles_null = 0x0000008C
,
EncounterID.re_castles_small_nature_01 = 0x00000091
,
EncounterID.re_castles_med_bandits_01 = 0x00000092
,
EncounterID.re_castles_med_nature_01 = 0x00000093
,
EncounterID.re_castles_med_road_01 = 0x00000094
,
EncounterID.re_castles_med_beartraps = 0x00000095
,
EncounterID.re_castles_small_critters = 0x00000096
,
EncounterID.re_castles_small_bandits_01 = 0x00000097
,
EncounterID.re_castles_small_road_01 = 0x00000098
,
EncounterID.re_castles_med_yuanti_1 = 0x00000099
,
EncounterID.re_castles_med_yuanti_2 = 0x0000009A
,
EncounterID.re_gh_landscape_med_patrol_01_stormseye = 0x0000009D
,
EncounterID.re_gh_landscape_med_patrol_02 = 0x0000009E
,
EncounterID.re_gh_landscape_med_giant_skeletons = 0x0000009F
,
EncounterID.re_gh_landscape_small_orc_hunting_party = 0x000000A0
,
EncounterID.re_gh_landscape_small_patrol_troll = 0x000000A1
,
EncounterID.re_gh_landscape_rare_giant_cloud_tank = 0x000000A2
,
EncounterID.re_gh_landscape_rare_giant_hill_seer = 0x000000A3
,
EncounterID.re_gh_landscape_rare_giant_stone_tank = 0x000000A4
,
EncounterID.re_gh_landscape_rare_giant_fire_slugger = 0x000000A5
,
EncounterID.re_gh_landscape_rare_giant_fire_sorc = 0x000000A6
,
EncounterID.re_gh_landscape_rare_orc_barbarian = 0x000000A7
,
EncounterID.re_gh_landscape_rare_giant_cloud_wiz = 0x000000A8
,
EncounterID.re_gh_landscape_med_brawnpits_01 = 0x000000A9
,
EncounterID.re_gh_landscape_large_dragon_white_01 = 0x000000AA
,
EncounterID.re_gh_landscape_large_dragon_red_01 = 0x000000AB
,
EncounterID.re_gh_landscape_med_patrol_01_stormsfist = 0x000000AC
,
EncounterID.re_gh_landscape_med_patrol_01_stormsheart = 0x000000AD
,
EncounterID.re_gh_landscape_med_patrol_02_stormseye = 0x000000AE
,
EncounterID.re_gh_landscape_small_patrol_01_stormsheart = 0x000000AF
,
EncounterID.re_gh_landscape_small_patrol_01_stormsfist = 0x000000B0
,
EncounterID.re_gh_landscape_small_patrol_01_stormseye = 0x000000B1
,
EncounterID.re_gh_landscape_small_camp_random_hobgoblins_01 = 0x000000B2
,
EncounterID.re_gh_landscape_small_camp_random_aurum_01 = 0x000000B3
,
EncounterID.re_gh_landscape_large_dragon_green_01 = 0x000000B4
,
EncounterID.re_gh_landscape_large_dragon_green_02 = 0x000000B5
,
EncounterID.re_sh_landscape_med_harpy_01 = 0x000000B6
,
EncounterID.re_wheloon_med_criminals_natives_01 = 0x000000B7
,
EncounterID.re_wheloon_med_criminals_natives_03 = 0x000000B8
,
EncounterID.re_wheloon_small_animals_01 = 0x000000B9
,
EncounterID.re_wheloon_med_criminals_01 = 0x000000BA
,
EncounterID.re_wheloon_med_criminals_02 = 0x000000BB
,
EncounterID.re_wheloon_med_criminals_03 = 0x000000BC
,
EncounterID.re_null = 0x000000BD
,
EncounterID.re_wheloon_med_criminals_traps = 0x000000BF
,
EncounterID.re_wheloon_small_criminals_01 = 0x000000C0
,
EncounterID.re_wheloon_small_criminals_02 = 0x000000C1
,
EncounterID.re_wheloon_med_animals_01 = 0x000000C3
,
EncounterID.re_wheloon_small_criminals_03 = 0x000000C4
,
EncounterID.re_wheloon_small_criminals_natives_01 = 0x000000C5
,
EncounterID.re_wheloon_small_criminals_traps = 0x000000C6
,
EncounterID.re_wheloon_small_criminals_natives_03 = 0x000000C7
,
EncounterID.re_wheloon_small_criminals_roof_01 = 0x000000C8
,
EncounterID.re_wheloon_med_criminals_roof_01 = 0x000000CA
,
EncounterID.re_wheloon_small_criminals_roof_gargoyles = 0x000000CC
,
EncounterID.re_wheloon_med_criminals_roof_gargoyles = 0x000000CD
,
EncounterID.re_wheloon_small_breakables_01 = 0x000000CE
,
EncounterID.re_wheloon_med_breakables_01 = 0x000000CF
,
EncounterID.re_wheloon_small_shadowfell_01 = 0x000000D0
,
EncounterID.re_wheloon_med_shadowfell_01 = 0x000000D1
,
EncounterID.re_sh_landscape_small_mountainlion_01 = 0x000000D3
,
EncounterID.re_sh_landscape_med_satyr_01 = 0x000000D4
,
EncounterID.re_sh_landscape_small_dryad_01 = 0x000000D5
,
EncounterID.re_sh_landscape_med_ice_elemental_01 = 0x000000D6
,
EncounterID.re_sh_landscape_med_patrol_01 = 0x000000D8
,
EncounterID.re_sh_landscape_med_patrol_02 = 0x000000D9
,
EncounterID.re_sh_landscape_med_patrol_03 = 0x000000DA
,
EncounterID.re_sh_landscape_med_patrol_04 = 0x000000DB
,
EncounterID.re_sh_landscape_med_base_01 = 0x000000DC
,
EncounterID.re_sh_landscape_med_camp_01 = 0x000000DD
,
EncounterID.re_sh_landscape_med_scout_01 = 0x000000DE
,
EncounterID.re_sh_landscape_med_camp_02 = 0x000000DF
,
EncounterID.re_wheloon_small_shadowfell_howlers_01 = 0x000000E2
,
EncounterID.re_wheloon_med_shadowfell_howlers_01 = 0x000000E3
,
EncounterID.re_sh_landscape_med_winterwolves_01 = 0x000000E4
,
EncounterID.re_sh_landscape_med_griffon_01 = 0x000000E5
,
EncounterID.re_wheloon_med_shar_01 = 0x000000E6
,
EncounterID.re_wheloon_small_shar_03 = 0x000000E7
,
EncounterID.re_wheloon_med_shar_02 = 0x000000E8
,
EncounterID.re_wheloon_med_shar_03 = 0x000000E9
,
EncounterID.re_wheloon_small_shar_01 = 0x000000EA
,
EncounterID.re_wheloon_small_shar_02 = 0x000000EB
,
EncounterID.re_wheloon_small_shadowfell_02 = 0x000000EC
,
EncounterID.re_wheloon_med_shadowfell_02 = 0x000000ED
,
EncounterID.re_sh_ambush_mimic = 0x000000EE
,
EncounterID.re_sh_ambush_dryad = 0x000000EF
,
EncounterID.re_sh_ambush_generic_01 = 0x000000F1
,
EncounterID.re_sh_ambush_generic_02 = 0x000000F2
,
EncounterID.re_sh_ambush_archers = 0x000000F4
,
EncounterID.re_sh_ambush_pittrap = 0x000000F5
,
EncounterID.re_sh_ambush_giant = 0x000000F6
,
EncounterID.re_sh_ambush_trap_01 = 0x000000F7
,
EncounterID.re_sh_ambush_trap_02 = 0x000000F8
,
EncounterID.re_sh_landscape_large_camp_03 = 0x000000F9
,
EncounterID.re_customspawner = 0x000000FA
,
EncounterID.re_wheloon_small_lizardmen_01 = 0x000000FB
,
EncounterID.re_wheloon_med_lizardmen_01 = 0x000000FC
,
EncounterID.re_wheloon_small_shadowfell_shadarkai_02 = 0x00000109
,
EncounterID.re_wheloon_small_morninglord_01 = 0x0000010A
,
EncounterID.re_wheloon_med_rare_shadarkai = 0x0000010B
,
EncounterID.re_wheloon_med_rare_animated = 0x0000010C
,
EncounterID.re_wheloon_med_rare_netherese = 0x0000010D
,
EncounterID.re_wheloon_small_shadowfell_shades_01 = 0x0000010F
,
EncounterID.re_wheloon_small_shadowfell_shades_02 = 0x00000112
,
EncounterID.re_wheloon_med_rare_nightcrawler = 0x00000114
,
EncounterID.re_wheloon_med_rare_rogue = 0x00000115
,
EncounterID.re_wheloon_med_shadowfell_shades_01 = 0x00000116
,
EncounterID.re_wheloon_med_shadowfell_puppeteers_01 = 0x00000117
,
EncounterID.re_wheloon_med_rare_lizardfolk = 0x00000118
,
EncounterID.re_wheloon_small_rare_gargoyle = 0x00000119
,
EncounterID.re_wheloon_med_shadowfell_shades_02 = 0x0000011A
,
EncounterID.re_wheloon_med_shadowfell_puppeteers_02 = 0x0000011B
,
EncounterID.re_wheloon_small_shadowfell_hags_01 = 0x0000011C
,
EncounterID.re_wheloon_med_shadowfell_puppeteers_03 = 0x0000011D
,
EncounterID.re_wheloon_med_shadowfell_puppeteers_04 = 0x0000011E
,
EncounterID.re_wheloon_small_rare_shade = 0x0000011F
,
EncounterID.re_wheloon_med_netherese_01 = 0x00000120
,
EncounterID.re_wheloon_med_shadowfell_puppeteers_05 = 0x00000121
,
EncounterID.re_wheloon_med_morninglord_02 = 0x00000122
,
EncounterID.re_wheloon_med_rare_beholder = 0x00000123
,
EncounterID.re_wheloon_med_netherese_02 = 0x00000124
,
EncounterID.re_wheloon_med_rare_priestess = 0x00000125
,
EncounterID.re_wheloon_med_netherese_03 = 0x00000126
,
EncounterID.re_wheloon_med_shadowfell_hags_01 = 0x00000127
,
EncounterID.re_wheloon_small_breakables_02 = 0x00000128
,
EncounterID.re_wheloon_med_netherese_traps = 0x00000129
,
EncounterID.re_wheloon_small_netherese_traps = 0x0000012A
,
EncounterID.re_wheloon_small_shadowfell_puppeteers_01 = 0x0000012B
,
EncounterID.re_wheloon_med_rare_thug = 0x0000012C
,
EncounterID.re_wheloon_med_shadowfell_shadarkai_01 = 0x0000012D
,
EncounterID.re_wheloon_small_shadowfell_puppeteers_02 = 0x0000012E
,
EncounterID.re_wheloon_med_shadowfell_shadarkai_02 = 0x0000012F
,
EncounterID.re_wheloon_small_shadowfell_puppeteers_03 = 0x00000130
,
EncounterID.re_wheloon_small_rare_hag = 0x00000131
,
EncounterID.re_wheloon_med_breakables_02 = 0x00000132
,
EncounterID.re_wheloon_small_netherese_01 = 0x00000133
,
EncounterID.re_wheloon_small_shadowfell_puppeteers_04 = 0x00000134
,
EncounterID.re_wheloon_small_netherese_02 = 0x00000135
,
EncounterID.re_wheloon_small_shadowfell_puppeteers_05 = 0x00000136
,
EncounterID.re_wheloon_small_netherese_03 = 0x00000137
,
EncounterID.re_wheloon_small_shadowfell_shadarkai_01 = 0x00000138
,
EncounterID.re_wheloon_med_shadowfell_roof_gargoyles = 0x00000139
,
EncounterID.re_wheloon_small_shadowfell_roof_gargoyles = 0x0000013A
,
EncounterID.re_sh_landscape_med_harpy_fake = 0x0000013B
,
EncounterID.re_sh_landscape_medium_dryad_02 = 0x0000013C
,
EncounterID.re_sh_landscape_large_dryad_03 = 0x0000013D
,
EncounterID.re_sh_landscape_medium_mountainlion_02 = 0x0000013E
,
EncounterID.re_sh_landscape_med_harpy_ambush = 0x0000013F
,
EncounterID.re_sh_landscape_large_satyr_dance = 0x00000140
,
EncounterID.re_sh_landscape_med_random_nature_deepforest = 0x00000141
,
EncounterID.re_sh_landscape_small_random_nature_deepforest = 0x00000142
,
EncounterID.re_wheloon_small_rare_shade_heroic = 0x00000143
,
EncounterID.re_wheloon_med_rare_stalker_heroic = 0x00000144
,
EncounterID.re_wheloon_med_rare_puppeteer_heroic = 0x00000145
,
EncounterID.re_wheloon_small_netherese_04 = 0x00000146
,
EncounterID.re_wheloon_small_shar_04 = 0x00000147
,
EncounterID.re_wheloon_med_shar_04 = 0x00000148
,
EncounterID.re_wheloon_small_shadowfell_hags_02 = 0x00000149
,
EncounterID.re_wheloon_med_criminals_04 = 0x0000014A
,
EncounterID.re_wheloon_med_criminals_05 = 0x0000014B
,
EncounterID.re_wheloon_med_netherese_04 = 0x0000014C
,
EncounterID.re_wheloon_med_shadowfell_hags_02 = 0x0000014D
,
EncounterID.re_wheloon_small_criminals_04 = 0x0000014E
,
EncounterID.re_wheloon_small_criminals_05 = 0x0000014F
,
EncounterID.re_wheloon_med_shadowfell_puppeteers_06 = 0x00000150
,
EncounterID.re_wheloon_small_shadowfell_puppeteers_06 = 0x00000151
,
EncounterID.re_sh_landscape_med_random_forest_roadside = 0x00000152
,
EncounterID.re_sh_landscape_med_random_forest_rocky = 0x00000153
,
EncounterID.re_sh_landscape_small_random_forest_rocky = 0x00000154
,
EncounterID.re_sh_landscape_small_random_forest_roadside = 0x00000155
,
EncounterID.re_sh_landscape_med_random_forest_open = 0x00000156
,
EncounterID.re_sh_landscape_small_random_forest_open = 0x00000157
,
EncounterID.re_sh_landscape_med_random_camp = 0x00000158
,
EncounterID.re_sh_landscape_small_random_camp = 0x00000159
,
EncounterID.re_sh_landscape_med_random_ascent_normal = 0x0000015A
,
EncounterID.re_sh_landscape_med_random_ascent_roadside = 0x0000015B
,
EncounterID.re_sh_landscape_small_random_ascent_normal = 0x0000015C
,
EncounterID.re_sh_landscape_small_random_ascent_roadside = 0x0000015D
,
EncounterID.re_sh_landscape_small_random_glacier_roadside = 0x0000015E
,
EncounterID.re_sh_landscape_med_random_glacier_normal = 0x0000015F
,
EncounterID.re_sh_landscape_small_random_glacier_normal = 0x00000160
,
EncounterID.re_sh_landscape_med_random_glacier_roadside = 0x00000161
,
EncounterID.re_sh_landscape_med_random_fort = 0x00000162
,
EncounterID.re_sh_landscape_small_random_fort = 0x00000163
,
EncounterID.re_sh_landscape_med_fort_01 = 0x00000164
,
EncounterID.re_sh_landscape_small_fort_trapped_supplies = 0x00000165
,
EncounterID.re_sh_landscape_med_fort_trapped_supplies = 0x00000166
,
EncounterID.re_sh_landscape_med_fort_02 = 0x00000167
,
EncounterID.re_sh_landscape_med_fort_03 = 0x00000168
,
EncounterID.re_wheloon_small_assassin_03 = 0x00000169
,
EncounterID.re_wheloon_small_assassin_04 = 0x0000016A
,
EncounterID.re_wheloon_med_shar_sacrifice_01 = 0x0000016B
,
EncounterID.re_wheloon_small_assassin_05 = 0x0000016C
,
EncounterID.re_wheloon_med_food_01 = 0x0000016F
,
EncounterID.re_wheloon_med_mimic_01 = 0x00000170
,
EncounterID.re_wheloon_small_food_01 = 0x00000171
,
EncounterID.re_wheloon_small_assassin_01 = 0x00000172
,
EncounterID.re_wheloon_small_food_02 = 0x00000173
,
EncounterID.re_wheloon_small_assassin_02 = 0x00000174
,
EncounterID.re_wheloon_med_dog_01 = 0x00000175
,
EncounterID.re_wheloon_med_dog_02 = 0x00000176
,
EncounterID.re_wheloon_small_cormyrean_01 = 0x00000177
,
EncounterID.re_wheloon_small_cormyrean_02 = 0x00000178
,
EncounterID.re_wheloon_small_dom_01 = 0x00000179
,
EncounterID.re_wheloon_small_special_item_01 = 0x0000017A
,
EncounterID.re_wheloon_med_oriphaun_01 = 0x0000017B
,
EncounterID.re_wheloon_small_thoven_01 = 0x0000017C
,
EncounterID.re_wheloon_med_shadows_01 = 0x0000017D
,
EncounterID.re_wheloon_med_wizard_01 = 0x0000017E
,
EncounterID.re_wheloon_med_shade_01 = 0x0000017F
,
EncounterID.re_wheloon_small_hag_01 = 0x00000180
,
EncounterID.re_wheloon_small_nil_01 = 0x00000181
,
EncounterID.re_wheloon_med_rescue_01 = 0x00000182
,
EncounterID.re_wheloon_med_rescue_02 = 0x00000183
,
EncounterID.re_wheloon_small_chase_01 = 0x00000184
,
EncounterID.re_wheloon_med_puppet_01 = 0x00000185
,
EncounterID.re_sh_landscape_large_bait_stump = 0x00000186
,
EncounterID.re_sh_landscape_med_story_poacher = 0x00000187
,
EncounterID.re_sh_landscape_small_random_ascent_upper = 0x0000018A
,
EncounterID.re_sh_landscape_med_random_ascent_upper = 0x0000018B
,
EncounterID.re_wheloon_small_shadowfell_beholders_01 = 0x0000018C
,
EncounterID.re_wheloon_med_shadowfell_beholders_01 = 0x0000018D
,
EncounterID.re_sh_landscape_large_dragon_white = 0x0000018E
,
EncounterID.re_sh_landscape_large_dragon_red = 0x0000018F
,
EncounterID.re_sh_landscape_med_rare_ice_elemental = 0x00000190
,
EncounterID.re_sh_landscape_med_rare_harpy = 0x00000191
,
EncounterID.re_sh_landscape_med_rare_griffon = 0x00000192
,
EncounterID.re_sh_landscape_flavor_mountainlion = 0x00000193
,
EncounterID.re_sh_landscape_flavor_owlbear = 0x00000194
,
EncounterID.re_sh_landscape_med_patrol_gnolls = 0x00000195
,
EncounterID.re_sh_landscape_med_patrol_orc_packmaster = 0x00000196
,
EncounterID.re_sh_landscape_med_camp_empty = 0x00000197
,
EncounterID.re_sh_landscape_med_druid_circle = 0x00000198
,
EncounterID.re_wheloon_small_assassin_04pre = 0x00000199
,
EncounterID.re_wheloon_small_assassin_03pre = 0x0000019A
,
EncounterID.re_wheloon_small_assassin_05pre = 0x0000019B
,
EncounterID.re_wheloon_small_assassin_02pre = 0x0000019C
,
EncounterID.re_wheloon_small_assassin_01pre = 0x0000019D
,
EncounterID.re_sh_landscape_med_ice_elemental_fake = 0x0000019E
,
EncounterID.re_sh_landscape_med_druid_circle_rare = 0x0000019F
,
EncounterID.re_sh_landscape_small_fort_supplies = 0x000001A0
,
EncounterID.re_sh_landscape_med_fort_supplies = 0x000001A1
,
EncounterID.re_sh_landscape_med_rare_woodwoad = 0x000001A2
,
EncounterID.re_sh_landscape_hireling_owlbear = 0x000001A3
,
EncounterID.re_wheloon_small_key_01 = 0x000001A4
,
EncounterID.re_wheloon_small_key_02 = 0x000001A5
,
EncounterID.re_wheloon_small_hag_02 = 0x000001A6
,
EncounterID.re_sh_landscape_med_owlbear_sleeping = 0x000001A7
,
EncounterID.re_sh_landscape_med_forest_deer_herd = 0x000001A8
,
EncounterID.re_sh_landscape_med_polymorphed_paladin = 0x000001A9
,
EncounterID.re_sh_landscape_med_orc_impostor = 0x000001AA
,
EncounterID.re_sh_landscape_med_poachers = 0x000001AB
,
EncounterID.re_sh_landscape_med_random_fort_snowy = 0x000001AC
,
EncounterID.re_sh_landscape_small_random_fort_snowy = 0x000001AD
,
EncounterID.re_sh_landscape_med_rare_frost_giant = 0x000001AE
,
EncounterID.re_sh_landscape_med_rare_stone_giant = 0x000001AF
,
EncounterID.re_housing_med_01 = 0x000001B0
,
EncounterID.re_housing_med_02 = 0x000001B1
,
EncounterID.re_housing_small_01 = 0x000001B2
,
EncounterID.re_housing_small_02 = 0x000001B3
,
EncounterID.re_thunderholme_shared_trap_pressure = 0x000001B4
,
EncounterID.re_thunderholme_forge_profile_25_75 = 0x000001B5
,
EncounterID.re_thunderholme_skeleton_profile_100 = 0x000001B7
,
EncounterID.re_thunderholme_netherese_casters_crates_traps = 0x000001BC
,
EncounterID.re_thunderholme_cult_necromancers = 0x000001BE
,
EncounterID.re_thunderholme_cult_profile_50_50 = 0x000001BF
,
EncounterID.re_thunderholme_shared_helmed_horror = 0x000001C1
,
EncounterID.re_thunderholme_forge_salamanders_melee = 0x000001C2
,
EncounterID.re_thunderholme_skeleton_profile_50_50 = 0x000001C3
,
EncounterID.re_thunderholme_mountaintop_winter_wolf = 0x000001C4
,
EncounterID.re_thunderholme_cult_profile_100 = 0x000001C6
,
EncounterID.re_thunderholme_skeleton_profile_25_75_ranged = 0x000001C9
,
EncounterID.re_thunderholme_skeleton_profile_25_75_melee = 0x000001CA
,
EncounterID.re_thunderholme_netherese_shadows_25_75 = 0x000001CB
,
EncounterID.re_thunderholme_netherese_casters_stalkers_popcorn_10_30_60 = 0x000001CC
,
EncounterID.re_thunderholme_netherese_lt_casters_popcorn_10_30_60 = 0x000001CD
,
EncounterID.re_thunderholme_netherese_lt_stalkers_popcorn_10_30_60 = 0x000001CE
,
EncounterID.re_thunderholme_shared_hags_spiders_25_75 = 0x000001CF
,
EncounterID.re_thunderholme_shared_stalkers_popcorn_25_75 = 0x000001D0
,
EncounterID.re_thunderholme_shared_shadows = 0x000001D1
,
EncounterID.re_thunderholme_shared_spiders = 0x000001D2
,
EncounterID.re_thunderholme_netherese_rare_pseudodragon = 0x000001D3
,
EncounterID.re_thunderholme_netherese_rare_animatedobject = 0x000001D4
,
EncounterID.re_thunderholme_cult_rare_battlerager = 0x000001D5
,
EncounterID.re_thunderholme_skeleton_rare_specter = 0x000001D6
,
EncounterID.re_thunderholme_shared_rare_shadowpuppeteer = 0x000001D7
,
EncounterID.re_thunderholme_cave_rare_rustmonster = 0x000001D8
,
EncounterID.re_thunderholme_mountaintop_rare_harpy = 0x000001D9
,
EncounterID.re_thunderholme_netherese_rare_shade = 0x000001DA
,
EncounterID.re_thunderholme_cult_rare_helmedhorror = 0x000001DB
,
EncounterID.re_thunderholme_cult_rare_necromancer = 0x000001DC
,
EncounterID.re_thunderholme_skeleton_rare_ghost_fighter_wizard = 0x000001DD
,
EncounterID.re_thunderholme_forge_rare_magmabrute = 0x000001DE
,
EncounterID.re_thunderholme_skeleton_wraith_25_75_melee = 0x000001DF
,
EncounterID.Amenity_Shrine_Con_Long_2 = 0x000001E7
,
EncounterID.Amenity_Shrine_Dex_Long_2 = 0x000001E8
,
EncounterID.Amenity_Shrine_Int_Long_2 = 0x000001E9
,
EncounterID.Amenity_Shrine_Str_Long_2 = 0x000001EA
,
EncounterID.Amenity_Shrine_Cha_Long_2 = 0x000001EB
,
EncounterID.Amenity_Shrine_Wis_Long_2 = 0x000001EC
,
EncounterID.Amenity_Shrine_AbilityScores_Long_2 = 0x000001ED
,
EncounterID.re_thunderholme_shared_rats = 0x000001EE
,
EncounterID.re_thunderholme_shared_bats = 0x000001EF
,
EncounterID.re_amenity_large_prototype_01 = 0x000001F0
,
EncounterID.re_amenity_small_music_hall = 0x000001F3
,
EncounterID.re_amenity_large_hot_tub = 0x000001F4
,
EncounterID.re_amenity_small_shrine_experience = 0x000001F5
,
EncounterID.re_amenity_small_guild_vault = 0x000001F6
,
EncounterID.re_amenity_small_archery_range = 0x000001F7
,
EncounterID.re_amenity_small_arcane_sanctum = 0x000001F8
,
EncounterID.re_amenity_small_orien_express = 0x000001F9
,
EncounterID.re_amenity_small_farshifter_chamber = 0x000001FA
,
EncounterID.re_amenity_small_silver_flame = 0x000001FB
,
EncounterID.re_amenity_small_devourer_shrine = 0x000001FC
,
EncounterID.re_amenity_small_black_abbot = 0x000001FD
,
EncounterID.re_amenity_small_stormreaver = 0x000001FE
,
EncounterID.re_amenity_large_cannith_crafting = 0x000001FF
,
EncounterID.re_amenity_small_three_finger_thad = 0x00000200
,
EncounterID.re_amenity_small_armory = 0x00000201
,
EncounterID.re_amenity_small_tactical_training = 0x00000202
,
EncounterID.re_amenity_large_grand_reliquary = 0x00000203
,
EncounterID.re_amenity_small_divine_sanctuary = 0x00000204
,
EncounterID.re_amenity_small_wild_grove = 0x00000205
,
EncounterID.re_amenity_small_trapsmith_workshop = 0x00000206
,
EncounterID.re_amenity_small_floating_rock_garden = 0x00000207
,
EncounterID.re_amenity_small_grandmaster_dojo = 0x00000208
,
EncounterID.re_3bc_water_elementals = 0x00000209
,
EncounterID.re_3bc_pirate_rare_1 = 0x0000020A
,
EncounterID.re_3bc_pirate_rare_2 = 0x0000020B
,
EncounterID.re_3bc_pirate_rare_3 = 0x0000020C
,
EncounterID.re_3bc_wood_woads = 0x0000020D
,
EncounterID.re_3bc_magma_brutes = 0x0000020E
,
EncounterID.re_3bc_pirate_rare_4 = 0x0000020F
,
EncounterID.re_3bc_pirate_crew_1 = 0x00000210
,
EncounterID.re_3bc_pirate_rare_5 = 0x00000211
,
EncounterID.re_3bc_pirate_crew_2 = 0x00000212
,
EncounterID.re_3bc_pirate_rare_6 = 0x00000213
,
EncounterID.re_3bc_pirate_crew_3 = 0x00000214
,
EncounterID.re_3bc_harpies = 0x00000215
,
EncounterID.re_3bc_pirate_rare_7 = 0x00000216
,
EncounterID.re_3bc_pirate_crew_4 = 0x00000217
,
EncounterID.re_3bc_pirate_rare_8 = 0x00000218
,
EncounterID.re_3bc_pirate_crew_5 = 0x00000219
,
EncounterID.re_3bc_pirate_rare_9 = 0x0000021A
,
EncounterID.re_3bc_pirate_crew_6 = 0x0000021B
,
EncounterID.re_3bc_pirate_crew_7 = 0x0000021C
,
EncounterID.re_3bc_pirate_crew_8 = 0x0000021D
,
EncounterID.re_3bc_pirate_crew_9 = 0x0000021E
,
EncounterID.re_3bc_scrags = 0x0000021F
,
EncounterID.re_amenity_large_collegium_twelve = 0x00000220
,
EncounterID.re_amenity_small_puzzle_box = 0x00000221
,
EncounterID.re_amenity_small_sully_grog_cellar = 0x00000222
,
EncounterID.re_amenity_small_throne_room = 0x00000223
,
EncounterID.re_amenity_small_dance_hall = 0x00000224
,
EncounterID.re_amenity_small_danger_room = 0x00000225
,
EncounterID.re_amenity_small_forbidden_library = 0x00000226
,
EncounterID.re_amenity_small_sellsword_tavern = 0x00000227
,
EncounterID.re_amenity_small_bash_cargo_bay = 0x00000228
,
EncounterID.re_amenity_large_greensteel_crafting = 0x00000229
,
EncounterID.re_amenity_small_banquet_hall = 0x0000022A
,
EncounterID.re_amenity_large_proving_ground = 0x0000022B
,
EncounterID.re_amenity_small_archwizard = 0x0000022C
,
EncounterID.re_amenity_small_fencing_master = 0x0000022D
,
EncounterID.re_amenity_small_ninja_assassin = 0x0000022E
,
EncounterID.re_amenity_large_trophy_room = 0x0000022F
,
EncounterID.re_amenity_small_hag_apothecary = 0x00000230
,
EncounterID.re_amenity_small_game_hunter = 0x00000231
,
EncounterID.re_amenity_small_chronoscope = 0x00000232
,
EncounterID.re_3bc_yuan_ti = 0x00000233
,
EncounterID.re_3bc_fire_elemental = 0x00000234
,
EncounterID.re_necro4_werewolf_or_not = 0x00000235
,
EncounterID.re_orchard_new_golem_alive = 0x00000236
,
EncounterID.re_orchard_new_zombies_underground = 0x00000237
,
EncounterID.re_orchard_new_werewolves_silver_flame = 0x00000238
,
EncounterID.re_orchard_new_claw_tough = 0x00000239
,
EncounterID.re_orchard_new_vampires = 0x0000023A
,
EncounterID.re_orchard_new_doomspheres = 0x0000023B
,
EncounterID.re_orchard_new_liches = 0x0000023C
,
EncounterID.re_orchard_new_werewolves_base = 0x0000023D
,
EncounterID.re_orchard_new_werewolves_stalkers = 0x0000023E
,
EncounterID.re_orchard_new_vol = 0x0000023F
,
EncounterID.re_orchard_new_quells = 0x00000240
,
EncounterID.re_orchard_new_werewolves_tough = 0x00000241
,
EncounterID.re_orchard_new_zombies = 0x00000242
,
EncounterID.re_orchard_new_silver_flame = 0x00000243
,
EncounterID.re_orchard_new_earth_elementals = 0x00000244
,
EncounterID.re_orchard_new_magma_brutes = 0x00000245
,
EncounterID.re_orchard_new_golems_tough = 0x00000246
,
EncounterID.re_orchard_new_water_elementals = 0x00000247
,
EncounterID.re_orchard_new_claw_base = 0x00000248
,
EncounterID.re_orchard_new_hag_graveyard = 0x00000249
,
EncounterID.re_orchard_new_air_elementals = 0x0000024A
,
EncounterID.re_orchard_new_graverobbers = 0x0000024B
,
EncounterID.re_orchard_new_mummies = 0x0000024C
,
EncounterID.re_orchard_new_golems_base = 0x0000024D
,
EncounterID.re_orchard_new_vine_horrors = 0x0000024E
,
EncounterID.re_orchard_new_wheeps = 0x0000024F
,
EncounterID.re_orchard_new_maruts = 0x00000250
,
EncounterID.re_orchard_new_interior_angry_undead = 0x00000251
,
EncounterID.re_orchard_new_werewolf_alpha_challenge = 0x00000252
,
EncounterID.re_orchard_new_misc_rift_fire = 0x00000253
,
EncounterID.re_orchard_new_misc_rift_ice = 0x00000254
,
EncounterID.re_orchard_new_rare_doomsphere = 0x00000255
,
EncounterID.re_orchard_new_rare_vol_deathknight = 0x00000256
,
EncounterID.re_orchard_new_rare_claw_commander = 0x00000257
,
EncounterID.re_orchard_new_rare_lich_caster = 0x00000258
,
EncounterID.re_orchard_new_rare_werewolf_slugger = 0x00000259
,
EncounterID.re_orchard_new_rare_glabrezu = 0x0000025A
,
EncounterID.re_orchard_new_rare_werewolf_stalker = 0x0000025B
,
EncounterID.re_orchard_new_rare_skeleton_giant = 0x0000025C
,
EncounterID.re_orchard_new_rare_flesh_golem = 0x0000025D
,
EncounterID.re_orchard_new_rare_vine_horror = 0x0000025E
,
EncounterID.re_orchard_new_undead_mixed_light = 0x0000025F
,
EncounterID.re_orchard_new_rare_wight_caster = 0x00000260
,
EncounterID.re_orchard_new_undead_mixed_heavy = 0x00000261
,
EncounterID.re_orchard_new_rare_fleshwright = 0x00000262
,
EncounterID.re_orchard_new_rare_elemental_ice = 0x00000263
,
EncounterID.re_orchard_new_golems_guards = 0x00000264
,
EncounterID.re_xoriat2_fashion_casters = 0x00000265
,
EncounterID.re_xoriat2_fashion_minions_light = 0x00000266
,
EncounterID.re_xoriat2_fashion_lieutenants = 0x00000267
,
EncounterID.re_xoriat2_fashion_minions_heavy = 0x00000268
,
EncounterID.re_toee_rare_giant_fire = 0x00000269
,
EncounterID.re_toee_rare_magma_brute = 0x0000026A
,
EncounterID.re_toee_rare_air_elemental = 0x0000026B
,
EncounterID.re_toee_rare_altar_earth = 0x0000026C
,
EncounterID.re_toee_rare_rust_monster = 0x0000026D
,
EncounterID.re_toee_breakables_crates = 0x0000026E
,
EncounterID.re_toee_air_cultists_tough = 0x0000026F
,
EncounterID.re_toee_rare_giant_stone = 0x00000270
,
EncounterID.re_toee_rare_giant_frost = 0x00000271
,
EncounterID.re_toee_rare_giant_cloud = 0x00000272
,
EncounterID.re_toee_rare_bugbear = 0x00000273
,
EncounterID.re_toee_rare_minotaur = 0x00000274
,
EncounterID.re_toee_air_cultists_base = 0x00000275
,
EncounterID.re_toee_fire_cultists_tough = 0x00000276
,
EncounterID.re_toee_rare_chest = 0x00000277
,
EncounterID.re_toee_rare_altar_air = 0x00000278
,
EncounterID.re_toee_rare_sahuagin = 0x00000279
,
EncounterID.re_toee_water_cultists_tough = 0x0000027A
,
EncounterID.re_toee_rare_chest_trapped = 0x0000027B
,
EncounterID.re_toee_rare_medusa = 0x0000027C
,
EncounterID.re_toee_rare_dragon_green = 0x0000027D
,
EncounterID.re_toee_rare_lizardman = 0x0000027E
,
EncounterID.re_toee_rare_cube = 0x0000027F
,
EncounterID.re_toee_rare_lich = 0x00000280
,
EncounterID.re_toee_bandits_melee = 0x00000281
,
EncounterID.re_toee_rare_altar_fire = 0x00000282
,
EncounterID.re_toee_water_cultists_base = 0x00000283
,
EncounterID.re_toee_rare_altar_fountain = 0x00000284
,
EncounterID.re_toee_earth_cultists_base = 0x00000285
,
EncounterID.re_toee_rare_altar_water = 0x00000286
,
EncounterID.re_toee_rare_altar_defense = 0x00000287
,
EncounterID.re_toee_rare_djinn = 0x00000288
,
EncounterID.re_toee_rare_altar_offense = 0x00000289
,
EncounterID.re_toee_rare_dragon_red = 0x0000028A
,
EncounterID.re_toee_rare_ogre_mage = 0x0000028B
,
EncounterID.re_toee_rare_umber_hulk = 0x0000028C
,
EncounterID.re_toee_breakables_vases = 0x0000028D
,
EncounterID.re_toee_rare_frog = 0x0000028E
,
EncounterID.re_toee_rare_shadows = 0x0000028F
,
EncounterID.re_toee_rare_dragon_white = 0x00000290
,
EncounterID.re_toee_rare_animated_object = 0x00000291
,
EncounterID.re_toee_rare_trog = 0x00000292
,
EncounterID.re_toee_fire_cultists_base = 0x00000293
,
EncounterID.re_toee_earth_cultists_tough = 0x00000294
,
EncounterID.re_toee_bandits_mixed = 0x00000295
,
EncounterID.re_toee_cultists_base = 0x00000296
,
EncounterID.re_toee_cultists_tough = 0x00000297
,
EncounterID.re_toee_undead = 0x00000298
,
EncounterID.re_toee_trap_lightning = 0x00000299
,
EncounterID.re_toee_trap_evil = 0x0000029A
,
EncounterID.re_toee_trap_poison = 0x0000029B
,
EncounterID.re_toee_trap_ice = 0x0000029C
,
EncounterID.re_toee_trap_fire = 0x0000029D
,
EncounterID.re_toee_trap_bear = 0x0000029E
,
EncounterID.re_toee_orcs = 0x0000029F
,
EncounterID.re_toee_ogres = 0x000002A0
,
EncounterID.re_toee_guards_tough = 0x000002A1
,
EncounterID.re_toee_guards_base = 0x000002A2
,
EncounterID.re_toee_rare_spider_nest = 0x000002A3
,
EncounterID.re_toee_rare_helmed_horror = 0x000002A4
,
EncounterID.re_toee_gargoyles = 0x000002A5
,
EncounterID.re_toee_umber_hulks = 0x000002A6
,
EncounterID.re_toee_node_fire_efreet = 0x000002A7
,
EncounterID.re_toee_node_air_griffons = 0x000002A8
,
EncounterID.re_toee_node_water_ghouls = 0x000002A9
,
EncounterID.re_toee_node_fire_mixed_heavy = 0x000002AA
,
EncounterID.re_toee_node_earth_umber_hulks = 0x000002AB
,
EncounterID.re_toee_node_water_mixed_light = 0x000002AC
,
EncounterID.re_toee_node_fire_mephits = 0x000002AD
,
EncounterID.re_toee_node_earth_gargoyles = 0x000002AE
,
EncounterID.re_toee_node_water_mephits = 0x000002AF
,
EncounterID.re_toee_node_fire_mixed_light = 0x000002B0
,
EncounterID.re_toee_node_air_wisps = 0x000002B1
,
EncounterID.re_toee_node_earth_oozes = 0x000002B2
,
EncounterID.re_toee_node_earth_mudmen = 0x000002B3
,
EncounterID.re_toee_node_air_stalkers = 0x000002B4
,
EncounterID.re_toee_node_earth_elementals = 0x000002B5
,
EncounterID.re_toee_node_water_mixed_heavy = 0x000002B6
,
EncounterID.re_toee_node_earth_mephits = 0x000002B7
,
EncounterID.re_toee_node_air_mixed_light = 0x000002B8
,
EncounterID.re_toee_node_air_mixed_heavy = 0x000002B9
,
EncounterID.re_toee_node_air_elementals = 0x000002BA
,
EncounterID.re_toee_node_fire_salamanders = 0x000002BB
,
EncounterID.re_toee_node_earth_mixed_light = 0x000002BC
,
EncounterID.re_toee_node_water_sauhuagin = 0x000002BD
,
EncounterID.re_toee_node_water_elementals_ice = 0x000002BE
,
EncounterID.re_toee_node_earth_mixed_heavy = 0x000002BF
,
EncounterID.re_toee_node_air_djinn = 0x000002C0
,
EncounterID.re_toee_node_fire_hellhounds = 0x000002C1
,
EncounterID.re_toee_node_air_mephits = 0x000002C2
,
EncounterID.re_toee_node_water_oozes = 0x000002C3
,
EncounterID.re_toee_node_water_elementals = 0x000002C4
,
EncounterID.re_toee_node_fire_bats = 0x000002C5
,
EncounterID.re_toee_node_fire_elementals = 0x000002C6
,
EncounterID.re_toee_chest_small_trapped = 0x000002C7
,
EncounterID.re_toee_chest_small = 0x000002C8
,
EncounterID.re_toee_harpies = 0x000002C9
,
EncounterID.re_toee_ogres_leader = 0x000002CA
,
EncounterID.re_toee_rare_cleric = 0x000002CB
,
EncounterID.re_toee_node_earth_rust_monsters = 0x000002CC
,
EncounterID.re_toee_node_rare_npc_darley = 0x000002CD
,
EncounterID.re_toee_node_rare_npc_jaer = 0x000002CF
,
EncounterID.re_toee2_rare_mage_senshock = 0x000002D0
,
EncounterID.re_toee_node_rare_npc_sargen = 0x000002D1
,
EncounterID.re_toee_node_rare_npc_grank = 0x000002D2
,
EncounterID.re_toee_node_rare_npc_ashren = 0x000002D3
,
EncounterID.re_toee2_rare_supreme_commander_hedrack = 0x000002D4
,
EncounterID.re_toee_node_rare_npc_take = 0x000002D5
,
EncounterID.re_toee_rare_chest_node_air_trapped = 0x000002D7
,
EncounterID.re_toee_rare_chest_node_earth = 0x000002D8
,
EncounterID.re_toee_rare_chest_node_water_trapped = 0x000002D9
,
EncounterID.re_toee_rare_chest_node_water = 0x000002DA
,
EncounterID.re_toee_rare_chest_node_earth_trapped = 0x000002DB
,
EncounterID.re_toee_rare_chest_node_fire = 0x000002DC
,
EncounterID.re_toee_rare_chest_node_fire_trapped = 0x000002DD
,
EncounterID.re_toee_rare_chest_node_air = 0x000002DE
,
EncounterID.re_shav_archon_jump_stealthers = 0x000002DF
,
EncounterID.re_shav_archon_jump_mixed_light = 0x000002E0
,
EncounterID.re_shav_archon_jump_lieutenants = 0x000002E1
,
EncounterID.re_shav_archon_jump_mixed_heavy = 0x000002E2
,
EncounterID.re_shav_archon_jump_casters = 0x000002E3
,
EncounterID.re_shav_archon_jump_dretches = 0x000002E4
,
EncounterID.re_standalone_u31_jared_start = 0x000002E5
,
EncounterID.re_standalone_u31_jared_forest = 0x000002E6
,
EncounterID.re_standalone_u31_jared_ship_1 = 0x000002E7
,
EncounterID.re_standalone_u31_jared_bar = 0x000002E8
,
EncounterID.re_standalone_u31_jared_town = 0x000002E9
,
EncounterID.re_standalone_u31_jared_ship_2 = 0x000002EA
,
EncounterID.re_rl1_western_woods_ghast_ghoul = 0x000002EB
,
EncounterID.re_rl1_zarovich_werewolf_human = 0x000002EC
,
EncounterID.re_rl1_skeleton = 0x000002ED
,
EncounterID.re_rl1_wolves = 0x000002EE
,
EncounterID.re_rl1_krezk_devil_worshippers = 0x000002EF
,
EncounterID.re_rl1_western_woods_mummy_tomb = 0x000002F0
,
EncounterID.re_rl1_zarovich_wight = 0x000002F1
,
EncounterID.re_rl1_eastern_woods_howler = 0x000002F2
,
EncounterID.re_rl1_abandoned_campsite_haunted = 0x000002F4
,
EncounterID.re_rl1_zarovich_shambling_mound_rare = 0x000002F5
,
EncounterID.re_rl1_castle_zombie_horde = 0x000002F6
,
EncounterID.re_rl1_cocoon_spiders = 0x000002F7
,
EncounterID.re_rl1_traps_01 = 0x000002F8
,
EncounterID.re_rl1_western_woods_adventurers = 0x000002F9
,
EncounterID.re_rl1_western_woods_devil_trap = 0x000002FA
,
EncounterID.re_rl1_zarovich_crawling_claw = 0x000002FB
,
EncounterID.re_rl1_eastern_woods_rest_shrine_attack = 0x000002FC
,
EncounterID.re_rl1_barovia_march_of_the_dead = 0x000002FD
,
EncounterID.re_rl1_shadow = 0x000002FE
,
EncounterID.re_rl1_traps_02 = 0x000002FF
,
EncounterID.re_rl1_abandoned_campsite = 0x00000300
,
EncounterID.re_rl1_needle_blight = 0x00000301
,
EncounterID.re_rl1_wereraven_flyover = 0x00000302
,
EncounterID.re_rl1_corrupt_watchmen = 0x00000303
,
EncounterID.re_rl1_vistani = 0x00000304
,
EncounterID.re_rl1_traps_03 = 0x00000305
,
EncounterID.re_rl1_krezk_devil_worshippers_ritual = 0x00000306
,
EncounterID.re_rl1_gargoyle = 0x00000307
,
EncounterID.re_rl1_cloud_of_bats = 0x00000308
,
EncounterID.re_rl1_owlbear = 0x00000309
,
EncounterID.re_rl1_barovia_night_hag = 0x0000030A
,
EncounterID.re_rl1_western_woods_devil_sacrifice = 0x0000030B
,
EncounterID.re_rl1_zarovich_witch_dretch = 0x0000030C
,
EncounterID.re_rl1_grave_collectable = 0x0000030D
,
EncounterID.re_rl1_zarovich_revenant = 0x0000030E
,
EncounterID.re_rl1_castle_zombie = 0x0000030F
,
EncounterID.re_rl1_western_woods_giant_deer = 0x00000311
,
EncounterID.re_rl1_zarovich_berserker = 0x00000312
,
EncounterID.re_rl1_eastern_woods_vampire_spawn = 0x00000313
,
EncounterID.re_rl1_rest_shrine = 0x00000314
,
EncounterID.re_rl1_worgs = 0x00000315
,
EncounterID.re_rl1_druid_vine_blight = 0x00000316
,
EncounterID.re_rl1_unkindness_of_ravens = 0x00000317
,
EncounterID.re_rl1_amber_temple_ice_mephits = 0x00000318
,
EncounterID.re_rl1_western_woods_flameskull = 0x00000319
,
EncounterID.re_rl1_zarovich_werewolf = 0x0000031A
,
EncounterID.re_rl1_zarovich_willowisp = 0x0000031B
,
EncounterID.re_rl1_wereraven_reveal = 0x0000031C
,
EncounterID.re_rl1_eastern_woods_scarecrow_attack = 0x0000031D
,
EncounterID.re_rl1_vargouille = 0x0000031F
,
EncounterID.re_rl1_western_woods_werewolf_trap = 0x00000320
,
EncounterID.re_rl1_witch_broom = 0x00000321
,
EncounterID.re_rl1_phantom_warrior = 0x00000322
,
EncounterID.re_rl1_cocoon_collectable = 0x00000323
,
EncounterID.re_rl1_wraith_ghouls = 0x00000324
,
EncounterID.re_rl1_scarecrow = 0x00000325
,
EncounterID.re_rl1_adventurers_bag_haunted = 0x00000326
,
EncounterID.re_rl1_zarovich_vine_blight = 0x00000327
,
EncounterID.re_rl1_eastern_woods_vistani_ballad = 0x00000328
,
EncounterID.re_rl1_gargoyle_statue = 0x00000329
,
EncounterID.re_rl1_grave_trap = 0x0000032A
,
EncounterID.re_rl1_zarovich_shambling_mound = 0x0000032B
,
EncounterID.re_rl1_adventurers_bag = 0x0000032C
,
EncounterID.re_rl1_western_woods_minotaur_skeleton = 0x0000032D
,
EncounterID.re_rl1_western_woods_scarecrow_trap = 0x0000032E
,
EncounterID.re_rl1_western_woods_death_slaad = 0x0000032F
,
EncounterID.re_rl1_cocoon_crawling_claws = 0x00000330
,
EncounterID.re_rl1_western_woods_flesh_golem = 0x00000331
,
EncounterID.re_rl1_mischief_of_rats = 0x00000332
,
EncounterID.re_rl1_zarovich_berserker_trap = 0x00000333
,
EncounterID.re_rl1_barovia_vampire_spawn_doru = 0x00000335
,
EncounterID.re_rl1_druid_twig_blight = 0x00000336
,
EncounterID.re_rl1_grave_trap_harder = 0x00000337
,
EncounterID.re_rl1_bear = 0x00000338
,
EncounterID.re_rl1_eastern_woods_vistani = 0x00000339
,
EncounterID.re_rl1_dire_wolves = 0x0000033A
,
EncounterID.re_rl1_mysterious_mist_random = 0x0000033B
,
EncounterID.re_rl1_mysterious_mist_rare = 0x0000033C
,
EncounterID.re_rl1_critters = 0x0000033D
,
EncounterID.re_rl1_vallaki_festival_npcs = 0x0000033E
,
EncounterID.re_rl1_barovia_pie_addicts = 0x0000033F
,
EncounterID.re_rl1_krezk_mongrelfolk_diggers = 0x00000340
,
EncounterID.re_rl1_barovia_mary = 0x00000341
,
EncounterID.re_rl1_vallaki_izek_convo = 0x00000342
,
EncounterID.re_rl1_barovia_doru_scream = 0x00000343
,
EncounterID.re_rl1_barovia_pie_morgantha = 0x00000344
,
EncounterID.re_rl1_krezk_abbey_noises = 0x00000345
,
EncounterID.re_rl1_krezk_mongrelfolk = 0x00000346
,
EncounterID.re_rl1_barovia_pie_seller = 0x00000347
,
EncounterID.re_rl1_vallaki_wachter_sons = 0x00000348
,
EncounterID.re_rl1_vallaki_izek_blinsky = 0x00000349
,
EncounterID.re_rl1_vallaki_well_fisherman = 0x0000034A
,
EncounterID.re_rl1_vallaki_bluewater_ravens = 0x0000034B
,
EncounterID.re_rl1_vallaki_willemina = 0x0000034C
,
EncounterID.re_rl1_vallaki_catgirl = 0x0000034D
,
EncounterID.re_rl1_vallaki_festival_protest = 0x0000034E
,
EncounterID.re_rl1_barovia_bildrath = 0x0000034F
,
EncounterID.re_rl1_krezk_midwife = 0x00000350
,
EncounterID.re_rl1_garbage_rats = 0x00000351
,
EncounterID.re_rl1_man_raven = 0x00000352
,
EncounterID.re_rl1_krezk_werewolf = 0x00000353
,
EncounterID.re_rl1_krezk_grave_flowers = 0x00000354
,
EncounterID.re_rl1_krezk_abbey_bell = 0x00000355
,
EncounterID.re_rl1_poltergeist = 0x00000356
,
EncounterID.re_rl1_vistani_merchant = 0x00000357
,
EncounterID.re_rl1_mirror_water = 0x00000358
,
EncounterID.re_rl1_krezk_bard = 0x00000359
,
EncounterID.re_rl1_gloomy_barovian = 0x0000035A
,
EncounterID.re_rl1_western_woods_mindflayer_rare = 0x0000035B
,
EncounterID.re_rl1_zarovich_vargouille_rare = 0x0000035C
,
EncounterID.re_rl1_eastern_woods_strahds_armor_rare = 0x0000035D
,
EncounterID.re_rl1_western_woods_flesh_golem_rare = 0x0000035E
,
EncounterID.re_rl1_western_woods_cultist_rare = 0x0000035F
,
EncounterID.re_rl1_zarovich_lich_rare = 0x00000360
,
EncounterID.re_rl1_zarovich_death_slaad_rare = 0x00000361
,
EncounterID.re_rl1_eastern_woods_phantom_warrior_rare = 0x00000362
,
EncounterID.re_rl1_western_woods_werewolf_rare = 0x00000363
,
EncounterID.re_rl1_eastern_woods_vampire_spawn_rare = 0x00000364
,
EncounterID.re_rl1_eastern_woods_flameskull_rare = 0x00000365
,
EncounterID.re_rl1_zarovich_barovian_witch_rare = 0x00000366
,
EncounterID.re_rl1_eastern_woods_scarecrow_rare = 0x00000367
,
EncounterID.re_rl1_western_druid_rare = 0x00000368
,
EncounterID.re_rl1_western_woods_golem_mob = 0x00000369
,
EncounterID.re_fallfest_coalchamber_zombies = 0x0000036A
,
EncounterID.re_fallfest_coalchamber_treasure = 0x0000036B
,
EncounterID.re_fallfest_coalchamber_ghoul_wight = 0x0000036C
,
EncounterID.re_fallfest_coalchamber_shadows = 0x0000036D
,
EncounterID.re_fallfest_coalchamber_skeletons = 0x0000036E
,
EncounterID.re_fallfest_coalchamber_bats = 0x0000036F
,
EncounterID.re_fallfest_coalchamber_werewolf = 0x00000370
,
EncounterID.re_fallfest_coalchamber_rats = 0x00000371
,
EncounterID.re_rl1_black_cat = 0x00000372
,
EncounterID.re_rl1_wolves_eating_corpse = 0x00000373
,
EncounterID.re_fallfest_graveyard_1_a = 0x00000374
,
EncounterID.re_fallfest_graveyard_miniboss_c = 0x00000375
,
EncounterID.re_fallfest_graveyard_3_e_high = 0x00000376
,
EncounterID.re_fallfest_graveyard_2_a_mid = 0x00000377
,
EncounterID.re_fallfest_graveyard_miniboss_d = 0x00000378
,
EncounterID.re_fallfest_graveyard_3_a_high = 0x00000379
,
EncounterID.re_fallfest_graveyard_2_d_mid = 0x0000037A
,
EncounterID.re_fallfest_graveyard_miniboss_e = 0x0000037B
,
EncounterID.re_fallfest_graveyard_2_f_low = 0x0000037C
,
EncounterID.re_fallfest_graveyard_1_f_high = 0x0000037D
,
EncounterID.re_fallfest_graveyard_1_a_low = 0x0000037E
,
EncounterID.re_fallfest_graveyard_miniboss_f = 0x0000037F
,
EncounterID.re_fallfest_graveyard_3_c_mid = 0x00000380
,
EncounterID.re_fallfest_graveyard_3_b_low = 0x00000381
,
EncounterID.re_fallfest_graveyard_1_d_low = 0x00000382
,
EncounterID.re_fallfest_graveyard_1_b_high = 0x00000383
,
EncounterID.re_fallfest_graveyard_miniboss_g = 0x00000384
,
EncounterID.re_fallfest_graveyard_3_e_low = 0x00000385
,
EncounterID.re_fallfest_graveyard_2_f_high = 0x00000386
,
EncounterID.re_fallfest_graveyard_2_b_high = 0x00000387
,
EncounterID.re_fallfest_graveyard_1_b_mid = 0x00000388
,
EncounterID.re_fallfest_graveyard_3_f_high = 0x00000389
,
EncounterID.re_fallfest_graveyard_2_a_low = 0x0000038A
,
EncounterID.re_fallfest_graveyard_1_e_mid = 0x0000038B
,
EncounterID.re_fallfest_graveyard_3_f_mid = 0x0000038C
,
EncounterID.re_fallfest_graveyard_3_b_high = 0x0000038D
,
EncounterID.re_fallfest_graveyard_2_d_low = 0x0000038E
,
EncounterID.re_fallfest_graveyard_1_c_high = 0x0000038F
,
EncounterID.re_fallfest_graveyard_boss_a = 0x00000390
,
EncounterID.re_fallfest_graveyard_boss_b = 0x00000391
,
EncounterID.re_fallfest_graveyard_3_c_low = 0x00000392
,
EncounterID.re_fallfest_graveyard_2_c_high = 0x00000393
,
EncounterID.re_fallfest_graveyard_2_b_mid = 0x00000394
,
EncounterID.re_fallfest_graveyard_boss_c = 0x00000395
,
EncounterID.re_fallfest_graveyard_2_e_mid = 0x00000396
,
EncounterID.re_fallfest_graveyard_boss_d = 0x00000397
,
EncounterID.re_fallfest_graveyard_3_c_high = 0x00000398
,
EncounterID.re_fallfest_graveyard_3_a_mid = 0x00000399
,
EncounterID.re_fallfest_graveyard_1_c_mid = 0x0000039A
,
EncounterID.re_fallfest_graveyard_1_b_low = 0x0000039B
,
EncounterID.re_fallfest_graveyard_boss_e = 0x0000039C
,
EncounterID.re_fallfest_graveyard_3_d_mid = 0x0000039D
,
EncounterID.re_fallfest_graveyard_1_e_low = 0x0000039E
,
EncounterID.re_fallfest_graveyard_boss_f = 0x0000039F
,
EncounterID.re_fallfest_graveyard_3_f_low = 0x000003A0
,
EncounterID.re_fallfest_graveyard_1_d_high = 0x000003A1
,
EncounterID.re_fallfest_graveyard_boss_g = 0x000003A2
,
EncounterID.re_fallfest_graveyard_2_d_high = 0x000003A3
,
EncounterID.re_fallfest_graveyard_2_c_mid = 0x000003A4
,
EncounterID.re_fallfest_graveyard_2_b_low = 0x000003A5
,
EncounterID.re_fallfest_graveyard_1_f_mid = 0x000003A6
,
EncounterID.re_fallfest_graveyard_2_e_low = 0x000003A7
,
EncounterID.re_fallfest_graveyard_3_d_high = 0x000003A8
,
EncounterID.re_fallfest_graveyard_3_a_low = 0x000003A9
,
EncounterID.re_fallfest_graveyard_1_c_low = 0x000003AA
,
EncounterID.re_fallfest_graveyard_3_d_low = 0x000003AB
,
EncounterID.re_fallfest_graveyard_2_f_mid = 0x000003AC
,
EncounterID.re_fallfest_graveyard_1_e_high = 0x000003AD
,
EncounterID.re_fallfest_graveyard_1_a_mid = 0x000003AE
,
EncounterID.re_fallfest_graveyard_3_b_mid = 0x000003AF
,
EncounterID.re_fallfest_graveyard_1_d_mid = 0x000003B0
,
EncounterID.re_fallfest_graveyard_1_a_high = 0x000003B1
,
EncounterID.re_fallfest_graveyard_miniboss_a = 0x000003B2
,
EncounterID.re_fallfest_graveyard_3_e_mid = 0x000003B3
,
EncounterID.re_fallfest_graveyard_2_e_high = 0x000003B4
,
EncounterID.re_fallfest_graveyard_2_c_low = 0x000003B5
,
EncounterID.re_fallfest_graveyard_1_f_low = 0x000003B6
,
EncounterID.re_fallfest_graveyard_miniboss_b = 0x000003B7
,
EncounterID.re_fallfest_graveyard_2_a_high = 0x000003B8
,
EncounterID.re_sharn_shield_guardian = 0x000003B9
,
EncounterID.re_sharn_magefire_cannon = 0x000003BA
,
EncounterID.re_sharn_vaunt_1 = 0x000003BB
,
EncounterID.re_sharn_boromar_1 = 0x000003BC
,
EncounterID.re_sharn_vaunt_2 = 0x000003BD
,
EncounterID.re_sharn_manticore = 0x000003BE
,
EncounterID.re_sharn_feral_dog = 0x000003BF
,
EncounterID.re_sharn_boromar_2 = 0x000003C0
,
EncounterID.re_sharn_vaunt_3 = 0x000003C1
,
EncounterID.re_sharn_crab = 0x000003C2
,
EncounterID.re_sharn_mephit = 0x000003C3
,
EncounterID.re_sharn_daask_1 = 0x000003C4
,
EncounterID.re_sharn_boromar_3 = 0x000003C5
,
EncounterID.re_sharn_vaunt_4 = 0x000003C6
,
EncounterID.re_sharn_elemental = 0x000003C7
,
EncounterID.re_sharn_beetle = 0x000003C8
,
EncounterID.re_sharn_daask_2 = 0x000003C9
,
EncounterID.re_sharn_boromar_4 = 0x000003CA
,
EncounterID.re_sharn_vaunt_5 = 0x000003CB
,
EncounterID.re_sharn_griffon = 0x000003CC
,
EncounterID.re_sharn_rust_monster = 0x000003CD
,
EncounterID.re_sharn_iron_defender = 0x000003CE
,
EncounterID.re_sharn_daask_3 = 0x000003CF
,
EncounterID.re_sharn_boromar_5 = 0x000003D0
,
EncounterID.re_sharn_daask_4 = 0x000003D1
,
EncounterID.re_sharn_crayfish = 0x000003D2
,
EncounterID.re_sharn_forgewraith = 0x000003D3
,
EncounterID.re_sharn_golem = 0x000003D4
,
EncounterID.re_sharn_daask_5 = 0x000003D5
,
EncounterID.re_sharn_daask_6 = 0x000003D6
,
EncounterID.re_sharn_daask_7 = 0x000003D7
,
EncounterID.re_sharn_daask_8 = 0x000003D8
,
EncounterID.re_sharn_daask_10 = 0x000003D9
,
EncounterID.re_sharn_daask_9 = 0x000003DA
,
EncounterID.re_sharn_security_drone = 0x000003DB
,
EncounterID.re_sharn_warforged = 0x000003DC
,
EncounterID.re_sharn_worker_construct = 0x000003DD
,
EncounterID.re_sharn_spider = 0x000003DE
,
EncounterID.re_sharn_wererat = 0x000003DF
,
EncounterID.re_sharn_alcorinsforge_halfling_rare = 0x000003E0
,
EncounterID.re_sharn_village_troll_rare = 0x000003E1
,
EncounterID.re_sharn_ruins_goblin_rare = 0x000003E2
,
EncounterID.re_sharn_ruins_clawfoot_rare = 0x000003E3
,
EncounterID.re_sharn_village_bugbear_rare = 0x000003E4
,
EncounterID.re_sharn_destroyedforge_forgewraith_rare = 0x000003E5
,
EncounterID.re_sharn_alcorinsforge_shieldguardian_rare = 0x000003E6
,
EncounterID.re_sharn_destroyedforge_vaunt_rare = 0x000003E7
,
EncounterID.re_sharn_ruins_tiefling_rare = 0x000003E8
,
EncounterID.re_sharn_alcorinsforge_workerconstruct_rare = 0x000003E9
,
EncounterID.re_sharn_ruins_warforged_rare = 0x000003EA
,
EncounterID.re_sharn_magmafalls_tiefling_rare = 0x000003EB
,
EncounterID.re_sharn_warforged_workers = 0x000003EC
,
EncounterID.re_sharn_daask_workers_1 = 0x000003ED
,
EncounterID.re_sharn_daask_workers_2 = 0x000003EE
,
EncounterID.re_sh_landscape_med_rare_mage = 0x000003EF
,
EncounterID.re_sh_landscape_med_rare_shade = 0x000003F0
} |
|
|
|
enum | EnemyTargetVisibility : uint {
EnemyTargetVisibility.Invalid = 0x00000000
,
EnemyTargetVisibility.Invisible = 0x00000001
,
EnemyTargetVisibility.Concealed = 0x00000002
,
EnemyTargetVisibility.Visible = 0x00000003
} |
|
|
|
enum | EngineLOD : uint {
EngineLOD.Invalid = 0x00000000
,
EngineLOD.Far = 0x00000001
,
EngineLOD.Minimal = 0x00000002
,
EngineLOD.Near = 0x00000003
} |
|
|
|
enum | Enh_Fighter_Kensei_Specialization : uint {
Enh_Fighter_Kensei_Specialization.Invalid = 0x00000000
,
Enh_Fighter_Kensei_Specialization.MartialArts = 0x00000002
,
Enh_Fighter_Kensei_Specialization.Druidic = 0x00000006
,
Enh_Fighter_Kensei_Specialization.Archery = 0x00000007
,
Enh_Fighter_Kensei_Specialization.PickAndHammer = 0x00000009
,
Enh_Fighter_Kensei_Specialization.HeavyBlade = 0x0000000A
,
Enh_Fighter_Kensei_Specialization.MaceAndClub = 0x0000000B
,
Enh_Fighter_Kensei_Specialization.Axe = 0x0000000C
,
Enh_Fighter_Kensei_Specialization.LightBlade = 0x0000000D
,
Enh_Fighter_Kensei_Specialization.Crossbow = 0x0000000E
} |
|
|
|
enum | EnhancementTree_EnhancementCellLocation : uint {
EnhancementTree_EnhancementCellLocation.Undef = 0x00000000
,
EnhancementTree_EnhancementCellLocation.Row1Col1 = 0x00000001
,
EnhancementTree_EnhancementCellLocation.Row1Col2 = 0x00000002
,
EnhancementTree_EnhancementCellLocation.Row1Col3 = 0x00000003
,
EnhancementTree_EnhancementCellLocation.Row1Col4 = 0x00000004
,
EnhancementTree_EnhancementCellLocation.Row1Col5 = 0x00000005
,
EnhancementTree_EnhancementCellLocation.Row2Col1 = 0x00000006
,
EnhancementTree_EnhancementCellLocation.Row2Col2 = 0x00000007
,
EnhancementTree_EnhancementCellLocation.Row2Col3 = 0x00000008
,
EnhancementTree_EnhancementCellLocation.Row2Col4 = 0x00000009
,
EnhancementTree_EnhancementCellLocation.Row2Col5 = 0x0000000A
,
EnhancementTree_EnhancementCellLocation.Row3Col1 = 0x0000000B
,
EnhancementTree_EnhancementCellLocation.Row3Col2 = 0x0000000C
,
EnhancementTree_EnhancementCellLocation.Row3Col3 = 0x0000000D
,
EnhancementTree_EnhancementCellLocation.Row3Col4 = 0x0000000E
,
EnhancementTree_EnhancementCellLocation.Row3Col5 = 0x0000000F
,
EnhancementTree_EnhancementCellLocation.Row4Col1 = 0x00000010
,
EnhancementTree_EnhancementCellLocation.Row4Col2 = 0x00000011
,
EnhancementTree_EnhancementCellLocation.Row4Col3 = 0x00000012
,
EnhancementTree_EnhancementCellLocation.Row4Col4 = 0x00000013
,
EnhancementTree_EnhancementCellLocation.Row4Col5 = 0x00000014
,
EnhancementTree_EnhancementCellLocation.Row5Col1 = 0x00000015
,
EnhancementTree_EnhancementCellLocation.Row5Col2 = 0x00000016
,
EnhancementTree_EnhancementCellLocation.Row5Col3 = 0x00000017
,
EnhancementTree_EnhancementCellLocation.Row5Col4 = 0x00000018
,
EnhancementTree_EnhancementCellLocation.Row5Col5 = 0x00000019
,
EnhancementTree_EnhancementCellLocation.Row6Col1 = 0x0000001A
,
EnhancementTree_EnhancementCellLocation.Row6Col2 = 0x0000001B
,
EnhancementTree_EnhancementCellLocation.Row6Col3 = 0x0000001C
,
EnhancementTree_EnhancementCellLocation.Row6Col4 = 0x0000001D
,
EnhancementTree_EnhancementCellLocation.Row6Col5 = 0x0000001E
,
EnhancementTree_EnhancementCellLocation.Auto1 = 0x0000001F
,
EnhancementTree_EnhancementCellLocation.Auto2 = 0x00000020
,
EnhancementTree_EnhancementCellLocation.Auto3 = 0x00000021
,
EnhancementTree_EnhancementCellLocation.Auto4 = 0x00000022
,
EnhancementTree_EnhancementCellLocation.Auto5 = 0x00000023
,
EnhancementTree_EnhancementCellLocation.Auto6 = 0x00000024
,
EnhancementTree_EnhancementCellLocation.Auto7 = 0x00000025
} |
|
|
|
enum | EnhancementTree_TreeType : uint {
EnhancementTree_TreeType.Undef = 0x00000000
,
EnhancementTree_TreeType.Epic = 0x00000003
,
EnhancementTree_TreeType.Race = 0x00000005
,
EnhancementTree_TreeType.Class = 0x00000006
,
EnhancementTree_TreeType.Reaper = 0x00000007
,
EnhancementTree_TreeType.NewEpicDestiny = 0x00000009
} |
|
|
|
enum | Entity_AutogeneratedType : uint {
Entity_AutogeneratedType.Invalid = 0x00000000
,
Entity_AutogeneratedType.Static = 0x00000001
,
Entity_AutogeneratedType.Scene = 0x00000002
,
Entity_AutogeneratedType.Dynamic = 0x00000003
,
Entity_AutogeneratedType.ClientOnly = 0x00000004
} |
|
|
|
enum | EntityCreationType : uint {
EntityCreationType.Invalid = 0x00000000
,
EntityCreationType.UniqueDynamicMobile = 0x00000001
,
EntityCreationType.UniqueClientOnlyMobile = 0x00000002
,
EntityCreationType.SharedClientOnlyImmobile = 0x00000003
,
EntityCreationType.UniqueClientOnlyRigid = 0x00000004
,
EntityCreationType.SharedStaticImmobile = 0x00000005
,
EntityCreationType.UniqueClientOnlyImmobile = 0x00000007
,
EntityCreationType.UniqueStaticImmobile = 0x00000008
,
EntityCreationType.SharedClientOnlyRigid = 0x00000009
,
EntityCreationType.UniqueDynamicImmobile = 0x0000000A
} |
|
|
|
enum | EntityType : uint {
EntityType.Invalid = 0x00000000
,
EntityType.Physics = 0x00000001
,
EntityType.Weenie = 0x00000002
,
EntityType.EntityGroup = 0x00000003
,
EntityType.Cell = 0x00000004
,
EntityType.Camera = 0x00000005
,
EntityType.Light = 0x00000006
,
EntityType.Landblock = 0x00000007
,
EntityType.Link = 0x00000009
,
EntityType.UIScene = 0x0000000C
,
EntityType.DBObj = 0x0000000D
,
EntityType.Particle = 0x0000000E
,
EntityType.Script = 0x0000000F
,
EntityType.SceneFile = 0x00000010
,
EntityType.LinkDesc = 0x00000011
,
EntityType.TeleportDestination = 0x00000012
,
EntityType.PatrolPoint = 0x00000014
,
EntityType.Scriptlet = 0x00000015
,
EntityType.GeneratorPoint = 0x00000016
,
EntityType.Decal = 0x00000017
,
EntityType.Export = 0x00000018
,
EntityType.PathHint = 0x00000019
,
EntityType.PathBlock = 0x0000001A
,
EntityType.KynMapSeedPoint = 0x0000001B
,
EntityType.SegmentNode = 0x0000001C
,
EntityType.LBIOnly = 0x0000001D
,
EntityType.WorldBuilderOnly = 0x0000001E
} |
|
|
|
enum | EntityVFXCombiner : uint {
EntityVFXCombiner.ReverseSubtract = 0x00000001
,
EntityVFXCombiner.Subtract = 0x00000002
,
EntityVFXCombiner.Max = 0x00000003
,
EntityVFXCombiner.Add = 0x00000004
,
EntityVFXCombiner.Multiply = 0x00000005
,
EntityVFXCombiner.Min = 0x00000006
,
EntityVFXCombiner.Replace = 0x00000007
} |
|
|
|
enum | EntityVFXRotationAxis : uint {
EntityVFXRotationAxis.CustomLocalAxis = 0x00000001
,
EntityVFXRotationAxis.LocalX = 0x00000002
,
EntityVFXRotationAxis.LocalY = 0x00000003
,
EntityVFXRotationAxis.WorldX = 0x00000004
,
EntityVFXRotationAxis.LocalZ = 0x00000005
,
EntityVFXRotationAxis.WorldY = 0x00000006
,
EntityVFXRotationAxis.WorldZ = 0x00000007
,
EntityVFXRotationAxis.CustomWorldAxis = 0x00000008
,
EntityVFXRotationAxis.Invalid = 0x00000009
} |
|
|
|
enum | EntityVFXType : uint {
EntityVFXType.OpacityModify = 0x00000001
,
EntityVFXType.ToonSilhouette = 0x00000002
,
EntityVFXType.AmbientLightBoost = 0x00000003
,
EntityVFXType.ColorModify = 0x00000004
,
EntityVFXType.Rotate = 0x00000005
,
EntityVFXType.LightShaft = 0x00000006
} |
|
|
|
enum | Enum2300002C : uint {
Enum2300002C.Invalid = 0x00000000
,
Enum2300002C.SpecularPower = 0x000003E8
,
Enum2300002C.UScale = 0x000003E9
,
Enum2300002C.VScale = 0x000003EA
,
Enum2300002C.UScale2 = 0x000003EB
,
Enum2300002C.VScale2 = 0x000003EC
,
Enum2300002C.UScale3 = 0x000003ED
,
Enum2300002C.VScale3 = 0x000003EE
,
Enum2300002C.UScale4 = 0x000003EF
,
Enum2300002C.VScale4 = 0x000003F0
,
Enum2300002C.UScale5 = 0x000003F1
,
Enum2300002C.VScale5 = 0x000003F2
,
Enum2300002C.UScale6 = 0x000003F3
,
Enum2300002C.VScale6 = 0x000003F4
,
Enum2300002C.UScale7 = 0x000003F5
,
Enum2300002C.VScale7 = 0x000003F6
,
Enum2300002C.UScale8 = 0x000003F7
,
Enum2300002C.VScale8 = 0x000003F8
,
Enum2300002C.UTranslate = 0x000003F9
,
Enum2300002C.VTranslate = 0x000003FA
,
Enum2300002C.UTranslate2 = 0x000003FB
,
Enum2300002C.VTranslate2 = 0x000003FC
,
Enum2300002C.UTranslate3 = 0x000003FD
,
Enum2300002C.VTranslate3 = 0x000003FE
,
Enum2300002C.UTranslate4 = 0x000003FF
,
Enum2300002C.VTranslate4 = 0x00000400
,
Enum2300002C.UTranslate5 = 0x00000401
,
Enum2300002C.VTranslate5 = 0x00000402
,
Enum2300002C.UTranslate6 = 0x00000403
,
Enum2300002C.VTranslate6 = 0x00000404
,
Enum2300002C.UTranslate7 = 0x00000405
,
Enum2300002C.VTranslate7 = 0x00000406
,
Enum2300002C.UTranslate8 = 0x00000407
,
Enum2300002C.VTranslate8 = 0x00000408
,
Enum2300002C.UVRotate = 0x00000409
,
Enum2300002C.UVRotate2 = 0x0000040A
,
Enum2300002C.UVRotate3 = 0x0000040B
,
Enum2300002C.UVRotate4 = 0x0000040C
,
Enum2300002C.UVRotate5 = 0x0000040D
,
Enum2300002C.UVRotate6 = 0x0000040E
,
Enum2300002C.UVRotate7 = 0x0000040F
,
Enum2300002C.UVRotate8 = 0x00000410
,
Enum2300002C.DetailMapUScale = 0x00000411
,
Enum2300002C.DetailMapVScale = 0x00000412
,
Enum2300002C.AlphaTestRef = 0x00000413
,
Enum2300002C.c_WaterWaveSpeed = 0x00000414
,
Enum2300002C.c_WaterWaveFrequency = 0x00000415
,
Enum2300002C.c_WaterWaveAmplitude = 0x00000416
,
Enum2300002C.c_WaterReflectionBumpDistortionAmount = 0x00000417
,
Enum2300002C.c_WaterRefractionBumpDistortionAmount = 0x00000418
,
Enum2300002C.c_WaterFresnelBumpAmount = 0x00000419
,
Enum2300002C.c_WaterFresnelBias = 0x0000041A
,
Enum2300002C.c_WaterFresnelExponent = 0x0000041B
,
Enum2300002C.c_WaterReflectionAmount = 0x0000041C
,
Enum2300002C.c_WaterRefractionAmount = 0x0000041D
,
Enum2300002C.c_WaterSpecularPower = 0x0000041E
,
Enum2300002C.c_WaterBumpTextureScale = 0x0000041F
,
Enum2300002C.c_WaterBumpSpeed = 0x00000420
,
Enum2300002C.c_WaterNormal0SpeedU = 0x00000421
,
Enum2300002C.c_WaterNormal0SpeedV = 0x00000422
,
Enum2300002C.c_WaterNormal1SpeedU = 0x00000423
,
Enum2300002C.c_WaterNormal1SpeedV = 0x00000424
,
Enum2300002C.c_WaterNormal2SpeedU = 0x00000425
,
Enum2300002C.c_WaterNormal2SpeedV = 0x00000426
,
Enum2300002C.c_WaterNormal0Scale = 0x00000427
,
Enum2300002C.c_WaterNormal1Scale = 0x00000428
,
Enum2300002C.c_WaterNormal2Scale = 0x00000429
,
Enum2300002C.c_WaterOverbrightAmount = 0x0000042A
,
Enum2300002C.c_WaterFakeSpecularThreshold = 0x0000042B
,
Enum2300002C.c_WaterFogAmount = 0x0000042C
,
Enum2300002C.c_WaterEnvironmentBlendFactor = 0x0000042D
,
Enum2300002C.UTranslateEarly = 0x0000042E
,
Enum2300002C.VTranslateEarly = 0x0000042F
,
Enum2300002C.UTranslateEarly2 = 0x00000430
,
Enum2300002C.VTranslateEarly2 = 0x00000431
,
Enum2300002C.UTranslateEarly3 = 0x00000432
,
Enum2300002C.VTranslateEarly3 = 0x00000433
,
Enum2300002C.UTranslateEarly4 = 0x00000434
,
Enum2300002C.VTranslateEarly4 = 0x00000435
,
Enum2300002C.UTranslateEarly5 = 0x00000436
,
Enum2300002C.VTranslateEarly5 = 0x00000437
,
Enum2300002C.UTranslateEarly6 = 0x00000438
,
Enum2300002C.VTranslateEarly6 = 0x00000439
,
Enum2300002C.UTranslateEarly7 = 0x0000043A
,
Enum2300002C.VTranslateEarly7 = 0x0000043B
,
Enum2300002C.UTranslateEarly8 = 0x0000043C
,
Enum2300002C.VTranslateEarly8 = 0x0000043D
,
Enum2300002C.c_MirrorReflectionBumpDistortionAmount = 0x0000044C
,
Enum2300002C.c_MirrorFresnelExponent = 0x0000044D
,
Enum2300002C.c_MirrorFresnelBias = 0x0000044E
,
Enum2300002C.c_MirrorNormalTextureScale = 0x0000044F
,
Enum2300002C.c_MirrorNormalSpeedU = 0x00000450
,
Enum2300002C.c_MirrorNormalSpeedV = 0x00000451
,
Enum2300002C.c_MirrorFresnelBumpAmount = 0x00000452
,
Enum2300002C.c_VtxDisp_X_Amplitude = 0x0000045F
,
Enum2300002C.c_WindowRefractionBumpDistortionAmount = 0x00000460
,
Enum2300002C.c_WindowFresnelExponent = 0x00000461
,
Enum2300002C.c_WindowFresnelBias = 0x00000462
,
Enum2300002C.c_WindowNormalTextureScale = 0x00000463
,
Enum2300002C.c_WindowNormalSpeedU = 0x00000464
,
Enum2300002C.c_WindowNormalSpeedV = 0x00000465
,
Enum2300002C.c_WindowFresnelBumpAmount = 0x00000466
,
Enum2300002C.c_WindowRefractionColorScale = 0x00000467
,
Enum2300002C.c_AEDistortionNormalScale0 = 0x00000474
,
Enum2300002C.c_AEDistortionNormalScale1 = 0x00000475
,
Enum2300002C.c_AEDistortionNormalScale2 = 0x00000476
,
Enum2300002C.c_AEDistortionNormalUSpeed0 = 0x00000477
,
Enum2300002C.c_AEDistortionNormalVSpeed0 = 0x00000478
,
Enum2300002C.c_AEDistortionNormalUSpeed1 = 0x00000479
,
Enum2300002C.c_AEDistortionNormalVSpeed1 = 0x0000047A
,
Enum2300002C.c_AEDistortionNormalUSpeed2 = 0x0000047B
,
Enum2300002C.c_AEDistortionNormalVSpeed2 = 0x0000047C
,
Enum2300002C.c_AEDistortionAmount = 0x0000047D
,
Enum2300002C.c_HeatDistortionAmount = 0x00000488
,
Enum2300002C.c_WaterShorelineMaxDepth = 0x00000492
,
Enum2300002C.c_WaterFogMinDepth = 0x00000493
,
Enum2300002C.c_WaterFogDepthFactor = 0x00000495
,
Enum2300002C.c_DepthBlendFactor = 0x00000496
,
Enum2300002C.c_TieDye_Power = 0x00000497
,
Enum2300002C.c_TieDye_Offset = 0x00000498
,
Enum2300002C.c_TieDye_Whiteness = 0x00000499
,
Enum2300002C.c_Wind_MaxDisplacement = 0x0000049A
,
Enum2300002C.c_Wind_VerticalMotion = 0x0000049B
,
Enum2300002C.c_Wind_Phase = 0x0000049C
,
Enum2300002C.c_WaterFoamOffsetU = 0x0000049E
,
Enum2300002C.c_WaterFoamOffsetV = 0x0000049F
,
Enum2300002C.c_WaterFoamTileU = 0x000004A0
,
Enum2300002C.c_WaterFoamTileV = 0x000004A1
,
Enum2300002C.c_WaterDepthOffsetU = 0x000004A2
,
Enum2300002C.c_WaterDepthOffsetV = 0x000004A3
,
Enum2300002C.c_NormalWaveRotation = 0x000004A4
,
Enum2300002C.c_DepthBasedOpacityOffset = 0x000004A5
,
Enum2300002C.c_FoamAlphaFadeFactor = 0x000004A6
,
Enum2300002C.DyeDarkenAmount = 0x000004A7
,
Enum2300002C.c_VtxDisp_X_Frequency = 0x000004A8
,
Enum2300002C.c_VtxDisp_X_Speed = 0x000004A9
,
Enum2300002C.c_VtxDisp_Y_Amplitude = 0x000004AA
,
Enum2300002C.c_VtxDisp_Y_Frequency = 0x000004AB
,
Enum2300002C.c_VtxDisp_Y_Speed = 0x000004AC
,
Enum2300002C.c_VtxDisp_Z_Amplitude = 0x000004AD
,
Enum2300002C.c_VtxDisp_Z_Frequency = 0x000004AE
,
Enum2300002C.c_VtxDisp_Z_Speed = 0x000004AF
,
Enum2300002C.c_TriplanarTextureScale = 0x000004B0
,
Enum2300002C.c_SnowBlendingEdgeFactor = 0x000004B1
,
Enum2300002C.c_SnowBlendingOpacity = 0x000004B2
,
Enum2300002C.c_AlphaBlendMax = 0x000004B3
,
Enum2300002C.c_SpecularPower_AnisoLobe1_Height = 0x000004B4
,
Enum2300002C.c_SpecularPower_AnisoLobe2_Height = 0x000004B5
,
Enum2300002C.c_SpecularPower_AnisoLobe1_Width = 0x000004B6
,
Enum2300002C.c_SpecularPower_AnisoLobe2_Width = 0x000004B7
,
Enum2300002C.DiffuseColor = 0x000007D0
,
Enum2300002C.SpecularColor = 0x000007D1
,
Enum2300002C.ReflectionColor = 0x000007D2
,
Enum2300002C.DyeColor = 0x000007D3
,
Enum2300002C.c_WaterDeepColor = 0x000007D4
,
Enum2300002C.c_WaterShallowColor = 0x000007D5
,
Enum2300002C.c_WaterSpecularColor = 0x000007D6
,
Enum2300002C.c_WaterNearColor = 0x000007D7
,
Enum2300002C.c_WaterFarColor = 0x000007D8
,
Enum2300002C.c_WaterColor = 0x000007D9
,
Enum2300002C.c_WaterFogColor = 0x000007DA
,
Enum2300002C.c_WaterShorelineColor = 0x000007DB
,
Enum2300002C.c_MaterialDyeColor2 = 0x000007DD
,
Enum2300002C.GlowColor = 0x000007DE
,
Enum2300002C.DiffuseMap = 0x00000BB8
,
Enum2300002C.DiffuseMap2 = 0x00000BB9
,
Enum2300002C.DiffuseMap3 = 0x00000BBA
,
Enum2300002C.DiffuseMap4 = 0x00000BBB
,
Enum2300002C.DiffuseMap5 = 0x00000BBC
,
Enum2300002C.DiffuseMap6 = 0x00000BBD
,
Enum2300002C.DiffuseMap7 = 0x00000BBE
,
Enum2300002C.DiffuseMap8 = 0x00000BBF
,
Enum2300002C.DetailMap = 0x00000BC2
,
Enum2300002C.NormalMap = 0x00000BC3
,
Enum2300002C.GlowMap = 0x00000BC5
,
Enum2300002C.DetailNormalMap = 0x00000BC6
,
Enum2300002C.EnvironmentMap = 0x00000BC7
,
Enum2300002C.FakeSpecularEnvMap = 0x00000BC8
,
Enum2300002C.VerticalPaletteMap = 0x00000BC9
,
Enum2300002C.EmissiveMap = 0x00000BCA
,
Enum2300002C.BakedLightingMap = 0x00000BCB
,
Enum2300002C.OpacityAlphaMap = 0x00000BCC
,
Enum2300002C.GlossAlphaMap = 0x00000BCD
,
Enum2300002C.TerrainMaskTexture = 0x00000BCE
,
Enum2300002C.DyeAlphaMap = 0x00000BD0
,
Enum2300002C.DistortionMap = 0x00000BD2
,
Enum2300002C.WaterFlowMap = 0x00000C03
,
Enum2300002C.TieDyeColorMap = 0x00000C04
,
Enum2300002C.SphereMap = 0x00000C05
,
Enum2300002C.NormalMap2 = 0x00000C06
,
Enum2300002C.WaterFoamMap = 0x00000C07
,
Enum2300002C.Obsolete0 = 0x00000FA0
,
Enum2300002C.DepthTest = 0x00000FA1
,
Enum2300002C.DepthWrite = 0x00000FA2
,
Enum2300002C.DoubleSided = 0x00000FA3
,
Enum2300002C.AlphaTest = 0x00000FA4
,
Enum2300002C.DiffuseMapWrapU = 0x00000FA5
,
Enum2300002C.DiffuseMapWrapV = 0x00000FA6
,
Enum2300002C.AlphaBlendPass = 0x00000FA7
} |
|
|
|
enum | Enum23000037 : uint {
Enum23000037.Invalid = 0x00000000
,
Enum23000037.Earth_ControlledSurface = 0x00000001
,
Enum23000037.Earth_UncontrolledSurface = 0x00000002
,
Enum23000037.Earth_NoSurface = 0x00000003
,
Enum23000037.Water_ControlledSurface = 0x00000004
,
Enum23000037.Water_UncontrolledSurface = 0x00000005
,
Enum23000037.Water_NoSurface = 0x00000006
} |
|
|
|
enum | Enum2300003F : uint {
Enum2300003F.Invalid = 0x00000000
,
Enum2300003F.Fun = 0x00000001
,
Enum2300003F.None = 0x00000002
,
Enum2300003F.Low = 0x00000003
,
Enum2300003F.Normal = 0x00000004
} |
|
|
|
enum | Enum23000040 : uint {
Enum23000040.Invalid = 0x00000000
,
Enum23000040.green = 0x00000001
,
Enum23000040.red = 0x00000002
} |
|
|
|
enum | Enum23000055 : uint {
Enum23000055.Undef = 0x00000000
,
Enum23000055.Attack = 0x00000001
,
Enum23000055.Defend = 0x00000009
} |
|
|
|
enum | Enum23000063 : uint {
Enum23000063.Undef = 0x00000000
,
Enum23000063.Error = 0x00000001
,
Enum23000063.Combat = 0x00000002
,
Enum23000063.Admin = 0x00000003
,
Enum23000063.Standard = 0x00000004
,
Enum23000063.Say = 0x00000005
,
Enum23000063.Tell = 0x00000006
,
Enum23000063.Emote = 0x00000007
,
Enum23000063.Log = 0x00000008
} |
|
|
|
enum | Enum23000067 : uint {
Enum23000067.Undef = 0x00000000
,
Enum23000067.Button = 0x00000001
,
Enum23000067.Dragbar = 0x00000002
,
Enum23000067.Field = 0x00000003
,
Enum23000067.ListBox = 0x00000004
,
Enum23000067.Menu = 0x00000006
,
Enum23000067.Meter = 0x00000007
,
Enum23000067.Panel = 0x00000008
,
Enum23000067.ResizeBar = 0x0000000A
,
Enum23000067.Scrollbar = 0x0000000B
,
Enum23000067.Text = 0x0000000C
,
Enum23000067.Tree = 0x0000000D
,
Enum23000067.Viewport = 0x0000000E
,
Enum23000067.Browser = 0x0000000F
,
Enum23000067.Scrollable = 0x00000010
,
Enum23000067.ComboBox = 0x00000011
,
Enum23000067.Frame = 0x00000012
,
Enum23000067.ColorPicker = 0x00000013
,
Enum23000067.GroupBox = 0x00000014
,
Enum23000067.Awesomium = 0x00000018
} |
|
|
|
enum | Enum23000072 : uint {
Enum23000072.Invalid = 0x00000000
,
Enum23000072.tools = 0x000000FF
} |
|
|
|
enum | Enum2300007A : uint {
Enum2300007A.Invalid = 0x00000000
,
Enum2300007A.English = 0x00000001
} |
|
|
|
enum | Enum230000B7 : uint {
Enum230000B7.Invalid = 0x00000000
,
Enum230000B7.None = 0x00000001
} |
|
|
|
enum | Enum230000BC : uint {
Enum230000BC.Default = 0x00000000
,
Enum230000BC.Camera_Target = 0x00000001
,
Enum230000BC.Camera_Origin = 0x00000002
,
Enum230000BC.physics = 0x00000007
,
Enum230000BC.Root = 0x00000008
} |
|
|
|
enum | Enum230000BD : uint {
Enum230000BD.Invalid = 0x00000000
,
Enum230000BD.PlayerPhysics = 0x0000000C
,
Enum230000BD.Startup = 0x0000001B
,
Enum230000BD.MissileActivate = 0x0000001D
,
Enum230000BD.ActiveMovement = 0x0000001E
,
Enum230000BD.Movement_ActionKey = 0x0000001F
,
Enum230000BD.Patrol_Node_Start = 0x00000020
,
Enum230000BD.Patrol_NextPoint_1 = 0x00000021
,
Enum230000BD.Jump = 0x00000022
,
Enum230000BD.Locomotion_Player___LedgeMount = 0x00000023
,
Enum230000BD.Test__SetTestSphereColorCallback = 0x00000029
,
Enum230000BD.Test__SetTestSphereColor = 0x0000002A
,
Enum230000BD.Test__MultiServerTest2 = 0x0000002B
,
Enum230000BD.Test__MultiServerTest = 0x0000002C
,
Enum230000BD.Locomotion_Anim_Player___Wallhang_StrafeRight = 0x0000002D
,
Enum230000BD.Locomotion_Anim_Player___Wallhang_StrafeLeft = 0x0000002E
,
Enum230000BD.Locomotion_Player___LadderMount = 0x0000002F
,
Enum230000BD.OnPhysicsUpdate = 0x00000030
,
Enum230000BD.Test__Crash = 0x00000031
,
Enum230000BD.WorldBuilder_Startup = 0x00000032
} |
|
|
|
enum | Enum230000BE : uint {
Enum230000BE.Undef = 0x00000000
,
Enum230000BE.Obvious = 0x00000001
,
Enum230000BE.Hidden = 0x00000002
,
Enum230000BE.NeverSeen = 0x00000004
} |
|
|
|
enum | Enum230000C3 : uint {
Enum230000C3.Default = 0x00000000
,
Enum230000C3.RestBone = 0x00000001
} |
|
|
|
enum | Enum230000C4 : uint {
Enum230000C4.Unspecified = 0x00000004
,
Enum230000C4.DefaultDecal = 0x00000005
,
Enum230000C4.DefaultLight = 0x00000006
} |
|
|
|
enum | Enum230000C9 : uint {
Enum230000C9.Undef = 0x00000000
,
Enum230000C9.NoTerrain = 0x00000001
} |
|
|
|
enum | Enum230000CB : uint {
Enum230000CB.Invalid = 0x00000000
,
Enum230000CB.Camera = 0x00000003
,
Enum230000CB.Default = 0x00000005
} |
|
|
|
enum | Enum230000CC : uint {
Enum230000CC.Undef = 0x00000000
,
Enum230000CC.ContextMenuBoolFlag = 0x00000001
,
Enum230000CC.ContextMenuTitle = 0x00000002
,
Enum230000CC.ContextMenuBool = 0x00000003
,
Enum230000CC.ContextMenuOpen = 0x00000004
,
Enum230000CC.ContextMenuList = 0x00000005
,
Enum230000CC.ContextMenuElement = 0x00000006
,
Enum230000CC.ContextMenuEntryIcon = 0x00000009
,
Enum230000CC.ContextMenuWithTitleElement = 0x0000000A
,
Enum230000CC.widget = 0x0000000B
,
Enum230000CC.ContextMenuText = 0x0000000C
,
Enum230000CC.ContextMenuTitleText = 0x0000000D
,
Enum230000CC.ContextMenuSub = 0x0000000F
,
Enum230000CC.ContextMenuEntry = 0x00000010
,
Enum230000CC.DialogTextInputDoneButtonText = 0x00000012
,
Enum230000CC.DialogMessageOkButtonText = 0x00000013
,
Enum230000CC.DialogConfirmationQuestionText = 0x00000014
,
Enum230000CC.DialogWaitText = 0x00000015
,
Enum230000CC.DialogTextInputQuestionText = 0x00000016
,
Enum230000CC.DialogConfirmationNoButtonText = 0x00000017
,
Enum230000CC.DialogConfirmationNoButton = 0x00000018
,
Enum230000CC.DialogTextInputTextEntry = 0x00000019
,
Enum230000CC.DialogConfirmationField = 0x0000001A
,
Enum230000CC.DialogWaitField = 0x0000001B
,
Enum230000CC.DialogConfirmationYesButton = 0x0000001C
,
Enum230000CC.DialogTextInputField = 0x0000001D
,
Enum230000CC.DialogConfirmationYesButtonText = 0x0000001E
,
Enum230000CC.DialogMessageOkButton = 0x0000001F
,
Enum230000CC.DialogMessageStatementText = 0x00000020
,
Enum230000CC.DialogTextInputDoneButton = 0x00000021
,
Enum230000CC.DialogMessageField = 0x00000022
,
Enum230000CC.scrollbar_top_fill = 0x00000023
,
Enum230000CC.scrollbar_bottom_fill = 0x00000024
,
Enum230000CC.scrollbar_right_fill = 0x00000025
,
Enum230000CC.scrollbar_left_fill = 0x00000026
,
Enum230000CC.meter_fill_image = 0x00000027
,
Enum230000CC.meter_fill = 0x00000028
,
Enum230000CC.DialogPendingDisplayText = 0x00000029
,
Enum230000CC.DialogPendingDisplay = 0x0000002A
,
Enum230000CC.Hollow = 0x0000002B
,
Enum230000CC.DialogTextInputQuitButton = 0x00000033
} |
|
|
|
enum | Enum230000CD : uint {
Enum230000CD.Undef = 0x00000000
,
Enum230000CD.highlight = 0x00000001
,
Enum230000CD.highlight_rollover = 0x00000002
,
Enum230000CD.csm_ghosted = 0x00000003
,
Enum230000CD.ghosted = 0x00000004
,
Enum230000CD.csm_highlight = 0x00000005
,
Enum230000CD.normal_pressed = 0x00000006
,
Enum230000CD.open = 0x00000007
,
Enum230000CD.closed = 0x00000009
,
Enum230000CD.drag_rollover_accept = 0x0000000A
,
Enum230000CD.normal = 0x0000000B
,
Enum230000CD.highlight_pressed = 0x0000000D
,
Enum230000CD.drag_rollover_reject = 0x0000000E
,
Enum230000CD.normal_rollover = 0x0000000F
,
Enum230000CD.csm_normal = 0x00000010
,
Enum230000CD.dialog_pending_false = 0x00000011
,
Enum230000CD.dialog_pending_true = 0x00000012
,
Enum230000CD.normal_activated = 0x00000013
,
Enum230000CD.normal_focussed = 0x00000014
,
Enum230000CD.ghosted_highlight = 0x00000015
} |
|
|
|
enum | Enum230000CE : uint {
Enum230000CE.Invalid = 0x00000000
,
Enum230000CE.TextInput = 0x00000001
,
Enum230000CE.Wait = 0x00000002
,
Enum230000CE.Message = 0x00000003
,
Enum230000CE.Confirmation = 0x00000004
} |
|
|
|
enum | Enum230000CF : uint { Enum230000CF.Invalid = 0x00000000
} |
|
|
|
enum | Enum230000D0 : uint {
Enum230000D0.Invalid = 0x00000000
,
Enum230000D0.Link = 0x00000001
,
Enum230000D0.Quest = 0x00000002
} |
|
|
|
enum | Enum230000D1 : uint {
Enum230000D1.Undef = 0x00000000
,
Enum230000D1.DefaultSound = 0x00000001
} |
|
|
|
enum | Enum230000D2 : uint {
Enum230000D2.Undef = 0x00000000
,
Enum230000D2.None = 0x00000001
} |
|
|
|
enum | Enum230000D3 : uint {
Enum230000D3.Undef = 0x00000000
,
Enum230000D3.None = 0x00000001
} |
|
|
|
enum | Enum230000D5 : uint {
Enum230000D5.Invalid = 0x00000000
,
Enum230000D5.peace = 0x00000001
,
Enum230000D5.dive = 0x00000002
,
Enum230000D5.riding = 0x00000003
,
Enum230000D5.sneak = 0x00000004
,
Enum230000D5.wall_sneak = 0x00000005
} |
|
|
|
enum | Enum230000D6 : uint {
Enum230000D6.Invalid = 0x00000000
,
Enum230000D6.WaterVolume = 0x00000001
,
Enum230000D6.WaterSurfaceVolume = 0x00000004
,
Enum230000D6.WaterWadeVolume = 0x00000005
} |
|
|
|
enum | Enum230000D8 : uint {
Enum230000D8.Child = 0x00000001
,
Enum230000D8.Link = 0x00000002
,
Enum230000D8.Initiator = 0x00000004
,
Enum230000D8.Property = 0x00000005
,
Enum230000D8.This = 0x00000006
,
Enum230000D8.Monitor = 0x00000007
,
Enum230000D8.Filter = 0x00000008
,
Enum230000D8.Random = 0x00000009
,
Enum230000D8.Fit = 0x0000000A
,
Enum230000D8.Sequence = 0x0000000B
,
Enum230000D8.Combination = 0x0000000C
,
Enum230000D8.DistanceFit = 0x0000000D
,
Enum230000D8.ThePlayer = 0x0000000E
,
Enum230000D8.Parameter = 0x0000000F
} |
|
|
|
enum | Enum230000D9 : uint { Enum230000D9.Invalid = 0x00000000
} |
|
|
|
enum | Enum230000DB : uint {
Enum230000DB.Invalid = 0x00000000
,
Enum230000DB.EditControls = 0x00000001
,
Enum230000DB.EatKeyboardInput = 0x00000002
,
Enum230000DB.Main = 0x00000003
,
Enum230000DB.IgnoreRemainingMaps = 0x00000004
,
Enum230000DB.CopyAndPasteControls = 0x00000005
,
Enum230000DB.DebugConsole = 0x00000006
,
Enum230000DB.ScrollableControls = 0x00000007
,
Enum230000DB.DialogBoxes = 0x00000008
,
Enum230000DB.ScrollableControls_Mouse = 0x00000009
,
Enum230000DB.StringTokenDebugger = 0x00000015
} |
|
|
|
enum | Enum230000DC : uint { Enum230000DC.Invalid = 0x00000000
} |
|
|
|
enum | Enum230000DE : uint {
Enum230000DE.All = 0x00000001
,
Enum230000DE.Default = 0x00000002
} |
|
|
|
enum | Enum230000E2 : uint {
Enum230000E2.Invalid = 0x00000000
,
Enum230000E2.All = 0x00000001
,
Enum230000E2.Default = 0x00000002
} |
|
|
|
enum | Enum230000E3 : uint {
Enum230000E3.Invalid = 0x00000000
,
Enum230000E3.IID = 0x00000001
,
Enum230000E3.IIDEnum = 0x00000002
,
Enum230000E3.IIDString = 0x00000003
,
Enum230000E3.DID = 0x00000004
,
Enum230000E3.IIDDID = 0x00000005
} |
|
|
|
enum | Enum230000E6 : uint {
Enum230000E6.Invalid = 0x00000000
,
Enum230000E6.MovementExclusive = 0x00000001
} |
|
|
|
enum | Enum230000E7 : uint {
Enum230000E7.Undef = 0x00000000
,
Enum230000E7.Heavy = 0x00000001
,
Enum230000E7.Error = 0x00000002
,
Enum230000E7.Admin = 0x00000003
,
Enum230000E7.Collision = 0x00000004
,
Enum230000E7.Housekeep = 0x00000006
,
Enum230000E7.Critical = 0x00000007
,
Enum230000E7.CSM = 0x00000008
,
Enum230000E7.Verify = 0x00000009
,
Enum230000E7.Warning = 0x0000000A
} |
|
|
|
enum | Enum230000E9 : uint {
Enum230000E9.Undef = 0x00000000
,
Enum230000E9.Element_draw_done = 0x00000001
,
Enum230000E9.ListBox_new_view = 0x00000002
,
Enum230000E9.Menu_opened = 0x00000003
,
Enum230000E9.Element_mouse_over = 0x00000004
,
Enum230000E9.Text_download_done = 0x00000007
,
Enum230000E9.Element_set_show_state = 0x00000008
,
Enum230000E9.Element_mouse_move = 0x00000009
,
Enum230000E9.ListBox_new_selection = 0x0000000B
,
Enum230000E9.Element_size_changed = 0x0000000C
,
Enum230000E9.Element_stop_drag_item = 0x0000000D
,
Enum230000E9.Scrollbar_widget_press = 0x00000010
,
Enum230000E9.Element_start_drag_item = 0x00000015
,
Enum230000E9.Menu_new_selection = 0x00000016
,
Enum230000E9.Element_draw_start = 0x00000017
,
Enum230000E9.Element_deactivated = 0x0000001A
,
Enum230000E9.Element_mouse_over_top = 0x0000001B
,
Enum230000E9.Element_mouse_press = 0x0000001C
,
Enum230000E9.Element_mouse_release = 0x0000001E
,
Enum230000E9.ListBox_mouse_press = 0x0000001F
,
Enum230000E9.Button_hot_click = 0x00000021
,
Enum230000E9.Scrollbar_widget_release = 0x00000023
,
Enum230000E9.Element_close_context_menu = 0x00000024
,
Enum230000E9.Element_auto_remove_item = 0x00000026
,
Enum230000E9.Scrollbar_new_position = 0x00000027
,
Enum230000E9.Menu_closed = 0x00000028
,
Enum230000E9.Text_character_input = 0x00000029
,
Enum230000E9.ListBox_update = 0x0000002B
,
Enum230000E9.Element_not_dragable = 0x0000002C
,
Enum230000E9.Element_activated = 0x0000002E
,
Enum230000E9.Element_open_context_menu = 0x0000002F
,
Enum230000E9.Scrollbar_update = 0x00000030
,
Enum230000E9.Element_saved_location_applied = 0x00000031
,
Enum230000E9.Panel_NewPage = 0x00000032
,
Enum230000E9.Element_position_changed = 0x00000033
,
Enum230000E9.Meter_new_position = 0x00000034
,
Enum230000E9.Element_parent_changed = 0x00000035
,
Enum230000E9.Element_drag_item_has_been_removed = 0x00000036
,
Enum230000E9.Meter_goal_position_reached = 0x00000037
,
Enum230000E9.Scrollbar_page_increment = 0x00000038
,
Enum230000E9.Scrollbar_page_decrement = 0x00000039
,
Enum230000E9.Scrollbar_line_decrement = 0x0000003A
,
Enum230000E9.Scrollbar_line_increment = 0x0000003B
,
Enum230000E9.Element_set_focus = 0x0000003C
,
Enum230000E9.Element_mouse_hover = 0x0000003D
,
Enum230000E9.Element_mouse_dbl_click = 0x0000003E
,
Enum230000E9.Element_mouse_click = 0x0000003F
,
Enum230000E9.Button_click = 0x00000040
,
Enum230000E9.ColorPicker_select_color = 0x00000042
,
Enum230000E9.Element_mouse_tap = 0x00000043
,
Enum230000E9.Element_key_release = 0x00000044
,
Enum230000E9.Element_key_press = 0x00000045
,
Enum230000E9.ListBox_same_selection = 0x00000046
,
Enum230000E9.Scrollable_scrollablesize_changed = 0x00000047
,
Enum230000E9.Element_drag_over = 0x00000048
,
Enum230000E9.Element_mouse_scroll = 0x00000049
,
Enum230000E9.ListBox_add_item = 0x0000004A
,
Enum230000E9.ListBox_remove_item = 0x0000004B
,
Enum230000E9.Element_select_context_menu = 0x0000004C
,
Enum230000E9.Element_drag_global_end = 0x0000004D
,
Enum230000E9.Element_tooltip_stopped = 0x0000004E
,
Enum230000E9.TextTag_mouse_click = 0x0000004F
,
Enum230000E9.TextTag_mouse_tap = 0x00000050
,
Enum230000E9.Element_media_done = 0x00000051
,
Enum230000E9.Element_auto_fade_stop = 0x00000052
,
Enum230000E9.Element_auto_fade_start = 0x00000053
,
Enum230000E9.Element_drag_global_begin = 0x00000054
,
Enum230000E9.TextTag_mouse_hover = 0x00000055
,
Enum230000E9.Element_is_visible_changed = 0x00000056
,
Enum230000E9.Browser_on_target_url_updated = 0x00000060
,
Enum230000E9.Browser_on_title_updated = 0x00000061
,
Enum230000E9.Browser_on_page_contents_loaded = 0x00000062
,
Enum230000E9.Browser_on_dom_ready = 0x00000063
,
Enum230000E9.Browser_on_request_window_close = 0x00000065
,
Enum230000E9.Browser_on_address_changed = 0x00000066
} |
|
|
|
enum | Enum230000EC : uint {
Enum230000EC.Invalid = 0x00000000
,
Enum230000EC.Momentary = 0x00000001
,
Enum230000EC.Toggle = 0x00000002
,
Enum230000EC.Continuous = 0x00000004
,
Enum230000EC.Impulse = 0x00000005
,
Enum230000EC.AutoRepeat = 0x00000006
,
Enum230000EC.Analog = 0x00000007
} |
|
|
|
enum | Enum230000ED : uint {
Enum230000ED.Invalid = 0x00000000
,
Enum230000ED.movement = 0x00000001
,
Enum230000ED.emote = 0x00000002
,
Enum230000ED.weenie = 0x00000003
,
Enum230000ED.camera = 0x00000004
,
Enum230000ED.UI = 0x00000006
} |
|
|
|
enum | Enum230000F7 : uint {
Enum230000F7.None = 0x00000000
,
Enum230000F7.Unimplemented = 0x00000005
,
Enum230000F7.CannotSendMessage = 0x0000001C
,
Enum230000F7.Msg_BadMsg = 0x00000027
,
Enum230000F7.Msg_UnpackFailed = 0x00000028
,
Enum230000F7.Msg_ResponseFailure = 0x00000039
,
Enum230000F7.Lock_Free = 0x0000004D
,
Enum230000F7.Lock_Unavailable = 0x0000004E
,
Enum230000F7.Lock_Incompatible = 0x0000004F
,
Enum230000F7.Lock_TakenByMe = 0x00000050
,
Enum230000F7.Lock_NotTakenByMe = 0x00000051
,
Enum230000F7.StringCensored = 0x00000052
,
Enum230000F7.CensorFailure = 0x00000053
,
Enum230000F7.InvalidCharacterData = 0x00000054
,
Enum230000F7.Chat_NotAvailable = 0x00000055
,
Enum230000F7.Chat_Unknown = 0x00000056
,
Enum230000F7.Chat_Anonymous = 0x00000057
,
Enum230000F7.Chat_Ignored = 0x00000058
,
Enum230000F7.Lock_MutexNotTaken = 0x00000059
,
Enum230000F7.Chat_ConnectionFailed = 0x0000005E
,
Enum230000F7.Chat_Pending = 0x0000005F
,
Enum230000F7.Name_NEqualCharactersInARow = 0x00000061
,
Enum230000F7.Name_ReservedSpecial = 0x00000062
,
Enum230000F7.Chat_RoomAlreadyExists = 0x00000063
,
Enum230000F7.Chat_NoSuchRoom = 0x00000064
,
Enum230000F7.Chat_AlreadyInRoom = 0x00000065
,
Enum230000F7.Chat_ExistingIncompatibleRoom = 0x00000066
,
Enum230000F7.Name_Reserved = 0x00000067
,
Enum230000F7.Name_Vulgar = 0x00000068
,
Enum230000F7.Chat_NotConnected = 0x00000069
,
Enum230000F7.Name_Gibberish = 0x0000006A
,
Enum230000F7.Chat_InvitationOnly = 0x0000006C
,
Enum230000F7.Chat_OperationNotApplicable = 0x0000006D
,
Enum230000F7.Name_OutOfGenre = 0x0000006E
,
Enum230000F7.Chat_CannotEjectMember = 0x0000006F
,
Enum230000F7.Chat_OperationIsAlreadyInProgress = 0x00000070
,
Enum230000F7.Chat_AsyncCallTimedOut = 0x00000072
,
Enum230000F7.Chat_OccupantsOnly = 0x00000073
,
Enum230000F7.Chat_AlreadySquelched = 0x00000074
,
Enum230000F7.Chat_NotSquelched = 0x00000075
,
Enum230000F7.Chat_NotInRoom = 0x00000076
,
Enum230000F7.ScriptInterrupted = 0x00000077
,
Enum230000F7.Chat_NoSuchSubscriber = 0x00000078
,
Enum230000F7.Chat_CharacterIsAlreadyOnList = 0x00000079
,
Enum230000F7.Chat_CharacterListDoesNotExist = 0x0000007A
,
Enum230000F7.Chat_CharacterAlreadyInUse = 0x0000007B
,
Enum230000F7.Chat_NoSuchCharacter = 0x0000007C
,
Enum230000F7.Chat_CharacterListAlreadyExists = 0x0000007D
,
Enum230000F7.Chat_CharacterIsNotOnList = 0x0000007E
,
Enum230000F7.Text_Banned = 0x00000091
,
Enum230000F7.Text_BadCharacters = 0x00000092
,
Enum230000F7.Text_TooLong = 0x00000093
,
Enum230000F7.Text_TooShort = 0x00000094
,
Enum230000F7.TokenBillingSystem_InternalError = 0x00000095
,
Enum230000F7.TokenBillingSystem_AccountNotFound = 0x00000096
,
Enum230000F7.Chat_CannotAddCharacter = 0x00000097
,
Enum230000F7.Chat_TargetNotConnected = 0x00000098
,
Enum230000F7.Chat_ListTargetIsSelf = 0x00000099
,
Enum230000F7.Database_ChangeResourceSetError = 0x0000009A
,
Enum230000F7.Transfer_Unknown = 0x0000009B
,
Enum230000F7.Transfer_OptionsInvalid = 0x0000009C
,
Enum230000F7.Name_InUse = 0x0000009D
,
Enum230000F7.TSI_Call_Failed = 0x000000AE
,
Enum230000F7.TSI_BadParams = 0x000000AF
,
Enum230000F7.XServer_InvalidProperty = 0x000000B0
,
Enum230000F7.XServer_UnsupportedPropertyType = 0x000000B1
,
Enum230000F7.XServer_InvalidValue = 0x000000B2
,
Enum230000F7.XServer_CannotSerialize = 0x000000B3
,
Enum230000F7.XServer_IncorrectPropertyProvider = 0x000000B4
} |
|
|
|
enum | Enum230000FD : uint {
Enum230000FD.Invalid = 0x00000000
,
Enum230000FD.FingerChar = 0x00000003
,
Enum230000FD.FingerID = 0x00000004
,
Enum230000FD.FingerAccount = 0x00000005
,
Enum230000FD.Version = 0x0000000F
,
Enum230000FD.Broadcast = 0x00000011
,
Enum230000FD.Dumpadmintable = 0x00000012
,
Enum230000FD.MiscDebug = 0x00000013
} |
|
|
|
enum | Enum23000130 : uint { Enum23000130.Undef = 0x00000000
} |
|
|
|
enum | Enum2300013B : uint {
Enum2300013B.DXT1 = 0x00000001
,
Enum2300013B.DXT3 = 0x00000002
,
Enum2300013B.RGB = 0x00000003
,
Enum2300013B.DXT5 = 0x00000004
,
Enum2300013B.Best = 0x00000005
,
Enum2300013B.ARGB = 0x00000006
} |
|
|
|
enum | Enum2300015E : uint { Enum2300015E.Invalid = 0x00000000
} |
|
|
|
enum | Enum23000160 : uint { Enum23000160.Invalid = 0x00000000
} |
|
|
|
enum | Enum23000171 : uint {
Enum23000171.Invalid = 0x00000000
,
Enum23000171.TooManyInstances = 0x00000001
,
Enum23000171.Blocked = 0x00000002
,
Enum23000171.Undefined = 0x00000003
,
Enum23000171.Queued = 0x00000004
} |
|
|
|
enum | Enum230001A2 : uint {
Enum230001A2.Invalid = 0x00000000
,
Enum230001A2.Jorasco = 0x00000001
,
Enum230001A2.Twelve = 0x00000002
,
Enum230001A2.Deneith = 0x00000003
,
Enum230001A2.Phiarlan = 0x00000004
,
Enum230001A2.Market = 0x00000005
,
Enum230001A2.Kundarak = 0x00000006
,
Enum230001A2.Harbor = 0x00000007
,
Enum230001A2.Coinlord = 0x00000008
,
Enum230001A2.Cannith = 0x00000009
} |
|
|
|
enum | Enum230001AC : uint {
Enum230001AC.Invalid = 0x00000000
,
Enum230001AC.Turbine = 0x00000001
,
Enum230001AC.TurbineAdmin = 0x00000002
} |
|
|
|
enum | Enum230001AE : uint { Enum230001AE.Undef = 0x00000000
} |
|
|
|
enum | Enum230001BB : uint { Enum230001BB.None = 0x00000000
} |
|
|
|
enum | Enum230001BC : uint { Enum230001BC.Undef = 0x00000000
} |
|
|
|
enum | Enum230001BD : uint {
Enum230001BD.Undef = 0x00000000
,
Enum230001BD.Default = 0x00000001
,
Enum230001BD.DefaultIndoor = 0x00000002
} |
|
|
|
enum | Enum230001CA : uint { Enum230001CA.Undef = 0x00000000
} |
|
|
|
enum | Enum230001CE : uint { Enum230001CE.Undef = 0x00000000
} |
|
|
|
enum | Enum230001D5 : uint { Enum230001D5.Undef = 0x00000000
} |
|
|
|
enum | Enum230001DF : uint {
Enum230001DF.Undef = 0x00000000
,
Enum230001DF.Admin = 0x00000001
,
Enum230001DF.Player = 0x00000002
} |
|
|
|
enum | Enum230001E2 : uint { Enum230001E2.Undef = 0x00000000
} |
|
|
|
enum | Enum230001F0 : uint {
Enum230001F0.Invalid = 0x00000000
,
Enum230001F0.UserDefinedSkin = 0x00000001
,
Enum230001F0.BaseSkin = 0x00000002
} |
|
|
|
enum | Enum230001F2 : uint {
Enum230001F2.Invalid = 0x00000000
,
Enum230001F2.TestArtAssetMapping = 0x00000001
} |
|
|
|
enum | Enum230001F3 : uint {
Enum230001F3.Invalid = 0x00000000
,
Enum230001F3.UserDefinedSkin = 0x00000001
,
Enum230001F3.BaseSkin = 0x00000002
} |
|
|
|
enum | Enum230001F4 : uint { Enum230001F4.Invalid = 0x00000000
} |
|
|
|
enum | Enum230001FF : uint {
Enum230001FF.Invalid = 0x00000000
,
Enum230001FF.SplashScreen = 0x00000001
} |
|
|
|
enum | Enum23000213 : uint {
Enum23000213.Undef = 0x00000000
,
Enum23000213.Test = 0x00000001
} |
|
|
|
enum | Enum23000216 : uint { Enum23000216.Default = 0x00000001
} |
|
|
|
enum | Enum23000219 : uint {
Enum23000219.None = 0x00000000
,
Enum23000219.SlopeScale_NegativeOne = 0x00000001
,
Enum23000219.SlopeScale_One = 0x00000002
,
Enum23000219.SlopeScale_NegativeOne_WithAbsoluteBias = 0x0000000D
,
Enum23000219.SlopeScale_NegativeNudge = 0x0000000E
,
Enum23000219.SlopeScale_Nudge = 0x0000000F
} |
|
|
|
enum | Enum23000234 : uint { Enum23000234.Disabled = 0x00000000
} |
|
|
|
enum | Enum2300024A : uint { Enum2300024A.Invalid = 0x00000000
} |
|
|
|
enum | Enum23000254 : uint {
Enum23000254.Undef = 0x00000000
,
Enum23000254.Error = 0x00000001
,
Enum23000254.Combat = 0x00000002
,
Enum23000254.Admin = 0x00000003
,
Enum23000254.Standard = 0x00000004
,
Enum23000254.Say = 0x00000005
,
Enum23000254.Tell = 0x00000006
,
Enum23000254.Emote = 0x00000007
,
Enum23000254.Log = 0x00000008
} |
|
|
|
enum | Enum230002AC : uint { Enum230002AC.None = 0x00000000
} |
|
|
|
enum | Enum230002B2 : uint { Enum230002B2.Default = 0x00000000
} |
|
|
|
enum | Enum230002D8 : uint { Enum230002D8.Undef = 0x00000000
} |
|
|
|
enum | Enum23000321 : uint {
Enum23000321.Undef = 0x00000000
,
Enum23000321.Forward = 0x00000001
,
Enum23000321.Right = 0x00000002
,
Enum23000321.Left = 0x00000003
,
Enum23000321.Back = 0x00000004
} |
|
|
|
enum | Enum2300033C : uint {
Enum2300033C.Invalid = 0x00000000
,
Enum2300033C.Good = 0x00000001
,
Enum2300033C.Neutral = 0x00000002
,
Enum2300033C.VeryBad = 0x00000003
,
Enum2300033C.VeryGood = 0x00000004
,
Enum2300033C.Bad = 0x00000005
} |
|
|
|
enum | Enum2300033D : uint {
Enum2300033D.Invalid = 0x00000000
,
Enum2300033D.Rapid = 0x00000001
,
Enum2300033D.Rare = 0x00000002
,
Enum2300033D.Often = 0x00000003
} |
|
|
|
enum | Enum2300033E : uint {
Enum2300033E.Invalid = 0x00000000
,
Enum2300033E.MajorGoodLuck = 0x00000001
,
Enum2300033E.MinorBadLuck = 0x00000002
,
Enum2300033E.MinorGoodLuck = 0x00000003
,
Enum2300033E.MajorBadLuck = 0x00000004
} |
|
|
|
enum | EnvironmentType : uint {
EnvironmentType.Invalid = 0x00000000
,
EnvironmentType.Clear_Water = 0x00000001
,
EnvironmentType.Lava = 0x00000002
,
EnvironmentType.Acid = 0x00000003
,
EnvironmentType.Tar = 0x00000004
} |
|
|
|
enum | EpicDestiny_UIMode : uint {
EpicDestiny_UIMode.Undef = 0x00000000
,
EpicDestiny_UIMode.MakeActive = 0x00000007
,
EpicDestiny_UIMode.Standard = 0x00000008
,
EpicDestiny_UIMode.GrantDestiny = 0x00000009
} |
|
|
|
enum | EpicDestinyGroup : uint {
EpicDestinyGroup.Undef = 0x00000000
,
EpicDestinyGroup.NoGroup = 0x00000004
,
EpicDestinyGroup.Divine = 0x00000005
,
EpicDestinyGroup.Arcane = 0x00000006
,
EpicDestinyGroup.Primal = 0x00000007
,
EpicDestinyGroup.Martial = 0x00000008
} |
|
|
|
enum | ErrorType : uint {
ErrorType.MessageFailure = 0x10000001
,
ErrorType.ActionsLocked = 0x10000002
,
ErrorType.TargetActionsLocked = 0x10000003
,
ErrorType.ItemActionsLocked = 0x1000000C
,
ErrorType.CantChatEmoteNotStanding = 0x1000001C
,
ErrorType.NotLinkable = 0x1000001D
,
ErrorType.NotRecallable = 0x1000001E
,
ErrorType.NotSummonable = 0x1000001F
,
ErrorType.LinkFailed = 0x10000020
,
ErrorType.RecallFailed = 0x10000021
,
ErrorType.SummonFailed = 0x10000022
,
ErrorType.Duplicate = 0x1000003D
,
ErrorType.NotFound = 0x1000003E
,
ErrorType.InvalidDataID = 0x1000003F
,
ErrorType.Unregistered = 0x10000040
,
ErrorType.Conflict = 0x10000041
,
ErrorType.NoSlots = 0x10000042
,
ErrorType.Quest_GeneralFailure = 0x10000050
,
ErrorType.Quest_InvalidStatusTransition = 0x10000051
,
ErrorType.Quest_QuestNotFound = 0x10000052
,
ErrorType.Quest_QuestInactive = 0x10000053
,
ErrorType.Quest_SolvedMaximumTimes = 0x10000054
,
ErrorType.Quest_QuestTimeRestrictionNotElapsed = 0x10000055
,
ErrorType.Quest_QuestNotInRegistry = 0x10000056
,
ErrorType.Quest_UnableToAddScene = 0x10000057
,
ErrorType.Quest_SceneNotInRegistry = 0x10000058
,
ErrorType.Quest_NoActiveActContainsScene = 0x10000059
,
ErrorType.Quest_ActNotInMasterList = 0x1000005A
,
ErrorType.Quest_IncompatiblePhaseRange = 0x1000005B
,
ErrorType.Quest_CantSetupSubquests = 0x1000005C
,
ErrorType.Quest_PermissionWrongStatus = 0x1000005D
,
ErrorType.Quest_PermissionWrongPhase = 0x1000005E
,
ErrorType.Quest_PermissionLackingQuest = 0x1000005F
,
ErrorType.Quest_PermissionMysterious = 0x10000060
,
ErrorType.Fellowship_AlreadyInFellowship = 0x10000061
,
ErrorType.Fellowship_RecruiterIsSquelched = 0x10000062
,
ErrorType.Fellowship_IgnoringRecruitments = 0x10000063
,
ErrorType.Fellowship_PendingRecruitment = 0x10000064
,
ErrorType.Fellowship_RedundantRecruitment = 0x10000065
,
ErrorType.Fellowship_Declined = 0x10000066
,
ErrorType.Fellowship_NotAcceptingRequest = 0x10000067
,
ErrorType.Trade_Incomplete = 0x10000074
,
ErrorType.Trade_StampMismatch = 0x10000075
,
ErrorType.Trade_Unopened = 0x10000076
,
ErrorType.Trade_Empty = 0x10000077
,
ErrorType.Trade_AlreadyAccepted = 0x10000078
,
ErrorType.Trade_OutOfSync = 0x10000079
,
ErrorType.Trade_AlreadyTrading = 0x1000007A
,
ErrorType.Trade_Busy = 0x1000007B
,
ErrorType.Trade_Pending = 0x1000007C
,
ErrorType.Trade_PartnerMismatch = 0x1000007D
,
ErrorType.Trade_NoPartner = 0x1000007E
,
ErrorType.Trade_AlreadyDeclined = 0x1000007F
,
ErrorType.Trade_FullyAccepted = 0x10000080
,
ErrorType.Trade_TooFar = 0x10000081
,
ErrorType.Trade_TooManyItems = 0x10000082
,
ErrorType.Trade_TimeOut = 0x10000083
,
ErrorType.Trade_Logout = 0x10000084
,
ErrorType.Trade_Death = 0x10000085
,
ErrorType.Trade_NoWield = 0x10000086
,
ErrorType.Trade_Locked = 0x10000087
,
ErrorType.Trade_Teleport = 0x10000088
,
ErrorType.Trade_PartnerHasContainerOpen = 0x10000089
,
ErrorType.Trade_TooSoon = 0x1000008A
,
ErrorType.Trade_GeneralFailure = 0x1000008B
,
ErrorType.Trade_InCombatMode = 0x1000008C
,
ErrorType.Trade_StackSizeChanged = 0x1000008D
,
ErrorType.Trade_ItemEnchanted = 0x1000008E
,
ErrorType.Trade_SlaveBusy = 0x1000008F
,
ErrorType.Trade_SlaveTooManyItems = 0x10000090
,
ErrorType.CharGen_InvalidCharacterData = 0x100000C5
,
ErrorType.Combat_InvalidMode = 0x100000DA
,
ErrorType.Combat_TargetDoesntExist = 0x100000DB
,
ErrorType.Combat_Unknown = 0x100000DC
,
ErrorType.Combat_InvalidSkill = 0x100000DD
,
ErrorType.Combat_AttackCanceled = 0x100000DE
,
ErrorType.SafeMode_Generic = 0x10000111
,
ErrorType.SafeMode_LifestoneProt = 0x10000112
,
ErrorType.SafeMode_ShardProt = 0x10000113
,
ErrorType.GameplayOptions_FileContents = 0x10000178
,
ErrorType.GameplayOptions_FromDisk = 0x10000179
,
ErrorType.GameplayOptions_ToDisk = 0x1000017A
,
ErrorType.GameplayOptions_Filename = 0x1000017B
,
ErrorType.GameplayOptions_Fatal = 0x1000017C
,
ErrorType.Inventory_AllSlotsFull = 0x100001A6
,
ErrorType.Inventory_SlotFull = 0x100001A7
,
ErrorType.Inventory_IncompatibleSlot = 0x100001A8
,
ErrorType.Inventory_InvalidSlot = 0x100001A9
,
ErrorType.Inventory_IncompatibleCategory = 0x100001AA
,
ErrorType.Inventory_InvalidCategory = 0x100001AB
,
ErrorType.Inventory_MaxEncumbranceExceeded = 0x100001AC
,
ErrorType.Inventory_ContainmentFailed = 0x100001AD
,
ErrorType.Inventory_ParentingFailed = 0x100001AE
,
ErrorType.Inventory_DropFailed = 0x100001AF
,
ErrorType.Inventory_QuantityUnderflow = 0x100001B0
,
ErrorType.Inventory_QuantityOverflow = 0x100001B1
,
ErrorType.Inventory_SplitFailed = 0x100001B2
,
ErrorType.Inventory_PlacementFailed = 0x100001B3
,
ErrorType.Inventory_Merge_EmptySlot = 0x100001C6
,
ErrorType.Inventory_Merge_Incompatible = 0x100001C7
,
ErrorType.Inventory_CannotMerge = 0x100001C8
,
ErrorType.Inventory_CannotSplit = 0x100001C9
,
ErrorType.Inventory_SanityCheckFailed = 0x100001CB
,
ErrorType.Inventory_RemoteContainer = 0x100001CC
,
ErrorType.Inventory_RemoteItem = 0x100001CD
,
ErrorType.Inventory_CannotBeContained = 0x100001CE
,
ErrorType.Inventory_IllegalOperation = 0x100001CF
,
ErrorType.Inventory_SecurityFailed = 0x100001D0
,
ErrorType.Inventory_DistanceCheckFailed = 0x100001D3
,
ErrorType.Inventory_PrecludedSlotFull = 0x100001DB
,
ErrorType.Inventory_IncompatibleAmmo = 0x100001DC
,
ErrorType.Spell_InvalidSpell = 0x100001DD
,
ErrorType.Spell_WrongClass = 0x100001DF
,
ErrorType.Spell_NotInscribed = 0x100001E2
,
ErrorType.Spell_NotPrepared = 0x100001E3
,
ErrorType.Spell_NonPreparedSpell = 0x100001E4
,
ErrorType.InvalidTarget = 0x100001E6
,
ErrorType.TooBusy = 0x100001E7
,
ErrorType.Inventory_IsDead = 0x100001E8
,
ErrorType.Inventory_IsAttacking = 0x100001E9
,
ErrorType.NoTarget = 0x100001EB
,
ErrorType.OutOfRange = 0x100001EC
,
ErrorType.Chat_CantTalkToPlayers = 0x100001ED
,
ErrorType.Chat_CantTalkToMonsters = 0x100001EE
,
ErrorType.Fellowship_NotInFellowship = 0x100001EF
,
ErrorType.Fellowship_GeneralFailure = 0x100001F0
,
ErrorType.Inventory_NotProficient = 0x100001F1
,
ErrorType.ScriptFailed = 0x100001F3
,
ErrorType.Inventory_IsHelpless = 0x100001F4
,
ErrorType.Spell_NotCharged = 0x100001F5
,
ErrorType.Spell_AbilityTooLow = 0x100001F6
,
ErrorType.Inventory_Restricted = 0x100001F7
,
ErrorType.Guild_NameInUse = 0x100001FD
,
ErrorType.Guild_NoPermission = 0x100001FE
,
ErrorType.Guild_NoPermissionForTarget = 0x10000204
,
ErrorType.Guild_GuildDoesntExist = 0x10000206
,
ErrorType.Guild_CannotCreate = 0x10000207
,
ErrorType.Guild_UnknownFailure = 0x1000020F
,
ErrorType.Guild_TooLong = 0x10000212
,
ErrorType.Guild_RankDoesntExist = 0x10000213
,
ErrorType.Guild_RankLevelInUse = 0x10000214
,
ErrorType.Guild_InvalidRankLevel = 0x10000215
,
ErrorType.Guild_AlreadyHasPermission = 0x10000217
,
ErrorType.Guild_InvalidPermission = 0x10000219
,
ErrorType.Guild_DoesntHavePermission = 0x1000021A
,
ErrorType.Guild_TargetNotInGuild = 0x1000021B
,
ErrorType.Guild_NotInGuild = 0x1000021C
,
ErrorType.Guild_NoPermissionForRank = 0x1000021D
,
ErrorType.Guild_InvalidTarget = 0x1000021E
,
ErrorType.Guild_AlreadyInGuild = 0x1000021F
,
ErrorType.Guild_CantRename = 0x10000220
,
ErrorType.Guild_GuildFull = 0x10000221
,
ErrorType.Guild_AcceptFailed = 0x10000222
,
ErrorType.Guild_Banned = 0x10000223
,
ErrorType.Guild_SoleMember = 0x10000224
,
ErrorType.Guild_BadCharacters = 0x10000225
,
ErrorType.Guild_Dead = 0x10000226
,
ErrorType.Guild_CantChangeLeaderRank = 0x10000227
,
ErrorType.Guild_AlreadyBeingRecruited = 0x10000228
,
ErrorType.Guild_CannotPromoteToYourRank = 0x10000229
,
ErrorType.Guild_Incapacitated = 0x1000022A
,
ErrorType.Spell_MissingMaterialComponent = 0x1000022C
,
ErrorType.Inventory_CannotBeReleased = 0x1000022D
,
ErrorType.Spell_NoSpellPoints = 0x1000022E
,
ErrorType.Spell_TooManyPrepared = 0x1000022F
,
ErrorType.Spell_CasterDead = 0x10000230
,
ErrorType.Inventory_IsNotReceptive = 0x10000232
,
ErrorType.Dungeon_LockedByAdmin = 0x10000233
,
ErrorType.Dungeon_LockedForCreation = 0x10000234
,
ErrorType.Dungeon_PortalInterrupted = 0x10000235
,
ErrorType.Dungeon_PortalTimeout = 0x10000236
,
ErrorType.Dungeon_PortalCanceled = 0x10000237
,
ErrorType.Spell_NotRestpointArea = 0x1000023A
,
ErrorType.Spell_NotRested = 0x1000023B
,
ErrorType.Advancement_Benefit_WrongClass = 0x100002BC
,
ErrorType.Advancement_Benefit_NoActionPoint = 0x100002BD
,
ErrorType.Advancement_Benefit_NotBenefit = 0x100002BE
,
ErrorType.Advancement_Benefit_WrongRace = 0x100002BF
,
ErrorType.Advancement_Benefit_NotTrainable = 0x100002C0
,
ErrorType.Advancement_Benefit_FailsPrereqs = 0x100002C1
,
ErrorType.Advancement_Benefit_AlreadyTrained = 0x100002C2
,
ErrorType.Advancement_Benefit_MaxBenefitsTrained = 0x100002C3
,
ErrorType.Advancement_Benefit_InvalidOption = 0x100002C4
,
ErrorType.Advancement_Benefit_ChannelInUse = 0x100002C5
,
ErrorType.Dungeon_NoLongerExists = 0x100002C6
,
ErrorType.Dungeon_Unknown = 0x100002C7
,
ErrorType.Dungeon_NewInstance = 0x100002C8
,
ErrorType.Advancement_LawfulCantTrainBard = 0x100002C9
,
ErrorType.Advancement_NotEnoughXP = 0x100002CA
,
ErrorType.Advancement_NonLawfulGoodCantTrainPaladin = 0x100002CB
,
ErrorType.Advancement_LawfulCantTrainBarbarian = 0x100002CC
,
ErrorType.Rule_Failed = 0x100002CD
,
ErrorType.Advancement_UnknownCantTrain = 0x100002CE
,
ErrorType.Advancement_AlreadyMaxLevel = 0x100002CF
,
ErrorType.Chat_CantTalkToCustomerSupport = 0x100002D0
,
ErrorType.Spell_CannotUnprepare = 0x100002D8
,
ErrorType.Advancement_CannotTrainAdditionalClasses = 0x100002D9
,
ErrorType.Fellowship_CantJoinRaidWhileInDungeon = 0x100002DA
,
ErrorType.Guild_TooShort = 0x100002DB
,
ErrorType.Chat_RecipientIsAwayFromKeyboard = 0x100002DC
,
ErrorType.Spell_Feebleminded = 0x100002DE
,
ErrorType.Guild_RecruiterIsSquelched = 0x100002DF
,
ErrorType.Guild_NotAcceptingRequest = 0x100002E0
,
ErrorType.Guild_RedundantRecruitment = 0x100002E1
,
ErrorType.Inventory_LeaderOnlyLoot = 0x100002E2
,
ErrorType.Inventory_ReservedLoot = 0x100002E3
,
ErrorType.SpellSwap_NotEligible = 0x100002E4
,
ErrorType.Mail_CannotAffordPostage = 0x100002E5
,
ErrorType.Mail_UnknownError = 0x100002E6
,
ErrorType.Mail_RecipientDoesNotExist = 0x100002E7
,
ErrorType.Mail_InvalidItemIID = 0x100002E8
,
ErrorType.Mail_InvalidSenderIID = 0x100002E9
,
ErrorType.Mail_InvalidRecipientIID = 0x100002EA
,
ErrorType.Mail_CannotSendCODWithoutAttachment = 0x100002EB
,
ErrorType.Mail_SubjectTooLong = 0x100002EC
,
ErrorType.Mail_MessageTooLong = 0x100002ED
,
ErrorType.Mail_RecipientNameTooLong = 0x100002EE
,
ErrorType.Mail_InvalidMailID = 0x100002EF
,
ErrorType.Mail_FailedToPayPostage = 0x100002F0
,
ErrorType.SpellSwap_NotTimeYet = 0x100002F1
,
ErrorType.Mail_UnableToFindMail = 0x100002F3
,
ErrorType.CharGen_RaceNotAvailable = 0x100002F4
,
ErrorType.Mail_FailedToAttachItem = 0x100002F5
,
ErrorType.Mail_ItemNotInBackpack = 0x100002F6
,
ErrorType.Mail_ItemNotInternal = 0x100002F7
,
ErrorType.Mail_ItemCannotBeReleased = 0x100002F8
,
ErrorType.Mail_UnableToFindAttachment = 0x100002F9
,
ErrorType.Mail_CannotSendMailToYourself = 0x100002FA
,
ErrorType.FeatRespec_NotEligible = 0x100002FB
,
ErrorType.Auction_UnknownError = 0x100002FC
,
ErrorType.Auction_CannotAffordPostingFee = 0x100002FD
,
ErrorType.Auction_MustContainItem = 0x100002FE
,
ErrorType.Auction_InvalidItemIID = 0x100002FF
,
ErrorType.Auction_CannotAffordBid = 0x10000300
,
ErrorType.Advancement_NonLawfulCantTrainMonk = 0x10000301
,
ErrorType.Auction_ItemCannotBeReleased = 0x10000302
,
ErrorType.Auction_ItemNotInBackpack = 0x10000303
,
ErrorType.Mail_CannotComposeWithFullMailbox = 0x10000304
,
ErrorType.Arena_JoinTeam = 0x1000030C
,
ErrorType.Arena_Teleport = 0x1000030D
,
ErrorType.Arena_WaitForLeaveParty = 0x1000030E
,
ErrorType.Arena_LeaveParty = 0x1000030F
,
ErrorType.Arena_VerifyTeam = 0x10000310
,
ErrorType.Arena_ConvertToArenaGroup = 0x10000311
,
ErrorType.Arena_WaitForJoinTeam = 0x10000312
,
ErrorType.Fellowship_TeleportLocked = 0x10000313
,
ErrorType.Fellowship_EnteringArena = 0x10000314
,
ErrorType.Arena_InArenaGroup = 0x10000315
,
ErrorType.Arena_InPrivateInstance = 0x10000316
,
ErrorType.Arena_NotEnqueued = 0x10000317
,
ErrorType.Arena_EnteringArena = 0x10000318
,
ErrorType.Arena_AlreadyInArena = 0x10000319
,
ErrorType.Arena_TeleportLock = 0x1000031A
,
ErrorType.Auction_BidTooLow = 0x1000031B
,
ErrorType.Auction_MustBuyoutAuction = 0x1000031D
,
ErrorType.Auction_TooManyAuctions = 0x1000031E
,
ErrorType.Auction_CannotBidOnOwnAuction = 0x1000031F
,
ErrorType.Auction_TooManyBids = 0x10000320
,
ErrorType.Advancement_Benefit_NotEnoughActionPointsSpent = 0x10000322
,
ErrorType.Auction_HighbidderCannotCancelBid = 0x10000323
,
ErrorType.Auction_MailboxFull = 0x10000324
,
ErrorType.Inventory_ItemIsUnique = 0x10000325
,
ErrorType.BagOfSingletons_EntityNotCompatible = 0x10000326
,
ErrorType.BagOfSingletons_NotEnoughRoom = 0x10000327
,
ErrorType.Mail_TrialAccount = 0x10000328
,
ErrorType.Mail_RecipientIsIgnoringYou = 0x10000329
,
ErrorType.Auction_AddAuctionFailed = 0x1000032B
,
ErrorType.Inventory_ItemNotBankable = 0x1000032C
,
ErrorType.Inventory_AutoGatherError = 0x1000032E
,
ErrorType.Guild_AlreadyLowestRank = 0x1000032F
,
ErrorType.Fellowship_RestrictedArea = 0x10000330
,
ErrorType.Inventory_WeaponSetAlreadyEquipped = 0x10000331
,
ErrorType.CharGen_ClassNotAvailable = 0x10000332
,
ErrorType.Spam_TooManyTells = 0x10000333
,
ErrorType.Mail_SendTooSoon = 0x10000334
,
ErrorType.ERSBankSystem_SourceDepleted = 0x10000335
,
ErrorType.ERSBankSystem_Error = 0x10000336
,
ErrorType.Inventory_CoinLimitReached = 0x10000337
,
ErrorType.Fellowship_RecruitAlreadyCompletedMiserysPeak = 0x10000338
,
ErrorType.Fellowship_RecruitStillInTutorial = 0x10000339
,
ErrorType.Fellowship_RecruitHasNotCompletedMiserysPeak = 0x1000033A
,
ErrorType.Fellowship_RecruitHasFinishedTheTutorial = 0x1000033B
,
ErrorType.Fellowship_RecruitOnBeach_PartyInFrozenVillage = 0x1000033C
,
ErrorType.Fellowship_RecruitOnBeach_PartyFinishedKorthos = 0x1000033D
,
ErrorType.Fellowship_RecruitOnBeach_PartyInThawedVillage = 0x1000033E
,
ErrorType.CharGen_ChooseSpells = 0x1000033F
,
ErrorType.CharGen_InvalidClassMonk = 0x10000340
,
ErrorType.CharGen_AbilityPointsAvailable = 0x10000341
,
ErrorType.CharGen_ChooseAlignment = 0x10000342
,
ErrorType.CharGen_ChooseSkills = 0x10000343
,
ErrorType.CharGen_ChooseFeats = 0x10000344
,
ErrorType.CharGen_InvalidRaceDrow = 0x10000345
,
ErrorType.CharGen_InvalidRaceWarforged = 0x10000346
,
ErrorType.CharGen_EnterValidName = 0x10000347
,
ErrorType.WebStore_FailedToPlaceItem = 0x10000348
,
ErrorType.WebStore_FailedItemLookup = 0x10000349
,
ErrorType.WebStore_FailedToCreateItem = 0x1000034A
,
ErrorType.WebStore_FailedRedemption = 0x1000034B
,
ErrorType.WebStore_UnredeemableWebStoreItem = 0x1000034C
,
ErrorType.WebStore_FailedToBurnCoupon = 0x1000034D
,
ErrorType.Guild_MembersAreInRank = 0x1000034E
,
ErrorType.Guild_RankLevelIsLeader = 0x1000034F
,
ErrorType.Guild_TooManyRanks = 0x10000350
,
ErrorType.Guild_CannotRemoveOfficerRank = 0x10000351
,
ErrorType.CharGen_InvalidClassFavoredSoul = 0x10000352
,
ErrorType.Spam_TooManyPublicMessages = 0x10000353
,
ErrorType.Spam_TooManySayShouts = 0x10000354
,
ErrorType.Advancement_Reincarnation_DominantClassRestriction = 0x10000355
,
ErrorType.Advancement_Reincarnation_LesserClassRestriction = 0x10000356
,
ErrorType.Advancement_Reincarnation_Failure_NotEnoughClassSwapToken = 0x1000035F
,
ErrorType.Advancement_Reincarnation_Success_NotClassSwap = 0x10000360
,
ErrorType.Advancement_Reincarnation_Success_ClassSwap = 0x10000361
,
ErrorType.Advancement_Reincarnation_Failure_ClassRestriction_Alignment = 0x10000362
,
ErrorType.Advancement_Reincarnation_Failure_ClassRestriction_TooManyClasses = 0x10000363
,
ErrorType.Advancement_Reincarnation_Failure_General = 0x10000364
,
ErrorType.Mail_QuantityIsGreaterThenMaxStack = 0x10000365
,
ErrorType.Housing_NoPermission = 0x10000366
,
ErrorType.Housing_NoPlayer = 0x10000367
,
ErrorType.Spell_NotCastable_Restricted = 0x10000369
,
ErrorType.Dungeon_CannotReenterEpic = 0x1000036A
,
ErrorType.CharGen_InvalidRaceHalfElf = 0x1000036B
,
ErrorType.CharGen_InvalidRaceHalfOrc = 0x1000036C
,
ErrorType.Eldritch_ItemRejected = 0x1000036E
,
ErrorType.Crafting_NotRandomTreasure = 0x1000036F
,
ErrorType.Crafting_NeedsDeconstruction = 0x10000370
,
ErrorType.Crafting_AlreadyDeconstructed = 0x10000371
,
ErrorType.Eldritch_LockedItemsCannotBeUsed = 0x10000373
,
ErrorType.CharGen_InvalidClassArtificer = 0x10000374
,
ErrorType.Eldritch_CraftableItemsCannotBeUsed = 0x10000375
,
ErrorType.Advancement_NonNeutralCantTrainDruid = 0x10000376
,
ErrorType.Advancement_InvalidWfgBodyFeatCantTrainDruid = 0x10000377
,
ErrorType.CharGen_InvalidClassDruid = 0x10000378
,
ErrorType.Usage_NotInArea = 0x10000379
,
ErrorType.Advancement_TaintedCantTrainDruid = 0x1000037A
,
ErrorType.Advancement_NotLevel20CantTrainEpic = 0x1000037B
,
ErrorType.Druid_WrongForm = 0x1000037C
,
ErrorType.Advancement_CantTrainNonEpicPast20 = 0x1000037D
,
ErrorType.Advancement_Reincarnation_Failure_ClassRestriction_DruidUnavailable = 0x1000037E
,
ErrorType.CharGen_PurchaseRequired = 0x1000037F
,
ErrorType.CharGen_IconicNotAvailable = 0x10000380
,
ErrorType.CharGen_IconicNotReleasedYet = 0x10000382
,
ErrorType.Inventory_CannotEquipFromSharedBank = 0x10000383
,
ErrorType.DRSSingletonBankSystem_Error = 0x10000384
,
ErrorType.DRSSingletonBankSystem_SourceDepleted = 0x10000385
,
ErrorType.BagOfSingletons_IsNotBankable = 0x10000386
,
ErrorType.Inventory_DestroyFailed = 0x10000388
,
ErrorType.CharGen_InvalidClassWarlock = 0x10000389
,
ErrorType.WebStore_RequiresPlayerToRedeem = 0x1000038C
,
ErrorType.WebStore_Notification_Fatal_DeliveryFailure = 0x1000038D
,
ErrorType.WebStore_Notification_Fatal_MissingAccountName = 0x1000038E
,
ErrorType.WebStore_Notification_Fatal_MissingType = 0x1000038F
,
ErrorType.WebStore_Notification_Fatal_ParseException = 0x10000390
,
ErrorType.WebStore_Notification_Fatal_ParseFailure = 0x10000391
,
ErrorType.WebStore_Notification_Fatal_NoItems = 0x10000392
,
ErrorType.WebStore_Notification_Fatal_NoContentBody = 0x10000393
,
ErrorType.WebStore_Notification_Fatal_DeliveryCrash = 0x10000394
,
ErrorType.WebStore_Notification_Fatal_InvalidUserData = 0x10000395
,
ErrorType.WebStore_Notification_NonFatal_NoWALEntity = 0x10000396
,
ErrorType.WebStore_Notification_Fatal_InvalidType = 0x10000397
,
ErrorType.CharGen_InvalidRaceGnome = 0x10000398
,
ErrorType.CharGen_InvalidRaceDragonborn = 0x10000399
,
ErrorType.CharGen_InvalidRaceAasimar = 0x100003A0
,
ErrorType.WebStore_NoDeliveryIID = 0x100003A1
,
ErrorType.CharGen_InvalidRaceWildElf = 0x100003A4
,
ErrorType.CharGen_InvalidRaceTiefling = 0x100003A5
,
ErrorType.Inventory_TooManyMinorArtifacts = 0x100003A6
,
ErrorType.CharGen_InvalidClassAlchemist = 0x100003A7
,
ErrorType.CharGen_InvalidRaceShifter = 0x100003AA
,
ErrorType.Auction_InvalidItemQuantity = 0x100003AB
,
ErrorType.Inventory_Undelete_CouldntFindLoadedOrphan = 0x100003B1
,
ErrorType.Inventory_Undelete_DepletedStack = 0x100003B2
,
ErrorType.Inventory_Undelete_NotADeletedEntity = 0x100003B3
,
ErrorType.Inventory_Undelete_CouldntRetrieveProperties = 0x100003B4
,
ErrorType.Inventory_Undelete_CouldntLoadOrphan = 0x100003B5
,
ErrorType.CharGen_InvalidRaceTabaxi = 0x100003B6
,
ErrorType.WebStore_Call_Mismatch = 0x100003B7
,
ErrorType.WebStore_Call_Failed = 0x100003B8
,
ErrorType.CharGen_InvalidClass = 0x100003B9
,
ErrorType.VIPLoyalty_MustBeVIP = 0x100003BA
,
ErrorType.VIPLoyalty_Generic = 0x100003BB
,
ErrorType.VIPLoyalty_Temporary = 0x100003BC
,
ErrorType.VIPLoyalty_TooSoon = 0x100003BD
,
ErrorType.VIPLoyalty_NoMoreLevels = 0x100003BE
,
ErrorType.WebStore_FatalFailure = 0x100003BF
,
ErrorType.WebStore_TemporaryFailure = 0x100003C0
} |
|
|
|
enum | EtherealType : uint {
EtherealType.Projectile = 0x00000011
,
EtherealType.Monster = 0x00000013
,
EtherealType.Water = 0x00000014
,
EtherealType.Ethereal = 0x00000015
,
EtherealType.Admin = 0x00000016
,
EtherealType.Player = 0x00000018
,
EtherealType.SolidDynamic = 0x00000019
,
EtherealType.SolidStatic = 0x0000001A
,
EtherealType.Spell = 0x0000001B
,
EtherealType.Door = 0x0000001D
} |
|
|
|
enum | ExploreCategory : uint {
ExploreCategory.Invalid = 0x00000000
,
ExploreCategory.DungeonEntrance = 0x00000001
,
ExploreCategory.Lore = 0x00000002
} |
|
|
|
enum | FarSceneEnum : uint {
FarSceneEnum.None = 0x00000000
,
FarSceneEnum.Tree = 0x00000001
} |
|
|
|
enum | Fatality_EffectStage : uint {
Fatality_EffectStage.Invalid = 0x00000000
,
Fatality_EffectStage.Delete = 0x00000001
,
Fatality_EffectStage.Pre__Delete = 0x00000002
,
Fatality_EffectStage.Rest = 0x00000003
,
Fatality_EffectStage.Start = 0x00000004
} |
|
|
|
enum | Feat : uint {
Feat.Undef = 0x00000000
,
Feat.Feat_RogueSneakAttack = 0x7000005E
,
Feat.Feat_SneakAttack = 0x7000005E
,
Feat.Feat_CombatCasting = 0x7000005F
,
Feat.Feat_Trapfinding = 0x70000060
,
Feat.Feat_ImprovedCritical = 0x70000061
,
Feat.Feat_ArmorProficiency_Light = 0x70000063
,
Feat.Feat_ArmorProficiency_Medium = 0x70000064
,
Feat.Feat_ArmorProficiency_Heavy = 0x70000065
,
Feat.Feat_ShieldProficiency_General = 0x70000066
,
Feat.Feat_ShieldProficiency_Tower = 0x70000067
,
Feat.sp_wiz_scorchingray = 0x70000090
,
Feat.Feat_MartialWeaponProficiency = 0x700000E2
,
Feat.Feat_PointBlankShot = 0x70000100
,
Feat.Feat_ShotOnTheRun = 0x70000103
,
Feat.Feat_QuickDraw = 0x70000104
,
Feat.Feat_SpellFocus = 0x7000011C
,
Feat.Feat_SimpleWeaponProficiency = 0x7000013A
,
Feat.Feat_ExoticWeaponProficiency = 0x70000149
,
Feat.Feat_ExoticWeaponProficiency_RepeatingLightCrossbow = 0x7000014B
,
Feat.Feat_ExoticWeaponProficiency_RepeatingHeavyCrossbow = 0x7000014C
,
Feat.Feat_SpringAttack = 0x7000034E
,
Feat.Feat_Mobility = 0x70000350
,
Feat.Feat_ExtraTurning = 0x70000351
,
Feat.Feat_ImprovedTurning = 0x70000352
,
Feat.Feat_PreciseShot = 0x70000353
,
Feat.Feat_CombatExpertise = 0x70000355
,
Feat.Feat_TwoWeaponDefense = 0x70000359
,
Feat.Feat_ImprovedTwoWeaponFighting = 0x7000035A
,
Feat.Feat_TwoWeaponFighting = 0x7000035A
,
Feat.Feat_DivineHealth = 0x70000551
,
Feat.Feat_DivineGrace = 0x70000552
,
Feat.Feat_TirelessRage = 0x70000553
,
Feat.Feat_InspireCompetence = 0x70000554
,
Feat.Feat_Fascinate = 0x70000555
,
Feat.Feat_IndomitableWill = 0x70000556
,
Feat.Feat_Suggestion = 0x70000559
,
Feat.Feat_InspireHeroics = 0x7000055A
,
Feat.Feat_MightyRage = 0x7000055B
,
Feat.Feat_GreaterRage = 0x7000055C
,
Feat.Feat_MassSuggestion = 0x7000055D
,
Feat.Feat_InspireCourage = 0x7000055F
,
Feat.FeatDirectory = 0x7000057D
,
Feat.Feat_BowStrength = 0x7000057E
,
Feat.Feat_Evasion = 0x700005DA
,
Feat.Feat_FearImmunity = 0x70000612
,
Feat.Feat_ImprovedEvasion = 0x7000062E
,
Feat.Feat_ClericTurnUndead = 0x7000095D
,
Feat.Feat_PaladinTurnUndead = 0x7000095E
,
Feat.Feat_DwarvenWarAxe = 0x70000B97
,
Feat.Feat_ImprovedShieldBash = 0x70000C2B
,
Feat.Feat_WeaponFinesse = 0x7000109D
,
Feat.Feat_SkillFocus = 0x7000109E
,
Feat.Feat_WeaponAlacrity = 0x7000113E
,
Feat.Feat_TwoHandedFighting = 0x70001141
,
Feat.Feat_ImprovedTwoHandedFighting = 0x70001142
,
Feat.Feat_GreaterTwoHandedFighting = 0x70001143
,
Feat.Feat_Race_Warforged_CompositePlating = 0x70002026
,
Feat.Feat_Race_Warforged_MithralBody = 0x70002027
,
Feat.Feat_Race_Warforged_AdamantineBody = 0x70002028
,
Feat.Feat_Race_Warforged_MithralFluidity = 0x7000202A
,
Feat.Benefit_Barbarian_Extend_Rage_1 = 0x70002BA5
,
Feat.Benefit_Barbarian_Intimidation = 0x70002BAA
,
Feat.Feat_ImprovedUncannyDodge = 0x70002DFD
,
Feat.Feat_RogueImprovedUncannyDodge = 0x70002E02
,
Feat.Feat_Ranger_Evasion = 0x70002FA4
,
Feat.Feat_ImprovedCritical_Slashing = 0x700037F9
,
Feat.Feat_ImprovedCritical_Piercing = 0x700037FA
,
Feat.Feat_ImprovedCritical_Bludgeoning = 0x700037FB
,
Feat.Feat_ImprovedCritical_Thrown = 0x700037FC
,
Feat.Feat_ImprovedCritical_Ranged = 0x700037FD
,
Feat.Feat_Sneak = 0x70003DE4
,
Feat.Feat_MagicalTraining = 0x70003E76
,
Feat.Feat_Attack_Melee_Staff_Combo3 = 0x700056B0
,
Feat.Feat_Attack_Melee_Dual_Combo2_Mobile = 0x700056B1
,
Feat.Feat_Attack_Melee_2h_Combo4 = 0x700056B2
,
Feat.Feat_Attack_Melee_Shield_Combo1_Mobile = 0x700056B3
,
Feat.Feat_Attack_Melee_Staff_Combo2 = 0x700056B4
,
Feat.Feat_Attack_Melee_2h_Combo5 = 0x700056B5
,
Feat.Feat_Attack_Melee_2h_Combo1_Mobile = 0x700056B6
,
Feat.Feat_Attack_Selection = 0x700056B7
,
Feat.Feat_Attack_Melee_Shield_Combo1 = 0x700056B8
,
Feat.Feat_Attack_Melee_Axe_Combo1 = 0x700056B9
,
Feat.Feat_Attack_Melee_Staff_Combo1 = 0x700056BA
,
Feat.Feat_Attack_Melee_Axe_Combo2_Mobile = 0x700056BB
,
Feat.Feat_Attack_Melee_Shield_Combo2 = 0x700056BC
,
Feat.Feat_Attack_Melee_Unarmed_Combo2 = 0x700056BD
,
Feat.Feat_Attack_Melee_Unarmed_Combo2_Mobile = 0x700056BE
,
Feat.Feat_Attack_Melee_Shield_Combo3 = 0x700056BF
,
Feat.Feat_Attack_Melee_Unarmed_Combo3 = 0x700056C0
,
Feat.Feat_Attack_Melee_Axe_Combo1_Mobile = 0x700056C1
,
Feat.Feat_Attack_Melee_ShieldBash = 0x700056C2
,
Feat.Feat_Attack_Melee_Shield_Combo4 = 0x700056C3
,
Feat.Feat_Attack_Melee_Axe_Combo4 = 0x700056C4
,
Feat.Feat_Attack_Missile_Bow = 0x700056C5
,
Feat.Feat_Attack_Melee_Unarmed_Combo1_Mobile = 0x700056C6
,
Feat.Feat_Attack_Melee_Shield_Combo2_Mobile = 0x700056C7
,
Feat.Feat_Attack_Melee_Shield_Combo5 = 0x700056C8
,
Feat.Feat_Attack_Melee_Axe_Combo5 = 0x700056C9
,
Feat.Feat_Attack_Melee_Dual_Combo1 = 0x700056CA
,
Feat.Feat_Attack_Melee_2h_Combo2_Mobile = 0x700056CB
,
Feat.Feat_Attack_Melee_1h_Combo1_Mobile = 0x700056CC
,
Feat.Feat_Attack_Melee_Dual_Combo1_Mobile = 0x700056CD
,
Feat.Feat_Attack_Melee_1h_Combo1 = 0x700056CE
,
Feat.Feat_Attack_Melee_Axe_Combo2 = 0x700056CF
,
Feat.Feat_Attack_Melee_Dual_Combo2 = 0x700056D0
,
Feat.Feat_Attack_Melee_Staff_Combo1_Mobile = 0x700056D1
,
Feat.Feat_Attack_Melee_1h_Combo2 = 0x700056D2
,
Feat.Feat_Attack_Melee_Axe_Combo3 = 0x700056D3
,
Feat.Feat_Attack_Melee_Dual_Combo3 = 0x700056D4
,
Feat.Feat_Attack_Missile_Crossbow = 0x700056D5
,
Feat.Feat_Attack_Melee_2h_Combo1 = 0x700056D6
,
Feat.Feat_Attack_Melee_1h_Combo3 = 0x700056D7
,
Feat.Feat_Attack_Melee_Dual_Combo4 = 0x700056D8
,
Feat.Feat_Attack_Melee_Staff_Combo5 = 0x700056D9
,
Feat.Feat_Attack_Melee_Staff_Combo2_Mobile = 0x700056DA
,
Feat.Feat_Attack_Melee_2h_Combo2 = 0x700056DB
,
Feat.Feat_Attack_Melee_1h_Combo4 = 0x700056DC
,
Feat.Feat_Attack_Melee_Unarmed_Combo1 = 0x700056DD
,
Feat.Feat_Attack_Melee_Dual_Combo5 = 0x700056DE
,
Feat.Feat_Attack_Missile_Thrown = 0x700056DF
,
Feat.Feat_Attack_Melee_Staff_Combo4 = 0x700056E0
,
Feat.Feat_Attack_Melee_2h_Combo3 = 0x700056E1
,
Feat.Feat_Attack_Melee_1h_Combo5 = 0x700056E2
,
Feat.Feat_Attack_Melee_ShieldBashimproved = 0x700056E3
,
Feat.Feat_Attack_Melee_1h_Combo2_Mobile = 0x700056E4
,
Feat.Feat_Attack_Missile_Repeating_Crossbow = 0x70005D86
,
Feat.Feat_Attack_Missile_Repeating_Crossbow_Fire_Reload = 0x70005D87
,
Feat.Feat_Attack_Melee_SneakAttack = 0x70006029
,
Feat.Feat_ImprovedPreciseShot = 0x700063FF
,
Feat.Feat_Attack_Melee_Unarmed_SneakAttack = 0x70006A2B
,
Feat.Feat_RespecToken = 0x70006C49
,
Feat.Feat_Attack_Missile_Repeating_Crossbow_Fire_Two = 0x70006D6D
,
Feat.Feat_Auto_Attack_Selection = 0x70006EE2
,
Feat.Feat_Rogue_CripplingStrike = 0x700073BA
,
Feat.Feat_DraconicVitality = 0x70007B95
,
Feat.Feat_Attack_Melee_Monk_Unarmed_Combo5 = 0x70007BB9
,
Feat.Feat_Attack_Melee_Monk_Unarmed_Combo2_Mobile = 0x70007BBA
,
Feat.Feat_Attack_Melee_Monk_Unarmed_Combo1_Mobile = 0x70007BBB
,
Feat.Feat_Attack_Melee_Monk_Unarmed_Combo1 = 0x70007BBC
,
Feat.Feat_Attack_Melee_Monk_Unarmed_Combo2 = 0x70007BBD
,
Feat.Feat_Attack_Melee_Monk_Unarmed_Combo3 = 0x70007BBE
,
Feat.Feat_Attack_Melee_Monk_Unarmed_Combo4 = 0x70007BBF
,
Feat.Feat_FlurryOfBlows = 0x70007BC0
,
Feat.Benefit_Rogue_Mechanic_1 = 0x70007BF1
,
Feat.Benefit_Rogue_ThiefAcrobat_1 = 0x70007BFA
,
Feat.Feat_ForceOfPersonality = 0x7000884C
,
Feat.Feat_InsightfulReflexes = 0x7000884D
,
Feat.Feat_OversizedTwoWeaponFighting = 0x700088A9
,
Feat.Feat_DefensiveRoll = 0x70008905
,
Feat.Feat_SlipperyMind = 0x70008B49
,
Feat.Feat_Evasion_Monk = 0x70009CF3
,
Feat.Feat_WeaponBAB = 0x70009E79
,
Feat.Feat_Attack_Melee_Monk_Unarmed_SneakAttack = 0x7000B6BF
,
Feat.Feat_Admin_AuraOfSmite = 0x7000BD29
,
Feat.Feat_PerfectSlowFall = 0x7000C304
,
Feat.Feat_WildMage = 0x7000C5A3
,
Feat.Feat_DragonmarkHeir = 0x7000C5C5
,
Feat.Feat_FavoredSoul_LordofBlades = 0x7000C922
,
Feat.Feat_FavoredSoul_SilverFlame = 0x7000C923
,
Feat.Feat_FavoredSoul_Sovereignhost = 0x7000C924
,
Feat.Benefit_Monk_NinjaSpy_3 = 0x7000F22A
,
Feat.Feat_ZenArchery = 0x7000F25A
,
Feat.Feat_BrutalThrow = 0x7000F265
,
Feat.Benefit_Cleric_RadiantServant_1 = 0x7001008B
,
Feat.Benefit_Cleric_RadiantServant_2 = 0x70010097
,
Feat.Feat_CoinLordFinishing = 0x70011613
,
Feat.Feat_Expertise_Shuriken = 0x70011A84
,
Feat.Feat_Artificer_Retain_Essence = 0x70014E3B
,
Feat.Benefit_Homun_Alignment_Chaos = 0x700160C7
,
Feat.Benefit_Homun_Alignment_Evil = 0x700160C8
,
Feat.Benefit_Homun_Alignment_Law = 0x700160C9
,
Feat.Benefit_Homun_Alignment_Good = 0x700160CA
,
Feat.Benefit_Barbarian_FearMe_1 = 0x700197C2
,
Feat.EpicDestinyTree_Shadowdancer = 0x7001982F
,
Feat.Enh_Monk_NinjaSpy_2 = 0x7001A161
,
Feat.Feat_ImprovedFlurryOfBlows = 0x7001A66A
,
Feat.EpicDestinyTree_LegendaryDreadnought = 0x7001A678
,
Feat.Enh_Epic_GrandmasterOfFlowers_LightAsAFeather_1 = 0x7001A700
,
Feat.Enh_Fatesinger_FragmentOfClarity_Extend = 0x7001A8B8
,
Feat.Enh_Fatesinger_FragmentOfClarity_Enlarge = 0x7001A8B9
,
Feat.Enh_Fatesinger_FragmentOfClarity_Eschew = 0x7001A8BE
,
Feat.Enh_Fatesinger_ChordOfDisruption_Embolden = 0x7001A9D5
,
Feat.Enh_Fatesinger_ChordOfDisruption_Quicken = 0x7001A9D6
,
Feat.Enh_Fatesinger_ChordOfDisruption_Intensify = 0x7001A9D7
,
Feat.FeatSystemControl = 0x7001AA21
,
Feat.EpicDestinyTree_ExaltedAngel = 0x7001AA6F
,
Feat.EpicDestinyTree_GrandmasterOfFlowers = 0x7001AB6F
,
Feat.EpicDestinyTree_ShiradiChampion = 0x7001AC64
,
Feat.EpicDestinyTree_Magister = 0x7001ACAB
,
Feat.EpicDestinyTree_FuryOfTheWild = 0x7001B302
,
Feat.EpicDestinyTree_DraconicIncarnation = 0x7001B303
,
Feat.Feat_Attack_Melee_Unarmed_Combo4 = 0x7001B4DA
,
Feat.EpicDestinyTree_Fatesinger = 0x7001B53C
,
Feat.EpicDestinyTree_UnyieldingSentinel = 0x7001B53D
,
Feat.Feat_Attack_Melee_Bear_Unarmed_Combo4 = 0x7001B5AD
,
Feat.Feat_Attack_Melee_Wolf_Unarmed_Combo1_Mobile = 0x7001B5AE
,
Feat.Feat_Attack_Melee_Bear_Unarmed_Combo3 = 0x7001B5AF
,
Feat.Feat_Attack_Melee_Wolf_Unarmed_Combo2_Mobile = 0x7001B5B0
,
Feat.Feat_Attack_Melee_Bear_Unarmed_Combo2 = 0x7001B5B1
,
Feat.Feat_Attack_Melee_Bear_Unarmed_SneakAttack = 0x7001B5B2
,
Feat.Feat_Attack_Melee_Wolf_Unarmed_Combo1 = 0x7001B5B3
,
Feat.Feat_Attack_Melee_Bear_Unarmed_Combo1 = 0x7001B5B4
,
Feat.Feat_Attack_Melee_Wolf_Unarmed_Combo3 = 0x7001B5B5
,
Feat.Feat_Attack_Melee_Wolf_Unarmed_SneakAttack = 0x7001B5B6
,
Feat.Feat_Attack_Melee_Wolf_Unarmed_Combo2 = 0x7001B5B7
,
Feat.Feat_Attack_Melee_Bear_Unarmed_Combo1_Mobile = 0x7001B5B8
,
Feat.Feat_Attack_Melee_Wolf_Unarmed_Combo5 = 0x7001B5B9
,
Feat.Feat_Attack_Melee_Wolf_Unarmed_Combo4 = 0x7001B5BA
,
Feat.Feat_Attack_Melee_Bear_Unarmed_Combo2_Mobile = 0x7001B5BB
,
Feat.Feat_Attack_Melee_Bear_Unarmed_Combo5 = 0x7001B5BC
,
Feat.EpicDestinyTree_PrimalAvatar = 0x7001C1DC
,
Feat.Enh_Cleric_MightyTurning = 0x7001E631
,
Feat.Enh_Cleric_ImprovedEmpowerHealing = 0x7001E649
,
Feat.Enh_Paladin_ImprovedEmpowerHealing = 0x7001E656
,
Feat.Enh_Paladin_MightyTurning = 0x7001E674
,
Feat.Feat_Race_Emulate_Orc = 0x70020817
,
Feat.Feat_Race_Emulate_Warforged = 0x7002081A
,
Feat.Feat_Race_Emulate_Elf = 0x7002081B
,
Feat.Feat_Race_Emulate_Dwarf = 0x7002081C
,
Feat.Feat_Race_Emulate_Halfling = 0x7002081E
,
Feat.Feat_Race_Emulate_Human = 0x70020822
,
Feat.Feat_Faith_Silverflame_Unique = 0x70023AB7
,
Feat.Feat_Faith_LordofBlades_Unique = 0x70023AB9
,
Feat.Feat_Faith_Soverignhost_Unique = 0x70023ABA
,
Feat.EpicDestinyTree_DivineCrusader = 0x700254D5
,
Feat.Enh_Any_HarperAgent_MagicOfPatience_1 = 0x70026C65
,
Feat.Enh_Any_HarperAgent_MagicOfAusterity_1 = 0x70026C68
,
Feat.Feat_Admin_Telekinesis = 0x70026DDB
,
Feat.Feat_Admin_Blink = 0x70026DDC
,
Feat.Feat_Attack_Melee_Chain_Combo3 = 0x70026F0C
,
Feat.Feat_Attack_Melee_Chain_Combo2 = 0x70026F0D
,
Feat.Feat_Attack_Melee_Chain_Combo5 = 0x70026F0E
,
Feat.Feat_Attack_Melee_Chain_Combo4 = 0x70026F0F
,
Feat.Feat_Attack_Melee_Chain_Combo1_Mobile = 0x70026F10
,
Feat.Feat_Attack_Melee_Chain_Combo2_Mobile = 0x70026F11
,
Feat.Feat_Attack_Melee_Chain_Combo1 = 0x70026F12
,
Feat.Feat_Attack_Melee_Polearm_Combo1 = 0x70026F5A
,
Feat.Feat_Attack_Melee_Polearm_Combo2_Mobile = 0x70026F5B
,
Feat.Feat_Attack_Melee_Polearm_Combo1_Mobile = 0x70026F5C
,
Feat.Feat_Attack_Melee_Polearm_Combo2 = 0x70026F5D
,
Feat.Feat_Attack_Melee_Polearm_Combo3 = 0x70026F5E
,
Feat.Feat_Attack_Melee_Polearm_Combo4 = 0x70026F5F
,
Feat.Feat_Attack_Melee_Polearm_Combo5 = 0x70026F60
,
Feat.Feat_Attack_Melee_PunchWeapon_Combo1_Mobile = 0x70026F61
,
Feat.Feat_Attack_Melee_PunchWeapon_Combo4 = 0x70026F62
,
Feat.Feat_Attack_Melee_PunchWeapon_Combo3 = 0x70026F63
,
Feat.Feat_Attack_Melee_PunchWeapon_Combo2_Mobile = 0x70026F64
,
Feat.Feat_Attack_Melee_PunchWeapon_Combo2 = 0x70026F65
,
Feat.Feat_Attack_Melee_PunchWeapon_Combo1 = 0x70026F66
,
Feat.Feat_Attack_Melee_PunchWeapon_Combo5 = 0x70026F68
,
Feat.feat_eldritchblast_singletarget_1 = 0x70028003
,
Feat.Feat_Warlock_EldritchBlast_1 = 0x70028022
,
Feat.sp_wlk_eldritchblast_singletarget_1 = 0x70028046
,
Feat.feat_eldritchblast_singletarget_1_active = 0x70028049
,
Feat.sp_wlk_eldritchblast_cone_2 = 0x700282B0
,
Feat.sp_wlk_eldritchblast_pbaoe_2 = 0x700282B1
,
Feat.sp_wlk_eldritchblast_chain_1 = 0x700282B2
,
Feat.sp_wlk_eldritchblast_singletarget_2 = 0x700282B4
,
Feat.sp_wlk_eldritchblast_pbaoe_1 = 0x700282B6
,
Feat.sp_wlk_eldritchblast_chain_2 = 0x700282B7
,
Feat.sp_wlk_eldritchblast_cone_1 = 0x700282BB
,
Feat.sp_wlk_eldritchblast_singletarget_3 = 0x700282BF
,
Feat.sp_wlk_eldritchblast_singletarget_3_enervatingshadow = 0x700284CA
,
Feat.sp_wlk_eldritchblast_singletarget_1_enervatingshadow = 0x700284CB
,
Feat.sp_wlk_eldritchblast_singletarget_2_enervatingshadow = 0x700284CC
,
Feat.sp_wlk_eldritchblast_cone_3 = 0x700284D3
,
Feat.sp_wlk_eldritchblast_cone_4 = 0x700284D5
,
Feat.sp_wlk_eldritchblast_chain_4 = 0x700284D6
,
Feat.sp_wlk_eldritchblast_chain_3 = 0x700284D7
,
Feat.Feat_Attack_Melee_Knife_Combo2_Mobile = 0x7002CB73
,
Feat.Feat_Attack_Melee_Knife_Combo1_Mobile = 0x7002CB74
,
Feat.Feat_Attack_Melee_Knife_Combo1 = 0x7002CB75
,
Feat.Feat_Attack_Melee_Knife_Combo2 = 0x7002CB76
,
Feat.Feat_Attack_Melee_Knife_Combo3 = 0x7002CB77
,
Feat.Feat_Attack_Melee_Knife_Combo4 = 0x7002CB78
,
Feat.Feat_Attack_Melee_Knife_Combo5 = 0x7002CB79
,
Feat.Enh_VistaniKnifeTraining_1 = 0x7002F666
,
Feat.Feat_RavenloftFavorUndeadSave = 0x7002FE05
,
Feat.Feat_Attack_Melee_Wolf_Combo4 = 0x7003015B
,
Feat.Feat_Attack_Melee_Bear_SneakAttack = 0x7003015C
,
Feat.Feat_Attack_Melee_Wolf_SneakAttack = 0x7003015D
,
Feat.Feat_Attack_Melee_Wolf_Combo5 = 0x7003015E
,
Feat.Feat_Attack_Melee_Bear_Combo1 = 0x7003015F
,
Feat.Feat_Attack_Melee_Bear_Combo2 = 0x70030160
,
Feat.Feat_Attack_Melee_Wolf_Combo2_Mobile = 0x70030161
,
Feat.Feat_Attack_Melee_Bear_Combo3 = 0x70030162
,
Feat.Feat_Attack_Melee_Wolf_Combo1 = 0x70030163
,
Feat.Feat_Attack_Melee_Wolf_Combo1_Mobile = 0x70030164
,
Feat.Feat_Attack_Melee_Bear_Combo4 = 0x70030165
,
Feat.Feat_Attack_Melee_Wolf_Combo2 = 0x70030166
,
Feat.Feat_Attack_Melee_Bear_Combo2_Mobile = 0x70030167
,
Feat.Feat_Attack_Melee_Bear_Combo5 = 0x70030168
,
Feat.Feat_Attack_Melee_Wolf_Combo3 = 0x70030169
,
Feat.Feat_Attack_Melee_Bear_Combo1_Mobile = 0x7003016A
,
Feat.Feat_Barbarian_Damage_Reduction_Improved = 0x70030D2E
,
Feat.FavorPdkTwo = 0x70031739
,
Feat.FavorHousePOne = 0x7003173A
,
Feat.FavorGatekeepersThree = 0x7003173B
,
Feat.FavorGatekeepersOne = 0x7003173C
,
Feat.FavorHouseJTwo = 0x7003173D
,
Feat.FavorTwelveFour = 0x7003173E
,
Feat.FavorHouseDThree = 0x7003173F
,
Feat.FavorHouseJOne = 0x70031740
,
Feat.FavorHouseJThree = 0x70031741
,
Feat.FavorPdkFour = 0x70031742
,
Feat.FavorHouseDTwo = 0x70031744
,
Feat.FavorGatekeepersTwo = 0x70031745
,
Feat.FavorAoaThree = 0x70031746
,
Feat.FavorHouseDOne = 0x70031747
,
Feat.FavorHarpersOne = 0x7003179B
,
Feat.FavorHarpersTwo = 0x7003179C
,
Feat.Enh_Inquisitive_DualShooter = 0x70031C81
,
Feat.FavorSharnCouncilTwo = 0x7003208F
,
Feat.FavorSharnCouncilOne = 0x70032090
,
Feat.Feat_Alchemist_Field_2 = 0x70032CE2
,
Feat.Feat_Alchemist_Field_3 = 0x70032CF5
,
Feat.Feat_Alchemist_Simplethrownexpertise_1 = 0x70032CF8
,
Feat.Feat_Smite_Evil_Ranged = 0x700337C0
,
Feat.Feat_Shifter_Subrace_Iconic = 0x70033D3D
,
Feat.Enh_Feydark_Enlarge = 0x70034837
,
Feat.FavorSummerCourtFour = 0x7003519A
,
Feat.FavorSummerCourtTwo = 0x7003519B
,
Feat.FavorSummerCourtOne = 0x7003519C
,
Feat.Enh_Draconic_Eschew = 0x70035973
,
Feat.FavorMorgraveOne = 0x70036219
,
Feat.Feat_ShadarKai_Chain = 0x70036665
,
Feat.sp_monk_grandmaster_blast_3 = 0x70036853
,
Feat.sp_monk_grandmaster_blast_1 = 0x70036857
,
Feat.sp_monk_grandmaster_blast_2 = 0x7003685B
,
Feat.enh_tabaxi_falldamage_1 = 0x70038623
,
Feat.Feat_Epic_Specialty_TwoWeaponFighting = 0x70038D3F
,
Feat.FavorMorgraveTwo = 0x7003984E
,
Feat.sp_wlk_eldritchblast_shortcone_1 = 0x70039CA3
,
Feat.sp_wlk_eldritchblast_line_2 = 0x70039CA5
,
Feat.sp_wlk_eldritchblast_shortcone_2 = 0x70039CA8
,
Feat.sp_wlk_eldritchblast_aoecone_1 = 0x70039CA9
,
Feat.sp_wlk_eldritchblast_line_1 = 0x70039CAB
,
Feat.sp_wlk_eldritchblast_aoecone_2 = 0x70039CAD
,
Feat.sp_wlk_eldritchblast_line_3 = 0x70039CE7
,
Feat.FavorMorgraveThree = 0x7003A64C
,
Feat.FavorRLFour = 0x7003A64D
,
Feat.MonsterFeatDirectory = 0x7003A76B
,
Feat.Feat_Attack_Melee_Claw_Combo5 = 0x7003B0E7
,
Feat.Feat_Attack_Melee_Claw_Combo2_Mobile = 0x7003B0E8
,
Feat.Feat_Attack_Melee_Claw_Combo1_Mobile = 0x7003B0E9
,
Feat.Feat_Attack_Melee_Claw_Combo1 = 0x7003B0EA
,
Feat.Feat_Attack_Melee_Claw_Combo2 = 0x7003B0EB
,
Feat.Feat_Attack_Melee_Claw_Combo3 = 0x7003B0EC
,
Feat.Feat_Attack_Melee_Claw_Combo4 = 0x7003B0ED
,
Feat.FavorMorgraveFour = 0x7003B171
} |
|
|
|
enum | Feat_Category : uint {
Feat_Category.Undef = 0x00000000
,
Feat_Category.Racial = 0x00000001
,
Feat_Category.Normal = 0x00000002
,
Feat_Category.Class = 0x00000003
,
Feat_Category.Benefit = 0x00000004
,
Feat_Category.Innate = 0x00000005
,
Feat_Category.SelectableRacial = 0x00000008
,
Feat_Category.Destiny = 0x00000009
,
Feat_Category.RacePLCapstone = 0x0000000C
,
Feat_Category.Destiny2 = 0x0000000D
} |
|
|
|
enum | FeatAttackHistory : uint { FeatAttackHistory.Undef = 0x00000000
} |
|
|
|
enum | FeatChoiceType : uint {
FeatChoiceType.Undef = 0x00000000
,
FeatChoiceType.CharGenHumanBonus = 0x00000001
,
FeatChoiceType.Normal = 0x00000002
,
FeatChoiceType.Class = 0x00000003
,
FeatChoiceType.CharGenRacialBonus = 0x00000004
} |
|
|
|
enum | FeatDisplayCategory : uint {
FeatDisplayCategory.Undef = 0x00000000
,
FeatDisplayCategory.IconicPastLives = 0x00000001
,
FeatDisplayCategory.Legendary = 0x00000002
,
FeatDisplayCategory.Destiny = 0x00000003
,
FeatDisplayCategory.RacialPastLives = 0x00000004
,
FeatDisplayCategory.TwoHandedFighting = 0x00000005
,
FeatDisplayCategory.SingleWeaponFighting = 0x00000006
,
FeatDisplayCategory.HeroicPastLives = 0x00000007
,
FeatDisplayCategory.EpicPastLives = 0x00000008
,
FeatDisplayCategory.TwoWeaponFighting = 0x00000009
,
FeatDisplayCategory.Epic = 0x0000000A
,
FeatDisplayCategory.ShieldMastery = 0x0000000B
,
FeatDisplayCategory.Warlock = 0x0000000C
,
FeatDisplayCategory.Cleric = 0x0000000D
,
FeatDisplayCategory.Monk = 0x0000000E
,
FeatDisplayCategory.Racial = 0x0000000F
,
FeatDisplayCategory.Druid = 0x00000010
,
FeatDisplayCategory.FavoredSoul = 0x00000011
,
FeatDisplayCategory.Bard = 0x00000012
,
FeatDisplayCategory.Artificer = 0x00000013
,
FeatDisplayCategory.PastLives = 0x00000014
,
FeatDisplayCategory.Alchemist = 0x00000015
,
FeatDisplayCategory.CombatStyles = 0x00000016
,
FeatDisplayCategory.Caster = 0x00000017
,
FeatDisplayCategory.Ranged = 0x00000018
,
FeatDisplayCategory.Proficiency = 0x00000019
,
FeatDisplayCategory.Religion = 0x0000001A
,
FeatDisplayCategory.Rogue = 0x0000001B
,
FeatDisplayCategory.Martial = 0x0000001C
,
FeatDisplayCategory.Fighter = 0x0000001D
,
FeatDisplayCategory.Skill = 0x0000001E
,
FeatDisplayCategory.Ranger = 0x0000001F
,
FeatDisplayCategory.Favor = 0x00000020
,
FeatDisplayCategory.Defensive = 0x00000021
,
FeatDisplayCategory.Barbarian = 0x00000022
,
FeatDisplayCategory.Paladin = 0x00000023
,
FeatDisplayCategory.Metamagic = 0x00000024
,
FeatDisplayCategory.Special = 0x00000025
,
FeatDisplayCategory.SpellFocus = 0x00000026
,
FeatDisplayCategory.WildShapes = 0x00000027
} |
|
|
|
enum | FeatDisplayInfo : uint {
FeatDisplayInfo.Undef = 0x00000000
,
FeatDisplayInfo.Active = 0x00000001
,
FeatDisplayInfo.Aquired = 0x00000002
,
FeatDisplayInfo.CannotAfford = 0x00000003
,
FeatDisplayInfo.SpecialAbility = 0x00000004
,
FeatDisplayInfo.CanTrain = 0x00000005
,
FeatDisplayInfo.ViewByDefault = 0x00000006
,
FeatDisplayInfo.GrantedSpecialAbility = 0x00000007
,
FeatDisplayInfo.Passive = 0x00000008
,
FeatDisplayInfo.CanPotentiallyAquire = 0x00000009
,
FeatDisplayInfo.SubFeatTrainable = 0x0000000A
,
FeatDisplayInfo.SubFeat = 0x0000000B
,
FeatDisplayInfo.CondensedFormat = 0x0000000C
,
FeatDisplayInfo.RacialSpecialAbility = 0x0000000D
} |
|
|
|
enum | FeatSpecialAttackType : uint {
FeatSpecialAttackType.Undef = 0x00000000
,
FeatSpecialAttackType.Earth = 0x00000001
,
FeatSpecialAttackType.Negative = 0x00000002
,
FeatSpecialAttackType.Fire = 0x00000003
,
FeatSpecialAttackType.Water = 0x00000004
,
FeatSpecialAttackType.Positive = 0x00000005
,
FeatSpecialAttackType.Air = 0x00000006
,
FeatSpecialAttackType.Finisher_Water_1 = 0x00000007
,
FeatSpecialAttackType.Finisher_Fire_1 = 0x00000008
,
FeatSpecialAttackType.Finisher_Air_1 = 0x00000009
,
FeatSpecialAttackType.Finisher_Earth_1 = 0x0000000A
,
FeatSpecialAttackType.Finisher = 0x0000000B
,
FeatSpecialAttackType.Void = 0x0000000C
,
FeatSpecialAttackType.Finisher_Void_1 = 0x0000000D
} |
|
|
|
enum | Font : uint {
Font.Undef = 0x00000000
,
Font.Default_Korean = 0x42000000
,
Font.Default_Japanese = 0x42000000
,
Font.Lucida_Console_12 = 0x42000010
,
Font.FixedSys_15 = 0x42000011
} |
|
|
|
enum | FX : uint {
FX.Loc_Jump_Up = 0x10000013
,
FX.Loc_Jump_Down = 0x10000014
,
FX.Loc_Jump_Land = 0x10000015
,
FX.Loc_Swim_Dive = 0x10000016
,
FX.Loc_Freefall = 0x10000017
,
FX.LeverActivate = 0x10000046
,
FX.Event_LeverActivate = 0x10000047
,
FX.DoorOpen = 0x10000048
,
FX.Event_DoorOpen = 0x10000049
,
FX.DoorClose = 0x1000004A
,
FX.Event_DoorClose = 0x1000004B
,
FX.Activate = 0x10000058
,
FX.Startup_fx = 0x10000059
,
FX.Trap_activate1 = 0x1000005E
,
FX.Trap_activate2 = 0x1000005F
,
FX.Trap_activate3 = 0x10000060
,
FX.Trap_activate4 = 0x10000061
,
FX.Activate_Opening = 0x10000062
,
FX.Activate_Closing = 0x10000063
,
FX.Activate_Open_Idle = 0x10000064
,
FX.Activate_Close_Idle = 0x10000065
,
FX.LadderClimb_Anm = 0x1000007B
,
FX.Emote_Talk_Alpha = 0x10000083
,
FX.Emote_Talk_Beta = 0x10000084
,
FX.Emote_Talk_Delta = 0x10000085
,
FX.Emote_Talk_Epsilon = 0x10000086
,
FX.Emote_Talk_Gamma = 0x10000087
,
FX.Emote_Talk_Zeta = 0x10000088
,
FX.Emote_Laugh_Alpha = 0x10000089
,
FX.Emote_Clap_Alpha = 0x1000008A
,
FX.Emote_Sit_Alpha = 0x1000008B
,
FX.Emote_Sit_Beta = 0x1000008C
,
FX.Emote_Eat_Alpha = 0x1000008D
,
FX.Emote_Look_Alpha = 0x1000008E
,
FX.Emote_Look_Beta = 0x1000008F
,
FX.Emote_Wave_Alpha = 0x10000090
,
FX.SwitchPull_Anm = 0x10000094
,
FX.ChestOpen_Anm = 0x10000095
,
FX.Event_OnCollision = 0x10000096
,
FX.OnEnterMonitor = 0x10000097
,
FX.OnExitMonitor = 0x10000098
,
FX.Emote_Monster_Alpha = 0x10000099
,
FX.Emote_Monster_Beta = 0x1000009A
,
FX.Emote_Monster_Delta = 0x1000009B
,
FX.Emote_Monster_Epsilon = 0x1000009C
,
FX.Emote_Monster_Gamma = 0x1000009D
,
FX.Emote_Monster_Victory = 0x1000009E
,
FX.Emote_Monster_Sad = 0x1000009F
,
FX.OnEnterHotspot = 0x100000A2
,
FX.OnExitHotspot = 0x100000A3
,
FX.gmInTrap = 0x100000A4
,
FX.gmHeal = 0x100000A5
,
FX.gmHurt = 0x100000A6
,
FX.open = 0x100000AF
,
FX.close = 0x100000B0
,
FX.levelup = 0x100000B1
,
FX.dead = 0x100000B3
,
FX.Activate_fx = 0x100002BF
,
FX.Jump_Up = 0x10000383
,
FX.NPC_Listen_Food = 0x100003F8
,
FX.NPC_Listen_Entertainment = 0x100003F9
,
FX.NPC_Need_Controller = 0x100003FF
,
FX.NPC_Personality_Controller = 0x10000400
,
FX.Atk_1hand_Lunge_Combo_1 = 0x10000412
,
FX.State_seed = 0x1000042A
,
FX.State_toggle = 0x1000042B
,
FX.CL_AttackTarget = 0x100004A4
,
FX.CL_Attack = 0x100004A8
,
FX.ScriptChannelTest_HighPriority = 0x100004A9
,
FX.ScriptChannelTest_MedPriorityInterruptable = 0x100004AA
,
FX.ScriptChannelTest_MedPriority = 0x100004AB
,
FX.ScriptChannelTest_LowPriority = 0x100004AC
,
FX.ScriptChannelTest_FromLowPriority = 0x100004AD
,
FX.ScriptChannelTest_FromHighPriority = 0x100004AE
,
FX.ScriptChannelTest_FromMedInterruptableToMed = 0x100004AF
,
FX.Equip = 0x100004E2
,
FX.CL_Monster_Melee = 0x100004EB
,
FX.CL_Monster_Ranged = 0x100004F2
,
FX.Cbt_Monster_Dodge3 = 0x1000050F
,
FX.Cbt_Monster_Dodge4 = 0x10000511
,
FX.Cbt_Monster_Dodge5 = 0x10000513
,
FX.Cbt_Monster_Dodge6 = 0x10000515
,
FX.Cbt_Monster_Dodge7 = 0x10000517
,
FX.Cbt_Monster_Dodge8 = 0x10000519
,
FX.Cbt_Monster_Dodge9 = 0x1000051B
,
FX.Cbt_Monster_Melee1 = 0x1000051C
,
FX.Cbt_Monster_Melee2 = 0x1000051D
,
FX.Cbt_Monster_Melee3 = 0x1000051E
,
FX.Cbt_Monster_Melee4 = 0x1000051F
,
FX.Cbt_Monster_Melee5 = 0x10000520
,
FX.Cbt_Monster_Melee6 = 0x10000521
,
FX.Cbt_Monster_Melee7 = 0x10000522
,
FX.Cbt_Monster_Melee8 = 0x10000523
,
FX.Cbt_Monster_Melee9 = 0x10000524
,
FX.Cbt_Monster_Dodge1 = 0x10000526
,
FX.Cbt_Monster_Dodge2 = 0x10000528
,
FX.NPC_AttackTarget = 0x10000529
,
FX.NPC_CustomEventMedPriority = 0x1000052C
,
FX.NPC_CustomEventHighPriority = 0x1000052D
,
FX.NPC_CustomEventLowPriority = 0x1000052F
,
FX.Cbt_Monster_Charge_End = 0x1000053E
,
FX.Cbt_Monster_Charge_Start = 0x1000053F
,
FX.Cbt_Monster_Search = 0x10000540
,
FX.NPC_SpellOverride = 0x1000054E
,
FX.Cbt_Monster_Charge = 0x1000055B
,
FX.Atk_Bow = 0x1000055F
,
FX.NPC_KeyObject_OnMedHealth_UseObject = 0x10000567
,
FX.NPC_KeyObject_OnLowHealth_UseObject = 0x10000568
,
FX.NPC_KeyObject_OnDetectPlayer_AttackObject = 0x1000056A
,
FX.NPC_KeyObject_OnDetectPlayer_UseObject = 0x1000056B
,
FX.NPC_KeyObject_OnHighHealth_UseObject = 0x1000056D
,
FX.NPC_KeyObject_OnMedHealth_MoveToObject = 0x1000056E
,
FX.NPC_KeyObject_OnHighHealth_MoveToObject = 0x1000056F
,
FX.NPC_KeyObject_OnLowHealth_MoveToObject = 0x10000570
,
FX.NPC_KeyObject_OnHighHealth_AttackObject = 0x10000571
,
FX.NPC_KeyObject_OnDetectPlayer_MoveToObject = 0x10000573
,
FX.NPC_KeyObject_OnMedHealth_AttackObject = 0x10000574
,
FX.NPC_KeyObject_OnLowHealth_AttackObject = 0x10000576
,
FX.NPC_KeyObject_WhileAttacking_MoveToObject = 0x10000578
,
FX.NPC_KeyObject_WhilePatrolling_UseObject = 0x10000579
,
FX.NPC_KeyObject_WhilePatrolling_MoveToObject = 0x1000057A
,
FX.NPC_KeyObject_WhileAttacking_AttackObject = 0x1000057C
,
FX.NPC_KeyObject_WhilePatrolling_AttackObject = 0x1000057D
,
FX.NPC_KeyObject_WhileAttacking_UseObject = 0x1000057F
,
FX.NPC_KeyObject_OnInvestigate_MoveToObject = 0x10000580
,
FX.NPC_KeyObject_OnInvestigate_UseObject = 0x10000581
,
FX.NPC_KeyObject_OnInvestigate_AttackObject = 0x10000582
,
FX.Atk_Knife = 0x10000584
,
FX.Atk_Throw = 0x10000586
,
FX.NPC_KeyObject_Emote1 = 0x10000593
,
FX.NPC_KeyObject_Emote2 = 0x10000594
,
FX.NPC_KeyObject_Emote3 = 0x10000595
,
FX.NPC_KeyObject_Emote4 = 0x10000596
,
FX.NPC_KeyObject_Emote5 = 0x10000597
,
FX.NPC_KeyObject_MoveToLink = 0x10000598
,
FX.NPC_KeyObject_UseLink = 0x10000599
,
FX.NPC_KeyObject_AttackLink = 0x1000059A
,
FX.SL_OnActivate = 0x1000059C
,
FX.SL_Toggle_WhileClosed = 0x100005A0
,
FX.SL_Toggle_OnClose = 0x100005A1
,
FX.SL_Toggle_WhileOpen = 0x100005A4
,
FX.SL_Toggle_OnOpen = 0x100005A5
,
FX.SL_Fire_OnBurn = 0x100005A7
,
FX.SL_Toggle_Close = 0x100005A8
,
FX.SL_Fire_Ignite = 0x100005A9
,
FX.SL_Toggle_Open = 0x100005AA
,
FX.Atk_Interrupt = 0x100005B0
,
FX.SL_LeverMaster_Toggle_1 = 0x100005CB
,
FX.SL_LeverMaster_Toggle_2 = 0x100005CC
,
FX.SL_LeverMaster_Toggle_3 = 0x100005CD
,
FX.SL_LeverMaster_Set_Open_1 = 0x100005D1
,
FX.SL_LeverMaster_Set_Open_2 = 0x100005D2
,
FX.SL_LeverMaster_Set_Open_3 = 0x100005D3
,
FX.SL_LeverMaster_Set_Close_1 = 0x100005D7
,
FX.SL_LeverMaster_Set_Close_2 = 0x100005D8
,
FX.SL_LeverMaster_Set_Close_3 = 0x100005D9
,
FX.LeverMaster_WhileOpen_1_2_Closed_3 = 0x100005EB
,
FX.LeverMaster_WhileOpen_1_2_3 = 0x100005EC
,
FX.LeverMaster_WhileOpen_1 = 0x100005ED
,
FX.LeverMaster_WhileOpen_2_Closed_1_3 = 0x100005EE
,
FX.LeverMaster_WhileOpen_2 = 0x100005EF
,
FX.LeverMaster_WhileOpen_3 = 0x100005F0
,
FX.LeverMaster_WhileOpen_1_2 = 0x100005F1
,
FX.LeverMaster_WhileOpen_1_3 = 0x100005F2
,
FX.LeverMaster_WhileClosed_1_2 = 0x100005F3
,
FX.LeverMaster_WhileClosed_1_3 = 0x100005F4
,
FX.LeverMaster_OnOpen_1 = 0x100005F5
,
FX.LeverMaster_OnOpen_2 = 0x100005F6
,
FX.LeverMaster_OnOpen_3 = 0x100005F7
,
FX.LeverMaster_WhileOpen_1_3_Closed_2 = 0x100005F8
,
FX.LeverMaster_WhileClosed_1 = 0x100005F9
,
FX.LeverMaster_WhileClosed_1_2_3 = 0x100005FA
,
FX.LeverMaster_WhileClosed_2 = 0x100005FB
,
FX.LeverMaster_WhileClosed_3 = 0x100005FD
,
FX.LeverMaster_WhileOpen_1_Closed_2_3 = 0x10000600
,
FX.LeverMaster_WhileOpen_2_3_Closed_1 = 0x10000601
,
FX.LeverMaster_WhileClosed_2_3 = 0x10000602
,
FX.LeverMaster_WhileOpen_3_Closed_1_2 = 0x10000603
,
FX.LeverMaster_WhileOpen_2_3 = 0x10000604
,
FX.LeverMaster_WhileOpen_2_Closed_1 = 0x10000605
,
FX.LeverMaster_WhileOpen_2_Closed_3 = 0x10000606
,
FX.LeverMaster_WhileOpen_1_Closed_2 = 0x10000607
,
FX.LeverMaster_WhileOpen_1_Closed_3 = 0x10000608
,
FX.LeverMaster_WhileOpen_3_Closed_1 = 0x10000609
,
FX.LeverMaster_WhileOpen_3_Closed_2 = 0x1000060A
,
FX.LeverMaster_OnOpen_1_3 = 0x1000060B
,
FX.LeverMaster_OnClosed_1_2_3 = 0x1000060C
,
FX.LeverMaster_OnOpen_1_3_Closed_2 = 0x1000060D
,
FX.LeverMaster_OnOpen_2_Closed_1_3 = 0x1000060E
,
FX.LeverMaster_OnOpen_3_Closed_1_2 = 0x1000060F
,
FX.LeverMaster_OnOpen_1_2_3 = 0x10000610
,
FX.LeverMaster_OnOpen_1_Closed_2 = 0x10000611
,
FX.LeverMaster_OnOpen_1_Closed_3 = 0x10000612
,
FX.LeverMaster_OnOpen_3_Closed_1 = 0x10000613
,
FX.LeverMaster_OnOpen_3_Closed_2 = 0x10000614
,
FX.LeverMaster_OnOpen_2_Closed_1 = 0x10000615
,
FX.LeverMaster_OnClosed_2_3 = 0x10000616
,
FX.LeverMaster_OnOpen_2_Closed_3 = 0x10000617
,
FX.LeverMaster_OnOpen_1_Closed_2_3 = 0x10000618
,
FX.LeverMaster_OnOpen_2_3_Closed_1 = 0x10000619
,
FX.LeverMaster_OnOpen_2_3 = 0x1000061A
,
FX.LeverMaster_OnClosed_1_2 = 0x1000061B
,
FX.LeverMaster_OnClosed_1_3 = 0x1000061C
,
FX.LeverMaster_OnOpen_1_2_Closed_3 = 0x1000061D
,
FX.LeverMaster_OnOpen_1_2 = 0x1000061E
,
FX.LeverMaster_OnClosed_1 = 0x1000061F
,
FX.LeverMaster_OnClosed_2 = 0x10000620
,
FX.LeverMaster_OnClosed_3 = 0x10000621
,
FX.CL_OnHit_Spell_Heal = 0x10000626
,
FX.CL_OnHit_Spell_ConeOfCold = 0x10000627
,
FX.CL_OnHit_Spell_MagicMissile = 0x10000629
,
FX.CL_OnHit_Spell_Blindness = 0x1000062A
,
FX.CL_OnHit_Spell_Deafness = 0x1000062B
,
FX.CL_OnHit_Spell_Sleep = 0x1000062C
,
FX.CL_OnHit_Spell_ConeOfCold_Succeed = 0x1000062D
,
FX.CL_OnHit_Spell_Sleep_Succeed = 0x1000062E
,
FX.CL_OnHit_Spell_Sleep_Fail = 0x1000062F
,
FX.CL_OnHit_Spell_Blindness_Succeed = 0x10000630
,
FX.CL_OnHit_Spell_MagicMissile_Fail = 0x10000631
,
FX.CL_OnHit_melee_Left = 0x10000632
,
FX.CL_OnHit_Spell_Heal_Fail = 0x10000633
,
FX.CL_OnHit_Spell_Hypnotize_Fail = 0x10000634
,
FX.CL_OnHit_Spell_Hypnotize = 0x10000635
,
FX.CL_OnHit_Spell_Hypnotize_Succeed = 0x10000636
,
FX.CL_OnHit_Spell_Deafness_Succeed = 0x10000637
,
FX.CL_OnHit_Spell_Blindness_Fail = 0x10000638
,
FX.CL_OnHit_Spell_Heal_Succeed = 0x10000639
,
FX.CL_OnHit_Spell_ConeOfCold_Fail = 0x1000063A
,
FX.CL_OnHit_Spell_Fireball_Succeed = 0x1000063B
,
FX.CL_OnHit_melee_right = 0x1000063C
,
FX.CL_OnHit_Spell_Deafness_Fail = 0x1000063D
,
FX.CL_OnHit_Spell_MagicMissile_Succeed = 0x1000063E
,
FX.CL_OnHit_Spell_Fireball_Fail = 0x1000063F
,
FX.Cbt_Monster_Block_Front = 0x10000641
,
FX.Cbt_Monster_Block_Right = 0x10000642
,
FX.Cbt_Monster_Block_Left = 0x10000643
,
FX.Cbt_Monster_Ranged1 = 0x10000644
,
FX.Cbt_Monster_Ranged2 = 0x10000645
,
FX.Cbt_Monster_Block_Back = 0x10000646
,
FX.Cbt_Monster_Ranged3 = 0x10000647
,
FX.Cbt_Monster_Ranged4 = 0x10000648
,
FX.Cbt_Monster_Ranged5 = 0x10000649
,
FX.Cbt_Monster_Ranged6 = 0x1000064A
,
FX.Cbt_Monster_Ranged7 = 0x1000064B
,
FX.Cbt_Monster_Circle_Right = 0x1000064C
,
FX.Cbt_Monster_Ranged8 = 0x1000064D
,
FX.Cbt_Monster_Circle_Left = 0x1000064E
,
FX.Cbt_Monster_Ranged9 = 0x1000064F
,
FX.Signal_SetColor_blue_dull = 0x10000650
,
FX.Signal_SetColor_green = 0x10000651
,
FX.Signal_SetColor_black = 0x10000652
,
FX.Signal_SetColor_red = 0x10000653
,
FX.Signal_SetColor_blue = 0x10000654
,
FX.Signal_SetColor_black_dull = 0x10000655
,
FX.Signal_SetColor_white_dull = 0x10000656
,
FX.Signal_SetColor_yellow_dull = 0x10000657
,
FX.Signal_SetColor_green_dull = 0x10000658
,
FX.Signal_SetColor_white = 0x10000659
,
FX.Signal_SetColor_yellow = 0x1000065A
,
FX.Signal_SetColor_red_dull = 0x1000065B
,
FX.SL_OnDeath = 0x1000065D
,
FX.Trap_Detected = 0x10000666
,
FX.Skill_Search = 0x10000667
,
FX.NPC_Melee = 0x10000674
,
FX.Movement_ActionKey_Roll = 0x10000683
,
FX.Movement_ActionKey_Jump = 0x10000684
,
FX.Jump_Right = 0x10000685
,
FX.Jump_Backward = 0x10000686
,
FX.Jump_Left = 0x10000688
,
FX.Jump_Fall = 0x10000689
,
FX.Atk_1hand_180 = 0x1000068C
,
FX.Atk_1hand_180_Ret = 0x1000068E
,
FX.Atk_1hand_Step_Combo_1 = 0x10000690
,
FX.Atk_1hand_Step_Combo_2 = 0x10000691
,
FX.Atk_1hand_Step_Combo_3 = 0x10000692
,
FX.Atk_1hand_Still_Combo_3 = 0x10000693
,
FX.Atk_1hand_180_Lunge_Ret = 0x10000694
,
FX.Atk_1hand_180_lunge = 0x10000695
,
FX.Atk_1hand_Still_Combo_1 = 0x10000696
,
FX.Atk_1hand_Still_Combo_2 = 0x10000697
,
FX.SwordThrow_Stop = 0x10000698
,
FX.OnCollisionStop = 0x10000699
,
FX.Move_Anm = 0x1000069A
,
FX.MissileCollideEnvironment = 0x1000069B
,
FX.SwordThrow_Start = 0x1000069C
,
FX.OnCollisionStart = 0x1000069D
,
FX.gmOnHit = 0x1000069E
,
FX.MissileCollideEntity = 0x1000069F
,
FX.EnemyStartup = 0x100006A0
,
FX.Hit_Anm = 0x100006A2
,
FX.gmMissileAttack = 0x100006A4
,
FX.NPC_KeyObject_WhilePatrolling_RestoreStateObject = 0x100006A7
,
FX.NPC_KeyObject_WhileAttacking_RestoreStateObject = 0x100006A8
,
FX.NPC_KeyObject_RestoreLink = 0x100006AA
,
FX.NPC_KeyObject_OnDetectPlayer_RestoreStateObject = 0x100006AB
,
FX.NPC_KeyObject_OnMedHealth_RestoreStateObject = 0x100006AC
,
FX.NPC_KeyObject_OnLowHealth_RestoreStateObject = 0x100006AD
,
FX.NPC_KeyObject_OnInvestigate_RestoreStateObject = 0x100006AE
,
FX.NPC_KeyObject_OnHighHealth_RestoreStateObject = 0x100006AF
,
FX.NPC_KeyObject_MonitorLink = 0x100006B0
,
FX.SL_OnEntrance = 0x100006B3
,
FX.SL_WhileColor_Blue = 0x100006B6
,
FX.SL_WhileColor_White = 0x100006B7
,
FX.SL_WhileColor_Green = 0x100006BA
,
FX.SL_WhileColor_Red = 0x100006BB
,
FX.SL_OnColor_Green = 0x100006BC
,
FX.SL_SetColor_Green = 0x100006BD
,
FX.SL_OnColor_Blue = 0x100006BE
,
FX.SL_SetColor_White = 0x100006BF
,
FX.SL_OnColor_White = 0x100006C0
,
FX.SL_OnColor_Red = 0x100006C1
,
FX.SL_SetColor_Red = 0x100006C2
,
FX.SL_SetColor_Blue = 0x100006C3
,
FX.SL_Toggle_OnReset = 0x100006C4
,
FX.Cbt_Monster_Stand_Melee5 = 0x100006C7
,
FX.Cbt_Monster_Stand_Melee6 = 0x100006C8
,
FX.Cbt_Monster_Stand_Melee7 = 0x100006C9
,
FX.Cbt_Monster_Stand_Melee8 = 0x100006CA
,
FX.Cbt_Monster_Stand_Melee9 = 0x100006CB
,
FX.Cbt_Monster_Stand_Melee1 = 0x100006CC
,
FX.Cbt_Monster_Stand_Melee2 = 0x100006CD
,
FX.Cbt_Monster_Stand_Melee3 = 0x100006CE
,
FX.Cbt_Monster_Stand_Melee4 = 0x100006CF
,
FX.Atk_1hand_Leap = 0x100006D0
,
FX.Cbt_Monster_HitStun = 0x100006D1
,
FX.ML_RollRight = 0x100006D5
,
FX.ML_RollBack = 0x100006D6
,
FX.ML_RollLeft = 0x100006D7
,
FX.Atk_Blocked_Recoil = 0x100006D8
,
FX.Atk_Axe_Step_Combo_3 = 0x100006DB
,
FX.Atk_Axe_180_Ret = 0x100006DC
,
FX.Atk_Axe_Leap = 0x100006DD
,
FX.Atk_Axe_Lunge_Combo_1 = 0x100006DE
,
FX.Atk_Axe_180_Lunge_Ret = 0x100006DF
,
FX.Atk_Axe_Still_Combo_1 = 0x100006E0
,
FX.Atk_Axe_Still_Combo_2 = 0x100006E1
,
FX.Atk_Axe_Still_Combo_3 = 0x100006E2
,
FX.Atk_Axe_180_lunge = 0x100006E3
,
FX.Atk_Axe_180 = 0x100006E4
,
FX.Atk_Axe_Step_Combo_1 = 0x100006E5
,
FX.Atk_Axe_Step_Combo_2 = 0x100006E6
,
FX.Atk_hand_180_lunge = 0x100006E7
,
FX.Atk_Shield_Leap = 0x100006E8
,
FX.Atk_dual_180_Ret = 0x100006E9
,
FX.Atk_Shield_Step_Combo_1 = 0x100006EA
,
FX.Atk_Shield_Step_Combo_2 = 0x100006EB
,
FX.Atk_Shield_Step_Combo_3 = 0x100006EC
,
FX.Atk_dual_Lunge_Combo_1 = 0x100006ED
,
FX.Atk_dual_Still_Combo_1 = 0x100006EE
,
FX.Atk_Shield_180_Ret = 0x100006EF
,
FX.Atk_dual_Still_Combo_2 = 0x100006F0
,
FX.Atk_hand_Still_Combo_1 = 0x100006F1
,
FX.Atk_dual_Still_Combo_3 = 0x100006F2
,
FX.Atk_hand_180_Ret = 0x100006F3
,
FX.Atk_hand_Still_Combo_2 = 0x100006F4
,
FX.Atk_dual_180_Lunge_Ret = 0x100006F5
,
FX.Atk_hand_180 = 0x100006F6
,
FX.Atk_hand_Still_Combo_3 = 0x100006F7
,
FX.Atk_dual_Leap = 0x100006F8
,
FX.Atk_Shield_Lunge_Combo_1 = 0x100006F9
,
FX.Atk_dual_180_lunge = 0x100006FA
,
FX.Atk_hand_Leap = 0x100006FB
,
FX.Atk_Shield_Still_Combo_1 = 0x100006FC
,
FX.Atk_Shield_Still_Combo_2 = 0x100006FD
,
FX.Atk_hand_180_Lunge_Ret = 0x100006FE
,
FX.Atk_Shield_Still_Combo_3 = 0x100006FF
,
FX.Atk_Shield_180_Lunge_Ret = 0x10000700
,
FX.Atk_Shield_180 = 0x10000701
,
FX.Atk_hand_Lunge_Combo_1 = 0x10000702
,
FX.Atk_dual_180 = 0x10000703
,
FX.Atk_Shield_180_lunge = 0x10000704
,
FX.Atk_hand_Step_Combo_1 = 0x10000705
,
FX.Atk_hand_Step_Combo_2 = 0x10000706
,
FX.Atk_hand_Step_Combo_3 = 0x10000707
,
FX.Atk_dual_Step_Combo_1 = 0x10000708
,
FX.Atk_dual_Step_Combo_2 = 0x10000709
,
FX.Atk_dual_Step_Combo_3 = 0x1000070A
,
FX.Atk_dual_Still_Combo_4 = 0x1000070B
,
FX.Atk_dual_Step_Combo_4 = 0x1000070C
,
FX.CL_MissileAttack = 0x1000072A
,
FX.CL_MeleeAttack = 0x1000072B
,
FX.Atk_Bow_Fire = 0x1000072C
,
FX.Atk_Bow_Draw = 0x1000072D
,
FX.CL_OnHit_melee_right_stun = 0x1000072E
,
FX.CL_OnHit_melee_Left_stun = 0x1000072F
,
FX.Cbt_StunFromHit = 0x10000730
,
FX.Atk_dual_charge = 0x10000748
,
FX.Atk_Shield_charge = 0x10000749
,
FX.Atk_1hand_charge = 0x1000074A
,
FX.Atk_Axe_charge = 0x1000074B
,
FX.Atk_hand_charge = 0x1000074C
,
FX.Spl_Generic_Cancel = 0x1000078D
,
FX.Spl_Cli_Generic_Cancel = 0x1000078E
,
FX.Feat_WhirlwindAttack = 0x100007CB
,
FX.Feat_GreatCleave = 0x100007E8
,
FX.Feat_Cleave = 0x100007EA
,
FX.Spl_Generic_Interrupt = 0x100007ED
,
FX.Atk_Interrupt_anim = 0x100007EE
,
FX.CL_Block = 0x100007F4
,
FX.Trigger = 0x10000804
,
FX.Deactivate = 0x10000805
,
FX.GeneratorEntityUnbound = 0x10000807
,
FX.Weapon_Imbue_Effect = 0x10000817
,
FX.Weapon_Imbue_OnHit = 0x10000818
,
FX.Weapon_Imbue_Powerup = 0x10000819
,
FX.Weapon_Imbue_OnVulnerable = 0x1000081B
,
FX.Weapon_Imbue_OnImmune = 0x1000081C
,
FX.Weapon_Imbue_OnSwing = 0x1000081D
,
FX.GeneratorEntityPlaced = 0x1000082A
,
FX.SL_Generator_OnEntityUnbound = 0x1000082D
,
FX.SL_Generator_WhileGeneratorInactive = 0x1000082E
,
FX.SL_Generator_OnEntityPlaced = 0x1000082F
,
FX.SL_Generator_WhileGeneratorActive = 0x10000830
,
FX.SL_Generator_WhileEntitiesActive = 0x10000831
,
FX.SL_Generator_WhileEntitiesInactive = 0x10000832
,
FX.Feat_TurnUndead = 0x1000083C
,
FX.Atk_dual_180_Lunge_Ret_2 = 0x1000083D
,
FX.Atk_Shield_180_Ret_2 = 0x1000083E
,
FX.Atk_1hand_180_Lunge_Ret_2 = 0x1000083F
,
FX.Atk_Axe_180_Ret_2 = 0x10000840
,
FX.Atk_dual_180_Ret_2 = 0x10000841
,
FX.Atk_hand_180_Ret_2 = 0x10000842
,
FX.Atk_1hand_180_Ret_2 = 0x10000843
,
FX.Atk_Shield_180_Lunge_Ret_2 = 0x10000844
,
FX.Atk_hand_180_Lunge_Ret_2 = 0x10000845
,
FX.Atk_Axe_180_Lunge_Ret_2 = 0x10000846
,
FX.SL_Toggle_Unlock = 0x1000084A
,
FX.SL_Toggle_Lock = 0x1000084B
,
FX.Break = 0x1000084C
,
FX.Spl_Aggro_Charge = 0x1000084E
,
FX.Spl_Aggro_Fire = 0x1000084F
,
FX.Spl_Test = 0x10000850
,
FX.Spl_DeBuff_Fire = 0x10000851
,
FX.Spl_DeBuff_Charge = 0x10000852
,
FX.Spl_Buff_Charge = 0x10000853
,
FX.Spl_DeBuff_Fire_Self = 0x10000854
,
FX.Spl_Buff_Fire = 0x10000855
,
FX.Spl_Buff_Fire_Self = 0x10000856
,
FX.SL_Trap_MoveForward_Slow = 0x10000864
,
FX.Spl_Srv_Generic_Interrupt = 0x10000866
,
FX.SL_Water_MoveUp = 0x10000867
,
FX.SL_Water_MoveDown = 0x10000868
,
FX.Atk_Block_Interrupt = 0x10000869
,
FX.Atk_Block2_Interrupt = 0x1000086A
,
FX.Spl_Melee_Fire = 0x10000884
,
FX.Spl_Melee_Charge = 0x10000885
,
FX.ApplyItemAppearance = 0x10000886
,
FX.Atk_Axe_Step_Combo_4 = 0x10000888
,
FX.Atk_1hand_Still_Combo_4 = 0x10000889
,
FX.Atk_Axe_Step_Combo_5 = 0x1000088A
,
FX.Atk_1hand_Still_Combo_5 = 0x1000088B
,
FX.Atk_Shield_Step_Combo_4 = 0x1000088D
,
FX.Atk_Shield_Step_Combo_5 = 0x1000088E
,
FX.Atk_dual_Still_Combo_5 = 0x1000088F
,
FX.Atk_hand_Still_Combo_4 = 0x10000891
,
FX.Atk_hand_Still_Combo_5 = 0x10000892
,
FX.Atk_Axe_Still_Combo_4 = 0x10000893
,
FX.Atk_Axe_Still_Combo_5 = 0x10000894
,
FX.Atk_1hand_Step_Combo_4 = 0x10000896
,
FX.Atk_1hand_Step_Combo_5 = 0x10000897
,
FX.Atk_Shield_Still_Combo_4 = 0x10000898
,
FX.Atk_Shield_Still_Combo_5 = 0x10000899
,
FX.Atk_hand_Step_Combo_4 = 0x1000089C
,
FX.Atk_hand_Step_Combo_5 = 0x1000089D
,
FX.Atk_dual_Step_Combo_5 = 0x1000089E
,
FX.CL_MeleeAttackCharge = 0x1000089F
,
FX.Atk_Melee_ChargeHold = 0x100008A0
,
FX.Atk_Melee_ChargeWindup = 0x100008A1
,
FX.Weapon_Imbue_Powerup_Burst = 0x100008A5
,
FX.CL_OnDetect_Undead = 0x100008B6
,
FX.CL_OnDetect_Trap = 0x100008B7
,
FX.CL_OnDetect_Monster = 0x100008B8
,
FX.WeaponImbue_AwarenessMonitor = 0x100008B9
,
FX.Weapon_Imbue_Effect_sparse = 0x100008BA
,
FX.CL_BlockEnd = 0x100008BB
,
FX.CL_BlockStart = 0x100008BC
,
FX.CL_Blocking = 0x100008BD
,
FX.Atk_dual_Block_Idle = 0x100008BE
,
FX.Atk_Shield_Block_Idle = 0x100008BF
,
FX.Atk_hand_Block_Idle = 0x100008C0
,
FX.Atk_dual_Block_End = 0x100008C1
,
FX.Atk_Shield_Block_End = 0x100008C2
,
FX.Atk_hand_Block_End = 0x100008C3
,
FX.CL_OnHit_Spell_Sonic = 0x100008CE
,
FX.CL_OnHit_Spell_Electric = 0x100008D1
,
FX.CL_OnHit_Spell_Force = 0x100008D2
,
FX.CL_OnHit_Spell_Holy = 0x100008D3
,
FX.CL_OnHit_Spell_Mind = 0x100008D4
,
FX.CL_OnHit_Spell_Dark = 0x100008D6
,
FX.CL_OnHit_Spell_Poison = 0x100008DC
,
FX.CL_OnHit_Spell_Acid = 0x100008DD
,
FX.CL_OnHit_Spell_Generic_Magic = 0x100008E1
,
FX.CL_OnHit_Spell_Fire = 0x100008E2
,
FX.CL_OnHit_Spell_Cold = 0x100008E3
,
FX.CL_OnHit_Spell_Buff = 0x100008E4
,
FX.Atk_Throw_Draw = 0x100008E6
,
FX.Atk_Throw_Fire = 0x100008E7
,
FX.Music_CombatTarget = 0x100008E8
,
FX.FX_Attacking_RHand = 0x100009BE
,
FX.FX_Attacking_LHand = 0x100009BF
,
FX.FX_Attacking_Tail = 0x100009C0
,
FX.Feat_ManyShot = 0x100009C9
,
FX.Feat_SpringAttack = 0x100009CD
,
FX.Music_Event = 0x100009CE
,
FX.Atk_Axe_Block_End = 0x100009CF
,
FX.Atk_1hand_Block_End = 0x100009D0
,
FX.Atk_Axe_Block_Idle = 0x100009D1
,
FX.Atk_1hand_Block_Idle = 0x100009D2
,
FX.CL_OnHit_Spell_Fire_Shield = 0x100009D3
,
FX.CL_OnHit_Spell_Daze = 0x100009E0
,
FX.CL_OnHit_Spell_InflictLightWounds = 0x100009E1
,
FX.CL_OnHit_Spell_CureCriticalWounds = 0x100009E3
,
FX.CL_OnHit_Spell_CureLightWounds = 0x100009E7
,
FX.CL_OnHit_Spell_InflictMinorWounds = 0x100009E8
,
FX.CL_OnHit_Spell_InflictCriticalWounds = 0x100009ED
,
FX.CL_OnHit_Spell_CureSeriousWounds = 0x100009EE
,
FX.CL_OnHit_Spell_CureModerateWounds = 0x100009EF
,
FX.CL_OnHit_Spell_CureMinorWounds = 0x100009F2
,
FX.CL_OnHit_Spell_InflictSeriousWounds = 0x100009F3
,
FX.CL_OnHit_Spell_Fear = 0x100009F5
,
FX.CL_OnHit_Spell_InflictModerateWounds = 0x100009F7
,
FX.Trap_Activate = 0x10000A0D
,
FX.Trap_Delivery_Missile = 0x10000A0E
,
FX.Music_BossTarget = 0x10000A47
,
FX.Spl_SpellResist_Visualfx = 0x10000A4C
,
FX.Ft_TurnUndead_Visualfx = 0x10000A4D
,
FX.Spl_SavingThrow_Success_Visualfx = 0x10000A4E
,
FX.Atk_Shr_Bow_Cancel = 0x10000A55
,
FX.Atk_Cli_Bow_Cancel = 0x10000A56
,
FX.CL_OnHit_Spell_Flame_Arrow = 0x10000A58
,
FX.Music_RecentKill = 0x10000A69
,
FX.Music_MonsterInRange = 0x10000A6A
,
FX.Townie_TalkToMe = 0x10000A81
,
FX.Townie_TalkToMe_BeginConversation = 0x10000A82
,
FX.ML_RollForward = 0x10000A83
,
FX.Feat_PowerAttack = 0x10000A86
,
FX.OnHeal = 0x10000A96
,
FX.OnAbilityDamage = 0x10000A97
,
FX.OnAbilityHeal = 0x10000A98
,
FX.EnterWorld = 0x10000A99
,
FX.OnDamage = 0x10000A9A
,
FX.CL_OnHit_Spell_Protection_From_Energy_Electricity = 0x10000A9C
,
FX.CL_OnHit_Spell_Protection_From_Energy_Evil = 0x10000AA1
,
FX.CL_OnHit_Spell_Protection_From_Energy_Acid = 0x10000AA2
,
FX.CL_OnHit_Spell_Protection_From_Energy_Cold = 0x10000AAC
,
FX.CL_OnHit_Spell_Protection_From_Energy_Sonic = 0x10000AAE
,
FX.CL_OnHit_Spell_Protection_From_Energy_Fire = 0x10000AAF
,
FX.Trap_Delivery_Effect = 0x10000AB1
,
FX.NPC_Townie_CalledOver = 0x10000AB8
,
FX.Townie_Waiting = 0x10000ABA
,
FX.Townie_Interaction_Player = 0x10000ABB
,
FX.Townie_Interaction_NPC_CalledOver = 0x10000ABC
,
FX.Townie_Working = 0x10000ABD
,
FX.CL_OnHit_Spell_Ice_Storm = 0x10000AC2
,
FX.Magic_Damage_Type = 0x10000AC5
,
FX.CL_OnHit_Spell_Resist_Energy_Acid = 0x10000AC6
,
FX.CL_OnHit_Spell_Resist_Energy_Evil = 0x10000AC7
,
FX.CL_OnHit_Spell_Resist_Energy_Fire = 0x10000ACA
,
FX.CL_OnHit_Spell_Resist_Energy_Cold = 0x10000ACC
,
FX.CL_OnHit_Spell_Resist_Energy_Electricity = 0x10000ACD
,
FX.CL_OnHit_Spell_Resist_Energy_Sonic = 0x10000AD1
,
FX.SL_KeyObject_Input1 = 0x10000AD2
,
FX.SL_KeyObject_Input2 = 0x10000AD3
,
FX.SL_KeyObject_Input3 = 0x10000AD4
,
FX.NPC_KeyObject_Return1 = 0x10000AD5
,
FX.NPC_KeyObject_Return2 = 0x10000AD6
,
FX.NPC_KeyObject_Return3 = 0x10000AD7
,
FX.SL_KeyObject_Start1 = 0x10000AD8
,
FX.SL_KeyObject_Start2 = 0x10000AD9
,
FX.SL_KeyObject_Start3 = 0x10000ADA
,
FX.Spl_HitBySpell = 0x10000ADC
,
FX.CL_OnHit_Spell_Finger_Of_Death = 0x10000ADF
,
FX.CL_OnHit_Spell_Bestow_Curse = 0x10000AE0
,
FX.CL_OnHit_Spell_Disrupt_Undead = 0x10000AE2
,
FX.CL_OnHit_Spell_Disintegrate = 0x10000AE4
,
FX.CL_OnHit_Spell_Scorching_Ray = 0x10000AE5
,
FX.CL_OnHit_Spell_Ray_Of_Frost = 0x10000AEA
,
FX.CL_OnHit_Spell_Searing_Light = 0x10000AEC
,
FX.CL_OnHit_Spell_Ray_Of_Enfeeblement = 0x10000AED
,
FX.NPC_Follow = 0x10000AEE
,
FX.Hit_CreateMonster = 0x10000AEF
,
FX.jump_trick = 0x10000AF0
,
FX.AI_Targeting_MonsterList = 0x10000AF3
,
FX.CL_OnHit_Spell_Phantasmal_Killer = 0x10000AF5
,
FX.Effect_Immunity_Visualfx = 0x10000AF7
,
FX.Spl_DeBuff_Charge_Anm = 0x10000AF8
,
FX.Spl_Buff_Charge_Anm = 0x10000AF9
,
FX.Spl_DeBuff_Fire_Anm = 0x10000AFA
,
FX.Spl_Aggro_Fire_Anm = 0x10000AFB
,
FX.Spl_Buff_Fire_Self_Anm = 0x10000AFC
,
FX.Spl_DeBuff_Fire_Self_Anm = 0x10000AFD
,
FX.Spl_Melee_Fire_Anm = 0x10000AFE
,
FX.Spl_Buff_Fire_Anm = 0x10000AFF
,
FX.Spl_Aggro_Charge_Anm = 0x10000B00
,
FX.Spl_Melee_Charge_Anm = 0x10000B01
,
FX.Music_MonsterEntrance = 0x10000B0A
,
FX.Music_Event_Large = 0x10000B0F
,
FX.NPC_ArriveSafePoint = 0x10000B15
,
FX.levelup_FX = 0x10000B1F
,
FX.Spl_Effect_Cancellation_Visualfx = 0x10000B29
,
FX.quest_advanced_FX = 0x10000B2A
,
FX.Hit_Pulse = 0x10000B2B
,
FX.OnCreation = 0x10000B33
,
FX.Toggle_OnCollision = 0x10000B5B
,
FX.SL_Generator_OnLastEntityUnbound = 0x10000B78
,
FX.Camera_Target_End = 0x10000B79
,
FX.Camera_Target_Start = 0x10000B7A
,
FX.CL_OnHit_Mon_FrozenInIce = 0x10000B88
,
FX.CL_OnHit_Spell_Dismissal = 0x10000B89
,
FX.Emote_ShuffleRight = 0x10000BB9
,
FX.Emote_ShuffleLeft = 0x10000BBA
,
FX.Emote_Shuffle_Idle = 0x10000BBB
,
FX.NPC_KeyObject_WhileAlive_RestoreStateObject = 0x10000BD6
,
FX.NPC_KeyObject_WhileAlive_AttackObject = 0x10000BD7
,
FX.NPC_KeyObject_WhileAlive_UseObject = 0x10000BD8
,
FX.NPC_KeyObject_WhileAlive_MoveToObject = 0x10000BD9
,
FX.Cb_av_melee_feat_Charge_Up_Fx = 0x10000BDA
,
FX.OnDamageCritical = 0x10000BDD
,
FX.CL_OnHit_Spell_Buff_Acid = 0x10000BF5
,
FX.CL_OnHit_Spell_Buff_Holy = 0x10000BF6
,
FX.CL_OnHit_Spell_Buff_Electric = 0x10000BF7
,
FX.CL_OnHit_Spell_Buff_Sonic = 0x10000BF9
,
FX.CL_OnHit_Spell_Buff_Force = 0x10000BFC
,
FX.CL_OnHit_Spell_Buff_Fire = 0x10000BFD
,
FX.CL_OnHit_Spell_Buff_Cold = 0x10000BFE
,
FX.CL_OnHit_Spell_Buff_Evil = 0x10000C04
,
FX.CL_OnAttack_Mon_Paralysis_Hand_fx = 0x10000C05
,
FX.Abl_Shr_AuraOfGood = 0x10000C0B
,
FX.NPC_KeyObject_FoundObject = 0x10000C0C
,
FX.NPC_Barker_PlayerDetect = 0x10000C0D
,
FX.NPC_Barker_StartTalking = 0x10000C0E
,
FX.NPC_Barker_QuestResponse = 0x10000C10
,
FX.Townie_OnFollow_Arrive = 0x10000C11
,
FX.Townie_OnFollow_Activate = 0x10000C12
,
FX.Townie_Usage_Follow = 0x10000C13
,
FX.Abl_Shr_PaladinAuras = 0x10000C14
,
FX.SL_Toggle_PersistantActivate = 0x10000C15
,
FX.SL_Toggle_PersistantDeActivate = 0x10000C16
,
FX.GeneratorPurge = 0x10000C1A
,
FX.Render_FadeOut = 0x10000C1B
,
FX.Render_FadeIn = 0x10000C1C
,
FX.WorldBuilder_SpellTester = 0x10000C20
,
FX.WorldBuilder_SpellTester_ActivateSpell = 0x10000C21
,
FX.CL_OnHit_Spell_Fog_Cloud = 0x10000C30
,
FX.CL_OnHit_Spell_Obscuring_Mist = 0x10000C32
,
FX.CL_OnHit_Spell_Stinking_Cloud = 0x10000C35
,
FX.SL_Trap_OnDisable = 0x10000C3F
,
FX.SL_Trap_Disable = 0x10000C40
,
FX.Abl_Shr_BardFascinateEnter = 0x10000C4A
,
FX.Abl_Shr_BardFascinateExit = 0x10000C4B
,
FX.Abl_Shr_BardInspireCourageEnter = 0x10000C4C
,
FX.Abl_Shr_BardInspireCourageExit = 0x10000C4D
,
FX.Abl_Shr_BardInspireCourageSound = 0x10000C4E
,
FX.Abl_Shr_BardFascinateSound = 0x10000C4F
,
FX.NPC_AI__Physics_ = 0x10000C62
,
FX.Stealth_EvaluateLight = 0x10000C67
,
FX.Stealth_NearMonster = 0x10000CD0
,
FX.Stealth_InMonsterHearingRange = 0x10000CD1
,
FX.Stealth_EvaluateMonster = 0x10000CD2
,
FX.Combat_OnHit_Agent__FireballSpell = 0x10000CD3
,
FX.Combat_OnHit_Agent__MindSpell = 0x10000CD4
,
FX.Combat_Callbacks_Player__MeleeRightHand4 = 0x10000CD5
,
FX.Combat_Commands_Player___InterruptSpell = 0x10000CD6
,
FX.Combat_OnHit_Agent__CureCriticalWoundsSpell = 0x10000CD7
,
FX.Combat_OnHit_Agent__BuffEvilSpell = 0x10000CD8
,
FX.Combat_Callbacks_Player__MeleeRightHand5 = 0x10000CD9
,
FX.Combat_OnHit_Agent__CureSeriousWoundsSpell = 0x10000CDA
,
FX.Combat_OnHit_Agent__BuffFireSpell = 0x10000CDB
,
FX.Combat_Callbacks_Monster__Breath = 0x10000CDC
,
FX.Death_Agent__Pulse = 0x10000CDD
,
FX.Combat_Commands_Player___DodgeLeft = 0x10000CDF
,
FX.Combat_Commands_Player___MeleeAttackLunge1 = 0x10000CE0
,
FX.Combat_Commands_Player__Blocking = 0x10000CE1
,
FX.Combat_OnHit_Agent__TurnUndeadDestroy = 0x10000CE2
,
FX.Combat_OnHit_Agent__FireWeapon = 0x10000CE3
,
FX.Combat_OnHit_Agent__AcidWeapon = 0x10000CE4
,
FX.Death_Agent__Recover = 0x10000CE5
,
FX.Combat_Commands_Player___RangedFire = 0x10000CE6
,
FX.Combat_Commands_Player___MeleeAttackLungeTurn1 = 0x10000CE7
,
FX.Combat_Commands_Player__ForceInterrupt = 0x10000CE8
,
FX.Combat_OnHit_Agent__ElectricSpell = 0x10000CE9
,
FX.Combat_OnHit_Agent__Ranged = 0x10000CEA
,
FX.Combat_Callbacks_Player__FeatCleave = 0x10000CEB
,
FX.Combat_Commands_Player__Block = 0x10000CEC
,
FX.Combat_Commands_Player___MeleeAttackLungeTurn2 = 0x10000CED
,
FX.CCombat_Commands_Player___BlockKeyPress = 0x10000CEE
,
FX.Combat_OnHit_Agent__ForceSpell = 0x10000CEF
,
FX.Combat_OnHit_Agent__FireSpell = 0x10000CF0
,
FX.Combat_OnHit_Agent__BlindnessSpell = 0x10000CF1
,
FX.Combat_Callbacks_Player__FeatPowerAttack = 0x10000CF2
,
FX.Combat_OnHit_Agent__ResistColdSpell = 0x10000CF3
,
FX.Combat_OnHit_Agent__BuffHolySpell = 0x10000CF4
,
FX.Combat_Callbacks_Player__MeleeDual1 = 0x10000CF5
,
FX.Combat_Callbacks_Monster__RHand = 0x10000CF6
,
FX.Combat_Commands_Player__eDodgeRight = 0x10000CF8
,
FX.Combat_OnHit_Agent__ResistEvilSpell = 0x10000CF9
,
FX.Combat_OnHit_Agent__BuffForceSpell = 0x10000CFA
,
FX.Combat_OnHit_Agent__PoisonWeapon = 0x10000CFB
,
FX.Combat_Callbacks_Player__Punch = 0x10000CFC
,
FX.Combat_Callbacks_Player__MeleeDual2 = 0x10000CFD
,
FX.Combat_Callbacks_Player__MeleeDual3 = 0x10000CFE
,
FX.Combat_Callbacks_Monster__Wing = 0x10000CFF
,
FX.Death_Agent__Fall = 0x10000D00
,
FX.Combat_Commands_Player___Feat_TurnUndead = 0x10000D01
,
FX.Combat_Commands_Player__eBlockStart = 0x10000D02
,
FX.Combat_OnHit_Agent__StinkingCloudSpell = 0x10000D03
,
FX.Combat_OnHit_Agent__GenericSpell = 0x10000D04
,
FX.Combat_OnHit_Agent__DismissalSpell = 0x10000D05
,
FX.Combat_Callbacks_Kobold__MeleeLeftHand = 0x10000D06
,
FX.Combat_Callbacks_Player__MeleeDual4 = 0x10000D07
,
FX.CCombat_Commands_Player___ChargeSpell = 0x10000D09
,
FX.Combat_OnHit_Agent__FogCloudSpell = 0x10000D0A
,
FX.Combat_Callbacks_Player__MeleeDual5 = 0x10000D0B
,
FX.Combat_Callbacks_Monster__Claw = 0x10000D0C
,
FX.Combat_OnHit_Agent__SearingLightSpell = 0x10000D0D
,
FX.Combat_OnHit_Agent__ProtectionFromAcidSpell = 0x10000D0E
,
FX.Combat_OnHit_Agent__IceStormSpell = 0x10000D0F
,
FX.Combat_OnHit_Agent__SonicWeapon = 0x10000D10
,
FX.Combat_Commands_Agent__StopAll = 0x10000D11
,
FX.Combat_OnHit_Agent__PoisionSpell = 0x10000D12
,
FX.Combat_OnHit_Agent__DazeSpell = 0x10000D13
,
FX.Combat_OnHit_Agent__DarkSpell = 0x10000D14
,
FX.Combat_OnHit_Agent__Knockdown = 0x10000D15
,
FX.Combat_Callbacks_Player__FeatRage = 0x10000D16
,
FX.Combat_Commands_Player__eDodgeForward = 0x10000D17
,
FX.Combat_OnHit_Agent__ResistSonicSpell = 0x10000D18
,
FX.Combat_OnHit_Agent__ProtectionFromElectricitySpell = 0x10000D19
,
FX.Combat_OnHit_Agent__DeafnessSpell = 0x10000D1A
,
FX.Combat_Callbacks_Player__FeatSmiteEvil = 0x10000D1B
,
FX.Combat_OnHit_Agent__ResistFireSpell = 0x10000D1E
,
FX.Combat_Callbacks_Player__FeatSpringAttack = 0x10000D1F
,
FX.Death_Agent__FatalityPoison = 0x10000D21
,
FX.Combat_Callbacks_Player__MeleeRightHandMulti1 = 0x10000D23
,
FX.Combat_Commands_Player__Spell = 0x10000D24
,
FX.CCombat_Commands_Player__PickMeleeAttack_ = 0x10000D25
,
FX.Combat_Commands_Agent__Queue = 0x10000D26
,
FX.Combat_OnHit_Agent__DisruptUndeadSpell = 0x10000D27
,
FX.Combat_OnHit_Agent__DisintegrateSpell = 0x10000D28
,
FX.Combat_Callbacks_Player__Kick = 0x10000D29
,
FX.Combat_Callbacks_Player__MeleeRightHandMulti2 = 0x10000D2A
,
FX.Combat_Callbacks_Player__MeleeLeftHandMulti1 = 0x10000D2B
,
FX.Combat_OnHit_Agent__InflictSeriousWoundsSpell = 0x10000D2D
,
FX.Combat_Callbacks_Player__FeatFarShot = 0x10000D2E
,
FX.Combat_Callbacks_Player__FeatWhirlwindAttack = 0x10000D2F
,
FX.Combat_Callbacks_Player__MeleeRightHandMulti3 = 0x10000D31
,
FX.Combat_Callbacks_Player__MeleeLeftHandMulti2 = 0x10000D32
,
FX.Combat_Callbacks_Monster__Tail = 0x10000D33
,
FX.Combat_Commands_Player___MeleeAttackTurn1 = 0x10000D34
,
FX.Combat_Commands_Player__eRangedFire = 0x10000D35
,
FX.Combat_OnHit_Agent___CustomArmor = 0x10000D36
,
FX.Combat_Callbacks_Player__MeleeShieldPower1 = 0x10000D37
,
FX.Combat_Callbacks_Player__MeleeRightHandMulti4 = 0x10000D38
,
FX.Combat_Callbacks_Player__MeleeLeftHandMulti3 = 0x10000D39
,
FX.Death_Agent__Fatality = 0x10000D3A
,
FX.Combat_Commands_Player___MeleeAttackTurn2 = 0x10000D3B
,
FX.Combat_Commands_Player__eChargeSpell = 0x10000D3C
,
FX.CCombat_Commands_Player__MissileAttack_ = 0x10000D3D
,
FX.Combat_OnHit_Agent__ResistAcidSpell = 0x10000D3E
,
FX.Combat_OnHit_Agent__ProtectionFromColdSpell = 0x10000D3F
,
FX.Combat_OnHit_Agent__BuffAcidSpell = 0x10000D40
,
FX.Combat_Callbacks_Player__MeleeShieldPower2 = 0x10000D41
,
FX.Combat_Callbacks_Player__MeleeRightHandMulti5 = 0x10000D42
,
FX.Combat_Callbacks_Player__MeleeLeftHandMulti4 = 0x10000D43
,
FX.Combat_Commands_Player___Feat_WhirlwindAttack = 0x10000D44
,
FX.Combat_Callbacks_Player__MeleeAxePower1 = 0x10000D46
,
FX.Combat_Callbacks_Player__MeleeShieldPower3 = 0x10000D47
,
FX.Combat_Callbacks_Player__MeleeDualMulti1 = 0x10000D48
,
FX.Combat_Callbacks_Player__MeleeLeftHandMulti5 = 0x10000D49
,
FX.Combat_Callbacks_Monster__Horn = 0x10000D4A
,
FX.SCombat_Commands_Player__InterruptSpell_ = 0x10000D4B
,
FX.Combat_Commands_Agent__QueuedCmd_ = 0x10000D4D
,
FX.Combat_OnHit_Agent__SpiderWebFX = 0x10000D4E
,
FX.Combat_OnHit_Agent__InflictModerateWoundsSpell = 0x10000D4F
,
FX.Combat_OnHit_Agent__FearSpell = 0x10000D50
,
FX.Combat_OnHit_Agent__HolyWeapon = 0x10000D51
,
FX.Combat_Callbacks_Player__MeleeAxePower2 = 0x10000D52
,
FX.Combat_Callbacks_Player__MeleeShieldPower4 = 0x10000D53
,
FX.Combat_Callbacks_Player__MeleeDualMulti2 = 0x10000D54
,
FX.Combat_Callbacks_Player__MeleeAxePower3 = 0x10000D57
,
FX.Combat_Callbacks_Player__MeleeDualMulti3 = 0x10000D58
,
FX.Combat_Commands_Player__eDodgeBack = 0x10000D59
,
FX.Combat_Commands_Player__eRangedCancel = 0x10000D5A
,
FX.Combat_Commands_Player__eRangedCharge = 0x10000D5B
,
FX.Combat_OnHit_Agent__ScorchingRaySpell = 0x10000D5D
,
FX.Combat_OnHit_Agent__RayOfEnfeeblementSpell = 0x10000D5E
,
FX.Combat_OnHit_Agent__FingerOfDeathSpell = 0x10000D5F
,
FX.Combat_OnHit_Agent__BestowCurseSpell = 0x10000D60
,
FX.Combat_Callbacks_Kobold__MeleeRightHand = 0x10000D61
,
FX.Combat_Callbacks_Player__MeleeAxePower4 = 0x10000D62
,
FX.Combat_Callbacks_Player__MeleeDualMulti4 = 0x10000D63
,
FX.Combat_Commands_Player___Jumping = 0x10000D64
,
FX.Combat_OnHit_Agent__SpiderWeb = 0x10000D66
,
FX.Combat_OnHit_Agent__ProtectionFromEvilSpell = 0x10000D67
,
FX.Combat_OnHit_Agent__BuffElectricSpell = 0x10000D68
,
FX.Combat_OnHit_Agent__ElectricWeapon = 0x10000D69
,
FX.Combat_Callbacks_Player__FeatPreciseShot = 0x10000D6A
,
FX.Combat_Callbacks_Player__MeleeDualMulti5 = 0x10000D6B
,
FX.Combat_Commands_Agent__Run = 0x10000D6C
,
FX.Combat_OnHit_Agent__SleepSpell = 0x10000D6D
,
FX.Combat_OnHit_Agent__CureMinorWoundsSpell = 0x10000D6E
,
FX.Combat_OnHit_Agent__BuffSpell = 0x10000D6F
,
FX.Combat_Callbacks_Player__MeleeLeftHand1 = 0x10000D70
,
FX.Death_Agent__FatalityElectric = 0x10000D71
,
FX.Death_Agent__Lay = 0x10000D72
,
FX.Combat_Commands_Player___MeleeAttackStep1 = 0x10000D73
,
FX.Combat_OnHit_Agent__Spell = 0x10000D74
,
FX.Combat_OnHit_Agent__Anything = 0x10000D75
,
FX.Combat_Callbacks_Monster__Special1 = 0x10000D76
,
FX.Combat_Callbacks_Player__MeleeUnarmedPower1 = 0x10000D77
,
FX.Combat_Callbacks_Player__MeleeLeftHand2 = 0x10000D78
,
FX.Combat_Commands_Player___DodgeForward = 0x10000D79
,
FX.Combat_Commands_Player___Feat_SpringAttack = 0x10000D7A
,
FX.Combat_Commands_Player___Feat_Cleave = 0x10000D7B
,
FX.Combat_Commands_Player___MeleeAttackStep2 = 0x10000D7C
,
FX.Combat_Commands_Agent__Start_ = 0x10000D7D
,
FX.Combat_OnHit_Agent__BuffColdSpell = 0x10000D7E
,
FX.Combat_Callbacks_Monster__Special2 = 0x10000D7F
,
FX.Combat_Callbacks_Player__MeleeUnarmedPower2 = 0x10000D80
,
FX.Combat_Callbacks_Player__MeleeOneHandedPower1 = 0x10000D81
,
FX.Combat_Callbacks_Player__MeleeLeftHand3 = 0x10000D82
,
FX.Death_Agent__FatalityHoly = 0x10000D83
,
FX.Death_Agent__FatalityForce = 0x10000D84
,
FX.Combat_Commands_Player___Feat_SmiteEvil = 0x10000D86
,
FX.Combat_Commands_Player___MeleeAttackStep3 = 0x10000D87
,
FX.Combat_Commands_Agent__RunningCmd_ = 0x10000D88
,
FX.Combat_OnHit_Agent__HolySpell = 0x10000D89
,
FX.Combat_Callbacks_Monster__Special3 = 0x10000D8A
,
FX.Combat_Callbacks_Player__MeleeUnarmedPower3 = 0x10000D8B
,
FX.Combat_Callbacks_Player__MeleeOneHandedPower2 = 0x10000D8C
,
FX.Combat_Callbacks_Player__MeleeLeftHand4 = 0x10000D8D
,
FX.Combat_Commands_Player___MovementInterrupt = 0x10000D8E
,
FX.Combat_Commands_Player___MeleeAttackStep4 = 0x10000D8F
,
FX.Combat_Commands_Player__eMeleeCharge = 0x10000D90
,
FX.Combat_OnHit_Agent__ProtectionFromSonicSpell = 0x10000D93
,
FX.Combat_OnHit_Agent__BuffSonicSpell = 0x10000D94
,
FX.Combat_OnHit_Agent__AcidSpell = 0x10000D95
,
FX.Combat_Callbacks_Monster__Special4 = 0x10000D96
,
FX.Combat_Callbacks_Player__MeleeUnarmedPower4 = 0x10000D97
,
FX.Combat_Callbacks_Player__MeleeOneHandedPower3 = 0x10000D98
,
FX.Combat_Callbacks_Player__MeleeLeftHand5 = 0x10000D99
,
FX.Combat_Commands_Player___Feat_FarShot = 0x10000D9A
,
FX.Combat_Commands_Player___Feat_Rage = 0x10000D9B
,
FX.Combat_Commands_Player___MeleeAttackStep5 = 0x10000D9C
,
FX.Combat_OnHit_Agent__SonicSpell = 0x10000D9D
,
FX.Combat_OnHit_Agent___CustomSkin = 0x10000D9E
,
FX.Combat_Callbacks_Monster__Special5 = 0x10000D9F
,
FX.Combat_Callbacks_Player__MeleeOneHandedPower4 = 0x10000DA0
,
FX.Combat_Callbacks_Player__MeleeLeftHand1Power1 = 0x10000DA1
,
FX.Death_Agent__FatalityMundane = 0x10000DA2
,
FX.Combat_Callbacks_Player__FeatGreatCleave = 0x10000DA3
,
FX.Combat_Callbacks_Player__MeleeThrownPower1 = 0x10000DA4
,
FX.Combat_Callbacks_Player__MeleeLeftHand1Power2 = 0x10000DA5
,
FX.Death_Agent__FatalityAcid = 0x10000DA6
,
FX.Combat_Callbacks_Player__MeleeThrownPower2 = 0x10000DA7
,
FX.Combat_Callbacks_Player__MeleeBowPower1 = 0x10000DA8
,
FX.Combat_Callbacks_Player__MeleeLeftHand1Power3 = 0x10000DA9
,
FX.Death_Agent__FatalitySonic = 0x10000DAA
,
FX.Combat_Commands_Player___MeleeAttackStand1 = 0x10000DAB
,
FX.Combat_OnHit_Agent__ShieldSpell = 0x10000DAC
,
FX.Combat_OnHit_Agent__Melee = 0x10000DAD
,
FX.Combat_Callbacks_Player__FeatTurnUndead = 0x10000DAE
,
FX.Combat_Callbacks_Player__MeleeThrownPower3 = 0x10000DAF
,
FX.Combat_Callbacks_Player__MeleeBowPower2 = 0x10000DB0
,
FX.Combat_Callbacks_Player__MeleeLeftHand1Power4 = 0x10000DB1
,
FX.Combat_Callbacks_Player__MeleeRightHand1Power1 = 0x10000DB2
,
FX.Death_Agent__FatalityDisintegrate = 0x10000DB3
,
FX.Combat_Commands_Player___DodgeBack = 0x10000DB4
,
FX.Combat_Commands_Player___Feat_PreciseShot = 0x10000DB5
,
FX.Combat_Commands_Player___MeleeAttackStand2 = 0x10000DB6
,
FX.Combat_OnHit_Agent__FlameArrowSpell = 0x10000DB7
,
FX.Combat_OnHit_Agent__CureModerateWoundsSpell = 0x10000DB8
,
FX.Combat_Callbacks_Player__MeleeThrownPower4 = 0x10000DB9
,
FX.Combat_Callbacks_Player__MeleeBowPower3 = 0x10000DBA
,
FX.Combat_Callbacks_Player__MeleeRightHand1Power2 = 0x10000DBB
,
FX.Combat_Callbacks_Minotaur__Gore = 0x10000DBC
,
FX.Combat_Commands_Player___MeleeAttackStand3 = 0x10000DBD
,
FX.Combat_Commands_Player___MeleeCharge = 0x10000DBE
,
FX.Combat_Callbacks_Player__MeleeBowPower4 = 0x10000DBF
,
FX.Combat_Callbacks_Player__MeleeRightHand1Power3 = 0x10000DC0
,
FX.Combat_Callbacks_Minotaur__MeleeBasic = 0x10000DC1
,
FX.Combat_Commands_Player___Recoil = 0x10000DC2
,
FX.Combat_Commands_Player___MeleeAttackStand4 = 0x10000DC3
,
FX.Combat_OnHit_Agent__BlessSpell = 0x10000DC4
,
FX.Combat_Callbacks_Player__MeleeRightHand1Power4 = 0x10000DC5
,
FX.Combat_Commands_Player___RangedCharge = 0x10000DC6
,
FX.Combat_Commands_Player___MeleeAttackStand5 = 0x10000DC7
,
FX.Combat_Commands_Player__eDodgeLeft = 0x10000DC8
,
FX.CCombat_Commands_Player__MeleeAttack_ = 0x10000DC9
,
FX.Combat_OnHit_Agent__CureLightWoundsSpell = 0x10000DCB
,
FX.Combat_Callbacks_Kobold__MeleeBasic = 0x10000DCC
,
FX.Combat_Callbacks_Player__MeleeDualPower1 = 0x10000DCD
,
FX.Combat_OnHit_Agent__InflictCriticalWoundsSpell = 0x10000DCE
,
FX.Combat_Callbacks_Player__MeleeDualPower2 = 0x10000DCF
,
FX.Combat_Commands_Player___Feat_GreatCleave = 0x10000DD0
,
FX.Combat_Commands_Player__eMeleeSwing = 0x10000DD1
,
FX.Combat_OnHit_Agent__ProtectionFromFireSpell = 0x10000DD2
,
FX.Combat_OnHit_Agent__InflictMinorWoundsSpell = 0x10000DD3
,
FX.Combat_OnHit_Agent__DarkWeapon = 0x10000DD4
,
FX.Combat_Callbacks_Player__Bow = 0x10000DD5
,
FX.Combat_Callbacks_Player__MeleeDualPower3 = 0x10000DD6
,
FX.Death_Agent__FatalityColdShatter = 0x10000DD7
,
FX.Combat_Commands_Player___Knockdown = 0x10000DD8
,
FX.Combat_Commands_Player___DodgeRight = 0x10000DD9
,
FX.Combat_OnHit_Agent__ResistElectricitySpell = 0x10000DDA
,
FX.Combat_OnHit_Agent__RayOfFrostSpell = 0x10000DDB
,
FX.Combat_OnHit_Agent__PhantasmalKillerSpell = 0x10000DDC
,
FX.Combat_OnHit_Agent__InflictLightWoundsSpell = 0x10000DDD
,
FX.Combat_Callbacks_Player__MeleeDualPower4 = 0x10000DDE
,
FX.Combat_Callbacks_Monster__TwoHand = 0x10000DDF
,
FX.Combat_Callbacks_Monster__Bite = 0x10000DE0
,
FX.Combat_OnHit_Agent__ObscuringMistSpell = 0x10000DE1
,
FX.Combat_OnHit_Agent__ColdWeapon = 0x10000DE2
,
FX.Combat_Callbacks_Player__MeleeRightHand1 = 0x10000DE3
,
FX.Death_Agent__FatalityWater = 0x10000DE4
,
FX.Death_Agent__FatalityFire = 0x10000DE5
,
FX.Combat_Commands_Player__eBlockEnd = 0x10000DE7
,
FX.CCombat_Commands_Player___CancelRangedAttack = 0x10000DE8
,
FX.Combat_Callbacks_Player__MeleeRightHand2 = 0x10000DE9
,
FX.Combat_OnHit_Agent___CustomBlock = 0x10000DEA
,
FX.Combat_OnHit_Agent__ForceWeapon = 0x10000DEB
,
FX.Combat_Callbacks_Player__MeleeRightHand3 = 0x10000DEC
,
FX.Combat_Callbacks_Monster__LHand = 0x10000DED
,
FX.Death_Agent__FatalityCold = 0x10000DEE
,
FX.Combat_Commands_Player__eMeleeFeat = 0x10000DEF
,
FX.AI_Entrance_NPC___Type5_Wait = 0x10000DFE
,
FX.Combat_Commands_Player___DeathRecover = 0x10000DFF
,
FX.AI_States_NPC__Dead = 0x10000E01
,
FX.Combat_Commands_NPC___JumpBack = 0x10000E02
,
FX.Locomotion_Player___RollForward = 0x10000E04
,
FX.Fire_Agent___BurnFX = 0x10000E05
,
FX.Emotes_NPC___Eat_A = 0x10000E06
,
FX.AI_Logic_NPC__NoiseListener_ = 0x10000E07
,
FX.Emotes_NPC___PointDown_A = 0x10000E08
,
FX.Emotes_NPC___Eat_B = 0x10000E09
,
FX.AI_Patrol_NPC__Wait_ = 0x10000E0A
,
FX.Combat_Commands_Player___BlockIdle = 0x10000E0B
,
FX.Emotes_NPC___Clap_A = 0x10000E0C
,
FX.AI_Patrol_NPC__MonsterLinkStart = 0x10000E0D
,
FX.Combat_OnHit_Agent__FrozenInIce = 0x10000E0F
,
FX.Combat_Commands_Player___BlockIdleEnd = 0x10000E10
,
FX.Combat_Commands_NPC___CircleRight = 0x10000E11
,
FX.Combat_Commands_Player___UsageUnEquip = 0x10000E12
,
FX.Cooties_Agent__Listen_ = 0x10000E13
,
FX.Fire_Agent__ListenExtinquish = 0x10000E14
,
FX.Fire_Agent___ExtinquishSoundFX = 0x10000E16
,
FX.Combat_Commands_NPC___JumpRight = 0x10000E17
,
FX.Combat_Commands_Player___UsagePush = 0x10000E18
,
FX.Fire_Agent___BurnOutSoundFX = 0x10000E1B
,
FX.AI_Entrance_NPC___Type1Wait = 0x10000E1C
,
FX.AI_Logic_NPC__MonitorSupportTargets_ = 0x10000E1D
,
FX.Combat_Commands_NPC___Ranged1 = 0x10000E1E
,
FX.Emotes_NPC___Speaker_A = 0x10000E21
,
FX.Emotes_NPC___ShakeFist_A = 0x10000E22
,
FX.Emotes_NPC___Nod_A = 0x10000E23
,
FX.Combat_Commands_NPC___Ranged2 = 0x10000E24
,
FX.Combat_Commands_NPC___JumpLeft = 0x10000E25
,
FX.Combat_Commands_NPC___Ranged3 = 0x10000E27
,
FX.Combat_Commands_NPC___Melee1 = 0x10000E28
,
FX.Locomotion_Player____TurnAroundStanding = 0x10000E2A
,
FX.Cooties_Agent__PropertyMonitor_ = 0x10000E2B
,
FX.Emotes_NPC___Cry_A = 0x10000E2C
,
FX.AI_Entrance_NPC___Type3_Wait = 0x10000E2D
,
FX.Combat_Commands_NPC___Ranged4 = 0x10000E2E
,
FX.Combat_Commands_NPC___Melee2 = 0x10000E2F
,
FX.Skills_Hide_Player__eCancel = 0x10000E30
,
FX.Fire_Agent___BurnOutFX = 0x10000E35
,
FX.Combat_Commands_NPC___Ranged5 = 0x10000E36
,
FX.Combat_Commands_NPC___Melee3 = 0x10000E37
,
FX.AI_Patrol_NPC__GetNext_ = 0x10000E38
,
FX.AI_States_NPC__Cheer = 0x10000E39
,
FX.Combat_Commands_NPC___Ranged6 = 0x10000E3A
,
FX.Combat_Commands_NPC___Melee4 = 0x10000E3B
,
FX.Combat_Commands_Player___UsageDrop = 0x10000E3C
,
FX.Water_Agent__PropertyMonitor_ = 0x10000E3D
,
FX.Combat_Commands_NPC___Ranged7 = 0x10000E3E
,
FX.Combat_Commands_NPC___Melee5 = 0x10000E3F
,
FX.Combat_Commands_NPC___CircleLeft = 0x10000E40
,
FX.Combat_Commands_NPC___Hit = 0x10000E41
,
FX.Combat_Commands_Player___DeathFall = 0x10000E42
,
FX.Emotes_NPC___PointLeft_A = 0x10000E43
,
FX.Emotes_NPC___Drink_A = 0x10000E44
,
FX.Combat_Commands_NPC___Ranged8 = 0x10000E45
,
FX.Combat_Commands_NPC___Melee6 = 0x10000E46
,
FX.AI_Entrance_NPC___Type1 = 0x10000E47
,
FX.Combat_Commands_NPC___Ranged9 = 0x10000E48
,
FX.Combat_Commands_NPC___Melee7 = 0x10000E49
,
FX.AI_Patrol_NPC__GetNextNodeTarget_ = 0x10000E4A
,
FX.AI_Entrance_NPC___Type4_Wait = 0x10000E4B
,
FX.AI_Entrance_NPC___Type2 = 0x10000E4C
,
FX.Combat_Commands_NPC___Melee8 = 0x10000E4D
,
FX.Stench_Agent___OnFX = 0x10000E4F
,
FX.AI_Entrance_NPC___Type3 = 0x10000E50
,
FX.Combat_Commands_NPC___Melee9 = 0x10000E51
,
FX.Combat_Commands_Player___HitMelee = 0x10000E52
,
FX.Emotes_NPC___ScholarRead_A = 0x10000E54
,
FX.Emotes_NPC___Beckon_A = 0x10000E55
,
FX.AI_Entrance_NPC___Type4 = 0x10000E56
,
FX.AI_Logic_NPC__CheerBehavior_ = 0x10000E57
,
FX.Fire_Agent___ExtinquishFX = 0x10000E59
,
FX.Stench_Agent__Listen_ = 0x10000E5A
,
FX.Emotes_NPC___Cheer_A = 0x10000E5B
,
FX.AI_Entrance_NPC___Type5 = 0x10000E5C
,
FX.AI_States_NPC__Patrol = 0x10000E5D
,
FX.AI_Patrol_NPC__NextPoint2Ret_ = 0x10000E5E
,
FX.AI_Patrol_NPC__MonsterLinkEnd = 0x10000E5F
,
FX.Fire_Agent___BurnSoundFX = 0x10000E60
,
FX.Emotes_NPC___PointUp_A = 0x10000E61
,
FX.Cooties_Agent__Apply = 0x10000E62
,
FX.Locomotion_Player___RollBackward = 0x10000E63
,
FX.Emotes_NPC___Guard_A = 0x10000E64
,
FX.Skills_OpenLock_Player___LockpickBreak = 0x10000E65
,
FX.Emotes_NPC___PointForward_A = 0x10000E69
,
FX.Emotes_NPC___Guard_B = 0x10000E6A
,
FX.Combat_Commands_NPC___Spell = 0x10000E6B
,
FX.Locomotion_Player___JumpForward = 0x10000E6C
,
FX.Combat_Commands_Player___HitMissile = 0x10000E6D
,
FX.AI_Patrol_NPC__PlayScript_ = 0x10000E6F
,
FX.AI_Patrol_NPC__NextPoint2_ = 0x10000E70
,
FX.Combat_Commands_Player___UsagePull = 0x10000E71
,
FX.Skills_Hide_Player__eStart = 0x10000E72
,
FX.Combat_Commands_Player___Paralyzed = 0x10000E74
,
FX.Emotes_NPC___BlacksmithWork_A = 0x10000E75
,
FX.AI_Patrol_NPC__NextPoint3Ret_ = 0x10000E76
,
FX.Fire_Agent__PropertyMonitor_ = 0x10000E77
,
FX.Emotes_NPC___BlacksmithWork_B = 0x10000E78
,
FX.AI_Movement_NPC__StickJock = 0x10000E79
,
FX.Combat_Commands_Player___UsagePickup = 0x10000E7B
,
FX.Usage_Usable___OnUse = 0x10000E7C
,
FX.AI_Entrance_NPC___Type2_Wait = 0x10000E7D
,
FX.AI_States_NPC__WaitingForEntrance = 0x10000E7E
,
FX.Emotes_NPC___ShakeHead_A = 0x10000E81
,
FX.Skills_OpenLock_Player___Anim = 0x10000E83
,
FX.Emotes_NPC___ShakeHead_B = 0x10000E84
,
FX.Emotes_NPC___PointRight_A = 0x10000E85
,
FX.Emotes_NPC___Lean_A = 0x10000E86
,
FX.AI_Entrance_NPC__TriggerEntrance = 0x10000E87
,
FX.AI_Logic_NPC__MonitorFoe_ = 0x10000E88
,
FX.Combat_Commands_Player___DeathLay = 0x10000E89
,
FX.Emotes_NPC___Lean_B = 0x10000E8A
,
FX.Emotes_NPC___CounterWipe_A = 0x10000E8B
,
FX.AI_Movement_NPC__Vexxer = 0x10000E8C
,
FX.Emotes_NPC___Lean_C = 0x10000E8E
,
FX.AI_States_NPC__Investigate = 0x10000E8F
,
FX.AI_Patrol_NPC__GetPrevious_ = 0x10000E90
,
FX.Combat_Commands_Player___UsageDrink = 0x10000E92
,
FX.AI_Logic_NPC___MakeDecision = 0x10000E94
,
FX.Locomotion_Player___RollRight = 0x10000E96
,
FX.Locomotion_Player___RollLeft = 0x10000E97
,
FX.Combat_Commands_Player___UsageKick = 0x10000E98
,
FX.Combat_Commands_Player___UsageEquip = 0x10000E99
,
FX.Fire_Agent__ListenBurn_ = 0x10000E9B
,
FX.Emotes_NPC___DrinkBar_A = 0x10000E9C
,
FX.AI_Logic_NPC__EvaluateSupportTargets_ = 0x10000E9D
,
FX.AI_Movement_NPC__Turret = 0x10000E9E
,
FX.CSkills_Hide_Player___Cancel = 0x10000E9F
,
FX.CSkills_Hide_Player___Start = 0x10000EA0
,
FX.Stench_Agent__Apply = 0x10000EA2
,
FX.AI_Patrol_NPC__NextPoint1Ret_ = 0x10000EA3
,
FX.Stench_Agent__OffFX = 0x10000EA4
,
FX.AI_Logic_NPC__EvaluateTargets_ = 0x10000EA5
,
FX.AI_Patrol_NPC__NextPoint3_ = 0x10000EA6
,
FX.Cooties_Agent___OffFX = 0x10000EA8
,
FX.Cooties_Agent___OnFX = 0x10000EA9
,
FX.Combat_Commands_NPC___JumpForward = 0x10000EAA
,
FX.Locomotion_Player___Land = 0x10000EAB
,
FX.Stench_Agent__PropertyMonitor_ = 0x10000EAC
,
FX.Emotes_NPC___WarriorStand_A = 0x10000EAD
,
FX.Skills_DisableDevice_Player___Anim = 0x10000EAF
,
FX.Combat_OnHit_Agent__ColdSpell = 0x10000EB0
,
FX.Fire_Agent__ListBurnOnEnter = 0x10000EB2
,
FX.Emotes_NPC___Laugh_A = 0x10000EB3
,
FX.AI_States_NPC__Pursue = 0x10000EB5
,
FX.Locomotion_Player____TurnAroundRunning = 0x10000EB7
,
FX.NPC_HomePosition_Action1 = 0x10000EB8
,
FX.NPC_HomePosition_Action2 = 0x10000EB9
,
FX.NPC_HomePosition_Action3 = 0x10000EBA
,
FX.NPC_HomePosition_Action4 = 0x10000EBB
,
FX.NPC_HomePosition_Action5 = 0x10000EBC
,
FX.Patrol_AtHomePosition = 0x10000EBD
,
FX.Combat_Commands_Player___Feat_InspireCourage = 0x10000EC3
,
FX.Combat_Callbacks_Player__FeatFascinate = 0x10000EC4
,
FX.Combat_Callbacks_Player__FeatSuggestion = 0x10000EC5
,
FX.Combat_Callbacks_Player__FeatMassSuggestion = 0x10000EC6
,
FX.Combat_Callbacks_Player__FeatInspireCourage = 0x10000EC7
,
FX.Combat_Callbacks_Player__FeatInspireCompetence = 0x10000EC8
,
FX.AI_Patrol_NPC__Locator_LinkStart_Work = 0x10000EC9
,
FX.AI_Patrol_NPC__Locator_LinkEnd_Work = 0x10000ECA
,
FX.AI_Patrol_NPC__Locator_LinkEnd_Day = 0x10000ECB
,
FX.AI_Patrol_NPC__Locator_LinkStart_Generic_1 = 0x10000ECC
,
FX.AI_Patrol_NPC__Locator_LinkStart_Generic_2 = 0x10000ECD
,
FX.AI_Patrol_NPC__Locator_LinkStart_Generic_3 = 0x10000ECE
,
FX.AI_Patrol_NPC__Locator_LinkStart_Generic_4 = 0x10000ECF
,
FX.AI_Patrol_NPC__Locator_LinkStart_WhenRaining = 0x10000ED0
,
FX.AI_Patrol_NPC__Locator_LinkStart_Generic_5 = 0x10000ED1
,
FX.AI_Patrol_NPC__Locator_LinkEnd_Home = 0x10000ED2
,
FX.AI_Patrol_NPC__Locator_LinkEnd_Generic_1 = 0x10000ED3
,
FX.AI_Patrol_NPC__Locator_LinkStart_Home = 0x10000ED4
,
FX.AI_Patrol_NPC__Locator_LinkEnd_Generic_2 = 0x10000ED5
,
FX.AI_Patrol_NPC__Locator_LinkEnd_Generic_3 = 0x10000ED6
,
FX.AI_Patrol_NPC__Locator_LinkEnd_Generic_4 = 0x10000ED7
,
FX.AI_Patrol_NPC__Locator_LinkEnd_Generic_5 = 0x10000ED8
,
FX.AI_Patrol_NPC__Locator_LinkEnd_WhenRaining = 0x10000ED9
,
FX.AI_Patrol_NPC__Locator_LinkEnd_Night = 0x10000EDA
,
FX.AI_Patrol_NPC__Locator_LinkStart_Night = 0x10000EDB
,
FX.AI_Patrol_NPC__Locator_LinkStart_Day = 0x10000EDC
,
FX.AI_Patrol_NPC__GotoLocatorWork_ = 0x10000EDD
,
FX.AI_Patrol_NPC__GotoLocatorWhenRaining_ = 0x10000EDE
,
FX.AI_Patrol_NPC__GotoLocatorNight_ = 0x10000EDF
,
FX.AI_Patrol_NPC__GotoLocatorGeneric3_ = 0x10000EE0
,
FX.AI_Patrol_NPC__GotoLocatorDay_ = 0x10000EE1
,
FX.AI_Patrol_NPC__GotoLocatorGeneric1_ = 0x10000EE2
,
FX.AI_Patrol_NPC__GotoLocatorGeneric4_ = 0x10000EE3
,
FX.AI_Patrol_NPC__GotoLocatorHome_ = 0x10000EE4
,
FX.AI_Patrol_NPC__GotoLocatorGeneric2_ = 0x10000EE5
,
FX.AI_Patrol_NPC__GotoLocatorGeneric5_ = 0x10000EE6
,
FX.AI_Patrol_NPC__GotoOriginalPatrolPath_ = 0x10000EE7
,
FX.Advancement_Player__LevelUp = 0x10000EE8
,
FX.AI_Patrol_NPC__ReturnFlagsToAgent_ = 0x10000EE9
,
FX.Abilities_PaladinAuras_Agent__OnHitFX = 0x10000F01
,
FX.Abilities_AuraOfGood_Player__FX = 0x10000F02
,
FX.Abilities_PaladinAuras_Player__FX = 0x10000F03
,
FX.Abilities_AuraOfGood_Agent__OnHitFX = 0x10000F04
,
FX.Abilities_BardInspireCourage_Player__FX = 0x10000F06
,
FX.Abilities_BardFascinate_Player__SoundFX_ = 0x10000F08
,
FX.Abilities_BardFascinate_Player__OnHitFX = 0x10000F09
,
FX.Abilities_BardInspireCourage_Player__OnHitFX = 0x10000F0B
,
FX.Abilities_BardInspireCourage_Player__EnterMonitor_ = 0x10000F0C
,
FX.Abilities_BardFascinate_Player__FX = 0x10000F0D
,
FX.Abilities_BardInspireCourage_Player__SoundFX_ = 0x10000F0E
,
FX.Abilities_BardInspireCourage_Player__LeaveMonitor_ = 0x10000F0F
,
FX.Abilities_BarbarianRage_Player__FX = 0x10000F10
,
FX.Abilities_PaladinAuras_Player__EnterMonitor = 0x10000F13
,
FX.Abilities_BardInspireCourage_Player__LeaveMonitor = 0x10000F14
,
FX.SAbilities_BardInspireCourage_Player__LeaveMonitor_ = 0x10000F15
,
FX.SAbilities_BardInspireCourage_Player__EnterMonitor_ = 0x10000F16
,
FX.SAbilities_PaladinAuras_Player__EnterMonitor = 0x10000F17
,
FX.SAbilities_BardInspireCourage_Player__LeaveMonitor = 0x10000F1A
,
FX.Combat_Commands_Agent__AttackMutex = 0x10000F25
,
FX.Skills_Detection_Player__DetectHiddenDoors_ = 0x10000F2C
,
FX.Skills_Detection_Player__DetectSecretDoors_ = 0x10000F2D
,
FX.Skills_Detection_Player__DetectTraps_ = 0x10000F2E
,
FX.Skills_Detection_Player__DetectMagic_ = 0x10000F2F
,
FX.Skills_Detection_Player__DetectHidden_ = 0x10000F30
,
FX.Skills_Detection_Player__PassiveDetection_ = 0x10000F31
,
FX.Skills_Search_Player___StartAnim = 0x10000F46
,
FX.Trap_PlayEffect = 0x10000F48
,
FX.SL_OnHiddenDetected = 0x10000F49
,
FX.SL_OnDetected = 0x10000F4A
,
FX.SL_OnTrapDetected = 0x10000F4B
,
FX.SL_OnMagicDetected = 0x10000F4C
,
FX.SSpell_DetectMagic_Player__DetectEntity_ = 0x10000F4D
,
FX.SSpell_DetectSecretDoors_Player__DetectEntity_ = 0x10000F4E
,
FX.SSpell_SleetStorm_Entity__EnterMonitor = 0x10000F4F
,
FX.SSpell_SleetStorm_Entity__ExitMonitor_ = 0x10000F50
,
FX.SSpell_FindTraps_Player__DetectEntity_ = 0x10000F52
,
FX.Spell_SleetStorm_Player__EffectMonitor = 0x10000F53
,
FX.Atk_Staff_180_Ret = 0x10000F54
,
FX.Combat_Callbacks_Player__MeleeStaff4 = 0x10000F55
,
FX.Combat_Callbacks_Player__MeleeStaff5 = 0x10000F56
,
FX.Combat_Callbacks_Player__MeleeStaffMulti1 = 0x10000F57
,
FX.Atk_Staff_charge = 0x10000F58
,
FX.Combat_Callbacks_Player__MeleeStaffMulti2 = 0x10000F59
,
FX.Combat_Callbacks_Player__MeleeStaffMulti3 = 0x10000F5A
,
FX.Combat_Callbacks_Player__MeleeStaffMulti4 = 0x10000F5B
,
FX.Combat_Callbacks_Player__MeleeStaffMulti5 = 0x10000F5C
,
FX.Atk_Staff_180_Ret_2 = 0x10000F5D
,
FX.Atk_Staff_180_lunge = 0x10000F5E
,
FX.Combat_Callbacks_Player__MeleeStaffPower1 = 0x10000F5F
,
FX.Combat_Callbacks_Player__MeleeStaffPower2 = 0x10000F60
,
FX.Combat_Callbacks_Player__MeleeStaffPower3 = 0x10000F61
,
FX.Combat_Callbacks_Player__MeleeStaffPower4 = 0x10000F62
,
FX.Atk_Staff_180_Lunge_Ret_2 = 0x10000F63
,
FX.Atk_Staff_Still_Combo_1 = 0x10000F64
,
FX.Atk_Staff_Lunge_Combo_1 = 0x10000F65
,
FX.Atk_Staff_Still_Combo_2 = 0x10000F66
,
FX.Atk_Staff_Still_Combo_3 = 0x10000F67
,
FX.Atk_Staff_Still_Combo_4 = 0x10000F68
,
FX.Atk_Staff_Still_Combo_5 = 0x10000F69
,
FX.Atk_Staff_Step_Combo_1 = 0x10000F6A
,
FX.Atk_Staff_Step_Combo_2 = 0x10000F6B
,
FX.Atk_Staff_Step_Combo_3 = 0x10000F6C
,
FX.Atk_Staff_Step_Combo_4 = 0x10000F6D
,
FX.Atk_Staff_Step_Combo_5 = 0x10000F6E
,
FX.Atk_Staff_Block_End = 0x10000F6F
,
FX.Atk_Staff_Block_Idle = 0x10000F70
,
FX.Atk_Staff_180_Lunge_Ret = 0x10000F71
,
FX.Atk_Staff_Leap = 0x10000F72
,
FX.Combat_Callbacks_Player__MeleeStaff1 = 0x10000F73
,
FX.Combat_Callbacks_Player__MeleeStaff2 = 0x10000F74
,
FX.Atk_Staff_180 = 0x10000F75
,
FX.Combat_Callbacks_Player__MeleeStaff3 = 0x10000F76
,
FX.Spell_DetectSecretDoors_Player__EffectMonitor = 0x10000F77
,
FX.Spell_DetectMagic_Player__EffectMonitor = 0x10000F78
,
FX.Spell_FindTraps_Player__EffectMonitor = 0x10000F79
,
FX.Trap_FireMissile = 0x10000F7A
,
FX.Combat_Callbacks_Player__TwoHanded1 = 0x10000F7B
,
FX.Combat_Callbacks_Player__TwoHanded2 = 0x10000F7C
,
FX.Combat_Callbacks_Player__TwoHanded3 = 0x10000F7D
,
FX.Combat_Callbacks_Player__TwoHanded4 = 0x10000F7E
,
FX.Combat_Callbacks_Player__TwoHandedPower1 = 0x10000F7F
,
FX.Combat_Callbacks_Player__TwoHandedPower2 = 0x10000F80
,
FX.Combat_Callbacks_Player__TwoHandedPower3 = 0x10000F81
,
FX.Combat_Callbacks_Player__TwoHandedPower4 = 0x10000F82
,
FX.Combat_Callbacks_Player__TwoHandedMulti1 = 0x10000F83
,
FX.Combat_Callbacks_Player__TwoHandedMulti2 = 0x10000F84
,
FX.Combat_Callbacks_Player__TwoHandedMulti3 = 0x10000F85
,
FX.Combat_Callbacks_Player__TwoHandedMulti4 = 0x10000F86
,
FX.Combat_Callbacks_Player__TwoHandedMulti5 = 0x10000F87
,
FX.Combat_Callbacks_Player__MeleeLeftHandGlancing1 = 0x10000F8A
,
FX.Combat_Callbacks_Player__MeleeLeftHandGlancing2 = 0x10000F8B
,
FX.Combat_Callbacks_Player__MeleeLeftHandGlancing3 = 0x10000F8C
,
FX.Combat_Callbacks_Player__MeleeLeftHandGlancing4 = 0x10000F8D
,
FX.Combat_Callbacks_Player__MeleeLeftHandGlancing5 = 0x10000F8E
,
FX.Combat_Callbacks_Player__MeleeRightHandGlancing1 = 0x10000F8F
,
FX.Combat_Callbacks_Player__MeleeRightHandGlancing2 = 0x10000F90
,
FX.Combat_Callbacks_Player__MeleeRightHandGlancing3 = 0x10000F91
,
FX.Combat_Callbacks_Player__MeleeRightHandGlancing4 = 0x10000F92
,
FX.Combat_Callbacks_Player__MeleeRightHandGlancing5 = 0x10000F93
,
FX.Combat_Callbacks_Player__TwoHanded5 = 0x10000F94
,
FX.Combat_Callbacks_Player__TwoHandedPower5 = 0x10000F95
,
FX.Spell_SleetStorm_Entity__ExtinguishFire_ = 0x10000F96
,
FX.Spell_Web_Entity__EnsnareEntities_ = 0x10000F99
,
FX.AmbientSoundScape_Player__Stop_ = 0x10000FAC
,
FX.Amb_Cave_Small = 0x10000FAD
,
FX.Amb_Cave_Large = 0x10000FAE
,
FX.AmbientSoundScape_Player__Start_ = 0x10000FAF
,
FX.snd_env_cave_small = 0x10000FB1
,
FX.snd_env_cave_large = 0x10000FB2
,
FX.SL_Trap_OnActivate = 0x10000FB3
,
FX.Spell_Web_Entity__ShootWebBeams = 0x10000FB4
,
FX.AI_Logic_NPC___MakeEmotionalDecision = 0x10000FB5
,
FX.Spell_ChainLightning_Player__LightningBeam = 0x10000FB6
,
FX.AI_Movement_NPC__Frightened_ = 0x10000FB7
,
FX.Locomotion_Player__eJumpKeyPressed = 0x10000FB8
,
FX.Locomotion_Player__eJumpKeyReleased = 0x10000FB9
,
FX.Combat_Commands_Player___Feat_ClericTurnUndead = 0x10000FBA
,
FX.Combat_Commands_Player___Feat_PaladinTurnUndead = 0x10000FBB
,
FX.Combat_Callbacks_Player__FeatPaladinTurnUndead = 0x10000FBC
,
FX.Combat_Callbacks_Player__FeatClericTurnUndead = 0x10000FBD
,
FX.CL_OnHit_Spell_FeatherFallSpell = 0x10000FBE
,
FX.Combat_OnHit_Agent__FeatherFallSpell = 0x10000FBF
,
FX.Emotes_NPC___Bow = 0x10000FC3
,
FX.Emotes_NPC___HelloRight = 0x10000FC4
,
FX.Emotes_NPC___Startle = 0x10000FC5
,
FX.Emotes_NPC___MaleComment = 0x10000FC6
,
FX.Emotes_NPC___FemaleComment = 0x10000FC7
,
FX.Emotes_NPC___HelloLeft = 0x10000FC8
,
FX.Amb_Mroom_Small = 0x10000FC9
,
FX.Amb_MCave_Medium = 0x10000FCA
,
FX.Amb_Pipe_Small = 0x10000FCB
,
FX.Amb_Cave_Medium = 0x10000FCC
,
FX.Amb_Pipe_Large = 0x10000FCD
,
FX.Amb_MCave_Small = 0x10000FCE
,
FX.Amb_MCave_Large = 0x10000FCF
,
FX.Amb_Hallway_Medium = 0x10000FD0
,
FX.Amb_Mroom_Large = 0x10000FD1
,
FX.Amb_Sewer_Small = 0x10000FD2
,
FX.Amb_Hallway_Large = 0x10000FD3
,
FX.Amb_Pipe_Medium = 0x10000FD4
,
FX.Amb_Mroom_Medium = 0x10000FD5
,
FX.Amb_Sewer_Medium = 0x10000FD6
,
FX.Amb_Sewer_Large = 0x10000FD7
,
FX.Amb_Hallway_Small = 0x10000FD8
,
FX.snd_env_cave_med = 0x10000FD9
,
FX.snd_env_sewer_med = 0x10000FDA
,
FX.snd_env_sewer_small = 0x10000FDB
,
FX.snd_env_sewer_large = 0x10000FDC
,
FX.snd_env_hall_small = 0x10000FDD
,
FX.snd_env_hall_large = 0x10000FDE
,
FX.snd_env_hall_med = 0x10000FDF
,
FX.SL_KeyObject_TriggerKeyAction_1 = 0x10000FE0
,
FX.SL_KeyObject_TriggerKeyAction_2 = 0x10000FE1
,
FX.SL_KeyObject_TriggerKeyAction_3 = 0x10000FE2
,
FX.Combat_Behavior_NPC___Knockdown_Standup = 0x10000FE4
,
FX.Combat_Behavior_NPC___Knockdown_Idle = 0x10000FE5
,
FX.Combat_Behavior_NPC___Knockdown_Falldown = 0x10000FE6
,
FX.SSpell_Grease_Entity__EnterMonitor = 0x10000FE8
,
FX.SSpell_Grease_Entity__ExitMonitor_ = 0x10000FE9
,
FX.Spell_Grease_Player__EffectMonitor = 0x10000FEB
,
FX.Death_Monster__DestroyMyself = 0x10000FED
,
FX.snd_sod_sewer_small = 0x10000FEE
,
FX.snd_sod_hall_med = 0x10000FEF
,
FX.snd_sod_cave_small = 0x10000FF0
,
FX.snd_sod_sewer_med = 0x10000FF1
,
FX.snd_sod_hall_large = 0x10000FF2
,
FX.snd_sod_hall_small = 0x10000FF3
,
FX.snd_sod_sewer_large = 0x10000FF4
,
FX.snd_sod_cave_med = 0x10000FF5
,
FX.snd_sod_cave_large = 0x10000FF6
,
FX.CL_OnHit_Spell_MindFog = 0x10000FF9
,
FX.CL_OnHit_Spell_Incendiary_Cloud = 0x10000FFA
,
FX.CL_OnHit_Spell_Glitterdust = 0x10000FFB
,
FX.CL_OnHit_Spell_Acid_Fog = 0x10000FFC
,
FX.Combat_OnHit_Agent__AcidFogSpell = 0x10000FFD
,
FX.Combat_OnHit_Agent__MindFogSpell = 0x10000FFE
,
FX.Combat_OnHit_Agent__SolidFogSpell = 0x10000FFF
,
FX.CL_OnHit_Spell_Solid_Fog = 0x10001000
,
FX.Combat_OnHit_Agent__IncendiaryCloudSpell = 0x10001001
,
FX.Combat_OnHit_Agent__GlitterdustSpell = 0x10001002
,
FX.Combat_Behavior_NPC___Mesmerized = 0x10001005
,
FX.Combat_Behavior_NPC___Charmed = 0x10001006
,
FX.AmbientSoundScape_Player__RunCommands_ = 0x1000100B
,
FX.Spell_HypnoticPattern_Entity__EffectMonitor = 0x1000100C
,
FX.Combat_OnHit_Agent__HypnoticPattern = 0x1000100D
,
FX.Spell_Hypnotism_Entity__EffectMonitor = 0x1000100E
,
FX.Combat_Commands_Player___Feat_Fascinate = 0x10001011
,
FX.Combat_Behavior_NPC___Dance = 0x10001017
,
FX.SAbilities_BardFascinate_Player__FascinateNPC_ = 0x10001018
,
FX.Combat_Commands_Player___Dance = 0x1000101A
,
FX.Combat_OnHit_Agent__Charm = 0x1000101C
,
FX.Combat_Commands_Player___Skill_Bluff = 0x10001041
,
FX.Combat_Commands_Player___Skill_Intimidate = 0x10001048
,
FX.Combat_Commands_Player___Skill_Diplomacy = 0x10001049
,
FX.snd_env_spell_01 = 0x1000104A
,
FX.snd_env_spelltimer_01 = 0x1000104B
,
FX.Skills_Intimidate_NPC__IntimidateNPC_ = 0x1000104F
,
FX.Skills_Diplomacy_NPC__DiplomacyNPC_ = 0x10001050
,
FX.Skills_Bluff_NPC__BluffNPC_ = 0x10001051
,
FX.Combat_OnHit_Agent__Charmed = 0x10001052
,
FX.Skills_Diplomacy_NPC__FX_ = 0x10001053
,
FX.Skills_Intimidate_NPC__FX_ = 0x10001054
,
FX.Skills_Bluff_NPC__FX_ = 0x10001057
,
FX.Combat_Commands_Player__eShieldBash = 0x10001058
,
FX.Combat_Commands_Player___ShieldBash = 0x1000105A
,
FX.AI_Movement_NPC__Panicked_ = 0x10001067
,
FX.Spell_Invisibility_Player__EffectMonitor = 0x1000106B
,
FX.SL_Waypoint_Activate = 0x1000106D
,
FX.SL_Waypoint_Deactivate = 0x1000106E
,
FX.SL_Waypoint_Set_Destination_1 = 0x1000106F
,
FX.SL_Waypoint_Set_Destination_2 = 0x10001070
,
FX.SL_Waypoint_Set_Destination_3 = 0x10001071
,
FX.Spell_Invisibility_Player__InvisibleFX = 0x10001072
,
FX.Combat_Commands_Player___ShieldBashImproved = 0x10001073
,
FX.SL_Toggle_PersistantOpen = 0x10001076
,
FX.SL_Toggle_PersistantClose = 0x10001077
,
FX.Trap_PlayEffect_Spurt = 0x10001078
,
FX.Combat_Behavior_NPC___Cower = 0x10001079
,
FX.SL_Trap_ReEnable = 0x1000107B
,
FX.Push_NegX = 0x10001080
,
FX.Push_NegY = 0x10001081
,
FX.Push_PosX = 0x10001082
,
FX.Push_PosY = 0x10001083
,
FX.Movement_Pushing = 0x10001084
,
FX.Pull_NegY = 0x10001085
,
FX.Pull_PosX = 0x10001086
,
FX.Pull_PosY = 0x10001087
,
FX.Pull_NegX = 0x10001088
,
FX.Combat_Commands_Player___Pushing = 0x1000108A
,
FX.Combat_OnHit_Agent__CameraShake = 0x1000108B
,
FX.EffectMonitor = 0x1000108C
,
FX.EffectTerminator = 0x1000108D
,
FX.Combat_Callbacks_Player__FeatImprovedFeint = 0x1000108F
,
FX.AI_Quest_NPC__Splinterskull_Fleshrender_EvaluateTarget_ = 0x10001095
,
FX.AI_Quest_NPC__Splinterskull_Fleshrender_Activate = 0x10001096
,
FX.Shop_NPC__CloseShop_ = 0x100010A3
,
FX.Shop_NPC__OpenShop_ = 0x100010A4
,
FX.Shop_NPC__MonitorShop_ = 0x100010A5
,
FX.Combat_OnHit_Agent__BarkSkinSpell = 0x100010A6
,
FX.Combat_OnHit_Agent__StoneSkinSpell = 0x100010A7
,
FX.Pull_Left_PosX = 0x100010A9
,
FX.Pull_Left_PosY = 0x100010AA
,
FX.Pull_Right_NegX = 0x100010AB
,
FX.Pull_Right_PosX = 0x100010AC
,
FX.Pull_Left_NegX = 0x100010AD
,
FX.Pull_Right_NegY = 0x100010AE
,
FX.Pull_Right_PosY = 0x100010AF
,
FX.Pull_Left_NegY = 0x100010B0
,
FX.CCombat_Commands_Player___ActivateFeat = 0x100010B3
,
FX.Trainer_Conversation_NPC__NotQualified = 0x100010B4
,
FX.NPC_Detection_NPC___EntityDetected = 0x100010B7
,
FX.Combat_Anim_Player___shield_attk_bash_normal = 0x100010FF
,
FX.Combat_Anim_Player___shield_attk_bash_improved = 0x10001106
,
FX.Spell_Sunburst_Agent__EffectMonitor = 0x1000110B
,
FX.Spell_ShieldofFaith_Agent__EffectMonitor = 0x1000110C
,
FX.Spell_SearingLight_Agent__EffectMonitor = 0x1000110D
,
FX.Spell_OtilukesFreezingSphere_Agent__EffectMonitor = 0x1000110E
,
FX.Spell_LesserRestoration_Agent__EffectMonitor = 0x1000110F
,
FX.Spell_InflictModerateWounds_Agent__EffectMonitor = 0x10001110
,
FX.Spell_InflictMinorWounds_Agent__EffectMonitor = 0x10001111
,
FX.Spell_FingerOfDeath_Agent__EffectMonitor = 0x10001112
,
FX.Spell_DominateMonster_Agent__EffectMonitor = 0x10001113
,
FX.Spell_DispelMagic_Agent__EffectMonitor = 0x10001114
,
FX.Spell_CatsGrace_Agent__EffectMonitor = 0x10001115
,
FX.Spell_Stoneskin_Agent__EffectMonitor = 0x10001116
,
FX.Spell_SpellResistance_Agent__EffectMonitor = 0x10001118
,
FX.Spell_SolidFog_Entity__EffectMonitor = 0x10001119
,
FX.Spell_ProtectionFromEnergy_Electric_Agent__EffectMonitor = 0x1000111A
,
FX.Spell_LightningBolt_Agent__AOECallback = 0x1000111B
,
FX.Spell_InflictCriticalWoundsMass_Agent__EffectMonitor = 0x1000111C
,
FX.Spell_IceStorm_Agent__EffectMonitor = 0x1000111D
,
FX.Spell_HealMass_Agent__AOECallback = 0x1000111E
,
FX.Spell_GreaterShout_Agent__AOECallback = 0x1000111F
,
FX.Spell_DivineFavor_Agent__EffectMonitor = 0x10001120
,
FX.Spell_Dismissal_Agent__EffectMonitor = 0x10001121
,
FX.Spell_CureSeriousWoundsMass_Agent__AOECallback = 0x10001122
,
FX.Spell_MindFog_Entity__EffectTerminator = 0x10001123
,
FX.Spell_HealMass_Agent__EffectMonitor = 0x10001124
,
FX.Spell_HaltUndead_Agent__AOECallback = 0x10001125
,
FX.Spell_GreaterCommand_Agent__EffectMonitor = 0x10001126
,
FX.Spell_Firestorm_Agent__EffectMonitor = 0x10001127
,
FX.Spell_FireShield_Agent__EffectMonitor = 0x10001128
,
FX.Spell_BearsEnduranceMass_Agent__EffectMonitor = 0x10001129
,
FX.Spell_Jump_Agent__EffectMonitor = 0x1000112A
,
FX.Spell_Haste_Agent__EffectMonitor = 0x1000112B
,
FX.Spell_Fireball_Agent__EffectMonitor = 0x1000112C
,
FX.Spell_Cloudkill_Entity__EffectMonitor = 0x1000112D
,
FX.Spell_WallOfEarth_Agent__EffectMonitor = 0x1000112E
,
FX.Spell_InflictCriticalWoundsMass_Agent__AOECallback = 0x1000112F
,
FX.Spell_Hypnotism_Agent__AOECallback = 0x10001130
,
FX.Spell_HorridWilting_Agent__EffectMonitor = 0x10001131
,
FX.Spell_HolyAura_Agent__EffectMonitor = 0x10001132
,
FX.Spell_DivinePower_Agent__EffectMonitor = 0x10001133
,
FX.Spell_CatsGraceMass_Agent__AOECallback = 0x10001134
,
FX.Spell_ResistEnergy_Fire_Agent__EffectMonitor = 0x10001135
,
FX.Spell_InflictSeriousWounds_Agent__EffectMonitor = 0x10001136
,
FX.Spell_Doom_Agent__EffectMonitor = 0x10001137
,
FX.Spell_BullsStrengthMass_Agent__AOECallback = 0x10001138
,
FX.Spell_Bane_Agent__AOECallback = 0x10001139
,
FX.Spell_StinkingCloud_Entity__EffectTerminator = 0x1000113A
,
FX.Spell_Soundburst_Agent__AOECallback = 0x1000113B
,
FX.Spell_RemoveBlindness_Agent__EffectMonitor = 0x1000113C
,
FX.Spell_Heroism_Agent__EffectMonitor = 0x1000113D
,
FX.Spell_CureModerateWoundsMass_Agent__EffectMonitor = 0x1000113F
,
FX.Spell_Cloudkill_Entity__EffectTerminator = 0x10001140
,
FX.Spell_BreakEnchantment_Agent__EffectMonitor = 0x10001141
,
FX.Spell_Bless_Agent__EffectMonitor = 0x10001142
,
FX.Spell_AcidSplash_Agent__EffectMonitor = 0x10001143
,
FX.Spell_Shout_Agent__AOECallback = 0x10001144
,
FX.Spell_NeutralizePoison_Agent__EffectMonitor = 0x10001145
,
FX.Spell_MeteorSwarm_Agent__EffectMonitor = 0x10001146
,
FX.Spell_LightningBolt_Agent__EffectMonitor = 0x10001147
,
FX.Spell_HorridWilting_Agent__AOECallback = 0x10001148
,
FX.Spell_FireShield_Cold_Agent__EffectMonitor = 0x10001149
,
FX.Spell_ExpeditiousRetreat_Agent__EffectMonitor = 0x1000114A
,
FX.Spell_CureCriticalWounds_Agent__EffectMonitor = 0x1000114B
,
FX.Spell_CommandUndead_Agent__EffectMonitor = 0x1000114C
,
FX.Spell_CharmPerson_Agent__EffectMonitor = 0x1000114D
,
FX.Spell_ChainLightning_Agent__AOECallback = 0x1000114E
,
FX.Spell_WaterBreathing_Agent__EffectMonitor = 0x1000114F
,
FX.Spell_ReverseGravity_Agent__EffectMonitor = 0x10001150
,
FX.Spell_Prayer_Agent__EffectMonitor = 0x10001151
,
FX.Spell_InflictLightWoundsMass_Agent__AOECallback = 0x10001152
,
FX.Spell_HoldMonsterMass_Agent__EffectMonitor = 0x10001153
,
FX.Spell_GoodHope_Agent__AOECallback = 0x10001154
,
FX.Spell_FogCloud_Entity__EffectMonitor = 0x10001155
,
FX.Spell_Fear_Agent__EffectMonitor = 0x10001156
,
FX.Spell_Fear_Agent__AOECallback = 0x10001157
,
FX.Spell_DelayedBlastFireball_Agent__EffectMonitor = 0x10001158
,
FX.Spell_CureModerateWoundsMass_Agent__AOECallback = 0x10001159
,
FX.Spell_CureLightWoundsMass_Agent__EffectMonitor = 0x1000115A
,
FX.Spell_CharmMonsterMass_Agent__EffectMonitor = 0x1000115B
,
FX.Spell_BurningHands_Agent__AOECallback = 0x1000115C
,
FX.Spell_BearsEnduranceMass_Agent__AOECallback = 0x1000115D
,
FX.Spell_WaterBreathing_Agent__AOECallback = 0x1000115E
,
FX.Spell_Restoration_Agent__EffectMonitor = 0x1000115F
,
FX.Spell_RepairSeriousDamage_Agent__EffectMonitor = 0x10001160
,
FX.Spell_OwlsWisdom_Agent__EffectMonitor = 0x10001161
,
FX.Spell_HoldPerson_Agent__EffectMonitor = 0x10001162
,
FX.Spell_Heal_Agent__EffectMonitor = 0x10001163
,
FX.Spell_DeepSlumber_Agent__EffectMonitor = 0x10001164
,
FX.Spell_Virtue_Agent__EffectMonitor = 0x10001165
,
FX.Spell_ResistEnergy_Electricity_Agent__EffectMonitor = 0x10001166
,
FX.Spell_ObscuringMist_Entity__EffectMonitor = 0x10001167
,
FX.Spell_InflictLightWoundsMass_Agent__EffectMonitor = 0x10001168
,
FX.Spell_IceStorm_Agent__AOECallback = 0x10001169
,
FX.Spell_HolyAura_Agent__AOECallback = 0x1000116A
,
FX.Spell_HoldPersonMass_Agent__AOECallback = 0x1000116B
,
FX.Spell_HoldMonsterMass_Agent__AOECallback = 0x1000116C
,
FX.Spell_EaglesSplendor_Agent__EffectMonitor = 0x1000116D
,
FX.Spell_ConeOfCold_Agent__EffectMonitor = 0x1000116E
,
FX.Spell_BigbysClenchedFist_Agent__EffectMonitor = 0x1000116F
,
FX.Spell_Slow_Agent__AOECallback = 0x10001170
,
FX.Spell_Scare_Agent__EffectMonitor = 0x10001171
,
FX.Spell_RayOfEnfeeblement_Agent__EffectMonitor = 0x10001172
,
FX.Spell_RainbowPattern_Agent__EffectMonitor = 0x10001173
,
FX.Spell_MagicMissile_Agent__EffectMonitor_BeamFire = 0x10001174
,
FX.Spell_HoldMonster_Agent__EffectMonitor = 0x10001175
,
FX.Spell_Harm_Agent__EffectMonitor = 0x10001176
,
FX.Spell_GoodHope_Agent__EffectMonitor = 0x10001177
,
FX.Spell_FoxsCunningMass_Agent__EffectMonitor = 0x10001178
,
FX.Spell_FlameArrow_Agent__EffectMonitor = 0x10001179
,
FX.Spell_Fireball_Agent__AOECallback = 0x1000117A
,
FX.Spell_EaglesSplendorMass_Agent__EffectMonitor = 0x1000117B
,
FX.Spell_DelayedBlastFireball_Agent__AOECallback = 0x1000117C
,
FX.Spell_CatsGraceMass_Agent__EffectMonitor = 0x1000117D
,
FX.Spell_SuggestionMass_Agent__AOECallback = 0x1000117E
,
FX.Spell_Slow_Agent__EffectMonitor = 0x1000117F
,
FX.Spell_SlayLiving_Agent__EffectMonitor = 0x10001180
,
FX.Spell_ResistEnergy_Sonic_Agent__EffectMonitor = 0x10001181
,
FX.Spell_PolarRay_Agent__EffectMonitor = 0x10001182
,
FX.Spell_Poison_Agent__EffectMonitor = 0x10001183
,
FX.Spell_ObscuringMist_Entity__EffectTerminator = 0x10001184
,
FX.Spell_InflictModerateWoundsMass_Agent__AOECallback = 0x10001185
,
FX.Spell_GreaterShout_Agent__EffectMonitor = 0x10001186
,
FX.Spell_CureSeriousWounds_Agent__EffectMonitor = 0x10001187
,
FX.Spell_CrushingDespair_Agent__EffectMonitor = 0x10001188
,
FX.Spell_Bane_Agent__EffectMonitor = 0x10001189
,
FX.Spell_FoxsCunning_Agent__EffectMonitor = 0x1000118A
,
FX.Spell_Flare_Agent__EffectMonitor = 0x1000118B
,
FX.Spell_CureCriticalWoundsMass_Agent__EffectMonitor = 0x1000118C
,
FX.Spell_CharmMonsterMass_Agent__AOECallback = 0x1000118D
,
FX.Spell_ChainLightning_Agent__NextNode = 0x1000118E
,
FX.Spell_BullsStrength_Agent__EffectMonitor = 0x1000118F
,
FX.Spell_Web_Agent__EffectMonitor = 0x10001190
,
FX.Spell_Soundburst_Agent__EffectMonitor = 0x10001191
,
FX.Spell_RepairModerateDamage_Agent__EffectMonitor = 0x10001192
,
FX.Spell_RemoveParalysis_Agent__EffectMonitor = 0x10001193
,
FX.Spell_RemoveCurse_Agent__EffectMonitor = 0x10001194
,
FX.Spell_ProtectionFromEnergy_Sonic_Agent__EffectMonitor = 0x10001195
,
FX.Spell_FogCloud_Entity__EffectTerminator = 0x10001196
,
FX.Spell_CureMinorWounds_Agent__EffectMonitor = 0x10001197
,
FX.Spell_ConeOfCold_Agent__AOECallback = 0x10001198
,
FX.Spell_ChainLightning_Agent__ReturnForNextNode = 0x10001199
,
FX.Spell_BestowCurse_Agent__EffectMonitor = 0x1000119A
,
FX.Spell_Web_Agent__AOECallback = 0x1000119B
,
FX.Spell_TouchofIdiocy_Agent__EffectMonitor = 0x1000119C
,
FX.Spell_Shield_Agent__EffectMonitor = 0x1000119D
,
FX.Spell_Rage_Agent__EffectMonitor = 0x1000119E
,
FX.Spell_ProtectionFromEnergy_Cold_Agent__EffectMonitor = 0x1000119F
,
FX.Spell_MagicMissile_Agent__EffectMonitor = 0x100011A0
,
FX.Spell_LayOnHands_Agent__EffectMonitor = 0x100011A1
,
FX.Spell_HaltUndead_Agent__EffectMonitor = 0x100011A2
,
FX.Spell_Disintegrate_Agent__EffectMonitor = 0x100011A3
,
FX.Spell_CureLightWoundsMass_Agent__AOECallback = 0x100011A4
,
FX.Spell_CureLightWounds_Agent__EffectMonitor = 0x100011A5
,
FX.Spell_ControlUndead_Agent__EffectMonitor = 0x100011A6
,
FX.Spell_Bless_Agent__AOECallback = 0x100011A7
,
FX.Spell_SolidFog_Entity__EffectTerminator = 0x100011A8
,
FX.Spell_Sleep_Agent__EffectMonitor = 0x100011A9
,
FX.Spell_Shout_Agent__EffectMonitor = 0x100011AA
,
FX.Spell_ScorchingRay_Agent__EffectMonitor = 0x100011AB
,
FX.Spell_Scare_Agent__AOECallback = 0x100011AC
,
FX.Spell_IncendiaryCloud_Entity__EffectMonitor = 0x100011AD
,
FX.Spell_GreaterHeroism_Agent__EffectMonitor = 0x100011AE
,
FX.Spell_EaglesSplendorMass_Agent__AOECallback = 0x100011AF
,
FX.Spell_CureModerateWounds_Agent__EffectMonitor = 0x100011B0
,
FX.Spell_CrushingDespair_Agent__AOECallback = 0x100011B1
,
FX.Spell_CharmMonster_Agent__EffectMonitor = 0x100011B2
,
FX.Spell_BullsStrengthMass_Agent__EffectMonitor = 0x100011B3
,
FX.Spell_SuggestionMass_Agent__EffectMonitor = 0x100011B4
,
FX.Spell_ResistEnergy_Acid_Agent__EffectMonitor = 0x100011B5
,
FX.Spell_RemoveDisease_Agent__EffectMonitor = 0x100011B6
,
FX.Spell_OtilukesFreezingSphere_Agent__AOECallback = 0x100011B7
,
FX.Spell_MindFog_Entity__EffectMonitor = 0x100011B8
,
FX.Spell_IncendiaryCloud_Entity__EffectTerminator = 0x100011B9
,
FX.Spell_DominatePerson_Agent__EffectMonitor = 0x100011BA
,
FX.Spell_Destruction_Agent__EffectMonitor = 0x100011BB
,
FX.Spell_CureSeriousWoundsMass_Agent__EffectMonitor = 0x100011BC
,
FX.Spell_BearsEndurance_Agent__EffectMonitor = 0x100011BD
,
FX.Spell_AcidFog_Entity__EffectMonitor = 0x100011BE
,
FX.Spell_WallOfWood_Agent__EffectMonitor = 0x100011BF
,
FX.Spell_Sleep_Agent__AOECallback = 0x100011C0
,
FX.Spell_RepairCriticalDamage_Agent__EffectMonitor = 0x100011C1
,
FX.Spell_ProtectionFromEvil_Agent__EffectMonitor = 0x100011C2
,
FX.Spell_PowerWordKill_Agent__EffectMonitor = 0x100011C3
,
FX.Spell_HoldPersonMass_Agent__EffectMonitor = 0x100011C4
,
FX.Spell_FlamingSphere_Agent__EffectMonitor = 0x100011C6
,
FX.Spell_FeatherFall_Agent__EffectMonitor = 0x100011C7
,
FX.Spell_Command_Agent__EffectMonitor = 0x100011C8
,
FX.Spell_BurningHands_Agent__EffectMonitor = 0x100011C9
,
FX.Spell_Blindness_Agent__EffectMonitor = 0x100011CA
,
FX.Spell_Aid_Agent__EffectMonitor = 0x100011CB
,
FX.Spell_ShockingGrasp_Agent__EffectMonitor = 0x100011CC
,
FX.Spell_Resistance_Agent__EffectMonitor = 0x100011CD
,
FX.Spell_RepairLightDamage_Agent__EffectMonitor = 0x100011CE
,
FX.Spell_MelfsAcidArrow_Agent__EffectMonitor = 0x100011CF
,
FX.Spell_MageArmor_Agent__EffectMonitor = 0x100011D0
,
FX.Spell_InflictSeriousWoundsMass_Agent__AOECallback = 0x100011D1
,
FX.Spell_InflictModerateWoundsMass_Agent__EffectMonitor = 0x100011D2
,
FX.Spell_InflictCriticalWounds_Agent__EffectMonitor = 0x100011D3
,
FX.Spell_Feeblemind_Agent__EffectMonitor = 0x100011D4
,
FX.Spell_CauseFear_Agent__EffectMonitor = 0x100011D5
,
FX.Spell_StinkingCloud_Entity__EffectMonitor = 0x100011D6
,
FX.Spell_ResistEnergy_Cold_Agent__EffectMonitor = 0x100011D7
,
FX.Spell_ProtectionFromEnergy_Acid_Agent__EffectMonitor = 0x100011D8
,
FX.Spell_MeteorSwarm_Agent__AOECallback = 0x100011D9
,
FX.Spell_InflictLightWounds_Agent__EffectMonitor = 0x100011DA
,
FX.Spell_HolySmite_Agent__EffectMonitor = 0x100011DB
,
FX.Spell_HolySmite_Agent__AOECallback = 0x100011DC
,
FX.Spell_GreaterCommand_Agent__AOECallback = 0x100011DD
,
FX.Spell_Flamestrike_Agent__AOECallback = 0x100011DE
,
FX.Spell_DeepSlumber_Agent__AOECallback = 0x100011DF
,
FX.Spell_CureCriticalWoundsMass_Agent__AOECallback = 0x100011E0
,
FX.Spell_BreakEnchantment_Agent__AOECallback = 0x100011E1
,
FX.Spell_Barkskin_Agent__EffectMonitor = 0x100011E2
,
FX.Spell_RemoveFear_Agent__EffectMonitor = 0x100011E3
,
FX.Spell_RemoveDeafness_Agent__EffectMonitor = 0x100011E4
,
FX.Spell_ProtectionFromEnergy_Fire_Agent__EffectMonitor = 0x100011E5
,
FX.Spell_OwlsWisdomMass_Agent__EffectMonitor = 0x100011E6
,
FX.Spell_OwlsWisdomMass_Agent__AOECallback = 0x100011E7
,
FX.Spell_Glitterdust_Entity__EffectMonitor = 0x100011E8
,
FX.Spell_Flamestrike_Agent__EffectMonitor = 0x100011E9
,
FX.Spell_DisruptUndead_Agent__EffectMonitor = 0x100011EA
,
FX.Spell_DazeMonster_Agent__EffectMonitor = 0x100011EB
,
FX.Spell_ChillTouch_Agent__EffectMonitor = 0x100011EC
,
FX.Spell_ChainLightning_Agent__EffectMonitor = 0x100011ED
,
FX.Spell_Suggestion_Agent__EffectMonitor = 0x100011EE
,
FX.Spell_RayOfFrost_Agent__EffectMonitor = 0x100011EF
,
FX.Spell_PhantasmalKiller_Agent__EffectMonitor = 0x100011F0
,
FX.Spell_Longstrider_Agent__EffectMonitor = 0x100011F1
,
FX.Spell_InflictSeriousWoundsMass_Agent__EffectMonitor = 0x100011F2
,
FX.Spell_Glitterdust_Entity__EffectTerminator = 0x100011F3
,
FX.Spell_FoxsCunningMass_Agent__AOECallback = 0x100011F4
,
FX.Spell_FalseLife_Agent__EffectMonitor = 0x100011F5
,
FX.Spell_Daze_Agent__EffectMonitor = 0x100011F6
,
FX.Spell_AcidFog_Entity__EffectTerminator = 0x100011F7
,
FX.Combat_Anim_Player___attk_lunge_180_end = 0x100011F8
,
FX.Combat_Anim_Player___block_start = 0x100011F9
,
FX.Combat_Anim_Player___attk_combo1_hold = 0x100011FA
,
FX.Combat_Anim_Player___attk_feat_whirlwind = 0x100011FB
,
FX.Combat_Anim_Player___attk_lunge_end = 0x100011FC
,
FX.Combat_Anim_Player___attk_combo1_powerup = 0x100011FD
,
FX.Combat_Anim_Player___block_impact = 0x100011FE
,
FX.Combat_Anim_Player___attk_return = 0x100011FF
,
FX.Combat_Anim_Player___attk_stand_combo2 = 0x10001200
,
FX.Combat_Anim_Player___attk_stand_combo3 = 0x10001201
,
FX.Combat_Anim_Player___attk_behind_180_start = 0x10001202
,
FX.Combat_Anim_Player___attk_feat_cleave = 0x10001203
,
FX.Combat_Anim_Player___attk_stand_combo4 = 0x10001204
,
FX.Combat_Anim_Player___attk_combo1_start = 0x10001205
,
FX.Combat_Anim_Player___attk_stand_combo5 = 0x10001206
,
FX.Combat_Anim_Player___block_left = 0x10001207
,
FX.Combat_Anim_Player___attk_combo1_end = 0x10001208
,
FX.Combat_Anim_Player___attk_feat_sneakattack = 0x10001209
,
FX.Combat_Anim_Player___attk_feat_greatcleave = 0x1000120A
,
FX.Combat_Anim_Player___attk_recoil = 0x1000120B
,
FX.Combat_Anim_Player___block_end = 0x1000120C
,
FX.Combat_Anim_Player___attk_feat_inspirecourage = 0x1000120D
,
FX.Combat_Anim_Player___block_break = 0x1000120E
,
FX.Combat_Anim_Player___attk_feat_fascinate = 0x1000120F
,
FX.Combat_Anim_Player___attk_feat_barbarian = 0x10001210
,
FX.Combat_Anim_Player___block_hold = 0x10001211
,
FX.Combat_Anim_Player___attk_combo2 = 0x10001212
,
FX.Combat_Anim_Player___attk_stand_combo1_end = 0x10001213
,
FX.Combat_Anim_Player___attk_combo3 = 0x10001214
,
FX.Combat_Anim_Player___attk_combo4 = 0x10001215
,
FX.Combat_Anim_Player___attk_combo5 = 0x10001216
,
FX.Combat_Anim_Player___attk_feat_rage = 0x10001217
,
FX.Combat_Anim_Player___attk_lunge_180_start = 0x10001218
,
FX.Combat_Anim_Player___block_right = 0x10001219
,
FX.Combat_Anim_Player___block_behind = 0x1000121A
,
FX.Combat_Anim_Player___attk_feat_TurnUndead = 0x1000121B
,
FX.Combat_Anim_Player___attk_feat_TurnUndead_Paladin = 0x1000121C
,
FX.Combat_OnHit_Agent__BullsStrengthSpell = 0x1000121E
,
FX.Combat_OnHit_Agent__OwlsWisdomSpell = 0x1000121F
,
FX.Combat_OnHit_Agent__FoxsCunningSpell = 0x10001220
,
FX.Combat_OnHit_Agent__EaglesSplendorSpell = 0x10001221
,
FX.Combat_OnHit_Agent__CatsGraceSpell = 0x10001222
,
FX.Combat_OnHit_Agent__BearsEnduranceSpell = 0x10001223
,
FX.Music_NPC__Start_ = 0x10001224
,
FX.Music_NPC__Stop_ = 0x10001225
,
FX.Music_NPC__RunCommands_ = 0x10001226
,
FX.Advancement_Player__CancelAdvancement = 0x10001227
,
FX.snd_teleport_start = 0x10001228
,
FX.snd_teleport_stop = 0x10001229
,
FX.AI_Logic_NPC__RequestSupport = 0x1000122A
,
FX.AI_Logic_NPC__GiveSupport = 0x1000122B
,
FX.Combat_Anim_Player___dodge_forward = 0x1000122C
,
FX.Combat_Anim_Player___dodge_left = 0x1000122D
,
FX.Combat_Anim_Player___impact = 0x1000122E
,
FX.Combat_Anim_Player___dodge_back = 0x1000122F
,
FX.Combat_Anim_Player___death_die = 0x10001230
,
FX.Combat_Anim_Player___dodge_right = 0x10001231
,
FX.Combat_Anim_Player___Knockdown_hit = 0x10001232
,
FX.Combat_Anim_Player___death_recover = 0x10001233
,
FX.Combat_Anim_Player___Knockdown_recover = 0x10001234
,
FX.Combat_Anim_Player___Knockdown_idle = 0x10001235
,
FX.Combat_Anim_Player___death_idle = 0x10001236
,
FX.Teleport_End = 0x10001238
,
FX.Teleport_Start = 0x10001239
,
FX.AI_Logic_NPC__Activate_1 = 0x1000123A
,
FX.AI_Logic_NPC__Activate_2 = 0x1000123B
,
FX.AI_Logic_NPC__Activate_3 = 0x1000123C
,
FX.AI_Logic_NPC__Activate_4 = 0x1000123D
,
FX.AI_Logic_NPC__Activate_5 = 0x1000123E
,
FX.AI_Logic_NPC__Activate_6 = 0x1000123F
,
FX.AI_Logic_NPC__Activate_7 = 0x10001240
,
FX.AI_Logic_NPC__Activate_8 = 0x10001241
,
FX.AI_Logic_NPC__Activate_9 = 0x10001242
,
FX.Spell_RayOfExhaustion_Agent__EffectMonitor = 0x10001243
,
FX.Spell_WavesOfExhaustion_Agent__EffectMonitor = 0x10001244
,
FX.Spell_WavesOfFatigue_Agent__EffectMonitor = 0x10001245
,
FX.Spell_WavesOfFatigue_Agent__AOECallback = 0x10001246
,
FX.Spell_WavesOfExhaustion_Agent__AOECallback = 0x10001247
,
FX.AI_Logic_NPC__RegisterIID = 0x10001248
,
FX.Spell_WailOfTheBanshee_Agent__AOECallback = 0x10001249
,
FX.Spell_WailOfTheBanshee_Agent__EffectMonitor = 0x1000124A
,
FX.Spell_Implosion_Agent__NextNode = 0x1000124B
,
FX.Spell_Implosion_Player__LightningBeam = 0x1000124C
,
FX.Spell_Implosion_Agent__ReturnForNextNode = 0x1000124D
,
FX.Spell_Implosion_Agent__AOECallback = 0x1000124E
,
FX.Spell_Implosion_Agent__EffectMonitor = 0x1000124F
,
FX.Combat_Anim_Player___Ranged_Attk_fire_normal = 0x10001250
,
FX.Combat_Anim_Player___Ranged_Attk_move_fire_rapid = 0x10001251
,
FX.Combat_Anim_Player___Ranged_Attk_fire_rapid = 0x10001252
,
FX.Combat_Anim_Player___Ranged_Attk_move_fire_rapid_fast = 0x10001254
,
FX.Combat_Anim_Player___Ranged_Attk_move_powerup = 0x10001256
,
FX.Combat_Anim_Player___Ranged_Attk_powerup = 0x10001257
,
FX.Combat_Anim_Player___Ranged_Attk_fire_rapid_fast = 0x10001258
,
FX.Combat_Anim_Player___Ranged_Attk_move_fire_normal = 0x10001259
,
FX.Skill_Anim_Player___LockPick_Hold = 0x1000125A
,
FX.Locomotion_Anim_Player___Ladder_up = 0x1000125B
,
FX.Abilities_LayOnHands_Agent__OnHitFX = 0x1000125C
,
FX.SSpell_OttosSphereOfDancing_Entity__EnterMonitor = 0x1000125D
,
FX.Combat_OnHit_Agent__HypnoticPatternSpell = 0x1000125E
,
FX.Abilities_LayOnHands_Player__FX = 0x10001260
,
FX.Locomotion_Anim_Player___Turn180_shuffle = 0x10001261
,
FX.Skill_Anim_Player___LockPick_End = 0x10001263
,
FX.Skill_Anim_Player___DisableDevice_Hold = 0x10001264
,
FX.Locomotion_Anim_Player___Turn180_Run = 0x10001265
,
FX.Spell_OttosSphereOfDancing_Entity__EffectMonitor = 0x10001266
,
FX.Combat_Anim_Player___Ranged_Attk_move_hold = 0x10001267
,
FX.Skill_Anim_Player___DisableDevice_End = 0x10001268
,
FX.AI_States_NPC__WaitForPlayer = 0x10001269
,
FX.Locomotion_Anim_Player___Turn180_Sneak = 0x1000126B
,
FX.Combat_Anim_Player___Ranged_Attk_move_fire_normal_fast = 0x1000126D
,
FX.Skill_Anim_Player___DisableDevice_Start = 0x1000126E
,
FX.AI_States_NPC__StopPatrol = 0x10001270
,
FX.AI_States_NPC__WaitForPlayerDetect = 0x10001271
,
FX.Spell_Beholder__Beam = 0x10001272
,
FX.Skill_Anim_Player___LockPick_Start = 0x10001273
,
FX.Locomotion_Anim_Player___Wallhang_up = 0x10001274
,
FX.AI_States_NPC__StartPatrol = 0x10001275
,
FX.Combat_Anim_Player___Ranged_Attk_hold = 0x10001276
,
FX.AI_Movement_NPC__Beholder = 0x10001277
,
FX.Combat_Anim_Player___Ranged_Attk_fire_normal_fast = 0x10001278
,
FX.Locomotion_Anim_Player___Turn180_Stand = 0x1000127B
,
FX.Combat_OnHit_Agent__HoldPersonSpell = 0x1000127D
,
FX.Durability_Item__OnBroken = 0x1000127E
,
FX.Durability_Item__OnWorn = 0x1000127F
,
FX.Durability_Item__OnDestroyed = 0x10001280
,
FX.Spell_Deafness_Agent__EffectMonitor = 0x10001282
,
FX.Spell_Grease_Player__CreateDecal_ = 0x10001283
,
FX.Appearance_Player__OnHelmetWorn = 0x10001285
,
FX.Appearance_Player__OnGearWorn = 0x10001286
,
FX.Appearance_Player__OnArmorWorn = 0x10001287
,
FX.Spell_Rage_Agent__AOECallback = 0x1000128E
,
FX.Spell_RemoveFear_Agent__AOECallback = 0x1000128F
,
FX.AI_Logic_Gargoyle__StoneForm = 0x10001291
,
FX.AI_Logic_Gargoyle__StoneFormAnim = 0x10001292
,
FX.Combat_Commands_Player___RangedSetupMissile = 0x10001293
,
FX.Combat_Callbacks_Monster__LFoot = 0x10001295
,
FX.Combat_Callbacks_Monster__RFoot = 0x10001296
,
FX.Combat_Anim_Player___StowWeapon = 0x10001297
,
FX.Spell_Invisibility_NPC__InvisibleFX = 0x1000129A
,
FX.Spell_SeeInvisibility_Player__EffectMonitor = 0x1000129B
,
FX.Spell_SeeInvisibility_NPC__Seen = 0x1000129C
,
FX.Spell_Invisibility_NPC__SeenInvisibleFX = 0x1000129E
,
FX.Spell_HypnoticPattern_Entity__EffectTerminator = 0x1000129F
,
FX.Spell_Invisibility_NPC__SeenInvisible = 0x100012AA
,
FX.Spell_Lullaby_Agent__EffectMonitor = 0x100012AB
,
FX.Spell_Lullaby_Agent__AOECallback = 0x100012AC
,
FX.Spell_FeatherFall_Agent__AOECallback = 0x100012AD
,
FX.Spell_SleetStorm_Player__CreateDecal_ = 0x100012AE
,
FX.Combat_Behavior_NPC___Entangled_Start = 0x100012AF
,
FX.Combat_Behavior_NPC___Entangled_End = 0x100012B0
,
FX.AI_Logic_Imp__StealItem = 0x100012B1
,
FX.AI_Logic_Imp__StealItemAnim = 0x100012B4
,
FX.Spell_Tumble_Agent__EffectMonitor = 0x100012B6
,
FX.Combat_Callbacks_Player__TwoHandedGlancing1 = 0x100012B7
,
FX.Combat_Callbacks_Player__TwoHandedGlancing2 = 0x100012B8
,
FX.Combat_Callbacks_Player__TwoHandedGlancing3 = 0x100012B9
,
FX.Combat_Callbacks_Player__TwoHandedGlancing4 = 0x100012BA
,
FX.Combat_Callbacks_Player__TwoHandedGlancing5 = 0x100012BB
,
FX.Combat_Commands_Player___SneakAttack = 0x100012BC
,
FX.Combat_Commands_Player__eSneakAttack = 0x100012BD
,
FX.Spell_CamouflageMass_Agent__AOECallback = 0x100012BF
,
FX.Spell_Camouflage_Agent__EffectMonitor = 0x100012C0
,
FX.Spell_CamouflageMass_Agent__EffectMonitor = 0x100012C1
,
FX.Entity_Logic_Entity__RegisterIID = 0x100012C2
,
FX.Combat_OnHit_Agent__HypnotismSpell = 0x100012C3
,
FX.Quest_NPC__WantsToBestowQuest = 0x100012D0
,
FX.Quest_Player__DetectQuestNPC_ = 0x100012D1
,
FX.Quest_NPC__WantsToAdvanceQuest = 0x100012D2
,
FX.AI_States_NPC__BecomeMonster = 0x100012D3
,
FX.AI_States_NPC__BecomeDefender = 0x100012D4
,
FX.AI_States_NPC__BecomeNPC = 0x100012D5
,
FX.AI_States_NPC__BecomeMonsterFodder = 0x100012D6
,
FX.AI_States_NPC__BecomeWild = 0x100012D7
,
FX.SCombat_Commands_NPC__QueuedCmd_ = 0x100012DD
,
FX.SCombat_Commands_NPC__RunningCmd_ = 0x100012DE
,
FX.SCombat_Commands_NPC__Run = 0x100012DF
,
FX.SCombat_Commands_NPC__Start_ = 0x100012E0
,
FX.SCombat_Commands_NPC__Queue = 0x100012E1
,
FX.Death_Agent__RunFatality = 0x100012E2
,
FX.SL_Trap_Toggle_Enabled = 0x100012E4
,
FX.Spell_OttosIrresistibleDance_Agent__EffectMonitor = 0x100012E9
,
FX.Spell_OttosResistibleDance_Agent__EffectMonitor = 0x100012EA
,
FX.Appearance_Player__GhostForm = 0x100012EB
,
FX.Spell_RaiseDead_Agent__EffectMonitor = 0x100012EC
,
FX.Spell_Resurrection_Agent__EffectMonitor = 0x100012ED
,
FX.Spell_TrueResurrection_Agent__EffectMonitor = 0x100012EE
,
FX.Death_Player__SoulStoneCountdown = 0x100012EF
,
FX.Death_Player__OnEnterSoulStoneRange = 0x100012F0
,
FX.Combat_OnHit_Item__Purify = 0x100012F7
,
FX.Combat_Anim_Player___StowWeapon_Right = 0x100012F9
,
FX.Combat_Anim_Player___StowWeapon_Dual = 0x100012FA
,
FX.Combat_Anim_Player___StowWeapon_Left = 0x100012FB
,
FX.Trap_PlayEffect_Custom = 0x100012FC
,
FX.Trap_Delivery_Custom = 0x100012FD
,
FX.Combat_OnHit_Agent__FlareSpell = 0x100012FE
,
FX.Combat_OnHit_Agent__FireShieldSpell = 0x100012FF
,
FX.AI_Logic_Elemental__EarthGrabAnim = 0x10001304
,
FX.Combat_OnHit_Agent__PoisionPoisonedStateSpell = 0x10001314
,
FX.Combat_OnHit_Agent__PoisionFinalSpell = 0x10001315
,
FX.AI_Quest_NPC__Abandoned_Keep_Kharvos_Valadan_Unlock_Then_Open = 0x10001318
,
FX.Combat_OnHit_Agent__FalseLifeSpell = 0x1000131B
,
FX.Combat_OnHit_Agent__DetectMagicSpell = 0x1000131C
,
FX.Combat_OnHit_Agent__DetectTrapSpell = 0x1000131D
,
FX.Combat_OnHit_Agent__BreakEnchantmentSpell = 0x1000131E
,
FX.Combat_OnHit_Agent__DetectSecretDoorSpell = 0x1000131F
,
FX.Combat_OnHit_Agent__ShieldOfFaithSpell = 0x10001320
,
FX.Combat_OnHit_Agent__MageArmorSpell = 0x10001321
,
FX.Spell_Elemental_Agent__EarthGrabEnd = 0x10001322
,
FX.Spell_Elemental_Agent__EarthGrabHold = 0x10001323
,
FX.Spell_Elemental_Agent__EarthGrabStart = 0x10001324
,
FX.Combat_OnHit_Agent__RaiseDeadSpell = 0x10001329
,
FX.Combat_OnHit_Agent__SlayLivingSpell = 0x1000132A
,
FX.Combat_OnHit_Agent__ResurrectionSpell = 0x1000132B
,
FX.Skill_Anim_Player___Search = 0x1000132C
,
FX.Combat_OnHit_Agent__HolySmiteSpell = 0x1000132D
,
FX.Spell_Prayer_Agent__AOECallback = 0x1000132E
,
FX.Combat_OnHit_Agent__PrayerSpell = 0x1000132F
,
FX.Townie_Anim_NPC___Working_Sweeper = 0x10001331
,
FX.Townie_Anim_NPC___Working_Scholar = 0x10001332
,
FX.Townie_Anim_NPC___Working_Bartender = 0x10001334
,
FX.Townie_Anim_NPC___Working_Blacksmith = 0x10001335
,
FX.Townie_Anim_NPC___Working_Warrior = 0x10001336
,
FX.Townie_Anim_NPC___Working_Patron_Bar = 0x10001337
,
FX.Townie_Anim_NPC___Working_Musician_Lute = 0x10001339
,
FX.Townie_Anim_NPC___Working_Musician_Zhang = 0x1000133A
,
FX.Combat_Behavior_Agent___Sleep_Disturb = 0x1000133C
,
FX.Combat_Behavior_Agent___Sleep = 0x1000133D
,
FX.Combat_Behavior_Agent___Frozen = 0x1000133E
,
FX.Combat_Behavior_NPC___Stun = 0x1000133F
,
FX.Combat_Behavior_Agent___Frozen_Struggle = 0x10001340
,
FX.Combat_Behavior_Agent___Sleep_Wakeup = 0x10001341
,
FX.Combat_Behavior_Agent___Sleep_LieDown = 0x10001342
,
FX.NPC_PlayerNearby = 0x10001343
,
FX.Townie_Command_NPC__AdmirePlayer = 0x10001344
,
FX.VO_OnHeardNoise = 0x10001345
,
FX.VO_OnNothingFound = 0x10001346
,
FX.VO_OnDetectPlayer = 0x10001347
,
FX.Emotes_NPC___Hello = 0x10001348
,
FX.Combat_OnHit_Agent__TrueResurrectionSpell = 0x10001349
,
FX.AI_Logic_Ogre__Flail = 0x1000134C
,
FX.AI_Logic_Ogre__FlailAnim = 0x1000134D
,
FX.AI_Logic_Ogre__FlailMoveTo = 0x1000134E
,
FX.AI_Quest_NPC__Catacombs_Head_Librarian_Guillaume_Arrive = 0x1000134F
,
FX.AI_Quest_NPC__Catacombs_Head_Librarian_Guillaume_Leave = 0x10001350
,
FX.AI_Quest_NPC__Catacombs_Head_Librarian_Guillaume_Open = 0x10001351
,
FX.Bank_NPC__CloseBank_ = 0x10001352
,
FX.Bank_NPC__OpenBank_ = 0x10001353
,
FX.Bank_NPC__MonitorBank_ = 0x10001354
,
FX.AI_Logic_Ogre__Rage = 0x10001355
,
FX.AI_Movement_NPC__Troll = 0x10001356
,
FX.AI_States_NPC__BecomeUsable = 0x10001357
,
FX.AI_States_NPC__BecomeUnusable = 0x10001358
,
FX.AI_Entrance_NPC___Type6 = 0x10001359
,
FX.AI_Entrance_NPC___Type6_Wait = 0x1000135A
,
FX.AI_Quest_NPC__Catacombs_Head_Librarian_Guillaume_Lost = 0x1000135B
,
FX.AI_Quest_NPC__Catacombs_Head_Librarian_Guillaume_Ambush = 0x1000135C
,
FX.AI_Quest_NPC__Catacombs_Head_Librarian_Guillaume_Point = 0x1000135D
,
FX.SL_Generator_KillAllMonsters = 0x1000135E
,
FX.AI_Logic_Spectre__Incorporeal = 0x10001363
,
FX.AI_Logic_Spectre__Corporeal = 0x10001364
,
FX.AI_Logic_Spectre__IncorporealMove = 0x10001365
,
FX.VO_Admire = 0x10001366
,
FX.VO_Ogle_Man = 0x10001367
,
FX.VO_Ogle_Woman = 0x10001368
,
FX.Combat_Commands_Player___Feat_LayOnHands = 0x10001369
,
FX.Spell_MissileReturn_Agent__Returning = 0x1000136C
,
FX.FloorPuzzle_SL_WestInput = 0x1000136D
,
FX.FloorPuzzle_SL_NorthInput = 0x1000136E
,
FX.FloorPuzzle_SL_SouthOutput = 0x1000136F
,
FX.FloorPuzzle_SL_WestOutput = 0x10001370
,
FX.FloorPuzzle_SL_EastOutput = 0x10001371
,
FX.FloorPuzzle_SL_EastInput = 0x10001372
,
FX.FloorPuzzle_SL_NorthOutput = 0x10001373
,
FX.FloorPuzzle_SL_SouthInput = 0x10001374
,
FX.FloorPuzzle_WestActivate = 0x10001375
,
FX.FloorPuzzle_EastActivate = 0x10001376
,
FX.FloorPuzzle_SouthActivate = 0x10001377
,
FX.FloorPuzzle_NorthActivate = 0x10001378
,
FX.FloorPuzzle_EastReturn = 0x10001379
,
FX.FlootPuzzle_WestReturn = 0x1000137A
,
FX.FloorPuzzle_SouthReturn = 0x1000137B
,
FX.FloorPuzzle_NorthReturn = 0x1000137C
,
FX.SL_OnPower = 0x1000137E
,
FX.SL_WhileNotPowered = 0x10001380
,
FX.SL_WhilePowered = 0x10001381
,
FX.SL_OnNoPower = 0x10001382
,
FX.Combat_Commands_Elemental___EarthGrab = 0x10001384
,
FX.AI_Logic_Scorpion__Burrow = 0x10001385
,
FX.AI_Logic_Scorpion__BurrowMove = 0x10001386
,
FX.AI_Logic_Scorpion__BurrowOut = 0x10001387
,
FX.Combat_Callbacks_Player__FeatLayOnHands = 0x10001388
,
FX.Combat_Anim_Player___attk_feat_layonhands = 0x10001389
,
FX.AI_Logic_Troglodyte__Stench = 0x1000138A
,
FX.AI_Logic_Troglodyte__StenchFX = 0x1000138B
,
FX.AI_Logic_Troglodyte__StenchEffect = 0x1000138C
,
FX.Combat_OnHit_Agent__LevelDrain = 0x10001390
,
FX.Combat_OnHit_Agent__ConstitutionDrain = 0x10001398
,
FX.AI_Quest_NPC__Lost_Seekers_Prisoner_Scorpion_Die = 0x10001399
,
FX.FX_Environment__Butterfly = 0x1000139A
,
FX.Combat_Commands_Agent___RestoreDefaultState = 0x1000139B
,
FX.AI_Patrol_NPC__TextSpew_1 = 0x1000139C
,
FX.AI_Patrol_NPC__TextSpew_2 = 0x1000139D
,
FX.AI_Patrol_NPC__TextSpew_3 = 0x1000139E
,
FX.AI_Logic_NPC__TextSpew_1 = 0x1000139F
,
FX.AI_Logic_NPC__TextSpew_2 = 0x100013A0
,
FX.AI_Logic_NPC__TextSpew_3 = 0x100013A1
,
FX.AI_Logic_NPC__TextSpew_4 = 0x100013A2
,
FX.Quest_NPC__QuestTargetMonster = 0x100013A3
,
FX.Combat_Commands_NPC___MeleeKnockdownOther3 = 0x100013AE
,
FX.Combat_Commands_NPC___MeleeKnockdownOther4 = 0x100013AF
,
FX.Combat_Commands_NPC___MeleeKnockdownOther1 = 0x100013B0
,
FX.Combat_Commands_NPC___MeleeKnockdownOther2 = 0x100013B1
,
FX.Combat_Commands_Skeleton___RessurectComrades = 0x100013B2
,
FX.Equipment_Monster_SpiderEgg__Break = 0x100013B3
,
FX.CTargeting_Target__OnTarget = 0x100013B7
,
FX.CTargeting_Target__OnOverTarget = 0x100013B8
,
FX.Skills_Diplomacy_Player___Start = 0x100013C2
,
FX.Skills_DisableDevice_Player___Hold = 0x100013C3
,
FX.Skills_Bluff_Player___End = 0x100013C4
,
FX.Skills_DisableDevice_Player___End = 0x100013C5
,
FX.Skills_Diplomacy_Player___Hold = 0x100013C6
,
FX.Skills_Bluff_Player___Start = 0x100013C7
,
FX.Skills_Diplomacy_Player___End = 0x100013C8
,
FX.Skills_Intimidate_Player___End = 0x100013CA
,
FX.Skills_Intimidate_Player___Hold = 0x100013CB
,
FX.Skills_Intimidate_Player___Start = 0x100013CD
,
FX.Skills_DisableDevice_Player___Start = 0x100013CE
,
FX.Skills_Bluff_Player___Hold = 0x100013CF
,
FX.Skills_OpenLock_Player___Hold = 0x100013D0
,
FX.Skills_OpenLock_Player___Start = 0x100013D1
,
FX.Skills_OpenLock_Player___End = 0x100013D2
,
FX.Action_Monitor_Agent__Usage = 0x100013D9
,
FX.Action_Command_Agent__Use = 0x100013DD
,
FX.Combat_OnHit_Agent__OttosIrresistibleDanceSpell = 0x100013DE
,
FX.Action_Monitor_Agent__Skill = 0x100013E1
,
FX.Action_Monitor_Agent__PaladinAbilities = 0x100013E2
,
FX.Action_Control_Agent__Usage = 0x100013E4
,
FX.Action_Control_Agent__GenericAction = 0x100013E5
,
FX.Action_Command_Agent__DoAction = 0x100013E6
,
FX.Action_Control_Agent__NoActionScript = 0x100013E7
,
FX.Action_Monitor_Agent__Skill_Search = 0x100013E8
,
FX.Action_Monitor_Agent__Skill_Intimidate = 0x100013E9
,
FX.Action_Monitor_Agent__Skill_Diplomacy = 0x100013EA
,
FX.Action_Monitor_Agent__Skill_Bluff = 0x100013EB
,
FX.Action_Detection_Agent__Skill_Intimidate = 0x100013EC
,
FX.Action_Detection_Agent__Skill_Diplomacy = 0x100013ED
,
FX.Action_Detection_Agent__Skill_Search = 0x100013EE
,
FX.Action_Monitor_Agent__Skill_Listen = 0x100013F0
,
FX.Skills_Detection_Interactive__DetectedTrap = 0x100013F1
,
FX.Puzzle_Wheel__While_1 = 0x100013F2
,
FX.Puzzle_Wheel__While_2 = 0x100013F3
,
FX.Puzzle_Wheel__On_0 = 0x100013F4
,
FX.Puzzle_Wheel__While_3 = 0x100013F5
,
FX.Puzzle_Wheel__On_1 = 0x100013F6
,
FX.Puzzle_Wheel__While_4 = 0x100013F7
,
FX.Puzzle_Wheel__On_2 = 0x100013F8
,
FX.Puzzle_Wheel__While_5 = 0x100013F9
,
FX.Puzzle_Wheel__On_3 = 0x100013FA
,
FX.Puzzle_Wheel__On_4 = 0x100013FB
,
FX.Puzzle_Wheel__On_5 = 0x100013FC
,
FX.Puzzle_Wheel__While_0 = 0x100013FD
,
FX.Combat_OnHit_Agent__RepairModerateWoundsSpell = 0x100013FE
,
FX.Combat_OnHit_Agent__RepairCriticalWoundsSpell = 0x100013FF
,
FX.Combat_OnHit_Agent__RepairSeriousWoundsSpell = 0x10001400
,
FX.Combat_OnHit_Agent__RepairMinorWoundsSpell = 0x10001401
,
FX.Combat_OnHit_Agent__RepairLightWoundsSpell = 0x10001402
,
FX.AI_ActionDialog_NPC__OnUse = 0x10001403
,
FX.AI_ActionDialog_NPC__OnEntrance = 0x10001404
,
FX.AI_ActionDialog_NPC__OnLowHealth = 0x10001405
,
FX.AI_ActionDialog_NPC__OnHighHealth = 0x10001406
,
FX.AI_ActionDialog_NPC__OnDeath = 0x1000140A
,
FX.AI_ActionDialog_NPC__OnMediumHealth = 0x1000140B
,
FX.AI_ActionDialog_NPC__OnDetect = 0x1000140C
,
FX.AI_ActionDialog_NPC__OnScriptLink_1 = 0x1000140D
,
FX.AI_ActionDialog_NPC__OnScriptLink_2 = 0x1000140E
,
FX.AI_ActionDialog_NPC__OnScriptLink_3 = 0x1000140F
,
FX.Appearance_Player__OnRobeWorn = 0x10001410
,
FX.Drone_Generator_Drone = 0x10001411
,
FX.Drone_Generator_Music_Cue = 0x10001412
,
FX.Drone_Generator_Combat_Cue = 0x10001413
,
FX.Drone_Generator_Combat_Cue_Fade_IN = 0x10001414
,
FX.Drone_Generator_Combat_Cue_Fade_OUT = 0x10001415
,
FX.Trap_Sound_Trigger = 0x10001416
,
FX.Combat_OnHit_Agent__RemoveFearSpell = 0x10001417
,
FX.Combat_OnHit_Agent__RemoveDiseaseSpell = 0x10001418
,
FX.Combat_OnHit_Agent__RemoveCurseSpell = 0x10001419
,
FX.Combat_OnHit_Agent__ParalysisSpell = 0x1000141A
,
FX.Combat_OnHit_Agent__RemoveParalysisSpell = 0x1000141B
,
FX.Combat_OnHit_Agent__RemoveBlindnessSpell = 0x1000141C
,
FX.Combat_OnHit_Agent__DiseaseSpell = 0x1000141D
,
FX.AI_ActionDialog_NPC__PlaySound = 0x10001428
,
FX.Townie_Anim_NPC___Working_Musician_Dumbek = 0x10001429
,
FX.Townie_Anim_NPC___Working_Musician_Bansuri = 0x1000142A
,
FX.Trap_Unhide = 0x1000142B
,
FX.OnCreation_Treasure__Sparkle = 0x1000142C
,
FX.OnCreation_Instant = 0x1000142D
,
FX.OnCreation_Treasure__Bling = 0x1000142E
,
FX.OnCreation_Persistent = 0x1000142F
,
FX.Usage_Restriction_Usable___OnLocked = 0x10001430
,
FX.Combat_Anim_Player___attk_combo1 = 0x10001431
,
FX.Inventory_Chest_Chest__Monitor = 0x10001435
,
FX.Inventory_Chest_Chest__Hide = 0x10001436
,
FX.Inventory_Chest_Chest__Open = 0x10001437
,
FX.Inventory_Chest_Chest__Close = 0x10001438
,
FX.Inventory_Chest_Chest__Show = 0x10001439
,
FX.Combat_OnHit_Agent__FistOfLightning = 0x1000143A
,
FX.Combat_OnHit_Agent__FistOfThunder = 0x1000143B
,
FX.snd_death_start = 0x1000143C
,
FX.snd_death_stop = 0x1000143D
,
FX.snd_death = 0x1000143E
,
FX.Combat_Callbacks_Monster__RHand2 = 0x1000143F
,
FX.Combat_Callbacks_Monster__LHand2 = 0x10001440
,
FX.Spell_BallLightning_Agent__EffectMonitor = 0x10001441
,
FX.Combat_Commands_Player__MountLedge = 0x10001442
,
FX.Combat_Commands_Player__MountLadder = 0x10001443
,
FX.Combat_Commands_Player__Climbing = 0x10001446
,
FX.Combat_Commands_Player__WallHang = 0x10001447
,
FX.Drone_Generator_Master_Fade_IN = 0x10001448
,
FX.Drone_Generator_Master_Fade_OUT = 0x10001449
,
FX.AI_States_NPC__PausePatrolForPlayer = 0x1000144A
,
FX.Drone_Generator_Drone_Stop = 0x1000144B
,
FX.Amb_Hallway_Medium_FadeIn = 0x1000144C
,
FX.Amb_Cave_Small_FadeOut = 0x1000144D
,
FX.Amb_Sewer_Small_FadeIn = 0x1000144E
,
FX.Amb_Hallway_Large_FadeIn = 0x1000144F
,
FX.Amb_Hallway_Medium_FadeOut = 0x10001450
,
FX.Amb_Hallway_Small_FadeOut = 0x10001451
,
FX.Amb_Cave_Medium_FadeOut = 0x10001452
,
FX.Amb_Cave_Medium_FadeIn = 0x10001453
,
FX.Amb_Cave_Large_FadeOut = 0x10001454
,
FX.Amb_Sewer_Large_FadeIn = 0x10001455
,
FX.Amb_Cave_Small_FadeIn = 0x10001456
,
FX.Amb_Sewer_Large_FadeOut = 0x10001457
,
FX.Amb_Hallway_Small_FadeIn = 0x10001458
,
FX.Amb_Hallway_Large_FadeOut = 0x10001459
,
FX.Amb_Sewer_Small_FadeOut = 0x1000145A
,
FX.Amb_Cave_Large_FadeIn = 0x1000145B
,
FX.Amb_Sewer_Medium_FadeOut = 0x1000145C
,
FX.Amb_Sewer_Medium_FadeIn = 0x1000145D
,
FX.Combat_Anim_Player___attk_action_genericcombatswing = 0x1000145F
,
FX.AI_Logic_NPC__MonitorFoeOnStop_ = 0x10001460
,
FX.Combat_Anim_Player___attk_action_genericcombatswing_end = 0x10001461
,
FX.Action_Monitor_Agent__SmiteEvil = 0x10001462
,
FX.Drone_Generator_GenOutside = 0x10001464
,
FX.Action_Agent__InvokeAction = 0x10001468
,
FX.Action_Agent__eInvokeAction = 0x10001469
,
FX.Action_Agent___InvokeAction = 0x1000146A
,
FX.AI_Logic_Listener_NPC__GetMostRecentAttacker = 0x10001470
,
FX.AI_States_NPC__StartFollow = 0x10001471
,
FX.AI_States_NPC__Follow = 0x10001472
,
FX.AI_States_NPC__StopFollow = 0x10001473
,
FX.CCombat_Commands_Player___Attack = 0x10001475
,
FX.Combat_OnHit_Agent__RestorationSpell = 0x10001476
,
FX.Combat_OnHit_Agent__RestorationGreaterSpell = 0x10001477
,
FX.Combat_OnHit_Agent__RestorationLesserSpell = 0x10001478
,
FX.Combat_OnHit_Agent__DispelMagicSpell = 0x1000147A
,
FX.Combat_OnHit_Agent__DispelMagicGreaterSpell = 0x1000147B
,
FX.Lava_Agent__EffectTerminator = 0x1000147C
,
FX.Lava_Agent__EffectMonitor = 0x1000147D
,
FX.AI_Quest_NPC__GiantSewersA_Boss_Minion2_Activate = 0x1000147E
,
FX.AI_Quest_NPC__GiantSewersA_Boss_Minion1_Activate = 0x1000147F
,
FX.Action_Control_Agent__GenericSpellAction = 0x10001787
,
FX.Combat_Anim_Agent___Cast_Shout_Other = 0x10001788
,
FX.Combat_Anim_Agent___Cast_Mind_Other = 0x10001789
,
FX.Combat_Anim_Agent___Cast_Shout_Hold = 0x1000178A
,
FX.Combat_Anim_Agent___Cast_Mind_Hold = 0x1000178B
,
FX.Combat_Anim_Agent___Cast_Aggro_Hold = 0x1000178C
,
FX.Combat_Anim_Agent___Cast_Aggro_AOE = 0x1000178D
,
FX.Combat_Anim_Agent___Cast_Buff_AOE = 0x1000178E
,
FX.Combat_Anim_Agent___Cast_Mind_Powerup = 0x1000178F
,
FX.Combat_Anim_Agent___Cast_Aggro_Powerup = 0x10001790
,
FX.Combat_Anim_Agent___Cast_Buff_Hold = 0x10001791
,
FX.Combat_Anim_Agent___Cast_Aggro_Other = 0x10001792
,
FX.Combat_Anim_Agent___Cast_Buff_Powerup = 0x10001793
,
FX.Combat_Anim_Agent___Cast_Buff_Self = 0x10001794
,
FX.Combat_Anim_Agent___Cast_Shout_Powerup = 0x10001795
,
FX.Combat_Anim_Agent___Cast_Buff_Other = 0x10001796
,
FX.Combat_Anim_Agent___Cast_Buff_Summon = 0x10001797
,
FX.Combat_Anim_Agent___Cast_Aggro_Summon = 0x10001798
,
FX.Combat_Anim_Agent___Cast_Aggro_Ray = 0x10001799
,
FX.Combat_Anim_Monster___Cast_Generic = 0x1000179A
,
FX.Combat_Anim_Monster___Cast_Aggro = 0x1000179B
,
FX.Combat_Anim_Monster___Cast_Buff = 0x1000179C
,
FX.Combat_Anim_Monster___Cast_Aggro_Powerup = 0x1000179D
,
FX.Combat_Anim_Monster___Cast_Buff_Powerup = 0x1000179F
,
FX.Drone_Generator_City_01 = 0x100017A0
,
FX.Drone_Generator_City_02 = 0x100017A1
,
FX.Drone_Generator_Tavern_01 = 0x100017A2
,
FX.AI_Logic_NPC__AOE2 = 0x100017A5
,
FX.Combat_Anim_Player___attk_action_aoeswing = 0x100017A9
,
FX.Combat_Anim_Player___attk_action_aoedoubleswing = 0x100017AA
,
FX.Quest_NPC__WantsToRebestowQuest = 0x100017AB
,
FX.Action_Detection_Agent__Feat_Cleave = 0x100017AC
,
FX.Action_Monitor_Agent__Feat_WhirlwindAttack = 0x100017AD
,
FX.Action_Monitor_Agent__Feat_Cleave = 0x100017AE
,
FX.Action_Detection_Agent__Feat_WhirlwindAttack = 0x100017AF
,
FX.Action_Monitor_Agent__Feat_Rage = 0x100017B0
,
FX.Action_Monitor_Agent__Feat_GreatCleave = 0x100017B1
,
FX.Action_Detection_Agent__Feat_GreatCleave = 0x100017B2
,
FX.levelup_mini = 0x100017B3
,
FX.levelup_mini_FX = 0x100017B4
,
FX.AI_KeyObject_NPC__CustomScript_1 = 0x100017B6
,
FX.AI_KeyObject_NPC__CustomScript_2 = 0x100017B7
,
FX.AI_KeyObject_NPC__CustomScript_3 = 0x100017B8
,
FX.AI_KeyObject_NPC__CustomScript_4 = 0x100017B9
,
FX.AI_KeyObject_NPC__CustomScript_5 = 0x100017BA
,
FX.AI_Logic_NPC__AOE = 0x100017BB
,
FX.AI_Logic_NPC__AOEFX = 0x100017BC
,
FX.AI_Logic_NPC__AOEEffect = 0x100017BD
,
FX.Combat_Anim_Player___action_rage = 0x100017BE
,
FX.GeneratorLastEntityUnbound = 0x100017BF
,
FX.Drone_Generator_City_03 = 0x100017C0
,
FX.Drone_Generator_City_04 = 0x100017C1
,
FX.Action_Monitor_Agent__Feat_TurnUndead = 0x100017C3
,
FX.Action_Detection_Agent__Feat_TurnUndead = 0x100017C4
,
FX.Spell_Haste_Agent__AOECallback = 0x100017C5
,
FX.Spell_Scare_Agent__Detect = 0x100017C6
,
FX.Combat_OnHit_Agent__PrecisionFeat = 0x100017C7
,
FX.Combat_OnHit_Agent__ResilienceFeat = 0x100017C8
,
FX.Combat_OnHit_Agent__EntanglingShotFeat = 0x100017C9
,
FX.Combat_OnHit_Agent__HamstringFeat = 0x100017CA
,
FX.Combat_OnHit_Agent__CombatExpertiseFeat = 0x100017CB
,
FX.Combat_OnHit_Agent__PowerAttackFeat = 0x100017CC
,
FX.Combat_OnHit_Agent__MaximizeFeat = 0x100017CD
,
FX.Drone_Generator_BossFight = 0x100017CE
,
FX.AI_Logic_NPC__IncorporealEnterFX = 0x100017CF
,
FX.AI_Logic_NPC__IncorporealMove = 0x100017D0
,
FX.AI_Logic_NPC__IncorporealExitFX = 0x100017D1
,
FX.AI_Logic_NPC__Incorporeal = 0x100017D2
,
FX.snd_test_01 = 0x100017D5
,
FX.snd_test_02 = 0x100017D6
,
FX.snd_test_03 = 0x100017D7
,
FX.snd_test_04 = 0x100017D8
,
FX.Combat_OnHit_Agent__HeightenFeat = 0x100017D9
,
FX.Combat_OnHit_Agent__ExtendFeat = 0x100017DA
,
FX.Combat_OnHit_Agent__EmpowerFeat = 0x100017DB
,
FX.Combat_OnHit_Agent__BleedFeat = 0x100017DC
,
FX.Combat_OnHit_Agent__Drowning = 0x100017DD
,
FX.Combat_OnHit_Agent__FeeblemindSpell = 0x100017DE
,
FX.AI_ActionDialog_NPC__OnAnyPlayerDeath = 0x100017DF
,
FX.AI_ActionDialog_NPC__OnMyTargetPlayerDeath = 0x100017E0
,
FX.Combat_Anim_Agent___Cast_Wand_Hold = 0x100017E1
,
FX.Combat_Anim_Agent___Cast_Wand_Other = 0x100017E2
,
FX.Combat_Anim_Agent___Cast_Wand_Powerup = 0x100017E3
,
FX.Combat_Anim_Agent___Cast_Wand_Self = 0x100017E4
,
FX.Combat_OnHit_Agent__StunFeat = 0x100017E5
,
FX.AI_Logic_NPC__Hide = 0x100017E6
,
FX.AI_Logic_NPC__HideDetected = 0x100017E8
,
FX.Skills_Hide_NPC__HideDetectedFX = 0x100017EE
,
FX.Skills_Hide_NPC__HideHiddenFX = 0x100017F0
,
FX.AI_Movement_NPC__CurrentlyMoving = 0x100017F2
,
FX.Drone_Generator_Ocean_01 = 0x100017F3
,
FX.Action_Detection_Agent__Threat = 0x100017F4
,
FX.AI_Logic_NPC__AOE2Effect = 0x100017F5
,
FX.AI_Logic_NPC__AOE2FX = 0x100017F6
,
FX.AI_Logic_NPC__AOE3Effect = 0x100017F7
,
FX.AI_Logic_NPC__AOE3FX = 0x100017F8
,
FX.AI_Logic_NPC__AOE3 = 0x100017F9
,
FX.AI_Logic_NPC__RemoveTargetAndReevaluate_ = 0x100017FA
,
FX.Action_Anim_Agent___Emote_Liedown = 0x100017FB
,
FX.Action_Anim_Agent___Emote_Point = 0x100017FC
,
FX.Action_Anim_Agent___Emote_Smoke1 = 0x100017FD
,
FX.Action_Anim_Agent___Emote_Sit = 0x100017FE
,
FX.Action_Anim_Agent___Emote_Sad = 0x100017FF
,
FX.Action_Anim_Agent___Emote_Drink = 0x10001800
,
FX.Action_Anim_Agent___Emote_Smoke = 0x10001801
,
FX.Action_Anim_Agent___Emote_Dance1 = 0x10001802
,
FX.Action_Anim_Agent___Emote_Dance2 = 0x10001803
,
FX.Action_Anim_Agent___Emote_Laugh = 0x10001804
,
FX.Action_Anim_Agent___Emote_Dance3 = 0x10001805
,
FX.Action_Anim_Agent___Emote_Wave = 0x10001806
,
FX.Action_Anim_Agent___Emote_Talk = 0x10001807
,
FX.Action_Anim_Agent___Emote_Cheer = 0x10001808
,
FX.Action_Anim_Agent___Emote_Angry = 0x10001809
,
FX.Action_Anim_Agent___Emote_Shrug = 0x1000180A
,
FX.Action_Anim_Agent___Emote_Look = 0x1000180B
,
FX.Action_Anim_Agent___Emote_Kneel = 0x1000180C
,
FX.Action_Anim_Agent___Emote_Dance = 0x1000180D
,
FX.Action_Anim_Agent___Emote_Bow = 0x1000180E
,
FX.Drone_Generator_NightAmb_01 = 0x1000180F
,
FX.Skills_Hide_NPC__Seen = 0x10001810
,
FX.Drone_Generator_Shop_01 = 0x10001812
,
FX.Advancement_Player__CancelBenefits = 0x10001817
,
FX.Usage_Waypoint_Waypoint__Monitor = 0x10001818
,
FX.Action_Anim_Agent___Emote_Clap = 0x10001819
,
FX.Action_Anim_Agent___Emote_Sit_End = 0x1000181A
,
FX.Action_Anim_Agent___Emote_Nod = 0x1000181B
,
FX.Action_Anim_Agent___Emote_Cry = 0x1000181C
,
FX.Action_Anim_Agent___Emote_Sleep_End = 0x1000181D
,
FX.Action_Anim_Agent___Emote_Sleep_Start = 0x1000181E
,
FX.Action_Anim_Agent___Emote_Kneel_End = 0x1000181F
,
FX.Action_Anim_Agent___Emote_Beg = 0x10001820
,
FX.Action_Anim_Agent___Emote_Waiting = 0x10001821
,
FX.Action_Anim_Agent___Emote_Sleep = 0x10001822
,
FX.Action_Anim_Agent___Emote_Shakehead = 0x10001823
,
FX.Action_Anim_Agent___Emote_Sit_Start = 0x10001824
,
FX.Action_Anim_Agent___Emote_Salute = 0x10001825
,
FX.Action_Anim_Agent___Emote_Kneel_Start = 0x10001826
,
FX.Action_Anim_Agent___Emote_Cower = 0x10001827
,
FX.Combat_OnHit_Agent__SlowSpell = 0x10001828
,
FX.Combat_OnHit_Agent__TumbleSpell = 0x10001829
,
FX.Combat_OnHit_Agent__JumpSpell = 0x1000182A
,
FX.Combat_OnHit_Agent__DivinePowerSpell = 0x1000182B
,
FX.Combat_OnHit_Agent__GoodHopeSpell = 0x1000182C
,
FX.Combat_OnHit_Agent__WavesOfFatigueSpell = 0x1000182D
,
FX.Combat_OnHit_Agent__GreaterHeroismSpell = 0x1000182E
,
FX.Combat_OnHit_Agent__WavesOfExhaustionSpell = 0x1000182F
,
FX.Combat_OnHit_Agent__CamouflageSpell = 0x10001830
,
FX.Combat_OnHit_Agent__WaterBreathingSpell = 0x10001831
,
FX.Combat_OnHit_Agent__HeroismSpell = 0x10001832
,
FX.Combat_OnHit_Agent__NeutralizePoisonSpell = 0x10001833
,
FX.Combat_OnHit_Agent__DeathwardSpell = 0x10001834
,
FX.Combat_OnHit_Agent__CrushingDespairSpell = 0x10001835
,
FX.FloorPuzzle_LightUp = 0x10001836
,
FX.Combat_OnHit_Agent__SleetStormSpell = 0x10001837
,
FX.Townie_Anim_NPC___Working_Musician_Pungi = 0x10001838
,
FX.Townie_Anim_NPC___Working_Musician_Tabla = 0x10001839
,
FX.Townie_Anim_NPC___Working_Musician_Bodhran = 0x1000183A
,
FX.Townie_Anim_NPC___Working_Musician_Sitar = 0x1000183B
,
FX.Combat_OnHit_Agent__GhoulTouchSpell = 0x1000183C
,
FX.Action_Monitor_Agent__Feat_GenericMelee = 0x1000183E
,
FX.Combat_OnHit_Agent__Petrify = 0x1000183F
,
FX.AI_Logic_NPC__SpecialAttack1 = 0x10001843
,
FX.AI_Logic_NPC__SpecialAttack2 = 0x10001844
,
FX.AI_Logic_NPC__SpecialAttack3 = 0x10001845
,
FX.Combat_OnHit_Agent__DominatePersonSpell = 0x10001846
,
FX.AI_Logic_NPC__SpecialAttack0 = 0x10001851
,
FX.AI_Logic_NPC__SpecialAttack4 = 0x10001852
,
FX.AI_Logic_NPC__SpecialAttack5 = 0x10001853
,
FX.AI_Logic_NPC__SpecialAttack6 = 0x10001854
,
FX.AI_Logic_NPC__SpecialAttack7 = 0x10001855
,
FX.AI_Logic_NPC__SpecialAttack8 = 0x10001856
,
FX.AI_Logic_NPC__SpecialAttack9 = 0x10001857
,
FX.AI_Movement_NPC__Dragon_Island = 0x10001858
,
FX.Appearance_Player__OnWarforgedWorn = 0x10001859
,
FX.Drone_Generator_Jungle_01 = 0x1000185C
,
FX.Drone_Generator_Shop_02 = 0x1000185D
,
FX.Drone_Generator_City_05 = 0x1000185E
,
FX.Drone_Generator_City_06 = 0x1000185F
,
FX.Action_Anim_Agent___Emote_LFH = 0x10001860
,
FX.Listener_Agent__MakeNoise = 0x10001861
,
FX.Action_Control_Agent__GenericAttackAction = 0x10001862
,
FX.Locomotion_Anim_Player___CharGen_Idle = 0x10001869
,
FX.CharGen_Appearance_Player__ShowClassArmor = 0x1000186A
,
FX.Combat_Anim_Player___attk_stand_combo1 = 0x1000186B
,
FX.Action_Agent__eCancelAction = 0x1000186C
,
FX.Action_Agent___CancelAction = 0x1000186D
,
FX.Action_Agent__CancelAction = 0x1000186E
,
FX.Action_Monitor_Agent__Feat_MassSuggestion = 0x1000186F
,
FX.Action_Detection_Agent__Feat_InspireCourage = 0x10001870
,
FX.Action_Monitor_Agent__Feat_InspireCompetence = 0x10001871
,
FX.Action_Monitor_Agent__Feat_InspireHeroism = 0x10001872
,
FX.Action_Detection_Agent__Feat_MassSuggestion = 0x10001873
,
FX.Action_Detection_Agent__Feat_Fascinate = 0x10001874
,
FX.Action_Monitor_Agent__Feat_Suggestion = 0x10001875
,
FX.Action_Monitor_Agent__Feat_InspireCourage = 0x10001876
,
FX.Action_Monitor_Agent__Feat_Fascinate = 0x10001877
,
FX.Combat_Commands_Player___MeleeMoveAttack1 = 0x10001878
,
FX.Combat_Commands_Player___MeleeMoveAttack2 = 0x10001879
,
FX.Combat_Anim_Player___attk_moving_combo1 = 0x1000187A
,
FX.Combat_Anim_Player___attk_moving_combo2 = 0x1000187B
,
FX.Action_Monitor_Agent__Feat_CombatExpertise = 0x10001886
,
FX.Action_Monitor_Agent__Feat_MetamagicEnlarge = 0x10001887
,
FX.Action_Monitor_Agent__Feat_MetamagicMaximize = 0x10001888
,
FX.Action_Monitor_Agent__Feat_DefensiveFighting = 0x10001889
,
FX.Action_Monitor_Agent__Feat_MetamagicHeighten = 0x1000188A
,
FX.Action_Monitor_Agent__Feat_PowerAttack = 0x1000188B
,
FX.Action_Monitor_Agent__Feat_MetamagicEmpower = 0x1000188C
,
FX.Action_Monitor_Agent__Feat_MetamagicExtend = 0x1000188D
,
FX.Action_Monitor_Agent__Feat_Precision = 0x1000188E
,
FX.Action_Monitor_Agent__Feat_Resilience = 0x1000188F
,
FX.Spell_Sunburst_Agent__AOECallback = 0x10001891
,
FX.Spell_Firestorm_Agent__AOECallback = 0x10001892
,
FX.Combat_Behavior_Agent___Entangled = 0x10001893
,
FX.Action_Agent___ToggleOffAction = 0x10001894
,
FX.Action_Agent__ToggleOffAction = 0x10001895
,
FX.Action_Agent__eToggleOffAction = 0x10001896
,
FX.AI_Movement_NPC__MoveProgressFailed = 0x10001897
,
FX.AI_Movement_NPC__MoveUnreachable = 0x10001898
,
FX.Action_Control_Agent__Start = 0x1000189C
,
FX.Action_Monitor_Agent__Feat_InspireGreatness = 0x1000189D
,
FX.Action_Detection_Agent__Feat_InspireGreatness = 0x1000189E
,
FX.Drone_Generator_12_1 = 0x100018A1
,
FX.Drone_Generator_12_10 = 0x100018A2
,
FX.Drone_Generator_12_2 = 0x100018A3
,
FX.Drone_Generator_12_11 = 0x100018A4
,
FX.Drone_Generator_12_3 = 0x100018A5
,
FX.Drone_Generator_12_12 = 0x100018A6
,
FX.Drone_Generator_12_4 = 0x100018A7
,
FX.Drone_Generator_12_5 = 0x100018A8
,
FX.Drone_Generator_12_6 = 0x100018A9
,
FX.Drone_Generator_12_7 = 0x100018AA
,
FX.Drone_Generator_12_8 = 0x100018AB
,
FX.Drone_Generator_12_9 = 0x100018AC
,
FX.Action_Detection_Agent__Feat_SmiteEvil = 0x100018AD
,
FX.SL_Trap_Enable = 0x100018AE
,
FX.Action_Detection_Agent__Feat_GenericMelee = 0x100018AF
,
FX.Trap_Feedback_Trap__Unhide = 0x100018B0
,
FX.Trap_Feedback_Trap__Sound_Tripped = 0x100018B1
,
FX.Trap_Feedback_Trap__Sound_Disable = 0x100018B2
,
FX.AI_Logic_NPC__MonitorNearbyCreatures_ = 0x100018B3
,
FX.Trap_Gameplay_Trap__DeliverEffect = 0x100018B5
,
FX.Trap_Feedback_Trap__PlayFX = 0x100018B6
,
FX.Trap_Gameplay_Trap__Activate = 0x100018B7
,
FX.Trap_Gameplay_Trap__DoDetection = 0x100018B8
,
FX.Advancement_NPC__TrainerClericFX = 0x100018B9
,
FX.Advancement_NPC__TrainerSorcererFX = 0x100018BA
,
FX.Quest_NPC__WantsToBestowDangerZoneQuest = 0x100018BB
,
FX.Advancement_NPC__TrainerRangerFX = 0x100018BC
,
FX.Advancement_NPC__TrainerBarbarianFX = 0x100018BD
,
FX.Quest_NPC__WantsToBestowAdventureZoneQuest = 0x100018BE
,
FX.Advancement_NPC__TrainerFighterFX = 0x100018BF
,
FX.Advancement_NPC__TrainerPaladinFX = 0x100018C0
,
FX.Advancement_NPC__TrainerBardFX = 0x100018C1
,
FX.LFG_Agent__LFG = 0x100018C2
,
FX.Advancement_NPC__TrainerRogueFX = 0x100018C3
,
FX.Advancement_NPC__TrainerWizardFX = 0x100018C4
,
FX.Quest_NPC__LockedAdventureZoneQuest = 0x100018C5
,
FX.AI_ActionDialog_NPC__OnPatrolInterrupt_1 = 0x100018CA
,
FX.AI_ActionDialog_NPC__OnPatrolInterrupt_2 = 0x100018CB
,
FX.AI_ActionDialog_NPC__OnPatrolResume_1 = 0x100018CC
,
FX.AI_ActionDialog_NPC__OnPatrolInterrupt_3 = 0x100018CD
,
FX.AI_ActionDialog_NPC__OnPatrolResume_2 = 0x100018CE
,
FX.AI_ActionDialog_NPC__OnPatrolResume_3 = 0x100018CF
,
FX.Quest_NPC__MonitorPlayerForAvailableQuests_ = 0x100018D0
,
FX.Action_Monitor_Agent__Feat_MissileAttack = 0x100018D2
,
FX.Emotes_NPC___Sit_Idle_A = 0x100018D3
,
FX.Spell_RayOfExhaustion_Agent__ShootBeams = 0x100018D5
,
FX.Spell_RayOfEnfeeblement_Agent__ShootBeams = 0x100018D6
,
FX.Spell_RayOfFrost_Agent__ShootBeams = 0x100018D7
,
FX.Spell_SearingLight_Agent__ShootBeams = 0x100018D8
,
FX.Spell_ScorchingRay_Agent__ShootBeams = 0x100018D9
,
FX.Spell_PolarRay_Agent__ShootBeams = 0x100018DA
,
FX.Spell_LightningBolt_Agent__ShootBeams = 0x100018DB
,
FX.Spell_SearingLight_Agent__AOECallback = 0x100018DC
,
FX.Spell_RayOfEnfeeblement_Agent__AOECallback = 0x100018DD
,
FX.Spell_RayOfExhaustion_Agent__AOECallback = 0x100018DE
,
FX.Spell_RayOfFrost_Agent__AOECallback = 0x100018DF
,
FX.Spell_PolarRay_Agent__AOECallback = 0x100018E0
,
FX.Spell_ScorchingRay_Agent__AOECallback = 0x100018E1
,
FX.Spell_Disintegrate_Agent__ShootBeams = 0x100018E2
,
FX.Spell_DisruptUndead_Agent__ShootBeams = 0x100018E3
,
FX.Spell_Disintegrate_Agent__AOECallback = 0x100018E4
,
FX.Spell_DisruptUndead_Agent__AOECallback = 0x100018E5
,
FX.Action_Detection_Entity__LeaveMonitor = 0x100018E6
,
FX.Action_Detection_Entity__EnterMonitor = 0x100018E7
,
FX.Action_Detection_Entity__AOECallback = 0x100018E8
,
FX.Action_Entity__StartFX = 0x100018E9
,
FX.Spell_ChainLightning_Agent__FinalNode = 0x100018EA
,
FX.Spell_Implosion_Agent__FinalNode = 0x100018EB
,
FX.Emotes_NPC___Sit_Id_Happy_A = 0x100018EC
,
FX.Emotes_NPC___Stand_Id_CounterWipe_A = 0x100018ED
,
FX.Emotes_NPC___Sit_Id_Clap_A = 0x100018EE
,
FX.Emotes_NPC___Sit_Id_Angry_A = 0x100018EF
,
FX.Emotes_NPC___Stand_Id_DrinkBar_A = 0x100018F0
,
FX.Emotes_NPC___Stand_Id_Cry_A = 0x100018F1
,
FX.Emotes_NPC___Stand_Id_Akimbo_A = 0x100018F2
,
FX.Emotes_NPC___Stand_Id_Scared_A = 0x100018F3
,
FX.Emotes_NPC___Stand_Id_Talk_Drunk_A = 0x100018F4
,
FX.Emotes_NPC___Stand_Id_Guard_A = 0x100018F5
,
FX.Emotes_NPC___Stand_Id_Talk_Happy_A = 0x100018F6
,
FX.Emotes_NPC___Stand_Id_Happy_A = 0x100018F7
,
FX.Emotes_NPC___Sit_Id_Sleep_A = 0x100018F8
,
FX.Emotes_NPC___Stand_Id_Lean_A = 0x100018F9
,
FX.Emotes_NPC___Sit_Id_Drink_A = 0x100018FA
,
FX.Emotes_NPC___Stand_Id_Sad_A = 0x100018FB
,
FX.Emotes_NPC___Sit_Id_Talk_A = 0x100018FC
,
FX.Emotes_NPC___Sit_Id_Sad_A = 0x100018FD
,
FX.Emotes_NPC___Stand_Id_Talk_Angry_A = 0x100018FE
,
FX.Emotes_NPC___Stand_Id_Drink_A = 0x100018FF
,
FX.Emotes_NPC___Stand_Id_BellyUp_A = 0x10001900
,
FX.Emotes_NPC___Stand_Id_ScholarRead_A = 0x10001901
,
FX.Emotes_NPC___Stand_Id_Nod_A = 0x10001902
,
FX.Emotes_NPC___Stand_Id_Drunk_A = 0x10001903
,
FX.Emotes_NPC___Stand_Id_Pray_A = 0x10001904
,
FX.Emotes_NPC___Stand_Id_Drunk_B = 0x10001905
,
FX.Emotes_NPC___Stand_Id_WindowClean_A = 0x10001906
,
FX.Emotes_NPC___Stand_Id_A = 0x10001907
,
FX.Emotes_NPC___Stand_Id_Talk_Sad_A = 0x10001908
,
FX.Emotes_NPC___Sit_Id_A = 0x10001909
,
FX.Emotes_NPC___Stand_Em_Talk_Happy_A = 0x1000191C
,
FX.Emotes_NPC___Sit_Em_Clap_A = 0x1000191D
,
FX.Emotes_NPC___Stand_Em_Talk_Angry_A = 0x1000191E
,
FX.Emotes_NPC___Stand_Em_Salute_A = 0x1000191F
,
FX.Emotes_NPC___Stand_Em_Alert_A = 0x10001920
,
FX.Emotes_NPC___Stand_Em_Cry_A = 0x10001921
,
FX.Emotes_NPC___Sit_Em_Beckon_A = 0x10001922
,
FX.Emotes_NPC___Stand_Em_Talk_Drunk_A = 0x10001923
,
FX.Emotes_NPC___Sit_Em_Drink_A = 0x10001924
,
FX.Emotes_NPC___Sit_Em_Talk_A = 0x10001925
,
FX.Emotes_NPC___Stand_Em_WeightShift_A = 0x10001926
,
FX.Emotes_NPC___Stand_Em_Talk_Sad_A = 0x10001927
,
FX.JumpTest = 0x10001928
,
FX.Action_Entity__RunOverlayFX = 0x10001929
,
FX.Spell_SummonMonster1_Agent__EffectMonitor = 0x1000192A
,
FX.Spell_SummonMonster3_Agent__EffectMonitor = 0x1000192B
,
FX.Spell_SummonMonster2_Agent__EffectMonitor = 0x1000192C
,
FX.Spell_SummonMonster5_Agent__EffectMonitor = 0x1000192D
,
FX.Spell_SummonMonster4_Agent__EffectMonitor = 0x1000192E
,
FX.Emotes_NPC___Music_Sit_Id_Bansuri_A = 0x10001931
,
FX.Emotes_NPC___Music_Sit_Id_Bansuri_B = 0x10001932
,
FX.Emotes_NPC___Music_Sit_Id_Sitar_A = 0x10001933
,
FX.Emotes_NPC___Music_Sit_Id_Zhang_A = 0x10001934
,
FX.Emotes_NPC___Music_Sit_Id_Zhang_B = 0x10001935
,
FX.Emotes_NPC___Music_Sit_Id_Tabla_A = 0x10001936
,
FX.Emotes_NPC___Music_Sit_Id_Tabla_B = 0x10001937
,
FX.Emotes_NPC___Music_Sit_Id_Bodhran_A = 0x10001938
,
FX.Emotes_NPC___Music_Sit_Id_Dumbek_A = 0x10001939
,
FX.Emotes_NPC___Music_Sit_Id_Pungi_A = 0x1000193A
,
FX.Emotes_NPC___Music_Sit_Id_Dumbek_B = 0x1000193B
,
FX.Emotes_NPC___Music_Sit_Id_Sitar_B = 0x1000193C
,
FX.Combat_OnHit_Agent__CloudKillSpell = 0x1000193D
,
FX.Emotes_NPC___Stand_Em_Performer_Action_A = 0x1000193E
,
FX.Emotes_NPC___Stand_Em_Performer_Action_B = 0x1000193F
,
FX.Emotes_NPC___Stand_Id_Performer_A = 0x10001940
,
FX.Death_Agent__Rot = 0x10001941
,
FX.Combat_OnHit_Agent__BaneSpell = 0x10001943
,
FX.Spell_SeeInvisibility_NPC__CheckPlayer_ = 0x10001948
,
FX.Skills_Hide_NPC__DetectPlayer_ = 0x10001949
,
FX.Combat_OnHit_Agent__HealSpell = 0x1000194A
,
FX.Skills_Detection_Interactive__CheckPlayer_ = 0x1000194B
,
FX.Spell_DetectSecretDoors_Interactive__CheckPlayer_ = 0x1000194E
,
FX.Spell_DetectSecretDoors_Interactive__Detected = 0x1000194F
,
FX.Skills_Detection_Interactive__Detected = 0x10001950
,
FX.Combat_OnHit_Agent__TouchOfIdiocySpell = 0x10001951
,
FX.Combat_OnHit_Agent__SummonSpell = 0x10001952
,
FX.Spell_SeeInvisibility_Agent__EffectMonitor = 0x10001953
,
FX.Appearance_Player__OnHideEars = 0x10001965
,
FX.Action_Anim_Agent___Feat_BardSong_Fire = 0x10001966
,
FX.Action_Anim_Agent___Feat_BardSong_End = 0x10001967
,
FX.Action_Monitor_Agent__Feat_ManyShot = 0x10001968
,
FX.Action_Anim_Agent___Feat_BardSong_Start = 0x10001969
,
FX.Action_Anim_Agent___Missile_Attack = 0x1000196A
,
FX.AI_Logic_NPC__GoHome = 0x1000196B
,
FX.Combat_Resist_Agent__SpellHit = 0x1000196C
,
FX.Combat_Resist_Agent__ElectricHit = 0x1000196D
,
FX.Combat_Resist_Agent__SonicHit = 0x1000196E
,
FX.Combat_Resist_Agent__ColdHit = 0x1000196F
,
FX.Combat_Resist_Agent__FireHit = 0x10001970
,
FX.Combat_Resist_Agent__AcidHit = 0x10001971
,
FX.Emotes_NPC___Sit_Id_B = 0x10001972
,
FX.Reward_NPC__MonitorReward_ = 0x10001973
,
FX.Reward_NPC__CloseReward_ = 0x10001974
,
FX.Spell_BallLightning_Agent__AOECallback = 0x10001975
,
FX.Spell_BallLightning_Agent__ShootMe = 0x10001976
,
FX.Spell_BallLightning_Agent__ShootBeams = 0x10001977
,
FX.Emotes_NPC___Sit_Id_C = 0x10001978
,
FX.Emotes_NPC___Sit_Id_D = 0x10001979
,
FX.Emotes_NPC___Sit_Id_E = 0x1000197A
,
FX.Spell_Firetrap_Agent__Detonate = 0x1000197B
,
FX.Spell_Firetrap_Agent__AOECallback = 0x1000197C
,
FX.Spell_Webtrap_Entity__EffectMonitor = 0x1000197E
,
FX.Spell_Webtrap_Agent__Detonate = 0x1000197F
,
FX.Spell_Soundbursttrap_Agent__Detonate = 0x10001980
,
FX.Spell_Prismatictrap_Entity__EffectMonitor = 0x10001981
,
FX.Spell_Prismatictrap_Agent__Detonate = 0x10001982
,
FX.Spell_Feartrap_Agent__AOECallback = 0x10001983
,
FX.Spell_Slowtrap_Agent__AOECallback = 0x10001984
,
FX.Spell_Purifyingtrap_Agent__Detonate = 0x10001985
,
FX.Spell_Slowtrap_Entity__EffectMonitor = 0x10001986
,
FX.Spell_Webtrap_Agent__AOECallback = 0x10001987
,
FX.Spell_Slowtrap_Agent__Detonate = 0x10001988
,
FX.Spell_Feartrap_Agent__Detonate = 0x10001989
,
FX.Spell_Soundbursttrap_Agent__AOECallback = 0x1000198A
,
FX.Spell_HypnoticPatterntrap_Entity__EffectMonitor = 0x1000198B
,
FX.Spell_Feartrap_Agent__EffectMonitor = 0x1000198C
,
FX.Spell_Dancetrap_Agent__Detonate = 0x1000198D
,
FX.Spell_Firetrap_Agent__EffectMonitor = 0x1000198E
,
FX.Spell_Coldtrap_Agent__EffectMonitor = 0x1000198F
,
FX.Spell_HypnoticPatterntrap_Agent__Detonate = 0x10001990
,
FX.Spell_Soundbursttrap_Entity__EffectMonitor = 0x10001991
,
FX.Spell_Purifyingtrap_Agent__AOECallback = 0x10001992
,
FX.Spell_Dancetrap_Agent__AOECallback = 0x10001993
,
FX.Spell_Dancetrap_Agent__EffectMonitor = 0x10001995
,
FX.Spell_Purifyingtrap_Entity__EffectMonitor = 0x10001996
,
FX.Spell_Coldtrap_Agent__AOECallback = 0x10001997
,
FX.Spell_Coldtrap_Agent__Detonate = 0x10001998
,
FX.Spell_HypnoticPatterntrap_Agent__AOECallback = 0x1000199A
,
FX.Action_Detection_Entity__EnterFarMonitor = 0x1000199B
,
FX.Spell_Prismatictrap_Agent__AOECallbackIndigo = 0x1000199D
,
FX.Spell_Prismatictrap_Agent__AOECallbackGreen = 0x1000199E
,
FX.Spell_Prismatictrap_Agent__AOECallbackViolet = 0x1000199F
,
FX.Spell_Prismatictrap_Agent__AOECallbackYellow = 0x100019A0
,
FX.Spell_Prismatictrap_Agent__AOECallbackBlue = 0x100019A1
,
FX.Spell_Prismatictrap_Agent__AOECallbackOrange = 0x100019A2
,
FX.Spell_Prismatictrap_Agent__AOECallbackRed = 0x100019A3
,
FX.Trap_Gameplay_Trap__FireMissile = 0x100019A4
,
FX.FX_Lute = 0x100019A5
,
FX.Spell_MurlyndsSpoon_Agent__EffectMonitor = 0x100019A6
,
FX.Emotes_NPC___Stand_Em_Drink_A = 0x100019C5
,
FX.Emotes_NPC___Stand_Id_B = 0x100019C6
,
FX.Emotes_NPC___Stand_Em_DrinkBar_A = 0x100019C7
,
FX.Emotes_NPC___Stand_Id_C = 0x100019C8
,
FX.Combat_OnHit_Agent__BlindingFlashSpell = 0x100019C9
,
FX.Spell_BlindingFlash_Agent__EffectMonitor = 0x100019CA
,
FX.Emotes_NPC___Stand_Id_ArmsCrossed_A = 0x100019CB
,
FX.CharGen_Appearance_Player__CharGenTransition = 0x100019CF
,
FX.Combat_OnHit_Agent__Dispell = 0x100019D1
,
FX.Combat_Commands_Player___RangedReload = 0x100019D2
,
FX.Combat_Anim_Player___Ranged_Attk_reload = 0x100019D3
,
FX.Drone_Generator_Tavern_02 = 0x100019D4
,
FX.Drone_Generator_Tavern_03 = 0x100019D5
,
FX.Drone_Generator_Tavern_04 = 0x100019D6
,
FX.Combat_Commands_Player___RangedReloadLoop = 0x100019D7
,
FX.Action_Anim_Agent___Emote_Sheath = 0x100019D8
,
FX.Spell_DeathWard_Agent__EffectMonitor = 0x100019D9
,
FX.Combat_Compelled_Player___DanceOut = 0x100019DA
,
FX.Combat_Compelled_Player___KnockdownIdle = 0x100019DB
,
FX.Combat_Compelled_Player___StunIn = 0x100019DC
,
FX.Combat_Compelled_Player___KnockdownIn = 0x100019DD
,
FX.Combat_Compelled_Player___KnockdownOut = 0x100019DE
,
FX.Combat_Compelled_Player___StunIdle = 0x100019DF
,
FX.Combat_Compelled_Player___EntangleOut = 0x100019E0
,
FX.Combat_Compelled_Player___EntangleIdle = 0x100019E1
,
FX.Combat_Compelled_Player___EntangleIn = 0x100019E2
,
FX.Combat_Compelled_Player___SleepIdle = 0x100019E3
,
FX.Combat_Compelled_Player___DanceIdle = 0x100019E4
,
FX.Combat_Compelled_Player___SleepIn = 0x100019E5
,
FX.Combat_Compelled_Player___ParalyzeOut = 0x100019E6
,
FX.Combat_Compelled_Player___SleepOut = 0x100019E7
,
FX.Combat_Compelled_Player___ParalyzeIn = 0x100019E8
,
FX.Combat_Compelled_Player___ParalyzeIdle = 0x100019E9
,
FX.Combat_Compelled_Player___StunOut = 0x100019EA
,
FX.Combat_Compelled_Player___DanceIn = 0x100019EB
,
FX.Combat_Anim_Agent___Cast_Wand = 0x100019EE
,
FX.Combat_Anim_Agent___Cast_Ray = 0x100019EF
,
FX.Combat_Anim_Agent___Cast_Summon = 0x100019F0
,
FX.Combat_Anim_Agent___Cast_Aggro = 0x100019F1
,
FX.Combat_Anim_Agent___Cast_Mobile = 0x100019F2
,
FX.Combat_Anim_Agent___Cast_Mobile_Summon = 0x100019F3
,
FX.Combat_Anim_Agent___Cast_AOE = 0x100019F4
,
FX.Combat_Anim_Agent___Cast_Buff = 0x100019F5
,
FX.Combat_Anim_Player___Jump_Apex = 0x100019F6
,
FX.Combat_Anim_Player___Jump_Land = 0x100019F7
,
FX.Appearance_Player__OnWfgGearWorn = 0x100019F9
,
FX.Drone_Generator_TempestSpine = 0x100019FA
,
FX.Action_Event_Entity__EnterWater = 0x100019FB
,
FX.SL_LeverMaster_Set_Persistent_Open_1 = 0x100019FC
,
FX.SL_LeverMaster_Set_Persistent_Open_2 = 0x100019FD
,
FX.SL_LeverMaster_Set_Persistent_Open_3 = 0x100019FE
,
FX.SL_LeverMaster_Set_Persistent_Close_1 = 0x100019FF
,
FX.SL_LeverMaster_Set_Persistent_Close_2 = 0x10001A00
,
FX.SL_LeverMaster_Set_Persistent_Close_3 = 0x10001A01
,
FX.Action_Command_Agent__DoAction_Sheath = 0x10001A03
,
FX.Quest_Player__QuestComplete = 0x10001A04
,
FX.Quest_Player__QuestAdvanced = 0x10001A05
,
FX.Combat_OnHit_Agent__ActionBoostFeat = 0x10001A06
,
FX.Combat_OnHit_Agent__MagicMissile = 0x10001A07
,
FX.Drone_Generator_Foyer_01 = 0x10001A08
,
FX.Drone_Generator_Foyer_02 = 0x10001A09
,
FX.Drone_Generator_Foyer_03 = 0x10001A0A
,
FX.Drone_Generator_Foyer_04 = 0x10001A0B
,
FX.Combat_OnHit_Agent__AidSpell = 0x10001A0C
,
FX.Combat_OnHit_Agent__DoomSpell = 0x10001A0D
,
FX.Action_Monitor_Agent__Skill_DisableDevice = 0x10001A0E
,
FX.Action_Monitor_Agent__Skill_Heal = 0x10001A0F
,
FX.Action_Monitor_Agent__Skill_Repair = 0x10001A10
,
FX.Drone_Generator_epic_1 = 0x10001A11
,
FX.Drone_Generator_epic_2 = 0x10001A12
,
FX.Drone_Generator_epic_3 = 0x10001A13
,
FX.Drone_Generator_epic_4 = 0x10001A14
,
FX.Drone_Generator_epic_5 = 0x10001A15
,
FX.Drone_Generator_epic_6 = 0x10001A16
,
FX.Drone_Generator_epic_7 = 0x10001A17
,
FX.AI_Movement_NPC__MoveRandom = 0x10001A18
,
FX.Combat_Resist_Agent__CombatHit = 0x10001A19
,
FX.AI_Movement_NPC__WalkHome = 0x10001A1A
,
FX.AI_Movement_NPC__MoveStuck = 0x10001A1B
,
FX.AI_Movement_NPC__Flee = 0x10001A1C
,
FX.Drone_Generator_Tavern_05 = 0x10001A1D
,
FX.Drone_Generator_Tavern_06 = 0x10001A1E
,
FX.Action_Detection_Agent__Feat_AuraOfCourage = 0x10001A1F
,
FX.Action_Detection_Agent__Feat_AuraOfGood = 0x10001A20
,
FX.Spell_DaPositive_Agent__EffectMonitor = 0x10001A21
,
FX.Spell_DaFire_Agent__EffectMonitor = 0x10001A22
,
FX.Spell_DaGood_Agent__EffectMonitor = 0x10001A23
,
FX.Spell_DaUniversal_Agent__EffectMonitor = 0x10001A24
,
FX.Spell_DaSonic_Agent__EffectMonitor = 0x10001A25
,
FX.Spell_DaAcid_Agent__EffectMonitor = 0x10001A26
,
FX.Spell_DaRepair_Agent__EffectMonitor = 0x10001A27
,
FX.Spell_DaForce_Agent__EffectMonitor = 0x10001A28
,
FX.Spell_DaLight_Agent__EffectMonitor = 0x10001A29
,
FX.Spell_DaCold_Agent__EffectMonitor = 0x10001A2A
,
FX.Spell_DaNegative_Agent__EffectMonitor = 0x10001A2B
,
FX.Spell_DaElectric_Agent__EffectMonitor = 0x10001A2C
,
FX.Combat_Callbacks_Player__TwoHandedGlancing0 = 0x10001A2D
,
FX.Combat_Callbacks_Player__TwoHandedMulti0 = 0x10001A2E
,
FX.Combat_Callbacks_Player__TwoHanded0 = 0x10001A2F
,
FX.Combat_Callbacks_Player__MeleeRightHand0 = 0x10001A30
,
FX.Combat_Callbacks_Player__MeleeRightHandMulti0 = 0x10001A31
,
FX.Combat_Callbacks_Player__MeleeLeftHand0 = 0x10001A32
,
FX.Combat_Callbacks_Player__MeleeLeftHandMulti0 = 0x10001A33
,
FX.Combat_Callbacks_Player__MeleeRightHandGlancing0 = 0x10001A34
,
FX.Combat_Callbacks_Player__MeleeLeftHandGlancing0 = 0x10001A35
,
FX.Trap_Gameplay_Trap__Impulse = 0x10001A37
,
FX.Action_Anim_Agent___Emote_Eat_Start = 0x10001A38
,
FX.Action_Anim_Agent___Emote_Eat_End = 0x10001A39
,
FX.Action_Anim_Agent___Emote_Eat = 0x10001A3A
,
FX.Cloak_OnHit_Admin__CloakPersistent = 0x10001A3B
,
FX.Cloak_OnHit_Admin__Cloak = 0x10001A3C
,
FX.AI_SpellSelection_NPC__MonitorAlliesForHeals = 0x10001A3D
,
FX.AI_SpellSelection_NPC__MonitorAlliesForBuffs = 0x10001A3E
,
FX.Spell_Light__CreateCollisionLight = 0x10001A45
,
FX.Spell_Enervation_Agent__EffectMonitor = 0x10001A46
,
FX.Action_Monitor_Entity__LingeringSpellMonitor = 0x10001A47
,
FX.Action_Monitor_Agent__Feat_ImprovedFeint = 0x10001A4A
,
FX.Action_Detection_Agent__Feat_ImprovedFeint = 0x10001A4B
,
FX.Combat_OnHit_Agent__BlindnessSpell_Glitterdust = 0x10001A4C
,
FX.Combat_OnHit_Agent__BlindnessSpell_HolySmite = 0x10001A4D
,
FX.Combat_OnHit_Agent__BlindnessSpell_Flashblinded = 0x10001A4E
,
FX.Spell_BladeBarrier_Agent__EffectMonitor = 0x10001A4F
,
FX.Spell_WallOfFire_Agent__EffectMonitor = 0x10001A50
,
FX.Death_RunScriptLinks = 0x10001A53
,
FX.SL_Fire_OnExtinguish = 0x10001A54
,
FX.SL_Fire_Extinguish = 0x10001A55
,
FX.AI_Logic_NPC__SetNPCEnemyLastKnownPosition = 0x10001A58
,
FX.Advancement_Player__SpellSwap = 0x10001A59
,
FX.Advancement_Player__CancelSpellSwap = 0x10001A5A
,
FX.SL_Door_OnBreak = 0x10001A5B
,
FX.SL_Door_OnPick = 0x10001A5C
,
FX.Spell_FleshToStone_Agent__EffectMonitor = 0x10001A5D
,
FX.Spell_Enervation_Agent__ShootBeams = 0x10001A5F
,
FX.Spell_Beholder__ScorchingRayBeam = 0x10001A61
,
FX.AI_Logic_NPC__RequestNPCEnemyLastKnownPositionUpdate = 0x10001A62
,
FX.Action_Anim_Agent___BowShootAndReload = 0x10001A63
,
FX.Action_Anim_Agent___CrossbowShootAndReload = 0x10001A64
,
FX.Action_Monitor_Agent__RangedAttack = 0x10001A65
,
FX.Action_Anim_Agent___RepeatingCrossbowShootAndReload = 0x10001A66
,
FX.Action_Anim_Agent___CrossbowReload = 0x10001A67
,
FX.Action_Anim_Agent___BowShoot = 0x10001A68
,
FX.Action_Anim_Agent___ThrownReload = 0x10001A69
,
FX.Action_Anim_Agent___RepeatingCrossbowShoot = 0x10001A6A
,
FX.Action_Anim_Agent___CrossbowShoot = 0x10001A6B
,
FX.Action_Anim_Agent___BowReload = 0x10001A6C
,
FX.Action_Anim_Agent___RepeatingCrossbowReload = 0x10001A6D
,
FX.Action_Anim_Agent___ThrownShootAndReload = 0x10001A6E
,
FX.Action_Anim_Agent___ThrownShoot = 0x10001A6F
,
FX.Spell_BeholderScorchingRay_Agent__EffectMonitor = 0x10001A70
,
FX.Spell_Beholder__FingerOfDeathBeam = 0x10001A71
,
FX.Spell_Beholder__BestowCurseBeam = 0x10001A72
,
FX.Spell_Beholder__DisintegrateBeam = 0x10001A73
,
FX.Spell_Beholder__HoldMonsterBeam = 0x10001A74
,
FX.Spell_Beholder__SlowBeam = 0x10001A76
,
FX.Spell_Beholder__FleshToStoneBeam = 0x10001A77
,
FX.Spell_Beholder__InflictModerateWoundsBeam = 0x10001A78
,
FX.Spell_BeholderFingerOfDeath_Agent__EffectMonitor = 0x10001A7A
,
FX.Spell_BeholderHoldMonster_Agent__EffectMonitor = 0x10001A7B
,
FX.Spell_BeholderSlow_Agent__EffectMonitor = 0x10001A7C
,
FX.Spell_BeholderInflictModerateWounds_Agent__EffectMonitor = 0x10001A7D
,
FX.Spell_BeholderBestowCurse_Agent__EffectMonitor = 0x10001A7E
,
FX.Spell_BeholderFleshToStone_Agent__EffectMonitor = 0x10001A7F
,
FX.Spell_BeholderDisintegrate_Agent__EffectMonitor = 0x10001A80
,
FX.Spell_BeholderEnervation_Agent__EffectMonitor = 0x10001A83
,
FX.Spell_Beholder__EnervationBeam = 0x10001A84
,
FX.Spell_BeholderAlphaStrike_Agent__EffectMonitor = 0x10001A85
,
FX.Spell_Beholder__AlphaStrikeBeam = 0x10001A86
,
FX.Spell_BeholderTelekinesis_Agent__EffectMonitor = 0x10001A87
,
FX.Spell_Beholder__TelekinesisBeam = 0x10001A88
,
FX.Combat_OnHit_Agent__TelekinesisSpell = 0x10001A89
,
FX.Quest_WarforgeTitan_Spark__SetNormalSpeed = 0x10001A8A
,
FX.Quest_WarforgeTitan_Spark__SetFastSpeed = 0x10001A8B
,
FX.Quest_WarforgeTitan_Spark__SetSlowSpeed = 0x10001A8C
,
FX.Quest_WarforgeTitan_Player__CarryingPowerSupply = 0x10001A8D
,
FX.Combat_OnHit_Agent__TeleportSpell = 0x10001A90
,
FX.Spell_NiacsColdRay_Agent__EffectMonitor = 0x10001A91
,
FX.Spell_NiacsColdRay_Agent__ShootBeams = 0x10001A92
,
FX.Spell_Knock_Agent__EffectMonitor = 0x10001A93
,
FX.Spell_LichTouch_Agent__EffectMonitor = 0x10001A94
,
FX.Combat_OnHit_Agent__OttosResistibleDanceSpell = 0x10001A97
,
FX.Spell_GlobeOfInvulnerability_Entity__EffectMonitor = 0x10001A98
,
FX.Spell_MinorGlobeOfInvulnerability_Entity__EffectMonitor = 0x10001A99
,
FX.AI_Logic_NPC__Reset = 0x10001A9B
,
FX.Emotes_NPC___Sit_Id_ArmsCrossed_A = 0x10001A9C
,
FX.Emotes_NPC___Stand_Id_ArmsCrossed_B = 0x10001A9D
,
FX.Quest_WarforgeTitan_Crane__SupportBeams = 0x10001A9E
,
FX.Quest_WarforgeTitan_Crane__Fire = 0x10001A9F
,
FX.Quest_WarforgeTitan_Crane__MoveRight = 0x10001AA0
,
FX.Quest_WarforgeTitan_Crane__MoveBack = 0x10001AA1
,
FX.Quest_WarforgeTitan_Crane__MoveForward = 0x10001AA2
,
FX.Quest_WarforgeTitan_Crane__MoveLeft = 0x10001AA3
,
FX.Quest_WarforgeTitan_WarforgeTitan__Activated = 0x10001AA4
,
FX.Spell_DimensionDoor_Agent__EffectMonitor = 0x10001AA5
,
FX.Quest_WarforgeTitan_Crane__Detect = 0x10001AA7
,
FX.Quest_WarforgeTitan_Crane__FireLink = 0x10001AA8
,
FX.Action_Detection_Agent__MeleeAttackLeftHand = 0x10001AA9
,
FX.Action_Detection_Agent__MeleeAttackBothHands = 0x10001AAA
,
FX.Action_Detection_Agent__MeleeAttackUnarmed = 0x10001AAB
,
FX.Action_Detection_Agent__MeleeAttackRightHand = 0x10001AAC
,
FX.Spell_MindFlayerInertialArmor_Agent__EffectMonitor = 0x10001AAD
,
FX.Spell_MindFlayerEgoWhip_Agent__EffectMonitor = 0x10001AAE
,
FX.Spell_MindFlayerMindBlast_Agent__AOECallback = 0x10001AAF
,
FX.Spell_MindFlayerExtract_Agent__EffectMonitor = 0x10001AB0
,
FX.Spell_MindFlayerDominate_Agent__EffectMonitor = 0x10001AB1
,
FX.Spell_MindFlayerMindThrust_Agent__EffectMonitor = 0x10001AB2
,
FX.Spell_MindFlayerVigor_Agent__EffectMonitor = 0x10001AB3
,
FX.Spell_MindFlayerMindBlast_Agent__EffectMonitor = 0x10001AB4
,
FX.Quest_WarforgeTitan_Oven__CraneFired = 0x10001AB5
,
FX.Quest_WarforgeTitan_Oven__CraneMoved = 0x10001AB6
,
FX.Quest_WarforgeTitan_Button__Powered = 0x10001AB7
,
FX.Quest_WarforgeTitan_SupplyCrystal__RespawnCrystal = 0x10001AB8
,
FX.Quest_WarforgeTitan_Pillar__Detect = 0x10001AB9
,
FX.Spell_Generic_Agent__AOECallback = 0x10001ABA
,
FX.Quest_WarforgeTitan_WarforgeTitan__ShieldMedium = 0x10001ABC
,
FX.Quest_WarforgeTitan_WarforgeTitan__ShieldStrong = 0x10001ABD
,
FX.Quest_WarforgeTitan_WarforgeTitan__ShieldWeak = 0x10001ABE
,
FX.Quest_WarforgeTitan_WarforgeTitan__CraneHit = 0x10001ABF
,
FX.Quest_WarforgeTitan_WarforgeTitan__ShieldOn = 0x10001AC1
,
FX.AI_Movement_NPC__Skirmisher = 0x10001AC2
,
FX.Drone_Generator_Ming_1 = 0x10001AC3
,
FX.Spell_Teleport_Agent__EffectMonitor = 0x10001AC4
,
FX.Combat_OnHit_Agent__KnockSpell = 0x10001AC6
,
FX.Combat_OnHit_Agent__BlurSpell = 0x10001AC7
,
FX.Combat_OnHit_Agent__Enter_World = 0x10001AC8
,
FX.Spell_MindFlayerTelekinesis_Agent__EffectMonitor = 0x10001AC9
,
FX.Combat_OnHit_Agent__UnholySmiteSpell = 0x10001ACB
,
FX.Advancement_Player__FeatRespec = 0x10001ACD
,
FX.Advancement_Player__CancelFeatRespec = 0x10001ACE
,
FX.Spell_Displacement_Agent__EffectMonitor = 0x10001AD1
,
FX.Spell_UndeathtoDeath_Agent__AOECallback = 0x10001AD2
,
FX.Spell_SymbolofPersuasion_Agent__EffectMonitor = 0x10001AD3
,
FX.Spell_Blur_Agent__EffectMonitor = 0x10001AD4
,
FX.Spell_Reconstruct_Agent__EffectMonitor = 0x10001AD5
,
FX.Spell_SummonMonster6_Agent__EffectMonitor = 0x10001AD6
,
FX.Spell_CreateUndead_Agent__AOECallback = 0x10001AD7
,
FX.Spell_WordofRecall_Agent__EffectMonitor = 0x10001AD8
,
FX.Spell_SymbolofFear_Agent__EffectMonitor = 0x10001AD9
,
FX.Spell_Banishment_Agent__EffectMonitor = 0x10001ADB
,
FX.Spell_GreaterDispelMagic_Agent__EffectMonitor = 0x10001ADC
,
FX.Spell_CircleofDeath_Agent__AOECallback = 0x10001ADD
,
FX.Spell_SymbolofFlame_Agent__EffectMonitor = 0x10001ADE
,
FX.Spell_GreaterGlyphofWarding_Entity__EffectMonitor = 0x10001ADF
,
FX.Spell_GlyphofWarding_Entity__EffectMonitor = 0x10001AE0
,
FX.Spell_GnollHeroicHowl_Agent__EffectMonitor = 0x10001AE1
,
FX.Spell_Monster_Agent__BreathWeaponLarge = 0x10001AE2
,
FX.Spell_Monster_Agent__BreathWeaponMedium = 0x10001AE3
,
FX.Spell_Monster_Agent__BreathWeaponSmall = 0x10001AE4
,
FX.Spell_GnollHeroicHowl_Agent__AOECallback = 0x10001AE5
,
FX.Trap_PVP_Trap__SetTeam_None = 0x10001AEB
,
FX.Trap_PVP_Trap__SetTeam_1 = 0x10001AEC
,
FX.Trap_PVP_Trap__SetTeam_2 = 0x10001AED
,
FX.Trap_PVP_Trap__SetTeam_1_2 = 0x10001AEE
,
FX.Spell_CircleofDeath_Agent__EffectMonitor = 0x10001AEF
,
FX.Spell_UndeathtoDeath_Agent__EffectMonitor = 0x10001AF0
,
FX.Trap_PVP_Trap__SetTeamToUsers = 0x10001AF2
,
FX.Spell_TrueSeeing_Agent__EffectMonitor = 0x10001AF3
,
FX.Combat_OnHit_Agent__FireShieldSpell_Hot = 0x10001AF4
,
FX.Combat_OnHit_Agent__Reconstruct = 0x10001AF5
,
FX.Combat_OnHit_Agent__Heal = 0x10001AF6
,
FX.Combat_OnHit_Agent__Displacement = 0x10001AF7
,
FX.Combat_OnHit_Agent__Harm = 0x10001AF8
,
FX.Spell_HeroesFeast_Agent__EffectMonitor = 0x10001AF9
,
FX.Combat_OnHit_Agent__GlobeofInvulnarability = 0x10001AFB
,
FX.Combat_OnHit_Agent__Banishment = 0x10001AFD
,
FX.Spell_CreateUndead_Agent__EffectMonitor = 0x10001AFF
,
FX.Spell_NimbusOfLight_Agent__ShootBeams = 0x10001B00
,
FX.Spell_OtilukesFreezingSphere_Agent__ShootBeams = 0x10001B01
,
FX.Quest_TwilightForge_Player__CarryingSoulstone = 0x10001B02
,
FX.Spell_Banishment_Agent__AOECallback = 0x10001B03
,
FX.Combat_OnHit_Agent__DragonWingBuffet = 0x10001B04
,
FX.Combat_OnHit_Agent__SymbolofFear = 0x10001B05
,
FX.Combat_OnHit_Agent__SymbolofFlame = 0x10001B06
,
FX.Combat_OnHit_Agent__SymbolofPersuasion = 0x10001B07
,
FX.Combat_OnHit_Agent__GlyphOfWarding = 0x10001B08
,
FX.PVP_CTF_Flag__IsHome = 0x10001B09
,
FX.PVP_CTF_Player__CarryingFlag = 0x10001B0A
,
FX.PVP_CTF_Generator__SpawnFlag1 = 0x10001B0B
,
FX.PVP_CTF_Generator__SpawnFlag2 = 0x10001B0C
,
FX.PVP_CTF_DungeonMaster__SpawnFlag1 = 0x10001B0D
,
FX.PVP_CTF_DungeonMaster__SpawnFlag2 = 0x10001B0E
,
FX.Spell_Stonetoflesh_Agent__EffectMonitor = 0x10001B0F
,
FX.Combat_OnHit_Agent__GlobeofInvulnarabilityMinor = 0x10001B10
,
FX.Spell_Dragonbreath_Agent__AOECallback = 0x10001B11
,
FX.Spell_Dragonbreath_Agent__EffectMonitor = 0x10001B12
,
FX.Spell_DivineAgility_Agent__EffectMonitor = 0x10001B13
,
FX.Spell_Cometfall_Agent__EffectMonitor = 0x10001B14
,
FX.Spell_DeificVengeance_Agent__EffectMonitor = 0x10001B15
,
FX.Spell_UnholyBlight_Agent__EffectMonitor = 0x10001B16
,
FX.Quest_Desert_Sandstorm_Player__Sandstorm_Overlay = 0x10001B17
,
FX.Spell_ForceMissiles_Entity__EffectMonitor = 0x10001B18
,
FX.Spell_NimbusOfLight_Agent__EffectMonitor = 0x10001B19
,
FX.Spell_BurningBlood_Agent__EffectMonitor = 0x10001B1A
,
FX.Action_Anim_Agent___Emote_Sit_Yes = 0x10001B1B
,
FX.Action_Anim_Agent___Emote_Sigh = 0x10001B1C
,
FX.Action_Anim_Agent___Emote_No = 0x10001B1D
,
FX.Action_Anim_Agent___Emote_Kiss = 0x10001B1E
,
FX.Action_Anim_Agent___Emote_Sit_No = 0x10001B1F
,
FX.Action_Anim_Agent___Emote_Grovel = 0x10001B20
,
FX.Action_Anim_Agent___Emote_Hug = 0x10001B21
,
FX.Action_Anim_Agent___Emote_Yes = 0x10001B22
,
FX.Action_Anim_Agent___Emote_Taunt = 0x10001B23
,
FX.Action_Anim_Agent___Emote_Groan = 0x10001B24
,
FX.Action_Anim_Agent___Emote_Cheer1 = 0x10001B25
,
FX.Action_Anim_Agent___Emote_Poke = 0x10001B26
,
FX.Action_Anim_Agent___Emote_Beckon = 0x10001B27
,
FX.Action_Anim_Agent___Emote_Flex = 0x10001B28
,
FX.Spell_AcidRain_Entity__EffectMonitor = 0x10001B29
,
FX.Combat_OnHit_Agent__UndeathToDeath = 0x10001B2A
,
FX.Combat_OnHit_Agent__CircleOfDeath = 0x10001B2B
,
FX.Combat_OnHit_Agent__GlyphOfWardingGreater = 0x10001B2C
,
FX.Combat_OnHit_Agent__BurningBlood = 0x10001B2D
,
FX.Combat_OnHit_Agent__Cometfall = 0x10001B2E
,
FX.Combat_OnHit_Agent__AcidRain = 0x10001B2F
,
FX.Spell_ProtectionFromLaw_Agent__EffectMonitor = 0x10001B30
,
FX.Spell_ProtectionFromGood_Agent__EffectMonitor = 0x10001B31
,
FX.Spell_ProtectionFromChaos_Agent__EffectMonitor = 0x10001B32
,
FX.Combat_OnHit_Agent__TrueSeeing = 0x10001B33
,
FX.Action_Monitor_Agent__Feat_SongofFreedom = 0x10001B34
,
FX.Combat_OnHit_Agent__DeificVengeance = 0x10001B35
,
FX.Combat_OnHit_Agent__RecitationSpell = 0x10001B36
,
FX.Combat_OnHit_Agent__FleshToStone = 0x10001B3B
,
FX.Auction_NPC__CloseAuction_ = 0x10001B3C
,
FX.Auction_NPC__MonitorAuction_ = 0x10001B3D
,
FX.Auction_NPC__OpenAuction_ = 0x10001B3E
,
FX.Combat_OnHit_Agent__HeroesFeast = 0x10001B3F
,
FX.levelup_max_FX = 0x10001B40
,
FX.Combat_OnHit_Agent__DivineAgilitySpell = 0x10001B41
,
FX.Combat_OnHit_Agent__BlessedAimSpell = 0x10001B42
,
FX.Combat_OnHit_Agent__SapFeat = 0x10001B43
,
FX.Spell_GlyphofWarding_Entity__Detonate = 0x10001B44
,
FX.Spell_GlyphofWarding_Entity__AOECallback = 0x10001B45
,
FX.Spell_GreaterGlyphofWarding_Entity__AOECallback = 0x10001B46
,
FX.Spell_GreaterGlyphofWarding_Entity__Detonate = 0x10001B47
,
FX.AI_Movement_NPC__MoveProgressFailed_DetectNearbyEnemies = 0x10001B48
,
FX.Action_Anim_Agent___Emote_Show_RightHand = 0x10001B4A
,
FX.Spell_ShroudOfFlame_Agent__EffectMonitor = 0x10001B4B
,
FX.FX_Player__DragonFlyby = 0x10001B4C
,
FX.Combat_OnHit_Agent__NimbusOfLight = 0x10001B4D
,
FX.Spell_BreathWeapon_Agent__EffectMonitor = 0x10001B4E
,
FX.Spell_BreathWeapon_Agent__AOECallback = 0x10001B4F
,
FX.Spell_Cometfall_Agent__AOECallback = 0x10001B50
,
FX.Spell_AcidRain_Entity__AOECallback = 0x10001B51
,
FX.Combat_OnHit_Agent__DiseaseFinalSpell = 0x10001B52
,
FX.Combat_OnHit_Agent__DiseaseDiseasedStateSpell = 0x10001B53
,
FX.FX_Player__DropFootPrint = 0x10001B54
,
FX.Spell_FreedomOfMovement_Agent__EffectMonitor = 0x10001B55
,
FX.Advancement_NPC__TrainerMonkFX = 0x10001B56
,
FX.AI_States_NPC__Leash = 0x10001B58
,
FX.Spell_Wrack_Agent__EffectMonitor = 0x10001B5A
,
FX.Drone_Generator_Menechtarun_1 = 0x10001B5B
,
FX.Drone_Generator_Menechtarun_dng_1 = 0x10001B5C
,
FX.Spell_UnholyBlight_Agent__AOECallback = 0x10001B5D
,
FX.Spell_Trap_Agent__Detonate = 0x10001B5E
,
FX.Combat_OnHit_Agent__WindEffectBlownAway = 0x10001B5F
,
FX.Spell_GreatThunderclap_Agent__AOECallback = 0x10001B60
,
FX.Spell_GreatThunderclap_Agent__EffectMonitor = 0x10001B61
,
FX.Spell_CallLightningStorm_Agent__AOECallback = 0x10001B62
,
FX.Spell_CallLightningStorm_Agent__EffectMonitor = 0x10001B63
,
FX.Spell_RestorationMass_Agent__EffectMonitor = 0x10001B64
,
FX.Spell_RestorationMass_Agent__AOECallback = 0x10001B65
,
FX.Spell_SpellResistanceMass_Agent__AOECallback = 0x10001B66
,
FX.Spell_AidMass_Agent__EffectMonitor = 0x10001B67
,
FX.Spell_SpellResistanceMass_Agent__EffectMonitor = 0x10001B68
,
FX.Spell_AidMass_Agent__AOECallback = 0x10001B69
,
FX.Spell_ShieldOfFaithMass_Agent__EffectMonitor = 0x10001B6A
,
FX.Spell_ShieldOfFaithMass_Agent__AOECallback = 0x10001B6B
,
FX.Spell_HoldAnimal_Agent__EffectMonitor = 0x10001B6C
,
FX.Spell_SummonNaturesAlly4_Agent__EffectMonitor = 0x10001B6D
,
FX.Spell_LongstriderMass_Agent__AOECallback = 0x10001B6E
,
FX.Spell_WildInstincts_Agent__EffectMonitor = 0x10001B6F
,
FX.Spell_LongstriderMass_Agent__EffectMonitor = 0x10001B70
,
FX.Spell_SummonNaturesAlly3_Agent__EffectMonitor = 0x10001B71
,
FX.Spell_SummonNaturesAlly2_Agent__EffectMonitor = 0x10001B72
,
FX.Spell_SummonNaturesAlly1_Agent__EffectMonitor = 0x10001B73
,
FX.Combat_OnHit_Agent__CallLightningStorm = 0x10001B74
,
FX.Spell_MagicCircleAgainstEvil_Agent__EffectMonitor = 0x10001B75
,
FX.Spell_MagicCircleAgainstEvil_Agent__AOECallback = 0x10001B76
,
FX.Spell_Snare_Agent__Detonate = 0x10001B77
,
FX.Spell_Snare_Agent__AOECallback = 0x10001B78
,
FX.Spell_Snare_Agent__EffectMonitor = 0x10001B79
,
FX.Spell_SpikeGrowth_Agent__EffectMonitor = 0x10001B7A
,
FX.Spell_SummonMonster7_Agent__EffectMonitor = 0x10001B7B
,
FX.Spell_GreaterRestoration_Agent__EffectMonitor = 0x10001B7C
,
FX.Spell_Recitation_Agent__AOECallback = 0x10001B7D
,
FX.Spell_Recitation_Agent__EffectMonitor = 0x10001B7E
,
FX.Spell_GreaterTeleport_Agent__EffectMonitor = 0x10001B7F
,
FX.Combat_OnHit_Agent__ShadowTaint = 0x10001B80
,
FX.Spell_GreaterTeleport_Agent__AOECallback = 0x10001B81
,
FX.Spell_Contagion_Agent__EffectMonitor = 0x10001B82
,
FX.Spell_InvisibilityMass_Entity__AOECallback = 0x10001B83
,
FX.Spell_InvisibilityMass_Entity__EffectMonitor = 0x10001B84
,
FX.Spell_GhoulTouch_Entity__EffectMonitor = 0x10001B85
,
FX.SL_WhileColor_Yellow = 0x10001B86
,
FX.Spell_TensersTransformation_Agent__EffectMonitor = 0x10001B87
,
FX.SL_SetColor_Yellow = 0x10001B88
,
FX.SL_OnColor_Yellow = 0x10001B89
,
FX.Spell_PowerWordBlind_Agent__EffectMonitor = 0x10001B8A
,
FX.Spell_ShadowWalk_Agent__EffectMonitor = 0x10001B8B
,
FX.Combat_OnHit_Agent__ShadowWalkSpell = 0x10001B8C
,
FX.Spell_SymbolofStunning_Agent__EffectMonitor = 0x10001B8D
,
FX.Spell_SymbolofWeakness_Agent__EffectMonitor = 0x10001B8E
,
FX.Spell_ChaosHammer_Agent__EffectMonitor = 0x10001B90
,
FX.Spell_ChaosHammer_Agent__AOECallback = 0x10001B91
,
FX.Spell_OrdersWrath_Agent__AOECallback = 0x10001B92
,
FX.Spell_OrdersWrath_Agent__EffectMonitor = 0x10001B93
,
FX.Action_Monitor_Agent__Benefit_DivineLight = 0x10001B94
,
FX.Action_Detection_Agent__Benefit_DivineLight = 0x10001B95
,
FX.SL_Monitor_End = 0x10001B97
,
FX.SL_Monitor_Start = 0x10001B98
,
FX.Lava_Agent__SubmergedEffectTerminator = 0x10001B99
,
FX.Lava_Agent__SubmergedEffectMonitor = 0x10001B9A
,
FX.Action_Anim_Monster___GenericLeftHandAttack2 = 0x10001B9B
,
FX.Action_Anim_Monster___GenericLeftHandAttack3 = 0x10001B9C
,
FX.Action_Anim_Monster___GenericRightHandAttack1 = 0x10001B9D
,
FX.Action_Anim_Monster___GenericRightHandAttack2 = 0x10001B9E
,
FX.Action_Anim_Monster___GenericRightHandAttack3 = 0x10001B9F
,
FX.Action_Anim_Monster___GenericLeftHandAttack1 = 0x10001BA0
,
FX.Action_Detection_Agent__DetectAttack = 0x10001BA2
,
FX.Action_Monitor_Agent__ThrowAlchemistsFrost = 0x10001BA3
,
FX.Action_Monitor_Agent__ThrowAlchemistsSpark = 0x10001BA4
,
FX.Action_Monitor_Agent__ThrowAlchemistsFire = 0x10001BA5
,
FX.Action_Monitor_Agent__ThrowAcidicFire = 0x10001BA6
,
FX.Action_Anim_Monster___ShootWeapon = 0x10001BA7
,
FX.Action_Anim_Monster___ThrowWeapon = 0x10001BA8
,
FX.Action_Anim_Agent___Emote_GatherAround = 0x10001BA9
,
FX.Emotes_NPC___Sit_Id_Floor_A = 0x10001BAA
,
FX.Signal_SetColor_purple = 0x10001BAB
,
FX.Signal_SetColor_orange_dull = 0x10001BAC
,
FX.Signal_SetColor_purple_dull = 0x10001BAD
,
FX.Signal_SetColor_orange = 0x10001BAE
,
FX.Spell_SymbolofPain_Agent__EffectMonitor = 0x10001BAF
,
FX.Mastermind_Entity__CheckColors = 0x10001BB0
,
FX.Mastermind_Entity__ColorsCorrect_1 = 0x10001BB1
,
FX.Mastermind_Entity__ColorsCorrect_2 = 0x10001BB2
,
FX.Mastermind_Entity__PositionsCorrect_1 = 0x10001BB3
,
FX.Mastermind_Entity__ColorsCorrect_3 = 0x10001BB4
,
FX.Mastermind_Entity__PositionsCorrect_2 = 0x10001BB5
,
FX.Mastermind_Entity__ColorsCorrect_4 = 0x10001BB6
,
FX.Mastermind_Entity__PositionsCorrect_3 = 0x10001BB7
,
FX.Mastermind_Entity__PositionsCorrect_4 = 0x10001BB8
,
FX.Detection_Entity__OnDetection = 0x10001BBA
,
FX.Timer_Entity__DisplayDigit_1 = 0x10001BBC
,
FX.Timer_Entity__DisplayDigit_2 = 0x10001BBD
,
FX.Timer_Entity__DisplayDigit_3 = 0x10001BBE
,
FX.Timer_Entity__DisplayDigit_4 = 0x10001BBF
,
FX.Timer_Entity__TimerStarted = 0x10001BC0
,
FX.Timer_Entity__TimerFinished = 0x10001BC1
,
FX.Trap_Gameplay_Trap__CastSpell = 0x10001BC3
,
FX.Spell_DelayedBlastFireball_Trap_Agent__EffectMonitor = 0x10001BC6
,
FX.Combat_Anim_Agent___Cast_LayOnHands = 0x10001BC7
,
FX.Action_Anim_Agent___Emote_Runaway = 0x10001BC8
,
FX.AI_Quest_Stormreaver__FireSmallOrb = 0x10001BC9
,
FX.AI_Quest_Stormreaver__FireLargeOrb = 0x10001BCA
,
FX.Quest_Stormreaver_Player__HitByCharge = 0x10001BCB
,
FX.Quest_Stormreaver_Player__DoChargeDetection = 0x10001BCC
,
FX.AI_Quest_Stormreaver__FireCharge = 0x10001BCD
,
FX.Quest_Stormreaver_Player__DoChargeExplosionDetection = 0x10001BCE
,
FX.AI_Quest_Stormreaver__ReversedGravityRecently = 0x10001BCF
,
FX.AI_Quest_Stormreaver__CastFlyRecently = 0x10001BD0
,
FX.AI_Quest_Stormreaver__FiredOrbRecently = 0x10001BD1
,
FX.AI_Quest_Stormreaver__ReverseGravity_Start = 0x10001BD2
,
FX.AI_Quest_Stormreaver__ReverseGravity_Idle = 0x10001BD3
,
FX.AI_Quest_Stormreaver__ReverseGravity_Stop = 0x10001BD4
,
FX.Combat_OnHit_Agent__SymbolofPain = 0x10001BD6
,
FX.Combat_OnHit_Agent__TensersTransformationSpell = 0x10001BD7
,
FX.Combat_OnHit_Agent__SymbolofWeakness = 0x10001BD8
,
FX.Combat_OnHit_Agent__SnareSpell = 0x10001BDA
,
FX.Combat_OnHit_Agent__OrdersWrathSpell = 0x10001BDB
,
FX.Combat_OnHit_Agent__SpikeGrowthSpell = 0x10001BDC
,
FX.Combat_OnHit_Agent__DestructionSpell = 0x10001BDD
,
FX.Combat_OnHit_Agent__ChaosHammerSpell = 0x10001BDE
,
FX.Combat_OnHit_Agent__SymbolofStunning = 0x10001BDF
,
FX.Advancement_Player__BenefitRespec = 0x10001BE0
,
FX.Advancement_Player__CancelBenefitRespec = 0x10001BE1
,
FX.Quest_Stormreaver_Player__IsCharged = 0x10001BE2
,
FX.Action_Anim_Agent___Emote_Stop = 0x10001BE4
,
FX.CL_OnHit_Spell_Protection_From_Good = 0x10001BE5
,
FX.CL_OnHit_Spell_Protection_From_Chaos = 0x10001BE6
,
FX.Combat_OnHit_Agent__ProtectionFromLawSpell = 0x10001BE7
,
FX.CL_OnHit_Spell_Protection_From_Law = 0x10001BE8
,
FX.Combat_OnHit_Agent__ProtectionFromChaosSpell = 0x10001BE9
,
FX.Combat_OnHit_Agent__ProtectionFromGoodSpell = 0x10001BEA
,
FX.Combat_OnHit_Agent__HasteSpell = 0x10001BED
,
FX.Combat_OnHit_Agent__SeeInvisibilitySpell = 0x10001BEE
,
FX.Combat_OnHit_Agent__AxiomaticWeapon = 0x10001BEF
,
FX.Combat_OnHit_Agent__AnarchicWeapon = 0x10001BF0
,
FX.Death_Agent__FatalityChaotic = 0x10001BF2
,
FX.Combat_OnHit_Agent__LongstriderSpell = 0x10001BF3
,
FX.Death_Agent__FatalityEvil = 0x10001BF4
,
FX.Combat_OnHit_Agent__ExpediousRetreatSpell = 0x10001BF5
,
FX.Death_Agent__FatalityLawful = 0x10001BF6
,
FX.Damage_Feedback_Agent__OnAllDamageReduced = 0x10001BF7
,
FX.Damage_Feedback_Agent__OnAllDamageResisted = 0x10001BF8
,
FX.Quest_Stormreaver_DungeonMaster__BadGuess = 0x10001BF9
,
FX.Quest_Stormreaver_DungeonMaster__BombExploded = 0x10001BFA
,
FX.Quest_Stormreaver_DungeonMaster__BombDefused = 0x10001BFB
,
FX.Combat_OnHit_Agent__DraconicVitality = 0x10001BFF
,
FX.TimeOfDay_ScriptLink__WhileDawn = 0x10001C00
,
FX.TimeOfDay_ScriptLink__WhileNight = 0x10001C01
,
FX.TimeOfDay_ScriptLink__OnDawn = 0x10001C04
,
FX.TimeOfDay_ScriptLink__OnNight = 0x10001C09
,
FX.TimeOfDay_ScriptLink__OnDusk = 0x10001C0A
,
FX.TimeOfDay_ScriptLink__WhileDusk = 0x10001C0B
,
FX.TimeOfDay_ScriptLink__WhileDay = 0x10001C0E
,
FX.TimeOfDay_ScriptLink__OnDay = 0x10001C0F
,
FX.TimeOfDay_ScriptLink__WhileAllButNight = 0x10001C10
,
FX.TimeOfDay_ScriptLink__WhileAllButDusk = 0x10001C11
,
FX.TimeOfDay_ScriptLink__WhileAllButDay = 0x10001C12
,
FX.TimeOfDay_ScriptLink__OnAllButDay = 0x10001C13
,
FX.TimeOfDay_ScriptLink__OnAllButDawn = 0x10001C14
,
FX.TimeOfDay_ScriptLink__WhileAllButDawn = 0x10001C15
,
FX.TimeOfDay_ScriptLink__OnAllButDusk = 0x10001C16
,
FX.TimeOfDay_ScriptLink__OnAllButNight = 0x10001C17
,
FX.AI_Entrance_NPC__SetEntranceRange_ManualTrigger = 0x10001C18
,
FX.AI_Entrance_NPC__SetEntranceRange_30Meters = 0x10001C19
,
FX.Combat_OnHit_Agent__EgoWhip = 0x10001C1A
,
FX.Combat_OnHit_Agent__HorridWilting = 0x10001C1B
,
FX.Combat_Anim_Agent___Cast_Ray_b = 0x10001C1C
,
FX.Emotes_NPC___Stand_Id_Fishing_A = 0x10001C1F
,
FX.Emotes_NPC___Sit_Id_Edge_A = 0x10001C20
,
FX.Emotes_NPC___Sit_Id_Edge_B = 0x10001C21
,
FX.Emotes_NPC___Sit_Id_Fishing_A = 0x10001C22
,
FX.Emotes_NPC___LayDown_Id_PassedOut_A = 0x10001C23
,
FX.Emotes_NPC___Stand_Id_Juggling_A = 0x10001C24
,
FX.Emotes_NPC___LayDown_Id_PassedOut_B = 0x10001C25
,
FX.Emotes_NPC___LayDown_Id_PassedOut_C = 0x10001C26
,
FX.Emotes_NPC___Sit_Em_Edge_B_Lookaround_A = 0x10001C27
,
FX.Emotes_NPC___Sit_Em_Edge_A_Rubnose_A = 0x10001C2C
,
FX.Emotes_NPC___Stand_Em_Fishing_A_Lookaround_A = 0x10001C2D
,
FX.Emotes_NPC___Stand_Em_Fishing_A_Pull_A = 0x10001C2E
,
FX.Emotes_NPC___Sit_Em_Fishing_A_Bitting_A = 0x10001C2F
,
FX.Emotes_NPC___Sit_Em_Fishing_A_Lookaround_A = 0x10001C30
,
FX.AI_Logic_NPC__IncreaseHateForTarget = 0x10001C31
,
FX.Emotes_NPC___Kneel_Em_Bow_A = 0x10001C32
,
FX.Emotes_NPC___Kneel_Id_A = 0x10001C33
,
FX.Emotes_NPC___Kneel_Em_Bow_B = 0x10001C34
,
FX.Combat_Anim_Agent___Cast_Aggro_Ray_Big = 0x10001C35
,
FX.Combat_Anim_Agent___Cast_Ray_Big = 0x10001C36
,
FX.Combat_OnHit_Agent__HolySwordSpell = 0x10001C39
,
FX.Spell_HolySword_Agent__EffectMonitor = 0x10001C3A
,
FX.Quest_BlackAbbot_Player__SetCanSeeVisibility_1 = 0x10001C3B
,
FX.Quest_BlackAbbot_Player__SetCanSeeVisibility_2 = 0x10001C3C
,
FX.Spell_BlessedVial_Agent__AOECallback = 0x10001C3D
,
FX.Spell_FocusingChant_Agent__EffectMonitor = 0x10001C3E
,
FX.Spell_OozePuppet_Agent__EffectMonitor = 0x10001C3F
,
FX.Spell_Angelskin_Agent__EffectMonitor = 0x10001C40
,
FX.Spell_CloseWounds_Agent__EffectMonitor = 0x10001C41
,
FX.Spell_Nightshield_Agent__EffectMonitor = 0x10001C42
,
FX.Combat_OnHit_Agent__NightshieldSpell = 0x10001C44
,
FX.Combat_OnHit_Agent__SpawnShieldSpell = 0x10001C47
,
FX.Spell_SpawnScreen_Agent__AOECallback = 0x10001C48
,
FX.Spell_SpawnScreen_Agent__EffectMonitor = 0x10001C49
,
FX.Quest_BlackAbbot_BlackAbbot__TriggerPlayerTeleports = 0x10001C4A
,
FX.Quest_BlackAbbot_BlackAbbot__BanishSelf = 0x10001C4B
,
FX.Quest_BlackAbbot_BlackAbbot__InflamePlatform = 0x10001C4C
,
FX.Quest_BlackAbbot_BlackAbbot__SpawnAdds = 0x10001C4F
,
FX.Quest_BlackAbbot_BlackAbbot__CurrentlyBanished = 0x10001C50
,
FX.Quest_BlackAbbot_BlackAbbot__CurrentlyInflaming = 0x10001C51
,
FX.Action_Monitor_Agent__Benefit_Virtuoso = 0x10001C55
,
FX.Action_Detection_Agent__Benefit_Virtuoso = 0x10001C56
,
FX.Action_Monitor_Agent__Benefit_Warchanter = 0x10001C57
,
FX.Action_Detection_Agent__Benefit_Warchanter = 0x10001C58
,
FX.Action_Monitor_Agent__Benefit_Spellsinger = 0x10001C59
,
FX.Action_Detection_Agent__Benefit_Spellsinger = 0x10001C5A
,
FX.Quest_TombOfTheTormented_CarcassEater__Feed = 0x10001C5B
,
FX.vfx_mn_quell_symbols_a_kythri = 0x10001C5C
,
FX.vfx_mn_quell_symbols_a_xoriat = 0x10001C5D
,
FX.vfx_mn_quell_symbols_a_dolurrh = 0x10001C5E
,
FX.vfx_mn_quell_symbols_a_mabar = 0x10001C5F
,
FX.Combat_OnHit_Agent__EnvironmentDolurrh = 0x10001C60
,
FX.Action_LocalTeleport_Agent__GoUpDungeonLevel = 0x10001C61
,
FX.Action_LocalTeleport_Agent__GoDownDungeonLevel = 0x10001C62
,
FX.Quest_BlackAbbot_Player__Encased = 0x10001C63
,
FX.Combat_OnHit_Agent__DimensionDoorSpell = 0x10001C64
,
FX.Quest_BlackAbbot_BlackAbbot__RecentlyInflamed = 0x10001C65
,
FX.Quest_BlackAbbot_BlackAbbot__RecentlyEncased = 0x10001C66
,
FX.Quest_BlackAbbot_BlackAbbot__RecentlyUsedSpecialAbility = 0x10001C67
,
FX.Quest_BlackAbbot_BlackAbbot__RecentlySpawnedAdds = 0x10001C68
,
FX.Combat_Onhit_Agent__IntercessionSpell = 0x10001C69
,
FX.Drone_Generator_12_13 = 0x10001C6B
,
FX.Drone_Generator_12_14 = 0x10001C6C
,
FX.Drone_Generator_12_15 = 0x10001C6D
,
FX.Drone_Generator_12_16 = 0x10001C6E
,
FX.Drone_Generator_12_17 = 0x10001C6F
,
FX.Spell_Beholder__FleshSear = 0x10001C70
,
FX.Spell_BeholderAnimateDead_Agent__EffectMonitor = 0x10001C71
,
FX.Spell_Beholder__ChillRay = 0x10001C72
,
FX.Spell_BeholderBoneShatter_Agent__EffectMonitor = 0x10001C73
,
FX.Spell_Beholder__UnholyBlight = 0x10001C74
,
FX.Spell_Beholder__WitheringRay = 0x10001C75
,
FX.Spell_BeholderWitheringRay_Agent__EffectMonitor = 0x10001C76
,
FX.Spell_BeholderFear_Agent__EffectMonitor = 0x10001C77
,
FX.Spell_BeholderChillRay_Agent__EffectMonitor = 0x10001C78
,
FX.Spell_Beholder__Fear = 0x10001C79
,
FX.Spell_Beholder__BoneShatter = 0x10001C7A
,
FX.Spell_BeholderUnholyBlight_Agent__EffectMonitor = 0x10001C7B
,
FX.Spell_Beholder__AnimateDead = 0x10001C7C
,
FX.Spell_BeholderFleshSear_Agent__EffectMonitor = 0x10001C7D
,
FX.Combat_OnHit_Agent__Quest_BlackMausoleum_DoomsphereItem = 0x10001C7E
,
FX.Combat_OnHit_Agent__Quest_BlackMausoleum_CinderspawnItem = 0x10001C7F
,
FX.Combat_OnHit_Agent__HolyAuraSpell = 0x10001C81
,
FX.Combat_OnHit_Agent__UnholyAuraSpell = 0x10001C82
,
FX.Combat_OnHit_Agent__HolyWordSpell = 0x10001C83
,
FX.Combat_OnHit_Agent__TrapTheSoulSpell = 0x10001C84
,
FX.AI_Logic_NPC__ScriptedTrigger = 0x10001C85
,
FX.AI_Logic_NPC__IgnoreAOIRestrictions = 0x10001C86
,
FX.Action_Monitor_Agent__Feat_DismissRage = 0x10001C87
,
FX.Combat_OnHit_Agent__BlasphemySpell = 0x10001C88
,
FX.SND_Content_Gear = 0x10001C89
,
FX.Spell_TrapTheSoul_Agent__EffectMonitor = 0x10001C8A
,
FX.Spell_SummonMonster8_Agent__EffectMonitor = 0x10001C8B
,
FX.Combat_OnHit_Agent__SunburstSpell = 0x10001C8F
,
FX.Combat_OnHit_Agent__PrismaticWallSpell = 0x10001C90
,
FX.Combat_OnHit_Agent__PowerWordBlind = 0x10001C91
,
FX.Combat_OnHit_Agent__ShieldofLawSpell = 0x10001C92
,
FX.Combat_Onhit_Agent__IronBodySpell = 0x10001C93
,
FX.Combat_OnHit_Agent__SymbolofDeath = 0x10001C94
,
FX.Combat_OnHit_Agent__EarthQuakeSpell = 0x10001C95
,
FX.Combat_OnHit_Agent__PowerWordStun = 0x10001C96
,
FX.Combat_OnHit_Agent__TemporalStasis = 0x10001C97
,
FX.Combat_OnHit_Agent__ShieldofChaosSpell = 0x10001C98
,
FX.Spell_MastersTouch_Agent__EffectMonitor = 0x10001C99
,
FX.Combat_OnHit_Agent__CloakOfChaosSpell = 0x10001C9A
,
FX.Combat_OnHit_Agent__MerfolksBlessingSpell = 0x10001C9B
,
FX.Spell_MerfolksBlessing_Agent__AOECallback = 0x10001C9C
,
FX.Spell_MerfolksBlessing_Agent__EffectMonitor = 0x10001C9D
,
FX.Quest_Shroud_Player__Advance_NumVictories_Whirlpool = 0x10001C9E
,
FX.Quest_Shroud_Player__Advance_NumVictories_Pacman = 0x10001C9F
,
FX.Quest_Shroud_Player__Advance_NumVictories_EntireRaid = 0x10001CA0
,
FX.Quest_Shroud_Player__Advance_NumFailures_EntireRaid = 0x10001CA1
,
FX.Quest_Shroud_Player__Advance_NumDeaths_CurrentRaid = 0x10001CA2
,
FX.Quest_Shroud_Player__Advance_NumVictories_Gauntlet = 0x10001CA3
,
FX.Quest_Shroud_Player__Advance_NumDeaths_LifetimeRaid = 0x10001CA4
,
FX.Quest_Shroud_Player__Advance_NumDeaths_CurrentSection = 0x10001CA5
,
FX.Quest_Shroud_Player__Advance_NumVictories_Frogger = 0x10001CA6
,
FX.Spell_RamsMight_Agent__EffectMonitor = 0x10001CA7
,
FX.Combat_OnHit_Agent__RamsMightSpell = 0x10001CA8
,
FX.Drone_Generator_12_20 = 0x10001CA9
,
FX.Drone_Generator_12_18 = 0x10001CAA
,
FX.Drone_Generator_12_19 = 0x10001CAB
,
FX.Combat_Behavior_NPC___Whirlwind = 0x10001CAC
,
FX.Spell_PowerWordStun_Agent__EffectMonitor = 0x10001CAD
,
FX.Combat_Behavior_NPC___EladrinGlobeForm = 0x10001CAE
,
FX.Spell_GenericBuffSingleTarget_Agent__EffectMonitor = 0x10001CAF
,
FX.Spell_GenericMissile_Agent__EffectMonitor = 0x10001CB0
,
FX.Quest_Shroud_NPC__OrbStart = 0x10001CB1
,
FX.Quest_Shroud_NPC__Orb_Green = 0x10001CB2
,
FX.Quest_Shroud_NPC__Orb_Blue = 0x10001CB3
,
FX.Quest_Shroud_NPC__Orb_White = 0x10001CB4
,
FX.Quest_Shroud_NPC__Orb_Orange = 0x10001CB5
,
FX.Combat_OnHit_Agent__AssassinFeat = 0x10001CB6
,
FX.Quest_Shroud_Player__Advance_NumDevilKills = 0x10001CB7
,
FX.Quest_Shroud_Player__Advance_NumCollectablesGathered = 0x10001CB8
,
FX.Spell_GenericBuffMultipleTarget_Agent__EffectMonitor = 0x10001CB9
,
FX.Spell_SymbolofDeath_Agent__EffectMonitor = 0x10001CBB
,
FX.Action_Monitor_Agent__Feat_AuraOfPositiveEnergy = 0x10001CBD
,
FX.AI_Patrol_NPC__OnPatrolSuccess_ = 0x10001CBE
,
FX.Combat_OnHit_Agent__ShavarathPortalOpenSpell = 0x10001CBF
,
FX.EldritchDevice_NPC__CloseDevice_ = 0x10001CC0
,
FX.Spell_Earthquake_Agent__EffectMonitor = 0x10001CC1
,
FX.Combat_OnHit_Agent__LightningBlastFX = 0x10001CC2
,
FX.Combat_OnHit_Agent__SilverFlameExorcism = 0x10001CC3
,
FX.Signals_IntEventBox__OnCustomCondition5 = 0x10001CC4
,
FX.ScriptLinks_IntEventBox__OnCustomCondition4 = 0x10001CC5
,
FX.Signals_IntEventBox__OnDecrement = 0x10001CC6
,
FX.ScriptLinks_IntEventBox__OnCustomCondition5 = 0x10001CC7
,
FX.Signals_BoolEventBox__OnTrue = 0x10001CC8
,
FX.ScriptLinks_IntEventBox__OnHitMax = 0x10001CC9
,
FX.ScriptLinks_BoolEventBox__SetFalse = 0x10001CCA
,
FX.Signals_BoolEventBox__OnFalse = 0x10001CCB
,
FX.ScriptLinks_IntEventBox__Reset = 0x10001CCC
,
FX.ScriptLinks_IntEventBox__OnHitMin = 0x10001CCD
,
FX.ScriptLinks_IntEventBox__Increment = 0x10001CCE
,
FX.ScriptLinks_BoolEventBox__SetTrue = 0x10001CCF
,
FX.Signals_IntEventBox__OnHitMax = 0x10001CD0
,
FX.ScriptLinks_IntEventBox__Random = 0x10001CD1
,
FX.ScriptLinks_IntEventBox__OnDecrement = 0x10001CD2
,
FX.ScriptLinks_IntEventBox__Decrement = 0x10001CD3
,
FX.ScriptLinks_BoolEventBox__OnTrue = 0x10001CD4
,
FX.Signals_IntEventBox__OnCustomCondition1 = 0x10001CD5
,
FX.ScriptLinks_IntEventBox__OnIncrement = 0x10001CD6
,
FX.Signals_IntEventBox__OnCustomCondition2 = 0x10001CD7
,
FX.ScriptLinks_IntEventBox__OnCustomCondition1 = 0x10001CD8
,
FX.ScriptLinks_BoolEventBox__OnFalse = 0x10001CD9
,
FX.Signals_IntEventBox__OnCustomCondition3 = 0x10001CDA
,
FX.ScriptLinks_IntEventBox__OnCustomCondition2 = 0x10001CDB
,
FX.Signals_IntEventBox__OnIncrement = 0x10001CDC
,
FX.Signals_IntEventBox__OnCustomCondition4 = 0x10001CDD
,
FX.ScriptLinks_IntEventBox__OnCustomCondition3 = 0x10001CDE
,
FX.Signals_IntEventBox__OnHitMin = 0x10001CDF
,
FX.ScriptLinks_BoolEventBox__Toggle = 0x10001CE0
,
FX.ScriptLinks_IntEventBox__SetValue = 0x10001CE1
,
FX.Pets_Player__DestroyPet = 0x10001CE8
,
FX.Event_MarketDistruction_Phase_5 = 0x10001CE9
,
FX.Event_MarketDistruction_Phase_6 = 0x10001CEA
,
FX.Event_MarketDistruction_Phase_7 = 0x10001CEB
,
FX.Event_MarketDistruction_Player_Phase_1 = 0x10001CEC
,
FX.Event_MarketDistruction_Player_Phase_2 = 0x10001CED
,
FX.Event_MarketDistruction_Player_Phase_3 = 0x10001CEE
,
FX.Event_MarketDistruction_Player_Phase_4 = 0x10001CEF
,
FX.Event_MarketDistruction_Player_Phase_5 = 0x10001CF0
,
FX.Event_MarketDistruction_Player_Phase_6 = 0x10001CF1
,
FX.Event_MarketDistruction_Player_Phase_7 = 0x10001CF2
,
FX.Event_MarketDistruction_Phase_1 = 0x10001CF3
,
FX.Event_MarketDistruction_Phase_2 = 0x10001CF4
,
FX.Event_MarketDistruction_Phase_3 = 0x10001CF5
,
FX.Event_MarketDistruction_Phase_4 = 0x10001CF6
,
FX.Event_MarketDistruction_Preload_7 = 0x10001CF7
,
FX.Event_MarketDistruction_Preload_8 = 0x10001CF8
,
FX.Event_MarketDistruction_Phase_8 = 0x10001CF9
,
FX.Event_MarketDistruction_Preload_1 = 0x10001CFA
,
FX.Event_MarketDistruction_Preload_2 = 0x10001CFB
,
FX.Event_MarketDistruction_Player_Phase_8 = 0x10001CFC
,
FX.Event_MarketDistruction_Preload_3 = 0x10001CFD
,
FX.Event_MarketDistruction_Preload_4 = 0x10001CFE
,
FX.Event_MarketDistruction_Preload_5 = 0x10001CFF
,
FX.Event_MarketDistruction_Preload_6 = 0x10001D00
,
FX.Event_MarketDistruction_Phase_9 = 0x10001D01
,
FX.Event_MarketDistruction_Player_Phase_9 = 0x10001D02
,
FX.Quest_Shroud_Player__TeleportToMonster = 0x10001D03
,
FX.Combat_Anim_Player___attk_quiveringpalm = 0x10001D04
,
FX.Action_Monitor_Agent__Feat_StunningFist = 0x10001D05
,
FX.Action_Monitor_Agent__Feat_QuiveringPalm = 0x10001D06
,
FX.Spell_Panacea_Agent__EffectMonitor = 0x10001D07
,
FX.Spell_DeathWardMass_Agent__EffectMonitor = 0x10001D08
,
FX.Spell_DeathWardMass_Agent__AOECallback = 0x10001D0A
,
FX.Event_MarketSpawns_3 = 0x10001D0B
,
FX.Event_MarketSpawns_4 = 0x10001D0C
,
FX.Event_MarketSpawns_5 = 0x10001D0D
,
FX.Event_MarketSpawns_6 = 0x10001D0E
,
FX.Event_MarketSpawns_7 = 0x10001D0F
,
FX.Event_MarketSpawns_8 = 0x10001D10
,
FX.Event_MarketSpawns_1 = 0x10001D1B
,
FX.Event_MarketSpawns_2 = 0x10001D1C
,
FX.Action_Anim_Agent___MeditationStart = 0x10001D1D
,
FX.Action_Anim_Agent___ActivateMonkAbility = 0x10001D1E
,
FX.Action_Anim_Agent___MeditationHold = 0x10001D1F
,
FX.Action_Monitor_Agent__MonkHeal = 0x10001D20
,
FX.Spell_DaEvil_Agent__EffectMonitor = 0x10001D23
,
FX.Combat_OnHit_Agent__HoldMonsterSpell = 0x10001D24
,
FX.Drone_Generator_Portal_Shavarath = 0x10001D25
,
FX.Event_Market_MonsterSpawns_1 = 0x10001D34
,
FX.Event_Market_MonsterSpawns_2 = 0x10001D37
,
FX.Event_Market_MonsterSpawns_3 = 0x10001D3A
,
FX.Event_Market_MonsterSpawns_4 = 0x10001D3D
,
FX.Event_Market_MonsterSpawns_5 = 0x10001D3F
,
FX.Event_Market_MonsterSpawns_6 = 0x10001D41
,
FX.Action_Monitor_Agent__Benefit_Monk_FireStance_Attack_3 = 0x10001D50
,
FX.Action_Monitor_Agent__Benefit_Monk_EarthStance_Attack_1 = 0x10001D51
,
FX.Action_Monitor_Agent__Benefit_Monk_EarthStance_Attack_2 = 0x10001D52
,
FX.Action_Monitor_Agent__Benefit_Monk_WaterStance_Attack_1 = 0x10001D53
,
FX.Action_Monitor_Agent__Benefit_Monk_EarthStance_Attack_3 = 0x10001D54
,
FX.Action_Monitor_Agent__Benefit_Monk_WaterStance_Attack_2 = 0x10001D55
,
FX.Action_Monitor_Agent__Benefit_Monk_WaterStance_Attack_3 = 0x10001D56
,
FX.Action_Monitor_Agent__Benefit_Monk_FireStance = 0x10001D57
,
FX.Action_Monitor_Agent__Benefit_Monk_WaterStance = 0x10001D58
,
FX.Action_Monitor_Agent__Benefit_Monk_EarthStance = 0x10001D59
,
FX.Action_Monitor_Agent__Benefit_Monk_AirStance_Attack_1 = 0x10001D5A
,
FX.Action_Monitor_Agent__Benefit_Monk_AirStance_Attack_2 = 0x10001D5B
,
FX.Action_Monitor_Agent__Benefit_Monk_AirStance_Attack_3 = 0x10001D5C
,
FX.Action_Monitor_Agent__Benefit_Monk_AirStance = 0x10001D5D
,
FX.Action_Monitor_Agent__Benefit_Monk_FireStance_Attack_1 = 0x10001D5E
,
FX.Action_Monitor_Agent__Benefit_Monk_FireStance_Attack_2 = 0x10001D5F
,
FX.Action_Detection_Agent__Feat_AuraOfVitality = 0x10001D60
,
FX.Action_Monitor_Agent__Benefit_Monk_LightPath_Attack_1 = 0x10001D61
,
FX.Action_Monitor_Agent__Benefit_Monk_LightPath_Attack_2 = 0x10001D62
,
FX.Action_Monitor_Agent__Benefit_Monk_LightPath_Attack_3 = 0x10001D63
,
FX.Action_Monitor_Agent__Benefit_Monk_DarkPath_Attack_1 = 0x10001D64
,
FX.Action_Monitor_Agent__Benefit_Monk_DarkPath_Attack_2 = 0x10001D65
,
FX.Action_Monitor_Agent__Benefit_Monk_DarkPath_Attack_3 = 0x10001D66
,
FX.Combat_OnHit_Agent__Benefit_Monk_LightPath_Attack_1 = 0x10001D79
,
FX.Combat_OnHit_Agent__Benefit_Monk_WaterStance_Attack_1 = 0x10001D7A
,
FX.Combat_OnHit_Agent__Benefit_Monk_EarthStance_Attack_3 = 0x10001D7B
,
FX.Combat_OnHit_Agent__Benefit_Monk_AirStance_Attack_1 = 0x10001D7C
,
FX.Combat_OnHit_Agent__Benefit_Monk_LightPath_Attack_2 = 0x10001D7D
,
FX.Combat_OnHit_Agent__Benefit_Monk_WaterStance_Attack_2 = 0x10001D7E
,
FX.Combat_OnHit_Agent__Benefit_Monk_AirStance_Attack_2 = 0x10001D7F
,
FX.Combat_OnHit_Agent__Benefit_Monk_LightPath_Attack_3 = 0x10001D80
,
FX.Combat_OnHit_Agent__Benefit_Monk_WaterStance_Attack_3 = 0x10001D81
,
FX.Combat_OnHit_Agent__Benefit_Monk_AirStance_Attack_3 = 0x10001D82
,
FX.Combat_OnHit_Agent__Benefit_Monk_FireStance_Attack_1 = 0x10001D83
,
FX.Combat_OnHit_Agent__Benefit_Monk_FireStance_Attack_2 = 0x10001D84
,
FX.Combat_OnHit_Agent__Benefit_Monk_FireStance_Attack_3 = 0x10001D85
,
FX.Combat_OnHit_Agent__Benefit_Monk_DarkPath_Attack_1 = 0x10001D86
,
FX.Combat_OnHit_Agent__Benefit_Monk_DarkPath_Attack_2 = 0x10001D87
,
FX.Combat_OnHit_Agent__Benefit_Monk_EarthStance_Attack_1 = 0x10001D88
,
FX.Combat_OnHit_Agent__Benefit_Monk_DarkPath_Attack_3 = 0x10001D89
,
FX.Combat_OnHit_Agent__Benefit_Monk_EarthStance_Attack_2 = 0x10001D8A
,
FX.Action_Monitor_Agent__AbundantStep = 0x10001DA1
,
FX.Action_Anim_Agent___AbundantStep = 0x10001DA2
,
FX.Quest_NPC__QuestBestowed = 0x10001DA4
,
FX.Combat_OnHit_Agent__Benefit_Monk_DarkPath_Tier_2 = 0x10001DA5
,
FX.Combat_OnHit_Agent__Benefit_Monk_LightPath_Tier_1 = 0x10001DA6
,
FX.Combat_OnHit_Agent__Benefit_Monk_WaterStance_Tier_2 = 0x10001DA7
,
FX.Combat_OnHit_Agent__Benefit_Monk_AirStance_Tier_4 = 0x10001DA8
,
FX.Combat_OnHit_Agent__Benefit_Monk_DarkPath_Tier_3 = 0x10001DA9
,
FX.Combat_OnHit_Agent__Benefit_Monk_LightPath_Tier_2 = 0x10001DAA
,
FX.Combat_OnHit_Agent__Benefit_Monk_WaterStance_Tier_3 = 0x10001DAB
,
FX.Combat_OnHit_Agent__abundantstep = 0x10001DAC
,
FX.Combat_OnHit_Agent__Benefit_Monk_LightPath_Tier_3 = 0x10001DAD
,
FX.Combat_OnHit_Agent__Benefit_Monk_WaterStance_Tier_4 = 0x10001DAE
,
FX.Combat_OnHit_Agent__Benefit_Monk_WaterAtk_Tier_1 = 0x10001DAF
,
FX.Combat_OnHit_Agent__Benefit_Monk_EarthAtk_Tier_1 = 0x10001DB0
,
FX.Combat_OnHit_Agent__Benefit_Monk_FallingStarStrike = 0x10001DB1
,
FX.Combat_OnHit_Agent__Benefit_Monk_Eagleclaw = 0x10001DB2
,
FX.Combat_OnHit_Agent__Benefit_Monk_WaterAtk_Tier_2 = 0x10001DB3
,
FX.Combat_OnHit_Agent__Benefit_Monk_EarthAtk_Tier_2 = 0x10001DB4
,
FX.Combat_OnHit_Agent__Benefit_Monk_WaterAtk_Tier_3 = 0x10001DB5
,
FX.Combat_OnHit_Agent__Benefit_Monk_EarthAtk_Tier_3 = 0x10001DB6
,
FX.Combat_OnHit_Agent__Benefit_Monk_AirAtk_Tier_1 = 0x10001DB7
,
FX.Combat_OnHit_Agent__Benefit_Monk_WaterAtk_Tier_4 = 0x10001DB8
,
FX.Combat_OnHit_Agent__Benefit_Monk_EarthAtk_Tier_4 = 0x10001DB9
,
FX.Combat_OnHit_Agent__Benefit_Monk_AirAtk_Tier_2 = 0x10001DBA
,
FX.Combat_OnHit_Agent__meditation = 0x10001DBB
,
FX.Combat_OnHit_Agent__Benefit_Monk_FireStance_Tier_1 = 0x10001DBC
,
FX.Combat_OnHit_Agent__Benefit_Monk_AirAtk_Tier_3 = 0x10001DBD
,
FX.Action_Monitor_Agent__Benefit_Monk_PainTouch = 0x10001DBE
,
FX.Action_Monitor_Agent__Benefit_Monk_UnbalancingStrike = 0x10001DBF
,
FX.Combat_OnHit_Agent__Benefit_Monk_FireStance_Tier_2 = 0x10001DC0
,
FX.Combat_OnHit_Agent__Benefit_Monk_AirAtk_Tier_4 = 0x10001DC1
,
FX.Combat_OnHit_Agent__Benefit_Monk_FireStance_Tier_3 = 0x10001DC2
,
FX.Action_Monitor_Agent__Benefit_Monk_FreezingTheLifeblood = 0x10001DC3
,
FX.Action_Monitor_Agent__Benefit_Monk_FallingStarStrike = 0x10001DC4
,
FX.Combat_OnHit_Agent__Benefit_Monk_FireStance_Tier_4 = 0x10001DC5
,
FX.Action_Monitor_Agent__Benefit_Monk_fistsofiron = 0x10001DC6
,
FX.Combat_OnHit_Agent__Benefit_Monk_FreezingtheLifeblood = 0x10001DC7
,
FX.Combat_OnHit_Agent__Benefit_Monk_paintouch = 0x10001DC8
,
FX.Combat_OnHit_Agent__Benefit_Monk_EarthStance_Tier_1 = 0x10001DC9
,
FX.Combat_OnHit_Agent__Benefit_Monk_EarthStance_Tier_2 = 0x10001DCA
,
FX.Action_Monitor_Agent__Benefit_Monk_KarmicStrike = 0x10001DCB
,
FX.Action_Monitor_Agent__Benefit_Monk_ShurikenSpeed = 0x10001DCC
,
FX.Combat_OnHit_Agent__Benefit_Monk_EarthStance_Tier_3 = 0x10001DCD
,
FX.Combat_OnHit_Agent__Benefit_Monk_ShurikenSpeed = 0x10001DCE
,
FX.Combat_OnHit_Agent__Benefit_Monk_FireAtk_Tier_1 = 0x10001DCF
,
FX.Combat_OnHit_Agent__Benefit_Monk_EarthStance_Tier_4 = 0x10001DD0
,
FX.Combat_OnHit_Agent__Benefit_Monk_FireAtk_Tier_2 = 0x10001DD1
,
FX.Combat_OnHit_Agent__wholenessofbody = 0x10001DD2
,
FX.Combat_OnHit_Agent__Benefit_Monk_FireAtk_Tier_3 = 0x10001DD3
,
FX.Combat_OnHit_Agent__Benefit_Monk_FireAtk_Tier_4 = 0x10001DD4
,
FX.Combat_OnHit_Agent__Benefit_Monk_KarmicStrike = 0x10001DD5
,
FX.Combat_OnHit_Agent__Benefit_Monk_UnbalanceingStrike = 0x10001DD6
,
FX.Action_Monitor_Agent__Benefit_Monk_Eagleclaw = 0x10001DD7
,
FX.Combat_OnHit_Agent__Benefit_Monk_FistsofIron = 0x10001DD8
,
FX.Combat_OnHit_Agent__Benefit_Monk_AirStance_Tier_1 = 0x10001DD9
,
FX.Combat_OnHit_Agent__Benefit_Monk_AirStance_Tier_2 = 0x10001DDA
,
FX.Combat_OnHit_Agent__Benefit_Monk_DarkPath_Tier_1 = 0x10001DDB
,
FX.Combat_OnHit_Agent__Benefit_Monk_WaterStance_Tier_1 = 0x10001DDC
,
FX.Combat_OnHit_Agent__Benefit_Monk_AirStance_Tier_3 = 0x10001DDD
,
FX.Combat_OnHit_Agent__Benefit_Monk_QuiveringPalm = 0x10001DDE
,
FX.Combat_OnHit_Agent__Bees = 0x10001DDF
,
FX.Action_Monitor_Agent__Feat_KarmicStrike = 0x10001DEF
,
FX.Combat_OnHit_Agent__BindingChainSpell = 0x10001DF0
,
FX.Action_Monitor_Agent__SpecialAttack_Air = 0x10001DF1
,
FX.Action_Monitor_Agent__SpecialAttack_Fire = 0x10001DF2
,
FX.Action_Monitor_Agent__SpecialAttack_DarkWater = 0x10001DF3
,
FX.Action_Monitor_Agent__SpecialAttack_DarkEarth = 0x10001DF4
,
FX.Action_Monitor_Agent__SpecialAttack_DarkAir = 0x10001DF5
,
FX.Action_Monitor_Agent__SpecialAttack_PureDark = 0x10001DF6
,
FX.Action_Monitor_Agent__SpecialAttack_DarkFire = 0x10001DF7
,
FX.Action_Monitor_Agent__SpecialAttack_Earth = 0x10001DF8
,
FX.Action_Monitor_Agent__SpecialAttack_PureLight = 0x10001DF9
,
FX.Action_Monitor_Agent__SpecialAttack_EarthWindAndFire = 0x10001DFA
,
FX.Action_Monitor_Agent__SpecialAttack_Water = 0x10001DFB
,
FX.Combat_OnHit_Agent__Benefit_Monk_AirHit_Tier_1 = 0x10001DFC
,
FX.Combat_OnHit_Agent__Benefit_Monk_AirHit_Tier_2 = 0x10001DFD
,
FX.Combat_OnHit_Agent__Benefit_Monk_AirHit_Tier_3 = 0x10001DFE
,
FX.Combat_OnHit_Agent__Benefit_Monk_AirHit_Tier_4 = 0x10001DFF
,
FX.Combat_OnHit_Agent__Benefit_Monk_WaterHit_Tier_1 = 0x10001E00
,
FX.Combat_OnHit_Agent__Benefit_Monk_WaterHit_Tier_2 = 0x10001E01
,
FX.Combat_OnHit_Agent__Benefit_Monk_WaterHit_Tier_3 = 0x10001E02
,
FX.Combat_OnHit_Agent__Benefit_Monk_WaterHit_Tier_4 = 0x10001E03
,
FX.Combat_OnHit_Agent__Benefit_Monk_FireHit_Tier_1 = 0x10001E04
,
FX.Combat_OnHit_Agent__Benefit_Monk_FireHit_Tier_2 = 0x10001E05
,
FX.Combat_OnHit_Agent__Benefit_Monk_FireHit_Tier_3 = 0x10001E06
,
FX.Combat_OnHit_Agent__Benefit_Monk_FireHit_Tier_4 = 0x10001E07
,
FX.Combat_OnHit_Agent__Benefit_Monk_EarthHit_Tier_1 = 0x10001E08
,
FX.Combat_OnHit_Agent__Benefit_Monk_EarthHit_Tier_2 = 0x10001E09
,
FX.Combat_OnHit_Agent__Benefit_Monk_EarthHit_Tier_3 = 0x10001E0A
,
FX.Combat_OnHit_Agent__Benefit_Monk_EarthHit_Tier_4 = 0x10001E0B
,
FX.Combat_OnHit_Agent__Benefit_Monk_Powerup_pulse = 0x10001E0C
,
FX.Combat_OnHit_Agent__Benefit_Monk_Powerup_ready = 0x10001E0D
,
FX.Drone_Generator_epic_8 = 0x10001E1B
,
FX.Abilities_Monk_FistsofIron = 0x10001E1D
,
FX.Abilities_Monk_AirStance = 0x10001E1E
,
FX.Abilities_Monk_QuiveringPalm = 0x10001E1F
,
FX.Abilities_Monk_EarthStance = 0x10001E20
,
FX.Abilities_Monk_WaterStance = 0x10001E21
,
FX.Abilities_Monk_Eagleclaw = 0x10001E22
,
FX.Abilities_Monk_paintouch = 0x10001E23
,
FX.Abilities_Monk_FreezingtheLifeblood = 0x10001E24
,
FX.Abilities_Monk_ShurikenSpeed = 0x10001E25
,
FX.Abilities_Monk_UnbalanceingStrike = 0x10001E26
,
FX.Abilities_Monk_FallingStarStrike = 0x10001E27
,
FX.Abilities_Monk_FireStance = 0x10001E28
,
FX.Abilities_Monk_KarmicStrike = 0x10001E29
,
FX.Action_Monitor_Agent__Feat_Monk_paintouch = 0x10001E2B
,
FX.Action_Monitor_Agent__Feat_Monk_KarmicStrike = 0x10001E2C
,
FX.Action_Monitor_Agent__Feat_Monk_AirStance = 0x10001E2D
,
FX.Action_Monitor_Agent__Feat_Monk_FreezingtheLifeblood = 0x10001E2E
,
FX.Action_Monitor_Agent__Feat_Monk_Eagleclaw = 0x10001E2F
,
FX.Action_Monitor_Agent__Feat_Monk_FireStance = 0x10001E30
,
FX.Action_Monitor_Agent__Feat_Monk_QuiveringPalm = 0x10001E31
,
FX.Action_Monitor_Agent__Feat_Monk_ShurikenSpeed = 0x10001E32
,
FX.Action_Monitor_Agent__Feat_Monk_FistsofIron = 0x10001E33
,
FX.Action_Monitor_Agent__Feat_Monk_UnbalanceingStrike = 0x10001E34
,
FX.Action_Monitor_Agent__Feat_Monk_EarthStance = 0x10001E35
,
FX.Action_Monitor_Agent__Feat_Monk_FallingStarStrike = 0x10001E36
,
FX.Action_Monitor_Agent__Feat_Monk_WaterStance = 0x10001E37
,
FX.Action_Monitor_Agent__GenericAttack = 0x10001E38
,
FX.Action_Monitor_Agent__UnarmedAttack = 0x10001E39
,
FX.AI_Patrol_v2_NPC__GotoTarget = 0x10001E3C
,
FX.AI_Logic_NPC__WakeUpFriends = 0x10001E3D
,
FX.Action_Monitor_Agent__Benefit_Monk_FistsofIron_Finisher = 0x10001E48
,
FX.Action_Monitor_Agent__Benefit_Monk_AirStance_Finisher = 0x10001E49
,
FX.Action_Monitor_Agent__Benefit_Monk_FireStance_Finisher = 0x10001E4A
,
FX.Action_Monitor_Agent__Benefit_Monk_Finisher = 0x10001E4B
,
FX.Action_Monitor_Agent__Benefit_Monk_EarthStance_Finisher = 0x10001E4C
,
FX.Action_Monitor_Agent__Benefit_Monk_paintouch_Finisher = 0x10001E4D
,
FX.Action_Monitor_Agent__Benefit_Monk_WaterStance_Finisher = 0x10001E4E
,
FX.Action_Monitor_Agent__Benefit_Monk_FallingStarStrike_Finisher = 0x10001E4F
,
FX.Action_Monitor_Agent__Benefit_Monk_KarmicStrike_Finisher = 0x10001E50
,
FX.Action_Monitor_Agent__Benefit_Monk_FreezingtheLifeblood_Finisher = 0x10001E51
,
FX.AI_Patrol_v2_NPC__FaceTarget = 0x10001E53
,
FX.Combat_OnHit_Agent__CharmFromSpell = 0x10001E54
,
FX.Combat_OnHit_Agent__SummonSpellFromSpell = 0x10001E55
,
FX.Spell_DeathPact_Agent__EffectMonitor = 0x10001E57
,
FX.Action_Anim_Agent___ChargenAnim_Paladin = 0x10001E5A
,
FX.Action_Anim_Agent___ChargenAnim_Barbarian = 0x10001E5B
,
FX.Action_Anim_Agent___ChargenAnim_Wizard = 0x10001E5C
,
FX.Action_Anim_Agent___ChargenAnim_Cleric = 0x10001E5D
,
FX.Action_Anim_Agent___ChargenAnim_Bard = 0x10001E5E
,
FX.Action_Anim_Agent___ChargenAnim_Rogue = 0x10001E5F
,
FX.Action_Anim_Agent___ChargenAnim_Ranger = 0x10001E60
,
FX.Action_Anim_Agent___ChargenAnim_Monk = 0x10001E61
,
FX.Action_Anim_Agent___ChargenAnim_Fighter = 0x10001E62
,
FX.Action_Anim_Agent___ChargenAnim_Sorcerer = 0x10001E63
,
FX.Quest_NPC__QuestUnavailable = 0x10001E65
,
FX.Spell_StalwartPact_Agent__EffectMonitor = 0x10001E66
,
FX.Spell_Lionheart_Agent__EffectMonitor = 0x10001E67
,
FX.Emotes_NPC___Kneel_Id_Disable_A = 0x10001E6A
,
FX.Emotes_NPC___Disable_A = 0x10001E6B
,
FX.Combat_OnHit_Agent__NPEProtectionFromDeath = 0x10001E6C
,
FX.Emotes_NPC___Stow_Weapon_Dual = 0x10001E6D
,
FX.Emotes_NPC___Summon_A = 0x10001E6E
,
FX.Emotes_NPC___Search_A = 0x10001E6F
,
FX.Emotes_NPC___Pick_Lock_A = 0x10001E71
,
FX.Emotes_NPC___Stand_Id_Pick_Lock_A = 0x10001E72
,
FX.Emotes_NPC___Stand_Id_Humor_Rogue_A = 0x10001E73
,
FX.Emotes_NPC___Stand_Id_Humor_Cleric_A = 0x10001E74
,
FX.Emotes_NPC___Stand_Id_Humor_Wizard_A = 0x10001E75
,
FX.Emotes_NPC___Sit_B_Start = 0x10001E76
,
FX.Emotes_NPC___Sit_B_End = 0x10001E77
,
FX.Spell_ProtectionFromElements_Agent__EffectMonitor = 0x10001E78
,
FX.Spell_ProtectionFromElementsMass_Agent__EffectMonitor = 0x10001E79
,
FX.Spell_ProtectionFromElementsMass_Agent__AOECallback = 0x10001E7A
,
FX.Combat_OnHit_Agent__Stormgiant_PowerUp_1 = 0x10001E7B
,
FX.Combat_OnHit_Agent__Stormgiant_PowerUp_2 = 0x10001E7C
,
FX.Combat_OnHit_Agent__Stormgiant_PowerUp_3 = 0x10001E7D
,
FX.Spell_EnergyDrain_Agent__EffectMonitor = 0x10001E7E
,
FX.Spell_EnergyDrain_Agent__ShootBeams = 0x10001E7F
,
FX.Combat_OnHit_Agent__Sorjek_Green = 0x10001E80
,
FX.Combat_OnHit_Agent__Sorjek_Red = 0x10001E81
,
FX.Combat_OnHit_Agent__Sorjek_Blue = 0x10001E82
,
FX.Combat_OnHit_Agent__Sorjek_Yellow = 0x10001E83
,
FX.Action_Detection_Agent__Feat_AdminAuraOfSmite = 0x10001E84
,
FX.Spell_ElementalEarthGrab_Agent__EffectMonitor = 0x10001E87
,
FX.Drone_Generator_Gnoll_Town = 0x10001E88
,
FX.Drone_Generator_Kobold_Caves = 0x10001E89
,
FX.Drone_Generator_Ming_Garden = 0x10001E8A
,
FX.Drone_Generator_Scorpion_Monastary = 0x10001E8B
,
FX.Drone_Generator_Dragon_Sanctuary = 0x10001E8C
,
FX.Drone_Generator_Beach_Tutorial = 0x10001E8D
,
FX.Drone_Generator_Dungeon_tutorial = 0x10001E8E
,
FX.Drone_Generator_Frozen_Village = 0x10001E8F
,
FX.Drone_Generator_Wilderness_Village = 0x10001E90
,
FX.Drone_Generator_Dragon_Dungeon = 0x10001E91
,
FX.Drone_Generator_Icy_Valley = 0x10001E92
,
FX.Drone_Generator_Eerie_Valley = 0x10001E93
,
FX.Drone_Generator_Sizzling_Death = 0x10001E94
,
FX.Drone_Generator_Underwater_Lair = 0x10001E95
,
FX.Drone_Generator_Volcanic_Mine_Entrance = 0x10001E96
,
FX.Drone_Generator_Sorjeks_Lair = 0x10001E97
,
FX.Combat_OnHit_Agent__AcidSpray = 0x10001E98
,
FX.Spell_AcidSpray_Agent__EffectMonitor = 0x10001E99
,
FX.Spell_AcidSpray_Agent__AOECallback = 0x10001E9A
,
FX.Action_Detection_Agent__Spell_AuraOfImplosion = 0x10001E9B
,
FX.Spell_AcidBreath_Agent__AOECallback = 0x10001E9D
,
FX.Spell_AcidBreath_Agent__EffectMonitor = 0x10001E9E
,
FX.Spell_ChainMissile_Agent__EffectMonitor = 0x10001E9F
,
FX.Spell_ChainMissile_Agent__EffectMonitor_BeamFire = 0x10001EA0
,
FX.Combat_OnHit_Agent__MordenkainensDisjunctionSpell = 0x10001EA1
,
FX.Combat_OnHit_Agent__DiamondSteelSpell = 0x10001EA2
,
FX.Spell_Gate_Agent__EffectMonitor = 0x10001EA3
,
FX.Spell_MordenkainensDisjunction_Agent__EffectMonitor = 0x10001EA4
,
FX.Spell_PrismaticRay_Agent__ShootBeams = 0x10001EA5
,
FX.Spell_PrismaticSpray_Agent__AOECallback = 0x10001EA6
,
FX.Spell_Gate_Agent__AOECallback = 0x10001EA7
,
FX.Spell_DisruptUndeadGreater_Agent__EffectMonitor = 0x10001EA8
,
FX.Spell_PrismaticRay_Agent__EffectMonitor = 0x10001EA9
,
FX.Spell_DisruptUndeadGreater_Agent__ShootBeams = 0x10001EAA
,
FX.Spell_PrismaticSpray_Agent__EffectMonitor = 0x10001EAB
,
FX.Combat_OnHit_Agent__ColorSpray = 0x10001EAC
,
FX.Spell_ColorSpray_Agent__EffectMonitor = 0x10001EAD
,
FX.Spell_ColorSpray_Agent__AOECallback = 0x10001EAE
,
FX.Spell_ChainMissile_Agent__StartSecondaryMissiles = 0x10001EAF
,
FX.Spell_PrismaticRay_Agent__AOECallback = 0x10001EB0
,
FX.Combat_OnHit_Agent__ImplodeSpell = 0x10001EB1
,
FX.Combat_OnHit_Agent__ChainMissileAuxiliarySpell = 0x10001EB2
,
FX.Flinch_Anm = 0x10001EB3
,
FX.Spell_Implode_Player__ImplodeBeam = 0x10001EB4
,
FX.Spell_Electricloop_Agent__AOECallback = 0x10001EB5
,
FX.Combat_OnHit_Agent__BlindnessSpell_Prismatic = 0x10001EB6
,
FX.Combat_OnHit_Agent__WeirdSpell = 0x10001EB7
,
FX.Combat_OnHit_Agent__BuffUndeathEternalFoeSpell = 0x10001EB8
,
FX.Spell_UndeathEternalFoe_Agent__AOE = 0x10001EB9
,
FX.Emotes_NPC___Sit_Id_Floor_Squat_A = 0x10001EBA
,
FX.Emotes_NPC___Sit_Id_Floor_Kneel_A = 0x10001EBB
,
FX.Emotes_NPC___Sit_Id_Floor_Ready_A = 0x10001EBC
,
FX.Emotes_NPC___Sit_Id_Floor_Lounge_A = 0x10001EBD
,
FX.Event_Market_Festival_fxLightMedD = 0x10001EBF
,
FX.Event_Market_Festival_fxDarkMedA = 0x10001EC0
,
FX.Event_Market_Festival_fxLightBase = 0x10001EC1
,
FX.Event_Market_Festival_fxDarkMedB = 0x10001EC2
,
FX.Event_Market_Festival_fxDarkMedC = 0x10001EC3
,
FX.Event_Market_Festival_fxDarkMedD = 0x10001EC4
,
FX.Event_Market_Festival_fxLightSmallA = 0x10001EC5
,
FX.Event_Market_Festival_fxDarkBase = 0x10001EC6
,
FX.Event_Market_Festival_Start_T2_Light = 0x10001EC7
,
FX.Event_Market_Festival_fxLightSmallB = 0x10001EC8
,
FX.Event_Market_Festival_fxDarkSmallA = 0x10001EC9
,
FX.Event_Market_Festival_Start_T3_Dark = 0x10001ECA
,
FX.Event_Market_Festival_fxLightSmallC = 0x10001ECB
,
FX.Event_Market_Festival_fxDarkSmallB = 0x10001ECC
,
FX.Event_Market_Festival_Start = 0x10001ECD
,
FX.Event_Market_Festival_fxLightSmallD = 0x10001ECE
,
FX.Event_Market_Festival_fxDarkSmallC = 0x10001ECF
,
FX.Event_Market_Festival_fxDarkSmallD = 0x10001ED0
,
FX.Event_Market_Festival_Start_T1_Light = 0x10001ED1
,
FX.Event_Market_Festival_Start_T2_Dark = 0x10001ED2
,
FX.Event_Market_Festival_fxLightLargeA = 0x10001ED3
,
FX.Event_Market_Festival_fxLightFinalA = 0x10001ED4
,
FX.Event_Market_Festival_fxLightLargeB = 0x10001ED5
,
FX.Event_Market_Festival_Start_T4_Light = 0x10001ED6
,
FX.Event_Market_Festival_fxLightFinalB = 0x10001ED7
,
FX.Event_Market_Festival_fxLightLargeC = 0x10001ED8
,
FX.Event_Market_Festival_fxLightFinalC = 0x10001ED9
,
FX.Event_Market_Festival_fxLightLargeD = 0x10001EDA
,
FX.Event_Market_Festival_End = 0x10001EDB
,
FX.Event_Market_Festival_fxLightFinalD = 0x10001EDC
,
FX.Event_Market_Festival_Start_T3_Light = 0x10001EDD
,
FX.Event_Market_Festival_Start_T1_Dark = 0x10001EDE
,
FX.Event_Market_Festival_fxDarkFinalA = 0x10001EDF
,
FX.Event_Market_Festival_fxDarkFinalB = 0x10001EE0
,
FX.Event_Market_Festival_fxDarkLargeA = 0x10001EE1
,
FX.Event_Market_Festival_fxDarkFinalC = 0x10001EE2
,
FX.Event_Market_Festival_fxDarkLargeB = 0x10001EE3
,
FX.Event_Market_Festival_fxDarkFinalD = 0x10001EE4
,
FX.Event_Market_Festival_fxDarkLargeC = 0x10001EE5
,
FX.Event_Market_Festival_fxLightMedA = 0x10001EE6
,
FX.Event_Market_Festival_fxDarkLargeD = 0x10001EE7
,
FX.Event_Market_Festival_fxLightMedB = 0x10001EE8
,
FX.Event_Market_Festival_Start_T4_Dark = 0x10001EE9
,
FX.Event_Market_Festival_fxLightMedC = 0x10001EEA
,
FX.Spell_SnowballSwarm_Entity__AOECallback = 0x10001EEB
,
FX.Spell_SnowballSwarm_Entity__EffectMonitor = 0x10001EEC
,
FX.Combat_OnHit_Agent__Dominate = 0x10001EED
,
FX.Combat_OnHit_Agent__DominateFromSpell = 0x10001EEE
,
FX.Combat_OnHit_Agent__ProtectionFromNegativeEnergy = 0x10001EEF
,
FX.Combat_OnHit_Agent__ProtectionFromDeath = 0x10001EF0
,
FX.Combat_OnHit_Agent__ProtectionFromPositiveEnergy = 0x10001EF1
,
FX.Combat_OnHit_Agent__PowerSurge = 0x10001EF2
,
FX.Drone_Generator_Tower_Despair = 0x10001EF3
,
FX.Drone_Generator_Devil_Battlefield = 0x10001EF4
,
FX.Drone_Generator_Devils_Spine = 0x10001EF5
,
FX.Drone_Generator_Public_Island = 0x10001EF6
,
FX.Drone_Generator_Third_Legion = 0x10001EF7
,
FX.Drone_Generator_Genesis_Point = 0x10001EF8
,
FX.Drone_Generator_Iron_Maw = 0x10001EF9
,
FX.Combat_Commands_Player__Benefit_Bard_Capstone_Music = 0x10001EFC
,
FX.Combat_OnHit_Player__Benefit_Bard_Capstone_Music = 0x10001EFD
,
FX.Action_Monitor_Agent__AirElemental_1 = 0x10001F01
,
FX.Action_Monitor_Agent__AirElemental_2 = 0x10001F02
,
FX.Action_Monitor_Agent__AirElemental_3 = 0x10001F03
,
FX.Action_Monitor_Agent__FireElemental_1 = 0x10001F04
,
FX.Action_Monitor_Agent__FireElemental_2 = 0x10001F05
,
FX.Action_Monitor_Agent__FireElemental_3 = 0x10001F06
,
FX.Action_Monitor_Agent__EarthElemental_1 = 0x10001F07
,
FX.Action_Monitor_Agent__EarthElemental_2 = 0x10001F08
,
FX.Action_Monitor_Agent__EarthElemental_3 = 0x10001F09
,
FX.Action_Monitor_Agent__Feat_DismissCharm = 0x10001F0A
,
FX.Action_Monitor_Agent__FrostElemental_1 = 0x10001F0B
,
FX.Action_Monitor_Agent__FrostElemental_2 = 0x10001F0C
,
FX.Action_Monitor_Agent__FrostElemental_3 = 0x10001F0D
,
FX.Event_Market_Festival_Music_Light_01 = 0x10001F0E
,
FX.Event_Market_Festival_Music_Light_02 = 0x10001F0F
,
FX.Event_Market_Festival_Music_Light_10 = 0x10001F10
,
FX.Event_Market_Festival_Music_Light_03 = 0x10001F11
,
FX.Event_Market_Festival_Music_Light_11 = 0x10001F12
,
FX.Event_Market_Festival_Music_Light_04 = 0x10001F13
,
FX.Event_Market_Festival_Music_Light_12 = 0x10001F14
,
FX.Event_Market_Festival_Music_Light_05 = 0x10001F15
,
FX.Event_Market_Festival_Music_Light_13 = 0x10001F16
,
FX.Event_Market_Festival_Music_Light_06 = 0x10001F17
,
FX.Event_Market_Festival_Music_Light_14 = 0x10001F18
,
FX.Event_Market_Festival_Music_Light_07 = 0x10001F19
,
FX.Event_Market_Festival_Music_Light_15 = 0x10001F1A
,
FX.Event_Market_Festival_Music_Light_08 = 0x10001F1B
,
FX.Event_Market_Festival_Music_Light_16 = 0x10001F1C
,
FX.Event_Market_Festival_Music_Light_09 = 0x10001F1D
,
FX.Event_Market_Festival_Music_Light_17 = 0x10001F1E
,
FX.Event_Market_Festival_Music_Light_18 = 0x10001F1F
,
FX.Event_Market_Festival_Music_Light_19 = 0x10001F20
,
FX.Event_Market_Festival_Music_Light_20 = 0x10001F21
,
FX.Event_Market_Festival_Music_Interupt_10 = 0x10001F22
,
FX.Event_Market_Festival_Music_Interupt_11 = 0x10001F23
,
FX.Event_Market_Festival_Music_Interupt_12 = 0x10001F24
,
FX.Event_Market_Festival_Music_Interupt_13 = 0x10001F25
,
FX.Event_Market_Festival_Music_Interupt_14 = 0x10001F26
,
FX.Event_Market_Festival_Music_Interupt_01 = 0x10001F27
,
FX.Event_Market_Festival_Music_Interupt_15 = 0x10001F28
,
FX.Event_Market_Festival_Music_Interupt_02 = 0x10001F29
,
FX.Event_Market_Festival_Music_Interupt_16 = 0x10001F2A
,
FX.Event_Market_Festival_Music_Interupt_03 = 0x10001F2B
,
FX.Event_Market_Festival_Music_Interupt_20 = 0x10001F2C
,
FX.Event_Market_Festival_Music_Interupt_17 = 0x10001F2D
,
FX.Event_Market_Festival_Music_Interupt_04 = 0x10001F2E
,
FX.Event_Market_Festival_Music_Interupt_18 = 0x10001F2F
,
FX.Event_Market_Festival_Music_Interupt_05 = 0x10001F30
,
FX.Event_Market_Festival_Music_Interupt_19 = 0x10001F31
,
FX.Event_Market_Festival_Music_Interupt_06 = 0x10001F32
,
FX.Event_Market_Festival_Music_Interupt_07 = 0x10001F33
,
FX.Event_Market_Festival_Music_Interupt_08 = 0x10001F34
,
FX.Event_Market_Festival_Music_Interupt_09 = 0x10001F35
,
FX.Action_Monitor_Agent__Benefit_Monk_Domination = 0x10001F36
,
FX.Action_Monitor_Agent__Benefit_Monk_Harmony = 0x10001F37
,
FX.Event_Market_Festival_Music_Interupt_21 = 0x10001F38
,
FX.Event_Market_Festival_Music_Interupt_22 = 0x10001F39
,
FX.Event_Market_Festival_Music_Interupt_23 = 0x10001F3A
,
FX.Event_Market_Festival_Music_Interupt_24 = 0x10001F3B
,
FX.Event_Market_Festival_Music_Interupt_25 = 0x10001F3C
,
FX.Event_Market_Festival_Music_Interupt_26 = 0x10001F3D
,
FX.Event_Market_Festival_Music_Interupt_30 = 0x10001F3E
,
FX.Event_Market_Festival_Music_Interupt_27 = 0x10001F3F
,
FX.Event_Market_Festival_Music_Interupt_28 = 0x10001F40
,
FX.Event_Market_Festival_Music_Interupt_29 = 0x10001F41
,
FX.Combat_OnHit_Agent__Appearance_HairDye_01 = 0x10001F42
,
FX.Combat_OnHit_Agent__Appearance_HairDye_02 = 0x10001F43
,
FX.Combat_OnHit_Agent__Appearance_HairDye_03 = 0x10001F44
,
FX.Combat_OnHit_Agent__Appearance_HairDye_04 = 0x10001F45
,
FX.Combat_OnHit_Agent__Appearance_HairStyle_01 = 0x10001F46
,
FX.Combat_OnHit_Agent__Appearance_HairStyle_02 = 0x10001F47
,
FX.Combat_OnHit_Agent__Appearance_HairStyle_03 = 0x10001F48
,
FX.Combat_OnHit_Agent__Appearance_HairStyle_04 = 0x10001F49
,
FX.Combat_OnHit_Agent__DefensiveStance_Paladin = 0x10001F4A
,
FX.Combat_OnHit_Agent__DefensiveStance_Fighter = 0x10001F4B
,
FX.Action_Monitor_Agent__Necromancer_1 = 0x10001F4C
,
FX.Action_Monitor_Agent__Necromancer_2 = 0x10001F4D
,
FX.Action_Monitor_Agent__Necromancer_3 = 0x10001F4E
,
FX.Combat_Resist_Agent__Constitution = 0x10001F4F
,
FX.Combat_Resist_Agent__Intelligence = 0x10001F50
,
FX.Combat_Resist_Agent__Charisma = 0x10001F51
,
FX.Combat_Resist_Agent__Wisdom = 0x10001F52
,
FX.Combat_Resist_Agent__Strength = 0x10001F53
,
FX.Combat_Resist_Agent__Dexterity = 0x10001F54
,
FX.Spell_FingerOfFire_Agent__EffectMonitor = 0x10001F55
,
FX.Spell_FingerOfFire_Agent__AOECallback = 0x10001F56
,
FX.Spell_FingerOfFire_Agent__ShootBeams = 0x10001F57
,
FX.Drone_Generator_Combat_Cue_02 = 0x10001F58
,
FX.Drone_Generator_BossFight_02 = 0x10001F59
,
FX.Drone_Generator_Shav_Raid_Drama = 0x10001F5A
,
FX.Spell_RepairCriticalDamageMass_Agent__AOECallback = 0x10001F5B
,
FX.Spell_RepairModerateDamageMass_Agent__AOECallback = 0x10001F5C
,
FX.Spell_Blasphemy_Agent__EffectMonitor = 0x10001F5D
,
FX.Spell_RepairSeriousDamageMass_Agent__AOECallback = 0x10001F5E
,
FX.Spell_RepairLightDamageMass_Agent__EffectMonitor = 0x10001F5F
,
FX.Spell_RepairCriticalDamageMass_Agent__EffectMonitor = 0x10001F60
,
FX.Spell_RepairLightDamageMass_Agent__AOECallback = 0x10001F61
,
FX.Spell_RepairSeriousDamageMass_Agent__EffectMonitor = 0x10001F62
,
FX.Spell_Blasphemy_Agent__AOECallback = 0x10001F63
,
FX.Spell_RepairModerateDamageMass_Agent__EffectMonitor = 0x10001F64
,
FX.Quest_Player__XPGain = 0x10001F65
,
FX.Vendor_NPC__Banker = 0x10001F66
,
FX.Vendor_NPC__Henchmen = 0x10001F67
,
FX.Vendor_NPC__Travel = 0x10001F68
,
FX.Combat_OnHit_Agent__SuccubusKiss = 0x10001F6A
,
FX.Drone_Generator_Searing_Heights_Volcanic = 0x10001F6B
,
FX.Drone_Generator_Searing_Heights_Woods = 0x10001F6C
,
FX.Drone_Generator_Lava_Cave = 0x10001F6D
,
FX.zone = 0x10001F6F
,
FX.on = 0x10001F70
,
FX.adventure = 0x10001F71
,
FX.Code = 0x10001F72
,
FX.call = 0x10001F73
,
FX.Icons_ = 0x10001F74
,
FX.key = 0x10001F76
,
FX.to = 0x10001F77
,
FX.ride = 0x10001F78
,
FX.of = 0x10001F79
,
FX.adding = 0x10001F7A
,
FX._this = 0x10001F7B
,
FX.get = 0x10001F7C
,
FX.Quest_NPC__WantsToBestowAdventureZone = 0x10001F7D
,
FX.Estore_GuestPass_ReciveFX = 0x10001F7E
,
FX.NPC__MonitorNearby_ = 0x10001F7F
,
FX.Spell_Electricloop_Agent__EffectMonitor = 0x10001F80
,
FX.CTargeting_Target__OnTargetUsable = 0x10001F81
,
FX.Spell_Electricloop_Agent__NextNode = 0x10001F82
,
FX.Spell_Electricloop_Agent__ShootBeams = 0x10001F83
,
FX.Spell_Electricloop_Agent__ReturnForNextNode = 0x10001F84
,
FX.Spell_Electricloop_Agent__FinalNode = 0x10001F85
,
FX.Spell_Electricloop_Player__LightningBeam = 0x10001F86
,
FX.Combat_OnHit_Agent__FallingDamage_High = 0x10001F87
,
FX.Combat_OnHit_Agent__FallingDamage_Low = 0x10001F88
,
FX.Combat_OnHit_Agent__FallingDamage_Medium = 0x10001F89
,
FX.Drone_Generator_Vale_Epic = 0x10001F8A
,
FX.Drone_Generator_Gnoll_Village = 0x10001F8B
,
FX.Drone_Generator_Canyon = 0x10001F8C
,
FX.Drone_Generator_Lair_Open_Air = 0x10001F8D
,
FX.Drone_Generator_Lair_Epic_01 = 0x10001F8E
,
FX.Drone_Generator_Lair_Epic_02 = 0x10001F8F
,
FX.Drone_Generator_Magic_Cave = 0x10001F90
,
FX.Drone_Generator_Lair_Cave = 0x10001F91
,
FX.Combat_OnHit_Agent__Benefit_Wizard_PaleMaster_ZombieForm = 0x10001F92
,
FX.Combat_OnHit_Agent__Benefit_Wizard_PaleMaster_LichForm = 0x10001F93
,
FX.Combat_OnHit_Agent__Benefit_Wizard_PaleMaster_WraithForm = 0x10001F94
,
FX.Combat_OnHit_Agent__Benefit_Bard_Warchanter_SongOfValor = 0x10001F95
,
FX.Combat_OnHit_Agent__Benefit_Bard_Spellsinger_SongOfRefreshment = 0x10001F96
,
FX.Combat_OnHit_Agent__Benefit_Bard_Warchanter_SongOfWar = 0x10001F97
,
FX.Combat_OnHit_Agent__Benefit_Bard_Virtuoso_SongOfMending = 0x10001F98
,
FX.Drone_Generator_Jungle_Beach = 0x10001F99
,
FX.Spell_Acidball_Agent__AOECallback = 0x10001F9A
,
FX.Spell_Acidball_Agent__EffectMonitor = 0x10001F9B
,
FX.Spell_IceSpears_Agent__ShootBeams = 0x10001F9C
,
FX.Spell_IceSpears_Agent__AOECallback = 0x10001F9D
,
FX.Spell_IceSpears_Agent__EffectMonitor = 0x10001F9E
,
FX.Action_Anim_Agent___ChargenAnim_FavoredSoul = 0x10001F9F
,
FX.Drone_Generator_Shroud_Intro = 0x10001FA0
,
FX.Drone_Generator_Shroud_01 = 0x10001FA1
,
FX.Drone_Generator_Shroud_02 = 0x10001FA2
,
FX.Drone_Generator_Shroud_03 = 0x10001FA3
,
FX.Drone_Generator_Shroud_04 = 0x10001FA4
,
FX.Advancement_NPC__TrainerFavoredSoulFX = 0x10001FA5
,
FX.Action_Monitor_Agent__LeapOfFaith = 0x10001FA6
,
FX.AI_Movement_NPC__RandomShift = 0x10001FA7
,
FX.AI_Logic_NPC__ShowDecision = 0x10001FA8
,
FX.AI_Perception_NPC__SetDefensiveTarget = 0x10001FA9
,
FX.AI_Logic_NPC__FailedMovement = 0x10001FAA
,
FX.AI_Perception_NPC__DetectTarget = 0x10001FAB
,
FX.AI_Perception_NPC__SetGuardedTarget = 0x10001FAC
,
FX.Quest_WarforgedVision__Overlay = 0x10001FAD
,
FX.Quest_WarforgedTimeStop__Overlay = 0x10001FAE
,
FX.Quest_WarforgedMisc = 0x10001FAF
,
FX.Quest_WarforgedGlow_Toggle = 0x10001FB0
,
FX.Quest_WarforgedMisc2 = 0x10001FB1
,
FX.Quest_WarforgedActivate_Toggle = 0x10001FB2
,
FX.Combat_OnHit_Agent__Fade_to_black_short = 0x10001FB4
,
FX.Combat_OnHit_Agent__Fade_to_black_long = 0x10001FB5
,
FX.Combat_OnHit_Agent__Fade_to_white_long = 0x10001FB6
,
FX.Combat_OnHit_Agent__Fade_to_white_short = 0x10001FB7
,
FX.DungeonAlert_DungeonMaster__OnMonsterAggro = 0x10001FB8
,
FX.DungeonAlert_DungeonMaster__OnMonsterDeath = 0x10001FBA
,
FX.DungeonAlert_DungeonMaster__OnMonsterDeaggro_LOS = 0x10001FBB
,
FX.DungeonAlert_DungeonMaster__OnMonsterDeaggro_Leash = 0x10001FBC
,
FX.Combat_OnHit_Agent__FavoredSoulEnter = 0x10001FBD
,
FX.Combat_OnHit_Agent__FavoredSoulWings = 0x10001FBE
,
FX.Environment_DungeonMaster__TriggerSkyChange = 0x10001FBF
,
FX.Advancement_Player__ReincarnationGreater = 0x10001FC0
,
FX.Advancement_Player__ReincarnationTrue = 0x10001FC1
,
FX.Advancement_Player__ReincarnationLesser = 0x10001FC2
,
FX.Advancement_Player__ReincarnationPassDesiredClassLevel = 0x10001FC3
,
FX.Advancement_Player__ReincarnationPassPrimaryClassLevel = 0x10001FC4
,
FX.Advancement_Player__ReincarnationPassTotalLevel = 0x10001FC5
,
FX.Advancement_Player__ReincarnationPassAttribute = 0x10001FC6
,
FX.Advancement_Player__PassWizardLevel = 0x10001FC7
,
FX.Advancement_Player__PassClericLevel = 0x10001FC8
,
FX.Advancement_Player__PassRogueLevel = 0x10001FC9
,
FX.Advancement_Player__PassRangerLevel = 0x10001FCA
,
FX.Advancement_Player__PassFavoredSoulLevel = 0x10001FCB
,
FX.Advancement_Player__PassSorcererLevel = 0x10001FCC
,
FX.Advancement_Player__PassBarbarianLevel = 0x10001FCD
,
FX.Advancement_Player__PassBardLevel = 0x10001FCE
,
FX.Advancement_Player__PassFighterLevel = 0x10001FCF
,
FX.Advancement_Player__PassPaladinLevel = 0x10001FD0
,
FX.Advancement_Player__PassMonkLevel = 0x10001FD1
,
FX.Advancement_Player__ReincarnationLesserMessage = 0x10001FD2
,
FX.Advancement_Player__ReincarnationGreaterMessage = 0x10001FD3
,
FX.Advancement_Player__ReincarnationTrueMessage = 0x10001FD4
,
FX.Leaves = 0x10001FDD
,
FX.LeavesDown = 0x10001FE0
,
FX.LeavesRight = 0x10001FE1
,
FX.LeavesLeft = 0x10001FE2
,
FX.Drone_Generator_Crime_Mansion = 0x10001FE6
,
FX.Drone_Generator_Crime_Outside = 0x10001FE7
,
FX.Drone_Generator_Crime_Bank = 0x10001FE8
,
FX.Drone_Generator_Crime_Basement = 0x10001FE9
,
FX.Drone_Generator_Crime_Tavern = 0x10001FEA
,
FX.Spell_SparkOfLight_Agent__ShootBeams = 0x10001FEB
,
FX.Abilities_BarbarianFrenzy_Player__FX = 0x10001FEC
,
FX.Spell_SparkOfLight_Agent__EffectMonitor = 0x10001FED
,
FX.DungeonAlert_Monster__UnregisterAggroWithDungeonMaster = 0x10001FEF
,
FX.DungeonAlert_Monster__RegisterAggroWithDungeonMaster = 0x10001FF0
,
FX.Quest_NPC__WantsToBestowUnpurchasedQuest = 0x10001FF1
,
FX.Drone_Generator_Jeets_Dream_Spa = 0x10001FF2
,
FX.Drone_Generator_Dreaming_Island = 0x10001FF3
,
FX.Drone_Generator_Titan_Eye = 0x10001FF4
,
FX.Drone_Generator_Harbor_Inspired = 0x10001FF5
,
FX.Drone_Generator_Coinlord_Courtyard = 0x10001FF6
,
FX.Drone_Generator_Dream_Conspiracy = 0x10001FF8
,
FX.Drone_Generator_Jeets_Dream_Treasure = 0x10001FFA
,
FX.Drone_Generator_Giant_Ruins = 0x10001FFB
,
FX.Drone_Generator_Dal_Quor = 0x10001FFC
,
FX.Drone_Generator_Reclaiming_Cave = 0x10001FFD
,
FX.Drone_Generator_Jeets_Dream_Alehouse = 0x10001FFE
,
FX.Drone_Generator_Quori_Mine = 0x10001FFF
,
FX.Drone_Generator_Trade_Mission = 0x10002000
,
FX.Drone_Generator_Brainwashed_Dreamscape = 0x10002001
,
FX.Drone_Generator_Reclaiming_Jungle = 0x10002002
,
FX.Drone_Generator_Brainwashed_House = 0x10002003
,
FX.Drone_Generator_Jeets_Dream_Damsel = 0x10002004
,
FX.Drone_Generator_Jeets_Dream_Bacon = 0x10002005
,
FX.Advancement_Player__ReincarnationPassNextLevel = 0x10002006
,
FX.Drone_Generator_Titan_Canyon = 0x10002007
,
FX.Combat_OnHit_Agent__CurseOfHealing = 0x10002008
,
FX.Drone_Generator_Jeets_Dream_Main = 0x10002009
,
FX.Combat_OnHit_Agent__TouchOfDespair = 0x1000200A
,
FX.Spell_SummonUndead_Agent__EffectMonitor = 0x1000200B
,
FX.Action_Anim_Agent___Emote_LFB = 0x1000200C
,
FX.Advancement_Player__ReincarnationLesser_GetXPToAward = 0x1000200D
,
FX.Advancement_Player__ReincarnationLesser_GetCurrentXP = 0x1000200E
,
FX.Advancement_Player__ReincarnationLesser_GetXPSaved = 0x1000200F
,
FX.Combat_OnHit_Agent__Flash_to_white_short = 0x10002013
,
FX.Combat_OnHit_Agent__Benefit_Monk_CurseOfEarth = 0x10002017
,
FX.Combat_OnHit_Agent__Benefit_Monk_CurseOfWind = 0x10002018
,
FX.Combat_OnHit_Agent__Benefit_Monk_CurseOfWater = 0x10002019
,
FX.Combat_OnHit_Agent__Benefit_Monk_CurseOfFire = 0x1000201A
,
FX.MultiLight_Set1 = 0x1000201B
,
FX.MultiLight_Set2 = 0x1000201C
,
FX.MultiLight_Set3 = 0x1000201D
,
FX.MultiLight_Set4 = 0x1000201E
,
FX.MultiLight_Disable = 0x1000201F
,
FX.MultiLight_Set5 = 0x10002020
,
FX.MultiLight_Enable = 0x10002021
,
FX.Combat_OnHit_Agent__UnstoppableDispel = 0x10002022
,
FX.Combat_OnHit_Agent__Unstoppable = 0x10002023
,
FX.Combat_OnHit_Agent__RaiseDeadWard = 0x10002024
,
FX.Skills_Detection_Hireling__DetectedTrap = 0x10002025
,
FX.Skills_Detection_Hireling__DetectedSecretDoor = 0x10002026
,
FX.Skills_Detection_Hireling__DetectedHidden = 0x10002027
,
FX.Quest_Festival_Player__IncrementEggCountBy1 = 0x10002028
,
FX.Quest_Festival_Player__IncrementEggCountBy2 = 0x10002029
,
FX.Quest_Festival_Player__IncrementEggCountBy3 = 0x1000202A
,
FX.Quest_Festival_Player__ResetEggCount = 0x1000202B
,
FX.Combat_Anim_Player___attk_feat_frenziedberserker_supremecleave = 0x1000202C
,
FX.Quest_Festival_Player__Overlay = 0x1000202D
,
FX.Quest_XoriatHouse_Player__Overlay = 0x1000202E
,
FX.Spell_SonicBlast_Agent__EffectMonitor = 0x1000202F
,
FX.Spell_SonicBlast_Agent__ShootBeams = 0x10002030
,
FX.Combat_OnHit_Agent__BestowCurseSpell_ReducedHealing = 0x10002031
,
FX.Drone_Generator_Sentinels_Island = 0x10002032
,
FX.Drone_Generator_Standalone_Black_Dragon = 0x10002033
,
FX.Drone_Generator_Sentinels_Mart = 0x10002034
,
FX.Action_Detection_Agent__Spell_AuraOfGhoulTouch = 0x10002035
,
FX.Combat_OnHit_Agent__Benefit_Monk_NinjaSpy_WaterWalk = 0x10002036
,
FX.Drone_Generator_Standalone_Trog_Acid_Cave = 0x10002037
,
FX.Drone_Generator_Standalone_Trog_Cave = 0x10002038
,
FX.Drone_Generator_Standalone_Xoriat_House = 0x10002039
,
FX.Drone_Generator_Standalone_Demon_Cave = 0x1000203A
,
FX.Drone_Generator_Sentinels_Island_Start = 0x1000203B
,
FX.Drone_Generator_Sentinels_Island_Interior = 0x1000203C
,
FX.Drone_Generator_Under_Sewer = 0x1000203D
,
FX.Drone_Generator_Under_Sewer_Pipes = 0x1000203E
,
FX.Drone_Generator_Black_Loch = 0x1000203F
,
FX.Drone_Generator_Sentinels_Tower_Pipeworks = 0x10002040
,
FX.Drone_Generator_Sentinels_Tower_Outside = 0x10002041
,
FX.Drone_Generator_Sentinels_Tower = 0x10002042
,
FX.Quest_XoriatHouse_Player__EndOverlay = 0x10002043
,
FX.Drone_Generator_Sentinels_Island_Jungle = 0x10002044
,
FX.Airship_Amenity__Auctioneer_Active = 0x10002045
,
FX.Airship_Amenity__Banker_Active = 0x10002046
,
FX.Airship_Amenity__EldritchDevice_StoneOfChange_Active = 0x10002047
,
FX.Airship_Amenity__Mailbox_Active = 0x10002048
,
FX.AI_States_NPC__BecomeHostileBySpecies = 0x10002049
,
FX.Airship_Amenity__DancingKobold_Active = 0x1000204A
,
FX.Airship_Amenity__Planescaller_Active = 0x1000204B
,
FX.Airship_Amenity__Tavern_Active = 0x1000204C
,
FX.Combat_OnHit_Agent__TripFeat = 0x1000204D
,
FX.AI_States_NPC__BecomeNPC_Usable = 0x1000204E
,
FX.Action_Anim_Agent___Emote_Read_End = 0x10002050
,
FX.Action_Anim_Agent___Emote_Read_Start = 0x10002051
,
FX.Combat_Anim_Player___attk_special_big = 0x10002052
,
FX.Action_Anim_Agent___Emote_Read_Hold = 0x10002053
,
FX.Combat_OnHit_Agent__Dragonmark_Tharashk_Lesser = 0x10002054
,
FX.Combat_OnHit_Agent__Dragonmark_Tharashk_Greater = 0x10002055
,
FX.Combat_Anim_Player___attk_trip = 0x10002056
,
FX.Action_Monitor_Agent__Feat_Dragonmark_Tharashk_Greater = 0x10002057
,
FX.Action_Monitor_Agent__Feat_Dragonmark_Tharashk_Lesser = 0x10002058
,
FX.Combat_OnHit_Agent__Dragonmark_Tharashk_Greater_Failure = 0x10002059
,
FX.Action_Monitor_Agent__Feat_Dragonmark_Tharashk_Lesser_A = 0x1000205C
,
FX.Action_Monitor_Agent__Feat_Dragonmark_Tharashk_Greater_A = 0x1000205D
,
FX.Combat_OnHit_Agent__Dragonmark_Tharashk_Greater_Failure_Immune = 0x1000205E
,
FX.Combat_OnHit_Agent__Dragonmark_Tharashk_Lesser_Failure = 0x1000205F
,
FX.Combat_OnHit_Agent__Dragonmark_Tharashk_Lesser_Failure_Immune = 0x10002060
,
FX.Action_Monitor_Agent__Feat_SpecialBig = 0x10002061
,
FX.Drone_Generator_Underwater = 0x10002062
,
FX.Spell_NegativeEnergyBurst_Agent__EffectMonitor = 0x10002063
,
FX.Spell_NegativeEnergyBurst_Agent__AOECallback = 0x10002064
,
FX.Spell_DeathAura_Agent__EffectMonitor = 0x10002065
,
FX.Spell_DeathAura_Agent__AOECallback = 0x10002066
,
FX.Combat_OnHit_Agent__DeathAura = 0x10002067
,
FX.Action_Detection_Agent__Spell_DeathAura = 0x10002068
,
FX.Airship_Amenity__Navigator_3_Active = 0x1000206F
,
FX.Airship_Amenity__Navigator_2_Active = 0x10002070
,
FX.Airship_Amenity__Navigator_Active = 0x10002071
,
FX.Airship_Amenity__BuffNPC_Active = 0x10002072
,
FX.Airship_Amenity__SpiritBinder_Active = 0x10002073
,
FX.Airship_Amenity__BuffNPC_3_Active = 0x10002074
,
FX.Airship_Amenity__BuffNPC_2_Active = 0x10002075
,
FX.Airship_Amenity__BuffNPC_4_Active = 0x10002076
,
FX.Airship_Amenity__PracticeDummy_Active = 0x10002077
,
FX.Drone_Generator_Carnival_Rooftop_Alley = 0x10002078
,
FX.Drone_Generator_Carnival_Rooftop_INN = 0x10002079
,
FX.Drone_Generator_Carnival_Rooftop_Pipeworks = 0x1000207A
,
FX.Combat_Anim_Player___Ranged_Attk_fire_special_big = 0x1000207B
,
FX.Action_Monitor_Agent__Benefit_Rogue_Assassinate = 0x1000207C
,
FX.Drone_Generator_Carnival_Capstone_Bigtop = 0x1000207E
,
FX.Drone_Generator_Carnival_Capstone_Fairgrounds = 0x1000207F
,
FX.Drone_Generator_Carnival_Brawnpits_Cliffs = 0x10002080
,
FX.Drone_Generator_Carnival_Brawnpits_Woods = 0x10002081
,
FX.SL_Amenity_StartLink = 0x10002082
,
FX.SL_Amenity_EndLink = 0x10002083
,
FX.Drone_Generator_Carnival_Party_Museum = 0x10002084
,
FX.Drone_Generator_Carnival_Party_Museum_Hot = 0x10002085
,
FX.Drone_Generator_Carnival_Party_Museum_Sprites = 0x10002086
,
FX.Drone_Generator_Carnival_Party_Chapterhouse = 0x10002087
,
FX.Drone_Generator_Carnival_Party_Party = 0x10002088
,
FX.Drone_Generator_Carnival_Party_Museum_Cold = 0x1000208A
,
FX.Drone_Generator_Swamp_Landscape = 0x1000208B
,
FX.Airship_Amenity__Shrine_XP_1_Active = 0x1000208C
,
FX.Airship_Amenity__Shrine_Dex_2_Active = 0x1000208D
,
FX.Airship_Amenity__Shrine_XP_4_Active = 0x1000208E
,
FX.Airship_Amenity__Shrine_Wis_2_Active = 0x1000208F
,
FX.Airship_Amenity__Shrine_Int_2_Active = 0x10002090
,
FX.Airship_Amenity__Shrine_Str_1_Active = 0x10002091
,
FX.Airship_Amenity__Shrine_XP_2_Active = 0x10002092
,
FX.Airship_Amenity__Shrine_Con_2_Active = 0x10002093
,
FX.Airship_Amenity__Shrine_Cha_1_Active = 0x10002094
,
FX.Airship_Amenity__Shrine_XP_3_Active = 0x10002095
,
FX.Airship_Amenity__Shrine_Str_2_Active = 0x10002096
,
FX.Airship_Amenity__Shrine_Cha_2_Active = 0x10002097
,
FX.Airship_Amenity__Shrine_Dex_1_Active = 0x10002098
,
FX.Airship_Amenity__Shrine_XP_5_Active = 0x10002099
,
FX.Airship_Amenity__Shrine_Wis_1_Active = 0x1000209A
,
FX.Airship_Amenity__Shrine_Int_1_Active = 0x1000209B
,
FX.Airship_Amenity__Shrine_Con_1_Active = 0x1000209C
,
FX.Drone_Generator_Airship_Medium_Ext = 0x1000209D
,
FX.Drone_Generator_Airship_Small_Ext = 0x1000209E
,
FX.Drone_Generator_Airship_Medium_Int = 0x1000209F
,
FX.Drone_Generator_Airship_Large_Ext = 0x100020A0
,
FX.Drone_Generator_Airship_Small_Int = 0x100020A1
,
FX.Drone_Generator_Airship_Large_Int = 0x100020A2
,
FX.Spell_DeathAura2_Agent__AOECallback = 0x100020A3
,
FX.Spell_DeathAura2_Agent__EffectMonitor = 0x100020A4
,
FX.Action_Detection_Agent__Spell_DeathAura2 = 0x100020A5
,
FX.Combat_OnHit_Agent__DeathAura2 = 0x100020A7
,
FX.Spell_NecroticRay_Agent__AOECallback = 0x100020A8
,
FX.Spell_NecroticRay_Agent__ShootBeams = 0x100020A9
,
FX.Spell_NecroticRay_Agent__EffectMonitor = 0x100020AA
,
FX.Drone_Generator_Swamp_Cave = 0x100020AB
,
FX.Drone_Generator_Swamp_Pit_Boss = 0x100020AC
,
FX.Drone_Generator_Swamp_Cave_Shallows = 0x100020AD
,
FX.Airship_Locomotion__Loop_Shallow = 0x100020B2
,
FX.Airship_Locomotion__Idle = 0x100020B3
,
FX.Airship_Locomotion__Drop_Down = 0x100020B4
,
FX.Airship_Locomotion__Loop_Deep = 0x100020B5
,
FX.Drone_Generator_Swamp_Refuge = 0x100020B6
,
FX.Drone_Generator_Carnival_Party_Guestrooms = 0x100020B7
,
FX.Drone_Generator_Carnival_Party_Library = 0x100020B8
,
FX.Drone_Generator_Carnival_Party_Lobby = 0x100020B9
,
FX.Trap_PlayerGenerated_Agent__PassCreatedTrapProperties = 0x100020BA
,
FX.Spell_PositiveEnergyBurst_Agent__AOECallback = 0x100020BB
,
FX.Spell_PositiveEnergyBurst_Agent__EffectMonitor = 0x100020BC
,
FX.Action_Detection_Agent__Spell_PositiveEnergyAura = 0x100020BD
,
FX.Spell_PositiveEnergyAura_Agent__EffectMonitor = 0x100020BE
,
FX.Spell_PositiveEnergyAura_Agent__AOECallback = 0x100020BF
,
FX.Combat_OnHit_Agent__PositiveEnergyAura = 0x100020C0
,
FX.Flag_Speed__Still = 0x100020C1
,
FX.Flag_Speed__Medium = 0x100020C2
,
FX.Flag_Speed__Fast = 0x100020C3
,
FX.Flag_Speed__Slow = 0x100020C4
,
FX.Airship_Locomotion__Forward_Straight = 0x100020C5
,
FX.Spell_NecroticBolt2_Agent__EffectMonitor = 0x100020C6
,
FX.Spell_NecroticBolt2_Agent__ShootBeams = 0x100020C7
,
FX.Airship_Entrance___DropDown_Wait = 0x100020CB
,
FX.Airship_Entrance___DropDown = 0x100020CC
,
FX.Airship_Entrance___EnterIdle_Wait = 0x100020CD
,
FX.Airship_Entrance___EnterIdle = 0x100020CE
,
FX.Airship_Entrance___LinearIn_Wait = 0x100020CF
,
FX.Airship_Entrance___LinearIn = 0x100020D1
,
FX.Airship_Entrance___HalfLoopIn_Deep_Wait = 0x100020D2
,
FX.Airship_Entrance___HalfLoopIn_Deep = 0x100020D3
,
FX.Airship_Entrance___HalfLoopIn_Shallow_Wait = 0x100020D4
,
FX.Airship_Entrance___HalfLoopIn_Shallow = 0x100020D5
,
FX.Airship_Locomotion__LoopOut_Shallow = 0x100020D6
,
FX.Airship_Locomotion__LoopOut_Deep = 0x100020D7
,
FX.Drone_Generator_Swamp_Aquarium = 0x100020D8
,
FX.Drone_Generator_Swamp_Claw_Lava = 0x100020D9
,
FX.Drone_Generator_Swamp_Claw = 0x100020DA
,
FX.Drone_Generator_Swamp_Claw_Open_Air = 0x100020DB
,
FX.Airship_Amenity__GuildChest_Large_Active = 0x100020DC
,
FX.Airship_Amenity__GuildChest_Small_Active = 0x100020DD
,
FX.Airship_Amenity__GuildChest_Huge_Active = 0x100020DE
,
FX.Airship_Amenity__GuildChest_Medium_Active = 0x100020DF
,
FX.Airship_Color__SetRandomColor = 0x100020E1
,
FX.Airship_Traffic__FlightPlan_1 = 0x100020E7
,
FX.Airship_Traffic__FlightPlan_2 = 0x100020E8
,
FX.Airship_Traffic__FlightPlan_3 = 0x100020E9
,
FX.Airship_Traffic__Start_FlightPattern_1 = 0x100020ED
,
FX.Airship_Traffic__Start_FlightPattern_2 = 0x100020EE
,
FX.Airship_Traffic__Start_FlightPattern_3 = 0x100020EF
,
FX.Airship_Traffic__FlightPlan_4 = 0x100020F0
,
FX.Airship_Traffic__FlightPlan_5 = 0x100020F1
,
FX.Airship_Traffic__Start_FlightPattern_4 = 0x100020F2
,
FX.Airship_Traffic__FlightPlan_6 = 0x100020F3
,
FX.Airship_Traffic__Start_FlightPattern_5 = 0x100020F4
,
FX.Airship_Traffic__Start_FlightPattern_6 = 0x100020F5
,
FX.Airship_Color__CloakingDevice_Deactivate = 0x100020F6
,
FX.Airship_Color__CloakingDevice_Activate = 0x100020F7
,
FX.Airship_Traffic__Start_FlightPattern_7 = 0x100020FB
,
FX.Airship_Traffic__Start_FlightPattern_8 = 0x100020FC
,
FX.Guild_Player__LevelUp = 0x100020FD
,
FX.Airship_Amenity__Shrine_SonicResist_3_Active = 0x100020FF
,
FX.Airship_Amenity__Shrine_ElectricResist_1_Active = 0x10002100
,
FX.Airship_Amenity__Shrine_ColdResist_2_Active = 0x10002101
,
FX.Airship_Amenity__Shrine_AcidResist_2_Active = 0x10002102
,
FX.Airship_Amenity__Shrine_FireResist_3_Active = 0x10002103
,
FX.Airship_Amenity__Shrine_SonicResist_1_Active = 0x10002104
,
FX.Airship_Amenity__Shrine_SonicResist_2_Active = 0x10002105
,
FX.Airship_Amenity__Shrine_ElectricResist_2_Active = 0x10002106
,
FX.Airship_Amenity__Shrine_ColdResist_1_Active = 0x10002107
,
FX.Airship_Amenity__Shrine_FireResist_1_Active = 0x10002108
,
FX.Airship_Amenity__Shrine_ElectricResist_3_Active = 0x10002109
,
FX.Airship_Amenity__Shrine_ColdResist_3_Active = 0x1000210A
,
FX.Airship_Amenity__Shrine_AcidResist_1_Active = 0x1000210B
,
FX.Airship_Amenity__Shrine_AcidResist_3_Active = 0x1000210C
,
FX.Airship_Amenity__Shrine_FireResist_2_Active = 0x1000210D
,
FX.Airship_Locomotion__Forward_Straight_Long = 0x1000210E
,
FX.Airship_Locomotion__Forward_Straight_Large_Fullspeed = 0x1000210F
,
FX.Airship_Entrance___LinearIn_Large_Fullspeed_Arc = 0x10002110
,
FX.Airship_Entrance___HalfLoopIn_Shallow_Starboard = 0x10002111
,
FX.Airship_Locomotion__Forward_Straight_Large_Fullspeed_Arc = 0x10002113
,
FX.Airship_Entrance___LinearIn_Large_Fullspeed = 0x10002114
,
FX.Airship_Locomotion__HalfLoopOut_Shallow_Starboard = 0x10002115
,
FX.Airship_Amenity__Buff_Phiarlan_Active = 0x10002116
,
FX.Airship_Amenity__Buff_Kundarak_Active = 0x10002117
,
FX.Airship_Amenity__Buff_SilverFlame_Active = 0x10002118
,
FX.Airship_Amenity__Buff_Hobgoblin_Active = 0x10002119
,
FX.Airship_Amenity__Buff_Jorasco_Active = 0x1000211A
,
FX.Airship_Amenity__Buff_Twelve_Active = 0x1000211B
,
FX.Airship_Amenity__Buff_Deneith_Active = 0x1000211C
,
FX.Guild_Player__PassGuildID = 0x1000211D
,
FX.Airship_Amenity__GuildChest_Small_3_Active = 0x1000211E
,
FX.Airship_Amenity__GuildChest_Large_3_Active = 0x1000211F
,
FX.Airship_Amenity__GuildChest_Small_2_Active = 0x10002120
,
FX.Airship_Amenity__GuildChest_Large_2_Active = 0x10002121
,
FX.Airship_Amenity__EldritchDevice_Shav1_Active = 0x10002122
,
FX.Airship_Amenity__EldritchDevice_Epic_Active = 0x10002123
,
FX.Airship_Amenity__EldritchDevice_TrapKit_Active = 0x10002124
,
FX.Airship_Amenity__EldritchDevice_Shav3_Active = 0x10002125
,
FX.Airship_Amenity__EldritchDevice_Shav2_Active = 0x10002126
,
FX.Drone_Generator_Carnival_Rooftop_Boss = 0x10002127
,
FX.Spell_NecroticBlast_Agent__EffectMonitor = 0x10002128
,
FX.Spell_NecroticBlast_Agent__AOECallback = 0x10002129
,
FX.Drone_Generator_Airship_Showroom = 0x1000212A
,
FX.Emotes_NPC___Stand_Em_Salute_B = 0x1000212C
,
FX.Spell_Failure_Agent__ModTypeRestrictedFeedBack = 0x1000212D
,
FX.Drone_Generator_Airship_Small_Int_Luxury = 0x1000212E
,
FX.Drone_Generator_Airship_Medium_Int_Luxury = 0x1000212F
,
FX.Drone_Generator_Airship_Large_Int_Luxury = 0x10002130
,
FX.Combat_OnHit_Agent__Fade_to_Sea_Green = 0x10002131
,
FX.Spell_GenericDebuffSingleTarget_Agent__EffectMonitor = 0x10002133
,
FX.Spell_GenericDebuffMultipleTarget_Agent__EffectMonitor = 0x10002134
,
FX.Spell_GenericBuffEvilSingleTarget_Agent__EffectMonitor = 0x10002136
,
FX.Spell_GenericDebuffElecMultipleTarget_Agent__EffectMonitor = 0x10002139
,
FX.Spell_GenericDebuffAcidSingleTarget_Agent__EffectMonitor = 0x1000213A
,
FX.Spell_GenericDebuffColdMultipleTarget_Agent__EffectMonitor = 0x1000213B
,
FX.Spell_GenericDebuffGoodSingleTarget_Agent__EffectMonitor = 0x1000213D
,
FX.Spell_GenericBuffAcidMultipleTarget_Agent__EffectMonitor = 0x1000213E
,
FX.Spell_GenericDebuffAcidMultipleTarget_Agent__EffectMonitor = 0x1000213F
,
FX.Spell_GenericDebuffFireSingleTarget_Agent__EffectMonitor = 0x10002140
,
FX.Spell_GenericBuffForceMultipleTarget_Agent__EffectMonitor = 0x10002141
,
FX.Spell_GenericBuffGoodMultipleTarget_Agent__EffectMonitor = 0x10002143
,
FX.Spell_GenericDebuffEvilMultipleTarget_Agent__EffectMonitor = 0x10002144
,
FX.Spell_GenericBuffColdSingleTarget_Agent__EffectMonitor = 0x10002147
,
FX.Spell_GenericDebuffForceMultipleTarget_Agent__EffectMonitor = 0x10002148
,
FX.Spell_GenericDebuffElecSingleTarget_Agent__EffectMonitor = 0x10002149
,
FX.Spell_GenericBuffFireMultipleTarget_Agent__EffectMonitor = 0x1000214A
,
FX.Spell_GenericBuffElecSingleTarget_Agent__EffectMonitor = 0x1000214B
,
FX.Spell_GenericBuffColdMultipleTarget_Agent__EffectMonitor = 0x1000214C
,
FX.Spell_GenericDebuffForceSingleTarget_Agent__EffectMonitor = 0x1000214D
,
FX.Spell_GenericBuffFireSingleTarget_Agent__EffectMonitor = 0x1000214F
,
FX.Spell_GenericDebuffGoodMultipleTarget_Agent__EffectMonitor = 0x10002150
,
FX.Spell_GenericBuffForceSingleTarget_Agent__EffectMonitor = 0x10002152
,
FX.Spell_GenericDebuffEvilSingleTarget_Agent__EffectMonitor = 0x10002153
,
FX.Spell_GenericBuffGoodSingleTarget_Agent__EffectMonitor = 0x10002154
,
FX.Spell_GenericBuffAcidSingleTarget_Agent__EffectMonitor = 0x10002156
,
FX.Spell_GenericDebuffColdSingleTarget_Agent__EffectMonitor = 0x10002159
,
FX.Spell_GenericBuffElecMultipleTarget_Agent__EffectMonitor = 0x1000215A
,
FX.Spell_GenericBuffEvilMultipleTarget_Agent__EffectMonitor = 0x1000215C
,
FX.Spell_GenericDebuffFireMultipleTarget_Agent__EffectMonitor = 0x1000215E
,
FX.Spell_GenericBuffMindSingleTarget_Agent__EffectMonitor = 0x10002161
,
FX.Spell_GenericBuffMindMultipleTarget_Agent__EffectMonitor = 0x10002163
,
FX.Spell_GenericBuffSonicMultipleTarget_Agent__EffectMonitor = 0x10002164
,
FX.Spell_GenericBuffSonicSingleTarget_Agent__EffectMonitor = 0x10002166
,
FX.Spell_GenericDebuffMindSingleTarget_Agent__EffectMonitor = 0x10002169
,
FX.Spell_GenericDebuffSonicMultipleTarget_Agent__EffectMonitor = 0x1000216A
,
FX.Spell_GenericDebuffSonicSingleTarget_Agent__EffectMonitor = 0x1000216B
,
FX.Spell_GenericDebuffMindMultipleTarget_Agent__EffectMonitor = 0x1000216C
,
FX.Spell_GenericBuffMagicMultipleTarget_Agent__EffectMonitor = 0x1000216F
,
FX.Spell_GenericBuffPoisonMultipleTarget_Agent__EffectMonitor = 0x10002170
,
FX.Spell_GenericBuffMagicSingleTarget_Agent__EffectMonitor = 0x10002171
,
FX.Spell_GenericDebuffMagicSingleTarget_Agent__EffectMonitor = 0x10002172
,
FX.Spell_GenericDebuffPoisonSingleTarget_Agent__EffectMonitor = 0x10002175
,
FX.Spell_GenericBuffPoisonSingleTarget_Agent__EffectMonitor = 0x10002176
,
FX.Spell_GenericDebuffMagicMultipleTarget_Agent__EffectMonitor = 0x10002177
,
FX.Spell_GenericDebuffPoisonMultipleTarget_Agent__EffectMonitor = 0x10002178
,
FX.Spell_GenericAttackSingleTarget_Agent__EffectMonitor = 0x10002179
,
FX.Spell_GenericAttackSonicSingleTarget_Agent__EffectMonitor = 0x1000217C
,
FX.Spell_GenericAttackFireMultipleTarget_Agent__EffectMonitor = 0x1000217D
,
FX.Spell_GenericAttackAcidMultipleTarget_Agent__EffectMonitor = 0x1000217E
,
FX.Spell_GenericAttackMagicSingleTarget_Agent__EffectMonitor = 0x10002180
,
FX.Spell_GenericAttackMindMultipleTarget_Agent__EffectMonitor = 0x10002181
,
FX.Spell_GenericAttackForceSingleTarget_Agent__EffectMonitor = 0x10002182
,
FX.Spell_GenericAttackElecMultipleTarget_Agent__EffectMonitor = 0x10002183
,
FX.Spell_GenericAttackMultipleTarget_Agent__EffectMonitor = 0x10002186
,
FX.Spell_GenericAttackEvilSingleTarget_Agent__EffectMonitor = 0x10002187
,
FX.Spell_GenericAttackEvilMultipleTarget_Agent__EffectMonitor = 0x10002189
,
FX.Spell_GenericAttackFireSingleTarget_Agent__EffectMonitor = 0x1000218A
,
FX.Spell_GenericAttackAcidSingleTarget_Agent__EffectMonitor = 0x1000218B
,
FX.Spell_GenericAttackMagicMultipleTarget_Agent__EffectMonitor = 0x1000218C
,
FX.Spell_GenericAttackElecSingleTarget_Agent__EffectMonitor = 0x1000218D
,
FX.Spell_GenericAttackGoodMultipleTarget_Agent__EffectMonitor = 0x10002190
,
FX.Spell_GenericAttackSonicMultipleTarget_Agent__EffectMonitor = 0x10002191
,
FX.Spell_GenericAttackColdSingleTarget_Agent__EffectMonitor = 0x10002194
,
FX.Spell_GenericAttackPoisonSingleTarget_Agent__EffectMonitor = 0x10002195
,
FX.Spell_GenericAttackColdMultipleTarget_Agent__EffectMonitor = 0x10002197
,
FX.Spell_GenericAttackForceMultipleTarget_Agent__EffectMonitor = 0x10002198
,
FX.Spell_GenericAttackMindSingleTarget_Agent__EffectMonitor = 0x10002199
,
FX.Spell_GenericAttackGoodSingleTarget_Agent__EffectMonitor = 0x1000219A
,
FX.Spell_GenericAttackPoisonMultipleTarget_Agent__EffectMonitor = 0x1000219B
,
FX.Spell_GenericBuff_Entity__AOEFX = 0x100021A2
,
FX.Spell_GenericDebuff_Entity__AOEFX = 0x100021A9
,
FX.Spell_GenericMultipleTarget_Entity__AOECallback = 0x100021B6
,
FX.Combat_OnHit_Agent__SmiteFeat = 0x100021B7
,
FX.Combat_OnHit_Agent__SunderFeat = 0x100021B8
,
FX.Combat_OnHit_Agent__ImprovedSunderFeat = 0x100021B9
,
FX.Combat_Callbacks_Player__MeleeDual1_Mobile = 0x100021BA
,
FX.Combat_Callbacks_Player__MeleeDual0_Mobile = 0x100021BB
,
FX.Spell_GenericMultipleTarget_Entity__Detect_ExcludeOriginator = 0x100021BC
,
FX.Spell_GenericMultipleTarget_Entity__Detect_IncludeOriginator = 0x100021BD
,
FX.Spell_Soundburst_Agent__FX = 0x100021BE
,
FX.Spell_GenericBuffNatureSingleTarget_Agent__EffectMonitor = 0x100021BF
,
FX.Spell_GenericDebuffNatureMultipleTarget_Agent__EffectMonitor = 0x100021C0
,
FX.Spell_GenericAttackNatureMultipleTarget_Agent__EffectMonitor = 0x100021C1
,
FX.Spell_GenericAttackNatureSingleTarget_Agent__EffectMonitor = 0x100021C2
,
FX.Spell_Bless_Agent__FX = 0x100021C3
,
FX.Spell_GenericBuffNatureMultipleTarget_Agent__EffectMonitor = 0x100021C4
,
FX.Spell_GenericDebuffNatureSingleTarget_Agent__EffectMonitor = 0x100021C5
,
FX.Skills_Detection_Agent__DetectedHiddenFX = 0x100021C6
,
FX.Skills_Detection_Agent__DetectedSecretDoorFX = 0x100021C7
,
FX.Skills_Detection_Agent__DetectedTrapFX = 0x100021C8
,
FX.Combat_OnHit_Agent__UnyieldingSovereignty = 0x100021C9
,
FX.Quest_NPC__QuestCompleted = 0x100021CA
,
FX.Quest_Completion_NPC__Carnival_Carnival = 0x100021CC
,
FX.Combat_Anim_Agent___Cast_Channel_A = 0x100021CF
,
FX.Combat_Anim_Agent___Cast_Channel_B = 0x100021D0
,
FX.Combat_Anim_Agent___Cast_Channel_C = 0x100021D1
,
FX.Combat_Anim_Agent___Cast_Channel_C_Stop = 0x100021D2
,
FX.Combat_Anim_Agent___Cast_Channel_B_Stop = 0x100021D3
,
FX.Combat_Anim_Agent___Cast_Channel_A_Stop = 0x100021D4
,
FX.Action_Detection_Agent__Feat_SpellsongBurst = 0x100021D5
,
FX.Spell_FiendishGlare_Agent__EffectMonitor = 0x100021D6
,
FX.Combat_OnHit_Agent__Adhesive_Pool = 0x100021D7
,
FX.Spell_ArcaneBlast_Agent__EffectMonitor = 0x100021D8
,
FX.Spell_ArcaneBolt_Agent__EffectMonitor = 0x100021D9
,
FX.Spell_ArcaneBlast_Agent__ShootBeams = 0x100021DA
,
FX.Spell_ArcaneBolt_Agent__ShootBeams = 0x100021DB
,
FX.Spell_CyclonicBlast_Agent__EffectMonitor = 0x100021DC
,
FX.Spell_CyclonicBlast_Agent__ShootBeams = 0x100021DD
,
FX.Combat_OnHit_Agent__Benefit_Monk_JadeStrike = 0x100021E3
,
FX.Combat_OnHit_Agent__Benefit_Monk_TombOfJade = 0x100021E4
,
FX.Spell_GustofWind_Agent__ShootBeams = 0x100021E5
,
FX.Spell_GustofWind_Agent__EffectMonitor = 0x100021E6
,
FX.Quest_DroaamBlockade_Player__Overlay = 0x100021E7
,
FX.Spell_RandomBlast_Agent__EffectMonitor = 0x100021E8
,
FX.Spell_RandomBlast_Agent__AOECallback = 0x100021E9
,
FX.Quest_DroaamBlockade_Player__Explode1 = 0x100021EA
,
FX.Quest_DroaamBlockade_Player__Explode2 = 0x100021EB
,
FX.Quest_DroaamBlockade_Player__Explode3 = 0x100021EC
,
FX.Drone_Generator_Swamp_Coast = 0x100021ED
,
FX.Drone_Generator_Droaam_Blockade_Int = 0x100021EE
,
FX.Drone_Generator_Droaam_Blockade_Ext = 0x100021EF
,
FX.Spell_CallLightningStorm_Spell_Agent__EffectMonitor = 0x100021F0
,
FX.Combat_OnHit_Agent__IounStone_PinkAndGreen = 0x100021F1
,
FX.Combat_OnHit_Agent__IounStone_VibrantPurple = 0x100021F2
,
FX.Combat_OnHit_Agent__IounStone_Pink = 0x100021F3
,
FX.Combat_OnHit_Agent__IounStone_DeepRed = 0x100021F4
,
FX.Combat_OnHit_Agent__IounStone_DarkBlue = 0x100021F5
,
FX.Combat_OnHit_Agent__IounStone_ScarletAndBlue = 0x100021F6
,
FX.Combat_OnHit_Agent__IounStone_PaleBlue = 0x100021F7
,
FX.Combat_OnHit_Agent__IounStone_IncandescentBlue = 0x100021F8
,
FX.Combat_OnHit_Agent__IounStone_DustyRose = 0x100021F9
,
FX.Combat_OnHit_Agent__IounStone_PaleLavender = 0x100021FA
,
FX.Drone_Generator_Droaam_Capstone_Courtyard = 0x100021FB
,
FX.Drone_Generator_Droaam_Capstone_Refectory = 0x100021FC
,
FX.Drone_Generator_Droaam_Capstone_Libraries = 0x100021FD
,
FX.Drone_Generator_Droaam_Capstone_Lower_Offices = 0x100021FE
,
FX.Drone_Generator_Droaam_Capstone_Foyer = 0x100021FF
,
FX.Drone_Generator_Droaam_Capstone_Room = 0x10002200
,
FX.Drone_Generator_Droaam_Framework_Exterior = 0x10002201
,
FX.Drone_Generator_Droaam_Framework_Fort = 0x10002202
,
FX.Drone_Generator_Droaam_Diplomats_Jungle_Beachhead = 0x10002203
,
FX.Drone_Generator_Droaam_Diplomats_Jungle_Ocean = 0x10002204
,
FX.Drone_Generator_Droaam_Diplomats_Jungle = 0x10002205
,
FX.Drone_Generator_Droaam_Diplomats_Jungle_Cliffs = 0x10002206
,
FX.Spell_KoboldGrenade_Agent__EffectMonitor = 0x10002207
,
FX.Spell_KoboldGrenade_Agent__AOECallback = 0x10002208
,
FX.Action_Monitor_Agent__Feat_MetamagicQuicken = 0x10002209
,
FX.Combat_OnHit_Agent__SkullHead = 0x1000220A
,
FX.Combat_OnHit_Agent__PumpkinHead = 0x1000220B
,
FX.Drone_Generator_Droaam_Capstone_Medusa = 0x10002212
,
FX.Drone_Generator_Halloween_Dragon = 0x10002213
,
FX.Drone_Generator_Halloween_Graveyard = 0x10002214
,
FX.Drone_Generator_Magic_Vehicle_Registry = 0x10002215
,
FX.Drone_Generator_Lordsmarch_Palace = 0x10002216
,
FX.Drone_Generator_Lordsmarch_Plaza = 0x10002217
,
FX.Ballista_Fire_A_End = 0x10002218
,
FX.Ballista_Fire_A_Start = 0x10002219
,
FX.Combat_OnHit_Agent__BatCloud = 0x1000221A
,
FX.SL_MultiToggle_OnClose_A = 0x1000221E
,
FX.SL_MultiToggle_OnClose_B = 0x1000221F
,
FX.SL_MultiToggle_OnClose_C = 0x10002220
,
FX.SL_MultiToggle_WhileClosed_A = 0x10002221
,
FX.SL_MultiToggle_WhileClosed_B = 0x10002222
,
FX.SL_MultiToggle_WhileClosed_C = 0x10002223
,
FX.SL_MultiToggle_WhileOpen_A = 0x10002227
,
FX.SL_MultiToggle_OnOpen_A = 0x10002229
,
FX.SL_MultiToggle_WhileOpen_B = 0x1000222B
,
FX.SL_MultiToggle_OnOpen_B = 0x1000222C
,
FX.SL_MultiToggle_WhileOpen_C = 0x1000222E
,
FX.SL_MultiToggle_OnOpen_C = 0x1000222F
,
FX.Drone_Generator_Time_Raid_Overlook = 0x10002230
,
FX.Drone_Generator_Time_Raid_Market = 0x10002231
,
FX.Drone_Generator_Time_Raid_MarketStart = 0x10002232
,
FX.Drone_Generator_Time_Raid_Bossfight = 0x10002233
,
FX.Drone_Generator_Time_Raid_Rusty = 0x10002234
,
FX.Drone_Generator_Time_Raid_Chronoscope = 0x10002235
,
FX.Drone_Generator_Time_Raid_Bank = 0x10002236
,
FX.Drone_Generator_Time_Raid_Phoenix = 0x10002237
,
FX.Drone_Generator_Time_Raid_Steam = 0x10002238
,
FX.Quest_Advance_NPC__MabarFestival_BlackOpal = 0x10002239
,
FX.Quest_Advance_NPC__MabarFestival_CursedFingerbone = 0x1000223A
,
FX.Quest_Advance_NPC__MabarFestival_ChippedSkull = 0x1000223B
,
FX.Combat_OnHit_Agent__Coffee = 0x1000223C
,
FX.Combat_OnHit_Agent__RadiantBlast = 0x1000223D
,
FX.Combat_OnHit_Agent__Claw = 0x1000223F
,
FX.Combat_OnHit_Agent__EvilEyeSpell = 0x10002240
,
FX.Drone_Generator_BossFight_03 = 0x10002241
,
FX.Quest_Festival_NPC__ApplyBuff = 0x10002242
,
FX.Quest_Festival_NPC__RemoveBuff = 0x10002243
,
FX.Drone_Generator_Droaam_Diplomats_Jungle_Bossfight = 0x10002244
,
FX.Drone_Generator_Droaam_Diplomats_Jungle_Wildman = 0x10002245
,
FX.Combat_OnHit_Agent__HagSoulTrap = 0x10002246
,
FX.Drone_Generator_Portable_Hole = 0x10002247
,
FX.Spell_GenericConeLong_Entity__Detect_Extinguish = 0x1000224B
,
FX.Spell_GenericConeShort_Entity__Detect_Ignite = 0x1000224C
,
FX.Spell_GenericConeMedium_Entity__Detect_Extinguish = 0x1000224D
,
FX.Spell_GenericConeShort_Entity__Detect_Extinguish = 0x1000224E
,
FX.Spell_GenericConeLong_Entity__Detect_Ignite = 0x1000224F
,
FX.Spell_GenericMultipleTarget_Entity__AOECallback_Extinguish = 0x10002250
,
FX.Spell_GenericMultipleTarget_Entity__AOECallback_Ignite = 0x10002251
,
FX.Spell_GenericConeLong_Entity__Detect = 0x10002252
,
FX.Spell_GenericConeMedium_Entity__Detect_Ignite = 0x10002253
,
FX.Spell_GenericConeMedium_Entity__Detect = 0x10002254
,
FX.Spell_GenericConeShort_Entity__Detect = 0x10002255
,
FX.Combat_OnHit_Agent__AvatarTransitionFX = 0x10002256
,
FX.Quest_Completion_NPC__Droaam2_Droaam2 = 0x10002257
,
FX.Event_MabarFestival_IncrementGriefCounter = 0x1000225D
,
FX.Quest_Festival_NPC__TeleportToRoom_A = 0x1000225E
,
FX.Quest_Festival_NPC__TeleportToRoom_B = 0x1000225F
,
FX.Quest_Festival_NPC__TeleportToRoom_C = 0x10002260
,
FX.Quest_Festival_NPC__TeleportToRoom_D = 0x10002261
,
FX.Action_Anim_Agent___BowShootAndReloadFX = 0x10002262
,
FX.Appearance_Player__ResetHairColor = 0x10002263
,
FX.Sound_Player__PlaySound_DoNotUse_ = 0x10002268
,
FX.Sound_Player__PlaySound_ = 0x10002269
,
FX.SL_Trap_CheckForParts = 0x1000226B
,
FX.PickUpFX = 0x1000226C
,
FX.Combat_OnHit_Agent__CosmeticTransitionFX = 0x1000226D
,
FX.snd_fryingpan_onhit = 0x1000226E
,
FX.Drone_Generator_Undermine_Earth_Elementals = 0x1000226F
,
FX.Drone_Generator_Droaam2_Wall_Warehouse = 0x10002270
,
FX.Drone_Generator_Droaam2_Wall_Bookstore = 0x10002271
,
FX.Drone_Generator_Undermine_Bossfight = 0x10002272
,
FX.Drone_Generator_Undermine_Huge_Cavern = 0x10002273
,
FX.Drone_Generator_Undermine_Mineshafts = 0x10002274
,
FX.Drone_Generator_Undermine_Water_Elemental = 0x10002275
,
FX.Drone_Generator_Droaam2_Wall_Apt = 0x10002276
,
FX.Drone_Generator_Undermine_Small_Cavern = 0x10002277
,
FX.Drone_Generator_Droaam2_Wall_Ext = 0x10002278
,
FX.Drone_Generator_Droaam2_Capstone_Restroom = 0x10002279
,
FX.Drone_Generator_Droaam2_Capstone_Hagfight = 0x1000227A
,
FX.Drone_Generator_Droaam2_Capstone_Open_Air_Altar = 0x1000227B
,
FX.Drone_Generator_Droaam2_Capstone_Tunnels = 0x1000227C
,
FX.Drone_Generator_Droaam2_Capstone_Open_Air = 0x1000227D
,
FX.Drone_Generator_Droaam2_Capstone_Altars = 0x1000227E
,
FX.Spell_Fear_Agent__FX = 0x1000227F
,
FX.Script_Player__PassTotalCharacterLevel = 0x10002280
,
FX.AI_Entrance_NPC___Insane1_Wait = 0x10002281
,
FX.AI_Entrance_NPC___Insane1 = 0x10002282
,
FX.AI_Entrance_NPC___Insane2_Wait = 0x10002283
,
FX.AI_Entrance_NPC___Insane2 = 0x10002284
,
FX.AI_Entrance_NPC___Insane3 = 0x10002285
,
FX.AI_Entrance_NPC___Insane3_Wait = 0x10002286
,
FX.Combat_Commands_Player___ShieldBashProc = 0x10002287
,
FX.snd_fryingpan_oncrit = 0x10002288
,
FX.Combat_Anim_Player___attk_sap_stunning_blow = 0x10002289
,
FX.Action_Monitor_Agent__Feat_Trip = 0x1000228A
,
FX.Action_Detection_Agent__Feat_Trip = 0x1000228B
,
FX.Drone_Generator_BossFight_05 = 0x1000228C
,
FX.Drone_Generator_BossFight_04 = 0x1000228D
,
FX.MultiLight_CheckActive = 0x1000228E
,
FX.MultiLight_CheckSet = 0x1000228F
,
FX.Drone_Generator_BossFight_06 = 0x10002290
,
FX.Drone_Generator_BossFight_07 = 0x10002291
,
FX.Drone_Generator_Taken_Streets = 0x10002292
,
FX.Quest_RTS_NPC__Barrel_4 = 0x10002293
,
FX.Quest_RTS_NPC__Barrel_5 = 0x10002294
,
FX.Quest_RTS_NPC__Green_Crystal_0 = 0x10002295
,
FX.Quest_RTS_NPC__Green_Crystal_1 = 0x10002296
,
FX.Quest_RTS_NPC__Green_Crystal_2 = 0x10002297
,
FX.Quest_RTS_NPC__Green_Crystal_3 = 0x10002298
,
FX.Quest_RTS_NPC__Green_Crystal_4 = 0x10002299
,
FX.Quest_RTS_NPC__Green_Crystal_5 = 0x1000229A
,
FX.Quest_RTS_NPC__Purple_Crystal_0 = 0x1000229B
,
FX.Quest_RTS_NPC__Purple_Crystal_1 = 0x1000229C
,
FX.Quest_RTS_NPC__Purple_Crystal_2 = 0x1000229D
,
FX.Quest_RTS_NPC__Purple_Crystal_3 = 0x1000229E
,
FX.Quest_RTS_NPC__Purple_Crystal_4 = 0x1000229F
,
FX.Quest_RTS_NPC__Purple_Crystal_5 = 0x100022A0
,
FX.Quest_RTS_NPC__Barrel_1 = 0x100022A1
,
FX.Quest_RTS_NPC__Barrel_2 = 0x100022A2
,
FX.Quest_RTS_NPC__Barrel_3 = 0x100022A3
,
FX.Quest_RTS_NPC__Barrel_0 = 0x100022A5
,
FX.Drone_Generator_Taken_Cafe = 0x100022A6
,
FX.Drone_Generator_Taken_Market = 0x100022A7
,
FX.Drone_Generator_taken_Rooftops_Courtyard = 0x100022A8
,
FX.Drone_Generator_Taken_Castle = 0x100022A9
,
FX.Drone_Generator_Taken_Playground = 0x100022AA
,
FX.Drone_Generator_Taken_Rug_Shop = 0x100022AB
,
FX.Drone_Generator_Taken_Sewer_Swim = 0x100022AC
,
FX.Drone_Generator_Taken_Rooftops = 0x100022AD
,
FX.Drone_Generator_Taken_School = 0x100022AE
,
FX.Drone_Generator_Taken_Residence = 0x100022AF
,
FX.Drone_Generator_Taken_Castle_Bedroom = 0x100022B0
,
FX.Drone_Generator_Taken_Mansion_Hallway = 0x100022B1
,
FX.Drone_Generator_Taken_Sewer = 0x100022B2
,
FX.Drone_Generator_Taken_Sewer_Hideout = 0x100022B3
,
FX.Drone_Generator_Taken_Garden = 0x100022B4
,
FX.Drone_Generator_Taken_Canal_Plaza = 0x100022B5
,
FX.Drone_Generator_Taken_Mansion_Bossfight = 0x100022B6
,
FX.Drone_Generator_Taken_Start = 0x100022B7
,
FX.Drone_Generator_Taken_Tavern = 0x100022B8
,
FX.Drone_Generator_Taken_Armory = 0x100022B9
,
FX.Quest_SpookyOverlay_Player__Overlay1 = 0x100022BA
,
FX.Quest_SpookyOverlay_Player__Overlay2 = 0x100022BB
,
FX.Breakable_Toggle_IsNotBreakable = 0x100022BF
,
FX.Breakable_Toggle_IsBreakable = 0x100022C0
,
FX.Quest_RTS_Player__Inside = 0x100022C1
,
FX.Equipment_Player__OrbEquip = 0x100022C2
,
FX.Equipment_Player__OrbBlock = 0x100022C3
,
FX.Combat_OnHit_Agent__TeleportQuestEntrance = 0x100022C6
,
FX.Quest_RTS_Player__AuraMonitor = 0x100022C7
,
FX.Drone_Generator_Pirates_Jungle_Beach = 0x100022C8
,
FX.Drone_Generator_Pirates_Jungle = 0x100022C9
,
FX.Drone_Generator_Pirates_Tavern = 0x100022CA
,
FX.Drone_Generator_Pirates_Crystal = 0x100022CB
,
FX.Drone_Generator_Pirates_Port = 0x100022CC
,
FX.Quest_Advance_NPC__Festival_Turnin1 = 0x100022CD
,
FX.Quest_Advance_NPC__Festival_Turnin2 = 0x100022CE
,
FX.Quest_Advance_NPC__Festival_Turnin3 = 0x100022CF
,
FX.Quest_Completion_NPC__Taken_Taken = 0x100022D0
,
FX.Quest_Completion_NPC__Xoriat_Xoriat = 0x100022D1
,
FX.Quest_RTS_NPC__Kobold_Rescued = 0x100022D2
,
FX.Quest_RTS_NPC__Kobold_Upgrade = 0x100022D3
,
FX.Quest_RTS_NPC__Kobold_Return = 0x100022D4
,
FX.Quest_RTS_NPC__Kobold_Pain = 0x100022D5
,
FX.Quest_RTS_NPC__Kobold_Panic = 0x100022D6
,
FX.Quest_RTS_NPC__Kobold_Complain_About_Barrels = 0x100022D7
,
FX.Quest_RTS_NPC__Kobold_Lost = 0x100022D8
,
FX.Quest_RTS_NPC__Kobold_Healed = 0x100022D9
,
FX.Quest_RTS_NPC__Kobold_Grumble = 0x100022DA
,
FX.Quest_RTS_NPC__Kobold_Death = 0x100022DB
,
FX.Quest_RTS_NPC__Kobold_Mumble = 0x100022DC
,
FX.Quest_RTS_NPC__Kobold_Wake_Up = 0x100022DD
,
FX.Quest_RTS_NPC__Kobold_Yoink = 0x100022DE
,
FX.Combat_OnHit_Agent__Benefit_Wizard_PaleMaster_VampireForm = 0x100022DF
,
FX.Quest_Info_PC__Get_Character_Level = 0x100022E0
,
FX.Death_PlayerOrHireling = 0x100022E1
,
FX.Combat_OnHit_Agent__Reverselightgravity = 0x100022E2
,
FX.Drone_Generator_Taken_Lab_Pods = 0x100022E3
,
FX.Drone_Generator_Taken_Lab_Sewer_Large_Hub = 0x100022E4
,
FX.Drone_Generator_Taken_Lab_Bossfight = 0x100022E5
,
FX.Drone_Generator_Taken_Lab_Storefront = 0x100022E6
,
FX.Drone_Generator_Taken_Lab_Sewer_Dry = 0x100022E7
,
FX.Drone_Generator_Taken_Lab_Backroom = 0x100022E8
,
FX.Drone_Generator_Taken_Lab_Sewer_Tunnels = 0x100022E9
,
FX.Quest_RTS_NPC__Kobold_Upgrade_1 = 0x100022EA
,
FX.Quest_RTS_NPC__Kobold_Upgrade_2 = 0x100022EB
,
FX.Quest_RTS_NPC__Kobold_Upgrade_3 = 0x100022EC
,
FX.Quest_RTS_NPC__Kobold_Upgrade_4 = 0x100022ED
,
FX.Quest_RTS_NPC__Kobold_Upgrade_5 = 0x100022EE
,
FX.Quest_RTS_NPC__Wee_Cheater = 0x100022EF
,
FX.Quest_RTS_NPC__Wee_Incoming = 0x100022F1
,
FX.Quest_RTS_NPC__Wee_No_Req_Form = 0x100022F2
,
FX.Quest_RTS_NPC__Wee_Go_Go_Go = 0x100022F3
,
FX.Quest_RTS_NPC__Wee_Max_Torches_With_Form = 0x100022F4
,
FX.Quest_RTS_NPC__Wee_15_Workers = 0x100022F5
,
FX.Quest_RTS_NPC__Wee_Max_Workers_With_Form = 0x100022F6
,
FX.Quest_RTS_NPC__Wee_All_Out_Teleporters = 0x100022F7
,
FX.Quest_RTS_NPC__Wee_Max_Torches_Inc = 0x100022F8
,
FX.Quest_RTS_NPC__Wee_Here_Teleporter = 0x100022F9
,
FX.Quest_RTS_NPC__Wee_Max_Barrels_Inc = 0x100022FA
,
FX.Quest_RTS_NPC__Wee_Max_Barrels = 0x100022FB
,
FX.Drone_Generator_Taken_Capstone_Runway = 0x100022FC
,
FX.Drone_Generator_Taken_Capstone_Hall_01 = 0x100022FD
,
FX.Drone_Generator_Taken_Capstone_Bossfight = 0x100022FE
,
FX.Drone_Generator_Taken_Capstone_Hall_03 = 0x100022FF
,
FX.Drone_Generator_Taken_Capstone_Lockbox = 0x10002300
,
FX.Drone_Generator_Taken_Capstone_Jacuzzi = 0x10002301
,
FX.Drone_Generator_Taken_Capstone_Runway_Foyer = 0x10002302
,
FX.Drone_Generator_Taken_Capstone_Museum_Hall_02 = 0x10002303
,
FX.Drone_Generator_Taken_Capstone_Secret_01 = 0x10002304
,
FX.Drone_Generator_Taken_Capstone_Atrium = 0x10002305
,
FX.Drone_Generator_Taken_Capstone_Secret_02 = 0x10002306
,
FX.Drone_Generator_Taken_Capstone_Wavefight = 0x10002307
,
FX.Drone_Generator_Taken_Capstone_Foyer = 0x10002308
,
FX.Drone_Generator_Taken_Warehouse = 0x10002309
,
FX.Drone_Generator_Taken_Capstone_Secret_03 = 0x1000230A
,
FX.SL_Generator_ResumeWave = 0x1000230B
,
FX.SL_Generator_PauseWave = 0x1000230C
,
FX.AI_States_NPC__StopFlying = 0x1000230D
,
FX.AI_States_NPC__StartFlying = 0x1000230E
,
FX.Combat_OnHit_Agent__ElectricSurge = 0x1000230F
,
FX.Combat_OnHit_Agent__DivinePunishment = 0x10002310
,
FX.Combat_OnHit_Agent__BitingCold = 0x10002311
,
FX.Combat_OnHit_Agent__HeatDeathFX = 0x10002312
,
FX.NonPlayerTeleportComplete = 0x10002315
,
FX.Drone_Generator_Taken_Capstone_Bossroom = 0x10002316
,
FX.Action_Detection_Agent__Feat_AuraOfMenace = 0x10002319
,
FX.Action_Monitor_Agent__Feat_NameChampion = 0x1000231A
,
FX.Combat_OnHit_Agent__AngelOfVengeance_CrownOfRetribution = 0x1000231B
,
FX.Combat_OnHit_Agent__AngelOfVengeance_Condemnation = 0x1000231C
,
FX.Combat_OnHit_Agent__AngelOfVengeance_NameChampion = 0x1000231D
,
FX.Combat_OnHit_Agent__AngelOfVengeance_AuraOfMenace = 0x1000231E
,
FX.Combat_OnHit_Agent__LightningDoubleHitSpell = 0x1000231F
,
FX.Combat_OnHit_Agent__AngelOfVengeance_GuardianArchon_Attack = 0x10002321
,
FX.Combat_OnHit_Agent__AngelOfVengeance_GuardianArchon = 0x10002322
,
FX.Combat_OnHit_Agent__Rockbane = 0x10002323
,
FX.Quest_RTS_PC__Stop_2xXP_Cheat_By_Running_This_10sec = 0x10002324
,
FX.Drone_Generator_Xoriat_Delirium_Barroom = 0x10002325
,
FX.Drone_Generator_Xoriat_Delirium_Employee = 0x10002326
,
FX.Drone_Generator_Xoriat_Delirium_Laundary = 0x10002327
,
FX.Drone_Generator_Xoriat_Delirium_Airship = 0x10002328
,
FX.Drone_Generator_Xoriat_Delirium_Upstairs_backrooms = 0x10002329
,
FX.Drone_Generator_Xoriat_Delirium_Gullet = 0x1000232A
,
FX.Drone_Generator_Xoriat_Orlassk_Medusa_Dance = 0x1000232B
,
FX.Drone_Generator_Xoriat_Asylum_Ext = 0x1000232C
,
FX.Drone_Generator_Xoriat_Capstone_Air = 0x1000232D
,
FX.Drone_Generator_Xoriat_Capstone_Center = 0x1000232E
,
FX.Drone_Generator_Xoriat_Orlassk_Cave = 0x1000232F
,
FX.Drone_Generator_Xoriat_Capstone_Earth = 0x10002330
,
FX.Drone_Generator_Xoriat_Capstone_Entry = 0x10002331
,
FX.Drone_Generator_Xoriat_Asylum_Puzzle = 0x10002332
,
FX.Drone_Generator_Xoriat_Capstone_Fire = 0x10002333
,
FX.Drone_Generator_Xoriat_Asylum_Bossfight = 0x10002334
,
FX.Drone_Generator_Xoriat_Capstone_Bossfight = 0x10002335
,
FX.Drone_Generator_Xoriat_Orlassk_Lava_Cave = 0x10002336
,
FX.Drone_Generator_Xoriat_Asylum_Xorian = 0x10002337
,
FX.Drone_Generator_Xoriat_Orlassk_Huge_Cave = 0x10002338
,
FX.Drone_Generator_Xoriat_Asylum_Int = 0x10002339
,
FX.Drone_Generator_Xoriat_Orlassk_Water_Cave = 0x1000233A
,
FX.Drone_Generator_Xoriat_Orlassk_Entry = 0x1000233B
,
FX.Drone_Generator_Xoriat_Asylum_Lobby = 0x1000233C
,
FX.Drone_Generator_Xoriat_Capstone_Water = 0x1000233D
,
FX.Drone_Generator_Xoriat_Orlassk_Bossfight = 0x1000233E
,
FX.Drone_Generator_Xoriat_Capstone_Halls = 0x1000233F
,
FX.Drone_Generator_Crafting_Hall = 0x10002340
,
FX.snd_Quest_XoriatAsylum_SoundReality = 0x10002341
,
FX.snd_Quest_XoriatAsylum_SoundReality2 = 0x10002342
,
FX.Spell_Scorch_Agent__ShootBeams = 0x10002343
,
FX.Spell_Scorch_Agent__EffectMonitor = 0x10002344
,
FX.Spell_Scorch_Agent__AOECallback = 0x10002345
,
FX.Advancement_Player__PassArtificerLevel = 0x10002346
,
FX.Advancement_NPC__TrainerArtificerFX = 0x10002347
,
FX.Action_Anim_Agent___ChargenAnim_Artificer = 0x10002348
,
FX.Action_Monitor_Agent__Feat_CrownOfRetribution = 0x10002349
,
FX.Combat_OnHit_Agent__AblativeArmorSpell = 0x1000234A
,
FX.Combat_Anim_Agent___Cast_Channel_D_Stop = 0x1000234C
,
FX.Combat_Anim_Agent___Cast_Channel_D = 0x1000234D
,
FX.Spell_BlackDragonBolt_Agent__EffectMonitor = 0x1000234E
,
FX.Spell_BlackDragonBolt_Agent__ShootBeams = 0x1000234F
,
FX.Spell_BlackDragonBolt_Agent__AOECallback = 0x10002350
,
FX.Combat_OnHit_Agent__EladarsThunderstroke = 0x10002352
,
FX.Drone_Generator_House_Cannith = 0x10002353
,
FX.Action_Monitor_Agent__RangedAttack_RepeatingCrossbow = 0x10002354
,
FX.CombatArea_WhileFilled = 0x10002355
,
FX.SL_Generator_OnAreaFilled_ResumeWave = 0x10002356
,
FX.SL_Generator_OnAreaEmptied_PauseWave = 0x10002357
,
FX.CombatArea_WhileEmptied = 0x10002358
,
FX.Action_Monitor_Agent__RangedAttack_Crossbow = 0x10002359
,
FX.Equipment_Player__CrossbowEquip_Light = 0x1000235B
,
FX.Equipment_Player__CrossbowEquip_Heavy = 0x1000235C
,
FX.Equipment_Player__CrossbowEquip_Great = 0x1000235D
,
FX.Quest_TAG_Summon_Boss_10 = 0x10002376
,
FX.Quest_TAG_Summon_Boss_1 = 0x10002377
,
FX.Quest_TAG_Summon_Boss_11 = 0x10002378
,
FX.Quest_TAG_Summon_Boss_2 = 0x10002379
,
FX.Quest_TAG_Summon_Boss_12 = 0x1000237A
,
FX.Quest_TAG_Summon_Boss_3 = 0x1000237B
,
FX.Quest_TAG_Summon_Boss_4 = 0x1000237C
,
FX.Quest_TAG_Summon_Boss_5 = 0x1000237D
,
FX.Quest_TAG_Summon_Boss_6 = 0x1000237E
,
FX.Quest_TAG_Summon_Boss_7 = 0x1000237F
,
FX.Quest_TAG_Summon_Boss_8 = 0x10002380
,
FX.Quest_TAG_Summon_Boss_9 = 0x10002381
,
FX.Quest_TAG_Dead_Boss_1 = 0x10002382
,
FX.Quest_TAG_Dead_Boss_2 = 0x10002383
,
FX.Quest_TAG_Dead_Boss_3 = 0x10002384
,
FX.Quest_TAG_Dead_Boss_4 = 0x10002385
,
FX.Quest_TAG_Dead_Boss_5 = 0x10002386
,
FX.Quest_TAG_Dead_Boss_6 = 0x10002387
,
FX.Quest_TAG_Dead_Boss_7 = 0x10002388
,
FX.Quest_TAG_Dead_Boss_10 = 0x10002389
,
FX.Quest_TAG_Dead_Boss_8 = 0x1000238A
,
FX.Quest_TAG_Dead_Boss_11 = 0x1000238B
,
FX.Quest_TAG_Dead_Boss_9 = 0x1000238C
,
FX.Quest_TAG_Dead_Boss_12 = 0x1000238D
,
FX.Quest_TAG_Summon_Boss_X = 0x1000238E
,
FX.Quest_TAG_Summon_Mob_Y = 0x1000238F
,
FX.Quest_TAG_Dead_Lieutenant_1 = 0x10002390
,
FX.Quest_TAG_Dead_Lieutenant_2 = 0x10002391
,
FX.Quest_TAG_Dead_Lieutenant_3 = 0x10002392
,
FX.Quest_TAG_Dead_Lieutenant_4 = 0x10002393
,
FX.Quest_TAG_Dead_Lieutenant_5 = 0x10002394
,
FX.Quest_TAG_Dead_Lieutenant_6 = 0x10002395
,
FX.Quest_TAG_Dead_Lieutenant_7 = 0x10002396
,
FX.Quest_TAG_Dead_Lieutenant_8 = 0x10002397
,
FX.Quest_TAG_Dead_Lieutenant_9 = 0x10002398
,
FX.Quest_TAG_Dead_Lieutenant_10 = 0x10002399
,
FX.Quest_TAG_Dead_Lieutenant_11 = 0x1000239A
,
FX.Quest_TAG_Dead_Lieutenant_12 = 0x1000239B
,
FX.SL_Trap_OnDisable_SpecialBehavior = 0x1000239C
,
FX.Quest_TAG_Light_Up = 0x1000239E
,
FX.Quest_TAG_Spawn_Lt_Wave_4 = 0x1000239F
,
FX.Quest_TAG_Spawn_Lt_Wave_5 = 0x100023A0
,
FX.Quest_TAG_Spawn_Boss_Wave_6 = 0x100023A1
,
FX.Quest_TAG_Reset = 0x100023A2
,
FX.Quest_TAG_Boss_Light_Up = 0x100023A3
,
FX.Quest_TAG_Spawn_Wave_1 = 0x100023A4
,
FX.Quest_TAG_Spawn_Wave_2 = 0x100023A5
,
FX.Quest_TAG_Spawn_Wave_3 = 0x100023A6
,
FX.AI_States_NPC__BecomeDefender_Usable = 0x100023A7
,
FX.Quest_TAG_Mob_Dead_1 = 0x100023A8
,
FX.Quest_TAG_Mob_Dead_2 = 0x100023A9
,
FX.Quest_TAG_Mob_Dead_3 = 0x100023AA
,
FX.Quest_TAG_Mob_Dead_4 = 0x100023AB
,
FX.Quest_TAG_Mob_Dead_5 = 0x100023AC
,
FX.Quest_TAG_Mob_Dead_6 = 0x100023AD
,
FX.Quest_TAG_Mob_Dead_7 = 0x100023AE
,
FX.Quest_TAG_Mob_Dead_8 = 0x100023AF
,
FX.Quest_TAG_Mob_Dead_9 = 0x100023B0
,
FX.Quest_TAG_Mob_Dead_10 = 0x100023B1
,
FX.Quest_TAG_Mob_Dead_11 = 0x100023B2
,
FX.Quest_TAG_Mob_Dead_12 = 0x100023B3
,
FX.Spell_PositiveEnergyInfusion_Agent__EffectMonitor = 0x100023B5
,
FX.Spell_BlastRod_Agent__EffectMonitor = 0x100023B6
,
FX.Combat_OnHit_Agent__RadiantForcefieldSpell = 0x100023B7
,
FX.Spell_BlastRod_Agent__ShootBeams = 0x100023B8
,
FX.Combat_Anim_Player___attk_runearm_charge = 0x100023BA
,
FX.Spell_LightningSphere_Agent__AOECallback = 0x100023BB
,
FX.Spell_LightningSphere_Agent__EffectMonitor = 0x100023BC
,
FX.Spell_CurativeAdmixture_Agent__EffectMonitor = 0x100023BD
,
FX.Combat_Commands_Player__eChargeRunearmStart = 0x100023BE
,
FX.Combat_Commands_Player__eChargeRunearmEnd = 0x100023BF
,
FX.Combat_Commands_Player__RunearmCharging = 0x100023C1
,
FX.Combat_Runearm__Fire = 0x100023C2
,
FX.Combat_OnHit_Agent__DismissHenchman = 0x100023C3
,
FX.Combat_OnHit_Agent__SpellSnareSuperior = 0x100023C8
,
FX.Combat_OnHit_Agent__RustSpell = 0x100023C9
,
FX.Combat_OnHit_Agent__SpellSnareImproved = 0x100023CA
,
FX.Combat_OnHit_Agent__SpellSnare = 0x100023CB
,
FX.Combat_OnHit_Agent__SpellSnareGreater = 0x100023CC
,
FX.Combat_OnHit_Agent__SpellSnareLesser = 0x100023CD
,
FX.Combat_OnHit_Agent__DeconstructSpell = 0x100023CE
,
FX.Combat_OnHit_Agent__LightningSphereSpell = 0x100023D1
,
FX.Drone_Generator_Blades1_Blowup_Golem = 0x100023D2
,
FX.Drone_Generator_Blades1_Blowup_Titan = 0x100023D3
,
FX.Drone_Generator_Blades1_Blowup = 0x100023D4
,
FX.EldritchDevice_Player__OpenEldritchDevice_Deconstruction = 0x100023D5
,
FX.Combat_Runearm_Agent__EffectMonitor_ConeShort = 0x100023D6
,
FX.Combat_Runearm_Agent__EffectMonitor_ConeLong = 0x100023D7
,
FX.Combat_Runearm_Agent__EffectMonitor_Projectile = 0x100023D8
,
FX.Combat_Runearm_Agent__EffectMonitor_ConeLong_Ignite = 0x100023D9
,
FX.Combat_Runearm_Agent__EffectMonitor_ConeLong_Extinguish = 0x100023DA
,
FX.Combat_Runearm_Agent__EffectMonitor_ConeShort_Extinguish = 0x100023DB
,
FX.Combat_Runearm_Agent__EffectMonitor_ConeShort_Ignite = 0x100023DC
,
FX.Combat_Runearm_Agent__EffectMonitor_Projectile_Spray_Homing = 0x100023DD
,
FX.Combat_OnHit_Agent__BuffWeaponSpell = 0x100023DE
,
FX.Combat_OnHit_Agent__TacticalDetonationSpell = 0x100023DF
,
FX.Combat_Runearm_Agent__EffectMonitor_Projectile_Spray_Homing_3 = 0x100023E0
,
FX.Combat_Runearm_Agent__EffectMonitor_Projectile_Spray_Homing_4 = 0x100023E1
,
FX.Combat_Runearm_Agent__EffectMonitor_Projectile_Spray_Homing_5 = 0x100023E2
,
FX.Combat_Anim_Player___attk_runearm_fire = 0x100023E3
,
FX.Combat_Runearm_Agent__EffectMonitor_Cone_Fire_1 = 0x100023E4
,
FX.Combat_Runearm_Agent__EffectMonitor_Cone_Fire_2 = 0x100023E5
,
FX.Combat_Runearm_Agent__EffectMonitor_Cone_Fire_3 = 0x100023E6
,
FX.Combat_Runearm_Agent__EffectMonitor_Cone_Fire_4 = 0x100023E7
,
FX.Combat_Runearm_Agent__EffectMonitor_Cone_Fire_5 = 0x100023E8
,
FX.Combat_Runearm_Agent__EffectMonitor_Cone_Fire_6 = 0x100023E9
,
FX.Combat_OnHit_Agent__Runearm_LightningLash = 0x100023F0
,
FX.Combat_Runearm_Agent__EffectMonitor_Projectile_Lash = 0x100023F2
,
FX.Combat_Runearm_Agent__EffectMonitor_Projectile_Spray_Homing_2 = 0x100023F3
,
FX.Combat_Runearm_Agent__EffectMonitor_Projectile_Spray_2 = 0x100023F4
,
FX.Combat_Runearm_Agent__EffectMonitor_Projectile_Spray_3 = 0x100023F5
,
FX.SL_Generator_TriggerWave = 0x100023F7
,
FX.Combat_Runearm_Agent__EffectMonitor_Projectile_Rapid_2 = 0x100023F8
,
FX.Combat_Runearm_Agent__EffectMonitor_Projectile_Rapid_3 = 0x100023F9
,
FX.Combat_Runearm_Agent__EffectMonitor_Projectile_Rapid_4 = 0x100023FA
,
FX.Combat_Runearm_Agent__EffectMonitor_Projectile_Rapid_5 = 0x100023FB
,
FX.Combat_Runearm_Agent__EffectMonitor_Projectile_Rapid_6 = 0x100023FC
,
FX.Combat_Runearm_Agent__EffectMonitor_Projectile_Rapid_1 = 0x100023FD
,
FX.Spell_DaUniversalWhite_Agent__EffectMonitor = 0x100023FE
,
FX.SL_Trap_OnDisable_CriticalSuccess = 0x100023FF
,
FX.SL_Trap_OnDisable_CriticalFailure = 0x10002400
,
FX.Quest_LifeForgeMindProbeOverlay_Player__Overlay2 = 0x10002401
,
FX.Quest_LifeForgePowerUpOverlay_Player__Overlay1 = 0x10002402
,
FX.Trap_Gameplay_Trap__CriticalSuccess = 0x10002403
,
FX.Action_Detection_Agent__MeleeAttackUnarmedSpecialAttack = 0x10002404
,
FX.Combat_Commands_Player__RunearmCharging_Tier1 = 0x10002405
,
FX.Combat_Commands_Player__RunearmCharging_Tier2 = 0x10002406
,
FX.Combat_Commands_Player__RunearmCharging_Tier3 = 0x10002407
,
FX.Combat_Commands_Player__RunearmCharging_Tier4 = 0x10002408
,
FX.Combat_Commands_Player__RunearmCharging_Tier5 = 0x10002409
,
FX.Combat_Commands_NPC___RuneArm_Charge = 0x1000240A
,
FX.Combat_Commands_NPC___RuneArm_Fire = 0x1000240B
,
FX.Action_Anim_Agent__ArtificerPrepCrossbow = 0x1000240C
,
FX.Drone_Generator_Blades1_Power_Spider_Hall = 0x1000240D
,
FX.Drone_Generator_Blades1_Imp_Central_Shaft = 0x1000240E
,
FX.Drone_Generator_Blades1_Imp_Security_Door = 0x1000240F
,
FX.Drone_Generator_Blades1_Landscape_Upper = 0x10002410
,
FX.Drone_Generator_Blades1_Landscape_Entry = 0x10002411
,
FX.Drone_Generator_Blades1_Landscape = 0x10002412
,
FX.Drone_Generator_Blades1_Imp_Airducts = 0x10002413
,
FX.Drone_Generator_Blades1_Landscape_Executive_Lounge = 0x10002414
,
FX.Drone_Generator_Blades1_Imp_Post_Door = 0x10002415
,
FX.Drone_Generator_Blades1_Power_Entry = 0x10002416
,
FX.Drone_Generator_Blades1_Imp = 0x10002417
,
FX.Drone_Generator_Blades1_Power_Huge_Room = 0x10002418
,
FX.Drone_Generator_Blades1_Power_Energy_Water = 0x10002419
,
FX.Drone_Generator_Blades1_Power = 0x1000241A
,
FX.Drone_Generator_Blades1_Imp_Schematics = 0x1000241B
,
FX.Drone_Generator_Blades1_Landscape_Lower = 0x1000241C
,
FX.Combat_Anim_Player___attk_runearm_quickfire = 0x1000241D
,
FX.Spell_LightningMotes_Agent__AOECallback = 0x1000241E
,
FX.Spell_LightningMotes_Agent__EffectMonitor = 0x1000241F
,
FX.Combat_OnHit_Agent__PvP_HitPoints = 0x10002420
,
FX.Combat_OnHit_Agent__PvP_Invulnerability = 0x10002421
,
FX.Combat_Runearm_Agent__EffectMonitor_Cone_Lightning_5 = 0x10002422
,
FX.Combat_Runearm_Agent__EffectMonitor_Cone_Lightning_6 = 0x10002423
,
FX.Combat_Runearm_Agent__EffectMonitor_Cone_Lightning_1 = 0x10002424
,
FX.Combat_Runearm_Agent__EffectMonitor_Cone_Lightning_2 = 0x10002425
,
FX.Combat_Runearm_Agent__EffectMonitor_Cone_Lightning_3 = 0x10002426
,
FX.Combat_Runearm_Agent__EffectMonitor_Cone_Lightning_4 = 0x10002427
,
FX.EldritchDevice_Item__TurnItemIntoModule = 0x10002428
,
FX.Drone_Generator_BossFight_Blades1_01 = 0x1000242E
,
FX.Action_Monitor_Agent__Feat_ArchersFocus = 0x1000242F
,
FX.SL_OnSpotted = 0x10002430
,
FX.Combat_OnHit_Agent__WeaponOfImpact_ReflectScript = 0x10002431
,
FX.Combat_Commands_Player__RunearmCharging_Cooldown = 0x10002432
,
FX.DAS_Defense_DynamicDifficulty_Add_01 = 0x10002433
,
FX.DAS_Defense_DynamicDifficulty_Add_10 = 0x10002434
,
FX.DAS_Defense_DynamicDifficulty_Add_02 = 0x10002435
,
FX.DAS_Defense_DynamicDifficulty_Add_03 = 0x10002436
,
FX.DAS_Defense_DynamicDifficulty_Add_20 = 0x10002437
,
FX.DAS_Defense_DynamicDifficulty_Add_05 = 0x10002438
,
FX.DAS_Defense_DynamicDifficulty_Subtract_02 = 0x10002439
,
FX.DAS_Defense_DynamicDifficulty_Subtract_03 = 0x1000243A
,
FX.DAS_Defense_DynamicDifficulty_Subtract_05 = 0x1000243B
,
FX.DAS_Defense_DynamicDifficulty_Subtract_10 = 0x1000243C
,
FX.DAS_Defense_DynamicDifficulty_Subtract_20 = 0x1000243D
,
FX.DAS_Defense_DynamicDifficulty_Subtract_01 = 0x1000243E
,
FX.DAS_Defense_UpgradeLevel_01 = 0x1000243F
,
FX.DAS_Defense_UpgradeLevel_02 = 0x10002440
,
FX.DAS_Defense_UpgradeLevel_03 = 0x10002441
,
FX.DAS_Defense_Inactive = 0x10002442
,
FX.DAS_Defense_ExtractorBoost_01 = 0x10002443
,
FX.DAS_Defense_DynamicDifficulty_Tier_01 = 0x10002444
,
FX.DAS_Defense_DynamicDifficulty_Tier_02 = 0x10002445
,
FX.DAS_Defense_DynamicDifficulty_Tier_03 = 0x10002446
,
FX.DAS_Defense_DynamicDifficulty_Tier_04 = 0x10002447
,
FX.DAS_Defense_DynamicDifficulty_Tier_05 = 0x10002448
,
FX.DAS_Defense_DynamicDifficulty_Tier_06 = 0x10002449
,
FX.DAS_Defense_DynamicDifficulty_Tier_07 = 0x1000244A
,
FX.SL_Trap_OnDisable_SelfDestruct = 0x1000244B
,
FX.SL_Trap_OnDisable_Countdown1 = 0x1000244C
,
FX.SL_Trap_OnDisable_Countdown2 = 0x1000244D
,
FX.SL_Trap_OnDisable_Countdown3 = 0x1000244E
,
FX.SL_Trap_OnDisable_Countdown4 = 0x1000244F
,
FX.SL_Trap_OnDisable_Countdown5 = 0x10002450
,
FX.Drone_Generator_Blades1_Raid_Artificer_entry = 0x10002460
,
FX.Drone_Generator_Blades1_Preraid_Artificer_halls = 0x10002461
,
FX.Drone_Generator_Blades1_Raid_Forge_halls = 0x10002462
,
FX.Drone_Generator_Blades1_Preraid_Forge_top = 0x10002463
,
FX.Drone_Generator_Blades1_Preraid_Artificer_titans = 0x10002464
,
FX.Drone_Generator_Blades1_Raid_Forge_extra = 0x10002465
,
FX.Drone_Generator_Blades1_Raid_Artificer_holochamber = 0x10002466
,
FX.Drone_Generator_Blades1_Preraid_Artificer_crystal = 0x10002467
,
FX.Drone_Generator_Blades1_Preraid_Artificer_entry = 0x10002468
,
FX.Drone_Generator_Blades1_Preraid_Forge_bossfight = 0x10002469
,
FX.Drone_Generator_Blades1_Preraid_Forge_bottom = 0x1000246A
,
FX.Drone_Generator_Blades1_Raid_Forge_entry = 0x1000246B
,
FX.Drone_Generator_Blades1_Preraid_Artificer_shellfight = 0x1000246C
,
FX.Drone_Generator_Blades1_Raid_Artificer_library = 0x1000246D
,
FX.Drone_Generator_Blades1_Preraid_Artificer_postcrystal = 0x1000246E
,
FX.Drone_Generator_Blades1_Raid_Artificer_bossfight = 0x1000246F
,
FX.Drone_Generator_Blades1_Raid_Artificer_postholo = 0x10002470
,
FX.Drone_Generator_Blades1_Raid_Artificer_maxsmart = 0x10002471
,
FX.Drone_Generator_Blades1_Raid_Forge_bossfight = 0x10002472
,
FX.DAS_Mansion_FireGuard_Off = 0x10002473
,
FX.DAS_Mansion_AirGuard_Off = 0x10002474
,
FX.DAS_Mansion_WaterGuard_On = 0x10002475
,
FX.DAS_Mansion_EarthGuard_Off = 0x10002476
,
FX.DAS_Mansion_AirGuard_On = 0x10002477
,
FX.DAS_Mansion_WaterGuard_Off = 0x10002478
,
FX.DAS_Mansion_EarthGuard_On = 0x10002479
,
FX.DAS_Mansion_FireGuard_On = 0x1000247A
,
FX.DAS_Mansion_Guard_Summon = 0x1000247B
,
FX.DAS_Mansion_Guard_Summon_All = 0x1000247C
,
FX.DAS_Mansion_ZOMG_OP_Regen = 0x1000247D
,
FX.Combat_OnHit_Agent__WindSpell = 0x1000247E
,
FX.DAS_Defense_Parts_Subtract = 0x1000247F
,
FX.DAS_Defense_Parts_Add = 0x10002480
,
FX.DAS_Mansion_Door_Reward = 0x10002481
,
FX.DAS_Mansion_Boss_Reward = 0x10002482
,
FX.DAS_Mansion_Minion_Reward = 0x10002483
,
FX.DAS_Defense_Shards_Subtract = 0x10002484
,
FX.DAS_Defense_Shards_Add = 0x10002485
,
FX.AvatarShapeshift__MonsterLocomotion = 0x10002486
,
FX.AvatarShapeshift__Kobold = 0x10002487
,
FX.AI_Logic_NPC__TargetNearestEnemy = 0x10002488
,
FX.AI_Logic_NPC__TargetRandomEnemy = 0x10002489
,
FX.AI_Logic_NPC___FindNewTarget = 0x1000248A
,
FX.DAS_Defense_Turrets_Subtract = 0x1000248B
,
FX.DAS_Defense_Turrets_Add = 0x1000248C
,
FX.AvatarShapeshift__ElementalEarth = 0x1000248D
,
FX.AvatarShapeshift__ElementalFire = 0x1000248E
,
FX.AvatarShapeshift__ElementalWater = 0x1000248F
,
FX.AvatarShapeshift__ElementalAir = 0x10002490
,
FX.Quest_RTS_NPC__Giga_Crystal_0 = 0x10002491
,
FX.Quest_RTS_NPC__Giga_Crystal_1 = 0x10002492
,
FX.Quest_RTS_NPC__Giga_Crystal_2 = 0x10002493
,
FX.Quest_RTS_NPC__Giga_Crystal_3 = 0x10002494
,
FX.Quest_RTS_NPC__Giga_Crystal_4 = 0x10002495
,
FX.Quest_RTS_NPC__Giga_Crystal_5 = 0x10002496
,
FX.AvatarShapeshift__Racoon = 0x10002497
,
FX.AvatarShapeshift__Wolf = 0x10002498
,
FX.AvatarShapeshift__Bear = 0x10002499
,
FX.DAS_Mansion_Teleporter_Detect = 0x1000249A
,
FX.DAS_Mansion_Teleporter_Handshake = 0x1000249B
,
FX.DAS_Mansion_Teleporter_GrabNearbyEnemiesToo = 0x1000249C
,
FX.Drone_Generator_Challenge_E_Open_Air = 0x1000249D
,
FX.Drone_Generator_Challenge_B_Inside = 0x1000249E
,
FX.Drone_Generator_Challenge_A_Cave = 0x1000249F
,
FX.Drone_Generator_Challenge_A_Open_Air = 0x100024A0
,
FX.Drone_Generator_Challenge_C_Island = 0x100024A1
,
FX.Drone_Generator_Challenge_E_Inside = 0x100024A2
,
FX.Drone_Generator_Challenge_A_Lava_Cave = 0x100024A3
,
FX.Drone_Generator_Challenge_B_Open_Ceiling = 0x100024A4
,
FX.Drone_Generator_Challenge_C_Undead = 0x100024A5
,
FX.Drone_Generator_Challenge_C_Planar = 0x100024A6
,
FX.Skills_Intimidate_NPC__HateMagnet = 0x100024A7
,
FX.DAS_Defense_BossTimer_Add = 0x100024A8
,
FX.DAS_MTX_Use_1 = 0x100024A9
,
FX.DAS_MTX_Use_2 = 0x100024AA
,
FX.DAS_MTX_Use_3 = 0x100024AB
,
FX.DAS_Defense_Spawn_Kobolds = 0x100024AC
,
FX.DAS_Defense_Spawn_Archon = 0x100024AD
,
FX.DAS_Defense_Spawn_Crate = 0x100024AE
,
FX.Spell_GenericBuffMultipleTargetLarge_Agent__EffectMonitor = 0x100024AF
,
FX.Spell_GenericMultipleTarget_Entity__Detect_IncludeOriginator_Large = 0x100024B0
,
FX.Spell_GenericBuffLarge_Entity__AOEFX = 0x100024B1
,
FX.DAS_Return_DM_IID_To_Sender = 0x100024B2
,
FX.DAS_Confirm_Self_Destruction = 0x100024B3
,
FX.Skills_Intimidate_NPC__KoboldCostume = 0x100024B4
,
FX.DAS_Defense_Turret_Requisition_Increase = 0x100024B5
,
FX.DAS_Defense_Turret_Requisition = 0x100024B6
,
FX.snd_pickup_hatemagnet = 0x100024B7
,
FX.snd_pickup_lifeaura = 0x100024B8
,
FX.snd_pickup_invisibility = 0x100024B9
,
FX.snd_pickup_highjump = 0x100024BA
,
FX.snd_gauntlet_checkpoint = 0x100024BB
,
FX.snd_pickup_time_extension = 0x100024BC
,
FX.snd_pickup_doublespeed = 0x100024BD
,
FX.snd_pickup_quaddamage = 0x100024BE
,
FX.snd_pickup_invincibility = 0x100024BF
,
FX.DAS_Gauntlet_Socket_Lock = 0x100024C0
,
FX.Action_Anim_Agent___ChargenAnim_Druid = 0x100024C1
,
FX.Advancement_Player__PassDruidLevel = 0x100024C2
,
FX.Advancement_NPC__TrainerDruidFX = 0x100024C3
,
FX.Quest_RTS_NPC__Kobold_Yoink_Giga = 0x100024C4
,
FX.Quest_RTS_NPC__Kobold_Upgrade_Stoneskin_T = 0x100024C5
,
FX.Quest_RTS_NPC__Kobold_Upgrade_Defense_P = 0x100024C6
,
FX.Quest_RTS_NPC__Kobold_Upgrade_Healing_P = 0x100024C7
,
FX.Quest_RTS_NPC__Kobold_Complain_About_Teleport_Giga = 0x100024C8
,
FX.Quest_RTS_NPC__Kobold_Upgrade_Blur_T = 0x100024C9
,
FX.Quest_RTS_NPC__Kobold_Upgrade_Speed_P = 0x100024CA
,
FX.Quest_RTS_NPC__Kobold_Upgrade_Healing_T = 0x100024CB
,
FX.Quest_RTS_NPC__Kobold_Pain_Giga = 0x100024CC
,
FX.Quest_RTS_NPC__Kobold_Upgrade_Speed_T = 0x100024CD
,
FX.Quest_RTS_NPC__Kobold_Complain_About_Giga = 0x100024CE
,
FX.Quest_RTS_NPC__Kobold_Panic_Giga = 0x100024CF
,
FX.Quest_RTS_NPC__Kobold_LowHP_Giga = 0x100024D0
,
FX.DAS_PassDASLevel = 0x100024D1
,
FX.Combat_OnHit_Agent__SpiderskinSpell = 0x100024D2
,
FX.DAS_Defense_Level2Turret_Add = 0x100024D3
,
FX.DAS_Defense_Level2Turret_Subtract = 0x100024D4
,
FX.AI_Logic_RitualCast = 0x100024D5
,
FX.AI_Logic_RitualFinish = 0x100024D6
,
FX.AI_Logic_Monster__ShapeShiftOut = 0x100024D7
,
FX.AI_Logic_Monster__ShapeShiftIn = 0x100024D8
,
FX.Combat_OnHit_Agent__ReincarnateSpell = 0x100024D9
,
FX.Spell_SummonNaturesAlly5_Agent__EffectMonitor = 0x100024DA
,
FX.Spell_SummonMonster9_Agent__EffectMonitor = 0x100024DB
,
FX.Spell_SummonNaturesAlly9_Agent__EffectMonitor = 0x100024DC
,
FX.Spell_SummonNaturesAlly8_Agent__EffectMonitor = 0x100024DD
,
FX.Spell_SummonNaturesAlly7_Agent__EffectMonitor = 0x100024DE
,
FX.Spell_SummonNaturesAlly6_Agent__EffectMonitor = 0x100024DF
,
FX.Quest_Completion_NPC__Arc_Quest = 0x100024E0
,
FX.Drone_Generator_Spider1_Khyber_Road = 0x100024E1
,
FX.Drone_Generator_Spider1_Khyber_Road_Bossfight = 0x100024E2
,
FX.DAS_Mansion_Miniboss_Reward = 0x100024E3
,
FX.Drone_Generator_Kings_Forest = 0x100024E4
,
FX.Drone_Generator_Demon_Web = 0x100024E5
,
FX.Drone_Generator_Underdark = 0x100024E6
,
FX.Combat_OnHit_Agent__Vortex_Debris = 0x100024E9
,
FX.Combat_OnHit_Agent__Falling_Debris = 0x100024EA
,
FX.AvatarShapeshift__Taken = 0x100024EB
,
FX.Drone_Generator_Spider1_Khyber_Road_02 = 0x100024EC
,
FX.Drone_Generator_Spider1_Khyber_Road_03 = 0x100024ED
,
FX.Drone_Generator_Spider1_Khyber_Road_04 = 0x100024EE
,
FX.Drone_Generator_Spider1_Khyber_Road_05 = 0x100024EF
,
FX.Drone_Generator_Spider1_Khyber_Road_Lava = 0x100024F0
,
FX.Quest_NPC__WantsToBestowGlobalObjectiveQuest = 0x100024F1
,
FX.Quest_NPC__WantsToAdvanceGlobalObjectiveQuest = 0x100024F2
,
FX.Combat_Commands_NPC___StartSacrifice = 0x100024F4
,
FX.Drone_Generator_Spider1_Base_Floor1 = 0x100024F5
,
FX.Drone_Generator_Spider1_Base_Endfight = 0x100024F6
,
FX.Drone_Generator_Spider1_Base_Basement = 0x100024F7
,
FX.Drone_Generator_Spider1_Base_Altar1 = 0x100024F8
,
FX.Drone_Generator_Spider1_Base_Altar2 = 0x100024F9
,
FX.Drone_Generator_Spider1_Base_Extra = 0x100024FA
,
FX.Drone_generator_Spider1_Base_Backway = 0x100024FB
,
FX.Combat_Commands_NPC___HandCrossbow_Induction_Start = 0x100024FC
,
FX.Combat_Commands_NPC___HandCrossbow_Quickfire = 0x100024FD
,
FX.Combat_Commands_NPC___HandCrossbow_Induction_End = 0x100024FE
,
FX.Caltrops_All__BounceAround = 0x100024FF
,
FX.Caltrops_Master__RegisterWithMaster = 0x10002500
,
FX.Caltrops_All__Disarm = 0x10002501
,
FX.Caltrops_All__Reveal = 0x10002502
,
FX.Caltrops_Master__OnMonitorExit = 0x10002503
,
FX.Caltrops_Master__OnMonitorEnter = 0x10002504
,
FX.Spell_Earthquake_Agent__AOECallback = 0x10002505
,
FX.Combat_OnHit_Agent__QuenchSpell = 0x10002506
,
FX.Spell_Quench_Agent__AOECallback = 0x10002508
,
FX.Spell_Quench_Agent__EffectMonitor = 0x1000250A
,
FX.Combat_OnHit_Agent__Caltrop = 0x1000250B
,
FX.Drone_Generator_BossFight_08 = 0x1000250C
,
FX.Encounter__End = 0x1000250E
,
FX.AI_Logic_NPC__CombatPackageBehaviorStart = 0x10002510
,
FX.AI_Logic_NPC__CombatPackageFilterTargets = 0x10002511
,
FX.Combat_OnHit_Agent__Sacrifice = 0x10002513
,
FX.Spell_GenericBuffSummon_Agent__EffectMonitor = 0x10002514
,
FX.Spell_MagicStone_Agent__EffectMonitor = 0x10002515
,
FX.Combat_OnHit_Agent__LolthsBlessing = 0x10002516
,
FX.Drone_Generator_Spider1_Capstone_Entry = 0x10002517
,
FX.Drone_Generator_Spider1_Capstone_Bossfight = 0x10002518
,
FX.Combat_Commands_NPC___StartSlaver = 0x10002519
,
FX.Combat_OnHit_Agent__VigorSpell = 0x1000251A
,
FX.Combat_OnHit_Agent__RegenerationSpell = 0x1000251B
,
FX.Spell_GenericBuffStoneMultipleTarget_Agent__EffectMonitor = 0x1000251C
,
FX.Spell_GenericBuffStoneSingleTarget_Agent__EffectMonitor = 0x1000251D
,
FX.Spell_GenericAttackStoneMultipleTarget_Agent__EffectMonitor = 0x1000251E
,
FX.Spell_GenericDebuffStoneSingleTarget_Agent__EffectMonitor = 0x1000251F
,
FX.Spell_GenericAttackStoneSingleTarget_Agent__EffectMonitor = 0x10002520
,
FX.Spell_GenericDebuffStoneMultipleTarget_Agent__EffectMonitor = 0x10002521
,
FX.Combat_OnHit_Agent__SummonerbuffSpell = 0x10002522
,
FX.Combat_OnHit_Agent__SummonthreatIncreaseSpell = 0x10002523
,
FX.Combat_OnHit_Agent__SummonthreatDecreaseSpell = 0x10002524
,
FX.Spell_Entangle_Agent__EffectMonitor = 0x10002525
,
FX.Spell_Entangle_Agent__AOECallback = 0x10002526
,
FX.Combat_OnHit_Agent__EntangleSpell = 0x10002527
,
FX.Combat_OnHit_Agent__PassWithoutTraceSpell = 0x10002528
,
FX.Combat_OnHit_Agent__AnimalGrowthSpell = 0x10002529
,
FX.Combat_OnHit_Agent__WordofBalance2Spell = 0x1000252A
,
FX.Combat_OnHit_Agent__WordofBalance1Spell = 0x1000252B
,
FX.Combat_OnHit_Agent__QuenchFireSpell = 0x1000252C
,
FX.Combat_OnHit_Agent__DehydrateSpell = 0x1000252D
,
FX.Combat_OnHit_Agent__DehydrateWaterSpell = 0x1000252E
,
FX.Combat_Commands_NPC___StartSlave = 0x1000252F
,
FX.Combat_Commands_NPC___StartSlavemaster = 0x10002530
,
FX.Combat_Commands_NPC___StopSlave = 0x10002531
,
FX.Quest_Holiday_Birthday2012_CakeTraded = 0x10002533
,
FX.Quest_Holiday_Birthday2012_OpenCakeBarterShop = 0x10002534
,
FX.Combat_OnHit_Agent__FaerieFireSpell = 0x10002535
,
FX.Spell_FaerieFire_Agent__EffectMonitor = 0x10002536
,
FX.Spell_StormOfVengeance_Agent__AOECallback = 0x10002537
,
FX.Spell_StormOfVengeance_Agent__EffectMonitor = 0x10002538
,
FX.Combat_OnHit_Agent__FlameAura = 0x10002539
,
FX.Combat_OnHit_Agent__WildshapeWolfWinter = 0x1000253A
,
FX.Combat_OnHit_Agent__WildshapeWater = 0x1000253B
,
FX.Combat_OnHit_Agent__WildshapeWolf = 0x1000253C
,
FX.Combat_OnHit_Agent__WildshapeBear = 0x1000253D
,
FX.Combat_OnHit_Agent__WildshapeBearDire = 0x1000253E
,
FX.Combat_OnHit_Agent__WildshapeFire = 0x1000253F
,
FX.Action_Monitor_Agent__Feat_WildShape = 0x10002540
,
FX.Slavery_Forget_One_Minion = 0x10002541
,
FX.Slavery_Scan_For_Master = 0x10002542
,
FX.Slavery_Unclaim_All_Minions = 0x10002543
,
FX.Slavery_Scan_For_Minions = 0x10002544
,
FX.Spell_FlameAura_Agent__EffectMonitor = 0x10002545
,
FX.Spell_FlameAura_Agent__AOECallback = 0x10002546
,
FX.Slavery_Handshake_Master_To_Slave = 0x10002547
,
FX.Slavery_Handshake_Slave_To_Master = 0x10002548
,
FX.Combat_OnHit_Agent__RoarSpell = 0x10002549
,
FX.EldritchDevice_Player__OpenEldritchDevice_XP1Preorder = 0x1000254A
,
FX.EldritchDevice_Player__OpenEldritchDevice_XP1PreorderBundle = 0x1000254B
,
FX.EldritchDevice_Player__OpenEldritchDevice_XP1PostorderBundle = 0x1000254C
,
FX.EldritchDevice_Player__OpenEldritchDevice_XP1PreorderBase = 0x1000254D
,
FX.EldritchDevice_Player__OpenEldritchDevice_XP1PostorderBase = 0x1000254E
,
FX.Combat_OnHit_Agent__Disarm = 0x1000254F
,
FX.Slavery_Raise_From_The_Dead = 0x10002551
,
FX.Slavery_Hello_Any_Necromancers_Near = 0x10002552
,
FX.Action_Monitor_Agent__Feat_Takedown = 0x10002554
,
FX.Combat_OnHit_Agent__RisingFurySpell = 0x10002555
,
FX.Combat_OnHit_Agent__DrowHoldPersonSpell = 0x10002556
,
FX.RE_KingsForest_customSpawn = 0x10002558
,
FX.Encounter__Failed = 0x10002559
,
FX.Encounter__Success = 0x1000255A
,
FX.Abilities_Darkvision_Player__FX = 0x1000255B
,
FX.Combat_Commands_NPC___DisplaySlaveCollar = 0x1000255C
,
FX.Combat_Commands_NPC___SlaveGoesFree = 0x1000255D
,
FX.Combat_Commands_NPC___CollarStartup_Fx = 0x1000255E
,
FX.AvatarShapeshift__ShiftOut = 0x1000255F
,
FX.Combat_OnHit_Agent__CreepingCold3Spell = 0x10002560
,
FX.Combat_OnHit_Agent__CreepingCold1Spell = 0x10002561
,
FX.Combat_OnHit_Agent__CreepingCold2Spell = 0x10002562
,
FX.Combat_OnHit_Agent__TremorSpell = 0x10002563
,
FX.Combat_OnHit_Agent__UncannyDodge = 0x10002564
,
FX.Action_Detection_Agent__Benefit_WardAgainstFire = 0x10002565
,
FX.Action_Detection_Agent__Benefit_WardAgainstCold = 0x10002566
,
FX.Action_Detection_Agent__Benefit_WardAgainstLightning = 0x10002567
,
FX.Action_Text_Agent__DisplayOverheadCombatText = 0x10002568
,
FX.Combat_OnHit_Agent__DarkvisionOverbright = 0x10002569
,
FX.AI_States_NPC__BecomeDocileSlave = 0x1000256A
,
FX.AI_States_NPC__BecomeNormalSlave = 0x1000256B
,
FX.Action_Monitor_Agent__Benefit_SanctifiedBarrier = 0x1000256C
,
FX.Action_Detection_Agent__Benefit_SanctifiedBarrier = 0x1000256E
,
FX.Action_Detection_Agent__Benefit_StaffLunge = 0x10002570
,
FX.Action_Monitor_Agent__Benefit_StaffLunge = 0x10002571
,
FX.Combat_Commands_NPC___SacrificeLongRangeSearch = 0x10002572
,
FX.Combat_Commands_NPC___SacrificeOnDemand = 0x10002573
,
FX.Action_Detection_Agent__Benefit_Rally = 0x10002574
,
FX.Action_Monitor_Agent__Benefit_Rally = 0x10002575
,
FX.Action_Detection_Agent__Benefit_FierceTurning = 0x10002576
,
FX.Action_Detection_Agent__Benefit_DivineRighteousness = 0x10002577
,
FX.Action_Monitor_Agent__Benefit_DivineRighteousness = 0x10002578
,
FX.AI_Logic_NPC__LycanthropyChangeToBeastForm = 0x1000257B
,
FX.AI_Logic_NPC__LycanthropyChangeToNormalForm = 0x1000257C
,
FX.Register_Createe = 0x1000257D
,
FX.AI_Logic_NPC__LycanthropyHideForm = 0x1000257E
,
FX.AI_Logic_NPC__LycanthropyKillForm = 0x1000257F
,
FX.AI_Logic_NPC__LycanthropySetHitpoints = 0x10002580
,
FX.AI_Logic_NPC__LycanthropyRevealForm = 0x10002581
,
FX.AI_Logic_NPC__LycanthropyEmoteEntrance = 0x10002582
,
FX.Combat_OnHit_Agent__LycanthropyChange = 0x10002583
,
FX.AI_Logic_NPC__LycanthropySetDialogue = 0x10002584
,
FX.Combat_OnHit_Agent__CreepingDoomSpell = 0x10002585
,
FX.Combat_OnHit_Agent__BeeGuardSpell = 0x10002586
,
FX.AI_Logic_NPC__LycanthropySetProperties = 0x10002587
,
FX.Action_Monitor_Agent__Feat_Maul = 0x10002588
,
FX.Action_Detection_Agent__Feat_Maul = 0x10002589
,
FX.Action_Monitor_Agent__Snowslide = 0x1000258A
,
FX.Action_Detection_Agent__Feat_Snowslide = 0x1000258B
,
FX.Quest_Kf1Rescue_NPC__RangeCheck = 0x1000258C
,
FX.Quest_Kf1Rescue_NPC__Flee = 0x1000258D
,
FX.Quest_Kf1Rescue_NPC__ElvisHasLeftTheBuilding = 0x1000258E
,
FX.Action_Detection_Agent__Benefit_FearsomeBlow = 0x1000258F
,
FX.Action_Monitor_Agent__Feat_FearsomeBlow = 0x10002590
,
FX.Action_Monitor_Agent__Feat_DefensiveAssault = 0x10002591
,
FX.Action_Detection_Agent__Benefit_DefensiveAssault = 0x10002592
,
FX.Action_Anim_Agent___Snowslide = 0x10002593
,
FX.Action_Monitor_Agent__Benefit_BondStrike = 0x10002594
,
FX.Action_Monitor_Agent__Bullrush = 0x10002595
,
FX.Action_Anim_Agent___Bullrush = 0x10002596
,
FX.Action_Detection_Agent__Benefit_Bullrush = 0x10002597
,
FX.DryadTree__Effects = 0x10002599
,
FX.Skills_Detection_Interactive__CheckPlayerExtendedRange_ = 0x1000259A
,
FX.Dryad__Heal = 0x1000259B
,
FX.Dryad__TelegraphHeal = 0x1000259C
,
FX.Action_Monitor_Agent__Feat_DanceOfDeath = 0x1000259D
,
FX.Combat_Anim_Player___attk_feat_tempest_danceofdeath = 0x1000259E
,
FX.Dryad__EnterAgain = 0x1000259F
,
FX.AI_Movement_NPC__WillYouStopSquirming = 0x100025A1
,
FX.Spell_ThreadOfWhatever__TomatoCannon = 0x100025A2
,
FX.Combat_OnHit_Agent__WormQuake = 0x100025A3
,
FX.Combat_OnHit_Agent__WormSwallow = 0x100025A4
,
FX.Drone_Generator_kf1_Caverns = 0x100025A5
,
FX.Skills_Detection_Player__DetectTrapNothingIsHidden = 0x100025A6
,
FX.AI_Logic_NPC__Teleport = 0x100025A7
,
FX.Combat_OnHit_Agent__DismissCosmeticPet = 0x100025A8
,
FX.DWPatrol_Monster__GoAround = 0x100025A9
,
FX.DWPatrol_Bridge__Disappear = 0x100025AA
,
FX.DWPatrol_Thread__IsSafe = 0x100025AB
,
FX.DWPatrol_Thread__IsOnTheRun = 0x100025AC
,
FX.NPC_KeyObject_Emote6 = 0x100025AD
,
FX.NPC_KeyObject_Emote7 = 0x100025AE
,
FX.NPC_KeyObject_Emote8 = 0x100025AF
,
FX.NPC_KeyObject_Emote9 = 0x100025B0
,
FX.NPC_KeyObject_Emote10 = 0x100025B1
,
FX.DWPatrol_Location__ThreadDetected = 0x100025B2
,
FX.DWPatrol_Location__PlayerDetected = 0x100025B3
,
FX.DWPAtrol_Location__Timer = 0x100025B4
,
FX.SL_Generator_OnWaveEnd = 0x100025B6
,
FX.SL_Generator_OnWaveStart = 0x100025B7
,
FX.Action_Monitor_Agent__Benefit_Barbarian_FearMe = 0x100025B9
,
FX.Generator_OnWaveEnd = 0x100025BA
,
FX.Generator_OnWaveStart = 0x100025BB
,
FX.Action_Detection_Agent__Benefit_Barbarian_AuraOfFear = 0x100025BC
,
FX.Encounter__Reveal = 0x100025BD
,
FX.Spell_Elemental_Agent__IceFlowersStart = 0x100025BE
,
FX.Spell_Elemental_Agent__IceFlowersEnd = 0x100025BF
,
FX.Spell_Elemental_Agent__IceFlowersHold = 0x100025C0
,
FX.Combat_OnHit_Agent__DemonWeb_Rift_Healing = 0x100025C1
,
FX.Action_Detection_Agent__Feat_SongMagi = 0x100025C2
,
FX.Action_Monitor_Agent__Feat_SongMagi = 0x100025C3
,
FX.Action_Detection_Agent__Feat_AbidingFuror = 0x100025C4
,
FX.Combat_OnHit_Agent__Benefit_Bard_Spellsinger_Fluidity_1 = 0x100025C5
,
FX.Spell_NecroticVolley_Agent__EffectMonitor = 0x100025C6
,
FX.Spell_NecroticVolley_Agent__AOECallback = 0x100025C7
,
FX.Combat_OnHit_Agent__Benefit_Barbarian_FrenziedBerserker_BloodTrail5 = 0x100025C8
,
FX.Combat_OnHit_Agent__DarkReaping = 0x100025C9
,
FX.Action_Anim_Agent___WildshapeOut = 0x100025CA
,
FX.Action_Anim_Agent___WildshapeIn = 0x100025CB
,
FX.Slavery_Zombie_Go_Flacid = 0x100025CC
,
FX.Slavery_Zombie_Search_Timer = 0x100025CD
,
FX.Drone_Generator_kf1_Graveyard = 0x100025CE
,
FX.Combat_OnHit_Agent__FaerieFireSpell_purple = 0x100025CF
,
FX.Combat_OnHit_Agent__FaerieFireSpell_green = 0x100025D0
,
FX.Abilities_NormalVision_Player__FX = 0x100025D1
,
FX.DW_Thread_Blast_Off = 0x100025D2
,
FX.DW_Thread_Drain = 0x100025D3
,
FX.DW_Relic_Empty = 0x100025D4
,
FX.Combat_OnHit_Agent__IllusionSpell = 0x100025D5
,
FX.DW_Thread_Shield = 0x100025D6
,
FX.Action_Monitor_Agent__Epic_LegendaryDreadnought_TacticalGenius = 0x100025D7
,
FX.DW_Thread_FindArtifact = 0x100025D8
,
FX.DW_Thread_ThrowDetect = 0x100025D9
,
FX.DW_Thread_FindLolth = 0x100025DA
,
FX.Combat_Commands_NPC___TurnLeft135Melee1 = 0x100025DB
,
FX.Combat_Commands_NPC___TurnLeft180Melee1 = 0x100025DC
,
FX.Combat_Commands_NPC___TurnLeft135Melee2 = 0x100025DD
,
FX.Combat_Commands_NPC___TurnLeft180Melee2 = 0x100025DE
,
FX.Combat_Commands_NPC___TurnLeft135Melee3 = 0x100025DF
,
FX.Combat_Commands_NPC___TurnLeft180Melee3 = 0x100025E0
,
FX.Combat_Commands_NPC___TurnLeft15Melee1 = 0x100025E1
,
FX.Combat_Commands_NPC___TurnLeft15Melee2 = 0x100025E2
,
FX.Combat_Commands_NPC___TurnRight180Melee1 = 0x100025E3
,
FX.Combat_Commands_NPC___TurnRight180Melee2 = 0x100025E4
,
FX.Combat_Commands_NPC___TurnRight135Melee1 = 0x100025E5
,
FX.Combat_Commands_NPC___TurnRight180Melee3 = 0x100025E6
,
FX.Combat_Commands_NPC___TurnRight135Melee2 = 0x100025E7
,
FX.Combat_Commands_NPC___TurnRight15Melee1 = 0x100025E8
,
FX.Combat_Commands_NPC___TurnRight135Melee3 = 0x100025E9
,
FX.Combat_Commands_NPC___TurnRight15Melee2 = 0x100025EA
,
FX.Combat_Commands_NPC___TurnLeft90Melee1 = 0x100025EB
,
FX.Combat_Commands_NPC___TurnLeft90Melee2 = 0x100025EC
,
FX.Combat_Commands_NPC___TurnLeft45Melee1 = 0x100025ED
,
FX.Combat_Commands_NPC___TurnLeft90Melee3 = 0x100025EE
,
FX.Combat_Commands_NPC___TurnLeft45Melee2 = 0x100025EF
,
FX.Combat_Commands_NPC___TurnLeft45Melee3 = 0x100025F0
,
FX.Combat_Commands_NPC___TurnRight45Melee1 = 0x100025F1
,
FX.Combat_Commands_NPC___TurnRight90Melee1 = 0x100025F2
,
FX.Combat_Commands_NPC___TurnRight45Melee2 = 0x100025F3
,
FX.Combat_Commands_NPC___TurnRight90Melee2 = 0x100025F4
,
FX.Combat_Commands_NPC___TurnRight45Melee3 = 0x100025F5
,
FX.Combat_Commands_NPC___TurnRight90Melee3 = 0x100025F6
,
FX.Spell_MagisterSigil_Agent__EffectMonitor = 0x100025F7
,
FX.Spell_MagisterFadeIntoTheWeave_Agent__EffectMonitor = 0x100025F9
,
FX.Combat_OnHit_Agent__FadeIntoTheWeave = 0x100025FA
,
FX.Action_Detection_Agent__Epic_Magister_FadeIntoTheWeave = 0x100025FC
,
FX.Action_Monitor_Agent__Epic_LegendaryDreadnought_MonkeyGrip = 0x100025FD
,
FX.Abilities_LegendaryDreadnought_Player__MonkeyGrip = 0x100025FE
,
FX.Action_Monitor_Agent__TacticalFeat = 0x100025FF
,
FX.AvatarGenus__GenusTraits = 0x10002600
,
FX.Action_Monitor_Agent__Epic_LegendaryDreadnought_MastersBlitz = 0x10002601
,
FX.Combat_OnHit_Agent__WildHunterPin = 0x10002605
,
FX.Combat_OnHit_Agent__WildHunterPin_1 = 0x10002606
,
FX.Combat_OnHit_Agent__WildHunterPin_2 = 0x10002607
,
FX.Combat_OnHit_Agent__WildHunterPin_3 = 0x10002608
,
FX.Combat_OnHit_Agent__WildHunterOttosWhistler_1 = 0x10002609
,
FX.Combat_OnHit_Agent__WildHunterOttosWhistler_2 = 0x1000260A
,
FX.Combat_OnHit_Agent__WildHunterOttosWhistler_3 = 0x1000260B
,
FX.Action_Monitor_Agent__Feat_ArtfulMisdirection = 0x1000260C
,
FX.Combat_OnHit_Agent__ClawLarge = 0x1000260D
,
FX.Combat_OnHit_Agent__DragonBreathSweep = 0x1000260E
,
FX.Combat_OnHit_Agent__DragonBreathFocused = 0x1000260F
,
FX.Combat_OnHit_Agent__DragonBreathAOE = 0x10002610
,
FX.Combat_OnHit_Agent__DragonBreathCone = 0x10002611
,
FX.Combat_OnHit_Agent__DragonBreathProjectile = 0x10002612
,
FX.Combat_OnHit_Agent__DragonBreathCone_Poison = 0x10002613
,
FX.Combat_OnHit_Agent__DragonBreathFocused_Poison = 0x10002614
,
FX.Combat_OnHit_Agent__DragonBreathProjectile_Poison = 0x10002615
,
FX.Combat_OnHit_Agent__DragonBreathProjectile_Fire = 0x10002616
,
FX.Combat_OnHit_Agent__DragonBreathFocused_Fire = 0x10002617
,
FX.Combat_OnHit_Agent__DragonBreathAOE_Poison = 0x10002618
,
FX.Combat_OnHit_Agent__DragonBreathAOE_Fire = 0x10002619
,
FX.Combat_OnHit_Agent__DragonBreathSweep_Poison = 0x1000261A
,
FX.Combat_OnHit_Agent__DragonBreathCone_Fire = 0x1000261B
,
FX.Combat_OnHit_Agent__DragonBreathSweep_Fire = 0x1000261C
,
FX.Action_Monitor_Agent__Epic_WildHunter_FeyFavor = 0x1000261D
,
FX.Combat_EnhEpicWildHunter_WildShots_Agent__EffectMonitor_Projectile_Spray = 0x1000261F
,
FX.Action_Detection_Agent__Enh_RainOfArrows = 0x10002620
,
FX.Spell_KiBurst_Agent__EffectMonitor = 0x10002621
,
FX.Spell_KiBurst_Agent__AOECallback = 0x10002622
,
FX.Combat_OnHit_Agent__ExaltedAngel_RenewSpell = 0x10002623
,
FX.Spell_AScatteringOfPetals_Agent__EffectMonitor = 0x10002624
,
FX.Spell_AScatteringOfPetals_Agent__AOECallback = 0x10002625
,
FX.Action_Detection_Agent__Feat_SirensSong = 0x10002626
,
FX.Action_Monitor_Agent__Feat_SirensSong = 0x10002627
,
FX.Spell_MagisterNullmagicAura__AOECallback = 0x10002628
,
FX.Spell_MagisterNullmagicAura_Entity__EffectMonitor = 0x10002629
,
FX.Action_Detection_Agent__Enh_RainOfArrows_Apply = 0x1000262A
,
FX.Action_Detection_Agent__Benefit_NullmagicAura = 0x1000262B
,
FX.Combat_OnHit_Agent__Claw_RedDragon = 0x1000262C
,
FX.Combat_OnHit_Agent__Claw_GreenDragon = 0x1000262D
,
FX.Combat_OnHit_Agent__NullmagicAura = 0x1000262E
,
FX.Combat_OnHit_Agent__EverythingIsNothing = 0x1000262F
,
FX.Action_Monitor_Agent__Epic_ExaltedAngel_Judgement = 0x10002630
,
FX.Spell_EverythingIsNothing_Agent__EffectMonitor = 0x10002631
,
FX.Spell_EverythingIsNothing_Agent__AOECallback = 0x10002632
,
FX.Spell_ExaltedAngel_Renew_Agent__EffectMonitor = 0x10002633
,
FX.Combat_OnHit_Agent__ExaltedAngel_Judgement = 0x10002634
,
FX.Action_Monitor_Agent__Epic_ExaltedAngel_LayToRest = 0x10002635
,
FX.Combat_OnHit_Agent__Nullmagic = 0x10002636
,
FX.Spell_PerfectPeaceChargeUp_Agent__EffectMonitor = 0x10002637
,
FX.Action_Detection_Agent__Feat_AuraofGrandeur = 0x10002638
,
FX.Action_Monitor_Agent__Epic_ExaltedAngel_SmiteTheWicked = 0x10002639
,
FX.AI_Logic_NPC__RadarDetect = 0x1000263A
,
FX.Spell_WintersHeart_Entity__AOECallback = 0x1000263C
,
FX.Spell_WintersHeart_Entity__EffectMonitor = 0x1000263D
,
FX.Spell_DraconicIncarnationBreathCold_Agent__AOECallback = 0x1000263E
,
FX.Spell_DraconicIncarnationBreathFire_Agent__EffectMonitor = 0x1000263F
,
FX.Spell_DraconicIncarnationBreathElectric_Agent__EffectMonitor = 0x10002640
,
FX.Spell_DraconicIncarnationBreathElectric_Agent__AOECallback = 0x10002641
,
FX.Spell_DraconicIncarnationBreathAcid_Agent__EffectMonitor = 0x10002642
,
FX.Spell_DraconicIncarnationBreathCold_Agent__EffectMonitor = 0x10002643
,
FX.Spell_DraconicIncarnationBreathFire_Agent__AOECallback = 0x10002644
,
FX.Spell_DraconicIncarnationBreathAcid_Agent__AOECallback = 0x10002645
,
FX.Action_Monitor_Agent__Feat_CrownofSummer = 0x10002646
,
FX.Spell_PrimalScream_Agent__EffectMonitor = 0x10002647
,
FX.Combat_OnHit_Agent__CrownOfSummer = 0x10002648
,
FX.Action_Monitor_Agent__Feat_TurnoftheTide = 0x10002649
,
FX.Action_Monitor_Agent__Epic_ExaltedAngel_BeAtPeace = 0x1000264A
,
FX.Combat_OnHit_Agent__EnergySheathSpell_Fire = 0x1000264B
,
FX.Combat_OnHit_Agent__EnergySheathSpell_Cold = 0x1000264C
,
FX.Combat_OnHit_Agent__EnergySheathSpell_Acid = 0x1000264D
,
FX.Combat_OnHit_Agent__EnergySheathSpell_Electric = 0x1000264E
,
FX.Spell_BoulderToss_Agent__EffectMonitor = 0x1000264F
,
FX.Combat_OnHit_Agent__SoulSucking = 0x10002650
,
FX.Combat_OnHit_Agent__ExaltedAngel_RebukeFoe = 0x10002651
,
FX.Action_Monitor_Agent__Epic_ExaltedAngel_RebukeFoe = 0x10002652
,
FX.Spell_GoOutWithABang_Electric_Agent__EffectMonitor = 0x10002653
,
FX.Combat_OnHit_Agent__GoOutWithABang_Electric = 0x10002654
,
FX.Spell_GoOutWithABang_Fire_Agent__EffectMonitor = 0x10002655
,
FX.Spell_GoOutWithABang_Acid_Agent__EffectMonitor = 0x10002656
,
FX.Spell_GoOutWithABang_Cold_Agent__EffectMonitor = 0x10002657
,
FX.Action_Detection_Agent__Epic_DraconicIncarnation_GoOutWithABang = 0x10002658
,
FX.Combat_OnHit_Agent__GoOutWithABang_Acid = 0x10002659
,
FX.Combat_OnHit_Agent__GoOutWithABang_Cold = 0x1000265A
,
FX.Combat_OnHit_Agent__GoOutWithABang_Fire = 0x1000265B
,
FX.Action_Monitor_Agent__Epic_ExaltedAngel_StrikeDown = 0x1000265C
,
FX.Combat_OnHit_Agent__EyeFlare = 0x1000265D
,
FX.Combat_OnHit_Agent__EyeBeam = 0x1000265E
,
FX.Spell_DraconicIncarnationEnergyBurstCold_Agent__EffectMonitor = 0x1000265F
,
FX.Spell_DraconicIncarnationEnergyBurstAcid_Agent__EffectMonitor = 0x10002660
,
FX.Spell_DraconicIncarnationEnergyBurstFire_Agent__EffectMonitor = 0x10002661
,
FX.Spell_DraconicIncarnationEnergyBurstElectric_Agent__EffectMonitor = 0x10002662
,
FX.Combat_OnHit_Agent__Benefit_FuryOfTheWild_FuryEternal = 0x10002663
,
FX.Drone_Generator_kf1_Rescue = 0x10002664
,
FX.Drone_Generator_kf1_Werewolf_int = 0x10002665
,
FX.Drone_Generator_kf1_Werewolf_ext = 0x10002666
,
FX.Drone_Generator_kf1_Heart_Interrogation = 0x10002667
,
FX.Drone_Generator_kf1_Heart_Enclosed = 0x10002668
,
FX.Drone_Generator_kf1_Heart_Drider = 0x10002669
,
FX.Drone_Generator_Eveningstar_Cavern = 0x1000266A
,
FX.Drone_Generator_Eveningstar = 0x1000266B
,
FX.Drone_Generator_kf1_Heart_Entry = 0x1000266C
,
FX.Drone_Generator_kf1_Heart_Open_air = 0x1000266D
,
FX.Drone_Generator_kf1_Heart_Sublevel = 0x1000266E
,
FX.Combat_OnHit_Agent__EnergyVortexElectric = 0x1000266F
,
FX.Combat_OnHit_Agent__EnergyVortexCold = 0x10002670
,
FX.Combat_OnHit_Agent__EnergyVortexAcid = 0x10002671
,
FX.Combat_OnHit_Agent__EnergyVortexFire = 0x10002672
,
FX.Action_Detection_Agent__Benefit_FlybyAttack = 0x10002673
,
FX.Spell_DraconicIncarnationDauntingRoar_Agent__EffectMonitor = 0x10002674
,
FX.Action_Monitor_Agent__FlybyAttack = 0x10002675
,
FX.Effect_OnHit_Agent__Benefit_FuryOfTheWild_AdrenalineApplied = 0x10002677
,
FX.Action_Monitor_Agent__FlybyAttackFire = 0x10002678
,
FX.Action_Detection_Agent__Benefit_FlybyAttackFire = 0x10002679
,
FX.Action_Detection_Agent__Benefit_FlybyAttackCold = 0x1000267A
,
FX.Action_Monitor_Agent__FlybyAttackElectric = 0x1000267B
,
FX.Action_Detection_Agent__Benefit_FlybyAttackElectric = 0x1000267C
,
FX.Action_Monitor_Agent__FlybyAttackCold = 0x1000267D
,
FX.Action_Monitor_Agent__FlybyAttackAcid = 0x1000267E
,
FX.Action_Detection_Agent__Benefit_FlybyAttackAcid = 0x1000267F
,
FX.Combat_OnHit_Agent__DraconicIncarnationBreathFire = 0x10002680
,
FX.Combat_OnHit_Agent__DraconicIncarnationBreathCold = 0x10002681
,
FX.Combat_OnHit_Agent__DraconicIncarnationBreathAcid = 0x10002682
,
FX.Combat_OnHit_Agent__DraconicIncarnationBreathElectric = 0x10002683
,
FX.Effect_OnHit_Agent__Benefit_WildHunter_HealingSpring = 0x10002684
,
FX.Effect_OnHit_Agent__Benefit_WildHunter_HealingSpringInitial = 0x10002685
,
FX.Combat_OnHit_Agent__BeeGuardVictim = 0x10002686
,
FX.Environment_Darkening_Player__OnDrowDetect = 0x10002687
,
FX.Environment_Darkening_Player__OnMonitorDetect = 0x10002688
,
FX.Combat_OnHit_Agent__DraconicFury = 0x10002689
,
FX.Effect_OnHit_Agent__AudienceWithTheQueen = 0x1000268A
,
FX.DW_Lolth__Spawn_Leg = 0x1000268B
,
FX.DW_Lolth__Spawn_Big_Add = 0x1000268C
,
FX.DW_Lolth__Spawn_Add = 0x1000268D
,
FX.DW_Lolth__Whole_Leg = 0x1000268E
,
FX.DW_Lolth__Injured_Leg = 0x1000268F
,
FX.DW_Lolth__Combat_Cycle = 0x10002690
,
FX.DW_Lolth__Broken_Leg = 0x10002691
,
FX.DW_Lolth__Gief_Evil_Eye = 0x10002692
,
FX.Spell_SilverFire_Agent__ShootBeams = 0x10002693
,
FX.Spell_SilverFire_Agent__EffectMonitor = 0x10002694
,
FX.Spell_SilverFire_Agent__AOECallback = 0x10002695
,
FX.Combat_OnHit_Agent__SilverFire = 0x10002696
,
FX.Combat_OnHit_Agent__EpicMomentActivate = 0x10002698
,
FX.Drone_Generator_kf1_capstone = 0x10002699
,
FX.Drone_Generator_Kings_Forest_deforested = 0x1000269A
,
FX.Drone_Generator_Kings_Forest_meadows = 0x1000269B
,
FX.Drone_Generator_Kings_Forest_highlands = 0x1000269C
,
FX.Drone_Generator_Kings_Forest_Deep = 0x1000269D
,
FX.Drone_Generator_Kings_Forest_wetlands = 0x1000269E
,
FX.Spell_Fireseeds_Agent__AOECallback = 0x1000269F
,
FX.Spell_Fireseeds_Agent__EffectMonitor = 0x100026A0
,
FX.Spell_FireseedsTrap_Agent__EffectMonitor = 0x100026A1
,
FX.Combat_OnHit_Agent__InvisibleTumble = 0x100026A2
,
FX.Combat_Anim_Player___attk_special_animalform1 = 0x100026A3
,
FX.Combat_Anim_Player___attk_special_animalform2 = 0x100026A4
,
FX.Combat_Anim_Player___attk_special_animalform3 = 0x100026A5
,
FX.Combat_Anim_Player___attk_special_animalform4 = 0x100026A6
,
FX.Combat_Anim_Player___attk_special_animalform5 = 0x100026A7
,
FX.Action_Monitor_Agent__Epic_LegendaryDreadnought_MomentumSwing = 0x100026A8
,
FX.Abilities_LowLightVision_Player__FX = 0x100026AA
,
FX.Slavery_Necromancer_Raise = 0x100026AB
,
FX.Spell_CreepingDoom_Agent__EffectMonitor = 0x100026AC
,
FX.Trap_Feedback_Trap__PlayInitialFX = 0x100026AD
,
FX.Combat_OnHit_Agent__BearTrap = 0x100026AE
,
FX.Combat_OnHit_Agent__NullmagicGuard = 0x100026AF
,
FX.Combat_Anim_Player___Cast_Animalform_Channel_A = 0x100026B0
,
FX.Combat_Anim_Player___Cast_End_Animalform_Channel_A = 0x100026B1
,
FX.Combat_Anim_Player___Cast_Start_Animalform_Channel_A = 0x100026B2
,
FX.AvatarShapeshift__OnHitEffects = 0x100026B3
,
FX.Action_Monitor_Agent__Feat_BoundFate = 0x100026B4
,
FX.Action_Monitor_Agent__Feat_EchoesofHunter = 0x100026B5
,
FX.Action_Monitor_Agent__Feat_EchoesofFury = 0x100026B6
,
FX.Action_Monitor_Agent__Feat_EchoesofDivine = 0x100026B7
,
FX.Action_Monitor_Agent__Feat_EchoesofAngel = 0x100026B8
,
FX.Action_Monitor_Agent__Feat_EchoesofSentinel = 0x100026B9
,
FX.Action_Monitor_Agent__Feat_EchoesofTechnomancer = 0x100026BA
,
FX.Action_Monitor_Agent__Feat_EchoesofMagister = 0x100026BB
,
FX.Action_Monitor_Agent__Feat_EchoesofFlowers = 0x100026BC
,
FX.Action_Detection_Agent__Feat_BoundFate = 0x100026BD
,
FX.Action_Monitor_Agent__Feat_EchoesofDreadnaught = 0x100026BE
,
FX.Action_Monitor_Agent__Feat_EchoesofPrimal = 0x100026BF
,
FX.Action_Monitor_Agent__Feat_EchoesofDraconic = 0x100026C0
,
FX.Action_Monitor_Agent__Feat_EchoesofShadowdancer = 0x100026C1
,
FX.DW_Artifact__SpawnDrowSoul = 0x100026C2
,
FX.DW_Artifact__SpawnSpiderSoul = 0x100026C3
,
FX.DW_Lolth__Sacrifice_Something = 0x100026C4
,
FX.DW_Artifact__SpawnBebilithSoul = 0x100026C5
,
FX.Combat_OnHit_Agent__MarkedByDarkness = 0x100026C6
,
FX.Combat_OnHit_Agent__DarkShrouding = 0x100026C7
,
FX.Generator_OnEnterMonitor = 0x100026C8
,
FX.Drone_Generator_UD1_Capstone_entry = 0x100026C9
,
FX.Drone_Generator_UD1_Necro_halls = 0x100026CA
,
FX.Drone_Generator_UD1_Warrior_training = 0x100026CB
,
FX.Drone_Generator_UD1_Capstone_portal = 0x100026CC
,
FX.Drone_Generator_UD1_Warrior_matron = 0x100026CD
,
FX.Drone_Generator_DW1_Yugo = 0x100026CE
,
FX.Drone_Generator_DW1_Capstone = 0x100026CF
,
FX.Drone_Generator_UD1_Slave_int = 0x100026D0
,
FX.Drone_Generator_UD1_Slave_boss = 0x100026D1
,
FX.Drone_Generator_DW1_Save = 0x100026D2
,
FX.Drone_Generator_UD1_Capstone_temple = 0x100026D3
,
FX.Drone_Generator_UD1_Necro_entry = 0x100026D4
,
FX.Drone_Generator_UD1_Warrior_halls = 0x100026D5
,
FX.Drone_Generator_UD1_Capstone_hall_spider = 0x100026D6
,
FX.Drone_Generator_UD1_Necro_altar = 0x100026D7
,
FX.Drone_Generator_UD1_Slave_ext = 0x100026D8
,
FX.Drone_Generator_UD1_Water_dragon = 0x100026D9
,
FX.Drone_Generator_UD1_Capstone_hall_A = 0x100026DA
,
FX.Drone_Generator_UD1_Water_dryad = 0x100026DB
,
FX.Drone_Generator_UD1_Capstone_component = 0x100026DC
,
FX.Drone_Generator_UD1_Capstone_hall_B = 0x100026DD
,
FX.Drone_Generator_UD1_Capstone_pens = 0x100026DE
,
FX.Drone_Generator_UD1_Necro_matron = 0x100026DF
,
FX.Drone_Generator_UD1_Water_waterway = 0x100026E0
,
FX.Drone_Generator_UD1_Necro_ritual = 0x100026E1
,
FX.Drone_Generator_DW1_Trials = 0x100026E2
,
FX.Drone_Generator_UD1_Water_caves = 0x100026E3
,
FX.Drone_Generator_UD1_Bigboss_arena = 0x100026E4
,
FX.Drone_Generator_UD1_Bigboss_guttyworks = 0x100026E5
,
FX.Drone_Generator_UD1_Bigboss_entry = 0x100026E6
,
FX.Drone_Generator_UD1_Bigboss_nest = 0x100026E7
,
FX.Combat_OnHit_Agent__ShadowLance = 0x100026E8
,
FX.Spell_ShadowLance_Agent__ShootBeams = 0x100026E9
,
FX.Spell_ShadowLance_Agent__EffectMonitor = 0x100026EA
,
FX.Combat_OnHit_Agent__DraconicIncarnationWings = 0x100026EB
,
FX.Combat_Callbacks_Player__MeleeDual4Multitarget = 0x100026EC
,
FX.Combat_Callbacks_Player__MeleeRightHand5Multitarget = 0x100026ED
,
FX.Combat_Callbacks_Player__MeleeStaff5Multitarget = 0x100026EE
,
FX.Combat_Callbacks_Player__TwoHanded5Multitarget = 0x100026EF
,
FX.Combat_Callbacks_Player__MeleeRightHand4Multitarget = 0x100026F0
,
FX.Combat_Callbacks_Player__TwoHanded1Multitarget = 0x100026F1
,
FX.Combat_Callbacks_Player__MeleeRightHand0Multitarget = 0x100026F2
,
FX.Combat_Callbacks_Player__MeleeStaff1Multitarget = 0x100026F3
,
FX.Combat_Callbacks_Player__MeleeDual1Multitarget = 0x100026F4
,
FX.Combat_Callbacks_Player__MeleeDual5Multitarget = 0x100026F5
,
FX.Combat_Callbacks_Player__MeleeStaff2Multitarget = 0x100026F6
,
FX.Combat_Callbacks_Player__MeleeDual2Multitarget = 0x100026F7
,
FX.Combat_Callbacks_Player__MeleeRightHand3Multitarget = 0x100026F8
,
FX.Combat_Callbacks_Player__TwoHanded4Multitarget = 0x100026F9
,
FX.Combat_Callbacks_Player__MeleeDual0_MobileMultitarget = 0x100026FA
,
FX.Combat_Callbacks_Player__TwoHanded3Multitarget = 0x100026FB
,
FX.Combat_Callbacks_Player__MeleeStaff3Multitarget = 0x100026FC
,
FX.Combat_Callbacks_Player__MeleeDual3Multitarget = 0x100026FD
,
FX.Combat_Callbacks_Player__MeleeRightHand2Multitarget = 0x100026FE
,
FX.Combat_Callbacks_Player__MeleeDual1_MobileMultitarget = 0x100026FF
,
FX.Combat_Callbacks_Player__TwoHanded2Multitarget = 0x10002700
,
FX.Combat_Callbacks_Player__MeleeStaff4Multitarget = 0x10002701
,
FX.Combat_Callbacks_Player__MeleeRightHand1Multitarget = 0x10002702
,
FX.EpicDestinyActionPointGained = 0x10002703
,
FX.EpicDestinyLevelup = 0x10002704
,
FX.Drone_Generator_Arena_Combat_Cue_Fade_OUT = 0x10002705
,
FX.Drone_Generator_Arena_Combat_Cue_Fade_IN = 0x10002706
,
FX.DW_Monster__KeyholderFX = 0x10002707
,
FX.DW_Monster__BecomeKeyholder = 0x10002708
,
FX.DW_Monster__BecomeNormal = 0x10002709
,
FX.DW_Keyholder__PassTheTorch = 0x1000270A
,
FX.DW_DM__RegisterKeyholder = 0x1000270B
,
FX.DW_DM__UnregisterKeyholder = 0x1000270C
,
FX.DW_DM__FailTorchPass = 0x1000270D
,
FX.Drone_Generator_Underdark_General = 0x1000270E
,
FX.Drone_Generator_Underdark_Mushroom = 0x1000270F
,
FX.Drone_Generator_Underdark_Corpses = 0x10002710
,
FX.Drone_Generator_Underdark_City = 0x10002711
,
FX.Drone_Generator_Underdark_Spider = 0x10002712
,
FX.Drone_Generator_XP1_Challenge_Arena = 0x10002713
,
FX.Drone_Generator_XP1_Challenge_Tower = 0x10002714
,
FX.Drone_Generator_XP1_Challenge_Arena_lava = 0x10002715
,
FX.Drone_Generator_XP1_Challenge_dryad = 0x10002716
,
FX.Drone_Generator_DW1_Sampler = 0x10002717
,
FX.Drone_Generator_UD1_Sampler = 0x10002718
,
FX.Drone_Generator_XP1_Spinners_Prison = 0x10002719
,
FX.Drone_Generator_Kings_Forest_Darkened = 0x1000271A
,
FX.Combat_OnHit_Agent__FearsomeInvulnerabilityAddCharge = 0x1000271B
,
FX.Combat_OnHit_Agent__ExecutionersStrike = 0x1000271D
,
FX.Action_Monitor_Agent__Epic_ExaltedAngel_Renewal = 0x1000271E
,
FX.Combat_OnHit_Agent__Benefit_Shadowdancer_ShadowForm = 0x1000271F
,
FX.Combat_OnHit_Agent__ExaltedAngel_RebornInLight = 0x10002720
,
FX.Combat_OnHit_Agent__ExaltedAngel_Ascendance = 0x10002721
,
FX.Action_Detection_Agent__Feat_AstralVibrance = 0x10002722
,
FX.Action_Detection_Agent__Feat_AngelicPresence = 0x10002723
,
FX.Emotes_NPC___Stand_Id_Decision_A = 0x10002724
,
FX.Emotes_NPC___Stand_Id_Guard_B = 0x10002725
,
FX.Emotes_NPC___Stand_Id_Waiting_A = 0x10002726
,
FX.Emotes_NPC___Stand_Id_Drink_B = 0x10002727
,
FX.Emotes_NPC___Stand_Id_Soldier_A = 0x1000272A
,
FX.Emotes_NPC___Stand_Em_Decision_A_Look = 0x1000272B
,
FX.Emotes_NPC___Stand_Em_Soldier_A_Look = 0x1000272C
,
FX.Combat_OnHit_Agent__ExaltedAngel_RighteousFervor = 0x1000272D
,
FX.Combat_OnHit_Agent__ExaltedAngel_EndlessArdor = 0x1000272E
,
FX.Emotes_NPC___Stand_Em_Waiting_A_Scratchhead = 0x1000272F
,
FX.Emotes_NPC___Stand_Em_Drink_B_Swig = 0x10002730
,
FX.Emotes_NPC___Stand_Em_Guard_B_Lookaround = 0x10002732
,
FX.Action_Monitor_Agent__Epic_ExaltedAngel_RebornInLight = 0x10002733
,
FX.Combat_OnHit_Agent__ExaltedAngel_RebornInLight_Rez = 0x10002735
,
FX.Emotes_NPC___Stand_Id_Anxious_A = 0x10002736
,
FX.quest_optional_completed = 0x10002738
,
FX.Emotes_NPC___Stand_Em_Guard_B_Shift = 0x10002739
,
FX.quest_breakable_bonus = 0x1000273A
,
FX.quest_trap_bonus = 0x1000273B
,
FX.quest_secret_door_bonus = 0x1000273C
,
FX.quest_monster_bonus = 0x1000273D
,
FX.Action_Detection_Agent__Spell_AuraOfConsume = 0x1000273E
,
FX.Combat_OnHit_Agent__ShadowJump = 0x1000273F
,
FX.Action_Detection_Agent__Epic_Shadowdancer_EscapeNotice = 0x10002740
,
FX.Action_Monitor_Agent__Epic_Shadowdancer_EscapeNotice = 0x10002741
,
FX.Drone_Generator_BossFight_kf1_01 = 0x10002742
,
FX.Drone_Generator_BossFight_dw1_01 = 0x10002743
,
FX.Drone_Generator_BossFight_ud1_01 = 0x10002744
,
FX.Drone_Generator_BossFight_kf1_02 = 0x10002745
,
FX.Drone_Generator_BossFight_dw1_02 = 0x10002746
,
FX.Drone_Generator_BossFight_ud1_02 = 0x10002747
,
FX.Drone_Generator_BossFight_kf1_03 = 0x10002748
,
FX.Drone_Generator_BossFight_dw1_03 = 0x10002749
,
FX.Drone_Generator_BossFight_ud1_03 = 0x1000274A
,
FX.Combat_OnHit_Agent__AcidFlood = 0x1000274B
,
FX.Combat_OnHit_Agent__UnbridledFury = 0x1000274C
,
FX.Combat_OnHit_Agent__UndyingVanguard = 0x1000274D
,
FX.Spell_ExaltedAngel_DivineWrath_Agent__EffectMonitor = 0x10002750
,
FX.Advancement_Player__ReincarnationLesserFreeMessage = 0x10002751
,
FX.Combat_OnHit_Agent__LightningVengeanceBlast = 0x10002752
,
FX.Combat_OnHit_Agent__WailOfTheBansheeSpell = 0x10002753
,
FX.Combat_OnHit_Agent__GreatThunderclapFX = 0x10002756
,
FX.DW_Lolth__TrapUnregister = 0x10002757
,
FX.DW_Lolth__TrapRegister = 0x10002758
,
FX.DW_Lolth__SoulCheckout = 0x10002759
,
FX.DW_Lolth__SoulCheckin = 0x1000275A
,
FX.Pets_Player__RandomizeValue = 0x1000275B
,
FX.Combat_OnHit_Agent__LolthsEyebeam = 0x1000275C
,
FX.Combat_OnHit_Agent__ChaosLightning = 0x1000275D
,
FX.Combat_OnHit_Agent__SeasonsHeraldSummer = 0x1000275E
,
FX.Combat_OnHit_Agent__SeasonsHeraldWinter = 0x1000275F
,
FX.Effect_OnHit_Agent__Destiny_PrimalAvatar_AddOneSpirit = 0x10002760
,
FX.Action_Monitor_Agent__Feat_GatherIntelligence = 0x10002761
,
FX.Action_Monitor_Agent__Feat_DanceofBlades = 0x10002762
,
FX.Action_Detection_Agent__Destiny_ChillofWinter = 0x10002763
,
FX.Action_Detection_Agent__Destiny_SuppleAsSpring = 0x10002764
,
FX.Action_Detection_Agent__Destiny_AutumnHarvest = 0x10002765
,
FX.Action_Detection_Agent__Destiny_Summersmoke = 0x10002766
,
FX.Drone_Generator_Plant_Druidsden = 0x10002767
,
FX.Action_Detection_Agent__Destiny_PrimalAvatar_FriendsOfNature_Bat = 0x10002772
,
FX.Action_Detection_Agent__Destiny_PrimalAvatar_FriendsOfNature_Bird = 0x10002773
,
FX.Action_Detection_Agent__Destiny_PrimalAvatar_FriendsOfNature_Fox = 0x10002774
,
FX.Action_Detection_Agent__Destiny_PrimalAvatar_FriendsOfNature_Squirrel = 0x10002775
,
FX.Action_Detection_Agent__Destiny_PrimalAvatar_FriendsOfNature_Deer = 0x10002776
,
FX.Action_Detection_Agent__Destiny_PrimalAvatar_FriendsOfNature_Cow = 0x10002777
,
FX.Action_Detection_Agent__Destiny_PrimalAvatar_FriendsOfNature_Frog = 0x10002778
,
FX.Treasure_FX_OpenClose = 0x10002779
,
FX.Action_Detection_Agent__Testing_DoNotUseForRealStuff = 0x1000277A
,
FX.Action_Monitor_Agent__Feat_MajesticWord = 0x1000277B
,
FX.Action_RemoveEffect_Agent__Destiny_PrimalAvatar_FriendsOfNature_Deer = 0x10002784
,
FX.Action_RemoveEffect_Agent__Destiny_PrimalAvatar_FriendsOfNature_Fox = 0x10002785
,
FX.Action_RemoveEffect_Agent__Destiny_PrimalAvatar_FriendsOfNature_Bat = 0x10002786
,
FX.Action_RemoveEffect_Agent__Destiny_PrimalAvatar_FriendsOfNature_Bird = 0x10002787
,
FX.Action_RemoveEffect_Agent__Destiny_PrimalAvatar_FriendsOfNature_Frog = 0x10002788
,
FX.Action_RemoveEffect_Agent__Destiny_PrimalAvatar_FriendsOfNature_Cow = 0x10002789
,
FX.Action_RemoveEffect_Agent__Destiny_PrimalAvatar_FriendsOfNature_Squirrel = 0x1000278A
,
FX.Action_Monitor_Agent__Destiny_PrimalAvatar_FriendsOfNature = 0x1000278C
,
FX.OnPhysicalDamage = 0x1000278D
,
FX.Spell_SummonPrimalAvatarEpicAlly1_Agent__EffectMonitor = 0x1000278E
,
FX.Action_Anim_Agent__Destiny_PrimalAvatar_PrimalTravel = 0x1000278F
,
FX.Vendor_NPC__PawnBroker = 0x10002790
,
FX.Quest_NPC__WantsToBestowQuestArc = 0x10002792
,
FX.Quest_NPC__WantsToBestowRaidArc = 0x10002794
,
FX.Quest_NPC__BulletinBoard = 0x10002795
,
FX.Vendor_NPC__Vendor = 0x10002798
,
FX.Vendor_NPC__SpiritBinder = 0x1000279B
,
FX.Vendor_NPC__Collector = 0x1000279E
,
FX.Quest_NPC__WantsToBestowRaid = 0x100027A0
,
FX.Drone_Generator_Plant_Hospital_Overgrown = 0x100027A1
,
FX.Drone_Generator_Plant_Hospital = 0x100027A2
,
FX.Drone_Generator_Plant_Planthouse = 0x100027A3
,
FX.Drone_Generator_Plant_Hospital_Outside = 0x100027A4
,
FX.Drone_Generator_Plant_Planthouse_Dryad = 0x100027A5
,
FX.Drone_Generator_Plant_Capstone = 0x100027A6
,
FX.Drone_Generator_Plant_Capstone_Cavern = 0x100027A7
,
FX.Action_Detection_Agent__Destiny_PrimalAvatar_ForceofNature_Size4 = 0x100027A8
,
FX.Drone_Generator_Plant_Capstone_Woods = 0x100027A9
,
FX.Drone_Generator_Plant_Capstone_Woods_02 = 0x100027AA
,
FX.Drone_Generator_Plant_Capstone_Bossfight = 0x100027AB
,
FX.Action_Agent__Destiny_PrimalAvatar_ContagiousSpores_CheckForContagion = 0x100027AC
,
FX.Action_Detection_Agent__Destiny_PrimalAvatar_ContagiousSpores_CheckForContagion = 0x100027AD
,
FX.Effect_OnHit_Agent__Destiny_PrimalAvatar_ContagiousSpores_1 = 0x100027AE
,
FX.Effect_OnHit_Agent__Destiny_PrimalAvatar_ContagiousSpores_2 = 0x100027AF
,
FX.Effect_OnHit_Agent__Destiny_PrimalAvatar_ContagiousSpores_3 = 0x100027B0
,
FX.Action_Detection_Agent__Destiny_PrimalAvatar_ContagiousSpores_1 = 0x100027B1
,
FX.Action_Detection_Agent__Destiny_PrimalAvatar_ContagiousSpores_2 = 0x100027B2
,
FX.Action_Detection_Agent__Destiny_PrimalAvatar_ContagiousSpores_3 = 0x100027B3
,
FX.Action_Monitor_Agent__Feat_MarigoldCrown = 0x100027B4
,
FX.Quest_Midwinter2012_Player__Overlay = 0x100027B5
,
FX.Combat_OnHit_Agent__PrimalAvatar_AvatarOfNature = 0x100027B6
,
FX.Quest_Midwinter2012_Player__PickupPoints = 0x100027B8
,
FX.Action_Detection_Agent__Destiny_PrimalAvatar_ForceofNature_Knockdown = 0x100027B9
,
FX.Action_Detection_Agent__Destiny_PrimalAvatar_ForceofNature_Poison = 0x100027BA
,
FX.Action_Detection_Agent__Destiny_PrimalAvatar_ForceofNature_Disease = 0x100027BB
,
FX.AI_Logic_Giant__Knockback = 0x100027BC
,
FX.Action_Monitor_Agent__Destiny_UnyieldingSentinel_AbideNoEvil = 0x100027BD
,
FX.Effect_OnHit_Agent__Benefit_FuryOfTheWild_Insult_Applied = 0x100027BE
,
FX.Drone_Generator_Castles_Capstone_marsh = 0x100027BF
,
FX.Drone_Generator_Castles_Echo_outdoors = 0x100027C0
,
FX.Drone_Generator_Castles_Capstone_cabin = 0x100027C1
,
FX.Drone_Generator_Castles_Foxtrot_openair = 0x100027C2
,
FX.Drone_Generator_Castles_Hotel_tavern = 0x100027C3
,
FX.Drone_Generator_Castles_Foxtrot_wet = 0x100027C4
,
FX.Drone_Generator_Castles_Echo_keep = 0x100027C5
,
FX.Drone_Generator_Castles_Echo_cabin = 0x100027C6
,
FX.Drone_Generator_Castles_Echo_interior = 0x100027C7
,
FX.Drone_Generator_Castles_Capstone_outside = 0x100027C8
,
FX.Drone_Generator_Castles_Foxtrot_enclosed = 0x100027C9
,
FX.Drone_Generator_Castles_Hotel_courtyard = 0x100027CA
,
FX.Drone_Generator_Castles_Hotel_barn = 0x100027CB
,
FX.Drone_Generator_Castles_Hotel_inn = 0x100027CC
,
FX.Drone_Generator_Castles_Landscape = 0x100027CD
,
FX.Action_RemoveEffect_Agent__Destiny_SuppleAsSpring_1 = 0x100027CE
,
FX.Action_RemoveEffect_Agent__Destiny_SuppleAsSpring_2 = 0x100027CF
,
FX.Action_RemoveEffect_Agent__Destiny_SuppleAsSpring_3 = 0x100027D0
,
FX.Action_RemoveEffect_Agent__Destiny_SuppleAsSpring = 0x100027D1
,
FX.Action_RemoveEffect_Agent__Destiny_ChillOfWinter = 0x100027D2
,
FX.Action_RemoveEffect_Agent__Destiny_SummerSmoke = 0x100027D3
,
FX.Action_RemoveEffect_Agent__Destiny_AutumnHarvest = 0x100027D4
,
FX.Quest_Midwinter2012_Player__SweetLoot = 0x100027D5
,
FX.Drone_Generator_Castles_Foxtrot_entry = 0x100027D6
,
FX.SL_Trap_OnDisable_CriticalFailure_MasterTrapper = 0x100027D7
,
FX.Combat_OnHit_Agent__DragonBreathFocused_Cold = 0x100027D8
,
FX.Combat_OnHit_Agent__DragonBreathCone_Cold = 0x100027D9
,
FX.Combat_OnHit_Agent__DragonBreathProjectile_Cold = 0x100027DA
,
FX.Combat_OnHit_Agent__DragonBreathAOE_Cold = 0x100027DB
,
FX.Combat_OnHit_Agent__Claw_LichDragon = 0x100027DC
,
FX.Combat_OnHit_Agent__Claw_WhiteDragon = 0x100027DD
,
FX.Combat_OnHit_Agent__EmbraceTheVoid = 0x100027DE
,
FX.Spell_OnHit_Agent__RejuvenationCocoon = 0x100027DF
,
FX.Drone_Generator_Castles_Swamp_cavern = 0x100027E0
,
FX.Drone_Generator_Castles_Swamp = 0x100027E1
,
FX.Drone_Generator_Castles_Swamp_bossfight = 0x100027E2
,
FX.Drone_Generator_Castles_Swamp_spirits = 0x100027E3
,
FX.Quest_Completion_NPC__Whisperdoom_Treasure_1 = 0x100027E4
,
FX.Quest_Completion_NPC__Whisperdoom_Treasure_2 = 0x100027E5
,
FX.Quest_Completion_NPC__Whisperdoom_Treasure_3 = 0x100027E6
,
FX.EldritchDevice_Player__OpenEldritchDevice_Augment_Sample = 0x100027EB
,
FX.EldritchDevice_Player__OpenEldritchDevice_Generic = 0x100027EC
,
FX.EldritchDevice_Player__OpenEldritchDevice_Generic_PassID = 0x100027ED
,
FX.Spell_PoisonedDarts_Agent__EffectMonitor = 0x100027EE
,
FX.Combat_OnHit_Agent__Feat_Monk_TouchOfDespair_ImpendingDoom = 0x100027F4
,
FX.Combat_OnHit_Agent__Feat_Monk_TouchOfDespair_PoisonExploit = 0x100027F5
,
FX.Combat_OnHit_Agent__Feat_Monk_TouchOfDespair_Reflective = 0x100027F6
,
FX.Combat_OnHit_Agent__Feat_Monk_TouchOfDespair_WaveOfDespair = 0x100027F7
,
FX.Combat_OnHit_Agent__Feat_Monk_TouchOfDespair_PoisonedSoul = 0x100027F8
,
FX.Combat_OnHit_Agent__Feat_Monk_TouchOfDespair = 0x100027F9
,
FX.Spell_HealingKi_Agent__EffectMonitor = 0x10002800
,
FX.Spell_HealingKi_Agent__AOECallback = 0x10002801
,
FX.Combat_OnHit_Agent__Feat_Monk_TouchOfDespair_ImpendingDoom_Ki = 0x10002802
,
FX.Drone_Generator_Bossfight_U16 = 0x10002803
,
FX.Combat_OnHit_Agent__PrimalAvatar_AutumnHarvest_Pulse_1 = 0x10002804
,
FX.Combat_OnHit_Agent__PrimalAvatar_AutumnHarvest_Pulse_2 = 0x10002805
,
FX.Combat_OnHit_Agent__PrimalAvatar_AutumnHarvest_Pulse_3 = 0x10002806
,
FX.Combat_OnHit_Agent__PrimalAvatar_AutumnHarvest_Heal_1 = 0x10002807
,
FX.Combat_OnHit_Agent__PrimalAvatar_AutumnHarvest_Heal_2 = 0x10002808
,
FX.Combat_OnHit_Agent__PrimalAvatar_AutumnHarvest_Heal_3 = 0x10002809
,
FX.Action_Monitor_Agent__ChannelDivinity = 0x1000280A
,
FX.Action_Detection_Agent__Enh_Cleric_Healing_Martyrdom = 0x1000280B
,
FX.Quest_Midwinter2012_Player__Ding = 0x1000280C
,
FX.Quest_Midwinter2012_Player__Tick = 0x1000280D
,
FX.Drone_Generator_Blades1_Preraid_Forge_bossfight_music = 0x1000280E
,
FX.Action_Monitor_Agent__Enh_Monk_RiseOfThePhoenix_Explosion = 0x1000280F
,
FX.Action_Detection_Agent__Enh_Monk_RiseOfThePhoenix_Explosion = 0x10002810
,
FX.Abilities_Barbarian_Player__HateTrigger = 0x10002811
,
FX.Abilities_Barbarian_Player__SlaughterTrigger = 0x10002812
,
FX.Abilities_Barbarian_Player__CruelCutTrigger = 0x10002813
,
FX.Abilities_Barbarian_Player__DemoralizeTrigger = 0x10002814
,
FX.Abilities_Barbarian_Player__DemoralizeApplyEffects = 0x10002815
,
FX.Abilities_Barbarian_Player__BasicRageTrigger = 0x10002816
,
FX.snd_client_physicalhit = 0x10002817
,
FX.Combat_OnHit_Agent__DragonBreathSweep_Electric = 0x10002818
,
FX.Combat_OnHit_Agent__DragonBreathSweep_Cold = 0x10002819
,
FX.Combat_OnHit_Agent__DragonBreathAOE_Electric = 0x1000281A
,
FX.Combat_OnHit_Agent__DragonBreathCone_Electric = 0x1000281B
,
FX.Combat_OnHit_Agent__DragonBreathFocused_Electric = 0x1000281C
,
FX.Combat_OnHit_Agent__DragonBreathProjectile_Electric = 0x1000281D
,
FX.Combat_OnHit_Agent__DragonBreathAOE_Acid = 0x1000281E
,
FX.Combat_OnHit_Agent__DragonBreathCone_Acid = 0x1000281F
,
FX.Combat_OnHit_Agent__DragonBreathSweep_Acid = 0x10002820
,
FX.Combat_OnHit_Agent__DragonBreathFocused_Acid = 0x10002821
,
FX.Combat_OnHit_Agent__DragonBreathProjectile_Acid = 0x10002822
,
FX.Abilities_Barbarian_Player__WeaponBondTrigger = 0x10002823
,
FX.Combat_OnHit_Agent__StormreaversContageousEpicBomb = 0x10002824
,
FX.Combat_OnHit_Agent__MindOverMagic = 0x10002825
,
FX.Abilities_Barbarian_Player__EarSmashTrigger = 0x10002826
,
FX.Abilities_Barbarian_Player__EarSmashVorpalTrigger = 0x10002827
,
FX.Combat_OnHit_Agent__ConfusionSpell = 0x10002828
,
FX.ShadowfellLight_Enable = 0x10002829
,
FX.ShadowfellLight_Disable = 0x1000282A
,
FX.AI_Logic_NPC__ShadowFlatten = 0x1000282B
,
FX.AI_Logic_NPC__ShadowUnflatten = 0x1000282C
,
FX.AI_Logic_NPC__ShadowFlee = 0x1000282D
,
FX.AI_Logic_NPC__ShadowWarpForward = 0x1000282E
,
FX.AI_Logic_NPC__ShadowWarpBack = 0x1000282F
,
FX.AI_Logic_NPC__ShadowMarkTerritory = 0x10002830
,
FX.Abilities_Barbarian_Player__CrackAttackDamageTrigger = 0x10002834
,
FX.Abilities_Barbarian_Player__CrackAttackCriticalTrigger = 0x10002835
,
FX.Abilities_Barbarian_Player__SupremeCleaveVorpalTrigger = 0x10002836
,
FX.Abilities_Barbarian_Player__SupremeCleaveCriticalTrigger = 0x10002837
,
FX.Abilities_Barbarian_Player__SupremeCleaveDamageTrigger = 0x10002838
,
FX.Combat_OnHit_Agent__Benefit_Wizard_PaleMaster_ShroudOfNight = 0x10002839
,
FX.Shadowfell__A = 0x1000283A
,
FX.Deco_Mode__Disappear = 0x1000283D
,
FX.Deco_Mode__Appear = 0x1000283E
,
FX.Action_Monitor_Agent__Feat_AnimalEmpathy = 0x1000283F
,
FX.Abilities_Ranger_Player__AimedShotTrigger = 0x10002840
,
FX.Quest_Shadowfell_Player__Overlay = 0x10002843
,
FX.Abilities_Ranger_Player__ThrillOfTheHuntTrigger = 0x10002844
,
FX.Quest_Shadowfell_Player__EndOverlay = 0x10002845
,
FX.Spell_AnimatedObject_Agent__AOECallback = 0x10002847
,
FX.Spell_AnimatedObject_Agent__EffectMonitor = 0x10002848
,
FX.Spell_AnimatedObject_Agent__ShootBeams = 0x10002849
,
FX.Spell_AnimatedObject_Breakable__Activate = 0x1000284A
,
FX.Combat_OnHit_Agent__FloatyBob = 0x1000284B
,
FX.Shadowfell__Enable = 0x1000284C
,
FX.Shadowfell__Disable = 0x1000284D
,
FX.AI_Logic_NPC__ShadowPuppetFX = 0x1000284E
,
FX.AI_Logic_NPC__ShadowTeleportFX = 0x1000284F
,
FX.Drone_Generator_Stormhorns_Supply_outdoors = 0x10002850
,
FX.Drone_Generator_Stormhorns_Supply_bossfight = 0x10002851
,
FX.Abilities_Fighter_Player__SpiritualBondTrigger = 0x10002852
,
FX.Action_Detection_Agent__Feat_InspireCourageForEach = 0x10002853
,
FX.Combat_OnHit_Agent__OneCut = 0x10002854
,
FX.Action_Detection_Agent__Feat_InspireHeroicsForEach = 0x10002855
,
FX.Spell_AnimatedObject_Breakable__SetPropertyCallback = 0x10002856
,
FX.Action_Monitor_Agent__Feat_RemoveDisease = 0x10002857
,
FX.Action_Detection_Agent__Enh_DivineLight = 0x10002858
,
FX.Abilities_Paladin_Player__PassionTrigger = 0x10002859
,
FX.Action_Detection_Agent__Enh_Bard_Prodigy_Spellpoints = 0x1000285A
,
FX.Action_Detection_Agent__Feat_InspireCompetence = 0x1000285B
,
FX.Spell_OnWasCrit_Cold = 0x10002866
,
FX.Spell_OnWasCrit = 0x10002867
,
FX.Spell_OnCrit_Force = 0x10002868
,
FX.Spell_OnCrit_Pierce = 0x10002869
,
FX.Spell_OnWasCrit_Good = 0x1000286A
,
FX.Spell_OnCrit_Repair = 0x1000286B
,
FX.Spell_OnCrit_Positive = 0x1000286C
,
FX.Spell_OnCrit_Fire = 0x1000286D
,
FX.Spell_OnCrit_Evil = 0x1000286E
,
FX.Spell_OnWasCrit_Repair = 0x1000286F
,
FX.Spell_OnWasCrit_Light = 0x10002870
,
FX.Spell_OnWasCrit_Pierce = 0x10002871
,
FX.Spell_OnCrit_Light = 0x10002872
,
FX.Spell_OnCrit = 0x10002873
,
FX.Spell_OnWasCrit_Bane = 0x10002874
,
FX.Spell_OnCrit_Sonic = 0x10002875
,
FX.Spell_OnCrit_Good = 0x10002876
,
FX.Spell_OnWasCrit_Force = 0x10002877
,
FX.Spell_OnWasCrit_Sonic = 0x10002878
,
FX.Spell_OnWasCrit_Lawful = 0x10002879
,
FX.Spell_OnCrit_Electric = 0x1000287A
,
FX.Spell_OnCrit_Bludgeon = 0x1000287B
,
FX.Spell_OnCrit_Cold = 0x1000287C
,
FX.Spell_OnWasCrit_Positive = 0x1000287D
,
FX.Spell_OnCrit_Lawful = 0x1000287E
,
FX.Spell_OnCrit_Slash = 0x1000287F
,
FX.Spell_OnWasCrit_Slash = 0x10002880
,
FX.Spell_OnCrit_Acid = 0x10002881
,
FX.Spell_OnWasCrit_Rust = 0x10002882
,
FX.Spell_OnWasCrit_Acid = 0x10002883
,
FX.Spell_OnCrit_Chaotic = 0x10002884
,
FX.Spell_OnWasCrit_Bludgeon = 0x10002885
,
FX.Spell_OnWasCrit_Fire = 0x10002886
,
FX.Spell_OnWasCrit_Negative = 0x10002887
,
FX.Spell_OnCrit_Negative = 0x10002888
,
FX.Spell_OnWasCrit_Chaotic = 0x10002889
,
FX.Spell_OnCrit_Bane = 0x1000288A
,
FX.Spell_OnWasCrit_Evil = 0x1000288B
,
FX.Spell_OnWasCrit_Electric = 0x1000288C
,
FX.Spell_OnCrit_Rust = 0x1000288D
,
FX.Quest_Shadowfell_Local_Player__EndOverlay = 0x1000288E
,
FX.Quest_Shadowfell_Local_Player__Overlay = 0x1000288F
,
FX.AvatarShapeshift__Snowman = 0x10002890
,
FX.Combat_Commands_NPC___TriggeredSpecial3 = 0x10002891
,
FX.Combat_Commands_NPC___TriggeredSpecial4 = 0x10002892
,
FX.Combat_Commands_NPC___TriggeredSpecial5 = 0x10002893
,
FX.Combat_Commands_NPC___TriggeredSpecial1 = 0x10002894
,
FX.Combat_Commands_NPC___TriggeredSpecial2 = 0x10002895
,
FX.Combat_OnHit_Agent__NetTrap = 0x10002896
,
FX.AI_Logic_NPC__ShadowSneakBehind = 0x10002899
,
FX.Action_Detection_Agent__Artificer_ImbuedDefender = 0x1000289A
,
FX.Action_Detection_Agent__Artificer_ArcaneManifold = 0x1000289B
,
FX.Action_Detection_Agent__Artificer_RepairSystems = 0x1000289C
,
FX.Action_Detection_Agent__Artificer_EffigyMaster = 0x1000289D
,
FX.Abilities_Protection_Player__SanctuaryTrigger = 0x1000289E
,
FX.Combat_Commands_NPC___CrowdControl = 0x1000289F
,
FX.Abilities_Protection_Player__ShieldOtherTrigger = 0x100028A0
,
FX.Breakable_ActivateFX = 0x100028A1
,
FX.Effect_awareness_Agent__CantSeeTarget = 0x100028A2
,
FX.Effect_awareness_Agent__Investigate = 0x100028A3
,
FX.Effect_stealth_player__HotFootprint = 0x100028A4
,
FX.Drone_Generator_Wheloon_Public_Harbor = 0x100028A5
,
FX.Drone_Generator_Wheloon_Public_Tavern = 0x100028A6
,
FX.Drone_Generator_Iconic_Bladeforged_indoors = 0x100028A7
,
FX.Combat_OnHit_Agent__Win = 0x100028A8
,
FX.Quest_Event_Dungeon__CompleteCrosspackFlags_Heroic = 0x100028AA
,
FX.Quest_Event_Dungeon__CompleteCrosspackFlags_Epic = 0x100028AB
,
FX.Action_Anim_Agent___ChargenAnim_Bladeforged = 0x100028AC
,
FX.Effect_awareness_Agent__ISeeYou = 0x100028AD
,
FX.Effect_awareness_Agent__LoudNoise = 0x100028AE
,
FX.Action_Anim_Agent___ChargenAnim_ShadarkaiAssassin = 0x100028AF
,
FX.Combat_OnHit_Agent__WildshapeAir = 0x100028B0
,
FX.Combat_OnHit_Agent__WildshapeEarth = 0x100028B1
,
FX.Action_Anim_Agent___ChargenAnim_PurpleDragonKnight = 0x100028B2
,
FX.Action_Detection_Agent__PurpleDragonKnight_PurpleDragonAura = 0x100028B3
,
FX.Spell_Hellball_Agent__EffectMonitor = 0x100028B4
,
FX.Spell_Local_Agent__AOECallback = 0x100028B5
,
FX.Spell_Hellball_Agent__AOECallback = 0x100028B6
,
FX.Action_Detection_Agent__PurpleDragonKnight_RallyingCry = 0x100028B7
,
FX.Action_Detection_Agent__PurpleDragonKnight_RallyingCry_Push = 0x100028B8
,
FX.Action_Detection_Agent__PurpleDragonKnight_FinalStand = 0x100028B9
,
FX.Action_Detection_Agent__PurpleDragonKnight_ForCormyr_Push = 0x100028BA
,
FX.Action_Detection_Agent__PurpleDragonKnight_ForCormyr = 0x100028BB
,
FX.Action_Detection_Agent__PurpleDragonKnight_FinalStand_Push = 0x100028BC
,
FX.Spell_MassFrog_Agent__AOECallback = 0x100028C0
,
FX.Spell_MassFrog_Agent__EffectMonitor = 0x100028C1
,
FX.Action_Anim_Monster___ShadowTrails = 0x100028C2
,
FX.Combat_OnHit_Agent__Feat_Monk_TouchOfDespair_WaveOfDespair_Trigger = 0x100028C3
,
FX.Action_Monitor_Agent__Druid_AlphaStrike = 0x100028C4
,
FX.Combat_Anim_Player__ChargeAnimation_Druid_AlphaStrike = 0x100028C6
,
FX.Combat_Anim_Player__ChargeAnimation_Cleave_Circle = 0x100028C7
,
FX.Action_Monitor_Agent__MonitorScript_Cleave_Circle = 0x100028C8
,
FX.OnConfirmAstralShardServiceResponse = 0x100028C9
,
FX.Combat_Commands_Player__ChainWeapon_Pierce_Generic_A = 0x100028CE
,
FX.Combat_Commands_Player__ChainWeapon_Slashing_Start_A = 0x100028CF
,
FX.Combat_Commands_Player__ChainWeapon_Pierce_Start_A = 0x100028D0
,
FX.Combat_Commands_Player__ChainWeapon_Blunt_Generic_A = 0x100028D1
,
FX.Combat_Commands_Player__ChainWeapon_Slashing_End_A = 0x100028D2
,
FX.Combat_Commands_Player__ChainWeapon_Slashing_Generic_A = 0x100028D3
,
FX.Combat_Commands_Player__ChainWeapon_Slashing_Loop_A = 0x100028D4
,
FX.Combat_Commands_Player__ChainWeapon_Pierce_End_A = 0x100028D5
,
FX.Combat_Commands_Player__ChainWeapon_Pierce_Loop_A = 0x100028D6
,
FX.Combat_Commands_Player__ChainWeapon_Blunt_Loop_A = 0x100028D7
,
FX.Combat_Commands_Player__ChainWeapon_Blunt_Start_A = 0x100028D8
,
FX.Combat_Commands_Player__ChainWeapon_Blunt_End_A = 0x100028D9
,
FX.Abilities_Stealth_Player__RemoveStealth = 0x100028DA
,
FX.AI_ActionDialog_NPC__OnAnyPlayerHelpless = 0x100028DB
,
FX.AI_ActionDialog_NPC__OnAnyPlayerInjured = 0x100028DC
,
FX.AI_ActionDialog_NPC__OnAnyPlayerKnockdown = 0x100028DD
,
FX.AI_ActionDialog_NPC__OnVex = 0x100028DE
,
FX.AI_ActionDialog_NPC__OnAnyPlayerCast = 0x100028DF
,
FX.Combat_OnHit_Agent__WarforgedWeaponAttachment = 0x100028E0
,
FX.MG_U18_cult_01 = 0x100028E1
,
FX.MG_U18_cult_02 = 0x100028E2
,
FX.MG_U18_cult_03 = 0x100028E3
,
FX.MG_u18_prisoner_01 = 0x100028E4
,
FX.MG_u18_prisoner_02 = 0x100028E5
,
FX.Action_Detection_Agent__Shadarkai_ShadowSmoke_Push = 0x100028E6
,
FX.Action_Detection_Agent__Shadarkai_GhostlyRejuvenation_Push = 0x100028E7
,
FX.Action_Detection_Agent__Shadarkai_GhostlyRejuvenation = 0x100028E8
,
FX.Action_Detection_Agent__Shadarkai_ShadowJaunt_Push = 0x100028E9
,
FX.Action_Detection_Agent__Shadarkai_ShadowJaunt = 0x100028EA
,
FX.Action_Detection_Agent__Shadarkai_ShadowSmoke = 0x100028EB
,
FX.AI_Logic_NPC__ShadowFellFX = 0x100028EC
,
FX.AI_States_NPC__BecomeNeutral = 0x100028ED
,
FX.Action_Detection_Agent__Shadarkai_SpikedChainAttack_1 = 0x100028EE
,
FX.Action_Monitor_Agent__SpikedChainAttack_1 = 0x100028EF
,
FX.Action_Anim_Agent___SpikedChainAttack_1 = 0x100028F0
,
FX.Action_Detection_Agent__RunForAll_UndirectedThreat = 0x100028F1
,
FX.Combat_OnHit_Agent__ClawThin = 0x100028F2
,
FX.snd_dungeonalert_lvl_01 = 0x100028F3
,
FX.snd_dungeonalert_lvl_02 = 0x100028F4
,
FX.snd_dungeonalert_lvl_03 = 0x100028F5
,
FX.snd_dungeonalert_lvl_04 = 0x100028F6
,
FX.snd_dungeonalert_lvl_05 = 0x100028F7
,
FX.AI_States_NPC__CantSee = 0x100028F8
,
FX.AI_Logic_NPC__RegisterLastKnownPositionObject = 0x100028F9
,
FX.AI_Logic_NPC__UpdateLastKnownPositionObject = 0x100028FA
,
FX.Action_Detection_Agent__Bard_SharpNote_Push = 0x100028FB
,
FX.Combat_OnHit_Agent__IounStone_Green = 0x100028FC
,
FX.Combat_OnHit_Agent__MassFrogSpell = 0x100028FD
,
FX.Drone_Generator_Wheloon_Harbor_assault = 0x10002900
,
FX.Action_Detection_Agent__Iconic_Shadarkai_SpikedChainAttack = 0x10002901
,
FX.Action_Detection_Agent__Iconic_Shadarkai_SpikedChainAttack_Sustained = 0x10002902
,
FX.Action_Detection_Agent__SpikedChainAttack_1__AOECallback = 0x10002903
,
FX.Combat_OnHit_Agent__OpeningStrikeTrigger = 0x10002904
,
FX.Action_Monitor_Agent__SpikedChainAttack_4 = 0x10002905
,
FX.Action_Anim_Agent___SpikedChainAttack_4 = 0x10002906
,
FX.Action_Detection_Agent__Shadarkai_SpikedChainAttack_4 = 0x10002907
,
FX.Action_Detection_Agent__SpikedChainAttack_4__AOECallback = 0x10002908
,
FX.AI_ActionDialog_NPC__OnLostTarget = 0x10002909
,
FX.AI_ActionDialog_NPC__OnFoundTarget = 0x1000290A
,
FX.AI_Movement_NPC__MoveIdle = 0x1000290B
,
FX.Action_Detection_Agent__Feat_InspireCompetence_Push = 0x1000290C
,
FX.AI_Logic_NPC__TargetFound = 0x1000290D
,
FX.Action_Detection_Agent__Feat_IronskinChant = 0x1000290E
,
FX.Action_Monitor_Agent__Feat_IronskinChant = 0x1000290F
,
FX.Action_Detection_Agent__Feat_IronskinChantForEach = 0x10002910
,
FX.Spell_SunBolt_Agent__EffectMonitor = 0x10002912
,
FX.Spell_SunBolt_Agent__ShootBeams = 0x10002913
,
FX.Action_Detection_Agent__Enh_SongofArcaneMight = 0x10002914
,
FX.Action_Detection_Agent__Enh_SpellSongVigor = 0x10002915
,
FX.Action_Monitor_Agent__Enh_SongofArcaneMight = 0x10002916
,
FX.Action_Monitor_Agent__Enh_SpellSongVigor = 0x10002917
,
FX.AI_Logic_NPC__Trigger_Attack_1 = 0x10002918
,
FX.AI_Logic_NPC__Trigger_Attack_2 = 0x10002919
,
FX.AI_Logic_NPC__Trigger_Attack_3 = 0x1000291A
,
FX.AI_Logic_NPC__Trigger_Attack_4 = 0x1000291B
,
FX.AI_Logic_NPC__Trigger_Attack_5 = 0x1000291C
,
FX.Drone_Generator_U19_Wheloon_Golf = 0x1000291D
,
FX.Drone_Generator_U19_Wheloon_Landscape = 0x1000291E
,
FX.Drone_Generator_U19_Whleoon_Hound = 0x1000291F
,
FX.Drone_Generator_U19_Wheloon_Hound_Sewers = 0x10002920
,
FX.Drone_Generator_U19_Wheloon_Good = 0x10002921
,
FX.Drone_Generator_U19_Wheloon_Army = 0x10002922
,
FX.Drone_Generator_U19_Wheloon_Capstone = 0x10002923
,
FX.Drone_Generator_U19_Stormhorns_Ambush = 0x10002924
,
FX.Quest_Event_Dungeon__CompleteCrosspackFlags_HeroicElite = 0x10002925
,
FX.Quest_Event_Dungeon__CompleteCrosspackFlags_EpicHard = 0x10002926
,
FX.Quest_Event_Dungeon__CompleteCrosspackFlags_HeroicHard = 0x10002927
,
FX.Quest_Event_Dungeon__CompleteCrosspackFlags_EpicElite = 0x10002928
,
FX.Action_Detection_Agent__Feat_InspireHeroics = 0x10002929
,
FX.Drone_Generator_U19_Stormhorns_Sierra = 0x1000292A
,
FX.Drone_Generator_U19_Stormhorns_Landscape = 0x1000292B
,
FX.Drone_Generator_U19_Stormhorns_Sierra_Boss = 0x1000292C
,
FX.Drone_Generator_U19_Stormhorns_Supply = 0x1000292D
,
FX.Drone_Generator_U19_Stormhorns_Fort = 0x1000292E
,
FX.Drone_Generator_U19_Stormhorns_Tango = 0x1000292F
,
FX.Drone_Generator_U19_Stormhorns_Capstone = 0x10002930
,
FX.Combat_OnHit_Agent__Iconic_Shadarkai_SmokePoof = 0x10002931
,
FX.Shadowfell__FirstActivation = 0x10002932
,
FX.Action_Detection_Agent__Shadarkai_ShadowPhase_Push = 0x10002933
,
FX.Action_Detection_Agent__Shadarkai_ShadowPhase = 0x10002934
,
FX.Shadowfell__EvaluatePlayers = 0x10002935
,
FX.Combat_Commands_Player___MeleeAttackChain1 = 0x10002936
,
FX.Effect_awareness_Agent__SpotBonusFar = 0x10002937
,
FX.AI_Logic_Agent__SeeYouHiding_Close = 0x10002938
,
FX.Effect_awareness_Agent__SpotBonusClose = 0x10002939
,
FX.Stealth_BeingLookedAt = 0x1000293A
,
FX.AI_Logic_Agent__SeeYouHiding_Far = 0x1000293B
,
FX.AI_Logic_Agent__SeeYouHiding_Medium = 0x1000293C
,
FX.Effect_awareness_Agent__SpotBonusMedium = 0x1000293D
,
FX.AI_Logic_NPC__ShadeWarpBack = 0x1000293E
,
FX.AI_Logic_NPC__ShadeWarpForward = 0x1000293F
,
FX.Rest_OnHit_Agent__WeaponBondRest = 0x10002940
,
FX.Combat_Commands_Player__Beholder_Eye_Black = 0x10002941
,
FX.Combat_Commands_Player__Beholder_Eye_White = 0x10002942
,
FX.Quest_KBSPath_NPC__GoToPatrolPoint = 0x10002943
,
FX.Quest_KBSPath_NPC__ReacttoGettingStuck = 0x10002944
,
FX.Quest_KBSPath_NPC__OnDetection = 0x10002945
,
FX.Combat_Commands_Player__Beholder_Eye_Violet = 0x10002946
,
FX.Combat_Commands_Player__Beholder_Eye_Green = 0x10002947
,
FX.Abilities_Shadarkai_Player__SpikedChainAttack_Sustained3 = 0x10002948
,
FX.Abilities_Shadarkai_Player__SpikedChainAttack_Sustained4 = 0x10002949
,
FX.Abilities_Shadarkai_Player__SpikedChainAttack_Sustained1 = 0x1000294A
,
FX.Abilities_Shadarkai_Player__SpikedChainAttack_Sustained2 = 0x1000294B
,
FX.Combat_OnHit_Agent__Iconic_Shadarkai_SpikedChainAttack_Secondary = 0x1000294C
,
FX.snd_first_shadowfell_start = 0x1000294D
,
FX.snd_first_shadowfell_stop = 0x1000294E
,
FX.snd_shadowfell_stop = 0x1000294F
,
FX.snd_shadowfell_start = 0x10002950
,
FX.Quest_Stormhorns_Local_Player__Overlay = 0x10002952
,
FX.Quest_Stormhorns_Local_Player__EndOverlay = 0x10002953
,
FX.AI_Logic_NPC__ShadowAddRetreatpoint = 0x10002954
,
FX.AI_Logic_NPC__ShadowRemoveRetreatpoint = 0x10002955
,
FX.Slavery_Resolve_Action = 0x10002956
,
FX.Spell_RiseOfThePhoenix_Agent__EffectMonitor = 0x10002957
,
FX.Drone_Generator_U19_Wheloon_Iconic = 0x10002958
,
FX.Drone_Generator_U19_hallofheros = 0x10002959
,
FX.Drone_Generator_U19_Stormhorns_Capstone_Boss = 0x1000295A
,
FX.Drone_Generator_U19_Wheloon_Capstone_Boss = 0x1000295B
,
FX.Drone_Generator_U19_Wheloon_Capstone_Boss_Shadow = 0x1000295C
,
FX.Drone_Generator_U19_Stormhorns_Ambush_Boss = 0x1000295D
,
FX.Drone_Generator_U19_Stormhorns_Capstone_Ascension = 0x1000295F
,
FX.Combat_OnHit_Agent__HowlerQuills = 0x10002960
,
FX.Abilities_Ranger_Player__RemoveFrostArrows = 0x10002961
,
FX.Abilities_Ranger_Player__RemoveCorrosiveArrows = 0x10002962
,
FX.Abilities_Ranger_Player__RemoveFlamingArrows = 0x10002963
,
FX.Abilities_Ranger_Player__RemoveShockArrows = 0x10002964
,
FX.Abilities_Ranger_Player__RemoveImpFrostArrows = 0x10002965
,
FX.Abilities_Ranger_Player__RemoveImpCorrosiveArrows = 0x10002966
,
FX.Abilities_Ranger_Player__RemoveImpFlamingArrows = 0x10002967
,
FX.Abilities_Ranger_Player__RemoveImpShockArrows = 0x10002968
,
FX.Abilities_Ranger_Player__RemoveBanishingArrows = 0x1000296B
,
FX.Abilities_Ranger_Player__RemoveSmitingArrows = 0x1000296C
,
FX.Abilities_Ranger_Player__RemoveParalyzingArrows1 = 0x1000296E
,
FX.Abilities_Ranger_Player__RemoveParalyzingArrows2 = 0x1000296F
,
FX.Abilities_Ranger_Player__RemoveParalyzingArrows3 = 0x10002970
,
FX.Abilities_Ranger_Player__RemoveTerrorArrows1 = 0x10002971
,
FX.Abilities_Ranger_Player__RemoveForceArrows1 = 0x10002972
,
FX.Abilities_Ranger_Player__RemoveTerrorArrows2 = 0x10002973
,
FX.Abilities_Ranger_Player__RemoveForceArrows2 = 0x10002974
,
FX.Abilities_Ranger_Player__RemoveTerrorArrows3 = 0x10002975
,
FX.Abilities_Ranger_Player__RemoveForceArrows3 = 0x10002976
,
FX.Drone_Generator_U19_Stormhorns_Capstone_Crash = 0x10002977
,
FX.Drone_Generator_U19_Stormhorns_Capstone_Pre_Boss = 0x10002978
,
FX.Trap_Feedback_Trap__Test = 0x10002979
,
FX.Action_Command_Agent__DoAction_TurnToTarget = 0x1000297A
,
FX.Combat_OnHit_Agent__AnimateAllySpell = 0x1000297B
,
FX.Relay_Active = 0x1000297C
,
FX.Relay_LightUp = 0x1000297D
,
FX.Relay_SetLink_TargetNode = 0x1000297E
,
FX.Relay_SetLink_SourceNode = 0x1000297F
,
FX.Abilities_Cleric_Player__AmelioratingStrike = 0x10002980
,
FX.Abilities_Cleric_Player__SmiteWeakness = 0x10002981
,
FX.Abilities_Cleric_Player__AmelioratingStrikeMonitor = 0x10002982
,
FX.Abilities_Cleric_Player__DivineVessel = 0x10002983
,
FX.Abilities_Cleric_Player__InflameMonitor = 0x10002984
,
FX.Abilities_Cleric_Player__Inflame = 0x10002985
,
FX.Abilities_Cleric_Player__ImplacableFoeMonitor = 0x10002986
,
FX.Abilities_Cleric_Player__ImplacableFoe = 0x10002987
,
FX.Combat_OnHit_Agent__SubtractOneActionBoost = 0x10002988
,
FX.Abilities_Cleric_Player__DivineVesselMonitor = 0x1000298A
,
FX.Quest_KBSPath_NPC__ArrivedAtPatrolPoint = 0x1000298B
,
FX.AI_Patrol_v2_Platform__Move_X_Pos = 0x1000298C
,
FX.AI_Patrol_v2_Platform__DestroyDestination = 0x1000298D
,
FX.AI_Patrol_v2_Platform__Move_Y_Neg = 0x1000298E
,
FX.AI_Patrol_v2_Platform__Move_Y_Pos = 0x1000298F
,
FX.AI_Patrol_v2_Platform__Move_Z_Neg = 0x10002990
,
FX.AI_Patrol_v2_Platform__Move_Z_Pos = 0x10002991
,
FX.AI_Patrol_v2_Platform__Move_X_Neg = 0x10002992
,
FX.TH_Dragons__GoToOther = 0x10002993
,
FX.TH_Artifact__PushToPlayers = 0x10002994
,
FX.TH_Artifact__PushToDragons = 0x10002995
,
FX.TH_Dragons__Land = 0x10002996
,
FX.TH_Dragons__FlyUp = 0x10002997
,
FX.TH_Dragons__RunUnity = 0x10002998
,
FX.Debug_AdvPhase = 0x10002999
,
FX.TH_Dragons__RunUnity_FX = 0x1000299A
,
FX.TH_Dragons__HPTierReached = 0x1000299B
,
FX.Action_Detection_Agent__PurpleDragonKnight_RallyingCry_PastLife_Push = 0x1000299C
,
FX.Action_Detection_Agent__PurpleDragonKnight_RallyingCry_PastLife = 0x1000299D
,
FX.Advancement_Player__ReincarnationTrueReset = 0x1000299E
,
FX.Advancement_Player__ReincarnationLesserReset = 0x1000299F
,
FX.Advancement_Player__ReincarnationCompleteReset = 0x100029A0
,
FX.Advancement_Player__ReincarnationEpicReset = 0x100029A1
,
FX.Action_Monitor_Agent__Feat_EldritchStrike = 0x100029A2
,
FX.Abilities_Wizard_Player__ArcaneCrash = 0x100029AB
,
FX.Abilities_Wizard_Player__ArcaneCrashMonitor = 0x100029AC
,
FX.Abilities_Wizard_Player__EldritchStrikeMonitorElectric = 0x100029AD
,
FX.Abilities_Wizard_Player__EldritchStrikeMonitor = 0x100029AE
,
FX.Abilities_Wizard_Player__EldritchStrikeMonitorAcid = 0x100029AF
,
FX.Abilities_Wizard_Player__EldritchStrikeMonitorCold = 0x100029B0
,
FX.Abilities_Wizard_Player__EldritchStrike = 0x100029B1
,
FX.Abilities_Wizard_Player__EldritchStrikeMonitorFire = 0x100029B2
,
FX.Abilities_Wizard_Player__EldritchBlade = 0x100029B7
,
FX.Abilities_Wizard_Player__EldritchPower = 0x100029B8
,
FX.TH_Dragons__ArtifactRage_FX = 0x100029B9
,
FX.Abilities_Wizard_Player__SpellswordCost = 0x100029BA
,
FX.TH_Artifact__GoodMethod = 0x100029BE
,
FX.TH_Artifact__BadMethod = 0x100029BF
,
FX.TH_Artifact__BestMethod = 0x100029C0
,
FX.Combat_OnHit_Agent__SharsBlessing = 0x100029C1
,
FX.Action_Detection_Agent__SharsBlessing = 0x100029C2
,
FX.Avatar_NPC__GetAPRs = 0x100029C3
,
FX.Avatar_NPC__GetCHA = 0x100029CA
,
FX.Avatar_NPC__GetCON = 0x100029CB
,
FX.Avatar_NPC__GetWIS = 0x100029CC
,
FX.Avatar_NPC__GetINT = 0x100029CD
,
FX.Avatar_NPC__GetSTR = 0x100029CE
,
FX.Avatar_NPC__GetDEX = 0x100029CF
,
FX.Drone_Generator_U20_reincarnation = 0x100029D0
,
FX.Drone_Generator_U20_standalone_vampire = 0x100029D1
,
FX.Drone_Generator_U20_standalone_training = 0x100029D2
,
FX.Drone_Generator_U20_standalone_training_bossroom = 0x100029D3
,
FX.Drone_Generator_U20_reincarnation_FR = 0x100029D4
,
FX.Combat_OnHit_Agent__GolemHeart = 0x100029D5
,
FX.Action_Detection_Agent__GolemHeart = 0x100029D6
,
FX.Usage_Player__EquippedItem = 0x100029D7
,
FX.Drone_Generator_U20_standalone_vampire_bossroom = 0x100029D8
,
FX.Drone_Generator_U20_reincarnation_EB = 0x100029D9
,
FX.Drone_Generator_U20_standalone_vampire_garden = 0x100029DA
,
FX.Mimic_Chest_Chest__Hide = 0x100029DC
,
FX.Sound_Player__StopSound_ = 0x100029DD
,
FX.Sound_Player__PlaySoundOnce_ = 0x100029DE
,
FX.Sound_Player__PlaySoundOnce_DoNotUse_ = 0x100029EB
,
FX.Airship_Amenity__GetHookpoint = 0x10002A05
,
FX.Usage_Player__ReturnHeldItemLevels = 0x10002A54
,
FX.Action_Monitor_Agent__Enh_SongofHeroism = 0x10002A55
,
FX.Action_Detection_Agent__Enh_SongofHeroism = 0x10002A56
,
FX.AI_Logic_NPC__StartRadar = 0x10002A57
,
FX.Action_Monitor_Agent__EverythingIsNothing_Counter = 0x10002A58
,
FX.Relay_Fire_Neg45 = 0x10002A5A
,
FX.Relay_Turn = 0x10002A5B
,
FX.Relay_Fire_45 = 0x10002A5C
,
FX.Relay_Fire_Target = 0x10002A5D
,
FX.Combat_OnHit_Agent__DCBoostDeathTrigger = 0x10002A5E
,
FX.TH_Dragons__DiveBomb = 0x10002A65
,
FX.TH_Dragons__PaintTargets = 0x10002A66
,
FX.TH_Dragons__FireZeMissiles = 0x10002A67
,
FX.TH_Shadow__KickOut = 0x10002A68
,
FX.Ballista_Fire_Single = 0x10002A69
,
FX.Ballista_Fire_Continuous = 0x10002A6A
,
FX.Ballista_Fire_Rapid_Continuous = 0x10002A6B
,
FX.Ballista_Fire_Rapid_Single = 0x10002A6C
,
FX.Relay_Fire_Damage_Neg45 = 0x10002A6E
,
FX.Relay_Fire_Damage_45 = 0x10002A6F
,
FX.Relay_Fire_Damage = 0x10002A70
,
FX.Abilities_Crusader_Player__Consecration = 0x10002A71
,
FX.Combat_OnHit_Agent__RedLight = 0x10002A73
,
FX.Drone_Generator_U21_thunderholme_public = 0x10002A74
,
FX.AI_Patrol_NPC__SearchForPaths = 0x10002A75
,
FX.AI_Patrol_NPC__PickPaths = 0x10002A76
,
FX.Combat_OnHit_Agent__ShadowAuraExplode = 0x10002A78
,
FX.Combat_OnHit_Agent__ShadowAuraExplodeOthers = 0x10002A79
,
FX.Action_Detection_Agent__DragonsBlessing = 0x10002A7A
,
FX.Combat_OnHit_Agent__DragonsBlessing = 0x10002A7B
,
FX.Combat_OnHit_Agent__MindBreaker = 0x10002A7C
,
FX.Combat_OnHit_Agent__LegBreaker = 0x10002A7D
,
FX.Combat_OnHit_Agent__BodyBreaker = 0x10002A7E
,
FX.Combat_OnHit_Agent__DraconicReinvigoration = 0x10002A7F
,
FX.TH_Shadow__RegisterPebble = 0x10002A84
,
FX.Abilities_Crusader_Player__PurificationVirus = 0x10002A85
,
FX.Abilities_Crusader_Player__PurificationHeal = 0x10002A86
,
FX.Abilities_Crusader_Player__CrusaderAura = 0x10002A87
,
FX.Abilities_Crusader_Player__CrusaderAuraDamage = 0x10002A88
,
FX.AI_ActionDialog_NPC__OnAggroAgainstDefenders = 0x10002A8A
,
FX.Abilities_Crusader_Monster__CrusaderAuraDamage = 0x10002A8B
,
FX.Drone_Generator_U21_thunderholme_double_dragons = 0x10002A8D
,
FX.Drone_Generator_U21_thunderholme_light_relay = 0x10002A8E
,
FX.Drone_Generator_U21_thunderholme_shadow_dragon = 0x10002A8F
,
FX.Drone_Generator_U21_thunderholme_forge = 0x10002A90
,
FX.Drone_Generator_U21_thunderholme_living_mining = 0x10002A91
,
FX.Drone_Generator_U21_thunderholme_UD_crypt = 0x10002A92
,
FX.Drone_Generator_U21_thunderholme_hub_temple = 0x10002A93
,
FX.Drone_Generator_U21_thunderholme_lake_waterworks = 0x10002A94
,
FX.Drone_Generator_U21_thunderholme_armory = 0x10002A95
,
FX.Combat_OnHit_Agent__RedLightRemove = 0x10002A96
,
FX.AI_Logic_NPC__DestroyMyself = 0x10002A97
,
FX.AI_Logic_NPC__Die = 0x10002A98
,
FX.Combat_OnHit_Agent__DragonBreathFocused_Shadow = 0x10002A99
,
FX.Combat_OnHit_Agent__DragonBreathAOE_Shadow = 0x10002A9A
,
FX.Combat_OnHit_Agent__Claw_ShadowDragon = 0x10002A9B
,
FX.Combat_OnHit_Agent__DragonBreathProjectile_Shadow = 0x10002A9C
,
FX.Combat_OnHit_Agent__DragonBreathCone_Shadow = 0x10002A9D
,
FX.Combat_OnHit_Agent__DragonBreathSweep_Shadow = 0x10002A9E
,
FX.Combat_OnHit_Agent__MagestarAbsorption = 0x10002A9F
,
FX.Drone_Generator_U21_hauntedhalls_hallway_two = 0x10002AA0
,
FX.Drone_Generator_U21_hauntedhalls_zentarum = 0x10002AA1
,
FX.Drone_Generator_U21_hauntedhalls_whitedragon = 0x10002AA2
,
FX.Drone_Generator_U21_thunderholme_mushrooms = 0x10002AA3
,
FX.Drone_Generator_U21_hauntedhalls_hallway_three = 0x10002AA4
,
FX.Drone_Generator_U21_hauntedhalls_kobolds = 0x10002AA5
,
FX.Drone_Generator_U21_hauntedhalls_hallway_four = 0x10002AA6
,
FX.Drone_Generator_U21_hauntedhalls_whisper = 0x10002AA7
,
FX.Drone_Generator_U21_hauntedhalls_hallway_one = 0x10002AA8
,
FX.Drone_Generator_U21_hauntedhalls_othermonster = 0x10002AA9
,
FX.Drone_Generator_U21_hauntedhalls_skeletons = 0x10002AAA
,
FX.Combat_OnHit_Agent__ShadowAuraFX = 0x10002AAE
,
FX.Drone_Generator_U21_hauntedhalls_woods_hub = 0x10002AAF
,
FX.Combat_OnHit_Agent__ShadowAura = 0x10002AB0
,
FX.Combat_OnHit_Agent__RedLightApply = 0x10002AB1
,
FX.Combat_OnHit_Agent__ProtectionFromForceSpell = 0x10002AB2
,
FX.Drone_Generator_U21_thunderholme_dracomaze = 0x10002AB6
,
FX.OnSuccessfulHit = 0x10002AB7
,
FX.Combat_Commands_NPC___UnlimitedRangeChaser = 0x10002AB8
,
FX.WeaponProc_Thunderholme__HalveHealth = 0x10002AB9
,
FX.Quest_ThreeBarrel_Entity__SetCrew_BloodTide = 0x10002ABA
,
FX.Quest_ThreeBarrel_Entity__SetCrew_Default = 0x10002ABB
,
FX.Combat_OnHit_Agent__DivineCrusader_AuraOfPurification = 0x10002ABD
,
FX.Combat_OnHit_Agent__DivineCrusader_StandAndBeSmitten = 0x10002ABE
,
FX.Combat_Callback_NPC__ZipLine_TargetDetected = 0x10002ABF
,
FX.Combat_Callback_NPC__ZipLine_Shoot = 0x10002AC0
,
FX.Combat_Callback_NPC__ZipLine_InitiateAttack = 0x10002AC1
,
FX.Combat_Callback_NPC__ZipLine_LaunchMonster = 0x10002AC2
,
FX.Combat_Callback_NPC__ZipLine_RegisterMonster = 0x10002AC3
,
FX.Combat_OnHit_Agent__RuinFeat = 0x10002AC5
,
FX.Spell_RuinSingleTarget_Agent__EffectMonitor = 0x10002AC6
,
FX.Combat_Callback_NPC__ZipLine_DespawnAnchor = 0x10002AC7
,
FX.Combat_Callback_NPC__ZipLine_SpawnDeathCounter = 0x10002AC8
,
FX.Combat_Creation_Agent__TargetColumn = 0x10002ACB
,
FX.Combat_Creation_Agent__TargetSingle = 0x10002ACC
,
FX.Combat_Creation_Agent__TargetRandomCluster = 0x10002ACD
,
FX.Combat_Detection_Monster__ShootMeCallback = 0x10002ACE
,
FX.Combat_Creation_Agent__TargetPlus = 0x10002ACF
,
FX.Combat_Creation_Agent__TargetRow = 0x10002AD0
,
FX.Combat_Creation_Agent__DragonTargetSingle = 0x10002AD1
,
FX.Drone_Generator_u22_epic3bc_legend_of_two_toed_tobias = 0x10002AD2
,
FX.Drone_Generator_u22_epic3bc_ghost_of_chance = 0x10002AD3
,
FX.Drone_Generator_u22_epic3bc_prove_your_worth = 0x10002AD4
,
FX.AI_Movement_NPC__Critter = 0x10002AD5
,
FX.AI_Movement_NPC__Custom = 0x10002AD6
,
FX.Quest_3BC_Player__Wind = 0x10002AD7
,
FX.Combat_Detection_Monster__FireZeMissiles = 0x10002AD8
,
FX.Combat_Detection_Monster__PaintTargets = 0x10002AD9
,
FX.Combat_Commands_Airship__FireCannons = 0x10002ADA
,
FX.Action_Detection_Agent__Bard_Insults_Reflex = 0x10002ADB
,
FX.Action_Monitor_Agent__Bard_Insults_Fortitude = 0x10002ADC
,
FX.Action_Detection_Agent__Bard_Insults_Fortitude = 0x10002ADD
,
FX.Action_Detection_Agent__Bard_Insults_Will = 0x10002ADE
,
FX.Action_Monitor_Agent__Bard_Insults_Will = 0x10002ADF
,
FX.Action_Monitor_Agent__Bard_Insults_Reflex = 0x10002AE0
,
FX.Abilities_Bard_Player__ThreatAttack_Trigger = 0x10002AE1
,
FX.Combat_Callback_NPC__ZipLine_CustomAnchor_End = 0x10002AE2
,
FX.Combat_Callback_NPC__ZipLine_CustomAnchor_Start = 0x10002AE3
,
FX.Combat_Callback_NPC__ZipLine_CustomAnchor_Activate = 0x10002AE4
,
FX.Combat_Callback_NPC__ZipLine_CutLines = 0x10002AE5
,
FX.Abilities_Bard_Player__SonicGuard_Trigger = 0x10002AE6
,
FX.Ballista_Bolt_MeshFX_Fire = 0x10002AE8
,
FX.Ballista_Bolt_MeshFX = 0x10002AE9
,
FX.Combat_Commands_Airship__FireBarrage = 0x10002AEA
,
FX.Drone_Generator_u22_epic3bc_capstone_treasure_room = 0x10002AEB
,
FX.Drone_Generator_u22_epic3bc_old_grey_garl = 0x10002AEC
,
FX.Drone_Generator_u22_epic3bc_capstone_prepare_for_battle = 0x10002AED
,
FX.Drone_Generator_u22_epic3bc_ghost_of_chance_boss = 0x10002AEE
,
FX.Drone_Generator_u22_epic3bc_capstone_fog_bank = 0x10002AEF
,
FX.Drone_Generator_u22_epic3bc_capstone_nervous_pirates = 0x10002AF0
,
FX.Drone_Generator_u22_epic3bc_capstone_dragon = 0x10002AF1
,
FX.Drone_Generator_u22_epic3bc_prove_your_worth_boss = 0x10002AF2
,
FX.Drone_Generator_u22_epic3bc_old_grey_garl_boss = 0x10002AF3
,
FX.Drone_Generator_u22_epic3bc_legend_of_two_toed_tobias_boss = 0x10002AF4
,
FX.Drone_Generator_u22_epic3bc_capstone_hordes_of_pirates = 0x10002AF5
,
FX.Quest_ThreeBarrel_Entity__Clouds_Cosmetic = 0x10002AF7
,
FX.Quest_ThreeBarrel_Entity__Clouds_Obscure = 0x10002AF8
,
FX.Quest_3BC_Player__Fog = 0x10002AF9
,
FX.Combat_OnHit_Agent__VulnerabilityGuard_AOE = 0x10002AFA
,
FX.Combat_OnHit_Agent__VulnerabilityGuard_ApplyEffects = 0x10002AFB
,
FX.Abilities_Bard_Player__Style2_Buckler_Trigger = 0x10002AFC
,
FX.Abilities_Bard_Player__Style2_EmptyHand_Trigger = 0x10002AFD
,
FX.Abilities_Bard_Player__CritAttack_Trigger = 0x10002AFE
,
FX.Airship_Entrance___ExitUp = 0x10002AFF
,
FX.Combat_OnHit_Agent__CursedBladeFX = 0x10002B05
,
FX.Airship_Damage__Effect_10 = 0x10002B06
,
FX.Airship_Damage__StopAllEffects = 0x10002B07
,
FX.Airship_Damage__ActivateEffect = 0x10002B08
,
FX.Airship_Damage__Effect_1 = 0x10002B09
,
FX.Airship_Damage__Effect_2 = 0x10002B0A
,
FX.Airship_Damage__Effect_3 = 0x10002B0B
,
FX.Airship_Damage__Effect_4 = 0x10002B0C
,
FX.Airship_Damage__Effect_5 = 0x10002B0D
,
FX.Airship_Damage__Effect_6 = 0x10002B0E
,
FX.Airship_Damage__Effect_7 = 0x10002B0F
,
FX.Airship_Damage__Effect_8 = 0x10002B10
,
FX.Airship_Damage__Effect_9 = 0x10002B11
,
FX.Combat_Creation_Agent__TargetOrientedRow = 0x10002B12
,
FX.snd_guildship_amenity_01 = 0x10002B13
,
FX.Abilities_Bard_Player_Insult_Will = 0x10002B14
,
FX.Abilities_Bard_Player_Insult_Fort = 0x10002B15
,
FX.Abilities_Bard_Player_Insult_Reflex = 0x10002B16
,
FX.snd_guildship_amenity_02 = 0x10002B17
,
FX.Vol__DeathStage = 0x10002B18
,
FX.Vol__DispelZone = 0x10002B19
,
FX.Vol__BreathAttack = 0x10002B1A
,
FX.Vol__DeliverDeath = 0x10002B1B
,
FX.Vol__CreateZone = 0x10002B1C
,
FX.Player_Vol__ZoneDamage2 = 0x10002B1D
,
FX.Combat_OnHit_Agent__ProtectionFromLightSpell = 0x10002B1E
,
FX.CL_OnHit_Spell_Protection_From_Energy_Light = 0x10002B1F
,
FX.Action_Detection_Agent__Bard_Auras = 0x10002B20
,
FX.DKey__10 = 0x10002B21
,
FX.DM__Run9 = 0x10002B22
,
FX.DKey__1 = 0x10002B23
,
FX.DKey__2 = 0x10002B24
,
FX.DKey__3 = 0x10002B25
,
FX.DKey__4 = 0x10002B26
,
FX.DKey__5 = 0x10002B27
,
FX.DKey__6 = 0x10002B28
,
FX.DM__Run10 = 0x10002B29
,
FX.DKey__7 = 0x10002B2A
,
FX.DKey__8 = 0x10002B2B
,
FX.DKey__9 = 0x10002B2C
,
FX.DM__Run1 = 0x10002B2D
,
FX.DM__Run2 = 0x10002B2E
,
FX.DM__Run3 = 0x10002B2F
,
FX.DM__Run4 = 0x10002B30
,
FX.DM__Run5 = 0x10002B31
,
FX.DM__Run6 = 0x10002B32
,
FX.DM__Run7 = 0x10002B33
,
FX.DM__Run8 = 0x10002B34
,
FX.Abilities_Bard_Enh_Bard_SustainingSong_Monitor = 0x10002B35
,
FX.Abilities_Bard_Enh_Bard_SustainingSong_FoundObj = 0x10002B36
,
FX.Combat_Runearm_Agent__EffectMonitor_Projectile_Spray_Homing_Daggers_1 = 0x10002B37
,
FX.Combat_Runearm_Agent__EffectMonitor_Projectile_Spray_Homing_Daggers_2 = 0x10002B38
,
FX.Combat_Runearm_Agent__EffectMonitor_Projectile_Spray_Homing_Daggers_3 = 0x10002B39
,
FX.Combat_Runearm_Agent__EffectMonitor_Projectile_Spray_Homing_Daggers_4 = 0x10002B3A
,
FX.Combat_Runearm_Agent__EffectMonitor_Projectile_Spray_Homing_Daggers_5 = 0x10002B3B
,
FX.Combat_Runearm_Agent__EffectMonitor_Projectile_Spray_Homing_Daggers_6 = 0x10002B3C
,
FX.Combat_OnHit_Agent__Zone_of_Dolurrh = 0x10002B3D
,
FX.Combat_Anim_Monster___Cast_Channel_A = 0x10002B3E
,
FX.Combat_Anim_Monster___Cast_Channel_B = 0x10002B3F
,
FX.Combat_Anim_Monster___Cast_Channel_A_Stop = 0x10002B40
,
FX.Combat_Anim_Monster___Cast_Channel_C = 0x10002B41
,
FX.Combat_Anim_Monster___Cast_Channel_B_Stop = 0x10002B42
,
FX.Combat_Anim_Monster___Cast_Channel_C_Stop = 0x10002B43
,
FX.Spell_Beholder__EyeStockBeams_A = 0x10002B44
,
FX.Spell_Beholder__EyeStockBeams_B = 0x10002B45
,
FX.Spell_Beholder__EyeStockBeams_C = 0x10002B46
,
FX.Spell_Beholder__EyeStockBeams_D = 0x10002B47
,
FX.Spell_Beholder__EyeStockBeams_E = 0x10002B48
,
FX.Drone_Generator_u23_epicorchard_doomsphere = 0x10002B49
,
FX.Drone_Generator_u23_fleshmaker_bossroom = 0x10002B4A
,
FX.Drone_Generator_u23_inferno_boss = 0x10002B4B
,
FX.Drone_Generator_u23_fleshmaker = 0x10002B4C
,
FX.Drone_Generator_u23_raid_arena = 0x10002B4D
,
FX.Drone_Generator_u23_temple = 0x10002B4E
,
FX.Drone_Generator_u23_temple_boss = 0x10002B4F
,
FX.Drone_Generator_u23_temple_maruts = 0x10002B50
,
FX.Drone_Generator_u23_inferno = 0x10002B51
,
FX.Drone_Generator_u23_doomsphere_floor1 = 0x10002B52
,
FX.Drone_Generator_u23_doomsphere_floor2 = 0x10002B53
,
FX.Drone_Generator_u23_raid_arena_room1 = 0x10002B54
,
FX.Drone_Generator_u23_doomsphere_floor3 = 0x10002B55
,
FX.Drone_Generator_u23_raid_arena_room2 = 0x10002B56
,
FX.Drone_Generator_u23_doomsphere_floor4 = 0x10002B57
,
FX.Drone_Generator_u23_raid_arena_room3 = 0x10002B58
,
FX.Spell_Beholder__DoomSphere_Visuals = 0x10002B59
,
FX.vfx_shared_shield = 0x10002B5B
,
FX.vfx_shared_weapon = 0x10002B5C
,
FX.Combat_OnHit_Agent__RefreshOneSmiteEvil = 0x10002B5D
,
FX.Combat_OnHit_Agent__SmiteEvilMeleePowerBuff = 0x10002B5E
,
FX.Action_Monitor_Agent__Enh_IcyPrison = 0x10002B5F
,
FX.Spell_Reverberate_Agent__EffectMonitor = 0x10002B60
,
FX.Spell_HornOfThunder_Agent__EffectMonitor = 0x10002B61
,
FX.Action_Monitor_Agent__Enh_KinglyRecovery = 0x10002B62
,
FX.Action_Monitor_Agent__Enh_FreezeCleave = 0x10002B63
,
FX.Combat_OnHit_Agent__NegativeLevels = 0x10002B64
,
FX.Action_Monitor_Agent__Shieldcharge = 0x10002B65
,
FX.Action_Anim_Agent___Shieldcharge = 0x10002B66
,
FX.Action_Anim_Agent___Shieldrush = 0x10002B67
,
FX.Action_Monitor_Agent__Shieldrush = 0x10002B68
,
FX.Action_Anim_Agent___Shieldcharge_impact = 0x10002B69
,
FX.Action_Monitor_Agent__ShieldSmash = 0x10002B6A
,
FX.Action_Monitor_Agent__StunTrigger = 0x10002B6B
,
FX.Action_Monitor_Agent__StunningShield = 0x10002B6C
,
FX.EquipCosmetic = 0x10002B6D
,
FX.Combat_OnHit_Agent__MirrorSkin = 0x10002B6E
,
FX.Combat_OnHit_Agent__Balloon = 0x10002B6F
,
FX.Combat_OnHit_Agent__Flatten = 0x10002B70
,
FX.Combat_OnHit_Agent__GlassDust = 0x10002B71
,
FX.Action_Monitor_Agent__Benefit_HolyRetribution = 0x10002B72
,
FX.Environment_DungeonMaster__StopMusicChange = 0x10002B73
,
FX.Environment_DungeonMaster__TriggerMusicChange = 0x10002B74
,
FX.Combat_OnHit_Agent__Eyeballs = 0x10002B75
,
FX.Appearance_NPC__OnlyVisibleToSource_Enable = 0x10002B78
,
FX.Appearance_NPC__OnlyVisibleToSource_Disable = 0x10002B79
,
FX.vfx_shared_weapon_effect = 0x10002B7A
,
FX.vfx_shared_weapon_sheathed = 0x10002B7B
,
FX.Action_Monitor_Agent__Feat_LayWaste = 0x10002B7C
,
FX.Drone_Generator_u24_Fashion_Show_3 = 0x10002B7D
,
FX.Drone_Generator_u24_Cult_of_Dragon_2 = 0x10002B7E
,
FX.Drone_Generator_u24_Palace_of_Stone = 0x10002B7F
,
FX.Drone_Generator_u24_Cult_of_Dragon_3 = 0x10002B80
,
FX.Drone_Generator_u24_Delerium3_DanceHall = 0x10002B81
,
FX.Drone_Generator_u24_Delerium3_DanceHall_2 = 0x10002B82
,
FX.Drone_Generator_u24_Delerium3_DanceHall_3 = 0x10002B83
,
FX.Drone_Generator_u24_Palace_of_Stone_Boss = 0x10002B84
,
FX.Drone_Generator_u24_Cult_of_Dragon = 0x10002B85
,
FX.Drone_Generator_u24_Palace_of_Stone_Museum = 0x10002B86
,
FX.Drone_Generator_u24_Fashion_Show = 0x10002B87
,
FX.Drone_Generator_u24_Fashion_Show_2 = 0x10002B88
,
FX.Abilities_Barbarian_Player__WeaponBondReduction = 0x10002B89
,
FX.Abilities_Barbarian_Player__SeekersStrike = 0x10002B8C
,
FX.Abilities_Barbarian_Player__WeaponBondReduction50 = 0x10002B8D
,
FX.Abilities_Barbarian_Player__OneSpiritHeal = 0x10002B8E
,
FX.Weapon_Imbue_Cold = 0x10002B8F
,
FX.Weapon_Imbue_Electric = 0x10002B90
,
FX.Weapon_Imbue_Fire = 0x10002B91
,
FX.Weapon_Imbue_Shadow = 0x10002B92
,
FX.Weapon_Imbue_Acid = 0x10002B93
,
FX.Abilities_Barbarian_Player__AncestralBondFX = 0x10002B94
,
FX.Abilities_Barbarian_Player__AcceleratedMetabolismFX = 0x10002B95
,
FX.Abilities_Barbarian_Player__BloodStrengthFX = 0x10002B96
,
FX.ScriptKeyTest_Delta = 0x10002B97
,
FX.ScriptKeyTest_Alpha = 0x10002B98
,
FX.ScriptKeyTest_Foxtrot = 0x10002B99
,
FX.ScriptKeyTest_Charlie = 0x10002B9A
,
FX.ScriptKeyTest_Bravo = 0x10002B9B
,
FX.ScriptKeyTest_Echo = 0x10002B9C
,
FX.Abilities_Barbarian_Player__SlaughterTrigger2 = 0x10002B9D
,
FX.WildMagic_DropChest_1 = 0x10002B9E
,
FX.WildMagic_GenericMarkerFx = 0x10002B9F
,
FX.TOEE__RemoveDebuffs = 0x10002BA0
,
FX.TOEE__RemoveInvincibility = 0x10002BA1
,
FX.TOEE__RemoveBuffs = 0x10002BA2
,
FX.TOEE__AddInvincibility = 0x10002BA3
,
FX.TOEE__AddDebuffs = 0x10002BA4
,
FX.TOEE__AddBuffs = 0x10002BA5
,
FX.WildMagic_IncrementMiniboss = 0x10002BA6
,
FX.WildMagic_IncrementPopcorn = 0x10002BA7
,
FX.Abilities_Barbarian_Enh_VisageOfTerror_Monitor = 0x10002BA8
,
FX.Abilities_Barbarian_Enh_VisageOfTerror_FoundObj = 0x10002BA9
,
FX.Avatar_cb_creation_scatter = 0x10002BAA
,
FX.Combat_OnHit_Agent__Zugg_DOT = 0x10002BAB
,
FX.GeneratorReset = 0x10002BAC
,
FX.Action_Detection_Agent__Feat_AdminAuraUsable = 0x10002BAD
,
FX.Drone_Generator_u25_TOEE_Explore1 = 0x10002BAE
,
FX.Drone_Generator_u25_TOEE_Explore2 = 0x10002BAF
,
FX.Drone_Generator_u25_TOEE_Explore3 = 0x10002BB0
,
FX.Drone_Generator_u25_TOEE_Explore4 = 0x10002BB1
,
FX.Drone_Generator_u25_TOEE_Explore5 = 0x10002BB2
,
FX.Drone_Generator_u25_TOEE_Boss = 0x10002BB3
,
FX.Spell_Brittleskin_Agent__EffectMonitor = 0x10002BB4
,
FX.Combat_OnHit_Agent__TOEECollarFireFX = 0x10002BB5
,
FX.Action_Control_Agent__eldritchblast_singletarget_1 = 0x10002BB7
,
FX.Action_Monitor_Agent__eldritchblast_singletarget_1 = 0x10002BB8
,
FX.Action_Monitor_Agent__eldritchBlast_projectileball_1 = 0x10002BB9
,
FX.Action_Monitor_Agent__eldritchBlast_projectileball_2 = 0x10002BBA
,
FX.Action_Monitor_Agent__eldritchBlast_pbaoe_1 = 0x10002BBB
,
FX.Action_Monitor_Agent__eldritchBlast_pbaoe_2 = 0x10002BBC
,
FX.Action_Control_Agent__eldritchblast_pbaoe_1 = 0x10002BBD
,
FX.Action_Control_Agent__eldritchblast_pbaoe_2 = 0x10002BBE
,
FX.Action_Monitor_Agent__eldritchblast_singletarget_2 = 0x10002BBF
,
FX.Action_Control_Agent__eldritchblast_cone_1 = 0x10002BC0
,
FX.Action_Control_Agent__eldritchblast_projectileball_1 = 0x10002BC1
,
FX.Action_Control_Agent__eldritchblast_cone_2 = 0x10002BC2
,
FX.Action_Control_Agent__eldritchblast_projectileball_2 = 0x10002BC3
,
FX.Action_Control_Agent__eldritchblast_singletarget_2 = 0x10002BC4
,
FX.Action_Monitor_Agent__eldritchblast_cone_1 = 0x10002BC5
,
FX.Action_Monitor_Agent__eldritchblast_cone_2 = 0x10002BC6
,
FX.Combat_Anim_Agent___Cast_Induction_B_Stop = 0x10002BC7
,
FX.Combat_Anim_Agent___Cast_Induction_A_Stop = 0x10002BC8
,
FX.Combat_Anim_Agent___Cast_Induction_D_Stop = 0x10002BC9
,
FX.Combat_Anim_Agent___Cast_Induction_C_Stop = 0x10002BCA
,
FX.Combat_Anim_Agent___Cast_Induction_A = 0x10002BCB
,
FX.Combat_Anim_Agent___Cast_Induction_B = 0x10002BCC
,
FX.Combat_Anim_Agent___Cast_Induction_C = 0x10002BCD
,
FX.Combat_Anim_Agent___Cast_Induction_D = 0x10002BCE
,
FX.Combat_Anim_Agent___Cast_Blast_A = 0x10002BCF
,
FX.Combat_Anim_Agent___Cast_Blast_B = 0x10002BD0
,
FX.Combat_Anim_Agent___Cast_Blast_C = 0x10002BD1
,
FX.Combat_Anim_Agent___Cast_Blast_D = 0x10002BD2
,
FX.Action_Anim_Agent___EldritchBlast_2_Delivery = 0x10002BD3
,
FX.Action_Anim_Agent___EldritchBlast_3_Delivery = 0x10002BD4
,
FX.Action_Anim_Agent___EldritchBlast_2_ChargeUp = 0x10002BD5
,
FX.Action_Anim_Agent___EldritchBlast_1_Delivery = 0x10002BD6
,
FX.Action_Anim_Agent___EldritchBlast_3_ChargeUp = 0x10002BD7
,
FX.Action_Anim_Agent___EldritchBlast_1_Hold = 0x10002BD8
,
FX.Action_Anim_Agent___EldritchBlast_1_ChargeUp = 0x10002BD9
,
FX.Action_Anim_Agent___EldritchBlast_2_Hold = 0x10002BDA
,
FX.Action_Anim_Agent___EldritchBlast_3_Hold = 0x10002BDB
,
FX.Action_Control_Agent__GenericSpellActionSimple = 0x10002BDC
,
FX.Combat_OnHit_Agent__EldritchBlast = 0x10002BDD
,
FX.Action_Anim_Agent___ChargenAnim_Warlock = 0x10002BDE
,
FX.Action_Monitor_Agent__eldritchblast_singletarget_3 = 0x10002BDF
,
FX.Action_Control_Agent__eldritchblast_chain_1 = 0x10002BE0
,
FX.Action_Control_Agent__eldritchblast_chain_2 = 0x10002BE1
,
FX.Action_Control_Agent__eldritchblast_singletarget_3 = 0x10002BE2
,
FX.Action_Monitor_Agent__eldritchblast_chain_1 = 0x10002BE3
,
FX.Action_Monitor_Agent__eldritchblast_chain_2 = 0x10002BE4
,
FX.vfx_shared_weapon_ranged = 0x10002BE5
,
FX.Abilities_Warlock_Player__EldritchAura = 0x10002BE6
,
FX.Vfx_Eldritch = 0x10002BE7
,
FX.Vfx_Acid = 0x10002BE8
,
FX.Vfx_Sonic = 0x10002BE9
,
FX.Vfx_Fire = 0x10002BEA
,
FX.Spell_EldritchBlast_Agent__ShootBeams = 0x10002BEB
,
FX.Spell_EldritchBlast_Agent__ReturnForNextNode = 0x10002BEC
,
FX.Spell_EldritchBlast_Player__Beam = 0x10002BED
,
FX.Spell_EldritchBlast_Agent__FinalNode = 0x10002BEE
,
FX.Spell_EldritchBlast_Agent__EffectMonitor = 0x10002BEF
,
FX.Spell_EldritchBlast_Agent__AOECallback = 0x10002BF0
,
FX.Spell_EldritchBlast_Agent__NextNode = 0x10002BF1
,
FX.Action_Anim_Agent___EldritchBlast_4_Hold = 0x10002BF2
,
FX.Action_Anim_Agent___EldritchBlast_4_Delivery = 0x10002BF3
,
FX.Action_Anim_Agent___EldritchBlast_4_ChargeUp = 0x10002BF4
,
FX.Combat_OnHit_Agent__Benefit_Warlock_CelestialSpirit = 0x10002BF5
,
FX.Spell_ConeOfEldritchBlast_Agent__EffectMonitor = 0x10002BF6
,
FX.Spell_ConeOfEldritchBlast_Agent__AOECallback = 0x10002BF7
,
FX.Spell_GenericAttackConeTarget_Agent__EffectMonitor = 0x10002BF8
,
FX.Vfx_Pulse_7s = 0x10002BF9
,
FX.Vfx_Pulse_4s = 0x10002BFA
,
FX.Vfx_Pulse_1s = 0x10002BFB
,
FX.Vfx_Pulse_8s = 0x10002BFC
,
FX.Vfx_Pulse_10s = 0x10002BFD
,
FX.Vfx_Pulse_5s = 0x10002BFE
,
FX.Vfx_Pulse_2s = 0x10002BFF
,
FX.Vfx_Pulse_6s = 0x10002C00
,
FX.Vfx_Pulse_9s = 0x10002C01
,
FX.Vfx_Pulse_3s = 0x10002C02
,
FX.Advancement_NPC__TrainerWarlockFX = 0x10002C03
,
FX.Abilities_Warlock_TaintedScholar_DepravityPlusOne = 0x10002C05
,
FX.vfx_eldritch_charge_left_hand = 0x10002C06
,
FX.vfx_eldritch_charge_right_hand = 0x10002C07
,
FX.vfx_eldritch_charge_ball = 0x10002C08
,
FX.Spell_PBEldritchBlast1_Agent__EffectMonitor = 0x10002C09
,
FX.Spell_PBEldritchBlast1_Agent__AOECallback = 0x10002C0A
,
FX.Spell_PBEldritchBlast2_Agent__AOECallback = 0x10002C0B
,
FX.Spell_PBEldritchBlast2_Agent__EffectMonitor = 0x10002C0C
,
FX.vfx_eldritch_blast_right_hand = 0x10002C0D
,
FX.vfx_eldritch_blast_left_hand = 0x10002C0E
,
FX.Spell_EldritchBall_1_Agent__AOECallback = 0x10002C0F
,
FX.Spell_EldritchBall_1_Agent__EffectMonitor = 0x10002C10
,
FX.Spell_WarlockStricken_Agent__EffectMonitor = 0x10002C11
,
FX.Spell_WarlockConsume_Agent__EffectMonitor = 0x10002C12
,
FX.Action_Anim_Agent___EldritchAOE = 0x10002C13
,
FX.Action_Anim_Agent___EldritchBlast_TriCone_Delivery = 0x10002C14
,
FX.Spell_ConeOfEldritchBlast_Tri_Agent__EffectMonitor = 0x10002C15
,
FX.Abilities_Warlock_Player__DarkFeeding = 0x10002C16
,
FX.Spell_WarlockStealLifeforce_Agent__EffectMonitor = 0x10002C1C
,
FX.Combat_OnHit_Agent__BatCloud_Persistent = 0x10002C1D
,
FX.Emote_Monster_Fall = 0x10002C1E
,
FX.Emote_Monster_Fall_Idle = 0x10002C1F
,
FX.Emote_Monster_Sit_Idle = 0x10002C20
,
FX.Emote_Monster_Sit_2_Idle = 0x10002C21
,
FX.Emote_Monster_Fall_2_Sit = 0x10002C22
,
FX.Spell_EldritchBlast_Agent__AOE_VFX = 0x10002C23
,
FX.Emote_Monster_Idle_2_Exit = 0x10002C24
,
FX.Abilities_Spell_Player__SilenceCreature = 0x10002C25
,
FX.SL_Spell_BreakStuff = 0x10002C26
,
FX.SL_Spell_BreakStuffDetect = 0x10002C27
,
FX.Startup_Armcannon_Angelic_B_vfx = 0x10002C28
,
FX.Startup_Armcannon_Angelic_A_vfx = 0x10002C29
,
FX.vfx_shared_weapon_swap_rhand = 0x10002C2B
,
FX.plusone_chrism_rangedpower_1 = 0x10002C2C
,
FX.plusone_chrism_meleepower_1 = 0x10002C2D
,
FX.plusone_chrism_physicalresistance_1 = 0x10002C2E
,
FX.plusone_chrism_spellpower_1 = 0x10002C2F
,
FX.plusone_chrism_magicalresistance_1 = 0x10002C30
,
FX.Combat_OnHit_Agent__PurpleWorm_Cone = 0x10002C31
,
FX.Combat_OnHit_Agent__PurpleWorm_Line = 0x10002C32
,
FX.vfx_reticle_rect_5x50 = 0x10002C33
,
FX.vfx_reticle_cone_50x20 = 0x10002C34
,
FX.Combat_OnHit_Agent__HurlThroughHell = 0x10002C35
,
FX.Combat_Anim_Agent__HurlThroughHell = 0x10002C36
,
FX.Combat_Runearm_Agent__EffectMonitor_Projectile_Spray_Bees_4 = 0x10002C37
,
FX.Combat_Runearm_Agent__EffectMonitor_Projectile_Spray_Bees_5 = 0x10002C38
,
FX.Combat_Runearm_Agent__EffectMonitor_Projectile_Spray_Bees_6 = 0x10002C39
,
FX.Combat_Runearm_Agent__EffectMonitor_Projectile_Spray_Bees_1 = 0x10002C3A
,
FX.Combat_Runearm_Agent__EffectMonitor_Projectile_Spray_Bees_2 = 0x10002C3B
,
FX.Combat_Runearm_Agent__EffectMonitor_Projectile_Spray_Bees_3 = 0x10002C3C
,
FX.Startup_Headless_Shadow_vfx = 0x10002C3D
,
FX.Vfx_streak_claw_green = 0x10002C3E
,
FX.Vfx_streak_claw_purple = 0x10002C3F
,
FX.Vfx_streak_claw_blue = 0x10002C40
,
FX.Vfx_streak_claw_red = 0x10002C41
,
FX.Vfx_streak_claw_black = 0x10002C42
,
FX.Vfx_streak_lhand = 0x10002C43
,
FX.Vfx_streak_rhand = 0x10002C44
,
FX.Combat_OnHit_Agent__Confetti = 0x10002C45
,
FX.Startup_Armcannon_Xoriat_A_vfx = 0x10002C46
,
FX.Combat_Commands_Player__EffectMonitor_Projectile_EpicDestiny_Blades_5 = 0x10002C47
,
FX.Effect_OnHit_Agent__Dreamscape = 0x10002C48
,
FX.Action_Monitor_Agent__Epicdestiny_Charge = 0x10002C49
,
FX.Vfx_Orange = 0x10002C4A
,
FX.Vfx_Red = 0x10002C4B
,
FX.Vfx_Green = 0x10002C4C
,
FX.Vfx_Blue = 0x10002C4D
,
FX.Vfx_Yellow = 0x10002C4E
,
FX.Vfx_White = 0x10002C4F
,
FX.Vfx_Purple = 0x10002C50
,
FX.Item_LegendaryGreenSteel_DomMat_Apply = 0x10002C51
,
FX.Item_LegendaryGreenSteel_EscEth_Apply = 0x10002C52
,
FX.Item_LegendaryGreenSteel_DomEth_Apply = 0x10002C53
,
FX.Item_LegendaryGreenSteel_OppEth = 0x10002C54
,
FX.Item_LegendaryGreenSteel_OppMat_Apply = 0x10002C55
,
FX.Item_LegendaryGreenSteel_EscEth = 0x10002C56
,
FX.Item_LegendaryGreenSteel_DomMat = 0x10002C57
,
FX.Item_LegendaryGreenSteel_DomEth = 0x10002C58
,
FX.Item_LegendaryGreenSteel_EscMat = 0x10002C59
,
FX.Item_LegendaryGreenSteel_EscMat_Apply = 0x10002C5A
,
FX.Combat_OnHit_Agent__Greensteel_Esc_Eth_AOE = 0x10002C5B
,
FX.Combat_OnHit_Agent__Greensteel_Esc_Eth_ApplyEffects = 0x10002C5C
,
FX.Item_LegendaryGreenSteel_OppMat = 0x10002C5D
,
FX.Item_LegendaryGreenSteel_OppEth_Apply = 0x10002C5E
,
FX.vfx_Juggle_Mesh = 0x10002C5F
,
FX.Startup_Vargouille_vfx = 0x10002C60
,
FX.Effect_OnHit_Agent__Enhancement_Fighter_Kensei_OpportunityAttack_AddOne = 0x10002C61
,
FX.AtS__MagnetTrap = 0x10002C62
,
FX.AtS__OhGodTheBees = 0x10002C63
,
FX.Combat_Runearm_Agent__EffectMonitor_Projectile_Spray_Books_1 = 0x10002C64
,
FX.Combat_Runearm_Agent__EffectMonitor_Projectile_Spray_Books_2 = 0x10002C65
,
FX.Combat_Runearm_Agent__EffectMonitor_Projectile_Spray_Books_3 = 0x10002C66
,
FX.Combat_Runearm_Agent__EffectMonitor_Projectile_Spray_Books_4 = 0x10002C67
,
FX.Combat_Runearm_Agent__EffectMonitor_Projectile_Spray_Books_5 = 0x10002C68
,
FX.Combat_Runearm_Agent__EffectMonitor_Projectile_Spray_Books_6 = 0x10002C69
,
FX.Action_Monitor_Agent__MemoryofFlight = 0x10002C6A
,
FX.Spell_DragonbornBreathElectric_Agent__AOECallback = 0x10002C6B
,
FX.Spell_DragonbornBreathFire_Agent__AOECallback = 0x10002C6C
,
FX.Spell_DragonbornBreathFire_Agent__EffectMonitor = 0x10002C6D
,
FX.Spell_DragonbornBreathElectric_Agent__EffectMonitor = 0x10002C6E
,
FX.Spell_DragonbornBreathAcid_Agent__EffectMonitor = 0x10002C6F
,
FX.Spell_DragonbornBreathAcid_Agent__AOECallback = 0x10002C70
,
FX.Spell_DragonbornBreathCold_Agent__EffectMonitor = 0x10002C71
,
FX.Spell_DragonbornBreathCold_Agent__AOECallback = 0x10002C72
,
FX.vfx_stage_a = 0x10002C73
,
FX.vfx_stage_b = 0x10002C74
,
FX.vfx_stage_c = 0x10002C75
,
FX.vfx_stage_d = 0x10002C76
,
FX.vfx_stage_e = 0x10002C77
,
FX.vfx_stage_f = 0x10002C78
,
FX.vfx_stage_g = 0x10002C79
,
FX.vfx_stage_h = 0x10002C7A
,
FX.WildMagic_Start = 0x10002C7C
,
FX.Vfx_wings_fire = 0x10002C7D
,
FX.Vfx_wings_white_a = 0x10002C7E
,
FX.Vfx_eyes_fire = 0x10002C7F
,
FX.Vfx_wings_green_a = 0x10002C80
,
FX.Vfx_eyes_purple_a = 0x10002C81
,
FX.Vfx_eyes_green_a = 0x10002C82
,
FX.Vfx_wings_purple_a = 0x10002C83
,
FX.Vfx_eyes_white_a = 0x10002C84
,
FX.PuzzleFeedbackFailComplete = 0x10002C85
,
FX.PuzzleSuccess1 = 0x10002C86
,
FX.PuzzleSuccess2 = 0x10002C87
,
FX.PuzzleFeedback1 = 0x10002C88
,
FX.PuzzleSuccess3 = 0x10002C89
,
FX.PuzzleFeedback2 = 0x10002C8A
,
FX.PuzzleFeedbackFail1 = 0x10002C8B
,
FX.PuzzleFeedbackFail2 = 0x10002C8C
,
FX.PuzzleComplete = 0x10002C8D
,
FX.PuzzleLock = 0x10002C8E
,
FX.PuzzleUnlock = 0x10002C8F
,
FX.PuzzleStart = 0x10002C90
,
FX.PuzzleLogic1 = 0x10002C91
,
FX.Quest_DragonBorn_Entity__Lightning_Mark = 0x10002C92
,
FX.Action_Anim_Agent___Emote_Headbutt_Halforc = 0x10002C93
,
FX.PuzzleSuccess3_Persistent = 0x10002C9C
,
FX.PuzzleComplete_Persistent = 0x10002C9D
,
FX.PuzzleSuccess1_Persistent = 0x10002C9E
,
FX.PuzzleSuccess2_Persistent = 0x10002C9F
,
FX.PuzzleFeedbackFailComplete_Persistent = 0x10002CA0
,
FX.PuzzleActivate = 0x10002CA1
,
FX.Weather_Directional_Wind_South = 0x10002CA7
,
FX.Weather_Directional_Wind_West = 0x10002CA8
,
FX.Weather_Directional_Wind_North = 0x10002CA9
,
FX.Weather_Directional_Wind_East = 0x10002CAA
,
FX.Vfx_Dragonborn_Breath_Fire = 0x10002CAB
,
FX.Vfx_Dragonborn_Breath_Cold = 0x10002CAC
,
FX.Vfx_Dragonborn_Breath_Acid = 0x10002CAD
,
FX.Vfx_Dragonborn_Breath_Electric = 0x10002CAE
,
FX.Drone_Generator_rl_Tavern = 0x10002CB1
,
FX.Drone_Generator_rl_Boss = 0x10002CB2
,
FX.Drone_Generator_rl_Landscape = 0x10002CB3
,
FX.Drone_Generator_rl_Explore1 = 0x10002CB4
,
FX.Drone_Generator_rl_Explore2 = 0x10002CB5
,
FX.Drone_Generator_rl_Explore3 = 0x10002CB6
,
FX.Drone_Generator_rl_Explore4 = 0x10002CB7
,
FX.RL__DestroySunsword = 0x10002CB8
,
FX.RL__DestroySymbol = 0x10002CB9
,
FX.RL__DestroyIcon = 0x10002CBB
,
FX.RL__RegisterIcon = 0x10002CBC
,
FX.RL__RegisterSymbol = 0x10002CBD
,
FX.RL__RegisterSunsword = 0x10002CBE
,
FX.Emotes_NPC___Stand_Id_Read_Scroll_Once = 0x10002CBF
,
FX.Action_Monitor_Agent__Feat_Domain_Animal_Leap = 0x10002CC1
,
FX.vfx_mn_creepingcoin_coinpile = 0x10002CC2
,
FX.vfx_mn_creepingcoin_glitter = 0x10002CC3
,
FX.Action_Detection_Agent__Feat_TurnUndead_SunDomain = 0x10002CC4
,
FX.Spell_GenericReticle__RangedTargets = 0x10002CC5
,
FX.Spell_GenericReticle__Cardinal = 0x10002CC6
,
FX.Spell_GenericReticle__Line = 0x10002CC7
,
FX.Spell_GenericReticle__Exclusion = 0x10002CC8
,
FX.Spell_GenericReticle__TargetPlayer = 0x10002CC9
,
FX.Spell_GenericReticle__Scatter = 0x10002CCA
,
FX.Spell_GenericReticle__1infront = 0x10002CCB
,
FX.RL__SunswordOnHit = 0x10002CCC
,
FX.Wander_Raven_Fly_In = 0x10002CCD
,
FX.Wander_Raven_Loc_A = 0x10002CCE
,
FX.Wander_Raven_Fly_Out_Holding = 0x10002CCF
,
FX.Wander_Raven_Loc_B = 0x10002CD0
,
FX.Wander_Raven_Loc_C = 0x10002CD1
,
FX.Wander_Raven_Stationary = 0x10002CD2
,
FX.vfx_mist_hidden_start = 0x10002CD3
,
FX.vfx_mist_hidden_end = 0x10002CD4
,
FX.Equipment_Player__MakesMeCold = 0x10002CD5
,
FX.Tarokka_Card_Traitor_Glyphs_9 = 0x10002CD6
,
FX.Tarokka_Card_Horseman_High = 0x10002CD7
,
FX.Tarokka_Card_Illusionist_Stars_7 = 0x10002CD8
,
FX.Tarokka_Card_Missionary_Glyphs_2 = 0x10002CD9
,
FX.Tarokka_Card_Dictator_Swords_8 = 0x10002CDA
,
FX.Tarokka_Card_Mercenary_Swords_4 = 0x10002CDB
,
FX.Tarokka_Card_Diviner_Stars_2 = 0x10002CDC
,
FX.Tarokka_Card_Thief_Coins_7 = 0x10002CDD
,
FX.Tarokka_Card_Seer_High = 0x10002CDE
,
FX.Tarokka_Card_Shepherd_Glyphs_4 = 0x10002CDF
,
FX.Tarokka_Card_Druid_Glyphs_5 = 0x10002CE0
,
FX.Tarokka_Card_Swashbuckler_Coins_1 = 0x10002CE1
,
FX.Tarokka_Card_BrokenOne_High = 0x10002CE2
,
FX.Tarokka_Card_Myrmidon_Swords_5 = 0x10002CE3
,
FX.Tarokka_Card_Soldier_Swords_3 = 0x10002CE4
,
FX.Tarokka_Card_Transmuter_Stars_1 = 0x10002CE5
,
FX.Tarokka_Card_Healer_Glyphs_3 = 0x10002CE6
,
FX.Tarokka_Card_TaxCollector_Coins_8 = 0x10002CE7
,
FX.Tarokka_Card_GuildMember_Coins_5 = 0x10002CE8
,
FX.Tarokka_Card_Rogue_Coins_0 = 0x10002CE9
,
FX.Tarokka_Card_Artifact_High = 0x10002CEA
,
FX.Tarokka_Card_Innocent_High = 0x10002CEB
,
FX.Tarokka_Card_Executioner_High = 0x10002CEC
,
FX.Tarokka_Card_Enchanter_Stars_3 = 0x10002CED
,
FX.Tarokka_Card_Raven_High = 0x10002CEE
,
FX.Tarokka_Card_DarkLord_High = 0x10002CEF
,
FX.Tarokka_Card_Beast_High = 0x10002CF0
,
FX.Tarokka_Card_Torturer_Swords_9 = 0x10002CF1
,
FX.Tarokka_Card_Wizard_Stars_0 = 0x10002CF2
,
FX.Tarokka_Card_Merchant_Coins_4 = 0x10002CF3
,
FX.Tarokka_Card_Miser_Coins_9 = 0x10002CF4
,
FX.Tarokka_Card_Marionette_High = 0x10002CF5
,
FX.Tarokka_Card_Paladin_Swords_2 = 0x10002CF6
,
FX.Tarokka_Card_Abjurer_Stars_4 = 0x10002CF7
,
FX.Tarokka_Card_Philanthropist_Coins_2 = 0x10002CF8
,
FX.Tarokka_Card_Donjon_High = 0x10002CF9
,
FX.Tarokka_Card_Elementalist_Stars_5 = 0x10002CFA
,
FX.Tarokka_Card_Anarchist_Glyphs_6 = 0x10002CFB
,
FX.Tarokka_Card_Mists_High = 0x10002CFC
,
FX.Tarokka_Card_Necromancer_Stars_8 = 0x10002CFD
,
FX.Tarokka_Card_Trader_Coins_3 = 0x10002CFE
,
FX.Tarokka_Card_Beserker_Swords_6 = 0x10002CFF
,
FX.Tarokka_Card_Bishop_Glyphs_8 = 0x10002D00
,
FX.Tarokka_Card_HoodedOne_Swords_7 = 0x10002D01
,
FX.Tarokka_Card_Evoker_Stars_6 = 0x10002D02
,
FX.Tarokka_Card_Warrior_Swords_0 = 0x10002D03
,
FX.Tarokka_Card_Beggar_Coins_6 = 0x10002D04
,
FX.Tarokka_Card_Monk_Glyphs_1 = 0x10002D05
,
FX.Tarokka_Card_Priest_Glyphs_0 = 0x10002D06
,
FX.Tarokka_Card_Ghost_High = 0x10002D07
,
FX.Tarokka_Card_Avenger_Swords_1 = 0x10002D08
,
FX.Tarokka_Card_Conjurer_Stars_9 = 0x10002D09
,
FX.Tarokka_Card_Charlatan_Glyphs_7 = 0x10002D0A
,
FX.Tarokka_Card_Tempter_High = 0x10002D0B
,
FX.Startup_Flameskull_Fire_vfx = 0x10002D0C
,
FX.vfx_Fan_of_Knives = 0x10002D0D
,
FX.vfx_aasimar_aura = 0x10002D0E
,
FX.vfx_aasimar_wings_demonic = 0x10002D0F
,
FX.vfx_aasimar_wings_angelic = 0x10002D10
,
FX.vfx_aasimar_wings_idle = 0x10002D11
,
FX.vfx_aasimar_wings_tuck = 0x10002D12
,
FX.vfx_aasimar_eyes_angelic = 0x10002D14
,
FX.vfx_aasimar_eyes_demonic = 0x10002D15
,
FX.Spell_FanOfKnivesd_Agent__AOECallback = 0x10002D16
,
FX.Spell_FanOfKnives_Agent__EffectMonitor = 0x10002D17
,
FX.vfx_aasimar_eyes_scourge = 0x10002D18
,
FX.Combat_Anim_Agent___Cast_Throw = 0x10002D19
,
FX.Combat_Anim_Agent___Cast_Aggro_Throw = 0x10002D1A
,
FX.AI_Monster__HateMyEnemy = 0x10002D1B
,
FX.Weapon_Imbue_Scourge = 0x10002D1C
,
FX.vfx_aasimar_scourge_aura = 0x10002D1D
,
FX.Spell_AasimarScourgeSplode_Agent__AOECallback = 0x10002D1E
,
FX.AI_States_NPC__TeleportVFX_DestroySelf = 0x10002D1F
,
FX.AI_States_NPC__FadeOut_DestroySelf = 0x10002D20
,
FX.vfx_sword_of_doom_warning = 0x10002D21
,
FX.vfx_sword_of_doom_end = 0x10002D22
,
FX.vfx_sword_of_doom_end_meshfx = 0x10002D23
,
FX.vfx_sword_of_doom_start_meshfx = 0x10002D24
,
FX.vfx_sword_of_doom_start = 0x10002D25
,
FX.vfx_sword_of_doom_warning_meshfx = 0x10002D26
,
FX.vfx_scarecrow_scare_eyes_stage1 = 0x10002D28
,
FX.vfx_scarecrow_scare_eyes_stage2 = 0x10002D29
,
FX.vfx_Cauldron_Hit = 0x10002D2A
,
FX.vfx_shambling_mound_engulf_hit_start = 0x10002D2B
,
FX.vfx_shambling_mound_engulf_end = 0x10002D2C
,
FX.vfx_shambling_mound_engulf_start = 0x10002D2D
,
FX.vfx_shambling_mound_engulf_meshFX = 0x10002D2E
,
FX.vfx_shambling_mound_engulf_loop = 0x10002D2F
,
FX.vfx_shambling_mound_engulf_hit_end = 0x10002D30
,
FX.vfx_shambling_mound_engulf_hit_loop = 0x10002D31
,
FX.snd_sentient_item_on_unequip = 0x10002D32
,
FX.snd_sentient_item_on_equip = 0x10002D33
,
FX.snd_sentient_item_on_item_destroy = 0x10002D34
,
FX.snd_sentient_owner_on_trap_disarm = 0x10002D35
,
FX.snd_sentient_owner_on_hit_by_trap = 0x10002D36
,
FX.snd_sentient_owner_on_killed = 0x10002D37
,
FX.snd_sentient_quest_turn_in = 0x10002D38
,
FX.snd_sentient_item_on_item_damage = 0x10002D39
,
FX.snd_sentient_owner_on_quarter_health = 0x10002D3A
,
FX.snd_sentient_item_on_slot_unlock = 0x10002D3B
,
FX.snd_sentient_owner_on_raised = 0x10002D3D
,
FX.snd_sentient_owner_on_failed_pick_lock = 0x10002D3E
,
FX.snd_sentient_item_on_item_xp = 0x10002D3F
,
FX.snd_sentient_quest_bestow = 0x10002D40
,
FX.snd_sentient_item_on_kill = 0x10002D41
,
FX.snd_sentient_ally_died = 0x10002D43
,
FX.vfx_sunsword_powerdown = 0x10002D44
,
FX.vfx_sunsword_powerup = 0x10002D45
,
FX.snd_sentient_scripted_event_good_event_general = 0x10002D46
,
FX.snd_sentient_scripted_event_look_elsewhere = 0x10002D47
,
FX.snd_sentient_owner_on_got_crit = 0x10002D48
,
FX.snd_sentient_scripted_event_bad_event_general = 0x10002D49
,
FX.snd_sentient_scripted_event_good_deed = 0x10002D4A
,
FX.snd_sentient_scripted_event_betrayed = 0x10002D4B
,
FX.snd_sentient_owner_cced = 0x10002D4C
,
FX.snd_sentient_scripted_event_suspicious = 0x10002D4D
,
FX.snd_sentient_scripted_event_npc_nice = 0x10002D4E
,
FX.snd_sentient_scripted_event_boss_encounter = 0x10002D4F
,
FX.snd_sentient_scripted_event_nice_place = 0x10002D50
,
FX.snd_sentient_scripted_event_chaotic_deed = 0x10002D51
,
FX.snd_sentient_owner_on_search_success = 0x10002D52
,
FX.snd_sentient_scripted_event_lawful_deed = 0x10002D53
,
FX.snd_sentient_owner_use_chest = 0x10002D54
,
FX.snd_sentient_scripted_event_npc_shady = 0x10002D55
,
FX.snd_sentient_owner_use_collectible = 0x10002D56
,
FX.snd_sentient_owner_on_failed_disarm_trap = 0x10002D57
,
FX.snd_sentient_scripted_event_evil_deed = 0x10002D58
,
FX.snd_sentient_scripted_event_creepy = 0x10002D59
,
FX.snd_sentient_owner_rest_shrine = 0x10002D5A
,
FX.Combat_Runearm_Agent__EffectMonitor_Cone_BlackFire_1 = 0x10002D5B
,
FX.Combat_Runearm_Agent__EffectMonitor_Cone_BlackFire_2 = 0x10002D5C
,
FX.Combat_Runearm_Agent__EffectMonitor_Cone_BlackFire_3 = 0x10002D5D
,
FX.Combat_Runearm_Agent__EffectMonitor_Cone_BlackFire_4 = 0x10002D5E
,
FX.Combat_Runearm_Agent__EffectMonitor_Cone_BlackFire_5 = 0x10002D5F
,
FX.Combat_Runearm_Agent__EffectMonitor_Cone_BlackFire_6 = 0x10002D60
,
FX.Drone_Generator_rl_spooky_house = 0x10002D61
,
FX.Drone_Generator_BossFight_rl = 0x10002D62
,
FX.Combat_OnHit_Agent__RavenloftCollarFX1 = 0x10002D63
,
FX.Combat_OnHit_Agent__RavenloftCollarFX2 = 0x10002D64
,
FX.Drone_Generator_r1_abbey_pool = 0x10002D65
,
FX.Action_Monitor_Agent__Feat_ArcaneInsight = 0x10002D66
,
FX.Action_Monitor_Agent__Feat_WellSpringofPower = 0x10002D67
,
FX.WP__HeatMetalTrap = 0x10002D68
,
FX.Action_Monitor_Agent__Feat_ImprovedFeint_UseSpot = 0x10002D6B
,
FX.Action_Detection_Agent__Feat_ImprovedFeint_UseSpot = 0x10002D6C
,
FX.Action_Monitor_Agent__Enh_Art_Construct_1 = 0x10002D6D
,
FX.Action_Monitor_Agent__Enh_Art_Construct_2 = 0x10002D6E
,
FX.Action_Monitor_Agent__Enh_Art_Construct_3 = 0x10002D6F
,
FX.Action_Monitor_Agent__Enh_Art_Construct_4 = 0x10002D70
,
FX.Action_Monitor_Agent__Feat_JawsOfWinter = 0x10002D71
,
FX.Action_Anim_Agent__Enh_Art_Construct_1 = 0x10002D72
,
FX.Action_Anim_Agent__Enh_Art_Construct_2 = 0x10002D73
,
FX.Action_Anim_Agent__Enh_Art_Construct_3 = 0x10002D74
,
FX.Action_Anim_Agent__Enh_Art_Construct_4 = 0x10002D75
,
FX.Spell_HowlOfTerror_Agent__EffectMonitor = 0x10002D76
,
FX.Combat_OnHit_Agent__AcidVulFloor = 0x10002D77
,
FX.Combat_OnHit_Agent__FireVulFloor = 0x10002D78
,
FX.Combat_OnHit_Agent__ColdVulFloor = 0x10002D79
,
FX.Combat_OnHit_Agent__ElectricVulFloor = 0x10002D7A
,
FX.Action_Monitor_Agent__Feat_Shred = 0x10002D7B
,
FX.Action_Monitor_Agent__Feat_Bear_Charge = 0x10002D7C
,
FX.Action_Monitor_Agent__Feat_LightningStrikesMountain = 0x10002D7D
,
FX.Spell_Roar_Agent__AOECallback = 0x10002D7E
,
FX.Spell_Roar_Agent__EffectMonitor = 0x10002D7F
,
FX.Action_Monitor_Agent__WolfCharge = 0x10002D80
,
FX.Action_Detect_Agent__Feat_LightningStrikesMountain = 0x10002D81
,
FX.Action_Anim_Agent___BearRoar = 0x10002D82
,
FX.Abilities_Artificer_Player__RenegadeMeleeAttack = 0x10002D83
,
FX.Abilities_Artificer_Player__RenegadeMeleeAttack_Detect = 0x10002D84
,
FX.Action_Monitor_Agent__GhostWolf = 0x10002D85
,
FX.Action_Detection_Entity__GhostWolfCallback = 0x10002D86
,
FX.Combat_OnHit_Agent__CrownofButterflies = 0x10002D88
,
FX.Combat_OnHit_Agent__AutumnLeafGust = 0x10002D89
,
FX.Combat_OnHit_Agent__AutumnLeafAura = 0x10002D8A
,
FX.Combat_OnHit_Agent__UltimateForcefieldSpell = 0x10002D8B
,
FX.Spell_UnbreakableForcefieldParty_Agent__EffectMonitor = 0x10002D8C
,
FX.vfx_druid_killerinstinct_stack1 = 0x10002D8E
,
FX.vfx_druid_killerinstinct_stack2 = 0x10002D8F
,
FX.vfx_druid_killerinstinct_stack3 = 0x10002D90
,
FX.Combat_OnHit_Agent__GhostWolf = 0x10002D91
,
FX.Combat_OnHit_Agent__Battlefist_MightySlam = 0x10002D92
,
FX.Combat_OnHit_Agent__Battlefist = 0x10002D93
,
FX.Combat_Anim_Player___attk_runearm_downward_strike = 0x10002D94
,
FX.Combat_Anim_Player___attk_runearm_bash = 0x10002D95
,
FX.Action_Monitor_Agent__Feat_Tremor = 0x10002D96
,
FX.Drone_Generator_City_Night_Guitar = 0x10002D99
,
FX.vfx_meshFX_Falcon = 0x10002D9A
,
FX.Abilities_Falconer_Player__Falcon_Summon = 0x10002D9B
,
FX.vfx_meshFX_Invisible = 0x10002D9C
,
FX.Abilities_Falconer_Player__Falcon_Send = 0x10002D9D
,
FX.Combat_OnHit_Agent__FalconSlash_A = 0x10002D9E
,
FX.Combat_Callbacks_Player__MeleeAnimalForm0 = 0x10002D9F
,
FX.Combat_Callbacks_Player__MeleeAnimalForm1 = 0x10002DA0
,
FX.Combat_Callbacks_Player__MeleeAnimalForm2 = 0x10002DA1
,
FX.Combat_Callbacks_Player__MeleeAnimalForm3 = 0x10002DA2
,
FX.Combat_Callbacks_Player__MeleeAnimalForm4 = 0x10002DA3
,
FX.Combat_Callbacks_Player__MeleeAnimalForm5 = 0x10002DA4
,
FX.Spell_Roar_Agent__Clearup = 0x10002DA6
,
FX.Combat_OnHit_Agent__BirdAttack1 = 0x10002DA8
,
FX.Combat_OnHit_Agent__BirdSwarm = 0x10002DA9
,
FX.Combat_Commands_Player__BirdAttack1 = 0x10002DAA
,
FX.Combat_Commands_Player__BirdSwarm = 0x10002DAB
,
FX.Vfx_streak_falcon_wing_left = 0x10002DAC
,
FX.Vfx_streak_falcon_wing_right = 0x10002DAD
,
FX.Combat_OnHit_Agent__FrozenInPlatinum = 0x10002DAE
,
FX.Combat_OnHit_Agent__BirdAttack2 = 0x10002DAF
,
FX.Vfx_streak_falcon_wing_right_fire = 0x10002DB0
,
FX.Vfx_streak_falcon_wing_left_fire = 0x10002DB1
,
FX.Vfx_streak_falcon_wing_left_aoe = 0x10002DB2
,
FX.Vfx_streak_falcon_wing_right_aoe = 0x10002DB3
,
FX.Combat_OnHit_Agent__BirdAttack3 = 0x10002DB4
,
FX.Spell_FvSBeacon_Agent__AOECallback = 0x10002DB5
,
FX.Spell_FvSBeacon_Agent__EffectMonitor = 0x10002DB6
,
FX.Action_Monitor_Agent__Feat_FalconStrike = 0x10002DB7
,
FX.Combat_OnHit_Agent__FaerieFireSpell_yellow = 0x10002DB8
,
FX.Action_Detection_Agent__LeapOfFaith_BeaconCore5 = 0x10002DB9
,
FX.Combat_OnHit_Agent__WaveIceShieldSpell = 0x10002DBA
,
FX.Spell_FvSHope2_Agent__EffectMonitor = 0x10002DBB
,
FX.Spell_FvSHope_Agent__EffectMonitor = 0x10002DBC
,
FX.Spell_FvSHope3_Agent__VFX = 0x10002DBD
,
FX.Spell_FvSHope4_Agent__VFX = 0x10002DBE
,
FX.Spell_FvSBeacon2_Agent__EffectMonitor = 0x10002DBF
,
FX.Spell_FvSHope1_Agent__VFX = 0x10002DC0
,
FX.Spell_FvSHope2_Agent__VFX = 0x10002DC1
,
FX.Action_Monitor_Agent__Feat_FalconStrike_Ranged = 0x10002DC2
,
FX.Combat_OnHit_Agent__BirdAttack_Saved1 = 0x10002DC3
,
FX.Vfx_streak_generic_purple = 0x10002DC4
,
FX.Vfx_streak_generic_blue = 0x10002DC5
,
FX.Vfx_streak_generic_black = 0x10002DC6
,
FX.Vfx_streak_generic_green = 0x10002DC7
,
FX.Vfx_streak_generic_red = 0x10002DC8
,
FX.vfx_streak_green_sealion_claw = 0x10002DC9
,
FX.Vfx_wings_blue_a = 0x10002DCA
,
FX.Vfx_eyes_blue_a = 0x10002DCB
,
FX.Abilities_Falconry_Player__Falcon_ResetCooldown1 = 0x10002DCC
,
FX.Abilities_Falconry_Player__Falcon_GainCharge = 0x10002DCD
,
FX.Abilities_Falconry_Player__Falcon_ApplyTear = 0x10002DCE
,
FX.Combat_OnHit_Agent__MarkTarget = 0x10002DD0
,
FX.PermaDeath_Restore = 0x10002DD1
,
FX.PermaDeath_Logic = 0x10002DD2
,
FX.Combat_OnHit_Agent__DragonBreathCone_Electric_Red = 0x10002DD3
,
FX.Combat_OnHit_Agent__DragonBreathProjectile_Electric_Red = 0x10002DD4
,
FX.Combat_OnHit_Agent__DragonBreathAOE_Electric_Red = 0x10002DD5
,
FX.Combat_OnHit_Agent__DragonBreathFocused_Electric_Red = 0x10002DD6
,
FX.Combat_OnHit_Agent__DragonBreathSweep_Electric_Red = 0x10002DD7
,
FX.Startup_Armcannon_Ghostly_A_vfx = 0x10002DD8
,
FX.Quest_TeleportByAreaFile_Player = 0x10002DD9
,
FX.vfx_vargouille_wings = 0x10002DDB
,
FX.Startup_mDragon_dracolich_lightning = 0x10002DDE
,
FX.Combat_OnHit_Agent__GhostProjectile = 0x10002DDF
,
FX.Quest_DragonBorn_Entity__Timer_Explosion = 0x10002DE0
,
FX.Quest_DragonBorn_Entity__Timer = 0x10002DE1
,
FX.Startup_Skeleton_Minotaur_ghost_auara_vfx = 0x10002DE2
,
FX.Quest_Generic__HPPercentageAttk_50 = 0x10002DE3
,
FX.Quest_Generic__HPPercentageAttk_20 = 0x10002DE4
,
FX.Quest_Generic__HPPercentageAttk_25 = 0x10002DE5
,
FX.Quest_Generic__HPPercentageAttk_10 = 0x10002DE6
,
FX.Spell_CantripAcid_Agent__ShootBeams = 0x10002DE7
,
FX.Spell_CantripCold_Agent__ShootBeams = 0x10002DE8
,
FX.Spell_CantripCold_Agent__EffectMonitor = 0x10002DE9
,
FX.Spell_CantripAcid_Agent__EffectMonitor = 0x10002DEA
,
FX.Spell_CantripFire_Agent__ShootBeams = 0x10002DEB
,
FX.Spell_CantripElectric_Agent__EffectMonitor = 0x10002DEC
,
FX.Spell_CantripFire_Agent__EffectMonitor = 0x10002DED
,
FX.Spell_CantripElectric_Agent__ShootBeams = 0x10002DEE
,
FX.Action_Monitor_Agent__Feat_FalconStrike_Ranged_AOE = 0x10002DEF
,
FX.Action_Monitor_Agent__Feat_FalconStrike_AOE = 0x10002DF0
,
FX.Action_Monitor_Agent__Feat_FalconStrike_2 = 0x10002DF1
,
FX.Action_Monitor_Agent__Feat_FalconStrike_3 = 0x10002DF2
,
FX.Action_Monitor_Agent__Feat_FalconStrike_Ranged_2 = 0x10002DF3
,
FX.Action_Monitor_Agent__Feat_FalconStrike_Ranged_3 = 0x10002DF4
,
FX.Sh2__LargePlatform = 0x10002DF5
,
FX.Sh2__SmallPlatform = 0x10002DF6
,
FX.Sh2__SmallDestroy = 0x10002DF7
,
FX.Sh2__LargeDestroy = 0x10002DF8
,
FX.AI_Movement_NPC__StickJock_NoPathing = 0x10002DF9
,
FX.Spell_AcidWell_Entity__AOECallback = 0x10002DFA
,
FX.Spell_AcidWell_Entity__EffectMonitor = 0x10002DFB
,
FX.Combat_Commands_NPC___RuneArm_Quickfire = 0x10002DFC
,
FX.Combat_OnHit_Agent__Thunderstroke = 0x10002DFD
,
FX.Action_Monitor_Agent__Enh_FreezeScream = 0x10002DFE
,
FX.Combat_OnHit_Agent__Iceberg = 0x10002DFF
,
FX.Combat_OnHit_Agent__KnightsTransformationSpell = 0x10002E00
,
FX.Combat_OnHit_Agent__SpellSwordAcid = 0x10002E01
,
FX.Combat_OnHit_Agent__SpellSwordFire = 0x10002E02
,
FX.Combat_OnHit_Agent__SpellSwordCold = 0x10002E03
,
FX.Combat_OnHit_Agent__SpellSwordElectric = 0x10002E04
,
FX.Abilities_Wizard_Player__EKMeleeAttack_Player = 0x10002E05
,
FX.Abilities_Wizard_Player__EKMeleeAttack_Target = 0x10002E06
,
FX.Vfx_streak_claw_white = 0x10002E07
,
FX.Drone_Generator_sharn_city_middle_inside_2 = 0x10002E08
,
FX.Drone_Generator_sharn_cogs_landscape = 0x10002E09
,
FX.Drone_Generator_sharn_city_lower_inside_1 = 0x10002E0A
,
FX.Drone_Generator_sharn_city_upper_outside_1 = 0x10002E0B
,
FX.Drone_Generator_sharn_city_lower_inside_2 = 0x10002E0C
,
FX.Drone_Generator_sharn_city_upper_outside_2 = 0x10002E0D
,
FX.Drone_Generator_sharn_city_middle_outside_1 = 0x10002E0E
,
FX.Drone_Generator_sharn_city_middle_outside_2 = 0x10002E0F
,
FX.Drone_Generator_sharn_public = 0x10002E10
,
FX.Drone_Generator_sharn_city_lower_outside_1 = 0x10002E11
,
FX.Drone_Generator_sharn_city_lower_outside_2 = 0x10002E12
,
FX.Drone_Generator_sharn_city_upper_inside_1 = 0x10002E13
,
FX.Drone_Generator_sharn_city_upper_inside_2 = 0x10002E14
,
FX.Drone_Generator_sharn_cogs_dungeon_1 = 0x10002E15
,
FX.Drone_Generator_sharn_cogs_dungeon_2 = 0x10002E16
,
FX.Drone_Generator_sharn_cogs_dungeon_3 = 0x10002E17
,
FX.Drone_Generator_sharn_city_middle_inside_1 = 0x10002E18
,
FX.Vfx_eyes_blood_a = 0x10002E19
,
FX.Combat_OnHit_Agent__SkySled = 0x10002E1A
,
FX.Skills_Diplomacy_NPC__InquisitiveDiplomaticImmunity = 0x10002E1B
,
FX.Skills_Diplomacy_NPC__InquisitiveDiplomaticImmunityDetect = 0x10002E1C
,
FX.Abilities_Inquisitive_Player__ShowDualCrossbows = 0x10002E1D
,
FX.Abilities_Inquisitive_Player__InquisitiveAttack1 = 0x10002E1E
,
FX.Abilities_Inquisitive_Player__InquisitiveAttack2 = 0x10002E1F
,
FX.Abilities_Inquisitive_Player__InquisitiveAttack3 = 0x10002E20
,
FX.Abilities_Inquisitive_Player__InquisitiveAttack1_Detect = 0x10002E21
,
FX.Combat_OnHit_Agent__MonsterBoost = 0x10002E22
,
FX.Airship_Locomotion__Loop_Shallow_Looping = 0x10002E23
,
FX.Combat_OnHit_Agent__ObscuringDarknessSpell = 0x10002E24
,
FX.FX_Fiddle = 0x10002E25
,
FX.Spell_ObscuringDarkness_Entity__EffectMonitor = 0x10002E26
,
FX.AI_Patrol_v2_Platform__Move_Z_Pos_1 = 0x10002E27
,
FX.AI_Patrol_v2_Platform__Move_Z_Neg_1 = 0x10002E28
,
FX.vfx_aasimar_wings_stumps = 0x10002E29
,
FX.Combat_OnHit_Agent__PillarOfAsh = 0x10002E2A
,
FX.Spell_FiendishArpeggio_Agent__EffectMonitor = 0x10002E2B
,
FX.Spell_FiendishArpeggio_Agent__AOECallback = 0x10002E2C
,
FX.Quest_RoomGettingHotter1 = 0x10002E2D
,
FX.Quest_RoomGettingHotter2 = 0x10002E2E
,
FX.Quest_RoomGettingHotter3 = 0x10002E2F
,
FX.Vfx_eyes_red_tiefling = 0x10002E30
,
FX.Spell_DarkScorchingRay_Agent__ShootBeams = 0x10002E31
,
FX.Spell_DarkScorchingRay_Agent__AOECallback = 0x10002E32
,
FX.Spell_DarkScorchingRay_Agent__EffectMonitor = 0x10002E33
,
FX.Avatar_Self_Light1 = 0x10002E34
,
FX.Vfx_streak_forgewraith_boss = 0x10002E35
,
FX.Drone_Generator_sharn_public_2 = 0x10002E37
,
FX.Vfx_monk_fist_forgewraith = 0x10002E38
,
FX.Vfx_streak_otyugh = 0x10002E3A
,
FX.Action_Monitor_Agent__Epic_GrandmasterofFlowers_Attack = 0x10002E3B
,
FX.Action_Monitor_Agent__Epic_FuryoftheWild_Attack = 0x10002E3C
,
FX.Spell_PerfectPeaceChargeUp2_Agent__EffectMonitor = 0x10002E3D
,
FX.Effect_OnHit_Agent__Benefit_WildHunter_AdrenalineShot = 0x10002E3E
,
FX.Action_Monitor_Agent__Epic_Shiradi_AdrenalineShot = 0x10002E3F
,
FX.Vfx_wings_forgewraith = 0x10002E40
,
FX.Vfx_eyes_forgewraith = 0x10002E41
,
FX.Vfx_firecrown_forgewraith_a = 0x10002E42
,
FX.Vfx_firecrown_forgewraith_b = 0x10002E43
,
FX.Spell_DeathAura3_Agent__AOECallback = 0x10002E44
,
FX.Combat_OnHit_Agent__DeathAura3 = 0x10002E45
,
FX.Action_Detection_Agent__Spell_DeathAura3 = 0x10002E46
,
FX.Spell_DeathAura3_Agent__EffectMonitor = 0x10002E47
,
FX.Quest_Player__Search_Tutorial_1 = 0x10002E48
,
FX.Quest_Player__Search_Tutorial_2 = 0x10002E49
,
FX.Action_Monitor_Agent__Feat_InspireCompetenceForAll = 0x10002E4A
,
FX.Action_Detection_Agent__Feat_InspireCompetenceForEach = 0x10002E4B
,
FX.Action_Monitor_Agent__Benefit_Monk_TouchOfDespair = 0x10002E4C
,
FX.Action_Monitor_Agent__Feat_FatesingerPrimalHymn = 0x10002E4D
,
FX.Action_Monitor_Agent__Feat_FatesingerDivineHymn = 0x10002E4E
,
FX.Action_Monitor_Agent__Feat_FatesingerArcaneHymn = 0x10002E4F
,
FX.Action_Monitor_Agent__Feat_FatesingerMartialHymn = 0x10002E50
,
FX.Quest_SharnRaid2_Player__ElementalCharge = 0x10002E51
,
FX.Advancement_NPC__TrainerAlchemistFX = 0x10002E52
,
FX.Combat_Anim_Player___attk_special_single_strike = 0x10002E53
,
FX.Spell_Alc_Agent__BlueCounter = 0x10002E54
,
FX.Spell_Alc_Agent__YellowCounter = 0x10002E55
,
FX.Spell_Alc_Agent__RedCounter = 0x10002E56
,
FX.Spell_Alc_Agent__OrangeFX = 0x10002E57
,
FX.Spell_Alc_Agent__PurpleFX = 0x10002E58
,
FX.Spell_Alc_Agent__GreenFX = 0x10002E59
,
FX.AvatarMount__Horse = 0x10002E5A
,
FX.AvatarMount__Remove = 0x10002E5B
,
FX.Combat_OnHit_Agent__GoldskinSpell = 0x10002E5C
,
FX.AvatarMount__Logic = 0x10002E5D
,
FX.Spell_OnWasCrit_Poison = 0x10002E5E
,
FX.Spell_OnCrit_Poison = 0x10002E5F
,
FX.Combat_Commands_Player___Mounted_Rear = 0x10002E60
,
FX.Spell_AlchemistMultiPotionThrow_Agent__EffectMonitor = 0x10002E61
,
FX.Spell_AlchemistPotionThrow_Agent__EffectMonitor = 0x10002E62
,
FX.Vfx_Mount_Horse_Locomotion_Dust = 0x10002E63
,
FX.Vfx_Mount_Horse_Locomotion_Snow = 0x10002E64
,
FX.Vfx_Mount_Horse_Locomotion_Sand = 0x10002E65
,
FX.Vfx_Mount_Horse_Locomotion_Water = 0x10002E66
,
FX.Combat_Anim_Agent___Cast_ConeScatter_Hold = 0x10002E67
,
FX.Combat_Anim_Agent___Cast_PotionThrow_Hold = 0x10002E68
,
FX.Combat_Anim_Agent___Cast_PotionDrink_Throw = 0x10002E69
,
FX.Combat_Anim_Agent___Cast_PotionSmashSelf_Throw = 0x10002E6A
,
FX.Combat_Anim_Agent___Cast_ConeScatter_Throw = 0x10002E6B
,
FX.Combat_Anim_Agent___Cast_PotionSmash_Powerup = 0x10002E6C
,
FX.Combat_Anim_Agent___Cast_PotionDrink_Hold = 0x10002E6D
,
FX.Combat_Anim_Agent___Cast_PotionSmash_Hold = 0x10002E6E
,
FX.Combat_Anim_Agent___Cast_PotionSmash_Throw = 0x10002E6F
,
FX.Combat_Anim_Agent___Cast_PotionThrow_Powerup = 0x10002E70
,
FX.Combat_Anim_Agent___Cast_PotionThrow_Throw = 0x10002E71
,
FX.Combat_Anim_Agent___Cast_PotionSmashSelf_Powerup = 0x10002E72
,
FX.Combat_Anim_Agent___Cast_ConeScatter_Powerup = 0x10002E73
,
FX.Combat_Anim_Agent___Cast_PotionSmashSelf_Hold = 0x10002E74
,
FX.Combat_Anim_Agent___Cast_PotionDrink_Powerup = 0x10002E75
,
FX.Combat_Anim_Agent___Cast_PotionDrink = 0x10002E76
,
FX.Combat_Anim_Agent___Cast_ConeScatter = 0x10002E77
,
FX.Combat_Anim_Agent___Cast_PotionSmashSelf = 0x10002E78
,
FX.Combat_Anim_Agent___Cast_PotionSmash = 0x10002E79
,
FX.Combat_Anim_Agent___Cast_PotionThrow = 0x10002E7A
,
FX.Spell_ChokingSmog_Agent__EffectMonitor = 0x10002E7B
,
FX.Spell_SaltCrystals_Agent__AOECallback = 0x10002E7C
,
FX.Spell_WavePoisonGreater_Agent__EffectMonitor = 0x10002E7D
,
FX.Spell_IronShavings_Agent__AOECallback = 0x10002E7E
,
FX.Spell_SleepPowder_Agent__AOECallback = 0x10002E7F
,
FX.Spell_GoldBreath_Agent__EffectMonitor = 0x10002E80
,
FX.Spell_IronShavings_Agent__EffectMonitor = 0x10002E81
,
FX.Spell_FlashFreeze_Agent__AOECallback = 0x10002E82
,
FX.Spell_DustConfusion_Agent__EffectMonitor = 0x10002E83
,
FX.Spell_FleshToGoldMass_Agent__AOECallback = 0x10002E84
,
FX.Spell_WavePoison_Agent__AOECallback = 0x10002E85
,
FX.Spell_PoisonBreath_Agent__AOECallback = 0x10002E86
,
FX.Spell_FleshToGoldMass_Agent__EffectMonitor = 0x10002E87
,
FX.Spell_CorrosiveDust_Agent__AOECallback = 0x10002E88
,
FX.Spell_WavePoison_Agent__EffectMonitor = 0x10002E89
,
FX.Spell_FlashFreeze_Agent__EffectMonitor = 0x10002E8A
,
FX.Spell_SmokeBomb_Agent__AOECallback = 0x10002E8B
,
FX.Spell_GoldBreath_Agent__AOECallback = 0x10002E8C
,
FX.Spell_FineDust_Agent__AOECallback = 0x10002E8D
,
FX.Spell_ChokingSmog_Agent__AOECallback = 0x10002E8E
,
FX.Spell_WavePoisonGreater_Agent__AOECallback = 0x10002E8F
,
FX.Spell_DustConfusion_Agent__AOECallback = 0x10002E90
,
FX.Spell_SleepPowder_Agent__EffectMonitor = 0x10002E91
,
FX.Spell_FineDust_Agent__EffectMonitor = 0x10002E92
,
FX.Spell_CorrosiveDust_Agent__EffectMonitor = 0x10002E93
,
FX.Spell_FountainOfYouth_Agent__EffectMonitor = 0x10002E94
,
FX.Spell_PoisonBreath_Agent__EffectMonitor = 0x10002E95
,
FX.Spell_FountainOfYouth_Agent__AOECallback = 0x10002E96
,
FX.Spell_SmokeBomb_Agent__EffectMonitor = 0x10002E97
,
FX.Spell_SaltCrystals_Agent__EffectMonitor = 0x10002E98
,
FX.Action_Monitor_Agent__Benefit_Monk_TouchOfDespair_Finisher = 0x10002E99
,
FX.Spell_Red_Vial_Agent__Throw = 0x10002E9A
,
FX.Spell_Blue_Vial_Agent__Throw = 0x10002E9B
,
FX.Spell_Yellow_Vial_Agent__Throw = 0x10002E9C
,
FX.Action_Anim_Agent___ChargenAnim_Alchemist = 0x10002E9D
,
FX.Combat_OnHit_Agent__NegativeVulFloor = 0x10002E9E
,
FX.Combat_OnHit_Agent__PoisonVulFloor = 0x10002E9F
,
FX.Spell_AlchemistPotionThrow_SingleTargetBuff_Agent__EffectMonitor = 0x10002EA6
,
FX.Combat_Anim_Player___impact_mounted = 0x10002EA7
,
FX.vfx_limbo_overlay = 0x10002EA8
,
FX.vfx_fire_beetle_glow_off = 0x10002EA9
,
FX.vfx_fire_beetle_glow_on = 0x10002EAA
,
FX.vfx_fire_beetle_glow_on_pers = 0x10002EAB
,
FX.vfx_fire_beetle_glow_off_pers = 0x10002EAC
,
FX.vfx_alchemist_aura_burst_red = 0x10002EAD
,
FX.vfx_alchemist_aura_burst_blue = 0x10002EAE
,
FX.vfx_alchemist_rhand_glow_red = 0x10002EAF
,
FX.vfx_alchemist_hand_glow_red = 0x10002EB0
,
FX.vfx_alchemist_aura_burst_yellow = 0x10002EB1
,
FX.vfx_alchemist_lhand_glow_yellow = 0x10002EB2
,
FX.vfx_alchemist_rhand_glow_yellow = 0x10002EB3
,
FX.vfx_alchemist_rhand_glow_blue = 0x10002EB4
,
FX.vfx_alchemist_hand_glow_blue = 0x10002EB5
,
FX.vfx_alchemist_lhand_glow_red = 0x10002EB6
,
FX.vfx_alchemist_lhand_glow_blue = 0x10002EB7
,
FX.vfx_alchemist_hand_glow_yellow = 0x10002EB8
,
FX.Action_Monitor_Agent__SmiteEvilRanged = 0x10002EB9
,
FX.Action_Detection_Agent__Feat_SmiteEvilRanged = 0x10002EBA
,
FX.vfx_alchemist_rhand_glow_orange = 0x10002EBB
,
FX.vfx_alchemist_rhand_glow_purple = 0x10002EBC
,
FX.vfx_alchemist_rhand_glow_green = 0x10002EBD
,
FX.vfx_alchemist_vial_cold = 0x10002EBE
,
FX.vfx_alchemist_vial_fire = 0x10002EBF
,
FX.vfx_alchemist_vial_electric = 0x10002EC0
,
FX.vfx_alchemist_vial_empty_hit = 0x10002EC1
,
FX.vfx_alchemist_vial_fine_dust = 0x10002EC2
,
FX.vfx_alchemist_vial_poison = 0x10002EC3
,
FX.vfx_alchemist_sleep_power = 0x10002EC4
,
FX.vfx_alchemist_vial_acid = 0x10002EC5
,
FX.Action_Monitor_Agent__TriggerWord_Correct = 0x10002EC6
,
FX.Action_Monitor_Agent__TriggerWord_Incorrect = 0x10002EC7
,
FX.vfx_alchemist_glue_solution_hit = 0x10002EC8
,
FX.vfx_alchemist_freezer_burn_hit = 0x10002EC9
,
FX.vfx_alchemist_salt_crystal_hit = 0x10002ECA
,
FX.vfx_alchemist_vial_greater_venom = 0x10002ECB
,
FX.vfx_alchemist_melt_armor_hit = 0x10002ECC
,
FX.vfx_alchemist_voltaic_backlash = 0x10002ECD
,
FX.vfx_alchemist_vial_salt_crystal = 0x10002ECE
,
FX.Combat_OnHit_Agent__SaltSkinSpell = 0x10002ECF
,
FX.vfx_alchemist_choking_smog = 0x10002ED0
,
FX.vfx_alchemist_flash_freeze = 0x10002ED1
,
FX.vfx_alchemist_iron_shavings = 0x10002ED2
,
FX.vfx_alchemist_corrosive_dust = 0x10002ED3
,
FX.vfx_alchemist_elemental_combo = 0x10002ED4
,
FX.vfx_alchemist_cindersmoke = 0x10002ED5
,
FX.vfx_alchemist_dust_of_confusion = 0x10002ED6
,
FX.vfx_alchemist_caustic_acid = 0x10002ED7
,
FX.vfx_alchemist_gold_breath = 0x10002ED8
,
FX.vfx_alchemist_voltaic_burst = 0x10002ED9
,
FX.vfx_alchemist_flesh_to_gold = 0x10002EDA
,
FX.vfx_alchemist_flashbang = 0x10002EDB
,
FX.vfx_alchemist_smoke_bomb = 0x10002EDC
,
FX.vfx_alchemist_poison_breath = 0x10002EDD
,
FX.vfx_alchemist_sanctified_vial = 0x10002EDE
,
FX.vfx_alchemist_vein_freeze = 0x10002EDF
,
FX.Combat_OnHit_Agent__HolyRetribution = 0x10002EE0
,
FX.Action_Monitor_Agent__SpringAttack = 0x10002EE1
,
FX.Action_Anim_Agent___SpringAttack = 0x10002EE2
,
FX.Equipment_Player__CrossbowEquip_HeavyRepeater = 0x10002EE3
,
FX.Equipment_Player__CrossbowEquip_DualLight = 0x10002EE4
,
FX.Equipment_Player__CrossbowEquip_DualHeavy = 0x10002EE5
,
FX.Equipment_Player__CrossbowEquip_LightRepeater = 0x10002EE6
,
FX.vfx_alchemist_greater_wave_poison = 0x10002EE7
,
FX.vfx_alchemist_spill_bad_stuff = 0x10002EE8
,
FX.vfx_alchemist_obliteration_fire = 0x10002EE9
,
FX.vfx_alchemist_obliteration_cold = 0x10002EEA
,
FX.vfx_alchemist_wave_poison = 0x10002EEB
,
FX.vfx_alchemist_obliteration_acid = 0x10002EEC
,
FX.vfx_alchemist_obliteration_electric = 0x10002EED
,
FX.Action_Agent__ArchersFocus = 0x10002EEE
,
FX.Action_Agent__KOTC_Ascendancy = 0x10002EEF
,
FX.vfx_alchemist_aura_orange = 0x10002EF0
,
FX.vfx_alchemist_aura_green = 0x10002EF1
,
FX.vfx_alchemist_aura_purple = 0x10002EF2
,
FX.vfx_alchemist_hit_electric = 0x10002EF3
,
FX.vfx_alchemist_hit_cold = 0x10002EF4
,
FX.vfx_alchemist_hit_poison = 0x10002EF5
,
FX.vfx_alchemist_hit_fire = 0x10002EF6
,
FX.vfx_alchemist_hit_acid = 0x10002EF7
,
FX.Spell_Alc_Agent__BecomeGreen = 0x10002EF8
,
FX.Spell_Alc_Agent__BecomeOrange = 0x10002EF9
,
FX.Spell_Alc_Agent__BecomePurple = 0x10002EFA
,
FX.Spell_SmashvialElectric_Agent__AOECallback = 0x10002EFB
,
FX.Spell_SmashvialFire_Agent__AOECallback = 0x10002EFC
,
FX.Spell_SmashvialAcid_Agent__AOECallback = 0x10002EFD
,
FX.Spell_SmashvialPoison_Agent__AOECallback = 0x10002EFE
,
FX.Spell_SmashvialFire_Agent__EffectMonitor = 0x10002EFF
,
FX.Spell_SmashvialAcid_Agent__EffectMonitor = 0x10002F00
,
FX.Spell_SmashvialPoison_Agent__EffectMonitor = 0x10002F01
,
FX.Spell_SmashvialCold_Agent__EffectMonitor = 0x10002F02
,
FX.Spell_SmashvialElectric_Agent__EffectMonitor = 0x10002F03
,
FX.Spell_SmashvialCold_Agent__AOECallback = 0x10002F04
,
FX.Action_Anim_Agent___Weaponcharge = 0x10002F05
,
FX.Action_Monitor_Agent__Weaponcharge = 0x10002F06
,
FX.Combat_OnHit_Agent__HagSoulBeam = 0x10002F07
,
FX.Vfx_Mount_Nightmare_FX = 0x10002F08
,
FX.Vfx_Mount_Unicorn_FX = 0x10002F09
,
FX.Spell_SpillTheBadStuff_Agent__AOECallback = 0x10002F0D
,
FX.Spell_SpillTheBadStuff_Agent__EffectMonitor = 0x10002F0E
,
FX.Action_Detection_Agent__MeleeAttackBothHands_Doublestrike = 0x10002F0F
,
FX.Action_Detection_Agent__MeleeAttackRightHand_Doublestrike = 0x10002F10
,
FX.Combat_Special_Agent__PoisonedStrike = 0x10002F11
,
FX.Combat_Special_Agent__PoisonWave = 0x10002F12
,
FX.Projectile_Ricochet_Agent__FinalNode = 0x10002F13
,
FX.Projectile_Ricochet_Agent__AoECallback = 0x10002F14
,
FX.Projectile_Ricochet_Agent__NextNode = 0x10002F16
,
FX.Spell_MeltLock_Agent__AOECallback = 0x10002F17
,
FX.Spell_MeltLock_Agent__EffectMonitor = 0x10002F18
,
FX.Projectile_Ricochet_Agent__ReturnForNextNode = 0x10002F1A
,
FX.Combat_OnHit_Agent__WildshapeFeyRaidWolf = 0x10002F1B
,
FX.Emotes_NPC___Stand_Em_Talk_Angry_B = 0x10002F1C
,
FX.Emotes_NPC___Stand_Em_Talk_Angry_C = 0x10002F1D
,
FX.Emotes_NPC___Stand_Em_Talk_From_Angry_Idle_A = 0x10002F21
,
FX.Emotes_NPC___Stand_Em_Talk_From_Angry_Idle_B = 0x10002F22
,
FX.Emotes_NPC___Stand_Em_Talk_From_Angry_Idle_C = 0x10002F23
,
FX.Emotes_NPC___Stand_Em_Talk_From_Angry_Idle_D = 0x10002F24
,
FX.Emotes_NPC___Stand_Em_Talk_From_Angry_Idle_E = 0x10002F25
,
FX.Emotes_NPC___Stand_Id_Talk_Angry_B = 0x10002F26
,
FX.Emotes_NPC___Stand_Id_Talk_Angry_C = 0x10002F27
,
FX.Emotes_NPC___Stand_Em_Talk_From_Sneaky_Idle_B = 0x10002F28
,
FX.Emotes_NPC___Stand_Em_Talk_From_Sneaky_Idle_C = 0x10002F29
,
FX.Emotes_NPC___Stand_Em_Talk_From_Sneaky_Idle_D = 0x10002F2A
,
FX.Emotes_NPC___Stand_Em_Talk_From_Neutral_Idle_A = 0x10002F2C
,
FX.Emotes_NPC___Stand_Em_Talk_From_Neutral_Idle_B = 0x10002F2D
,
FX.Emotes_NPC___Stand_Em_Talk_From_Neutral_Idle_C = 0x10002F2E
,
FX.Emotes_NPC___Stand_Id_Wash_Dishes_A = 0x10002F2F
,
FX.Emotes_NPC___Stand_Em_Talk_From_Neutral_Idle_D = 0x10002F30
,
FX.Emotes_NPC___Stand_Em_Finger_Wag_No = 0x10002F31
,
FX.Emotes_NPC___Stand_Em_Talk_From_Neutral_Idle_E = 0x10002F33
,
FX.Emotes_NPC___Stand_Em_Shout_A = 0x10002F34
,
FX.Emotes_NPC___Stand_Em_ThroatCut_Threat = 0x10002F36
,
FX.Emotes_NPC___Stand_Id_Beg = 0x10002F37
,
FX.Emotes_NPC___Stand_Em_Talk_From_Sneaky_Idle_A = 0x10002F38
,
FX.Emotes_NPC___Stand_Id_Talk_Neutral_A = 0x10002F39
,
FX.Emotes_NPC___Stand_Id_Talk_Sneaky_A = 0x10002F3A
,
FX.Emotes_NPC___Stand_Id_Impatient_A = 0x10002F3B
,
FX.Emotes_NPC___Stand_Em_Punch_Threat = 0x10002F3C
,
FX.Emotes_NPC___Stand_Em_Beg = 0x10002F3D
,
FX.Action_Monitor_Agent__TriggerWord_3_Correct = 0x10002F3E
,
FX.Action_Monitor_Agent__TriggerWord_3_Incorrect = 0x10002F3F
,
FX.Action_Monitor_Agent__TriggerWord_2_Incorrect = 0x10002F40
,
FX.Action_Monitor_Agent__TriggerWord_2_Correct = 0x10002F41
,
FX.Quest_Wild_RemoveGuardian = 0x10002F4E
,
FX.Quest_Wild_HandshakeWithGuardian = 0x10002F4F
,
FX.Quest_Wild_SpawnAdds = 0x10002F50
,
FX.Quest_Wild_DetectBanners = 0x10002F51
,
FX.Quest_Wild_ShotByGuardian = 0x10002F52
,
FX.Quest_Wild_EscapeDrama = 0x10002F53
,
FX.Quest_Wild_BannerBeam = 0x10002F54
,
FX.Quest_Wild_EtherealRetreat = 0x10002F55
,
FX.Quest_Wild_WinDrama = 0x10002F56
,
FX.Quest_Wild_AddGuardian = 0x10002F57
,
FX.Quest_Wild_GuardianDies = 0x10002F58
,
FX.Quest_Wild_GuardianDespawns = 0x10002F59
,
FX.AI_States_NPC__TransformationVFX = 0x10002F5A
,
FX.PermaDeath_GrantExtraLife1 = 0x10002F5B
,
FX.PermaDeath_GrantExtraLife2 = 0x10002F5C
,
FX.Combat_Anim_Agent__AbsoluteZero = 0x10002F5D
,
FX.Combat_Anim_Agent__Ameliorate = 0x10002F5E
,
FX.Vfx_streak_shifter_basic = 0x10002F5F
,
FX.Combat_Anim_Player___attk_pounce = 0x10002F60
,
FX.Combat_Anim_Player___attk_howl = 0x10002F61
,
FX.Combat_OnHit_Agent__DivineToken = 0x10002F62
,
FX.Combat_OnHit_Agent__ArcaneToken = 0x10002F64
,
FX.Combat_OnHit_Agent__MartialToken = 0x10002F65
,
FX.Combat_OnHit_Agent__PrimalToken = 0x10002F66
,
FX.Combat_OnHit_Agent__ArcaneToken_RemoveAll = 0x10002F67
,
FX.Combat_OnHit_Agent__PrimalToken_Add_1 = 0x10002F68
,
FX.Combat_OnHit_Agent__MartialToken_Add_1 = 0x10002F69
,
FX.Combat_OnHit_Agent__ArcaneToken_Add_1 = 0x10002F6A
,
FX.Combat_OnHit_Agent__MartialToken_RemoveAll = 0x10002F6B
,
FX.Combat_OnHit_Agent__PrimalToken_RemoveAll = 0x10002F6C
,
FX.Combat_OnHit_Agent__DivineToken_RemoveAll = 0x10002F6D
,
FX.Combat_OnHit_Agent__DivineToken_Add_1 = 0x10002F6E
,
FX.Combat_OnHit_Agent__DivineToken_Add_1_ProcOnTimer = 0x10002F73
,
FX.Combat_OnHit_Agent__PrimalToken_Add_1_ProcOnTimer = 0x10002F74
,
FX.Combat_OnHit_Agent__MartialToken_Add_1_ProcOnTimer = 0x10002F75
,
FX.Combat_OnHit_Agent__ArcaneToken_Add_1_ProcOnTimer = 0x10002F76
,
FX.Spell_FanOfShadowBlades_Agent__EffectMonitor = 0x10002F78
,
FX.Vfx_Displacer_Beast_Displace = 0x10002F79
,
FX.Combat_OnHit_Agent__FrozenEtherealDestroyLater = 0x10002F7A
,
FX.Vfx_streak_displacer_beast = 0x10002F7B
,
FX.Vfx_streak_displacer_beast_claw = 0x10002F7C
,
FX.Vfx_streak_ltentacle = 0x10002F7D
,
FX.Vfx_streak_lclaw = 0x10002F7E
,
FX.Vfx_streak_rclaw = 0x10002F7F
,
FX.Vfx_streak_rtentacle = 0x10002F80
,
FX.Vfx_Displacer_Beast_Displace_Lt = 0x10002F81
,
FX.Vfx_Displacer_Beast_Displace_Rt = 0x10002F82
,
FX.Action_Monitor_Agent__Destiny2_Fury_Adrenaline = 0x10002F83
,
FX.Action_Monitor_Agent__Destiny2_Fury_Fast_And_Furious = 0x10002F84
,
FX.Action_Monitor_Agent__Destiny2_Fury_GreatLeveler = 0x10002F85
,
FX.Action_Monitor_Agent__Destiny2_Fury_PrimalScream = 0x10002F86
,
FX.Action_Detection_Agent__Destiny2_Fury_PrimalScream = 0x10002F87
,
FX.Action_Detection_Agent__Destiny2_Fury_GreatLeveler = 0x10002F88
,
FX.AI_Logic_NPC__Vexxing_Pathing_Failed = 0x10002F89
,
FX.Drone_Generator_fey_public = 0x10002F8A
,
FX.Drone_Generator_fey_landscape = 0x10002F8B
,
FX.Quest_Object__DoDetect_MagicFiddle = 0x10002F8E
,
FX.Quest_Object__Heard_MagicLute = 0x10002F90
,
FX.Quest_Object__DoDetect_MagicLute = 0x10002F91
,
FX.Quest_Object__Heard_MagicFiddle = 0x10002F92
,
FX.Quest_Object__PlayFiddleStart = 0x10002F93
,
FX.Quest_Object__PlayLuteEnd = 0x10002F94
,
FX.Quest_Object__PlayLuteStart = 0x10002F95
,
FX.Quest_Object__PlayFiddleEnd = 0x10002F96
,
FX.Vfx_streak_unicorn_black = 0x10002F97
,
FX.Vfx_Unicorn_Black_Shadow = 0x10002F98
,
FX.Action_Monitor_Agent__ShifterHowl = 0x10002F99
,
FX.Action_Monitor_Agent__ShifterPounce = 0x10002F9A
,
FX.Action_Monitor_Agent__ShifterHowl2 = 0x10002F9B
,
FX.Action_Monitor_Agent__ShifterHowl3 = 0x10002F9C
,
FX.Drone_Generator_fey_epic_outside = 0x10002F9D
,
FX.Drone_Generator_fey_summer_inside_2 = 0x10002F9E
,
FX.Drone_Generator_fey_revel = 0x10002F9F
,
FX.Drone_Generator_fey_epic_inside = 0x10002FA0
,
FX.Drone_Generator_fey_landscape_winter = 0x10002FA1
,
FX.Drone_Generator_fey_summer_outside_2 = 0x10002FA2
,
FX.Drone_Generator_fey_winter_inside = 0x10002FA3
,
FX.Drone_Generator_fey_summer_inside = 0x10002FA4
,
FX.Drone_Generator_fey_winter_outside = 0x10002FA5
,
FX.Drone_Generator_fey_summer_outside = 0x10002FA6
,
FX.Drone_Generator_fey_landscape_swamp = 0x10002FA7
,
FX.vfx_fairylight_crown_green = 0x10002FA8
,
FX.vfx_fairylight_crown_yellow = 0x10002FA9
,
FX.vfx_fairylight_crown_blue = 0x10002FAA
,
FX.Spell_DisplacementParty_Agent__EffectMonitor = 0x10002FAB
,
FX.Combat_OnHit_Agent__PixieDust = 0x10002FAC
,
FX.Combat_OnHit_Agent__FeySleepPoison = 0x10002FAD
,
FX.Combat_OnHit_Agent__PixieDustSleep = 0x10002FAE
,
FX.Combat_OnHit_Agent__FeySleepPoisonSleep = 0x10002FAF
,
FX.vfx_pixie_dust_trail = 0x10002FB0
,
FX.AI_States_NPC__BecomePlayerPunchingBag = 0x10002FB1
,
FX.Combat_OnHit_Agent__ColdAuraLesser = 0x10002FB2
,
FX.BlockableAttackTelegraph = 0x10002FB3
,
FX.Drone_Generator_fey_winter_dance = 0x10002FB4
,
FX.Emotes_NPC___Music_Sit_Id_Fiddle_A = 0x10002FB5
,
FX.Emotes_NPC___Music_Sit_Id_Fiddle_B = 0x10002FB6
,
FX.Emotes_NPC___Stand_Id_Dance_A = 0x10002FB7
,
FX.Emotes_NPC___Stand_Id_Dance_B = 0x10002FB8
,
FX.Emotes_NPC___Stand_Id_Dance_C = 0x10002FB9
,
FX.Emotes_NPC___Stand_Id_Happy_B = 0x10002FBA
,
FX.Emotes_NPC___Stand_Id_Dance_D = 0x10002FBB
,
FX.Emotes_NPC___Stand_Id_Happy_C = 0x10002FBC
,
FX.Emotes_NPC___Music_Sit_Id_Panflute_A = 0x10002FBD
,
FX.Emotes_NPC___Music_Sit_Id_Panflute_B = 0x10002FBE
,
FX.Emotes_NPC___Music_Stand_Id_Fiddle_A = 0x10002FBF
,
FX.Emotes_NPC___Music_Stand_Id_Fiddle_B = 0x10002FC0
,
FX.Emotes_NPC___Music_Stand_Id_Panflute_A = 0x10002FC1
,
FX.Emotes_NPC___Music_Stand_Id_Panflute_B = 0x10002FC2
,
FX.Emotes_NPC___Stand_Em_Drink_Drunk_A = 0x10002FC3
,
FX.vfx_pixie_sleep_dust = 0x10002FC4
,
FX.FX_Mn_Fiddle = 0x10002FC6
,
FX.FX_Mn_Pan_Pipes = 0x10002FC7
,
FX.FX_Mn_Bow = 0x10002FC8
,
FX.Emotes_NPC___Stand_Em_Talk_Neutral_A = 0x10002FC9
,
FX.Combat_OnHit_Agent__Fomorion_Deformation = 0x10002FCA
,
FX.Quest_FeytwistedChestVFX = 0x10002FCB
,
FX.Emotes_NPC___Stand_Id_Drunk_Bottle_A = 0x10002FCD
,
FX.ApplyPurpleSlot = 0x10002FCE
,
FX.ApplyGreenSlot = 0x10002FCF
,
FX.ApplyYellowSlot = 0x10002FD0
,
FX.ApplyRedSlot = 0x10002FD1
,
FX.ApplyBlueSlot = 0x10002FD2
,
FX.ApplyColorlessSlot = 0x10002FD3
,
FX.ApplyOrangeSlot = 0x10002FD4
,
FX.Puzzle_Level_2_Persistent = 0x10002FD5
,
FX.Puzzle_Decrease_1 = 0x10002FD6
,
FX.Puzzle_Decrease_2 = 0x10002FD7
,
FX.Puzzle_Decrease_3 = 0x10002FD8
,
FX.Puzzle_Decrease_4 = 0x10002FD9
,
FX.Puzzle_Level_5_Persistent = 0x10002FDA
,
FX.Puzzle_Level_1_Persistent = 0x10002FDB
,
FX.Puzzle_Level_4_Persistent = 0x10002FDC
,
FX.Puzzle_Level_3_Persistent = 0x10002FDD
,
FX.Puzzle_Increase_1 = 0x10002FDE
,
FX.Puzzle_Increase_2 = 0x10002FDF
,
FX.Puzzle_Increase_3 = 0x10002FE0
,
FX.Puzzle_Increase_4 = 0x10002FE1
,
FX.Puzzle_ToHigh_Feedback = 0x10002FE2
,
FX.Puzzle_ToLow_Feedback = 0x10002FE3
,
FX.Puzzle_Randomize = 0x10002FE4
,
FX.Puzzle_Reset = 0x10002FE5
,
FX.Vfx_Poison = 0x10002FE6
,
FX.Vfx_Cold = 0x10002FE7
,
FX.Vfx_Force = 0x10002FE8
,
FX.Vfx_Physical = 0x10002FE9
,
FX.Vfx_Shadow = 0x10002FEA
,
FX.Vfx_Electric = 0x10002FEB
,
FX.Vfx_eyes_yellow_a = 0x10002FF1
,
FX.Vfx_eyes_red_a = 0x10002FF2
,
FX.Vfx_wings_red_a = 0x10002FF3
,
FX.Vfx_wings_yellow_a = 0x10002FF4
,
FX.Puzzle_Level_7_Persistent = 0x10002FF5
,
FX.Puzzle_Level_6_Persistent = 0x10002FF6
,
FX.Puzzle_Positive_Feedback_VFX = 0x10002FF7
,
FX.Puzzle_Increase_VFX = 0x10002FF8
,
FX.Puzzle_Decrease_VFX = 0x10002FF9
,
FX.PuzzleComplete_VFX = 0x10002FFA
,
FX.Puzzle_Increase_VFX2 = 0x10003000
,
FX.Puzzle_Increase_VFX3 = 0x10003001
,
FX.Puzzle_Decrease_VFX2 = 0x10003002
,
FX.Puzzle_Decrease_VFX3 = 0x10003003
,
FX.vfx_streak_red_chipmunk_claw = 0x10003004
,
FX.Puzzle_Random_Input_1 = 0x1000300A
,
FX.Puzzle_Random_Input_2 = 0x1000300B
,
FX.Puzzle_Random_Input_3 = 0x1000300C
,
FX.Puzzle_Random_Input_4 = 0x1000300D
,
FX.Puzzle_Random_Input_5 = 0x1000300E
,
FX.Puzzle_Preset_Pattern_Input_1 = 0x1000300F
,
FX.Puzzle_Preset_Pattern_Input_2 = 0x10003010
,
FX.Puzzle_Preset_Pattern_Input_3 = 0x10003011
,
FX.Puzzle_Preset_Pattern_Input_4 = 0x10003012
,
FX.Action_Anim_Agent___BowManyshotAttack = 0x10003014
,
FX.Action_Monitor_Agent___BowManyshotAttack = 0x10003015
,
FX.Combat_OnHit_Agent__LegendaryDreadnought_Core4 = 0x10003016
,
FX.Combat_OnHit_Agent__GeasDance = 0x10003017
,
FX.Combat_OnHit_Agent__GeasGoLeft = 0x10003018
,
FX.Combat_OnHit_Agent__GeasWatchMe = 0x10003019
,
FX.Combat_OnHit_Agent__GeasGoRight = 0x1000301A
,
FX.Combat_OnHit_Agent__GeasGoForward = 0x1000301B
,
FX.Combat_OnHit_Agent__GeasGoBackward = 0x1000301C
,
FX.Combat_OnHit_Agent__GeasStayStill = 0x1000301D
,
FX.Abilities_LegendaryDreadnought_Player__DreadMantle = 0x1000301E
,
FX.Abilities_LegendaryDreadnought_Player__SowDiscord = 0x1000301F
,
FX.vfx_Invisible = 0x10003020
,
FX.Action_Monitor_Agent__LegendaryDreadnought_Core4 = 0x10003022
,
FX.Action_Detection_Agent__LegendaryDreadnought_Core4 = 0x10003023
,
FX.WildMagic_BecomeChampion_Ysgithyrwyn_3 = 0x10003024
,
FX.WildMagic_Detection_BecomeChampion_Ysgithyrwyn_3 = 0x10003025
,
FX.Combat_OnHit_Agent__Quest_Satyr_Backward = 0x10003026
,
FX.Combat_OnHit_Agent__Quest_Satyr_Left = 0x10003027
,
FX.Combat_OnHit_Agent__Quest_Satyr_Forward = 0x10003028
,
FX.Combat_OnHit_Agent__Quest_Satyr_Right = 0x10003029
,
FX.SL_Generator_CustomScript = 0x1000302A
,
FX.Action_Detection_Agent__Warchanter_RallyingCry = 0x1000302B
,
FX.vfx_mn_bear_laman_moving = 0x1000302C
,
FX.Action_Detection_Agent__UnyieldingSentinel_DrawThemOut = 0x1000302D
,
FX.Action_Detection_Agent__UnyieldingSentinel_CelestialMandate = 0x1000302E
,
FX.Action_Monitor_Agent__UnyieldingSentinel_CelestialMandate = 0x1000302F
,
FX.Action_Monitor_Agent__UnyieldingSentinel_DrawThemOut = 0x10003030
,
FX.Action_Monitor_Agent__UnyieldingSentinel_ConfrontAnyFoe = 0x10003031
,
FX.Action_Detection_Agent__UnyieldingSentinel_ConfrontAnyFoe = 0x10003032
,
FX.Combat_OnHit_Agent__Quest_Satyr_Teleport_To_Center = 0x10003033
,
FX.Combat_OnHit_Agent__IceShieldSpell = 0x10003034
,
FX.vfx_overhead_exclamation_mark_ui = 0x10003035
,
FX.vfx_overhead_question_mark_ui = 0x10003036
,
FX.vfx_spotlight_green = 0x10003037
,
FX.vfx_spotlight_yellow = 0x10003038
,
FX.vfx_spotlight_blue = 0x10003039
,
FX.vfx_spotlight_pink = 0x1000303A
,
FX.vfx_spotlight_orange = 0x1000303B
,
FX.vfx_spotlight_purple = 0x1000303C
,
FX.vfx_spotlight_white = 0x1000303D
,
FX.Action_Anim_Agent___BowManyshotAttackFX = 0x1000303E
,
FX.Action_Monitor_Agent__Destiny2_Fury_Mantle = 0x10003040
,
FX.Action_Detection_Agent__Destiny2_Fury_QuickCutter = 0x10003041
,
FX.Action_Monitor_Agent__Destiny2_Fury_QuickCutter = 0x10003042
,
FX.Abilities_Shadowdancer_Player__MeldIntoDarkness = 0x10003043
,
FX.Action_Detection_Agent__Destiny2_Fury_Whirlwind = 0x10003044
,
FX.Action_Detection_Agent__Destiny2_Fury_WhirlwindImproved = 0x10003045
,
FX.vfx_Giant_Croc_Underwater = 0x10003046
,
FX.Abilities_Shadowdancer_Player__SpenderAttack = 0x10003047
,
FX.Abilities_Shadowdancer_Player__BuilderAttack = 0x10003048
,
FX.Action_Monitor_Agent__ThroatRip = 0x10003049
,
FX.Combat_Anim_Player___attk_special_double_strike = 0x1000304A
,
FX.Combat_OnHit_Agent__FuryofTheWild_QuickCut_Logic = 0x1000304B
,
FX.Spell_Destiny2_Primal_RebornInFire_Agent__EffectCallback = 0x1000304C
,
FX.Spell_Destiny2_Primal_ThunderSnow_Agent__EffectMonitor = 0x1000304D
,
FX.Spell_Destiny2_Primal_SpringtoSummer_Agent__EffectCallback = 0x1000304E
,
FX.Spell_Destiny2_Primal_ShardStorm_Agent__EffectMonitor = 0x1000304F
,
FX.Spell_Destiny2_Primal_RebornInFire_Agent__EffectMonitor = 0x10003050
,
FX.Spell_Destiny2_Primal_ThunderSnow_Agent__EffectCallback = 0x10003051
,
FX.Spell_Destiny2_Primal_SpringtoSummer_Agent__EffectMonitor = 0x10003052
,
FX.Drone_Generator_saltmarsh_ship = 0x10003053
,
FX.Drone_Generator_saltmarsh_inside_dungeon = 0x10003054
,
FX.Drone_Generator_saltmarsh_sahuagin_underwater = 0x10003055
,
FX.Drone_Generator_saltmarsh_landscape = 0x10003056
,
FX.Drone_Generator_saltmarsh_outside_dungeon = 0x10003057
,
FX.Drone_Generator_saltmarsh_landscape_marsh = 0x10003058
,
FX.Drone_Generator_saltmarsh_sahuagin = 0x10003059
,
FX.Drone_Generator_saltmarsh_lizardfolk = 0x1000305A
,
FX.Drone_Generator_saltmarsh_landscape_inland = 0x1000305B
,
FX.Drone_Generator_saltmarsh_haunted_house = 0x1000305C
,
FX.Drone_Generator_saltmarsh_public = 0x1000305D
,
FX.Action_Detection_Agent__Skill_IntimidateUsesConcentration = 0x1000305E
,
FX.Action_Monitor_Agent__Skill_IntimidateUsesConcentration = 0x1000305F
,
FX.Action_Monitor_Agent__Sunder = 0x10003060
,
FX.Combat_OnHit_Agent__Chilled = 0x10003061
,
FX.Spell_Destiny2_Primal_SpringtoSummer_Agent__EffectCallback2 = 0x10003062
,
FX.Combat_OnHit_Agent__StormCatcher = 0x10003063
,
FX.Abilities_DivineCrusader_Player__SpenderAttack = 0x10003064
,
FX.Abilities_DivineCrusader_Player__BuilderAttack = 0x10003065
,
FX.Abilities_DivineCrusader_Player__SpenderAttackRanged = 0x10003066
,
FX.Abilities_Crusader_Player__Consecration2 = 0x10003067
,
FX.vfx_wolf_masterhunt_hound_eyes_green = 0x10003068
,
FX.vfx_wolf_masterhunt_hound_eyes_red = 0x10003069
,
FX.vfx_wolf_masterhunt_hound_eyes_purple = 0x1000306A
,
FX.vfx_wolf_masterhunt_hound_eyes_blue = 0x1000306B
,
FX.Action_Detection_Agent__HorizonWalker_MarkTarget = 0x1000306C
,
FX.Action_Monitor_Agent__HorizonWalker_MarkTarget = 0x1000306D
,
FX.vfx_restshrine_spirit_squirrel = 0x1000306E
,
FX.vfx_restshrine_spirit_hawk = 0x1000306F
,
FX.vfx_restshrine_spirit_unicorn = 0x10003070
,
FX.vfx_restshrine_spirit_fox = 0x10003071
,
FX.vfx_restshrine_spirit_bat = 0x10003072
,
FX.vfx_restshrine_spirit_frog = 0x10003073
,
FX.vfx_restshrine_spirit_spider = 0x10003074
,
FX.Action_Monitor_Agent__Destiny2_Primal_Mantle = 0x10003075
,
FX.Combat_OnHit_Agent__SpellHit_PrimalToken = 0x10003077
,
FX.Combat_OnHit_Agent__Destiny2_PrimalAvatar_Shardstorm = 0x10003078
,
FX.Combat_OnHit_Agent__Destiny2_PrimalAvatar_Shardstorm_Attack = 0x10003079
,
FX.Spell_WalkersGuidance_Agent__VFX = 0x1000307A
,
FX.Spell_WalkersGuidance_Agent__EffectMonitor = 0x1000307B
,
FX.Emotes_NPC___Stand_Em_Talk_Long_A = 0x1000307C
,
FX.Emotes_NPC___Stand_Em_Talk_Short_A = 0x1000307D
,
FX.Emotes_NPC___Stand_to_Sit_A = 0x1000307E
,
FX.Emotes_NPC___Sit_to_Stand_A = 0x1000307F
,
FX.Emotes_NPC___Sit_Em_Talk_Long_A = 0x10003080
,
FX.Emotes_NPC___Sit_Em_Talk_Short_A = 0x10003081
,
FX.Emotes_NPC___Stand_Em_Interact_A = 0x10003082
,
FX.Spell_ClrRadiance_Agent__EffectMonitor = 0x10003084
,
FX.Vfx_Destiny_Primal_SpringtoSummer_Heal = 0x10003085
,
FX.Spell_KiSpellAoE_Agent__EffectMonitor = 0x10003086
,
FX.Spell_KiAoEAttack_Agent__AOECallback = 0x10003087
,
FX.Spell_KiAoEAttack_Agent__EffectMonitor = 0x10003088
,
FX.Spell_KiSpellSingleTarget_Agent__EffectMonitor = 0x10003089
,
FX.Combat_OnHit_Agent__InvisibleTumbleGrandmaster = 0x1000308A
,
FX.Combat_OnHit_Agent__GrandmasterMantle = 0x1000308B
,
FX.Combat_OnHit_Agent__ShardSkinSpell = 0x1000308C
,
FX.Combat_OnHit_Agent__Destiny2_PrimalAvatar_Shardstorm_Hit = 0x1000308D
,
FX.Spell_Destiny2_Shiradi_Beguile_Agent__EffectCallback = 0x1000308E
,
FX.Spell_Destiny2_Shiradi_FeyLights_Agent__EffectMonitor = 0x1000308F
,
FX.Spell_Destiny2_Shiradi_Beguile_Agent__EffectMonitor = 0x10003090
,
FX.Spell_Destiny2_Shiradi_FeyLights_Agent__EffectCallback = 0x10003091
,
FX.Spell_GrandmasterT5_Agent__EffectMonitor = 0x10003092
,
FX.Spell_KiProjection_Agent__EffectMonitor = 0x10003093
,
FX.Abilities_Shadowdancer_Player__BuilderSpell = 0x10003094
,
FX.Action_Monitor_Agent___BowScattershotAttack = 0x10003095
,
FX.Action_Detect_Agent___BowScattershotAttack = 0x10003096
,
FX.Combat_OnHit_Agent__ImpluseUp_Small = 0x10003097
,
FX.Combat_OnHit_Agent__ImpluseUp_Medium = 0x10003098
,
FX.Combat_OnHit_Agent__ImpluseUp_Large = 0x10003099
,
FX.Combat_OnHit_Agent__ImpulseUp_Small = 0x1000309A
,
FX.Combat_OnHit_Agent__ImpulseUp_Medium = 0x1000309B
,
FX.Combat_OnHit_Agent__ImpulseUp_Large = 0x1000309C
,
FX.AI_Entrance_NPC__TriggerFriendsToEnter_20Meters = 0x1000309D
,
FX.Combat_OnHit_Agent__NoStepMissedRecharge = 0x1000309E
,
FX.AI_Entrance_NPC__TriggerFriendsToEnter_10Meters = 0x1000309F
,
FX.Action_Monitor_Agent__MistyStep = 0x100030A0
,
FX.Action_Anim_Agent___MistyStep = 0x100030A1
,
FX.Combat_Commands_NPC___Drink_Potion_A = 0x100030A2
,
FX.Combat_OnHit_Agent__Destiny2_PrimalAvatar_Heart_GreatForm = 0x100030A3
,
FX.Combat_OnHit_Agent__Destiny2_PrimalAvatar_Thorn_GreatForm = 0x100030A4
,
FX.Combat_OnHit_Agent__Destiny2_PrimalAvatar_Sky_GreatForm = 0x100030A5
,
FX.Spell_Destiny2_Primal_GreaterForm_Sky_Agent__EffectMonitor = 0x100030A6
,
FX.Spell_Destiny2_Primal_GreaterForm_Heart_Agent__EffectMonitor = 0x100030A7
,
FX.Spell_Destiny2_Primal_GreaterForm_Thorn_Agent__EffectMonitor = 0x100030A8
,
FX.Combat_OnHit_Agent__Monster_Target_Override = 0x100030A9
,
FX.AI_Logic_NPC__Target_Override = 0x100030AA
,
FX.Action_Detection_Agent__Destiny2_Unyielding_MultiChallenge = 0x100030AB
,
FX.Action_Monitor_Agent__Destiny2_Unyielding_GuardingStrike = 0x100030AC
,
FX.Action_Monitor_Agent__Destiny2_Unyielding_MultiChallenge = 0x100030AD
,
FX.Action_Monitor_Agent__Destiny2_Unyielding_Challenge = 0x100030AE
,
FX.Spell_ShieldThrow_Player__ShieldBeam = 0x100030AF
,
FX.Spell_ShieldThrow_Agent__ReturnForNextNode = 0x100030B0
,
FX.Spell_ShieldThrow_Agent__AOECallback = 0x100030B1
,
FX.Spell_ShieldThrow_Agent__EffectMonitor = 0x100030B2
,
FX.Spell_ShieldThrow_Agent__FinalNode = 0x100030B3
,
FX.Spell_ShieldThrow_Agent__NextNode = 0x100030B4
,
FX.Action_Monitor_Agent__Destiny2_Shiradi_HuntsEnd = 0x100030B5
,
FX.Combat_OnHit_Agent__Destiny2_Unyielding_RuleOfLaw = 0x100030B6
,
FX.Action_Monitor_Agent__Destiny2_Unyielding_CelestialMandate = 0x100030B7
,
FX.Action_Monitor_Agent__Destiny2_Unyielding_GuardUp = 0x100030B8
,
FX.Action_Monitor_Agent__Destiny2_Unyielding_Mantle = 0x100030B9
,
FX.Action_Detection_Agent__Destiny2_Unyielding_RuleOfLaw = 0x100030BA
,
FX.Combat_OnHit_Agent__CurseWard_Hit = 0x100030BB
,
FX.Combat_OnHit_Agent__CurseWard = 0x100030BC
,
FX.Action_Detection_Agent__PaladinAbilities_AOE = 0x100030BD
,
FX.Combat_OnHit_Agent__ShiradiOttosWhistler = 0x100030BE
,
FX.Spell_Destiny2_Primal_StormCatcher_Agent__EffectMonitor = 0x100030BF
,
FX.Spell_Destiny2_Primal_CarrionSwarm_Agent__EffectMonitor = 0x100030C0
,
FX.Spell_DraconicIncarnationBreathNegative_Agent__AOECallback = 0x100030C1
,
FX.Spell_DraconicIncarnationBreathPoison_Agent__AOECallback = 0x100030C2
,
FX.Spell_DraconicIncarnationBreathNegative_Agent__EffectMonitor = 0x100030C3
,
FX.Spell_DraconicIncarnationBreathPoison_Agent__EffectMonitor = 0x100030C4
,
FX.Action_Detection_Agent__Epic_LegendaryDreadnought_Rally_Melee = 0x100030C5
,
FX.Action_Detection_Agent__Epic_LegendaryDreadnought_Rally_Ranged = 0x100030C6
,
FX.Combat_OnHit_Agent__ShadowyChampion = 0x100030C9
,
FX.Spell_Weird_Agent__AOECallback = 0x100030CA
,
FX.Spell_Weird_Agent__EffectMonitor = 0x100030CB
,
FX.Spell_Magus__DropDarkReticle = 0x100030CD
,
FX.Spell_Magus__DropColdReticle = 0x100030CE
,
FX.Combat_OnHit_Agent__MoonsShadow = 0x100030CF
,
FX.Combat_OnHit_Agent__ZeroDegreeComet = 0x100030D0
,
FX.Spell_Destiny2_Fatesinger_StrikeACord_Agent__EffectMonitor = 0x100030D1
,
FX.Spell_Destiny2_Fatesinger_Discord_Agent__AOECallback = 0x100030D2
,
FX.Action_Monitor_Agent__Destiny2_Fatesinger_EpicStrike_Ranged = 0x100030D3
,
FX.Spell_Destiny2_Fatesinger_CutTheStrings_Agent__EffectMonitor = 0x100030D4
,
FX.Action_Monitor_Agent__Destiny2_Fatesinger_Discord_Melee = 0x100030D5
,
FX.Action_Detection_Agent__Destiny2_FateSinger_Mantle = 0x100030D6
,
FX.Spell_Destiny2_Fatesinger_CutTheStrings_Agent__AOECallback = 0x100030D7
,
FX.Action_Monitor_Agent__Destiny2_Fatesinger_EpicStrike_Melee = 0x100030D8
,
FX.Action_Monitor_Agent__Destiny2_Fatesinger_Discord_Ranged = 0x100030D9
,
FX.Spell_Destiny2_Fatesinger_Discord_Agent__EffectMonitor = 0x100030DA
,
FX.Action_Monitor_Agent__Destiny2_FateSinger_Mantle = 0x100030DB
,
FX.Abilities_MagusoftheEclipse_Player__ChillAura = 0x100030DC
,
FX.Spell_DraconicIncarnationEnergyBurstPoison_Agent__EffectMonitor = 0x100030DD
,
FX.Spell_DraconicIncarnationEnergyBurstNegative_Agent__EffectMonitor = 0x100030DE
,
FX.Action_Monitor_Agent__Destiny2_FateSinger_TurnTheTide = 0x100030DF
,
FX.Combat_OnHit_Agent__FateSingerMantle = 0x100030E0
,
FX.Spell_MagusTimeStop_Agent__AOECallback = 0x100030E1
,
FX.Spell_MagusTimeStop_Agent__EffectMonitor = 0x100030E2
,
FX.Action_Monitor_Agent__Epic_DraconicIncarnation_Dragonform = 0x100030E3
,
FX.Spell_Moonlance_Agent__EffectMonitor = 0x100030E4
,
FX.Spell_Gloomspear_Agent__EffectMonitor = 0x100030E5
,
FX.Combat_OnHit_Agent__ChordOfFate = 0x100030E6
,
FX.Spell_Discord_Entity__AOEFX = 0x100030E7
,
FX.Spell_SplitTheSoul_Agent__EffectMonitor = 0x100030E8
,
FX.Spell_SplitTheSoulLight_Agent__EffectMonitor = 0x100030E9
,
FX.Spell_SplitTheSoulDark_Agent__EffectMonitor = 0x100030EA
,
FX.Spell_SplitTheSoulVoid_Agent__EffectMonitor = 0x100030EB
,
FX.Action_Detection_Agent__Destiny2_FateSinger_Majesty = 0x100030EC
,
FX.Abilities_Crusader_Player__BecomeDivine = 0x100030ED
,
FX.Spell_ChainCure_Agent__EffectMonitor = 0x100030EE
,
FX.Spell_ChainCure_Agent__ReturnForNextNode = 0x100030EF
,
FX.Spell_ChainCure_Agent__FinalNode = 0x100030F0
,
FX.Spell_ChainCure_Agent__AOECallback = 0x100030F1
,
FX.Spell_ChainCure_Player__LightningBeam = 0x100030F2
,
FX.Spell_ChainCure_Agent__NextNode = 0x100030F3
,
FX.Action_Monitor_Agent__EldritchBlast_Aura_1 = 0x100030F4
,
FX.Combat_OnHit_Agent__EldritchAura = 0x100030F5
,
FX.Combat_OnHit_Agent__TurnOffShadow = 0x100030F6
,
FX.Spell_EldritchAura_Agent__EffectMonitor = 0x100030F7
,
FX.Spell_EldritchAura_Agent__AOECallback = 0x100030F8
,
FX.Abilities_LegendaryDreadnought_Player__ActionHero = 0x100030F9
,
FX.Combat_OnHit_Agent__SunPillar = 0x100030FA
,
FX.Combat_OnHit_Agent__HealingPillar = 0x100030FB
,
FX.Combat_OnHit_Agent__FirePillar = 0x100030FC
,
FX.Combat_OnHit_Agent__MagnusTimeStop = 0x100030FD
,
FX.Abilities_ExaltedAngel_Player__HolyPresence = 0x100030FE
,
FX.Action_Monitor_Agent__ExaltedAngel_ShadowsUponYou = 0x100030FF
,
FX.Action_Detection_Agent__Destiny2_ExaltedAngelEpicMoment = 0x10003100
,
FX.Action_Detection_Agent__Destiny2_ExaltedAngelEpicMoment2 = 0x10003101
,
FX.Combat_OnHit_Agent__ExaltedAngel_ShadowsUponYou = 0x10003102
,
FX.Combat_OnHit_Agent__ExaltedAngel_HolyPresence = 0x10003103
,
FX.Combat_OnHit_Agent__Destiny2_Fatesinger_Majesty = 0x10003104
,
FX.Combat_Onhit_Agent__StringsoFate = 0x10003105
,
FX.Spell_Destiny2_Shiradi_InexorableAdvance_Agent__EffectMonitor = 0x10003106
,
FX.Abilities_MagusoftheEclipse_Player__LunarInsight = 0x10003107
,
FX.Spell_Destiny2_Shiradi_MassChaos_Agent__EffectMonitor = 0x10003108
,
FX.Spell_Destiny2_Shiradi_MassChaos_Entity__AOEFX = 0x10003109
,
FX.Combat_OnHit_Agent__ShiradiBeguile = 0x1000310A
,
FX.Combat_OnHit_Agent__ShiradiBeguileFromSpell = 0x1000310B
,
FX.Action_Monitor_Agent__ShadowStep = 0x1000310C
,
FX.Spell_MagusZeroDegreeComet_Agent__EffectMonitor = 0x1000310D
,
FX.Spell_MagusMoonsShadow_Agent__EffectMonitor = 0x1000310E
,
FX.Spell_MagusMoonsShadow_Agent__AOECallBack = 0x1000310F
,
FX.Spell_MagusZeroDegreeComet_Agent__AOECallback = 0x10003110
,
FX.Spell_EA_SunPillar_Agent__EffectMonitor = 0x10003111
,
FX.Spell_EA_HealingPillar_Agent__EffectMonitor = 0x10003112
,
FX.Spell_EA_FlamePillar_Agent__EffectMonitor = 0x10003113
,
FX.Action_Monitor_Agent__Destiny2_FateSinger_Mantle2 = 0x10003114
,
FX.Emotes_NPC___Stand_Id_Tilling_A = 0x10003115
,
FX.Emotes_NPC___Stand_Id_Tilling_B = 0x10003116
,
FX.ReaperActionPointGained = 0x10003117
,
FX.Drone_Generator_dread_epic = 0x10003118
,
FX.Drone_Generator_dread_landscape_lava = 0x10003119
,
FX.Drone_Generator_snowpeaks = 0x1000311A
,
FX.Drone_Generator_dread_dungeon_interior_1 = 0x1000311B
,
FX.Drone_Generator_dread_dungeon_capstone = 0x1000311C
,
FX.Drone_Generator_dread_dungeon_interior_2 = 0x1000311D
,
FX.Drone_Generator_dread_landscape = 0x1000311E
,
FX.Drone_Generator_dread_dungeon_interior_3 = 0x1000311F
,
FX.Drone_Generator_dread_landscape_jungle = 0x10003120
,
FX.Drone_Generator_dread_dungeon_mountain = 0x10003121
,
FX.Drone_Generator_dread_landscape_mountain = 0x10003122
,
FX.Drone_Generator_dread_dungeon_jungle = 0x10003123
,
FX.Drone_Generator_dread_public = 0x10003124
,
FX.Combat_OnHit_Agent__ReassessWolfPetThreat = 0x10003125
,
FX.Combat_OnHit_Agent__ReassessHomunAlignment = 0x10003126
,
FX.Combat_OnHit_Agent__ReassessHomunThreat = 0x10003127
,
FX.Shadowfell__Cooldown = 0x10003128
,
FX.AvatarMount__Raptor = 0x10003129
,
FX.AvatarMount__SaberTooth = 0x1000312A
,
FX.Quest_HuntRaid_Entity__Mark = 0x1000312B
,
FX.Quest_HuntRaid_Entity__Timer_Explosion = 0x1000312C
,
FX.Quest_HuntRaid_Entity__Timer = 0x1000312D
,
FX.Spell_CarrionSwarm_Entity__AOEFX = 0x1000312E
,
FX.Combat_OnHit_Agent__KnightsTransformationSpellLightning = 0x1000312F
,
FX.Combat_OnHit_Agent__KnightsTransformationAcid = 0x10003130
,
FX.Combat_OnHit_Agent__KnightsTransformationSpellCold = 0x10003131
,
FX.Combat_OnHit_Agent__KnightsTransformationSpellFire = 0x10003132
,
FX.Combat_OnHit_Agent__DeflectArrows = 0x10003134
,
FX.vfx_claw_of_doom_start = 0x10003135
,
FX.vfx_eyeball_head = 0x10003136
,
FX.Combat_OnHit_Agent__EyeballHead = 0x10003137
,
FX.Combat_OnHit_Agent__Quest_Dread_Raid_EyeballHead = 0x10003138
,
FX.Combat_OnHit_Agent__Quest_Dread_Raid_EyeballHead_Detect = 0x10003139
,
FX.Abilities_Warlock_Player__AbyssShroud = 0x1000313A
,
FX.Spell_GenericAttackHomingMissileSingleTarget_Agent__EffectMonitor = 0x1000313B
,
FX.Spell_GenericAttackHomingElevatedOverHeadMissileSingleTarget_Agent__EffectMonitor = 0x1000313C
,
FX.Combat_Anim_Player__Tabaxi_Scratch = 0x1000313D
,
FX.Combat_Anim_Player__Tabaxi_StaffAOE = 0x1000313E
,
FX.Spell_ClrReturnToDusk_Agent__Visuals = 0x1000313F
,
FX.Combat_OnHit_Agent__Quest_Dread_Curse_AssassinBlade = 0x10003140
,
FX.Drone_Generator_dread_fanfare_capstone = 0x10003141
,
FX.Drone_Generator_dread_fanfare_interior = 0x10003142
,
FX.Drone_Generator_dread_fanfare_landscape = 0x10003143
,
FX.Combat_OnHit_Agent__MonsterRogueBoost = 0x10003144
,
FX.Combat_OnHit_Agent__MonsterFighterBoost = 0x10003145
,
FX.Combat_OnHit_Agent__MonsterBarbarianBoost = 0x10003146
,
FX.Combat_OnHit_Agent__MonsterRangerBoost = 0x10003147
,
FX.Spell_Teleport_Sharn_Agent__EffectMonitor = 0x10003148
,
FX.Spell_Teleport_Saltmarsh_Agent__EffectMonitor = 0x10003149
,
FX.Spell_Teleport_Dread_Agent__EffectMonitor = 0x1000314A
,
FX.Spell_Teleport_Feywild_Agent__EffectMonitor = 0x1000314B
,
FX.Spell_Teleport_Ravenloft_Agent__EffectMonitor = 0x1000314C
,
FX.Quest_CustomLighting_Override_Dark_Effect = 0x1000314D
,
FX.Quest_Vecna_Hand_FacePalm = 0x1000314E
,
FX.Quest_Vecna_Strike = 0x1000314F
,
FX.Quest_Vecna_Hand_Grasp = 0x10003150
,
FX.Quest_Vecna_Fear = 0x10003151
,
FX.Spell_WebBolt_Agent__EffectMonitor = 0x10003152
,
FX.Spell_WebSpray_Agent__EffectMonitor = 0x10003153
,
FX.AI_Logic_NPC__Shared_80m_Detect_ForPlayers = 0x10003154
,
FX.AI_Logic_NPC__Shared_Detect_Add_Aggro = 0x10003155
,
FX.Action_Detection_Agent__LeapOfFaith_EACore4a = 0x10003156
,
FX.Action_Detection_Agent__LeapOfFaith_EACore4b = 0x10003157
,
FX.Action_Detection_Agent__Shiradi_Core4 = 0x10003158
,
FX.Action_Detection_Agent__Destiny2_Unyielding_LastHope = 0x10003159
,
FX.Action_Monitor_Agent__Destiny2_Primal_Regrowth = 0x1000315A
,
FX.Action_Monitor_Agent__Shiradi_Core4_1 = 0x1000315E
,
FX.Action_Monitor_Agent__Shiradi_Core4_2 = 0x1000315F
,
FX.Combat_OnHit_Agent__GhostlyChampion = 0x10003162
,
FX.Combat_OnHit_Agent__MindStorm = 0x10003163
,
FX.Combat_OnHit_Agent__GreenFireSpell = 0x10003164
,
FX.DM__Hound_Hunt_1 = 0x10003165
,
FX.DM__Hound_Hunt_2 = 0x10003166
,
FX.DM__Hound_Hunt_3 = 0x10003167
,
FX.Abilities_Bard_Enh_Bard_SustainingSong_Lightning_FoundObj = 0x10003168
,
FX.Combat_OnHit_Agent__Event_Hunted = 0x1000316A
,
FX.Vfx_wings_fey_a = 0x1000316C
,
FX.Combat_OnHit_Agent__LightningBlastFX_Musical = 0x1000316D
,
FX.Combat_OnHit_Agent__DarkApostate_Shadowform = 0x1000316E
,
FX.Combat_OnHit_Agent__SacredFist_SacredFlame = 0x1000316F
,
FX.Combat_OnHit_Agent__DarkApostate_BloodflameExplosion = 0x10003170
,
FX.DM__Shared_TurnOff_Reapers_And_FestivalSpawns = 0x10003171
,
FX.DM__Shared_TurnOn_Reapers_And_FestivalSpawns = 0x10003172
,
FX.DAS_MonsterDespawn = 0x10003173
,
FX.AI_States_NPC__RemoveAll_DurationEffects = 0x10003175
,
FX.AI_States_NPC__RemovePositive_DurationEffects = 0x10003176
,
FX.AI_States_NPC__RemoveHarmful_DurationEffects = 0x10003177
,
FX.Drone_Generator_morgrave_public_commons = 0x10003178
,
FX.Drone_Generator_morgrave_public_quad = 0x10003179
,
FX.Action_Monitor_Agent__Feat_SecondWind = 0x1000317A
,
FX.vfx_system_on_timer = 0x1000317B
,
FX.vfx_system_off = 0x1000317C
,
FX.vfx_system_on = 0x1000317D
,
FX.Spell_DoomCube_Agent__EffectMonitor = 0x1000317E
,
FX.Spell_ThornLance_Agent__EffectMonitor = 0x1000317F
,
FX.Spell_ThornWave_Agent__EffectMonitor = 0x10003180
,
FX.Spell_ThornWave_Agent__AOECallback = 0x10003181
,
FX.Spell_ThornStrike_Agent__EffectMonitor = 0x10003184
,
FX.Spell_ThornBloom_Agent__EffectMonitor = 0x10003185
,
FX.Spell_ThornBloom_Agent__AOECallback = 0x10003186
,
FX.Quest_Balor_Raid_Teleport = 0x10003187
,
FX.Quest_Balor_Raid_Spat = 0x10003188
,
FX.Quest_Balor_Raid_Portals = 0x10003189
,
FX.Quest_Balor_Raid_Meteor = 0x1000318A
,
FX.Combat_OnHit_Agent__WildshapeWolfPlague = 0x1000318B
,
FX.Combat_OnHit_Agent__WildshapeThornKin = 0x1000318C
,
FX.Combat_OnHit_Agent__WildshapeWolfBlighted = 0x1000318D
,
FX.Combat_OnHit_Agent__WildshapeThornKnight = 0x1000318E
,
FX.Combat_OnHit_Agent__WildshapeHiveKeeper = 0x1000318F
,
FX.Combat_OnHit_Agent__WildshapeHiveMaster = 0x10003190
,
FX.Action_Monitor_Agent__Feat_MurderofCrows = 0x10003191
,
FX.Action_Detection_Agent__Feat_MurderofCrows = 0x10003192
,
FX.Combat_OnHit_Agent__GraspingThorns = 0x10003193
,
FX.Combat_OnHit_Agent__InvisibleTumbleHiveMaster = 0x10003194
,
FX.Spell_BlightedBreath_Agent__EffectMonitor = 0x10003195
,
FX.Spell_NarrowConeOfEldritchBlast_Agent__AOECallback = 0x10003196
,
FX.Spell_NarrowConeOfEldritchBlast_Agent__EffectMonitor = 0x10003197
,
FX.Spell_ShortConeOfEldritchBlast_Agent__EffectMonitor = 0x10003198
,
FX.Spell_ShortConeOfEldritchBlast_Agent__AOECallback = 0x10003199
,
FX.Spell_ConeOfEldritchBlast2_Agent__EffectMonitor = 0x1000319A
,
FX.Spell_ConeOfEldritchBlast2_Agent__AOECallback = 0x1000319B
,
FX.Action_Anim_Agent___BlightedCharge = 0x1000319F
,
FX.Action_Monitor_Agent__BlightedCharge = 0x100031A0
,
FX.Action_Detection_Agent__Feat_BlightedCharge = 0x100031A1
,
FX.Action_Monitor_Agent__Feat_JawsOfDoom = 0x100031A2
,
FX.Combat_OnHit_Agent__JawsofDoom = 0x100031A3
,
FX.Spell_AcolyteDemonicTransformation_Agent__EffectMonitor = 0x100031A4
,
FX.Compositor = 0x100031A7
,
FX.Action_Anim_Agent___EldritchClaw_2_Delivery = 0x100031A8
,
FX.Action_Anim_Agent___EldritchClaw_1_Delivery = 0x100031A9
,
FX.Spell_ConeOfEldritchBlast3_Agent__EffectMonitor = 0x100031AA
,
FX.Action_Anim_Agent___DemonFormVisuals = 0x100031AB
,
FX.Spell_HydraPoison_Entity__AOEFX = 0x100031AD
,
FX.vfx_demonform = 0x100031AE
,
FX.vfx_blightdruid_thornkin = 0x100031AF
,
FX.vfx_blightdruid_thornknight = 0x100031B0
,
FX.Spell_EldritchBeamRight_Agent__ShootBeams = 0x100031B2
,
FX.Spell_EldritchBeamLeft_Agent__ShootBeams = 0x100031B3
,
FX.Spell_SmokeGrenade_Agent__SmokeVFX = 0x100031B4
,
FX.VIP_ProcessLoyaltyEffects = 0x100031B5
,
FX.Combat_OnHit_Agent__Costume_Rat = 0x100031B6
,
FX.Spell_Destiny2MachrotechStrikeElectric_Agent_EffectMonitor = 0x100031B7
,
FX.Spell_Destiny2MachrotechStrikeRepair_Agent_EffectMonitor = 0x100031B8
,
FX.Spell_Destiny2MachrotechStrikeSonic_Agent_EffectMonitor = 0x100031B9
,
FX.Vfx_Mount_Horse_Skeletal_Green = 0x100031BA
,
FX.Vfx_Mount_Horse_Skeletal_Vecna = 0x100031BB
,
FX.Skills_Detection_Player__DetectSecretDoorNothingIsHidden = 0x100031BC
,
FX.Skills_Detection_Player__DetectSecretDoor = 0x100031BD
,
FX.Skills_Detection_Player__DetectTrap = 0x100031BE
,
FX.Quest_GenericInAreaTeleport = 0x100031BF
,
FX.Spell_Teleport_Morgrave_Agent__EffectMonitor = 0x100031C0
,
FX.Combat_OnAggro_Agent__MonsterPingsPlayer = 0x100031C1
,
FX.Player_CountNumberOfHeldHuntItems = 0x100031C2
,
FX.Vfx_eyes_golden_a = 0x100031C3
,
FX.vfx_lightning_trail = 0x100031C4
,
FX.AI_States_NPC__Physics_Monster = 0x100031C5
,
FX.AI_States_NPC__Physics_Player = 0x100031C6
,
FX.AI_States_NPC__Physics_Monster_Ghost = 0x100031C7
,
FX.AI_States_NPC__Physics_Reset = 0x100031C8
,
FX.Debug_Test_4 = 0x100031C9
,
FX.Debug_Test_5 = 0x100031CA
,
FX.Debug_Test_1 = 0x100031CB
,
FX.Debug_Test_2 = 0x100031CC
,
FX.Debug_Test_3 = 0x100031CD
,
FX.AI_Logic_NPC__Drop_Aggro_Logic = 0x100031CE
,
FX.AI_Logic_NPC__DeAggroIgnoreHelpCallsTimer = 0x100031CF
,
FX.Drone_Generator_morgrave_venca_interior = 0x100031D0
,
FX.Drone_Generator_morgrave_shavarath = 0x100031D1
,
FX.Drone_Generator_morgrave_raid = 0x100031D2
,
FX.Drone_Generator_morgrave_astral_plane = 0x100031D3
,
FX.Drone_Generator__morgrave_1_capstone = 0x100031D4
,
FX.Drone_Generator_morgrave_sharn_interior_a = 0x100031D5
,
FX.Drone_Generator_morgrave_sharn_interior_b = 0x100031D6
,
FX.Drone_Generator_morgrave_1_start = 0x100031D7
,
FX.Drone_Generator__morgrave_1_middle = 0x100031D8
,
FX.Combat_OnHit_Agent__DanceOfRuin = 0x100031D9
,
FX.Combat_OnHit_Agent__LordOfBladesWard = 0x100031DA
,
FX.Combat_OnHit_Agent__VolWard = 0x100031DB
,
FX.Combat_OnHit_Agent__TravelerWard = 0x100031DC
,
FX.Combat_OnHit_Agent__ShavOrderWard = 0x100031DD
,
FX.Vfx_Macrotechnic_Ring_Orange = 0x100031DE
,
FX.Vfx_Macrotechnic_Ring_Green = 0x100031DF
,
FX.Vfx_Macrotechnic_Ring_Purple = 0x100031E0
,
FX.Vfx_Macrotechnic_Ring_Teal = 0x100031E1
,
FX.Vfx_Macrotechnic_Ring_Yellow = 0x100031E2
,
FX.Vfx_Macrotechnic_Ring_Pink = 0x100031E3
,
FX.Vfx_Macrotechnic_Ring_Blue = 0x100031E4
,
FX.Vfx_Macrotechnic_Ring_Red = 0x100031E5
,
FX.Combat_Runearm_Agent__EffectMonitor_Cone_Sonic_1 = 0x100031E6
,
FX.Combat_Runearm_Agent__EffectMonitor_Cone_Sonic_2 = 0x100031E7
,
FX.Combat_Runearm_Agent__EffectMonitor_Cone_Sonic_3 = 0x100031E8
,
FX.Combat_Runearm_Agent__EffectMonitor_Cone_Sonic_4 = 0x100031E9
,
FX.Combat_Runearm_Agent__EffectMonitor_Cone_Sonic_5 = 0x100031EA
,
FX.Combat_Runearm_Agent__EffectMonitor_Cone_Sonic_6 = 0x100031EB
,
FX.Spell_LightningHammer_Agent__EffectMonitor = 0x100031EC
,
FX.Vfx_Macrotechnic_Shield = 0x100031ED
,
FX.Morgrave__AdvanceReliquaryPhase = 0x100031EE
,
FX.Combat_OnHit_Agent__DemonFire = 0x100031EF
,
FX.Combat_OnHit_Agent__FlameCircleTrap = 0x100031F0
,
FX.Quest_BalorTactics_Player__Add_Value = 0x100031F1
,
FX.Favor_FixPatronRewards_Player__SummerCourt_4 = 0x100031F2
,
FX.Favor_FixPatronRewards_Player__Gatekeeper_4 = 0x100031F3
,
FX.Favor_FixPatronRewards_Player__MorgraveU_2 = 0x100031F4
,
FX.Favor_FixPatronRewards_Player__Keepers_4 = 0x100031F5
,
FX.Quest_GrantPermFlagByAreaFile__PropertySet = 0x100031F6
,
FX.Spell_GenericConeLong_Entity__Detect_BreakBreakables = 0x100031F7
,
FX.Spell_GenericMultipleTarget_Entity__AOECallback_BreakBreakables = 0x100031F8
,
FX.EldritchDevice_Item__TreasureDeck1_PickEffect = 0x100031F9
,
FX.AvatarMount__Surf = 0x100031FA
,
FX.Combat_Commands_NPC___TriggeredSpecial6 = 0x100031FC
,
FX.Combat_Commands_NPC___TriggeredSpecial7 = 0x100031FD
,
FX.Combat_Commands_NPC___TriggeredSpecial8 = 0x100031FE
,
FX.Combat_Commands_NPC___TriggeredSpecial9 = 0x100031FF
,
FX.AI_Logic_NPC__AOE3_IMPULSE = 0x10003202
,
FX.AI_Logic_NPC__AOE_IMPULSE = 0x10003203
,
FX.AI_Logic_NPC__AOE2_IMPULSE = 0x10003204
,
FX.AI_Logic_NPC__CreateObject1 = 0x10003205
,
FX.AI_Logic_NPC__CreateObject2 = 0x10003206
,
FX.AI_Logic_NPC__CreateObject3 = 0x10003207
,
FX.Abilities_FallFest_Player__HandleFallFestCandy = 0x10003208
,
FX.Abilities_Ranger_Player__RemoveImpForceArrows = 0x10003209
,
FX.EldritchDevice_Item__TreasureDeck1_Favored = 0x10003212
,
FX.EldritchDevice_Item__TreasureDeck1_Mythic = 0x10003217
,
FX.EldritchDevice_Item__TreasureDeck1_Augment = 0x10003218
,
FX.Champion_WildMagic_Mindflayer_BuffAllies_1 = 0x10003219
,
FX.Champion_WildMagic_Mindflayer_BuffAllies_2 = 0x1000321A
,
FX.Drone_Generator_myth_public = 0x1000321B
,
FX.Drone_Generator_myth_landscape = 0x1000321C
,
FX.Vfx_Dragonlord_Aura_TacticalFeats = 0x1000321D
,
FX.Vfx_Dragonlord_Aura_RangedPower = 0x1000321E
,
FX.Vfx_Dragonlord_Aura_DamageRolls = 0x1000321F
,
FX.Vfx_Dragonlord_Aura_UniversalSpellPower = 0x10003220
,
FX.Vfx_Dragonlord_Aura_MRR = 0x10003221
,
FX.Vfx_Dragonlord_Aura_MeleePower = 0x10003222
,
FX.Vfx_Dragonlord_Aura_SavingThrows = 0x10003223
,
FX.Vfx_Dragonlord_Aura_AttackRolls = 0x10003224
,
FX.Vfx_Dragonlord_Aura_PRR = 0x10003225
,
FX.AI_Logic_NPC__Critter_10m_Detect_ForPlayers = 0x10003226
,
FX.AI_Logic_NPC__Critter_10m_Detect_Logic = 0x10003227
,
FX.VfxHit_Dragonlord_SoulSunder = 0x10003228
,
FX.Vfx_Dragonlord_TacticalFeat_Cold = 0x10003229
,
FX.Vfx_Dragonlord_TacticalFeat_Electric = 0x1000322A
,
FX.Vfx_Dragonlord_TacticalFeat_Poison = 0x1000322B
,
FX.Vfx_Dragonlord_TacticalFeat_Fire = 0x1000322C
,
FX.Vfx_Dragonlord_SoulSunder = 0x1000322D
,
FX.Vfx_Dragonlord_TacticalFeat_Acid = 0x1000322E
,
FX.Vfx_Dragonlord_DragonsRoar = 0x1000322F
,
FX.Vfx_Dragonlord_TacticalFeat = 0x10003230
,
FX.Action_Detection_Agent__DragonLordRoar = 0x10003231
,
FX.Action_Monitor_Agent__DragonLordRoar = 0x10003232
,
FX.Combat_Anim_Agent___Cast_Breath = 0x10003233
,
FX.Spell_DragonLordRoar_Agent__EffectMonitor = 0x10003234
,
FX.Spell_CureWounds_Agent__EffectMonitor = 0x10003236
,
FX.Combat_OnHit_Agent__OnTargetFireExplosion_Medium = 0x10003237
,
FX.Combat_OnHit_Agent__OnTargetFireExplosion_Small = 0x10003238
,
FX.Combat_OnHit_Agent__OnTargetPhysicalExplosion_Small = 0x10003239
,
FX.Combat_OnHit_Agent__OnTargetShadowExplosion_Medium = 0x1000323A
,
FX.Combat_OnHit_Agent__OnTargetMagicExplosion_Large = 0x1000323B
,
FX.Combat_OnHit_Agent__OnTargetShadowExplosion_Large = 0x1000323C
,
FX.Combat_OnHit_Agent__OnTargetPhysicalExplosion_Large = 0x1000323D
,
FX.Combat_OnHit_Agent__OnTargetSonicExplosion_Medium = 0x1000323E
,
FX.Combat_OnHit_Agent__OnTargetSonicExplosion_Large = 0x1000323F
,
FX.Combat_OnHit_Agent__OnTargetShockExplosion_Medium = 0x10003240
,
FX.Combat_OnHit_Agent__OnTargetPhysicalExplosion_Medium = 0x10003241
,
FX.Combat_OnHit_Agent__OnTargetHolyExplosion_Medium = 0x10003242
,
FX.Combat_OnHit_Agent__OnTargetFireExplosion_Large = 0x10003243
,
FX.Combat_OnHit_Agent__OnTargetShockExplosion_Small = 0x10003244
,
FX.Combat_OnHit_Agent__OnTargetMagicExplosion_Small = 0x10003245
,
FX.Combat_OnHit_Agent__OnTargetSonicExplosion_Small = 0x10003246
,
FX.Combat_OnHit_Agent__OnTargetShadowExplosion_Small = 0x10003247
,
FX.Combat_OnHit_Agent__OnTargetShockExplosion_Large = 0x10003248
,
FX.Combat_OnHit_Agent__OnTargetMagicExplosion_Medium = 0x10003249
,
FX.Combat_OnHit_Agent__OnTargetHolyExplosion_Small = 0x1000324A
,
FX.Combat_OnHit_Agent__OnTargetHolyExplosion_Large = 0x1000324B
,
FX.YearOfDragon_Reward_Remove_Alert = 0x1000324C
,
FX.AvatarAlert_DestinyTreeClaim__Logic = 0x1000324D
,
FX.AvatarAlert_DestinyTreeClaim_MacroTech__Logic = 0x1000324E
,
FX.Favor_FixPatronRewards_Player__MorgraveU_4 = 0x1000324F
,
FX.Drone_Generator_sim_date_park = 0x10003250
,
FX.Drone_Generator_sim_misc = 0x10003251
,
FX.Drone_Generator_sim_date_carnival = 0x10003252
,
FX.Drone_Generator_Combat_Cue_03 = 0x10003253
,
FX.Drone_Generator_sim_date_restaurant = 0x10003254
,
FX.Drone_Generator_sim_cook = 0x10003255
,
FX.Combat_Callbacks_Monster__Clawx4 = 0x10003256
,
FX.Combat_OnHit_Agent__Cast_WildMagic_Surge_VeryBad = 0x10003257
,
FX.Combat_OnHit_Agent__Cast_WildMagic_Warning_Good = 0x10003258
,
FX.Combat_OnHit_Agent__Cast_WildMagic_Warning = 0x10003259
,
FX.Combat_OnHit_Agent__Cast_WildMagic_Surge_Good = 0x1000325A
,
FX.Combat_OnHit_Agent__Cast_WildMagic_Surge_Neutral = 0x1000325B
,
FX.Combat_OnHit_Agent__Cast_WildMagic_Rerolling = 0x1000325C
,
FX.Combat_OnHit_Agent__Cast_WildMagic_Warning_Bad = 0x1000325D
,
FX.Combat_OnHit_Agent__Cast_WildMagic_Surge_VeryGood = 0x1000325E
,
FX.Combat_OnHit_Agent__Cast_WildMagic_Surge_Bad = 0x1000325F
,
FX.Cast_WildMagic_Startup = 0x10003260
,
FX.AvatarMount__Drake = 0x10003261
,
FX.vfx_eladrin_mantle_spring = 0x10003262
,
FX.vfx_eladrin_mantle_fall = 0x10003263
,
FX.vfx_eladrin_mantle_summer = 0x10003264
,
FX.vfx_eladrin_mantle_winter = 0x10003265
,
FX.vfx_lightning_wings = 0x10003266
,
FX.Combat_OnHit_Agent__Cast_WildMagic_Chaos_Major = 0x10003267
,
FX.Combat_OnHit_Agent__Cast_WildMagic_ReallyLucky = 0x10003268
,
FX.Combat_OnHit_Agent__Cast_WildMagic_Shrinkage = 0x10003269
,
FX.Combat_OnHit_Agent__Cast_WildMagic_Lucky = 0x1000326A
,
FX.Combat_OnHit_Agent__Cast_WildMagic_BubbleSilence = 0x1000326B
,
FX.Combat_OnHit_Agent__Cast_WildMagic_BigTime = 0x1000326C
,
FX.Combat_OnHit_Agent__Cast_WildMagic_WhosDead = 0x1000326D
,
FX.Combat_OnHit_Agent__Cast_WildMagic_ManaBreach = 0x1000326E
,
FX.Combat_OnHit_Agent__Cast_WildMagic_HammerTime = 0x1000326F
,
FX.Combat_OnHit_Agent__Cast_WildMagic_Darkness = 0x10003270
,
FX.Combat_OnHit_Agent__Cast_WildMagic_ButterFlys = 0x10003271
,
FX.Combat_OnHit_Agent__Cast_WildMagic_CatNap = 0x10003272
,
FX.Combat_OnHit_Agent__Cast_WildMagic_ManaLeak = 0x10003273
,
FX.Combat_OnHit_Agent__Cast_WildMagic_Precognition = 0x10003274
,
FX.Combat_OnHit_Agent__Cast_WildMagic_Poof = 0x10003275
,
FX.Combat_OnHit_Agent__Cast_WildMagic_PersonalBadWeather = 0x10003276
,
FX.Combat_OnHit_Agent__Cast_WildMagic_ManaFountain = 0x10003277
,
FX.Combat_OnHit_Agent__Cast_WildMagic_ManaSpring = 0x10003278
,
FX.Combat_OnHit_Agent__Cast_WildMagic_Chaos_Minor = 0x10003279
,
FX.Combat_OnHit_Agent__Cast_WildMagic_FireWorks = 0x1000327A
,
FX.Combat_OnHit_Agent__Cast_WildMagic_Squirrels = 0x1000327B
,
FX.Combat_OnHit_Agent__Cast_WildMagic_OutofPhase = 0x1000327C
,
FX.Combat_OnHit_Agent__Cast_WildMagic_MusicalChairs = 0x1000327D
,
FX.Vendor_NPC__VIP = 0x1000327E
} |
|
|
|
enum | FXBloodColor : uint {
FXBloodColor.Invalid = 0x00000000
,
FXBloodColor.green = 0x00000001
,
FXBloodColor.red = 0x00000002
} |
|
|
|
enum | FXChannels : uint {
FXChannels.Invalid = 0x00000000
,
FXChannels.gore = 0x00000001
,
FXChannels.BloodColor = 0x00000002
,
FXChannels.FootStepSounds = 0x00000003
,
FXChannels.FootStepParticles = 0x00000004
,
FXChannels.PlayerMusic = 0x00000005
} |
|
|
|
enum | FXGore : uint {
FXGore.Invalid = 0x00000000
,
FXGore.Fun = 0x00000001
,
FXGore.None = 0x00000002
,
FXGore.Low = 0x00000003
,
FXGore.Normal = 0x00000004
} |
|
|
|
enum | GeneratorPauseMethod : uint {
GeneratorPauseMethod.Undef = 0x00000000
,
GeneratorPauseMethod.Script = 0x00000001
,
GeneratorPauseMethod.HitAlivePopCap = 0x00000002
,
GeneratorPauseMethod.NoActivePlayers = 0x00000003
,
GeneratorPauseMethod.Admin = 0x00000004
} |
|
|
|
enum | GLOSSARYTERM : uint {
GLOSSARYTERM.Undef = 0x00000000
,
GLOSSARYTERM.ArmorBonus = 0x70007C4C
,
GLOSSARYTERM.Critical = 0x70007C5F
,
GLOSSARYTERM.DamageReduction = 0x70007C62
,
GLOSSARYTERM.ShieldBonus = 0x70007CA7
,
GLOSSARYTERM.SpellFailure = 0x70007CAE
,
GLOSSARYTERM.ArmorCheckPenalty = 0x70008254
,
GLOSSARYTERM.MyArmorBonus = 0x70008255
,
GLOSSARYTERM.MaxDexBonus = 0x70008256
,
GLOSSARYTERM.LeaderOnly = 0x70008257
,
GLOSSARYTERM.Reserved = 0x70008258
,
GLOSSARYTERM.Bound = 0x70008259
,
GLOSSARYTERM.Unique = 0x7000825A
,
GLOSSARYTERM.BoundOnAquire = 0x7000825B
,
GLOSSARYTERM.BoundOnEquip = 0x7000825C
,
GLOSSARYTERM.DestroyedOnDeath = 0x7000825D
,
GLOSSARYTERM.DestroyedOnExitModule = 0x7000825E
,
GLOSSARYTERM.DroppedOnExitModule = 0x7000825F
,
GLOSSARYTERM.DroppedOnDeath = 0x70008260
,
GLOSSARYTERM.OpenLockBonus = 0x70008261
,
GLOSSARYTERM.HealBonus = 0x70008262
,
GLOSSARYTERM.DisableDeviceBonus = 0x70008263
,
GLOSSARYTERM.RepairBonus = 0x70008264
,
GLOSSARYTERM.Proficiency = 0x70008266
,
GLOSSARYTERM.AttackPenalty = 0x70008267
,
GLOSSARYTERM.Damage = 0x70008268
,
GLOSSARYTERM.BaseDamageRating = 0x70008269
,
GLOSSARYTERM.DamageMod = 0x7000826A
,
GLOSSARYTERM.AttackMod = 0x7000826B
,
GLOSSARYTERM.Difficulty = 0x7000826C
,
GLOSSARYTERM.DestroyedAfterLogout = 0x700095B7
,
GLOSSARYTERM.NotBankable = 0x70009644
,
GLOSSARYTERM.BlackHole = 0x70009E7C
,
GLOSSARYTERM.BoundToAccount = 0x7000C14B
,
GLOSSARYTERM.CannotMail = 0x7000C156
,
GLOSSARYTERM.CannotAuction = 0x7000C174
,
GLOSSARYTERM.OnAirshipInternal = 0x7001029D
,
GLOSSARYTERM.OnAirshipExterior = 0x7001029E
,
GLOSSARYTERM.UniqueAmenity = 0x7001029F
,
GLOSSARYTERM.OnAirship = 0x700102A0
,
GLOSSARYTERM.BoundToCharacterOnEquip = 0x700115DA
,
GLOSSARYTERM.BoundToAccountOnEquip = 0x700115DB
,
GLOSSARYTERM.BoundToAccountOnAcquire = 0x700115DC
,
GLOSSARYTERM.BoundToCharacterOnAcquire = 0x700115DD
,
GLOSSARYTERM.BoundToAccountByCosmetic = 0x70011BA6
,
GLOSSARYTERM.BoundToAccountViaContainedItem = 0x700140F9
,
GLOSSARYTERM.BoundToAccountUntilEquipped = 0x700327C9
,
GLOSSARYTERM.HasBeenBoundToAccountOnAcquire = 0x70038D24
,
GLOSSARYTERM.HasBeenBoundToCharacterOnAcquire = 0x70038D25
,
GLOSSARYTERM.HasBeenBoundToAccountOnEquip = 0x70038D26
,
GLOSSARYTERM.HasBeenBoundToCharacterOnEquip = 0x70038D27
} |
|
|
|
enum | gmChatTextType : uint {
gmChatTextType.Fellowship = 0x00000009
,
gmChatTextType.Guild = 0x0000000A
,
gmChatTextType.Officer = 0x0000000B
,
gmChatTextType.Advancement = 0x0000000C
,
gmChatTextType.Auction = 0x0000000D
,
gmChatTextType.LFG = 0x0000000E
,
gmChatTextType.Advice = 0x0000000F
,
gmChatTextType.OOC = 0x00000010
,
gmChatTextType.General = 0x00000011
,
gmChatTextType.Challenge = 0x00000012
,
gmChatTextType.Death = 0x00000013
,
gmChatTextType.UserChat1 = 0x00000014
,
gmChatTextType.Dice = 0x00000015
,
gmChatTextType.DMText = 0x00000016
,
gmChatTextType.NPC = 0x00000017
,
gmChatTextType.Hint = 0x00000018
,
gmChatTextType.Broadcast = 0x00000019
,
gmChatTextType.Loot = 0x0000001A
,
gmChatTextType.Glossary = 0x0000001B
,
gmChatTextType.Warning = 0x0000001C
,
gmChatTextType.WorldEvent = 0x0000001D
,
gmChatTextType.UserChat2 = 0x0000001E
,
gmChatTextType.UserChat3 = 0x0000001F
,
gmChatTextType.UserChat4 = 0x00000020
,
gmChatTextType.GlobalAnnouncement = 0x00000021
,
gmChatTextType.Achievement = 0x00000022
,
gmChatTextType.Effect = 0x00000023
,
gmChatTextType.Permadeath = 0x00000024
} |
|
|
|
enum | GoalType : uint {
GoalType.Undef = 0x00000000
,
GoalType.Combat = 0x00000001
,
GoalType.Leash = 0x00000002
,
GoalType.Idle = 0x00000003
,
GoalType.Command = 0x00000004
,
GoalType.Explore = 0x00000005
,
GoalType.Wander = 0x00000006
,
GoalType.Follow = 0x00000007
,
GoalType.Movement = 0x00000008
,
GoalType.Action = 0x00000009
,
GoalType.AutoLeash = 0x0000000A
,
GoalType.TrapLeash = 0x0000000B
,
GoalType.AutoLeashTeleport = 0x0000000C
,
GoalType.TrapWait = 0x0000000D
} |
|
|
|
enum | GrantedFeatType : uint {
GrantedFeatType.Undef = 0x00000000
,
GrantedFeatType.HealMode = 0x00000001
,
GrantedFeatType.SpecialAction = 0x00000002
,
GrantedFeatType.Passive = 0x00000003
,
GrantedFeatType.MetaMagic = 0x00000004
} |
|
|
|
enum | GraphicsQualityLevel : uint {
GraphicsQualityLevel.Custom = 0x00000000
,
GraphicsQualityLevel.VeryLow = 0x00000001
,
GraphicsQualityLevel.Low = 0x00000002
,
GraphicsQualityLevel.Medium = 0x00000003
,
GraphicsQualityLevel.High = 0x00000004
,
GraphicsQualityLevel.VeryHigh = 0x00000005
,
GraphicsQualityLevel.UltraHigh = 0x00000006
} |
|
|
|
enum | GroupSizeType : uint {
GroupSizeType.Invalid = 0x00000000
,
GroupSizeType.Party = 0x00000001
,
GroupSizeType.Solo = 0x00000002
,
GroupSizeType.Raid = 0x00000004
,
GroupSizeType.SoloOrParty = 0x00000005
,
GroupSizeType.Arena = 0x00000006
} |
|
|
|
enum | GRSDisabledEvent : uint {
GRSDisabledEvent.Undef = 0x00000000
,
GRSDisabledEvent.Character_Deletion = 0x00000001
} |
|
|
|
enum | GuildChestType : uint {
GuildChestType.Undef = 0x00000000
,
GuildChestType.Small = 0x00000001
,
GuildChestType.Small2 = 0x00000002
,
GuildChestType.Small3 = 0x00000003
,
GuildChestType.Large = 0x00000004
,
GuildChestType.Large2 = 0x00000005
,
GuildChestType.Large3 = 0x00000006
,
GuildChestType.ShiproomGeneral_1 = 0x00000007
,
GuildChestType.ShiproomGeneral_2 = 0x00000008
,
GuildChestType.ShiproomGeneral_3 = 0x00000009
,
GuildChestType.ShiproomOfficer_1 = 0x0000000A
,
GuildChestType.ShiproomOfficer_2 = 0x0000000B
,
GuildChestType.ShiproomOfficer_3 = 0x0000000C
} |
|
|
|
enum | GuildPermissionType : uint {
GuildPermissionType.Undef = 0x00000000
,
GuildPermissionType.Rename = 0x00000001
,
GuildPermissionType.Expel = 0x00000002
,
GuildPermissionType.MotD = 0x00000003
,
GuildPermissionType.Disband = 0x00000004
,
GuildPermissionType.Promote = 0x00000005
,
GuildPermissionType.Resign = 0x00000006
,
GuildPermissionType.Chat = 0x00000007
,
GuildPermissionType.Recruit = 0x00000008
,
GuildPermissionType.OfficerChat = 0x00000009
,
GuildPermissionType.Demote = 0x0000000A
,
GuildPermissionType.ModifyRank = 0x0000000B
,
GuildPermissionType.Create = 0x0000000C
} |
|
|
|
enum | HenchmanContractType : uint {
HenchmanContractType.Undef = 0x00000000
,
HenchmanContractType.eStoreContract = 0x00000001
,
HenchmanContractType.NormalContract = 0x00000002
,
HenchmanContractType.PetContract = 0x00000003
} |
|
|
|
enum | HOH_ERS_MannequinID : uint {
HOH_ERS_MannequinID.Invalid = 0x00000000
,
HOH_ERS_MannequinID.HOH_Eberron_1 = 0x00000001
,
HOH_ERS_MannequinID.HOH_Eberron_2 = 0x00000002
} |
|
|
|
enum | Holding_Location : uint {
Holding_Location.Invalid = 0x00000000
,
Holding_Location.RHand = 0x00000001
,
Holding_Location.LHand = 0x00000002
,
Holding_Location.Camera_Origin = 0x00000003
,
Holding_Location.Camera_Target = 0x00000004
,
Holding_Location.origin = 0x00000005
,
Holding_Location.LOffHand = 0x00000006
,
Holding_Location.LHand2 = 0x00000011
,
Holding_Location.RHand2 = 0x00000012
,
Holding_Location.LHand3 = 0x00000013
} |
|
|
|
enum | HoldingLocation : uint {
HoldingLocation.Target_Head = 0x10000001
,
HoldingLocation.Target_Thorax1 = 0x10000002
,
HoldingLocation.Target_Thorax2 = 0x10000003
,
HoldingLocation.Target_Thorax3 = 0x10000004
,
HoldingLocation.Target_LShoulder = 0x10000005
,
HoldingLocation.Target_RShoulder = 0x10000006
,
HoldingLocation.Target_Shield1 = 0x10000007
,
HoldingLocation.Target_Shield2 = 0x10000008
,
HoldingLocation.Target_Shield3 = 0x10000009
,
HoldingLocation.Target_LThigh = 0x1000000A
,
HoldingLocation.Target_RThigh = 0x1000000B
,
HoldingLocation.Target_Back = 0x1000000C
,
HoldingLocation.Arrow = 0x1000000D
,
HoldingLocation.Arrow_Offhand = 0x1000000E
,
HoldingLocation.Target_Block = 0x1000001F
,
HoldingLocation.Target_Weapon_Tip2 = 0x10000020
,
HoldingLocation.Target_Weapon_Tip3 = 0x10000021
,
HoldingLocation.Target_Weapon_Tip4 = 0x10000022
,
HoldingLocation.Target_Weapon_Mid1 = 0x10000023
,
HoldingLocation.Target_Weapon_Mid2 = 0x10000024
,
HoldingLocation.Target_Weapon_Mid3 = 0x10000025
,
HoldingLocation.Target_Weapon_Mid4 = 0x10000026
,
HoldingLocation.Target_Weapon_Mid5 = 0x10000027
,
HoldingLocation.Target_Weapon_Mid6 = 0x10000028
,
HoldingLocation.Target_Weapon_Mid7 = 0x10000029
,
HoldingLocation.Target_Weapon_Tip = 0x1000002A
,
HoldingLocation.Target_Weapon_Base = 0x1000002B
,
HoldingLocation.Target_Weapon_ArrowTip = 0x1000002C
,
HoldingLocation.Target_Overhead = 0x1000002D
,
HoldingLocation.BackSlot_Bow = 0x1000002E
,
HoldingLocation.BackSlot_Shield = 0x1000002F
,
HoldingLocation.BackSlot_Sword_L = 0x10000030
,
HoldingLocation.BackSlot_Staff = 0x10000031
,
HoldingLocation.BackSlot_Sword_R = 0x10000032
,
HoldingLocation.Generic1 = 0x10000067
,
HoldingLocation.Generic2 = 0x10000068
,
HoldingLocation.Generic3 = 0x10000069
,
HoldingLocation.Generic4 = 0x1000006A
,
HoldingLocation.Generic5 = 0x1000006B
,
HoldingLocation.Generic6 = 0x1000006C
,
HoldingLocation.Target_Overhead_Origin = 0x1000006D
,
HoldingLocation.ParticleX = 0x10000070
,
HoldingLocation.ParticleA = 0x10000071
,
HoldingLocation.ParticleY = 0x10000072
,
HoldingLocation.ParticleB = 0x10000073
,
HoldingLocation.ParticleZ = 0x10000074
,
HoldingLocation.ParticleC = 0x10000075
,
HoldingLocation.ParticleD = 0x10000076
,
HoldingLocation.ParticleE = 0x10000077
,
HoldingLocation.ParticleF = 0x10000078
,
HoldingLocation.ParticleG = 0x10000079
,
HoldingLocation.ParticleH = 0x1000007A
,
HoldingLocation.ParticleI = 0x1000007B
,
HoldingLocation.ParticleJ = 0x1000007C
,
HoldingLocation.ParticleK = 0x1000007D
,
HoldingLocation.ParticleL = 0x1000007E
,
HoldingLocation.ParticleM = 0x1000007F
,
HoldingLocation.ParticleN = 0x10000080
,
HoldingLocation.ParticleO = 0x10000081
,
HoldingLocation.ParticleP = 0x10000082
,
HoldingLocation.ParticleQ = 0x10000083
,
HoldingLocation.ParticleR = 0x10000084
,
HoldingLocation.ParticleS = 0x10000085
,
HoldingLocation.ParticleT = 0x10000086
,
HoldingLocation.ParticleU = 0x10000087
,
HoldingLocation.ParticleV = 0x10000088
,
HoldingLocation.ParticleW = 0x10000089
} |
|
|
|
enum | HookPointSize : uint {
HookPointSize.Undef = 0x00000000
,
HookPointSize.Medium = 0x00000004
,
HookPointSize.Large = 0x00000008
,
HookPointSize.Small = 0x00000009
,
HookPointSize.Crew = 0x0000000A
,
HookPointSize.LargeRoom = 0x0000000B
,
HookPointSize.SmallRoom = 0x0000000C
,
HookPointSize.Weapon = 0x0000000D
} |
|
|
|
enum | HousingAmenityHookID : uint {
HousingAmenityHookID.Undef = 0x00000000
,
HousingAmenityHookID.Hook1 = 0x00000001
,
HousingAmenityHookID.Hook2 = 0x00000002
,
HousingAmenityHookID.Plaque1 = 0x00000003
,
HousingAmenityHookID.Hookpoint_Small_Default = 0x00000004
,
HousingAmenityHookID.Hookpoint_Medium_Default = 0x00000005
,
HousingAmenityHookID.Hookpoint_Large_Default = 0x00000006
,
HousingAmenityHookID.Hookpoint_Crew_Default = 0x00000007
,
HousingAmenityHookID.Hookpoint_Large_16 = 0x00000008
,
HousingAmenityHookID.Hookpoint_Medium_12 = 0x00000009
,
HousingAmenityHookID.Hookpoint_Small_03 = 0x0000000A
,
HousingAmenityHookID.Hookpoint_Large_20 = 0x0000000B
,
HousingAmenityHookID.Hookpoint_Large_17 = 0x0000000C
,
HousingAmenityHookID.Hookpoint_Medium_13 = 0x0000000D
,
HousingAmenityHookID.Hookpoint_Small_04 = 0x0000000E
,
HousingAmenityHookID.Hookpoint_Large_18 = 0x0000000F
,
HousingAmenityHookID.Hookpoint_Medium_14 = 0x00000010
,
HousingAmenityHookID.Hookpoint_Small_05 = 0x00000011
,
HousingAmenityHookID.Hookpoint_Crew_01 = 0x00000012
,
HousingAmenityHookID.Hookpoint_Large_19 = 0x00000013
,
HousingAmenityHookID.Hookpoint_Medium_15 = 0x00000014
,
HousingAmenityHookID.Hookpoint_Small_06 = 0x00000015
,
HousingAmenityHookID.Hookpoint_Crew_02 = 0x00000016
,
HousingAmenityHookID.Hookpoint_Medium_16 = 0x00000017
,
HousingAmenityHookID.Hookpoint_Small_10 = 0x00000018
,
HousingAmenityHookID.Hookpoint_Small_07 = 0x00000019
,
HousingAmenityHookID.Hookpoint_Crew_03 = 0x0000001A
,
HousingAmenityHookID.Hookpoint_Medium_17 = 0x0000001B
,
HousingAmenityHookID.Hookpoint_Small_11 = 0x0000001C
,
HousingAmenityHookID.Hookpoint_Small_08 = 0x0000001D
,
HousingAmenityHookID.Hookpoint_Crew_04 = 0x0000001E
,
HousingAmenityHookID.Hookpoint_Large_01 = 0x0000001F
,
HousingAmenityHookID.Hookpoint_Medium_18 = 0x00000020
,
HousingAmenityHookID.Hookpoint_Medium_01 = 0x00000021
,
HousingAmenityHookID.Hookpoint_Small_12 = 0x00000022
,
HousingAmenityHookID.Hookpoint_Small_09 = 0x00000023
,
HousingAmenityHookID.Hookpoint_Crew_05 = 0x00000024
,
HousingAmenityHookID.Hookpoint_Large_02 = 0x00000025
,
HousingAmenityHookID.Hookpoint_Medium_19 = 0x00000026
,
HousingAmenityHookID.Hookpoint_Medium_02 = 0x00000027
,
HousingAmenityHookID.Hookpoint_Small_13 = 0x00000028
,
HousingAmenityHookID.Hookpoint_Crew_06 = 0x00000029
,
HousingAmenityHookID.Hookpoint_Large_03 = 0x0000002A
,
HousingAmenityHookID.Hookpoint_Medium_03 = 0x0000002B
,
HousingAmenityHookID.Hookpoint_Small_14 = 0x0000002C
,
HousingAmenityHookID.Hookpoint_Crew_10 = 0x0000002D
,
HousingAmenityHookID.Hookpoint_Crew_07 = 0x0000002E
,
HousingAmenityHookID.Hookpoint_Large_04 = 0x0000002F
,
HousingAmenityHookID.Hookpoint_Medium_04 = 0x00000030
,
HousingAmenityHookID.Hookpoint_Small_15 = 0x00000031
,
HousingAmenityHookID.Hookpoint_Crew_11 = 0x00000032
,
HousingAmenityHookID.Hookpoint_Crew_08 = 0x00000033
,
HousingAmenityHookID.Hookpoint_Large_05 = 0x00000034
,
HousingAmenityHookID.Hookpoint_Medium_05 = 0x00000035
,
HousingAmenityHookID.Hookpoint_Small_16 = 0x00000036
,
HousingAmenityHookID.Hookpoint_Crew_12 = 0x00000037
,
HousingAmenityHookID.Hookpoint_Crew_09 = 0x00000038
,
HousingAmenityHookID.Hookpoint_Large_06 = 0x00000039
,
HousingAmenityHookID.Hookpoint_Medium_06 = 0x0000003A
,
HousingAmenityHookID.Hookpoint_Small_20 = 0x0000003B
,
HousingAmenityHookID.Hookpoint_Small_17 = 0x0000003C
,
HousingAmenityHookID.Hookpoint_Crew_13 = 0x0000003D
,
HousingAmenityHookID.Hookpoint_Large_07 = 0x0000003E
,
HousingAmenityHookID.Hookpoint_Medium_07 = 0x0000003F
,
HousingAmenityHookID.Hookpoint_Small_18 = 0x00000040
,
HousingAmenityHookID.Hookpoint_Crew_14 = 0x00000041
,
HousingAmenityHookID.Hookpoint_Large_08 = 0x00000042
,
HousingAmenityHookID.Hookpoint_Medium_08 = 0x00000043
,
HousingAmenityHookID.Hookpoint_Small_19 = 0x00000044
,
HousingAmenityHookID.Hookpoint_Crew_15 = 0x00000045
,
HousingAmenityHookID.Hookpoint_Large_09 = 0x00000046
,
HousingAmenityHookID.Hookpoint_Medium_20 = 0x00000047
,
HousingAmenityHookID.Hookpoint_Medium_09 = 0x00000048
,
HousingAmenityHookID.Hookpoint_Crew_16 = 0x00000049
,
HousingAmenityHookID.Hookpoint_Crew_20 = 0x0000004A
,
HousingAmenityHookID.Hookpoint_Crew_17 = 0x0000004B
,
HousingAmenityHookID.Hookpoint_Crew_18 = 0x0000004C
,
HousingAmenityHookID.Hookpoint_Large_10 = 0x0000004D
,
HousingAmenityHookID.Hookpoint_Crew_19 = 0x0000004E
,
HousingAmenityHookID.Hookpoint_Large_11 = 0x0000004F
,
HousingAmenityHookID.Hookpoint_Large_12 = 0x00000050
,
HousingAmenityHookID.Hookpoint_Large_13 = 0x00000051
,
HousingAmenityHookID.Hookpoint_Large_14 = 0x00000052
,
HousingAmenityHookID.Hookpoint_Medium_10 = 0x00000053
,
HousingAmenityHookID.Hookpoint_Small_01 = 0x00000054
,
HousingAmenityHookID.Hookpoint_Large_15 = 0x00000055
,
HousingAmenityHookID.Hookpoint_Medium_11 = 0x00000056
,
HousingAmenityHookID.Hookpoint_Small_02 = 0x00000057
,
HousingAmenityHookID.Hookpoint_Room_Large_01 = 0x00000058
,
HousingAmenityHookID.Hookpoint_Room_Small_05 = 0x00000059
,
HousingAmenityHookID.Hookpoint_Room_Large_02 = 0x0000005A
,
HousingAmenityHookID.Hookpoint_Room_Large_03 = 0x0000005B
,
HousingAmenityHookID.Hookpoint_Room_Large_04 = 0x0000005C
,
HousingAmenityHookID.Hookpoint_Room_Large_05 = 0x0000005D
,
HousingAmenityHookID.Hookpoint_Room_Large_Default = 0x0000005E
,
HousingAmenityHookID.Hookpoint_Room_Small_Default = 0x0000005F
,
HousingAmenityHookID.Hookpoint_Room_Small_01 = 0x00000060
,
HousingAmenityHookID.Hookpoint_Room_Small_02 = 0x00000061
,
HousingAmenityHookID.Hookpoint_Room_Small_03 = 0x00000062
,
HousingAmenityHookID.Hookpoint_Room_Small_04 = 0x00000063
,
HousingAmenityHookID.Hookpoint_Weapon_Default = 0x00000064
,
HousingAmenityHookID.Hookpoint_Weapon_01 = 0x00000065
,
HousingAmenityHookID.Hookpoint_Weapon_02 = 0x00000066
,
HousingAmenityHookID.Hookpoint_Weapon_03 = 0x00000067
,
HousingAmenityHookID.Hookpoint_Weapon_04 = 0x00000068
,
HousingAmenityHookID.Hookpoint_Weapon_05 = 0x00000069
,
HousingAmenityHookID.Hookpoint_Room_Small_06 = 0x0000006A
,
HousingAmenityHookID.Hookpoint_Room_Small_07 = 0x0000006B
,
HousingAmenityHookID.Hookpoint_Room_Small_08 = 0x0000006C
,
HousingAmenityHookID.Hookpoint_Room_Small_09 = 0x0000006D
,
HousingAmenityHookID.Hookpoint_Room_Small_10 = 0x0000006E
,
HousingAmenityHookID.Hookpoint_Room_Small_11 = 0x0000006F
,
HousingAmenityHookID.Hookpoint_Room_Small_12 = 0x00000070
,
HousingAmenityHookID.Hookpoint_Room_Small_13 = 0x00000071
,
HousingAmenityHookID.Hookpoint_Room_Large_06 = 0x00000072
,
HousingAmenityHookID.Hookpoint_Room_Large_07 = 0x00000073
,
HousingAmenityHookID.Hookpoint_Room_Small_14 = 0x00000074
,
HousingAmenityHookID.Hookpoint_Room_Small_15 = 0x00000075
,
HousingAmenityHookID.Hookpoint_Room_Small_16 = 0x00000076
,
HousingAmenityHookID.Hookpoint_Room_Small_20 = 0x00000077
,
HousingAmenityHookID.Hookpoint_Room_Small_17 = 0x00000078
,
HousingAmenityHookID.Hookpoint_Room_Small_21 = 0x00000079
,
HousingAmenityHookID.Hookpoint_Room_Small_18 = 0x0000007A
,
HousingAmenityHookID.Hookpoint_Room_Small_22 = 0x0000007B
,
HousingAmenityHookID.Hookpoint_Room_Small_19 = 0x0000007C
,
HousingAmenityHookID.Hookpoint_Room_Small_23 = 0x0000007D
,
HousingAmenityHookID.Hookpoint_Room_Small_24 = 0x0000007E
,
HousingAmenityHookID.Hookpoint_Room_Small_25 = 0x0000007F
,
HousingAmenityHookID.Hookpoint_Room_Small_26 = 0x00000080
} |
|
|
|
enum | HousingAmenityType : uint {
HousingAmenityType.Invalid = 0x00000000
,
HousingAmenityType.Mailbox = 0x00000001
,
HousingAmenityType.Banker = 0x00000002
,
HousingAmenityType.Auctioneer = 0x00000003
,
HousingAmenityType.EldritchDevice_StoneOfChange = 0x00000004
,
HousingAmenityType.Planescaller = 0x00000005
,
HousingAmenityType.DancingKobold = 0x00000006
,
HousingAmenityType.Tavern = 0x00000007
,
HousingAmenityType.Navigator_3 = 0x00000008
,
HousingAmenityType.Navigator_2 = 0x0000000A
,
HousingAmenityType.BuffNPC_2 = 0x0000000B
,
HousingAmenityType.BuffNPC = 0x0000000C
,
HousingAmenityType.BuffNPC_3 = 0x0000000D
,
HousingAmenityType.BuffNPC_4 = 0x0000000E
,
HousingAmenityType.SpiritBinder = 0x0000000F
,
HousingAmenityType.PracticeDummy = 0x00000010
,
HousingAmenityType.Shrine_XP_1 = 0x00000011
,
HousingAmenityType.Shrine_XP_2 = 0x00000012
,
HousingAmenityType.Shrine_XP_3 = 0x00000013
,
HousingAmenityType.Shrine_XP_4 = 0x00000014
,
HousingAmenityType.Shrine_XP_5 = 0x00000015
,
HousingAmenityType.Shrine_Str_1 = 0x00000016
,
HousingAmenityType.Shrine_Dex_1 = 0x00000017
,
HousingAmenityType.Shrine_Dex_2 = 0x00000018
,
HousingAmenityType.Shrine_Con_1 = 0x00000019
,
HousingAmenityType.Shrine_Con_2 = 0x0000001A
,
HousingAmenityType.Shrine_Int_1 = 0x0000001B
,
HousingAmenityType.Shrine_Int_2 = 0x0000001C
,
HousingAmenityType.Shrine_Cha_1 = 0x0000001D
,
HousingAmenityType.Shrine_Cha_2 = 0x0000001E
,
HousingAmenityType.Shrine_Wis_1 = 0x0000001F
,
HousingAmenityType.Shrine_Wis_2 = 0x00000020
,
HousingAmenityType.Shrine_Str_2 = 0x00000021
,
HousingAmenityType.Shrine_XP_5_Ghosted = 0x00000023
,
HousingAmenityType.BuffNPC_5_Ghosted = 0x00000024
,
HousingAmenityType.Navigator_2_Ghosted = 0x00000025
,
HousingAmenityType.Shrine_Str_2_Ghosted = 0x00000026
,
HousingAmenityType.Shrine_Int_2_Ghosted = 0x00000027
,
HousingAmenityType.Shrine_Con_2_Ghosted = 0x00000028
,
HousingAmenityType.BuffNPC_2_Ghosted = 0x00000029
,
HousingAmenityType.BuffNPC_5 = 0x0000002A
,
HousingAmenityType.BuffNPC_6 = 0x0000002B
,
HousingAmenityType.Shrine_XP_2_Ghosted = 0x0000002C
,
HousingAmenityType.Shrine_Dex_2_Ghosted = 0x0000002D
,
HousingAmenityType.BuffNPC_7 = 0x0000002E
,
HousingAmenityType.Shrine_Wis_2_Ghosted = 0x0000002F
,
HousingAmenityType.BuffNPC_8 = 0x00000030
,
HousingAmenityType.Shrine_XP_3_Ghosted = 0x00000031
,
HousingAmenityType.BuffNPC_3_Ghosted = 0x00000032
,
HousingAmenityType.PracticeDummy_Ghosted = 0x00000033
,
HousingAmenityType.BuffNPC_8_Ghosted = 0x00000034
,
HousingAmenityType.Mailbox_Ghosted = 0x00000035
,
HousingAmenityType.Shrine_Cha_2_Ghosted = 0x00000036
,
HousingAmenityType.Planescaller_Ghosted = 0x00000037
,
HousingAmenityType.Shrine_Str_1_Ghosted = 0x00000038
,
HousingAmenityType.Shrine_Int_1_Ghosted = 0x00000039
,
HousingAmenityType.Shrine_Con_1_Ghosted = 0x0000003A
,
HousingAmenityType.Navigator_3_Ghosted = 0x0000003B
,
HousingAmenityType.Auctioneer_Ghosted = 0x0000003C
,
HousingAmenityType.Shrine_XP_1_Ghosted = 0x0000003D
,
HousingAmenityType.EldritchDevice_StoneOfChange_Ghosted = 0x0000003E
,
HousingAmenityType.DancingKobold_Ghosted = 0x0000003F
,
HousingAmenityType.Shrine_Dex_1_Ghosted = 0x00000040
,
HousingAmenityType.BuffNPC_6_Ghosted = 0x00000041
,
HousingAmenityType.Banker_Ghosted = 0x00000042
,
HousingAmenityType.SpiritBinder_Ghosted = 0x00000043
,
HousingAmenityType.Shrine_Wis_1_Ghosted = 0x00000044
,
HousingAmenityType.Tavern_Ghosted = 0x00000045
,
HousingAmenityType.BuffNPC_7_Ghosted = 0x00000046
,
HousingAmenityType.Shrine_Cha_1_Ghosted = 0x00000047
,
HousingAmenityType.Shrine_XP_4_Ghosted = 0x00000048
,
HousingAmenityType.BuffNPC_4_Ghosted = 0x00000049
,
HousingAmenityType.BuffNPC_Ghosted = 0x0000004A
,
HousingAmenityType.Navigator_1_Ghosted = 0x0000004B
,
HousingAmenityType.Navigator_1 = 0x0000004C
,
HousingAmenityType.GuildChest_Colossal = 0x0000004D
,
HousingAmenityType.GuildChest_Colossal_Ghosted = 0x0000004E
,
HousingAmenityType.GuildChest_Medium_Ghosted = 0x0000004F
,
HousingAmenityType.GuildChest_Large = 0x00000050
,
HousingAmenityType.GuildChest_Small_Ghosted = 0x00000051
,
HousingAmenityType.GuildChest_Small = 0x00000052
,
HousingAmenityType.GuildChest_Huge = 0x00000053
,
HousingAmenityType.GuildChest_Medium = 0x00000054
,
HousingAmenityType.GuildChest_Large_Ghosted = 0x00000055
,
HousingAmenityType.GuildChest_Huge_Ghosted = 0x00000056
,
HousingAmenityType.Shrine_SonicResist_1 = 0x00000057
,
HousingAmenityType.Shrine_ElectricResist_1 = 0x00000058
,
HousingAmenityType.Shrine_SonicResist_2 = 0x00000059
,
HousingAmenityType.Shrine_ElectricResist_2 = 0x0000005A
,
HousingAmenityType.Shrine_SonicResist_3 = 0x0000005B
,
HousingAmenityType.Shrine_ElectricResist_3 = 0x0000005C
,
HousingAmenityType.Shrine_ColdResist_1 = 0x0000005D
,
HousingAmenityType.Shrine_FireResist_1 = 0x0000005E
,
HousingAmenityType.Shrine_ColdResist_2 = 0x0000005F
,
HousingAmenityType.Shrine_FireResist_2 = 0x00000060
,
HousingAmenityType.Shrine_ColdResist_3 = 0x00000061
,
HousingAmenityType.Shrine_FireResist_3 = 0x00000062
,
HousingAmenityType.Shrine_AcidResist_1 = 0x00000063
,
HousingAmenityType.Shrine_AcidResist_2 = 0x00000064
,
HousingAmenityType.Shrine_AcidResist_3 = 0x00000065
,
HousingAmenityType.Buff_SilverFlame = 0x00000066
,
HousingAmenityType.Buff_Twelve = 0x00000067
,
HousingAmenityType.Buff_Phiarlan = 0x00000068
,
HousingAmenityType.Buff_Jorasco = 0x00000069
,
HousingAmenityType.Buff_Kundarak = 0x0000006A
,
HousingAmenityType.Buff_Deneith = 0x0000006B
,
HousingAmenityType.Buff_Hobgoblin = 0x0000006C
,
HousingAmenityType.GuildChest_Gargantuan_Ghosted = 0x0000006D
,
HousingAmenityType.GuildChest_Gargantuan = 0x0000006E
,
HousingAmenityType.GuildChest_Small_3_Ghosted = 0x0000006F
,
HousingAmenityType.GuildChest_Small_2_Ghosted = 0x00000070
,
HousingAmenityType.GuildChest_Large_2_Ghosted = 0x00000071
,
HousingAmenityType.GuildChest_Large_3_Ghosted = 0x00000072
,
HousingAmenityType.GuildChest_Small_2 = 0x00000073
,
HousingAmenityType.GuildChest_Large_2 = 0x00000074
,
HousingAmenityType.GuildChest_Small_3 = 0x00000075
,
HousingAmenityType.GuildChest_Large_3 = 0x00000076
,
HousingAmenityType.EldritchDevice_Epic = 0x00000077
,
HousingAmenityType.EldritchDevice_TrapKit = 0x00000078
,
HousingAmenityType.EldritchDevice_Shav1 = 0x00000079
,
HousingAmenityType.EldritchDevice_Shav2 = 0x0000007A
,
HousingAmenityType.EldritchDevice_Shav3 = 0x0000007B
,
HousingAmenityType.LargeSpa = 0x0000007C
,
HousingAmenityType.LargeTrophyRoom = 0x0000007D
,
HousingAmenityType.TestCharge = 0x0000007E
,
HousingAmenityType.SmallTavern = 0x0000007F
,
HousingAmenityType.SmallTrophyRoom = 0x00000080
,
HousingAmenityType.Magefire_Cannon_Fire = 0x00000081
,
HousingAmenityType.Magefire_Cannon_Cold = 0x00000082
,
HousingAmenityType.Amenity_Shrine_Con_Long_2 = 0x0000008A
,
HousingAmenityType.Amenity_Shrine_Dex_Long_2 = 0x0000008B
,
HousingAmenityType.Amenity_Shrine_Int_Long_2 = 0x0000008C
,
HousingAmenityType.Amenity_Shrine_Str_Long_2 = 0x0000008D
,
HousingAmenityType.Amenity_Shrine_Cha_Long_2 = 0x0000008E
,
HousingAmenityType.Amenity_Shrine_Wis_Long_2 = 0x0000008F
,
HousingAmenityType.Amenity_Shrine_AbilityScores_Long_2 = 0x00000090
,
HousingAmenityType.Amenity_ArcheryRange = 0x00000091
,
HousingAmenityType.Amenity_ArcaneSanctum = 0x00000092
,
HousingAmenityType.Amenity_ExperienceShrine_1 = 0x00000093
,
HousingAmenityType.Amenity_Chronoscope = 0x00000094
,
HousingAmenityType.Amenity_BanquetHall = 0x00000095
,
HousingAmenityType.Amenity_GeneralStore = 0x00000096
,
HousingAmenityType.Amenity_Farshifter = 0x00000097
,
HousingAmenityType.Amenity_Stateroom_Greensteel = 0x00000098
,
HousingAmenityType.Amenity_SellswordsTavern = 0x00000099
,
HousingAmenityType.Amenity_BashTheBreakables = 0x0000009A
,
HousingAmenityType.Amenity_OrienExpress = 0x0000009B
,
HousingAmenityType.Amenity_Stateroom_CannithCrafting = 0x0000009C
,
HousingAmenityType.Amenity_TrainingRoom = 0x0000009D
,
HousingAmenityType.Amenity_BlackAbbot = 0x0000009E
,
HousingAmenityType.Amenity_OldSullysGrog = 0x0000009F
,
HousingAmenityType.Amenity_PuzzleBox = 0x000000A0
,
HousingAmenityType.Amenity_Armory = 0x000000A1
,
HousingAmenityType.Amenity_FloatingRockGarden = 0x000000A2
,
HousingAmenityType.Amenity_Stateroom_ProvingGround = 0x000000A3
,
HousingAmenityType.Amenity_Stateroom_Collegium = 0x000000A4
,
HousingAmenityType.Amenity_Dojo = 0x000000A5
,
HousingAmenityType.Amenity_WildGrove = 0x000000A6
,
HousingAmenityType.Amenity_CrusadersChapel = 0x000000A7
,
HousingAmenityType.Amenity_TrapsmithsWorkshop = 0x000000A8
,
HousingAmenityType.Amenity_Stateroom_Bathhouse = 0x000000A9
,
HousingAmenityType.Amenity_ConcertHall = 0x000000AA
,
HousingAmenityType.Amenity_ThroneRoom = 0x000000AB
,
HousingAmenityType.Amenity_Apothecary = 0x000000AC
,
HousingAmenityType.Amenity_DangerRoom = 0x000000AD
,
HousingAmenityType.Amenity_NinjaAssassin = 0x000000AE
,
HousingAmenityType.Amenity_ForbiddenLibrary = 0x000000AF
,
HousingAmenityType.Amenity_DanceHall = 0x000000B0
,
HousingAmenityType.Amenity_GameHunter = 0x000000B1
,
HousingAmenityType.Amenity_FencingMaster = 0x000000B2
,
HousingAmenityType.Amenity_Archwizard = 0x000000B3
,
HousingAmenityType.Amenity_DevourerShrine_1 = 0x000000B4
,
HousingAmenityType.Amenity_Stateroom_GrandReliquary_1 = 0x000000B5
,
HousingAmenityType.Amenity_GuildVault_1 = 0x000000B6
,
HousingAmenityType.Amenity_StormreaverMemorial_1 = 0x000000B7
,
HousingAmenityType.Amenity_SilverFlame_1 = 0x000000B8
,
HousingAmenityType.Amenity_SilverFlame_2 = 0x000000B9
,
HousingAmenityType.Amenity_SilverFlame_3 = 0x000000BA
,
HousingAmenityType.Amenity_SilverFlame_4 = 0x000000BB
,
HousingAmenityType.Amenity_DevourerShrine_2 = 0x000000BC
,
HousingAmenityType.Amenity_Stateroom_GrandReliquary_2 = 0x000000BD
,
HousingAmenityType.Amenity_DevourerShrine_3 = 0x000000BE
,
HousingAmenityType.Amenity_Stateroom_GrandReliquary_3 = 0x000000BF
,
HousingAmenityType.Amenity_DevourerShrine_4 = 0x000000C0
,
HousingAmenityType.Amenity_Stateroom_GrandReliquary_4 = 0x000000C1
,
HousingAmenityType.Amenity_GuildVault_2 = 0x000000C2
,
HousingAmenityType.Amenity_GuildVault_3 = 0x000000C3
,
HousingAmenityType.Amenity_GuildVault_4 = 0x000000C4
,
HousingAmenityType.Amenity_GuildVault_5 = 0x000000C5
,
HousingAmenityType.Amenity_ExperienceShrine_2 = 0x000000C6
,
HousingAmenityType.Amenity_StormreaverMemorial_2 = 0x000000C7
,
HousingAmenityType.Amenity_ExperienceShrine_3 = 0x000000C8
,
HousingAmenityType.Amenity_StormreaverMemorial_3 = 0x000000C9
,
HousingAmenityType.Amenity_ExperienceShrine_4 = 0x000000CA
,
HousingAmenityType.Amenity_StormreaverMemorial_4 = 0x000000CB
,
HousingAmenityType.Amenity_ExperienceShrine_5 = 0x000000CC
} |
|
|
|
enum | HousingColor : uint {
HousingColor.Undef = 0x00000000
,
HousingColor.Light_Purple = 0x00000001
,
HousingColor.Dye_Blue = 0x00000002
,
HousingColor.Interior_Green = 0x00000003
,
HousingColor.Interior_Red = 0x00000004
,
HousingColor.Interior_Blue = 0x00000005
,
HousingColor.Ring_Red = 0x00000006
,
HousingColor.Sail_Purple = 0x00000007
,
HousingColor.Sail_Red = 0x00000008
,
HousingColor.Sail_Orange = 0x00000009
,
HousingColor.Trim_Bronze = 0x0000000A
,
HousingColor.Dye_Green = 0x0000000B
,
HousingColor.Light_Yellow = 0x0000000C
,
HousingColor.Interior_White = 0x0000000D
,
HousingColor.Ring_White = 0x0000000E
,
HousingColor.Light_Red = 0x0000000F
,
HousingColor.Light_White = 0x00000010
,
HousingColor.Trim_Gold = 0x00000011
,
HousingColor.Dye_White = 0x00000012
,
HousingColor.Sail_Blue = 0x00000013
,
HousingColor.Interior_Purple = 0x00000014
,
HousingColor.Ring_Blue = 0x00000015
,
HousingColor.Ring_Orange = 0x00000016
,
HousingColor.Trim_Silver = 0x00000017
,
HousingColor.Ring_Green = 0x00000018
,
HousingColor.Interior_Brown = 0x00000019
,
HousingColor.Sail_Default = 0x0000001A
,
HousingColor.Light_Green = 0x0000001B
,
HousingColor.Dye_Purple = 0x0000001C
,
HousingColor.Dye_Brown = 0x0000001D
,
HousingColor.Sail_White = 0x0000001E
,
HousingColor.Ring_Purple = 0x0000001F
,
HousingColor.Light_Blue = 0x00000020
,
HousingColor.Interior_Yellow = 0x00000021
,
HousingColor.Dye_Red = 0x00000022
,
HousingColor.Sail_Green = 0x00000023
,
HousingColor.Flag_Medium = 0x00000024
,
HousingColor.Flag_Low = 0x00000025
,
HousingColor.Flag_Fast = 0x00000026
,
HousingColor.Flag_Still = 0x00000027
,
HousingColor.Ring_Showroom = 0x00000028
,
HousingColor.Dye_Orange = 0x00000029
,
HousingColor.Ring_White_NoParticles = 0x0000002A
,
HousingColor.Ring_Red_NoParticles = 0x0000002B
,
HousingColor.Ring_Purple_NoParticles = 0x0000002C
,
HousingColor.Ring_Blue_NoParticles = 0x0000002D
,
HousingColor.Ring_Green_NoParticles = 0x0000002E
,
HousingColor.Ring_Orange_NoParticles = 0x0000002F
} |
|
|
|
enum | HousingPermissionGroup : uint {
HousingPermissionGroup.Undef = 0x00000000
,
HousingPermissionGroup.GuildRecruit = 0x00000001
,
HousingPermissionGroup.GuildLeader = 0x00000002
,
HousingPermissionGroup.Owner = 0x00000003
,
HousingPermissionGroup.Everyone = 0x00000004
,
HousingPermissionGroup.Guild = 0x00000005
,
HousingPermissionGroup.GuildMember = 0x00000006
,
HousingPermissionGroup.GuildOfficer = 0x00000007
} |
|
|
|
enum | HousingPermissionType : uint {
HousingPermissionType.Undef = 0x00000000
,
HousingPermissionType.Visit = 0x00000001
,
HousingPermissionType.Storage = 0x00000002
,
HousingPermissionType.Permissions = 0x00000003
,
HousingPermissionType.PlaceAmenity = 0x00000006
,
HousingPermissionType.UseAmenity = 0x00000007
,
HousingPermissionType.BootCharacter = 0x00000008
,
HousingPermissionType.UpgradeAirship = 0x00000009
,
HousingPermissionType.SmallGuildChest = 0x0000000A
,
HousingPermissionType.SmallGuildChest2 = 0x0000000B
,
HousingPermissionType.SmallGuildChest3 = 0x0000000C
,
HousingPermissionType.LargeGuildChest = 0x0000000D
,
HousingPermissionType.LargeGuildChest2 = 0x0000000E
,
HousingPermissionType.LargeGuildChest3 = 0x0000000F
,
HousingPermissionType.OverwriteAmenity = 0x00000010
,
HousingPermissionType.ShiproomGeneral_1 = 0x00000011
,
HousingPermissionType.ShiproomGeneral_2 = 0x00000012
,
HousingPermissionType.ShiproomGeneral_3 = 0x00000013
,
HousingPermissionType.ShiproomOfficer_1 = 0x00000014
,
HousingPermissionType.ShiproomOfficer_2 = 0x00000015
,
HousingPermissionType.ShiproomOfficer_3 = 0x00000016
} |
|
|
|
enum | IconicType : uint {
IconicType.Undef = 0x00000000
,
IconicType.None = 0x00000001
,
IconicType.Bladeforged = 0x00000002
,
IconicType.Morninglord = 0x00000003
,
IconicType.PurpleDragonKnight = 0x00000004
,
IconicType.ShadarKai = 0x00000005
,
IconicType.DeepGnome = 0x00000006
,
IconicType.AasimarScourge = 0x00000007
,
IconicType.TieflingScoundrel = 0x00000008
,
IconicType.ShifterIconic = 0x00000009
,
IconicType.TabaxiIconic = 0x0000000A
} |
|
|
|
enum | ImageCompositorColorNames : uint {
ImageCompositorColorNames.tctest_Face_SkinColor = 0x10000001
,
ImageCompositorColorNames.tctest_Face_EyeColor = 0x10000002
,
ImageCompositorColorNames.tctest_Face_TongueColor = 0x10000003
,
ImageCompositorColorNames.tctest_Face_LipsColor = 0x10000004
,
ImageCompositorColorNames.Av_Hum_Face_SkinColor = 0x10000005
,
ImageCompositorColorNames.Av_Hum_Face_HairColor = 0x10000006
,
ImageCompositorColorNames.Av_Hum_Face_EyeColor = 0x10000007
,
ImageCompositorColorNames.Av_Hum_Face_LipColor = 0x10000008
,
ImageCompositorColorNames.Av_Dwm_Face_EyeColor = 0x10000009
,
ImageCompositorColorNames.Av_Dwm_Face_LipColor = 0x1000000A
,
ImageCompositorColorNames.Av_Dwm_Face_HairColor = 0x1000000B
,
ImageCompositorColorNames.Av_Dwm_Face_SkinColor = 0x1000000C
,
ImageCompositorColorNames.Av_Dwf_Face_SkinColor = 0x1000000D
,
ImageCompositorColorNames.Av_Dwf_Face_EyeColor = 0x1000000E
,
ImageCompositorColorNames.Av_Dwf_Face_HairColor = 0x1000000F
,
ImageCompositorColorNames.Av_Dwf_Face_LipColor = 0x10000010
,
ImageCompositorColorNames.Av_Huf_Face_HairColor = 0x10000011
,
ImageCompositorColorNames.Av_Haf_Face_EyeColor = 0x10000012
,
ImageCompositorColorNames.Av_Ham_Face_SkinColor = 0x10000013
,
ImageCompositorColorNames.Av_Ham_Face_HairColor = 0x10000014
,
ImageCompositorColorNames.Av_Huf_Face_EyeColor = 0x10000015
,
ImageCompositorColorNames.Av_Elf_Face_SkinColor = 0x10000016
,
ImageCompositorColorNames.Av_Haf_Face_LipColor = 0x10000017
,
ImageCompositorColorNames.Av_Huf_Face_LipColor = 0x10000018
,
ImageCompositorColorNames.Av_Elf_Face_EyeColor = 0x10000019
,
ImageCompositorColorNames.Av_Elf_Face_HairColor = 0x1000001A
,
ImageCompositorColorNames.Av_Haf_Face_SkinColor = 0x1000001B
,
ImageCompositorColorNames.Av_Elf_Face_LipColor = 0x1000001C
,
ImageCompositorColorNames.Av_Elm_Face_EyeColor = 0x1000001D
,
ImageCompositorColorNames.Av_Haf_Face_HairColor = 0x1000001E
,
ImageCompositorColorNames.Av_Ham_Face_EyeColor = 0x1000001F
,
ImageCompositorColorNames.Av_Elm_Face_SkinColor = 0x10000020
,
ImageCompositorColorNames.Av_Huf_Face_SkinColor = 0x10000021
,
ImageCompositorColorNames.Av_Elm_Face_LipColor = 0x10000022
,
ImageCompositorColorNames.Av_Elm_Face_HairColor = 0x10000023
,
ImageCompositorColorNames.Av_Ham_Face_LipColor = 0x10000024
,
ImageCompositorColorNames.Av_Wfg_Face_SkinColor = 0x1000002F
,
ImageCompositorColorNames.Av_Wfg_Face_EyeColor = 0x10000030
,
ImageCompositorColorNames.Av_Hof_Face_SkinColor = 0x10000031
,
ImageCompositorColorNames.Av_Hom_Face_EyeColor = 0x10000032
,
ImageCompositorColorNames.Av_Hom_Face_LipColor = 0x10000033
,
ImageCompositorColorNames.Av_Hom_Face_SkinColor = 0x10000034
,
ImageCompositorColorNames.Av_Hof_Face_HairColor = 0x10000035
,
ImageCompositorColorNames.Av_Hom_Face_HairColor = 0x10000036
,
ImageCompositorColorNames.Av_Hof_Face_EyeColor = 0x10000037
,
ImageCompositorColorNames.Av_Hof_Face_LipColor = 0x10000038
,
ImageCompositorColorNames.Av_Hef_Face_SkinColor = 0x10000039
,
ImageCompositorColorNames.Av_Hef_Face_HairColor = 0x1000003A
,
ImageCompositorColorNames.Av_Hem_Face_EyeColor = 0x1000003B
,
ImageCompositorColorNames.Av_Hem_Face_LipColor = 0x1000003C
,
ImageCompositorColorNames.Av_Hem_Face_SkinColor = 0x1000003D
,
ImageCompositorColorNames.Av_Hem_Face_HairColor = 0x1000003E
,
ImageCompositorColorNames.Av_Hef_Face_EyeColor = 0x1000003F
,
ImageCompositorColorNames.Av_Hef_Face_LipColor = 0x10000040
,
ImageCompositorColorNames.Av_Wfg_Face_HairColor = 0x10000041
,
ImageCompositorColorNames.Av_Gnf_Face_EyeColor = 0x10000048
,
ImageCompositorColorNames.Av_Gnm_Face_SkinColor = 0x10000049
,
ImageCompositorColorNames.Av_Gnf_Face_SkinColor = 0x1000004A
,
ImageCompositorColorNames.Av_Gnf_Face_LipColor = 0x1000004B
,
ImageCompositorColorNames.Av_Gnf_Face_HairColor = 0x1000004C
,
ImageCompositorColorNames.Av_Gnm_Face_EyeColor = 0x1000004D
,
ImageCompositorColorNames.Av_Gnm_Face_LipColor = 0x1000004E
,
ImageCompositorColorNames.Av_Gnm_Face_HairColor = 0x1000004F
,
ImageCompositorColorNames.Av_Dbm_Face_SkinColor = 0x10000050
,
ImageCompositorColorNames.Av_Dbm_Face_EyeColor = 0x10000051
,
ImageCompositorColorNames.Av_Dbf_Face_EyeColor = 0x10000052
,
ImageCompositorColorNames.Av_Dbf_Face_SkinColor = 0x10000053
,
ImageCompositorColorNames.Av_Aam_Face_EyeColor = 0x10000054
,
ImageCompositorColorNames.Av_Tif_Face_EyeColor = 0x10000055
,
ImageCompositorColorNames.Av_Aam_Face_LipColor = 0x10000056
,
ImageCompositorColorNames.Av_Tim_Face_LipColor = 0x10000057
,
ImageCompositorColorNames.Av_Aaf_Face_EyeColor = 0x10000058
,
ImageCompositorColorNames.Av_Aaf_Face_SkinColor = 0x10000059
,
ImageCompositorColorNames.Av_Aaf_Face_HairColor = 0x1000005A
,
ImageCompositorColorNames.Av_Tim_Face_EyeColor = 0x1000005B
,
ImageCompositorColorNames.Av_Tim_Face_HairColor = 0x1000005C
,
ImageCompositorColorNames.Av_Aaf_Face_LipColor = 0x1000005D
,
ImageCompositorColorNames.Av_Tif_Face_HairColor = 0x1000005E
,
ImageCompositorColorNames.Av_Tif_Face_LipColor = 0x1000005F
,
ImageCompositorColorNames.Av_Aam_Face_HairColor = 0x10000060
,
ImageCompositorColorNames.Av_Tif_Face_SkinColor = 0x10000061
,
ImageCompositorColorNames.Av_Tim_Face_SkinColor = 0x10000062
,
ImageCompositorColorNames.Av_Aam_Face_SkinColor = 0x10000063
,
ImageCompositorColorNames.Av_Wem_Face_SkinColor = 0x10000064
,
ImageCompositorColorNames.Av_Wem_Face_EyeColor = 0x10000065
,
ImageCompositorColorNames.Av_Wef_Face_LipColor = 0x10000066
,
ImageCompositorColorNames.Av_Wef_Face_HairColor = 0x10000067
,
ImageCompositorColorNames.Av_Wef_Face_SkinColor = 0x10000068
,
ImageCompositorColorNames.Av_Wef_Face_EyeColor = 0x10000069
,
ImageCompositorColorNames.Av_Wem_Face_HairColor = 0x1000006A
,
ImageCompositorColorNames.Av_Wem_Face_LipColor = 0x1000006B
,
ImageCompositorColorNames.Av_Shm_Face_HairColor = 0x1000006C
,
ImageCompositorColorNames.Av_Shf_Face_LipColor = 0x1000006D
,
ImageCompositorColorNames.Av_Shf_Face_EyeColor = 0x1000006E
,
ImageCompositorColorNames.Av_Shm_Face_LipColor = 0x1000006F
,
ImageCompositorColorNames.Av_Shm_Face_SkinColor = 0x10000070
,
ImageCompositorColorNames.Av_Shm_Face_TattooColor = 0x10000071
,
ImageCompositorColorNames.Av_Shf_Face_HairColor = 0x10000072
,
ImageCompositorColorNames.Av_Shm_Face_EyeColor = 0x10000073
,
ImageCompositorColorNames.Av_Shf_Face_TattooColor = 0x10000074
,
ImageCompositorColorNames.Av_Shf_Face_SkinColor = 0x10000075
,
ImageCompositorColorNames.Av_Tam_Face_SkinColor = 0x10000078
,
ImageCompositorColorNames.Av_Tam_Face_EyeColor = 0x1000007A
,
ImageCompositorColorNames.Av_Taf_Face_SkinColor = 0x1000007D
,
ImageCompositorColorNames.Av_Taf_Face_EyeColor = 0x1000007E
,
ImageCompositorColorNames.Av_Tam_Face_SecondaryFurColor = 0x10000080
,
ImageCompositorColorNames.Av_Taf_Face_SecondaryFurColor = 0x10000081
,
ImageCompositorColorNames.Av_Tam_Face_NoseColor = 0x10000082
,
ImageCompositorColorNames.Av_Taf_Face_NoseColor = 0x10000083
} |
|
|
|
enum | ImageCompositorLayerNames : uint {
ImageCompositorLayerNames.Invalid = 0x00000000
,
ImageCompositorLayerNames.Av_Dwm_Face_Base = 0x00000002
,
ImageCompositorLayerNames.Av_Dwm_Face_Mouth = 0x00000003
,
ImageCompositorLayerNames.Av_Dwm_Face_Eye = 0x00000006
,
ImageCompositorLayerNames.Av_Dwm_Face_Eyebrow = 0x00000007
,
ImageCompositorLayerNames.Av_Dwm_Face_Detail = 0x0000000A
,
ImageCompositorLayerNames.Av_Hum_Face_Detail = 0x0000000B
,
ImageCompositorLayerNames.Av_Dwf_Face_Eyebrow = 0x0000000C
,
ImageCompositorLayerNames.Av_Dwf_Face_Base = 0x0000000D
,
ImageCompositorLayerNames.Av_Dwf_Face_Detail = 0x0000000E
,
ImageCompositorLayerNames.Av_Dwf_Face_Mouth = 0x0000000F
,
ImageCompositorLayerNames.Av_Dwf_Face_Eye = 0x00000010
,
ImageCompositorLayerNames.Av_Elm_Face_Mouth = 0x00000011
,
ImageCompositorLayerNames.Av_Haf_Face_Eyebrow = 0x00000012
,
ImageCompositorLayerNames.Av_Ham_Face_Detail = 0x00000013
,
ImageCompositorLayerNames.Av_Elf_Face_Detail = 0x00000014
,
ImageCompositorLayerNames.Av_Ham_Face_Eye = 0x00000015
,
ImageCompositorLayerNames.Av_Haf_Face_Mouth = 0x00000016
,
ImageCompositorLayerNames.Av_Huf_Face_Base = 0x00000017
,
ImageCompositorLayerNames.Av_Elf_Face_Eyebrow = 0x00000018
,
ImageCompositorLayerNames.Av_Haf_Face_Detail = 0x00000019
,
ImageCompositorLayerNames.Av_Ham_Face_Base = 0x0000001A
,
ImageCompositorLayerNames.Av_Elm_Face_Eye = 0x0000001B
,
ImageCompositorLayerNames.Av_Haf_Face_Eye = 0x0000001C
,
ImageCompositorLayerNames.Av_Ham_Face_Mouth = 0x0000001D
,
ImageCompositorLayerNames.Av_Huf_Face_Mouth = 0x0000001E
,
ImageCompositorLayerNames.Av_Huf_Face_Eye = 0x0000001F
,
ImageCompositorLayerNames.Av_Elm_Face_Detail = 0x00000020
,
ImageCompositorLayerNames.Av_Haf_Face_Base = 0x00000021
,
ImageCompositorLayerNames.Av_Elm_Face_Eyebrow = 0x00000022
,
ImageCompositorLayerNames.Av_Elf_Face_Mouth = 0x00000023
,
ImageCompositorLayerNames.Av_Huf_Face_Eyebrow = 0x00000024
,
ImageCompositorLayerNames.Av_Elm_Face_Base = 0x00000025
,
ImageCompositorLayerNames.Av_Huf_Face_Detail = 0x00000026
,
ImageCompositorLayerNames.Av_Ham_Face_Eyebrow = 0x00000027
,
ImageCompositorLayerNames.Av_Elf_Face_Base = 0x00000028
,
ImageCompositorLayerNames.Av_Elf_Face_Eye = 0x00000029
,
ImageCompositorLayerNames.Av_Ham_Face_FacialHair = 0x0000002A
,
ImageCompositorLayerNames.Av_Wfg_Face_Cranium = 0x0000002B
,
ImageCompositorLayerNames.Av_Wfg_Face_Base = 0x0000002C
,
ImageCompositorLayerNames.Av_Wfg_Face_Mouth = 0x0000002D
,
ImageCompositorLayerNames.Av_Wfg_Face_Nose = 0x0000002E
,
ImageCompositorLayerNames.Av_Wfg_Face_Eye = 0x0000002F
,
ImageCompositorLayerNames.Av_Wfg_Face_Detail = 0x00000030
,
ImageCompositorLayerNames.Av_Elf_Face_Dragonmark = 0x00000031
,
ImageCompositorLayerNames.Av_Haf_Face_Dragonmark = 0x00000032
,
ImageCompositorLayerNames.Av_Huf_Face_Dragonmark = 0x00000033
,
ImageCompositorLayerNames.Av_Dwf_Face_Dragonmark = 0x00000034
,
ImageCompositorLayerNames.Av_Ham_Face_Dragonmark = 0x00000035
,
ImageCompositorLayerNames.Av_Elm_Face_Dragonmark = 0x00000036
,
ImageCompositorLayerNames.Av_Hum_Face_Dragonmark = 0x00000037
,
ImageCompositorLayerNames.Av_Dwm_Face_Dragonmark = 0x00000038
,
ImageCompositorLayerNames.Av_Hof_Face_Detail = 0x00000039
,
ImageCompositorLayerNames.Av_Hom_Face_Eyebrow = 0x0000003A
,
ImageCompositorLayerNames.Av_Hom_Face_Detail = 0x0000003B
,
ImageCompositorLayerNames.Av_Hof_Face_Eyebrow = 0x0000003C
,
ImageCompositorLayerNames.Av_Hom_Face_Dragonmark = 0x0000003D
,
ImageCompositorLayerNames.Av_Hom_Face_Mouth = 0x0000003E
,
ImageCompositorLayerNames.Av_Hof_Face_Dragonmark = 0x0000003F
,
ImageCompositorLayerNames.Av_Hof_Face_Mouth = 0x00000040
,
ImageCompositorLayerNames.Av_Hom_Face_Eye = 0x00000041
,
ImageCompositorLayerNames.Av_Hom_Face_Base = 0x00000042
,
ImageCompositorLayerNames.Av_Hof_Face_Base = 0x00000043
,
ImageCompositorLayerNames.Av_Hof_Face_Eye = 0x00000044
,
ImageCompositorLayerNames.Av_Hef_Face_Mouth = 0x00000045
,
ImageCompositorLayerNames.Av_Hem_Face_Mouth = 0x00000046
,
ImageCompositorLayerNames.Av_Hef_Face_Dragonmark = 0x00000047
,
ImageCompositorLayerNames.Av_Hem_Face_Detail = 0x00000048
,
ImageCompositorLayerNames.Av_Hef_Face_Base = 0x00000049
,
ImageCompositorLayerNames.Av_Hem_Face_Eyebrow = 0x0000004A
,
ImageCompositorLayerNames.Av_Hem_Face_Base = 0x0000004B
,
ImageCompositorLayerNames.Av_Hef_Face_Eyebrow = 0x0000004C
,
ImageCompositorLayerNames.Av_Hem_Face_Dragonmark = 0x0000004D
,
ImageCompositorLayerNames.Av_Hef_Face_Detail = 0x0000004E
,
ImageCompositorLayerNames.Av_Hef_Face_Eye = 0x0000004F
,
ImageCompositorLayerNames.Av_Hem_Face_Eye = 0x00000050
,
ImageCompositorLayerNames.Av_Iconic_Bfg_Face_Detail = 0x00000059
,
ImageCompositorLayerNames.Av_Iconic_Bfg_Face_Cranium = 0x0000005A
,
ImageCompositorLayerNames.Av_Iconic_Bfg_Face_Base = 0x0000005B
,
ImageCompositorLayerNames.Av_Iconic_Skf_Face_Base = 0x0000005C
,
ImageCompositorLayerNames.Av_Iconic_Skf_Face_Tattoo = 0x0000005D
,
ImageCompositorLayerNames.Av_Iconic_Skf_Face_Scar = 0x0000005E
,
ImageCompositorLayerNames.Av_Iconic_Skm_Face_Scar = 0x0000005F
,
ImageCompositorLayerNames.Av_Iconic_Skm_Face_Base = 0x00000060
,
ImageCompositorLayerNames.Av_Iconic_Skm_Face_Tattoo = 0x00000061
,
ImageCompositorLayerNames.Av_Iconic_Skm_Face_Mouth = 0x00000062
,
ImageCompositorLayerNames.Av_Iconic_Skf_Face_Mouth = 0x00000063
,
ImageCompositorLayerNames.Av_Iconic_Brf_Face_Scar = 0x00000066
,
ImageCompositorLayerNames.Av_Iconic_Brm_Face_WarPaint = 0x00000067
,
ImageCompositorLayerNames.Av_Iconic_Brm_Face_Scar = 0x00000068
,
ImageCompositorLayerNames.Av_Iconic_Brf_Face_WarPaint = 0x00000069
,
ImageCompositorLayerNames.Av_Iconic_Skm_Face_Eye = 0x0000006C
,
ImageCompositorLayerNames.Av_Iconic_Skf_Face_Eye = 0x0000006D
,
ImageCompositorLayerNames.Av_Gnf_Face_Dragonmark = 0x0000006E
,
ImageCompositorLayerNames.Av_Gnm_Face_Detail = 0x0000006F
,
ImageCompositorLayerNames.Av_Gnf_Face_Eyebrow = 0x00000070
,
ImageCompositorLayerNames.Av_Gnm_Face_Mouth = 0x00000071
,
ImageCompositorLayerNames.Av_Gnm_Face_Eye = 0x00000072
,
ImageCompositorLayerNames.Av_Gnf_Face_Mouth = 0x00000073
,
ImageCompositorLayerNames.Av_Gnm_Face_Eyebrow = 0x00000074
,
ImageCompositorLayerNames.Av_Gnm_Face_Dragonmark = 0x00000075
,
ImageCompositorLayerNames.Av_Gnf_Face_Detail = 0x00000076
,
ImageCompositorLayerNames.Av_Gnm_Face_Base = 0x00000077
,
ImageCompositorLayerNames.Av_Gnf_Face_Eye = 0x00000078
,
ImageCompositorLayerNames.Av_Gnf_Face_Base = 0x00000079
,
ImageCompositorLayerNames.Av_Iconic_Dgf_Face_Base = 0x0000007A
,
ImageCompositorLayerNames.Av_Iconic_Dgm_Face_Base = 0x0000007B
,
ImageCompositorLayerNames.Av_Iconic_Dgm_Face_Mouth = 0x0000007C
,
ImageCompositorLayerNames.Av_Iconic_Dgf_Face_Scar = 0x0000007D
,
ImageCompositorLayerNames.Av_Iconic_Dgm_Face_Eye = 0x0000007E
,
ImageCompositorLayerNames.Av_Iconic_Dgm_Face_Tattoo_A = 0x0000007F
,
ImageCompositorLayerNames.Av_Iconic_Dgm_Face_Tattoo_B = 0x00000080
,
ImageCompositorLayerNames.Av_Iconic_Dgf_Face_Mouth = 0x00000081
,
ImageCompositorLayerNames.Av_Iconic_Dgm_Face_Scar = 0x00000082
,
ImageCompositorLayerNames.Av_Iconic_Dgf_Face_Tattoo_A = 0x00000083
,
ImageCompositorLayerNames.Av_Iconic_Dgf_Face_Tattoo_B = 0x00000084
,
ImageCompositorLayerNames.Av_Iconic_Dgf_Face_Eye = 0x00000085
,
ImageCompositorLayerNames.Av_Dbm_Face_Eye = 0x00000086
,
ImageCompositorLayerNames.Av_Dbm_Face_Mouth = 0x00000087
,
ImageCompositorLayerNames.Av_Dbm_Face_Detail = 0x00000088
,
ImageCompositorLayerNames.Av_Dbm_Face_Base = 0x00000089
,
ImageCompositorLayerNames.Av_Dbf_Face_Eye = 0x0000008A
,
ImageCompositorLayerNames.Av_Dbf_Face_Mouth = 0x0000008B
,
ImageCompositorLayerNames.Av_Dbf_Face_Detail = 0x0000008C
,
ImageCompositorLayerNames.Av_Dbf_Face_Base = 0x0000008D
,
ImageCompositorLayerNames.Av_Tif_Face_Eye = 0x0000008E
,
ImageCompositorLayerNames.Av_Aam_Face_Mouth = 0x0000008F
,
ImageCompositorLayerNames.Av_Tif_Face_Eyebrow = 0x00000090
,
ImageCompositorLayerNames.Av_Tim_Face_Mouth = 0x00000091
,
ImageCompositorLayerNames.Av_Aaf_Face_Eye = 0x00000092
,
ImageCompositorLayerNames.Av_Aam_Face_Detail = 0x00000093
,
ImageCompositorLayerNames.Av_Aam_Face_Eyebrow = 0x00000094
,
ImageCompositorLayerNames.Av_Tim_Face_Detail = 0x00000095
,
ImageCompositorLayerNames.Av_Tim_Face_Base = 0x00000096
,
ImageCompositorLayerNames.Av_Aaf_Face_Eyebrow = 0x00000097
,
ImageCompositorLayerNames.Av_Aaf_Face_Detail = 0x00000098
,
ImageCompositorLayerNames.Av_Aam_Face_Base = 0x00000099
,
ImageCompositorLayerNames.Av_Tif_Face_Base = 0x0000009A
,
ImageCompositorLayerNames.Av_Tif_Face_Detail = 0x0000009B
,
ImageCompositorLayerNames.Av_Aaf_Face_Base = 0x0000009C
,
ImageCompositorLayerNames.Av_Tim_Face_Eye = 0x0000009D
,
ImageCompositorLayerNames.Av_Tif_Face_Mouth = 0x0000009E
,
ImageCompositorLayerNames.Av_Aaf_Face_Mouth = 0x0000009F
,
ImageCompositorLayerNames.Av_Tim_Face_Eyebrow = 0x000000A0
,
ImageCompositorLayerNames.Av_Aam_Face_Eye = 0x000000A1
,
ImageCompositorLayerNames.Av_Wem_Face_Dragonmark = 0x000000A2
,
ImageCompositorLayerNames.Av_Wef_Face_Detail = 0x000000A3
,
ImageCompositorLayerNames.Av_Wef_Face_Mouth = 0x000000A4
,
ImageCompositorLayerNames.Av_Wem_Face_Mouth = 0x000000A5
,
ImageCompositorLayerNames.Av_Wem_Face_Eyebrow = 0x000000A6
,
ImageCompositorLayerNames.Av_Wef_Face_Dragonmark = 0x000000A7
,
ImageCompositorLayerNames.Av_Wef_Face_Eye = 0x000000A8
,
ImageCompositorLayerNames.Av_Wem_Face_Eye = 0x000000A9
,
ImageCompositorLayerNames.Av_Wef_Face_Base = 0x000000AA
,
ImageCompositorLayerNames.Av_Wem_Face_Base = 0x000000AB
,
ImageCompositorLayerNames.Av_Wef_Face_Eyebrow = 0x000000AC
,
ImageCompositorLayerNames.Av_Wem_Face_Detail = 0x000000AD
,
ImageCompositorLayerNames.Av_Shm_Face_Detail = 0x000000AE
,
ImageCompositorLayerNames.Av_Shm_Face_Eyebrow = 0x000000AF
,
ImageCompositorLayerNames.Av_Shf_Face_Tattoo = 0x000000B0
,
ImageCompositorLayerNames.Av_Shm_Face_Eye = 0x000000B1
,
ImageCompositorLayerNames.Av_Shf_Face_Mouth = 0x000000B2
,
ImageCompositorLayerNames.Av_Shm_Face_Tattoo = 0x000000B3
,
ImageCompositorLayerNames.Av_Shm_Face_Mouth = 0x000000B4
,
ImageCompositorLayerNames.Av_Shf_Face_Detail = 0x000000B5
,
ImageCompositorLayerNames.Av_Shm_Face_Base = 0x000000B6
,
ImageCompositorLayerNames.Av_Shf_Face_Eye = 0x000000B7
,
ImageCompositorLayerNames.Av_Shf_Face_Base = 0x000000B8
,
ImageCompositorLayerNames.Av_Shf_Face_Eyebrow = 0x000000B9
,
ImageCompositorLayerNames.Av_Taf_Face_Eyebrow = 0x000000BA
,
ImageCompositorLayerNames.Av_Taf_Face_Detail = 0x000000BB
,
ImageCompositorLayerNames.Av_Tam_Face_Nose = 0x000000BC
,
ImageCompositorLayerNames.Av_Taf_Face_Eye = 0x000000BD
,
ImageCompositorLayerNames.Av_Taf_Face_Nose = 0x000000BF
,
ImageCompositorLayerNames.Av_Taf_Face_Pattern = 0x000000C1
,
ImageCompositorLayerNames.Av_Tam_Face_Base = 0x000000C2
,
ImageCompositorLayerNames.Av_Taf_Face_Base = 0x000000C3
,
ImageCompositorLayerNames.Av_Tam_Face_Detail = 0x000000C4
,
ImageCompositorLayerNames.Av_Tam_Face_Eyebrow = 0x000000C5
,
ImageCompositorLayerNames.Av_Tam_Face_Pattern = 0x000000C6
,
ImageCompositorLayerNames.Av_Tam_Face_Eye = 0x000000C7
,
ImageCompositorLayerNames.Av_Tam_Face_Underpattern = 0x000000C8
,
ImageCompositorLayerNames.Av_Taf_Face_Underpattern = 0x000000C9
,
ImageCompositorLayerNames.tctest_Face_Base = 0x10000001
,
ImageCompositorLayerNames.tctest_Face_Eyes = 0x10000002
,
ImageCompositorLayerNames.tctest_Face_Mouth = 0x10000003
,
ImageCompositorLayerNames.Av_Hum_Face_Base = 0x10000004
,
ImageCompositorLayerNames.Av_Hum_Face_Mouth = 0x10000005
,
ImageCompositorLayerNames.Av_Hum_Face_Eye = 0x10000006
,
ImageCompositorLayerNames.Av_Hum_Face_Eyebrow = 0x10000007
} |
|
|
|
enum | ImageRewardSeriesType : uint {
ImageRewardSeriesType.Undef = 0x00000000
,
ImageRewardSeriesType.Test = 0x0000000D
,
ImageRewardSeriesType.Test2 = 0x0000000E
,
ImageRewardSeriesType.ImageRewardSeries_40thAnniversary = 0x0000000F
,
ImageRewardSeriesType.ImageRewardSeries_MimicFestival = 0x00000010
} |
|
|
|
enum | ImpulseType : uint {
ImpulseType.Undef = 0x00000000
,
ImpulseType.Control = 0x00000001
,
ImpulseType.Physics = 0x00000002
} |
|
|
|
enum | IngredientMutationType : uint {
IngredientMutationType.Undef = 0x00000000
,
IngredientMutationType.RedAugmentSlot = 0x00000001
,
IngredientMutationType.ArmorGearsetColor = 0x00000002
,
IngredientMutationType.Cost = 0x00000003
,
IngredientMutationType.Prefix = 0x00000004
,
IngredientMutationType.Suffix = 0x00000005
,
IngredientMutationType.RedAugment = 0x00000006
,
IngredientMutationType.SpellCharge = 0x00000007
,
IngredientMutationType.GreenAugmentSlot = 0x00000008
,
IngredientMutationType.PirateEventPhase1 = 0x00000009
,
IngredientMutationType.Jumpsuit = 0x0000000A
,
IngredientMutationType.PirateEventPhase2 = 0x0000000B
,
IngredientMutationType.Gearset = 0x0000000C
,
IngredientMutationType.Enhancement = 0x0000000D
,
IngredientMutationType.EpicAugmentCrystal = 0x0000000E
,
IngredientMutationType.Festival = 0x0000000F
,
IngredientMutationType.Misc = 0x00000010
,
IngredientMutationType.EldritchRitual = 0x00000011
,
IngredientMutationType.TemporaryEnchantment = 0x00000012
,
IngredientMutationType.ArmorColor = 0x00000013
,
IngredientMutationType.GreenAugment = 0x00000014
,
IngredientMutationType.ColorlessAugmentSlot = 0x00000015
,
IngredientMutationType.PirateEventAdventuring = 0x00000016
,
IngredientMutationType.Material = 0x00000017
,
IngredientMutationType.BlueAugment = 0x00000018
,
IngredientMutationType.DocentGearsetColor = 0x00000019
,
IngredientMutationType.BlueAugmentSlot = 0x0000001A
,
IngredientMutationType.Mod8Tier1 = 0x0000001B
,
IngredientMutationType.Mod8Tier2 = 0x0000001C
,
IngredientMutationType.DocentColor = 0x0000001D
,
IngredientMutationType.Mod8Tier3 = 0x0000001E
,
IngredientMutationType.Restriction = 0x0000001F
,
IngredientMutationType.ColorlessAugment = 0x00000020
,
IngredientMutationType.PirateEventSkill = 0x00000021
,
IngredientMutationType.Robe = 0x00000022
,
IngredientMutationType.Wear = 0x00000023
,
IngredientMutationType.YellowAugment = 0x00000024
,
IngredientMutationType.YellowAugmentSlot = 0x00000025
,
IngredientMutationType.OrangeAugmentSlot = 0x00000026
,
IngredientMutationType.PurpleAugment = 0x00000027
,
IngredientMutationType.OrangeAugment = 0x00000028
,
IngredientMutationType.PurpleAugmentSlot = 0x00000029
,
IngredientMutationType.Suffix_New = 0x0000002A
,
IngredientMutationType.Extra_New = 0x0000002B
,
IngredientMutationType.Prefix_New = 0x0000002C
,
IngredientMutationType.Extra2_New = 0x0000002D
,
IngredientMutationType.Crafting = 0x0000002E
,
IngredientMutationType.Reaper = 0x0000002F
,
IngredientMutationType.Mythic = 0x00000030
,
IngredientMutationType.CloakColor2 = 0x00000031
,
IngredientMutationType.CloakKey = 0x00000032
,
IngredientMutationType.CloakColor = 0x00000033
,
IngredientMutationType.OrbBonus = 0x00000034
} |
|
|
|
enum | IngredientType : uint {
IngredientType.Undef = 0x00000000
,
IngredientType.Mod6Raid = 0x00000001
,
IngredientType.Mod6RaidEquipment = 0x00000002
,
IngredientType.Mod6RaidWeapon = 0x00000003
,
IngredientType.Deconstruction = 0x00000005
,
IngredientType.CraftingRawMaterial = 0x00000006
,
IngredientType.CraftingSpecialMaterial = 0x00000007
,
IngredientType.M8Tier1 = 0x00000008
,
IngredientType.M8Tier2 = 0x00000009
,
IngredientType.M8Tier3 = 0x0000000A
,
IngredientType.M8Sigil = 0x0000000B
,
IngredientType.EpicIngredientBlue = 0x0000000C
,
IngredientType.EpicIngredientRed = 0x0000000D
,
IngredientType.EpicIngredientYellow = 0x0000000E
,
IngredientType.EpicIngredientColorless = 0x0000000F
,
IngredientType.EpicIngredientCatalyst = 0x00000010
,
IngredientType.EpicIngredientSeal = 0x00000012
,
IngredientType.EpicIngredientShard = 0x00000013
,
IngredientType.EpicIngredientScroll = 0x00000014
,
IngredientType.EpicExclusiveInterimItem = 0x00000015
,
IngredientType.SentinelsSigils = 0x00000016
,
IngredientType.SwampToken = 0x00000017
,
IngredientType.DroaamMark = 0x00000018
,
IngredientType.XoriatDrop = 0x00000019
,
IngredientType.CannithPart = 0x0000001A
,
IngredientType.CannithRaidWeapon = 0x0000001B
,
IngredientType.CannithUnattunedWeapon = 0x0000001C
,
IngredientType.CannithAttunedWeapon = 0x0000001D
,
IngredientType.CannithSlag = 0x0000001E
,
IngredientType.CannithCell = 0x0000001F
,
IngredientType.CannithShard = 0x00000020
,
IngredientType.CannithFragment = 0x00000021
,
IngredientType.CannithSpirit = 0x00000022
,
IngredientType.CraftingShard = 0x00000023
,
IngredientType.ChallengeCrystal = 0x00000024
,
IngredientType.WandElectric = 0x00000025
,
IngredientType.WandFire = 0x00000026
,
IngredientType.WandBuffDivine = 0x00000027
,
IngredientType.WandHoly = 0x00000028
,
IngredientType.WandCold = 0x00000029
,
IngredientType.WandEnergyResist = 0x0000002A
,
IngredientType.WandAcid = 0x0000002B
,
IngredientType.WandUtility = 0x0000002C
,
IngredientType.WandDebuff = 0x0000002D
,
IngredientType.WandHeal = 0x0000002E
,
IngredientType.WandBuffArcane = 0x0000002F
,
IngredientType.WandSonic = 0x00000030
,
IngredientType.WandForce = 0x00000031
,
IngredientType.WandNegative = 0x00000032
,
IngredientType.WandRepair = 0x00000033
,
IngredientType.CannithRaidSceptre = 0x00000034
,
IngredientType.WandBraceletComponent = 0x00000035
,
IngredientType.EpicIngredientScrollSands = 0x00000036
,
IngredientType.EpicIngredientSealSands = 0x00000037
,
IngredientType.EpicIngredientShardSands = 0x00000038
,
IngredientType.GreenSteelDeconstruction = 0x00000039
,
IngredientType.TODRing = 0x0000003A
,
IngredientType.Delicious = 0x0000003C
,
IngredientType.Dragonscale = 0x0000003D
,
IngredientType.Relic = 0x0000003E
,
IngredientType.ThunderholmeRaidWeapon = 0x00000040
,
IngredientType.ThunderholmeRaidWeapon2H = 0x00000041
,
IngredientType.ThunderholmeRaidOrb = 0x00000042
,
IngredientType.ToeeIngredientWeapon = 0x00000043
,
IngredientType.ToeeIngredientArmor = 0x00000044
,
IngredientType.ToeeIngredientArmorEpic = 0x00000045
,
IngredientType.ToeeIngredientWeaponEpic = 0x00000046
,
IngredientType.EpicVale = 0x00000047
,
IngredientType.FallFest = 0x00000048
,
IngredientType.EpicValeUnslot = 0x00000049
,
IngredientType.NewRandomLoot = 0x0000004A
,
IngredientType.XoriatCraftable = 0x0000004B
,
IngredientType.LegAlchIngredientWeapon = 0x0000004C
,
IngredientType.EpicIngredientShardChrono = 0x0000004D
,
IngredientType.EpicIngredientShardRedFens = 0x0000004E
,
IngredientType.EpicIngredientSealChrono = 0x0000004F
,
IngredientType.EpicIngredientSealCarnival = 0x00000050
,
IngredientType.EpicIngredientScrollWeb = 0x00000051
,
IngredientType.EpicIngredientScrollChrono = 0x00000052
,
IngredientType.EpicIngredientShardWeb = 0x00000053
,
IngredientType.EpicIngredientScrollRedFens = 0x00000054
,
IngredientType.EpicIngredientScrollCarnival = 0x00000055
,
IngredientType.EpicIngredientShardSentinels = 0x00000056
,
IngredientType.EpicIngredientSealRedFens = 0x00000057
,
IngredientType.EpicIngredientShardVon = 0x00000058
,
IngredientType.EpicIngredientSealWeb = 0x00000059
,
IngredientType.EpicIngredientSealVon = 0x0000005A
,
IngredientType.EpicIngredientScrollSentinels = 0x0000005B
,
IngredientType.EpicIngredientShardCarnival = 0x0000005C
,
IngredientType.EpicIngredientScrollVon = 0x0000005D
,
IngredientType.EpicIngredientSealSentinels = 0x0000005E
,
IngredientType.SlaveLordsCrafting = 0x0000005F
,
IngredientType.MorgraveSetItemHeroic = 0x00000060
,
IngredientType.MorgraveSetItemLegendary = 0x00000061
,
IngredientType.MorgraveUpgradedWeaponHeroic = 0x00000062
,
IngredientType.MorgraveBasicWeaponHeroic = 0x00000063
,
IngredientType.MorgraveUpgradedWeaponLegendary = 0x00000064
,
IngredientType.MorgraveBasicWeaponLegendary = 0x00000065
,
IngredientType.MorgraveSecretArtifact = 0x00000066
} |
|
|
|
enum | Innate_AttackType : uint {
Innate_AttackType.Undef = 0x00000000
,
Innate_AttackType.av_punch = 0x00000001
,
Innate_AttackType.av_kick = 0x00000002
,
Innate_AttackType.mn_minotaur_gore = 0x00000004
,
Innate_AttackType.mn_wing = 0x0000000C
,
Innate_AttackType.mn_claw = 0x0000000D
,
Innate_AttackType.mn_r_hand = 0x0000000E
,
Innate_AttackType.mn_bite = 0x0000000F
,
Innate_AttackType.mn_breath = 0x00000010
,
Innate_AttackType.mn_tail = 0x00000011
,
Innate_AttackType.mn_l_hand = 0x00000012
,
Innate_AttackType.mn_horn = 0x00000013
,
Innate_AttackType.mn_two_hand = 0x00000014
,
Innate_AttackType.mn_l_foot = 0x00000015
,
Innate_AttackType.mn_r_foot = 0x00000016
,
Innate_AttackType.mn_l_hand2 = 0x00000017
,
Innate_AttackType.mn_r_hand2 = 0x00000018
} |
|
|
|
enum | InputActions : uint {
InputActions.ADMIN_PANEL_KEY = 0x10000001
,
InputActions.CONSOLE_PANEL_KEY = 0x10000002
,
InputActions.INPUT_PANEL_KEY = 0x10000004
,
InputActions.OPTION_PANEL_KEY = 0x10000006
,
InputActions.SKILL_PANEL_KEY = 0x10000008
,
InputActions.SOCIAL_PANEL_KEY = 0x10000009
,
InputActions.STATUSBAR_PANEL_KEY = 0x1000000B
,
InputActions.LOGOUT_KEY = 0x10000011
,
InputActions.SHOW_NAMES_KEY = 0x10000012
,
InputActions.START_ALIAS_KEY = 0x10000014
,
InputActions.RESURRECT_KEY = 0x10000015
,
InputActions.VISUALIZE_SOUND_KEY = 0x1000001B
,
InputActions.PRINT_ACTIVE_SOUND_KEY = 0x1000001C
,
InputActions.GROOVE_LEVEL_UP_KEY = 0x1000001D
,
InputActions.GROOVE_LEVEL_DOWN_KEY = 0x1000001E
,
InputActions.CHATWINDOW_1_KEY = 0x10000045
,
InputActions.CHATWINDOW_2_KEY = 0x10000046
,
InputActions.CHATWINDOW_3_KEY = 0x10000047
,
InputActions.CHATWINDOW_4_KEY = 0x10000048
,
InputActions.MAP_PANEL_KEY = 0x1000004C
,
InputActions.HUD_PANEL_KEY = 0x10000051
,
InputActions.MAINMENU_PANEL_KEY = 0x10000052
,
InputActions.CHARACTER_PANEL_KEY = 0x10000053
,
InputActions.HELP_PANEL_KEY = 0x10000054
,
InputActions.QUIT_PANEL_KEY = 0x10000057
,
InputActions.SHORTCUT_SET_NEXT_KEY = 0x10000058
,
InputActions.SHORTCUT_BACKPACK_KEY = 0x1000005A
,
InputActions.SHORTCUT_SKILLMODE_KEY = 0x1000005C
,
InputActions.SHORTCUT_HIDE_KEY = 0x1000005F
,
InputActions.SHORTCUT_SET_PREV_KEY = 0x10000060
,
InputActions.SHORTCUT_PAPERDOLL_KEY = 0x10000062
,
InputActions.SHORTCUT_BOTTOM_8_KEY = 0x10000068
,
InputActions.SHORTCUT_BOTTOM_3_KEY = 0x1000006B
,
InputActions.SHORTCUT_BOTTOM_6_KEY = 0x1000006D
,
InputActions.SHORTCUT_BOTTOM_9_KEY = 0x10000071
,
InputActions.SHORTCUT_BOTTOM_1_KEY = 0x10000072
,
InputActions.SHORTCUT_BOTTOM_4_KEY = 0x10000074
,
InputActions.SHORTCUT_BOTTOM_7_KEY = 0x10000075
,
InputActions.SHORTCUT_BOTTOM_2_KEY = 0x10000079
,
InputActions.SHORTCUT_BOTTOM_5_KEY = 0x1000007B
,
InputActions.SHORTCUT_BOTTOM_10_KEY = 0x1000007E
,
InputActions.TARGET_SELF_KEY = 0x1000007F
,
InputActions.MovementRollBack = 0x10000080
,
InputActions.MovementRollLeft = 0x10000081
,
InputActions.MovementRollRight = 0x10000082
,
InputActions.AcquireTarget = 0x10000086
,
InputActions.SHOW_DAMAGE_KEY = 0x10000087
,
InputActions.Block = 0x10000088
,
InputActions.PLAYER_LIGHT_KEY = 0x10000089
,
InputActions.POPUPMENU_4_KEY = 0x1000008A
,
InputActions.POPUPMENU_1_KEY = 0x1000008B
,
InputActions.POPUPMENU_9_KEY = 0x1000008C
,
InputActions.POPUPMENU_6_KEY = 0x1000008D
,
InputActions.POPUPMENU_3_KEY = 0x1000008E
,
InputActions.POPUPMENU_8_KEY = 0x10000090
,
InputActions.POPUPMENU_5_KEY = 0x10000091
,
InputActions.POPUPMENU_2_KEY = 0x10000092
,
InputActions.POPUPMENU_7_KEY = 0x10000093
,
InputActions.POPUPMENU_10_KEY = 0x10000097
,
InputActions.MENU_OPTION_6_KEY = 0x10000098
,
InputActions.MENU_OPTION_1_KEY = 0x10000099
,
InputActions.MENU_OPTION_9_KEY = 0x1000009A
,
InputActions.MENU_OPTION_4_KEY = 0x1000009B
,
InputActions.MENU_OPTION_7_KEY = 0x1000009C
,
InputActions.MENU_OPTION_2_KEY = 0x1000009D
,
InputActions.MENU_OPTION_5_KEY = 0x1000009E
,
InputActions.MENU_OPTION_10_KEY = 0x1000009F
,
InputActions.MENU_OPTION_8_KEY = 0x100000A0
,
InputActions.MENU_OPTION_3_KEY = 0x100000A1
,
InputActions.QUEST_JOURNAL_PANEL_KEY = 0x100000A2
,
InputActions.SHORTCUT_BAR_10_KEY = 0x100000A3
,
InputActions.SHORTCUT_BAR_4_KEY = 0x100000A4
,
InputActions.SHORTCUT_BAR_1_KEY = 0x100000A5
,
InputActions.SHORTCUT_BAR_9_KEY = 0x100000A6
,
InputActions.SHORTCUT_BAR_6_KEY = 0x100000A7
,
InputActions.SHORTCUT_BAR_3_KEY = 0x100000A8
,
InputActions.SHORTCUT_BAR_8_KEY = 0x100000A9
,
InputActions.SHORTCUT_BAR_5_KEY = 0x100000AA
,
InputActions.SHORTCUT_BAR_2_KEY = 0x100000AB
,
InputActions.SHORTCUT_BAR_7_KEY = 0x100000AC
,
InputActions.SHOW_COMBAT_STATISTICS_KEY = 0x100000BA
,
InputActions.START_COMMAND = 0x100000BB
,
InputActions.QUEST_HOTMENU_KEY = 0x100000C0
,
InputActions.GUILD_PANEL_KEY = 0x100000C2
,
InputActions.EXITGAME_KEY = 0x100000C5
,
InputActions.DoSpecialAction = 0x100000C6
,
InputActions.TARGET_FELLOW_1_KEY = 0x100000CD
,
InputActions.TARGET_FELLOW_6_KEY = 0x100000CE
,
InputActions.TARGET_FELLOW_4_KEY = 0x100000CF
,
InputActions.TARGET_FELLOW_2_KEY = 0x100000D0
,
InputActions.TARGET_FELLOW_5_KEY = 0x100000D1
,
InputActions.TARGET_FELLOW_3_KEY = 0x100000D2
,
InputActions.BOOK_HOTMENU_KEY = 0x100000D6
,
InputActions.POPUPMENUENTER_KEY = 0x100000D7
,
InputActions.SHORTCUT_PREV = 0x100000D8
,
InputActions.SHORTCUT_NEXT = 0x100000D9
,
InputActions.SHORTCUT_PREV_BAR = 0x100000DA
,
InputActions.SHORTCUT_NEXT_BAR = 0x100000DB
,
InputActions.DIALOGBOX_OK_KEY = 0x100000DD
,
InputActions.DIALOGBOX_NO_KEY = 0x100000DE
,
InputActions.DIALOGBOX_YES_KEY = 0x100000DF
,
InputActions.CameraInstantMouseSelection = 0x100000E1
,
InputActions.ToggleMapPanel = 0x100000E2
,
InputActions.CHATWINDOW_HISTORY_PREV = 0x100000E3
,
InputActions.CHATWINDOW_HISTORY_NEXT = 0x100000E4
,
InputActions.CHATWINDOW_PREV = 0x100000E5
,
InputActions.CHATWINDOW_NEXT = 0x100000E6
,
InputActions.ClearTarget = 0x100000E7
,
InputActions.CloseTradePanel = 0x100000EA
,
InputActions.OpenInventoryPanel = 0x100000EB
,
InputActions.CloseInventoryPanel = 0x100000EC
,
InputActions.ToggleInventoryPanel = 0x100000ED
,
InputActions.CloseBankPanel = 0x100000EE
,
InputActions.CloseChestPanel = 0x100000EF
,
InputActions.Use = 0x10000125
,
InputActions.EXAMINE_ITEM_KEY = 0x1000013D
,
InputActions.EscapeText = 0x1000013F
,
InputActions.SelectPrevCombatTarget = 0x10000140
,
InputActions.SelectNextCombatTarget = 0x10000141
,
InputActions.CreateAdminUI = 0x10000142
,
InputActions.Interact = 0x10000143
,
InputActions.Attack = 0x10000144
,
InputActions.SHOW_DUNGEON_SUMMARY_KEY = 0x10000146
,
InputActions.SHORTCUT_LOCK_BARS = 0x10000147
,
InputActions.HIDE_UI = 0x10000148
,
InputActions.CloseRewardPanel = 0x10000149
,
InputActions.TARGET_FELLOW_11_KEY = 0x1000014A
,
InputActions.TARGET_FELLOW_8_KEY = 0x1000014B
,
InputActions.TARGET_FELLOW_9_KEY = 0x1000014C
,
InputActions.TARGET_FELLOW_12_KEY = 0x1000014D
,
InputActions.TARGET_FELLOW_7_KEY = 0x1000014E
,
InputActions.TARGET_FELLOW_10_KEY = 0x1000014F
,
InputActions.VOICECHAT_TALK = 0x10000150
,
InputActions.SelectPrevNonCombatTarget = 0x10000152
,
InputActions.SelectNextNonCombatTarget = 0x10000153
,
InputActions.AlternateEscapeKey = 0x10000154
,
InputActions.UserMetaKey = 0x10000155
,
InputActions.SelectNearestCombatTarget = 0x10000156
,
InputActions.SHORTCUT_BAR3_KEY4 = 0x10000158
,
InputActions.SHORTCUT_BAR2_KEY1 = 0x10000159
,
InputActions.SHORTCUT_BAR3_KEY5 = 0x1000015A
,
InputActions.SHORTCUT_BAR2_KEY2 = 0x1000015B
,
InputActions.SHORTCUT_BAR3_KEY6 = 0x1000015C
,
InputActions.SHORTCUT_BAR2_KEY3 = 0x1000015D
,
InputActions.SHORTCUT_BAR4_KEY10 = 0x1000015E
,
InputActions.SHORTCUT_BAR3_KEY7 = 0x1000015F
,
InputActions.SHORTCUT_BAR2_KEY4 = 0x10000160
,
InputActions.SHORTCUT_BAR3_KEY8 = 0x10000161
,
InputActions.SHORTCUT_BAR2_KEY5 = 0x10000162
,
InputActions.SHORTCUT_BAR3_KEY9 = 0x10000163
,
InputActions.SHORTCUT_BAR2_KEY6 = 0x10000164
,
InputActions.SHORTCUT_BAR2_KEY7 = 0x10000165
,
InputActions.SHORTCUT_BAR1_KEY1 = 0x10000166
,
InputActions.SHORTCUT_BAR3_KEY10 = 0x10000167
,
InputActions.SHORTCUT_BAR2_KEY8 = 0x10000168
,
InputActions.SHORTCUT_BAR1_KEY2 = 0x10000169
,
InputActions.SHORTCUT_BAR2_KEY9 = 0x1000016A
,
InputActions.SHORTCUT_BAR1_KEY3 = 0x1000016B
,
InputActions.SHORTCUT_BAR5_KEY1 = 0x1000016C
,
InputActions.SHORTCUT_BAR2_KEY10 = 0x1000016D
,
InputActions.SHORTCUT_BAR1_KEY4 = 0x1000016E
,
InputActions.SHORTCUT_BAR5_KEY2 = 0x1000016F
,
InputActions.SHORTCUT_BAR1_KEY5 = 0x10000170
,
InputActions.SHORTCUT_BAR5_KEY3 = 0x10000171
,
InputActions.SHORTCUT_BAR1_KEY6 = 0x10000172
,
InputActions.SHORTCUT_BAR5_KEY4 = 0x10000173
,
InputActions.SHORTCUT_BAR1_KEY7 = 0x10000174
,
InputActions.SHORTCUT_BAR5_KEY10 = 0x10000175
,
InputActions.SHORTCUT_BAR5_KEY5 = 0x10000176
,
InputActions.SHORTCUT_BAR1_KEY10 = 0x10000177
,
InputActions.SHORTCUT_BAR1_KEY8 = 0x10000178
,
InputActions.SHORTCUT_BAR5_KEY6 = 0x10000179
,
InputActions.SHORTCUT_BAR4_KEY1 = 0x1000017A
,
InputActions.SHORTCUT_BAR1_KEY9 = 0x1000017B
,
InputActions.SHORTCUT_BAR5_KEY7 = 0x1000017C
,
InputActions.SHORTCUT_BAR4_KEY2 = 0x1000017D
,
InputActions.SHORTCUT_BAR5_KEY8 = 0x1000017E
,
InputActions.SHORTCUT_BAR4_KEY3 = 0x1000017F
,
InputActions.SHORTCUT_BAR5_KEY9 = 0x10000180
,
InputActions.SHORTCUT_BAR4_KEY4 = 0x10000181
,
InputActions.SHORTCUT_BAR4_KEY5 = 0x10000182
,
InputActions.SHORTCUT_BAR4_KEY6 = 0x10000183
,
InputActions.SHORTCUT_BAR4_KEY7 = 0x10000184
,
InputActions.SHORTCUT_BAR3_KEY1 = 0x10000185
,
InputActions.SHORTCUT_BAR4_KEY8 = 0x10000186
,
InputActions.SHORTCUT_BAR3_KEY2 = 0x10000187
,
InputActions.SHORTCUT_BAR4_KEY9 = 0x10000188
,
InputActions.SHORTCUT_BAR3_KEY3 = 0x10000189
,
InputActions.ADVENTURECOMPENDIUM_PANEL_KEY = 0x1000018B
,
InputActions.SHOW_ARENA_FULL_SCORING_KEY = 0x1000018D
,
InputActions.AttackTap = 0x10000190
,
InputActions.MMOInteractTap = 0x10000191
,
InputActions.ActionInteractTap = 0x10000192
,
InputActions.ActionInteract = 0x10000195
,
InputActions.MMOInteract = 0x10000196
,
InputActions.Select = 0x10000197
,
InputActions.AttackOrbit = 0x10000198
,
InputActions.MMOInteractSteer = 0x10000199
,
InputActions.SelectTap = 0x1000019A
,
InputActions.ActionInteractSteer = 0x1000019B
,
InputActions.AttackSteer = 0x1000019C
,
InputActions.SelectSteer = 0x1000019D
,
InputActions.ActionInteractOrbit = 0x1000019E
,
InputActions.MMOInteractOrbit = 0x1000019F
,
InputActions.SelectOrbit = 0x100001A0
,
InputActions.ClassicInteractSteer = 0x100001A1
,
InputActions.ClassicInteractOrbit = 0x100001A2
,
InputActions.ClassicInteractTap = 0x100001A3
,
InputActions.ClassicInteract = 0x100001A4
,
InputActions.ClassicInteractDblClick = 0x100001A5
,
InputActions.SHORTCUT_BAR7_KEY5 = 0x100001A6
,
InputActions.SHORTCUT_BAR_15_KEY = 0x100001A7
,
InputActions.SHORTCUT_BAR7_KEY6 = 0x100001A8
,
InputActions.SHORTCUT_BAR_12_KEY = 0x100001A9
,
InputActions.SHORTCUT_BAR7_KEY7 = 0x100001AA
,
InputActions.SHORTCUT_BAR7_KEY8 = 0x100001AB
,
InputActions.SHORTCUT_BAR6_KEY1 = 0x100001AC
,
InputActions.SHORTCUT_BAR7_KEY9 = 0x100001AD
,
InputActions.SHORTCUT_BAR6_KEY2 = 0x100001AE
,
InputActions.SHORTCUT_BAR6_KEY3 = 0x100001AF
,
InputActions.SHORTCUT_BAR6_KEY4 = 0x100001B0
,
InputActions.SHORTCUT_BAR6_KEY5 = 0x100001B1
,
InputActions.SHORTCUT_BAR10_KEY1 = 0x100001B2
,
InputActions.SHORTCUT_BAR9_KEY1 = 0x100001B3
,
InputActions.SHORTCUT_BAR6_KEY6 = 0x100001B4
,
InputActions.SHORTCUT_BAR_17_KEY = 0x100001B5
,
InputActions.SHORTCUT_BAR10_KEY2 = 0x100001B6
,
InputActions.SHORTCUT_BAR9_KEY2 = 0x100001B7
,
InputActions.SHORTCUT_BAR6_KEY7 = 0x100001B8
,
InputActions.SHORTCUT_BAR_14_KEY = 0x100001B9
,
InputActions.SHORTCUT_BAR10_KEY3 = 0x100001BA
,
InputActions.SHORTCUT_BAR9_KEY3 = 0x100001BB
,
InputActions.SHORTCUT_BAR8_KEY10 = 0x100001BC
,
InputActions.SHORTCUT_BAR6_KEY8 = 0x100001BD
,
InputActions.SHORTCUT_BAR_11_KEY = 0x100001BE
,
InputActions.SHORTCUT_BAR10_KEY4 = 0x100001BF
,
InputActions.SHORTCUT_BAR9_KEY4 = 0x100001C0
,
InputActions.SHORTCUT_BAR6_KEY10 = 0x100001C1
,
InputActions.SHORTCUT_BAR6_KEY9 = 0x100001C2
,
InputActions.SHORTCUT_BAR10_KEY5 = 0x100001C3
,
InputActions.SHORTCUT_BAR9_KEY5 = 0x100001C4
,
InputActions.SHORTCUT_BAR10_KEY10 = 0x100001C5
,
InputActions.SHORTCUT_BAR10_KEY6 = 0x100001C6
,
InputActions.SHORTCUT_BAR9_KEY6 = 0x100001C7
,
InputActions.SHORTCUT_BAR8_KEY1 = 0x100001C8
,
InputActions.SHORTCUT_BAR_20_KEY = 0x100001C9
,
InputActions.SHORTCUT_BAR_19_KEY = 0x100001CA
,
InputActions.SHORTCUT_BAR10_KEY7 = 0x100001CB
,
InputActions.SHORTCUT_BAR9_KEY7 = 0x100001CC
,
InputActions.SHORTCUT_BAR8_KEY2 = 0x100001CD
,
InputActions.SHORTCUT_BAR7_KEY10 = 0x100001CE
,
InputActions.SHORTCUT_BAR_16_KEY = 0x100001CF
,
InputActions.SHORTCUT_BAR10_KEY8 = 0x100001D0
,
InputActions.SHORTCUT_BAR9_KEY8 = 0x100001D1
,
InputActions.SHORTCUT_BAR8_KEY3 = 0x100001D2
,
InputActions.SHORTCUT_BAR10_KEY9 = 0x100001D3
,
InputActions.SHORTCUT_BAR9_KEY9 = 0x100001D4
,
InputActions.SHORTCUT_BAR8_KEY4 = 0x100001D5
,
InputActions.SHORTCUT_BAR8_KEY5 = 0x100001D6
,
InputActions.SHORTCUT_BAR8_KEY6 = 0x100001D7
,
InputActions.SHORTCUT_BAR_13_KEY = 0x100001D8
,
InputActions.SHORTCUT_BAR8_KEY7 = 0x100001D9
,
InputActions.SHORTCUT_BAR7_KEY1 = 0x100001DA
,
InputActions.SHORTCUT_BAR8_KEY8 = 0x100001DB
,
InputActions.SHORTCUT_BAR7_KEY2 = 0x100001DC
,
InputActions.SHORTCUT_BAR8_KEY9 = 0x100001DD
,
InputActions.SHORTCUT_BAR7_KEY3 = 0x100001DE
,
InputActions.SHORTCUT_BAR9_KEY10 = 0x100001DF
,
InputActions.SHORTCUT_BAR7_KEY4 = 0x100001E0
,
InputActions.SHORTCUT_BAR_18_KEY = 0x100001E1
,
InputActions.WEBSTORE_PANEL_KEY = 0x100001F6
,
InputActions.HENCHMAN_BAR1_KEY10 = 0x100001F7
,
InputActions.HENCHMAN_BAR1_KEY1 = 0x100001F8
,
InputActions.HENCHMAN_BAR1_KEY2 = 0x100001F9
,
InputActions.HENCHMAN_BAR1_KEY3 = 0x100001FA
,
InputActions.HENCHMAN_BAR1_KEY4 = 0x100001FB
,
InputActions.HENCHMAN_BAR1_KEY5 = 0x100001FC
,
InputActions.HENCHMAN_BAR1_KEY6 = 0x100001FD
,
InputActions.HENCHMAN_BAR1_KEY7 = 0x100001FE
,
InputActions.HENCHMAN_BAR1_KEY8 = 0x100001FF
,
InputActions.HENCHMAN_BAR1_KEY9 = 0x10000200
,
InputActions.AutoTargetToggle = 0x10000201
,
InputActions.HENCHMAN_SHORTCUT_NEXT = 0x10000202
,
InputActions.HENCHMAN_SHORTCUT_PREV = 0x10000203
,
InputActions.CloseChallengePanel = 0x10000204
,
InputActions.WEBSTORE_SHORTCUT_KEY = 0x10000205
,
InputActions.HENCHMAN_BAR3_KEY6 = 0x10000206
,
InputActions.HENCHMAN_BAR3_KEY7 = 0x10000207
,
InputActions.HENCHMAN_BAR3_KEY8 = 0x10000208
,
InputActions.HENCHMAN_BAR3_KEY9 = 0x10000209
,
InputActions.HENCHMAN_BAR2_KEY1 = 0x1000020A
,
InputActions.HENCHMAN_BAR2_KEY10 = 0x1000020B
,
InputActions.HENCHMAN_BAR2_KEY2 = 0x1000020C
,
InputActions.HENCHMAN_BAR2_KEY3 = 0x1000020D
,
InputActions.HENCHMAN_BAR5_KEY10 = 0x1000020E
,
InputActions.HENCHMAN_BAR5_KEY1 = 0x1000020F
,
InputActions.HENCHMAN_BAR2_KEY4 = 0x10000210
,
InputActions.HENCHMAN_BAR5_KEY2 = 0x10000211
,
InputActions.HENCHMAN_BAR2_KEY5 = 0x10000212
,
InputActions.HENCHMAN_BAR5_KEY3 = 0x10000213
,
InputActions.HENCHMAN_BAR2_KEY6 = 0x10000214
,
InputActions.HENCHMAN_BAR5_KEY4 = 0x10000215
,
InputActions.HENCHMAN_BAR2_KEY7 = 0x10000216
,
InputActions.HENCHMAN_BAR5_KEY5 = 0x10000217
,
InputActions.HENCHMAN_BAR4_KEY10 = 0x10000218
,
InputActions.HENCHMAN_BAR2_KEY8 = 0x10000219
,
InputActions.HENCHMAN_BAR5_KEY6 = 0x1000021A
,
InputActions.HENCHMAN_BAR2_KEY9 = 0x1000021B
,
InputActions.HENCHMAN_BAR5_KEY7 = 0x1000021C
,
InputActions.HENCHMAN_BAR4_KEY1 = 0x1000021D
,
InputActions.HENCHMAN_BAR5_KEY8 = 0x1000021E
,
InputActions.HENCHMAN_BAR4_KEY2 = 0x1000021F
,
InputActions.HENCHMAN_BAR5_KEY9 = 0x10000220
,
InputActions.HENCHMAN_BAR4_KEY3 = 0x10000221
,
InputActions.HENCHMAN_BAR3_KEY10 = 0x10000222
,
InputActions.HENCHMAN_BAR4_KEY4 = 0x10000223
,
InputActions.HENCHMAN_BAR4_KEY5 = 0x10000224
,
InputActions.HENCHMAN_BAR4_KEY6 = 0x10000225
,
InputActions.HENCHMAN_BAR4_KEY7 = 0x10000226
,
InputActions.HENCHMAN_BAR3_KEY1 = 0x10000227
,
InputActions.HENCHMAN_BAR4_KEY8 = 0x10000228
,
InputActions.HENCHMAN_BAR3_KEY2 = 0x10000229
,
InputActions.HENCHMAN_BAR4_KEY9 = 0x1000022A
,
InputActions.HENCHMAN_BAR3_KEY3 = 0x1000022B
,
InputActions.HENCHMAN_BAR3_KEY4 = 0x1000022C
,
InputActions.HENCHMAN_BAR3_KEY5 = 0x1000022D
,
InputActions.HENCHMAN_BAR_ACTIVE_KEY9 = 0x1000022E
,
InputActions.HENCHMAN_BAR_ACTIVE_KEY10 = 0x1000022F
,
InputActions.HENCHMAN_BAR_ACTIVE_KEY1 = 0x10000230
,
InputActions.HENCHMAN_BAR_ACTIVE_KEY2 = 0x10000231
,
InputActions.HENCHMAN_BAR_ACTIVE_KEY3 = 0x10000232
,
InputActions.HENCHMAN_BAR_ACTIVE_KEY4 = 0x10000233
,
InputActions.HENCHMAN_BAR_ACTIVE_KEY5 = 0x10000234
,
InputActions.HENCHMAN_BAR_ACTIVE_KEY6 = 0x10000235
,
InputActions.HENCHMAN_BAR_ACTIVE_KEY7 = 0x10000236
,
InputActions.HENCHMAN_BAR_ACTIVE_KEY8 = 0x10000237
,
InputActions.LOOTALL = 0x10000238
,
InputActions.AttackInteract = 0x10000239
,
InputActions.CloseAccountBankPanel = 0x1000023A
,
InputActions.CloseReincarnationBankPanel = 0x1000023D
,
InputActions.SelectPrevWeaponSet = 0x1000023F
,
InputActions.SelectNextWeaponSet = 0x10000240
,
InputActions.CloseGuildBankPanel = 0x10000241
,
InputActions.TARGET_FELLOW_PET_2_KEY = 0x10000242
,
InputActions.TARGET_FELLOW_PET_11_KEY = 0x10000243
,
InputActions.TARGET_FELLOW_PET_5_KEY = 0x10000244
,
InputActions.TARGET_FELLOW_PET_8_KEY = 0x10000245
,
InputActions.TARGET_FELLOW_PET_10_KEY = 0x10000246
,
InputActions.TARGET_FELLOW_PET_3_KEY = 0x10000247
,
InputActions.TARGET_FELLOW_PET_12_KEY = 0x10000248
,
InputActions.TARGET_FELLOW_PET_1_KEY = 0x10000249
,
InputActions.TARGET_FELLOW_PET_6_KEY = 0x1000024A
,
InputActions.TARGET_FELLOW_PET_9_KEY = 0x1000024B
,
InputActions.TARGET_FELLOW_PET_4_KEY = 0x1000024C
,
InputActions.TARGET_FELLOW_PET_7_KEY = 0x1000024D
,
InputActions.ChargeRunearm = 0x1000024E
,
InputActions.SHOW_MONSTER_HEALTH_KEY = 0x1000024F
,
InputActions.ToggleEnhancementUI = 0x10000250
,
InputActions.ASSIST_TARGET_KEY = 0x10000251
,
InputActions.ToggleMonsterManualUI = 0x10000252
,
InputActions.ToggleEpicDestinyUI = 0x10000253
,
InputActions.CREATEPARTY_KEY = 0x10000254
,
InputActions.AttackUICompatible = 0x10000255
,
InputActions.BLACKMARKETAUCTIONHOUSE_SHORTCUT_KEY = 0x10000257
,
InputActions.DAILYREWARDS_SHORTCUT_KEY = 0x10000258
,
InputActions.ToggleImageRewardGalleryUI = 0x1000025C
,
InputActions.HENCHMAN_ALL_INTERACT_TARGET = 0x1000025D
,
InputActions.ClearFilters = 0x1000025E
,
InputActions.CloseCharacterBankPanel = 0x1000025F
,
InputActions.ToggleReaperEnhancementUI = 0x10000260
,
InputActions.ToggleNewEpicDestinyUI = 0x10000262
,
InputActions.VIPLOYALTYPROGRAM_PANEL_KEY = 0x10000264
} |
|
|
|
enum | InputMap : uint { InputMap.CombatControls = 0x10000004
} |
|
|
|
enum | Int_Sig_Color : uint {
Int_Sig_Color.Invalid = 0x00000000
,
Int_Sig_Color.red = 0x00000001
,
Int_Sig_Color.blue = 0x00000002
,
Int_Sig_Color.green = 0x00000003
,
Int_Sig_Color.yellow = 0x00000004
,
Int_Sig_Color.white = 0x00000005
,
Int_Sig_Color.black = 0x00000006
,
Int_Sig_Color.red_dull = 0x00000007
,
Int_Sig_Color.blue_dull = 0x00000008
,
Int_Sig_Color.green_dull = 0x00000009
,
Int_Sig_Color.yellow_dull = 0x0000000A
,
Int_Sig_Color.white_dull = 0x0000000B
,
Int_Sig_Color.black_dull = 0x0000000C
,
Int_Sig_Color.purple = 0x0000000D
,
Int_Sig_Color.orange = 0x0000000E
,
Int_Sig_Color.orange_dull = 0x0000000F
,
Int_Sig_Color.purple_dull = 0x00000010
} |
|
|
|
enum | InteractiveEntityType : uint {
InteractiveEntityType.Invalid = 0x00000000
,
InteractiveEntityType.Interactive = 0x00000001
,
InteractiveEntityType.NPC = 0x00000002
,
InteractiveEntityType.Player = 0x00000004
,
InteractiveEntityType.Missile_Monster = 0x00000005
,
InteractiveEntityType.Missile_Player = 0x00000006
} |
|
|
|
enum | InteriorFogType : uint {
InteriorFogType.Invalid = 0x00000000
,
InteriorFogType.None = 0x00000001
,
InteriorFogType.Linear = 0x00000002
} |
|
|
|
enum | InventoryLoad : uint {
InventoryLoad.Undef = 0x00000000
,
InventoryLoad.Medium = 0x00000001
,
InventoryLoad.Light = 0x00000002
,
InventoryLoad.Heavy = 0x00000003
,
InventoryLoad.Over = 0x00000004
} |
|
|
|
enum | InvetoryTypeHint : uint {
InvetoryTypeHint.Undef = 0x00000000
,
InvetoryTypeHint.PotionHP = 0x00000001
,
InvetoryTypeHint.PotionSP = 0x00000002
} |
|
|
|
enum | Item_ScalingProc : uint {
Item_ScalingProc.Undef = 0x00000000
,
Item_ScalingProc.Meteor = 0x00000001
,
Item_ScalingProc.Righteous = 0x00000002
,
Item_ScalingProc.Glacial = 0x00000003
,
Item_ScalingProc.Inferno = 0x00000004
,
Item_ScalingProc.Tempest = 0x00000005
,
Item_ScalingProc.Erosive = 0x00000006
,
Item_ScalingProc.Kinetic = 0x00000007
} |
|
|
|
enum | ItemVersionNumber : uint {
ItemVersionNumber.Invalid = 0x00000000
,
ItemVersionNumber.RemoveGhostTouchEffects = 0x00000001
,
ItemVersionNumber.FixRavenloftEpicDocent = 0x00000002
,
ItemVersionNumber.FixRavenloft3Outfits = 0x00000003
,
ItemVersionNumber.FixEchoSunsword = 0x00000004
,
ItemVersionNumber.FixPurifyingQuiver = 0x00000005
,
ItemVersionNumber.FixRLBadCosmeticVersioning = 0x00000006
,
ItemVersionNumber.FixEchoofRavenkindDeception = 0x00000008
,
ItemVersionNumber.FixCoveLootU47 = 0x00000009
,
ItemVersionNumber.FixAugmentBinding = 0x0000000A
,
ItemVersionNumber.FixSlaversMythicExploit = 0x0000000B
} |
|
|
|
enum | KeyID : uint {
KeyID.Undef = 0x00000000
,
KeyID.Green = 0x00000001
,
KeyID.Red = 0x00000002
,
KeyID.Skeleton = 0x00000003
,
KeyID.Blue = 0x00000004
,
KeyID.Jeweled = 0x00000005
,
KeyID.Silver = 0x00000006
,
KeyID.Iron = 0x00000007
,
KeyID.Gold = 0x00000008
,
KeyID.ChurchTotem = 0x00000009
,
KeyID.Stronghold = 0x0000000A
,
KeyID.Outer_Throne = 0x0000000B
,
KeyID.Inner_Throne = 0x0000000C
,
KeyID.Underwater = 0x0000000E
,
KeyID.Grust_Lair = 0x0000000F
,
KeyID.Sanctuary_Master = 0x00000010
,
KeyID.Bruku_Cell = 0x00000011
,
KeyID.Ogre_Captive = 0x00000012
,
KeyID.Hragg_Cell = 0x00000013
,
KeyID.Gate_Chamber = 0x00000014
,
KeyID.Nexus_Chamber = 0x00000015
,
KeyID.GnashGuard = 0x00000016
,
KeyID.Eechik = 0x00000017
,
KeyID.Inner_Chambers = 0x00000018
,
KeyID.RiverGate = 0x00000019
,
KeyID.Storage_West = 0x0000001A
,
KeyID.Storage_East = 0x0000001B
,
KeyID.Yarkuch_Chest = 0x0000001C
,
KeyID.Garls_Treasure_Room = 0x0000001D
,
KeyID.Ambush_Above_Decks = 0x0000001E
,
KeyID.Tharashk_Ready_Room = 0x00000023
,
KeyID.Tharashk_Elevator = 0x00000024
,
KeyID.Vault_Ring = 0x00000025
,
KeyID.Vault_Key = 0x00000026
,
KeyID.Vault_Dragon_Key = 0x00000027
,
KeyID.Compound_Backdoor = 0x00000028
,
KeyID.Runed_Pass_Key = 0x00000029
,
KeyID.Immortal_Heart = 0x0000002A
,
KeyID.Crimson_Heart = 0x0000002B
,
KeyID.Burning_Heart = 0x0000002C
,
KeyID.Sanguine_Heart = 0x0000002D
,
KeyID.Crest_Scorpion = 0x00000033
,
KeyID.Crest_Bat = 0x00000034
,
KeyID.Crest_Octopus = 0x00000035
,
KeyID.Crest_Monkey = 0x00000036
,
KeyID.Crest_Snake = 0x00000037
,
KeyID.Twilight_Coolant = 0x00000038
,
KeyID.COF_Treasury = 0x00000039
,
KeyID.COF_City = 0x0000003A
,
KeyID.COF_Royal = 0x0000003B
,
KeyID.COF_Kitchen = 0x0000003C
,
KeyID.Redwillow_Well_Traveled = 0x0000003E
,
KeyID.Gear_Yellow = 0x0000003F
,
KeyID.Gear_Blue = 0x00000040
,
KeyID.Gear_Red = 0x00000041
,
KeyID.Gear_Green = 0x00000042
,
KeyID.Crucible_Gorn_Chest = 0x00000046
,
KeyID.Crucible_Daggertooth_Chest = 0x00000047
,
KeyID.Crucible_Vrall_Chest = 0x00000048
,
KeyID.Forbidden_Key_Two = 0x00000049
,
KeyID.Forbidden_Key_One = 0x0000004A
,
KeyID.Forbidden_Key_Three = 0x0000004B
,
KeyID.Sleeping_Dust_Key_Two = 0x0000004C
,
KeyID.Sleeping_Dust_Key_One = 0x0000004D
,
KeyID.Sleeping_Dust_Key_Three = 0x0000004E
,
KeyID.Gauntlet_A_1_Red = 0x0000004F
,
KeyID.Gauntlet_A_1_Blue = 0x00000050
,
KeyID.Gauntlet_A_2_Purple = 0x00000051
,
KeyID.Gauntlet_A_2_Green = 0x00000052
,
KeyID.Gauntlet_A_2_Orange = 0x00000053
} |
|
|
|
enum | KeyMappingArchetype : uint {
KeyMappingArchetype.Undef = 0x00000000
,
KeyMappingArchetype.Launch = 0x00000001
,
KeyMappingArchetype.FPS = 0x00000002
,
KeyMappingArchetype.Relaunch = 0x00000003
} |
|
|
|
enum | Kynapse_ForceEntityType : uint {
Kynapse_ForceEntityType.Invalid = 0x00000000
,
Kynapse_ForceEntityType.NoEntity = 0x00000001
,
Kynapse_ForceEntityType.Obstacle = 0x00000002
,
Kynapse_ForceEntityType.Test = 0x00000003
,
Kynapse_ForceEntityType.PathObject = 0x00000004
} |
|
|
|
enum | Kynapse_PathCostMultiplierTypes : uint {
Kynapse_PathCostMultiplierTypes.Concealment = 0x00000011
,
Kynapse_PathCostMultiplierTypes.Fire = 0x00000012
,
Kynapse_PathCostMultiplierTypes.Poison = 0x00000013
,
Kynapse_PathCostMultiplierTypes.MindAffecting = 0x00000014
,
Kynapse_PathCostMultiplierTypes.Slippery = 0x00000015
,
Kynapse_PathCostMultiplierTypes.Movement = 0x00000016
,
Kynapse_PathCostMultiplierTypes.Acid = 0x00000017
,
Kynapse_PathCostMultiplierTypes.BladeBarrier = 0x00000018
,
Kynapse_PathCostMultiplierTypes.Blindness = 0x00000019
} |
|
|
|
enum | KynMapType : uint {
KynMapType.Large = 0x10000009
,
KynMapType.Small = 0x1000000A
,
KynMapType.Medium = 0x1000000B
} |
|
|
|
enum | LandblockType : uint {
LandblockType.Invalid = 0x00000000
,
LandblockType.Normal = 0x00000001
,
LandblockType.Town = 0x00000002
,
LandblockType.Dungeon = 0x00000003
,
LandblockType.PointOfInterest = 0x00000004
,
LandblockType.OutdoorAdventureArea = 0x00000005
} |
|
|
|
enum | Languages : uint {
Languages.ZH_CN = 0x10000006
,
Languages.FR = 0x10000007
,
Languages.DE = 0x10000008
,
Languages.EN_GB = 0x10000009
} |
|
|
|
enum | LeftNearbyMonitorType : uint {
LeftNearbyMonitorType.Invalid = 0x00000000
,
LeftNearbyMonitorType.Arena = 0x00000001
} |
|
|
|
enum | LifeState : uint {
LifeState.Undef = 0x00000000
,
LifeState.Dead = 0x00000002
,
LifeState.Incapacitated = 0x00000003
,
LifeState.Alive = 0x00000004
} |
|
|
|
enum | LightSet : uint {
LightSet.Light = 0x00000001
,
LightSet.Light2 = 0x00000002
,
LightSet.Light3 = 0x00000003
,
LightSet.Light4 = 0x00000004
,
LightSet.Light5 = 0x00000005
} |
|
|
|
enum | LogCategories : uint {
LogCategories.Invalid = 0x00000000
,
LogCategories.Network = 0x00000001
,
LogCategories.AIMovement = 0x00000002
,
LogCategories.ODBC = 0x00000003
,
LogCategories.Default = 0x00000004
,
LogCategories.PerfRaw = 0x00000005
,
LogCategories.General = 0x00000006
,
LogCategories.Critical = 0x00000007
,
LogCategories.Message = 0x00000009
,
LogCategories.Monitor = 0x0000000A
,
LogCategories.IDLocator = 0x0000000B
,
LogCategories.Timing = 0x0000000C
,
LogCategories.Logons = 0x0000000D
,
LogCategories.Perf = 0x0000000E
,
LogCategories.CharDB = 0x0000000F
,
LogCategories.Admin = 0x00000010
,
LogCategories.Assert = 0x00000011
,
LogCategories.VM = 0x00000012
,
LogCategories.IError = 0x00000013
,
LogCategories.Gameplay = 0x00000014
,
LogCategories.HttpServer = 0x00000015
,
LogCategories.BIS = 0x00000016
,
LogCategories.Reincarnation = 0x00000017
,
LogCategories.PlayerSessions = 0x00000018
,
LogCategories.HardcoreServer = 0x00000019
,
LogCategories.TSI = 0x0000001A
} |
|
|
|
enum | LogType : uint {
LogType.Effect = 0x0000000B
,
LogType.Mail = 0x0000000C
,
LogType.Combat = 0x0000000D
,
LogType.Death = 0x0000000E
,
LogType.Communication = 0x0000000F
,
LogType.Inventory = 0x00000010
,
LogType.Teleport = 0x00000011
,
LogType.Feat = 0x00000012
,
LogType.Trade = 0x00000013
,
LogType.SimulatedTreasure = 0x00000014
,
LogType.Examination = 0x00000015
,
LogType.Instance = 0x00000016
,
LogType.Arena = 0x00000017
,
LogType.AI = 0x00000018
,
LogType.Generator = 0x00000019
,
LogType.Environment = 0x0000001A
,
LogType.CharGen = 0x0000001B
,
LogType.Skill = 0x0000001C
,
LogType.Item = 0x0000001D
,
LogType.Quest = 0x0000001E
,
LogType.Challenge = 0x0000001F
,
LogType.Fellowship = 0x00000020
,
LogType.Advancement = 0x00000021
,
LogType.Action = 0x00000022
,
LogType.Usage = 0x00000023
,
LogType.PrivateEncounter = 0x00000024
,
LogType.Ability = 0x00000025
,
LogType.Command = 0x00000026
,
LogType.Mod = 0x00000027
,
LogType.Session = 0x00000028
,
LogType.Crafting = 0x00000029
,
LogType.Vital = 0x0000002A
,
LogType.LFG = 0x0000002B
,
LogType.Misc = 0x0000002C
,
LogType.Perception = 0x0000002D
,
LogType.Movement = 0x0000002E
,
LogType.WAL = 0x0000002F
,
LogType.Save = 0x00000030
,
LogType.Damage = 0x00000031
,
LogType.Spell = 0x00000032
,
LogType.Rule = 0x00000033
,
LogType.ConditionalBonus = 0x00000034
,
LogType.House = 0x00000035
,
LogType.Guild = 0x00000036
,
LogType.Treasure = 0x00000037
,
LogType.Durability = 0x00000038
,
LogType.Shop = 0x00000039
,
LogType.Currency = 0x0000003A
,
LogType.Creation = 0x0000003B
,
LogType.Alert = 0x0000003C
,
LogType.Dice = 0x0000003D
,
LogType.Charge = 0x0000003E
,
LogType.Equation = 0x0000003F
,
LogType.Bank = 0x00000040
} |
|
|
|
enum | Magic_BarrierTypeRound : uint {
Magic_BarrierTypeRound.Invalid = 0x00000000
,
Magic_BarrierTypeRound.SilverFlame = 0x00000001
,
Magic_BarrierTypeRound.DrowMagical = 0x00000002
,
Magic_BarrierTypeRound.Fire = 0x00000003
,
Magic_BarrierTypeRound.Water = 0x00000004
,
Magic_BarrierTypeRound.Generic = 0x00000005
,
Magic_BarrierTypeRound.Lightning = 0x00000006
,
Magic_BarrierTypeRound.Acid = 0x00000007
,
Magic_BarrierTypeRound.Magic = 0x00000008
,
Magic_BarrierTypeRound.Evil = 0x00000009
} |
|
|
|
enum | MagicBarrierType : uint {
MagicBarrierType.Invalid = 0x00000000
,
MagicBarrierType.Fire = 0x00000001
,
MagicBarrierType.Magic = 0x00000002
,
MagicBarrierType.Evil = 0x00000003
,
MagicBarrierType.Kundarak_Beam = 0x00000004
,
MagicBarrierType.Force = 0x00000005
,
MagicBarrierType.Ice = 0x00000006
,
MagicBarrierType.Warforge_Titan = 0x00000007
,
MagicBarrierType.Shroud = 0x00000008
,
MagicBarrierType.Drow_A = 0x00000009
,
MagicBarrierType.Drow_B = 0x0000000A
} |
|
|
|
enum | MagicDamageType : uint {
MagicDamageType.Invalid = 0x00000000
,
MagicDamageType.Fire = 0x00000001
,
MagicDamageType.Cold = 0x00000002
,
MagicDamageType.Electric = 0x00000003
,
MagicDamageType.Acid = 0x00000004
,
MagicDamageType.Sonic = 0x00000005
,
MagicDamageType.Evil = 0x00000006
,
MagicDamageType.Holy = 0x00000007
,
MagicDamageType.Force = 0x00000008
,
MagicDamageType.Generic_Buff = 0x00000009
,
MagicDamageType.Poison = 0x0000000A
,
MagicDamageType.Level_Drain = 0x0000000B
,
MagicDamageType.Action_Boost = 0x0000000E
,
MagicDamageType.Good = 0x0000000F
,
MagicDamageType.Chaos = 0x00000010
,
MagicDamageType.Law = 0x00000011
} |
|
|
|
enum | MajorWeenieType : uint {
MajorWeenieType.Undef = 0x00000000
,
MajorWeenieType.Entity = 0x00000001
,
MajorWeenieType.Container = 0x00000003
,
MajorWeenieType.Inventory = 0x00000007
,
MajorWeenieType.Agent = 0x0000000F
,
MajorWeenieType.Player = 0x0000001F
,
MajorWeenieType.Admin = 0x0000003F
,
MajorWeenieType.NPC = 0x0000004F
,
MajorWeenieType.Item = 0x00000081
,
MajorWeenieType.GameplayContainer = 0x00000103
,
MajorWeenieType.MajorTypeMask = 0x0000FFFF
,
MajorWeenieType.Generator = 0x00010001
,
MajorWeenieType.Monster = 0x0001004F
,
MajorWeenieType.LandblockEntity = 0x00020001
,
MajorWeenieType.RealNPC = 0x0002004F
,
MajorWeenieType.Hotspot = 0x00040001
,
MajorWeenieType.Referee = 0x0004004F
,
MajorWeenieType.Group = 0x00080001
,
MajorWeenieType.AIRemoteDetector = 0x00200032
} |
|
|
|
enum | ManipulatorCoordSpace : uint {
ManipulatorCoordSpace.Global = 0x00000001
,
ManipulatorCoordSpace.Local = 0x00000002
} |
|
|
|
enum | Map_SubRegion : uint { Map_SubRegion.Undef = 0x00000000
} |
|
|
|
enum | MapLevel : uint {
MapLevel.Game_8 = 0x00000011
,
MapLevel.Game_9 = 0x00000012
,
MapLevel.Game_10 = 0x00000013
,
MapLevel.Game_11 = 0x00000014
,
MapLevel.World = 0x00000015
,
MapLevel.Game_2 = 0x00000016
,
MapLevel.Game_3 = 0x00000017
,
MapLevel.Game_4 = 0x00000018
,
MapLevel.Game = 0x00000019
,
MapLevel.Game_5 = 0x0000001A
,
MapLevel.Game_6 = 0x0000001B
,
MapLevel.Region = 0x0000001C
,
MapLevel.Game_7 = 0x0000001D
} |
|
|
|
enum | MapNoteType : uint {
MapNoteType.Quest_Underway = 0x00000005
,
MapNoteType.Quest_Bestowed = 0x00000006
,
MapNoteType.Quest_Repeat = 0x00000007
,
MapNoteType.Quest_Location = 0x00000008
,
MapNoteType.Quest_Location_Active = 0x00000009
,
MapNoteType.POI = 0x0000000A
,
MapNoteType.Fellow = 0x0000000B
,
MapNoteType.Vendor = 0x0000000C
,
MapNoteType.Trainer = 0x0000000D
,
MapNoteType.Tavern = 0x0000000E
,
MapNoteType.Collector = 0x0000000F
,
MapNoteType.DangerZone = 0x00000010
,
MapNoteType.AdventureArea = 0x00000011
,
MapNoteType.Raid = 0x00000012
,
MapNoteType.Pawn = 0x00000013
,
MapNoteType.Mailbox = 0x00000014
,
MapNoteType.Patron = 0x00000015
,
MapNoteType.Auction = 0x00000016
,
MapNoteType.Henchmen_Vendor = 0x00000017
,
MapNoteType.Chest = 0x00000018
,
MapNoteType.Shrine = 0x00000019
,
MapNoteType.Travel = 0x0000001A
,
MapNoteType.Banker = 0x0000001B
,
MapNoteType.AirshipWaypoint = 0x0000001C
,
MapNoteType.DynamicEntity = 0x0000001D
,
MapNoteType.EStore_Unpurchased_NPC = 0x0000001E
,
MapNoteType.EStore_Unpurchased_AdventureArea = 0x0000001F
,
MapNoteType.EStore_Unpurchased_QuestEntrance = 0x00000020
,
MapNoteType.EStore_Unpurchased_Travel = 0x00000021
,
MapNoteType.Quest_Completed = 0x00000022
,
MapNoteType.EStore_Unpurchased_Raid = 0x00000023
,
MapNoteType.Pet = 0x00000024
,
MapNoteType.ChallengeQuest_Location = 0x00000025
,
MapNoteType.EStore_Unpurchased_ChallengeQuestEntrance = 0x00000026
,
MapNoteType.ChallengeQuest_Underlevel = 0x00000027
,
MapNoteType.ChallengeQuest_Repeat = 0x00000028
,
MapNoteType.SagaQuest = 0x00000029
,
MapNoteType.SagaQuest_Underway = 0x0000002A
,
MapNoteType.SagaQuest_Bestowed = 0x0000002B
,
MapNoteType.SagaQuest_Repeat = 0x0000002C
,
MapNoteType.SagaQuest_Completed = 0x0000002D
,
MapNoteType.Fellow_Hireling = 0x0000002E
} |
|
|
|
enum | Marker : uint {
Marker.Undef = 0x00000000
,
Marker.Emote = 0x00000001
,
Marker.Item = 0x00000002
,
Marker.Voice = 0x00000003
,
Marker.Alias = 0x00000004
,
Marker.Feat = 0x00000005
,
Marker.Spell = 0x00000006
,
Marker.Skill = 0x00000007
,
Marker.Alert = 0x00000008
,
Marker.Quest = 0x00000009
,
Marker.Class = 0x0000000A
,
Marker.Property = 0x0000000B
,
Marker.Examination = 0x0000000C
,
Marker.Effect = 0x0000000D
,
Marker.Ability = 0x0000000E
,
Marker.Compass = 0x00000010
,
Marker.Chat = 0x00000011
,
Marker.WeaponSet = 0x00000012
,
Marker.Auction = 0x00000013
,
Marker.SpellSelectorItem = 0x00000014
,
Marker.HenchmanControl = 0x00000015
,
Marker.ChatMarker = 0x00000016
,
Marker.Recipe = 0x00000017
,
Marker.SingletonItem = 0x00000018
,
Marker.EmptyItem = 0x00000019
,
Marker.CosmeticPet = 0x0000001B
,
Marker.CosmeticPetGear = 0x0000001C
,
Marker.CosmeticPetTrick = 0x0000001D
,
Marker.BuyNow = 0x0000001E
,
Marker.EnhancementCell = 0x0000001F
,
Marker.StartMenu = 0x00000020
,
Marker.Achievement = 0x00000021
,
Marker.TwistOfFate = 0x00000022
,
Marker.MonsterManualVolume = 0x00000023
,
Marker.DailyReward = 0x00000024
,
Marker.Amenity = 0x00000025
,
Marker.SentientTab = 0x00000028
,
Marker.ImageReward = 0x00000029
,
Marker.ImageRewardSeries = 0x0000002A
,
Marker.Airship = 0x0000002B
,
Marker.EnhancementTree = 0x0000002D
,
Marker.HenchmanAction = 0x0000002E
,
Marker.Mount = 0x00000032
} |
|
|
|
enum | Material_Type : uint {
Material_Type.Invalid = 0x00000000
,
Material_Type.None = 0x00000001
,
Material_Type.Fabric = 0x00000002
,
Material_Type.Wood = 0x00000003
,
Material_Type.Chain = 0x00000004
,
Material_Type.Metal = 0x00000005
} |
|
|
|
enum | MaterialPropID : uint {
MaterialPropID.Invalid = 0x00000000
,
MaterialPropID.SpecularPower = 0x000003E8
,
MaterialPropID.UScale = 0x000003E9
,
MaterialPropID.VScale = 0x000003EA
,
MaterialPropID.UScale2 = 0x000003EB
,
MaterialPropID.VScale2 = 0x000003EC
,
MaterialPropID.UScale3 = 0x000003ED
,
MaterialPropID.VScale3 = 0x000003EE
,
MaterialPropID.UScale4 = 0x000003EF
,
MaterialPropID.VScale4 = 0x000003F0
,
MaterialPropID.UScale5 = 0x000003F1
,
MaterialPropID.VScale5 = 0x000003F2
,
MaterialPropID.UScale6 = 0x000003F3
,
MaterialPropID.VScale6 = 0x000003F4
,
MaterialPropID.UScale7 = 0x000003F5
,
MaterialPropID.VScale7 = 0x000003F6
,
MaterialPropID.UScale8 = 0x000003F7
,
MaterialPropID.VScale8 = 0x000003F8
,
MaterialPropID.UTranslate = 0x000003F9
,
MaterialPropID.VTranslate = 0x000003FA
,
MaterialPropID.UTranslate2 = 0x000003FB
,
MaterialPropID.VTranslate2 = 0x000003FC
,
MaterialPropID.UTranslate3 = 0x000003FD
,
MaterialPropID.VTranslate3 = 0x000003FE
,
MaterialPropID.UTranslate4 = 0x000003FF
,
MaterialPropID.VTranslate4 = 0x00000400
,
MaterialPropID.UTranslate5 = 0x00000401
,
MaterialPropID.VTranslate5 = 0x00000402
,
MaterialPropID.UTranslate6 = 0x00000403
,
MaterialPropID.VTranslate6 = 0x00000404
,
MaterialPropID.UTranslate7 = 0x00000405
,
MaterialPropID.VTranslate7 = 0x00000406
,
MaterialPropID.UTranslate8 = 0x00000407
,
MaterialPropID.VTranslate8 = 0x00000408
,
MaterialPropID.UVRotate = 0x00000409
,
MaterialPropID.UVRotate2 = 0x0000040A
,
MaterialPropID.UVRotate3 = 0x0000040B
,
MaterialPropID.UVRotate4 = 0x0000040C
,
MaterialPropID.UVRotate5 = 0x0000040D
,
MaterialPropID.UVRotate6 = 0x0000040E
,
MaterialPropID.UVRotate7 = 0x0000040F
,
MaterialPropID.UVRotate8 = 0x00000410
,
MaterialPropID.DetailMapUScale = 0x00000411
,
MaterialPropID.DetailMapVScale = 0x00000412
,
MaterialPropID.AlphaTestRef = 0x00000413
,
MaterialPropID.c_WaterWaveSpeed = 0x00000414
,
MaterialPropID.c_WaterWaveFrequency = 0x00000415
,
MaterialPropID.c_WaterWaveAmplitude = 0x00000416
,
MaterialPropID.c_WaterReflectionBumpDistortionAmount = 0x00000417
,
MaterialPropID.c_WaterRefractionBumpDistortionAmount = 0x00000418
,
MaterialPropID.c_WaterFresnelBumpAmount = 0x00000419
,
MaterialPropID.c_WaterFresnelBias = 0x0000041A
,
MaterialPropID.c_WaterFresnelExponent = 0x0000041B
,
MaterialPropID.c_WaterReflectionAmount = 0x0000041C
,
MaterialPropID.c_WaterRefractionAmount = 0x0000041D
,
MaterialPropID.c_WaterSpecularPower = 0x0000041E
,
MaterialPropID.c_WaterBumpTextureScale = 0x0000041F
,
MaterialPropID.c_WaterBumpSpeed = 0x00000420
,
MaterialPropID.c_WaterNormal0SpeedU = 0x00000421
,
MaterialPropID.c_WaterNormal0SpeedV = 0x00000422
,
MaterialPropID.c_WaterNormal1SpeedU = 0x00000423
,
MaterialPropID.c_WaterNormal1SpeedV = 0x00000424
,
MaterialPropID.c_WaterNormal2SpeedU = 0x00000425
,
MaterialPropID.c_WaterNormal2SpeedV = 0x00000426
,
MaterialPropID.c_WaterNormal0Scale = 0x00000427
,
MaterialPropID.c_WaterNormal1Scale = 0x00000428
,
MaterialPropID.c_WaterNormal2Scale = 0x00000429
,
MaterialPropID.c_WaterOverbrightAmount = 0x0000042A
,
MaterialPropID.c_WaterFakeSpecularThreshold = 0x0000042B
,
MaterialPropID.c_WaterFogAmount = 0x0000042C
,
MaterialPropID.c_WaterEnvironmentBlendFactor = 0x0000042D
,
MaterialPropID.UTranslateEarly = 0x0000042E
,
MaterialPropID.VTranslateEarly = 0x0000042F
,
MaterialPropID.UTranslateEarly2 = 0x00000430
,
MaterialPropID.VTranslateEarly2 = 0x00000431
,
MaterialPropID.UTranslateEarly3 = 0x00000432
,
MaterialPropID.VTranslateEarly3 = 0x00000433
,
MaterialPropID.UTranslateEarly4 = 0x00000434
,
MaterialPropID.VTranslateEarly4 = 0x00000435
,
MaterialPropID.UTranslateEarly5 = 0x00000436
,
MaterialPropID.VTranslateEarly5 = 0x00000437
,
MaterialPropID.UTranslateEarly6 = 0x00000438
,
MaterialPropID.VTranslateEarly6 = 0x00000439
,
MaterialPropID.UTranslateEarly7 = 0x0000043A
,
MaterialPropID.VTranslateEarly7 = 0x0000043B
,
MaterialPropID.UTranslateEarly8 = 0x0000043C
,
MaterialPropID.VTranslateEarly8 = 0x0000043D
,
MaterialPropID.c_MirrorReflectionBumpDistortionAmount = 0x0000044C
,
MaterialPropID.c_MirrorFresnelExponent = 0x0000044D
,
MaterialPropID.c_MirrorFresnelBias = 0x0000044E
,
MaterialPropID.c_MirrorNormalTextureScale = 0x0000044F
,
MaterialPropID.c_MirrorNormalSpeedU = 0x00000450
,
MaterialPropID.c_MirrorNormalSpeedV = 0x00000451
,
MaterialPropID.c_MirrorFresnelBumpAmount = 0x00000452
,
MaterialPropID.c_VtxDisp_X_Amplitude = 0x0000045F
,
MaterialPropID.c_WindowRefractionBumpDistortionAmount = 0x00000460
,
MaterialPropID.c_WindowFresnelExponent = 0x00000461
,
MaterialPropID.c_WindowFresnelBias = 0x00000462
,
MaterialPropID.c_WindowNormalTextureScale = 0x00000463
,
MaterialPropID.c_WindowNormalSpeedU = 0x00000464
,
MaterialPropID.c_WindowNormalSpeedV = 0x00000465
,
MaterialPropID.c_WindowFresnelBumpAmount = 0x00000466
,
MaterialPropID.c_WindowRefractionColorScale = 0x00000467
,
MaterialPropID.c_AEDistortionNormalScale0 = 0x00000474
,
MaterialPropID.c_AEDistortionNormalScale1 = 0x00000475
,
MaterialPropID.c_AEDistortionNormalScale2 = 0x00000476
,
MaterialPropID.c_AEDistortionNormalUSpeed0 = 0x00000477
,
MaterialPropID.c_AEDistortionNormalVSpeed0 = 0x00000478
,
MaterialPropID.c_AEDistortionNormalUSpeed1 = 0x00000479
,
MaterialPropID.c_AEDistortionNormalVSpeed1 = 0x0000047A
,
MaterialPropID.c_AEDistortionNormalUSpeed2 = 0x0000047B
,
MaterialPropID.c_AEDistortionNormalVSpeed2 = 0x0000047C
,
MaterialPropID.c_AEDistortionAmount = 0x0000047D
,
MaterialPropID.c_HeatDistortionAmount = 0x00000488
,
MaterialPropID.c_WaterShorelineMaxDepth = 0x00000492
,
MaterialPropID.c_WaterFogMinDepth = 0x00000493
,
MaterialPropID.c_WaterFogDepthFactor = 0x00000495
,
MaterialPropID.c_DepthBlendFactor = 0x00000496
,
MaterialPropID.c_TieDye_Power = 0x00000497
,
MaterialPropID.c_TieDye_Offset = 0x00000498
,
MaterialPropID.c_TieDye_Whiteness = 0x00000499
,
MaterialPropID.c_Wind_MaxDisplacement = 0x0000049A
,
MaterialPropID.c_Wind_VerticalMotion = 0x0000049B
,
MaterialPropID.c_Wind_Phase = 0x0000049C
,
MaterialPropID.c_WaterFoamOffsetU = 0x0000049E
,
MaterialPropID.c_WaterFoamOffsetV = 0x0000049F
,
MaterialPropID.c_WaterFoamTileU = 0x000004A0
,
MaterialPropID.c_WaterFoamTileV = 0x000004A1
,
MaterialPropID.c_WaterDepthOffsetU = 0x000004A2
,
MaterialPropID.c_WaterDepthOffsetV = 0x000004A3
,
MaterialPropID.c_NormalWaveRotation = 0x000004A4
,
MaterialPropID.c_DepthBasedOpacityOffset = 0x000004A5
,
MaterialPropID.c_FoamAlphaFadeFactor = 0x000004A6
,
MaterialPropID.DyeDarkenAmount = 0x000004A7
,
MaterialPropID.c_VtxDisp_X_Frequency = 0x000004A8
,
MaterialPropID.c_VtxDisp_X_Speed = 0x000004A9
,
MaterialPropID.c_VtxDisp_Y_Amplitude = 0x000004AA
,
MaterialPropID.c_VtxDisp_Y_Frequency = 0x000004AB
,
MaterialPropID.c_VtxDisp_Y_Speed = 0x000004AC
,
MaterialPropID.c_VtxDisp_Z_Amplitude = 0x000004AD
,
MaterialPropID.c_VtxDisp_Z_Frequency = 0x000004AE
,
MaterialPropID.c_VtxDisp_Z_Speed = 0x000004AF
,
MaterialPropID.c_TriplanarTextureScale = 0x000004B0
,
MaterialPropID.c_SnowBlendingEdgeFactor = 0x000004B1
,
MaterialPropID.c_SnowBlendingOpacity = 0x000004B2
,
MaterialPropID.c_AlphaBlendMax = 0x000004B3
,
MaterialPropID.c_SpecularPower_AnisoLobe1_Height = 0x000004B4
,
MaterialPropID.c_SpecularPower_AnisoLobe2_Height = 0x000004B5
,
MaterialPropID.c_SpecularPower_AnisoLobe1_Width = 0x000004B6
,
MaterialPropID.c_SpecularPower_AnisoLobe2_Width = 0x000004B7
,
MaterialPropID.DiffuseColor = 0x000007D0
,
MaterialPropID.SpecularColor = 0x000007D1
,
MaterialPropID.ReflectionColor = 0x000007D2
,
MaterialPropID.DyeColor = 0x000007D3
,
MaterialPropID.c_WaterDeepColor = 0x000007D4
,
MaterialPropID.c_WaterShallowColor = 0x000007D5
,
MaterialPropID.c_WaterSpecularColor = 0x000007D6
,
MaterialPropID.c_WaterNearColor = 0x000007D7
,
MaterialPropID.c_WaterFarColor = 0x000007D8
,
MaterialPropID.c_WaterColor = 0x000007D9
,
MaterialPropID.c_WaterFogColor = 0x000007DA
,
MaterialPropID.c_WaterShorelineColor = 0x000007DB
,
MaterialPropID.c_MaterialDyeColor2 = 0x000007DD
,
MaterialPropID.GlowColor = 0x000007DE
,
MaterialPropID.DiffuseMap = 0x00000BB8
,
MaterialPropID.DiffuseMap2 = 0x00000BB9
,
MaterialPropID.DiffuseMap3 = 0x00000BBA
,
MaterialPropID.DiffuseMap4 = 0x00000BBB
,
MaterialPropID.DiffuseMap5 = 0x00000BBC
,
MaterialPropID.DiffuseMap6 = 0x00000BBD
,
MaterialPropID.DiffuseMap7 = 0x00000BBE
,
MaterialPropID.DiffuseMap8 = 0x00000BBF
,
MaterialPropID.DetailMap = 0x00000BC2
,
MaterialPropID.NormalMap = 0x00000BC3
,
MaterialPropID.GlowMap = 0x00000BC5
,
MaterialPropID.DetailNormalMap = 0x00000BC6
,
MaterialPropID.EnvironmentMap = 0x00000BC7
,
MaterialPropID.FakeSpecularEnvMap = 0x00000BC8
,
MaterialPropID.VerticalPaletteMap = 0x00000BC9
,
MaterialPropID.EmissiveMap = 0x00000BCA
,
MaterialPropID.BakedLightingMap = 0x00000BCB
,
MaterialPropID.OpacityAlphaMap = 0x00000BCC
,
MaterialPropID.GlossAlphaMap = 0x00000BCD
,
MaterialPropID.TerrainMaskTexture = 0x00000BCE
,
MaterialPropID.DyeAlphaMap = 0x00000BD0
,
MaterialPropID.DistortionMap = 0x00000BD2
,
MaterialPropID.WaterFlowMap = 0x00000C03
,
MaterialPropID.TieDyeColorMap = 0x00000C04
,
MaterialPropID.SphereMap = 0x00000C05
,
MaterialPropID.NormalMap2 = 0x00000C06
,
MaterialPropID.WaterFoamMap = 0x00000C07
,
MaterialPropID.Obsolete0 = 0x00000FA0
,
MaterialPropID.DepthTest = 0x00000FA1
,
MaterialPropID.DepthWrite = 0x00000FA2
,
MaterialPropID.DoubleSided = 0x00000FA3
,
MaterialPropID.AlphaTest = 0x00000FA4
,
MaterialPropID.DiffuseMapWrapU = 0x00000FA5
,
MaterialPropID.DiffuseMapWrapV = 0x00000FA6
,
MaterialPropID.AlphaBlendPass = 0x00000FA7
} |
|
|
|
enum | MaterialTypeID : uint {
MaterialTypeID.skin = 0x1000001C
,
MaterialTypeID.skin1 = 0x1000001D
,
MaterialTypeID.faceskin = 0x10000020
,
MaterialTypeID.hair1 = 0x10000021
,
MaterialTypeID.shirt1 = 0x1000002F
,
MaterialTypeID.beard = 0x10000039
,
MaterialTypeID.streak = 0x1000003B
,
MaterialTypeID.hair = 0x1000004A
,
MaterialTypeID.Dng_Fd_Mroom = 0x1000004E
,
MaterialTypeID.Dng_Fd_Wall = 0x1000004F
,
MaterialTypeID.Dng_Fd_Ceiling = 0x10000050
,
MaterialTypeID.Dng_Fd_Mroom_floor_decor = 0x10000051
,
MaterialTypeID.Dng_Fd_Floor = 0x10000052
,
MaterialTypeID.Dng_Fd_StoneBasic = 0x10000053
,
MaterialTypeID.weapon_effect = 0x1000005C
,
MaterialTypeID.Dng_Fd_Ceiling_Floor = 0x1000005D
,
MaterialTypeID.water_color = 0x1000005E
,
MaterialTypeID.water_waves = 0x1000005F
,
MaterialTypeID.Dng_Swr_FakeWall = 0x10000060
,
MaterialTypeID.Dng_Swr_MCeiling = 0x10000061
,
MaterialTypeID.Dng_Swr_Pipes = 0x10000062
,
MaterialTypeID.Dng_Swr_LgStone_Floor = 0x10000063
,
MaterialTypeID.Dng_Swr_Arch = 0x10000064
,
MaterialTypeID.Dng_Swr_Wall = 0x10000065
,
MaterialTypeID.Dng_Int_Base = 0x10000066
,
MaterialTypeID.Dng_Ca_Floor_Ground = 0x10000067
,
MaterialTypeID.Dng_Ca_Wall_Ceiling = 0x10000068
,
MaterialTypeID.Dng_Ca_Mroom_Base = 0x10000069
,
MaterialTypeID.Dng_Ca_Mroom_Cap = 0x1000006A
,
MaterialTypeID.Dng_Ca_Mroom_Mid = 0x1000006B
,
MaterialTypeID.Dng_Ca_Ceiling = 0x1000006C
,
MaterialTypeID.Dng_Ca_Wall = 0x1000006D
,
MaterialTypeID.Dng_Cth_Ceiling_Column = 0x1000006E
,
MaterialTypeID.Dng_Cth_Mroom_Wall = 0x1000006F
,
MaterialTypeID.Dng_Cth_Wall_Floor = 0x10000070
,
MaterialTypeID.Building_Modular_A = 0x10000071
,
MaterialTypeID.Building_Modular_B = 0x10000072
,
MaterialTypeID.Gearset = 0x10000076
,
MaterialTypeID.Dng_Ca_Mroom = 0x10000077
,
MaterialTypeID.robe = 0x10000078
,
MaterialTypeID.weapon = 0x10000079
,
MaterialTypeID.Helmet = 0x100000A3
,
MaterialTypeID.St_Fd_Arch = 0x100000A7
,
MaterialTypeID.St_Fd_Pillar = 0x100000A8
,
MaterialTypeID.St_Fd_Door = 0x100000A9
,
MaterialTypeID.St_Fd_Platform = 0x100000AA
,
MaterialTypeID.skirt = 0x100000AB
,
MaterialTypeID.St_Shd_Ruins_Door = 0x100000AC
,
MaterialTypeID.St_Shd_Ruins_Head = 0x100000AD
,
MaterialTypeID.St_Shd_Ruins = 0x100000AE
,
MaterialTypeID.Generic1 = 0x100000AF
,
MaterialTypeID.Generic2 = 0x100000B0
,
MaterialTypeID.Generic3 = 0x100000B1
,
MaterialTypeID.Generic4 = 0x100000B2
,
MaterialTypeID.Generic5 = 0x100000B3
,
MaterialTypeID.horns = 0x100000B4
,
MaterialTypeID.breeches = 0x100000B5
,
MaterialTypeID.Dng_Shv_Wall = 0x100000B6
,
MaterialTypeID.Dng_Shv_Ceiling = 0x100000B7
,
MaterialTypeID.Dng_Shv_Floor_Mroom = 0x100000B8
,
MaterialTypeID.Dng_Shv_Floor = 0x100000B9
,
MaterialTypeID.st_mkt_tent_giant = 0x100000BB
,
MaterialTypeID.Dng_Ming_Floor = 0x100000BC
,
MaterialTypeID.Dng_Ming_Wall = 0x100000BD
,
MaterialTypeID.Dng_Ming_Mroom = 0x100000BE
,
MaterialTypeID.Dng_Udk_Wall = 0x100000BF
,
MaterialTypeID.Dng_Udk_Floor = 0x100000C0
,
MaterialTypeID.hands = 0x100000C1
,
MaterialTypeID.frills = 0x100000C2
,
MaterialTypeID.Cloak = 0x100000C3
,
MaterialTypeID.Generic6 = 0x100000C4
,
MaterialTypeID.Generic7 = 0x100000C5
,
MaterialTypeID.Generic8 = 0x100000C6
,
MaterialTypeID.Generic9 = 0x100000C7
,
MaterialTypeID.Generic16 = 0x100000C8
,
MaterialTypeID.Generic17 = 0x100000C9
,
MaterialTypeID.Generic18 = 0x100000CA
,
MaterialTypeID.Generic19 = 0x100000CB
,
MaterialTypeID.Generic20 = 0x100000CC
,
MaterialTypeID.Generic10 = 0x100000CD
,
MaterialTypeID.Generic11 = 0x100000CE
,
MaterialTypeID.Generic12 = 0x100000CF
,
MaterialTypeID.Generic13 = 0x100000D0
,
MaterialTypeID.Generic14 = 0x100000D1
,
MaterialTypeID.Generic15 = 0x100000D2
,
MaterialTypeID.ears = 0x100000D3
,
MaterialTypeID.tail1 = 0x100000D4
,
MaterialTypeID.tail2 = 0x100000D5
} |
|
|
|
enum | MathScriptNodeOperator : uint {
MathScriptNodeOperator.AbsoluteValue = 0x00000001
,
MathScriptNodeOperator.Divide = 0x00000002
,
MathScriptNodeOperator.NoOperation = 0x00000003
,
MathScriptNodeOperator.Random = 0x00000004
,
MathScriptNodeOperator.Subtract = 0x00000005
,
MathScriptNodeOperator.Modulus = 0x00000006
,
MathScriptNodeOperator.Add = 0x00000007
,
MathScriptNodeOperator.Multiply = 0x00000008
,
MathScriptNodeOperator.Exponent = 0x00000009
} |
|
|
|
enum | MaximumDegradeLevel : uint {
MaximumDegradeLevel.Invalid = 0x00000000
,
MaximumDegradeLevel.Auto = 0x00000001
,
MaximumDegradeLevel.High = 0x00000002
,
MaximumDegradeLevel.Medium = 0x00000003
,
MaximumDegradeLevel.Low = 0x00000004
} |
|
|
|
enum | MeshFXScaleType : uint {
MeshFXScaleType.Total = 0x00000001
,
MeshFXScaleType.ModelChildScaleOnly = 0x00000002
,
MeshFXScaleType.None = 0x00000003
} |
|
|
|
enum | MeshTypeID : uint {
MeshTypeID.Head = 0x10000001
,
MeshTypeID.UpperBody = 0x10000002
,
MeshTypeID.LowerBody = 0x10000003
,
MeshTypeID.Feet = 0x10000004
,
MeshTypeID.Hands = 0x10000005
,
MeshTypeID.Tail = 0x10000006
,
MeshTypeID.Cape = 0x10000007
,
MeshTypeID.Totem = 0x10000008
,
MeshTypeID.Crest = 0x10000009
,
MeshTypeID.Beard = 0x1000000A
,
MeshTypeID.Helmet = 0x1000000B
,
MeshTypeID.Gear = 0x1000000C
,
MeshTypeID.HeadSpecial = 0x1000000F
,
MeshTypeID.GearSecondary = 0x10000010
,
MeshTypeID.HeadSpecial2 = 0x10000012
,
MeshTypeID.Cloak = 0x10000013
,
MeshTypeID.Saddle = 0x10000015
,
MeshTypeID.Caparison = 0x10000016
} |
|
|
|
enum | MessagePrivilegeMask : uint {
MessagePrivilegeMask.None = 0x00000000
,
MessagePrivilegeMask.Position = 0x00000001
,
MessagePrivilegeMask.AdminOnly = 0x00000002
,
MessagePrivilegeMask.SenderOnly = 0x00000003
} |
|
|
|
enum | MessagingGroupType : uint { MessagingGroupType.Undef = 0x00000000
} |
|
|
|
enum | MetamagicFlags : uint {
MetamagicFlags.Undef = 0x00000000
,
MetamagicFlags.Extend = 0x00000001
,
MetamagicFlags.Empower = 0x00000002
,
MetamagicFlags.EmpowerHeal = 0x00000003
,
MetamagicFlags.Maximize = 0x00000004
,
MetamagicFlags.Quicken = 0x00000005
,
MetamagicFlags.EschewMaterials = 0x00000006
,
MetamagicFlags.Heighten = 0x00000007
,
MetamagicFlags.Enlarge = 0x00000008
,
MetamagicFlags.Intensify = 0x00000009
,
MetamagicFlags.Embolden = 0x0000000A
,
MetamagicFlags.Shorten = 0x0000000B
,
MetamagicFlags.Accelerate = 0x0000000C
} |
|
|
|
enum | MeterDirection : uint {
MeterDirection.Undef = 0x00000000
,
MeterDirection.Top = 0x00000001
,
MeterDirection.Right = 0x00000002
,
MeterDirection.Bottom = 0x00000003
,
MeterDirection.Left = 0x00000004
} |
|
|
|
enum | MicroTransactions : uint {
MicroTransactions.Invalid = 0x00000000
,
MicroTransactions.PayPerDungeon = 0x00000011
,
MicroTransactions.Vendors = 0x00000012
} |
|
|
|
enum | ML_PlayerMovementDirection : uint {
ML_PlayerMovementDirection.Invalid = 0x00000000
,
ML_PlayerMovementDirection.ForwardRight = 0x00000001
,
ML_PlayerMovementDirection.BackRight = 0x00000002
,
ML_PlayerMovementDirection.Forward = 0x00000003
,
ML_PlayerMovementDirection.Right = 0x00000004
,
ML_PlayerMovementDirection.BackLeft = 0x00000005
,
ML_PlayerMovementDirection.Left = 0x00000006
,
ML_PlayerMovementDirection.Zero = 0x00000007
,
ML_PlayerMovementDirection.ForwardLeft = 0x00000008
,
ML_PlayerMovementDirection.Back = 0x00000009
} |
|
|
|
enum | Modes : uint {
Modes.open = 0x10000003
,
Modes.closed = 0x10000004
} |
|
|
|
enum | MonitorNames : uint {
MonitorNames.SightVolume = 0x10000001
,
MonitorNames.FarVolume = 0x10000002
,
MonitorNames.NearVolume = 0x10000003
,
MonitorNames.CombatRangeVolume = 0x10000004
,
MonitorNames.MusicVolume = 0x10000008
,
MonitorNames.Monitor1 = 0x10000009
,
MonitorNames.Monitor2 = 0x1000000A
,
MonitorNames.Monitor3 = 0x1000000B
,
MonitorNames.Monitor4 = 0x1000000C
,
MonitorNames.DetectVolume = 0x10000012
,
MonitorNames.AI_MeleeVolume = 0x10000013
,
MonitorNames.AI_PerceptionVolume = 0x10000014
,
MonitorNames.AI_LeashVolume = 0x10000015
} |
|
|
|
enum | Monster_UniqueType : uint {
Monster_UniqueType.Invalid = 0x00000000
,
Monster_UniqueType.BossMonster = 0x00000001
,
Monster_UniqueType.Preview_BadAssSkeleton_Temp = 0x00000002
} |
|
|
|
enum | MonsterManualCategory : uint {
MonsterManualCategory.Undef = 0x00000000
,
MonsterManualCategory.Animal = 0x00000001
,
MonsterManualCategory.Giant = 0x00000002
,
MonsterManualCategory.Humanoid = 0x00000003
,
MonsterManualCategory.MonstrousHumanoid = 0x00000004
,
MonsterManualCategory.Undead = 0x00000005
,
MonsterManualCategory.Vermin = 0x00000006
,
MonsterManualCategory.Outsider = 0x00000007
,
MonsterManualCategory.OutsiderElemental = 0x00000008
,
MonsterManualCategory.PlayerRaces = 0x00000009
,
MonsterManualCategory.Aberration = 0x0000000C
,
MonsterManualCategory.Misc = 0x0000000D
,
MonsterManualCategory.Elemental = 0x0000000E
,
MonsterManualCategory.MagicalBeast = 0x0000000F
,
MonsterManualCategory.Construct = 0x00000010
,
MonsterManualCategory.Plant = 0x00000011
,
MonsterManualCategory.Dragon = 0x00000012
,
MonsterManualCategory.Devil = 0x00000013
,
MonsterManualCategory.Demon = 0x00000014
,
MonsterManualCategory.Fey = 0x00000015
} |
|
|
|
enum | MonsterManualDeed_EvaluationType : uint {
MonsterManualDeed_EvaluationType.Undef = 0x00000000
,
MonsterManualDeed_EvaluationType.CompletedDeeds = 0x0000000F
,
MonsterManualDeed_EvaluationType.TotalKillsFromEntry = 0x00000011
,
MonsterManualDeed_EvaluationType.TotalKillsFromList = 0x00000012
,
MonsterManualDeed_EvaluationType.CombinedKillsFromEntry = 0x00000013
} |
|
|
|
enum | MonsterManualDeedReward_ClaimType : uint {
MonsterManualDeedReward_ClaimType.Undef = 0x00000000
,
MonsterManualDeedReward_ClaimType.MOTUPreOrderBundle = 0x00000001
,
MonsterManualDeedReward_ClaimType.MOTUPreOrderBase = 0x00000002
,
MonsterManualDeedReward_ClaimType.MOTUPreOrderCollectors = 0x00000003
,
MonsterManualDeedReward_ClaimType.PAX2012 = 0x00000004
,
MonsterManualDeedReward_ClaimType.STONEOFXP = 0x00000005
,
MonsterManualDeedReward_ClaimType.DrowPack = 0x00000006
,
MonsterManualDeedReward_ClaimType.MeleePack = 0x00000007
,
MonsterManualDeedReward_ClaimType.HealerPack = 0x00000008
,
MonsterManualDeedReward_ClaimType.ChampionPack = 0x00000009
,
MonsterManualDeedReward_ClaimType.MOTUBetaXPStoneGiveAway = 0x0000000A
,
MonsterManualDeedReward_ClaimType.MOTUBase = 0x0000000B
,
MonsterManualDeedReward_ClaimType.DruidPack = 0x0000000C
,
MonsterManualDeedReward_ClaimType.MOTUStandard = 0x0000000D
,
MonsterManualDeedReward_ClaimType.MM_Reward_Pet_EarthElemental = 0x0000000E
,
MonsterManualDeedReward_ClaimType.MM_Reward_Pet_RustMonster = 0x0000000F
,
MonsterManualDeedReward_ClaimType.MM_Reward_Pet_Bat = 0x00000010
,
MonsterManualDeedReward_ClaimType.ViralPet = 0x00000011
,
MonsterManualDeedReward_ClaimType.MM_Reward_Pet_Spider = 0x00000012
,
MonsterManualDeedReward_ClaimType.MM_Reward_XP_Lootboost_Medium_troglodyte = 0x00000013
,
MonsterManualDeedReward_ClaimType.MM_Reward_XP_Lootboost_Medium_hobgoblin = 0x00000014
,
MonsterManualDeedReward_ClaimType.MM_Reward_XP_Lootboost_Medium_troll = 0x00000015
,
MonsterManualDeedReward_ClaimType.MM_Reward_XP_Lesser_01_spider = 0x00000016
,
MonsterManualDeedReward_ClaimType.MM_Reward_XP_Lootboost_Medium_spider = 0x00000017
,
MonsterManualDeedReward_ClaimType.MM_Reward_XP_Lootboost_Medium_bugbear = 0x00000018
,
MonsterManualDeedReward_ClaimType.MM_Reward_XP_Lootboost_Medium_zombie = 0x00000019
,
MonsterManualDeedReward_ClaimType.MM_Reward_XP_Lootboost_Medium_kobold = 0x0000001A
,
MonsterManualDeedReward_ClaimType.MM_Reward_XP_Lootboost_Medium_earthelemental = 0x0000001B
,
MonsterManualDeedReward_ClaimType.MM_Reward_XP_Lootboost_Medium_sahuagin = 0x0000001C
,
MonsterManualDeedReward_ClaimType.MM_Reward_XP_Lootboost_Medium_human = 0x0000001D
,
MonsterManualDeedReward_ClaimType.MM_Reward_XP_Lesser_01_earthelemental = 0x0000001E
,
MonsterManualDeedReward_ClaimType.MM_Reward_XP_Lesser_01_rustmonster = 0x0000001F
,
MonsterManualDeedReward_ClaimType.MM_Reward_XP_Lootboost_Medium_bat = 0x00000020
,
MonsterManualDeedReward_ClaimType.MM_Reward_XP_Lootboost_Medium_scorpion = 0x00000021
,
MonsterManualDeedReward_ClaimType.MM_Reward_XP_Lootboost_Medium_rustmonster = 0x00000022
,
MonsterManualDeedReward_ClaimType.MM_Reward_XP_Lootboost_Medium_halfling = 0x00000023
,
MonsterManualDeedReward_ClaimType.MM_Reward_XP_Lootboost_Medium_rat = 0x00000024
,
MonsterManualDeedReward_ClaimType.MM_Reward_XP_Lootboost_Medium_skeleton = 0x00000025
,
MonsterManualDeedReward_ClaimType.MM_Reward_XP_Lesser_01_bat = 0x00000026
,
MonsterManualDeedReward_ClaimType.MM_Reward_XP_Lootboost_Medium_ooze = 0x00000027
,
MonsterManualDeedReward_ClaimType.MM_Reward_XP_Lootboost_Medium_minotaur = 0x00000028
,
MonsterManualDeedReward_ClaimType.MM_Reward_XP_Lootboost_Medium_warforged = 0x00000029
,
MonsterManualDeedReward_ClaimType.MM_Reward_XP_Lootboost_Medium_elf = 0x0000002A
,
MonsterManualDeedReward_ClaimType.MM_Reward_XP_Lootboost_Medium_wolf = 0x0000002B
,
MonsterManualDeedReward_ClaimType.MM_Reward_Pet_Wraith = 0x0000002C
,
MonsterManualDeedReward_ClaimType.MM_Reward_XP_Lootboost_Medium_ghoul = 0x0000002D
,
MonsterManualDeedReward_ClaimType.MM_Reward_XP_Lootboost_Medium_gargoyle = 0x0000002E
,
MonsterManualDeedReward_ClaimType.MM_Reward_XP_Lootboost_Medium_mephit = 0x0000002F
,
MonsterManualDeedReward_ClaimType.MM_Reward_XP_Lootboost_Medium_wraith = 0x00000030
,
MonsterManualDeedReward_ClaimType.SteamPack_01 = 0x00000034
,
MonsterManualDeedReward_ClaimType.MM_Reward_Pet_Beholder = 0x00000035
,
MonsterManualDeedReward_ClaimType.MM_Reward_Pet_FireElemental = 0x00000036
,
MonsterManualDeedReward_ClaimType._2013_Birthday_Gift = 0x00000037
,
MonsterManualDeedReward_ClaimType.MM_Reward_Currency_AstralShard_3_J = 0x00000038
,
MonsterManualDeedReward_ClaimType.MM_Reward_Currency_AstralShard_1_A = 0x00000039
,
MonsterManualDeedReward_ClaimType.MM_Reward_Currency_AstralShard_1_B = 0x0000003A
,
MonsterManualDeedReward_ClaimType.MM_Reward_Currency_AstralShard_1_C = 0x0000003B
,
MonsterManualDeedReward_ClaimType.MM_Reward_Currency_AstralShard_1_D = 0x0000003C
,
MonsterManualDeedReward_ClaimType.MM_Reward_Currency_AstralShard_1_E = 0x0000003D
,
MonsterManualDeedReward_ClaimType.MM_Reward_Currency_AstralShard_1_F = 0x0000003E
,
MonsterManualDeedReward_ClaimType.MM_Reward_Currency_AstralShard_1_G = 0x0000003F
,
MonsterManualDeedReward_ClaimType.MM_Reward_Currency_AstralShard_3_A = 0x00000040
,
MonsterManualDeedReward_ClaimType.MM_Reward_Currency_AstralShard_1_H = 0x00000041
,
MonsterManualDeedReward_ClaimType.MM_Reward_Currency_AstralShard_3_B = 0x00000042
,
MonsterManualDeedReward_ClaimType.MM_Reward_Currency_AstralShard_1_I = 0x00000043
,
MonsterManualDeedReward_ClaimType.MM_Reward_Currency_AstralShard_3_C = 0x00000044
,
MonsterManualDeedReward_ClaimType.MM_Reward_Currency_AstralShard_1_J = 0x00000045
,
MonsterManualDeedReward_ClaimType.MM_Reward_Currency_AstralShard_3_D = 0x00000046
,
MonsterManualDeedReward_ClaimType.MM_Reward_Currency_AstralShard_3_E = 0x00000047
,
MonsterManualDeedReward_ClaimType.MM_Reward_Currency_AstralShard_3_F = 0x00000048
,
MonsterManualDeedReward_ClaimType.MM_Reward_Currency_AstralShard_3_G = 0x00000049
,
MonsterManualDeedReward_ClaimType.MM_Reward_Currency_AstralShard_3_H = 0x0000004A
,
MonsterManualDeedReward_ClaimType.MM_Reward_Currency_AstralShard_3_I = 0x0000004B
,
MonsterManualDeedReward_ClaimType.XP2_Upgrade = 0x0000004C
,
MonsterManualDeedReward_ClaimType.XP2_Preorder_Standard = 0x0000004D
,
MonsterManualDeedReward_ClaimType.XP2_Preorder_Premium = 0x0000004E
,
MonsterManualDeedReward_ClaimType.XP2_Premium = 0x0000004F
,
MonsterManualDeedReward_ClaimType.XP2_Standard = 0x00000050
,
MonsterManualDeedReward_ClaimType.XP2_Delta_Prepurchase = 0x00000051
,
MonsterManualDeedReward_ClaimType.XP2_Delta = 0x00000052
,
MonsterManualDeedReward_ClaimType.XP2_Bladeforged_Standard = 0x00000053
,
MonsterManualDeedReward_ClaimType.XP2_Bladeforged_Premium = 0x00000054
,
MonsterManualDeedReward_ClaimType.XP2_Bladeforged_Premium2 = 0x00000055
,
MonsterManualDeedReward_ClaimType.XP2_Shadarkai_Premium = 0x00000056
,
MonsterManualDeedReward_ClaimType.Community_Offer_SnowyOwlbear = 0x00000057
,
MonsterManualDeedReward_ClaimType.Community_Offer_YellowCube = 0x00000058
,
MonsterManualDeedReward_ClaimType.Free_LesserReincarnation_Token = 0x00000059
,
MonsterManualDeedReward_ClaimType.VIP_FreeEpicReincarnation_Event = 0x0000005A
,
MonsterManualDeedReward_ClaimType._2014_Birthday_Gift = 0x0000005B
,
MonsterManualDeedReward_ClaimType._2014_Starter_Bundle = 0x0000005C
,
MonsterManualDeedReward_ClaimType.DDOPreview = 0x0000005D
,
MonsterManualDeedReward_ClaimType.DDOPreviewEmployee = 0x0000005E
,
MonsterManualDeedReward_ClaimType.MM_Reward_Currency_AstralShard_3_BI = 0x0000005F
,
MonsterManualDeedReward_ClaimType.MM_Reward_Currency_AstralShard_1_BF = 0x00000060
,
MonsterManualDeedReward_ClaimType.MM_Reward_Currency_AstralShard_1_AN = 0x00000061
,
MonsterManualDeedReward_ClaimType.MM_Reward_Currency_AstralShard_1_Q = 0x00000062
,
MonsterManualDeedReward_ClaimType.MM_Reward_Currency_AstralShard_3_BJ = 0x00000063
,
MonsterManualDeedReward_ClaimType.MM_Reward_Currency_AstralShard_3_K = 0x00000064
,
MonsterManualDeedReward_ClaimType.MM_Reward_Currency_AstralShard_1_BG = 0x00000065
,
MonsterManualDeedReward_ClaimType.MM_Reward_Currency_AstralShard_1_AO = 0x00000066
,
MonsterManualDeedReward_ClaimType.MM_Reward_Currency_AstralShard_1_R = 0x00000067
,
MonsterManualDeedReward_ClaimType.MM_Reward_Currency_AstralShard_3_L = 0x00000068
,
MonsterManualDeedReward_ClaimType.MM_Reward_Currency_AstralShard_1_BH = 0x00000069
,
MonsterManualDeedReward_ClaimType.MM_Reward_Currency_AstralShard_1_S = 0x0000006A
,
MonsterManualDeedReward_ClaimType.MM_Reward_Currency_AstralShard_3_M = 0x0000006B
,
MonsterManualDeedReward_ClaimType.MM_Reward_Currency_AstralShard_1_BI = 0x0000006C
,
MonsterManualDeedReward_ClaimType.MM_Reward_Currency_AstralShard_1_T = 0x0000006D
,
MonsterManualDeedReward_ClaimType.MM_Reward_Currency_AstralShard_3_N = 0x0000006E
,
MonsterManualDeedReward_ClaimType.MM_Reward_Currency_AstralShard_1_BJ = 0x0000006F
,
MonsterManualDeedReward_ClaimType.MM_Reward_Currency_AstralShard_3_O = 0x00000070
,
MonsterManualDeedReward_ClaimType.MM_Reward_Currency_AstralShard_3_P = 0x00000071
,
MonsterManualDeedReward_ClaimType.MM_Reward_Currency_AstralShard_3_AA = 0x00000072
,
MonsterManualDeedReward_ClaimType.MM_Reward_Currency_AstralShard_3_Q = 0x00000073
,
MonsterManualDeedReward_ClaimType.MM_Reward_Currency_AstralShard_3_AB = 0x00000074
,
MonsterManualDeedReward_ClaimType.MM_Reward_Currency_AstralShard_3_R = 0x00000075
,
MonsterManualDeedReward_ClaimType.MM_Reward_Currency_AstralShard_3_AC = 0x00000076
,
MonsterManualDeedReward_ClaimType.MM_Reward_Currency_AstralShard_3_S = 0x00000077
,
MonsterManualDeedReward_ClaimType.MM_Reward_Currency_AstralShard_3_AD = 0x00000078
,
MonsterManualDeedReward_ClaimType.MM_Reward_Currency_AstralShard_3_T = 0x00000079
,
MonsterManualDeedReward_ClaimType.MM_Reward_Currency_AstralShard_1_AA = 0x0000007A
,
MonsterManualDeedReward_ClaimType.MM_Reward_Currency_AstralShard_3_AE = 0x0000007B
,
MonsterManualDeedReward_ClaimType.MM_Reward_Currency_AstralShard_1_AB = 0x0000007C
,
MonsterManualDeedReward_ClaimType.MM_Reward_Currency_AstralShard_3_AF = 0x0000007D
,
MonsterManualDeedReward_ClaimType.MM_Reward_Currency_AstralShard_1_AC = 0x0000007E
,
MonsterManualDeedReward_ClaimType.MM_Reward_Currency_AstralShard_3_AG = 0x0000007F
,
MonsterManualDeedReward_ClaimType.MM_Reward_Currency_AstralShard_1_AD = 0x00000080
,
MonsterManualDeedReward_ClaimType.MM_Reward_Currency_AstralShard_3_AP = 0x00000081
,
MonsterManualDeedReward_ClaimType.MM_Reward_Currency_AstralShard_3_AH = 0x00000082
,
MonsterManualDeedReward_ClaimType.MM_Reward_Currency_AstralShard_1_AE = 0x00000083
,
MonsterManualDeedReward_ClaimType.MM_Reward_Currency_AstralShard_3_BA = 0x00000084
,
MonsterManualDeedReward_ClaimType.MM_Reward_Currency_AstralShard_3_AQ = 0x00000085
,
MonsterManualDeedReward_ClaimType.MM_Reward_Currency_AstralShard_3_AI = 0x00000086
,
MonsterManualDeedReward_ClaimType.MM_Reward_Currency_AstralShard_1_AF = 0x00000087
,
MonsterManualDeedReward_ClaimType.MM_Reward_Currency_AstralShard_3_BB = 0x00000088
,
MonsterManualDeedReward_ClaimType.MM_Reward_Currency_AstralShard_3_AR = 0x00000089
,
MonsterManualDeedReward_ClaimType.MM_Reward_Currency_AstralShard_3_AJ = 0x0000008A
,
MonsterManualDeedReward_ClaimType.MM_Reward_Currency_AstralShard_1_AG = 0x0000008B
,
MonsterManualDeedReward_ClaimType.MM_Reward_Currency_AstralShard_3_BC = 0x0000008C
,
MonsterManualDeedReward_ClaimType.MM_Reward_Currency_AstralShard_3_AS = 0x0000008D
,
MonsterManualDeedReward_ClaimType.MM_Reward_Currency_AstralShard_3_AK = 0x0000008E
,
MonsterManualDeedReward_ClaimType.MM_Reward_Currency_AstralShard_1_AP = 0x0000008F
,
MonsterManualDeedReward_ClaimType.MM_Reward_Currency_AstralShard_1_AH = 0x00000090
,
MonsterManualDeedReward_ClaimType.MM_Reward_Currency_AstralShard_1_K = 0x00000091
,
MonsterManualDeedReward_ClaimType.MM_Reward_Currency_AstralShard_3_BD = 0x00000092
,
MonsterManualDeedReward_ClaimType.MM_Reward_Currency_AstralShard_3_AT = 0x00000093
,
MonsterManualDeedReward_ClaimType.MM_Reward_Currency_AstralShard_3_AL = 0x00000094
,
MonsterManualDeedReward_ClaimType.MM_Reward_Currency_AstralShard_1_BA = 0x00000095
,
MonsterManualDeedReward_ClaimType.MM_Reward_Currency_AstralShard_1_AQ = 0x00000096
,
MonsterManualDeedReward_ClaimType.MM_Reward_Currency_AstralShard_1_AI = 0x00000097
,
MonsterManualDeedReward_ClaimType.MM_Reward_Currency_AstralShard_1_L = 0x00000098
,
MonsterManualDeedReward_ClaimType.MM_Reward_Currency_AstralShard_3_BE = 0x00000099
,
MonsterManualDeedReward_ClaimType.MM_Reward_Currency_AstralShard_3_AM = 0x0000009A
,
MonsterManualDeedReward_ClaimType.MM_Reward_Currency_AstralShard_1_BB = 0x0000009B
,
MonsterManualDeedReward_ClaimType.MM_Reward_Currency_AstralShard_1_AR = 0x0000009C
,
MonsterManualDeedReward_ClaimType.MM_Reward_Currency_AstralShard_1_AJ = 0x0000009D
,
MonsterManualDeedReward_ClaimType.MM_Reward_Currency_AstralShard_1_M = 0x0000009E
,
MonsterManualDeedReward_ClaimType.MM_Reward_Currency_AstralShard_3_BF = 0x0000009F
,
MonsterManualDeedReward_ClaimType.MM_Reward_Currency_AstralShard_3_AN = 0x000000A0
,
MonsterManualDeedReward_ClaimType.MM_Reward_Currency_AstralShard_1_BC = 0x000000A1
,
MonsterManualDeedReward_ClaimType.MM_Reward_Currency_AstralShard_1_AS = 0x000000A2
,
MonsterManualDeedReward_ClaimType.MM_Reward_Currency_AstralShard_1_AK = 0x000000A3
,
MonsterManualDeedReward_ClaimType.MM_Reward_Currency_AstralShard_1_N = 0x000000A4
,
MonsterManualDeedReward_ClaimType.MM_Reward_Currency_AstralShard_3_BG = 0x000000A5
,
MonsterManualDeedReward_ClaimType.MM_Reward_Currency_AstralShard_3_AO = 0x000000A6
,
MonsterManualDeedReward_ClaimType.MM_Reward_Currency_AstralShard_1_BD = 0x000000A7
,
MonsterManualDeedReward_ClaimType.MM_Reward_Currency_AstralShard_1_AT = 0x000000A8
,
MonsterManualDeedReward_ClaimType.MM_Reward_Currency_AstralShard_1_AL = 0x000000A9
,
MonsterManualDeedReward_ClaimType.MM_Reward_Currency_AstralShard_1_O = 0x000000AA
,
MonsterManualDeedReward_ClaimType.MM_Reward_Currency_AstralShard_3_BH = 0x000000AB
,
MonsterManualDeedReward_ClaimType.MM_Reward_Currency_AstralShard_1_BE = 0x000000AC
,
MonsterManualDeedReward_ClaimType.MM_Reward_Currency_AstralShard_1_AM = 0x000000AD
,
MonsterManualDeedReward_ClaimType.MM_Reward_Currency_AstralShard_1_P = 0x000000AE
,
MonsterManualDeedReward_ClaimType.Monk6_LR20 = 0x000000AF
,
MonsterManualDeedReward_ClaimType.MM_Reward_Pet_AirElemental = 0x000000B0
,
MonsterManualDeedReward_ClaimType.MM_Reward_Pet_WaterElemental = 0x000000B4
,
MonsterManualDeedReward_ClaimType.MM_Reward_Currency_Remnants_1_A = 0x000000C6
,
MonsterManualDeedReward_ClaimType.MM_Reward_Currency_Remnants_1_B = 0x000000C7
,
MonsterManualDeedReward_ClaimType.MM_Reward_Currency_Remnants_1_C = 0x000000C8
,
MonsterManualDeedReward_ClaimType.MM_Reward_Currency_Remnants_1_D = 0x000000C9
,
MonsterManualDeedReward_ClaimType.MM_Reward_Currency_Remnants_3_A = 0x000000CA
,
MonsterManualDeedReward_ClaimType.MM_Reward_Currency_Remnants_1_E = 0x000000CB
,
MonsterManualDeedReward_ClaimType.MM_Reward_Currency_Remnants_3_B = 0x000000CC
,
MonsterManualDeedReward_ClaimType.MM_Reward_Currency_Remnants_1_F = 0x000000CD
,
MonsterManualDeedReward_ClaimType.MM_Reward_Currency_Remnants_3_C = 0x000000CE
,
MonsterManualDeedReward_ClaimType.MM_Reward_Currency_Remnants_1_G = 0x000000CF
,
MonsterManualDeedReward_ClaimType.MM_Reward_Currency_Remnants_3_D = 0x000000D0
,
MonsterManualDeedReward_ClaimType.MM_Reward_Currency_Remnants_1_H = 0x000000D1
,
MonsterManualDeedReward_ClaimType.MM_Reward_Currency_Remnants_3_E = 0x000000D2
,
MonsterManualDeedReward_ClaimType.MM_Reward_Currency_Remnants_1_I = 0x000000D3
,
MonsterManualDeedReward_ClaimType.MM_Reward_Currency_Remnants_3_F = 0x000000D4
,
MonsterManualDeedReward_ClaimType.MM_Reward_Currency_Remnants_1_J = 0x000000D5
,
MonsterManualDeedReward_ClaimType.MM_Reward_Currency_Remnants_3_G = 0x000000D6
,
MonsterManualDeedReward_ClaimType.MM_Reward_Currency_Remnants_3_H = 0x000000D7
,
MonsterManualDeedReward_ClaimType.MM_Reward_Currency_Remnants_3_I = 0x000000D8
,
MonsterManualDeedReward_ClaimType.MM_Reward_Currency_Remnants_3_J = 0x000000D9
,
MonsterManualDeedReward_ClaimType.MM_Reward_Currency_Remnants_3_AA = 0x000000DA
,
MonsterManualDeedReward_ClaimType.MM_Reward_Currency_Remnants_3_AB = 0x000000DB
,
MonsterManualDeedReward_ClaimType.MM_Reward_Currency_Remnants_3_AC = 0x000000DC
,
MonsterManualDeedReward_ClaimType.MM_Reward_Currency_Remnants_3_AD = 0x000000DD
,
MonsterManualDeedReward_ClaimType.MM_Reward_Currency_Remnants_1_P = 0x000000DE
,
MonsterManualDeedReward_ClaimType.MM_Reward_Currency_Remnants_3_AE = 0x000000DF
,
MonsterManualDeedReward_ClaimType.MM_Reward_Currency_Remnants_1_Q = 0x000000E0
,
MonsterManualDeedReward_ClaimType.MM_Reward_Currency_Remnants_3_AF = 0x000000E1
,
MonsterManualDeedReward_ClaimType.MM_Reward_Currency_Remnants_1_AA = 0x000000E2
,
MonsterManualDeedReward_ClaimType.MM_Reward_Currency_Remnants_1_R = 0x000000E3
,
MonsterManualDeedReward_ClaimType.MM_Reward_Currency_Remnants_3_AG = 0x000000E4
,
MonsterManualDeedReward_ClaimType.MM_Reward_Currency_Remnants_1_AB = 0x000000E5
,
MonsterManualDeedReward_ClaimType.MM_Reward_Currency_Remnants_1_S = 0x000000E6
,
MonsterManualDeedReward_ClaimType.MM_Reward_Currency_Remnants_3_AH = 0x000000E7
,
MonsterManualDeedReward_ClaimType.MM_Reward_Currency_Remnants_3_P = 0x000000E8
,
MonsterManualDeedReward_ClaimType.MM_Reward_Currency_Remnants_1_AC = 0x000000E9
,
MonsterManualDeedReward_ClaimType.MM_Reward_Currency_Remnants_1_T = 0x000000EA
,
MonsterManualDeedReward_ClaimType.MM_Reward_Currency_Remnants_1_K = 0x000000EB
,
MonsterManualDeedReward_ClaimType.MM_Reward_Currency_Remnants_3_AI = 0x000000EC
,
MonsterManualDeedReward_ClaimType.MM_Reward_Currency_Remnants_3_Q = 0x000000ED
,
MonsterManualDeedReward_ClaimType.MM_Reward_Currency_Remnants_1_AD = 0x000000EE
,
MonsterManualDeedReward_ClaimType.MM_Reward_Currency_Remnants_1_L = 0x000000EF
,
MonsterManualDeedReward_ClaimType.MM_Reward_Currency_Remnants_3_AJ = 0x000000F0
,
MonsterManualDeedReward_ClaimType.MM_Reward_Currency_Remnants_3_R = 0x000000F1
,
MonsterManualDeedReward_ClaimType.MM_Reward_Currency_Remnants_1_AE = 0x000000F2
,
MonsterManualDeedReward_ClaimType.MM_Reward_Currency_Remnants_1_M = 0x000000F3
,
MonsterManualDeedReward_ClaimType.MM_Reward_Currency_Remnants_3_S = 0x000000F4
,
MonsterManualDeedReward_ClaimType.MM_Reward_Currency_Remnants_1_AF = 0x000000F5
,
MonsterManualDeedReward_ClaimType.MM_Reward_Currency_Remnants_1_N = 0x000000F6
,
MonsterManualDeedReward_ClaimType.MM_Reward_Currency_Remnants_3_T = 0x000000F7
,
MonsterManualDeedReward_ClaimType.MM_Reward_Currency_Remnants_3_K = 0x000000F8
,
MonsterManualDeedReward_ClaimType.MM_Reward_Currency_Remnants_1_AG = 0x000000F9
,
MonsterManualDeedReward_ClaimType.MM_Reward_Currency_Remnants_1_O = 0x000000FA
,
MonsterManualDeedReward_ClaimType.MM_Reward_Currency_Remnants_3_L = 0x000000FB
,
MonsterManualDeedReward_ClaimType.MM_Reward_Currency_Remnants_1_AH = 0x000000FC
,
MonsterManualDeedReward_ClaimType.MM_Reward_Currency_Remnants_3_M = 0x000000FD
,
MonsterManualDeedReward_ClaimType.MM_Reward_Currency_Remnants_1_AI = 0x000000FE
,
MonsterManualDeedReward_ClaimType.MM_Reward_Currency_Remnants_3_N = 0x000000FF
,
MonsterManualDeedReward_ClaimType.MM_Reward_Currency_Remnants_1_AJ = 0x00000100
,
MonsterManualDeedReward_ClaimType.MM_Reward_Currency_Remnants_3_O = 0x00000101
,
MonsterManualDeedReward_ClaimType.MM_Reward_Pet_HellHound = 0x00000102
,
MonsterManualDeedReward_ClaimType._2016_Birthday_Gift = 0x00000104
,
MonsterManualDeedReward_ClaimType.MM_Reward_Pet_Bear = 0x00000105
,
MonsterManualDeedReward_ClaimType._2017_Birthday_Gift_BtC = 0x00000106
,
MonsterManualDeedReward_ClaimType._2017_Birthday_Gift_BtA = 0x00000108
,
MonsterManualDeedReward_ClaimType.Ravenloft_Collectors = 0x0000010D
,
MonsterManualDeedReward_ClaimType.Ravenloft_Ultimate = 0x0000010E
,
MonsterManualDeedReward_ClaimType.Ravenloft_Ultimate_Racial_AP_Tome = 0x00000110
,
MonsterManualDeedReward_ClaimType.Ravenloft_Ultimate_Bottle_Of_Mist = 0x00000113
,
MonsterManualDeedReward_ClaimType._2018_Birthday_Gift = 0x00000114
,
MonsterManualDeedReward_ClaimType.Plume_Upgrade_Sentient_XP_Jewels = 0x00000115
,
MonsterManualDeedReward_ClaimType.Plume_Upgrade_Crown_Of_Wave = 0x00000116
,
MonsterManualDeedReward_ClaimType.Plume_Upgrade_Crest_Of_Wave = 0x00000117
,
MonsterManualDeedReward_ClaimType.Plume_Upgrade_Cosmetic_Pet_Token_Crab = 0x00000118
,
MonsterManualDeedReward_ClaimType.Plume_Upgrade_Sentient_XP_Jewels_2 = 0x00000119
,
MonsterManualDeedReward_ClaimType.Plume_Upgrade_Sentient_XP_Jewels_3 = 0x0000011A
,
MonsterManualDeedReward_ClaimType.Plume_Upgrade_Sentient_XP_Jewels_4 = 0x0000011B
,
MonsterManualDeedReward_ClaimType.Plume_Upgrade_Sentient_XP_Jewels_5 = 0x0000011C
,
MonsterManualDeedReward_ClaimType.Plume_Upgrade_Cloak_Of_Wave = 0x0000011D
,
MonsterManualDeedReward_ClaimType.VIP_2020_Dragonarmor = 0x0000011E
,
MonsterManualDeedReward_ClaimType.Permadeath_Season_1_Pet = 0x0000011F
,
MonsterManualDeedReward_ClaimType.Sharn_Ultimate_Universal_AP_Tome = 0x00000120
,
MonsterManualDeedReward_ClaimType.Sharn_Ultimate = 0x00000121
,
MonsterManualDeedReward_ClaimType.Sharn_Collectors = 0x00000122
,
MonsterManualDeedReward_ClaimType.Sharn_Ultimate_Augment_Bag = 0x00000123
,
MonsterManualDeedReward_ClaimType.Sharn_Ultimate_TeleportItem = 0x00000124
,
MonsterManualDeedReward_ClaimType.Permadeath_Season_1_Cloak_1 = 0x00000125
,
MonsterManualDeedReward_ClaimType.Permadeath_Season_1_Cloak_2 = 0x00000126
,
MonsterManualDeedReward_ClaimType.Classic_Keep_Upsell_Mount = 0x00000127
,
MonsterManualDeedReward_ClaimType.Feywild_Collectors = 0x00000128
,
MonsterManualDeedReward_ClaimType.Feywild_Ultimate = 0x00000129
,
MonsterManualDeedReward_ClaimType.Feywild_Ultimate_Hireling_30 = 0x0000012A
,
MonsterManualDeedReward_ClaimType.Feywild_Ultimate_TeleportItem = 0x0000012B
,
MonsterManualDeedReward_ClaimType.Feywild_Collectors_Hireling_5 = 0x0000012C
,
MonsterManualDeedReward_ClaimType.Feywild_Ultimate_Hireling_5 = 0x0000012D
,
MonsterManualDeedReward_ClaimType.MM_Reward_Currency_Remnants_3_Vol8_C = 0x0000012E
,
MonsterManualDeedReward_ClaimType.MM_Reward_Currency_Remnants_1_Vol10_D = 0x0000012F
,
MonsterManualDeedReward_ClaimType.MM_Reward_Currency_Remnants_3_Vol8_D = 0x00000130
,
MonsterManualDeedReward_ClaimType.MM_Reward_Currency_Remnants_1_Vol10_E = 0x00000131
,
MonsterManualDeedReward_ClaimType.MM_Reward_Pet_Sealion = 0x00000132
,
MonsterManualDeedReward_ClaimType.MM_Reward_Pet_Hyena = 0x00000133
,
MonsterManualDeedReward_ClaimType.MM_Reward_Currency_Remnants_3_Vol10_A = 0x00000134
,
MonsterManualDeedReward_ClaimType.MM_Reward_Currency_Remnants_3_Vol8_E = 0x00000135
,
MonsterManualDeedReward_ClaimType.MM_Reward_Currency_Remnants_1_Vol10_F = 0x00000136
,
MonsterManualDeedReward_ClaimType.MM_Reward_Currency_Remnants_1_Vol8_A = 0x00000137
,
MonsterManualDeedReward_ClaimType.MM_Reward_Currency_Remnants_3_Vol10_B = 0x00000138
,
MonsterManualDeedReward_ClaimType.MM_Reward_Currency_Remnants_3_Vol8_F = 0x00000139
,
MonsterManualDeedReward_ClaimType.MM_Reward_Currency_Remnants_1_Vol10_G = 0x0000013A
,
MonsterManualDeedReward_ClaimType.MM_Reward_Currency_Remnants_1_Vol8_B = 0x0000013B
,
MonsterManualDeedReward_ClaimType.MM_Reward_Currency_Remnants_3_Vol10_C = 0x0000013C
,
MonsterManualDeedReward_ClaimType.MM_Reward_Currency_Remnants_3_Vol8_G = 0x0000013D
,
MonsterManualDeedReward_ClaimType.MM_Reward_Currency_Remnants_1_Vol10_H = 0x0000013E
,
MonsterManualDeedReward_ClaimType.MM_Reward_Currency_Remnants_1_Vol8_C = 0x0000013F
,
MonsterManualDeedReward_ClaimType.MM_Reward_Currency_Remnants_3_Vol10_D = 0x00000140
,
MonsterManualDeedReward_ClaimType.MM_Reward_Currency_Remnants_3_Vol8_H = 0x00000141
,
MonsterManualDeedReward_ClaimType.MM_Reward_Currency_Remnants_1_Vol10_I = 0x00000142
,
MonsterManualDeedReward_ClaimType.MM_Reward_Currency_Remnants_1_Vol8_D = 0x00000143
,
MonsterManualDeedReward_ClaimType.MM_Reward_Currency_Remnants_3_Vol10_E = 0x00000144
,
MonsterManualDeedReward_ClaimType.MM_Reward_Currency_Remnants_3_Vol8_I = 0x00000145
,
MonsterManualDeedReward_ClaimType.MM_Reward_Currency_Remnants_1_Vol10_J = 0x00000146
,
MonsterManualDeedReward_ClaimType.MM_Reward_Currency_Remnants_1_Vol8_E = 0x00000147
,
MonsterManualDeedReward_ClaimType.MM_Reward_Currency_Remnants_3_Vol10_F = 0x00000148
,
MonsterManualDeedReward_ClaimType.MM_Reward_Currency_Remnants_3_Vol9_A = 0x00000149
,
MonsterManualDeedReward_ClaimType.MM_Reward_Currency_Remnants_3_Vol8_J = 0x0000014A
,
MonsterManualDeedReward_ClaimType.MM_Reward_Currency_Remnants_1_Vol8_F = 0x0000014B
,
MonsterManualDeedReward_ClaimType.MM_Reward_Currency_Remnants_3_Vol10_G = 0x0000014C
,
MonsterManualDeedReward_ClaimType.MM_Reward_Currency_Remnants_3_Vol9_B = 0x0000014D
,
MonsterManualDeedReward_ClaimType.MM_Reward_Currency_Remnants_1_Vol8_G = 0x0000014E
,
MonsterManualDeedReward_ClaimType.MM_Reward_Currency_Remnants_3_Vol10_H = 0x0000014F
,
MonsterManualDeedReward_ClaimType.MM_Reward_Currency_Remnants_3_Vol9_C = 0x00000150
,
MonsterManualDeedReward_ClaimType.MM_Reward_Currency_Remnants_1_Vol8_H = 0x00000151
,
MonsterManualDeedReward_ClaimType.MM_Reward_Currency_Remnants_3_Vol10_I = 0x00000152
,
MonsterManualDeedReward_ClaimType.MM_Reward_Currency_Remnants_3_Vol9_D = 0x00000153
,
MonsterManualDeedReward_ClaimType.MM_Reward_Currency_Remnants_1_Vol8_I = 0x00000154
,
MonsterManualDeedReward_ClaimType.MM_Reward_Currency_Remnants_3_Vol10_J = 0x00000155
,
MonsterManualDeedReward_ClaimType.MM_Reward_Currency_Remnants_3_Vol9_E = 0x00000156
,
MonsterManualDeedReward_ClaimType.MM_Reward_Currency_Remnants_1_Vol9_A = 0x00000157
,
MonsterManualDeedReward_ClaimType.MM_Reward_Currency_Remnants_1_Vol8_J = 0x00000158
,
MonsterManualDeedReward_ClaimType.MM_Reward_Currency_Remnants_3_Vol9_F = 0x00000159
,
MonsterManualDeedReward_ClaimType.MM_Reward_Currency_Remnants_1_Vol9_B = 0x0000015A
,
MonsterManualDeedReward_ClaimType.MM_Reward_Pet_LivingSpell = 0x0000015B
,
MonsterManualDeedReward_ClaimType.MM_Reward_Currency_Remnants_3_Vol9_G = 0x0000015C
,
MonsterManualDeedReward_ClaimType.MM_Reward_Currency_Remnants_1_Vol9_C = 0x0000015D
,
MonsterManualDeedReward_ClaimType.MM_Reward_Currency_Remnants_3_Vol9_H = 0x0000015E
,
MonsterManualDeedReward_ClaimType.MM_Reward_Currency_Remnants_1_Vol9_D = 0x0000015F
,
MonsterManualDeedReward_ClaimType.MM_Reward_Currency_Remnants_3_Vol9_I = 0x00000160
,
MonsterManualDeedReward_ClaimType.MM_Reward_Currency_Remnants_1_Vol9_E = 0x00000161
,
MonsterManualDeedReward_ClaimType.MM_Reward_Currency_Remnants_3_Vol9_J = 0x00000162
,
MonsterManualDeedReward_ClaimType.MM_Reward_Currency_Remnants_1_Vol9_F = 0x00000163
,
MonsterManualDeedReward_ClaimType.MM_Reward_Currency_Remnants_1_Vol9_G = 0x00000164
,
MonsterManualDeedReward_ClaimType.MM_Reward_Currency_Remnants_1_Vol9_H = 0x00000165
,
MonsterManualDeedReward_ClaimType.MM_Reward_Currency_Remnants_1_Vol9_I = 0x00000166
,
MonsterManualDeedReward_ClaimType.MM_Reward_Currency_Remnants_1_Vol10_A = 0x00000167
,
MonsterManualDeedReward_ClaimType.MM_Reward_Currency_Remnants_1_Vol9_J = 0x00000168
,
MonsterManualDeedReward_ClaimType.MM_Reward_Currency_Remnants_3_Vol8_A = 0x00000169
,
MonsterManualDeedReward_ClaimType.MM_Reward_Currency_Remnants_1_Vol10_B = 0x0000016A
,
MonsterManualDeedReward_ClaimType.MM_Reward_Currency_Remnants_3_Vol8_B = 0x0000016B
,
MonsterManualDeedReward_ClaimType.MM_Reward_Currency_Remnants_1_Vol10_C = 0x0000016C
,
MonsterManualDeedReward_ClaimType.Starter_Bundle_DBG_XPelixir = 0x0000016D
,
MonsterManualDeedReward_ClaimType.Starter_Bundle_DBG_Hireling = 0x0000016E
,
MonsterManualDeedReward_ClaimType._15AnniversaryCloakGift = 0x0000016F
,
MonsterManualDeedReward_ClaimType.Classic_Keep_Upsell_Bag = 0x00000170
,
MonsterManualDeedReward_ClaimType.Destiny_Tome = 0x00000171
,
MonsterManualDeedReward_ClaimType.Destiny_Revamp_Cloak = 0x00000172
,
MonsterManualDeedReward_ClaimType.Destiny_Tome_Feywild = 0x00000173
,
MonsterManualDeedReward_ClaimType.Destiny_Tome_Motu = 0x00000174
,
MonsterManualDeedReward_ClaimType.Destiny_Tome_Saltmarsh = 0x00000175
,
MonsterManualDeedReward_ClaimType.Destiny_Tome_Catchup = 0x00000176
,
MonsterManualDeedReward_ClaimType.Destiny_Tome_Destinies = 0x00000177
,
MonsterManualDeedReward_ClaimType.EDTome_Catchup = 0x00000178
,
MonsterManualDeedReward_ClaimType.EDTome_Motu = 0x00000179
,
MonsterManualDeedReward_ClaimType.EDTome_Base = 0x0000017A
,
MonsterManualDeedReward_ClaimType.EDTome_Feywild = 0x0000017B
,
MonsterManualDeedReward_ClaimType.EDTome_Saltmarsh = 0x0000017C
,
MonsterManualDeedReward_ClaimType.Starter_Bundle_DBG_Hireling2 = 0x0000017D
,
MonsterManualDeedReward_ClaimType.Starter_Bundle_DBG_XPelixir2 = 0x0000017E
,
MonsterManualDeedReward_ClaimType.Sharn_Ultimate_Pet = 0x0000017F
,
MonsterManualDeedReward_ClaimType.Sharn_Collectors_Pet = 0x00000180
,
MonsterManualDeedReward_ClaimType.Sharn_Ultimate_Pet2 = 0x00000181
,
MonsterManualDeedReward_ClaimType.Morgrave_Ultimate_Pet1 = 0x00000182
,
MonsterManualDeedReward_ClaimType.Morgrave_Ultimate_Pet2 = 0x00000183
,
MonsterManualDeedReward_ClaimType.Morgrave_Collectors_Mount = 0x00000184
,
MonsterManualDeedReward_ClaimType.Morgrave_Collectors_Pet = 0x00000185
,
MonsterManualDeedReward_ClaimType.Morgrave_Ultimate_Mount1 = 0x00000186
,
MonsterManualDeedReward_ClaimType.Morgrave_Ultimate_Mount2 = 0x00000187
,
MonsterManualDeedReward_ClaimType.supporterpack_underdark_superior_pet = 0x00000188
,
MonsterManualDeedReward_ClaimType.supporterpack_underdark_greater_pet = 0x00000189
,
MonsterManualDeedReward_ClaimType.supporterpack_underdark_standard_pet = 0x0000018A
,
MonsterManualDeedReward_ClaimType.supporterpack_underdark_superior_mount = 0x0000018B
,
MonsterManualDeedReward_ClaimType.supporterpack_mechanized_standard_pet = 0x0000018C
,
MonsterManualDeedReward_ClaimType.supporterpack_mechanized_superior_mount = 0x0000018D
,
MonsterManualDeedReward_ClaimType.supporterpack_mechanized_superior_pet = 0x0000018E
,
MonsterManualDeedReward_ClaimType.supporterpack_mechanized_greater_pet = 0x0000018F
,
MonsterManualDeedReward_ClaimType.supporterpack_astral_greater_pet = 0x00000190
,
MonsterManualDeedReward_ClaimType.supporterpack_astral_superior_mount = 0x00000191
,
MonsterManualDeedReward_ClaimType.supporterpack_astral_standard_pet = 0x00000192
,
MonsterManualDeedReward_ClaimType.supporterpack_astral_superior_pet = 0x00000193
} |
|
|
|
enum | MonsterManualEntry : uint {
MonsterManualEntry.Undef = 0x00000000
,
MonsterManualEntry.Skeleton = 0x00000001
,
MonsterManualEntry.Sahuagin = 0x00000002
,
MonsterManualEntry.Minotaur = 0x00000003
,
MonsterManualEntry.Spider = 0x00000004
,
MonsterManualEntry.Human = 0x00000005
,
MonsterManualEntry.Wolf = 0x00000006
,
MonsterManualEntry.Rat = 0x00000007
,
MonsterManualEntry.Troll = 0x00000008
,
MonsterManualEntry.Warforged = 0x00000009
,
MonsterManualEntry.Elf = 0x0000000A
,
MonsterManualEntry.Kobold = 0x0000000B
,
MonsterManualEntry.Zombie = 0x0000000C
,
MonsterManualEntry.FireElemental = 0x0000000F
,
MonsterManualEntry.Bat = 0x00000010
,
MonsterManualEntry.Gargoyle = 0x00000012
,
MonsterManualEntry.Bugbear = 0x00000014
,
MonsterManualEntry.Dog = 0x00000016
,
MonsterManualEntry.EarthElemental = 0x00000017
,
MonsterManualEntry.Dwarf = 0x00000018
,
MonsterManualEntry.AirElemental = 0x00000019
,
MonsterManualEntry.Lion = 0x0000001A
,
MonsterManualEntry.WaterElemental = 0x0000001B
,
MonsterManualEntry.Ooze = 0x0000001C
,
MonsterManualEntry.HellHound = 0x0000001D
,
MonsterManualEntry.Scorpion = 0x0000001E
,
MonsterManualEntry.Wight = 0x0000001F
,
MonsterManualEntry.Hobgoblin = 0x00000020
,
MonsterManualEntry.RustMonster = 0x00000021
,
MonsterManualEntry.Halfling = 0x00000022
,
MonsterManualEntry.Ogre = 0x00000023
,
MonsterManualEntry.Troglodyte = 0x00000024
,
MonsterManualEntry.Ghoul = 0x00000025
,
MonsterManualEntry.Mephit = 0x00000026
,
MonsterManualEntry.Wraith = 0x00000027
,
MonsterManualEntry.FrostGiant = 0x00000028
,
MonsterManualEntry.Orc = 0x00000029
,
MonsterManualEntry.Mummy = 0x0000002A
,
MonsterManualEntry.FleshGolem = 0x0000002B
,
MonsterManualEntry.Wildman = 0x0000002C
,
MonsterManualEntry.FiendishLion = 0x0000002D
,
MonsterManualEntry.Abishai = 0x0000002E
,
MonsterManualEntry.Mimic = 0x0000002F
,
MonsterManualEntry.Shadow = 0x00000030
,
MonsterManualEntry.IronDefender = 0x00000031
,
MonsterManualEntry.Efreet = 0x00000032
,
MonsterManualEntry.MindFlayer = 0x00000033
,
MonsterManualEntry.HillGiant = 0x00000034
,
MonsterManualEntry.Beholder = 0x00000035
,
MonsterManualEntry.FleshRender = 0x00000036
,
MonsterManualEntry.Ghast = 0x00000037
,
MonsterManualEntry.Scorrow = 0x00000038
,
MonsterManualEntry.Gnoll = 0x00000039
,
MonsterManualEntry.BeardedDevil = 0x0000003A
,
MonsterManualEntry.Giant = 0x0000003B
,
MonsterManualEntry.HellCat = 0x0000003C
,
MonsterManualEntry.Dretch = 0x0000003D
,
MonsterManualEntry.ClayGolem = 0x0000003E
,
MonsterManualEntry.StoneGolem = 0x0000003F
,
MonsterManualEntry.MonstrousPlant = 0x00000040
,
MonsterManualEntry.IronGolem = 0x00000041
,
MonsterManualEntry.WarforgedTitan = 0x00000042
,
MonsterManualEntry.IceFlenser = 0x00000043
,
MonsterManualEntry.Drider = 0x00000044
,
MonsterManualEntry.Bear = 0x00000045
,
MonsterManualEntry.Werewolf = 0x00000046
,
MonsterManualEntry.Orthon = 0x00000047
,
MonsterManualEntry.Succubus = 0x00000048
,
MonsterManualEntry.Rakshasa = 0x00000049
,
MonsterManualEntry.YuanTi = 0x0000004A
,
MonsterManualEntry.Mudman = 0x0000004B
,
MonsterManualEntry.Hezrou = 0x0000004C
,
MonsterManualEntry.Draegloth = 0x0000004D
,
MonsterManualEntry.Lich = 0x0000004E
,
MonsterManualEntry.Glabrezu = 0x0000004F
,
MonsterManualEntry.PurpleWorm = 0x00000050
,
MonsterManualEntry.Dragon = 0x00000051
,
MonsterManualEntry.HornedDevil = 0x00000052
,
MonsterManualEntry.Quori = 0x00000053
,
MonsterManualEntry.Tiefling = 0x00000054
,
MonsterManualEntry.Drow = 0x00000055
,
MonsterManualEntry.Yugoloth = 0x00000056
,
MonsterManualEntry.Owlbear = 0x00000057
,
MonsterManualEntry.Hyena = 0x00000058
,
MonsterManualEntry.FireReaver = 0x00000059
,
MonsterManualEntry.Harpy = 0x0000005A
,
MonsterManualEntry.FireGiant = 0x0000005B
,
MonsterManualEntry.Eladrin = 0x0000005C
,
MonsterManualEntry.Crab = 0x0000005D
,
MonsterManualEntry.Quell = 0x0000005E
,
MonsterManualEntry.OrbConstruct = 0x0000005F
,
MonsterManualEntry.Raven = 0x00000060
,
MonsterManualEntry.Marilith = 0x00000061
,
MonsterManualEntry.AnimatedObject = 0x00000062
,
MonsterManualEntry.Gnome = 0x00000063
,
MonsterManualEntry.ForgeWraith = 0x00000064
,
MonsterManualEntry.Satyr = 0x00000065
,
MonsterManualEntry.Crayfish = 0x00000066
,
MonsterManualEntry.Goblin = 0x00000067
,
MonsterManualEntry.Salamander = 0x00000068
,
MonsterManualEntry.Sealion = 0x00000069
,
MonsterManualEntry.Griffon = 0x0000006A
,
MonsterManualEntry.Slaad = 0x0000006B
,
MonsterManualEntry.Fomorian = 0x0000006C
,
MonsterManualEntry.Wheep = 0x0000006D
,
MonsterManualEntry.Scarecrow = 0x0000006E
,
MonsterManualEntry.LivingSpell = 0x0000006F
,
MonsterManualEntry.MagefireCannon = 0x00000070
} |
|
|
|
enum | MonsterManualPageUnlockID : uint {
MonsterManualPageUnlockID.Undef = 0x00000000
,
MonsterManualPageUnlockID.NormalLoreText = 0x00000001
,
MonsterManualPageUnlockID.FullLoreText = 0x00000002
,
MonsterManualPageUnlockID.FullMonsterImage = 0x00000003
,
MonsterManualPageUnlockID.NormalMonsterAttributeText = 0x00000004
,
MonsterManualPageUnlockID.FullMonsterAttributeText = 0x00000005
,
MonsterManualPageUnlockID.MinimumMonsterAttributeText = 0x00000006
,
MonsterManualPageUnlockID.MinimumLoreText = 0x00000007
,
MonsterManualPageUnlockID.PreviewMonsterImage = 0x00000008
} |
|
|
|
enum | MonsterManualVolume : uint {
MonsterManualVolume.Undef = 0x00000000
,
MonsterManualVolume.Starter = 0x00000001
,
MonsterManualVolume.mm_vol_vol1 = 0x00000002
,
MonsterManualVolume.mm_vol_vol2 = 0x00000003
,
MonsterManualVolume.mm_vol_vol3 = 0x00000004
,
MonsterManualVolume.mm_vol_vol4 = 0x00000005
,
MonsterManualVolume.mm_vol_vol5 = 0x00000006
,
MonsterManualVolume.mm_vol_vol6 = 0x00000007
,
MonsterManualVolume.mm_vol_vol7 = 0x00000008
,
MonsterManualVolume.mm_vol_vol8 = 0x00000009
,
MonsterManualVolume.mm_vol_vol9 = 0x0000000A
,
MonsterManualVolume.mm_vol_vol10 = 0x0000000B
} |
|
|
|
enum | MostRecentAlchemistSpellColor : uint {
MostRecentAlchemistSpellColor.Undef = 0x00000000
,
MostRecentAlchemistSpellColor.Gildleaf = 0x00000001
,
MostRecentAlchemistSpellColor.Ceruleite = 0x00000002
,
MostRecentAlchemistSpellColor.Crimsonite = 0x00000003
} |
|
|
|
enum | Mount_Type : uint {
Mount_Type.Undef = 0x00000000
,
Mount_Type.Horse_Basic = 0x00000001
,
Mount_Type.Horse_Black = 0x00000002
,
Mount_Type.Horse_White = 0x00000003
,
Mount_Type.Horse_Bay = 0x00000004
,
Mount_Type.Horse_Sorrel = 0x00000005
,
Mount_Type.Horse_Buckskin = 0x00000006
,
Mount_Type.Horse_Palomino = 0x00000007
,
Mount_Type.Horse_War_Duke = 0x00000008
,
Mount_Type.Horse_Dun = 0x00000009
,
Mount_Type.Nightmare_Base = 0x0000000A
,
Mount_Type.Nightmare_Hardcore_Season_2 = 0x0000000B
,
Mount_Type.Unicorn_Base = 0x0000000C
,
Mount_Type.Nightmare_Bone_Devil_Armor = 0x0000000D
,
Mount_Type.Unicorn_Black_Base = 0x0000000E
,
Mount_Type.Horse_Hardcore_Season_3 = 0x0000000F
,
Mount_Type.Phantom_Steed_Base = 0x00000010
,
Mount_Type.Unicorn_Armored_U48 = 0x00000011
,
Mount_Type.Unicorn_Black_Armored_U48 = 0x00000012
,
Mount_Type.Horse_Hardcore_Season_4 = 0x00000013
,
Mount_Type.Horse_Saltmarsh_Pirate_U50 = 0x00000014
,
Mount_Type.Horse_Saltmarsh_Lizardfolk_U50 = 0x00000015
,
Mount_Type.Horse_Saltmarsh_Pirate_U50_Brown = 0x00000016
,
Mount_Type.Horse_Hardcore_Season_5 = 0x00000017
,
Mount_Type.Horse_Hardcore_Season_6 = 0x00000018
,
Mount_Type.Sabertooth_Dread_Preorder_1 = 0x00000019
,
Mount_Type.Raptor_Dread_Preorder_1 = 0x0000001A
,
Mount_Type.Sabertooth_Basic_1 = 0x0000001B
,
Mount_Type.Raptor_Basic_1 = 0x0000001C
,
Mount_Type.Raptor_Dread_Preorder_2 = 0x0000001D
,
Mount_Type.Raptor_Basic_2 = 0x0000001E
,
Mount_Type.Raptor_Basic_3 = 0x0000001F
,
Mount_Type.Raptor_Basic_4 = 0x00000020
,
Mount_Type.Horse_Deathknight_A_Halloween = 0x00000021
,
Mount_Type.Horse_Deathknight_A_Halloween_Green = 0x00000022
,
Mount_Type.Horse_Deathknight_A_Halloween_Purple = 0x00000023
,
Mount_Type.Horse_Deathknight_A_Halloween_Red = 0x00000024
,
Mount_Type.Horse_Deathknight_A_Halloween_Yellow = 0x00000025
,
Mount_Type.Sabertooth_Panther_SupporterPack_Drow = 0x00000026
,
Mount_Type.Horse_Warforge_U60 = 0x00000027
,
Mount_Type.Horse_Vecna_U60 = 0x00000028
,
Mount_Type.Horse_Collectors_U60 = 0x00000029
,
Mount_Type.Surf_Basic = 0x0000002A
,
Mount_Type.Surf_VIP_Cloud = 0x0000002B
,
Mount_Type.Surf_Bed = 0x0000002C
,
Mount_Type.Drake_YearofDragon2024 = 0x0000002D
,
Mount_Type.Drake_SupporterPack2024 = 0x0000002E
,
Mount_Type.Surf_Carpet = 0x0000002F
} |
|
|
|
enum | Mounts_Types : uint {
Mounts_Types.Undef = 0x00000000
,
Mounts_Types.Horse = 0x00000001
} |
|
|
|
enum | Movement_Style : uint {
Movement_Style.Invalid = 0x00000000
,
Movement_Style.Walking = 0x00000001
,
Movement_Style.Running = 0x00000002
,
Movement_Style.Idle = 0x00000003
} |
|
|
|
enum | MoveToState : uint {
MoveToState.Invalid = 0x00000000
,
MoveToState.ProgressFailed = 0x00000001
,
MoveToState.CannotFindTarget = 0x00000002
,
MoveToState.Interrupted = 0x00000003
,
MoveToState.TooFarAway = 0x00000004
,
MoveToState.TimedOut = 0x00000005
,
MoveToState.UnexpectedFailure = 0x00000006
,
MoveToState.AcquiringTarget = 0x00000007
,
MoveToState.Unreachable = 0x00000008
,
MoveToState.Succeeded = 0x00000009
,
MoveToState.CannotMove = 0x0000000A
,
MoveToState.Moving = 0x0000000B
,
MoveToState.PathPlanningFailed = 0x0000000C
,
MoveToState.AdjustingHeading = 0x0000000D
,
MoveToState.AtLastSegmentNode = 0x0000000E
,
MoveToState.PathPlanning = 0x0000000F
,
MoveToState.Failed = 0x00000010
,
MoveToState.AtSegmentNode = 0x00000011
,
MoveToState.PreparingToMove = 0x00000012
,
MoveToState.Queueing = 0x00000013
,
MoveToState.Searching = 0x00000014
,
MoveToState.Normal = 0x00000015
,
MoveToState.Slowing = 0x00000016
,
MoveToState.Pushing = 0x00000017
,
MoveToState.Stuck = 0x00000018
,
MoveToState.LadderFailed = 0x00000019
,
MoveToState.JumpFailed = 0x0000001A
} |
|
|
|
enum | Music : uint {
Music.Undef = 0x00000000
,
Music.Music2D = 0x0A0000C2
,
Music.Music2DSW = 0x0A0000C3
,
Music.Music3D = 0x0A0000C4
,
Music.Music3DSW = 0x0A0000C5
,
Music.Sound2D = 0x0A0000C6
,
Music.Sound2DSW = 0x0A0000C7
,
Music.Sound3D = 0x0A0000C8
,
Music.Sound3DSW = 0x0A0000C9
,
Music.ui_hint_popup_01 = 0x2A000F34
} |
|
|
|
enum | NameRules : uint {
NameRules.Shanda = 0x10000001
,
NameRules.Codemasters = 0x10000002
,
NameRules.Sakura = 0x10000003
,
NameRules.Letsgame = 0x10000004
} |
|
|
|
enum | NPC_AnimationSet : uint {
NPC_AnimationSet.Invalid = 0x00000000
,
NPC_AnimationSet.Happy = 0x00000001
,
NPC_AnimationSet.Confident = 0x00000002
,
NPC_AnimationSet.Sad = 0x00000003
,
NPC_AnimationSet.Drunk = 0x00000004
,
NPC_AnimationSet.Heavy = 0x00000005
,
NPC_AnimationSet.Flute = 0x00000006
,
NPC_AnimationSet.Scared = 0x00000007
,
NPC_AnimationSet.Old = 0x00000008
,
NPC_AnimationSet.Graceful = 0x00000009
,
NPC_AnimationSet.Soldier = 0x0000000A
,
NPC_AnimationSet.Injured = 0x0000000B
,
NPC_AnimationSet.Angry = 0x00000011
,
NPC_AnimationSet.Neutral = 0x00000012
,
NPC_AnimationSet.Sneaky = 0x00000013
} |
|
|
|
enum | NPC_CurrentState : uint {
NPC_CurrentState.Invalid = 0x00000000
,
NPC_CurrentState.Working = 0x00000001
,
NPC_CurrentState.Waiting = 0x00000002
,
NPC_CurrentState.Patrolling = 0x00000003
,
NPC_CurrentState.Following = 0x00000004
} |
|
|
|
enum | NPC_EmoteType : uint {
NPC_EmoteType.Invalid = 0x00000000
,
NPC_EmoteType.Sit = 0x00000006
,
NPC_EmoteType.Stand_Id_Sad_A_Em_Cry_A = 0x00000016
,
NPC_EmoteType.Sit_Id_Drink_A_Em_Drink_A = 0x00000017
,
NPC_EmoteType.Stand_Id_Talk_Angry_A = 0x00000018
,
NPC_EmoteType.Stand_Id_Drunk_A_Em_Talk_Drunk_A = 0x00000019
,
NPC_EmoteType.Stand_Id_Drink_A = 0x0000001A
,
NPC_EmoteType.Sit_Id_Sad_A = 0x0000001B
,
NPC_EmoteType.Stand_Id_WindowClean_A = 0x0000001C
,
NPC_EmoteType.Stand_Id_Akimbo_A = 0x0000001D
,
NPC_EmoteType.Sit_Id_Angry_A = 0x0000001E
,
NPC_EmoteType.Stand_Id_A_Em_Talk_Angry_A = 0x0000001F
,
NPC_EmoteType.Stand_Id_A = 0x00000020
,
NPC_EmoteType.Stand_Id_Pray_A = 0x00000021
,
NPC_EmoteType.Stand_Id_Scared_A_Em_Alert_A = 0x00000022
,
NPC_EmoteType.Stand_Id_Scared_A = 0x00000023
,
NPC_EmoteType.Stand_Id_Sad_A = 0x00000024
,
NPC_EmoteType.Stand_Id_A_Em_WeightShift_A = 0x00000025
,
NPC_EmoteType.Sit_Id_A_Em_Talk_A = 0x00000026
,
NPC_EmoteType.Sit_Id_A_Em_Clap_A = 0x00000027
,
NPC_EmoteType.Sit_Id_Sleep_A = 0x00000028
,
NPC_EmoteType.Sit_Id_A = 0x00000029
,
NPC_EmoteType.Stand_Id_Talk_Drunk_A = 0x0000002A
,
NPC_EmoteType.Stand_Id_Happy_A = 0x0000002B
,
NPC_EmoteType.Stand_Id_A_Em_Salute_A = 0x0000002C
,
NPC_EmoteType.Stand_Id_Guard_A = 0x0000002D
,
NPC_EmoteType.Stand_Id_Guard_A_Em_Alert_A = 0x0000002E
,
NPC_EmoteType.Stand_Id_Happy_A_Em_Talk_Happy_A = 0x0000002F
,
NPC_EmoteType.Sit_Id_A_Em_Beckon_A = 0x00000030
,
NPC_EmoteType.Stand_Id_Lean_A = 0x00000031
,
NPC_EmoteType.Stand_Id_Cry_A = 0x00000032
,
NPC_EmoteType.Stand_Id_Talk_Happy_A = 0x00000033
,
NPC_EmoteType.Stand_Id_Sad_A_Em_Talk_Sad_A = 0x00000034
,
NPC_EmoteType.Stand_Id_ScholarRead_A = 0x00000035
,
NPC_EmoteType.Stand_Id_Nod_A = 0x00000036
,
NPC_EmoteType.Stand_Id_Drunk_B_Em_Talk_Drunk_A = 0x00000037
,
NPC_EmoteType.Stand_Id_CounterWipe_A = 0x00000038
,
NPC_EmoteType.Sit_Id_Happy_A = 0x00000039
,
NPC_EmoteType.Stand_Id_Guard_A_Em_Salute_A = 0x0000003A
,
NPC_EmoteType.Stand_Id_DrinkBar_A = 0x0000003B
,
NPC_EmoteType.Stand_Id_Drunk_A = 0x0000003C
,
NPC_EmoteType.Stand_Id_Drunk_B = 0x0000003D
,
NPC_EmoteType.Sit_Id_Drink_A = 0x0000003E
,
NPC_EmoteType.Stand_Id_BellyUp_A = 0x0000003F
,
NPC_EmoteType.Sit_Id_Clap_A = 0x00000040
,
NPC_EmoteType.Sit_Id_Talk_A = 0x00000041
,
NPC_EmoteType.Stand_Id_Talk_Sad_A = 0x00000042
,
NPC_EmoteType.Stand_Id_A_Em_Talk_Drunk_A = 0x00000043
,
NPC_EmoteType.Stand_Id_A_Em_Talk_Sad_A = 0x00000044
,
NPC_EmoteType.Stand_Id_A_Em_Talk_Happy_A = 0x00000045
,
NPC_EmoteType.Music_Sit_Id_Dumbek_A = 0x00000046
,
NPC_EmoteType.Music_Sit_Id_Dumbek_B = 0x00000047
,
NPC_EmoteType.Music_Sit_Id_Tabla_A = 0x00000048
,
NPC_EmoteType.Music_Sit_Id_Tabla_B = 0x00000049
,
NPC_EmoteType.Music_Sit_Id_Pungi_A = 0x0000004A
,
NPC_EmoteType.Music_Sit_Id_Bodhran_A = 0x0000004B
,
NPC_EmoteType.Music_Sit_Id_Sitar_A = 0x0000004C
,
NPC_EmoteType.Music_Sit_Id_Zhang_A = 0x0000004D
,
NPC_EmoteType.Music_Sit_Id_Bansuri_A = 0x0000004E
,
NPC_EmoteType.Music_Sit_Id_Zhang_B = 0x0000004F
,
NPC_EmoteType.Music_Sit_Id_Bansuri_B = 0x00000050
,
NPC_EmoteType.Music_Sit_Id_Sitar_B = 0x00000051
,
NPC_EmoteType.Stand_Id_Performer_A_Em_Action_A = 0x00000052
,
NPC_EmoteType.Stand_Id_Performer_A_Em_Action_B = 0x00000053
,
NPC_EmoteType.Stand_Id_Performer_A_Em_Action_A_B = 0x00000054
,
NPC_EmoteType.Sit_Id_B = 0x00000055
,
NPC_EmoteType.Sit_Id_C = 0x00000056
,
NPC_EmoteType.Sit_Id_D = 0x00000057
,
NPC_EmoteType.Sit_Id_E = 0x00000058
,
NPC_EmoteType.Stand_Id_B = 0x00000059
,
NPC_EmoteType.Stand_Id_C = 0x0000005A
,
NPC_EmoteType.Stand_Id_ArmsCrossed_A = 0x0000005B
,
NPC_EmoteType.Sit_Id_ArmsCrossed_A = 0x0000005C
,
NPC_EmoteType.Sit_Id_Floor_A = 0x0000005D
,
NPC_EmoteType.Sit_Id_Edge_B = 0x0000005E
,
NPC_EmoteType.Sit_Id_Fishing_A = 0x0000005F
,
NPC_EmoteType.Stand_Id_Fishing_A = 0x00000060
,
NPC_EmoteType.Sit_Id_Edge_A = 0x00000061
,
NPC_EmoteType.Stand_Id_Juggling_A = 0x00000064
,
NPC_EmoteType.LayDown_Id_PassedOut_A = 0x00000066
,
NPC_EmoteType.LayDown_Id_PassedOut_B = 0x00000067
,
NPC_EmoteType.LayDown_Id_PassedOut_C = 0x00000068
,
NPC_EmoteType.Stand_Id_Fishing_A_Em_Lookaround_A = 0x00000069
,
NPC_EmoteType.Sit_Id_Fishing_A_Em_Lookaround_A = 0x0000006A
,
NPC_EmoteType.Stand_Id_Fishing_A_Em_Pull_A = 0x0000006B
,
NPC_EmoteType.Sit_Id_Edge_B_Em_Lookaround_A = 0x0000006C
,
NPC_EmoteType.Sit_Id_Edge_A_Em_Rubnose_A = 0x0000006D
,
NPC_EmoteType.Sit_Id_Fishing_A_Em_Bitting_A = 0x0000006E
,
NPC_EmoteType.Kneel_Id_A_Em_Bow_A = 0x0000006F
,
NPC_EmoteType.Kneel_Id_A_Em_Bow_B = 0x00000070
,
NPC_EmoteType.Kneel_Id_A = 0x00000071
,
NPC_EmoteType.Sit_Id_Floor_Squat_A = 0x00000072
,
NPC_EmoteType.Sit_Id_Floor_Ready_A = 0x00000073
,
NPC_EmoteType.Sit_Id_Floor_Lounge_A = 0x00000074
,
NPC_EmoteType.Sit_Id_Floor_Kneel_A = 0x00000075
,
NPC_EmoteType.Stand_Id_A_Em_Talk_Angry_B = 0x00000076
,
NPC_EmoteType.Stand_Id_A_Em_Talk_Angry_C = 0x00000077
,
NPC_EmoteType.Stand_Id_Angry_Tense = 0x00000078
,
NPC_EmoteType.Stand_Id_Begging = 0x00000079
,
NPC_EmoteType.Stand_Id_DishWashing_A = 0x0000007A
,
NPC_EmoteType.Stand_Id_A_Em_Talk_Sneaky_A = 0x0000007B
,
NPC_EmoteType.Stand_Id_Impatient_A = 0x0000007C
,
NPC_EmoteType.Stand_Id_A_Em_Talk_Neutral_A = 0x0000007D
} |
|
|
|
enum | NPC_JobType : uint {
NPC_JobType.Invalid = 0x00000000
,
NPC_JobType.Pesant = 0x00000001
,
NPC_JobType.Citizen = 0x00000002
,
NPC_JobType.Warrior = 0x00000003
,
NPC_JobType.Bartender = 0x00000004
,
NPC_JobType.Scholar = 0x00000005
,
NPC_JobType.Blacksmith = 0x00000006
,
NPC_JobType.Musician = 0x00000007
,
NPC_JobType.Patron_Bar = 0x00000008
,
NPC_JobType.Vendor = 0x00000009
,
NPC_JobType.Quest_Rescue_Follower = 0x0000000A
,
NPC_JobType.TownCrier = 0x0000000B
,
NPC_JobType.Sweeper = 0x0000000C
,
NPC_JobType.Guard = 0x0000000F
} |
|
|
|
enum | NPC_MusicianInstrument : uint {
NPC_MusicianInstrument.Invalid = 0x00000000
,
NPC_MusicianInstrument.Zhang = 0x00000001
,
NPC_MusicianInstrument.Dumbek = 0x00000002
,
NPC_MusicianInstrument.Bonsuri = 0x00000003
,
NPC_MusicianInstrument.Bodhran = 0x00000004
,
NPC_MusicianInstrument.Pungi = 0x00000005
,
NPC_MusicianInstrument.Sitar = 0x00000006
,
NPC_MusicianInstrument.Tabla = 0x00000007
} |
|
|
|
enum | NPC_SupportType : uint {
NPC_SupportType.Invalid = 0x00000000
,
NPC_SupportType.Buff = 0x00000001
,
NPC_SupportType.Heal = 0x00000002
,
NPC_SupportType.TakeMyTarget = 0x00000003
} |
|
|
|
enum | NPC_Type : uint {
NPC_Type.Invalid = 0x00000000
,
NPC_Type.Townie = 0x00000001
,
NPC_Type.Monster = 0x00000002
,
NPC_Type.NPC_MonsterTarget = 0x00000003
} |
|
|
|
enum | NpcRuneArmType : uint {
NpcRuneArmType.Invalid = 0x00000000
,
NpcRuneArmType.NPC_RuneArm_A = 0x00000001
,
NpcRuneArmType.NPC_RuneArm_B = 0x00000002
,
NpcRuneArmType.NPC_RuneArm_C = 0x00000003
} |
|
|
|
enum | NpcSize : uint {
NpcSize.Invalid = 0x00000000
,
NpcSize.Medium = 0x00000001
,
NpcSize.Small = 0x00000002
,
NpcSize.Large = 0x00000003
} |
|
|
|
enum | ObjectTypes : uint {
ObjectTypes.Invalid = 0x00000000
,
ObjectTypes.AttackableNPC = 0x00000001
,
ObjectTypes.NPC = 0x00000002
,
ObjectTypes.NPC_AttackableNPC = 0x00000004
,
ObjectTypes.Monster = 0x00000005
,
ObjectTypes.Player_Monster = 0x00000006
,
ObjectTypes.Player_Monster_AttackableNPC = 0x00000007
,
ObjectTypes.Player = 0x00000008
,
ObjectTypes.Player_Monster_AttackableNPC_NPC = 0x00000009
,
ObjectTypes.Player_DeadOrAlive = 0x0000000A
,
ObjectTypes.Player_Dead = 0x0000000B
,
ObjectTypes.Player_Defender = 0x0000000D
,
ObjectTypes.AllObjects = 0x0000000E
,
ObjectTypes.Player_NoHirelings = 0x0000000F
,
ObjectTypes.Hirelings = 0x00000010
,
ObjectTypes.Hirelings_NoPets = 0x00000011
,
ObjectTypes.Player_NoPets = 0x00000012
,
ObjectTypes.Monster_FlaggedForMonitor = 0x00000016
} |
|
|
|
enum | Option_FocusOrbState : uint {
Option_FocusOrbState.Undef = 0x00000000
,
Option_FocusOrbState.ShowField = 0x00000004
,
Option_FocusOrbState.ShowOrbAndFieldOldSchool = 0x00000005
,
Option_FocusOrbState.ShowOrbAndField = 0x00000006
} |
|
|
|
enum | Option_XPBarState : uint {
Option_XPBarState.Undef = 0x00000000
,
Option_XPBarState.XPAndEpicDestinyBarShown = 0x00000006
,
Option_XPBarState.XPBarShown = 0x00000007
,
Option_XPBarState.EpicDestinyBarShown = 0x00000008
,
Option_XPBarState.LegendaryXPBarShown = 0x0000000A
,
Option_XPBarState.LevelXPBarShown = 0x0000000B
} |
|
|
|
enum | OptionConstraints : uint {
OptionConstraints.Invalid = 0x00000000
,
OptionConstraints.OnlyHuman = 0x00000001
,
OptionConstraints.OnlyDwarf = 0x00000002
,
OptionConstraints.OnlyElf = 0x00000003
,
OptionConstraints.OnlyWarforged = 0x00000004
,
OptionConstraints.OnlyHalfling = 0x00000005
,
OptionConstraints.OnlyHalfElf = 0x00000006
,
OptionConstraints.OnlyHalfOrc = 0x00000007
,
OptionConstraints.OnlyGnome = 0x00000008
,
OptionConstraints.OnlyDragonborn = 0x00000009
,
OptionConstraints.OnlyAasimar = 0x0000000A
,
OptionConstraints.OnlyBladeforged = 0x0000000B
,
OptionConstraints.OnlyMorninglord = 0x0000000C
,
OptionConstraints.OnlyShadarkai = 0x0000000D
,
OptionConstraints.OnlyPurpleDragonKnight = 0x0000000E
,
OptionConstraints.OnlyDeepGnome = 0x0000000F
,
OptionConstraints.OnlyAasimarScourge = 0x00000010
,
OptionConstraints.OnlyWildElf = 0x00000011
,
OptionConstraints.OnlyTiefling = 0x00000012
,
OptionConstraints.OnlyTieflingScoundrel = 0x00000013
,
OptionConstraints.NotHuman = 0x00000014
,
OptionConstraints.NotDwarf = 0x00000015
,
OptionConstraints.NotElf = 0x00000016
,
OptionConstraints.NotWarforged = 0x00000017
,
OptionConstraints.NotHalfling = 0x00000018
,
OptionConstraints.NotHalfElf = 0x00000019
,
OptionConstraints.NotHalfOrc = 0x0000001A
,
OptionConstraints.NotGnome = 0x0000001B
,
OptionConstraints.NotDragonborn = 0x0000001C
,
OptionConstraints.NotAasimar = 0x0000001D
,
OptionConstraints.NotBladeforged = 0x0000001E
,
OptionConstraints.NotMorninglord = 0x0000001F
,
OptionConstraints.NotShadarkai = 0x00000020
,
OptionConstraints.NotPurpleDragonKnight = 0x00000021
,
OptionConstraints.NotDeepGnome = 0x00000022
,
OptionConstraints.NotAasimarScourge = 0x00000023
,
OptionConstraints.NotWildElf = 0x00000024
,
OptionConstraints.OnlyFighter = 0x00000025
,
OptionConstraints.OnlyWizard = 0x00000026
,
OptionConstraints.OnlyRogue = 0x00000027
,
OptionConstraints.OnlyCleric = 0x00000028
,
OptionConstraints.OnlyPaladin = 0x00000029
,
OptionConstraints.OnlyRanger = 0x0000002A
,
OptionConstraints.OnlyBarbarian = 0x0000002B
,
OptionConstraints.OnlyBard = 0x0000002C
,
OptionConstraints.OnlySorcerer = 0x0000002D
,
OptionConstraints.OnlyArtificer = 0x0000002E
,
OptionConstraints.OnlyDruid = 0x0000002F
,
OptionConstraints.OnlyFavoredSoul = 0x00000030
,
OptionConstraints.OnlyMonk = 0x00000031
,
OptionConstraints.OnlyWarlock = 0x00000032
,
OptionConstraints.NotFighter = 0x00000033
,
OptionConstraints.NotWizard = 0x00000034
,
OptionConstraints.NotRogue = 0x00000035
,
OptionConstraints.NotCleric = 0x00000036
,
OptionConstraints.NotPaladin = 0x00000037
,
OptionConstraints.NotRanger = 0x00000038
,
OptionConstraints.NotBarbarian = 0x00000039
,
OptionConstraints.NotBard = 0x0000003A
,
OptionConstraints.NotSorcerer = 0x0000003B
,
OptionConstraints.NotArtificer = 0x0000003C
,
OptionConstraints.NotDruid = 0x0000003D
,
OptionConstraints.NotFavoredSoul = 0x0000003E
,
OptionConstraints.NotMonk = 0x0000003F
,
OptionConstraints.NotWarlock = 0x00000040
} |
|
|
|
enum | OptionConstraintsExtended : uint {
OptionConstraintsExtended.Invalid = 0x00000000
,
OptionConstraintsExtended.OnlyGood = 0x00000001
,
OptionConstraintsExtended.OnlyNeutral = 0x00000002
,
OptionConstraintsExtended.OnlyEvil = 0x00000003
,
OptionConstraintsExtended.OnlyLawful = 0x00000004
,
OptionConstraintsExtended.OnlyChaotic = 0x00000005
,
OptionConstraintsExtended.NotGood = 0x00000006
,
OptionConstraintsExtended.NotNeutral = 0x00000007
,
OptionConstraintsExtended.NotEvil = 0x00000008
,
OptionConstraintsExtended.NotLawful = 0x00000009
,
OptionConstraintsExtended.NotChaotic = 0x0000000A
,
OptionConstraintsExtended.OnlyMale = 0x0000000B
,
OptionConstraintsExtended.OnlyFemale = 0x0000000C
} |
|
|
|
enum | Orb_PedestalType : uint {
Orb_PedestalType.Light = 0x0000000A
,
Orb_PedestalType.Shadow = 0x0000000B
} |
|
|
|
enum | Orientation : uint { Orientation.Hook = 0x10000001
} |
|
|
|
enum | ParticleControllerType : uint {
ParticleControllerType.None = 0x00000001
,
ParticleControllerType.Physics = 0x00000002
,
ParticleControllerType.Parametric = 0x00000003
,
ParticleControllerType.AttractRepulse = 0x00000004
,
ParticleControllerType.PointFile = 0x00000005
,
ParticleControllerType.PointFileLerp = 0x00000006
} |
|
|
|
enum | ParticleEmitterShape : uint {
ParticleEmitterShape.Point = 0x00000001
,
ParticleEmitterShape.Quad = 0x00000002
,
ParticleEmitterShape.Disc = 0x00000003
,
ParticleEmitterShape.Sphere = 0x00000004
,
ParticleEmitterShape.Line = 0x00000005
} |
|
|
|
enum | ParticleScaleType : uint {
ParticleScaleType.Total = 0x00000001
,
ParticleScaleType.None = 0x00000003
,
ParticleScaleType.ModelChildScaleOnly = 0x00000004
,
ParticleScaleType.TotalExcludeChildScale = 0x00000005
} |
|
|
|
enum | ParticleShape : uint {
ParticleShape.Triangle = 0x00000001
,
ParticleShape.Quad = 0x00000002
} |
|
|
|
enum | PartyRestriction : uint {
PartyRestriction.Invalid = 0x00000000
,
PartyRestriction.NotAllowed = 0x0000000A
,
PartyRestriction.VillageFrozen = 0x00000014
,
PartyRestriction.VillageThawed = 0x0000001E
,
PartyRestriction.None = 0x00000028
} |
|
|
|
enum | Passability : uint {
Passability.Invalid = 0x00000000
,
Passability.Passable = 0x00000001
,
Passability.Impassable = 0x00000002
} |
|
|
|
enum | PathTraitType : uint {
PathTraitType.Undef = 0x00000000
,
PathTraitType.Bard_VirtuosooftheSword = 0x0000000D
,
PathTraitType.Rogue_DarkBlade = 0x0000000E
,
PathTraitType.Wizard_IngeniousSage = 0x0000000F
,
PathTraitType.Bard_Spellsinger = 0x00000010
,
PathTraitType.Cleric_FontofHealing = 0x00000011
,
PathTraitType.Fighter_WhirlwindFighter = 0x00000012
,
PathTraitType.Sorcerer_VoiceofPower = 0x00000013
,
PathTraitType.Ranger_DeepwoodSniper = 0x00000014
,
PathTraitType.Paladin_Truthbringer = 0x00000015
,
PathTraitType.Artificer_Mastermaker = 0x00000016
,
PathTraitType.Monk_HenshinMystic = 0x00000017
,
PathTraitType.FavoredSoul_DivineAvenger = 0x00000018
,
PathTraitType.Paladin_MightyProtector = 0x00000019
,
PathTraitType.Artificer_ArcaneMarksman = 0x0000001A
,
PathTraitType.Monk_NinjaSpy = 0x0000001B
,
PathTraitType.Barbarian_StormofKargon = 0x0000001C
,
PathTraitType.Ranger_ArcaneArcher = 0x0000001D
,
PathTraitType.FavoredSoul_BeaconofHope = 0x0000001E
,
PathTraitType.Fighter_StalwartSoldier = 0x0000001F
,
PathTraitType.Ranger_Tempest = 0x00000020
,
PathTraitType.Sorcerer_ArcaneCannon = 0x00000021
,
PathTraitType.FavoredSoul_AngelofVengeance = 0x00000022
,
PathTraitType.Wizard_Elementalist = 0x00000023
,
PathTraitType.Fighter_VanguardWarrior = 0x00000024
,
PathTraitType.Rogue_MasterMechanic = 0x00000025
,
PathTraitType.Monk_Shintao = 0x00000026
,
PathTraitType.Paladin_FlameofJustice = 0x00000027
,
PathTraitType.Barbarian_BastionoftheOutlands = 0x00000028
,
PathTraitType.Cleric_ScourgeoftheUndead = 0x00000029
,
PathTraitType.Barbarian_SavageoftheWild = 0x0000002A
,
PathTraitType.Wizard_Necromancer = 0x0000002B
,
PathTraitType.Artificer_RunicChampion = 0x0000002C
,
PathTraitType.Sorcerer_DynamicHand = 0x0000002D
,
PathTraitType.Bard_Warchanter = 0x0000002E
,
PathTraitType.Rogue_ThiefAcrobat = 0x0000002F
,
PathTraitType.Cleric_WarpriestofSiberys = 0x00000030
,
PathTraitType.Monk_TwoHeadedHeron = 0x00000031
,
PathTraitType.Monk_PathofShadow = 0x00000032
,
PathTraitType.Monk_PathofLight = 0x00000033
,
PathTraitType.Druid_NaturesWarrior = 0x00000034
,
PathTraitType.Druid_AspirantAdept = 0x00000035
,
PathTraitType.Druid_VerdantSeeker = 0x00000036
,
PathTraitType.Iconic_Bladeforged_Paladin = 0x00000037
,
PathTraitType.Iconic_Shadarkai_Rogue = 0x00000039
,
PathTraitType.Iconic_PurpleDragonKnight_Fighter = 0x0000003A
,
PathTraitType.Iconic_Morninglord_Cleric = 0x0000003B
,
PathTraitType.Iconic_Bladeforged_Paladin_Repair = 0x0000003C
,
PathTraitType.Warlock_Path1 = 0x0000003D
,
PathTraitType.Iconic_DeepGnome_Wizard_1 = 0x0000003E
,
PathTraitType.Iconic_AasimarScourge_Ranger_1 = 0x00000040
,
PathTraitType.Iconic_TieflingScoundrel_Bard_1 = 0x00000041
,
PathTraitType.Iconic_ShifterIconic_Barbarian_1 = 0x00000042
,
PathTraitType.Iconic_TabaxiIconic_Monk_1 = 0x00000043
} |
|
|
|
enum | PetID : uint {
PetID.Undef = 0x00000000
,
PetID.Anniversary_IronGolem = 0x00000001
,
PetID.Anniversary_RustMonster = 0x00000002
,
PetID.Anniversary_Kobold = 0x00000003
,
PetID.Anniversary_Beholder = 0x00000004
,
PetID.Anniversary_GelatinousCube = 0x00000005
,
PetID.Artificer_IronDefender = 0x00000006
,
PetID.Druid_Wolf = 0x00000007
,
PetID.Wizard_Knight = 0x00000008
,
PetID.Wizard_Ranger = 0x00000009
,
PetID.Wizard_Mage = 0x0000000A
,
PetID.Ranger_BlackWolf = 0x0000000C
} |
|
|
|
enum | Physics_LadderMovementTypes : uint {
Physics_LadderMovementTypes.Invalid = 0x00000000
,
Physics_LadderMovementTypes.UpDown = 0x00000001
,
Physics_LadderMovementTypes.SideToSide = 0x00000002
} |
|
|
|
enum | PlayerPhysicsController : uint |
|
|
|
enum | PortalConnections : uint {
PortalConnections.Foundation_Hallway = 0x00000001
,
PortalConnections.Foundation_Mroom = 0x00000008
,
PortalConnections.Foundation_Mroom_Top = 0x00000009
,
PortalConnections.Foundation_Mroom_Bottom = 0x0000000A
,
PortalConnections.Cave_Hallway = 0x0000003B
,
PortalConnections.Cave_Mroom = 0x0000003C
,
PortalConnections.Cave_Mroom_Top = 0x0000003D
,
PortalConnections.Cave_Mroom_Bottom = 0x0000003E
,
PortalConnections.Sewer_Hallway = 0x00000057
,
PortalConnections.Sewer_Mroom_Top = 0x00000058
,
PortalConnections.Sewer_Mroom = 0x00000059
,
PortalConnections.Sewer_Mroom_Bottom = 0x0000005A
,
PortalConnections.Foundation_Mroom2x = 0x0000005B
,
PortalConnections.Foundation_Mroom_Slope_Side = 0x0000005C
,
PortalConnections.Pipe_Hallway = 0x0000005D
,
PortalConnections.Pipe_Vert = 0x0000005E
,
PortalConnections.Cathedral_Mroom_Top = 0x0000005F
,
PortalConnections.Cathedral_Hallway = 0x00000060
,
PortalConnections.Cathedral_Mroom = 0x00000061
,
PortalConnections.Cathedral_Mroom_Bottom = 0x00000062
,
PortalConnections.Interior_Mroom = 0x00000063
,
PortalConnections.Cathedral_Mroom_2x = 0x00000064
,
PortalConnections.Temple_Hallway = 0x00000086
,
PortalConnections.Temple_Mroom_Top = 0x00000087
,
PortalConnections.Temple_Mroom = 0x00000088
,
PortalConnections.Temple_Mroom_Bottom = 0x00000089
,
PortalConnections.Ming_Mroom = 0x0000008A
,
PortalConnections.Ming_Mroom_Bottom = 0x0000008B
,
PortalConnections.Ming_Mroom_Top = 0x0000008C
,
PortalConnections.Ming_Hallway = 0x0000008D
,
PortalConnections.Ming_Hallway_Small = 0x0000008E
,
PortalConnections.Ming_Dbl_Mroom = 0x0000008F
,
PortalConnections.Interior_Mroom_Bottom = 0x00000090
,
PortalConnections.Interior_Mroom_Top = 0x00000091
,
PortalConnections.Cave2x_Mroom = 0x00000092
,
PortalConnections.Cave2x_Mroom_Top = 0x00000093
,
PortalConnections.Cave2x_Hallway = 0x00000094
,
PortalConnections.Cave2x_Mroom_Bottom = 0x00000095
,
PortalConnections.Cave2x_Mroom2x = 0x00000096
,
PortalConnections.Shavarath_Mroom_Top = 0x00000097
,
PortalConnections.Shavarath_Hallway = 0x00000098
,
PortalConnections.Shavarath_Mroom_Bottom = 0x00000099
,
PortalConnections.Shavarath_Mroom = 0x0000009A
,
PortalConnections.Underdark_Hallway = 0x10000001
,
PortalConnections.Underdark_Hallway_Bottom = 0x10000002
,
PortalConnections.Underdark_Hallway_Top = 0x10000003
,
PortalConnections.Invisible_Hallway = 0x10000004
,
PortalConnections.Cave_Hallway_Top_10 = 0x10000005
,
PortalConnections.Cave_Hallway_Bottom_10 = 0x10000006
,
PortalConnections.Cave_Hallway_Top_15 = 0x10000007
,
PortalConnections.Cave_Hallway_Bottom_15 = 0x10000008
,
PortalConnections.Interior_Hallway = 0x10000009
,
PortalConnections.Cave_Half_Mroom = 0x1000000A
,
PortalConnections.Cave_Half_Mroom_Bottom = 0x1000000B
,
PortalConnections.Cave_Half_Hallway = 0x1000000C
,
PortalConnections.Cave_Half_Mroom_Top = 0x1000000D
,
PortalConnections.Cave_Half_Mroom2x = 0x1000000E
,
PortalConnections.Invisible_Hallway_Bottom = 0x1000000F
,
PortalConnections.Invisible_Hallway_Top = 0x10000010
,
PortalConnections.Invisible_Mroom_Top = 0x10000011
,
PortalConnections.Invisible_Mroom = 0x10000012
,
PortalConnections.Invisible_Mroom_Bottom = 0x10000013
} |
|
|
|
enum | Preloadresources : uint {
Preloadresources.Undefined = 0x00000000
,
Preloadresources.Av_Hum_Male_Setup = 0x04000007
,
Preloadresources.Av_Dwarf_Male_Setup = 0x040001D7
,
Preloadresources.Av_Hum_Female_Setup = 0x04000379
,
Preloadresources.Av_Dwarf_Female_Setup = 0x0400066A
,
Preloadresources.Av_Elf_Male_Setup = 0x04000674
,
Preloadresources.Av_Halfling_Male_Setup = 0x0400068B
,
Preloadresources.Av_Warforge_Setup = 0x0400068C
,
Preloadresources.Av_Elf_Female_Setup = 0x04000694
,
Preloadresources.Av_Halfling_Female_Setup = 0x040006A9
,
Preloadresources.Av_Gnome_Male_Setup = 0x040026CF
,
Preloadresources.Av_Gnome_Female_Setup = 0x040026D0
,
Preloadresources.Text_UILayout = 0x22000023
,
Preloadresources.Box_UILayout = 0x22000025
,
Preloadresources.Button_UILayout = 0x22000026
,
Preloadresources.Scrollbar_UILayout = 0x22000027
,
Preloadresources.Av_Hum_Male_Face_Compositor = 0x33000001
,
Preloadresources.Av_Dwarf_Male_Face_Compositor = 0x33000002
,
Preloadresources.Av_Dwarf_Female_Face_Compositor = 0x33000003
,
Preloadresources.Av_Hum_Female_Face_Compositor = 0x33000004
,
Preloadresources.Av_Elf_Female_Face_Compositor = 0x33000005
,
Preloadresources.Av_Halfling_Female_Face_Compositor = 0x33000006
,
Preloadresources.Av_Elf_Male_Face_Compositor = 0x33000007
,
Preloadresources.Av_Halfling_Male_Face_Compositor = 0x33000008
,
Preloadresources.Av_Warforge_Face_Compositor = 0x33000009
,
Preloadresources.Av_Gnome_Male_Face_Compositor = 0x33000018
,
Preloadresources.Av_Gnome_Female_Face_Compositor = 0x33000019
,
Preloadresources.Av_Dbm_Male_Face_Compositor = 0x3300001E
} |
|
|
|
enum | PreprocToolNames : uint {
PreprocToolNames.Undef = 0x00000000
,
PreprocToolNames.TexGen = 0x00000002
,
PreprocToolNames.FontGen = 0x00000003
,
PreprocToolNames.ShadowGen = 0x00000004
,
PreprocToolNames.Mb2Export = 0x00000005
,
PreprocToolNames.Lbo2Lbi = 0x00000006
,
PreprocToolNames.Export2Asset = 0x00000008
,
PreprocToolNames.PlaceGen = 0x00000009
,
PreprocToolNames.LandscapeSectorGen = 0x0000000B
,
PreprocToolNames.KynGen = 0x0000000C
,
PreprocToolNames.WCGen = 0x0000000D
,
PreprocToolNames.LandscapeLightMapGen = 0x0000000E
,
PreprocToolNames.Hkx2Asset = 0x0000000F
,
PreprocToolNames.FamGen = 0x00000010
} |
|
|
|
enum | PropertyOp : uint {
PropertyOp.Invalid = 0x00000000
,
PropertyOp.Subtract = 0x00000001
,
PropertyOp.Set = 0x00000002
,
PropertyOp.Add = 0x00000003
,
PropertyOp.Multiply = 0x00000004
,
PropertyOp.Divide = 0x00000005
,
PropertyOp.Or = 0x00000006
,
PropertyOp.Xor = 0x00000007
,
PropertyOp.And = 0x00000008
,
PropertyOp.On = 0x00000009
,
PropertyOp.Off = 0x0000000A
,
PropertyOp.Toggle = 0x0000000B
,
PropertyOp.Push = 0x0000000C
,
PropertyOp.LessThan = 0x0000000E
,
PropertyOp.Equals = 0x0000000F
,
PropertyOp.GreaterThan = 0x00000010
,
PropertyOp.NotEquals = 0x00000012
,
PropertyOp.Contains = 0x00000013
,
PropertyOp.LessThanOrEquals = 0x00000014
,
PropertyOp.GreaterThanOrEquals = 0x00000015
,
PropertyOp.Exists = 0x00000016
,
PropertyOp.NotExists = 0x00000017
,
PropertyOp.Random = 0x00000018
,
PropertyOp.Difference = 0x00000019
,
PropertyOp.LogicalOr = 0x0000001A
,
PropertyOp.LogicalNot = 0x0000001B
,
PropertyOp.LogicalAnd = 0x0000001C
,
PropertyOp.DoesNotContain = 0x0000001D
} |
|
|
|
enum | PuzzleWheelColor : uint {
PuzzleWheelColor.Invalid = 0x00000000
,
PuzzleWheelColor.green_puzzle = 0x00000001
,
PuzzleWheelColor.orange_puzzle = 0x00000002
,
PuzzleWheelColor.red_puzzle = 0x00000003
,
PuzzleWheelColor.yellow_puzzle = 0x00000004
,
PuzzleWheelColor.purple_puzzle = 0x00000005
,
PuzzleWheelColor.blue_puzzle = 0x00000006
} |
|
|
|
enum | PvpTeam : uint {
PvpTeam.Undef = 0x00000000
,
PvpTeam.Team1 = 0x00000001
,
PvpTeam.Team2 = 0x00000002
} |
|
|
|
enum | Quest_ThreeBarrel_Entity_m_eCrewAffiliation : uint {
Quest_ThreeBarrel_Entity_m_eCrewAffiliation.Invalid = 0x00000000
,
Quest_ThreeBarrel_Entity_m_eCrewAffiliation.Default = 0x00000001
,
Quest_ThreeBarrel_Entity_m_eCrewAffiliation.BloodTide = 0x00000002
,
Quest_ThreeBarrel_Entity_m_eCrewAffiliation.Femme = 0x00000003
,
Quest_ThreeBarrel_Entity_m_eCrewAffiliation.Duelist = 0x00000004
,
Quest_ThreeBarrel_Entity_m_eCrewAffiliation.Undead = 0x00000005
,
Quest_ThreeBarrel_Entity_m_eCrewAffiliation.Artillery = 0x00000006
,
Quest_ThreeBarrel_Entity_m_eCrewAffiliation.ProveYourWorth = 0x00000007
,
Quest_ThreeBarrel_Entity_m_eCrewAffiliation.Brutes = 0x00000008
,
Quest_ThreeBarrel_Entity_m_eCrewAffiliation.CoinLord = 0x00000009
,
Quest_ThreeBarrel_Entity_m_eCrewAffiliation.Reavers = 0x0000000A
} |
|
|
|
enum | Quest_UpdateType : uint {
Quest_UpdateType.Invalid = 0x00000000
,
Quest_UpdateType.Bestow = 0x00000001
,
Quest_UpdateType.Advance = 0x00000002
,
Quest_UpdateType.Flag = 0x00000003
} |
|
|
|
enum | QuestLayers : uint {
QuestLayers.Invalid = 0x00000000
,
QuestLayers.Layer10 = 0x00000001
,
QuestLayers.Layer11 = 0x00000002
,
QuestLayers.Layer12 = 0x00000003
,
QuestLayers.Layer1 = 0x00000004
,
QuestLayers.Layer2 = 0x00000005
,
QuestLayers.Layer3 = 0x00000006
,
QuestLayers.Layer4 = 0x00000007
,
QuestLayers.Layer5 = 0x00000008
,
QuestLayers.Layer6 = 0x00000009
,
QuestLayers.Layer7 = 0x0000000A
,
QuestLayers.Layer8 = 0x0000000B
,
QuestLayers.Layer9 = 0x0000000C
} |
|
|
|
enum | QuestObjectiveType : uint {
QuestObjectiveType.Invalid = 0x00000000
,
QuestObjectiveType.Completion = 0x00000001
,
QuestObjectiveType.Failure = 0x00000002
,
QuestObjectiveType.Optional = 0x00000003
} |
|
|
|
enum | QuestStatus : uint {
QuestStatus.Invalid = 0x00000000
,
QuestStatus.Underway = 0x00000001
,
QuestStatus.Failed = 0x00000002
,
QuestStatus.Completed = 0x00000003
} |
|
|
|
enum | RaceType : uint {
RaceType.Undef = 0x00000000
,
RaceType.CelestialDog = 0x00000001
,
RaceType.Wraith = 0x00000002
,
RaceType.AssassinVine = 0x00000003
,
RaceType.Xorn = 0x00000004
,
RaceType.Vampire = 0x00000005
,
RaceType.Skeleton = 0x00000006
,
RaceType.Ghast = 0x00000007
,
RaceType.Golem = 0x00000008
,
RaceType.Devil = 0x00000009
,
RaceType.Lion = 0x0000000A
,
RaceType.WarforgedTitan = 0x0000000B
,
RaceType.Orc = 0x0000000C
,
RaceType.Hyena = 0x0000000D
,
RaceType.Mummy = 0x0000000E
,
RaceType.MonstrousSpider = 0x0000000F
,
RaceType.Minotaur = 0x00000010
,
RaceType.Demon = 0x00000011
,
RaceType.Bear = 0x00000012
,
RaceType.EladrinGhaele = 0x00000013
,
RaceType.Wildman = 0x00000014
,
RaceType.FireElemental = 0x00000015
,
RaceType.Lamia = 0x00000016
,
RaceType.Gnoll = 0x00000017
,
RaceType.DisplacerBeast = 0x00000018
,
RaceType.Arrowhawk = 0x00000019
,
RaceType.BlackPudding = 0x0000001A
,
RaceType.ShamblingMound = 0x0000001B
,
RaceType.OgreMage = 0x0000001C
,
RaceType.Yugoloth = 0x0000001D
,
RaceType.Bat = 0x0000001E
,
RaceType.WaterElemental = 0x0000001F
,
RaceType.Tojanida = 0x00000020
,
RaceType.NightHag = 0x00000021
,
RaceType.EladrinBralani = 0x00000022
,
RaceType.Djinn = 0x00000023
,
RaceType.Mimic = 0x00000024
,
RaceType.GrayOoze = 0x00000025
,
RaceType.Arachnid = 0x00000026
,
RaceType.Rakshasa = 0x00000027
,
RaceType.Mephit = 0x00000028
,
RaceType.Jackal = 0x00000029
,
RaceType.Human = 0x0000002A
,
RaceType.Rat = 0x0000002B
,
RaceType.Quell = 0x0000002C
,
RaceType.Wolf = 0x0000002D
,
RaceType.Hellhound = 0x0000002E
,
RaceType.Gargoyle = 0x0000002F
,
RaceType.Any = 0x00000030
,
RaceType.Lich = 0x00000031
,
RaceType.Scorpion = 0x00000032
,
RaceType.Bugbear = 0x00000033
,
RaceType.All = 0x00000034
,
RaceType.KoboldParagon = 0x00000035
,
RaceType.GreenSlime = 0x00000036
,
RaceType.Wight = 0x00000037
,
RaceType.GelatinousCube = 0x00000038
,
RaceType.WhiteDragon = 0x00000039
,
RaceType.Shadow = 0x0000003A
,
RaceType.ArcaneOoze = 0x0000003B
,
RaceType.Spectre = 0x0000003C
,
RaceType.VioletSlime = 0x0000003D
,
RaceType.UmberHulk = 0x0000003E
,
RaceType.Hobgoblin = 0x0000003F
,
RaceType.Gnome = 0x00000040
,
RaceType.FiendishSpider = 0x00000041
,
RaceType.Troll = 0x00000042
,
RaceType.Centaur = 0x00000043
,
RaceType.Efreet = 0x00000044
,
RaceType.FiendishScorpion = 0x00000045
,
RaceType.RustMonster = 0x00000046
,
RaceType.IronDefender = 0x00000047
,
RaceType.Merfolk = 0x00000048
,
RaceType.Giant = 0x00000049
,
RaceType.Dryad = 0x0000004A
,
RaceType.Warforged = 0x0000004B
,
RaceType.DrowScorpion = 0x0000004C
,
RaceType.MindFlayer = 0x0000004D
,
RaceType.Dog = 0x0000004E
,
RaceType.Spell = 0x0000004F
,
RaceType.YethHound = 0x00000050
,
RaceType.InvisibleStalker = 0x00000051
,
RaceType.Halfling = 0x00000052
,
RaceType.Goblin = 0x00000053
,
RaceType.Elf = 0x00000054
,
RaceType.BlueDragon = 0x00000055
,
RaceType.Salamander = 0x00000056
,
RaceType.Quasit = 0x00000057
,
RaceType.Pegasus = 0x00000058
,
RaceType.Ogre = 0x00000059
,
RaceType.Beholder = 0x0000005A
,
RaceType.EarthElemental = 0x0000005B
,
RaceType.Kobold = 0x0000005C
,
RaceType.RazorCat = 0x0000005D
,
RaceType.OchreJelly = 0x0000005E
,
RaceType.RedDragon = 0x0000005F
,
RaceType.Formian = 0x00000060
,
RaceType.Dwarf = 0x00000061
,
RaceType.BlackDragon = 0x00000062
,
RaceType.InanimateObject = 0x00000063
,
RaceType.Wheep = 0x00000064
,
RaceType.Troglodyte = 0x00000065
,
RaceType.AirElemental = 0x00000066
,
RaceType.Ghoul = 0x00000067
,
RaceType.Angel = 0x00000068
,
RaceType.Drow = 0x00000069
,
RaceType.Zombie = 0x0000006A
,
RaceType.Tiefling = 0x0000006B
,
RaceType.Sahuagin = 0x0000006C
,
RaceType.Lizardfolk = 0x0000006D
,
RaceType.Quori = 0x0000006E
,
RaceType.EssenceReaver = 0x0000006F
,
RaceType.Mudman = 0x00000070
,
RaceType.DevilAbishai = 0x00000071
,
RaceType.Vineman = 0x00000072
,
RaceType.AnimatedObject = 0x00000073
,
RaceType.WilloWisp = 0x00000074
,
RaceType.HalfElf = 0x00000075
,
RaceType.HalfOrc = 0x00000076
,
RaceType.Medusa = 0x00000077
,
RaceType.Daelkyr = 0x00000078
,
RaceType.Taken = 0x00000079
,
RaceType.EyeHorror = 0x0000007A
,
RaceType.Drider = 0x0000007B
,
RaceType.Deer = 0x0000007C
,
RaceType.Owlbear = 0x0000007D
,
RaceType.Werewolf = 0x0000007E
,
RaceType.DrowMartial = 0x0000007F
,
RaceType.Cow = 0x00000080
,
RaceType.Myconid = 0x00000081
,
RaceType.YuanTi = 0x00000082
,
RaceType.Frog = 0x00000083
,
RaceType.Squirrel = 0x00000084
,
RaceType.PurpleWorm = 0x00000085
,
RaceType.DrowSlaver = 0x00000086
,
RaceType.Satyr = 0x00000087
,
RaceType.Fox = 0x00000088
,
RaceType.Bird = 0x00000089
,
RaceType.DrowNecro = 0x0000008A
,
RaceType.Panther = 0x0000008B
,
RaceType.GreenDragon = 0x0000008C
,
RaceType.Hag = 0x0000008D
,
RaceType.WoodWoad = 0x0000008E
,
RaceType.PlantCreature = 0x0000008F
,
RaceType.Bladeforged = 0x00000090
,
RaceType.Harpy = 0x00000091
,
RaceType.Griffon = 0x00000092
,
RaceType.Shadarkai = 0x00000093
,
RaceType.PurpleDragonKnight = 0x00000094
,
RaceType.Morninglord = 0x00000095
,
RaceType.Shade = 0x00000096
,
RaceType.Pseudodragon = 0x00000097
,
RaceType.Nightcrawler = 0x00000098
,
RaceType.Howler = 0x00000099
,
RaceType.IceElemental = 0x0000009A
,
RaceType.HelmedHorror = 0x0000009B
,
RaceType.Ghost = 0x0000009C
,
RaceType.MagmaBrute = 0x0000009D
,
RaceType.ShadowDragon = 0x0000009E
,
RaceType.ArchonTrumpet = 0x0000009F
,
RaceType.Slaad = 0x000000A0
,
RaceType.DeepGnome = 0x000000A1
,
RaceType.Reaper = 0x000000A2
,
RaceType.Dragonborn = 0x000000A3
,
RaceType.TwigBlight = 0x000000A4
,
RaceType.NeedleBlight = 0x000000A5
,
RaceType.VineBlight = 0x000000A6
,
RaceType.Raven = 0x000000A7
,
RaceType.Aasimar = 0x000000A8
,
RaceType.AasimarScourge = 0x000000A9
,
RaceType.Kelpie = 0x000000AA
,
RaceType.Sphinx = 0x000000AB
,
RaceType.GiantCrayfish = 0x000000AC
,
RaceType.Manticore = 0x000000AD
,
RaceType.SeaLion = 0x000000AE
,
RaceType.Crab = 0x000000AF
,
RaceType.WildElf = 0x000000B0
,
RaceType.Insect = 0x000000B1
,
RaceType.Dinosaur = 0x000000B2
,
RaceType.Otyugh = 0x000000B3
,
RaceType.TieflingScoundrel = 0x000000B4
,
RaceType.Shifter = 0x000000B5
,
RaceType.ShifterIconic = 0x000000B6
,
RaceType.Pixie = 0x000000B7
,
RaceType.Redcap = 0x000000B9
,
RaceType.Cooshee = 0x000000BB
,
RaceType.Unicorn = 0x000000BD
,
RaceType.Formorian = 0x000000BE
,
RaceType.Nymph = 0x000000C0
,
RaceType.Sprite = 0x000000C1
,
RaceType.EladrinFeywild = 0x000000C2
,
RaceType.Crocodile = 0x000000C3
,
RaceType.WaterWeird = 0x000000C4
,
RaceType.Bullywug = 0x000000C5
,
RaceType.Kopru = 0x000000C6
,
RaceType.Ettercap = 0x000000C7
,
RaceType.Tabaxi = 0x000000C8
,
RaceType.TabaxiIconic = 0x000000C9
,
RaceType.SaberToothedTiger = 0x000000CA
,
RaceType.Wererat = 0x000000CB
,
RaceType.Nothic = 0x000000CC
,
RaceType.Naga = 0x000000CD
,
RaceType.HookHorror = 0x000000CE
,
RaceType.Hydra = 0x000000CF
,
RaceType.CarrionCrawler = 0x000000D0
,
RaceType.FangDragon = 0x000000D1
,
RaceType.EladrinIconic = 0x000000D2
,
RaceType.Eladrin = 0x000000D3
} |
|
|
|
enum | RandomAppearanceColor : uint {
RandomAppearanceColor.Undef = 0x00000000
,
RandomAppearanceColor.Brown = 0x00000001
,
RandomAppearanceColor.Grey = 0x00000002
,
RandomAppearanceColor.White = 0x00000003
,
RandomAppearanceColor.Blue = 0x00000004
,
RandomAppearanceColor.Green = 0x00000005
,
RandomAppearanceColor.Red = 0x00000006
,
RandomAppearanceColor.Red_Dark = 0x00000007
,
RandomAppearanceColor.Blue_Drab = 0x00000008
,
RandomAppearanceColor.Gold = 0x00000009
,
RandomAppearanceColor.Black = 0x0000000A
,
RandomAppearanceColor.Yellow = 0x0000000B
} |
|
|
|
enum | RandomAppearanceType : uint { RandomAppearanceType.Undef = 0x00000000
} |
|
|
|
enum | RandomEncounter_RewardTier : uint {
RandomEncounter_RewardTier._8_ComplexReward = 0x00000001
,
RandomEncounter_RewardTier._0_NoReward = 0x00000002
,
RandomEncounter_RewardTier._9_ExtremelyComplexReward = 0x00000003
,
RandomEncounter_RewardTier._6_ModerateReward = 0x00000004
,
RandomEncounter_RewardTier._7_ModerateComplexReward = 0x00000005
,
RandomEncounter_RewardTier._5_ModerateSimpleReward = 0x00000006
} |
|
|
|
enum | RandomNameGenerationPhoneticShiftsTableKey : uint {
RandomNameGenerationPhoneticShiftsTableKey.Undef = 0x00000000
,
RandomNameGenerationPhoneticShiftsTableKey.Dwarven = 0x00000001
} |
|
|
|
enum | RareEncounterCategory : uint {
RareEncounterCategory.Invalid = 0x00000000
,
RareEncounterCategory.Acheivement = 0x00000001
,
RareEncounterCategory.Shroud_Gauntlet = 0x00000002
,
RareEncounterCategory.Shroud_Pacman = 0x00000003
,
RareEncounterCategory.Shroud_Frogger = 0x00000004
,
RareEncounterCategory.Shroud_Whirlpool = 0x00000005
,
RareEncounterCategory.Shroud_Death = 0x00000006
,
RareEncounterCategory.Shroud_Raid = 0x00000007
} |
|
|
|
enum | Region : uint {
Region.Undef = 0x00000000
,
Region.Stormreach = 0x0F000000
,
Region.ForgottenRealms = 0x0F000001
,
Region.Classic = 0x0F000002
,
Region.Planar = 0x0F000003
} |
|
|
|
enum | RegionID : uint |
|
|
|
enum | ReincarnationRequirementType : uint {
ReincarnationRequirementType.Undef = 0x00000000
,
ReincarnationRequirementType.MinLevel = 0x00000001
,
ReincarnationRequirementType.GoldCostPerLevel = 0x00000002
,
ReincarnationRequirementType.AlreadyFlagged = 0x00000003
,
ReincarnationRequirementType.GoldCostFlat = 0x00000004
,
ReincarnationRequirementType.Token = 0x00000005
,
ReincarnationRequirementType.Cooldown = 0x00000006
,
ReincarnationRequirementType.ReincarnationBank = 0x00000007
,
ReincarnationRequirementType._32pt = 0x00000008
,
ReincarnationRequirementType.Iconic = 0x00000009
,
ReincarnationRequirementType.NotIconic = 0x0000000A
,
ReincarnationRequirementType.SphereXP = 0x0000000B
} |
|
|
|
enum | ReincarnationType : uint {
ReincarnationType.Undef = 0x00000000
,
ReincarnationType.True = 0x00000001
,
ReincarnationType.Greater = 0x00000002
,
ReincarnationType.Lesser = 0x00000003
,
ReincarnationType.HeroicEpic = 0x00000004
,
ReincarnationType.Iconic = 0x00000005
,
ReincarnationType.Epic = 0x00000006
,
ReincarnationType.Racial = 0x00000007
,
ReincarnationType.Legendary = 0x00000008
} |
|
|
|
enum | RelationshipTypeRetVal : uint {
RelationshipTypeRetVal.Undef = 0x00000000
,
RelationshipTypeRetVal.Neutral = 0x0000000D
,
RelationshipTypeRetVal.Enemy = 0x0000000E
,
RelationshipTypeRetVal.Ally = 0x0000000F
,
RelationshipTypeRetVal.Unknown = 0x00000010
} |
|
|
|
enum | RenderImposterNames : uint {
RenderImposterNames.sc_tem_tree_ancient_a = 0x00000001
,
RenderImposterNames.sc_tem_tree_ancient_shelter = 0x00000002
,
RenderImposterNames.sc_tem_tree_ancient_tunnel = 0x00000003
,
RenderImposterNames.sc_tem_tree_large_a = 0x00000004
,
RenderImposterNames.sc_tem_tree_large_a_bare = 0x00000005
,
RenderImposterNames.sc_tem_tree_large_a_bare_overgrown = 0x00000006
,
RenderImposterNames.sc_tem_tree_large_a_bare_overgrown_shroomed = 0x00000007
,
RenderImposterNames.sc_tem_tree_large_b = 0x00000008
,
RenderImposterNames.sc_tem_tree_large_b_bare = 0x00000009
,
RenderImposterNames.sc_tem_tree_large_b_bare_overgrown = 0x0000000A
,
RenderImposterNames.sc_tem_tree_medium_arch = 0x0000000B
,
RenderImposterNames.sc_tem_tree_medium_arch_bare = 0x0000000C
,
RenderImposterNames.sc_tem_tree_medium_arch_bare_overgown = 0x0000000D
,
RenderImposterNames.sc_tem_tree_medium_tall = 0x0000000E
,
RenderImposterNames.sc_tem_tree_medium_tall_bare = 0x0000000F
,
RenderImposterNames.sc_tem_tree_medium_tall_bare_overgown = 0x00000010
,
RenderImposterNames.sc_tem_tree_phiarlan_large_a = 0x00000011
,
RenderImposterNames.sc_tem_tree_phiarlan_large_a_float = 0x00000012
,
RenderImposterNames.sc_tem_tree_phiarlan_large_b_float = 0x00000013
,
RenderImposterNames.sc_tem_tree_phiarlan_large_b_rooted = 0x00000014
,
RenderImposterNames.sc_tem_tree_phiarlan_medium_a = 0x00000015
,
RenderImposterNames.sc_tem_tree_phiarlan_medium_a_float = 0x00000016
,
RenderImposterNames.sc_tem_tree_phiarlan_medium_b = 0x00000017
,
RenderImposterNames.sc_tem_tree_phiarlan_medium_b_float = 0x00000018
,
RenderImposterNames.sc_tem_tree_phiarlan_medium_c_split = 0x00000019
,
RenderImposterNames.sc_tem_tree_phiarlan_medium_c_split_float = 0x0000001A
,
RenderImposterNames.sc_tem_tree_phiarlan_small_a = 0x0000001B
,
RenderImposterNames.sc_tem_tree_phiarlan_small_a_float = 0x0000001C
,
RenderImposterNames.sc_tem_tree_small_forked = 0x0000001D
,
RenderImposterNames.sc_tem_tree_small_forked_bare = 0x0000001E
,
RenderImposterNames.sc_tem_tree_small_forked_bare_overgrown = 0x0000001F
,
RenderImposterNames.sc_tem_tree_small_split = 0x00000020
,
RenderImposterNames.sc_tem_tree_small_split_bare = 0x00000021
,
RenderImposterNames.sc_tem_tree_small_split_bare_overgrown = 0x00000022
,
RenderImposterNames.sc_fr_kgf_tree_a = 0x00000023
,
RenderImposterNames.sc_fr_kgf_tree_a_dead = 0x00000024
,
RenderImposterNames.sc_fr_kgf_tree_b = 0x00000025
,
RenderImposterNames.sc_fr_kgf_tree_c = 0x00000026
,
RenderImposterNames.sc_fr_kgf_tree_d = 0x00000027
,
RenderImposterNames.sc_fr_kgf_tree_e = 0x00000028
,
RenderImposterNames.sc_fr_kgf_tree_f = 0x00000029
,
RenderImposterNames.sc_fr_kgf_tree_g = 0x0000002A
,
RenderImposterNames.sc_fr_kgf_tree_h = 0x0000002B
,
RenderImposterNames.sc_fr_kgf_tree_blackgum_a = 0x0000002C
,
RenderImposterNames.sc_fr_kgf_tree_blackgum_a_dead = 0x0000002D
,
RenderImposterNames.sc_fr_kgf_tree_blackgum_b = 0x0000002E
,
RenderImposterNames.sc_fr_kgf_tree_blackgum_c = 0x0000002F
,
RenderImposterNames.sc_fr_kgf_tree_blackgum_d = 0x00000030
,
RenderImposterNames.sc_fr_kgf_tree_blackgum_e = 0x00000031
,
RenderImposterNames.sc_fr_kgf_tree_blackgum_f = 0x00000032
,
RenderImposterNames.sc_fr_kgf_tree_blackgum_g = 0x00000033
,
RenderImposterNames.sc_fr_kgf_tree_blackgum_h = 0x00000034
,
RenderImposterNames.sc_fr_kgf_tree_elm_a = 0x00000035
,
RenderImposterNames.sc_fr_kgf_tree_elm_a_dead = 0x00000036
,
RenderImposterNames.sc_fr_kgf_tree_elm_b = 0x00000037
,
RenderImposterNames.sc_fr_kgf_tree_elm_c = 0x00000038
,
RenderImposterNames.sc_fr_kgf_tree_elm_d = 0x00000039
,
RenderImposterNames.sc_fr_kgf_tree_elm_e = 0x0000003A
,
RenderImposterNames.sc_fr_kgf_tree_elm_f = 0x0000003B
,
RenderImposterNames.sc_fr_kgf_tree_elm_g = 0x0000003C
,
RenderImposterNames.sc_fr_kgf_tree_elm_h = 0x0000003D
,
RenderImposterNames.sc_fr_kgf_tree_maple_a = 0x0000003E
,
RenderImposterNames.sc_fr_kgf_tree_maple_a_dead = 0x0000003F
,
RenderImposterNames.sc_fr_kgf_tree_maple_b = 0x00000040
,
RenderImposterNames.sc_fr_kgf_tree_maple_c = 0x00000041
,
RenderImposterNames.sc_fr_kgf_tree_maple_d = 0x00000042
,
RenderImposterNames.sc_fr_kgf_tree_maple_e = 0x00000043
,
RenderImposterNames.sc_fr_kgf_tree_maple_f = 0x00000044
,
RenderImposterNames.sc_fr_kgf_tree_maple_g = 0x00000045
,
RenderImposterNames.sc_fr_kgf_tree_maple_h = 0x00000046
,
RenderImposterNames.sc_fr_kgf_tree_d_dead = 0x00000047
,
RenderImposterNames.sc_fr_kgf_tree_e_dead = 0x00000048
,
RenderImposterNames.sc_fr_kgf_tree_f_dead = 0x00000049
,
RenderImposterNames.sc_fr_evs_tree_orchard_a = 0x0000004A
,
RenderImposterNames.sc_fr_evs_tree_orchard_a_dead = 0x0000004B
,
RenderImposterNames.sc_fr_evs_tree_orchard_b = 0x0000004C
,
RenderImposterNames.sc_fr_evs_tree_orchard_b_dead = 0x0000004D
,
RenderImposterNames.sc_fr_evs_tree_orchard_c = 0x0000004E
,
RenderImposterNames.sc_fr_evs_tree_orchard_c_dead = 0x0000004F
,
RenderImposterNames.sc_fr_kgf_tree_b_dead = 0x00000050
,
RenderImposterNames.sc_fr_kgf_tree_c_dead = 0x00000051
,
RenderImposterNames.sc_fr_kgf_tree_g_dead = 0x00000052
,
RenderImposterNames.sc_fr_kgf_tree_h_dead = 0x00000053
,
RenderImposterNames.sc_fr_kgf_tree_blackgum_b_dead = 0x00000054
,
RenderImposterNames.sc_fr_kgf_tree_blackgum_c_dead = 0x00000055
,
RenderImposterNames.sc_fr_kgf_tree_blackgum_d_dead = 0x00000056
,
RenderImposterNames.sc_fr_kgf_tree_blackgum_e_dead = 0x00000057
,
RenderImposterNames.sc_fr_kgf_tree_blackgum_f_dead = 0x00000058
,
RenderImposterNames.sc_fr_kgf_tree_blackgum_g_dead = 0x00000059
,
RenderImposterNames.sc_fr_kgf_tree_blackgum_h_dead = 0x0000005A
,
RenderImposterNames.sc_fr_kgf_tree_elm_b_dead = 0x0000005B
,
RenderImposterNames.sc_fr_kgf_tree_elm_c_dead = 0x0000005C
,
RenderImposterNames.sc_fr_kgf_tree_elm_d_dead = 0x0000005D
,
RenderImposterNames.sc_fr_kgf_tree_elm_e_dead = 0x0000005E
,
RenderImposterNames.sc_fr_kgf_tree_elm_f_dead = 0x0000005F
,
RenderImposterNames.sc_fr_kgf_tree_elm_g_dead = 0x00000060
,
RenderImposterNames.sc_fr_kgf_tree_elm_h_dead = 0x00000061
,
RenderImposterNames.sc_fr_kgf_tree_maple_b_dead = 0x00000062
,
RenderImposterNames.sc_fr_kgf_tree_maple_c_dead = 0x00000063
,
RenderImposterNames.sc_fr_kgf_tree_maple_d_dead = 0x00000064
,
RenderImposterNames.sc_fr_kgf_tree_maple_e_dead = 0x00000065
,
RenderImposterNames.sc_fr_kgf_tree_maple_f_dead = 0x00000066
,
RenderImposterNames.sc_fr_kgf_tree_maple_g_dead = 0x00000067
,
RenderImposterNames.sc_fr_kgf_tree_maple_h_dead = 0x00000068
,
RenderImposterNames.sc_fr_kgf_oak_tree_a = 0x00000069
,
RenderImposterNames.sc_fr_kgf_oak_tree_b = 0x0000006A
,
RenderImposterNames.sc_fr_kgf_oak_tree_c = 0x0000006B
,
RenderImposterNames.sc_fr_kgf_oak_tree_d = 0x0000006C
,
RenderImposterNames.sc_fr_kgf_oak_tree_a_dead = 0x0000006D
,
RenderImposterNames.sc_fr_kgf_oak_tree_b_dead = 0x0000006E
,
RenderImposterNames.sc_fr_kgf_oak_tree_c_dead = 0x0000006F
,
RenderImposterNames.sc_fr_kgf_oak_tree_d_dead = 0x00000070
,
RenderImposterNames.sc_fr_mtn_tree_cedar_a = 0x00000071
,
RenderImposterNames.sc_fr_mtn_tree_cedar_b = 0x00000072
,
RenderImposterNames.sc_fr_mtn_tree_cedar_d = 0x00000073
,
RenderImposterNames.sc_fr_mtn_tree_cedar_a_snowy = 0x00000074
,
RenderImposterNames.sc_fr_mtn_tree_cedar_b_snowy = 0x00000075
,
RenderImposterNames.sc_fr_mtn_tree_cedar_d_snowy = 0x00000076
,
RenderImposterNames.sc_fr_mtn_tree_fir_a = 0x00000077
,
RenderImposterNames.sc_fr_mtn_tree_fir_b = 0x00000078
,
RenderImposterNames.sc_fr_mtn_tree_fir_c = 0x00000079
,
RenderImposterNames.sc_fr_mtn_tree_fir_d = 0x0000007A
,
RenderImposterNames.sc_fr_mtn_tree_fir_a_snowy = 0x0000007B
,
RenderImposterNames.sc_fr_mtn_tree_fir_b_snowy = 0x0000007C
,
RenderImposterNames.sc_fr_mtn_tree_fir_c_snowy = 0x0000007D
,
RenderImposterNames.sc_fr_mtn_tree_fir_d_snowy = 0x0000007E
,
RenderImposterNames.sc_sho_beachpalm_single_tall = 0x0000007F
,
RenderImposterNames.sc_sho_beachpalm_single = 0x00000080
,
RenderImposterNames.sc_sho_beachpalm_double_tall = 0x00000081
,
RenderImposterNames.sc_sho_beachpalm_double = 0x00000082
,
RenderImposterNames.sc_sho_beachpalm_curved_tall = 0x00000083
,
RenderImposterNames.sc_sho_beachpalm_curved = 0x00000084
,
RenderImposterNames.sc_ju_banyon_large_a = 0x00000085
,
RenderImposterNames.sc_ju_banyon_large_b = 0x00000086
,
RenderImposterNames.sc_ju_banyon_large_c = 0x00000087
,
RenderImposterNames.sc_rl_tree_deciduous_bent = 0x00000088
,
RenderImposterNames.sc_rl_tree_deciduous_medium = 0x00000089
,
RenderImposterNames.sc_rl_tree_deciduous_medium_b = 0x0000008A
,
RenderImposterNames.sc_rl_tree_deciduous_medium_c = 0x0000008B
,
RenderImposterNames.sc_rl_tree_deciduous_short = 0x0000008C
,
RenderImposterNames.sc_rl_tree_deciduous_short_clump = 0x0000008D
,
RenderImposterNames.sc_rl_tree_deciduous_split_trunk = 0x0000008E
,
RenderImposterNames.sc_rl_tree_deciduous_tall = 0x0000008F
,
RenderImposterNames.sc_rl_tree_deciduous_thick = 0x00000090
,
RenderImposterNames.sc_rl_tree_fir_a = 0x00000091
,
RenderImposterNames.sc_rl_tree_fir_b = 0x00000092
,
RenderImposterNames.sc_rl_tree_fir_c = 0x00000093
,
RenderImposterNames.sc_rl_tree_fir_d = 0x00000094
,
RenderImposterNames.sc_rl_tree_fir_e = 0x00000095
,
RenderImposterNames.sc_rl_tree_fir_f = 0x00000096
,
RenderImposterNames.sc_rl_tree_fir_g = 0x00000097
,
RenderImposterNames.sc_rl_tree_fir_h = 0x00000098
,
RenderImposterNames.sc_rl_tree_deciduous_bent_defoliated = 0x00000099
,
RenderImposterNames.sc_rl_tree_deciduous_medium_defoliated = 0x0000009A
,
RenderImposterNames.sc_rl_tree_deciduous_medium_b_defoliated = 0x0000009B
,
RenderImposterNames.sc_rl_tree_deciduous_medium_c_defoliated = 0x0000009C
,
RenderImposterNames.sc_rl_tree_deciduous_short_defoliated = 0x0000009D
,
RenderImposterNames.sc_rl_tree_deciduous_short_clump_defoliated = 0x0000009E
,
RenderImposterNames.sc_rl_tree_deciduous_split_trunk_defoliated = 0x0000009F
,
RenderImposterNames.sc_rl_tree_deciduous_tall_defoliated = 0x000000A0
,
RenderImposterNames.sc_rl_tree_deciduous_thick_defoliated = 0x000000A1
,
RenderImposterNames.sc_keep_tree_blackgum_a = 0x000000A2
,
RenderImposterNames.sc_keep_tree_blackgum_b = 0x000000A3
,
RenderImposterNames.sc_keep_tree_blackgum_c = 0x000000A4
,
RenderImposterNames.sc_keep_tree_blackgum_d = 0x000000A5
,
RenderImposterNames.sc_keep_tree_blackgum_e = 0x000000A6
,
RenderImposterNames.sc_keep_tree_blackgum_f = 0x000000A7
,
RenderImposterNames.sc_keep_tree_blackgum_g = 0x000000A8
,
RenderImposterNames.sc_keep_tree_blackgum_h = 0x000000A9
,
RenderImposterNames.sc_keep_tree_elm_a = 0x000000AA
,
RenderImposterNames.sc_keep_tree_elm_b = 0x000000AB
,
RenderImposterNames.sc_keep_tree_elm_c = 0x000000AC
,
RenderImposterNames.sc_keep_tree_elm_d = 0x000000AD
,
RenderImposterNames.sc_keep_tree_elm_e = 0x000000AE
,
RenderImposterNames.sc_keep_tree_elm_f = 0x000000AF
,
RenderImposterNames.sc_keep_tree_elm_g = 0x000000B0
,
RenderImposterNames.sc_keep_tree_elm_h = 0x000000B1
,
RenderImposterNames.sc_fey_tree_treewall = 0x000000B2
,
RenderImposterNames.sc_fey_tree_treewall_long = 0x000000B3
,
RenderImposterNames.sc_fey_tree_twisty_med_a = 0x000000B4
,
RenderImposterNames.sc_fey_tree_twisty_med_b = 0x000000B5
,
RenderImposterNames.sc_fey_tree_twisty_med_c = 0x000000B6
,
RenderImposterNames.sc_fey_tree_twisty_stump_a = 0x000000B7
,
RenderImposterNames.sc_fey_tree_twisty_trunk_a = 0x000000B8
,
RenderImposterNames.sc_fey_tree_twisty_trunk_b = 0x000000B9
,
RenderImposterNames.sc_isle_dread_tree_kopak_40m_b = 0x000000BA
,
RenderImposterNames.sc_isle_dread_tree_kopak_40m_a = 0x000000BB
,
RenderImposterNames.sc_isle_dread_tree_kopak_35m_a = 0x000000BC
,
RenderImposterNames.sc_isle_dread_tree_kopak_20m_c = 0x000000BD
,
RenderImposterNames.sc_isle_dread_tree_kopak_20m_b = 0x000000BE
,
RenderImposterNames.sc_isle_dread_tree_kopak_20m_a = 0x000000BF
,
RenderImposterNames.sc_isle_dread_tree_kopak_40m_c = 0x000000C0
,
RenderImposterNames.sc_isle_dread_mangrove_tree_30m_b = 0x000000C1
,
RenderImposterNames.sc_isle_dread_mangrove_tree_30m_a = 0x000000C2
,
RenderImposterNames.sc_isle_dread_mangrove_tree_25m_a = 0x000000C3
,
RenderImposterNames.sc_isle_dread_mangrove_tree_15m_b = 0x000000C4
,
RenderImposterNames.sc_isle_dread_mangrove_tree_15m_a = 0x000000C5
,
RenderImposterNames.sc_isle_dread_mangrove_tree_10m_b = 0x000000C6
,
RenderImposterNames.sc_isle_dread_mangrove_tree_10m_a = 0x000000C7
,
RenderImposterNames.sc_isle_dread_mangrove_tree_30m_c = 0x000000C8
,
RenderImposterNames.sc_isle_dread_tree_bamboo_stalk_20m_e = 0x000000C9
,
RenderImposterNames.sc_isle_dread_tree_bamboo_stalk_20m_f = 0x000000CA
,
RenderImposterNames.sc_isle_dread_tree_bamboo_stalk_20m_g = 0x000000CB
,
RenderImposterNames.sc_isle_dread_tree_bamboo_clump_b = 0x000000CC
,
RenderImposterNames.sc_isle_dread_tree_bamboo_clump_c = 0x000000CD
,
RenderImposterNames.sc_isle_dread_tree_bamboo_clump_d = 0x000000CE
,
RenderImposterNames.sc_isle_dread_tree_bamboo_stalk_20m_a = 0x000000CF
,
RenderImposterNames.sc_isle_dread_tree_bamboo_stalk_20m_b = 0x000000D0
,
RenderImposterNames.sc_isle_dread_tree_bamboo_stalk_20m_c = 0x000000D1
,
RenderImposterNames.sc_isle_dread_tree_bamboo_stalk_20m_d = 0x000000D2
,
RenderImposterNames.sc_isle_dread_tree_dead_tar_trunk_e = 0x000000D3
,
RenderImposterNames.sc_isle_dread_tree_dead_tar_trunk_d = 0x000000D4
,
RenderImposterNames.sc_isle_dread_tree_dead_tar_trunk_c = 0x000000D5
,
RenderImposterNames.sc_isle_dread_tree_dead_tar_trunk_b = 0x000000D6
,
RenderImposterNames.sc_isle_dread_tree_redwood_30m_b = 0x000000D7
,
RenderImposterNames.sc_isle_dread_tree_redwood_30m_a = 0x000000D8
,
RenderImposterNames.sc_isle_dread_tree_treefern_15m_a = 0x000000D9
,
RenderImposterNames.sc_isle_dread_tree_treefern_12m_b = 0x000000DA
,
RenderImposterNames.sc_isle_dread_tree_treefern_12m_a = 0x000000DB
,
RenderImposterNames.sc_isle_dread_tree_treefern_10m_c = 0x000000DC
,
RenderImposterNames.sc_isle_dread_tree_treefern_10m_b = 0x000000DD
,
RenderImposterNames.sc_isle_dread_tree_treefern_10m_a = 0x000000DE
,
RenderImposterNames.sc_isle_dread_tree_redwood_100m_c = 0x000000DF
,
RenderImposterNames.sc_isle_dread_tree_redwood_100m_b = 0x000000E0
,
RenderImposterNames.sc_isle_dread_tree_redwood_100m_a = 0x000000E1
,
RenderImposterNames.sc_isle_dread_tree_redwood_70m_c = 0x000000E2
,
RenderImposterNames.sc_isle_dread_tree_redwood_70m_b = 0x000000E3
,
RenderImposterNames.sc_isle_dread_tree_redwood_70m_a = 0x000000E4
,
RenderImposterNames.sc_isle_dread_tree_redwood_60m_a = 0x000000E5
,
RenderImposterNames.sc_isle_dread_tree_redwood_40m_b = 0x000000E6
,
RenderImposterNames.sc_isle_dread_tree_redwood_40m_a = 0x000000E7
,
RenderImposterNames.sc_isle_dread_tree_redwood_30m_c = 0x000000E8
} |
|
|
|
enum | RenderLocationWidgets : uint {
RenderLocationWidgets.Everything = 0x00000001
,
RenderLocationWidgets.AllHoldingLocations = 0x00000002
,
RenderLocationWidgets.AllBones = 0x00000003
,
RenderLocationWidgets.SelectedInHoldingPreview = 0x00000004
,
RenderLocationWidgets.None = 0x00000005
} |
|
|
|
enum | RenderLODClass : uint {
RenderLODClass.LargeStructure = 0x00000011
,
RenderLODClass.PlayerAvatar = 0x00000012
,
RenderLODClass.SmallStructure = 0x00000013
,
RenderLODClass.SmallDecor = 0x00000014
,
RenderLODClass.Landmark = 0x00000015
,
RenderLODClass.MediumDecor = 0x00000016
,
RenderLODClass.LargeDecor = 0x00000017
,
RenderLODClass.DungeonLight = 0x00000018
,
RenderLODClass.NPC = 0x10000001
,
RenderLODClass.StructureGear = 0x10000002
,
RenderLODClass.Monster_Large = 0x10000003
,
RenderLODClass.Landmark_NearShadows = 0x10000004
,
RenderLODClass.Landmark_Extended_Farview = 0x10000005
,
RenderLODClass.Scenery_Large = 0x10000006
,
RenderLODClass.Scenery_Medium = 0x10000007
,
RenderLODClass.Scenery_XLarge = 0x10000008
,
RenderLODClass.Scenery_Small = 0x10000009
,
RenderLODClass.Scenery_XSmall = 0x1000000A
,
RenderLODClass.Landmark_Extended_Farview_Ridiculous = 0x1000000B
} |
|
|
|
enum | ResourceSet : uint {
ResourceSet.CharGen = 0x00000002
,
ResourceSet.Beach = 0x00000003
,
ResourceSet.Village = 0x00000004
,
ResourceSet.Wilderness = 0x00000005
} |
|
|
|
enum | ResourceSets : uint {
ResourceSets.CharGen = 0x00000002
,
ResourceSets.Beach = 0x00000003
,
ResourceSets.Village = 0x00000004
,
ResourceSets.Wilderness = 0x00000005
} |
|
|
|
enum | ReticleState : uint {
ReticleState.Undef = 0x00000000
,
ReticleState.Combat = 0x00000001
,
ReticleState.Friendly = 0x00000002
,
ReticleState.Open = 0x00000003
,
ReticleState.Converse = 0x00000004
,
ReticleState.Enter = 0x00000005
,
ReticleState.Usage = 0x00000006
,
ReticleState.Grab = 0x00000007
,
ReticleState.Invalid = 0x00000008
,
ReticleState.OutOfRange = 0x00000009
,
ReticleState.Pull = 0x0000000A
,
ReticleState.Cursor = 0x0000000B
,
ReticleState.Default = 0x0000000C
,
ReticleState.Resurrect = 0x0000000D
,
ReticleState.Blank = 0x0000000E
} |
|
|
|
enum | RewardType : uint {
RewardType.Invalid = 0x00000000
,
RewardType.DrowAvailability = 0x00000001
,
RewardType.InventoryUpgrade1 = 0x00000002
,
RewardType.BankUpgrade1 = 0x00000004
,
RewardType.BankUpgrade2 = 0x00000005
,
RewardType.BankUpgrade3 = 0x00000006
,
RewardType.BankUpgrade4 = 0x00000007
,
RewardType.InventoryEligibility1 = 0x00000008
,
RewardType.BuffArcane1 = 0x00000009
,
RewardType.AmmoVendor1 = 0x0000000A
,
RewardType.AmmoVendor2 = 0x0000000B
,
RewardType.BuffRunSpeed1 = 0x0000000C
,
RewardType.KitVendor1 = 0x0000000D
,
RewardType.BuffDivine1 = 0x0000000E
,
RewardType.KitVendor2 = 0x0000000F
,
RewardType.BuffDivine2 = 0x00000010
,
RewardType.CureVendor1 = 0x00000011
,
RewardType.ExpertEquipmentRepair = 0x00000012
,
RewardType.ExpertAccessoryRepair = 0x00000013
,
RewardType.ThirtyTwoPointCharacter = 0x00000014
,
RewardType.ChamberReward1 = 0x00000015
,
RewardType.DraconicVitalityReward = 0x00000017
,
RewardType.SilverFlameArmory = 0x00000019
,
RewardType.MeridiaEldritchAccessReward = 0x0000001A
,
RewardType.LargeIngredientsBagReward = 0x0000001B
,
RewardType.YugolothReward1 = 0x0000001C
,
RewardType.YugolothReward2 = 0x0000001D
,
RewardType.NewCharacterHeadStart = 0x0000001E
,
RewardType.FavoredSoul = 0x0000001F
,
RewardType.CoinLord_FinishingSchool = 0x00000020
,
RewardType.CannithReward1 = 0x00000021
,
RewardType.CannithReward2 = 0x00000022
,
RewardType.CannithReward3 = 0x00000023
,
RewardType.NewCharacterHeadStart2 = 0x00000024
,
RewardType.PurpleDragonReward1 = 0x00000025
,
RewardType.PurpleDragonReward2 = 0x00000026
,
RewardType.PurpleDragonReward3 = 0x00000027
,
RewardType.HarperReward1 = 0x00000028
,
RewardType.HarperReward2 = 0x00000029
,
RewardType.HarperReward3 = 0x0000002A
,
RewardType.HarperReward4 = 0x0000002B
,
RewardType.AllRewardRank7 = 0x0000002C
,
RewardType.PurpleDragonReward4 = 0x0000002D
,
RewardType.PurpleDragonReward5 = 0x0000002F
,
RewardType.GatekeeperReward1 = 0x00000031
,
RewardType.GatekeeperReward2 = 0x00000032
,
RewardType.Warlock = 0x00000033
,
RewardType.FeatherReward1 = 0x00000034
,
RewardType.FeatherReward2 = 0x00000035
,
RewardType.FeatherReward3 = 0x00000036
,
RewardType.FeatherReward4 = 0x00000037
,
RewardType.FavorGatekeepersOne = 0x00000038
,
RewardType.FavorHarpersTwo = 0x00000039
,
RewardType.FavorHarpersOne = 0x0000003A
,
RewardType.FavorGatekeepersThree = 0x0000003B
,
RewardType.FavorPdkFour = 0x0000003C
,
RewardType.FavorPdkTwo = 0x0000003D
,
RewardType.FavorGatekeepersTwo = 0x0000003E
,
RewardType.FavorAoaThree = 0x0000003F
,
RewardType.FavorTwelveFour = 0x00000040
,
RewardType.FavorHousePOne = 0x00000041
,
RewardType.FavorHouseJThree = 0x00000042
,
RewardType.FavorHouseJOne = 0x00000043
,
RewardType.FavorHouseDOne = 0x00000044
,
RewardType.FavorHouseJTwo = 0x00000045
,
RewardType.FavorFreeAgentsFour = 0x00000046
,
RewardType.FavorHouseDThree = 0x00000047
,
RewardType.FavorHouseDTwo = 0x00000048
,
RewardType.SharnCouncilReward1 = 0x00000049
,
RewardType.SharnCouncilReward2 = 0x0000004A
,
RewardType.SharnCouncilReward3 = 0x0000004B
,
RewardType.SharnCouncilReward4 = 0x0000004C
,
RewardType.SummerCourtReward1 = 0x0000004D
,
RewardType.SummerCourtReward2 = 0x0000004E
,
RewardType.SummerCourtReward3 = 0x0000004F
,
RewardType.SummerCourtReward4 = 0x00000050
,
RewardType.MorgraveUniversityReward1 = 0x00000051
,
RewardType.MorgraveUniversityReward2 = 0x00000052
,
RewardType.MorgraveUniversityReward3 = 0x00000053
,
RewardType.MorgraveUniversityReward4 = 0x00000054
,
RewardType.WarforgedAvailability = 0x00000055
,
RewardType.FavorGatekeepersFour = 0x00000056
} |
|
|
|
enum | Roll_Direction : uint {
Roll_Direction.Undef = 0x00000000
,
Roll_Direction.RollRight = 0x00000001
,
Roll_Direction.RollForward = 0x00000002
,
Roll_Direction.RollBack = 0x00000003
,
Roll_Direction.RollLeft = 0x00000004
} |
|
|
|
enum | RunearmChargeState : uint {
RunearmChargeState.Undef = 0x00000000
,
RunearmChargeState.Hold = 0x00000001
,
RunearmChargeState.Charging = 0x00000002
,
RunearmChargeState.Cooldown = 0x00000004
,
RunearmChargeState.Decay = 0x00000005
,
RunearmChargeState.Idle = 0x00000006
} |
|
|
|
enum | SaveOnExit : uint {
SaveOnExit.Invalid = 0x00000000
,
SaveOnExit.SaveAlways = 0x00000001
,
SaveOnExit.PromptMe = 0x00000002
,
SaveOnExit.NeverSave = 0x00000003
,
SaveOnExit.SaveSelected = 0x00000004
} |
|
|
|
enum | SaveResult : uint {
SaveResult.Undef = 0x00000000
,
SaveResult.Negate = 0x00000001
,
SaveResult.Special = 0x00000002
,
SaveResult.Half = 0x00000003
,
SaveResult.Fail = 0x00000007
,
SaveResult.No = 0x00000008
} |
|
|
|
enum | SaveType : uint {
SaveType.Undef = 0x00000000
,
SaveType.Fortitude = 0x00000001
,
SaveType.Reflex = 0x00000002
,
SaveType.Will = 0x00000003
,
SaveType.Skill_Balance = 0x00000005
,
SaveType.Max_Strength_Or_Dexterity = 0x00000006
,
SaveType.Strength = 0x00000007
,
SaveType.Dexterity = 0x00000008
} |
|
|
|
enum | ScaleType : uint {
ScaleType.TotalExcludeChildScale = 0x00000001
,
ScaleType.Total = 0x00000002
,
ScaleType.ModelChildScaleOnly = 0x00000003
,
ScaleType.None = 0x00000004
} |
|
|
|
enum | SceneID : uint {
SceneID.Invalid = 0x00000000
,
SceneID.PrologueScene1 = 0x00000001
,
SceneID.Login = 0x00000004
,
SceneID.Logout = 0x00000005
,
SceneID.Teleport = 0x00000006
,
SceneID.DungeonEntrance = 0x00000017
,
SceneID.CityEntrance = 0x00000018
,
SceneID.LostCryptEntrance = 0x00000019
,
SceneID.DelerasTombEntrance = 0x0000001A
,
SceneID.DerelictWarehouseEntrance = 0x0000001B
,
SceneID.DelerasEntryEntrance = 0x0000001C
,
SceneID.DeepSewersEntrance = 0x0000001D
,
SceneID.TheManorEntrance = 0x0000001E
,
SceneID.SewerHoleEntrance = 0x0000001F
,
SceneID.FireCavesEntrance = 0x00000020
,
SceneID.PhelsTombEntrance = 0x00000021
,
SceneID.DarkCellarEntrance = 0x00000022
,
SceneID.NecroticLairEntrance = 0x00000023
,
SceneID.DelerasPrisonEntrance = 0x00000024
,
SceneID.TestEntrance = 0x00000025
,
SceneID.TestEntrance2 = 0x00000026
,
SceneID.EasternExcavationEntrance = 0x00000027
,
SceneID.WesternExcavationEntrance = 0x00000028
,
SceneID.GateChamberEntrance = 0x00000029
,
SceneID.AbandonedExcavationEntrance = 0x0000002A
,
SceneID.NexusChamberEntrance = 0x0000002B
,
SceneID.AbandonedKeepEntrance = 0x0000002C
,
SceneID.HouseJorascoEntrance = 0x0000002D
,
SceneID.HouseDeneithEntrance = 0x0000002E
,
SceneID.TwelveEntrance = 0x0000002F
,
SceneID.HouseKundarakEntrance = 0x00000030
,
SceneID.HousePhiarlanEntrance = 0x00000031
,
SceneID.HarborEntrance = 0x00000032
,
SceneID.ChurchEntrance = 0x00000033
,
SceneID.MarketEntrance = 0x00000034
,
SceneID.NaturalCavesEntrance = 0x00000035
,
SceneID.GiantCavesEntrance = 0x00000036
,
SceneID.MawOfXoriat = 0x00000037
,
SceneID.ShrineStormbringer = 0x00000038
,
SceneID.QuickfootHideout = 0x0000003A
,
SceneID.TheMerchantsCrate = 0x0000003B
,
SceneID.LairoftheNecromancer = 0x0000003C
,
SceneID.IrestoneInlet = 0x0000003D
,
SceneID.BustItUp = 0x0000003F
,
SceneID.DrydenFamilyTomb = 0x00000040
,
SceneID.DankSewers = 0x00000041
,
SceneID.TheCatacombs = 0x00000042
,
SceneID.HarborSewer = 0x00000043
,
SceneID.WarehouseBasement = 0x00000044
,
SceneID.DrydensChamber = 0x00000045
,
SceneID.ClanGnashtoothPrison = 0x00000046
,
SceneID.ClanTunnelwormPrison = 0x00000049
,
SceneID.LowerCathedral = 0x0000004A
,
SceneID.ClanTunnelwormLair = 0x0000004B
,
SceneID.DeepSewers = 0x0000004C
,
SceneID.CoinlordSewers = 0x0000004D
,
SceneID.BonebiteHideout = 0x0000004E
,
SceneID.PatriarchsCrypt = 0x0000004F
,
SceneID.ArcherPoint = 0x00000050
,
SceneID.RiseoftheUndead = 0x00000052
,
SceneID.DarkSewers = 0x00000053
,
SceneID.Sanctuary = 0x00000054
,
SceneID.ClanGnashtoothSewer = 0x00000056
,
SceneID.SmallSewer = 0x00000057
,
SceneID.SewerHole = 0x00000058
,
SceneID.Warehouse = 0x00000059
,
SceneID.AbandonedWarehouse = 0x0000005A
,
SceneID.KoboldInfestation = 0x0000005B
,
SceneID.LibraryArchives = 0x0000005C
,
SceneID.HobgoblinLair = 0x0000005D
,
SceneID.KoboldPrison = 0x0000005E
,
SceneID.KoboldBlockade = 0x0000005F
,
SceneID.HobgoblinEncampment = 0x00000060
,
SceneID.DeadHalls = 0x00000061
,
SceneID.OldSullysBasement = 0x00000062
,
SceneID.EmeraldClawsLaboratory = 0x00000063
,
SceneID.ScorchedRuin = 0x00000064
,
SceneID.ThreeBarrelCove = 0x00000065
,
SceneID.XantilarWastes = 0x00000066
,
SceneID.ScoundrelsRun = 0x00000067
,
SceneID.RedwillowRuins = 0x00000068
,
SceneID.MainSewerHub = 0x00000069
,
SceneID.SoulstoneRecall = 0x0000006A
,
SceneID.SacredHelm = 0x0000006F
,
SceneID.InBlockTeleport = 0x00000070
,
SceneID.KorromarCaverns = 0x00000071
,
SceneID.InnerTemple = 0x00000072
,
SceneID.KorromarCave = 0x00000073
,
SceneID.SeaAmbush = 0x00000074
,
SceneID.TheLowRoad = 0x00000075
,
SceneID.ParthilcarTowerCrypt = 0x00000076
,
SceneID.KorromarSewer = 0x00000077
,
SceneID.TroglodyteClutch = 0x00000078
,
SceneID.OminousSewer = 0x00000079
,
SceneID.TheButchersPath = 0x0000007A
,
SceneID.GarlsTomb = 0x0000007B
,
SceneID.Haverdasher = 0x0000007C
,
SceneID.FallowcrestLibrary = 0x0000007D
,
SceneID.StormcleaveOutpost = 0x0000007E
,
SceneID.GiantSewers = 0x0000007F
,
SceneID.ClanGnashtoothPrison2 = 0x00000080
,
SceneID.SorrowduskIsland = 0x00000081
,
SceneID.GuardCrypt = 0x00000082
,
SceneID.ClanGnashtoothPrison3 = 0x00000083
,
SceneID.HazadillsShippingWarehouse = 0x00000084
,
SceneID.IronMine = 0x00000085
,
SceneID.KorromarDigs = 0x00000086
,
SceneID.TanglerootGorge = 0x00000087
,
SceneID.SplinterskullInner = 0x00000088
,
SceneID.FireCaves = 0x00000089
,
SceneID.GladewatchOutpost = 0x0000008A
,
SceneID.GreyMoonsDen = 0x0000008B
,
SceneID.RamshackleWarehouse = 0x0000008C
,
SceneID.KenebrookesBasement = 0x0000008D
,
SceneID.MillersHouse = 0x0000008E
,
SceneID.SplinterskullOuter = 0x0000008F
,
SceneID.TempleOutpost = 0x00000090
,
SceneID.HiddenChapel = 0x00000091
,
SceneID.MustySmellingWarehouse = 0x00000092
,
SceneID.OsgoodsBasement = 0x00000093
,
SceneID.OuterTemple = 0x00000094
,
SceneID.ClanGnashtoothSewer2 = 0x00000095
,
SceneID.ValaksMausoleum = 0x00000096
,
SceneID.BringingTheLight = 0x00000097
,
SceneID.IntheRuins = 0x00000098
,
SceneID.HouseDeneith = 0x00000099
,
SceneID.HouseJorasco = 0x0000009A
,
SceneID.HousePhiarlan = 0x0000009B
,
SceneID.HouseKundarak = 0x0000009C
,
SceneID.TheTwelve = 0x0000009D
,
SceneID.AdeptsRest = 0x0000009E
,
SceneID.ScorchedCavern = 0x0000009F
,
SceneID.Harbor = 0x000000A0
,
SceneID.DelerasAntechamber = 0x000000A1
,
SceneID.DelerasReliquary = 0x000000A2
,
SceneID.NecromancersLair = 0x000000A3
,
SceneID.DelerasTomb = 0x000000A4
,
SceneID.EasternCatacombs = 0x000000A5
,
SceneID.ThrenalArena = 0x000000A6
,
SceneID.DepthsOfDoom = 0x000000A7
,
SceneID.DepthsOfDarkness = 0x000000A8
,
SceneID.TempestsSpine = 0x000000A9
,
SceneID.SlimeInfestedWarehouse = 0x000000AA
,
SceneID.GiantLair = 0x000000AB
,
SceneID.AlchemistsLaboratory = 0x000000AC
,
SceneID.RedfangsNestingGrounds = 0x000000AD
,
SceneID.NorthernRuins = 0x000000AE
,
SceneID.LibraryOfThrenal = 0x000000AF
,
SceneID.DepthsOfDiscord = 0x000000B0
,
SceneID.RuinsOfThrenal = 0x000000B1
,
SceneID.GateBlackMoon = 0x000000B2
,
SceneID.DepthsOfDespair = 0x000000B3
,
SceneID.FlameLordsHaven = 0x000000B4
,
SceneID.BrutesBarracks = 0x000000B5
,
SceneID.HauntedWarehouse = 0x000000B6
,
SceneID.SunkenSewer = 0x000000B7
,
SceneID.ErstwhileEmporium = 0x000000B9
,
SceneID.InTheRunes = 0x000000BB
,
SceneID.BellyUpTavern = 0x000000BD
,
SceneID.VestriisArms = 0x000000BE
,
SceneID.MarketplaceBank = 0x000000BF
,
SceneID.AnvilfireInn = 0x000000C0
,
SceneID.CultistsShrine = 0x000000C1
,
SceneID.TheIronMines = 0x000000C2
,
SceneID.SmugglersWarehouse = 0x000000C3
,
SceneID.ThePatriarchsCrypt = 0x000000C4
,
SceneID.EyegougersBasement = 0x000000C5
,
SceneID.CartamonsShippingWarehouse = 0x000000C6
,
SceneID.TheKoboldsBlockade = 0x000000C7
,
SceneID.TheTempleOutpost = 0x000000C8
,
SceneID.FaneOfTheSix = 0x000000C9
,
SceneID.AboardTheSeaWitch = 0x000000CA
,
SceneID.ClanGnashtoothLair = 0x000000CB
,
SceneID.WavecrestInnBasement = 0x000000CC
,
SceneID.SorrowduskTemple = 0x000000CD
,
SceneID.TheSanctuary = 0x000000CE
,
SceneID.TheWaterworks = 0x000000CF
,
SceneID.OuterSplinterskullFortress = 0x000000D0
,
SceneID.DragonExperience = 0x000000D1
,
SceneID.DelerasGraveyard = 0x000000D2
,
SceneID.TheScavengersWarren = 0x000000D3
,
SceneID.TheKidnappersRefuge = 0x000000D4
,
SceneID.RuinedHalls = 0x000000D5
,
SceneID.TheSteamTunnels = 0x000000D6
,
SceneID.TheWesternRuins = 0x000000D7
,
SceneID.TheHallsOfShanToKor = 0x000000D8
,
SceneID.TheFoulChambers = 0x000000D9
,
SceneID.LairOfSummoning = 0x000000DA
,
SceneID.ForgottenCaverns = 0x000000DB
,
SceneID.TheScorchedCaverns = 0x000000DC
,
SceneID.VaultOfTheRestless = 0x000000DD
,
SceneID.ClovenjawStronghold = 0x000000DE
,
SceneID.GwylansStand = 0x000000DF
,
SceneID.CavernsOfShaagh = 0x000000E0
,
SceneID.MillerTarrigansHouse = 0x000000E1
,
SceneID.DenOfTheKoboldBrothers = 0x000000E2
,
SceneID.InnerSplinterskullFortress = 0x000000E3
,
SceneID.HauntedLibrary = 0x000000E4
,
SceneID.ChamberOfInsanity = 0x000000E5
,
SceneID.MarketplaceBazaar = 0x000000E6
,
SceneID.ObjectDesire = 0x000000E7
,
SceneID.HammerAndChain = 0x000000E8
,
SceneID.BogwaterTavern = 0x000000E9
,
SceneID.TheEverFullFlagon = 0x000000EA
,
SceneID.LionsHeadArmory = 0x000000EB
,
SceneID.HouseOfWizardry = 0x000000EC
,
SceneID.PhoenixTavern = 0x000000ED
,
SceneID.TheSaltyWenchTavern = 0x000000EE
,
SceneID.TowerOfTheTwelve = 0x000000EF
,
SceneID.EmptyHanded = 0x000000F0
,
SceneID.TheLeakyDinghy = 0x000000F1
,
SceneID.TheWavecrestInn = 0x000000F2
,
SceneID.TheRustyNail = 0x000000F3
,
SceneID.ColdFiredArmory = 0x000000F4
,
SceneID.TheGoldenWingInn = 0x000000F5
,
SceneID.OpenPalmInn = 0x000000F6
,
SceneID.DrowningSorrowsTavern = 0x000000F7
,
SceneID.FareTrades = 0x000000F8
,
SceneID.HarbormastersHouse = 0x000000F9
,
SceneID.TheEyeOfKorran = 0x000000FA
,
SceneID.FeathersFallApothecary = 0x000000FB
,
SceneID.LiquidCharm = 0x000000FC
,
SceneID.SecondGauntletGoods = 0x000000FD
,
SceneID.DragontoothArms = 0x000000FE
,
SceneID.DagowardsApothecary = 0x000000FF
,
SceneID.TheWaywardLobster = 0x00000100
,
SceneID.TheOneEaredBugbearTavern = 0x00000101
,
SceneID.HammersmithsInn = 0x00000102
,
SceneID.Tutorial1 = 0x00000103
,
SceneID.RooksGambit = 0x00000104
,
SceneID.SmugglersRest = 0x00000105
,
SceneID.EuphoniasChallenge = 0x00000106
,
SceneID.CombatMagicRoom = 0x00000107
,
SceneID.CombatTrainingRoom = 0x00000108
,
SceneID.StealthRoom = 0x00000109
,
SceneID.HealingMagicRoom = 0x0000010A
,
SceneID.KundarakBank = 0x0000010B
,
SceneID.DelversCanteen = 0x0000010C
,
SceneID.PosternGateWilds = 0x0000010D
,
SceneID.IrestoneInletNoMap = 0x0000010E
,
SceneID.GwylansStandNoMap = 0x0000010F
,
SceneID.RedwillowsRuinsNoMap = 0x00000110
,
SceneID.ThreeBarrelCoveNoMap = 0x00000111
,
SceneID.StormcleaveOutpostNoMap = 0x00000112
,
SceneID.TanglerootGorgeNoMap = 0x00000113
,
SceneID.RuinsOfThrenalNoMap = 0x00000114
,
SceneID.TempestsSpineNoMap = 0x00000115
,
SceneID.SorrowduskIsleNoMap = 0x00000116
,
SceneID.CavernsOfKorromarNoMap = 0x00000117
,
SceneID.ArcherPointNoMap = 0x00000118
,
SceneID.GladewatchOutpostNoMap = 0x00000119
,
SceneID.FaneOfTheSix2 = 0x0000011A
,
SceneID.TheIronMines2 = 0x0000011B
,
SceneID.GateBlackMoon2 = 0x0000011C
,
SceneID.FireCaves2 = 0x0000011D
,
SceneID.SorrowduskTemple2 = 0x0000011E
,
SceneID.TheWesternRuins2 = 0x0000011F
,
SceneID.TheWesternRuins3 = 0x00000120
,
SceneID.NorthernRuins2 = 0x00000121
,
SceneID.GreyMoonsDen2 = 0x00000122
,
SceneID.TheTempleOutpost2 = 0x00000123
,
SceneID.LibraryOfThrenal2 = 0x00000124
,
SceneID.GarlsTomb2 = 0x00000125
,
SceneID.LibraryOfThrenal3 = 0x00000126
,
SceneID.WavecrestInnBasement2 = 0x00000127
,
SceneID.DrydensChamber2 = 0x00000128
,
SceneID.OuterSplinterskullFortress2 = 0x00000129
,
SceneID.OuterSplinterskullFortress3 = 0x0000012A
,
SceneID.InnerSplinterskullFortress2 = 0x0000012B
,
SceneID.OuterSplinterskullFortress4 = 0x0000012C
,
SceneID.InnerSplinterskullFortress3 = 0x0000012D
,
SceneID.OuterSplinterskullFortress5 = 0x0000012E
,
SceneID.OuterSplinterskullFortress6 = 0x0000012F
,
SceneID.OuterSplinterskullFortress7 = 0x00000130
,
SceneID.HazadillsShippingWarehouse2 = 0x00000131
,
SceneID.TheSanctuary2 = 0x00000132
,
SceneID.XorianCipherIndoor = 0x00000133
,
SceneID.XorianCipherOutdoor = 0x00000134
,
SceneID.DelerasTomb2 = 0x00000135
,
SceneID.TharashkArena = 0x00000136
,
SceneID.HaywireFoundry = 0x00000137
,
SceneID.TempleOfVol = 0x00000138
,
SceneID.Purgatory = 0x00000139
,
SceneID.JunglesOfKhyberInterior = 0x0000013A
,
SceneID.ThePit = 0x0000013B
,
SceneID.JunglesOfKhyberExterior = 0x0000013C
,
SceneID.ArzagKhorSewers = 0x0000013D
,
SceneID.StromvauldsMine = 0x0000013E
,
SceneID.KnavesHollow = 0x0000013F
,
SceneID.VaultOfNight = 0x00000140
,
SceneID.Orphne = 0x00000141
,
SceneID.TrollLair = 0x00000142
,
SceneID.TheWaterworksInvasion = 0x00000143
,
SceneID.KoboldIsland = 0x00000144
,
SceneID.XuekainesStudy = 0x00000145
,
SceneID.RestlessIslesWildmen = 0x00000147
,
SceneID.GholaFansCompound = 0x00000148
,
SceneID.TwilightForge = 0x00000149
,
SceneID.CartamonsShippingWarehouse2 = 0x0000014B
,
SceneID.RestlessIslesMap = 0x0000014C
,
SceneID.ShriekingMines = 0x0000014D
,
SceneID.RestlessIslesOgres = 0x0000014E
,
SceneID.RestlessIslesFoothold = 0x0000014F
,
SceneID.RestlessIslesPassage = 0x00000150
,
SceneID.JornFamilyCrypt = 0x00000151
,
SceneID.PenitentsRest = 0x00000152
,
SceneID.VartogsTower = 0x00000153
,
SceneID.ScragsSewer = 0x00000154
,
SceneID.SharpwoodsWarehouse = 0x00000155
,
SceneID.SylvanHill1 = 0x00000156
,
SceneID.SylvanHill2 = 0x00000157
,
SceneID.MountainKing = 0x00000167
,
SceneID.SovereignHostTemple = 0x00000169
,
SceneID.NecropolisTombUnhallowed = 0x0000016A
,
SceneID.NecropolisTombTormented = 0x0000016B
,
SceneID.NecropolisTombForbidden = 0x0000016C
,
SceneID.NecropolisTombBurningHeart = 0x0000016D
,
SceneID.NecropolisShadowCrypt = 0x0000016E
,
SceneID.NecropolisCursedCrypt = 0x0000016F
,
SceneID.NecropolisTombDamned = 0x00000170
,
SceneID.NecropolisBlackMausoleum = 0x00000171
,
SceneID.NecropolisTombShadowLord = 0x00000172
,
SceneID.NecropolisTombShadowGuard = 0x00000173
,
SceneID.NecropolisBloodyCrypt = 0x00000174
,
SceneID.NecropolisTombCrimsonHeart = 0x00000175
,
SceneID.NecropolisTombShadowKing = 0x00000176
,
SceneID.NecropolisTombImmortalHeart = 0x00000177
,
SceneID.NecropolisTombShadowKnight = 0x00000178
,
SceneID.NecropolisTombSanguineHeart = 0x00000179
,
SceneID.WarforgedTitan = 0x0000017A
,
SceneID.StonePillarHold = 0x0000017B
,
SceneID.KeepersSanctuary = 0x0000017C
,
SceneID.NecropolisLandscape = 0x0000017D
,
SceneID.TeleportationFailure = 0x0000017E
,
SceneID.TombOfTheAncients = 0x0000017F
,
SceneID.RestlessIslesNoMap = 0x00000180
,
SceneID.PortableHole = 0x00000181
,
SceneID.TombOfThePhysician = 0x00000182
,
SceneID.FallenShrine = 0x00000183
,
SceneID.VulkoorimCreche = 0x00000184
,
SceneID.CourtOfLailat = 0x00000185
,
SceneID.VulkoorSpiral = 0x00000186
,
SceneID.TombOfTheAstrologer = 0x00000187
,
SceneID.PashasPavilion = 0x00000188
,
SceneID.MenechtarunNoMap = 0x00000189
,
SceneID.TombOfTheWizardKing = 0x0000018A
,
SceneID.FirebrandWarrens = 0x0000018B
,
SceneID.WindlasherDen = 0x0000018C
,
SceneID.BrokenHighway = 0x0000018D
,
SceneID.CircleOfEternity = 0x0000018E
,
SceneID.Menechtarun = 0x0000018F
,
SceneID.BurningCity = 0x00000190
,
SceneID.ZawabisRefuge = 0x00000191
,
SceneID.SpireOfValidus = 0x00000192
,
SceneID.ParthilcarTowerCrypt2 = 0x00000193
,
SceneID.WhisperdoomsLair = 0x00000194
,
SceneID.GateOfNightmares = 0x00000195
,
SceneID.HaywireGrotto = 0x00000196
,
SceneID.PKTestDungeon = 0x00000197
,
SceneID.PKCTFJump = 0x00000198
,
SceneID.PKLavaCaves = 0x00000199
,
SceneID.JungleClearing = 0x0000019A
,
SceneID.KarsmoreHub = 0x0000019B
,
SceneID.PoolOfReflection = 0x0000019C
,
SceneID.Crater = 0x0000019D
,
SceneID.DesertArena = 0x0000019E
,
SceneID.ShroudedVale = 0x0000019F
,
SceneID.PKDeathChamber = 0x000001A0
,
SceneID.GoodbladesHouse = 0x000001A1
,
SceneID.MaseiImport = 0x000001A2
,
SceneID.WavecrestTutorial = 0x000001A3
,
SceneID.HouseKundarakFacingEntryStoryQuest = 0x000001A7
,
SceneID.HouseDeneithQuestBestowerStoryQuest = 0x000001A8
,
SceneID.HouseDeneithFacingEntryStoryQuest = 0x000001A9
,
SceneID.HousePhiarlanFacingEntryAdventureArea = 0x000001AB
,
SceneID.HousePhiarlanQuestBestowerAdventureArea = 0x000001AC
,
SceneID.HouseJorascoFacingEntryAdventureArea = 0x000001AD
,
SceneID.HouseDeneithQuestBestowerAdventureArea = 0x000001AF
,
SceneID.HouseKundarakFacingEntryAdventureArea = 0x000001B0
,
SceneID.HouseJorascoFacingEntryStoryQuest = 0x000001B1
,
SceneID.HouseKundarakQuestBestowerAdventureArea = 0x000001B2
,
SceneID.MenechtarunFacingEntryAdventureArea = 0x000001B3
,
SceneID.HousePhiarlanFacingEntryStoryQuest = 0x000001B5
,
SceneID.HouseDeneithFacingEntryAdventureArea = 0x000001B6
,
SceneID.HouseJorascoQuestBestowerStoryQuest = 0x000001B8
,
SceneID.HousePhiarlanQuestBestowerStoryQuest = 0x000001B9
,
SceneID.HouseJorascoQuestBestowerAdventureArea = 0x000001BB
,
SceneID.MenechtarunQuestBestowerAdventureArea = 0x000001BC
,
SceneID.HouseKundarakQuestBestowerStoryQuest = 0x000001BD
,
SceneID.HarborQuestBestowerStoryQuest = 0x000001BE
,
SceneID.HarborFacingEntryAdventureArea = 0x000001BF
,
SceneID.HarborFacingEntryStoryQuest = 0x000001C0
,
SceneID.HarborQuestBestowerAdventureArea = 0x000001C1
,
SceneID.MenechtarunQuestBestowerStoryQuest = 0x000001C2
,
SceneID.MenechtarunFacingEntryStoryQuest = 0x000001C3
,
SceneID.MarketFacingEntryStoryQuest = 0x000001C4
,
SceneID.MarketQuestBestowerStoryQuest = 0x000001C5
,
SceneID.MarketFacingEntryAdventureArea = 0x000001C6
,
SceneID.MarketQuestBestowerAdventureArea = 0x000001C7
,
SceneID.GiantholdPublic = 0x000001C8
,
SceneID.GiantholdPrisonOfThePlanes = 0x000001C9
,
SceneID.GiantholdTor = 0x000001CA
,
SceneID.GiantholdCrucible = 0x000001CB
,
SceneID.GiantholdMadstoneCrater = 0x000001CC
,
SceneID.GiantholdLandscape = 0x000001CD
,
SceneID.GiantholdAurumEncampment = 0x000001CE
,
SceneID.GiantholdOrcEncampment = 0x000001CF
,
SceneID.GiantholdTrollEncampment = 0x000001D0
,
SceneID.GiantholdRakshasaEncampent = 0x000001D1
,
SceneID.GiantholdHobgoblinEncampment = 0x000001D2
,
SceneID.GiantholdMinotaurEncampment = 0x000001D3
,
SceneID.GiantholdStormreaver = 0x000001D4
,
SceneID.NecropolisLandscapeQuest = 0x000001D5
,
SceneID.AtaraxiasHavenSmugglersHallow = 0x000001D9
,
SceneID.DragonmarkTraining = 0x000001DA
,
SceneID.AtaraxiasHavenMineshaftIV = 0x000001DB
,
SceneID.AtaraxiasHaven = 0x000001DC
,
SceneID.TombOfTheTormented = 0x000001DD
,
SceneID.TombOfTheUnhallowed = 0x000001DE
,
SceneID.TombOfTheForbidden = 0x000001DF
,
SceneID.FleshMakersLaboratory = 0x000001E0
,
SceneID.TheAscensionChamber = 0x000001E1
,
SceneID.TheCursedCrypt = 0x000001E2
,
SceneID.InfernoOfTheDamned = 0x000001E3
,
SceneID.TombOfTheBlighted = 0x000001E4
,
SceneID.OrchardOfTheMacabre = 0x000001E5
,
SceneID.TheBlackMausoleum = 0x000001E6
,
SceneID.DesecratedTempleOfVol = 0x000001E7
,
SceneID.DoomspheresHaunt = 0x000001E8
,
SceneID.searingHeights = 0x000001EA
,
SceneID.vileApothecary = 0x000001EB
,
SceneID.TheShroudGauntletWaningMoon = 0x000001EC
,
SceneID.Meridia = 0x000001ED
,
SceneID.TheShroudFroggerWaxingMoon = 0x000001EE
,
SceneID.DenOfObscurity = 0x000001EF
,
SceneID.EladrimStronghold = 0x000001F0
,
SceneID.CoalescenceChamber = 0x000001F1
,
SceneID.CrimsonFootHive = 0x000001F2
,
SceneID.ValeOfTwilight = 0x000001F3
,
SceneID.TheShroudWhirpoolFullMoon = 0x000001F4
,
SceneID.TwilightCanyons = 0x000001F5
,
SceneID.TheShroudPacmanNewMoon = 0x000001F6
,
SceneID.TheShroudDeathLostMoon = 0x000001F7
,
SceneID.TheShroud = 0x000001F8
,
SceneID.SubterraneCentral = 0x000001F9
,
SceneID.ThreeBarrelCoveTwoToedTobias = 0x000001FA
,
SceneID.ThreeBarrelCoveGhostOfAChance = 0x000001FB
,
SceneID.SubterraneEast = 0x000001FC
,
SceneID.SubterraneHoundRaid = 0x000001FD
,
SceneID.ThreeBarrelCoveProveYourWorth = 0x000001FE
,
SceneID.ThreeBarrelCoveProtectMontyHaul = 0x000001FF
,
SceneID.SubterraneHornedDevilRaid = 0x00000200
,
SceneID.NPEGrotto = 0x00000201
,
SceneID.NPEWilderness = 0x00000202
,
SceneID.NPEVillage = 0x00000203
,
SceneID.NPEMiserysPeak = 0x00000204
,
SceneID.NPEBeach = 0x00000205
,
SceneID.ReaversReachAussircasexsValley = 0x00000206
,
SceneID.ReaversReachLandscapeEerieForest = 0x00000207
,
SceneID.ReaversReachEnterTheKobold = 0x00000208
,
SceneID.ReaversReachMountReysalon = 0x00000209
,
SceneID.ReaversReachAirshipLanding = 0x0000020A
,
SceneID.ReaversReachPreyOnTheHunter = 0x0000020B
,
SceneID.ReaversReachLandscapeSoamiGardens = 0x0000020C
,
SceneID.ReaversReachMonastery = 0x0000020D
,
SceneID.ReaversReachStealerOfSouls = 0x0000020E
,
SceneID.ReaversReachPublic = 0x0000020F
,
SceneID.ShavDevilTemptation = 0x00000210
,
SceneID.ShavDevilMaze = 0x00000211
,
SceneID.ShavDevilLandscape = 0x00000212
,
SceneID.ShavDevilDeathstar = 0x00000213
,
SceneID.ShavDevilFortress = 0x00000214
,
SceneID.ShavPublic = 0x00000215
,
SceneID.ShavDevilRaid = 0x00000216
,
SceneID.ThreeBarrelCoveBlackLoch = 0x00000217
,
SceneID.DrowTide = 0x00000218
,
SceneID.CeruleanHillsFarmstead = 0x00000219
,
SceneID.CeruleanHillsFort = 0x0000021A
,
SceneID.CrimeWaveBankJob = 0x0000021B
,
SceneID.AtaraxiaResortSpa = 0x0000021C
,
SceneID.CrimeWaveLaundry = 0x0000021D
,
SceneID.CrimeWaveMansionJob = 0x0000021E
,
SceneID.ShavDevilTitan = 0x0000021F
,
SceneID.ShavDevilFlame = 0x00000220
,
SceneID.CrimeWaveHoldout = 0x00000221
,
SceneID.CrimeWaveMeeting = 0x00000222
,
SceneID.CrimeWaveRescue = 0x00000223
,
SceneID.InspiredDreamConspiracy = 0x00000224
,
SceneID.HarborInspired = 0x00000225
,
SceneID.DreamingQuoriMine = 0x00000226
,
SceneID.InspiredBrainwash = 0x00000227
,
SceneID.InspiredJeets = 0x00000228
,
SceneID.InspiredTradeMission = 0x00000229
,
SceneID.DreamingEye = 0x0000022A
,
SceneID.DreamingGiantRuins = 0x0000022B
,
SceneID.DreamingIsland = 0x0000022C
,
SceneID.DreamingDalQuor = 0x0000022D
,
SceneID.DreamingReclaiming = 0x0000022E
,
SceneID.HarborInspiredCourtyard = 0x0000022F
,
SceneID.SentinelsTheUnderSewer = 0x00000230
,
SceneID.SentinelsTower = 0x00000231
,
SceneID.SentinelsMart = 0x00000232
,
SceneID.SentinelsIsland = 0x00000233
,
SceneID.SentinelsBlackLoch = 0x00000234
,
SceneID.StandaloneDemonCave = 0x00000235
,
SceneID.StandaloneBlackDragon = 0x00000236
,
SceneID.StandaloneXoriatHouse = 0x00000237
,
SceneID.StandaloneTrogCave = 0x00000238
,
SceneID.SentinelsIslandHQ = 0x00000239
,
SceneID.CarnivalRooftop = 0x0000023A
,
SceneID.CarnivalGiant = 0x0000023B
,
SceneID.CarnivalFunhouse = 0x0000023C
,
SceneID.CarnivalCapstone = 0x0000023D
,
SceneID.CarnivalParty = 0x0000023E
,
SceneID.SwampLandscape = 0x0000023F
,
SceneID.SwampAquarium = 0x00000240
,
SceneID.SwampRefuge = 0x00000241
,
SceneID.SwampCapstone = 0x00000242
,
SceneID.SwampClaw = 0x00000243
,
SceneID.SwampPearl = 0x00000244
,
SceneID.AirshipEntrance = 0x00000245
,
SceneID.AirshipShowroom = 0x00000246
,
SceneID.Droaam2Capstone = 0x00000247
,
SceneID.Droaam1Framework = 0x00000248
,
SceneID.Droaam1Capstone = 0x00000249
,
SceneID.Droaam1Diplomats = 0x0000024A
,
SceneID.Droaam2Blockade = 0x0000024B
,
SceneID.Droaam2Undermine = 0x0000024C
,
SceneID.Droaam1Council = 0x0000024D
,
SceneID.Droaam1Public = 0x0000024E
,
SceneID.Droaam2Walls = 0x0000024F
,
SceneID.TimeRaid = 0x00000250
,
SceneID.EndlessNightBossArena = 0x00000251
,
SceneID.TimeRaid_Entrance = 0x00000252
,
SceneID.TimeRaid_Portal = 0x00000253
,
SceneID.TimeRaid_RustyNail = 0x00000254
,
SceneID.TimeRaid_Tent = 0x00000255
,
SceneID.EndlessNightBossArenaTier1 = 0x00000257
,
SceneID.EndlessNightBossArenaTier2 = 0x00000258
,
SceneID.EndlessNightBossArenaTier3 = 0x00000259
,
SceneID.DevilAssault = 0x0000025A
,
SceneID.Droaam2UnderminePlaza = 0x0000025B
,
SceneID.XoriatDelirium2 = 0x0000025C
,
SceneID.TakenStreets = 0x0000025D
,
SceneID.XoriatCapstone = 0x0000025E
,
SceneID.TakenLab = 0x0000025F
,
SceneID.XoriatOrlassk = 0x00000260
,
SceneID.TakenCapstone = 0x00000261
,
SceneID.XoriatAsylum = 0x00000262
,
SceneID.TakenWarehouse = 0x00000263
,
SceneID.FestivalPiratePublic = 0x00000264
,
SceneID.FestivalPirate = 0x00000265
,
SceneID.Blades1_Landscape = 0x00000266
,
SceneID.Blades1_BlowUp = 0x00000267
,
SceneID.Blades1_Power = 0x00000268
,
SceneID.Blades2_Challenge_A = 0x00000269
,
SceneID.Blades2_Challenge_B = 0x0000026A
,
SceneID.Blades2_Challenge_C = 0x0000026B
,
SceneID.Blades2_Challenge_D = 0x0000026C
,
SceneID.Blades2_Challenge_E = 0x0000026D
,
SceneID.Blades1_Raid_Forge = 0x0000026E
,
SceneID.Blades1_Raid_Artificer = 0x0000026F
,
SceneID.Blades1_Imp = 0x00000270
,
SceneID.HouseCannith = 0x00000271
,
SceneID.Blades1_Raid_Artificer_Preraid = 0x00000272
,
SceneID.Blades1_Raid_Forge_Preraid = 0x00000273
,
SceneID.Challenge_Gauntlet_A = 0x00000275
,
SceneID.Blades1_Landscape2 = 0x00000276
,
SceneID.Challenge_Crystal_Extraplanar_2 = 0x00000277
,
SceneID.Challenge_Assassin_Mansion_2 = 0x00000278
,
SceneID.Challenge_Crystal_Extraplanar_3 = 0x00000279
,
SceneID.Challenge_Assassin_Mansion_3 = 0x0000027A
,
SceneID.Challenge_Defense_Island_2 = 0x0000027B
,
SceneID.Challenge_Defense_Island_3 = 0x0000027C
,
SceneID.Challenge_Crystal_Lavacave_2 = 0x0000027D
,
SceneID.Challenge_Crystal_Lavacave_3 = 0x0000027E
,
SceneID.Spider1Base = 0x0000027F
,
SceneID.Spider1LavaCave = 0x00000280
,
SceneID.Spider1Capstone = 0x00000281
,
SceneID.Challenge_Crystal_Extraplanar_3_Epic = 0x00000282
,
SceneID.Challenge_Assassin_Mansion_2_Epic = 0x00000283
,
SceneID.Blades2_Challenge_B_Epic = 0x00000284
,
SceneID.Challenge_Crystal_Extraplanar_2_Epic = 0x00000285
,
SceneID.Challenge_Assassin_Mansion_3_Epic = 0x00000286
,
SceneID.Challenge_Defense_Island_3_Epic = 0x00000287
,
SceneID.Blades2_Challenge_A_Epic = 0x00000288
,
SceneID.Challenge_Defense_Island_2_Epic = 0x00000289
,
SceneID.Challenge_Crystal_Lavacave_3_Epic = 0x0000028A
,
SceneID.KF1Landscape = 0x0000028B
,
SceneID.Eveningstar = 0x0000028C
,
SceneID.KF1Rescue = 0x0000028D
,
SceneID.KF1Undivination = 0x0000028E
,
SceneID.KF1Graveyard = 0x0000028F
,
SceneID.KF1Werewolf = 0x00000290
,
SceneID.UD1Warrior = 0x00000291
,
SceneID.DW1Trials = 0x00000292
,
SceneID.UD1Necro = 0x00000293
,
SceneID.DW1Golf = 0x00000294
,
SceneID.UD1Landscape = 0x00000295
,
SceneID.KF1Heart = 0x00000296
,
SceneID.DW1Foxtrot = 0x00000297
,
SceneID.DW1Save = 0x00000298
,
SceneID.UD1Capstone = 0x00000299
,
SceneID.XP1Sampler = 0x0000029A
,
SceneID.KF1Capstone = 0x0000029B
,
SceneID.UD1Water = 0x0000029C
,
SceneID.UD1Slaver = 0x0000029D
,
SceneID.DW1Capstone = 0x0000029E
,
SceneID.DW1Yugo = 0x0000029F
,
SceneID.UD1Ilithid = 0x000002A0
,
SceneID.DW1Landscape = 0x000002A1
,
SceneID.UD1Bigboss = 0x000002A2
,
SceneID.XP1Entrance = 0x000002A3
,
SceneID.XP1Lobby = 0x000002A4
,
SceneID.LoginNewCharacter = 0x000002A5
,
SceneID.XP1_Chall_Tower_1 = 0x000002A6
,
SceneID.XP1_Chall_Tower_2 = 0x000002A7
,
SceneID.XP1_Chall_Dryad_1 = 0x000002A8
,
SceneID.XP1_Chall_Dryad_2 = 0x000002A9
,
SceneID.XP1_Chall_Arena_1 = 0x000002AA
,
SceneID.XP1_Chall_Arena_2 = 0x000002AB
,
SceneID.LoginRegionForgottenRealms = 0x000002AC
,
SceneID.PlantDruidsDen = 0x000002AD
,
SceneID.PlantHospital = 0x000002AE
,
SceneID.PlantCapstone = 0x000002B0
,
SceneID.PlantPlantHouse = 0x000002B3
,
SceneID.PlantSwamp = 0x000002B4
,
SceneID.CastlesGolf = 0x000002B7
,
SceneID.CastlesFoxtrot = 0x000002B8
,
SceneID.CastlesCapstone = 0x000002B9
,
SceneID.CastlesHotel = 0x000002BA
,
SceneID.CastlesEcho = 0x000002BB
,
SceneID.CastlesLandscape = 0x000002BC
,
SceneID.WheloonFood = 0x000002C2
,
SceneID.WheloonCapstone = 0x000002C3
,
SceneID.WheloonGood = 0x000002C4
,
SceneID.WheloonLandscape = 0x000002C5
,
SceneID.WheloonArmy = 0x000002C6
,
SceneID.WheloonHound = 0x000002C7
,
SceneID.WheloonPreraid = 0x000002C8
,
SceneID.WheloonRaid = 0x000002C9
,
SceneID.WheloonGolf = 0x000002CA
,
SceneID.StormhornsTango = 0x000002CB
,
SceneID.StormhornsFort = 0x000002CC
,
SceneID.StormhornsCapstone = 0x000002CD
,
SceneID.StormhornsSierra = 0x000002CE
,
SceneID.StormhornsAmbush = 0x000002CF
,
SceneID.StormhornsSupply = 0x000002D0
,
SceneID.StormhornsLandscape = 0x000002D3
,
SceneID.GiantholdEpicStormreaver = 0x000002D4
,
SceneID.BladeforgedIconic = 0x000002D5
,
SceneID.HallOfHeroesEberron = 0x000002D6
,
SceneID.HallOfHeroesFR = 0x000002D7
,
SceneID.WheloonPublic = 0x000002D8
,
SceneID.WheloonTavern = 0x000002D9
,
SceneID.IconicBladeforged = 0x000002DA
,
SceneID.Xp2Interrogate = 0x000002DB
,
SceneID.Xp2Worship = 0x000002DC
,
SceneID.Xp2Camp = 0x000002DD
,
SceneID.IconicWheloon = 0x000002DE
,
SceneID.StandaloneHalls = 0x000002DF
,
SceneID.StandaloneTraining = 0x000002E0
,
SceneID.StandaloneVampire = 0x000002E1
,
SceneID.ThunderholmeRaid_Dragons = 0x000002E2
,
SceneID.ThunderholmeLandscape = 0x000002E3
,
SceneID.ThunderholmeRaid_Dracolich = 0x000002E4
,
SceneID.ThunderholmeRaid_Shadow = 0x000002E5
,
SceneID.EndlessNightBossArenaTier5 = 0x000002E6
,
SceneID.ThunderholmePublic = 0x000002E7
,
SceneID.StandaloneHalls_extended = 0x000002E8
,
SceneID.StandaloneHalls_commentary = 0x000002E9
,
SceneID._3bcCapstone = 0x000002F3
,
SceneID.Necropolis_epicRaid = 0x000002F8
,
SceneID.Classic_TOH = 0x000002F9
,
SceneID.Classic_TOH_Extreme = 0x000002FA
,
SceneID.Classic_TOH_Commentary = 0x000002FB
,
SceneID.Classic_toeeClassic_toee1 = 0x000002FC
,
SceneID.Classic_toeeClassic_toee2 = 0x000002FD
,
SceneID.Classic_toeeClassic_toee3 = 0x000002FE
,
SceneID.TyrannyTyranny_cult = 0x000002FF
,
SceneID.TyrannyDragon = 0x00000300
,
SceneID.Xoriat2Delirium3 = 0x00000301
,
SceneID.Xoriat2Palace = 0x00000302
,
SceneID.Xoriat2Fashion = 0x00000305
,
SceneID.Training_dungeonsTraining_dungeon_1 = 0x00000306
,
SceneID.Training_dungeonsTraining_dungeon_2 = 0x00000307
,
SceneID.Training_dungeonsTraining_dungeon_3 = 0x00000308
,
SceneID.Classic_toeeClassic_toee1_interior = 0x00000309
,
SceneID.Classic_toeeClassic_toee2_Earth = 0x0000030A
,
SceneID.Classic_toeeClassic_toee2_Air = 0x0000030B
,
SceneID.Classic_toeeClassic_toee2_Water = 0x0000030C
,
SceneID.Classic_toeeClassic_toee2_Fire = 0x0000030D
,
SceneID.Shav_archonHarry = 0x0000030E
,
SceneID.Shav_archonJump = 0x0000030F
,
SceneID.Shav_archonDemon = 0x00000310
,
SceneID.Shav_archonRaid = 0x00000311
,
SceneID.FallfestCasino = 0x00000312
,
SceneID.FallfestLordsmarch = 0x00000313
,
SceneID.FallfestHaywire = 0x00000314
,
SceneID.FallfestHaverdasher = 0x00000315
,
SceneID.FallfestBank = 0x00000316
,
SceneID.FallfestKobolds = 0x00000317
,
SceneID.FallfestTavern = 0x00000318
,
SceneID.FallfestSnitch = 0x00000319
,
SceneID.CodexCannith = 0x0000031A
,
SceneID.CodexTwelve = 0x0000031B
,
SceneID.CodexPortable = 0x0000031C
,
SceneID.CodexCrawl = 0x0000031D
,
SceneID.CodexGatekeepers = 0x0000031E
,
SceneID.Vale_epicRaid = 0x0000031F
,
SceneID.Vale_epicHox = 0x00000320
,
SceneID.Vale_epicTempest = 0x00000321
,
SceneID.CodexwarMalicia = 0x00000322
,
SceneID.CodexwarWave = 0x00000323
,
SceneID.CodexwarKobold = 0x00000324
,
SceneID.StandaloneTenthanniversary = 0x00000325
,
SceneID.Standalone_u31Charles = 0x00000326
,
SceneID.Standalone_u31Eric = 0x00000327
,
SceneID.Standalone_u31Jared = 0x00000328
,
SceneID.Standalone_u31Eric_Drow = 0x00000329
,
SceneID.Classic_slave1 = 0x0000032A
,
SceneID.Classic_slave2 = 0x0000032B
,
SceneID.Classic_slave3 = 0x0000032C
,
SceneID.QhubStormreach = 0x0000032D
,
SceneID.QhubEveningstar = 0x0000032E
,
SceneID.DragonbornThree = 0x0000032F
,
SceneID.DragonbornTwo = 0x00000330
,
SceneID.DragonbornOne = 0x00000331
,
SceneID.DragonbornFour = 0x00000332
,
SceneID.FestivalGames = 0x00000333
,
SceneID.StonelandsFour = 0x00000334
,
SceneID.StonelandsTwo = 0x00000335
,
SceneID.StonelandsOne = 0x00000336
,
SceneID.StonelandsThree = 0x00000337
,
SceneID.Rl1Landscape = 0x00000338
,
SceneID.Rl1Woodcutter = 0x00000339
,
SceneID.Rl1House = 0x0000033A
,
SceneID.Rl1Castle = 0x0000033B
,
SceneID.Rl1Bonegrinder = 0x0000033C
,
SceneID.Rl2Worship = 0x0000033D
,
SceneID.Rl2Den = 0x0000033E
,
SceneID.Rl2Beacon = 0x0000033F
,
SceneID.Rl2Amber = 0x00000340
,
SceneID.Rl3Wines = 0x00000341
,
SceneID.Rl3Hill = 0x00000342
,
SceneID.Rl3Wereraven = 0x00000343
,
SceneID.Rl3Raid_baba = 0x00000344
,
SceneID.Rl3Raid_strahd = 0x00000345
,
SceneID.Rl3Abbey = 0x00000346
,
SceneID.DesireCapstone = 0x00000347
,
SceneID.DesireSlave = 0x00000348
,
SceneID.DesireMine = 0x00000349
,
SceneID.DesireTown = 0x0000034A
,
SceneID.DesireOutpost = 0x0000034B
,
SceneID.Tethyamar_Outpost_Public = 0x0000034C
,
SceneID.Fallfest_coalchamberFallfest_coalchamber = 0x0000034D
,
SceneID.RlTavernVine = 0x0000034F
,
SceneID.RlTavernWater = 0x00000350
,
SceneID.RlTavernTower = 0x00000351
,
SceneID.PlagueQuarantine = 0x00000352
,
SceneID.PlagueIntro = 0x00000353
,
SceneID.PlagueBrawnpits = 0x00000354
,
SceneID.PlagueBonus = 0x00000355
,
SceneID.PlagueCapstone = 0x00000356
,
SceneID.Fallfest_dragonFallfest_dragon = 0x0000035C
,
SceneID.Fallfest_placeholderFallfest_placeholder = 0x0000035D
,
SceneID.Fallfest_frameworkFallfest_framework = 0x0000035E
,
SceneID.Fallfest_graveyardFallfest_graveyard = 0x0000035F
,
SceneID.PlumePrison = 0x00000360
,
SceneID.PlumeSize = 0x00000361
,
SceneID.PlumeLibrary = 0x00000362
,
SceneID.PlumeMountain = 0x00000363
,
SceneID.PlumeTransmute = 0x00000364
,
SceneID.Sharn1Prequel = 0x00000365
,
SceneID.Sharn1A = 0x00000366
,
SceneID.Sharn1B = 0x00000367
,
SceneID.Sharn1C = 0x00000368
,
SceneID.Sharn1D = 0x00000369
,
SceneID.Sharn1E = 0x0000036A
,
SceneID.Sharn2Raid = 0x0000036B
,
SceneID.Sharn2Capstone = 0x0000036C
,
SceneID.Sharn2A = 0x0000036D
,
SceneID.Sharn2B = 0x0000036E
,
SceneID.Sharn2C = 0x0000036F
,
SceneID.Sharn_landscapeSharn_landscape = 0x00000370
,
SceneID.Sharn_mini9 = 0x00000371
,
SceneID.Sharn_mini10 = 0x00000372
,
SceneID.Sharn_mini11 = 0x00000373
,
SceneID.Sharn_mini1 = 0x00000374
,
SceneID.Sharn_mini12 = 0x00000375
,
SceneID.Sharn_mini2 = 0x00000376
,
SceneID.Sharn_mini3 = 0x00000377
,
SceneID.Sharn_mini4 = 0x00000378
,
SceneID.Sharn_mini5 = 0x00000379
,
SceneID.Sharn_mini6 = 0x0000037A
,
SceneID.Sharn_mini7 = 0x0000037B
,
SceneID.Sharn_mini8 = 0x0000037C
,
SceneID.Sharn3Sharn2_raid2 = 0x0000037D
,
SceneID.SharnPublicDocks = 0x0000037E
,
SceneID.SharnRaidFoyer = 0x0000037F
,
SceneID.SharnPublic = 0x00000380
,
SceneID.Sharn2C_Inner = 0x00000381
,
SceneID.SoulClub = 0x00000382
,
SceneID.SoulRally = 0x00000383
,
SceneID.SoulCrayfish = 0x00000384
,
SceneID.SoulIntro = 0x00000385
,
SceneID.SoulCapstone = 0x00000386
,
SceneID.SoulHideout = 0x00000387
,
SceneID.Classic_keepGnoll = 0x00000388
,
SceneID.Classic_keepCastle = 0x00000389
,
SceneID.Classic_keepMinotaur = 0x0000038A
,
SceneID.Classic_keepBugbear = 0x0000038B
,
SceneID.Classic_keepKobold = 0x0000038C
,
SceneID.Classic_keepCapstone = 0x0000038D
,
SceneID.Classic_keepGoblin = 0x0000038E
,
SceneID.Classic_keepOwlbear = 0x0000038F
,
SceneID.Classic_keepOrc = 0x00000390
,
SceneID.Classic_keep_landscapeClassic_keep_landscape = 0x00000391
,
SceneID.Classic_keepPublic = 0x00000392
,
SceneID.HagHuman = 0x00000393
,
SceneID.HagHalforc = 0x00000394
,
SceneID.HagWarforged = 0x00000395
,
SceneID.HagDrow = 0x00000396
,
SceneID.HagCapstone = 0x00000397
,
SceneID.GatekeeperPublic = 0x00000398
,
SceneID.RelicCliff = 0x00000399
,
SceneID.RelicCave = 0x0000039A
,
SceneID.RelicTemple = 0x0000039B
,
SceneID.Fey1Winter = 0x0000039C
,
SceneID.Fey1Hag = 0x0000039D
,
SceneID.Fey1Wild = 0x0000039E
,
SceneID.Fey1Capstone = 0x0000039F
,
SceneID.Fey1Summer = 0x000003A0
,
SceneID.Fey2Investigate = 0x000003A1
,
SceneID.Fey2Needle = 0x000003A2
,
SceneID.Fey2Favor = 0x000003A3
,
SceneID.Fey2Meeting = 0x000003A4
,
SceneID.Fey2Capstone = 0x000003A5
,
SceneID.FeyMini1 = 0x000003A6
,
SceneID.FeyMini2 = 0x000003A7
,
SceneID.FeyMini3 = 0x000003A8
,
SceneID.FeyMini4 = 0x000003A9
,
SceneID.FeyRaid_satyr = 0x000003AA
,
SceneID.FeyRaid_hunt = 0x000003AB
,
SceneID.FeyLandscape = 0x000003AC
,
SceneID.FeyMini5 = 0x000003AD
,
SceneID.FeyMini6 = 0x000003AE
,
SceneID.FeyMini7 = 0x000003AF
,
SceneID.FeyMini8 = 0x000003B0
,
SceneID.FeyPublic = 0x000003B2
,
SceneID.HagHutPublic = 0x000003B3
,
SceneID.Classic_saltMini = 0x000003B4
,
SceneID.Classic_saltPublic = 0x000003B5
,
SceneID.Classic_saltSahuagin = 0x000003B6
,
SceneID.Classic_saltCroc = 0x000003B7
,
SceneID.Classic_saltLizard = 0x000003B8
,
SceneID.Classic_saltShip = 0x000003B9
,
SceneID.Classic_saltHouse = 0x000003BA
,
SceneID.Classic_saltLandscape = 0x000003BB
,
SceneID.Classic_salt_mini1 = 0x000003BE
,
SceneID.Classic_salt_mini4 = 0x000003BF
,
SceneID.Classic_salt_mini5 = 0x000003C0
,
SceneID.Classic_salt_mini2 = 0x000003C1
,
SceneID.Classic_salt_mini3 = 0x000003C2
,
SceneID.JunctionSpheres = 0x000003C3
,
SceneID.Classic_saltTraining = 0x000003C4
,
SceneID.Dread_curseCapstone = 0x000003C5
,
SceneID.Dread_curse1 = 0x000003C6
,
SceneID.Dread_curse2 = 0x000003C7
,
SceneID.Dread_curse3 = 0x000003C8
,
SceneID.Dread_curse4 = 0x000003C9
,
SceneID.Dread_dinoSteg = 0x000003CA
,
SceneID.Dread_dinoPter = 0x000003CB
,
SceneID.Dread_dinoRex = 0x000003CC
,
SceneID.Dread_dinoTri = 0x000003CD
,
SceneID.Dread_dinoAnk = 0x000003CE
,
SceneID.Dread_misc1 = 0x000003CF
,
SceneID.Dread_misc2 = 0x000003D0
,
SceneID.Dread_misc3 = 0x000003D1
,
SceneID.Dread_misc4 = 0x000003D2
,
SceneID.Dread_miscIntro = 0x000003D3
,
SceneID.DreadLandscape = 0x000003D4
,
SceneID.DreadRaid = 0x000003D5
,
SceneID.DreadPublic = 0x000003D6
,
SceneID.FeyRaidFoyer = 0x000003D7
,
SceneID.EyesShavarath = 0x000003D8
,
SceneID.EyesDaanvi = 0x000003D9
,
SceneID.EyesMabar = 0x000003DA
,
SceneID.EyesLamannia = 0x000003DB
,
SceneID.EyesCapstone = 0x000003DC
,
SceneID.Classic_new_toeeOne_a = 0x000003DD
,
SceneID.Classic_new_toeeOne_b = 0x000003DE
,
SceneID.Classic_new_toeeTwo_a = 0x000003DF
,
SceneID.Classic_new_toeeTwo_b = 0x000003E0
,
SceneID.Classic_new_toeeTwo_c = 0x000003E1
,
SceneID.Classic_new_toeeTwo_d = 0x000003E2
,
SceneID.Classic_new_toeeTwo_e = 0x000003E3
,
SceneID.EyesPublic = 0x000003E4
,
SceneID.Morgrave_misc1 = 0x000003E5
,
SceneID.Morgrave_misc2 = 0x000003E6
,
SceneID.Morgrave_misc3 = 0x000003E7
,
SceneID.Morgrave_misc4 = 0x000003E8
,
SceneID.Morgrave_misc5 = 0x000003E9
,
SceneID.Morgrave_misc6 = 0x000003EA
,
SceneID.MorgraveRaid = 0x000003EB
,
SceneID.Morgrave_1Capstone = 0x000003EC
,
SceneID.Morgrave_1Start = 0x000003ED
,
SceneID.Morgrave_1Middle = 0x000003EE
,
SceneID.Morgrave_2Middle = 0x000003EF
,
SceneID.Morgrave_2Capstone = 0x000003F0
,
SceneID.Morgrave_2Start = 0x000003F1
,
SceneID.Morgrave_3Capstone = 0x000003F2
,
SceneID.Morgrave_3Middle = 0x000003F3
,
SceneID.Morgrave_3Start = 0x000003F4
,
SceneID.Morgrave_public = 0x000003F5
,
SceneID.RatFour = 0x000003F6
,
SceneID.RatOne = 0x000003F7
,
SceneID.RatFive = 0x000003F8
,
SceneID.RatTwo = 0x000003F9
,
SceneID.RatThree = 0x000003FA
,
SceneID.SimDate = 0x000003FB
,
SceneID.SimCook = 0x000003FC
,
SceneID.SimMisc = 0x000003FD
,
SceneID.Mindflayer1 = 0x000003FE
,
SceneID.Mindflayer2 = 0x000003FF
,
SceneID.Mindflayer3 = 0x00000400
,
SceneID.Mindflayer4 = 0x00000401
,
SceneID.KittydragonPax = 0x00000402
,
SceneID.TimeraidLegendary = 0x00000403
,
SceneID.Myth_1Hall = 0x00000404
,
SceneID.Myth_1Start = 0x00000405
,
SceneID.Myth_1Capstone = 0x00000406
,
SceneID.Myth_1Song = 0x00000407
,
SceneID.Myth_2Start = 0x00000408
,
SceneID.Myth_2Time = 0x00000409
,
SceneID.Myth_2Capstone = 0x0000040A
,
SceneID.Myth_2Gem = 0x0000040B
,
SceneID.Myth_2Dead = 0x0000040C
,
SceneID.Myth_misc2 = 0x0000040D
,
SceneID.Myth_misc3 = 0x0000040E
,
SceneID.Myth_misc4 = 0x0000040F
,
SceneID.Myth_misc1 = 0x00000410
,
SceneID.MythRaid = 0x00000411
,
SceneID.MythLandscape = 0x00000412
,
SceneID.MythRaid_2 = 0x00000413
} |
|
|
|
enum | SceneRenderPhase : uint {
SceneRenderPhase.Default = 0x00000001
,
SceneRenderPhase.Invalid = 0x00000002
,
SceneRenderPhase.AfterFrills_BeforeTranslucentNodes = 0x00000003
,
SceneRenderPhase.AfterOpaqueObjects_BeforeSpritesAndFrills = 0x00000004
,
SceneRenderPhase.DynamicDecalLights = 0x00000005
} |
|
|
|
enum | SchoolType : uint {
SchoolType.Undef = 0x00000000
,
SchoolType.Evocation = 0x00000001
,
SchoolType.Necromancy = 0x00000002
,
SchoolType.Divination = 0x00000003
,
SchoolType.Conjuration = 0x00000004
,
SchoolType.Illusion = 0x00000005
,
SchoolType.Enchantment = 0x00000006
,
SchoolType.Abjuration = 0x00000007
,
SchoolType.Transmutation = 0x00000008
,
SchoolType.BreathWeapon = 0x00000009
,
SchoolType.SpellLikeAbility = 0x0000000A
,
SchoolType.InnateAttack = 0x0000000B
,
SchoolType.RuneArm = 0x0000000E
} |
|
|
|
enum | SecondaryChatChannelType : uint {
SecondaryChatChannelType.Undef = 0x00000000
,
SecondaryChatChannelType.NormalPlayer = 0x00000001
} |
|
|
|
enum | SeeMeVisibilityMask : uint {
SeeMeVisibilityMask.Special1 = 0x00001000
,
SeeMeVisibilityMask.Special1_Chasm = 0x00001001
,
SeeMeVisibilityMask.Special2 = 0x00002000
,
SeeMeVisibilityMask.Special2_Chasm = 0x00002001
,
SeeMeVisibilityMask.Morgrave_Secret = 0x00003000
} |
|
|
|
enum | SelectionRingType : uint {
SelectionRingType.Invalid = 0x00000000
,
SelectionRingType.Boss_Monster = 0x00000001
,
SelectionRingType.Default = 0x00000002
} |
|
|
|
enum | SentientActionID : uint {
SentientActionID.Undef = 0x00000000
,
SentientActionID.Equip = 0x00000001
,
SentientActionID.XPAdded = 0x00000002
,
SentientActionID.FilgreeSlotUnlocked = 0x00000003
,
SentientActionID.ItemDamaged = 0x00000004
,
SentientActionID.ItemDestroyed = 0x00000005
,
SentientActionID.Unequip = 0x00000006
,
SentientActionID.StoryQuestBestow = 0x00000007
,
SentientActionID.StoryQuestTurnIn = 0x00000008
,
SentientActionID.MonsterKill = 0x00000009
,
SentientActionID.OwnerLowHealth = 0x0000000A
,
SentientActionID.OwnerTakeDamage = 0x0000000B
,
SentientActionID.OwnerKilled = 0x0000000C
,
SentientActionID.OwnerFailedLockpick = 0x0000000D
,
SentientActionID.OwnerFailedTrapDisarm = 0x0000000E
,
SentientActionID.OwnerHitsTrap = 0x0000000F
,
SentientActionID.OwnerFailedLever = 0x00000010
,
SentientActionID.OwnerSearchSucceeded = 0x00000011
,
SentientActionID.OwnerDisablesTrap = 0x00000012
,
SentientActionID.OwnerRaised = 0x00000013
,
SentientActionID.OwnerInteractsChest = 0x00000014
,
SentientActionID.OwnerInteractsCollectible = 0x00000015
,
SentientActionID.OwnerInteractsRestShrine = 0x00000016
,
SentientActionID.OtherPlayerDeath = 0x00000017
,
SentientActionID.EventWorse = 0x00000018
,
SentientActionID.PlaceSuspicious = 0x00000019
,
SentientActionID.PlaceNice = 0x0000001A
,
SentientActionID.NPCNice = 0x0000001B
,
SentientActionID.NPCShady = 0x0000001C
,
SentientActionID.LookElsewhere = 0x0000001D
,
SentientActionID.OwnerActionGood = 0x0000001E
,
SentientActionID.OwnerActionEvil = 0x0000001F
,
SentientActionID.OwnerActionChaotic = 0x00000020
,
SentientActionID.OwnerActionLawful = 0x00000021
,
SentientActionID.OwnerCCTarget = 0x00000022
,
SentientActionID.EventGood = 0x00000023
,
SentientActionID.EventBad = 0x00000024
,
SentientActionID.Preview = 0x00000025
,
SentientActionID.EventSuspicious = 0x00000026
,
SentientActionID.EventBetrayed = 0x00000027
,
SentientActionID.PlaceCreepy = 0x00000028
} |
|
|
|
enum | SentientFiligreeType : uint {
SentientFiligreeType.Undef = 0x00000000
,
SentientFiligreeType.EyeOfTheBeholder_Intelligence = 0x00000001
,
SentientFiligreeType.EyeOfTheBeholder_Charisma = 0x00000002
,
SentientFiligreeType.EyeOfTheBeholder_Wisdom = 0x00000003
,
SentientFiligreeType.EyeOfTheBeholder_Will = 0x00000004
,
SentientFiligreeType.EyeOfTheBeholder_Spellpower = 0x00000005
,
SentientFiligreeType.EyeOfTheBeholder_MRR = 0x00000006
,
SentientFiligreeType.SpinesOfTheManticore_Dexterity = 0x00000007
,
SentientFiligreeType.SpinesOfTheManticore_Strength = 0x00000008
,
SentientFiligreeType.SpinesOfTheManticore_RangedPower = 0x00000009
,
SentientFiligreeType.SpinesOfTheManticore_AttackAndDamage = 0x0000000A
,
SentientFiligreeType.SpinesOfTheManticore_Reflex = 0x0000000B
,
SentientFiligreeType.NystulsMysticalDefense_MRR = 0x0000000C
,
SentientFiligreeType.NystulsMysticalDefense_Constitution = 0x0000000D
,
SentientFiligreeType.NystulsMysticalDefense_Will = 0x0000000E
,
SentientFiligreeType.NystulsMysticalDefense_FireAbsorb = 0x0000000F
,
SentientFiligreeType.NystulsMysticalDefense_SonicAbsorb = 0x00000010
,
SentientFiligreeType.NystulsMysticalDefense_ElectricAbsorb = 0x00000011
,
SentientFiligreeType.NystulsMysticalDefense_ColdAbsorb = 0x00000012
,
SentientFiligreeType.NystulsMysticalDefense_AcidAbsorb = 0x00000013
,
SentientFiligreeType.TheLongShadow_Charisma = 0x00000014
,
SentientFiligreeType.TheLongShadow_Dexterity = 0x00000015
,
SentientFiligreeType.TheLongShadow_Intelligence = 0x00000016
,
SentientFiligreeType.TheLongShadow_MeleePower = 0x00000017
,
SentientFiligreeType.TheLongShadow_AttackAndDamage = 0x00000018
,
SentientFiligreeType.TheLongShadow_Stealth = 0x00000019
,
SentientFiligreeType.TheLongShadow_RangedPower = 0x0000001A
,
SentientFiligreeType.TheLongShadow_Reflex = 0x0000001B
,
SentientFiligreeType.SuckerPunch_Strength = 0x0000001C
,
SentientFiligreeType.SuckerPunch_Dexterity = 0x0000001D
,
SentientFiligreeType.SuckerPunch_AttackAndDamage = 0x0000001E
,
SentientFiligreeType.SuckerPunch_MeleePower = 0x0000001F
,
SentientFiligreeType.TouchOfGrace_Wisdom = 0x00000020
,
SentientFiligreeType.TouchOfGrace_Charisma = 0x00000021
,
SentientFiligreeType.TouchOfGrace_PositiveSpellpower = 0x00000022
,
SentientFiligreeType.TouchOfGrace_HealingAmplification = 0x00000023
,
SentientFiligreeType.EmbracedByLight_Wisdom = 0x00000024
,
SentientFiligreeType.EmbracedByLight_Charisma = 0x00000025
,
SentientFiligreeType.EmbracedByLight_Constitution = 0x00000026
,
SentientFiligreeType.EmbracedByLight_Spellpower_Light = 0x00000027
,
SentientFiligreeType.EmbracedByLight_HealingAmplification = 0x00000028
,
SentientFiligreeType.EmbracedByLight_Spellpower_Positive = 0x00000029
,
SentientFiligreeType.EmbracedByLight_MRR = 0x0000002A
,
SentientFiligreeType.EmbracedByLight_TurnUndead = 0x0000002B
,
SentientFiligreeType.TwilightsCloak_Dexterity = 0x0000002C
,
SentientFiligreeType.TwilightsCloak_Intelligence = 0x0000002D
,
SentientFiligreeType.TwilightsCloak_Charisma = 0x0000002E
,
SentientFiligreeType.TwilightsCloak_Reflex = 0x0000002F
,
SentientFiligreeType.TwilightsCloak_Dodge = 0x00000030
,
SentientFiligreeType.TwilightsCloak_Stealth = 0x00000031
,
SentientFiligreeType.TheWreathOfFlame_Spellpower_Fire = 0x00000032
,
SentientFiligreeType.TheWreathOfFlame_FireAbsorb = 0x00000033
,
SentientFiligreeType.TheWreathOfFlame_MeleePower = 0x00000034
,
SentientFiligreeType.TheWreathOfFlame_Constitution = 0x00000035
,
SentientFiligreeType.TheWreathOfFlame_Fortitude = 0x00000036
,
SentientFiligreeType.TheWreathOfFlame_RangedPower = 0x00000037
,
SentientFiligreeType.TheInevitableGrave_Spellpower_Negative = 0x00000038
,
SentientFiligreeType.TheInevitableGrave_Intelligence = 0x00000039
,
SentientFiligreeType.TheInevitableGrave_HealingAmplification = 0x0000003A
,
SentientFiligreeType.TheInevitableGrave_PRR = 0x0000003B
,
SentientFiligreeType.TheBeastsMantle_Rage = 0x0000003C
,
SentientFiligreeType.TheBeastsMantle_MeleePower = 0x0000003D
,
SentientFiligreeType.TheBeastsMantle_RangedPower = 0x0000003E
,
SentientFiligreeType.TheBeastsMantle_Strength = 0x0000003F
,
SentientFiligreeType.TheBeastsMantle_Constitution = 0x00000040
,
SentientFiligreeType.TheEnlightenedStep_Wisdom = 0x00000041
,
SentientFiligreeType.TheEnlightenedStep_Dexterity = 0x00000042
,
SentientFiligreeType.TheEnlightenedStep_Strength = 0x00000043
,
SentientFiligreeType.TheEnlightenedStep_Constitution = 0x00000044
,
SentientFiligreeType.TheEnlightenedStep_Will = 0x00000045
,
SentientFiligreeType.TheEnlightenedStep_LightAbsorb = 0x00000046
,
SentientFiligreeType.Prowess_Strength = 0x00000047
,
SentientFiligreeType.Prowess_Dexterity = 0x00000048
,
SentientFiligreeType.Prowess_MeleePower = 0x00000049
,
SentientFiligreeType.Prowess_PRR = 0x0000004A
,
SentientFiligreeType.Prowess_MRR = 0x0000004B
,
SentientFiligreeType.Prowess_AttackAndDamage = 0x0000004C
,
SentientFiligreeType.Prowess_CriticalConfirmation = 0x0000004D
,
SentientFiligreeType.DeadlyRain_Dexterity = 0x0000004E
,
SentientFiligreeType.DeadlyRain_Wisdom = 0x0000004F
,
SentientFiligreeType.DeadlyRain_RangedPower = 0x00000050
,
SentientFiligreeType.DeadlyRain_AttackAndDamage = 0x00000051
,
SentientFiligreeType.DeadlyRain_CriticalConfirmation = 0x00000052
,
SentientFiligreeType.DeadlyRain_PRR = 0x00000053
,
SentientFiligreeType.DeadlyRain_Reflex = 0x00000054
,
SentientFiligreeType.MelonysMelody_Charisma = 0x00000055
,
SentientFiligreeType.MelonysMelody_Intelligence = 0x00000056
,
SentientFiligreeType.MelonysMelody_BardSongs = 0x00000057
,
SentientFiligreeType.MelonysMelody_Spellpower = 0x00000058
,
SentientFiligreeType.MelonysMelody_Will = 0x00000059
,
SentientFiligreeType.MelonysMelody_Perform = 0x0000005A
,
SentientFiligreeType.ToHellAndBack_Charisma = 0x0000005B
,
SentientFiligreeType.ToHellAndBack_Constitution = 0x0000005C
,
SentientFiligreeType.ToHellAndBack_FireAbsorb = 0x0000005D
,
SentientFiligreeType.ToHellAndBack_Spellpower = 0x0000005E
,
SentientFiligreeType.ToHellAndBack_MRR = 0x0000005F
,
SentientFiligreeType.Celerity_Dexterity = 0x00000060
,
SentientFiligreeType.Celerity_Dodge = 0x00000061
,
SentientFiligreeType.Celerity_Reflex = 0x00000062
,
SentientFiligreeType.Celerity_Intelligence = 0x00000063
,
SentientFiligreeType.GrandfathersShield_Constitution = 0x00000064
,
SentientFiligreeType.GrandfathersShield_HealingAmplification = 0x00000065
,
SentientFiligreeType.GrandfathersShield_PRR = 0x00000066
,
SentientFiligreeType.GrandfathersShield_ArmorClass = 0x00000067
,
SentientFiligreeType.OneAgainstMany_Strength = 0x00000068
,
SentientFiligreeType.OneAgainstMany_Dexterity = 0x00000069
,
SentientFiligreeType.OneAgainstMany_MeleePower = 0x0000006A
,
SentientFiligreeType.OneAgainstMany_AttackAndDamage = 0x0000006B
,
SentientFiligreeType.OneAgainstMany_CriticalConfirmation = 0x0000006C
,
SentientFiligreeType.OttosIrrevocablePower_Intelligence = 0x0000006D
,
SentientFiligreeType.OttosIrrevocablePower_Charisma = 0x0000006E
,
SentientFiligreeType.OttosIrrevocablePower_Spellpower = 0x0000006F
,
SentientFiligreeType.OttosIrrevocablePower_Will = 0x00000070
,
SentientFiligreeType.OttosIrrevocablePower_MRR = 0x00000071
,
SentientFiligreeType.OttosIrrevocablePower_PRR = 0x00000072
,
SentientFiligreeType.OttosIrrevocablePower_Constitution = 0x00000073
,
SentientFiligreeType.OttosIrrevocablePower_SpellFailure = 0x00000074
,
SentientFiligreeType.TheBloodFeast_Strength = 0x00000075
,
SentientFiligreeType.TheBloodFeast_Dexterity = 0x00000076
,
SentientFiligreeType.TheBloodFeast_Constitution = 0x00000077
,
SentientFiligreeType.TheBloodFeast_PRR = 0x00000078
,
SentientFiligreeType.TheBloodFeast_HealingAmplification = 0x00000079
,
SentientFiligreeType.TheBloodFeast_MRR = 0x0000007A
,
SentientFiligreeType.TheBloodFeast_MeleePower = 0x0000007B
,
SentientFiligreeType.TheCryOfBattle_Constitution = 0x0000007C
,
SentientFiligreeType.TheCryOfBattle_Will = 0x0000007D
,
SentientFiligreeType.TheCryOfBattle_PRR = 0x0000007E
,
SentientFiligreeType.TheCryOfBattle_Fortitude = 0x0000007F
,
SentientFiligreeType.Electrocution_Constitution = 0x00000080
,
SentientFiligreeType.Electrocution_Spellpower_Electric = 0x00000081
,
SentientFiligreeType.Electrocution_ElectricAbsorb = 0x00000082
,
SentientFiligreeType.Electrocution_Fortitude = 0x00000083
,
SentientFiligreeType.Electrocution_MRR = 0x00000084
,
SentientFiligreeType.Electrocution_AirKnockdownProtection = 0x00000085
,
SentientFiligreeType.Electrocution_PRR = 0x00000086
,
SentientFiligreeType.Vigilance_Wisdom = 0x00000087
,
SentientFiligreeType.Vigilance_Alertness = 0x00000088
,
SentientFiligreeType.Vigilance_Reflex = 0x00000089
,
SentientFiligreeType.Vigilance_Will = 0x0000008A
,
SentientFiligreeType.Vigilance_Fortitude = 0x0000008B
,
SentientFiligreeType.SnakeBite_PoisonProtection = 0x0000008C
,
SentientFiligreeType.SnakeBite_Fortitude = 0x0000008D
,
SentientFiligreeType.SnakeBite_Constitution = 0x0000008E
,
SentientFiligreeType.SnakeBite_AttackAndDamage = 0x0000008F
,
SentientFiligreeType.SnakeBite_PoisonDC = 0x00000090
,
SentientFiligreeType.Treachery_Intelligence = 0x00000091
,
SentientFiligreeType.Treachery_Dexterity = 0x00000092
,
SentientFiligreeType.Treachery_MeleePower = 0x00000093
,
SentientFiligreeType.Treachery_CriticalConfirmation = 0x00000094
,
SentientFiligreeType.Treachery_Stealth = 0x00000095
,
SentientFiligreeType.Treachery_ThreatReduction = 0x00000096
,
SentientFiligreeType.Purity_Constitution = 0x00000097
,
SentientFiligreeType.Purity_Wisdom = 0x00000098
,
SentientFiligreeType.Purity_HealingAmplification = 0x00000099
,
SentientFiligreeType.Purity_Fortitude = 0x0000009A
,
SentientFiligreeType.Purity_Spellpower_Positive = 0x0000009B
,
SentientFiligreeType.Purity_DeathBlock = 0x0000009C
,
SentientFiligreeType.Zephyr_Dexterity = 0x0000009D
,
SentientFiligreeType.Zephyr_Reflex = 0x0000009E
,
SentientFiligreeType.Zephyr_Charisma = 0x0000009F
,
SentientFiligreeType.Zephyr_Intelligence = 0x000000A0
,
SentientFiligreeType.Zephyr_DoubleStrike = 0x000000A1
,
SentientFiligreeType.Zephyr_DoubleShot = 0x000000A2
,
SentientFiligreeType.Zephyr_FeatherFall = 0x000000A3
,
SentientFiligreeType.Zephyr_Dodge = 0x000000A4
,
SentientFiligreeType.Zephyr_MRR = 0x000000A5
,
SentientFiligreeType.TrappersDelight_Alertness = 0x000000A6
,
SentientFiligreeType.TrappersDelight_Intelligence = 0x000000A7
,
SentientFiligreeType.TrappersDelight_Reflex = 0x000000A8
,
SentientFiligreeType.TrappersDelight_Dexterity = 0x000000A9
,
SentientFiligreeType.TrappersDelight_TrapSaves = 0x000000AA
,
SentientFiligreeType.CityBeacon_Intelligence = 0x000000AB
,
SentientFiligreeType.CityBeacon_Strength = 0x000000AC
,
SentientFiligreeType.CityBeacon_MeleePower = 0x000000AD
,
SentientFiligreeType.CityBeacon_Fortification = 0x000000AE
,
SentientFiligreeType.CityBeacon_Trip = 0x000000AF
,
SentientFiligreeType.CityBeacon_Sunder = 0x000000B0
,
SentientFiligreeType.FrozenWanderer_Intelligence = 0x000000B1
,
SentientFiligreeType.FrozenWanderer_Charisma = 0x000000B2
,
SentientFiligreeType.FrozenWanderer_Wisdom = 0x000000B3
,
SentientFiligreeType.FrozenWanderer_PRR = 0x000000B4
,
SentientFiligreeType.FrozenWanderer_Spellpower_Cold = 0x000000B5
,
SentientFiligreeType.FrozenWanderer_ASF = 0x000000B6
,
SentientFiligreeType.FrozenWanderer_Resistance_Cold = 0x000000B7
,
SentientFiligreeType.Split_Treachery_TwilightsCloak_Dex = 0x000000B8
,
SentientFiligreeType.Split_Purity_TouchOfGrace_HealingAmplification = 0x000000B9
,
SentientFiligreeType.Split_SnakeBite_GrandfathersShield_Con = 0x000000BA
,
SentientFiligreeType.Split_ToHellAndBack_EmbracedByLight_Cha = 0x000000BB
,
SentientFiligreeType.Split_Celerity_Vigilance_Wis = 0x000000BC
,
SentientFiligreeType.Split_SuckerPunch_OneAgainstMany_Str = 0x000000BD
,
SentientFiligreeType.Split_EyeOfTheBeholder_InevitableGrave_Int = 0x000000BE
,
SentientFiligreeType.Split_NystulsMysticDefense_Electrocution_MRR = 0x000000BF
,
SentientFiligreeType.Split_BloodFeast_FrozenWanderer_PRR = 0x000000C0
,
SentientFiligreeType.Split_SpinesoftheManticore_WreathofFlame_MP = 0x000000C1
,
SentientFiligreeType.SanctifiedFervor_Strength = 0x000000C2
,
SentientFiligreeType.SanctifiedFervor_Charisma = 0x000000C3
,
SentientFiligreeType.SanctifiedFervor_Wisdom = 0x000000C4
,
SentientFiligreeType.SanctifiedFervor_MeleePower = 0x000000C5
,
SentientFiligreeType.SanctifiedFervor_PRR = 0x000000C6
,
SentientFiligreeType.SanctifiedFervor_SmiteEvil = 0x000000C7
,
SentientFiligreeType.SanctifiedFervor_HealingAmp = 0x000000C8
,
SentientFiligreeType.SoulWeaver_SpellPower_Universal = 0x000000C9
,
SentientFiligreeType.SoulWeaver_SpellPower_Positive = 0x000000CA
,
SentientFiligreeType.SoulWeaver_SpellCrit_Positive = 0x000000CB
,
SentientFiligreeType.SoulWeaver_SpellPoints = 0x000000CC
,
SentientFiligreeType.SoulWeaver_Wisdom = 0x000000CD
,
SentientFiligreeType.SoulWeaver_Charisma = 0x000000CE
,
SentientFiligreeType.SoulWeaver_Constitution = 0x000000CF
,
SentientFiligreeType.CoalescedMagic_Intelligence = 0x000000D0
,
SentientFiligreeType.CoalescedMagic_Charisma = 0x000000D1
,
SentientFiligreeType.CoalescedMagic_Wisdom = 0x000000D2
,
SentientFiligreeType.CoalescedMagic_SpellPower_Universal = 0x000000D3
,
SentientFiligreeType.CoalescedMagic_SpellCrit_Universal = 0x000000D4
,
SentientFiligreeType.CoalescedMagic_MRR = 0x000000D5
,
SentientFiligreeType.CoalescedMagic_ASF = 0x000000D6
,
SentientFiligreeType.ShatteredDevice_PRR = 0x000000D7
,
SentientFiligreeType.ShatteredDevice_AttackAndDamage = 0x000000D8
,
SentientFiligreeType.ShatteredDevice_MRR = 0x000000D9
,
SentientFiligreeType.ShatteredDevice_MeleePower = 0x000000DA
,
SentientFiligreeType.ShatteredDevice_RangedPower = 0x000000DB
,
SentientFiligreeType.ShatteredDevice_ArmorPiercing = 0x000000DC
,
SentientFiligreeType.ShatteredDevice_Strength = 0x000000DD
,
SentientFiligreeType.ThroughtheMists_Dodge = 0x000000DE
,
SentientFiligreeType.ThroughtheMists_MeleePower = 0x000000DF
,
SentientFiligreeType.ThroughtheMists_AttackAndDamage = 0x000000E0
,
SentientFiligreeType.ThroughtheMists_Dexterity = 0x000000E1
,
SentientFiligreeType.ThroughtheMists_PRR = 0x000000E2
,
SentientFiligreeType.ThroughtheMists_MRR = 0x000000E3
,
SentientFiligreeType.ThroughtheMists_ArmorPiercing = 0x000000E4
,
SentientFiligreeType.ShardsofMechanus_RepairAmplification = 0x000000E5
,
SentientFiligreeType.ShardsofMechanus_Constitution = 0x000000E6
,
SentientFiligreeType.ShardsofMechanus_Fortification = 0x000000E7
,
SentientFiligreeType.ShardsofMechanus_Intelligence = 0x000000E8
,
SentientFiligreeType.ShardsofMechanus_SpellPower_Repair = 0x000000E9
,
SentientFiligreeType.ShardsofMechanus_MRR = 0x000000EA
,
SentientFiligreeType.Darkhallow_Intelligence = 0x000000EB
,
SentientFiligreeType.Darkhallow_Constitution = 0x000000EC
,
SentientFiligreeType.Darkhallow_SpellPower_Negative = 0x000000ED
,
SentientFiligreeType.Darkhallow_NegativeAmplification = 0x000000EE
,
SentientFiligreeType.Darkhallow_Resistance_Light = 0x000000EF
,
SentientFiligreeType.CrackshotNegotiator_Diplomacy = 0x000000F0
,
SentientFiligreeType.CrackshotNegotiator_AttackAndDamage = 0x000000F1
,
SentientFiligreeType.CrackshotNegotiator_RangedPower = 0x000000F2
,
SentientFiligreeType.CrackshotNegotiator_Reflex = 0x000000F3
,
SentientFiligreeType.CrackshotNegotiator_Charisma = 0x000000F4
,
SentientFiligreeType.Reverberation_SpellPower_Sonic = 0x000000F5
,
SentientFiligreeType.Reverberation_PRR = 0x000000F7
,
SentientFiligreeType.Reverberation_Resistance_Sonic = 0x000000F8
,
SentientFiligreeType.Reverberation_Reflex = 0x000000F9
,
SentientFiligreeType.Reverberation_Charisma = 0x000000FA
,
SentientFiligreeType.SplendidCacophony_Charisma = 0x000000FB
,
SentientFiligreeType.SplendidCacophony_Constitution = 0x000000FC
,
SentientFiligreeType.SplendidCacophony_SpellPower_Positive = 0x000000FD
,
SentientFiligreeType.SplendidCacophony_BardSongs = 0x000000FE
,
SentientFiligreeType.SplendidCacophony_PRR = 0x000000FF
,
SentientFiligreeType.SplendidCacophony_MRR = 0x00000100
,
SentientFiligreeType.FinalBurial_Wisdom = 0x00000101
,
SentientFiligreeType.FinalBurial_Charisma = 0x00000102
,
SentientFiligreeType.FinalBurial_Constitution = 0x00000103
,
SentientFiligreeType.FinalBurial_Turn_Charge = 0x00000104
,
SentientFiligreeType.FinalBurial_Turn_Dice = 0x00000105
,
SentientFiligreeType.FinalBurial_Turn_MaxDice = 0x00000106
,
SentientFiligreeType.NextFall_AttackAndDamage = 0x00000107
,
SentientFiligreeType.NextFall_Dexterity = 0x00000108
,
SentientFiligreeType.NextFall_Wisdom = 0x00000109
,
SentientFiligreeType.NextFall_MeleePower = 0x0000010A
,
SentientFiligreeType.NextFall_Reflex = 0x0000010B
,
SentientFiligreeType.NextFall_Trip = 0x0000010C
,
SentientFiligreeType.RadiantShield_Constitution = 0x0000010D
,
SentientFiligreeType.RadiantShield_PRR = 0x0000010E
,
SentientFiligreeType.RadiantShield_MRR = 0x0000010F
,
SentientFiligreeType.RadiantShield_HealingAmplification = 0x00000110
,
SentientFiligreeType.RadiantShield_AC = 0x00000111
,
SentientFiligreeType.RadiantShield_Threat = 0x00000112
,
SentientFiligreeType.VoltaicExperiment_Intelligence = 0x00000113
,
SentientFiligreeType.VoltaicExperiment_Doublestrike = 0x00000114
,
SentientFiligreeType.VoltaicExperiment_Doubleshot = 0x00000115
,
SentientFiligreeType.VoltaicExperiment_Spellpower_Electric = 0x00000116
,
SentientFiligreeType.VoltaicExperiment_Spellpower_Acid = 0x00000117
,
SentientFiligreeType.ArcaneEnlightenment_Int = 0x00000118
,
SentientFiligreeType.ArcaneEnlightenment_Wis = 0x00000119
,
SentientFiligreeType.ArcaneEnlightenment_Cha = 0x0000011A
,
SentientFiligreeType.ArcaneEnlightenment_SpellPoints = 0x0000011B
,
SentientFiligreeType.ArcaneEnlightenment_PRR = 0x0000011C
,
SentientFiligreeType.ArcaneEnlightenment_ForceSpellPower = 0x0000011D
,
SentientFiligreeType.ArcaneEnlightenment_ForceAbsorption = 0x0000011E
,
SentientFiligreeType.DanceofSeasons_AttackAndDamage = 0x0000011F
,
SentientFiligreeType.DanceofSeasons_Dex = 0x00000120
,
SentientFiligreeType.DanceofSeasons_Str = 0x00000121
,
SentientFiligreeType.DanceofSeasons_PRR = 0x00000122
,
SentientFiligreeType.DanceofSeasons_Tumble = 0x00000123
,
SentientFiligreeType.DanceofSeasons_Trip = 0x00000124
,
SentientFiligreeType.DanceofSeasons_AC = 0x00000125
,
SentientFiligreeType.BraveryThroughout_Con = 0x00000126
,
SentientFiligreeType.BraveryThroughout_PRR = 0x00000127
,
SentientFiligreeType.BraveryThroughout_Rage = 0x00000128
,
SentientFiligreeType.BraveryThroughout_Intimidate = 0x00000129
,
SentientFiligreeType.BraveryThroughout_AC = 0x0000012A
,
SentientFiligreeType.BraveryThroughout_Threat = 0x0000012B
,
SentientFiligreeType.BraveryThroughout_ActionBoost = 0x0000012C
,
SentientFiligreeType.Split_SanctifiedFervor_Reverberation_Charisma = 0x0000012D
,
SentientFiligreeType.Split_Soulweaver_SplendidCacophony_Constitution = 0x0000012E
,
SentientFiligreeType.Split_DanceofSeasons_NextFall_Dex = 0x0000012F
,
SentientFiligreeType.Split_BraveryThroughout_ShatteredDevice_PRR = 0x00000130
,
SentientFiligreeType.Split_ArcaneEnlightenment_VoltaicExperiment_Int = 0x00000131
,
SentientFiligreeType.draconic_cha = 0x00000132
,
SentientFiligreeType.draconic_int = 0x00000133
,
SentientFiligreeType.draconic_wis = 0x00000134
,
SentientFiligreeType.draconic_univ = 0x00000135
,
SentientFiligreeType.draconic_spellfailure = 0x00000136
,
SentientFiligreeType.draconic_fireabsorb = 0x00000137
,
SentientFiligreeType.draconic_coldabsorb = 0x00000138
,
SentientFiligreeType.draconic_electricabsorb = 0x00000139
,
SentientFiligreeType.draconic_acidabsorb = 0x0000013A
,
SentientFiligreeType.fatesinger_cha = 0x0000013B
,
SentientFiligreeType.fatesinger_dex = 0x0000013C
,
SentientFiligreeType.fatesinger_sonic_sp = 0x0000013D
,
SentientFiligreeType.fatesinger_reflex = 0x0000013E
,
SentientFiligreeType.fatesinger_hit_dam = 0x0000013F
,
SentientFiligreeType.fatesinger_bardsong = 0x00000140
,
SentientFiligreeType.fatesinger_spellfailure = 0x00000141
,
SentientFiligreeType.magister_int = 0x00000142
,
SentientFiligreeType.magister_wis = 0x00000143
,
SentientFiligreeType.magister_cha = 0x00000144
,
SentientFiligreeType.magister_mrr = 0x00000145
,
SentientFiligreeType.magister_univ_spellpower = 0x00000146
,
SentientFiligreeType.magister_spellresist = 0x00000147
,
SentientFiligreeType.magister_spellpower_force = 0x00000148
,
SentientFiligreeType.divinecrusader_str = 0x00000149
,
SentientFiligreeType.divinecrusader_con = 0x0000014A
,
SentientFiligreeType.divinecrusader_cha = 0x0000014B
,
SentientFiligreeType.divinecrusader_sunder = 0x0000014C
,
SentientFiligreeType.divinecrusader_crit_dam = 0x0000014D
,
SentientFiligreeType.divinecrusader_ac = 0x0000014E
,
SentientFiligreeType.divinecrusader_prr = 0x0000014F
,
SentientFiligreeType.divinecrusader_smiteevil = 0x00000150
,
SentientFiligreeType.exaltedangel_cha = 0x00000151
,
SentientFiligreeType.exaltedangel_wis = 0x00000152
,
SentientFiligreeType.exaltedangel_turn_charge = 0x00000153
,
SentientFiligreeType.exaltedangel_mrr = 0x00000154
,
SentientFiligreeType.exaltedangel_healamp = 0x00000155
,
SentientFiligreeType.exaltedangel_spellpower_univ = 0x00000156
,
SentientFiligreeType.exaltedangel_turn_dc = 0x00000157
,
SentientFiligreeType.sentinel_dex = 0x00000158
,
SentientFiligreeType.sentinel_con = 0x00000159
,
SentientFiligreeType.sentinel_mrr = 0x0000015A
,
SentientFiligreeType.sentinel_prr = 0x0000015B
,
SentientFiligreeType.sentinel_threat = 0x0000015C
,
SentientFiligreeType.sentinel_healamp = 0x0000015D
,
SentientFiligreeType.sentinel_negamp = 0x0000015E
,
SentientFiligreeType.sentinel_repairamp = 0x0000015F
,
SentientFiligreeType.grandmaster_wis = 0x00000160
,
SentientFiligreeType.grandmaster_dex = 0x00000161
,
SentientFiligreeType.grandmaster_reflex = 0x00000162
,
SentientFiligreeType.grandmaster_prr = 0x00000163
,
SentientFiligreeType.grandmaster_stun_dc = 0x00000164
,
SentientFiligreeType.grandmaster_doublestrike = 0x00000165
,
SentientFiligreeType.grandmaster_doubleshot = 0x00000166
,
SentientFiligreeType.dreadnaught_dex = 0x00000167
,
SentientFiligreeType.dreadnaught_str = 0x00000168
,
SentientFiligreeType.dreadnaught_prr = 0x00000169
,
SentientFiligreeType.dreadnaught_fort_save = 0x0000016A
,
SentientFiligreeType.dreadnaught_tactics = 0x0000016B
,
SentientFiligreeType.dreadnaught_ac = 0x0000016C
,
SentientFiligreeType.dreadnaught_mp = 0x0000016D
,
SentientFiligreeType.dreadnaught_rp = 0x0000016E
,
SentientFiligreeType.shadowdancer_dex = 0x0000016F
,
SentientFiligreeType.shadowdancer_int = 0x00000170
,
SentientFiligreeType.shadowdancer_prr = 0x00000171
,
SentientFiligreeType.shadowdancer_dodge_maxdodge = 0x00000172
,
SentientFiligreeType.shadowdancer_reflex = 0x00000173
,
SentientFiligreeType.shadowdancer_sneak_attack = 0x00000174
,
SentientFiligreeType.shadowdancer_doublestrike = 0x00000175
,
SentientFiligreeType.shadowdancer_doubleshot = 0x00000176
,
SentientFiligreeType.fury_hit_dam = 0x00000177
,
SentientFiligreeType.fury_con = 0x00000178
,
SentientFiligreeType.fury_str = 0x00000179
,
SentientFiligreeType.fury_prr = 0x0000017A
,
SentientFiligreeType.fury_fort = 0x0000017B
,
SentientFiligreeType.fury_trip = 0x0000017C
,
SentientFiligreeType.fury_rage = 0x0000017D
,
SentientFiligreeType.primal_wis = 0x0000017E
,
SentientFiligreeType.primal_con = 0x0000017F
,
SentientFiligreeType.primal_prr = 0x00000180
,
SentientFiligreeType.primal_will = 0x00000181
,
SentientFiligreeType.primal_spellpower_fire = 0x00000182
,
SentientFiligreeType.primal_spellpower_cold = 0x00000183
,
SentientFiligreeType.primal_spellpower_electric = 0x00000184
,
SentientFiligreeType.primal_spellpower_acid = 0x00000185
,
SentientFiligreeType.shiradi_dex = 0x00000186
,
SentientFiligreeType.shiradi_wis = 0x00000187
,
SentientFiligreeType.shiradi_prr = 0x00000188
,
SentientFiligreeType.shiradi_spellpower_univ = 0x00000189
,
SentientFiligreeType.shiradi_hit_dam = 0x0000018A
,
SentientFiligreeType.shiradi_ranged_power = 0x0000018B
,
SentientFiligreeType.shiradi_sneak_attack = 0x0000018C
,
SentientFiligreeType.shiradi_crit_damage = 0x0000018D
,
SentientFiligreeType.cursekeeper_cha = 0x0000018E
,
SentientFiligreeType.cursekeeper_con = 0x0000018F
,
SentientFiligreeType.cursekeeper_prr = 0x00000190
,
SentientFiligreeType.cursekeeper_mrr = 0x00000191
,
SentientFiligreeType.cursekeeper_neg_amp = 0x00000192
,
SentientFiligreeType.cursekeeper_will = 0x00000193
,
SentientFiligreeType.cursekeeper_spellpower_light = 0x00000194
,
SentientFiligreeType.cursekeeper_spellpower_negative = 0x00000195
,
SentientFiligreeType.medusa_dex = 0x00000196
,
SentientFiligreeType.medusa_wis = 0x00000197
,
SentientFiligreeType.medusa_int = 0x00000198
,
SentientFiligreeType.medusa_spellpower_poison = 0x00000199
,
SentientFiligreeType.medusa_doublestrike = 0x0000019A
,
SentientFiligreeType.medusa_doubleshot = 0x0000019B
,
SentientFiligreeType.medusa_melee_power = 0x0000019C
,
SentientFiligreeType.medusa_ranged_power = 0x0000019D
,
SentientFiligreeType.machrotech_int = 0x0000019E
,
SentientFiligreeType.machrotech_con = 0x0000019F
,
SentientFiligreeType.machrotech_prr = 0x000001A0
,
SentientFiligreeType.machrotech_mrr = 0x000001A1
,
SentientFiligreeType.machrotech_runearm_dc = 0x000001A2
,
SentientFiligreeType.machrotech_ac = 0x000001A3
,
SentientFiligreeType.machrotech_electric_spellpower = 0x000001A4
,
SentientFiligreeType.machrotech_sonic_spellpower = 0x000001A5
,
SentientFiligreeType.snowpeaks_cha = 0x000001A6
,
SentientFiligreeType.snowpeaks_dex = 0x000001A7
,
SentientFiligreeType.snowpeaks_movementspeed = 0x000001A8
,
SentientFiligreeType.snowpeaks_imbuedice = 0x000001A9
,
SentientFiligreeType.snowpeaks_dodge_maxdodge = 0x000001AA
,
SentientFiligreeType.snowpeaks_spellpower_cold = 0x000001AB
,
SentientFiligreeType.snowpeaks_coldabsorb = 0x000001AC
,
SentientFiligreeType.snowpeaks_hamstring = 0x000001AD
,
SentientFiligreeType.Reverberation_SpellPower_Universal = 0x000007FE
} |
|
|
|
enum | SentientPersonalityID : uint {
SentientPersonalityID.Undef = 0x00000000
,
SentientPersonalityID.Adventurous = 0x00000001
,
SentientPersonalityID.Sarcastic = 0x00000002
,
SentientPersonalityID.Decisive = 0x00000003
,
SentientPersonalityID.Sinister = 0x00000004
,
SentientPersonalityID.Boisterous = 0x00000005
,
SentientPersonalityID.Cowardly = 0x00000006
,
SentientPersonalityID.Kobold = 0x00000007
,
SentientPersonalityID.Blackrazor = 0x00000008
,
SentientPersonalityID.Wave = 0x00000009
,
SentientPersonalityID.Whelm = 0x0000000A
,
SentientPersonalityID.Dragon = 0x0000000B
,
SentientPersonalityID.Lizardfolk = 0x0000000C
,
SentientPersonalityID.BlackAbbot = 0x0000000D
,
SentientPersonalityID.Assistant = 0x0000000E
} |
|
|
|
enum | ServerEventType : uint {
ServerEventType.Undef = 0x00000000
,
ServerEventType.All = 0x00000001
,
ServerEventType.ServerStartup = 0x00000002
,
ServerEventType.ServerShutdown = 0x00000003
,
ServerEventType.ServerShutdownError = 0x00000004
,
ServerEventType.WSLContextCrash = 0x00000005
,
ServerEventType.ServerRestart = 0x00000006
,
ServerEventType.WorldPropertyChange = 0x00000007
,
ServerEventType.PerformanceReport = 0x00000009
} |
|
|
|
enum | SetBonus : uint {
SetBonus.Undef = 0x00000000
,
SetBonus.SampleBonusOne = 0x00000001
,
SetBonus.SampleBonusTwo = 0x00000002
,
SetBonus.AdherantMists = 0x00000003
,
SetBonus.AdherantMistsEpic = 0x00000004
,
SetBonus.HeraldDawn = 0x00000005
,
SetBonus.HeraldDawnEpic = 0x00000006
,
SetBonus.KnightShadows = 0x00000007
,
SetBonus.KnightShadowsEpic = 0x00000008
,
SetBonus.CryptRaider = 0x00000009
,
SetBonus.CryptRaiderEpic = 0x0000000A
,
SetBonus.UnnaturalExpertise = 0x0000000B
,
SetBonus.UnnaturalExpertiseEpic = 0x0000000C
,
SetBonus.Anchorite = 0x0000000D
,
SetBonus.AnchoriteEpic = 0x0000000E
,
SetBonus.PainSuffering = 0x0000000F
,
SetBonus.SilentAvenger = 0x00000010
,
SetBonus.SilentAvengerEpic = 0x00000011
,
SetBonus.BeaconMagic = 0x00000012
,
SetBonus.BeaconMagicEpic = 0x00000013
,
SetBonus.SentientEyeOfTheBeholder = 0x00000014
,
SetBonus.SentientSpinesOfTheManticore = 0x00000015
,
SetBonus.SentientNystulsMysticalDefense = 0x00000016
,
SetBonus.SentientTheLongShadow = 0x00000017
,
SetBonus.SentientSuckerPunch = 0x00000018
,
SetBonus.SentientTouchOfGrace = 0x00000019
,
SetBonus.SentientEmbracedByLight = 0x0000001A
,
SetBonus.SentientTwilightsCloak = 0x0000001B
,
SetBonus.SentientTheWreathOfFlame = 0x0000001C
,
SetBonus.SentientTheInevitableGrave = 0x0000001D
,
SetBonus.SentientTheBeastsMantle = 0x0000001E
,
SetBonus.SentientTheEnlightenedStep = 0x0000001F
,
SetBonus.SentientProwess = 0x00000020
,
SetBonus.SentientDeadlyRain = 0x00000021
,
SetBonus.SentientMelonysMelody = 0x00000022
,
SetBonus.SentientToHellAndBack = 0x00000023
,
SetBonus.SentientCelerity = 0x00000024
,
SetBonus.SentientGrandfathersShield = 0x00000025
,
SetBonus.SentientOneAgainstMany = 0x00000026
,
SetBonus.SentientOttosIrrevocablePower = 0x00000027
,
SetBonus.SentientTheBloodFeast = 0x00000028
,
SetBonus.SentientTheCryOfBattle = 0x00000029
,
SetBonus.SentientElectrocution = 0x0000002A
,
SetBonus.SentientTrappersDelight = 0x0000002B
,
SetBonus.SentientVigilance = 0x0000002C
,
SetBonus.SentientSnakeBite = 0x0000002D
,
SetBonus.SentientTreachery = 0x0000002E
,
SetBonus.SentientPurity = 0x0000002F
,
SetBonus.SentientZephyr = 0x00000030
,
SetBonus.SentientCityBeacon = 0x00000031
,
SetBonus.SeasonsofChangeEpic = 0x00000032
,
SetBonus.PlagueNecromancer = 0x00000033
,
SetBonus.PlagueNecromancerEpic = 0x00000034
,
SetBonus.HeavyWarfare = 0x00000035
,
SetBonus.HeavyWarfareEpic = 0x00000036
,
SetBonus.RenegadeChampion = 0x00000037
,
SetBonus.RenegadeChampionEpic = 0x00000038
,
SetBonus.WaywardWarrior = 0x00000039
,
SetBonus.WaywardWarriorEpic = 0x0000003A
,
SetBonus.SeasonsofChange = 0x0000003B
,
SetBonus.SentientFrozenWarrior = 0x0000003C
,
SetBonus.SentientFrozenWanderer = 0x0000003D
,
SetBonus.ShiningCrescents = 0x0000003E
,
SetBonus.SentientSanctifiedFervor = 0x0000003F
,
SetBonus.KamaChaosLaw = 0x00000040
,
SetBonus.KamaChaosLawEpic = 0x00000041
,
SetBonus.KamaEvilGood = 0x00000042
,
SetBonus.KamaEvilGoodEpic = 0x00000043
,
SetBonus.KamaLightDark = 0x00000044
,
SetBonus.KamaLightDarkEpic = 0x00000045
,
SetBonus.SharnTank = 0x00000046
,
SetBonus.SharnTankEpic = 0x00000047
,
SetBonus.SharnMDPS = 0x00000048
,
SetBonus.SharnMDPSEpic = 0x00000049
,
SetBonus.SharnPrimal = 0x0000004A
,
SetBonus.SharnPrimalEpic = 0x0000004B
,
SetBonus.SharnTankSpell = 0x0000004C
,
SetBonus.SharnTankSpellEpic = 0x0000004D
,
SetBonus.SharnDivine = 0x0000004E
,
SetBonus.SharnDivineEpic = 0x0000004F
,
SetBonus.SharnRanged = 0x00000050
,
SetBonus.SharnRangedEpic = 0x00000051
,
SetBonus.SharnSpell = 0x00000052
,
SetBonus.SharnSpellEpic = 0x00000053
,
SetBonus.SentientSoulWeaver = 0x00000054
,
SetBonus.SentientCoalescedMagic = 0x00000055
,
SetBonus.SentientShatteredDevice = 0x00000056
,
SetBonus.SentientThroughtheMists = 0x00000057
,
SetBonus.SentientShardsofMechanus = 0x00000058
,
SetBonus.SentientDarkhallow = 0x00000059
,
SetBonus.SentientCrackshotNegotiator = 0x0000005A
,
SetBonus.SentientReverberation = 0x0000005B
,
SetBonus.SentientSplendidCacophony = 0x0000005C
,
SetBonus.SentientFinalBurial = 0x0000005D
,
SetBonus.SentientNextFall = 0x0000005E
,
SetBonus.SharnEnchant = 0x0000005F
,
SetBonus.SharnEnchantEpic = 0x00000060
,
SetBonus.SharnHybrid = 0x00000061
,
SetBonus.SharnHybridEpic = 0x00000062
,
SetBonus.SharnNegative = 0x00000063
,
SetBonus.SharnNegativeEpic = 0x00000064
,
SetBonus.SentientTirelessShield = 0x00000065
,
SetBonus.SentientVoltaicExperiment = 0x00000066
,
SetBonus.SentientArcaneEnlightenment = 0x00000067
,
SetBonus.SentientDanceofSeasons = 0x00000068
,
SetBonus.SentientBraveryThroughout = 0x00000069
,
SetBonus.EpicLorikk = 0x0000006A
,
SetBonus.EpicLevikk = 0x0000006B
,
SetBonus.EpicAvalanche = 0x0000006C
,
SetBonus.EpicTharne = 0x0000006D
,
SetBonus.EpicElementals = 0x0000006E
,
SetBonus.EpicTinkerers = 0x0000006F
,
SetBonus.EpicMagewrights = 0x00000070
,
SetBonus.EpicFabricators = 0x00000071
,
SetBonus.EpicAlchemists = 0x00000072
,
SetBonus.TobensHammer = 0x00000073
,
SetBonus.EpicXyzzy = 0x00000074
,
SetBonus.MindAndMatter = 0x00000075
,
SetBonus.Suulomades = 0x00000076
,
SetBonus.Spring = 0x00000077
,
SetBonus.SpringEpic = 0x00000078
,
SetBonus.Summer = 0x00000079
,
SetBonus.SummerEpic = 0x0000007A
,
SetBonus.Fall = 0x0000007B
,
SetBonus.FallEpic = 0x0000007C
,
SetBonus.Winter = 0x0000007D
,
SetBonus.WinterEpic = 0x0000007E
,
SetBonus.SetAugment1 = 0x0000007F
,
SetBonus.SetAugment2 = 0x00000080
,
SetBonus.SetAugment3 = 0x00000081
,
SetBonus.SetAugment4 = 0x00000082
,
SetBonus.SetAugment5 = 0x00000083
,
SetBonus.SetAugment6 = 0x00000084
,
SetBonus.SetAugment7 = 0x00000085
,
SetBonus.SetAugment8 = 0x00000086
,
SetBonus.SetAugment9 = 0x00000087
,
SetBonus.SetAugment10 = 0x00000088
,
SetBonus.SetAugment11 = 0x00000089
,
SetBonus.SetAugment12 = 0x0000008A
,
SetBonus.SetAugment13 = 0x0000008B
,
SetBonus.SetAugment14 = 0x0000008C
,
SetBonus.SetAugment15 = 0x0000008D
,
SetBonus.SetAugment16 = 0x0000008E
,
SetBonus.SetAugment17 = 0x0000008F
,
SetBonus.SoraKellHeroic = 0x00000090
,
SetBonus.AbishaiHeroic = 0x00000091
,
SetBonus.AbishaiEpic = 0x00000092
,
SetBonus.AbishaiLegendary = 0x00000093
,
SetBonus.Marshwalker = 0x00000094
,
SetBonus.MarshwalkerEpic = 0x00000095
,
SetBonus.MarshwalkerLegendary = 0x00000096
,
SetBonus.EldersKnowledge = 0x00000097
,
SetBonus.EldersKnowledgeEpic = 0x00000098
,
SetBonus.EldersKnowledgeLegendary = 0x00000099
,
SetBonus.VulkoorsMight = 0x0000009A
,
SetBonus.VulkoorsMightEpic = 0x0000009B
,
SetBonus.VulkoorsMightLegendary = 0x0000009C
,
SetBonus.RavensEye = 0x0000009D
,
SetBonus.RavensEyeEpic = 0x0000009E
,
SetBonus.RavensEyeLegendary = 0x0000009F
,
SetBonus.DivineBlessing = 0x000000A0
,
SetBonus.DivineBlessingEpic = 0x000000A1
,
SetBonus.DivineBlessingLegendary = 0x000000A2
,
SetBonus.ShamansFury = 0x000000A3
,
SetBonus.ShamansFuryEpic = 0x000000A4
,
SetBonus.ShamansFuryLegendary = 0x000000A5
,
SetBonus.SirensWard = 0x000000A6
,
SetBonus.SirensWardEpic = 0x000000A7
,
SetBonus.SirensWardLegendary = 0x000000A8
,
SetBonus.VulkoorsCunning = 0x000000A9
,
SetBonus.VulkoorsCunningEpic = 0x000000AA
,
SetBonus.VulkoorsCunningLegendary = 0x000000AB
,
SetBonus.VoNDraconic = 0x000000AC
,
SetBonus.VoNDraconicEpic = 0x000000AD
,
SetBonus.VoNDraconicLegendary = 0x000000AE
,
SetBonus.VoNMroranon = 0x000000AF
,
SetBonus.VoNMroranonEpic = 0x000000B0
,
SetBonus.VoNMroranonLegendary = 0x000000B1
,
SetBonus.VoNConcord = 0x000000B2
,
SetBonus.VoNConcordEpic = 0x000000B3
,
SetBonus.VoNConcordLegendary = 0x000000B4
,
SetBonus.VoNKundarak = 0x000000B5
,
SetBonus.VoNKundarakEpic = 0x000000B6
,
SetBonus.VoNKundarakLegendary = 0x000000B7
,
SetBonus.VoNWards = 0x000000B8
,
SetBonus.VoNWardsEpic = 0x000000B9
,
SetBonus.VoNWardsLegendary = 0x000000BA
,
SetBonus.VoNRedEpic = 0x000000BB
,
SetBonus.VoNRedLegendary = 0x000000BC
,
SetBonus.Saltmarsh = 0x000000BD
,
SetBonus.SaltmarshEpic = 0x000000BE
,
SetBonus.SaltmarshLegendary = 0x000000BF
,
SetBonus.Draconic = 0x000000C0
,
SetBonus.Fatesinger = 0x000000C1
,
SetBonus.Magister = 0x000000C2
,
SetBonus.DivineCrusader = 0x000000C3
,
SetBonus.ExaltedAngel = 0x000000C4
,
SetBonus.UnyieldingSentinel = 0x000000C5
,
SetBonus.Grandmaster = 0x000000C6
,
SetBonus.Dreadnaught = 0x000000C7
,
SetBonus.Shadowdancer = 0x000000C8
,
SetBonus.Fury = 0x000000C9
,
SetBonus.PrimalAvatar = 0x000000CA
,
SetBonus.Shiradi = 0x000000CB
,
SetBonus.Cursekeeper = 0x000000CC
,
SetBonus.Medusa = 0x000000CD
,
SetBonus.Technomage = 0x000000CE
,
SetBonus.SandsWindlasher = 0x000000CF
,
SetBonus.SandsWindlasherEpic = 0x000000D0
,
SetBonus.SandsWindlasherLegendary = 0x000000D1
,
SetBonus.SandsDefensive = 0x000000D2
,
SetBonus.SandsDefensiveEpic = 0x000000D3
,
SetBonus.SandsDefensiveLegendary = 0x000000D4
,
SetBonus.SandsLightning = 0x000000D5
,
SetBonus.SandsLightningEpic = 0x000000D6
,
SetBonus.SandsLightningLegendary = 0x000000D7
,
SetBonus.SandsFire = 0x000000D8
,
SetBonus.SandsFireEpic = 0x000000D9
,
SetBonus.SandsFireLegendary = 0x000000DA
,
SetBonus.SandsForce = 0x000000DB
,
SetBonus.SandsForceEpic = 0x000000DC
,
SetBonus.SandsForceLegendary = 0x000000DD
,
SetBonus.SandsNegative = 0x000000DE
,
SetBonus.SandsNegativeEpic = 0x000000DF
,
SetBonus.SandsNegativeLegendary = 0x000000E0
,
SetBonus.SandsHealing = 0x000000E1
,
SetBonus.SandsHealingEpic = 0x000000E2
,
SetBonus.SandsHealingLegendary = 0x000000E3
,
SetBonus.SandsDrow = 0x000000E4
,
SetBonus.SandsDrowEpic = 0x000000E5
,
SetBonus.SandsDrowLegendary = 0x000000E6
,
SetBonus.HuntMaster = 0x000000E7
,
SetBonus.FireKamas = 0x000000E8
,
SetBonus.DreadHeroic = 0x000000E9
,
SetBonus.DreadLegendary = 0x000000EA
,
SetBonus.DreadSneak = 0x000000EB
,
SetBonus.DreadHeal = 0x000000EC
,
SetBonus.DreadNecro = 0x000000ED
,
SetBonus.DreadTank = 0x000000EE
,
SetBonus.DreadForce = 0x000000EF
,
SetBonus.TOEEFire_Heroic = 0x000000F0
,
SetBonus.TOEEWater_Heroic = 0x000000F1
,
SetBonus.TOEEEarth_Heroic = 0x000000F2
,
SetBonus.TOEEAir_Heroic = 0x000000F3
,
SetBonus.TOEEFire_Legendary = 0x000000F4
,
SetBonus.TOEEWater_Legendary = 0x000000F5
,
SetBonus.TOEEEarth_Legendary = 0x000000F6
,
SetBonus.TOEEAir_Legendary = 0x000000F7
,
SetBonus.Snowpeaks = 0x000000F8
,
SetBonus.SoraKellLegendary = 0x000000F9
,
SetBonus.SoraKellLegendary_Perfect = 0x000000FA
,
SetBonus.Morgrave_Blades_Heroic = 0x000000FB
,
SetBonus.Morgrave_Vol_Heroic = 0x000000FC
,
SetBonus.Morgrave_Fury_Heroic = 0x000000FD
,
SetBonus.Morgrave_Devourer_Heroic = 0x000000FE
,
SetBonus.Morgrave_Mockery_Heroic = 0x000000FF
,
SetBonus.Morgrave_Keeper_Heroic = 0x00000100
,
SetBonus.Morgrave_Shadow_Heroic = 0x00000101
,
SetBonus.Morgrave_Traveler_Heroic = 0x00000102
,
SetBonus.Morgrave_Archon_Heroic = 0x00000103
,
SetBonus.Morgrave_Devil_Heroic = 0x00000104
,
SetBonus.Morgrave_Generic_Heroic = 0x00000105
,
SetBonus.Morgrave_Blades_Legendary = 0x00000106
,
SetBonus.Morgrave_Vol_Legendary = 0x00000107
,
SetBonus.Morgrave_Fury_Legendary = 0x00000108
,
SetBonus.Morgrave_Devourer_Legendary = 0x00000109
,
SetBonus.Morgrave_Mockery_Legendary = 0x0000010A
,
SetBonus.Morgrave_Keeper_Legendary = 0x0000010B
,
SetBonus.Morgrave_Shadow_Legendary = 0x0000010C
,
SetBonus.Morgrave_Traveler_Legendary = 0x0000010D
,
SetBonus.Morgrave_Archon_Legendary = 0x0000010E
,
SetBonus.Morgrave_Devil_Legendary = 0x0000010F
,
SetBonus.Morgrave_Generic_Legendary = 0x00000110
,
SetBonus.SetAugment18 = 0x00000111
,
SetBonus.SetAugment19 = 0x00000112
,
SetBonus.SetAugment20 = 0x00000113
,
SetBonus.SetAugment21 = 0x00000114
,
SetBonus.DiabolistHeroic = 0x00000115
,
SetBonus.DiabolistEpic = 0x00000116
,
SetBonus.DiabolistLegendary = 0x00000117
,
SetBonus.Sim_Date_Heroic = 0x00000118
,
SetBonus.Sim_Cook_Heroic = 0x00000119
,
SetBonus.Sim_Misc_Heroic = 0x0000011A
,
SetBonus.Sim_Cook_Fish_Heroic = 0x0000011B
,
SetBonus.Sim_Date_Legendary = 0x0000011C
,
SetBonus.Sim_Cook_Legendary = 0x0000011D
,
SetBonus.Sim_Misc_Legendary = 0x0000011E
,
SetBonus.Sim_Cook_Fish_Legendary = 0x0000011F
} |
|
|
|
enum | SexType : uint {
SexType.Undef = 0x00000000
,
SexType.Male = 0x00001000
,
SexType.Female = 0x00002000
} |
|
|
|
enum | Shadow_Puppet_Controlled_State : uint {
Shadow_Puppet_Controlled_State.Undef = 0x00000003
,
Shadow_Puppet_Controlled_State.Monster = 0x00000011
,
Shadow_Puppet_Controlled_State.NPC = 0x00000012
,
Shadow_Puppet_Controlled_State.NPC_Usable = 0x00000013
,
Shadow_Puppet_Controlled_State.Defender = 0x00000014
,
Shadow_Puppet_Controlled_State.Wild = 0x00000015
,
Shadow_Puppet_Controlled_State.Hostile_By_Species = 0x00000016
} |
|
|
|
enum | Shadow_Puppet_Free_State : uint {
Shadow_Puppet_Free_State.Undef = 0x00000003
,
Shadow_Puppet_Free_State.Monster = 0x00000011
,
Shadow_Puppet_Free_State.NPC = 0x00000012
,
Shadow_Puppet_Free_State.NPC_Usable = 0x00000013
,
Shadow_Puppet_Free_State.Defender = 0x00000014
,
Shadow_Puppet_Free_State.Wild = 0x00000015
,
Shadow_Puppet_Free_State.Hostile_By_Species = 0x00000016
} |
|
|
|
enum | ShapeshiftType : uint {
ShapeshiftType.Invalid = 0x00000000
,
ShapeshiftType.Bear = 0x00000001
,
ShapeshiftType.Wolf = 0x00000002
,
ShapeshiftType.Wolf_Dire = 0x00000003
,
ShapeshiftType.Bear_Owl = 0x00000004
,
ShapeshiftType.Wolf_Winter = 0x00000005
,
ShapeshiftType.Bear_Dire = 0x00000006
,
ShapeshiftType.Elemental_Fire = 0x00000008
,
ShapeshiftType.Elemental_water = 0x00000009
,
ShapeshiftType.ForceOfNature = 0x0000000B
,
ShapeshiftType.Elemental_Earth = 0x0000000C
,
ShapeshiftType.Elemental_Air = 0x0000000D
,
ShapeshiftType.Wolf_Plague = 0x0000000E
,
ShapeshiftType.ThornKin = 0x0000000F
,
ShapeshiftType.HiveMaster = 0x00000010
,
ShapeshiftType.HiveKeeper = 0x00000011
,
ShapeshiftType.Wolf_Blighted = 0x00000012
,
ShapeshiftType.ThornKnight = 0x00000013
} |
|
|
|
enum | ShieldType : uint {
ShieldType.Undef = 0x00000000
,
ShieldType.Buckler = 0x00000001
,
ShieldType.Small = 0x00000002
,
ShieldType.Tower = 0x00000003
,
ShieldType.Large = 0x00000004
,
ShieldType.Orb = 0x00000005
} |
|
|
|
enum | ShopIcon : uint {
ShopIcon.Invalid = 0x00000000
,
ShopIcon.Henchmen = 0x00000001
,
ShopIcon.None = 0x00000002
,
ShopIcon.Pawnbroker = 0x00000003
,
ShopIcon.Vendor = 0x00000004
,
ShopIcon.VIP = 0x00000005
} |
|
|
|
enum | ShopSpecialRepairType : uint {
ShopSpecialRepairType.Undef = 0x00000000
,
ShopSpecialRepairType.Dragonscale_Black = 0x00000001
,
ShopSpecialRepairType.Dragonscale_Blue = 0x00000002
,
ShopSpecialRepairType.Dragonscale_White = 0x00000003
} |
|
|
|
enum | ShowAppliedPropertyType : uint {
ShowAppliedPropertyType.NoRender = 0x00000001
,
ShowAppliedPropertyType.AllRender = 0x00000002
,
ShowAppliedPropertyType.SelectionRender = 0x00000003
} |
|
|
|
enum | ShowEntityLinks : uint {
ShowEntityLinks.PathLinks = 0x00000001
,
ShowEntityLinks.NoLinks = 0x00000002
,
ShowEntityLinks.AllLinks = 0x00000003
} |
|
|
|
enum | ShowPhysicsType : uint {
ShowPhysicsType.NoPhysics = 0x00000001
,
ShowPhysicsType.JustPhysics = 0x00000002
,
ShowPhysicsType.PhysicsPlusMesh = 0x00000003
} |
|
|
|
enum | SigilType : uint {
SigilType.Undef = 0x00000000
,
SigilType.Silver = 0x00000001
,
SigilType.Copper = 0x00000002
,
SigilType.Platinum = 0x00000003
,
SigilType.Gold = 0x00000004
,
SigilType.None = 0x00000005
,
SigilType.Hardcore = 0x00000006
} |
|
|
|
enum | SizeCategory : uint {
SizeCategory.Undef = 0x00000000
,
SizeCategory.Tiny = 0x00000001
,
SizeCategory.Small = 0x00000002
,
SizeCategory.Medium = 0x00000003
,
SizeCategory.Large = 0x00000004
,
SizeCategory.Huge = 0x00000005
,
SizeCategory.Gargantuan = 0x00000006
,
SizeCategory.Colossal = 0x00000007
,
SizeCategory.Diminutive = 0x0000000A
,
SizeCategory.Fine = 0x0000000B
} |
|
|
|
enum | SkillCheck_Difficulty : uint {
SkillCheck_Difficulty._1_RequiresSomePointsSplashed = 0x00000001
,
SkillCheck_Difficulty._5_SpecializedBuild_RaidGear_Or_OptimizedGearAndBuffs = 0x00000002
,
SkillCheck_Difficulty._0_CanSucceedWithoutSkill = 0x00000003
,
SkillCheck_Difficulty._3_SpecializedBuild_Optimal = 0x00000004
,
SkillCheck_Difficulty._6_IGotzCrazySkilzz = 0x00000005
,
SkillCheck_Difficulty._4_SpecializedBuild_SpecializedGear_Or_Buffs = 0x00000006
,
SkillCheck_Difficulty._2_SpecializedBuild_NonOptimal = 0x00000007
} |
|
|
|
enum | SkillResultRetVal : uint {
SkillResultRetVal.Undef = 0x00000000
,
SkillResultRetVal.CriticalFailure = 0x00000001
,
SkillResultRetVal.Success = 0x00000002
,
SkillResultRetVal.Failure = 0x00000003
,
SkillResultRetVal.CriticalSuccess = 0x00000004
} |
|
|
|
enum | SkinBaseColorTemp : uint {
SkinBaseColorTemp.Invalid = 0x00000000
,
SkinBaseColorTemp.ice = 0x00000001
,
SkinBaseColorTemp.pumpkin = 0x00000003
} |
|
|
|
enum | SkyLocalName : uint {
SkyLocalName.RestlessIsles = 0x10000001
,
SkyLocalName.Jorasco = 0x10000002
,
SkyLocalName.Deneith = 0x10000003
,
SkyLocalName.Storm_Grey = 0x10000004
,
SkyLocalName.Phiarlan = 0x10000005
,
SkyLocalName.Twelve_Default = 0x10000006
,
SkyLocalName.Sunny = 0x10000007
,
SkyLocalName.Wasteland = 0x10000008
,
SkyLocalName.E3_Sunny_Blue = 0x10000009
,
SkyLocalName.Misty_Night = 0x1000000A
,
SkyLocalName.Market = 0x1000000B
,
SkyLocalName.Map = 0x1000000C
,
SkyLocalName.Dragon = 0x1000000D
,
SkyLocalName.Storm_Yellow = 0x1000000E
,
SkyLocalName.Kundarak = 0x1000000F
,
SkyLocalName.Sunny_Blue = 0x10000010
,
SkyLocalName.E3_Jungle = 0x10000012
,
SkyLocalName.Storm_Peach = 0x10000013
,
SkyLocalName.Harbor = 0x10000014
,
SkyLocalName.Graveyard = 0x10000015
,
SkyLocalName.Desert_Default = 0x10000016
,
SkyLocalName.Harbor_B = 0x1000001A
,
SkyLocalName.Irestone = 0x1000001B
,
SkyLocalName.Gianthold = 0x1000001C
,
SkyLocalName.Misty_Night_B = 0x1000001D
,
SkyLocalName.Ataraxia = 0x1000001E
,
SkyLocalName.Twelve_Landscape = 0x1000001F
,
SkyLocalName.Necropolis_Default_Day = 0x10000020
,
SkyLocalName.StarField = 0x10000021
,
SkyLocalName.Vale_of_Twilight = 0x10000022
,
SkyLocalName.Shroud = 0x10000023
,
SkyLocalName.Market_Tent = 0x10000024
,
SkyLocalName.TutorialCold_Day = 0x10000025
,
SkyLocalName.Jungle_Monastery = 0x10000026
,
SkyLocalName.Ice_Valley = 0x10000027
,
SkyLocalName.SorjekLair = 0x10000028
,
SkyLocalName.Shav_Island = 0x10000029
,
SkyLocalName.Shav_Demon = 0x1000002A
,
SkyLocalName.Shav_Archon = 0x1000002B
,
SkyLocalName.Shav_Devil = 0x1000002C
,
SkyLocalName.Korthos = 0x1000002D
,
SkyLocalName.Misty_Night_NoKeyLight = 0x1000002E
,
SkyLocalName.Dream = 0x1000002F
,
SkyLocalName.Black = 0x10000030
,
SkyLocalName.Airship_Travel_Day = 0x10000031
,
SkyLocalName.Winter_Festivult_Day = 0x10000032
,
SkyLocalName.Eternal_Night_NoSync = 0x10000033
,
SkyLocalName.Mammoth_Valley = 0x10000034
,
SkyLocalName.Swamp = 0x10000035
,
SkyLocalName.Phiarlan_Day_Carnival = 0x10000036
,
SkyLocalName.Swamp_lessfog = 0x10000037
,
SkyLocalName.Market_Fog = 0x10000038
,
SkyLocalName.Night_Blockade = 0x10000039
,
SkyLocalName.Creepy_Day = 0x1000003A
,
SkyLocalName.Stormreach_Siege = 0x1000003B
,
SkyLocalName.Foggy_Day = 0x1000003C
,
SkyLocalName.Creepy_Night = 0x1000003D
,
SkyLocalName.Foggy_Day_Less_Fog = 0x1000003E
,
SkyLocalName.Xoriat = 0x1000003F
,
SkyLocalName.Desert_Default_Day_No_Rain = 0x10000040
,
SkyLocalName.Cannith = 0x10000041
,
SkyLocalName.Necropolis_Default_Day_MoreFog = 0x10000042
,
SkyLocalName.Underdark_Prototype = 0x10000043
,
SkyLocalName.Demonweb = 0x10000044
,
SkyLocalName.Cormyr_Day = 0x10000045
,
SkyLocalName.Cormyr_Darkening = 0x10000048
,
SkyLocalName.Underdark_Urban = 0x10000049
,
SkyLocalName.Underdark_Unlit = 0x1000004A
,
SkyLocalName.Kings_Forest_Highlands = 0x1000004B
,
SkyLocalName.Kings_Forest_Deep = 0x1000004C
,
SkyLocalName.Kings_Forest_Burnt = 0x1000004D
,
SkyLocalName.Sschindylryn = 0x1000004E
,
SkyLocalName.Cormyr_Night = 0x1000004F
,
SkyLocalName.Cormyr_Sunset = 0x10000050
,
SkyLocalName.Cormyr_Day_B = 0x10000051
,
SkyLocalName.Plant_Capstone = 0x10000052
,
SkyLocalName.Plant_Challenge_A = 0x10000053
,
SkyLocalName.FR_Winter_Festival = 0x10000054
,
SkyLocalName.FR_Winter_Festival_NoSnow = 0x10000055
,
SkyLocalName.Wheloon_Day = 0x10000056
,
SkyLocalName.Wheloon_Shadowfell = 0x10000057
,
SkyLocalName.Wheloon_Public = 0x10000058
,
SkyLocalName.Stormhorns_Valley = 0x10000059
,
SkyLocalName.Stormhorns_Mountain = 0x1000005A
,
SkyLocalName.Stormhorns_Switchback = 0x1000005B
,
SkyLocalName.Stormhorns_Whiteout = 0x1000005C
,
SkyLocalName.Stormhorns_Whiteout_Blizzard = 0x1000005D
,
SkyLocalName.Wheloon_Day_Interior = 0x1000005E
,
SkyLocalName.Stormhorns_Cave = 0x10000060
,
SkyLocalName.Stormhorns_Capstone = 0x10000061
,
SkyLocalName.Stormhorns_Whiteout_Blizzard_DayNightCycle = 0x10000062
,
SkyLocalName.Stormhorns_Capstone_Foggy = 0x10000063
,
SkyLocalName.Three_Barrel_Cove = 0x10000065
,
SkyLocalName.TutorialCold_Day_NoSnow = 0x10000066
,
SkyLocalName.Shav_Archon_NoLight = 0x10000067
,
SkyLocalName.Shav_Island_NoDirectLight = 0x10000068
,
SkyLocalName.Shav_Devil_NoLight = 0x10000069
,
SkyLocalName.Creepy_Night_No_Light = 0x1000006A
,
SkyLocalName.Cormyr_Day_B_NoLight = 0x1000006B
,
SkyLocalName.Cormyr_Sunset_No_Light = 0x1000006C
,
SkyLocalName.Cormyr_Night_No_Light = 0x1000006D
,
SkyLocalName.Stormhorns_Capstone_Foggy_NoLight = 0x1000006E
,
SkyLocalName.Stormhorns_Capstone_NoLight = 0x1000006F
,
SkyLocalName.Underdark_Urban_NoLight = 0x10000070
,
SkyLocalName.Ravenloft_Landscape = 0x10000071
,
SkyLocalName.Ravenloft_Fog = 0x10000072
,
SkyLocalName.Mines_Default = 0x10000073
,
SkyLocalName.Harbor_Night_NoLight = 0x10000076
,
SkyLocalName.Harbor_Day_NoLight = 0x10000077
,
SkyLocalName.Stormreach_BrawnPits = 0x10000078
,
SkyLocalName.Sharn_Day = 0x10000079
,
SkyLocalName.Fallfest_Night = 0x1000007B
,
SkyLocalName.Newcomers_NoLight = 0x1000007C
,
SkyLocalName.Sharn_Skyline_Night = 0x1000007D
,
SkyLocalName.Sharn_Prequel_Harbor = 0x1000007E
,
SkyLocalName.Sharn_Cogs_Forge = 0x1000007F
,
SkyLocalName.Sharn_Midtown_Day = 0x10000080
,
SkyLocalName.Sharn_Lower_Day = 0x10000081
,
SkyLocalName.Sharn_Cogs_Default = 0x10000082
,
SkyLocalName.Sharn_Cogs_Ruins = 0x10000083
,
SkyLocalName.Sharn_Cogs_Town = 0x10000084
,
SkyLocalName.Sharn_Upper_Night = 0x10000085
,
SkyLocalName.Sharn_Upper_Day = 0x10000087
,
SkyLocalName.Sharn_Midtown_Night = 0x10000088
,
SkyLocalName.Sharn_Lower_Night = 0x10000089
,
SkyLocalName.Keep_Default = 0x1000008A
,
SkyLocalName.Sharn_Soul_Harbor = 0x1000008B
,
SkyLocalName.Keep_Spider = 0x1000008C
,
SkyLocalName.Keep_Corrupt = 0x1000008D
,
SkyLocalName.Fey_Marsh = 0x1000008E
,
SkyLocalName.Fey_Winter = 0x1000008F
,
SkyLocalName.Fey_Tree = 0x10000090
,
SkyLocalName.Fey_Summer = 0x10000091
,
SkyLocalName.Cerulean_Hills = 0x10000092
,
SkyLocalName.Hag_Cosmic = 0x10000093
,
SkyLocalName.Fey_Raid_Roots = 0x10000094
,
SkyLocalName.Fey_Raid_Waterfall = 0x10000095
,
SkyLocalName.Fey_Raid_Shrooms = 0x10000096
,
SkyLocalName.Fey_Raid_Pool = 0x10000097
,
SkyLocalName.Fey_Summer_NoKey = 0x10000098
,
SkyLocalName.Fey_Winter_NoKey = 0x10000099
,
SkyLocalName.Astral_Plane = 0x1000009A
,
SkyLocalName.Fey_Dream = 0x1000009B
,
SkyLocalName.Salt_Default = 0x1000009C
,
SkyLocalName.Snowpeaks = 0x1000009D
,
SkyLocalName.Desert_Default_Day_No_Light = 0x1000009E
,
SkyLocalName.Salt_Night_Static = 0x1000009F
,
SkyLocalName.Dread_Island_Horizon = 0x100000A0
,
SkyLocalName.Dread_No_Island_Horizon = 0x100000A1
,
SkyLocalName.Dread_Lava = 0x100000A2
,
SkyLocalName.Dread_Default = 0x100000A3
,
SkyLocalName.Dread_Mountain = 0x100000A4
,
SkyLocalName.Dread_Tar = 0x100000A5
,
SkyLocalName.Dread_Default_Night_NoLight = 0x100000A6
,
SkyLocalName.Dread_Default_Day_NoLight = 0x100000A7
,
SkyLocalName.Illithid_Ships = 0x100000A8
,
SkyLocalName.MythDrannor_Day = 0x100000A9
} |
|
|
|
enum | SlaveryRole : uint {
SlaveryRole.Slavedriver = 0x0000000A
,
SlaveryRole.Slave = 0x0000000B
,
SlaveryRole.Liberated_Slave = 0x0000000D
,
SlaveryRole.Necromancer = 0x0000000F
,
SlaveryRole.Undead_Minion = 0x00000010
,
SlaveryRole.Inert_Minion = 0x00000013
,
SlaveryRole.Undef = 0x00000014
,
SlaveryRole.Docile_Slave = 0x00000015
,
SlaveryRole.Hostile_Slave = 0x00000016
,
SlaveryRole.Not_A_Slave_Ever = 0x00000017
,
SlaveryRole.ShowCollar_NoSharedConversation = 0x00000018
,
SlaveryRole.Independant_As_Undead = 0x00000019
,
SlaveryRole.Controlled_Shadow_Puppet = 0x0000001A
,
SlaveryRole.Potential_Shadow_Puppet = 0x0000001B
,
SlaveryRole.Shadow_Puppeteer = 0x0000001C
,
SlaveryRole.Waiting_Shadow_Puppet = 0x0000001D
} |
|
|
|
enum | Society : uint {
Society.None = 0x00000000
,
Society.HouseKundarek = 0x00000001
,
Society.ChurchOfTheSilverFlame = 0x00000002
,
Society.TheTwelve = 0x00000003
,
Society.HouseOrien = 0x00000004
} |
|
|
|
enum | SocietyRank : uint {
SocietyRank.Invalid = 0x00000000
,
SocietyRank.Distinguished = 0x00000001
,
SocietyRank.Exemplary = 0x00000002
,
SocietyRank.PreSponsored = 0x00000003
,
SocietyRank.Sponsored = 0x00000004
} |
|
|
|
enum | Sound : uint {
Sound.Undef = 0x00000000
,
Sound.Music2D = 0x0A0000C2
,
Sound.Music2DSW = 0x0A0000C3
,
Sound.Music3D = 0x0A0000C4
,
Sound.Music3DSW = 0x0A0000C5
,
Sound.Sound2D = 0x0A0000C6
,
Sound.Sound2DSW = 0x0A0000C7
,
Sound.Sound3D = 0x0A0000C8
,
Sound.Sound3DSW = 0x0A0000C9
,
Sound.ui_hint_popup_01 = 0x2A000F34
} |
|
|
|
enum | SoundChannel : uint {
SoundChannel.SFX = 0x00000001
,
SoundChannel.Music = 0x00000002
,
SoundChannel.UI = 0x00000003
,
SoundChannel.DMText = 0x00000004
,
SoundChannel.Combat = 0x00000005
,
SoundChannel.Ambient = 0x00000006
,
SoundChannel.DMTextQueued = 0x00000007
,
SoundChannel.Sentient = 0x00000008
} |
|
|
|
enum | SoundEnv : uint {
SoundEnv.GENERIC = 0x00000000
,
SoundEnv.PADDEDCELL = 0x00000001
,
SoundEnv.ROOM = 0x00000002
,
SoundEnv.BATHROOM = 0x00000003
,
SoundEnv.LIVINGROOM = 0x00000004
,
SoundEnv.STONEROOM = 0x00000005
,
SoundEnv.AUDITORIUM = 0x00000006
,
SoundEnv.CONCERTHALL = 0x00000007
,
SoundEnv.CAVE = 0x00000008
,
SoundEnv.ARENA = 0x00000009
,
SoundEnv.HANGAR = 0x0000000A
,
SoundEnv.CARPETEDHALLWAY = 0x0000000B
,
SoundEnv.HALLWAY = 0x0000000C
,
SoundEnv.STONECORRIDOR = 0x0000000D
,
SoundEnv.ALLEY = 0x0000000E
,
SoundEnv.FOREST = 0x0000000F
,
SoundEnv.CITY = 0x00000010
,
SoundEnv.MOUNTAINS = 0x00000011
,
SoundEnv.QUARRY = 0x00000012
,
SoundEnv.PLAIN = 0x00000013
,
SoundEnv.PARKINGLOT = 0x00000014
,
SoundEnv.SEWERPIPE = 0x00000015
,
SoundEnv.UNDERWATER = 0x00000016
,
SoundEnv.DRUGGED = 0x00000017
,
SoundEnv.DIZZY = 0x00000018
,
SoundEnv.PSYCHOTIC = 0x00000019
,
SoundEnv.Undef = 0x0000001A
} |
|
|
|
enum | SPEffectStage : uint {
SPEffectStage.Invalid = 0x00000000
,
SPEffectStage.Charge = 0x00000001
,
SPEffectStage.Cast = 0x00000002
,
SPEffectStage.Hold = 0x00000003
,
SPEffectStage.PreHold = 0x00000004
,
SPEffectStage.PostHold = 0x00000006
} |
|
|
|
enum | Spell_CastStage : uint {
Spell_CastStage.NotCasting = 0x00000000
,
Spell_CastStage.Fire = 0x00000001
,
Spell_CastStage.Charge = 0x00000002
,
Spell_CastStage.ChargeComplete = 0x00000003
} |
|
|
|
enum | Spell_CastType : uint {
Spell_CastType.Undef = 0x00000000
,
Spell_CastType.Aggro = 0x00000001
,
Spell_CastType.Buff = 0x00000002
,
Spell_CastType.Mind = 0x00000004
,
Spell_CastType.Shout = 0x00000008
,
Spell_CastType.AOE = 0x00000009
,
Spell_CastType.Summon = 0x0000000A
,
Spell_CastType.Ray = 0x0000000B
,
Spell_CastType.Wand = 0x0000000E
,
Spell_CastType.BigRay = 0x0000000F
,
Spell_CastType.Monk = 0x00000010
,
Spell_CastType.Mechanic = 0x00000012
,
Spell_CastType.Throw = 0x00000014
,
Spell_CastType.PotionSmashSelf = 0x00000015
,
Spell_CastType.ConeScatter = 0x00000016
,
Spell_CastType.PotionThrow = 0x00000017
,
Spell_CastType.PotionDrink = 0x00000018
,
Spell_CastType.PotionSmash = 0x00000019
,
Spell_CastType.Breath = 0x0000001A
} |
|
|
|
enum | Spell_CharacterOverlayType : uint {
Spell_CharacterOverlayType.Invalid = 0x00000000
,
Spell_CharacterOverlayType.BarkSkin = 0x00000001
,
Spell_CharacterOverlayType.StoneSkin = 0x00000002
,
Spell_CharacterOverlayType.Camouflage = 0x00000003
} |
|
|
|
enum | Spell_Modifier2Flags : uint {
Spell_Modifier2Flags.Undef = 0x00000000
,
Spell_Modifier2Flags.SavantEarth2 = 0x00000002
,
Spell_Modifier2Flags.SavantAir2 = 0x00000003
,
Spell_Modifier2Flags.Test2 = 0x00000004
,
Spell_Modifier2Flags.MasterofWilds = 0x00000005
,
Spell_Modifier2Flags.MasterofArtifice = 0x00000006
,
Spell_Modifier2Flags.MasterofDead = 0x00000007
,
Spell_Modifier2Flags.MasterofMusic = 0x00000008
,
Spell_Modifier2Flags.MasterofEarth = 0x00000009
,
Spell_Modifier2Flags.MasterofLight = 0x0000000A
,
Spell_Modifier2Flags.MasterofWater = 0x0000000B
,
Spell_Modifier2Flags.MasterofFire = 0x0000000C
,
Spell_Modifier2Flags.MasterofAlignment = 0x0000000D
,
Spell_Modifier2Flags.MasterofAir = 0x0000000E
,
Spell_Modifier2Flags.AngelofVengeance = 0x0000000F
,
Spell_Modifier2Flags.AlchemistPurple = 0x00000010
,
Spell_Modifier2Flags.AlchemistRed = 0x00000011
,
Spell_Modifier2Flags.AlchemistBlue = 0x00000012
,
Spell_Modifier2Flags.AlchemistYellow = 0x00000013
,
Spell_Modifier2Flags.AlchemistOrange = 0x00000014
,
Spell_Modifier2Flags.AlchemistGreen = 0x00000015
,
Spell_Modifier2Flags.MasterofAlchemyOrange = 0x00000016
,
Spell_Modifier2Flags.MasterofAlchemyGreen = 0x00000017
,
Spell_Modifier2Flags.MasterofAlchemyPurple = 0x00000018
,
Spell_Modifier2Flags.MasterofSpellvials = 0x00000019
,
Spell_Modifier2Flags.MasterofThorns = 0x0000001A
} |
|
|
|
enum | Spell_Modifier3Flags : uint {
Spell_Modifier3Flags.Undef = 0x00000000
,
Spell_Modifier3Flags.SavantEarth3 = 0x00000002
,
Spell_Modifier3Flags.SavantAir3 = 0x00000003
,
Spell_Modifier3Flags.RepairDamage = 0x00000004
,
Spell_Modifier3Flags.Shadowblade = 0x00000005
,
Spell_Modifier3Flags.Runearm = 0x00000006
,
Spell_Modifier3Flags.KiSpell = 0x00000007
,
Spell_Modifier3Flags.SpecialComponent = 0x00000008
,
Spell_Modifier3Flags.Thorn = 0x00000009
} |
|
|
|
enum | Spell_ModifierFlags : uint {
Spell_ModifierFlags.Undef = 0x00000000
,
Spell_ModifierFlags.DragonmarkMagic = 0x00000001
,
Spell_ModifierFlags.Divine = 0x00000002
,
Spell_ModifierFlags.BreathWeapon = 0x00000003
,
Spell_ModifierFlags.Illusion = 0x00000004
,
Spell_ModifierFlags.SummonUndead = 0x00000005
,
Spell_ModifierFlags.Abjuration = 0x00000006
,
Spell_ModifierFlags.Evocation = 0x00000007
,
Spell_ModifierFlags.SavantAirEarth = 0x00000008
,
Spell_ModifierFlags.Arcane = 0x00000009
,
Spell_ModifierFlags.Negative = 0x0000000A
,
Spell_ModifierFlags.AnimalForm = 0x0000000B
,
Spell_ModifierFlags.Smiting = 0x0000000C
,
Spell_ModifierFlags.Electric = 0x0000000D
,
Spell_ModifierFlags.CureWounds = 0x0000000E
,
Spell_ModifierFlags.Cold1 = 0x0000000F
,
Spell_ModifierFlags.SavantWater = 0x00000010
,
Spell_ModifierFlags.SummonInsect = 0x00000011
,
Spell_ModifierFlags.Cold2 = 0x00000012
,
Spell_ModifierFlags.Light = 0x00000013
,
Spell_ModifierFlags.Cold3 = 0x00000014
,
Spell_ModifierFlags.Fire = 0x00000015
,
Spell_ModifierFlags.Teleport = 0x00000016
,
Spell_ModifierFlags.Grease = 0x00000017
,
Spell_ModifierFlags.SavantFire = 0x00000018
,
Spell_ModifierFlags.TargetFriend = 0x00000019
,
Spell_ModifierFlags.Cloud = 0x0000001A
,
Spell_ModifierFlags.Sonic = 0x0000001B
,
Spell_ModifierFlags.WildMagic = 0x0000001C
,
Spell_ModifierFlags.InnateAttack = 0x0000001D
,
Spell_ModifierFlags.Necromancy = 0x0000001E
,
Spell_ModifierFlags.Conjuration = 0x0000001F
,
Spell_ModifierFlags.Rain = 0x00000020
,
Spell_ModifierFlags.Positive = 0x00000021
,
Spell_ModifierFlags.Lvl1SorWiz = 0x00000022
,
Spell_ModifierFlags.Potion = 0x00000023
,
Spell_ModifierFlags.SavantEarth = 0x00000024
,
Spell_ModifierFlags.DDoor = 0x00000025
,
Spell_ModifierFlags.SummonAnimal = 0x00000026
,
Spell_ModifierFlags.Cold = 0x00000027
,
Spell_ModifierFlags.Transmutation = 0x00000028
,
Spell_ModifierFlags.SavantAll = 0x00000029
,
Spell_ModifierFlags.SummonOutsider = 0x0000002A
,
Spell_ModifierFlags.Force = 0x0000002B
,
Spell_ModifierFlags.Enchantment = 0x0000002C
,
Spell_ModifierFlags.SavantFireWater = 0x0000002D
,
Spell_ModifierFlags.Acid = 0x0000002E
,
Spell_ModifierFlags.MonkSpell = 0x0000002F
,
Spell_ModifierFlags.TargetFoe = 0x00000030
,
Spell_ModifierFlags.Divination = 0x00000031
,
Spell_ModifierFlags.SavantAir = 0x00000032
,
Spell_ModifierFlags.EldritchBlast = 0x00000033
,
Spell_ModifierFlags.SpellLikeAbility = 0x00000034
,
Spell_ModifierFlags.SummonElemental = 0x00000035
,
Spell_ModifierFlags.SummonHumanoid = 0x00000036
,
Spell_ModifierFlags.MasterofKnowledge = 0x00000038
,
Spell_ModifierFlags.Poison = 0x00000039
,
Spell_ModifierFlags.Evil = 0x0000003A
,
Spell_ModifierFlags.InflictWounds = 0x0000003B
,
Spell_ModifierFlags.Alignment = 0x0000003C
} |
|
|
|
enum | SpellComponentType : uint {
SpellComponentType.Undef = 0x00000000
,
SpellComponentType.Focus = 0x00000001
,
SpellComponentType.Material = 0x00000002
,
SpellComponentType.Somatic = 0x00000003
,
SpellComponentType.DivineFocus = 0x00000004
,
SpellComponentType.None = 0x00000005
,
SpellComponentType.Verbal = 0x00000006
} |
|
|
|
enum | SpellSaveFlags : uint {
SpellSaveFlags.Undef = 0x00000000
,
SpellSaveFlags.Magic = 0x00000001
,
SpellSaveFlags.Enchantment = 0x00000002
,
SpellSaveFlags.Fear = 0x00000003
,
SpellSaveFlags.Poison = 0x00000004
,
SpellSaveFlags.Trap = 0x00000005
,
SpellSaveFlags.Disease = 0x00000006
,
SpellSaveFlags.Illusion = 0x00000007
,
SpellSaveFlags.Sleep = 0x00000008
,
SpellSaveFlags.Paralysis = 0x00000009
,
SpellSaveFlags.EnergyDrain = 0x0000000A
,
SpellSaveFlags.Exhaustion = 0x0000000B
,
SpellSaveFlags.Nausea = 0x0000000C
,
SpellSaveFlags.Evocation = 0x0000000D
,
SpellSaveFlags.Stun = 0x0000000E
,
SpellSaveFlags.Curse = 0x0000000F
} |
|
|
|
enum | State_NPC_Region : uint {
State_NPC_Region.Invalid = 0x00000000
,
State_NPC_Region.Eberron = 0x00000001
,
State_NPC_Region.ForgottenRealms = 0x00000002
,
State_NPC_Region.None = 0x00000003
} |
|
|
|
enum | State_TOEE_Element : uint {
State_TOEE_Element.Invalid = 0x00000000
,
State_TOEE_Element.Earth = 0x00000001
,
State_TOEE_Element.Fire = 0x00000002
,
State_TOEE_Element.Water = 0x00000003
,
State_TOEE_Element.Air = 0x00000004
,
State_TOEE_Element.None = 0x00000005
} |
|
|
|
enum | StringInfoRendering_VarType : uint {
StringInfoRendering_VarType.Undef = 0x00000000
,
StringInfoRendering_VarType.String = 0x00000001
,
StringInfoRendering_VarType.Float = 0x00000002
,
StringInfoRendering_VarType.StringInfo = 0x00000003
,
StringInfoRendering_VarType.Integer = 0x00000004
} |
|
|
|
enum | Stringtable : uint {
Stringtable.Undef = 0x00000000
,
Stringtable.Advancement = 0x25000002
,
Stringtable.Chat = 0x25000003
,
Stringtable.Combat = 0x25000004
,
Stringtable.CommandHelp = 0x25000005
,
Stringtable.Commands = 0x25000006
,
Stringtable.Death = 0x25000007
,
Stringtable.Examination = 0x25000009
,
Stringtable.Fellowship = 0x2500000A
,
Stringtable.Inventory = 0x2500000B
,
Stringtable.NPCChat = 0x2500000E
,
Stringtable.PortalStorm = 0x2500000F
,
Stringtable.Quest = 0x25000010
,
Stringtable.Testing = 0x25000011
,
Stringtable.Trade = 0x25000012
,
Stringtable.UI = 0x25000013
,
Stringtable.UI_Journal = 0x25000014
,
Stringtable.UI_Pregame = 0x25000016
,
Stringtable.UI_Charstats = 0x25000017
,
Stringtable.Vital = 0x2500001A
,
Stringtable.WeenieClientMsgs = 0x2500001B
,
Stringtable.WeenieEmoteList = 0x2500001C
,
Stringtable.DamageType = 0x25000021
,
Stringtable.UI_CSM = 0x25000023
,
Stringtable.GameTime = 0x2500002A
,
Stringtable.Position = 0x2500002B
,
Stringtable.ServerEngine = 0x2500002C
,
Stringtable.Preference = 0x2500002D
,
Stringtable.CommandSetup = 0x2500002E
,
Stringtable.Calendar = 0x2500002F
,
Stringtable.KeyMap = 0x25000030
,
Stringtable.UI_Help = 0x2500012E
,
Stringtable.PopupMenu = 0x25000160
,
Stringtable.UI_Charfeats = 0x25000212
,
Stringtable.ChatChannel = 0x2500023B
,
Stringtable.ChatChannelType = 0x2500023C
,
Stringtable.SecondaryChatChannelType = 0x2500023D
,
Stringtable.UI_Dialog = 0x25000240
,
Stringtable.Diagnostic = 0x250002E0
,
Stringtable.Conversation = 0x250002F9
,
Stringtable.LayOnHands = 0x250004DC
,
Stringtable.Guild = 0x250005B3
,
Stringtable.UI_Guild = 0x2500071D
,
Stringtable.Shop = 0x25000822
,
Stringtable.Currency = 0x250008E9
,
Stringtable.UI_Social = 0x25000987
,
Stringtable.UI_Shortcuts = 0x25001079
,
Stringtable.UI_Death = 0x25001089
,
Stringtable.UI_CharGen = 0x250012FF
,
Stringtable.UI_Options = 0x25001503
,
Stringtable.UI_SpellBook = 0x25001511
,
Stringtable.UI_PortalActivate = 0x25001519
,
Stringtable.UI_Map = 0x25001523
,
Stringtable.Dice = 0x2500155B
,
Stringtable.UI_Chat = 0x250015E2
,
Stringtable.Alignments = 0x25001A6F
,
Stringtable.Ability = 0x25001ABB
,
Stringtable.Action = 0x25001B55
,
Stringtable.Collect = 0x25001C18
,
Stringtable.UI_AreaName = 0x25001C6F
,
Stringtable.KeyNameOverride = 0x25001D62
,
Stringtable.MetakeyNameOverride = 0x25001D63
,
Stringtable.UI_Portal = 0x25001D7B
,
Stringtable.UI_Actions = 0x25001E7C
,
Stringtable.EmoteSystem = 0x25001EE4
,
Stringtable.UI_Utility = 0x25002330
,
Stringtable.UI_Admin = 0x2500252B
,
Stringtable.XP = 0x250029F0
,
Stringtable.TextType = 0x25002FBD
,
Stringtable.VoiceChat = 0x250038E4
,
Stringtable.UI_Mail = 0x25003D58
,
Stringtable.Mail = 0x25003EBC
,
Stringtable.Shanda = 0x25003F1E
,
Stringtable.Patron = 0x25004248
,
Stringtable.UI_AdventureCompendium = 0x2500425A
,
Stringtable.UI_Auction = 0x250042CC
,
Stringtable.UI_Arena = 0x25004469
,
Stringtable.Auction = 0x2500446C
,
Stringtable.StringToken_Debugger = 0x2500446D
,
Stringtable.Arena = 0x25004819
,
Stringtable.PKArenaType = 0x2500483E
,
Stringtable.UI_HyperTextTemplates = 0x25004CB9
,
Stringtable.UI_Widget = 0x25004CEA
,
Stringtable.UI_Glossary = 0x2500568D
,
Stringtable.ContainerSlot = 0x25005879
,
Stringtable.UI_Helper = 0x2500594A
,
Stringtable.Microtransaction = 0x25006F20
,
Stringtable.UI_BuyBack = 0x25007B85
,
Stringtable.UI_Propel = 0x25007D19
,
Stringtable.UI_Billing = 0x250080A0
,
Stringtable.Henchman = 0x2500868C
,
Stringtable.UI_Bank = 0x25008AD5
,
Stringtable.UI_Challenge = 0x25008B39
,
Stringtable.UI_Reincarnation = 0x2500933F
,
Stringtable.UI_CharacterSheetSpells = 0x25009567
,
Stringtable.AdminMail = 0x2500B11D
,
Stringtable.UI_Crafting = 0x2500D244
,
Stringtable.UI_Crafting_ContainerSlot = 0x2500FA29
,
Stringtable.TreasureTrait = 0x2500FAE0
,
Stringtable.UI_ScoreDisplay = 0x2500FF76
,
Stringtable.Pet = 0x25010054
,
Stringtable.Achievement = 0x25011464
,
Stringtable.Effect = 0x25011567
,
Stringtable.UI_CharacterCosmeticPets = 0x25011A1F
,
Stringtable.UI_Enhancement = 0x25012015
,
Stringtable.FilePath = 0x25012BB4
,
Stringtable.UI_GameplayOptionsProfile = 0x25013189
,
Stringtable.UI_EpicDestiny = 0x250131CA
,
Stringtable.ClaimSystem = 0x25013245
,
Stringtable.UI_MonsterManual = 0x250133B9
,
Stringtable.UI_Deed = 0x25014F3F
,
Stringtable.UI_DailyRewardAlphaTable = 0x25018635
,
Stringtable.UI_DailyRewards = 0x2501881D
,
Stringtable.UI_AstralShardService = 0x25018FC9
,
Stringtable.UI_Amenity = 0x2501C0BE
,
Stringtable.UI_Sentients = 0x2501C4F0
,
Stringtable.UI_AirshipShowroom = 0x2501CCC4
,
Stringtable.UI_Augment = 0x2501FBBD
,
Stringtable.Browser = 0x25022DA5
,
Stringtable.AnniversaryRewards = 0x25023B33
,
Stringtable.UI_CharacterMounts = 0x250269DD
,
Stringtable.Language = 0x58000000
} |
|
|
|
enum | SurfaceSoundType : uint {
SurfaceSoundType.Invalid = 0x00000000
,
SurfaceSoundType.Sand = 0x00000001
,
SurfaceSoundType.Dirt = 0x00000002
,
SurfaceSoundType.Grass = 0x00000003
,
SurfaceSoundType.Stone = 0x00000004
,
SurfaceSoundType.Snow = 0x00000005
,
SurfaceSoundType.Wood = 0x00000007
,
SurfaceSoundType.Metal_Hollow = 0x00000008
,
SurfaceSoundType.Wood_Hollow = 0x00000009
,
SurfaceSoundType.Metal = 0x0000000A
,
SurfaceSoundType.Rug = 0x0000000B
,
SurfaceSoundType.Wet = 0x0000000C
,
SurfaceSoundType.mud = 0x0000000D
,
SurfaceSoundType.Flesh = 0x0000000E
,
SurfaceSoundType.Bone = 0x00000019
,
SurfaceSoundType.Stone_Solid = 0x0000001B
,
SurfaceSoundType.Leaves = 0x0000001C
,
SurfaceSoundType.Coin = 0x0000001D
,
SurfaceSoundType.Roof_Tiles = 0x0000001E
,
SurfaceSoundType.Bamboo = 0x0000001F
,
SurfaceSoundType.Ice = 0x00000020
,
SurfaceSoundType.Wheat = 0x00000021
,
SurfaceSoundType.Crystal_Crust = 0x00000022
,
SurfaceSoundType.Gravel = 0x00000023
} |
|
|
|
enum | SwitchScriptNodeOperator : uint {
SwitchScriptNodeOperator.Equal = 0x00000002
,
SwitchScriptNodeOperator.AllBitsSet = 0x00000004
,
SwitchScriptNodeOperator.AnyBitSet = 0x00000005
} |
|
|
|
enum | TargetType : uint {
TargetType.Undef = 0x00000000
,
TargetType.Friend = 0x00000001
,
TargetType.Self = 0x00000002
,
TargetType.Foe = 0x00000003
,
TargetType.None = 0x00000004
,
TargetType.Undead = 0x00000011
,
TargetType.Positional = 0x00000012
,
TargetType.Directional = 0x00000013
,
TargetType.Usable = 0x00000014
,
TargetType.Breakable = 0x00000015
,
TargetType.UndeadFriend = 0x00000016
,
TargetType.UndeadFoe = 0x00000017
} |
|
|
|
enum | Terrain : uint { Terrain.Rock = 0x00000002
} |
|
|
|
enum | TerrainTextureProjectionAxis : uint {
TerrainTextureProjectionAxis.XZAxis = 0x00000001
,
TerrainTextureProjectionAxis.YZAxis = 0x00000002
,
TerrainTextureProjectionAxis.XYAxis = 0x00000003
} |
|
|
|
enum | TextJutification : uint {
TextJutification.Undef = 0x00000000
,
TextJutification.Right = 0x00000001
,
TextJutification.Center = 0x00000002
,
TextJutification.Left = 0x00000003
,
TextJutification.Top = 0x00000004
,
TextJutification.Bottom = 0x00000005
} |
|
|
|
enum | TextTagType : uint {
TextTagType.Examine = 0x10000006
,
TextTagType.Player = 0x10000007
,
TextTagType.PartyTeleportToQuestEntry = 0x10000009
,
TextTagType.PartyTeleportToQuestGiver = 0x1000000A
,
TextTagType.OpenQuestJournal = 0x1000000B
,
TextTagType.DeclineJoinRequest = 0x1000000C
,
TextTagType.AcceptJoinRequest = 0x1000000D
,
TextTagType.OpenCreatePartyPanel = 0x1000000E
,
TextTagType.MoreText = 0x1000000F
,
TextTagType.DIDInfo = 0x10000010
,
TextTagType.IIDInfo = 0x10000011
,
TextTagType.DIDProperties = 0x10000012
,
TextTagType.IIDProperties = 0x10000013
,
TextTagType.GlossaryTerm = 0x10000014
,
TextTagType.GlossaryTooltip = 0x10000015
,
TextTagType.TextTooltip = 0x10000016
} |
|
|
|
enum | TextureCompositorNames : uint {
TextureCompositorNames.tctest_Face = 0x10000001
,
TextureCompositorNames.Av_Human_Male_Face = 0x10000002
,
TextureCompositorNames.Av_Dwarf_Male_Face = 0x10000003
,
TextureCompositorNames.Av_Dwarf_Female_Face = 0x10000004
,
TextureCompositorNames.Av_Elf_Female_Face = 0x10000005
,
TextureCompositorNames.Av_Human_Female_Face = 0x10000006
,
TextureCompositorNames.Av_Halfling_Male_Face = 0x10000007
,
TextureCompositorNames.Av_Elf_Male_Face = 0x10000008
,
TextureCompositorNames.Av_Halfling_Female_Face = 0x10000009
,
TextureCompositorNames.Av_Warforge_Face = 0x1000000A
,
TextureCompositorNames.Av_Halforc_Male_Face = 0x1000000C
,
TextureCompositorNames.Av_Halforc_Female_Face = 0x1000000D
,
TextureCompositorNames.Av_Halfelf_Male_Face = 0x1000000E
,
TextureCompositorNames.Av_Halfelf_Female_Face = 0x1000000F
,
TextureCompositorNames.Av_Iconic_Bladeforged_Face = 0x10000011
,
TextureCompositorNames.Av_Iconic_Shadarakai_Female_Assassin_Face = 0x10000013
,
TextureCompositorNames.Av_Iconic_Shadarakai_Male_Assassin_Face = 0x10000014
,
TextureCompositorNames.Av_Iconic_BattleRager_Female_Face = 0x10000015
,
TextureCompositorNames.Av_Iconic_BattleRager_Male_Face = 0x10000016
,
TextureCompositorNames.Av_Gnome_Female_Face = 0x10000017
,
TextureCompositorNames.Av_Gnome_Male_Face = 0x10000018
,
TextureCompositorNames.Av_Iconic_DeepGnome_Female_Face = 0x10000019
,
TextureCompositorNames.Av_Iconic_DeepGnome_Male_Face = 0x1000001A
,
TextureCompositorNames.Av_Dragonborn_Female_Face = 0x1000001B
,
TextureCompositorNames.Av_Dragonborn_Male_Face = 0x1000001C
,
TextureCompositorNames.Av_Aasimar_Female_Face = 0x1000001D
,
TextureCompositorNames.Av_Aasimar_Male_Face = 0x1000001E
,
TextureCompositorNames.Av_Wildelf_Female_Face = 0x1000001F
,
TextureCompositorNames.Av_Wildelf_Male_Face = 0x10000020
,
TextureCompositorNames.Av_Tiefling_Female_Face = 0x10000021
,
TextureCompositorNames.Av_Tiefling_Male_Face = 0x10000022
,
TextureCompositorNames.Av_Shifter_Female_Face = 0x10000023
,
TextureCompositorNames.Av_Shifter_Male_Face = 0x10000024
,
TextureCompositorNames.Av_Tabaxi_Female_Face = 0x10000025
,
TextureCompositorNames.Av_Tabaxi_Male_Face = 0x10000026
} |
|
|
|
enum | TimeOfDay : uint {
TimeOfDay.Night = 0x00000001
,
TimeOfDay.Automatic = 0x00000002
,
TimeOfDay.Never = 0x00000003
,
TimeOfDay.Dusk = 0x00000004
,
TimeOfDay.Always = 0x00000005
,
TimeOfDay.Day = 0x00000006
,
TimeOfDay.Dawn = 0x00000007
} |
|
|
|
enum | TokenPurchase : uint {
TokenPurchase.Invalid = 0x00000000
,
TokenPurchase.RandomLootRange_1 = 0x00000001
,
TokenPurchase.RandomLootRange_2 = 0x00000002
,
TokenPurchase.RandomLootRange_3 = 0x00000003
,
TokenPurchase.RandomLootRange_4 = 0x00000004
,
TokenPurchase.RandomLootRange_5 = 0x00000005
} |
|
|
|
enum | ToolsEntityPlacementErrors : uint {
ToolsEntityPlacementErrors.Undef = 0x00000000
,
ToolsEntityPlacementErrors.SuppressOverlapCellmesh = 0x00000001
,
ToolsEntityPlacementErrors.SuppressOutsideOfCellmesh = 0x00000002
} |
|
|
|
enum | ToolsPathType : uint |
|
|
|
enum | TooltipType : uint {
TooltipType.Undef = 0x00000000
,
TooltipType.Item = 0x00000001
,
TooltipType.Shortcut = 0x00000003
,
TooltipType.CharacterSheet = 0x00000004
} |
|
|
|
enum | Trap_DifficultySetting : uint {
Trap_DifficultySetting._9_VeryHard = 0x00000001
,
Trap_DifficultySetting._10_ExtremelyHard = 0x00000002
,
Trap_DifficultySetting._8_FairlyHard = 0x00000003
,
Trap_DifficultySetting._7_SomewhatHard = 0x00000004
,
Trap_DifficultySetting._6_SlightlyHard = 0x00000005
,
Trap_DifficultySetting._1_ExtremelyEasy = 0x00000006
,
Trap_DifficultySetting._3_FairlyEasy = 0x00000007
,
Trap_DifficultySetting._5_StandardDefault = 0x00000008
,
Trap_DifficultySetting._4_SlightlyEasy = 0x00000009
,
Trap_DifficultySetting._2_VeryEasy = 0x0000000A
,
Trap_DifficultySetting._0_EveryoneSucceeds = 0x0000000B
} |
|
|
|
enum | Trap_SpinningDragon_AnimationSpeed : uint {
Trap_SpinningDragon_AnimationSpeed.Invalid = 0x00000000
,
Trap_SpinningDragon_AnimationSpeed.None = 0x00000001
,
Trap_SpinningDragon_AnimationSpeed.Slow = 0x00000002
,
Trap_SpinningDragon_AnimationSpeed.Medium = 0x00000003
} |
|
|
|
enum | Trap_SpinningDragon_Behavior : uint {
Trap_SpinningDragon_Behavior.Invalid = 0x00000000
,
Trap_SpinningDragon_Behavior.One = 0x00000001
,
Trap_SpinningDragon_Behavior.TwoOpposite = 0x00000002
,
Trap_SpinningDragon_Behavior.TwoCorner = 0x00000003
,
Trap_SpinningDragon_Behavior.Three = 0x00000004
,
Trap_SpinningDragon_Behavior.Four = 0x00000005
,
Trap_SpinningDragon_Behavior.None = 0x00000006
} |
|
|
|
enum | Trap_SpinningDragon_Style : uint {
Trap_SpinningDragon_Style.Invalid = 0x00000000
,
Trap_SpinningDragon_Style.Constant = 0x00000001
,
Trap_SpinningDragon_Style.MediumPulse = 0x00000002
} |
|
|
|
enum | TrapDeliveryMechanism : uint {
TrapDeliveryMechanism.Invalid = 0x00000000
,
TrapDeliveryMechanism.Spurt = 0x00000007
,
TrapDeliveryMechanism.AOE = 0x00000008
,
TrapDeliveryMechanism.Spell = 0x0000000A
,
TrapDeliveryMechanism.Missile_Dart = 0x0000000B
,
TrapDeliveryMechanism.Missile_Vial = 0x0000000C
,
TrapDeliveryMechanism.Custom = 0x0000000D
,
TrapDeliveryMechanism.AOE_Large = 0x0000000E
,
TrapDeliveryMechanism.AOE_Huge = 0x0000000F
,
TrapDeliveryMechanism.AOE_Medium = 0x00000010
,
TrapDeliveryMechanism.Spell_Medium = 0x00000011
,
TrapDeliveryMechanism.Spell_Huge = 0x00000012
,
TrapDeliveryMechanism.Spell_Large = 0x00000013
,
TrapDeliveryMechanism.AOE_Custom = 0x00000014
,
TrapDeliveryMechanism.Missile_Slow_Deadly_Orb = 0x00000015
} |
|
|
|
enum | TrapDisablePartsFrequency : uint {
TrapDisablePartsFrequency.Invalid = 0x00000000
,
TrapDisablePartsFrequency._6_Always = 0x00000008
,
TrapDisablePartsFrequency._2_Low = 0x00000009
,
TrapDisablePartsFrequency._4_High = 0x0000000A
,
TrapDisablePartsFrequency._3_Normal = 0x0000000B
,
TrapDisablePartsFrequency._5_VeryHigh = 0x0000000C
,
TrapDisablePartsFrequency._0_NoDrop = 0x0000000D
,
TrapDisablePartsFrequency._1_VeryLow = 0x0000000E
} |
|
|
|
enum | TrapMissilePattern : uint {
TrapMissilePattern.Invalid = 0x00000000
,
TrapMissilePattern.Single = 0x00000003
,
TrapMissilePattern.Spread_Horizontal_180_Immediate = 0x00000004
,
TrapMissilePattern.Spread_Horizontal_180_Delayed = 0x00000005
,
TrapMissilePattern.Spread_Horizontal_360_Delayed = 0x00000006
,
TrapMissilePattern.Triple_Delayed = 0x00000007
,
TrapMissilePattern.Double_Delayed = 0x00000008
,
TrapMissilePattern.Porcupine_Delayed = 0x0000000A
,
TrapMissilePattern.Spread_Horizontal_360_Immediate = 0x0000000D
,
TrapMissilePattern.Spread_Vertical_30_Immediate = 0x00000010
,
TrapMissilePattern.Spread_Vertical_30_Delayed = 0x00000011
,
TrapMissilePattern.Double_Delayed_Vertical_Up = 0x00000015
,
TrapMissilePattern.Single_Vertical_Down = 0x00000016
,
TrapMissilePattern.Triple_Delayed_Vertical_Down = 0x00000017
,
TrapMissilePattern.Double_Delayed_Vertical_Down = 0x00000018
,
TrapMissilePattern.Triple_Delayed_Vertical_Up = 0x00000019
,
TrapMissilePattern.Single_Vertical_Up = 0x0000001A
} |
|
|
|
enum | TrapSpellTargeting : uint {
TrapSpellTargeting.Invalid = 0x00000000
,
TrapSpellTargeting.Link = 0x00000001
,
TrapSpellTargeting.Random = 0x00000002
,
TrapSpellTargeting.All = 0x00000003
,
TrapSpellTargeting.Closest = 0x00000004
} |
|
|
|
enum | TrapSpikePattern : uint {
TrapSpikePattern.Invalid = 0x00000000
,
TrapSpikePattern.T = 0x00000001
,
TrapSpikePattern.Box = 0x00000002
,
TrapSpikePattern.L_Reverse = 0x00000003
,
TrapSpikePattern.Z = 0x00000004
,
TrapSpikePattern.Stick = 0x00000005
,
TrapSpikePattern.Z_Reverse = 0x00000006
,
TrapSpikePattern.Single = 0x00000007
,
TrapSpikePattern.L = 0x00000008
} |
|
|
|
enum | TrapType : uint {
TrapType.Invalid = 0x00000000
,
TrapType.Fire = 0x00000001
,
TrapType.Cold = 0x00000002
,
TrapType.Electric = 0x00000003
,
TrapType.Force = 0x00000004
,
TrapType.Acid = 0x00000005
,
TrapType.Sonic = 0x00000006
,
TrapType.Poison = 0x00000007
,
TrapType.Pierce = 0x00000008
,
TrapType.Slash = 0x00000009
,
TrapType.Bludgeon = 0x0000000A
,
TrapType.NoiseEvent = 0x0000000B
,
TrapType.Holy = 0x0000000C
,
TrapType.Water = 0x0000000D
,
TrapType.Evil = 0x0000000E
,
TrapType.Custom = 0x0000000F
,
TrapType.AirImpulse = 0x00000010
,
TrapType.Spell = 0x00000011
,
TrapType.Spellpoints = 0x00000012
,
TrapType.RandomDamage = 0x00000013
,
TrapType.Paralysis = 0x00000014
,
TrapType.Slow = 0x00000015
,
TrapType.AnimatedObject = 0x00000016
,
TrapType.Net = 0x00000017
,
TrapType.Honey = 0x00000018
} |
|
|
|
enum | TrapValidTargetTypes : uint {
TrapValidTargetTypes.Undef = 0x00000000
,
TrapValidTargetTypes.Monster = 0x00000001
,
TrapValidTargetTypes.Interactive = 0x00000002
,
TrapValidTargetTypes.NPC = 0x00000003
,
TrapValidTargetTypes.Player = 0x00000004
} |
|
|
|
enum | TreasureTrait : uint {
TreasureTrait.Undef = 0x00000000
,
TreasureTrait.ArcaneSpellFailure = 0x00000001
,
TreasureTrait.Melee = 0x00000002
,
TreasureTrait.Bludgeon = 0x00000003
,
TreasureTrait.Pierce = 0x00000004
,
TreasureTrait.Ranged = 0x00000005
,
TreasureTrait.Slash = 0x00000006
,
TreasureTrait.Finesse = 0x00000007
,
TreasureTrait.Docent = 0x00000008
,
TreasureTrait.MetalArmor = 0x00000009
,
TreasureTrait.Plus10 = 0x0000000A
,
TreasureTrait.Craftable = 0x0000000B
,
TreasureTrait.Collar = 0x0000000C
,
TreasureTrait.Good = 0x0000000D
,
TreasureTrait.Electric = 0x0000000E
,
TreasureTrait.Light = 0x0000000F
,
TreasureTrait.Fire = 0x00000010
,
TreasureTrait.Sonic = 0x00000011
,
TreasureTrait.Cold = 0x00000012
,
TreasureTrait.Chaos = 0x00000013
,
TreasureTrait.Force = 0x00000014
,
TreasureTrait.Law = 0x00000015
,
TreasureTrait.Acid = 0x00000016
,
TreasureTrait.Poison = 0x00000017
,
TreasureTrait.CannithChallenge = 0x00000018
,
TreasureTrait.CannithCraftable = 0x00000019
} |
|
|
|
enum | TreasureType : uint {
TreasureType.Undef = 0x00000000
,
TreasureType.Random = 0x00000001
,
TreasureType.Named = 0x00000002
,
TreasureType.Raid = 0x00000003
,
TreasureType.Vendor = 0x00000004
} |
|
|
|
enum | UI_BillboardDisplay_Type : uint {
UI_BillboardDisplay_Type.Undef = 0x00000000
,
UI_BillboardDisplay_Type.DMText = 0x00000001
,
UI_BillboardDisplay_Type.DMText_Quest = 0x00000002
} |
|
|
|
enum | UI_CharDetails_StatType : uint {
UI_CharDetails_StatType.Float = 0x00000001
,
UI_CharDetails_StatType.Integer = 0x00000002
,
UI_CharDetails_StatType.Percentage = 0x00000003
,
UI_CharDetails_StatType.Complement = 0x00000004
,
UI_CharDetails_StatType.IntPercentage = 0x00000005
,
UI_CharDetails_StatType.Concealment = 0x00000006
,
UI_CharDetails_StatType.Movement = 0x00000007
,
UI_CharDetails_StatType.SneakAttack = 0x00000009
} |
|
|
|
enum | UI_ElementObjectMode : uint {
UI_ElementObjectMode.None = 0x00000000
,
UI_ElementObjectMode.Stretch = 0x00000001
,
UI_ElementObjectMode.Tile = 0x00000002
,
UI_ElementObjectMode.CanvasResize = 0x00000003
} |
|
|
|
enum | UI_InventoryPageSelected : uint {
UI_InventoryPageSelected.Undef = 0x00000000
,
UI_InventoryPageSelected.Doll = 0x00000001
,
UI_InventoryPageSelected.CosmeticPets = 0x00000002
,
UI_InventoryPageSelected.List = 0x00000003
,
UI_InventoryPageSelected.Mounts = 0x00000005
} |
|
|
|
enum | UI_WebStore_Context_ID : uint {
UI_WebStore_Context_ID.Invalid = 0x00000000
,
UI_WebStore_Context_ID.CharSelect_BuyAccountUpgrades = 0x00000001
,
UI_WebStore_Context_ID.CharCreate_Artificer = 0x00000002
,
UI_WebStore_Context_ID.CharCreate_FavoredSoul = 0x00000003
,
UI_WebStore_Context_ID.CharCreate_Druid = 0x00000004
,
UI_WebStore_Context_ID.CharCreate_Monk = 0x00000005
,
UI_WebStore_Context_ID.CharCreate_Iconic_Bladeforged = 0x00000006
,
UI_WebStore_Context_ID.CharCreate_Iconic_ShadarKai = 0x00000007
,
UI_WebStore_Context_ID.CharCreate_Iconic_PurpleDragonKnight = 0x00000008
,
UI_WebStore_Context_ID.CharCreate_Iconic_Morninglord = 0x00000009
,
UI_WebStore_Context_ID.CharSheet_Stats_Ability = 0x0000000A
,
UI_WebStore_Context_ID.Inventory_Repair_CantAfford = 0x0000000B
,
UI_WebStore_Context_ID.Inventory_BackpackSpace = 0x0000000C
,
UI_WebStore_Context_ID.Inventory_Shards_ClickToAddMore = 0x0000000D
,
UI_WebStore_Context_ID.Social_Guild_GuildCharter = 0x0000000E
,
UI_WebStore_Context_ID.MonsterManual_ExtraVolumes = 0x0000000F
,
UI_WebStore_Context_ID.DailyDice_Roll_CantAfford = 0x00000010
,
UI_WebStore_Context_ID.MainMenu_DDOStore = 0x00000011
,
UI_WebStore_Context_ID.Reincarnation_BuyNow = 0x00000012
,
UI_WebStore_Context_ID.Shop_DDOStore = 0x00000013
,
UI_WebStore_Context_ID.Shop_Shards_ClickToAddMore = 0x00000014
,
UI_WebStore_Context_ID.Shop_Buy_CantAfford = 0x00000015
,
UI_WebStore_Context_ID.Bank_BankSpace = 0x00000016
,
UI_WebStore_Context_ID.ShardExchange_Shards_ClickToAddMore = 0x00000017
,
UI_WebStore_Context_ID.NPC_Auctineer_GetShardsFromDDOStore = 0x00000018
,
UI_WebStore_Context_ID.NPC_OpenWebstore = 0x00000019
,
UI_WebStore_Context_ID.Item_RightClickToGoToStore = 0x0000001A
,
UI_WebStore_Context_ID.UnspecifiedBuyNowMarker = 0x0000001B
,
UI_WebStore_Context_ID.NPC_Trainer_NotifyClassRestriction = 0x0000001C
,
UI_WebStore_Context_ID.Portal_DoesntOwnArea = 0x0000001D
,
UI_WebStore_Context_ID.NPC_Dialog_OnValidate = 0x0000001E
,
UI_WebStore_Context_ID.Unspecified_OpenWebstoreToItemCB = 0x0000001F
,
UI_WebStore_Context_ID.Area_DoesntOwnArea = 0x00000020
,
UI_WebStore_Context_ID.Unspecified_OpenWebstoreDialogCB = 0x00000021
,
UI_WebStore_Context_ID.Unspecified_PurchaseContentDialogCB = 0x00000022
,
UI_WebStore_Context_ID.Admin_Cmd = 0x00000023
,
UI_WebStore_Context_ID.Inventory_CosmeticPet_Rename = 0x00000024
,
UI_WebStore_Context_ID.CharSelect_HOHPassport_BuyNow = 0x00000025
,
UI_WebStore_Context_ID.EpicDestiny_GetEpicDestiniesButton = 0x00000026
,
UI_WebStore_Context_ID.EnhancementTreeCell1MTXClick = 0x00000027
,
UI_WebStore_Context_ID.CharCreate_Warlock = 0x00000028
,
UI_WebStore_Context_ID.CharCreate = 0x00000029
} |
|
|
|
enum | UICore_Element_ClampGameViewEdgeToObject : uint {
UICore_Element_ClampGameViewEdgeToObject.None = 0x00000000
,
UICore_Element_ClampGameViewEdgeToObject.Bottom = 0x00000001
,
UICore_Element_ClampGameViewEdgeToObject.Top = 0x00000002
,
UICore_Element_ClampGameViewEdgeToObject.Right = 0x00000003
,
UICore_Element_ClampGameViewEdgeToObject.Left = 0x00000004
} |
|
|
|
enum | UIElementID : uint {
UIElementID.WV_MapField = 0x10000001
,
UIElementID.PressEscToExit = 0x10000002
,
UIElementID.WV_Map = 0x10000003
,
UIElementID.CoordField = 0x10000004
,
UIElementID.XField = 0x10000005
,
UIElementID.XLabel = 0x10000006
,
UIElementID.XCoordText = 0x10000007
,
UIElementID.YField = 0x10000008
,
UIElementID.YCoordText = 0x10000009
,
UIElementID.YLabel = 0x1000000A
,
UIElementID.AdminField = 0x1000000B
,
UIElementID.NormalBackground = 0x1000000C
,
UIElementID.AdminPanel = 0x1000000D
,
UIElementID.HousingTab = 0x1000000E
,
UIElementID.HousingText = 0x1000000F
,
UIElementID.HousingPage = 0x10000010
,
UIElementID.PropertiesTab = 0x10000011
,
UIElementID.PropertiesText = 0x10000012
,
UIElementID.PropertiesPage = 0x10000013
,
UIElementID.PrivateEncounterTab = 0x10000014
,
UIElementID.PrivateEncounterText = 0x10000015
,
UIElementID.PrivateEncounterPage = 0x10000016
,
UIElementID.EndTabs = 0x10000017
,
UIElementID.Background = 0x10000018
,
UIElementID.Panel_Label_Admin = 0x10000019
,
UIElementID.AdminCloseButton = 0x1000001A
,
UIElementID.RealMoveBar = 0x1000001B
,
UIElementID.ResizeBR = 0x1000001C
,
UIElementID.RealAdminHousingPage = 0x1000001D
,
UIElementID.AdminHousingPage_Towns = 0x1000001E
,
UIElementID.AdminHousingPage_Neighborhoods = 0x1000001F
,
UIElementID.AdminHousingPage_Houses = 0x10000020
,
UIElementID.AdminHousingPage_Display = 0x10000021
,
UIElementID.AdminHousing_ListBoxTextTemplate = 0x10000022
,
UIElementID.AdminHousing_SLB_Towns = 0x10000023
,
UIElementID.AdminHousing_LB_Towns = 0x10000024
,
UIElementID.AdminHousing_SB_Towns = 0x10000025
,
UIElementID.AdminHousing_BU_Towns = 0x10000026
,
UIElementID.AdminHousing_BD_Towns = 0x10000027
,
UIElementID.AdminHousing_SLB_Neighborhoods = 0x10000028
,
UIElementID.AdminHousing_LB_Neighborhoods = 0x10000029
,
UIElementID.AdminHousing_SB_Neighborhoods = 0x1000002A
,
UIElementID.AdminHousing_BU_Neighborhoods = 0x1000002B
,
UIElementID.AdminHousing_BD_Neighborhoods = 0x1000002C
,
UIElementID.AdminHousing_SLB_Houses = 0x1000002D
,
UIElementID.AdminHousing_LB_Houses = 0x1000002E
,
UIElementID.AdminHousing_SB_Houses = 0x1000002F
,
UIElementID.AdminHousing_BU_Houses = 0x10000030
,
UIElementID.AdminHousing_BD_Houses = 0x10000031
,
UIElementID.PrivateEncounterField = 0x10000032
,
UIElementID.PrivateEncounterBaseField = 0x10000033
,
UIElementID.PrivateEncounterPanel = 0x10000034
,
UIElementID.VenueTab = 0x10000035
,
UIElementID.VenueText = 0x10000036
,
UIElementID.VenuePage = 0x10000037
,
UIElementID.EncounterTab = 0x10000038
,
UIElementID.EncounterText = 0x10000039
,
UIElementID.EncounterPage = 0x1000003A
,
UIElementID.PrivateEncounterEndTabs = 0x1000003B
,
UIElementID.PrivateEncounterRefreshButton = 0x1000003C
,
UIElementID.VenuePageBase = 0x1000003D
,
UIElementID.VenuePageFieldWrapper = 0x1000003E
,
UIElementID.VenueExaminationCancelButton = 0x1000003F
,
UIElementID.VenuePageListbox = 0x10000040
,
UIElementID.VenuePageListboxScrollbar = 0x10000041
,
UIElementID.VenuePageUpButton = 0x10000042
,
UIElementID.VenuePageDownButton = 0x10000043
,
UIElementID.VenueEntryTemplate = 0x10000044
,
UIElementID.VenueTemplateText = 0x10000045
,
UIElementID.VenueStateText = 0x10000046
,
UIElementID.SelectedTextBase = 0x10000047
,
UIElementID.EncounterPageBase = 0x10000048
,
UIElementID.EncounterPageFieldWrapper = 0x10000049
,
UIElementID.EncounterExaminationCancelButton = 0x1000004A
,
UIElementID.EncounterPageListbox = 0x1000004B
,
UIElementID.EncounterPageListboxScrollbar = 0x1000004C
,
UIElementID.EncounterPageUpButton = 0x1000004D
,
UIElementID.EncounterPageDownButton = 0x1000004E
,
UIElementID.EncounterEntryTemplate = 0x1000004F
,
UIElementID.EncounterTemplateText = 0x10000050
,
UIElementID.EncounterCreatorText = 0x10000051
,
UIElementID.EncounterStateText = 0x10000052
,
UIElementID.ExaminationTextTemplate = 0x10000053
,
UIElementID.ExaminationText = 0x10000054
,
UIElementID.ExaminationLinkTemplate = 0x10000055
,
UIElementID.ExaminationLinkText = 0x10000056
,
UIElementID.EncounterHeadingTemplate = 0x10000057
,
UIElementID.VenueHeadingTemplate = 0x10000058
,
UIElementID.PrivateEncounterRefreshButtonBase = 0x10000059
,
UIElementID.PrivateEncounterRefreshButtonText = 0x1000005A
,
UIElementID.RealAdminPropertiesPage = 0x1000005B
,
UIElementID.RefreshButton = 0x1000005C
,
UIElementID.RefreshText = 0x1000005D
,
UIElementID.EntryField = 0x1000005E
,
UIElementID.EntryText = 0x1000005F
,
UIElementID.AdminPropertiesPage_SelectionDisplay = 0x10000060
,
UIElementID.AdminPropertiesPage_IDLabel = 0x10000061
,
UIElementID.AdminPropertiesPage_IDDisplay = 0x10000062
,
UIElementID.AdminPropertiesPage_NameLabel = 0x10000063
,
UIElementID.AdminPropertiesPage_NameDisplay = 0x10000064
,
UIElementID.Property_Collection_Display_Expand_All_Button = 0x10000065
,
UIElementID.Property_Collection_Display_Collapse_All_Button = 0x10000066
,
UIElementID.AdminPropertiesPage_Properties_Display_LB = 0x10000067
,
UIElementID.DisplayScrollbar = 0x10000068
,
UIElementID.DisplayScrollbar_Up = 0x10000069
,
UIElementID.DisplayScrollbar_Down = 0x1000006A
,
UIElementID.Property_Container_Display = 0x1000006B
,
UIElementID.Property_Container_Expander_Button = 0x1000006C
,
UIElementID.Property_Container_Title_Display = 0x1000006D
,
UIElementID.Property_Container_Num_Display = 0x1000006E
,
UIElementID.Property_Container_Property_LB = 0x1000006F
,
UIElementID.Base_Property_Display = 0x10000070
,
UIElementID.Base_Property_Type_Display = 0x10000071
,
UIElementID.Base_Property_Stretching_Fields = 0x10000072
,
UIElementID.Base_Property_Name_Display = 0x10000073
,
UIElementID.Base_Property_Value_Display = 0x10000074
,
UIElementID.AvatarModificationSkinColorSliderBase = 0x10000075
,
UIElementID.scroll_middle_field = 0x10000076
,
UIElementID.AvatarModificationHairColorFieldBase = 0x10000077
,
UIElementID.AvatarModificationHairColorSlider = 0x10000078
,
UIElementID.AvatarModificationHairColorImage = 0x10000079
,
UIElementID.AvatarModificationHairColorImageText = 0x1000007A
,
UIElementID.AvatarModificationJewelryFieldBase = 0x1000007B
,
UIElementID.AvatarModificationJewelryFieldImage = 0x1000007C
,
UIElementID.AvatarModificationJewelryFieldImageText = 0x1000007D
,
UIElementID.AvatarModificationJewelryLeftArrow = 0x1000007E
,
UIElementID.AvatarModificationJewelryRightArrow = 0x1000007F
,
UIElementID.AvatarModificationFacialHairFieldBase = 0x10000080
,
UIElementID.AvatarModificationFacialHairFieldImage = 0x10000081
,
UIElementID.AvatarModificationFacialHairFieldImageText = 0x10000082
,
UIElementID.AvatarModificationFacialHairLeftArrow = 0x10000083
,
UIElementID.AvatarModificationFacialHairRightArrow = 0x10000084
,
UIElementID.AvatarModificationSizeSliderBase = 0x10000085
,
UIElementID.AvatarModificationBackgroundField = 0x10000086
,
UIElementID.AvatarModificationSizeField = 0x10000087
,
UIElementID.AvatarModificationJewelryField = 0x10000088
,
UIElementID.AvatarModificationCancelButton = 0x10000089
,
UIElementID.AvatarModificationHairColorField = 0x1000008A
,
UIElementID.AvatarModificationHeadField = 0x1000008B
,
UIElementID.AvatarModificationFacialHairField = 0x1000008C
,
UIElementID.AvatarModificationNextButton = 0x1000008D
,
UIElementID.AvatarModificationNationality = 0x1000008E
,
UIElementID.AvatarModificationLeftDummy = 0x1000008F
,
UIElementID.AvatarModificationCenterDummy = 0x10000090
,
UIElementID.AvatarModificationHairStyleField = 0x10000091
,
UIElementID.AvatarModificationSkinColorField = 0x10000092
,
UIElementID.AvatarModificationNationalityInfoFieldBase = 0x10000093
,
UIElementID.AvatarModificationNationalityInfoFieldWrapper = 0x10000094
,
UIElementID.AvatarModificationNationalityInfoTitleText = 0x10000095
,
UIElementID.AvatarModificationNationalityInfoDescText = 0x10000096
,
UIElementID.AvatarModificationNationalityInfoFieldBackground = 0x10000097
,
UIElementID.AvatarModificationNationalityFieldBase = 0x10000098
,
UIElementID.AvatarModificationNationalityFieldBackground = 0x10000099
,
UIElementID.AvatarModificationNationalityFieldWrapper = 0x1000009A
,
UIElementID.AvatarModificationNationalityListbox = 0x1000009B
,
UIElementID.AvatarModificationNationalityDownButton = 0x1000009C
,
UIElementID.AvatarModificationNationalityListboxScrollbar = 0x1000009D
,
UIElementID.AvatarModificationNationalityUpButton = 0x1000009E
,
UIElementID.AvatarModificationSizeFieldBase = 0x1000009F
,
UIElementID.AvatarModificationSizeSlider = 0x100000A0
,
UIElementID.AvatarModificationSizeImage = 0x100000A1
,
UIElementID.AvatarModificationSizeImageText = 0x100000A2
,
UIElementID.AvatarModificationHeadFieldBase = 0x100000A3
,
UIElementID.AvatarModificationHeadRightArrow = 0x100000A4
,
UIElementID.AvatarModificationHeadFieldImage = 0x100000A5
,
UIElementID.AvatarModificationHeadFieldImageText = 0x100000A6
,
UIElementID.AvatarModificationHeadLeftArrow = 0x100000A7
,
UIElementID.AvatarModificationNationalityBase = 0x100000A8
,
UIElementID.AvatarModificationChooseNationalityImage = 0x100000A9
,
UIElementID.AvatarModificationChooseNationalityImageText = 0x100000AA
,
UIElementID.AvatarModificationNationalityField = 0x100000AB
,
UIElementID.AvatarModificationNationalityInfoField = 0x100000AC
,
UIElementID.AvatarModificationSkinColorFieldBase = 0x100000AD
,
UIElementID.AvatarModificationSkinColorImage = 0x100000AE
,
UIElementID.AvatarModificationSkinColorImageText = 0x100000AF
,
UIElementID.AvatarModificationSkinColorSlider = 0x100000B0
,
UIElementID.AvatarModificationHairColorSliderBase = 0x100000B1
,
UIElementID.AvatarModificationNationalityTextTemplate = 0x100000B2
,
UIElementID.AvatarModificationRightArrowBase = 0x100000B3
,
UIElementID.AvatarModificationHairStyleFieldBase = 0x100000B4
,
UIElementID.AvatarModificationHairStyleFieldImage = 0x100000B5
,
UIElementID.AvatarModificationHairStyleFieldImageText = 0x100000B6
,
UIElementID.AvatarModificationHairStyleLeftArrow = 0x100000B7
,
UIElementID.AvatarModificationHairStyleRightArrow = 0x100000B8
,
UIElementID.AvatarModificationLeftArrowBase = 0x100000B9
,
UIElementID.AvatarSelectionBackgroundField = 0x100000BA
,
UIElementID.AvatarSelectionCancelButton = 0x100000BB
,
UIElementID.AvatarSelectionNextButton = 0x100000BC
,
UIElementID.AvatarSelectionInfo = 0x100000BD
,
UIElementID.AvatarSelectionInfoBase = 0x100000BE
,
UIElementID.AvatarSelectionInfoBackground = 0x100000BF
,
UIElementID.AvatarSelectionInfoField = 0x100000C0
,
UIElementID.AvatarSelectionInfoTitleText = 0x100000C1
,
UIElementID.AvatarSelectionInfoDescText = 0x100000C2
,
UIElementID.BackgroundSelectionBackgroundField = 0x100000C3
,
UIElementID.BackgroundSelectionCancelButton = 0x100000C4
,
UIElementID.BackgroundSelectionNextButton = 0x100000C5
,
UIElementID.BackgroundSelectionChooseVocation = 0x100000C6
,
UIElementID.BackgroundSelectionChooseUpbringing = 0x100000C7
,
UIElementID.BackgroundSelectionVocationFieldBase = 0x100000C8
,
UIElementID.BackgroundSelectionVocationFieldBackground = 0x100000C9
,
UIElementID.BackgroundSelectionVocationFieldWrapper = 0x100000CA
,
UIElementID.BackgroundSelectionVocationListbox = 0x100000CB
,
UIElementID.BackgroundSelectionVocationListboxScrollbar = 0x100000CC
,
UIElementID.BackgroundSelectionVocationUpButton = 0x100000CD
,
UIElementID.BackgroundSelectionVocationDownButton = 0x100000CE
,
UIElementID.BackgroundSelectionVocationInfoFieldBase = 0x100000CF
,
UIElementID.BackgroundSelectionVocationInfoFieldBackground = 0x100000D0
,
UIElementID.BackgroundSelectionVocationInfoFieldWrapper = 0x100000D1
,
UIElementID.BackgroundSelectionVocationInfoTitleText = 0x100000D2
,
UIElementID.BackgroundSelectionVocationInfoDescText = 0x100000D3
,
UIElementID.BackgroundSelectionUpbringingFieldBase = 0x100000D4
,
UIElementID.BackgroundSelectionUpbringingFieldBackground = 0x100000D5
,
UIElementID.BackgroundSelectionUpbringingFieldWrapper = 0x100000D6
,
UIElementID.BackgroundSelectionUpbringingListbox = 0x100000D7
,
UIElementID.BackgroundSelectionUpbringingListboxScrollbar = 0x100000D8
,
UIElementID.BackgroundSelectionUpbringingUpButton = 0x100000D9
,
UIElementID.BackgroundSelectionUpbringingDownButton = 0x100000DA
,
UIElementID.BackgroundSelectionUpbringingInfoFieldBase = 0x100000DB
,
UIElementID.BackgroundSelectionUpbringingInfoFieldBackground = 0x100000DC
,
UIElementID.BackgroundSelectionUpbringingInfoFieldWrapper = 0x100000DD
,
UIElementID.BackgroundSelectionUpbringingInfoTitleText = 0x100000DE
,
UIElementID.BackgroundSelectionUpbringingInfoDescText = 0x100000DF
,
UIElementID.BackgroundSelectionUpbringingTextTemplate = 0x100000E0
,
UIElementID.BackgroundSelectionVocationTextTemplate = 0x100000E1
,
UIElementID.BackgroundSelectionChooseVocationBase = 0x100000E2
,
UIElementID.BackgroundSelectionChooseVocationImage = 0x100000E3
,
UIElementID.BackgroundSelectionChooseVocationImageText = 0x100000E4
,
UIElementID.BackgroundSelectionVocationField = 0x100000E5
,
UIElementID.BackgroundSelectionVocationInfoField = 0x100000E6
,
UIElementID.BackgroundSelectionChooseUpbringingBase = 0x100000E7
,
UIElementID.BackgroundSelectionChooseUpbringingImage = 0x100000E8
,
UIElementID.BackgroundSelectionChooseUpbringingImageText = 0x100000E9
,
UIElementID.BackgroundSelectionUpbringingField = 0x100000EA
,
UIElementID.BackgroundSelectionUpbringingInfoField = 0x100000EB
,
UIElementID.ClassSelectionBackgroundField = 0x100000EC
,
UIElementID.ClassSelectionCancelButton = 0x100000ED
,
UIElementID.ClassSelectionNextButton = 0x100000EE
,
UIElementID.ClassSelectionChooseClass = 0x100000EF
,
UIElementID.ClassSelectionVitalField = 0x100000F0
,
UIElementID.ClassSelectionClassFieldBase = 0x100000F1
,
UIElementID.ClassSelectionClassFieldBackground = 0x100000F2
,
UIElementID.ClassSelectionClassFieldWrapper = 0x100000F3
,
UIElementID.ClassSelectionClassListbox = 0x100000F4
,
UIElementID.ClassSelectionListboxScrollbar = 0x100000F5
,
UIElementID.ClassSelectionUpButton = 0x100000F6
,
UIElementID.ClassSelectionDownButton = 0x100000F7
,
UIElementID.ClassSelectionInfoFieldBase = 0x100000F8
,
UIElementID.ClassSelectionInfoFieldBackground = 0x100000F9
,
UIElementID.ClassSelectionInfoFieldWrapper = 0x100000FA
,
UIElementID.ClassSelectionInfoTitleText = 0x100000FB
,
UIElementID.ClassSelectionInfoDescText = 0x100000FC
,
UIElementID.ClassSelectionTextTemplate = 0x100000FD
,
UIElementID.ClassSelectionVitalFieldBase = 0x100000FE
,
UIElementID.ClassSelectionStrengthImage = 0x100000FF
,
UIElementID.ClassSelectionStrengthImageText = 0x10000100
,
UIElementID.ClassSelectionStrengthValueField = 0x10000101
,
UIElementID.ClassSelectionStrengthValueText = 0x10000102
,
UIElementID.ClassSelectionDexterityImage = 0x10000103
,
UIElementID.ClassSelectionDexterityImageText = 0x10000104
,
UIElementID.ClassSelectionDexterityValueField = 0x10000105
,
UIElementID.ClassSelectionDexterityValueText = 0x10000106
,
UIElementID.ClassSelectionIntelligenceImage = 0x10000107
,
UIElementID.ClassSelectionIntelligenceImageText = 0x10000108
,
UIElementID.ClassSelectionIntelligenceValueField = 0x10000109
,
UIElementID.ClassSelectionIntelligenceValueText = 0x1000010A
,
UIElementID.ClassSelectionHealthImage = 0x1000010B
,
UIElementID.ClassSelectionHealthImageText = 0x1000010C
,
UIElementID.ClassSelectionHealthValueField = 0x1000010D
,
UIElementID.ClassSelectionHealthValueText = 0x1000010E
,
UIElementID.ClassSelectionChooseClassBase = 0x1000010F
,
UIElementID.ClassSelectionChooseClassImage = 0x10000110
,
UIElementID.ClassSelectionChooseClassImageText = 0x10000111
,
UIElementID.ClassSelectionClassField = 0x10000112
,
UIElementID.ClassSelectionInfoField = 0x10000113
,
UIElementID.GenerationConfirmationBackgroundField = 0x10000114
,
UIElementID.GenerationConfirmationNameField = 0x10000115
,
UIElementID.GenerationConfirmationAdminButton = 0x10000116
,
UIElementID.GenerationConfirmationCancelButton = 0x10000117
,
UIElementID.GenerationConfirmationNextButton = 0x10000118
,
UIElementID.GenerationConfirmationNameFieldBase = 0x10000119
,
UIElementID.GenerationConfirmationNameInputField = 0x1000011A
,
UIElementID.GenerationConfirmationCharacterNameEntry = 0x1000011B
,
UIElementID.GenerationConfirmationEnterWorldButton = 0x1000011C
,
UIElementID.GenerationConfirmationAdminButtonBase = 0x1000011D
,
UIElementID.GenerationConfirmationAdminButtonText = 0x1000011E
,
UIElementID.CharacterManagementViewport = 0x1000011F
,
UIElementID.CharacterManagementField = 0x10000120
,
UIElementID.CharacterManagementErrorDisplay = 0x10000121
,
UIElementID.CharacterManagementNextButtonBase = 0x10000122
,
UIElementID.CharacterManagementNextButtonText = 0x10000123
,
UIElementID.CharacterManagementCancelButtonBase = 0x10000124
,
UIElementID.CharacterManagementCancelButtonText = 0x10000125
,
UIElementID.CharacterManagementButtonTextBase = 0x10000126
,
UIElementID.CharacterSelectionBackgroundField = 0x10000127
,
UIElementID.CharacterSelectionEnterButton = 0x10000128
,
UIElementID.CharacterSelectionCreateButton = 0x10000129
,
UIElementID.CharacterSelectionDeleteRestoreField = 0x1000012A
,
UIElementID.CharacterSelectionQuitButton = 0x1000012B
,
UIElementID.CharacterSelectionInfo = 0x1000012C
,
UIElementID.CharacterSelectionInfoBase = 0x1000012D
,
UIElementID.CharacterSelectionInfoBackground = 0x1000012E
,
UIElementID.CharacterSelectionInfoField = 0x1000012F
,
UIElementID.CharacterSelectionInfoText = 0x10000130
,
UIElementID.CharacterSelectionEnterButtonBase = 0x10000131
,
UIElementID.CharacterSelectionEnterButtonText = 0x10000132
,
UIElementID.CharacterSelectionCreateButtonBase = 0x10000133
,
UIElementID.CharacterSelectionCreateButtonText = 0x10000134
,
UIElementID.CharacterSelectionDeleteRestoreFieldBase = 0x10000135
,
UIElementID.CharacterSelectionDeleteButtonWrapper = 0x10000136
,
UIElementID.CharacterSelectionDeleteButton = 0x10000137
,
UIElementID.CharacterSelectionDeleteButtonText = 0x10000138
,
UIElementID.CharacterSelectionRestoreButtonWrapper = 0x10000139
,
UIElementID.CharacterSelectionRestoreButton = 0x1000013A
,
UIElementID.CharacterSelectionRestoreButtonText = 0x1000013B
,
UIElementID.CharacterSelectionQuitButtonBase = 0x1000013C
,
UIElementID.CharacterSelectionQuitButtonText = 0x1000013D
,
UIElementID.ChatWindow1 = 0x1000013E
,
UIElementID.ChatWindow2 = 0x1000013F
,
UIElementID.ChatWindowTemplate = 0x10000140
,
UIElementID.ChatButtonToggle = 0x10000141
,
UIElementID.ChatBox = 0x10000142
,
UIElementID.ChatBox_Center = 0x10000143
,
UIElementID.ChatBox_LeftBorder = 0x10000144
,
UIElementID.CorruptFrame = 0x10000145
,
UIElementID.PureFrame = 0x10000146
,
UIElementID.ChatBox_BottomLeftCorner = 0x10000147
,
UIElementID.ChatBox_BottomBorder = 0x10000148
,
UIElementID.ChatBox_BottomRightCorner = 0x10000149
,
UIElementID.ChatBox_RightBorder = 0x1000014A
,
UIElementID.ChatBox_TopRightCorner = 0x1000014B
,
UIElementID.ChatBox_TopBorder = 0x1000014C
,
UIElementID.ChatBox_TopLeftCorner = 0x1000014D
,
UIElementID.ChatTabPanel = 0x1000014E
,
UIElementID.ChatTab1 = 0x1000014F
,
UIElementID.ChatPanelText = 0x10000150
,
UIElementID.ChatPage1 = 0x10000151
,
UIElementID.ChatTab2 = 0x10000152
,
UIElementID.ChatPage2 = 0x10000153
,
UIElementID.ChatTab3 = 0x10000154
,
UIElementID.ChatPage3 = 0x10000155
,
UIElementID.ChatTab4 = 0x10000156
,
UIElementID.ChatPage4 = 0x10000157
,
UIElementID.MoveBar = 0x10000158
,
UIElementID.ResizeTL = 0x10000159
,
UIElementID.ResizeBL = 0x1000015A
,
UIElementID.ResizeTR = 0x1000015B
,
UIElementID.ResizeR = 0x1000015C
,
UIElementID.ResizeL = 0x1000015D
,
UIElementID.ResizeB = 0x1000015E
,
UIElementID.ResizeT = 0x1000015F
,
UIElementID.RealChatResizeDiagUR = 0x10000160
,
UIElementID.RealChatResizeDiagUL = 0x10000161
,
UIElementID.RealChatResizeHorizontal = 0x10000162
,
UIElementID.RealChatResizeVertical = 0x10000163
,
UIElementID.ChatPageTemplate = 0x10000164
,
UIElementID.FilterPopup = 0x10000165
,
UIElementID.ChatLogField = 0x10000166
,
UIElementID.ChatLog = 0x10000167
,
UIElementID.ChatLogScrollbar = 0x10000168
,
UIElementID.ChatLogUpButton = 0x10000169
,
UIElementID.ChatLogDownButton = 0x1000016A
,
UIElementID.ChatSeparatorField = 0x1000016B
,
UIElementID.ChatEntryField = 0x1000016C
,
UIElementID.ChatEntry = 0x1000016D
,
UIElementID.OutputPopup = 0x1000016E
,
UIElementID.SpewLogField = 0x1000016F
,
UIElementID.SpewBox = 0x10000170
,
UIElementID.SpewBoxMessage = 0x10000171
,
UIElementID.DataPatchField = 0x10000172
,
UIElementID.ErrorText = 0x10000173
,
UIElementID.PatchProgress = 0x10000174
,
UIElementID.RateText = 0x10000175
,
UIElementID.PatchText = 0x10000176
,
UIElementID.AnimateMe = 0x10000177
,
UIElementID.EpilogueField = 0x10000178
,
UIElementID.IntroField = 0x10000179
,
UIElementID.WaitField = 0x1000017A
,
UIElementID.BoxField = 0x1000017B
,
UIElementID.TextField = 0x1000017C
,
UIElementID.ResurrectField = 0x1000017D
,
UIElementID.ConfirmationField = 0x1000017E
,
UIElementID.QuestionText = 0x1000017F
,
UIElementID.ButtonField = 0x10000180
,
UIElementID.YesButton = 0x10000181
,
UIElementID.YesButtonText = 0x10000182
,
UIElementID.NoButton = 0x10000183
,
UIElementID.NoButtonText = 0x10000184
,
UIElementID.MessageField = 0x10000185
,
UIElementID.OuterTextField = 0x10000186
,
UIElementID.OkButton = 0x10000187
,
UIElementID.OkButtonText = 0x10000188
,
UIElementID.PasswordDialog = 0x10000189
,
UIElementID.PasswordDialog_BoxField = 0x1000018A
,
UIElementID.PasswordDialog_NormalBackground = 0x1000018B
,
UIElementID.PasswordDialog_DirectionText = 0x1000018C
,
UIElementID.PasswordDialog_PasswordField = 0x1000018D
,
UIElementID.PasswordDialog_PasswordEntry = 0x1000018E
,
UIElementID.PasswordDialog_ButtonField = 0x1000018F
,
UIElementID.PasswordDialog_DoneButton = 0x10000190
,
UIElementID.PasswordDialog_DoneButtonText = 0x10000191
,
UIElementID.MouseLookCursorField = 0x10000192
,
UIElementID.HUDField = 0x10000193
,
UIElementID.MainMenuBackgroundField = 0x10000194
,
UIElementID.MainMenuButtonField = 0x10000195
,
UIElementID.MainMenu_Numbers = 0x10000196
,
UIElementID.MainMenuButton_Character = 0x10000197
,
UIElementID.MainMenuButton_Character_Label = 0x10000198
,
UIElementID.MainMenuButton_Help = 0x10000199
,
UIElementID.MainMenuButton_Help_Label = 0x1000019A
,
UIElementID.MainMenuButton_Inventory = 0x1000019B
,
UIElementID.MainMenuButton_Inventory_Label = 0x1000019C
,
UIElementID.MainMenuButton_Options = 0x1000019D
,
UIElementID.MainMenuButton_Options_Label = 0x1000019E
,
UIElementID.MainMenuButton_Quest = 0x1000019F
,
UIElementID.MainMenuButton_Quest_Label = 0x100001A0
,
UIElementID.MainMenuButton_Quit = 0x100001A1
,
UIElementID.MainMenuButton_Quit_Label = 0x100001A2
,
UIElementID.MainMenuButton_Social = 0x100001A3
,
UIElementID.MainMenuButton_Social_Label = 0x100001A4
,
UIElementID.BackgroundField = 0x100001A5
,
UIElementID.StoryField = 0x100001A6
,
UIElementID.Internal = 0x100001A7
,
UIElementID.Theater_ImageField = 0x100001A8
,
UIElementID.Theater_TextField = 0x100001A9
,
UIElementID.Box_02 = 0x100001AA
,
UIElementID.Box_02_Center = 0x100001AB
,
UIElementID.Box_02_LeftBorder = 0x100001AC
,
UIElementID.Box_02_BottomLeftCorner = 0x100001AD
,
UIElementID.Box_02_BottomBorder = 0x100001AE
,
UIElementID.Box_02_BottomRightCorner = 0x100001AF
,
UIElementID.Box_02_RightBorder = 0x100001B0
,
UIElementID.Box_02_TopRightCorner = 0x100001B1
,
UIElementID.Box_02_TopBorder = 0x100001B2
,
UIElementID.Box_02_TopLeftCorner = 0x100001B3
,
UIElementID.Box_03 = 0x100001B4
,
UIElementID.Box_03_Center = 0x100001B5
,
UIElementID.Box_03_TopCenter = 0x100001B6
,
UIElementID.Box_03_BotCenter = 0x100001B7
,
UIElementID.Box_03_BotRightCorner = 0x100001B8
,
UIElementID.Box_03_TopRightCorner = 0x100001B9
,
UIElementID.Box_03_LeftMid = 0x100001BA
,
UIElementID.Box_03_BottomLeftCorner = 0x100001BB
,
UIElementID.Box_03_RightMid = 0x100001BC
,
UIElementID.Box_03_TopLeftCorner = 0x100001BD
,
UIElementID.Box_02_NoTitle = 0x100001BE
,
UIElementID.Box_02_NoTitle_Center = 0x100001BF
,
UIElementID.Box_02_NoTitle_LeftBorder = 0x100001C0
,
UIElementID.Box_02_NoTitle_BottomLeftCorner = 0x100001C1
,
UIElementID.Box_02_NoTitle_BottomBorder = 0x100001C2
,
UIElementID.Box_02_NoTitle_BottomRightCorner = 0x100001C3
,
UIElementID.Box_02_NoTitle_RightBorder = 0x100001C4
,
UIElementID.Box_02_NoTitle_TopRightCorner = 0x100001C5
,
UIElementID.Box_02_NoTitle_TopBorder = 0x100001C6
,
UIElementID.Box_02_NoTitle_TopLeftCorner = 0x100001C7
,
UIElementID.InvisibleButton_01 = 0x100001C8
,
UIElementID.RadioButton_01 = 0x100001C9
,
UIElementID.ScrollDownButton_01 = 0x100001CA
,
UIElementID.ScrollUpButton_01 = 0x100001CB
,
UIElementID.Button_X_01 = 0x100001CC
,
UIElementID.Button_OK_01 = 0x100001CD
,
UIElementID.Button_Cancel_01 = 0x100001CE
,
UIElementID.RadioButton_02 = 0x100001CF
,
UIElementID.Button_House_Purchase = 0x100001D0
,
UIElementID.Button_01 = 0x100001D1
,
UIElementID.Button_02 = 0x100001D2
,
UIElementID.Scrollbar_01 = 0x100001D3
,
UIElementID.scroll_top_field = 0x100001D4
,
UIElementID.scroll_bottom_field = 0x100001D5
,
UIElementID.widget_top_field = 0x100001D6
,
UIElementID.widget_mid_field = 0x100001D7
,
UIElementID.widget_bottom_field = 0x100001D8
,
UIElementID.Tab_01 = 0x100001D9
,
UIElementID.Left = 0x100001DA
,
UIElementID.Middle = 0x100001DB
,
UIElementID.Right = 0x100001DC
,
UIElementID.Spacer = 0x100001DD
,
UIElementID.Text_Menu_Large_01 = 0x100001DE
,
UIElementID.Text_Menu_Small_01 = 0x100001DF
,
UIElementID.Button_01_Text_01 = 0x100001E0
,
UIElementID.Button_02_Text_01 = 0x100001E1
,
UIElementID.Button_03_Text_01 = 0x100001E2
,
UIElementID.Button_04_Text_01 = 0x100001E3
,
UIElementID.Button_05_Text_01 = 0x100001E4
,
UIElementID.BasePanelNormalText = 0x100001E5
,
UIElementID.BasePanelSmallText = 0x100001E6
,
UIElementID.BasePanelEntryText = 0x100001E7
,
UIElementID.Button_07_Text_01 = 0x100001E8
,
UIElementID.Button_Wide_01_Text_01 = 0x100001E9
,
UIElementID.BasePanelBigText = 0x100001EA
,
UIElementID.Slider_Label_01 = 0x100001EB
,
UIElementID.AvMod_Label = 0x100001EC
,
UIElementID.Panel_Label_01 = 0x100001ED
,
UIElementID.ChatDisplayText = 0x100001EE
,
UIElementID.TextEntry_01 = 0x100001EF
,
UIElementID.ChatPanelTextEntry = 0x100001F0
,
UIElementID.ChargenNameTextEntry = 0x100001F1
,
UIElementID.ChatPanelSmallText = 0x100001F2
,
UIElementID.ToolTip_01 = 0x100001F3
,
UIElementID.theTip = 0x100001F4
,
UIElementID.AlphaBackground = 0x100001F5
,
UIElementID.ToolTip_Options = 0x100001F6
,
UIElementID.RealBackpackField = 0x100001F7
,
UIElementID.Backpack_Background = 0x100001F8
,
UIElementID.BackpackListbox = 0x100001F9
,
UIElementID.ContainerListBox = 0x100001FA
,
UIElementID.BackpackTabField = 0x100001FB
,
UIElementID.Tab1 = 0x100001FC
,
UIElementID.Tab2 = 0x100001FD
,
UIElementID.Tab3 = 0x100001FE
,
UIElementID.Tab4 = 0x100001FF
,
UIElementID.Tab5 = 0x10000200
,
UIElementID.ContainerDisplay_01 = 0x10000201
,
UIElementID.ContainerDisplay_02 = 0x10000202
,
UIElementID.ContainerScrollbar = 0x10000203
,
UIElementID.ContainerButtonUp = 0x10000204
,
UIElementID.ContainerButtonDown = 0x10000205
,
UIElementID.ContainerDisplay_03 = 0x10000206
,
UIElementID.SlotTemplate = 0x10000207
,
UIElementID.RealEquipmentField = 0x10000208
,
UIElementID.Equipment_Background = 0x10000209
,
UIElementID.Equipment_Doll = 0x1000020A
,
UIElementID.SlotField = 0x1000020B
,
UIElementID.Weapon1Slot = 0x1000020C
,
UIElementID.Weapon2Slot = 0x1000020D
,
UIElementID.HeadSlot = 0x1000020E
,
UIElementID.ArmorSlot = 0x1000020F
,
UIElementID.GearSlot = 0x10000210
,
UIElementID.Ring1Slot = 0x10000211
,
UIElementID.Ring2Slot = 0x10000212
,
UIElementID.Bracelet1Slot = 0x10000213
,
UIElementID.Bracelet2Slot = 0x10000214
,
UIElementID.NecklaceSlot = 0x10000215
,
UIElementID.HandsSlot = 0x10000216
,
UIElementID.WaistSlot = 0x10000217
,
UIElementID.FeetSlot = 0x10000218
,
UIElementID.AmmoSlot = 0x10000219
,
UIElementID.IounStone1Slot = 0x1000021A
,
UIElementID.IounStone2Slot = 0x1000021B
,
UIElementID.IounStone3Slot = 0x1000021C
,
UIElementID.IounStone4Slot = 0x1000021D
,
UIElementID.IounStone5Slot = 0x1000021E
,
UIElementID.InventoryField = 0x1000021F
,
UIElementID.EquipmentField = 0x10000220
,
UIElementID.BackpackField = 0x10000221
,
UIElementID.ItemBackground = 0x10000222
,
UIElementID.ItemNoBackground = 0x10000223
,
UIElementID.PendingOverlay = 0x10000224
,
UIElementID.SelectedOverlay = 0x10000225
,
UIElementID.QuantityOverlay = 0x10000226
,
UIElementID.ItemIcon = 0x10000227
,
UIElementID.StackableField = 0x10000228
,
UIElementID.Drag = 0x10000229
,
UIElementID.Label = 0x1000022A
,
UIElementID.HowManyText = 0x1000022B
,
UIElementID.AmountEntry = 0x1000022C
,
UIElementID.AmountToggleButton = 0x1000022D
,
UIElementID.StackOkButton = 0x1000022E
,
UIElementID.Button_Ok_text = 0x1000022F
,
UIElementID.StackCancelButton = 0x10000230
,
UIElementID.Button_Cancel_text = 0x10000231
,
UIElementID.SelectionStuff = 0x10000232
,
UIElementID.SelectionDexterityMeter = 0x10000233
,
UIElementID.SelectionHealthMeter = 0x10000234
,
UIElementID.SelectionIntelligenceMeter = 0x10000235
,
UIElementID.SelectionStrengthMeter = 0x10000236
,
UIElementID.SelectionName = 0x10000237
,
UIElementID.OffScreenIndicator = 0x10000238
,
UIElementID.ItemSelectionField = 0x10000239
,
UIElementID.DragField = 0x1000023A
,
UIElementID.TargettingReticle = 0x1000023B
,
UIElementID.StackErrorText = 0x1000023C
,
UIElementID.RealShortcutsControl = 0x1000023D
,
UIElementID.ShortcutsSetIncrementButton = 0x1000023E
,
UIElementID.ShortcutsSetDecrementButton = 0x1000023F
,
UIElementID.ShortcutsSetNumberField = 0x10000240
,
UIElementID.ShortcutsSetNumberText = 0x10000241
,
UIElementID.RealShortcutsList = 0x10000242
,
UIElementID.ShortcutsListNumberOverlay = 0x10000243
,
UIElementID.ShortcutListBox = 0x10000244
,
UIElementID.ShortcutTemplate = 0x10000245
,
UIElementID.NumChargesDisplay = 0x10000246
,
UIElementID.TimeLeftMeter = 0x10000247
,
UIElementID.ShortcutButton = 0x10000248
,
UIElementID.AliasText = 0x10000249
,
UIElementID.ShortcutIcon = 0x1000024A
,
UIElementID.IconOverlay = 0x1000024B
,
UIElementID.IconOverlay2 = 0x1000024C
,
UIElementID.BottomLetterboxBackgroundField = 0x1000024D
,
UIElementID.BottomLetterboxButtonField = 0x1000024E
,
UIElementID.BottomLetterbox_ShortcutsBar = 0x1000024F
,
UIElementID.RealBottomShortcutsList = 0x10000250
,
UIElementID.BottomShortcutsListNumberOverlay = 0x10000251
,
UIElementID.BottomShortcutListBox = 0x10000252
,
UIElementID.BottomLetterboxField = 0x10000253
,
UIElementID.ShortcutsControl = 0x10000254
,
UIElementID.TopLetterboxBackgroundField = 0x10000255
,
UIElementID.TopLetterbox_ShortcutsBar = 0x10000256
,
UIElementID.RealTopShortcutsList = 0x10000257
,
UIElementID.TopShortcutsListNumberOverlay = 0x10000258
,
UIElementID.TopShortcutListBox = 0x10000259
,
UIElementID.BottomLetterbox_BackgroundField = 0x1000025A
,
UIElementID.BottomLetterbox_ShortcutsControl = 0x1000025B
,
UIElementID.TopLetterbox_BackgroundField = 0x1000025C
,
UIElementID.HealthBarField = 0x1000025D
,
UIElementID.HealthBarMeter = 0x1000025E
,
UIElementID.HealthBar = 0x1000025F
,
UIElementID.RealHealthBarField = 0x10000260
,
UIElementID.DialogWaitBoxField = 0x10000261
,
UIElementID.DialogWaitNormalBackground = 0x10000262
,
UIElementID.DialogConfirmationBoxField = 0x10000263
,
UIElementID.DialogConfirmationNormalBackground = 0x10000264
,
UIElementID.DialogConfirmationButtonField = 0x10000265
,
UIElementID.DialogMessageBoxField = 0x10000266
,
UIElementID.DialogMessageBackground = 0x10000267
,
UIElementID.DialogMessageOuterTextField = 0x10000268
,
UIElementID.DialogTextInputBoxField = 0x10000269
,
UIElementID.DialogTextInputNormalBackground = 0x1000026A
,
UIElementID.DialogTextInputTextInputField = 0x1000026B
,
UIElementID.DialogTextInputButtonField = 0x1000026C
,
UIElementID.CharacterSheetField = 0x1000026D
,
UIElementID.Strength_Label = 0x1000026E
,
UIElementID.Strength_Value = 0x1000026F
,
UIElementID.Dexterity_Label = 0x10000270
,
UIElementID.Dexterity_Value = 0x10000271
,
UIElementID.BottomShortcutsBackground = 0x10000272
,
UIElementID.TopShortcutsBackground = 0x10000273
,
UIElementID.AbilityLabelText = 0x10000274
,
UIElementID.AbilityValueText = 0x10000275
,
UIElementID.CharStatsField = 0x10000276
,
UIElementID.RealCharStatsField = 0x10000277
,
UIElementID.CharacterStatsField = 0x10000278
,
UIElementID.RealCharacterStatsField = 0x10000279
,
UIElementID.RealCharInfoField = 0x1000027A
,
UIElementID.Race_Label = 0x1000027B
,
UIElementID.Race_Value = 0x1000027C
,
UIElementID.Alignment_Label = 0x1000027D
,
UIElementID.Alignment_Value = 0x1000027E
,
UIElementID.CharacterInfoField = 0x1000027F
,
UIElementID.CharAbilityLabelText = 0x10000280
,
UIElementID.CharAbilityValueText = 0x10000281
,
UIElementID.CharInfoLabelText = 0x10000282
,
UIElementID.CharInfoValueText = 0x10000283
,
UIElementID.RealCharBioField = 0x10000284
,
UIElementID.CharBioField = 0x10000285
,
UIElementID.CharSkillsField = 0x10000286
,
UIElementID.RealCharSkillsField = 0x10000287
,
UIElementID.SkillTitle_Label = 0x10000288
,
UIElementID.CharBioButton = 0x10000289
,
UIElementID.CharSkillsButton = 0x1000028A
,
UIElementID.CharSpellsButton = 0x1000028B
,
UIElementID.CharFeatsButton = 0x1000028C
,
UIElementID.CharEmptyButton = 0x1000028D
,
UIElementID.CharSpecialButton = 0x1000028E
,
UIElementID.Skill_Label = 0x1000028F
,
UIElementID.Constitution_Label = 0x10000290
,
UIElementID.Constitution_Value = 0x10000291
,
UIElementID.Intelligence_Label = 0x10000292
,
UIElementID.Intelligence_Value = 0x10000293
,
UIElementID.Wisdom_Label = 0x10000294
,
UIElementID.Wisdom_Value = 0x10000295
,
UIElementID.Charisma_Label = 0x10000296
,
UIElementID.Charisma_Value = 0x10000297
,
UIElementID.HP_Label = 0x10000298
,
UIElementID.HP_Value = 0x10000299
,
UIElementID.AC_Label = 0x1000029A
,
UIElementID.AC_Value = 0x1000029B
,
UIElementID.Reflex_Label = 0x1000029C
,
UIElementID.Reflex_Value = 0x1000029D
,
UIElementID.Will_Label = 0x1000029E
,
UIElementID.Will_Value = 0x1000029F
,
UIElementID.Fort_Label = 0x100002A0
,
UIElementID.Fort_Value = 0x100002A1
,
UIElementID.XP_Label = 0x100002A2
,
UIElementID.XP_Value = 0x100002A3
,
UIElementID.Ranged_Label = 0x100002A4
,
UIElementID.Ranged_Value = 0x100002A5
,
UIElementID.Melee_Label = 0x100002A6
,
UIElementID.Melee_Value = 0x100002A7
,
UIElementID.Name_Label = 0x100002A8
,
UIElementID.Level_Label = 0x100002A9
,
UIElementID.Weapon_Label = 0x100002AA
,
UIElementID.Weapon1_Value = 0x100002AB
,
UIElementID.Weapon2_Value = 0x100002AC
,
UIElementID.Bonus_Label = 0x100002AD
,
UIElementID.Bonus1_Value = 0x100002AE
,
UIElementID.Bonus2_Value = 0x100002AF
,
UIElementID.Damage_Label = 0x100002B0
,
UIElementID.Damage1_Value = 0x100002B1
,
UIElementID.Damage2_Value = 0x100002B2
,
UIElementID.Crit_Label = 0x100002B3
,
UIElementID.Crit1_Value = 0x100002B4
,
UIElementID.Crit2_Value = 0x100002B5
,
UIElementID.CharStatsLabelText = 0x100002B6
,
UIElementID.CharStatsValueText = 0x100002B7
,
UIElementID.Strength_ModValue = 0x100002B8
,
UIElementID.Dexterity_ModValue = 0x100002B9
,
UIElementID.Constitution_ModValue = 0x100002BA
,
UIElementID.Intelligence_ModValue = 0x100002BB
,
UIElementID.Wisdom_ModValue = 0x100002BC
,
UIElementID.Charisma_ModValue = 0x100002BD
,
UIElementID.CharStatsModText = 0x100002BE
,
UIElementID.StrengthMod_Value = 0x100002BF
,
UIElementID.DexterityMod_Value = 0x100002C0
,
UIElementID.ConstitutionMod_Value = 0x100002C1
,
UIElementID.IntelligenceMod_Value = 0x100002C2
,
UIElementID.WisdomMod_Value = 0x100002C3
,
UIElementID.CharismaMod_Value = 0x100002C4
,
UIElementID.DisconnectedField = 0x100002C5
,
UIElementID.DisconnectedErrorText = 0x100002C6
,
UIElementID.DisconnectedQuitButton = 0x100002C7
,
UIElementID.CharSpellsButtonText = 0x100002C8
,
UIElementID.CharFeatsButtonText = 0x100002C9
,
UIElementID.CharSkillsButtonText = 0x100002CA
,
UIElementID.CharBioButtonText = 0x100002CB
,
UIElementID.CharSpecialButtonText = 0x100002CC
,
UIElementID.CharEmptyButtonText = 0x100002CD
,
UIElementID.CharInfoButtonText = 0x100002CE
,
UIElementID.SkillsListBox = 0x100002CF
,
UIElementID.Backfrill_Field = 0x100002D0
,
UIElementID.SkillDescTemplate = 0x100002D1
,
UIElementID.RealSkillDescTemplate = 0x100002D2
,
UIElementID.Skill_Name = 0x100002D3
,
UIElementID.SkillName_Label = 0x100002D4
,
UIElementID.KeyAbility_Label = 0x100002D5
,
UIElementID.SkillModifier_Label = 0x100002D6
,
UIElementID.AbilityModifier_Label = 0x100002D7
,
UIElementID.Ranks_Label = 0x100002D8
,
UIElementID.Misc_Label = 0x100002D9
,
UIElementID.SkillName_Value = 0x100002DA
,
UIElementID.KeyAbility_Value = 0x100002DB
,
UIElementID.SkillModifier_Value = 0x100002DC
,
UIElementID.AbilityModifier_Value = 0x100002DD
,
UIElementID.Ranks_Value = 0x100002DE
,
UIElementID.Misc_Value = 0x100002DF
,
UIElementID.Worships_Label = 0x100002E0
,
UIElementID.Worships_Value = 0x100002E1
,
UIElementID.Age_Label = 0x100002E2
,
UIElementID.Age_Value = 0x100002E3
,
UIElementID.Sex_Label = 0x100002E4
,
UIElementID.Sex_Value = 0x100002E5
,
UIElementID.Height_Label = 0x100002E6
,
UIElementID.Height_Value = 0x100002E7
,
UIElementID.Weight_Label = 0x100002E8
,
UIElementID.Weight_Value = 0x100002E9
,
UIElementID.Eyes_Label = 0x100002EA
,
UIElementID.Eyes_Value = 0x100002EB
,
UIElementID.Hair_Label = 0x100002EC
,
UIElementID.Hair_Value = 0x100002ED
,
UIElementID.Skin_Label = 0x100002EE
,
UIElementID.Skin_Value = 0x100002EF
,
UIElementID.CharBioLabelText = 0x100002F0
,
UIElementID.CharBioValueText = 0x100002F1
,
UIElementID.RealCharSpellsField = 0x100002F2
,
UIElementID.SpellsListBox = 0x100002F3
,
UIElementID.RealSpellDescTemplate = 0x100002F4
,
UIElementID.SpellIcon = 0x100002F5
,
UIElementID.SpellName_Value = 0x100002F6
,
UIElementID.SpellDesc_OneLiner = 0x100002F7
,
UIElementID.SpellDescTemplate = 0x100002F8
,
UIElementID.CharSpellsField = 0x100002F9
,
UIElementID.Spell_Label = 0x100002FA
,
UIElementID.MultiList_Element = 0x100002FB
,
UIElementID.MultiList_Expander_Button = 0x100002FC
,
UIElementID.MultiList_Label = 0x100002FD
,
UIElementID.MultiList_Value = 0x100002FE
,
UIElementID.MultiList_LB = 0x100002FF
,
UIElementID.MultiList_Field = 0x10000300
,
UIElementID.SpellScrollbar = 0x10000301
,
UIElementID.SpellScrollbar_Up = 0x10000302
,
UIElementID.SpellScrollbar_Down = 0x10000303
,
UIElementID.Spellbook_Field = 0x10000304
,
UIElementID.Spellbook_Expander_Button = 0x10000305
,
UIElementID.Spellbook_Label = 0x10000306
,
UIElementID.Spellbook_Value = 0x10000307
,
UIElementID.SpellLevel_Field = 0x10000308
,
UIElementID.SpellLevel_Expander_Button = 0x10000309
,
UIElementID.SpellLevel_Label = 0x1000030A
,
UIElementID.SpellLevel_Value = 0x1000030B
,
UIElementID.SpellDesc_Field = 0x1000030C
,
UIElementID.SpellDesc_Expander_Button = 0x1000030D
,
UIElementID.SpellDesc_Label = 0x1000030E
,
UIElementID.SpellDesc_Value = 0x1000030F
,
UIElementID.SpellDesc_Icon = 0x10000310
,
UIElementID.SpellDesc_Name_Label = 0x10000311
,
UIElementID.SpellDesc_Long_Label = 0x10000312
,
UIElementID.SpellCast_Button = 0x10000313
,
UIElementID.SpellExpanderButton = 0x10000314
,
UIElementID.SpellCastButton = 0x10000315
,
UIElementID.SpellDesc_Cast_Button1 = 0x10000316
,
UIElementID.SpellDesc_Cast_Button2 = 0x10000317
,
UIElementID.SpellDesc_Cast_Button3 = 0x10000318
,
UIElementID.SpellDesc_Cast_Button4 = 0x10000319
,
UIElementID.SpellDesc_Cast_Button5 = 0x1000031A
,
UIElementID.SpellDesc_Cast_Button6 = 0x1000031B
,
UIElementID.SpellDesc_Inscribed = 0x1000031C
,
UIElementID.SpecialActionField = 0x1000031D
,
UIElementID.RealSpecialAction_BackgroundField = 0x1000031E
,
UIElementID.SpecialAction_Shortcut = 0x1000031F
,
UIElementID.SpellLevel_Highlight = 0x10000320
,
UIElementID.SpellDesc_Slot_Button1 = 0x10000321
,
UIElementID.SpellDesc_Slot_Button2 = 0x10000322
,
UIElementID.SpellDesc_Slot_Button3 = 0x10000323
,
UIElementID.SpellDesc_Slot_Button4 = 0x10000324
,
UIElementID.SpellDesc_Slot_Button5 = 0x10000325
,
UIElementID.SpellDesc_Slot_Button6 = 0x10000326
,
UIElementID.SpellSlotButton = 0x10000327
,
UIElementID.left_fill = 0x10000328
,
UIElementID.FOO = 0x10000329
,
UIElementID.RealEncumbranceField = 0x1000032A
,
UIElementID.EncumbranceMeter = 0x1000032B
,
UIElementID.EncumbranceField = 0x1000032C
,
UIElementID.EncumbranceText = 0x1000032D
,
UIElementID.HPText = 0x1000032E
,
UIElementID.ShortcutQuantityOverlay = 0x1000032F
,
UIElementID.BaseIMField = 0x10000330
,
UIElementID.IMCloseButton = 0x10000331
,
UIElementID.IM_Background = 0x10000332
,
UIElementID.IMBackground_Center = 0x10000333
,
UIElementID.ChatBox_Alignment_Sphere = 0x10000334
,
UIElementID.IMBackground_Left = 0x10000335
,
UIElementID.IMBackground_UpperLeft = 0x10000336
,
UIElementID.IMBackground_BottomLeft = 0x10000337
,
UIElementID.IMBackground_Top = 0x10000338
,
UIElementID.IMBackground_Bottom = 0x10000339
,
UIElementID.IMBackground_UpperRight = 0x1000033A
,
UIElementID.IMBackground_Right = 0x1000033B
,
UIElementID.IMBackground_BottomRight = 0x1000033C
,
UIElementID.IMEntryTextBackground = 0x1000033D
,
UIElementID.IMEntryText = 0x1000033E
,
UIElementID.IMFriendMenu = 0x1000033F
,
UIElementID.IMFriendMenuMedia = 0x10000340
,
UIElementID.ConversationField = 0x10000341
,
UIElementID.ConversationListBox = 0x10000342
,
UIElementID.ConversationUpButton = 0x10000343
,
UIElementID.ConversationScrollbar = 0x10000344
,
UIElementID.ConversationDownButton = 0x10000345
,
UIElementID.ConversationButton = 0x10000346
,
UIElementID.ConversationWaitingButton = 0x10000347
,
UIElementID.ConversationLabel = 0x10000348
,
UIElementID.ConversationTemplate = 0x10000349
,
UIElementID.ConversationLogField = 0x1000034A
,
UIElementID.ConversationCloseButton = 0x1000034B
,
UIElementID.ConversationLog = 0x1000034C
,
UIElementID.ConversationLogScrollbar = 0x1000034D
,
UIElementID.ConversationLogUpButton = 0x1000034E
,
UIElementID.ConversationLogDownButton = 0x1000034F
,
UIElementID.ConversationSeparatorField = 0x10000350
,
UIElementID.ConversationEntryField = 0x10000351
,
UIElementID.ConversationEntry = 0x10000352
,
UIElementID.IMFriendsPopupField = 0x10000353
,
UIElementID.IMFriendsPopupListBox = 0x10000354
,
UIElementID.IMFriendsScrollBarUpButton = 0x10000355
,
UIElementID.IMFriendsScrollBar = 0x10000356
,
UIElementID.IMFriendsScrollBarDownButton = 0x10000357
,
UIElementID.IMFriendsPopupItem = 0x10000358
,
UIElementID.ChatBox_TopBorder2 = 0x10000359
,
UIElementID.Button_Tab_Charactersheet = 0x1000035A
,
UIElementID.Button_expander = 0x1000035B
,
UIElementID.Button_checkbox = 0x1000035C
,
UIElementID.SpellClass_BKG = 0x1000035D
,
UIElementID.Button_MainMenu_Inventory = 0x1000035E
,
UIElementID.Button_MainMenu_Character = 0x1000035F
,
UIElementID.Button_MainMenu_Social = 0x10000360
,
UIElementID.Button_MainMenu_Quest = 0x10000361
,
UIElementID.Button_MainMenu_Help = 0x10000362
,
UIElementID.Button_MainMenu_Options = 0x10000363
,
UIElementID.Button_MainMenu_Quit = 0x10000364
,
UIElementID.Text_Viner_46 = 0x10000365
,
UIElementID.Text_Viner_30 = 0x10000366
,
UIElementID.Text_Viner_22 = 0x10000367
,
UIElementID.Art_Melee_Field = 0x10000368
,
UIElementID.Art_Ranged_Field = 0x10000369
,
UIElementID.BottomShortcutTemplate = 0x1000036A
,
UIElementID.TopShortcutTemplate = 0x1000036B
,
UIElementID.Text_Eras_Bold_14 = 0x1000036C
,
UIElementID.NameTextTemplate = 0x1000036D
,
UIElementID.DamageTextTemplate = 0x1000036E
,
UIElementID.RealCharFeatsField = 0x1000036F
,
UIElementID.Feat_Label = 0x10000370
,
UIElementID.FeatName_Label = 0x10000371
,
UIElementID.FeatsListBox = 0x10000372
,
UIElementID.RealFeatDescTemplate = 0x10000373
,
UIElementID.FeatName_Value = 0x10000374
,
UIElementID.Bonus_Value = 0x10000375
,
UIElementID.CharFeatsField = 0x10000376
,
UIElementID.FeatDescTemplate = 0x10000377
,
UIElementID.FeatScrollbar = 0x10000378
,
UIElementID.FeatBonus_Label = 0x10000379
,
UIElementID.FeatBonus_Value = 0x1000037A
,
UIElementID.FeatScrollbar_Up = 0x1000037B
,
UIElementID.FeatScrollbar_Down = 0x1000037C
,
UIElementID.SkillsScrollbar = 0x1000037D
,
UIElementID.SkillsScrollbar_Up = 0x1000037E
,
UIElementID.SkillsScrollbar_Down = 0x1000037F
,
UIElementID.FeatTimesTaken_Label = 0x10000380
,
UIElementID.FeatTimesTaken_Value = 0x10000381
,
UIElementID.FeatActive_Label = 0x10000382
,
UIElementID.FeatActive_Value = 0x10000383
,
UIElementID.FeatType_Label = 0x10000384
,
UIElementID.FeatType_Value = 0x10000385
,
UIElementID.Feat_Icon = 0x10000386
,
UIElementID.FeatAcquired_Value = 0x10000387
,
UIElementID.FeatAcquired_Label = 0x10000388
,
UIElementID.Eras_demi_14 = 0x10000389
,
UIElementID.Eras_medium_14 = 0x1000038A
,
UIElementID.Eras_bold_14 = 0x1000038B
,
UIElementID.Spells_Gold_Bar_Top = 0x1000038C
,
UIElementID.Spells_Gold_Bar_Bottom = 0x1000038D
,
UIElementID.Feats_Gold_Bar_Top = 0x1000038E
,
UIElementID.Feats_Gold_Bar_Bottom = 0x1000038F
,
UIElementID.Skills_Gold_Bar_Top = 0x10000390
,
UIElementID.Skills_Gold_Bar_Bottom = 0x10000391
,
UIElementID.Base_Font_14 = 0x10000392
,
UIElementID.Base_Font_Bold_14 = 0x10000393
,
UIElementID.Base_Font_Demi_14 = 0x10000394
,
UIElementID.Script_Font_46 = 0x10000395
,
UIElementID.Script_Font_30 = 0x10000396
,
UIElementID.Script_Font_22 = 0x10000397
,
UIElementID.ButtonCancelX = 0x10000398
,
UIElementID.Button_Accept_Check = 0x10000399
,
UIElementID.Button_Cancel_X = 0x1000039A
,
UIElementID.Button_Back_Arrow = 0x1000039B
,
UIElementID.ButtonBackArrow = 0x1000039C
,
UIElementID.PartyBar = 0x1000039D
,
UIElementID.RealPartyDisplayField = 0x1000039E
,
UIElementID.PartyHealthList = 0x1000039F
,
UIElementID.RealPartyHealthBarField = 0x100003A0
,
UIElementID.PartyHealthBarTemplate = 0x100003A1
,
UIElementID.PartyHealthBar = 0x100003A2
,
UIElementID.PartyHealthListBox = 0x100003A3
,
UIElementID.RealPartyHealthList = 0x100003A4
,
UIElementID.PartyDisplay = 0x100003A5
,
UIElementID.PartyMemberList = 0x100003A6
,
UIElementID.RealPartyMemberList = 0x100003A7
,
UIElementID.PartyHealthBarMeter = 0x100003A8
,
UIElementID.PartyHPText = 0x100003A9
,
UIElementID.PartyDisplay01 = 0x100003AA
,
UIElementID.PartyDisplay02 = 0x100003AB
,
UIElementID.PartyDisplay03 = 0x100003AC
,
UIElementID.PartyDisplay04 = 0x100003AD
,
UIElementID.IconArmedIndicator = 0x100003AE
,
UIElementID.RealFellowHealthBarField = 0x100003AF
,
UIElementID.FellowHealthBarMeter = 0x100003B0
,
UIElementID.FellowHPText = 0x100003B1
,
UIElementID.RealFellowList = 0x100003B2
,
UIElementID.FellowHealthBarTemplate = 0x100003B3
,
UIElementID.FellowHealthBar = 0x100003B4
,
UIElementID.RealFellowshipDisplayField = 0x100003B5
,
UIElementID.FellowList = 0x100003B6
,
UIElementID.FellowshipDisplay = 0x100003B7
,
UIElementID.FillMask = 0x100003B8
,
UIElementID.PowerUpField = 0x100003B9
,
UIElementID.FellowNameText = 0x100003BA
,
UIElementID.FellowLeaderText = 0x100003BB
,
UIElementID.FellowLeader = 0x100003BC
,
UIElementID.Spellbook_Class_Button = 0x100003BD
,
UIElementID.Button_Classbar_Charactersheet = 0x100003BE
,
UIElementID.PowerUpMeter = 0x100003BF
,
UIElementID.TestField = 0x100003C0
,
UIElementID.ProgressMeter = 0x100003C1
,
UIElementID.MistakeMeter = 0x100003C2
,
UIElementID.FellowshipNameText = 0x100003C3
,
UIElementID.MistakesText = 0x100003C4
,
UIElementID.ProgressText = 0x100003C5
,
UIElementID.ActivityText = 0x100003C6
,
UIElementID.MistakeMeterBackground = 0x100003C7
,
UIElementID.ProgressMeterBackground = 0x100003C8
,
UIElementID.NetStatus = 0x100003C9
,
UIElementID.NetStatusField = 0x100003CA
,
UIElementID.Frame = 0x100003CB
,
UIElementID.NetStatusImage = 0x100003CC
,
UIElementID.PopupMenuEntry = 0x100003CD
,
UIElementID.PopupMenuEntryIcon = 0x100003CE
,
UIElementID.PopupMenuEntryHotKey = 0x100003CF
,
UIElementID.PopupMenuEntryText = 0x100003D0
,
UIElementID.PopupMenuField = 0x100003D1
,
UIElementID.PopupMenuTitleText = 0x100003D2
,
UIElementID.PopupMenuList = 0x100003D3
,
UIElementID.HelpSheetField = 0x100003D4
,
UIElementID.HelpBrowser = 0x100003D5
,
UIElementID.HelpMenuBackgroundField = 0x100003D6
,
UIElementID.HelpMenuButtonField = 0x100003D7
,
UIElementID.HelpMenuButton_ReportAbuse = 0x100003D8
,
UIElementID.HelpMenuButton_ReportBugs = 0x100003D9
,
UIElementID.Button_HelpMenu_Help = 0x100003DA
,
UIElementID.Button_Nav_Back = 0x100003DB
,
UIElementID.Button_Nav_Forward = 0x100003DC
,
UIElementID.Button_Nav_Refresh = 0x100003DD
,
UIElementID.Button_Nav_Stop = 0x100003DE
,
UIElementID.Button_Nav_Home = 0x100003DF
,
UIElementID.HelpSheetButtonField = 0x100003E0
,
UIElementID.HelpNavButton_Home = 0x100003E1
,
UIElementID.HelpNavButton_Back = 0x100003E2
,
UIElementID.HelpNavButton_Forward = 0x100003E3
,
UIElementID.HelpNavButton_Refresh = 0x100003E4
,
UIElementID.HelpNavButton_Stop = 0x100003E5
,
UIElementID.HelpSheetBrowserField = 0x100003E6
,
UIElementID.Skills_Ribbon_Top = 0x100003E7
,
UIElementID.Skills_Ribbon_Bottom = 0x100003E8
,
UIElementID.Base_Font_18 = 0x100003E9
,
UIElementID.Base_Font_Bold_18 = 0x100003EA
,
UIElementID.Base_Font_Demi_18 = 0x100003EB
,
UIElementID.Button_Large_A = 0x100003EC
,
UIElementID.PopupMenuMainText = 0x100003ED
,
UIElementID.MainPopupMenuList = 0x100003EE
,
UIElementID.BottomLetterbox_Bkg = 0x100003EF
,
UIElementID.TopLetterbox_Bkg = 0x100003F0
,
UIElementID.HelpBrowserBackgroundField = 0x100003F1
,
UIElementID.CharacterStatsField_Inv = 0x100003F2
,
UIElementID.HelpMenuButton_ReportAbuse_Label = 0x100003F3
,
UIElementID.HelpMenuButton_ReportBugs_Label = 0x100003F4
,
UIElementID.HelpMenu_Label = 0x100003F5
,
UIElementID.Base_Font_Demi_10 = 0x100003F6
,
UIElementID.Base_Font_Demi_18_White = 0x100003F7
,
UIElementID.Base_Font_Bold_18_White = 0x100003F8
,
UIElementID.Base_Font_Demi_14_White = 0x100003F9
,
UIElementID.scrollbarbackground = 0x100003FA
,
UIElementID.skillsScrollbarbackground = 0x100003FB
,
UIElementID.skills_scroll_top_field = 0x100003FC
,
UIElementID.Sklls_scroll_middle_field = 0x100003FD
,
UIElementID.Skills_scroll_bottom_field = 0x100003FE
,
UIElementID.Button_levelbar_Charactersheet = 0x100003FF
,
UIElementID.Spellbook_Level_Button = 0x10000400
,
UIElementID.FeatCategory_Field = 0x10000401
,
UIElementID.FeatCategory_Expander_Button = 0x10000402
,
UIElementID.FeatCategory_Class_Button = 0x10000403
,
UIElementID.FeatCategory_Label = 0x10000404
,
UIElementID.FeatCategory_Value = 0x10000405
,
UIElementID.BaseFeat_Field = 0x10000406
,
UIElementID.BaseFeat_Highlight = 0x10000407
,
UIElementID.BaseFeat_Expander_Button = 0x10000408
,
UIElementID.BaseFeat_Label = 0x10000409
,
UIElementID.BaseFeat_Value = 0x1000040A
,
UIElementID.BaseFeat_Level_Button = 0x1000040B
,
UIElementID.FeatCategory_Button = 0x1000040C
,
UIElementID.PreviewCharGenField = 0x1000040D
,
UIElementID.FighterField = 0x1000040E
,
UIElementID.FighterButton = 0x1000040F
,
UIElementID.Fighter_Label = 0x10000410
,
UIElementID.BaseFeat_Icon = 0x10000411
,
UIElementID.BaseFeat_Desc = 0x10000412
,
UIElementID.ChildFeat_Field = 0x10000413
,
UIElementID.ChildFeat_Icon = 0x10000414
,
UIElementID.ChildFeat_Label = 0x10000415
,
UIElementID.ChildFeat_Desc = 0x10000416
,
UIElementID.ChildFeat_Value = 0x10000417
,
UIElementID.Fighter_Image = 0x10000418
,
UIElementID.SorcererField = 0x10000419
,
UIElementID.Sorcerer_Image = 0x1000041A
,
UIElementID.SorcererButton = 0x1000041B
,
UIElementID.Sorcerer_Label = 0x1000041C
,
UIElementID.ClericField = 0x1000041D
,
UIElementID.Cleric_Image = 0x1000041E
,
UIElementID.ClericButton = 0x1000041F
,
UIElementID.Cleric_Label = 0x10000420
,
UIElementID.RogueField = 0x10000421
,
UIElementID.Rogue_Image = 0x10000422
,
UIElementID.RogueButton = 0x10000423
,
UIElementID.Rogue_Label = 0x10000424
,
UIElementID.BaseFeat_TimesTaken = 0x10000425
,
UIElementID.BaseFeat_Help_Button = 0x10000426
,
UIElementID.Button_Help = 0x10000427
,
UIElementID.ChildFeat_Help_Button = 0x10000428
,
UIElementID.Feats_Ribbon_Bottom = 0x10000429
,
UIElementID.BaseSkill_Field = 0x1000042A
,
UIElementID.BaseSkill_Icon = 0x1000042B
,
UIElementID.BaseSkill_Name = 0x1000042C
,
UIElementID.BaseSkill_Desc = 0x1000042D
,
UIElementID.BaseSkill_Ranks = 0x1000042E
,
UIElementID.BaseSkill_Help_Button = 0x1000042F
,
UIElementID.SpellDesc_Help_Button = 0x10000430
,
UIElementID.AlertIconsField = 0x10000431
,
UIElementID.AlertIconsListBox = 0x10000432
,
UIElementID.AlertIcons = 0x10000433
,
UIElementID.AlertIcon_Field = 0x10000434
,
UIElementID.AlertIcon_Image = 0x10000435
,
UIElementID.AlertIcons_Bar = 0x10000436
,
UIElementID.Chat_Scrollbar_01 = 0x10000437
,
UIElementID.Chat_ScrollDownButton = 0x10000438
,
UIElementID.Chat_ScrollUpButton = 0x10000439
,
UIElementID.Character_Feat_Button_expander = 0x1000043A
,
UIElementID.Button_Info = 0x1000043B
,
UIElementID.Feats_Ribbon_Top = 0x1000043C
,
UIElementID.CharBio_Fighter = 0x1000043D
,
UIElementID.CharBio_Portrait = 0x1000043E
,
UIElementID.CharBio_Biography = 0x1000043F
,
UIElementID.CharBio_FighterPortrait = 0x10000440
,
UIElementID.CharBio_FighterBio = 0x10000441
,
UIElementID.CharBio_Cleric = 0x10000442
,
UIElementID.CharBio_ClericPortrait = 0x10000443
,
UIElementID.CharBio_ClericBio = 0x10000444
,
UIElementID.CharBio_Sorcerer = 0x10000445
,
UIElementID.CharBio_SorcererPortrait = 0x10000446
,
UIElementID.CharBio_SorcererBio = 0x10000447
,
UIElementID.CharBio_Rogue = 0x10000448
,
UIElementID.CharBio_RoguePortrait = 0x10000449
,
UIElementID.CharBio_RogueBio = 0x1000044A
,
UIElementID.CharBioFighter = 0x1000044B
,
UIElementID.CharBioCleric = 0x1000044C
,
UIElementID.CharBioSorcerer = 0x1000044D
,
UIElementID.CharBioRogue = 0x1000044E
,
UIElementID.RealCharSpecialsField = 0x1000044F
,
UIElementID.Specials_Ribbon_Top = 0x10000450
,
UIElementID.Specials_Ribbon_Bottom = 0x10000451
,
UIElementID.SpecialsScrollbar = 0x10000452
,
UIElementID.SpecialsScrollbar_Up = 0x10000453
,
UIElementID.SpecialsScrollbar_Down = 0x10000454
,
UIElementID.SpecialsListBox = 0x10000455
,
UIElementID.ClassAbility_Field = 0x10000456
,
UIElementID.ClassAbility_Icon = 0x10000457
,
UIElementID.ClassAbility_Expander_Button = 0x10000458
,
UIElementID.ClassAbility_Help_Button = 0x10000459
,
UIElementID.ClassAbility_Label = 0x1000045A
,
UIElementID.ClassAbility_Desc = 0x1000045B
,
UIElementID.ClassAbility_Value = 0x1000045C
,
UIElementID.SpecialAbility_Field = 0x1000045D
,
UIElementID.SpecialAbility_Icon = 0x1000045E
,
UIElementID.SpecialAbility_Label = 0x1000045F
,
UIElementID.SpecialAbility_Desc = 0x10000460
,
UIElementID.SpecialAbility_Value = 0x10000461
,
UIElementID.SpecialAbility_Help_Button = 0x10000462
,
UIElementID.CharSpecialsField = 0x10000463
,
UIElementID.ForegroundHPMeter = 0x10000464
,
UIElementID.BackgroundHPMeter = 0x10000465
,
UIElementID.Centered_Field = 0x10000466
,
UIElementID.FighterScrollbar = 0x10000467
,
UIElementID.FighterScrollbar_Up = 0x10000468
,
UIElementID.FighterScrollbar_Down = 0x10000469
,
UIElementID.ClericScrollbar = 0x1000046A
,
UIElementID.ClericScrollbar_Up = 0x1000046B
,
UIElementID.ClericScrollbar_Down = 0x1000046C
,
UIElementID.SorcererScrollbar = 0x1000046D
,
UIElementID.SorcererScrollbar_Up = 0x1000046E
,
UIElementID.SorcererScrollbar_Down = 0x1000046F
,
UIElementID.RogueScrollbar = 0x10000470
,
UIElementID.RogueScrollbar_Up = 0x10000471
,
UIElementID.RogueScrollbar_Down = 0x10000472
,
UIElementID.SelectOverlay = 0x10000473
,
UIElementID.SpecialAction_Shortcut_LMB = 0x10000474
,
UIElementID.SpecialAction_Shortcut_Offhand = 0x10000475
,
UIElementID.AlertList_Field = 0x10000476
,
UIElementID.AlertList_ListBox = 0x10000477
,
UIElementID.AlertListItem_Field = 0x10000478
,
UIElementID.AlertListItem_Icon = 0x10000479
,
UIElementID.AlertListItem_Label = 0x1000047A
,
UIElementID.AlertListItem_Name = 0x1000047B
,
UIElementID.AlertListItem_Desc = 0x1000047C
,
UIElementID.Quest_Field = 0x1000047D
,
UIElementID.Quest_JournalText = 0x1000047E
,
UIElementID.QuestJournalScrollbar = 0x1000047F
,
UIElementID.QuestJournalScrollbar_Up = 0x10000480
,
UIElementID.QuestJournalScrollbar_Down = 0x10000481
,
UIElementID.Quest_JournalText_Background = 0x10000482
,
UIElementID.AlertIcons_position_frame = 0x10000483
,
UIElementID.Quest_Placement_Frame = 0x10000484
,
UIElementID.Quest_Ribbon_Top = 0x10000485
,
UIElementID.Quest_Ribbon_Bottom = 0x10000486
,
UIElementID.Quest_Journal_Label = 0x10000487
,
UIElementID.SpecialAction_Shortcut_Primaryhand = 0x10000488
,
UIElementID.SpecialAction_Shortcut_Feat = 0x10000489
,
UIElementID.SpecialAction_Shortcut_Spell = 0x1000048A
,
UIElementID.SpecialAction_Shortcut_OnDeck = 0x1000048B
,
UIElementID.Fighter_Worships_Value = 0x1000048C
,
UIElementID.Fighter_Age_Value = 0x1000048D
,
UIElementID.Fighter_Gender_Value = 0x1000048E
,
UIElementID.Fighter_Height_Value = 0x1000048F
,
UIElementID.Fighter_Weight_Value = 0x10000490
,
UIElementID.Fighter_Eyes_Value = 0x10000491
,
UIElementID.Fighter_Hair_Value = 0x10000492
,
UIElementID.Fighter_Skin_Value = 0x10000493
,
UIElementID.Cleric_Worships_Value = 0x10000494
,
UIElementID.Cleric_Age_Value = 0x10000495
,
UIElementID.Cleric_Gender_Value = 0x10000496
,
UIElementID.Cleric_Height_Value = 0x10000497
,
UIElementID.Cleric_Weight_Value = 0x10000498
,
UIElementID.Cleric_Eyes_Value = 0x10000499
,
UIElementID.Cleric_Hair_Value = 0x1000049A
,
UIElementID.Cleric_Skin_Value = 0x1000049B
,
UIElementID.Sorcerer_Worships_Value = 0x1000049C
,
UIElementID.Sorcerer_Age_Value = 0x1000049D
,
UIElementID.Sorcerer_Gender_Value = 0x1000049E
,
UIElementID.Sorcerer_Height_Value = 0x1000049F
,
UIElementID.Sorcerer_Weight_Value = 0x100004A0
,
UIElementID.Sorcerer_Eyes_Value = 0x100004A1
,
UIElementID.Sorcerer_Hair_Value = 0x100004A2
,
UIElementID.Sorcerer_Skin_Value = 0x100004A3
,
UIElementID.Rogue_Worships_Value = 0x100004A4
,
UIElementID.Rogue_Age_Value = 0x100004A5
,
UIElementID.Rogue_Gender_Value = 0x100004A6
,
UIElementID.Rogue_Height_Value = 0x100004A7
,
UIElementID.Rogue_Weight_Value = 0x100004A8
,
UIElementID.Rogue_Eyes_Value = 0x100004A9
,
UIElementID.Rogue_Hair_Value = 0x100004AA
,
UIElementID.Rogue_Skin_Value = 0x100004AB
,
UIElementID.Stack_Bkg = 0x100004AC
,
UIElementID.Stack_Slider_Bkg = 0x100004AD
,
UIElementID.Stack_Icon = 0x100004AE
,
UIElementID.Stack_Name = 0x100004AF
,
UIElementID.Stack_Short_Description = 0x100004B0
,
UIElementID.FloatyTextSettings = 0x100004B1
,
UIElementID.Stack_Slider_Widget = 0x100004B2
,
UIElementID.Base_Font_17 = 0x100004B3
,
UIElementID.Base_Font_Demi_17 = 0x100004B4
,
UIElementID.Base_Font_Bold_17 = 0x100004B5
,
UIElementID.Char_Chat_BKG = 0x100004B6
,
UIElementID.placement_frame = 0x100004B7
,
UIElementID.Dragonmark_Kndrk = 0x100004B8
,
UIElementID.Nav_Bar_placement_field = 0x100004B9
,
UIElementID.Nav_Bar_BKG = 0x100004BA
,
UIElementID.Nav_Button_Cancel = 0x100004BB
,
UIElementID.Nav_Button_Character = 0x100004BC
,
UIElementID.Nav_Button_Character_Label = 0x100004BD
,
UIElementID.Nav_Button_Help = 0x100004BE
,
UIElementID.Nav_Button_Help_Label = 0x100004BF
,
UIElementID.Nav_Button_Inventory = 0x100004C0
,
UIElementID.Nav_Button_Inventory_Label = 0x100004C1
,
UIElementID.Nav_Button_Options = 0x100004C2
,
UIElementID.Nav_Button_Options_Label = 0x100004C3
,
UIElementID.Nav_Button_Quest = 0x100004C4
,
UIElementID.Nav_Button_Quest_Label = 0x100004C5
,
UIElementID.Nav_Button_Quit = 0x100004C6
,
UIElementID.Nav_Button_Quit_Label = 0x100004C7
,
UIElementID.Nav_Button_Social = 0x100004C8
,
UIElementID.Nav_Button_Social_Label = 0x100004C9
,
UIElementID.Button_Nav_Bar = 0x100004CA
,
UIElementID.Nav_Button_Back = 0x100004CB
,
UIElementID.Alert_Text = 0x100004CC
,
UIElementID.Version_Label = 0x100004CD
,
UIElementID.HelpMenu_Version_Label = 0x100004CE
,
UIElementID.HelpSheet_Version_Label = 0x100004CF
,
UIElementID.Button_Tab_Charactersheet_Bio = 0x100004D0
,
UIElementID.Button_Tab_Charactersheet_Feat = 0x100004D1
,
UIElementID.Button_Tab_Charactersheet_Skill = 0x100004D2
,
UIElementID.Button_Tab_Charactersheet_Spell = 0x100004D3
,
UIElementID.Datapatch_Version_Label = 0x100004D4
,
UIElementID.Button_Tab_Charactersheet_Special = 0x100004D5
,
UIElementID.Chat_Font = 0x100004D6
,
UIElementID.Alert_Font = 0x100004D7
,
UIElementID.Chat_Entry_Font = 0x100004D8
,
UIElementID.InventoryBackground = 0x100004D9
,
UIElementID.InventoryHotMenuBackground = 0x100004DA
,
UIElementID.Shortcut_number_plate = 0x100004DB
,
UIElementID.Box_hud_01 = 0x100004DC
,
UIElementID.Box_hud_01_Center = 0x100004DD
,
UIElementID.Box_hud_01_LeftBorder = 0x100004DE
,
UIElementID.Box_hud_01_LowLeftCorner = 0x100004DF
,
UIElementID.Box_hud_01_BottomBorder = 0x100004E0
,
UIElementID.Box_hud_01_LowRightCorner = 0x100004E1
,
UIElementID.Box_hud_01_RightBorder = 0x100004E2
,
UIElementID.Box_hud_01_TopRightCorner = 0x100004E3
,
UIElementID.Box_hud_01_TopBorder = 0x100004E4
,
UIElementID.Box_hud_01_TopLeftCorner = 0x100004E5
,
UIElementID.ShortcutsBar_SlotID_1 = 0x100004E6
,
UIElementID.TimeLimitField = 0x100004E7
,
UIElementID.RootField = 0x100004E8
,
UIElementID.TimeLimit = 0x100004E9
,
UIElementID.Shortcut_Font_SlotID = 0x100004EA
,
UIElementID.ShortcutSlotID = 0x100004EB
,
UIElementID.QuestName = 0x100004EC
,
UIElementID.BarbarianButton = 0x100004ED
,
UIElementID.Barbarian_Label = 0x100004EE
,
UIElementID.BarbarianField = 0x100004EF
,
UIElementID.Barbarian_Image = 0x100004F0
,
UIElementID.BardField = 0x100004F1
,
UIElementID.Bard_Image = 0x100004F2
,
UIElementID.BardButton = 0x100004F3
,
UIElementID.Bard_Label = 0x100004F4
,
UIElementID.PaladinField = 0x100004F5
,
UIElementID.Paladin_Image = 0x100004F6
,
UIElementID.PaladinButton = 0x100004F7
,
UIElementID.Paladin_Label = 0x100004F8
,
UIElementID.RangerField = 0x100004F9
,
UIElementID.Ranger_Image = 0x100004FA
,
UIElementID.RangerButton = 0x100004FB
,
UIElementID.Ranger_Label = 0x100004FC
,
UIElementID.WizardField = 0x100004FD
,
UIElementID.Wizard_Image = 0x100004FE
,
UIElementID.WizardButton = 0x100004FF
,
UIElementID.Wizard_Label = 0x10000500
,
UIElementID.HotInventroy_BackpackField = 0x10000501
,
UIElementID.HotInventory_BackpackListbox = 0x10000502
,
UIElementID.HotInventory_ContainerListBox = 0x10000503
,
UIElementID.HotInventory_BackpackTabField = 0x10000504
,
UIElementID.HotInventroy_BackgroundField = 0x10000505
,
UIElementID.HotInventory_Field = 0x10000506
,
UIElementID.HotInventory_BackpackField = 0x10000507
,
UIElementID.HotInventory_Tab1 = 0x10000508
,
UIElementID.HotInventory_Tab2 = 0x10000509
,
UIElementID.HotInventory_Tab3 = 0x1000050A
,
UIElementID.HotInventory_Tab4 = 0x1000050B
,
UIElementID.HotInventory_Tab5 = 0x1000050C
,
UIElementID.HotInventory_ContainerField = 0x1000050D
,
UIElementID.HotInventory_SlotField = 0x1000050E
,
UIElementID.HotInventory_EncumbranceField = 0x1000050F
,
UIElementID.HotInventory_BackgroundField = 0x10000510
,
UIElementID.HotInventroy_Field = 0x10000511
,
UIElementID.ChanceToHitTextTemplate = 0x10000512
,
UIElementID.PlayersChanceToHit = 0x10000513
,
UIElementID.MonstersChanceToHit = 0x10000514
,
UIElementID.ChanceToHit = 0x10000515
,
UIElementID.ChanceToSave = 0x10000516
,
UIElementID.PlayersChanceToSave = 0x10000517
,
UIElementID.MonstersChanceToSave = 0x10000518
,
UIElementID.ChanceToHitLabel = 0x10000519
,
UIElementID.ChanceToSaveLabel = 0x1000051A
,
UIElementID.Diag_DisplayField = 0x1000051B
,
UIElementID.Diag_DisplayLabel = 0x1000051C
,
UIElementID.Diag_DisplayValue = 0x1000051D
,
UIElementID.Diag_Dragbar = 0x1000051E
,
UIElementID.BaseIcon_Field = 0x1000051F
,
UIElementID.BaseIcon_Image = 0x10000520
,
UIElementID.BaseIcon_PendingOverlay = 0x10000521
,
UIElementID.BaseIcon_InventoryQuantity = 0x10000522
,
UIElementID.BaseIcon_ShortcutQuantity = 0x10000523
,
UIElementID.BaseIcon_ShortcutSlotID = 0x10000524
,
UIElementID.Icon_Image = 0x10000525
,
UIElementID.Icon_PendingOverlay = 0x10000526
,
UIElementID.Icon_InventoryQuantity = 0x10000527
,
UIElementID.Icon_ShortcutSlotID = 0x10000528
,
UIElementID.SpecialAction_FeatToken = 0x10000529
,
UIElementID.Diag_FeatToken = 0x1000052A
,
UIElementID.BaseMarker_Field = 0x1000052B
,
UIElementID.Marker_Image = 0x1000052C
,
UIElementID.Marker_PendingOverlay = 0x1000052D
,
UIElementID.Marker_InventoryQuantity = 0x1000052E
,
UIElementID.Marker_ShortcutSlotID = 0x1000052F
,
UIElementID.Diag_FeatMarker = 0x10000530
,
UIElementID.SpecialAction_FeatMarker = 0x10000531
,
UIElementID.Diag_SkillMarker = 0x10000532
,
UIElementID.Conditions = 0x10000533
,
UIElementID.Base_Font_Demi_10_White = 0x10000534
,
UIElementID.Diag_SpellMarker = 0x10000535
,
UIElementID.Diag_ItemMarker = 0x10000536
,
UIElementID.SpecialAction_Primaryhand = 0x10000537
,
UIElementID.SpecialAction_Offhand = 0x10000538
,
UIElementID.SpecialAction_Feat = 0x10000539
,
UIElementID.SpecialAction_OnDeck = 0x1000053A
,
UIElementID.SpellDesc_Marker = 0x1000053B
,
UIElementID.BaseFeat_Marker = 0x1000053C
,
UIElementID.BaseSkill_Marker = 0x1000053D
,
UIElementID.ChildFeat_Marker = 0x1000053E
,
UIElementID.Title_Background = 0x1000053F
,
UIElementID.MainText_Background = 0x10000540
,
UIElementID.MenuList_Background = 0x10000541
,
UIElementID.SpecialAbility_Marker = 0x10000542
,
UIElementID.Marker_SelectedOverlay = 0x10000543
,
UIElementID.Title_Field = 0x10000544
,
UIElementID.MainText_Field = 0x10000545
,
UIElementID.MenuList_Field = 0x10000546
,
UIElementID.SpeakerViewport = 0x10000547
,
UIElementID.HotInventory_Weapon1Slot = 0x10000548
,
UIElementID.HotInventory_Weapon2Slot = 0x10000549
,
UIElementID.HotInventory_HeadSlot = 0x1000054A
,
UIElementID.HotInventory_ArmorSlot = 0x1000054B
,
UIElementID.HotInventory_GearSlot = 0x1000054C
,
UIElementID.HotInventory_Ring1Slot = 0x1000054D
,
UIElementID.HotInventory_Ring2Slot = 0x1000054E
,
UIElementID.HotInventory_Bracelet1Slot = 0x1000054F
,
UIElementID.HotInventory_Bracelet2Slot = 0x10000550
,
UIElementID.HotInventory_NecklaceSlot = 0x10000551
,
UIElementID.HotInventory_HandsSlot = 0x10000552
,
UIElementID.HotInventory_WaistSlot = 0x10000553
,
UIElementID.HotInventory_FeetSlot = 0x10000554
,
UIElementID.HotInventory_AmmoSlot = 0x10000555
,
UIElementID.Objective = 0x10000556
,
UIElementID.TextAlertList_Field = 0x10000557
,
UIElementID.TextAlertList_ListBox = 0x10000558
,
UIElementID.TextAlertListItem_Field = 0x10000559
,
UIElementID.TextAlertListItem_Icon = 0x1000055A
,
UIElementID.TextAlertListItem_Desc = 0x1000055B
,
UIElementID.TextAlertListItem_TimeLabel = 0x1000055C
,
UIElementID.TextAlert_Font = 0x1000055D
,
UIElementID.TextAlertTime_Font = 0x1000055E
,
UIElementID.AlertListItem_Time = 0x1000055F
,
UIElementID.ErrorAlertListItem_Field = 0x10000560
,
UIElementID.ErrorAlertListItem_Desc = 0x10000561
,
UIElementID.Diag_Alert1Marker = 0x10000562
,
UIElementID.Diag_Alert2Marker = 0x10000563
,
UIElementID.Diag_Alert3Marker = 0x10000564
,
UIElementID.TextAlert_TopDesc = 0x10000565
,
UIElementID.TextAlertTop_Font = 0x10000566
,
UIElementID.TextAlertList_InitialListBox = 0x10000567
,
UIElementID.TextAlertList_PriorityListBox = 0x10000568
,
UIElementID.Marker_TimerText = 0x10000569
,
UIElementID.BaseMarker_IconField = 0x1000056A
,
UIElementID.Marker_Title = 0x1000056B
,
UIElementID.Marker_Description = 0x1000056C
,
UIElementID.TextAlert_ExitingText = 0x1000056D
,
UIElementID.TextAlert_Entry = 0x1000056E
,
UIElementID.EffectAlertIcons_Field = 0x1000056F
,
UIElementID.EffectAlertIcons_ListBox = 0x10000570
,
UIElementID.EffectAlert_Entry = 0x10000571
,
UIElementID.EffectAlertIcon = 0x10000572
,
UIElementID.InfoAlertIcons_Field = 0x10000573
,
UIElementID.InfoAlertIcons_ListBox = 0x10000574
,
UIElementID.InfoAlert_Entry = 0x10000575
,
UIElementID.InfoAlertIcon = 0x10000576
,
UIElementID.TargetingReticle = 0x10000577
,
UIElementID.EffectAlertIcon_Entry = 0x10000578
,
UIElementID.EffectAlertList_Field = 0x10000579
,
UIElementID.EffectAlertList_ListBox = 0x1000057A
,
UIElementID.EffectAlertList_Entry = 0x1000057B
,
UIElementID.InfoAlertIcon_Entry = 0x1000057C
,
UIElementID.InfoAlertList_Field = 0x1000057D
,
UIElementID.InfoAlertList_ListBox = 0x1000057E
,
UIElementID.InfoAlertList_Entry = 0x1000057F
,
UIElementID.InfoAlertIcon_Marker = 0x10000580
,
UIElementID.InfoAlertList_Marker = 0x10000581
,
UIElementID.QuestMarker_Field = 0x10000582
,
UIElementID.QuestMarker_QuestEntry = 0x10000583
,
UIElementID.QuestMarker_ChapterSummary = 0x10000584
,
UIElementID.QuestMarker_ChapterEntry = 0x10000585
,
UIElementID.QuestMarker_ChapterName = 0x10000586
,
UIElementID.QuestMarker_ChapterGoal = 0x10000587
,
UIElementID.QuestMarker_ResolutionList = 0x10000588
,
UIElementID.QuestMarker_ResolutionEntry = 0x10000589
,
UIElementID.QuestMarker_ResolutionName = 0x1000058A
,
UIElementID.QuestMarker_ResolutionDesc = 0x1000058B
,
UIElementID.QuestMarker_DataField = 0x1000058C
,
UIElementID.QuestMarker_DataList = 0x1000058D
,
UIElementID.Diag_Quest1Marker = 0x1000058E
,
UIElementID.QuestMarker = 0x1000058F
,
UIElementID.SpeakerViewport_Background = 0x10000590
,
UIElementID.QuestMarker_TitleField = 0x10000591
,
UIElementID.Quest_UnderwayJournalList = 0x10000592
,
UIElementID.QuestJournal_QuestEntry = 0x10000593
,
UIElementID.Quest_UnderwayJournal = 0x10000594
,
UIElementID.Quest_UnderwayJournal_Field = 0x10000595
,
UIElementID.QuestUnderwayJournalScrollbar = 0x10000596
,
UIElementID.QuestUnderwayJournalScrollbar_Up = 0x10000597
,
UIElementID.QuestUnderwayJournalScrollbar_Down = 0x10000598
,
UIElementID.Quest_CompletedJournal_Field = 0x10000599
,
UIElementID.Quest_CompletedJournalList = 0x1000059A
,
UIElementID.QuestCompletedJournalScrollbar = 0x1000059B
,
UIElementID.QuestCompletedJournalScrollbar_Up = 0x1000059C
,
UIElementID.QuestCompletedJournalScrollbar_Down = 0x1000059D
,
UIElementID.Quest_FailedJournal_Field = 0x1000059E
,
UIElementID.Quest_FailedJournalList = 0x1000059F
,
UIElementID.QuestFailedJournalScrollbar = 0x100005A0
,
UIElementID.QuestFailedJournalScrollbar_Up = 0x100005A1
,
UIElementID.QuestFailedJournalScrollbar_Down = 0x100005A2
,
UIElementID.Quest_CompletedJournal = 0x100005A3
,
UIElementID.Quest_FailedJournal = 0x100005A4
,
UIElementID.JournalTabField = 0x100005A5
,
UIElementID.UnderwayTab = 0x100005A6
,
UIElementID.CompletedTab = 0x100005A7
,
UIElementID.FailedTab = 0x100005A8
,
UIElementID.Quest_UnderwayJournal_NoneAvailable = 0x100005A9
,
UIElementID.Quest_CompletedJournal_NoneAvailable = 0x100005AA
,
UIElementID.Quest_FailedJournal_NoneAvailable = 0x100005AB
,
UIElementID.Quest_Journal_UnderwayTabLabel = 0x100005AC
,
UIElementID.Quest_Journal_CompletedTabLabel = 0x100005AD
,
UIElementID.Quest_Journal_FailedTabLabel = 0x100005AE
,
UIElementID.HotQuestJournal_QuestEntry = 0x100005AF
,
UIElementID.HotQuestJournal_QuestField = 0x100005B0
,
UIElementID.QuestMarker_ObjectiveEntry = 0x100005B1
,
UIElementID.QuestMarker_ObjectiveName = 0x100005B2
,
UIElementID.QuestMarker_ObjectiveDesc = 0x100005B3
,
UIElementID.QuestMarker_ObjectiveIcon = 0x100005B4
,
UIElementID.Marker_List = 0x100005B5
,
UIElementID.Marker_ListField = 0x100005B6
,
UIElementID.Marker_Expander = 0x100005B7
,
UIElementID.Marker_TitleField = 0x100005B8
,
UIElementID.Diag_MarkerList = 0x100005B9
,
UIElementID.Diag_MarkerList2 = 0x100005BA
,
UIElementID.MarkerList_Field = 0x100005BB
,
UIElementID.MarkerList_TitleField = 0x100005BC
,
UIElementID.MarkerList_Expander = 0x100005BD
,
UIElementID.MarkerList_DataList = 0x100005BE
,
UIElementID.ClassSpellList = 0x100005BF
,
UIElementID.CharSpell_ClassMarker = 0x100005C0
,
UIElementID.ClassSpell_MarkerList = 0x100005C1
,
UIElementID.SpellLevel_MarkerList = 0x100005C2
,
UIElementID.CharSheet_SpellMarker = 0x100005C3
,
UIElementID.ClassList_MarkerList = 0x100005C4
,
UIElementID.ClassMarker_Field = 0x100005C5
,
UIElementID.Class_MarkerList = 0x100005C6
,
UIElementID.SpellLevels_MarkerList = 0x100005C7
,
UIElementID.SpellsPrepared_MarkerList = 0x100005C8
,
UIElementID.PreparedSpellMarker_Field = 0x100005C9
,
UIElementID.PropertyMarker_Entry = 0x100005CA
,
UIElementID.PropertyMarker_TitleField = 0x100005CB
,
UIElementID.PropertyMarker_Dragbar = 0x100005CC
,
UIElementID.Advancement_Field = 0x100005CD
,
UIElementID.Examination_RootField = 0x100005CE
,
UIElementID.Advancement_Base_Frame = 0x100005CF
,
UIElementID.Advancement_Selection_Panel = 0x100005D0
,
UIElementID.Advancement_Selection_Stage = 0x100005D1
,
UIElementID.Advancement_Selection_List = 0x100005D2
,
UIElementID.Advancement_Selection_NavBar = 0x100005D3
,
UIElementID.Examination_Example_Field = 0x100005D4
,
UIElementID.Examination_Field = 0x100005D5
,
UIElementID.GuildField = 0x100005D6
,
UIElementID.Button_MainMenu_Guild = 0x100005D7
,
UIElementID.MainMenuButton_Guild = 0x100005D8
,
UIElementID.MainMenuButton_Guild_Label = 0x100005D9
,
UIElementID.Examine_ExamplePlayer = 0x100005DA
,
UIElementID.Examine_PlayerName = 0x100005DB
,
UIElementID.Examine_PlayerSize = 0x100005DC
,
UIElementID.Examine_Player_Name = 0x100005DD
,
UIElementID.Examine_Player_Size = 0x100005DE
,
UIElementID.Advancement_Cancel_Button = 0x100005DF
,
UIElementID.Advancement_Back_Button = 0x100005E0
,
UIElementID.Advancement_Next_Button = 0x100005E1
,
UIElementID.Examine_ItemDefault = 0x100005E2
,
UIElementID.Examine_Item_NameLabel = 0x100005E3
,
UIElementID.Examine_Item_Name = 0x100005E4
,
UIElementID.Examine_Item_Damage = 0x100005E5
,
UIElementID.Examine_Item_DamageLabel = 0x100005E6
,
UIElementID.Examine_WeaponDefault = 0x100005E7
,
UIElementID.Examine_Weapon_NameLabel = 0x100005E8
,
UIElementID.Examine_Weapon_Name = 0x100005E9
,
UIElementID.Examine_Weapon_Damage = 0x100005EA
,
UIElementID.Examine_Weapon_DamageLabel = 0x100005EB
,
UIElementID.Examine_Default = 0x100005EC
,
UIElementID.Examine_Default_IIDLabel = 0x100005ED
,
UIElementID.Examine_Default_IID = 0x100005EE
,
UIElementID.Examine_Default_Type = 0x100005EF
,
UIElementID.Examine_Weapon_TypeLabel = 0x100005F0
,
UIElementID.Examine_Default_Label = 0x100005F1
,
UIElementID.ItemMarker_TitleField = 0x100005F2
,
UIElementID.Controls_Field = 0x100005F3
,
UIElementID.Controls_Close_Button = 0x100005F4
,
UIElementID.Controls_Frame = 0x100005F5
,
UIElementID.hints_position_frame = 0x100005F6
,
UIElementID.hint_hot_effect = 0x100005F7
,
UIElementID.hint_hot_quest = 0x100005F8
,
UIElementID.hint_hot_inventory = 0x100005F9
,
UIElementID.hint_LMB = 0x100005FA
,
UIElementID.hint_RMB = 0x100005FB
,
UIElementID.Box_hud_01_frame = 0x100005FC
,
UIElementID.Box_hud_01_frame_LeftBorder = 0x100005FD
,
UIElementID.Box_hud_01_frame_LowLeftCorner = 0x100005FE
,
UIElementID.Box_hud_01_frame_LowRightCorner = 0x100005FF
,
UIElementID.Box_hud_01_frame_RightBorder = 0x10000600
,
UIElementID.Box_hud_01_frame_TopRightCorner = 0x10000601
,
UIElementID.Box_hud_01_frame_TopBorder = 0x10000602
,
UIElementID.Box_hud_01_frame_TopLeftCorner = 0x10000603
,
UIElementID.SpeakerViewport_frame = 0x10000604
,
UIElementID.Box_hud_01_opaque = 0x10000605
,
UIElementID.Box_hud_01_opaque_Center = 0x10000606
,
UIElementID.Box_hud_01_opaque_LeftBorder = 0x10000607
,
UIElementID.Box_hud_01_opaque_LowLeftCorner = 0x10000608
,
UIElementID.Box_hud_01_opaque_BottomBorder = 0x10000609
,
UIElementID.Box_hud_01_opaque_LowRightCorner = 0x1000060A
,
UIElementID.Box_hud_01_opaque_RightBorder = 0x1000060B
,
UIElementID.Box_hud_01_opaque_TopRightCorner = 0x1000060C
,
UIElementID.Box_hud_01_opaque_TopBorder = 0x1000060D
,
UIElementID.Box_hud_01_opaque_TopLeftCorner = 0x1000060E
,
UIElementID.AlertList_Frame = 0x1000060F
,
UIElementID.AlertList_ListBox_Background = 0x10000610
,
UIElementID.AlertList_Title_Background = 0x10000611
,
UIElementID.AlertList_Title_Label = 0x10000612
,
UIElementID.Examine_Weapon_DamageTypeLabel = 0x10000613
,
UIElementID.Examine_Weapon_DamageType = 0x10000614
,
UIElementID.Examine_Weapon_ValueLabel = 0x10000615
,
UIElementID.Examine_Weapon_Value = 0x10000616
,
UIElementID.EffectAlertList_ListBox_Background = 0x10000617
,
UIElementID.EffectAlertList_Title_Background = 0x10000618
,
UIElementID.EffectAlertList_Title_Label = 0x10000619
,
UIElementID.Examine_Weapon_WeightLabel = 0x1000061A
,
UIElementID.Examine_Weapon_Weight = 0x1000061B
,
UIElementID.InfoAlertList_ListBox_Background = 0x1000061C
,
UIElementID.InfoAlertList_Title_Label = 0x1000061D
,
UIElementID.HotQuestJournal_Background = 0x1000061E
,
UIElementID.HotQuestJournal_Title_Background = 0x1000061F
,
UIElementID.HotQuestJournal_Title_Label = 0x10000620
,
UIElementID.Examine_Default_Title = 0x10000621
,
UIElementID.EffectAlerts_Field = 0x10000622
,
UIElementID.EffectList_Field = 0x10000623
,
UIElementID.hud_help_confirm_frame = 0x10000624
,
UIElementID.hud_help_confirm_background = 0x10000625
,
UIElementID.Advancement_Conversation_Panel = 0x10000626
,
UIElementID.hud_help_confirm_ok_button = 0x10000627
,
UIElementID.hud_help_confirm_text = 0x10000628
,
UIElementID.Button_hud_check_ok = 0x10000629
,
UIElementID.hud_help_frame = 0x1000062A
,
UIElementID.shortcuts_frame = 0x1000062B
,
UIElementID.shortcuts_text = 0x1000062C
,
UIElementID.shortcuts_underline = 0x1000062D
,
UIElementID.shortcuts_line_vert_a = 0x1000062E
,
UIElementID.shortcuts_line_elbow_a = 0x1000062F
,
UIElementID.shortcuts_arrow_a = 0x10000630
,
UIElementID.Advancement_Cost_Panel = 0x10000631
,
UIElementID.Advancement_Statistics_Panel = 0x10000632
,
UIElementID.Advancement_TrainerPicture_Panel = 0x10000633
,
UIElementID.Advancement_TrainerTitle_Panel = 0x10000634
,
UIElementID.Advancement_TrainerText_Panel = 0x10000635
,
UIElementID.hud_help_bottom_center_frame = 0x10000636
,
UIElementID.Advancement_SkillCost_Panel = 0x10000637
,
UIElementID.Advancement_SkillStatistics_Panel = 0x10000638
,
UIElementID.Advancement_SkillSelection_List = 0x10000639
,
UIElementID.Advancement_SkillFrame = 0x1000063A
,
UIElementID.hitpoints_frame = 0x1000063B
,
UIElementID.hitpoints_text = 0x1000063C
,
UIElementID.hitpoints_underline = 0x1000063D
,
UIElementID.hitpoints_line_vert_a = 0x1000063E
,
UIElementID.hitpoints_line_elbow_a = 0x1000063F
,
UIElementID.hitpoints_arrow_a = 0x10000640
,
UIElementID.primary_frame = 0x10000641
,
UIElementID.primary_text = 0x10000642
,
UIElementID.primary_underline = 0x10000643
,
UIElementID.primary_line_vert_a = 0x10000644
,
UIElementID.primary_line_elbow_a = 0x10000645
,
UIElementID.primary_arrow_a = 0x10000646
,
UIElementID.secondary_frame = 0x10000647
,
UIElementID.secondary_text = 0x10000648
,
UIElementID.secondary_underline = 0x10000649
,
UIElementID.secondary_line_vert_a = 0x1000064A
,
UIElementID.secondary_line_elbow_a = 0x1000064B
,
UIElementID.secondary_arrow_a = 0x1000064C
,
UIElementID.hint_hot_alerts = 0x1000064D
,
UIElementID.HintReticle = 0x1000064E
,
UIElementID.Reticle = 0x1000064F
,
UIElementID.Examine_Weapon_EffectField = 0x10000650
,
UIElementID.Advancement_Cancel_Text = 0x10000651
,
UIElementID.Advancement_Back_Text = 0x10000652
,
UIElementID.Advancement_Next_Text = 0x10000653
,
UIElementID.Advancement_FeatFrame = 0x10000654
,
UIElementID.Advancement_FeatCost_Panel = 0x10000655
,
UIElementID.Advancement_FeatStatistics_Panel = 0x10000656
,
UIElementID.Advancement_FeatSelection_List = 0x10000657
,
UIElementID.Examine_Player_EffectField = 0x10000658
,
UIElementID.Advancement_Next_Overlay = 0x10000659
,
UIElementID.Advancement_AbilityFrame = 0x1000065A
,
UIElementID.Advancement_AbilityCost_Panel = 0x1000065B
,
UIElementID.Advancement_AbilityStatistics_Panel = 0x1000065C
,
UIElementID.Advancement_AbilitySelection_List = 0x1000065D
,
UIElementID.Advancement_ClassFrame = 0x1000065E
,
UIElementID.Advancement_ClassCost_Panel = 0x1000065F
,
UIElementID.Advancement_ClassStatistics_Panel = 0x10000660
,
UIElementID.Advancement_ClassSelection_List = 0x10000661
,
UIElementID.Examine_Player_Str = 0x10000662
,
UIElementID.Marker_Value = 0x10000663
,
UIElementID.Examine_Player_Dex = 0x10000664
,
UIElementID.Examine_Player_Con = 0x10000665
,
UIElementID.Examine_Player_Int = 0x10000666
,
UIElementID.Examine_Player_Wis = 0x10000667
,
UIElementID.Examine_Player_Cha = 0x10000668
,
UIElementID.Advancement_SummaryFrame = 0x10000669
,
UIElementID.Advancement_SummaryCost_Panel = 0x1000066A
,
UIElementID.Advancement_SummaryStatistics_Panel = 0x1000066B
,
UIElementID.Advancement_SummarySelection_List = 0x1000066C
,
UIElementID.Marker_IconField = 0x1000066D
,
UIElementID.GuildTitleField = 0x1000066E
,
UIElementID.GuildTitleText = 0x1000066F
,
UIElementID.GuildRenownField = 0x10000670
,
UIElementID.GuildRenownLabel = 0x10000671
,
UIElementID.GuildRenownValue = 0x10000672
,
UIElementID.GuildSocietyField = 0x10000673
,
UIElementID.GuildSocietyLabel = 0x10000674
,
UIElementID.GuildSocietyValue = 0x10000675
,
UIElementID.GuildMotDField = 0x10000676
,
UIElementID.GuildMotDLabel = 0x10000677
,
UIElementID.GuildMotDValue = 0x10000678
,
UIElementID.GuildEffectsTabField = 0x10000679
,
UIElementID.GuildEffectsTab = 0x1000067A
,
UIElementID.GuildMembersTabField = 0x1000067B
,
UIElementID.GuildMembersTab = 0x1000067C
,
UIElementID.GuildAchievementsTabField = 0x1000067D
,
UIElementID.GuildAchievementsTab = 0x1000067E
,
UIElementID.GuildMembersField = 0x1000067F
,
UIElementID.GuildMemberNameField = 0x10000680
,
UIElementID.GuildMemberNameLabel = 0x10000681
,
UIElementID.GuildMemberNameListBox = 0x10000682
,
UIElementID.GuildMemberTitleLabel = 0x10000683
,
UIElementID.GuildMemberTitleListBox = 0x10000684
,
UIElementID.GuildMemberLastOnLabel = 0x10000685
,
UIElementID.GuildMemberLastOnListBox = 0x10000686
,
UIElementID.GuildEffectsField = 0x10000687
,
UIElementID.GuildAchievementsField = 0x10000688
,
UIElementID.GuildTitleValue = 0x10000689
,
UIElementID.GuildEffectsLabelField = 0x1000068A
,
UIElementID.GuildEffectsLabel = 0x1000068B
,
UIElementID.GuildMembersLabelField = 0x1000068C
,
UIElementID.GuildMembersLabel = 0x1000068D
,
UIElementID.GuildAchievementsLabelField = 0x1000068E
,
UIElementID.GuildAchievementsLabel = 0x1000068F
,
UIElementID.GuildMemberListBox = 0x10000690
,
UIElementID.GuildMemberEntryField = 0x10000691
,
UIElementID.GuildMemberNameValue = 0x10000692
,
UIElementID.GuildMemberTitleValue = 0x10000693
,
UIElementID.GuildMemberLastOnValue = 0x10000694
,
UIElementID.GuildMemberScrollbar = 0x10000695
,
UIElementID.GuildMemberScrollbar_Up = 0x10000696
,
UIElementID.GuildMemberScrollbar_Down = 0x10000697
,
UIElementID.GuildMemberListBoxField = 0x10000698
,
UIElementID.Examine_Weapon_DurabilityLabel = 0x10000699
,
UIElementID.Examine_Weapon_Durability = 0x1000069A
,
UIElementID.Advancement_Strength_Marker = 0x1000069B
,
UIElementID.Examine_Weapon_DurabilitySlashLabel = 0x1000069C
,
UIElementID.Examine_Weapon_MaxDurability = 0x1000069D
,
UIElementID.Examine_Weapon_HardnessLabel = 0x1000069E
,
UIElementID.Examine_Weapon_Hardness = 0x1000069F
,
UIElementID.Examine_Weapon_Blah = 0x100006A0
,
UIElementID.Advancement_Intelligence_Marker = 0x100006A1
,
UIElementID.Advancement_Dexterity_Marker = 0x100006A2
,
UIElementID.Advancement_Wisdom_Marker = 0x100006A3
,
UIElementID.Advancement_Constitution_Marker = 0x100006A4
,
UIElementID.Advancement_Charisma_Marker = 0x100006A5
,
UIElementID.NestedShortcuts = 0x100006A6
,
UIElementID.NestedShortcuts_List = 0x100006A7
,
UIElementID.Shortcut_MarkerList = 0x100006A8
,
UIElementID.Shortcut_Marker = 0x100006A9
,
UIElementID.Advancement_Ability_Marker = 0x100006AA
,
UIElementID.Ability_MarkerList = 0x100006AB
,
UIElementID.NestedShortcuts_MarkerList = 0x100006AC
,
UIElementID.Box_hud_01_Dragonmark_Center = 0x100006AD
,
UIElementID.button_darkgrey = 0x100006AE
,
UIElementID.button_darkgrey_normal = 0x100006AF
,
UIElementID.button_darkgrey_normal_Center = 0x100006B0
,
UIElementID.button_darkgrey_normal_LeftBorder = 0x100006B1
,
UIElementID.button_darkgrey_normal_LowLeftCorner = 0x100006B2
,
UIElementID.button_darkgrey_normal_BottomBorder = 0x100006B3
,
UIElementID.button_darkgrey_normal_LowRightCorner = 0x100006B4
,
UIElementID.button_darkgrey_normal_RightBorder = 0x100006B5
,
UIElementID.button_darkgrey_normal_TopRightCorner = 0x100006B6
,
UIElementID.button_darkgrey_normal_TopBorder = 0x100006B7
,
UIElementID.button_darkgrey_normal_TopLeftCorner = 0x100006B8
,
UIElementID.button_darkgrey_rollover = 0x100006B9
,
UIElementID.button_darkgrey_rollover_Center = 0x100006BA
,
UIElementID.button_darkgrey_rollover_LeftBorder = 0x100006BB
,
UIElementID.button_darkgrey_rollover_LowLeftCorner = 0x100006BC
,
UIElementID.button_darkgrey_rollover_BottomBorder = 0x100006BD
,
UIElementID.button_darkgrey_rollover_LowRightCorner = 0x100006BE
,
UIElementID.button_darkgrey_rollover_TopRightCorner = 0x100006BF
,
UIElementID.button_darkgrey_rollover_TopBorder = 0x100006C0
,
UIElementID.button_darkgrey_rollover_TopLeftCorner = 0x100006C1
,
UIElementID.button_darkgrey_pressed = 0x100006C2
,
UIElementID.button_darkgrey_pressed_Center = 0x100006C3
,
UIElementID.button_darkgrey_pressed_LeftBorder = 0x100006C4
,
UIElementID.button_darkgrey_pressed_LowLeftCorner = 0x100006C5
,
UIElementID.button_darkgrey_pressed_BottomBorder = 0x100006C6
,
UIElementID.button_darkgrey_pressed_LowRightCorner = 0x100006C7
,
UIElementID.button_darkgrey_pressed_RightBorder = 0x100006C8
,
UIElementID.button_darkgrey_pressed_TopRightCorner = 0x100006C9
,
UIElementID.button_darkgrey_pressed_TopBorder = 0x100006CA
,
UIElementID.button_darkgrey_pressed_TopLeftCorner = 0x100006CB
,
UIElementID.Marker_SelectedOverlay_UIElementID = 0x100006CC
,
UIElementID.RealBeltField = 0x100006CD
,
UIElementID.Belt_MarkerList = 0x100006CE
,
UIElementID.BeltField = 0x100006CF
,
UIElementID.Base_Font_Bold_14_White = 0x100006D0
,
UIElementID.Belt_Marker = 0x100006D1
,
UIElementID.listbox_pale_a = 0x100006D2
,
UIElementID.listbox_pale_a_center = 0x100006D3
,
UIElementID.listbox_pale_a_LeftBorder = 0x100006D4
,
UIElementID.button_box_darkgrey = 0x100006D5
,
UIElementID.button_box_darkgrey_Center = 0x100006D6
,
UIElementID.button_box_darkgrey_LeftBorder = 0x100006D7
,
UIElementID.button_box_darkgrey_LowLeftCorner = 0x100006D8
,
UIElementID.button_box_darkgrey_BottomBorder = 0x100006D9
,
UIElementID.button_box_darkgrey_LowRightCorner = 0x100006DA
,
UIElementID.button_box_darkgrey_RightBorder = 0x100006DB
,
UIElementID.button_box_darkgrey_TopRightCorner = 0x100006DC
,
UIElementID.button_box_darkgrey_TopBorder = 0x100006DD
,
UIElementID.button_box_darkgrey_TopLeftCorner = 0x100006DE
,
UIElementID.Tab_Font_darkgreybutton = 0x100006DF
,
UIElementID.listbox_pale_a_RightBorder = 0x100006E0
,
UIElementID.listbox_pale_a_topborder = 0x100006E1
,
UIElementID.listbox_pale_a_toprightborder = 0x100006E2
,
UIElementID.listbox_pale_a_bottomborder = 0x100006E3
,
UIElementID.listbox_pale_a_bottomleftborder = 0x100006E4
,
UIElementID.listbox_pale_a_bottomrightborder = 0x100006E5
,
UIElementID.HealthBarMeterField = 0x100006E6
,
UIElementID.listbox_pale_a_topleftborder = 0x100006E7
,
UIElementID.TargetedNameTextTemplate = 0x100006E8
,
UIElementID.TargetedHealthBarMeterField = 0x100006E9
,
UIElementID.GuildEffectListBoxField = 0x100006EA
,
UIElementID.GuildEffectListBox = 0x100006EB
,
UIElementID.GuildEffectScrollbar = 0x100006EC
,
UIElementID.GuildEffectScrollbar_Up = 0x100006ED
,
UIElementID.GuildEffectScrollbar_Down = 0x100006EE
,
UIElementID.GuildRankListBoxField = 0x100006EF
,
UIElementID.GuildRankListBox = 0x100006F0
,
UIElementID.GuildRankScrollbar = 0x100006F1
,
UIElementID.GuildRankScrollbar_Up = 0x100006F2
,
UIElementID.GuildRankScrollbar_Down = 0x100006F3
,
UIElementID.GuildEffectEntryField = 0x100006F4
,
UIElementID.GuildRankEntryField = 0x100006F5
,
UIElementID.GuildRankNameValue = 0x100006F6
,
UIElementID.GuildRankLevelValue = 0x100006F7
,
UIElementID.GuildRankPermissionsValue = 0x100006F8
,
UIElementID.CurrencyField = 0x100006F9
,
UIElementID.CopperField = 0x100006FA
,
UIElementID.SilverField = 0x100006FB
,
UIElementID.GoldField = 0x100006FC
,
UIElementID.PlatinumField = 0x100006FD
,
UIElementID.TotalField = 0x100006FE
,
UIElementID.CurrencyName = 0x100006FF
,
UIElementID.Quest_UnderwayJournalList_bkg = 0x10000700
,
UIElementID.Quest_CompletedJournalList_bkg = 0x10000701
,
UIElementID.Quest_FailedJournalList_bkg = 0x10000702
,
UIElementID.GuildRanksLabelField = 0x10000703
,
UIElementID.GuildRanksLabel = 0x10000704
,
UIElementID.GuildRanksField = 0x10000705
,
UIElementID.RealCurrencyField = 0x10000706
,
UIElementID.CurrencyLabel = 0x10000707
,
UIElementID.TrackerLabel = 0x10000708
,
UIElementID.GuildEffectNameLabel = 0x10000709
,
UIElementID.GuildEffectDescriptionLabel = 0x1000070A
,
UIElementID.GuildEffectTimeRemainingLabel = 0x1000070B
,
UIElementID.GuildRankNameLabel = 0x1000070C
,
UIElementID.GuildRankTitleLabel = 0x1000070D
,
UIElementID.GuildRankLevelLabel = 0x1000070E
,
UIElementID.GuildRankPermissionsLabel = 0x1000070F
,
UIElementID.GuildMemberLastLoginLabel = 0x10000710
,
UIElementID.GuildMemberLastLoginValue = 0x10000711
,
UIElementID.GuildMemberLastLogoutLabel = 0x10000712
,
UIElementID.GuildMemberLastLogoutValue = 0x10000713
,
UIElementID.HotInventory_Title_background = 0x10000714
,
UIElementID.HotInventory_background = 0x10000715
,
UIElementID.tab_darkgrey = 0x10000716
,
UIElementID.tab_darkgrey_left = 0x10000717
,
UIElementID.tab_darkgrey_center = 0x10000718
,
UIElementID.tab_darkgrey_right = 0x10000719
,
UIElementID.Advancement_Skill_Marker = 0x1000071A
,
UIElementID.Skill_MarkerList = 0x1000071B
,
UIElementID.HotInventory_Tab2_bkg = 0x1000071C
,
UIElementID.HotInventory_Tab2_images = 0x1000071D
,
UIElementID.HotInventory_Tab1_bkg = 0x1000071E
,
UIElementID.HotInventory_Tab1_images = 0x1000071F
,
UIElementID.HotInventory_Tab3_bkg = 0x10000720
,
UIElementID.HotInventory_Tab3_images = 0x10000721
,
UIElementID.HotInventory_Tab4_bkg = 0x10000722
,
UIElementID.HotInventory_Tab4_images = 0x10000723
,
UIElementID.HotInventory_Tab5_bkg = 0x10000724
,
UIElementID.HotInventory_Tab5_images = 0x10000725
,
UIElementID.HotInventory_Title_Label = 0x10000726
,
UIElementID.tab_rightarrow = 0x10000727
,
UIElementID.button_box_rightarrow = 0x10000728
,
UIElementID.tab_rightarrow_left = 0x10000729
,
UIElementID.tab_rightarrow_center = 0x1000072A
,
UIElementID.tab_rightarrow_right = 0x1000072B
,
UIElementID.button_rightarrow = 0x1000072C
,
UIElementID.button_box_rightarrow_Center = 0x1000072D
,
UIElementID.button_box_rightarrow_LeftBorder = 0x1000072E
,
UIElementID.button_box_rightarrow_LowLeftCorner = 0x1000072F
,
UIElementID.button_box_rightarrow_BottomBorder = 0x10000730
,
UIElementID.button_box_rightarrow_LowRightCorner = 0x10000731
,
UIElementID.button_box_rightarrow_RightBorder = 0x10000732
,
UIElementID.button_box_rightarrow_TopRightCorner = 0x10000733
,
UIElementID.button_box_rightarrow_TopBorder = 0x10000734
,
UIElementID.button_box_rightarrow_TopLeftCorner = 0x10000735
,
UIElementID.button_grey = 0x10000736
,
UIElementID.button_box_grey = 0x10000737
,
UIElementID.button_box_grey_Center = 0x10000738
,
UIElementID.button_box_grey_LeftBorder = 0x10000739
,
UIElementID.button_box_grey_LowLeftCorner = 0x1000073A
,
UIElementID.button_box_grey_BottomBorder = 0x1000073B
,
UIElementID.button_box_grey_LowRightCorner = 0x1000073C
,
UIElementID.button_box_grey_RightBorder = 0x1000073D
,
UIElementID.button_box_grey_TopRightCorner = 0x1000073E
,
UIElementID.button_box_grey_TopBorder = 0x1000073F
,
UIElementID.button_box_grey_TopLeftCorner = 0x10000740
,
UIElementID.SkillScrollbar = 0x10000741
,
UIElementID.SkillScrollbar_Up = 0x10000742
,
UIElementID.SkillScrollbar_Down = 0x10000743
,
UIElementID.BeltScrollbar = 0x10000744
,
UIElementID.BeltScrollbar_Up = 0x10000745
,
UIElementID.BeltScrollbar_Down = 0x10000746
,
UIElementID.button_box_rightarrow_Leftside = 0x10000747
,
UIElementID.button_box_rightarrow_Rightside = 0x10000748
,
UIElementID.button_box_leftarrow = 0x10000749
,
UIElementID.button_box_leftarrow_Center = 0x1000074A
,
UIElementID.button_box_leftarrow_Leftside = 0x1000074B
,
UIElementID.button_box_leftarrow_Rightside = 0x1000074C
,
UIElementID.button_leftarrow = 0x1000074D
,
UIElementID.Shortcut_SlotMarker = 0x1000074E
,
UIElementID.Advancement_TrainerTitle_Bkg = 0x1000074F
,
UIElementID.Advancement_TrainerText_Bkg = 0x10000750
,
UIElementID.Box_screen_01_opaque = 0x10000751
,
UIElementID.Box_screen_01_Dragonmark_Center = 0x10000752
,
UIElementID.Box_screen_01_opaque_Center = 0x10000753
,
UIElementID.Box_screen_01_opaque_LeftBorder = 0x10000754
,
UIElementID.Box_screen_01_opaque_LowLeftCorner = 0x10000755
,
UIElementID.Box_screen_01_opaque_BottomBorder = 0x10000756
,
UIElementID.Box_screen_01_opaque_LowRightCorner = 0x10000757
,
UIElementID.Box_screen_01_opaque_RightBorder = 0x10000758
,
UIElementID.Box_screen_01_opaque_TopRightCorner = 0x10000759
,
UIElementID.Box_screen_01_opaque_TopBorder = 0x1000075A
,
UIElementID.Box_screen_01_opaque_TopLeftCorner = 0x1000075B
,
UIElementID.Advancement_PointsLeft_Label = 0x1000075C
,
UIElementID.Advancement_PointsLeft_Value = 0x1000075D
,
UIElementID.Advancement_PointCost_Label = 0x1000075E
,
UIElementID.Advancement_PointCost_Value = 0x1000075F
,
UIElementID.Advancement_MoneySpent_Label = 0x10000760
,
UIElementID.Advancement_MoneySpent_Value = 0x10000761
,
UIElementID.Advancement_MoneyLeft_Label = 0x10000762
,
UIElementID.Advancement_MoneyLeft_Value = 0x10000763
,
UIElementID.Advancement_Statistics_Text = 0x10000764
,
UIElementID.Advancement_Selection_Stage_Bkg = 0x10000765
,
UIElementID.Advancement_Feat_Marker = 0x10000766
,
UIElementID.Advancement_Feat_CategoryMarker = 0x10000767
,
UIElementID.Feat_MarkerList = 0x10000768
,
UIElementID.FeatSelection_MarkerList = 0x10000769
,
UIElementID.MarkerList_TitleField_bkg = 0x1000076A
,
UIElementID.MarkerList_DataList_bkg = 0x1000076B
,
UIElementID.Advancement_Feat_Markerlist = 0x1000076C
,
UIElementID.Feat_Markerlist_Titlefield_Bkg = 0x1000076D
,
UIElementID.Feat_Markerlist_Titlefield = 0x1000076E
,
UIElementID.Feat_MarkerList_DataList_bkg = 0x1000076F
,
UIElementID.Feat_MarkerList_DataList = 0x10000770
,
UIElementID.Ability_Markerlist_Titlefield_Bkg = 0x10000771
,
UIElementID.Ability_MarkerList_TitleField = 0x10000772
,
UIElementID.Ability_MarkerList_DataList_bkg = 0x10000773
,
UIElementID.Ability_MarkerList_DataList = 0x10000774
,
UIElementID.Class_Markerlist_Titlefield_Bkg = 0x10000775
,
UIElementID.Class_Markerlist_Titlefield = 0x10000776
,
UIElementID.Class_MarkerList_DataList_bkg = 0x10000777
,
UIElementID.Class_MarkerList_DataList = 0x10000778
,
UIElementID.tab_lightgrey = 0x10000779
,
UIElementID.button_box_lightgrey = 0x1000077A
,
UIElementID.tab_lightgrey_left = 0x1000077B
,
UIElementID.tab_lightgrey_center = 0x1000077C
,
UIElementID.tab_lightgrey_right = 0x1000077D
,
UIElementID.CharSpellsButton_Bkg = 0x1000077E
,
UIElementID.CharFeatsButton_Bkg = 0x1000077F
,
UIElementID.CharSkillsButton_Bkg = 0x10000780
,
UIElementID.CharBioButton_Bkg = 0x10000781
,
UIElementID.CharEmptyButton_Bkg = 0x10000782
,
UIElementID.CharSpecialButton_Bkg = 0x10000783
,
UIElementID.Advancement_Feat_Marker_Template = 0x10000784
,
UIElementID.Feat_List_Template = 0x10000785
,
UIElementID.Advancement_Feat_MasterList_Frame = 0x10000786
,
UIElementID.Advancement_Feat_MasterList_Field = 0x10000787
,
UIElementID.Advancement_SpellMarker = 0x10000788
,
UIElementID.Advancement_Spell_Marker = 0x10000789
,
UIElementID.Advancement_SpellFrame = 0x1000078A
,
UIElementID.Advancement_SpellStatistics_Panel = 0x1000078B
,
UIElementID.Advancement_SpellSelection_List = 0x1000078C
,
UIElementID.Spell_MarkerList = 0x1000078D
,
UIElementID.Advancement_SpellLevelMarker = 0x1000078E
,
UIElementID.Advancement_Special_Marker_Template = 0x1000078F
,
UIElementID.Special_List_Template = 0x10000790
,
UIElementID.Advancement_SpecialFrame = 0x10000791
,
UIElementID.Advancement_SpecialStatistics_Panel = 0x10000792
,
UIElementID.Advancement_Special_MasterList_Frame = 0x10000793
,
UIElementID.Advancement_Special_MasterList_Field = 0x10000794
,
UIElementID.SpecialScrollbar = 0x10000795
,
UIElementID.SpecialScrollbar_Up = 0x10000796
,
UIElementID.SpecialScrollbar_Down = 0x10000797
,
UIElementID.Shop_Field = 0x10000798
,
UIElementID.Shop_Base_Frame = 0x10000799
,
UIElementID.Shop_Conversation_Panel = 0x1000079A
,
UIElementID.Shop_TrainerPicture_Panel = 0x1000079B
,
UIElementID.Shop_TrainerTitle_Bkg = 0x1000079C
,
UIElementID.Shop_TrainerTitle_Panel = 0x1000079D
,
UIElementID.Shop_TrainerText_Bkg = 0x1000079E
,
UIElementID.Shop_TrainerText_Panel = 0x1000079F
,
UIElementID.Shop_Statistics_Panel = 0x100007A0
,
UIElementID.Shop_Cost_Panel = 0x100007A1
,
UIElementID.Shop_PointsLeft_Label = 0x100007A2
,
UIElementID.Shop_PointsLeft_Value = 0x100007A3
,
UIElementID.Shop_PointCost_Label = 0x100007A4
,
UIElementID.Shop_PointCost_Value = 0x100007A5
,
UIElementID.Shop_MoneySpent_Label = 0x100007A6
,
UIElementID.Shop_MoneySpent_Value = 0x100007A7
,
UIElementID.Shop_MoneyLeft_Label = 0x100007A8
,
UIElementID.Shop_MoneyLeft_Value = 0x100007A9
,
UIElementID.Shop_Selection_Panel = 0x100007AA
,
UIElementID.Shop_Selection_Stage_Bkg = 0x100007AB
,
UIElementID.Shop_Selection_Stage = 0x100007AC
,
UIElementID.Shop_Selection_NavBar = 0x100007AD
,
UIElementID.Shop_Cancel_Button = 0x100007AE
,
UIElementID.Shop_Cancel_Text = 0x100007AF
,
UIElementID.Shop_Back_Button = 0x100007B0
,
UIElementID.Shop_Back_Text = 0x100007B1
,
UIElementID.Shop_Next_Button = 0x100007B2
,
UIElementID.Shop_Next_Overlay = 0x100007B3
,
UIElementID.Shop_Next_Text = 0x100007B4
,
UIElementID.AdvancementSpellScrollbar = 0x100007B5
,
UIElementID.AdvancementSpellScrollbar_Up = 0x100007B6
,
UIElementID.AdvancementSpellScrollbar_Down = 0x100007B7
,
UIElementID.Shop_VendorPicture_Panel = 0x100007B8
,
UIElementID.Shop_VendorTitle_Bkg = 0x100007B9
,
UIElementID.Shop_VendorTitle_Panel = 0x100007BA
,
UIElementID.Shop_VendorText_Bkg = 0x100007BB
,
UIElementID.Shop_VendorText_Panel = 0x100007BC
,
UIElementID.Shop_Player_ContainerListBox = 0x100007BD
,
UIElementID.Advancement_Summary_Marker_Template = 0x100007BE
,
UIElementID.Advancement_Summary_MasterList_Field = 0x100007BF
,
UIElementID.SummaryScrollbar = 0x100007C0
,
UIElementID.SummaryScrollbar_Up = 0x100007C1
,
UIElementID.SummaryScrollbar_Down = 0x100007C2
,
UIElementID.Advancement_Summary_Text_Template = 0x100007C3
,
UIElementID.Marker_Status_Text = 0x100007C4
,
UIElementID.InventoryItem = 0x100007C5
,
UIElementID.Examine_Weapon_ImbueTypeLabel = 0x100007C6
,
UIElementID.Examine_Weapon_ImbueType = 0x100007C7
,
UIElementID.Examine_Weapon_ImbueAlignLabel = 0x100007C8
,
UIElementID.Examine_Weapon_ImbueAlignment = 0x100007C9
,
UIElementID.EquipmentItem = 0x100007CA
,
UIElementID.ShopItem = 0x100007CB
,
UIElementID.Tab_Font_lightgreybutton = 0x100007CC
,
UIElementID.Examine_Weapon_OnHitLabel = 0x100007CD
,
UIElementID.Examine_Weapon_OnHit = 0x100007CE
,
UIElementID.PropertyMarkerDrag_Entry = 0x100007CF
,
UIElementID.Shop_Sell_Button = 0x100007D0
,
UIElementID.Shop_Sell_Text = 0x100007D1
,
UIElementID.Shop_Buy_Button = 0x100007D2
,
UIElementID.Shop_Buy_Text = 0x100007D3
,
UIElementID.Marker_BackgroundOverlay = 0x100007D4
,
UIElementID.Marker_MiddleOverlay = 0x100007D5
,
UIElementID.Marker_BorderOverlay = 0x100007D6
,
UIElementID.Shop_Vendor_ContainerListBox = 0x100007D7
,
UIElementID.Marker_RepairOverlay = 0x100007D8
,
UIElementID.Shop_Player_ContainerField = 0x100007D9
,
UIElementID.Shop_Vendor_ContainerField = 0x100007DA
,
UIElementID.Button_Arrow_Up_A = 0x100007DB
,
UIElementID.Button_Arrow_Down_A = 0x100007DC
,
UIElementID.QuestMarker_UnfulfilledIcon = 0x100007DD
,
UIElementID.QuestMarker_FulfilledIcon = 0x100007DE
,
UIElementID.QuestMarker_FulfilledIconnn = 0x100007DF
,
UIElementID.button_listbox_pale_a_expander = 0x100007E0
,
UIElementID.button_box_listbox_pale_a_expander = 0x100007E1
,
UIElementID.button_listbox_pale_a_expander_left = 0x100007E2
,
UIElementID.button_listbox_pale_a_expander_center = 0x100007E3
,
UIElementID.button_listbox_pale_a_expander_right = 0x100007E4
,
UIElementID.tab_darkgrey_expander = 0x100007E5
,
UIElementID.Marker_Button = 0x100007E6
,
UIElementID.Script_Font_lightgreybutton = 0x100007E7
,
UIElementID.Marker_Background = 0x100007E8
,
UIElementID.Marker_DetailOverlay = 0x100007E9
,
UIElementID.Marker_WearOverlay = 0x100007EA
,
UIElementID.Marker_Frame = 0x100007EB
,
UIElementID.Shop_Player_Scrollbar = 0x100007EC
,
UIElementID.Shop_Player_Scrollbar_Up = 0x100007ED
,
UIElementID.Shop_Player_Scrollbar_Down = 0x100007EE
,
UIElementID.Shop_Vendor_Scrollbar = 0x100007EF
,
UIElementID.Shop_Vendor_Scrollbar_Up = 0x100007F0
,
UIElementID.Shop_Vendor_Scrollbar_Down = 0x100007F1
,
UIElementID.QuestMarker_Status = 0x100007F2
,
UIElementID.Shop_Player_Listbox_Bkg = 0x100007F3
,
UIElementID.Shop_Vendor_Listbox_Bkg = 0x100007F4
,
UIElementID.Shop_Close_Panel_X = 0x100007F5
,
UIElementID.TrainerViewport_Background = 0x100007F6
,
UIElementID.TrainerViewport = 0x100007F7
,
UIElementID.Examine_Player_StrLabel = 0x100007F8
,
UIElementID.Examine_Player_StrProfile = 0x100007F9
,
UIElementID.Examine_Player_DexLabel = 0x100007FA
,
UIElementID.Examine_Player_DexProfile = 0x100007FB
,
UIElementID.Examine_Player_ConLabel = 0x100007FC
,
UIElementID.Examine_Player_ConProfile = 0x100007FD
,
UIElementID.Examine_Player_IntLabel = 0x100007FE
,
UIElementID.Examine_Player_IntProfile = 0x100007FF
,
UIElementID.Examine_Player_WisLabel = 0x10000800
,
UIElementID.Examine_Player_WisProfile = 0x10000801
,
UIElementID.Examine_Player_ChaLabel = 0x10000802
,
UIElementID.Examine_Player_ChaProfile = 0x10000803
,
UIElementID.Advancement_Selection_Stage_Abilities_Display = 0x10000804
,
UIElementID.Advancement_Selection_Stage_Spells_Display = 0x10000805
,
UIElementID.Advancement_Selection_Stage_Feats_Display = 0x10000806
,
UIElementID.Advancement_Selection_Stage_Skills_Display = 0x10000807
,
UIElementID.Advancement_Selection_Stage_Special_Display = 0x10000808
,
UIElementID.Advancement_Selection_Stage_Summary_Display = 0x10000809
,
UIElementID.Adv_Stage_Abilities_Display_Marker = 0x1000080A
,
UIElementID.Adv_Stage_Spells_Display_Marker = 0x1000080B
,
UIElementID.Adv_Stage_Feats_Display_Marker = 0x1000080C
,
UIElementID.Adv_Stage_Skills_Display_Marker = 0x1000080D
,
UIElementID.Adv_Stage_Special_Display_Marker = 0x1000080E
,
UIElementID.Adv_Stage_Summary_Display_Marker = 0x1000080F
,
UIElementID.Adv_Stage_Display_Listbox = 0x10000810
,
UIElementID.Adv_Stage_Display_Progress_Marker = 0x10000811
,
UIElementID.Adv_Stage_Display_Progress_Text = 0x10000812
,
UIElementID.TopExamine_ExamplePlayer = 0x10000813
,
UIElementID.TopExamine_ItemDefault = 0x10000814
,
UIElementID.TopItemMarker_TitleField = 0x10000815
,
UIElementID.TopExamine_Unknown = 0x10000816
,
UIElementID.Examine_Unknown_Title = 0x10000817
,
UIElementID.Examine_Unknown_IIDLabel = 0x10000818
,
UIElementID.TopExamine_Player = 0x10000819
,
UIElementID.TopExamine_Item = 0x1000081A
,
UIElementID.QuestMarker_AbandonButton = 0x1000081B
,
UIElementID.GuildMembersBkg = 0x1000081C
,
UIElementID.GuildEffectsBkg = 0x1000081D
,
UIElementID.GuildRanksBkg = 0x1000081E
,
UIElementID.FullExamine_Weapon = 0x1000081F
,
UIElementID.FullExamine_Weapon_ValueLabel = 0x10000820
,
UIElementID.FullExamine_Weapon_Value = 0x10000821
,
UIElementID.FullExamine_Weapon_WeightLabel = 0x10000822
,
UIElementID.FullExamine_Weapon_Weight = 0x10000823
,
UIElementID.FullExamine_Weapon_DamageLabel = 0x10000824
,
UIElementID.FullExamine_Weapon_Damage = 0x10000825
,
UIElementID.FullExamine_Weapon_DamageTypeLabel = 0x10000826
,
UIElementID.FullExamine_Weapon_DamageType = 0x10000827
,
UIElementID.FullExamine_Weapon_DurabilityLabel = 0x10000828
,
UIElementID.FullExamine_Weapon_Durability = 0x10000829
,
UIElementID.FullExamine_Weapon_DurabilitySlashLabel = 0x1000082A
,
UIElementID.FullExamine_Weapon_MaxDurability = 0x1000082B
,
UIElementID.FullExamine_Weapon_HardnessLabel = 0x1000082C
,
UIElementID.FullExamine_Weapon_Hardness = 0x1000082D
,
UIElementID.FullExamine_Weapon_ImbueTypeLabel = 0x1000082E
,
UIElementID.FullExamine_Weapon_ImbueType = 0x1000082F
,
UIElementID.FullExamine_Weapon_ImbueAlignLabel = 0x10000830
,
UIElementID.FullExamine_Weapon_ImbueAlignment = 0x10000831
,
UIElementID.FullExamine_Weapon_OnHitLabel = 0x10000832
,
UIElementID.FullExamine_Weapon_OnHit = 0x10000833
,
UIElementID.FullExamine_Weapon_EffectField = 0x10000834
,
UIElementID.TargetExamine_Player = 0x10000835
,
UIElementID.TargetExamine_Item = 0x10000836
,
UIElementID.TargetExamine_Unknown = 0x10000837
,
UIElementID.Examine_Target_IID = 0x10000838
,
UIElementID.Examine_Player_Desc = 0x10000839
,
UIElementID.Item_Description = 0x1000083A
,
UIElementID.TargetExamine_ItemAndDesc = 0x1000083B
,
UIElementID.TargetExamine_Weapon = 0x1000083C
,
UIElementID.ExamineWeapon_DamageType = 0x1000083D
,
UIElementID.ExamineWeapon_Name = 0x1000083E
,
UIElementID.ExamineWeapon_Damage = 0x1000083F
,
UIElementID.TargetExamine_Monster = 0x10000840
,
UIElementID.ExamineMonster_Name = 0x10000841
,
UIElementID.ExamineMonster_Level = 0x10000842
,
UIElementID.Examine_DefaultText = 0x10000843
,
UIElementID.Examine_CellMarker = 0x10000844
,
UIElementID.Examine_CellRowMarkerList = 0x10000845
,
UIElementID.Examine_CellColMarkerList = 0x10000846
,
UIElementID.FullExamine_Generic = 0x10000847
,
UIElementID.FullExamine_Weapon_Inventory = 0x10000848
,
UIElementID.FullExamine_Weapon_Target = 0x10000849
,
UIElementID.FullExamine_Generic_Target = 0x1000084A
,
UIElementID.Compass_Field = 0x1000084B
,
UIElementID.QuestMarker_UnsolvedIcon = 0x1000084C
,
UIElementID.QuestMarker_SolvedIcon = 0x1000084D
,
UIElementID.QuestMarker_AbandonedIcon = 0x1000084E
,
UIElementID.Compass_Listbox = 0x1000084F
,
UIElementID.CompassScrollbar = 0x10000850
,
UIElementID.Compass_Background = 0x10000851
,
UIElementID.CharselectField = 0x10000852
,
UIElementID.SocialField = 0x10000853
,
UIElementID.SocialTitleField = 0x10000854
,
UIElementID.SocialTitleValue = 0x10000855
,
UIElementID.SocialMembersLabelField = 0x10000856
,
UIElementID.SocialMembersLabel = 0x10000857
,
UIElementID.SocialMembersField = 0x10000858
,
UIElementID.SocialMembersBkg = 0x10000859
,
UIElementID.SocialMemberNameLabel = 0x1000085A
,
UIElementID.SocialMemberTitleLabel = 0x1000085B
,
UIElementID.SocialMemberListBoxField = 0x1000085C
,
UIElementID.SocialMemberListBox = 0x1000085D
,
UIElementID.SocialMemberScrollbar = 0x1000085E
,
UIElementID.SocialMemberScrollbar_Up = 0x1000085F
,
UIElementID.SocialMemberScrollbar_Down = 0x10000860
,
UIElementID.SocialMemberEntryField = 0x10000861
,
UIElementID.SocialMemberNameValue = 0x10000862
,
UIElementID.SocialMemberTitleValue = 0x10000863
,
UIElementID.CharSelect_BaseField = 0x10000864
,
UIElementID.CharSelect_CharacterList = 0x10000865
,
UIElementID.CharSelect_CharacterList_Scrollbar = 0x10000866
,
UIElementID.CharSelect_CharacterList_Scrollbar_Up = 0x10000867
,
UIElementID.CharSelect_CharacterList_Scrollbar_Down = 0x10000868
,
UIElementID.CompassFOV = 0x10000869
,
UIElementID.Compass_Indicator_MajorDirection = 0x1000086A
,
UIElementID.CharacterSheetLabel = 0x1000086B
,
UIElementID.CharacterSheetLabelBKG = 0x1000086C
,
UIElementID.CharacterSheetLabelText = 0x1000086D
,
UIElementID.Marker_East = 0x1000086E
,
UIElementID.Scrollbar_02 = 0x1000086F
,
UIElementID.Scrollbar_Up = 0x10000870
,
UIElementID.Scrollbar_Down = 0x10000871
,
UIElementID.CharFeatsList_bkg = 0x10000872
,
UIElementID.CharSkillsList_bkg = 0x10000873
,
UIElementID.CharSpecialsList_bkg = 0x10000874
,
UIElementID.Advancement_Title_Bkg = 0x10000875
,
UIElementID.Advancement_Title_Label = 0x10000876
,
UIElementID.CharSelect_EnterGameButton = 0x10000877
,
UIElementID.CharSelect_EnterGameLabel = 0x10000878
,
UIElementID.CharSelect_NewCharButton = 0x10000879
,
UIElementID.CharSelect_NewCharLabel = 0x1000087A
,
UIElementID.CharSelect_QuitButton = 0x1000087B
,
UIElementID.CharSelect_QuitLabel = 0x1000087C
,
UIElementID.CharSelectButton = 0x1000087D
,
UIElementID.CharSelect_ErrorText = 0x1000087E
,
UIElementID.CharSelect_CharacterNameText = 0x1000087F
,
UIElementID.Compass_Dragbar = 0x10000880
,
UIElementID.Compass_TileBackground = 0x10000881
,
UIElementID.Compass_Indicator_MinorDirection = 0x10000882
,
UIElementID.CharGen_CharacterNameText = 0x10000883
,
UIElementID.CharGen_BaseField = 0x10000884
,
UIElementID.CharGen_CharacterList = 0x10000885
,
UIElementID.CharGen_CharacterList_Scrollbar = 0x10000886
,
UIElementID.CharGen_CancelButton = 0x10000887
,
UIElementID.CharGen_PrevButton = 0x10000888
,
UIElementID.CharGen_NextButton = 0x10000889
,
UIElementID.SocialButton_Remove = 0x1000088A
,
UIElementID.SocialButton_Remove_Label = 0x1000088B
,
UIElementID.SocialButton_Promote = 0x1000088C
,
UIElementID.SocialButton_Promote_Label = 0x1000088D
,
UIElementID.SocialButton_Disband = 0x1000088E
,
UIElementID.SocialButton_Disband_Label = 0x1000088F
,
UIElementID.SocialButton_Rename = 0x10000890
,
UIElementID.SocialButton_Rename_Label = 0x10000891
,
UIElementID.SocialButton_Leave = 0x10000892
,
UIElementID.SocialButton_Leave_Label = 0x10000893
,
UIElementID.SpellsPrepared_Bkg = 0x10000894
,
UIElementID.SocialMemberClassLabel = 0x10000895
,
UIElementID.SocialMemberLevelLabel = 0x10000896
,
UIElementID.Compass_Indicator_Entity = 0x10000897
,
UIElementID.SocialMemberClassValue = 0x10000898
,
UIElementID.SocialMemberLevelValue = 0x10000899
,
UIElementID.SocialLFGListField = 0x1000089A
,
UIElementID.SocialLFGListBkg = 0x1000089B
,
UIElementID.SocialLFGNameLabel = 0x1000089C
,
UIElementID.SocialLFGClassLabel = 0x1000089D
,
UIElementID.SocialLFGLevelLabel = 0x1000089E
,
UIElementID.SocialLFGListBoxField = 0x1000089F
,
UIElementID.SocialLFGListBox = 0x100008A0
,
UIElementID.SocialLFGScrollbar = 0x100008A1
,
UIElementID.SocialLFGScrollbar_Up = 0x100008A2
,
UIElementID.SocialLFGScrollbar_Down = 0x100008A3
,
UIElementID.SocialLFGEntryField = 0x100008A4
,
UIElementID.SocialLFGNameValue = 0x100008A5
,
UIElementID.SocialLFGClassValue = 0x100008A6
,
UIElementID.SocialLFGLevelValue = 0x100008A7
,
UIElementID.SocialButton_LFGOn = 0x100008A8
,
UIElementID.SocialButton_LFGOn_Label = 0x100008A9
,
UIElementID.SocialButton_LFGOff = 0x100008AA
,
UIElementID.SocialButton_LFGOff_Label = 0x100008AB
,
UIElementID.SocialButton_EditSeekingFilter = 0x100008AC
,
UIElementID.SocialButton_EditSeekingFilter_Label = 0x100008AD
,
UIElementID.SocialButton_EditLFGFilter = 0x100008AE
,
UIElementID.SocialButton_EditLFGFilter_Label = 0x100008AF
,
UIElementID.SocialLFGLabel = 0x100008B0
,
UIElementID.SocialButton_LFGFilter = 0x100008B1
,
UIElementID.SocialButton_LFGFilter_Label = 0x100008B2
,
UIElementID.SocialLFPLabel = 0x100008B3
,
UIElementID.SocialLFPListField = 0x100008B4
,
UIElementID.SocialLFPListBkg = 0x100008B5
,
UIElementID.SocialLFPNameLabel = 0x100008B6
,
UIElementID.SocialLFPClassLabel = 0x100008B7
,
UIElementID.SocialLFPLevelLabel = 0x100008B8
,
UIElementID.SocialLFPListBoxField = 0x100008B9
,
UIElementID.SocialLFPListBox = 0x100008BA
,
UIElementID.SocialLFPScrollbar = 0x100008BB
,
UIElementID.SocialLFPScrollbar_Up = 0x100008BC
,
UIElementID.SocialLFPScrollbar_Down = 0x100008BD
,
UIElementID.SocialLFPEntryField = 0x100008BE
,
UIElementID.SocialLFPNameValue = 0x100008BF
,
UIElementID.SocialLFPClassValue = 0x100008C0
,
UIElementID.SocialLFPLevelValue = 0x100008C1
,
UIElementID.LFGLabelField = 0x100008C2
,
UIElementID.LFGLabel = 0x100008C3
,
UIElementID.LFPLabelField = 0x100008C4
,
UIElementID.LFPLabel = 0x100008C5
,
UIElementID.SocialTabField = 0x100008C6
,
UIElementID.SocialMemberClassLevelLabel = 0x100008C7
,
UIElementID.SocialMemberRaceLabel = 0x100008C8
,
UIElementID.SocialLFGClassLevelLabel = 0x100008C9
,
UIElementID.SocialLFGRaceLabel = 0x100008CA
,
UIElementID.SocialLFPClassLevelLabel = 0x100008CB
,
UIElementID.SocialLFPRaceLabel = 0x100008CC
,
UIElementID.SocialMemberClassLevelValue = 0x100008CD
,
UIElementID.SocialMemberRaceValue = 0x100008CE
,
UIElementID.SocialLFGClassLevelValue = 0x100008CF
,
UIElementID.SocialLFGRaceValue = 0x100008D0
,
UIElementID.SocialLFPClassLevelValue = 0x100008D1
,
UIElementID.SocialLFPRaceValue = 0x100008D2
,
UIElementID.MarkerList_Footnote = 0x100008D3
,
UIElementID.ClassSelectButton = 0x100008D4
,
UIElementID.ClassSelect_CharacterNameText = 0x100008D5
,
UIElementID.ClassSelect_BaseField = 0x100008D6
,
UIElementID.LFGField = 0x100008D7
,
UIElementID.LFGListBoxField = 0x100008D8
,
UIElementID.LFGListBox = 0x100008D9
,
UIElementID.LFGScrollbar = 0x100008DA
,
UIElementID.LFGScrollbar_Up = 0x100008DB
,
UIElementID.LFGScrollbar_Down = 0x100008DC
,
UIElementID.LFPListField = 0x100008DD
,
UIElementID.LFPListBkg = 0x100008DE
,
UIElementID.LFPNameLabel = 0x100008DF
,
UIElementID.LFPClassLevelLabel = 0x100008E0
,
UIElementID.LFPRaceLabel = 0x100008E1
,
UIElementID.LFPListBoxField = 0x100008E2
,
UIElementID.LFPListBox = 0x100008E3
,
UIElementID.LFPScrollbar = 0x100008E4
,
UIElementID.LFPScrollbar_Up = 0x100008E5
,
UIElementID.LFPScrollbar_Down = 0x100008E6
,
UIElementID.LFGEntryField = 0x100008E7
,
UIElementID.LFGNameValue = 0x100008E8
,
UIElementID.LFGClassLevelValue = 0x100008E9
,
UIElementID.LFGRaceValue = 0x100008EA
,
UIElementID.LFPEntryField = 0x100008EB
,
UIElementID.LFPNameValue = 0x100008EC
,
UIElementID.LFPClassLevelValue = 0x100008ED
,
UIElementID.LFPRaceValue = 0x100008EE
,
UIElementID.LFGListBkg = 0x100008EF
,
UIElementID.LFGNameLabel = 0x100008F0
,
UIElementID.LFGClassLevelLabel = 0x100008F1
,
UIElementID.LFGRaceLabel = 0x100008F2
,
UIElementID.LFPField = 0x100008F3
,
UIElementID.SocialButton_RemoveMember = 0x100008F4
,
UIElementID.SocialButton_RemoveMember_Label = 0x100008F5
,
UIElementID.SocialButton_PromoteMember = 0x100008F6
,
UIElementID.SocialButton_PromoteMember_Label = 0x100008F7
,
UIElementID.SocialAddMemberEntryField = 0x100008F8
,
UIElementID.SocialButton_AddMember = 0x100008F9
,
UIElementID.SocialButton_AddMember_Label = 0x100008FA
,
UIElementID.SocialButton_SelectClasses = 0x100008FB
,
UIElementID.SocialButton_SelectClasses_Label = 0x100008FC
,
UIElementID.SocialButton_Invite = 0x100008FD
,
UIElementID.SocialButton_Invite_Label = 0x100008FE
,
UIElementID.Under_Construction = 0x100008FF
,
UIElementID.SocialButton = 0x10000900
,
UIElementID.BottomLetterbox_Console_BKG = 0x10000901
,
UIElementID.CharGen_StageLabel = 0x10000902
,
UIElementID.DetailsSelect_BaseField = 0x10000903
,
UIElementID.NameLabel = 0x10000904
,
UIElementID.SocialLabel = 0x10000905
,
UIElementID.CharSelect_Label = 0x10000906
,
UIElementID.SocialScrollbar = 0x10000907
,
UIElementID.Shortcut_Buttons_Frame = 0x10000908
,
UIElementID.Shortcut_Button_1 = 0x10000909
,
UIElementID.Details_BaseField = 0x1000090A
,
UIElementID.Details_NameLabel = 0x1000090B
,
UIElementID.Details_NameEntry = 0x1000090C
,
UIElementID.Shortcut_Button_2 = 0x1000090D
,
UIElementID.Shortcut_Button_3 = 0x1000090E
,
UIElementID.Shortcut_Button_4 = 0x1000090F
,
UIElementID.Shortcut_Button_5 = 0x10000910
,
UIElementID.Shortcut_Button_6 = 0x10000911
,
UIElementID.Shortcut_Button_7 = 0x10000912
,
UIElementID.Shortcut_Button_8 = 0x10000913
,
UIElementID.Shortcut_Button_9 = 0x10000914
,
UIElementID.Shortcut_Button_0 = 0x10000915
,
UIElementID.Details_NameEntryBox = 0x10000916
,
UIElementID.MainMenuButton_Logout = 0x10000917
,
UIElementID.Compass_Foreground_Art = 0x10000918
,
UIElementID.PrevText = 0x10000919
,
UIElementID.NextText = 0x1000091A
,
UIElementID.CancelText = 0x1000091B
,
UIElementID.ColorPicker_Test = 0x1000091C
,
UIElementID.FellowshipMask = 0x1000091D
,
UIElementID.Avatar_BaseField = 0x1000091E
,
UIElementID.Avatar_SelectionViewport = 0x1000091F
,
UIElementID.Avatar_NameLabel = 0x10000920
,
UIElementID.Avatar_DescriptionText = 0x10000921
,
UIElementID.Base_Font_Bold_16 = 0x10000922
,
UIElementID.CharGen_AvatarViewport = 0x10000923
,
UIElementID.AppearanceSelect_BaseField = 0x10000924
,
UIElementID.EyeStyleLeftButton = 0x10000925
,
UIElementID.EyeStyleRightButton = 0x10000926
,
UIElementID.HairStyleLeftButton = 0x10000927
,
UIElementID.HairStyleRightButton = 0x10000928
,
UIElementID.LipStyleLeftButton = 0x10000929
,
UIElementID.LipStyleRightButton = 0x1000092A
,
UIElementID.NoseStyleLeftButton = 0x1000092B
,
UIElementID.NoseStyleRightButton = 0x1000092C
,
UIElementID.ScarStyleLeftButton = 0x1000092D
,
UIElementID.ScarStyleRightButton = 0x1000092E
,
UIElementID.BrowStyleLeftButton = 0x1000092F
,
UIElementID.BrowStyleRightButton = 0x10000930
,
UIElementID.FacialHairStyleLeftButton = 0x10000931
,
UIElementID.FacialHairStyleRightButton = 0x10000932
,
UIElementID.EyeColorLeftButton = 0x10000933
,
UIElementID.EyeColorRightButton = 0x10000934
,
UIElementID.HairColorLeftButton = 0x10000935
,
UIElementID.HairColorRightButton = 0x10000936
,
UIElementID.SkinColorLeftButton = 0x10000937
,
UIElementID.SkinColorRightButton = 0x10000938
,
UIElementID.LipColorLeftButton = 0x10000939
,
UIElementID.LipColorRightButton = 0x1000093A
,
UIElementID.HairStyleLabel = 0x1000093B
,
UIElementID.HairColorLabel = 0x1000093C
,
UIElementID.EyeColorLabel = 0x1000093D
,
UIElementID.EyeStyleLabel = 0x1000093E
,
UIElementID.BrowStyleLabel = 0x1000093F
,
UIElementID.NoseStyleLabel = 0x10000940
,
UIElementID.MouthStyleLabel = 0x10000941
,
UIElementID.MouthColorLabel = 0x10000942
,
UIElementID.ScarStyleLabel = 0x10000943
,
UIElementID.FacialHairLabel = 0x10000944
,
UIElementID.SkinColorLabel = 0x10000945
,
UIElementID.FellowshipBkg = 0x10000946
,
UIElementID.Button_Large_Check = 0x10000947
,
UIElementID.Button_Arrow_Right_A = 0x10000948
,
UIElementID.Button_Arrow_Left_A = 0x10000949
,
UIElementID.Avatar_HumanButton = 0x1000094A
,
UIElementID.Avatar_ElfButton = 0x1000094B
,
UIElementID.Avatar_DwarfButton = 0x1000094C
,
UIElementID.Avatar_HalflingButton = 0x1000094D
,
UIElementID.Avatar_WarforgedButton = 0x1000094E
,
UIElementID.Avatar_MaleButton = 0x1000094F
,
UIElementID.Avatar_FemaleButton = 0x10000950
,
UIElementID.Avatar_NeuterButton = 0x10000951
,
UIElementID.CharSelect_CharacterList_Bkg = 0x10000952
,
UIElementID.Entry_Field_A = 0x10000953
,
UIElementID.Entry_Field_A_center = 0x10000954
,
UIElementID.Entry_Field_A_LeftBorder = 0x10000955
,
UIElementID.Entry_Field_A_RightBorder = 0x10000956
,
UIElementID.Entry_Field_A_topborder = 0x10000957
,
UIElementID.Entry_Field_A_toprightborder = 0x10000958
,
UIElementID.Entry_Field_A_topleftborder = 0x10000959
,
UIElementID.Entry_Field_A_bottomborder = 0x1000095A
,
UIElementID.Entry_Field_A_bottomleftborder = 0x1000095B
,
UIElementID.Entry_Field_A_bottomrightborder = 0x1000095C
,
UIElementID.Details_NameEntry_Bkg = 0x1000095D
,
UIElementID.Avatar_AdminButton = 0x1000095E
,
UIElementID.SocialButton_DisbandParty = 0x1000095F
,
UIElementID.SocialButton_RenameParty = 0x10000960
,
UIElementID.SocialButton_LeaveParty = 0x10000961
,
UIElementID.SocialButton_LFGToggle = 0x10000962
,
UIElementID.SocialButton_LFGFilterToggle = 0x10000963
,
UIElementID.SocialButton_AddWantedMember = 0x10000964
,
UIElementID.SocialButton_RemovePartyMember = 0x10000965
,
UIElementID.SocialButton_PromotePartyMember = 0x10000966
,
UIElementID.SocialButton_InviteToParty = 0x10000967
,
UIElementID.SocialButton_SendJoinRequest = 0x10000968
,
UIElementID.CharSelect_DeleteCharButton = 0x10000969
,
UIElementID.AppearanceChoice_BaseField = 0x1000096A
,
UIElementID.ChoiceLeftButton = 0x1000096B
,
UIElementID.ChoiceRightButton = 0x1000096C
,
UIElementID.ChoiceLabel = 0x1000096D
,
UIElementID.ChoiceList1 = 0x1000096E
,
UIElementID.ChoiceList2 = 0x1000096F
,
UIElementID.AppearanceColorPicker_BaseField = 0x10000970
,
UIElementID.ColorChoice = 0x10000971
,
UIElementID.Button_Med_B = 0x10000972
,
UIElementID.Button_X_Screen = 0x10000973
,
UIElementID.Button_OK_Screen = 0x10000974
,
UIElementID.SocialButton_CreateParty = 0x10000975
,
UIElementID.Button_Hud_Menu_Character = 0x10000976
,
UIElementID.Button_Hud_Menu_Backpack = 0x10000977
,
UIElementID.Button_Hud_Menu_Journal = 0x10000978
,
UIElementID.Button_Hud_Menu_Help = 0x10000979
,
UIElementID.Button_Hud_Menu_Quit = 0x1000097A
,
UIElementID.Button_Hud_Menu_Social = 0x1000097B
,
UIElementID.Hot_Main_Menu_Placement_Frame = 0x1000097C
,
UIElementID.Hot_Main_Menu_Vessel = 0x1000097D
,
UIElementID.Hot_Main_Menu_Collapse_Button = 0x1000097E
,
UIElementID.Hot_Main_Menu_Character_Button = 0x1000097F
,
UIElementID.Hot_Main_Menu_Inventory_Button = 0x10000980
,
UIElementID.Hot_Main_Menu_Quest_Button = 0x10000981
,
UIElementID.Hot_Main_Menu_Social_Button = 0x10000982
,
UIElementID.Hot_Main_Menu_Options_Button = 0x10000983
,
UIElementID.Hot_Main_Menu_Help_Button = 0x10000984
,
UIElementID.Hot_Main_Menu_Quit_Button = 0x10000985
,
UIElementID.Button_HotMainMenu_SecondTeir = 0x10000986
,
UIElementID.Button_Hud_Menu_Expander = 0x10000987
,
UIElementID.Button_Hud_Menu_Options = 0x10000988
,
UIElementID.Hot_Main_Menu_Character_Tier2_Buttons = 0x10000989
,
UIElementID.Hot_Main_Menu_Character_CharacterSheet = 0x1000098A
,
UIElementID.Hot_Main_Menu_Character_Spellbook = 0x1000098B
,
UIElementID.Hot_Main_Menu_Character_Feats = 0x1000098C
,
UIElementID.Hot_Main_Menu_Character_Skills = 0x1000098D
,
UIElementID.Hot_Main_Menu_Character_SpecialAbilities = 0x1000098E
,
UIElementID.Button_HotMainMenu_SecondTier = 0x1000098F
,
UIElementID.MainMenu_Bar_Sizer = 0x10000990
,
UIElementID.MainMenu_Bar_Sizer_Middle = 0x10000991
,
UIElementID.Mainmenu_Bar_Sizer_Left = 0x10000992
,
UIElementID.MainMenu_Bar_Sizer_Right = 0x10000993
,
UIElementID.Hot_Main_Menu_Character_CharacterSheet_Text = 0x10000994
,
UIElementID.Hot_Main_Menu_Character_Spellbook_Text = 0x10000995
,
UIElementID.Hot_Main_Menu_Character_Feats_Text = 0x10000996
,
UIElementID.Hot_Main_Menu_Character_Skills_Text = 0x10000997
,
UIElementID.Hot_Main_Menu_Character_SpecialAbilities_Text = 0x10000998
,
UIElementID.CharGen_RotateRight = 0x10000999
,
UIElementID.CharGen_RotateLeft = 0x1000099A
,
UIElementID.CharGen_Zoom = 0x1000099B
,
UIElementID.ZoomText = 0x1000099C
,
UIElementID.CharGen_RotateLeftButton = 0x1000099D
,
UIElementID.CharGen_ZoomButton = 0x1000099E
,
UIElementID.CharGen_RotateRightButton = 0x1000099F
,
UIElementID.ColorPicker_Test2 = 0x100009A0
,
UIElementID.Hot_Main_Menu_Social_Tier2_Buttons = 0x100009A1
,
UIElementID.Hot_Main_Menu_Social_Guild = 0x100009A2
,
UIElementID.Hot_Main_Menu_Social_Guild_Text = 0x100009A3
,
UIElementID.Hot_Main_Menu_Social_LookingForGroup = 0x100009A4
,
UIElementID.Hot_Main_Menu_Social_LookingForGroup_Text = 0x100009A5
,
UIElementID.footest = 0x100009A6
,
UIElementID.Hot_Panel_Menu_Placement_Frame = 0x100009A7
,
UIElementID.Hot_Panel_Menu_Vessel = 0x100009A8
,
UIElementID.Hot_Panel_Menu_Collapse_Button = 0x100009A9
,
UIElementID.Hot_Panel_Menu_Adventure_Button = 0x100009AA
,
UIElementID.Hot_Panel_Menu_Inventory_Button = 0x100009AB
,
UIElementID.Hot_Panel_Menu_Spellbook_Button = 0x100009AC
,
UIElementID.Hot_Panel_Menu_Effects_Button = 0x100009AD
,
UIElementID.Hot_Panel_Menu_Alerts_Button = 0x100009AE
,
UIElementID.Hot_Panel_Menu_Emotes_Button = 0x100009AF
,
UIElementID.Hot_Panel_Menu_Map_Button = 0x100009B0
,
UIElementID.Button_Hud_Menu_Adventure = 0x100009B1
,
UIElementID.Button_Hud_Menu_Alerts = 0x100009B2
,
UIElementID.Button_Hud_Menu_Effects = 0x100009B3
,
UIElementID.Button_Hud_Menu_Emotes = 0x100009B4
,
UIElementID.Button_Hud_Menu_Inventory = 0x100009B5
,
UIElementID.Button_Hud_Menu_Map = 0x100009B6
,
UIElementID.Button_Hud_Menu_Spellbook = 0x100009B7
,
UIElementID.AppearanceUIElement_BaseField = 0x100009B8
,
UIElementID.AppearanceUIElement_LeftButton = 0x100009B9
,
UIElementID.AppearanceUIElement_RightButton = 0x100009BA
,
UIElementID.AppearanceUIElement_Label = 0x100009BB
,
UIElementID.CharSelect_AvidaTest = 0x100009BC
,
UIElementID.testCharGen_BaseField = 0x100009BD
,
UIElementID.testCharGen_StageLabel = 0x100009BE
,
UIElementID.CharSelect_AvidaTestButton = 0x100009BF
,
UIElementID.CharSelect_AvidaButtonTest = 0x100009C0
,
UIElementID.CharSelect_BigTest = 0x100009C1
,
UIElementID.APRAppearanceUIElement_BaseField = 0x100009C2
,
UIElementID.CompositorAppearanceUIElement_BaseField = 0x100009C3
,
UIElementID.AppearanceUIElement_BaseChild = 0x100009C4
,
UIElementID.CompositorAppearanceChoice_BaseField = 0x100009C5
,
UIElementID.APRAppearanceChoice_BaseField = 0x100009C6
,
UIElementID.CharSelect_NOCode = 0x100009C7
,
UIElementID.CharSelect_testing = 0x100009C8
,
UIElementID.CharSelect_TestingButton = 0x100009C9
,
UIElementID.CharSelect_TestingTestingButton = 0x100009CA
,
UIElementID.CharSelect_TESTBUTTON = 0x100009CB
,
UIElementID.CharSelect_TESTTESTTEST = 0x100009CC
,
UIElementID.CharSelect_Test = 0x100009CD
,
UIElementID.CharSelect_TestB = 0x100009CE
,
UIElementID.CharSelect_TestC = 0x100009CF
,
UIElementID.CharSelect_TestD = 0x100009D0
,
UIElementID.DemoRogueButton = 0x100009D1
,
UIElementID.DemoClericButton = 0x100009D2
,
UIElementID.DemoFighterButton = 0x100009D3
,
UIElementID.DemoWizardButton = 0x100009D4
,
UIElementID.CharSelect_TestAA = 0x100009D5
,
UIElementID.CharSelect_TestAS = 0x100009D6
,
UIElementID.CharSelect_TestAAA = 0x100009D7
,
UIElementID.CharSelect_TestAAB = 0x100009D8
,
UIElementID.CharSelect_TestingAAC = 0x100009D9
,
UIElementID.CharSelect_TestABC = 0x100009DA
,
UIElementID.CharSelect_AvidaButton = 0x100009DB
,
UIElementID.CharSelect_TestAvidaButton = 0x100009DC
,
UIElementID.CharSelect_AvidaAgain = 0x100009DD
,
UIElementID.CharSelect_AvidaButtonTesting = 0x100009DE
,
UIElementID.CharSelect_AvidaS = 0x100009DF
,
UIElementID.CharSelect_TestingAS = 0x100009E0
,
UIElementID.CharSelect_AvidaSTest = 0x100009E1
,
UIElementID.CharSelect_TestTest = 0x100009E2
,
UIElementID.CharSelect_AvidaTest2 = 0x100009E3
,
UIElementID.CharSelect_AvidaTestA = 0x100009E4
,
UIElementID.CharSelect_AvidaTestB = 0x100009E5
,
UIElementID.CharSelect_AvidaTestC = 0x100009E6
,
UIElementID.CharSelect_AvidaTestD = 0x100009E7
,
UIElementID.CharSelect_AvidaTestE = 0x100009E8
,
UIElementID.CharSelect_AvidaTestF = 0x100009E9
,
UIElementID.CharSelect_AvidaTestG = 0x100009EA
,
UIElementID.CharSelect_AvidaTestH = 0x100009EB
,
UIElementID.CharSelect_AvidaTestaa = 0x100009EC
,
UIElementID.CharSelect_AvidaTestab = 0x100009ED
,
UIElementID.CharSelect_AvidaTestac = 0x100009EE
,
UIElementID.CharSelect_AvidaTestad = 0x100009EF
,
UIElementID.CharSelect_AvidaTestae = 0x100009F0
,
UIElementID.CharSelect_AvidaTestaf = 0x100009F1
,
UIElementID.CharSelect_AvidaTestag = 0x100009F2
,
UIElementID.CharSelect_AvidaTestah = 0x100009F3
,
UIElementID.CharSelect_AvidaTestaj = 0x100009F4
,
UIElementID.CharSelect_AvidaTestak = 0x100009F5
,
UIElementID.CharSelect_AvidaTestal = 0x100009F6
,
UIElementID.CharSelect_AvidaTestam = 0x100009F7
,
UIElementID.CharSelect_AvidaTestan = 0x100009F8
,
UIElementID.CharSelect_AvidaTestao = 0x100009F9
,
UIElementID.CharSelect_AvidaTestz = 0x100009FA
,
UIElementID.CharSelect_NewAvidaButton = 0x100009FB
,
UIElementID.CharSelect_AvidaTesty = 0x100009FC
,
UIElementID.CharSelect_AvidaIsGettingTesty = 0x100009FD
,
UIElementID.CharSelect_AvidaIsTesty = 0x100009FE
,
UIElementID.CharSelect_AvidaAvida = 0x100009FF
,
UIElementID.CharSelect_AvidaIsTestier = 0x10000A00
,
UIElementID.CharSelect_AvidaInsert1 = 0x10000A01
,
UIElementID.CharSelect_AvidaInsert2 = 0x10000A02
,
UIElementID.CloakSlot = 0x10000A03
,
UIElementID.BraceletSlot = 0x10000A04
,
UIElementID.TrinketSlot = 0x10000A05
,
UIElementID.HotInventory_CloakSlot = 0x10000A06
,
UIElementID.HotInventory_BraceletSlot = 0x10000A07
,
UIElementID.HotInventory_TrinketSlot = 0x10000A08
,
UIElementID.CharSelect_AvidaTestXYZ = 0x10000A09
,
UIElementID.EyesSlot = 0x10000A0A
,
UIElementID.HotInventory_EyesSlot = 0x10000A0B
,
UIElementID.CharSelect_AvidaTestFinal = 0x10000A0C
,
UIElementID.CharSelect_AvidaTestFinale = 0x10000A0D
,
UIElementID.CharSelect_AvidaSTestCode = 0x10000A0E
,
UIElementID.CharSelect_AvidaSTestCode2 = 0x10000A0F
,
UIElementID.CharSelect_newRootElement = 0x10000A10
,
UIElementID.CharSelect_NewRootelement2 = 0x10000A11
,
UIElementID.CharSelect_NewChildElement = 0x10000A12
,
UIElementID.CharSelect_NewChildElement_ = 0x10000A13
,
UIElementID.CharSelect_AnotherchildEleemtnCode = 0x10000A14
,
UIElementID.CharSelect_Temp = 0x10000A15
,
UIElementID.button_spellbook_lvl_expander = 0x10000A16
,
UIElementID.button_spellbook_lvl_expander_left = 0x10000A17
,
UIElementID.button_spellbook_lvl_expander_center = 0x10000A18
,
UIElementID.button_spellbook_lvl_expander_right = 0x10000A19
,
UIElementID.CharSelect_TestingSTuff = 0x10000A1A
,
UIElementID.Expand_button_text = 0x10000A1B
,
UIElementID.Finger1Slot = 0x10000A1C
,
UIElementID.Finger2Slot = 0x10000A1D
,
UIElementID.WristsSlot = 0x10000A1E
,
UIElementID.NeckSlot = 0x10000A1F
,
UIElementID.HotInventory_Finger1Slot = 0x10000A20
,
UIElementID.HotInventory_Finger2Slot = 0x10000A21
,
UIElementID.HotInventory_WristsSlot = 0x10000A22
,
UIElementID.HotInventory_NeckSlot = 0x10000A23
,
UIElementID.CharSelect_ParentTest = 0x10000A24
,
UIElementID.CharSelect_ChildTest = 0x10000A25
,
UIElementID.CharSelect_ChildTestAgain = 0x10000A26
,
UIElementID.CharSelect_ChildButtonGray = 0x10000A27
,
UIElementID.CharSelect_AvidaButtonGray = 0x10000A28
,
UIElementID.CharSelect_AvidaButtonMisc = 0x10000A29
,
UIElementID.CharSelect_CharacterListChild = 0x10000A2A
,
UIElementID.CharSelect_EnterGameButtonChild = 0x10000A2B
,
UIElementID.Tab_Spellbook_Class = 0x10000A2C
,
UIElementID.CharSelect_ChildTest01 = 0x10000A2D
,
UIElementID.CharSelect_ChildTest02 = 0x10000A2E
,
UIElementID.CharSelect_ChildTest03 = 0x10000A2F
,
UIElementID.CharSelect_ChildTest04 = 0x10000A30
,
UIElementID.CharSelect_SiblingTest01 = 0x10000A31
,
UIElementID.DemoSorcererButton = 0x10000A32
,
UIElementID.CharSelect_SibTest01 = 0x10000A33
,
UIElementID.Tab_Inv_Pack_A = 0x10000A34
,
UIElementID.Tab_Inv_Pack_B = 0x10000A35
,
UIElementID.Tab_Inv_Pack_c = 0x10000A36
,
UIElementID.Tab_Inv_Pack_d = 0x10000A37
,
UIElementID.Tab_Inv_Pack_e = 0x10000A38
,
UIElementID.Inventory_Label = 0x10000A39
,
UIElementID.Inventory_Label_Text = 0x10000A3A
,
UIElementID.Backpack_Label = 0x10000A3B
,
UIElementID.BackPack_Label_Text = 0x10000A3C
,
UIElementID.Shortcut_Bars_Label = 0x10000A3D
,
UIElementID.Shortcut_Bars_Label_Text = 0x10000A3E
,
UIElementID.Purse_Label = 0x10000A3F
,
UIElementID.Purse_Label_Text = 0x10000A40
,
UIElementID.Equipment_Label = 0x10000A41
,
UIElementID.Equipment_Label_Text = 0x10000A42
,
UIElementID.Book_Panel = 0x10000A43
,
UIElementID.Book_TitleField = 0x10000A44
,
UIElementID.Book_IconField = 0x10000A45
,
UIElementID.Book_Background = 0x10000A46
,
UIElementID.Book_DataList = 0x10000A47
,
UIElementID.Book_Title_Background = 0x10000A48
,
UIElementID.Book_Title_Label = 0x10000A49
,
UIElementID.Book_Title = 0x10000A4A
,
UIElementID.Book_Text = 0x10000A4B
,
UIElementID.BookScrollbar = 0x10000A4C
,
UIElementID.BookScrollbar_Up = 0x10000A4D
,
UIElementID.BookScrollbar_Down = 0x10000A4E
,
UIElementID.Book_TitleBar = 0x10000A4F
,
UIElementID.Book_TitleBar_Background = 0x10000A50
,
UIElementID.Book_TitleBar_Label = 0x10000A51
,
UIElementID.Book_TitleBar_Icon = 0x10000A52
,
UIElementID.Book_TitleBar_Text = 0x10000A53
,
UIElementID.Book_TitleBar_ToggleInstruction = 0x10000A54
,
UIElementID.Book_Toggle_Hint = 0x10000A55
,
UIElementID.PopupMenu_Arrow = 0x10000A56
,
UIElementID.HotQuestJournal_Toggle_Hint = 0x10000A57
,
UIElementID.Fellow_Target_Indicator = 0x10000A58
,
UIElementID.SpecialAction_RMB_Action = 0x10000A59
,
UIElementID.SpecialAction_RMB_Target = 0x10000A5A
,
UIElementID.BottomLetterbox_ShortcutsButtons = 0x10000A5B
,
UIElementID.BottomLetterbox_ShortcutBarNumber = 0x10000A5C
,
UIElementID.Shop_Close_Button = 0x10000A5D
,
UIElementID.DemoBarbarianButton = 0x10000A5E
,
UIElementID.DemoLabel = 0x10000A5F
,
UIElementID.Inv_Coins_Art = 0x10000A60
,
UIElementID.Death_BackgroundField = 0x10000A61
,
UIElementID.Death_Bkg = 0x10000A62
,
UIElementID.Button_Expander_Quest = 0x10000A63
,
UIElementID.Button_Expander_Quest_States = 0x10000A64
,
UIElementID.Button_Expander_Quest_Left = 0x10000A65
,
UIElementID.Button_Expander_Quest_Center = 0x10000A66
,
UIElementID.Button_Expander_Quest_Right = 0x10000A67
,
UIElementID.DeathButton_Release = 0x10000A68
,
UIElementID.DeathText_Field = 0x10000A69
,
UIElementID.DeathText_Background = 0x10000A6A
,
UIElementID.Death_Image = 0x10000A6B
,
UIElementID.DeathText = 0x10000A6C
,
UIElementID.DeathUI = 0x10000A6D
,
UIElementID.Death_Field = 0x10000A6E
,
UIElementID.Base_Font_Demi_16 = 0x10000A6F
,
UIElementID.Base_Font_Demi_15 = 0x10000A70
,
UIElementID.Base_Font_Bold_15 = 0x10000A71
,
UIElementID.Spell_Prepare_Hint_Text = 0x10000A72
,
UIElementID.Class_Tabs_Bkg = 0x10000A73
,
UIElementID.DeathExplanationText = 0x10000A74
,
UIElementID.Button_Ok_Temp = 0x10000A75
,
UIElementID.Button_No_Temp = 0x10000A76
,
UIElementID.Button_Yes_Temp = 0x10000A77
,
UIElementID.PartyInvite_Field = 0x10000A78
,
UIElementID.PartyInvite_Bkg = 0x10000A79
,
UIElementID.PartyInviteButton_Accept = 0x10000A7A
,
UIElementID.PartyInvite_Image = 0x10000A7B
,
UIElementID.PartyInviteText_Field = 0x10000A7C
,
UIElementID.PartyInviteText_Background = 0x10000A7D
,
UIElementID.PartyInviteText = 0x10000A7E
,
UIElementID.PartyInviteExplanationText = 0x10000A7F
,
UIElementID.PartyInviteButton_Decline = 0x10000A80
,
UIElementID.Avatar_DescriptionText_Bkg = 0x10000A81
,
UIElementID.GuildPageField = 0x10000A82
,
UIElementID.MainSocialField = 0x10000A83
,
UIElementID.SocialPage = 0x10000A84
,
UIElementID.GuildPage = 0x10000A85
,
UIElementID.SocialPageField = 0x10000A86
,
UIElementID.SocialPageLabelField = 0x10000A87
,
UIElementID.SocialPageLabel = 0x10000A88
,
UIElementID.GuildPageLabelField = 0x10000A89
,
UIElementID.GuildPageLabel = 0x10000A8A
,
UIElementID.ChatField = 0x10000A8B
,
UIElementID.RealManaBarField = 0x10000A8C
,
UIElementID.ForegroundManaMeter = 0x10000A8D
,
UIElementID.BackgroundManaMeter = 0x10000A8E
,
UIElementID.ManaText = 0x10000A8F
,
UIElementID.ManaBar = 0x10000A90
,
UIElementID.Tooltip_Font = 0x10000A91
,
UIElementID.ChatChannels_Listbox = 0x10000A92
,
UIElementID.DyeMapAppearanceUIElement_BaseField = 0x10000A93
,
UIElementID.DyeMapAppearanceChoice_BaseField = 0x10000A94
,
UIElementID.Base_Font_Demi_16_White = 0x10000A95
,
UIElementID.Base_Font_Bold_16_White = 0x10000A96
,
UIElementID.Test_ColorPicker = 0x10000A97
,
UIElementID.Chat_Marker = 0x10000A98
,
UIElementID.Chat_MarkerList = 0x10000A99
,
UIElementID.ChatWindows_MarkerList = 0x10000A9A
,
UIElementID.ChatChannels_MarkerList = 0x10000A9B
,
UIElementID.ChatChannels_Dragbar = 0x10000A9C
,
UIElementID.tab_Bio_Art = 0x10000A9D
,
UIElementID.tab_lightgrey_bio = 0x10000A9E
,
UIElementID.tab_lightgrey_feats = 0x10000A9F
,
UIElementID.tab_feats_Art = 0x10000AA0
,
UIElementID.tab_lightgrey_skills = 0x10000AA1
,
UIElementID.tab_skills_Art = 0x10000AA2
,
UIElementID.tab_lightgrey_spells = 0x10000AA3
,
UIElementID.tab_spells_Art = 0x10000AA4
,
UIElementID.tab_lightgrey_special = 0x10000AA5
,
UIElementID.tab_special_Art = 0x10000AA6
,
UIElementID.CharSelect_Background = 0x10000AA7
,
UIElementID.ChoiceList3 = 0x10000AA8
,
UIElementID.CharSelect_ButtonsField = 0x10000AA9
,
UIElementID.WantedClasses_Field = 0x10000AAA
,
UIElementID.WantedClasses_Bkg = 0x10000AAB
,
UIElementID.WantedClassesButton_Sorceror = 0x10000AAC
,
UIElementID.Sorceror_LabelField = 0x10000AAD
,
UIElementID.Sorceror_Label = 0x10000AAE
,
UIElementID.WantedClassesButton_Bard = 0x10000AAF
,
UIElementID.Bard_LabelField = 0x10000AB0
,
UIElementID.WantedClassesButton_Barbarian = 0x10000AB1
,
UIElementID.Barbarian_LabelField = 0x10000AB2
,
UIElementID.WantedClassesButton_Ranger = 0x10000AB3
,
UIElementID.Ranger_LabelField = 0x10000AB4
,
UIElementID.WantedClassesButton_Paladin = 0x10000AB5
,
UIElementID.Paladin_LabelField = 0x10000AB6
,
UIElementID.WantedClassesButton_Cleric = 0x10000AB7
,
UIElementID.Cleric_LabelField = 0x10000AB8
,
UIElementID.WantedClassesButton_Rogue = 0x10000AB9
,
UIElementID.Rogue_LabelField = 0x10000ABA
,
UIElementID.WantedClassesButton_Wizard = 0x10000ABB
,
UIElementID.Wizard_LabelField = 0x10000ABC
,
UIElementID.WantedClassesButton_Fighter = 0x10000ABD
,
UIElementID.Fighter_LabelField = 0x10000ABE
,
UIElementID.WantedClassesButton_SelectAll = 0x10000ABF
,
UIElementID.WantedClassesButton_Cancel = 0x10000AC0
,
UIElementID.WantedClasses_Image = 0x10000AC1
,
UIElementID.WantedClassesText_Field = 0x10000AC2
,
UIElementID.WantedClassesText_Background = 0x10000AC3
,
UIElementID.WantedClassesText = 0x10000AC4
,
UIElementID.WantedClassesExplanationText = 0x10000AC5
,
UIElementID.Panel_Hud_A_Drag_Resize = 0x10000AC6
,
UIElementID.Panel_Hud_A_Northwest = 0x10000AC7
,
UIElementID.Panel_Hud_A_Dragbar_Northwest = 0x10000AC8
,
UIElementID.Panel_Hud_A_Dragbar_North = 0x10000AC9
,
UIElementID.Panel_Hud_A_Dragbar_Northeast = 0x10000ACA
,
UIElementID.Panel_Hud_A_Norteast = 0x10000ACB
,
UIElementID.Panel_Hud_A_West = 0x10000ACC
,
UIElementID.Panel_Hud_A_Center = 0x10000ACD
,
UIElementID.Panel_Hud_A_East = 0x10000ACE
,
UIElementID.Panel_Hud_A_Southwest = 0x10000ACF
,
UIElementID.Panel_Hud_A_South = 0x10000AD0
,
UIElementID.Panel_Hud_A_Southeast = 0x10000AD1
,
UIElementID.Panel_Hud_A_Deco_Northwest = 0x10000AD2
,
UIElementID.Panel_Hud_A_Deco_Southeast = 0x10000AD3
,
UIElementID.Panel_Hud_A_Drag = 0x10000AD4
,
UIElementID.Panel_Hud_A = 0x10000AD5
,
UIElementID.WantedClasses_FakeBkg = 0x10000AD6
,
UIElementID.SelectClassesDialog = 0x10000AD7
,
UIElementID.SelectClassesDialogField = 0x10000AD8
,
UIElementID.Panel_Hud_A_Help_Button = 0x10000AD9
,
UIElementID.Panel_Hud_A_Close_X = 0x10000ADA
,
UIElementID.SelectClasses_FakeBkg = 0x10000ADB
,
UIElementID.WantedClassesButton_Accept = 0x10000ADC
,
UIElementID.CreateParty_Text = 0x10000ADD
,
UIElementID.DisbandParty_Text = 0x10000ADE
,
UIElementID.RenameParty_Text = 0x10000ADF
,
UIElementID.LeaveParty_Text = 0x10000AE0
,
UIElementID.LFGToggle_Text = 0x10000AE1
,
UIElementID.LFGFilter_Text = 0x10000AE2
,
UIElementID.WantedClassesButton_Sorcerer = 0x10000AE3
,
UIElementID.button_small_screen = 0x10000AE4
,
UIElementID.button_small_screen_c = 0x10000AE5
,
UIElementID.button_small_screen_w = 0x10000AE6
,
UIElementID.button_small_screen_sw = 0x10000AE7
,
UIElementID.button_small_screen_s = 0x10000AE8
,
UIElementID.button_small_screen_se = 0x10000AE9
,
UIElementID.button_small_screen_e = 0x10000AEA
,
UIElementID.button_small_screen_ne = 0x10000AEB
,
UIElementID.button_small_screen_N = 0x10000AEC
,
UIElementID.button_small_screen_nw = 0x10000AED
,
UIElementID.AddWantedMember_Text = 0x10000AEE
,
UIElementID.SelectClasses_Text = 0x10000AEF
,
UIElementID.RemovePartyMember_Text = 0x10000AF0
,
UIElementID.PromotePartyMember_Text = 0x10000AF1
,
UIElementID.InviteToParty_Text = 0x10000AF2
,
UIElementID.SendJoinRequest_Text = 0x10000AF3
,
UIElementID.Social_Bkg = 0x10000AF4
,
UIElementID.ChatChannelScrollbar = 0x10000AF5
,
UIElementID.ChatChannelScrollbar_Up = 0x10000AF6
,
UIElementID.ChatChannelScrollbar_Down = 0x10000AF7
,
UIElementID.Panel_Hud_A_Northeast = 0x10000AF8
,
UIElementID.Chest_Field = 0x10000AF9
,
UIElementID.Chest_Base_Frame = 0x10000AFA
,
UIElementID.Chest_Close_Button = 0x10000AFB
,
UIElementID.Chest_Conversation_Panel = 0x10000AFC
,
UIElementID.Chest_VendorPicture_Panel = 0x10000AFD
,
UIElementID.Chest_VendorTitle_Bkg = 0x10000AFE
,
UIElementID.Chest_VendorTitle_Panel = 0x10000AFF
,
UIElementID.Chest_ContainerField = 0x10000B00
,
UIElementID.Chest_Listbox_Bkg = 0x10000B01
,
UIElementID.Chest_ContainerListBox = 0x10000B02
,
UIElementID.Chest_Scrollbar = 0x10000B03
,
UIElementID.Chest_Scrollbar_Up = 0x10000B04
,
UIElementID.Chest_Scrollbar_Down = 0x10000B05
,
UIElementID.Chest_Selection_NavBar = 0x10000B06
,
UIElementID.Chest_Container_Panel = 0x10000B07
,
UIElementID.Chest_Container_Bkg = 0x10000B08
,
UIElementID.Chest_Container_Field = 0x10000B09
,
UIElementID.Chest_Container_Footer = 0x10000B0A
,
UIElementID.PartyJoinRequest_Field = 0x10000B0B
,
UIElementID.PartyJoinRequest_Bkg = 0x10000B0C
,
UIElementID.PartyJoinRequestButton_Decline = 0x10000B0D
,
UIElementID.PartyJoinRequestButton_Accept = 0x10000B0E
,
UIElementID.PartyJoinRequest_Image = 0x10000B0F
,
UIElementID.PartyJoinRequestText_Field = 0x10000B10
,
UIElementID.PartyJoinRequestText_Background = 0x10000B11
,
UIElementID.PartyJoinRequestText = 0x10000B12
,
UIElementID.PartyJoinRequestExplanationText = 0x10000B13
,
UIElementID.Chest_Container_Header = 0x10000B14
,
UIElementID.Chest_Container_Listbox_Bkg = 0x10000B15
,
UIElementID.Chest_Container_ListBox = 0x10000B16
,
UIElementID.Chest_BackgroundField = 0x10000B17
,
UIElementID.Chest_background = 0x10000B18
,
UIElementID.Chest_Title_background = 0x10000B19
,
UIElementID.Chest_Title_Label = 0x10000B1A
,
UIElementID.Chest_Background_Field = 0x10000B1B
,
UIElementID.LFPClassLabel = 0x10000B1C
,
UIElementID.LFPLevelLabel = 0x10000B1D
,
UIElementID.LFPClassValue = 0x10000B1E
,
UIElementID.LFPLevelValue = 0x10000B1F
,
UIElementID.CharBio_Bkg = 0x10000B20
,
UIElementID.SocialButton_RemoveWantAd = 0x10000B21
,
UIElementID.RemoveWantAd_Text = 0x10000B22
,
UIElementID.Chat_TextEntry = 0x10000B23
,
UIElementID.Ability_BaseField = 0x10000B24
,
UIElementID.Ability_DescriptionText_Bkg = 0x10000B25
,
UIElementID.CharSelect_TestTile = 0x10000B26
,
UIElementID.ChatWindows_Dragbar = 0x10000B27
,
UIElementID.ChatWindowScrollbar = 0x10000B28
,
UIElementID.ChatWindowScrollbar_Up = 0x10000B29
,
UIElementID.ChatWindowScrollbar_Down = 0x10000B2A
,
UIElementID.CharSelect_TileTest = 0x10000B2B
,
UIElementID.Ability_PurchaseItem = 0x10000B2C
,
UIElementID.Ability_PurchaseItem_Label = 0x10000B2D
,
UIElementID.Ability_PurchaseItem_Value = 0x10000B2E
,
UIElementID.Ability_PurchaseItem_ModValue = 0x10000B2F
,
UIElementID.Ability_PurchaseItem_Desc = 0x10000B30
,
UIElementID.Ability_PurchaseItem_Cost = 0x10000B31
,
UIElementID.Ability_PurchaseItem_IncButton = 0x10000B32
,
UIElementID.Ability_PurchaseItem_DecButton = 0x10000B33
,
UIElementID.Ability_Purchase_STR = 0x10000B34
,
UIElementID.Ability_Purchase_DEX = 0x10000B35
,
UIElementID.Bank_Field = 0x10000B36
,
UIElementID.Bank_background = 0x10000B37
,
UIElementID.Bank_Title_background = 0x10000B38
,
UIElementID.Bank_Title_Label = 0x10000B39
,
UIElementID.Bank_Container_Field = 0x10000B3A
,
UIElementID.Bank_Container_ListBox = 0x10000B3B
,
UIElementID.Ability_Purchase_CON = 0x10000B3C
,
UIElementID.Ability_Purchase_INT = 0x10000B3D
,
UIElementID.Ability_Purchase_WIS = 0x10000B3E
,
UIElementID.Ability_Purchase_CHA = 0x10000B3F
,
UIElementID.AbilityBuyUIElement = 0x10000B40
,
UIElementID.AbilityBuyUIElement_Label = 0x10000B41
,
UIElementID.AbilityBuyUIElement_DecButton = 0x10000B42
,
UIElementID.AbilityBuyUIElement_Value = 0x10000B43
,
UIElementID.AbilityBuyUIElement_IncButton = 0x10000B44
,
UIElementID.AbilityBuyUIElement_Cost = 0x10000B45
,
UIElementID.AbilityBuyUIElement_ModValue = 0x10000B46
,
UIElementID.AbilityBuyUIElement_Desc = 0x10000B47
,
UIElementID.AbilityBuyUIElement_Score = 0x10000B48
,
UIElementID.RealSpellBarField = 0x10000B49
,
UIElementID.ForegroundSPMeter = 0x10000B4A
,
UIElementID.BackgroundSPMeter = 0x10000B4B
,
UIElementID.SPText = 0x10000B4C
,
UIElementID.SpellBar = 0x10000B4D
,
UIElementID.Resurrect_Field = 0x10000B4E
,
UIElementID.Resurrect_Bkg = 0x10000B4F
,
UIElementID.ResurrectButton_Release = 0x10000B50
,
UIElementID.Resurrect_Image = 0x10000B51
,
UIElementID.ResurrectText_Field = 0x10000B52
,
UIElementID.ResurrectText_Background = 0x10000B53
,
UIElementID.ResurrectText = 0x10000B54
,
UIElementID.ResurrectExplanationText = 0x10000B55
,
UIElementID.ResurrectButton_Accept = 0x10000B56
,
UIElementID.ResurrectButton_Decline = 0x10000B57
,
UIElementID.XPPenalty_Value = 0x10000B58
,
UIElementID.Button_Plus_Right = 0x10000B59
,
UIElementID.Button_Minus_Left = 0x10000B5A
,
UIElementID.Ability_StatLabel = 0x10000B5B
,
UIElementID.Ability_PointsLabel = 0x10000B5C
,
UIElementID.Ability_Points = 0x10000B5D
,
UIElementID.Ability_PointCostLabel = 0x10000B5E
,
UIElementID.Ability_ModLabel = 0x10000B5F
,
UIElementID.Trade_Field = 0x10000B60
,
UIElementID.Trade_background = 0x10000B61
,
UIElementID.Trade_Title_background = 0x10000B62
,
UIElementID.Trade_Title_Label = 0x10000B63
,
UIElementID.Trade_Container_Field = 0x10000B64
,
UIElementID.Trade_Container_ListBox = 0x10000B65
,
UIElementID.CharSkills_ColumnLabels = 0x10000B66
,
UIElementID.ColumnOne_NameLabel = 0x10000B67
,
UIElementID.ColumnOne_RankLabel = 0x10000B68
,
UIElementID.ColumnTwo_NameLabel = 0x10000B69
,
UIElementID.ColumnTwo_RankLabel = 0x10000B6A
,
UIElementID.tab_darkgrey_small = 0x10000B6B
,
UIElementID.CharSheet_UnpreparedSpellMarker = 0x10000B6C
,
UIElementID.CharSheet_PreparedSpellMarker = 0x10000B6D
,
UIElementID.CharSheet_PrepareButton = 0x10000B6E
,
UIElementID.Chat_TextEntry_Bkg = 0x10000B6F
,
UIElementID.Markerlist_Bkg = 0x10000B70
,
UIElementID.BaseOptionsField = 0x10000B71
,
UIElementID.OptionsButtonToggle = 0x10000B72
,
UIElementID.OptionsTabPanel = 0x10000B73
,
UIElementID.GraphicsOptionsTab = 0x10000B74
,
UIElementID.GraphicsOptionsText = 0x10000B75
,
UIElementID.GraphicsOptionsPage = 0x10000B76
,
UIElementID.AdvancedGraphicsOptionsTab = 0x10000B77
,
UIElementID.AdvancedGraphicsOptionsText = 0x10000B78
,
UIElementID.AdvancedGraphicsOptionsPage = 0x10000B79
,
UIElementID.SoundOptionsTab = 0x10000B7A
,
UIElementID.SoundOptionsText = 0x10000B7B
,
UIElementID.SoundOptionsPage = 0x10000B7C
,
UIElementID.InputOptionsTab = 0x10000B7D
,
UIElementID.InputOptionsText = 0x10000B7E
,
UIElementID.InputOptionsPage = 0x10000B7F
,
UIElementID.UIOptionsTab = 0x10000B80
,
UIElementID.UIOptionsText = 0x10000B81
,
UIElementID.UIOptionsPage = 0x10000B82
,
UIElementID.ActionKeyMapOptionsTab = 0x10000B83
,
UIElementID.ActionKeyMapOptionsText = 0x10000B84
,
UIElementID.ActionKeyMapOptionsPage = 0x10000B85
,
UIElementID.OptionPageTemplate = 0x10000B86
,
UIElementID.OptionPageTemplateListbox = 0x10000B87
,
UIElementID.OptionPageTemplateScrollbar = 0x10000B88
,
UIElementID.OptionPageTemplateScrollUpButton = 0x10000B89
,
UIElementID.OptionPageTemplateScrollDownButton = 0x10000B8A
,
UIElementID.RevertButton = 0x10000B8B
,
UIElementID.RevertButtonLabel = 0x10000B8C
,
UIElementID.DefaultButton = 0x10000B8D
,
UIElementID.DefaultButtonLabel = 0x10000B8E
,
UIElementID.CheckboxTemplate = 0x10000B8F
,
UIElementID.CheckboxTemplateLabel = 0x10000B90
,
UIElementID.CheckboxTemplateButton = 0x10000B91
,
UIElementID.SliderTemplate = 0x10000B92
,
UIElementID.SliderTemplateLabel = 0x10000B93
,
UIElementID.SliderTemplateDynamicLabel = 0x10000B94
,
UIElementID.SliderTemplateScrollbar = 0x10000B95
,
UIElementID.SliderBackground = 0x10000B96
,
UIElementID.SliderTemplateButtonLeft = 0x10000B97
,
UIElementID.SliderTemplateButtonRight = 0x10000B98
,
UIElementID.MenuTemplate = 0x10000B99
,
UIElementID.MenuTemplateLabel = 0x10000B9A
,
UIElementID.MenuTemplateMenu = 0x10000B9B
,
UIElementID.ChatOptionTemplate = 0x10000B9C
,
UIElementID.ChatOptionLabel = 0x10000B9D
,
UIElementID.ChatOptionFontMenu = 0x10000B9E
,
UIElementID.ChatOptionColorMenu = 0x10000B9F
,
UIElementID.ActionKeyMapTemplate = 0x10000BA0
,
UIElementID.ActionKeyMapButton = 0x10000BA1
,
UIElementID.ActionKeyMapLabel = 0x10000BA2
,
UIElementID.ActionKeyMapBind1 = 0x10000BA3
,
UIElementID.ActionKeyMapBind2 = 0x10000BA4
,
UIElementID.ActionKeyMapClearButton = 0x10000BA5
,
UIElementID.CharGen_Feat_Marker_Template = 0x10000BA6
,
UIElementID.Feat_BaseField = 0x10000BA7
,
UIElementID.CharGen_Feat_MasterList_Frame = 0x10000BA8
,
UIElementID.CharGen_Feat_MasterList_Field = 0x10000BA9
,
UIElementID.CharGen_Feat_List_Template = 0x10000BAA
,
UIElementID.CharGen_Feat_BaseField = 0x10000BAB
,
UIElementID.Menu_01 = 0x10000BAC
,
UIElementID.Menu_01_SelectionBackground = 0x10000BAD
,
UIElementID.Menu_01_SelectionDisplay = 0x10000BAE
,
UIElementID.Menu_01_SelectionWidget = 0x10000BAF
,
UIElementID.Menu_01_PopupField = 0x10000BB0
,
UIElementID.Menu_01_PopupListBox = 0x10000BB1
,
UIElementID.Menu_01_UpButton = 0x10000BB2
,
UIElementID.Menu_01_Scrollbar = 0x10000BB3
,
UIElementID.Menu_01_DownButton = 0x10000BB4
,
UIElementID.Menu_01_PopupItem = 0x10000BB5
,
UIElementID.ChatDisplay = 0x10000BB6
,
UIElementID.ChatTabs_Field = 0x10000BB7
,
UIElementID.ChatTabs_MarkerList = 0x10000BB8
,
UIElementID.Trade_Partner_Container_Field = 0x10000BB9
,
UIElementID.Trade_Partner_Container_ListBox = 0x10000BBA
,
UIElementID.Box_gold = 0x10000BBB
,
UIElementID.Box_Gold_Center = 0x10000BBC
,
UIElementID.Box_gold_LeftBorder = 0x10000BBD
,
UIElementID.Box_gold_LowLeftCorner = 0x10000BBE
,
UIElementID.Box_gold_BottomBorder = 0x10000BBF
,
UIElementID.Box_gold_LowRightCorner = 0x10000BC0
,
UIElementID.Box_gold_RightBorder = 0x10000BC1
,
UIElementID.Box_gold_TopRightCorner = 0x10000BC2
,
UIElementID.Box_gold_TopBorder = 0x10000BC3
,
UIElementID.Box_gold_TopLeftCorner = 0x10000BC4
,
UIElementID.CharGen_Viewport_Bkg = 0x10000BC5
,
UIElementID.ChatTabs = 0x10000BC6
,
UIElementID.button_green = 0x10000BC7
,
UIElementID.button_box_green = 0x10000BC8
,
UIElementID.button_box_green_Center = 0x10000BC9
,
UIElementID.button_box_green_LeftBorder = 0x10000BCA
,
UIElementID.button_box_green_LowLeftCorner = 0x10000BCB
,
UIElementID.button_box_green_BottomBorder = 0x10000BCC
,
UIElementID.button_box_green_LowRightCorner = 0x10000BCD
,
UIElementID.button_box_green_RightBorder = 0x10000BCE
,
UIElementID.button_box_green_TopRightCorner = 0x10000BCF
,
UIElementID.button_box_green_TopBorder = 0x10000BD0
,
UIElementID.button_box_green_TopLeftCorner = 0x10000BD1
,
UIElementID.DyeMapAppearanceLargeUIElement_BaseField = 0x10000BD2
,
UIElementID.DyeMapAppearanceLargeChoice_BaseField = 0x10000BD3
,
UIElementID.ChatTab_Marker = 0x10000BD4
,
UIElementID.ClassSelect_DescriptionText = 0x10000BD5
,
UIElementID.ClassSelect_DescriptionText_Bkg = 0x10000BD6
,
UIElementID.Trade_Accept_Button = 0x10000BD7
,
UIElementID.Trade_Partner_Accept_Button = 0x10000BD8
,
UIElementID.PortalActivate_Field = 0x10000BD9
,
UIElementID.PortalActivate_Bkg = 0x10000BDA
,
UIElementID.PortalActivateButton_Decline = 0x10000BDB
,
UIElementID.PortalActivateButton_Accept = 0x10000BDC
,
UIElementID.PortalActivate_Image = 0x10000BDD
,
UIElementID.PortalActivateText_Field = 0x10000BDE
,
UIElementID.PortalActivateText_Background = 0x10000BDF
,
UIElementID.PortalActivateText = 0x10000BE0
,
UIElementID.PortalActivateExplanationText = 0x10000BE1
,
UIElementID.MapField = 0x10000BE2
,
UIElementID.MapMoveBar = 0x10000BE3
,
UIElementID.MapCloseButton = 0x10000BE4
,
UIElementID.MapZoomOutButton = 0x10000BE5
,
UIElementID.MapZoomInButton = 0x10000BE6
,
UIElementID.LockToPlayerField = 0x10000BE7
,
UIElementID.DescriptionField = 0x10000BE8
,
UIElementID.MapEdgeShadow = 0x10000BE9
,
UIElementID.MapLegend = 0x10000BEA
,
UIElementID.WorldMapDisplay = 0x10000BEB
,
UIElementID.MapRegion1 = 0x10000BEC
,
UIElementID.ScrollMapDisplay = 0x10000BED
,
UIElementID.RealLockToPlayerField = 0x10000BEE
,
UIElementID.LockToPlayerButton = 0x10000BEF
,
UIElementID.LockToPlayerText = 0x10000BF0
,
UIElementID.MarkerTemplate = 0x10000BF1
,
UIElementID.MTButton = 0x10000BF2
,
UIElementID.PlayerMarker = 0x10000BF3
,
UIElementID.RealScrollMapDisplay = 0x10000BF4
,
UIElementID.PlayerZoomMapField = 0x10000BF5
,
UIElementID.RegionZoomMapField = 0x10000BF6
,
UIElementID.RegionMapField = 0x10000BF7
,
UIElementID.RealMapRegion1 = 0x10000BF8
,
UIElementID.DirectionArrow = 0x10000BF9
,
UIElementID.Map_Out = 0x10000BFA
,
UIElementID.Map_In = 0x10000BFB
,
UIElementID.Button_Checkbox_03 = 0x10000BFC
,
UIElementID.FieldValueLarge = 0x10000BFD
,
UIElementID.FieldLabelSmall = 0x10000BFE
,
UIElementID.CharGen_Skill_Marker = 0x10000BFF
,
UIElementID.CharGen_Skill_BaseField = 0x10000C00
,
UIElementID.CharGen_Skill_MarkerList = 0x10000C01
,
UIElementID.ChatTab_ButtonLeft = 0x10000C02
,
UIElementID.ChatTab_ButtonRight = 0x10000C03
,
UIElementID.Trade_Partner_Currency_Field = 0x10000C04
,
UIElementID.Trade_Currency_Field = 0x10000C05
,
UIElementID.Currency_Label = 0x10000C06
,
UIElementID.Currency_Label_Text = 0x10000C07
,
UIElementID.Button_Arrow_Left_Small = 0x10000C08
,
UIElementID.Button_Arrow_Right_Small = 0x10000C09
,
UIElementID.Stack_Quantity = 0x10000C0A
,
UIElementID.Stack_Amount = 0x10000C0B
,
UIElementID.DockButton = 0x10000C0C
,
UIElementID.ColorChoice_Bkg = 0x10000C0D
,
UIElementID.Tracker_Copper_Field = 0x10000C0E
,
UIElementID.Tracker_Label_Text = 0x10000C0F
,
UIElementID.Tracker_Abbrev_Text = 0x10000C10
,
UIElementID.Tracker_Silver_Field = 0x10000C11
,
UIElementID.Tracker_Gold_Field = 0x10000C12
,
UIElementID.Tracker_Platinum_Field = 0x10000C13
,
UIElementID.SubRegion1 = 0x10000C14
,
UIElementID.SubRegion2 = 0x10000C15
,
UIElementID.RealSubRegion1 = 0x10000C16
,
UIElementID.RealSubRegion2 = 0x10000C17
,
UIElementID.ZoomMapField = 0x10000C18
,
UIElementID.SubRegionMapField = 0x10000C19
,
UIElementID.RegionMapDisplay = 0x10000C1A
,
UIElementID.CharGen_SpellLevelMarker = 0x10000C1B
,
UIElementID.CharGen_Spell_Marker = 0x10000C1C
,
UIElementID.CharGen_Spell_BaseField = 0x10000C1D
,
UIElementID.CharGen_SpellSelection_MarkerList = 0x10000C1E
,
UIElementID.CharGen_SpellLevelMarker_Status_Text = 0x10000C1F
,
UIElementID.testing = 0x10000C20
,
UIElementID.Magic_Untargeted = 0x10000C21
,
UIElementID.Magic_InvalidTarget = 0x10000C22
,
UIElementID.Magic_OutOfRangeTarget = 0x10000C23
,
UIElementID.Friendly_Untargeted = 0x10000C24
,
UIElementID.Friendly_OutOfRangeTarget = 0x10000C25
,
UIElementID.Ranged_Untargeted = 0x10000C26
,
UIElementID.Magic_Targeted = 0x10000C27
,
UIElementID.Friendly_Targeted = 0x10000C28
,
UIElementID.Ranged_Targeted = 0x10000C29
,
UIElementID.Hint_Grab = 0x10000C2A
,
UIElementID.Hint_Conversation = 0x10000C2B
,
UIElementID.Hint_Door = 0x10000C2C
,
UIElementID.Hint_Use = 0x10000C2D
,
UIElementID.Hint_Grab_Ghosted = 0x10000C2E
,
UIElementID.Hint_Conversation_Ghosted = 0x10000C2F
,
UIElementID.Hint_Door_Ghosted = 0x10000C30
,
UIElementID.Hint_Use_Ghosted = 0x10000C31
,
UIElementID.Title_Font_30 = 0x10000C32
,
UIElementID.Title_Font_24 = 0x10000C33
,
UIElementID.Title_Font_20 = 0x10000C34
,
UIElementID.Title_Font_18 = 0x10000C35
,
UIElementID.Font_lightgreybutton = 0x10000C36
,
UIElementID.CharGen_Viewport_Normal_Placemarker = 0x10000C37
,
UIElementID.CharGen_Viewport_Appearance_Placemarker = 0x10000C38
,
UIElementID.Dice_Field = 0x10000C39
,
UIElementID.Dice_background = 0x10000C3A
,
UIElementID.Dice_Title_background = 0x10000C3B
,
UIElementID.Dice_Title_Label = 0x10000C3C
,
UIElementID.Dice_Display = 0x10000C3D
,
UIElementID.Dice_Display_Background = 0x10000C3E
,
UIElementID.Dice_Display_Subject = 0x10000C3F
,
UIElementID.Dice_D20_Result = 0x10000C40
,
UIElementID.Dice_D20 = 0x10000C41
,
UIElementID.Dice_D20_Background = 0x10000C42
,
UIElementID.Dice_D20_Roll = 0x10000C43
,
UIElementID.Dice_D20_Bonus = 0x10000C44
,
UIElementID.Dice_Display_Result = 0x10000C45
,
UIElementID.CharGen_Appearance_RandomizeButton = 0x10000C46
,
UIElementID.CharGen_Appearance_RandomizeButton_Text = 0x10000C47
,
UIElementID.texttest1 = 0x10000C48
,
UIElementID.texttest2 = 0x10000C49
,
UIElementID.RadarForeground = 0x10000C4A
,
UIElementID.RadarBackground = 0x10000C4B
,
UIElementID.MapDisplay = 0x10000C4C
,
UIElementID.MapBackground = 0x10000C4D
,
UIElementID.MapForeground = 0x10000C4E
,
UIElementID.RadarField = 0x10000C4F
,
UIElementID.ProgressField = 0x10000C50
,
UIElementID.ProgressUIElement = 0x10000C51
,
UIElementID.ProgressUIElement_Label = 0x10000C52
,
UIElementID.ProgressUIElement_Meter = 0x10000C53
,
UIElementID.CharSelect_MenuTest = 0x10000C54
,
UIElementID.ProgressTest1 = 0x10000C55
,
UIElementID.ProgressTest2 = 0x10000C56
,
UIElementID.Details_AlignmentLabel = 0x10000C57
,
UIElementID.Details_AlignmentMenu = 0x10000C58
,
UIElementID.DrainTest = 0x10000C59
,
UIElementID.FillTest = 0x10000C5A
,
UIElementID.Bkg = 0x10000C5B
,
UIElementID.FocusOrb = 0x10000C5C
,
UIElementID.FocusOrb_Bkg = 0x10000C5D
,
UIElementID.FocusOrb_Frg = 0x10000C5E
,
UIElementID.Error_Bar = 0x10000C5F
,
UIElementID.shortcutsbar_increment = 0x10000C60
,
UIElementID.shortcutsbar_decrement = 0x10000C61
,
UIElementID.CharStatsButton = 0x10000C62
,
UIElementID.CharStatsButtonText = 0x10000C63
,
UIElementID.Hud_Menu_Vessel = 0x10000C64
,
UIElementID.Hud_Menu_Collapse_Button = 0x10000C65
,
UIElementID.Hud_Menu_Character_Button = 0x10000C66
,
UIElementID.Hud_Menu_Inventory_Button = 0x10000C67
,
UIElementID.Hud_Menu_Quest_Button = 0x10000C68
,
UIElementID.Hud_Menu_Social_Button = 0x10000C69
,
UIElementID.Hud_Menu_Options_Button = 0x10000C6A
,
UIElementID.Hud_Menu_Help_Button = 0x10000C6B
,
UIElementID.Hud_Menu_Quit_Button = 0x10000C6C
,
UIElementID.CharStats_Bkg = 0x10000C6D
,
UIElementID.Bio_AvatarViewport = 0x10000C6E
,
UIElementID.Saves_Label = 0x10000C6F
,
UIElementID.Abilities_Label = 0x10000C70
,
UIElementID.CharStats_ResistancesLabel = 0x10000C71
,
UIElementID.Charstats_ResistanceAcid_Label = 0x10000C72
,
UIElementID.Charstats_ResistanceCold_Label = 0x10000C73
,
UIElementID.Charstats_ResistanceElectric_Label = 0x10000C74
,
UIElementID.Charstats_ResistanceFire_Label = 0x10000C75
,
UIElementID.Charstats_ResistanceSonic_Label = 0x10000C76
,
UIElementID.Charstats_ResistanceAcid_Value = 0x10000C77
,
UIElementID.Charstats_ResistanceCold_Value = 0x10000C78
,
UIElementID.Charstats_ResistanceElectric_Value = 0x10000C79
,
UIElementID.Charstats_ResistanceFire_Value = 0x10000C7A
,
UIElementID.Charstats_ResistanceSonic_Value = 0x10000C7B
,
UIElementID.DialogTextTemplate = 0x10000C7C
,
UIElementID.Vitals = 0x10000C7D
,
UIElementID.Chat_TextEntry_Prefix = 0x10000C7E
,
UIElementID.test = 0x10000C7F
,
UIElementID.PropertyTextUIElement = 0x10000C80
,
UIElementID.DMTextBillboard = 0x10000C81
,
UIElementID.Target_Name = 0x10000C82
,
UIElementID.CharStats_SpellResistance = 0x10000C83
,
UIElementID.FellowspellBarMeter = 0x10000C84
,
UIElementID.dragbar = 0x10000C85
,
UIElementID.FellowClass = 0x10000C86
,
UIElementID.PlayerPropertyTextUIElement = 0x10000C87
,
UIElementID.box_lvl1_fade = 0x10000C88
,
UIElementID.box_lvl1_fade_Center = 0x10000C89
,
UIElementID.box_lvl1_fade_LeftBorder = 0x10000C8A
,
UIElementID.box_lvl1_fade_LowLeftCorner = 0x10000C8B
,
UIElementID.box_lvl1_fade_BottomBorder = 0x10000C8C
,
UIElementID.box_lvl1_fade_LowRightCorner = 0x10000C8D
,
UIElementID.box_lvl1_fade_RightBorder = 0x10000C8E
,
UIElementID.box_lvl1_fade_TopRightCorner = 0x10000C8F
,
UIElementID.box_lvl1_fade_TopBorder = 0x10000C90
,
UIElementID.box_lvl1_fade_TopLeftCorner = 0x10000C91
,
UIElementID.box_lvl2 = 0x10000C92
,
UIElementID.box_lvl2_Center = 0x10000C93
,
UIElementID.box_lvl2_LeftBorder = 0x10000C94
,
UIElementID.box_lvl2_LowLeftCorner = 0x10000C95
,
UIElementID.box_lvl2_BottomBorder = 0x10000C96
,
UIElementID.box_lvl2_LowRightCorner = 0x10000C97
,
UIElementID.box_lvl2_RightBorder = 0x10000C98
,
UIElementID.box_lvl2_TopRightCorner = 0x10000C99
,
UIElementID.box_lvl2_TopBorder = 0x10000C9A
,
UIElementID.box_lvl2_TopLeftCorner = 0x10000C9B
,
UIElementID.tab_lvl2_small = 0x10000C9C
,
UIElementID.tab_lvl2_small_box = 0x10000C9D
,
UIElementID.tab_lvl2_small_left = 0x10000C9E
,
UIElementID.tab_lvl2_small_center = 0x10000C9F
,
UIElementID.tab_lvl2_small_right = 0x10000CA0
,
UIElementID.DemoFemaleHalflingRogueButton = 0x10000CA1
,
UIElementID.DemoFemaleHumanClericButton = 0x10000CA2
,
UIElementID.DemoMaleDwarfFighterButton = 0x10000CA3
,
UIElementID.DemoWarforgedBarbarianButton = 0x10000CA4
,
UIElementID.DemoMaleElfSorcererButton = 0x10000CA5
,
UIElementID.DemoFemaleHumanSorcererButton = 0x10000CA6
,
UIElementID.DemoMaleHumanRogueButton = 0x10000CA7
,
UIElementID.DemoMaleDwarfClericButton = 0x10000CA8
,
UIElementID.DMText = 0x10000CA9
,
UIElementID.Inventory_Field = 0x10000CAA
,
UIElementID.Inventory_background = 0x10000CAB
,
UIElementID.Inventory_Title_background = 0x10000CAC
,
UIElementID.Inventory_Title_Label = 0x10000CAD
,
UIElementID.Inventory_ContainerField = 0x10000CAE
,
UIElementID.Inventory_ContainerListBox = 0x10000CAF
,
UIElementID.Inventory_BackpackTabField = 0x10000CB0
,
UIElementID.Inventory_Tab1 = 0x10000CB1
,
UIElementID.Inventory_Tab1_images = 0x10000CB2
,
UIElementID.Inventory_Tab2 = 0x10000CB3
,
UIElementID.Inventory_Tab2_images = 0x10000CB4
,
UIElementID.Inventory_Tab3 = 0x10000CB5
,
UIElementID.Inventory_Tab3_images = 0x10000CB6
,
UIElementID.Inventory_Tab4 = 0x10000CB7
,
UIElementID.Inventory_Tab4_images = 0x10000CB8
,
UIElementID.Inventory_Tab5 = 0x10000CB9
,
UIElementID.Inventory_Tab5_images = 0x10000CBA
,
UIElementID.Inventory_SlotField = 0x10000CBB
,
UIElementID.Inventory_Weapon1Slot = 0x10000CBC
,
UIElementID.Inventory_Weapon2Slot = 0x10000CBD
,
UIElementID.Inventory_HeadSlot = 0x10000CBE
,
UIElementID.Inventory_EyesSlot = 0x10000CBF
,
UIElementID.Inventory_ArmorSlot = 0x10000CC0
,
UIElementID.Inventory_CloakSlot = 0x10000CC1
,
UIElementID.Inventory_Finger1Slot = 0x10000CC2
,
UIElementID.Inventory_Finger2Slot = 0x10000CC3
,
UIElementID.Inventory_WristsSlot = 0x10000CC4
,
UIElementID.Inventory_TrinketSlot = 0x10000CC5
,
UIElementID.Inventory_NeckSlot = 0x10000CC6
,
UIElementID.Inventory_HandsSlot = 0x10000CC7
,
UIElementID.Inventory_WaistSlot = 0x10000CC8
,
UIElementID.Inventory_FeetSlot = 0x10000CC9
,
UIElementID.Inventory_AmmoSlot = 0x10000CCA
,
UIElementID.Inventory_EncumbranceField = 0x10000CCB
,
UIElementID.FeatBkg = 0x10000CCC
,
UIElementID.ScrollDownButton_small_fade = 0x10000CCD
,
UIElementID.ScrollUpButton_small_fade = 0x10000CCE
,
UIElementID.scrollbar_small_fade = 0x10000CCF
,
UIElementID.Tab_Small_Font = 0x10000CD0
,
UIElementID.CharDragBar = 0x10000CD1
,
UIElementID.Spellbook_bkg = 0x10000CD2
,
UIElementID.CharCloseButton = 0x10000CD3
,
UIElementID.RadarChildField = 0x10000CD4
,
UIElementID.box_lvl1 = 0x10000CD5
,
UIElementID.MiniExamine_Generic = 0x10000CD6
,
UIElementID.MiniExamination_Name = 0x10000CD7
,
UIElementID.MiniExamination_Info = 0x10000CD8
,
UIElementID.MiniExamination_Generic = 0x10000CD9
,
UIElementID.MiniExamination_Icon = 0x10000CDA
,
UIElementID.MiniExaminationUIElement = 0x10000CDB
,
UIElementID.MiniExamination = 0x10000CDC
,
UIElementID.ShortcutsBar = 0x10000CDD
,
UIElementID.ShortcutsButtons = 0x10000CDE
,
UIElementID.ShortcutBarNumber = 0x10000CDF
,
UIElementID.Target_ChallengeRating = 0x10000CE0
,
UIElementID.ExaminationDisplay = 0x10000CE1
,
UIElementID.ExaminationUIElement = 0x10000CE2
,
UIElementID.Examination_Generic = 0x10000CE3
,
UIElementID.Examination_Name = 0x10000CE4
,
UIElementID.Examination_Info = 0x10000CE5
,
UIElementID.Examination_Icon = 0x10000CE6
,
UIElementID.Target_HealthMeter = 0x10000CE7
,
UIElementID.Examination_DragBar = 0x10000CE8
,
UIElementID.Examination_Bkg = 0x10000CE9
,
UIElementID.Examination_Close = 0x10000CEA
,
UIElementID.Target_SpellMeter = 0x10000CEB
,
UIElementID.Examination_OtherDisplays = 0x10000CEC
,
UIElementID.Examination_List = 0x10000CED
,
UIElementID.Shortcut_Dragbar = 0x10000CEE
,
UIElementID.Target_HealthText = 0x10000CEF
,
UIElementID.Target_SpellText = 0x10000CF0
,
UIElementID.Panel = 0x10000CF1
,
UIElementID.DurabilityUIElement = 0x10000CF2
,
UIElementID.Examination_Durability = 0x10000CF3
,
UIElementID.Durability_Text = 0x10000CF4
,
UIElementID.Durability_Meter = 0x10000CF5
,
UIElementID.RadarDragBar = 0x10000CF6
,
UIElementID.HudVessel_DragBar = 0x10000CF7
,
UIElementID.gui2_button_basic_medium = 0x10000CF8
,
UIElementID.gui2_button_basic_medium_box = 0x10000CF9
,
UIElementID.gui2_button_basic_medium_Center = 0x10000CFA
,
UIElementID.gui2_button_basic_medium_w = 0x10000CFB
,
UIElementID.gui2_button_basic_medium_n = 0x10000CFC
,
UIElementID.gui2_button_basic_medium_s = 0x10000CFD
,
UIElementID.gui2_button_basic_medium_e = 0x10000CFE
,
UIElementID.gui2_button_basic_medium_nw = 0x10000CFF
,
UIElementID.gui2_button_basic_medium_sw = 0x10000D00
,
UIElementID.gui2_button_basic_medium_ne = 0x10000D01
,
UIElementID.gui2_button_basic_medium_se = 0x10000D02
,
UIElementID.Hud_Menu_Map = 0x10000D03
,
UIElementID.Hud_Menu_Map_Button = 0x10000D04
,
UIElementID.Dice_DragBar = 0x10000D05
,
UIElementID.Durability_Bkg = 0x10000D06
,
UIElementID.DragBar_Standard = 0x10000D07
,
UIElementID.Target_Viewport = 0x10000D08
,
UIElementID.box_metal_frame = 0x10000D09
,
UIElementID.box_metal_frame_LeftBorder = 0x10000D0A
,
UIElementID.box_metal_frame_LowLeftCorner = 0x10000D0B
,
UIElementID.box_metal_frame_BottomBorder = 0x10000D0C
,
UIElementID.box_metal_frame_LowRightCorner = 0x10000D0D
,
UIElementID.box_metal_frame_RightBorder = 0x10000D0E
,
UIElementID.box_metal_frame_TopRightCorner = 0x10000D0F
,
UIElementID.box_metal_frame_TopBorder = 0x10000D10
,
UIElementID.box_metal_frame_TopLeftCorner = 0x10000D11
,
UIElementID.DemoFemaleHalflingRogue_Frame = 0x10000D12
,
UIElementID.DemoFemaleHumanClericButton_Frame = 0x10000D13
,
UIElementID.DemoMaleDwarfFighter_Frame = 0x10000D14
,
UIElementID.DemoWarforgedBarbarian_Frame = 0x10000D15
,
UIElementID.DemoMaleElfSorcerer_Frame = 0x10000D16
,
UIElementID.DemoFemaleHumanSorcerer_Frame = 0x10000D17
,
UIElementID.DemoMaleDwarfCleric_Frame = 0x10000D18
,
UIElementID.DemoMaleHumanRogue_Frame = 0x10000D19
,
UIElementID.DemoFemaleHalflingRogue_Label = 0x10000D1A
,
UIElementID.DemoFemaleHumanClericButton_Label = 0x10000D1B
,
UIElementID.DemoMaleDwarfFighter_Label = 0x10000D1C
,
UIElementID.DemoWarforgedBarbarian_Label = 0x10000D1D
,
UIElementID.DemoMaleElfSorcerer_Label = 0x10000D1E
,
UIElementID.DemoFemaleHumanSorcerer_Label = 0x10000D1F
,
UIElementID.DemoMaleDwarfCleric_Label = 0x10000D20
,
UIElementID.DemoMaleHumanRogue_Label = 0x10000D21
,
UIElementID.Hud_Menu_Button_Field = 0x10000D22
,
UIElementID.DemoFemaleHalflingRogue_Image = 0x10000D23
,
UIElementID.DemoFemaleHalflingRogue_Vessel = 0x10000D24
,
UIElementID.DemoFemaleHumanCleric_Label = 0x10000D25
,
UIElementID.DemoFemaleHumanCleric_Image = 0x10000D26
,
UIElementID.DemoMaleDwarfFighter_Image = 0x10000D27
,
UIElementID.DemoWarforgedBarbarian_Image = 0x10000D28
,
UIElementID.DemoMaleElfSorcerer_Image = 0x10000D29
,
UIElementID.DemoFemaleHumanSorcerer_Image = 0x10000D2A
,
UIElementID.DemoMaleDwarfCleric_Image = 0x10000D2B
,
UIElementID.DemoMaleHumanRogue_Image = 0x10000D2C
,
UIElementID.box_lvl1_metal = 0x10000D2D
,
UIElementID.box_lvl1_metal_Center = 0x10000D2E
,
UIElementID.box_lvl1_metal_LeftBorder = 0x10000D2F
,
UIElementID.box_lvl1_metal_LowLeftCorner = 0x10000D30
,
UIElementID.box_lvl1_metal_BottomBorder = 0x10000D31
,
UIElementID.box_lvl1_metal_LowRightCorner = 0x10000D32
,
UIElementID.box_lvl1_metal_RightBorder = 0x10000D33
,
UIElementID.box_lvl1_metal_TopRightCorner = 0x10000D34
,
UIElementID.box_lvl1_metal_TopBorder = 0x10000D35
,
UIElementID.box_lvl1_metal_TopLeftCorner = 0x10000D36
,
UIElementID.DemoFemaleHumanCleric_Vessel = 0x10000D37
,
UIElementID.DemoFemaleHumanCleric_Frame = 0x10000D38
,
UIElementID.DemoMaleDwarfFighter_Vessel = 0x10000D39
,
UIElementID.DemoWarforgedBarbarian_Vessel = 0x10000D3A
,
UIElementID.DemoMaleElfSorcerer_Vessel = 0x10000D3B
,
UIElementID.DemoFemaleHumanSorcerer_Vessel = 0x10000D3C
,
UIElementID.DemoMaleDwarfCleric_Vessel = 0x10000D3D
,
UIElementID.DemoMaleHumanRogue_Vessel = 0x10000D3E
,
UIElementID.ExaminationLayout_Durability = 0x10000D3F
,
UIElementID.ExaminationDisplay_Durability = 0x10000D40
,
UIElementID.gui2_box_lvl1_graphic = 0x10000D41
,
UIElementID.gui2_box_lvl1_graphic_n = 0x10000D42
,
UIElementID.gui2_box_lvl1_graphic_s = 0x10000D43
,
UIElementID.gui2_box_lvl1_graphic_e = 0x10000D44
,
UIElementID.gui2_box_lvl1_graphic_w = 0x10000D45
,
UIElementID.gui2_button_arrowup_small = 0x10000D46
,
UIElementID.gui2_button_arrowdown_small = 0x10000D47
,
UIElementID.gui2_tab_medium = 0x10000D48
,
UIElementID.gui2_scrollbar_01 = 0x10000D49
,
UIElementID.Details_Bkg = 0x10000D4A
,
UIElementID.Details_Panel = 0x10000D4B
,
UIElementID.gui2_Label_Font_22 = 0x10000D4C
,
UIElementID.ExamPropDispUIElement = 0x10000D4D
,
UIElementID.box_lvl0_metal = 0x10000D4E
,
UIElementID.box_lvl0_metal_Center = 0x10000D4F
,
UIElementID.box_lvl0_metal_LeftBorder = 0x10000D50
,
UIElementID.box_lvl0_metal_LowLeftCorner = 0x10000D51
,
UIElementID.box_lvl0_metal_BottomBorder = 0x10000D52
,
UIElementID.box_lvl0_metal_LowRightCorner = 0x10000D53
,
UIElementID.box_lvl0_metal_RightBorder = 0x10000D54
,
UIElementID.box_lvl0_metal_TopRightCorner = 0x10000D55
,
UIElementID.box_lvl0_metal_TopBorder = 0x10000D56
,
UIElementID.box_lvl0_metal_TopLeftCorner = 0x10000D57
,
UIElementID.ExaminationDisplay_CR = 0x10000D58
,
UIElementID.Chargen_Panel = 0x10000D59
,
UIElementID.box_lvl0 = 0x10000D5A
,
UIElementID.box_lvl0_fade_Center = 0x10000D5B
,
UIElementID.box_lvl0_fade_LeftBorder = 0x10000D5C
,
UIElementID.box_lvl0_fade_LowLeftCorner = 0x10000D5D
,
UIElementID.box_lvl0_fade_BottomBorder = 0x10000D5E
,
UIElementID.box_lvl0_fade_LowRightCorner = 0x10000D5F
,
UIElementID.box_lvl0_fade_RightBorder = 0x10000D60
,
UIElementID.box_lvl0_fade_TopRightCorner = 0x10000D61
,
UIElementID.box_lvl0_fade_TopBorder = 0x10000D62
,
UIElementID.box_lvl0_fade_TopLeftCorner = 0x10000D63
,
UIElementID.gui2_button_arrowright_small = 0x10000D64
,
UIElementID.gui2_button_arrowdown_large = 0x10000D65
,
UIElementID.gui2_button_arrowup_large = 0x10000D66
,
UIElementID.gui2_button_arrowleft_large = 0x10000D67
,
UIElementID.gui2_button_zoom_in_out = 0x10000D68
,
UIElementID.gui2_button_arrowright_large = 0x10000D69
,
UIElementID.Details_NameLabel_Bkg = 0x10000D6A
,
UIElementID.ExaminationDisplay_MonsterStats = 0x10000D6B
,
UIElementID.ExaminationDisplay_Genus = 0x10000D6C
,
UIElementID.ExaminationDisplay_Species = 0x10000D6D
,
UIElementID.E3_watermark = 0x10000D6E
,
UIElementID.Controls_Label = 0x10000D6F
,
UIElementID.Controls_FuntionKeys = 0x10000D70
,
UIElementID.Controls_Shortcuts = 0x10000D71
,
UIElementID.Controls_WASD = 0x10000D72
,
UIElementID.Controls_Shift = 0x10000D73
,
UIElementID.Controls_Tab = 0x10000D74
,
UIElementID.Controls_Space = 0x10000D75
,
UIElementID.Controls_Crosshairs = 0x10000D76
,
UIElementID.Controls_Mouse = 0x10000D77
,
UIElementID.Key_F1 = 0x10000D78
,
UIElementID.Key_1 = 0x10000D79
,
UIElementID.Key_Q = 0x10000D7A
,
UIElementID.Key_Shift = 0x10000D7B
,
UIElementID.Hint_TargetSelf = 0x10000D7C
,
UIElementID.Key_F2 = 0x10000D7D
,
UIElementID.Key_F3 = 0x10000D7E
,
UIElementID.Key_F4 = 0x10000D7F
,
UIElementID.Key_F5 = 0x10000D80
,
UIElementID.Key_F6 = 0x10000D81
,
UIElementID.Key_F7 = 0x10000D82
,
UIElementID.Key_2 = 0x10000D83
,
UIElementID.Key_3 = 0x10000D84
,
UIElementID.Key_4 = 0x10000D85
,
UIElementID.Key_5 = 0x10000D86
,
UIElementID.Key_6 = 0x10000D87
,
UIElementID.Key_7 = 0x10000D88
,
UIElementID.Key_8 = 0x10000D89
,
UIElementID.Key_9 = 0x10000D8A
,
UIElementID.Key_0 = 0x10000D8B
,
UIElementID.Key_W = 0x10000D8C
,
UIElementID.Key_E = 0x10000D8D
,
UIElementID.Key_A = 0x10000D8E
,
UIElementID.Key_S = 0x10000D8F
,
UIElementID.Key_D = 0x10000D90
,
UIElementID.Key_Tab = 0x10000D91
,
UIElementID.Key_Space = 0x10000D92
,
UIElementID.Hint_Shortcuts = 0x10000D93
,
UIElementID.Hint_PartyMembers = 0x10000D94
,
UIElementID.Hint_TargetLock = 0x10000D95
,
UIElementID.Hint_Block = 0x10000D96
,
UIElementID.Hint_Jump = 0x10000D97
,
UIElementID.Hint_RotateCamera = 0x10000D98
,
UIElementID.Hint_Strafe = 0x10000D99
,
UIElementID.ExaminationDisplay_Generic = 0x10000D9A
,
UIElementID.ExamHeaderDisplayUIElement = 0x10000D9B
,
UIElementID.Graphic_arrow_up = 0x10000D9C
,
UIElementID.Graphic_arrow_down = 0x10000D9D
,
UIElementID.Graphic_arrow_right = 0x10000D9E
,
UIElementID.Graphic_arrow_left = 0x10000D9F
,
UIElementID.Graphic_arrow_rotate_right = 0x10000DA0
,
UIElementID.Graphic_arrow_rotate_left = 0x10000DA1
,
UIElementID.Graphic_Crosshairs = 0x10000DA2
,
UIElementID.Graphic_Mouse = 0x10000DA3
,
UIElementID.ExaminationDisplay_Header = 0x10000DA4
,
UIElementID.Label_LMB = 0x10000DA5
,
UIElementID.Label_RMB = 0x10000DA6
,
UIElementID.Hint_Target = 0x10000DA7
,
UIElementID.Hint_Mouselook = 0x10000DA8
,
UIElementID.Line_horiz_left = 0x10000DA9
,
UIElementID.Line_horiz_right = 0x10000DAA
,
UIElementID.Line_vert_left = 0x10000DAB
,
UIElementID.Line_vert_right = 0x10000DAC
,
UIElementID.ExaminationDisplay_Description = 0x10000DAD
,
UIElementID.Character_Sheet_Label = 0x10000DAE
,
UIElementID.CharSheet_Tabs_Bar = 0x10000DAF
,
UIElementID.gui2_tab_medium_bar = 0x10000DB0
,
UIElementID.gui2_tab_medium_bar_right = 0x10000DB1
,
UIElementID.gui2_tab_medium_bar_left = 0x10000DB2
,
UIElementID.Abilities_Label_Graphic = 0x10000DB3
,
UIElementID.Charstats_ResistanceAcid_Value_Box = 0x10000DB4
,
UIElementID.Charstats_ResistanceCold_Value_Box = 0x10000DB5
,
UIElementID.Charstats_ResistanceElectric_Value_Box = 0x10000DB6
,
UIElementID.Charstats_ResistanceFire_Value_Box = 0x10000DB7
,
UIElementID.Charstats_ResistanceSonic_Value_Box = 0x10000DB8
,
UIElementID.Strength_Value_Box = 0x10000DB9
,
UIElementID.Dexterity_Value_Box = 0x10000DBA
,
UIElementID.Constitution_Value_Box = 0x10000DBB
,
UIElementID.Intelligence_Value_Box = 0x10000DBC
,
UIElementID.Wisdom_Value_Box = 0x10000DBD
,
UIElementID.Charisma_Value_Box = 0x10000DBE
,
UIElementID.HP_Value_Box = 0x10000DBF
,
UIElementID.AC_Value_Box = 0x10000DC0
,
UIElementID.Reflex_Value_Box = 0x10000DC1
,
UIElementID.Will_Value_Box = 0x10000DC2
,
UIElementID.Fort_Value_Box = 0x10000DC3
,
UIElementID.ArmorUIElement = 0x10000DC4
,
UIElementID.Abilities_Vessel = 0x10000DC5
,
UIElementID.Abilities_Mod_Graphic = 0x10000DC6
,
UIElementID.ArmorDisplay_MaxDexBonus = 0x10000DC7
,
UIElementID.ArmorDisplay_Bonus = 0x10000DC8
,
UIElementID.ArmorDisplay_Type = 0x10000DC9
,
UIElementID.ArmorDisplay_SkillCheckPenalty = 0x10000DCA
,
UIElementID.ArmorDisplay_SpellFailureChance = 0x10000DCB
,
UIElementID.AbilityMod_Label = 0x10000DCC
,
UIElementID.Saves_Vessel = 0x10000DCD
,
UIElementID.ExaminationDisplay_Armor = 0x10000DCE
,
UIElementID.HP_SP_AC_Vessel = 0x10000DCF
,
UIElementID.WeaponStats_Vessel = 0x10000DD0
,
UIElementID.Resistances_Vessel = 0x10000DD1
,
UIElementID.Weapon1_Box = 0x10000DD2
,
UIElementID.Weapon2_Box = 0x10000DD3
,
UIElementID.Melee_Value_Box = 0x10000DD4
,
UIElementID.Name_Value = 0x10000DD5
,
UIElementID.CharSheet_Dragbar = 0x10000DD6
,
UIElementID.Skills_Labels_Bkg = 0x10000DD7
,
UIElementID.Skill_Name_Label = 0x10000DD8
,
UIElementID.Skill_Rank_Label = 0x10000DD9
,
UIElementID.gui2_widget = 0x10000DDA
,
UIElementID.gui2_widget_box = 0x10000DDB
,
UIElementID.gui2_widget_Center = 0x10000DDC
,
UIElementID.gui2_widget_medium_w = 0x10000DDD
,
UIElementID.gui2_widget_n = 0x10000DDE
,
UIElementID.gui2_widget_s = 0x10000DDF
,
UIElementID.gui2_widget_e = 0x10000DE0
,
UIElementID.gui2_widget_nw = 0x10000DE1
,
UIElementID.gui2_widget_sw = 0x10000DE2
,
UIElementID.gui2_widget_ne = 0x10000DE3
,
UIElementID.gui2_widget_se = 0x10000DE4
,
UIElementID.Class_Tab_Bar = 0x10000DE5
,
UIElementID.WeaponUIElement = 0x10000DE6
,
UIElementID.Hint_Attack = 0x10000DE7
,
UIElementID.WeaponDisplay_Damage = 0x10000DE8
,
UIElementID.WeaponDisplay_Critical = 0x10000DE9
,
UIElementID.WeaponDisplay_AttackStat = 0x10000DEA
,
UIElementID.WeaponDisplay_DamageStat = 0x10000DEB
,
UIElementID.WeaponDisplay_AttackBonus = 0x10000DEC
,
UIElementID.ExaminationDisplay_Weapon = 0x10000DED
,
UIElementID.WeaponDisplay_WeaponType = 0x10000DEE
,
UIElementID.Box_lvl1_Titlebar = 0x10000DEF
,
UIElementID.titlebar_left = 0x10000DF0
,
UIElementID.titlebar_center = 0x10000DF1
,
UIElementID.titlebar_right = 0x10000DF2
,
UIElementID.Inventory_Titlebar = 0x10000DF3
,
UIElementID.Inventory_CloseButton = 0x10000DF4
,
UIElementID.Inventory_Tabs_Bar = 0x10000DF5
,
UIElementID.QuestMarker_LeaveButton = 0x10000DF6
,
UIElementID.MainMenuField = 0x10000DF7
,
UIElementID.Stack_hint = 0x10000DF8
,
UIElementID.Close_Button = 0x10000DF9
,
UIElementID.WeaponDisplay_AttkDmgMod = 0x10000DFA
,
UIElementID.Panel_Close_Button = 0x10000DFB
,
UIElementID.QuestMarker_CloseButton = 0x10000DFC
,
UIElementID.Help_howtoplay = 0x10000DFD
,
UIElementID.Details_AdminButton = 0x10000DFE
,
UIElementID.ExaminationContainerUIElement = 0x10000DFF
,
UIElementID.ErrorAlert_Entry = 0x10000E00
,
UIElementID.ExaminationDisplay_Inventory = 0x10000E01
,
UIElementID.InventoryDisplay_Encumbrance = 0x10000E02
,
UIElementID.InventoryDisplay_Value = 0x10000E03
,
UIElementID.Gui2_Base_Font_Bold_18 = 0x10000E04
,
UIElementID.WeaponDisplay_Returning = 0x10000E05
,
UIElementID.WeaponDisplay_GhostTouch = 0x10000E06
,
UIElementID.QuestMarker_CollapseButton = 0x10000E07
,
UIElementID.Friendly_OutOfRange = 0x10000E08
,
UIElementID.Friendly = 0x10000E09
,
UIElementID.Combat = 0x10000E0A
,
UIElementID.Usage_Grab = 0x10000E0B
,
UIElementID.Usage_Converse = 0x10000E0C
,
UIElementID.Usage_Enter = 0x10000E0D
,
UIElementID.Usage_Pull = 0x10000E0E
,
UIElementID.Usage_Grab_OutOfRange = 0x10000E0F
,
UIElementID.Usage_Converse_OutOfRange = 0x10000E10
,
UIElementID.Usage_Enter_OutOfRange = 0x10000E11
,
UIElementID.Usage_Pull_OutOfRange = 0x10000E12
,
UIElementID.quest_journal_label_bkg = 0x10000E13
,
UIElementID.Quest_journal_box_bkg = 0x10000E14
,
UIElementID.gui2_tab_medium_resize = 0x10000E15
,
UIElementID.button_box_gui2_tab_medium_resize = 0x10000E16
,
UIElementID.gui2_tab_medium_resize_left = 0x10000E17
,
UIElementID.gui2_tab_medium_resize_center = 0x10000E18
,
UIElementID.gui2_tab_medium_resize_right = 0x10000E19
,
UIElementID.journal_tab_bar = 0x10000E1A
,
UIElementID.journal_close_button = 0x10000E1B
,
UIElementID.PortalActivate_DeclineButton = 0x10000E1C
,
UIElementID.PortalActivate_AcceptButton = 0x10000E1D
,
UIElementID.PortalActivate_DungeonName_Field = 0x10000E1E
,
UIElementID.PortalActivate_DungeonName_Background = 0x10000E1F
,
UIElementID.PortalActivate_DungeonName = 0x10000E20
,
UIElementID.PortalActivate_ExplanationText = 0x10000E21
,
UIElementID.PortalActivate_QuestListBox = 0x10000E22
,
UIElementID.PortalActivate_QuestEntry = 0x10000E23
,
UIElementID.PortalActivate_QuestRadioButton = 0x10000E24
,
UIElementID.PortalActivate_QuestName = 0x10000E25
,
UIElementID.PortalActivate_DifficultyTitle = 0x10000E26
,
UIElementID.PortalActivate_DifficultyRadioButton = 0x10000E27
,
UIElementID.PortalActivate_LowDifficultyButton = 0x10000E28
,
UIElementID.PortalActivate_MediumDifficultyButton = 0x10000E29
,
UIElementID.PortalActivate_HighDifficultyButton = 0x10000E2A
,
UIElementID.PortalActivate_LowDifficultyTitle = 0x10000E2B
,
UIElementID.PortalActivate_MediumDifficultyTitle = 0x10000E2C
,
UIElementID.PortalActivate_HighDifficultyTitle = 0x10000E2D
,
UIElementID.PortalActivate_QuestListBox_Background = 0x10000E2E
,
UIElementID.ChargesUIElement = 0x10000E2F
,
UIElementID.Charges_Text = 0x10000E30
,
UIElementID.Charges_Meter = 0x10000E31
,
UIElementID.ExaminationDisplay_Charges = 0x10000E32
,
UIElementID.Avatar_DescriptionScrollbar = 0x10000E33
,
UIElementID.panel_bkg = 0x10000E34
,
UIElementID.ClassSelect_DescriptionScrollbar = 0x10000E35
,
UIElementID.FlowWaitField = 0x10000E36
,
UIElementID.Combat_OutOfRange = 0x10000E37
,
UIElementID.Friendly_Invalid = 0x10000E38
,
UIElementID.Combat_Invalid = 0x10000E39
,
UIElementID.Usage_Grab_Invalid = 0x10000E3A
,
UIElementID.Usage_Converse_Invalid = 0x10000E3B
,
UIElementID.Usage_Enter_Invalid = 0x10000E3C
,
UIElementID.Usage_Pull_Invalid = 0x10000E3D
,
UIElementID.ExaminationDisplay_Key = 0x10000E3E
,
UIElementID.ExaminationDisplay_Lock = 0x10000E3F
,
UIElementID.RestrictionsUIElement = 0x10000E40
,
UIElementID.RestrictionDisplay_MinLevel = 0x10000E41
,
UIElementID.Cursor_Friendly_Invalid = 0x10000E42
,
UIElementID.Cursor_Friendly = 0x10000E43
,
UIElementID.Cursor_Combat = 0x10000E44
,
UIElementID.Cursor_Combat_Invalid = 0x10000E45
,
UIElementID.Cursor_Usage_Grab = 0x10000E46
,
UIElementID.Cursor_Usage_Converse = 0x10000E47
,
UIElementID.Cursor_Usage_Enter = 0x10000E48
,
UIElementID.Cursor_Usage_Pull = 0x10000E49
,
UIElementID.Cursor_Usage_Grab_Invalid = 0x10000E4A
,
UIElementID.Cursor_Usage_Converse_Invalid = 0x10000E4B
,
UIElementID.Cursor_Usage_Enter_Invalid = 0x10000E4C
,
UIElementID.Cursor_Usage_Pull_Invalid = 0x10000E4D
,
UIElementID.Default = 0x10000E4E
,
UIElementID.Cursor_Default = 0x10000E4F
,
UIElementID.Usage_Resurrect = 0x10000E50
,
UIElementID.Usage_Resurrect_Invalid = 0x10000E51
,
UIElementID.Cursor_Usage_Resurrect = 0x10000E52
,
UIElementID.Cursor_Usage_Resurrect_Invalid = 0x10000E53
,
UIElementID.RestrictionDisplay_Difficulty = 0x10000E54
,
UIElementID.RestrictionDisplay_CanCastSpellNowRequired = 0x10000E55
,
UIElementID.RestrictionDisplay_ClassRequired = 0x10000E56
,
UIElementID.RestrictionDisplay_CreatureRaceExcluded = 0x10000E57
,
UIElementID.RestrictionDisplay_CreatureRaceExcluded_Absolute = 0x10000E58
,
UIElementID.RestrictionDisplay_CreatureRaceRequired = 0x10000E59
,
UIElementID.RestrictionDisplay_CreatureRaceRequired_Absolute = 0x10000E5A
,
UIElementID.RestrictionDisplay_MaxLevel = 0x10000E5B
,
UIElementID.RestrictionDisplay_MinCharisma = 0x10000E5C
,
UIElementID.RestrictionDisplay_MinConstitution = 0x10000E5D
,
UIElementID.RestrictionDisplay_MinDexterity = 0x10000E5E
,
UIElementID.RestrictionDisplay_MinIntelligence = 0x10000E5F
,
UIElementID.RestrictionDisplay_MinStrength = 0x10000E60
,
UIElementID.RestrictionDisplay_MinWisdom = 0x10000E61
,
UIElementID.RestrictionDisplay_Spell = 0x10000E62
,
UIElementID.Party_Hint = 0x10000E63
,
UIElementID.RestrictionDisplayUIElement = 0x10000E64
,
UIElementID.BehaviorsDisplayUIElement = 0x10000E65
,
UIElementID.RestrictionDisplay_RequiredCreatureTraits = 0x10000E66
,
UIElementID.BehaviorDisplay_Bound = 0x10000E67
,
UIElementID.BehaviorDisplay_IsDroppedOnExitModule = 0x10000E68
,
UIElementID.BehaviorDisplay_IsDestroyedOnExitModule = 0x10000E69
,
UIElementID.BehaviorDisplay_IsDroppedOnDeath = 0x10000E6A
,
UIElementID.BehaviorDisplay_IsDestroyedOnDeath = 0x10000E6B
,
UIElementID.BehaviorDisplay_IsBoundOnEquip = 0x10000E6C
,
UIElementID.BehaviorDisplay_IsBoundOnAcquire = 0x10000E6D
,
UIElementID.DescriptionScrollBar = 0x10000E6E
,
UIElementID.PortalScrollbar = 0x10000E6F
,
UIElementID.ExaminationDisplay_DescriptionScrollBar = 0x10000E70
,
UIElementID.ExaminationDisplay_Locked = 0x10000E71
,
UIElementID.WeaponDisplay_AttackAndDamageStat = 0x10000E72
,
UIElementID.CharacterSheet_Feat_Marker_Template = 0x10000E73
,
UIElementID.CharacterSheet_Feat_List_Template = 0x10000E74
,
UIElementID.Marker_DataList = 0x10000E75
,
UIElementID.Marker_GhostedOverlay = 0x10000E76
,
UIElementID.MarkerList_ExpandButton = 0x10000E77
,
UIElementID.MarkerList_ExpanderButton = 0x10000E78
,
UIElementID.BaseSkill_Ability = 0x10000E79
,
UIElementID.Marker_DisabledOverlay = 0x10000E7A
,
UIElementID.Quest_dragbar = 0x10000E7B
,
UIElementID.BaseSkill_AbilityMod = 0x10000E7C
,
UIElementID.BaseSkill_Total = 0x10000E7D
,
UIElementID.BaseSkill_Bonus = 0x10000E7E
,
UIElementID.BaseSkill_Bar = 0x10000E7F
,
UIElementID.Skill_Total_Label = 0x10000E80
,
UIElementID.Skill_Bonus_Label = 0x10000E81
,
UIElementID.Skill_Ability_Label = 0x10000E82
,
UIElementID.ability_bkg_box = 0x10000E83
,
UIElementID.Logout_Progress = 0x10000E84
,
UIElementID.gui2_button_arrowright_small_plus = 0x10000E85
,
UIElementID.gui2_button_arrowleft_small_minus = 0x10000E86
,
UIElementID.AbilityBuyUIElement_Label_bkg = 0x10000E87
,
UIElementID.AbilityBuyUIElement_Score_bkg = 0x10000E88
,
UIElementID.AbilityBuyUIElement_Cost_bkg = 0x10000E89
,
UIElementID.AbilityBuyUIElement_ModValue_bkg = 0x10000E8A
,
UIElementID.CharGen_StageLabel_bkg = 0x10000E8B
,
UIElementID.marker_graphic_line = 0x10000E8C
,
UIElementID.AppearanceUIElement_graphic = 0x10000E8D
,
UIElementID.ChoiceList1_bkg = 0x10000E8E
,
UIElementID.ChoiceList2_bkg = 0x10000E8F
,
UIElementID.CharGen_Viewport_Bkg_Art = 0x10000E90
,
UIElementID.advancement_panel = 0x10000E91
,
UIElementID.IconUIElement = 0x10000E92
,
UIElementID.IconDebugUIElement = 0x10000E93
,
UIElementID.IconBackground = 0x10000E94
,
UIElementID.IconUnderlay = 0x10000E95
,
UIElementID.IconImage = 0x10000E96
,
UIElementID.IconWear = 0x10000E97
,
UIElementID.IconWhole = 0x10000E98
,
UIElementID.IconViewer = 0x10000E99
,
UIElementID.Difficulty_frame_graphic = 0x10000E9A
,
UIElementID.Advancement_Panel_Vessel = 0x10000E9B
,
UIElementID.advancement_panel_dragbar = 0x10000E9C
,
UIElementID.advancement_conversation_dragbar = 0x10000E9D
,
UIElementID.IconMagic = 0x10000E9E
,
UIElementID.CharSelect_CharacterEntryText = 0x10000E9F
,
UIElementID.CharSelect_CharacterEntry = 0x10000EA0
,
UIElementID.CharSelect_CharacterClassText = 0x10000EA1
,
UIElementID.CharSelect_CharacterNameFont = 0x10000EA2
,
UIElementID.CharSelect_CharacterClassFont = 0x10000EA3
,
UIElementID.Marker_Toggle = 0x10000EA4
,
UIElementID.ExaminationDisplay_ClassesAndLevels = 0x10000EA5
,
UIElementID.ExaminationDisplay_Fellowship = 0x10000EA6
,
UIElementID.ExaminationDisplay_Gender = 0x10000EA7
,
UIElementID.ExaminationDisplay_Guild = 0x10000EA8
,
UIElementID.ExaminationEffectUIElement = 0x10000EA9
,
UIElementID.Effect_Icon = 0x10000EAA
,
UIElementID.Effect_Name = 0x10000EAB
,
UIElementID.Effect_Description = 0x10000EAC
,
UIElementID.ExaminationListUIElement = 0x10000EAD
,
UIElementID.tmplist = 0x10000EAE
,
UIElementID.ExaminationDisplay_Effects = 0x10000EAF
,
UIElementID.ExaminationDisplay_Effect = 0x10000EB0
,
UIElementID.ExaminationEffect_Icon = 0x10000EB1
,
UIElementID.ExaminationEffect_Name = 0x10000EB2
,
UIElementID.ExaminationEffect_Desc = 0x10000EB3
,
UIElementID.ExaminationDisplay_EffectsScrollBar = 0x10000EB4
,
UIElementID.ToolTip_Effect = 0x10000EB5
,
UIElementID.Effect_Background = 0x10000EB6
,
UIElementID.PreparedSpells_MarkerList = 0x10000EB7
,
UIElementID.ActionPoints_Label = 0x10000EB8
,
UIElementID.ActionPoints_Value = 0x10000EB9
,
UIElementID.box_lvl2_metal_plate = 0x10000EBA
,
UIElementID.box_lvl2_metal_plate_Center = 0x10000EBB
,
UIElementID.box_lvl2_metal_plate_LeftBorder = 0x10000EBC
,
UIElementID.box_lvl2_metal_plate_LowLeftCorner = 0x10000EBD
,
UIElementID.box_lvl2_metal_plate_BottomBorder = 0x10000EBE
,
UIElementID.box_lvl2_metal_plate_LowRightCorner = 0x10000EBF
,
UIElementID.box_lvl2_metal_plate_RightBorder = 0x10000EC0
,
UIElementID.box_lvl2_metal_plate_TopRightCorner = 0x10000EC1
,
UIElementID.box_lvl2_metal_plate_TopBorder = 0x10000EC2
,
UIElementID.box_lvl2_metal_plate_TopLeftCorner = 0x10000EC3
,
UIElementID.gui2_tab_vertical_small = 0x10000EC4
,
UIElementID.SaveButton = 0x10000EC5
,
UIElementID.SaveButtonLabel = 0x10000EC6
,
UIElementID.CancelButton = 0x10000EC7
,
UIElementID.CancelButtonLabel = 0x10000EC8
,
UIElementID.Examination_ListBkg = 0x10000EC9
,
UIElementID.Examination_Lock = 0x10000ECA
,
UIElementID.ActionDisplayUIElement = 0x10000ECB
,
UIElementID.ExaminationActionDisplayUIElement = 0x10000ECC
,
UIElementID.ActionDisplay_Icon = 0x10000ECD
,
UIElementID.ActionDisplay_Name = 0x10000ECE
,
UIElementID.ActionDisplay_Description = 0x10000ECF
,
UIElementID.BlackActionDisplayUIElement = 0x10000ED0
,
UIElementID.WhiteActionDisplayUIElement = 0x10000ED1
,
UIElementID.SpellLevelTabs_MarkerList = 0x10000ED2
,
UIElementID.SpellLevelTabMarker = 0x10000ED3
,
UIElementID.ClassSpellBook_MarkerList = 0x10000ED4
,
UIElementID.SpellBooks_MarkerList = 0x10000ED5
,
UIElementID.LoadScreenMain = 0x10000ED6
,
UIElementID.gui2_button_plus_minus_boolean = 0x10000ED7
,
UIElementID.PregeneratedCharacterField = 0x10000ED8
,
UIElementID.AreaName = 0x10000ED9
,
UIElementID.AreaName_Bkg = 0x10000EDA
,
UIElementID.AreaNameText_Field = 0x10000EDB
,
UIElementID.Shop_Title_Bkg = 0x10000EDC
,
UIElementID.Shop_Title = 0x10000EDD
,
UIElementID.AreaNameText = 0x10000EDE
,
UIElementID.AreaName_Text = 0x10000EDF
,
UIElementID.Help_Panel_Bkg = 0x10000EE0
,
UIElementID.Help_Close_Button = 0x10000EE1
,
UIElementID.SpellSummary_List = 0x10000EE2
,
UIElementID.PreparedLevels_MarkerList = 0x10000EE3
,
UIElementID.SpellLevelSummary_MarkerList = 0x10000EE4
,
UIElementID.Class_Markerlist_Bkg = 0x10000EE5
,
UIElementID.Spellbooks_Markerlist_Bkg = 0x10000EE6
,
UIElementID.Markerlist_Plate = 0x10000EE7
,
UIElementID.PreparedSpells_Plate = 0x10000EE8
,
UIElementID.Level1_Summary = 0x10000EE9
,
UIElementID.Level2_Summary = 0x10000EEA
,
UIElementID.Level3_Summary = 0x10000EEB
,
UIElementID.Level4_Summary = 0x10000EEC
,
UIElementID.Level5_Summary = 0x10000EED
,
UIElementID.Level6_Summary = 0x10000EEE
,
UIElementID.Level7_Summary = 0x10000EEF
,
UIElementID.Level8_Summary = 0x10000EF0
,
UIElementID.Level9_Summary = 0x10000EF1
,
UIElementID.LFG_Tab_Bar = 0x10000EF2
,
UIElementID.MainSocial_Dragbar = 0x10000EF3
,
UIElementID.MainSocial_Close_Button = 0x10000EF4
,
UIElementID.Summary_label = 0x10000EF5
,
UIElementID.LoadScreenMeter = 0x10000EF6
,
UIElementID.Marker_CooldownTimer = 0x10000EF7
,
UIElementID.TemplateUIElement = 0x10000EF8
,
UIElementID.ComplexTooltipProviderUIElement = 0x10000EF9
,
UIElementID.ComplexTooltipUIElement = 0x10000EFA
,
UIElementID.Marker_TooltipProvider = 0x10000EFB
,
UIElementID.ComplexTooltip_Action = 0x10000EFC
,
UIElementID.CTAction_Background = 0x10000EFD
,
UIElementID.WantedClasses_MinLevelMenu = 0x10000EFE
,
UIElementID.WantedClasses_MinLevelLabel = 0x10000EFF
,
UIElementID.WantedClasses_Note = 0x10000F00
,
UIElementID.LFPNoteValue = 0x10000F01
,
UIElementID.LFPNoteLabel = 0x10000F02
,
UIElementID.WantedClasses_NoteBkg = 0x10000F03
,
UIElementID.WantedClasses_NoteLabel = 0x10000F04
,
UIElementID.Examination_Label = 0x10000F05
,
UIElementID.LFPChildEntryField = 0x10000F06
,
UIElementID.Skill_Marker_Template = 0x10000F07
,
UIElementID.Skill_Marker_Bar = 0x10000F08
,
UIElementID.Skill_Marker_Ranks = 0x10000F09
,
UIElementID.Skill_Marker_Ability = 0x10000F0A
,
UIElementID.Skill_Marker_AbilityMod = 0x10000F0B
,
UIElementID.Skill_Marker_Total = 0x10000F0C
,
UIElementID.Skill_Marker_Bonus = 0x10000F0D
,
UIElementID.Avatar_Painting = 0x10000F0E
,
UIElementID.Avatar_Painting_War = 0x10000F0F
,
UIElementID.Avatar_Painting_Dw_F = 0x10000F10
,
UIElementID.Avatar_Painting_Dw_M = 0x10000F11
,
UIElementID.Avatar_Painting_Hu_F = 0x10000F12
,
UIElementID.Avatar_Painting_Hu_M = 0x10000F13
,
UIElementID.Avatar_Painting_Ha_F = 0x10000F14
,
UIElementID.Avatar_Painting_Ha_M = 0x10000F15
,
UIElementID.ComplexTooltip_ArmorClass = 0x10000F16
,
UIElementID.AC_TooltipProvider = 0x10000F17
,
UIElementID.CTAC_BaseArmor_Label = 0x10000F18
,
UIElementID.CTAC_DexBonus_Label = 0x10000F19
,
UIElementID.CTAC_DexArmorCap_Label = 0x10000F1A
,
UIElementID.CTAC_DexEncCap_Label = 0x10000F1B
,
UIElementID.CTAC_SizeArmorBonus_Label = 0x10000F1C
,
UIElementID.CTAC_NaturalArmor_Label = 0x10000F1D
,
UIElementID.CTAC_DeflectionBonus_Label = 0x10000F1E
,
UIElementID.CTAC_DodgeBonus_Label = 0x10000F1F
,
UIElementID.CTAC_FeatDefenseBonus_Label = 0x10000F20
,
UIElementID.CTAC_TotalArmor_Label = 0x10000F21
,
UIElementID.Key = 0x10000F22
,
UIElementID.Key_Passive_Graphic = 0x10000F23
,
UIElementID.Key_Active_Graphic = 0x10000F24
,
UIElementID.Key_Passive_Label = 0x10000F25
,
UIElementID.Key_Active_Label = 0x10000F26
,
UIElementID.CTAC_BaseArmor = 0x10000F27
,
UIElementID.CTAC_BaseArmor_Value = 0x10000F28
,
UIElementID.CTAC_DexBonus_Value = 0x10000F29
,
UIElementID.CTAC_DexArmorCap_Value = 0x10000F2A
,
UIElementID.CTAC_DexEncCap_Value = 0x10000F2B
,
UIElementID.CTAC_SizeArmorBonus_Value = 0x10000F2C
,
UIElementID.CTAC_NaturalArmor_Value = 0x10000F2D
,
UIElementID.CTAC_DeflectionBonus_Value = 0x10000F2E
,
UIElementID.CTAC_DodgeBonus_Value = 0x10000F2F
,
UIElementID.CTAC_FeatDefenseBonus_Value = 0x10000F30
,
UIElementID.CTAC_TotalArmor_Value = 0x10000F31
,
UIElementID.CTAC_EquipmentBonus_Label = 0x10000F32
,
UIElementID.CTAC_EquipmentBonus_Value = 0x10000F33
,
UIElementID.AdminDisplay = 0x10000F34
,
UIElementID.AdminDisplay_ShortcutListBox = 0x10000F35
,
UIElementID.AdminDisplay_CommandListBox = 0x10000F36
,
UIElementID.AdminDisplay_CommandScrollbar = 0x10000F37
,
UIElementID.SP_Label = 0x10000F38
,
UIElementID.SP_Value_Box = 0x10000F39
,
UIElementID.SP_Value = 0x10000F3A
,
UIElementID.CharSheetMouseBlocker = 0x10000F3B
,
UIElementID.ComplexTooltip_HitPoints = 0x10000F3C
,
UIElementID.ComplexTooltip_SpellPoints = 0x10000F3D
,
UIElementID.CTHP_Base_Label = 0x10000F3E
,
UIElementID.CTHP_Temporary_Label = 0x10000F3F
,
UIElementID.CTHP_Constitution_Label = 0x10000F40
,
UIElementID.CTHP_Feats_Label = 0x10000F41
,
UIElementID.CTHP_Total_Label = 0x10000F42
,
UIElementID.CTSP_Base_Label = 0x10000F43
,
UIElementID.CTSP_Abilities_Label = 0x10000F44
,
UIElementID.CTSP_Feats_Label = 0x10000F45
,
UIElementID.CTSP_Total_Label = 0x10000F46
,
UIElementID.CTHP_Base_Value = 0x10000F47
,
UIElementID.CTHP_Temporary_Value = 0x10000F48
,
UIElementID.CTHP_Constitution_Value = 0x10000F49
,
UIElementID.CTHP_Feats_Value = 0x10000F4A
,
UIElementID.CTHP_Total_Value = 0x10000F4B
,
UIElementID.CTHP_Abilities_Value = 0x10000F4C
,
UIElementID.CTSP_Base_Value = 0x10000F4D
,
UIElementID.CTSP_Abilities_Value = 0x10000F4E
,
UIElementID.CTSP_Feats_Value = 0x10000F4F
,
UIElementID.CTSP_Total_Value = 0x10000F50
,
UIElementID.HP_TooltipProvider = 0x10000F51
,
UIElementID.SP_TooltipProvider = 0x10000F52
,
UIElementID.ComplexTooltip_SavingThrow = 0x10000F53
,
UIElementID.Saves_Will_TooltipProvider = 0x10000F54
,
UIElementID.Saves_Fortitude_TooltipProvider = 0x10000F55
,
UIElementID.Saves_Reflex_TooltipProvider = 0x10000F56
,
UIElementID.AdminDisplay_CommandLabel = 0x10000F57
,
UIElementID.AdminDisplay_ShortcutLabel = 0x10000F58
,
UIElementID.CTST_Base_Label = 0x10000F59
,
UIElementID.CTST_Eff_Label = 0x10000F5A
,
UIElementID.CTST_Feats_Label = 0x10000F5B
,
UIElementID.CTST_Ability_Label = 0x10000F5C
,
UIElementID.CTST_Total_Label = 0x10000F5D
,
UIElementID.CTST_Base_Value = 0x10000F5E
,
UIElementID.CTST_Eff_Value = 0x10000F5F
,
UIElementID.CTST_Feats_Value = 0x10000F60
,
UIElementID.CTST_Ability_Value = 0x10000F61
,
UIElementID.CTST_Total_Value = 0x10000F62
,
UIElementID.AdminElement_Cloak = 0x10000F63
,
UIElementID.SpellResistance_Label = 0x10000F64
,
UIElementID.SpellResistance_Value_Box = 0x10000F65
,
UIElementID.SpellResistance_Value = 0x10000F66
,
UIElementID.Melee_Vessel = 0x10000F67
,
UIElementID.SpellResistance_Vessel = 0x10000F68
,
UIElementID.Titlebar = 0x10000F69
,
UIElementID.CloseButton = 0x10000F6A
,
UIElementID.PanelBackground = 0x10000F6B
,
UIElementID.ComplexTooltip_Formula = 0x10000F6C
,
UIElementID.ComplexTooltip_Formula_Entry = 0x10000F6D
,
UIElementID.CTFEntry_Symbol = 0x10000F6E
,
UIElementID.CTFEntry_Value = 0x10000F6F
,
UIElementID.CTFEntry_Label = 0x10000F70
,
UIElementID.AdminElement_Cloak_Text = 0x10000F71
,
UIElementID.AdminElement_Cloak_Toggle = 0x10000F72
,
UIElementID.CTF_List = 0x10000F73
,
UIElementID.OptionPageListbox_Bkg = 0x10000F74
,
UIElementID.OptionsPanel_Bkg = 0x10000F75
,
UIElementID.Options_Label = 0x10000F76
,
UIElementID.ChestItem = 0x10000F77
,
UIElementID.LFGClassLabel = 0x10000F78
,
UIElementID.LFGLevelLabel = 0x10000F79
,
UIElementID.ComplexTooltip_HitPoints_bak = 0x10000F7A
,
UIElementID.ComplexTooltip_Formula_SubEntry = 0x10000F7B
,
UIElementID.Chest_Container_Scrollbar = 0x10000F7C
,
UIElementID.Chest_Container_Scrollbar_Up = 0x10000F7D
,
UIElementID.Chest_Container_Scrollbar_Down = 0x10000F7E
,
UIElementID.ComplexTooltip_Formula_TotalEntry = 0x10000F7F
,
UIElementID.CTFEntry_Line = 0x10000F80
,
UIElementID.ComplexTooltip_Abilities = 0x10000F81
,
UIElementID.Strength_TooltipProvider = 0x10000F82
,
UIElementID.Dexterity_TooltipProvider = 0x10000F83
,
UIElementID.Constitution_TooltipProvider = 0x10000F84
,
UIElementID.Intelligence_TooltipProvider = 0x10000F85
,
UIElementID.Wisdom_TooltipProvider = 0x10000F86
,
UIElementID.Charisma_TooltipProvider = 0x10000F87
,
UIElementID.Blocking_Label = 0x10000F88
,
UIElementID.Blocking_Value = 0x10000F89
,
UIElementID.Blocking_TooltipProvider = 0x10000F8A
,
UIElementID.Blocking_Value_Box = 0x10000F8B
,
UIElementID.ComplexTooltip_ArmorClassBlocking = 0x10000F8C
,
UIElementID.ComplexTooltip_Formula_Title = 0x10000F8D
,
UIElementID.Effect_Bullet = 0x10000F8E
,
UIElementID.Subtitle_Font_30 = 0x10000F8F
,
UIElementID.Subtitle_Font_24 = 0x10000F90
,
UIElementID.Subtitle_Font_22 = 0x10000F91
,
UIElementID.Subtitle_Font_20 = 0x10000F92
,
UIElementID.Subtitle_Font_18 = 0x10000F93
,
UIElementID.ArcaneSpellFailure_Vessel = 0x10000F94
,
UIElementID.ArcaneSpellFailure_Label = 0x10000F95
,
UIElementID.ArcaneSpellFailure_Value_Box = 0x10000F96
,
UIElementID.ArcaneSpellFailure_Value = 0x10000F97
,
UIElementID.SocialButton_RefreshLFG = 0x10000F98
,
UIElementID.SocialButton_RefreshLFP = 0x10000F99
,
UIElementID.Button_Hud_Menu_Examine = 0x10000F9A
,
UIElementID.Hud_Menu_Examine = 0x10000F9B
,
UIElementID.PreparationField = 0x10000F9C
,
UIElementID.Preparation_Patching = 0x10000F9D
,
UIElementID.Preparation_Loading = 0x10000F9E
,
UIElementID.WeaponStatsUIElement = 0x10000F9F
,
UIElementID.WeaponStats_Background = 0x10000FA0
,
UIElementID.Inventory_WeaponStats = 0x10000FA1
,
UIElementID.ActionPoints_Vessel = 0x10000FA2
,
UIElementID.Bio_Vessel = 0x10000FA3
,
UIElementID.Bio_Race_Label = 0x10000FA4
,
UIElementID.Bio_Race_Value = 0x10000FA5
,
UIElementID.Bio_Alignment_Label = 0x10000FA6
,
UIElementID.Bio_Alignment_Value = 0x10000FA7
,
UIElementID.Bio_Gender_Label = 0x10000FA8
,
UIElementID.Bio_Gender_Value = 0x10000FA9
,
UIElementID.DamageReduction_Vessel = 0x10000FAA
,
UIElementID.DamageReduction_Label = 0x10000FAB
,
UIElementID.DamageReductionUIElement = 0x10000FAC
,
UIElementID.testing01 = 0x10000FAD
,
UIElementID.AreaName_Menu = 0x10000FAE
,
UIElementID.DamageReductionEntry = 0x10000FAF
,
UIElementID.DamageReductionEntry_Value = 0x10000FB0
,
UIElementID.DamageReduction_List = 0x10000FB1
,
UIElementID.DamageReduction_List_Scrollbar = 0x10000FB2
,
UIElementID.RealCharActionsField = 0x10000FB3
,
UIElementID.CharActionsField = 0x10000FB4
,
UIElementID.CharActionsButton = 0x10000FB5
,
UIElementID.Benefits_Label = 0x10000FB6
,
UIElementID.Benefits_Bkg = 0x10000FB7
,
UIElementID.Benefits_MarkerList = 0x10000FB8
,
UIElementID.Benefits_MarkerList_ScrollBar = 0x10000FB9
,
UIElementID.Button_Arrow_Down_Micro = 0x10000FBA
,
UIElementID.Button_Arrow_Up_Micro = 0x10000FBB
,
UIElementID.Button_Arrow_Left_Micro = 0x10000FBC
,
UIElementID.Button_Arrow_Right_Micro = 0x10000FBD
,
UIElementID.gui2_button_basic_micro = 0x10000FBE
,
UIElementID.gui2_button_basic_micro_Center = 0x10000FBF
,
UIElementID.gui2_button_basic_micro_w = 0x10000FC0
,
UIElementID.gui2_button_basic_micro_n = 0x10000FC1
,
UIElementID.gui2_button_basic_micro_s = 0x10000FC2
,
UIElementID.gui2_button_basic_micro_e = 0x10000FC3
,
UIElementID.gui2_button_basic_micro_nw = 0x10000FC4
,
UIElementID.gui2_button_basic_micro_sw = 0x10000FC5
,
UIElementID.gui2_button_basic_micro_ne = 0x10000FC6
,
UIElementID.gui2_button_basic_micro_se = 0x10000FC7
,
UIElementID.FeatListUIElement = 0x10000FC8
,
UIElementID.FeatListEntryUIElement = 0x10000FC9
,
UIElementID.Scrollbar_Decrement = 0x10000FCA
,
UIElementID.Scrollbar_Increment = 0x10000FCB
,
UIElementID.Benefits_FeatList = 0x10000FCC
,
UIElementID.gui2_widget_micro = 0x10000FCD
,
UIElementID.gui2_widget_micro_box = 0x10000FCE
,
UIElementID.gui2_widget_micro_Center = 0x10000FCF
,
UIElementID.gui2_widget_micro_medium_w = 0x10000FD0
,
UIElementID.gui2_widget_micro_n = 0x10000FD1
,
UIElementID.gui2_widget_micro_s = 0x10000FD2
,
UIElementID.gui2_widget_micro_e = 0x10000FD3
,
UIElementID.gui2_widget_micro_nw = 0x10000FD4
,
UIElementID.gui2_widget_micro_sw = 0x10000FD5
,
UIElementID.gui2_widget_micro_ne = 0x10000FD6
,
UIElementID.gui2_widget_micro_se = 0x10000FD7
,
UIElementID.FeatDisplayUIElement = 0x10000FD8
,
UIElementID.ActionDisplay_Icon_TooltipProvider = 0x10000FD9
,
UIElementID.ActionDisplay_Name_TooltipProvider = 0x10000FDA
,
UIElementID.SubFeatDisplayUIElement = 0x10000FDB
,
UIElementID.ActionDisplay_Bullet = 0x10000FDC
,
UIElementID.Benefits_List = 0x10000FDD
,
UIElementID.Benefits_List_Scrollbar = 0x10000FDE
,
UIElementID.ShortcutsBar_2 = 0x10000FDF
,
UIElementID.shortcutsbar_2_increment = 0x10000FE0
,
UIElementID.shortcutsbar_2_decrement = 0x10000FE1
,
UIElementID.ShortcutsButtons_2 = 0x10000FE2
,
UIElementID.ShortcutBarNumber_2 = 0x10000FE3
,
UIElementID.Feat_List = 0x10000FE4
,
UIElementID.CharacterSheet_Feat_Template = 0x10000FE5
,
UIElementID.CharacterSheet_SubFeat_Marker_Template = 0x10000FE6
,
UIElementID.Key_Passive_Button = 0x10000FE7
,
UIElementID.Key_Active_Button = 0x10000FE8
,
UIElementID.Marker_TooltipProvider2 = 0x10000FE9
,
UIElementID.Marker_Title_TooltipProvider = 0x10000FEA
,
UIElementID.SpellLevelSummaryTabMarker = 0x10000FEB
,
UIElementID.CharGen_StatsField = 0x10000FEC
,
UIElementID.CharGen_MaxHP = 0x10000FED
,
UIElementID.CharGen_MaxSP = 0x10000FEE
,
UIElementID.CharGen_AC = 0x10000FEF
,
UIElementID.CharGen_FortitudeSave = 0x10000FF0
,
UIElementID.CharGen_ReflexSave = 0x10000FF1
,
UIElementID.CharGen_WillSave = 0x10000FF2
,
UIElementID.HARTField = 0x10000FF3
,
UIElementID.HARTPanel = 0x10000FF4
,
UIElementID.XPBarUIElement = 0x10000FF5
,
UIElementID.Key_Active_Skill_Button = 0x10000FF6
,
UIElementID.Key_Passive_Skill_Button = 0x10000FF7
,
UIElementID.HARTTabPanel = 0x10000FF8
,
UIElementID.HomeTab = 0x10000FF9
,
UIElementID.HomePage = 0x10000FFA
,
UIElementID.AnswersTab = 0x10000FFB
,
UIElementID.AnswersPage = 0x10000FFC
,
UIElementID.HomePageTemplate = 0x10000FFD
,
UIElementID.HomePageField = 0x10000FFE
,
UIElementID.AnswersPageTemplate = 0x10000FFF
,
UIElementID.AnswersPageField = 0x10001000
,
UIElementID.BenefitField = 0x10001001
,
UIElementID.CurrentBenefitField = 0x10001002
,
UIElementID.AvailableBenefitField = 0x10001003
,
UIElementID.AvailableBenefitScrollbar = 0x10001004
,
UIElementID.Benefit_MarkerTemplate = 0x10001005
,
UIElementID.AnswerPageTemplate = 0x10001006
,
UIElementID.CharGen_MaxHP_Label = 0x10001007
,
UIElementID.CharGen_MaxSP_Label = 0x10001008
,
UIElementID.CharGen_Fortitude_Label = 0x10001009
,
UIElementID.CharGen_Reflex_Label = 0x1000100A
,
UIElementID.CharGen_Will_Label = 0x1000100B
,
UIElementID.Skill_Marker_Total_Tooltip = 0x1000100C
,
UIElementID.Skill_Tooltip_Total_Title = 0x1000100D
,
UIElementID.Skill_Tooltip_Total_Value = 0x1000100E
,
UIElementID.Skill_Marker_Total_TooltipProvider = 0x1000100F
,
UIElementID.HotQuestJournal_MoveBar = 0x10001010
,
UIElementID.ComplexTooltip_Static = 0x10001011
,
UIElementID.Skill_Marker_Rank_Tooltip = 0x10001012
,
UIElementID.Skill_Tooltip_Rank_Title = 0x10001013
,
UIElementID.Skill_Tooltip_Rank_Value = 0x10001014
,
UIElementID.Skill_Marker_Ability_Tooltip = 0x10001015
,
UIElementID.Skill_Tooltip_Ability_Title = 0x10001016
,
UIElementID.Skill_Tooltip_Ability_Value = 0x10001017
,
UIElementID.Skill_Marker_Misc_Tooltip = 0x10001018
,
UIElementID.Skill_Tooltip_Misc_Title = 0x10001019
,
UIElementID.Skill_Tooltip_Misc_Value = 0x1000101A
,
UIElementID.Skill_Tooltip_Total_Equation = 0x1000101B
,
UIElementID.Skill_Tooltip_Total_Tooltip2 = 0x1000101C
,
UIElementID.Skill_Marker_Ranks_TooltipProvider = 0x1000101D
,
UIElementID.Skill_Marker_AbilityMod_TooltipProvider = 0x1000101E
,
UIElementID.Skill_Marker_Total_Bonus_TooltipProvider = 0x1000101F
,
UIElementID.BenefitCloseButton = 0x10001020
,
UIElementID.GetHelpTab = 0x10001021
,
UIElementID.GetHelpPage = 0x10001022
,
UIElementID.OpenRequestsTab = 0x10001023
,
UIElementID.OpenRequestsPage = 0x10001024
,
UIElementID.GetHelpTemplate = 0x10001025
,
UIElementID.GetHelpPageField = 0x10001026
,
UIElementID.OpenRequestTemplate = 0x10001027
,
UIElementID.GetHelpPageTemplate = 0x10001028
,
UIElementID.OpenRequestsPageTemplate = 0x10001029
,
UIElementID.OpenRequestPageField = 0x1000102A
,
UIElementID.HARTCloseButton = 0x1000102B
,
UIElementID.HelpOptionsList = 0x1000102C
,
UIElementID.GameplayQuestionButton = 0x1000102D
,
UIElementID.CharacterStuckButton = 0x1000102E
,
UIElementID.BenefitAddField = 0x1000102F
,
UIElementID.BenefitRemoveField = 0x10001030
,
UIElementID.CheatingButton = 0x10001031
,
UIElementID.TechnicalSupportButton = 0x10001032
,
UIElementID.AccountSupportButton = 0x10001033
,
UIElementID.PlayerAbuseButton = 0x10001034
,
UIElementID.NameViolationButton = 0x10001035
,
UIElementID.GetHelpPage_NextStep = 0x10001036
,
UIElementID.HelpPage_CategoryDesc = 0x10001037
,
UIElementID.HelpPage_ProblemDesc = 0x10001038
,
UIElementID.SubmitButton = 0x10001039
,
UIElementID.Request_AddCommentButton = 0x1000103A
,
UIElementID.Request_AddCommentText = 0x1000103B
,
UIElementID.Request_StatusListbox = 0x1000103C
,
UIElementID.Request_ResolveButton = 0x1000103D
,
UIElementID.Advancement_Skill_DecButton = 0x1000103E
,
UIElementID.Skill_Marker_Minus_Button = 0x1000103F
,
UIElementID.Skill_Marker_Plus_Button = 0x10001040
,
UIElementID.BenefitOkButton = 0x10001041
,
UIElementID.Marker_TooltipProvider_UIElementID = 0x10001042
,
UIElementID.ActionSpellDisplayUIElement = 0x10001043
,
UIElementID.ActionFeatDisplayUIElement = 0x10001044
,
UIElementID.ActionSkillDisplayUIElement = 0x10001045
,
UIElementID.ActionDisplay_Cooldown = 0x10001046
,
UIElementID.ComplexTooltip_SpellAction = 0x10001047
,
UIElementID.ComplexTooltip_FeatAction = 0x10001048
,
UIElementID.ComplexTooltip_SkillAction = 0x10001049
,
UIElementID.BenefitActionPointsDisplay = 0x1000104A
,
UIElementID.ActionDisplay_SpellPoints = 0x1000104B
,
UIElementID.ActionDisplay_SpellPointCost = 0x1000104C
,
UIElementID.RequestStatusField = 0x1000104D
,
UIElementID.RequestStatusTemplate = 0x1000104E
,
UIElementID.RequestStatus_RequestID = 0x1000104F
,
UIElementID.RequestStatus_CharName = 0x10001050
,
UIElementID.RequestStatus_LastModified = 0x10001051
,
UIElementID.Request_StatusTitleField = 0x10001052
,
UIElementID.ComplexTooltip_SpellAction_Backup = 0x10001053
,
UIElementID.ActionDisplay_List = 0x10001054
,
UIElementID.ActionDisplay_ListTemplate = 0x10001055
,
UIElementID.ActionDisplay_NameTemplate = 0x10001056
,
UIElementID.ActionDisplay_DescriptionTemplate = 0x10001057
,
UIElementID.ActionDisplay_CooldownTemplate = 0x10001058
,
UIElementID.ActionDisplay_SpellPointCostTemplate = 0x10001059
,
UIElementID.RequestStatus_CurrStatus = 0x1000105A
,
UIElementID.ActionDisplay_SpellSchooTemplate = 0x1000105B
,
UIElementID.ActionDisplay_Label = 0x1000105C
,
UIElementID.ActionDisplay_Value = 0x1000105D
,
UIElementID.ActionDisplay_SpellSchoolTemplate = 0x1000105E
,
UIElementID.ActionDisplay_SubLabel = 0x1000105F
,
UIElementID.ActionDisplay_SubValue = 0x10001060
,
UIElementID.ActionDisplay_SpellLevelTemplate = 0x10001061
,
UIElementID.ActionDisplay_SpellComponentTemplate = 0x10001062
,
UIElementID.ActionDisplay_SpellCastingTimeTemplate = 0x10001063
,
UIElementID.ActionDisplay_SpellTargetTemplate = 0x10001064
,
UIElementID.gui2_button_drop_down = 0x10001065
,
UIElementID.gui2_button_drop_down_box = 0x10001066
,
UIElementID.gui2_button_drop_down_arrow = 0x10001067
,
UIElementID.gui2_button_drop_down_w = 0x10001068
,
UIElementID.gui2_button_drop_down_n = 0x10001069
,
UIElementID.gui2_button_drop_down_s = 0x1000106A
,
UIElementID.gui2_button_drop_down_e = 0x1000106B
,
UIElementID.gui2_button_drop_down_nw = 0x1000106C
,
UIElementID.gui2_button_drop_down_sw = 0x1000106D
,
UIElementID.gui2_button_drop_down_ne = 0x1000106E
,
UIElementID.gui2_button_drop_down_se = 0x1000106F
,
UIElementID.HelpPage_ProblemDesc_Scrollbar = 0x10001070
,
UIElementID.Request_AddComment_Scrollbar = 0x10001071
,
UIElementID.Request_StatusListbox_Scrollbar = 0x10001072
,
UIElementID.ReportBugField = 0x10001073
,
UIElementID.ReportBug_VersionLabel = 0x10001074
,
UIElementID.ReportBugBrowser = 0x10001075
,
UIElementID.ReportBugsTab = 0x10001076
,
UIElementID.ReportBugsPage = 0x10001077
,
UIElementID.ReportBugsPageTemplate = 0x10001078
,
UIElementID.Appearance_Viewport = 0x10001079
,
UIElementID.RestrictionDisplay_ActionDisplay = 0x1000107A
,
UIElementID.RestrictionDisplay_SpellActionDisplay = 0x1000107B
,
UIElementID.ActionDisplay_Bkg = 0x1000107C
,
UIElementID.ComplexTooltip_Item = 0x1000107D
,
UIElementID.ComplexTooltip_Item_Name = 0x1000107E
,
UIElementID.ClassSelect_Video = 0x1000107F
,
UIElementID.Trade_Titlebar = 0x10001080
,
UIElementID.Trade_slots_image = 0x10001081
,
UIElementID.QuestMarker_GoalSynopsis = 0x10001082
,
UIElementID.Trade_Partner_Panel = 0x10001083
,
UIElementID.Trade_Offer_Panel = 0x10001084
,
UIElementID.Trade_Partner_Label = 0x10001085
,
UIElementID.Trade_Offer_Label = 0x10001086
,
UIElementID.Tracker_Label_Edit_Box = 0x10001087
,
UIElementID.Trade_Offer_lvl1_Box = 0x10001088
,
UIElementID.Trade_Partner_lvl1_Box = 0x10001089
,
UIElementID.CharGen_StagePanel = 0x1000108A
,
UIElementID.Shortcut_Skill_Marker = 0x1000108B
,
UIElementID.Shortcut_Spell_Marker = 0x1000108C
,
UIElementID.Shortcut_Feat_Marker = 0x1000108D
,
UIElementID.Shortcut_Item_Marker = 0x1000108E
,
UIElementID.gui2_inventory_tabB_medium = 0x1000108F
,
UIElementID.Inventory_TabB_images = 0x10001090
,
UIElementID.ChatDisplay_VisibilityButton = 0x10001091
,
UIElementID.CharGen_Appearance_RotateLeft_Button = 0x10001092
,
UIElementID.CharGen_Appearance_RotateRight_Button = 0x10001093
,
UIElementID.CharGen_RotateButtons_Field = 0x10001094
,
UIElementID.ExaminationActionDisplay_NameTemplate = 0x10001095
,
UIElementID.ExaminationActionDisplay_DescriptionTemplate = 0x10001096
,
UIElementID.ExaminationActionDisplay_CooldownTemplate = 0x10001097
,
UIElementID.ExaminationActionDisplay_SpellPointCostTemplate = 0x10001098
,
UIElementID.ExaminationActionDisplay_SpellSchoolTemplate = 0x10001099
,
UIElementID.ExaminationActionDisplay_SpellLevelTemplate = 0x1000109A
,
UIElementID.ExaminationActionDisplay_SpellComponentTemplate = 0x1000109B
,
UIElementID.ExaminationActionDisplay_SpellCastingTimeTemplate = 0x1000109C
,
UIElementID.ExaminationActionDisplay_SpellTargetTemplate = 0x1000109D
,
UIElementID.Marker_DisabledOverlay_Screen = 0x1000109E
,
UIElementID.Marker_DisabledOverlay_Layer1 = 0x1000109F
,
UIElementID.QuestMarker_FailedIcon = 0x100010A0
,
UIElementID.AdviceCharGenUIElement = 0x100010A1
,
UIElementID.Advice_Bkg = 0x100010A2
,
UIElementID.Advice_Text = 0x100010A3
,
UIElementID.CharGenAdviceUIElement = 0x100010A4
,
UIElementID.Hart_Dragbar = 0x100010A5
,
UIElementID.dragbar_art = 0x100010A6
,
UIElementID.Hart_Panel = 0x100010A7
,
UIElementID.CharGen_Feat_ChoiceList_Frame = 0x100010A8
,
UIElementID.CharGen_Feat_ChoiceList_Field = 0x100010A9
,
UIElementID.CharGen_Feat_GrantedList_Frame = 0x100010AA
,
UIElementID.CharGen_Feat_GrantedList_Field = 0x100010AB
,
UIElementID.Ability_Advice = 0x100010AC
,
UIElementID.dragbar_art_1 = 0x100010AD
,
UIElementID.dragbar_art_2 = 0x100010AE
,
UIElementID.CharGenAbilityAdvice = 0x100010AF
,
UIElementID.CharGenSkillAdvice = 0x100010B0
,
UIElementID.CharGenFeatAdvice = 0x100010B1
,
UIElementID.CharGenSpellAdvice = 0x100010B2
,
UIElementID.CharGen_Feat_Advice = 0x100010B3
,
UIElementID.CharGen_Skill_Advice = 0x100010B4
,
UIElementID.CharGen_Spell_Advice = 0x100010B5
,
UIElementID.Advancement_Stage_Panel = 0x100010B6
,
UIElementID.TestCode = 0x100010B7
,
UIElementID.Feat_StaticList_Template = 0x100010B8
,
UIElementID.Appearance_Field = 0x100010B9
,
UIElementID.AppearanceUIElement_LockButton = 0x100010BA
,
UIElementID.Halfling_Female = 0x100010BB
,
UIElementID.Halfling_Male = 0x100010BC
,
UIElementID.Human_Male = 0x100010BD
,
UIElementID.Human_Female = 0x100010BE
,
UIElementID.Elf_Male = 0x100010BF
,
UIElementID.Elf_Female = 0x100010C0
,
UIElementID.Warforged = 0x100010C1
,
UIElementID.Dwarf_Male = 0x100010C2
,
UIElementID.Dwarf_Female = 0x100010C3
,
UIElementID.Avatar_Image = 0x100010C4
,
UIElementID.ComplexTooltip_Str = 0x100010C5
,
UIElementID.ComplexTooltip_DEX = 0x100010C6
,
UIElementID.ComplexTooltip_CON = 0x100010C7
,
UIElementID.ComplexTooltip_INT = 0x100010C8
,
UIElementID.ComplexTooltip_WIS = 0x100010C9
,
UIElementID.ComplexTooltip_CHA = 0x100010CA
,
UIElementID.Ability_TooltipProvider_STR = 0x100010CB
,
UIElementID.Ability_TooltipProvider_DEX = 0x100010CC
,
UIElementID.Ability_TooltipProvider_CON = 0x100010CD
,
UIElementID.Ability_TooltipProvider_INT = 0x100010CE
,
UIElementID.Ability_TooltipProvider_WIS = 0x100010CF
,
UIElementID.Ability_TooltipProvider_CHA = 0x100010D0
,
UIElementID.Appearance_Line = 0x100010D1
,
UIElementID.Button_Lock = 0x100010D2
,
UIElementID.Stage_Display = 0x100010D3
,
UIElementID.StageDisplay_Ornament_Top = 0x100010D4
,
UIElementID.StageDisplay_Ornament_Bottom = 0x100010D5
,
UIElementID.StageDisplay_Panel = 0x100010D6
,
UIElementID.StepsDisplay_LineTemplate = 0x100010D7
,
UIElementID.Steps_Display = 0x100010D8
,
UIElementID.StepsDisplay_Ornament_Top = 0x100010D9
,
UIElementID.StepsDisplay_Ornament_Bottom = 0x100010DA
,
UIElementID.StepsDisplay_Panel = 0x100010DB
,
UIElementID.StepsDisplay_Line_Label = 0x100010DC
,
UIElementID.StepsDisplay_Line_Graphic = 0x100010DD
,
UIElementID.StepsDisplay_Label = 0x100010DE
,
UIElementID.StepsDisplay_Number = 0x100010DF
,
UIElementID.StepsLine_Race = 0x100010E0
,
UIElementID.StepsLine_Class = 0x100010E1
,
UIElementID.StepsLine_AbilityScores = 0x100010E2
,
UIElementID.StepsLine_Skills = 0x100010E3
,
UIElementID.StepsLine_Feats = 0x100010E4
,
UIElementID.StepsLine_Spells = 0x100010E5
,
UIElementID.StepsLine_Appearance = 0x100010E6
,
UIElementID.Avatar_SummaryText = 0x100010E7
,
UIElementID.Advice_Scrollbar = 0x100010E8
,
UIElementID.Avatar_GenderSelector = 0x100010E9
,
UIElementID.Avatar_GenderField = 0x100010EA
,
UIElementID.Avatar_Male = 0x100010EB
,
UIElementID.Avatar_Female = 0x100010EC
,
UIElementID.FeatMarker_TitleText = 0x100010ED
,
UIElementID.FuzeBrowser = 0x100010EE
,
UIElementID.CharGen_NormalFeat_DragTarget = 0x100010EF
,
UIElementID.CharGen_HumanBonusFeat_DragTarget = 0x100010F0
,
UIElementID.CharGen_ClassFeat_DragTarget = 0x100010F1
,
UIElementID.CharGen_PreGen = 0x100010F2
,
UIElementID.CharGen_PreGenChar = 0x100010F3
,
UIElementID.Advancement_NormalFeat_DragTarget = 0x100010F4
,
UIElementID.Advancement_ClassFeat_DragTarget = 0x100010F5
,
UIElementID.Advancement_Feat_StaticList_Template = 0x100010F6
,
UIElementID.Advancement_Feat_List_Template = 0x100010F7
,
UIElementID.Shop_Repair_Button = 0x100010F8
,
UIElementID.Shop_Repair_ContainerField = 0x100010F9
,
UIElementID.Shop_Repair_Listbox_Bkg = 0x100010FA
,
UIElementID.Shop_Repair_ContainerListBox = 0x100010FB
,
UIElementID.Shop_Repair_Scrollbar = 0x100010FC
,
UIElementID.RadarAreaName = 0x100010FD
,
UIElementID.temp_800x600_graphic = 0x100010FE
,
UIElementID.Avatar_Image_Frame = 0x100010FF
,
UIElementID.ClassSelect_Video_Frame = 0x10001100
,
UIElementID.HomePage_WelcomeHeader = 0x10001101
,
UIElementID.AdminElement_Immortal = 0x10001102
,
UIElementID.AdminElement_Immortal_Text = 0x10001103
,
UIElementID.AdminElement_Immortal_Toggle = 0x10001104
,
UIElementID.Appearance_Viewport_Placeholder = 0x10001105
,
UIElementID.KeyAbility_Column_Label = 0x10001106
,
UIElementID.Rank_Column_Label = 0x10001107
,
UIElementID.TotalRank_Column_Label = 0x10001108
,
UIElementID.AbilityMod_Column_Label = 0x10001109
,
UIElementID.MiscMod_Column_Label = 0x1000110A
,
UIElementID.Footnote_Crossclass = 0x1000110B
,
UIElementID.CharGen_MaxHP_Label_Bkg = 0x1000110C
,
UIElementID.CharGen_MaxHP_Bkg = 0x1000110D
,
UIElementID.CharGen_MaxSP_Label_Bkg = 0x1000110E
,
UIElementID.CharGen_MaxSP_Bkg = 0x1000110F
,
UIElementID.CharGen_FortitudeSave_Label_Bkg = 0x10001110
,
UIElementID.CharGen_FortitudeSave_Bkg = 0x10001111
,
UIElementID.CharGen_ReflexSave_Label_Bkg = 0x10001112
,
UIElementID.CharGen_ReflexSave_Bkg = 0x10001113
,
UIElementID.CharGen_WillSave_Label_Bkg = 0x10001114
,
UIElementID.CharGen_WillSave_Bkg = 0x10001115
,
UIElementID.ComplexTooltip_Effect = 0x10001116
,
UIElementID.CT_Effect_Name = 0x10001117
,
UIElementID.CT_Effect_Description = 0x10001118
,
UIElementID.AdminElement_AdminVis = 0x10001119
,
UIElementID.AdminElement_AdminVis_Text = 0x1000111A
,
UIElementID.AdminElement_AdminVis_Toggle = 0x1000111B
,
UIElementID.Points_Column_Label = 0x1000111C
,
UIElementID.Points_Value = 0x1000111D
,
UIElementID.AdminElement_Halt = 0x1000111E
,
UIElementID.AdminElement_Halt_Text = 0x1000111F
,
UIElementID.AdminElement_Halted_Toggle = 0x10001120
,
UIElementID.AdminElement_Halt_Toggle = 0x10001121
,
UIElementID.Durability_LifeMeter = 0x10001122
,
UIElementID.Durability_LifeBkg = 0x10001123
,
UIElementID.Button_Eye_Large = 0x10001124
,
UIElementID.Button_Eye_Small = 0x10001125
,
UIElementID.AdminDisplay_TargetName = 0x10001126
,
UIElementID.AdminDisplay_TargetIID = 0x10001127
,
UIElementID.AdminElement_TargetName_Label = 0x10001128
,
UIElementID.AdminElement_TargetName_Text = 0x10001129
,
UIElementID.AdminElement_TargetIID_Label = 0x1000112A
,
UIElementID.AdminElement_TargetIID_Text = 0x1000112B
,
UIElementID.ComplexTooltip_Alert = 0x1000112C
,
UIElementID.CT_Alert_Name = 0x1000112D
,
UIElementID.CT_Alert_Description = 0x1000112E
,
UIElementID.AdminDisplay_TeleportListBox = 0x1000112F
,
UIElementID.AdminDisplay_TeleportScrollbar = 0x10001130
,
UIElementID.AdminDisplay_TeleportLabel = 0x10001131
,
UIElementID.AdminElement_TeleportLocation = 0x10001132
,
UIElementID.CommandPageTemplate = 0x10001133
,
UIElementID.TeleportPageTemplate = 0x10001134
,
UIElementID.CommandPage = 0x10001135
,
UIElementID.TeleportPage = 0x10001136
,
UIElementID.CommandTab = 0x10001137
,
UIElementID.TeleportTab = 0x10001138
,
UIElementID.AdminDisplay_TeleportField = 0x10001139
,
UIElementID.AdminDisplay_TeleportButton = 0x1000113A
,
UIElementID.footnote = 0x1000113B
,
UIElementID.AdminDisplay_TeleportText = 0x1000113C
,
UIElementID.AdminElement_Smite = 0x1000113D
,
UIElementID.AdminElement_Smite_Button = 0x1000113E
,
UIElementID.AdminElement_SmiteAll_Button = 0x1000113F
,
UIElementID.Examine_Button = 0x10001140
,
UIElementID.Error_Bar_Text = 0x10001141
,
UIElementID.Button_Examine_Sm = 0x10001142
,
UIElementID.test_button = 0x10001143
,
UIElementID.Button_Examine_Sm_Round = 0x10001144
,
UIElementID.HintUIElement = 0x10001145
,
UIElementID.HintUIElement_Title = 0x10001146
,
UIElementID.HintUIElement_Description = 0x10001147
,
UIElementID.HintField = 0x10001148
,
UIElementID.MapNoteFilterMenu = 0x10001149
,
UIElementID.FilterMenuTemplate = 0x1000114A
,
UIElementID.FilterMenuSelectionState = 0x1000114B
,
UIElementID.FilterMenuIcon = 0x1000114C
,
UIElementID.FilterMenuDescription = 0x1000114D
,
UIElementID.Skill_Column_Labels = 0x1000114E
,
UIElementID.AdminDisplay_TeleToText = 0x1000114F
,
UIElementID.AdminDisplay_TeleToButton = 0x10001150
,
UIElementID.AdminDisplay_TeleCharText = 0x10001151
,
UIElementID.AdminDisplay_TeleCharButton = 0x10001152
,
UIElementID.AdminElement_TeleChar_Label = 0x10001153
,
UIElementID.HintUIElement_CloseButton = 0x10001154
,
UIElementID.AdminElement_Quest = 0x10001155
,
UIElementID.AdminDisplay_QuestListBox = 0x10001156
,
UIElementID.AdminDisplay_QuestScrollbar = 0x10001157
,
UIElementID.AdminDisplay_QuestText = 0x10001158
,
UIElementID.AdminDisplay_TeleQuestButton = 0x10001159
,
UIElementID.QuestPage = 0x1000115A
,
UIElementID.QuestTab = 0x1000115B
,
UIElementID.AdminElement_TeleTo_Label = 0x1000115C
,
UIElementID.AdminElement_TeleToText_Label = 0x1000115D
,
UIElementID.AdminElement_TeleCharText_Label = 0x1000115E
,
UIElementID.AdminElement_QuestText_Label = 0x1000115F
,
UIElementID.AdminDisplay_LockQuestButton = 0x10001160
,
UIElementID.AdminDisplay_UnlockQuestButton = 0x10001161
,
UIElementID.AdminElement_Teleport = 0x10001162
,
UIElementID.ExamHeaderDisplayNoIconUIElement = 0x10001163
,
UIElementID.ExaminationDisplay_HeaderNoIcon = 0x10001164
,
UIElementID.box_tooltip = 0x10001165
,
UIElementID.box_tooltip_Center = 0x10001166
,
UIElementID.box_tooltip_LeftBorder = 0x10001167
,
UIElementID.box_tooltip_LowLeftCorner = 0x10001168
,
UIElementID.box_tooltip_BottomBorder = 0x10001169
,
UIElementID.box_tooltip_LowRightCorner = 0x1000116A
,
UIElementID.box_tooltip_RightBorder = 0x1000116B
,
UIElementID.box_tooltip_TopRightCorner = 0x1000116C
,
UIElementID.box_tooltip_TopBorder = 0x1000116D
,
UIElementID.box_tooltip_TopLeftCorner = 0x1000116E
,
UIElementID.CTT_Static_Bkg = 0x1000116F
,
UIElementID.CTT_Item_Bkg = 0x10001170
,
UIElementID.CTF_List_Bkg = 0x10001171
,
UIElementID.CTF_HitPoints_Bkg = 0x10001172
,
UIElementID.CTF_SpellPoints_Bkg = 0x10001173
,
UIElementID.CT_Static_Bkg = 0x10001174
,
UIElementID.CT_Item_Bkg = 0x10001175
,
UIElementID.CT_Formula_Bkg = 0x10001176
,
UIElementID.CT_HitPoints_Bkg = 0x10001177
,
UIElementID.CT_SpellPoints_Bkg = 0x10001178
,
UIElementID.CT_SavingThrow_Bkg = 0x10001179
,
UIElementID.CT_ArmorClass_Bkg = 0x1000117A
,
UIElementID.CT_ArmorClassBlocking_Bkg = 0x1000117B
,
UIElementID.CT_Abilities_Bkg = 0x1000117C
,
UIElementID.CT_Effect_Bkg = 0x1000117D
,
UIElementID.CT_Alert_Bkg = 0x1000117E
,
UIElementID.ComplexTooltip_BaseAttackBonus = 0x1000117F
,
UIElementID.CTBAB_Title = 0x10001180
,
UIElementID.CTBAB_Melee = 0x10001181
,
UIElementID.CTBAB_MeleeEq = 0x10001182
,
UIElementID.CTBAB_Ranged = 0x10001183
,
UIElementID.CTBAB_RangedEq = 0x10001184
,
UIElementID.Melee_Tooltip = 0x10001185
,
UIElementID.CharSelect_Viewport = 0x10001186
,
UIElementID.CharSelect_RotateButtons_Field = 0x10001187
,
UIElementID.CharSelect_Appearance_RotateLeft_Button = 0x10001188
,
UIElementID.CharSelect_Appearance_RotateRight_Button = 0x10001189
,
UIElementID.Melee_TooltipProvider = 0x1000118A
,
UIElementID.Melee_ComplexTooltip = 0x1000118B
,
UIElementID.HintUIElement_NeverShowAgainButton = 0x1000118C
,
UIElementID.Melee_Tooltip_Title = 0x1000118D
,
UIElementID.Melee_Tooltip_Value = 0x1000118E
,
UIElementID.ActionDisplay_SpellFailureTemplate = 0x1000118F
,
UIElementID.AdminDisplay_LockedQuestListBox = 0x10001190
,
UIElementID.AdminDisplay_LockedQuestScrollbar = 0x10001191
,
UIElementID.AdminDisplay_RefreshLockedQuestsButton = 0x10001192
,
UIElementID.HintUIElement_NeverShowAgainText = 0x10001193
,
UIElementID.NeverShowAgainField = 0x10001194
,
UIElementID.HintUIElement_NeverShowAgainField = 0x10001195
,
UIElementID.DMTextField = 0x10001196
,
UIElementID.HintUIElement_Image = 0x10001197
,
UIElementID.Trade_Partner_Accepted = 0x10001198
,
UIElementID.Trade_Offer_Accepted = 0x10001199
,
UIElementID.AdminElement_Quests_Label = 0x1000119A
,
UIElementID.AdminElement_LockedQuests_Label = 0x1000119B
,
UIElementID.Resistance_Element = 0x1000119C
,
UIElementID.Charstats_Resistance_Label = 0x1000119D
,
UIElementID.Charstats_Resistance_Value_Box = 0x1000119E
,
UIElementID.Charstats_Resistance_Value = 0x1000119F
,
UIElementID.CharStats_ResistancesList = 0x100011A0
,
UIElementID.Resistance_Element_Acid = 0x100011A1
,
UIElementID.Resistance_Element_Cold = 0x100011A2
,
UIElementID.Resistance_Element_Electric = 0x100011A3
,
UIElementID.Resistance_Element_Fire = 0x100011A4
,
UIElementID.Resistance_Element_Sonic = 0x100011A5
,
UIElementID.FocusOrb_InteractionButton = 0x100011A6
,
UIElementID.Fortification_Vessel = 0x100011A7
,
UIElementID.Fortification_Label = 0x100011A8
,
UIElementID.Fortification_Value_Box = 0x100011A9
,
UIElementID.Fortification_Value = 0x100011AA
,
UIElementID.DamageReductionEntry_TooltipProvider = 0x100011AB
,
UIElementID.Fortification_ComplexTooltip = 0x100011AC
,
UIElementID.Fortification_Tooltip_Title = 0x100011AD
,
UIElementID.Fortification_Tooltip_Value = 0x100011AE
,
UIElementID.TestMainChat = 0x100011AF
,
UIElementID.Fortification_TooltipProvider = 0x100011B0
,
UIElementID.SpellResistance_ComplexTooltip = 0x100011B1
,
UIElementID.SpellResistance_Tooltip_Title = 0x100011B2
,
UIElementID.SpellResistance_Tooltip_Value = 0x100011B3
,
UIElementID.SpellResistance_TooltipProvider = 0x100011B4
,
UIElementID.box_amber = 0x100011B5
,
UIElementID.box_amber_Center = 0x100011B6
,
UIElementID.box_amber_LeftBorder = 0x100011B7
,
UIElementID.box_amber_LowLeftCorner = 0x100011B8
,
UIElementID.box_amber_BottomBorder = 0x100011B9
,
UIElementID.box_amber_LowRightCorner = 0x100011BA
,
UIElementID.box_amber_RightBorder = 0x100011BB
,
UIElementID.box_amber_TopRightCorner = 0x100011BC
,
UIElementID.box_amber_TopBorder = 0x100011BD
,
UIElementID.box_amber_TopLeftCorner = 0x100011BE
,
UIElementID.box_chat = 0x100011BF
,
UIElementID.box_chat_Center = 0x100011C0
,
UIElementID.box_chat_LeftBorder = 0x100011C1
,
UIElementID.box_chat_LowLeftCorner = 0x100011C2
,
UIElementID.box_chat_BottomBorder = 0x100011C3
,
UIElementID.box_chat_LowRightCorner = 0x100011C4
,
UIElementID.box_chat_RightBorder = 0x100011C5
,
UIElementID.box_chat_TopRightCorner = 0x100011C6
,
UIElementID.box_chat_TopBorder = 0x100011C7
,
UIElementID.box_chat_TopLeftCorner = 0x100011C8
,
UIElementID.Chat_Panel = 0x100011C9
,
UIElementID.Chat_TextEntry_Box = 0x100011CA
,
UIElementID.Panel_Side = 0x100011CB
,
UIElementID.Viewport_Side = 0x100011CC
,
UIElementID.CharSelect_Viewport_Vessel = 0x100011CD
,
UIElementID.HintUIElement_DragBar = 0x100011CE
,
UIElementID.box_amber_center_layer1 = 0x100011CF
,
UIElementID.Tutorial_Frame = 0x100011D0
,
UIElementID.chat_entry_box = 0x100011D1
,
UIElementID.AdminElement_Diagnostic = 0x100011D2
,
UIElementID.AdminDisplay_DiagnosticScrollbar = 0x100011D3
,
UIElementID.AdminDisplay_DiagnosticText = 0x100011D4
,
UIElementID.DiagnosticPage = 0x100011D5
,
UIElementID.DiagnosticTab = 0x100011D6
,
UIElementID.AdminElement_Dump = 0x100011D7
,
UIElementID.AdminElement_DumpAdventures_Button = 0x100011D8
,
UIElementID.AdminElement_DumpQuests_Button = 0x100011D9
,
UIElementID.ComplexTooltip_DamageReduction = 0x100011DA
,
UIElementID.box_viewport_glass = 0x100011DB
,
UIElementID.box_viewport_glass_w = 0x100011DC
,
UIElementID.box_viewport_glass_sw = 0x100011DD
,
UIElementID.box_viewport_glass_s = 0x100011DE
,
UIElementID.box_viewport_glass_se = 0x100011DF
,
UIElementID.box_viewport_glass_e = 0x100011E0
,
UIElementID.box_viewport_glass_ne = 0x100011E1
,
UIElementID.box_viewport_glass_n = 0x100011E2
,
UIElementID.box_viewport_glass_nw = 0x100011E3
,
UIElementID.box_viewport = 0x100011E4
,
UIElementID.box_viewport_w = 0x100011E5
,
UIElementID.box_viewport_sw = 0x100011E6
,
UIElementID.box_viewport_s = 0x100011E7
,
UIElementID.box_viewport_se = 0x100011E8
,
UIElementID.box_viewport_e = 0x100011E9
,
UIElementID.box_viewport_ne = 0x100011EA
,
UIElementID.box_viewport_n = 0x100011EB
,
UIElementID.box_viewport_nw = 0x100011EC
,
UIElementID.ComplexTooltip_Formula_DREntry = 0x100011ED
,
UIElementID.box_viewport_n_b = 0x100011EE
,
UIElementID.box_viewport_s_b = 0x100011EF
,
UIElementID.box_viewport_ornament_nw = 0x100011F0
,
UIElementID.CTF_Title = 0x100011F1
,
UIElementID.box_viewport_ornament_ne = 0x100011F2
,
UIElementID.box_viewport_ornament_s = 0x100011F3
,
UIElementID.box_glass = 0x100011F4
,
UIElementID.CharSelect_Viewport_Frame = 0x100011F5
,
UIElementID.Viewport_Frame = 0x100011F6
,
UIElementID.Book_Text_Bkg = 0x100011F7
,
UIElementID.AdminDisplay_TeleQuestAllButton = 0x100011F8
,
UIElementID.AdminElement_Fellowship_Label = 0x100011F9
,
UIElementID.MapNoteMenu_Label = 0x100011FA
,
UIElementID.MapForeground_Frame = 0x100011FB
,
UIElementID.Map_Lvl1_Bkg = 0x100011FC
,
UIElementID.DragBar_02 = 0x100011FD
,
UIElementID.dragbar_left = 0x100011FE
,
UIElementID.dragbar_center = 0x100011FF
,
UIElementID.dragbar_right = 0x10001200
,
UIElementID.LogoutProgressMeter = 0x10001201
,
UIElementID.BreathProgressMeter = 0x10001202
,
UIElementID.ProgressUIElement_Background = 0x10001203
,
UIElementID.Title__Bar = 0x10001204
,
UIElementID.MainSocial_Bkg = 0x10001205
,
UIElementID.ActionDisplay_PrerequisiteTemplate = 0x10001206
,
UIElementID.AdminElement_DumpInventory_Button = 0x10001207
,
UIElementID.AdminElement_Deaf = 0x10001208
,
UIElementID.AdminElement_Deaf_Text = 0x10001209
,
UIElementID.AdminElement_Deaf_Toggle = 0x1000120A
,
UIElementID.Title_Label = 0x1000120B
,
UIElementID.Resize_SE = 0x1000120C
,
UIElementID.GuildField_Lvl1_Bkg = 0x1000120D
,
UIElementID.ActionDisplay_SpellMaterialComponentTemplate = 0x1000120E
,
UIElementID.ExaminationActionDisplay_SpellMaterialComponentTemplate = 0x1000120F
,
UIElementID.InteractionButtonUIElement = 0x10001210
,
UIElementID.DestroyItemButtonUIElement = 0x10001211
,
UIElementID.DestroyItem_Button = 0x10001212
,
UIElementID.AbandonProgressMeter = 0x10001213
,
UIElementID.AbandonQuestProgressMeter = 0x10001214
,
UIElementID.RecallProgressMeter = 0x10001215
,
UIElementID.Marker_HighlightOverlay = 0x10001216
,
UIElementID.InviteToPartyButtonUIElement = 0x10001217
,
UIElementID.KickFromPartyButtonUIElement = 0x10001218
,
UIElementID.MakePartyLeaderButtonUIElement = 0x10001219
,
UIElementID.TradeButtonUIElement = 0x1000121A
,
UIElementID.UseButtonUIElement = 0x1000121B
,
UIElementID.InteractionButtonsField = 0x1000121C
,
UIElementID.Use_Button = 0x1000121D
,
UIElementID.Trade_Button = 0x1000121E
,
UIElementID.MakePartyLeader_Button = 0x1000121F
,
UIElementID.KickFromParty = 0x10001220
,
UIElementID.InviteToParty_Button = 0x10001221
,
UIElementID.Button_Orb_Menu = 0x10001222
,
UIElementID.AttackButtonUIElement = 0x10001223
,
UIElementID.MenuButtonUIElement = 0x10001224
,
UIElementID.InteractionMenu_Button = 0x10001225
,
UIElementID.GuildMotD_Scrollbar = 0x10001226
,
UIElementID.CharGen_Feat_Myfeats_Panel = 0x10001227
,
UIElementID.CharGen_Feat_AvailFeats_Panel = 0x10001228
,
UIElementID.CharGen_Feat_MyFeat_Label = 0x10001229
,
UIElementID.CharGen_Feat_AvailFeats_Label = 0x1000122A
,
UIElementID.Attack_Button = 0x1000122B
,
UIElementID.Button_Scroll_Up = 0x1000122C
,
UIElementID.Button_Scroll_Down = 0x1000122D
,
UIElementID.NormalFeat_Hint = 0x1000122E
,
UIElementID.HumanBonusFeat_Hint = 0x1000122F
,
UIElementID.ClassFeat_Hint = 0x10001230
,
UIElementID.NormalFeat_TootipProvider = 0x10001231
,
UIElementID.HumanBonusFeat_TootipProvider = 0x10001232
,
UIElementID.ClassFeat_TootipProvider = 0x10001233
,
UIElementID.CharacterSheet_ActiveSubFeat_Marker_Template = 0x10001234
,
UIElementID.Target_Image = 0x10001235
,
UIElementID.ExaminationDisplay_UseEffects = 0x10001236
,
UIElementID.ExaminationDisplay_CasterLevel = 0x10001237
,
UIElementID.ColorPickerTemplate = 0x10001238
,
UIElementID.ExaminationDisplay_OpenLockBonus = 0x10001239
,
UIElementID.ExaminationDisplay_DisableDeviceBonus = 0x1000123A
,
UIElementID.ExaminationDisplay_HealBonus = 0x1000123B
,
UIElementID.ExaminationDisplay_RepairBonus = 0x1000123C
,
UIElementID.ColorPickerTemplateLabel = 0x1000123D
,
UIElementID.ColorPickerTemplateChoice = 0x1000123E
,
UIElementID.LFGLevelValue = 0x1000123F
,
UIElementID.CurrencyUIElement = 0x10001240
,
UIElementID.StatsContainer = 0x10001241
,
UIElementID.CurrentBenefitScrollbar = 0x10001242
,
UIElementID.tmp = 0x10001243
,
UIElementID.ColorPickerTemplate_Label = 0x10001244
,
UIElementID.ColorPickerTemplate_Picker = 0x10001245
,
UIElementID.ChatTabs_DataList = 0x10001246
,
UIElementID.CopperEntry_Field = 0x10001247
,
UIElementID.CoperLabel = 0x10001248
,
UIElementID.CopperValue = 0x10001249
,
UIElementID.SilverEntry_Field = 0x1000124A
,
UIElementID.GoldEntry_Field = 0x1000124B
,
UIElementID.PlatinumEntry_Field = 0x1000124C
,
UIElementID.CopperLabel = 0x1000124D
,
UIElementID.SilverLabel = 0x1000124E
,
UIElementID.GoldLabel = 0x1000124F
,
UIElementID.GoldValue = 0x10001250
,
UIElementID.PlatinumLabel = 0x10001251
,
UIElementID.PlatinumValue = 0x10001252
,
UIElementID.CurrencyList = 0x10001253
,
UIElementID.CurrencyWideUIElement = 0x10001254
,
UIElementID.CurrencyTallUIElement = 0x10001255
,
UIElementID.CurrencyWideList = 0x10001256
,
UIElementID.CurrencyTallElement = 0x10001257
,
UIElementID.CurrencyEntryLabel = 0x10001258
,
UIElementID.CurrencyEntryValue = 0x10001259
,
UIElementID.Currency_Bkg = 0x1000125A
,
UIElementID.CopperEntry = 0x1000125B
,
UIElementID.SilverEntry = 0x1000125C
,
UIElementID.GoldEntry = 0x1000125D
,
UIElementID.PlatinumEntry = 0x1000125E
,
UIElementID.CopperTemplate = 0x1000125F
,
UIElementID.SilverTemplate = 0x10001260
,
UIElementID.GoldTemplate = 0x10001261
,
UIElementID.PlatinumTemplate = 0x10001262
,
UIElementID.PlayerCopperEntry = 0x10001263
,
UIElementID.PlayerSilverEntry = 0x10001264
,
UIElementID.PlayerGoldEntry = 0x10001265
,
UIElementID.PlayerPlatinumEntry = 0x10001266
,
UIElementID.TradePartnerCopperEntry = 0x10001267
,
UIElementID.TradePartnerSilverEntry = 0x10001268
,
UIElementID.TradePartnerGoldEntry = 0x10001269
,
UIElementID.TradePartnerPlatinumEntry = 0x1000126A
,
UIElementID.Currency_Player_Wide = 0x1000126B
,
UIElementID.Currency_Player_Tall = 0x1000126C
,
UIElementID.Currency_TradePartner_Wide = 0x1000126D
,
UIElementID.Currency_TradePartner_Tall = 0x1000126E
,
UIElementID.Shop_SortValue_Button = 0x1000126F
,
UIElementID.Shop_SortValue_Label = 0x10001270
,
UIElementID.Shop_SortValue_Butto = 0x10001271
,
UIElementID.PlayerCurrency = 0x10001272
,
UIElementID.TradePartnerCurrency = 0x10001273
,
UIElementID.tmp_text = 0x10001274
,
UIElementID.Currency = 0x10001275
,
UIElementID.TradePartner_Currency = 0x10001276
,
UIElementID.Decorated_Currency_Player_Wide = 0x10001277
,
UIElementID.Shop_Player_Currency = 0x10001278
,
UIElementID.Shop_Vendor_PlayerCurrency = 0x10001279
,
UIElementID.Shop_Repair_PlayerCurrency = 0x1000127A
,
UIElementID.Decorated_Currency_TradePartner_Tall = 0x1000127B
,
UIElementID.box_dqst = 0x1000127C
,
UIElementID.box_dqst_Center = 0x1000127D
,
UIElementID.box_dqst_LeftBorder = 0x1000127E
,
UIElementID.box_dqst_LowLeftCorner = 0x1000127F
,
UIElementID.box_dqst_BottomBorder = 0x10001280
,
UIElementID.box_dqst_LowRightCorner = 0x10001281
,
UIElementID.box_dqst_RightBorder = 0x10001282
,
UIElementID.box_dqst_TopRightCorner = 0x10001283
,
UIElementID.box_dqst_TopBorder = 0x10001284
,
UIElementID.box_dqst_TopLeftCorner = 0x10001285
,
UIElementID.Player_Currency = 0x10001286
,
UIElementID.Trade_Partner_Currency = 0x10001287
,
UIElementID.Decorated_Currency = 0x10001288
,
UIElementID.AdvancementMarker_LeftBkg = 0x10001289
,
UIElementID.AdvancementMarker_RightBkg = 0x1000128A
,
UIElementID.AdvancementMarker_CenterBkg = 0x1000128B
,
UIElementID.Marker_IncButton = 0x1000128C
,
UIElementID.Marker_DecButton = 0x1000128D
,
UIElementID.Credits_Background = 0x1000128E
,
UIElementID.Credits_label_bkg = 0x1000128F
,
UIElementID.Credits_Label = 0x10001290
,
UIElementID.Credits_box_bkg = 0x10001291
,
UIElementID.CreditsTabField = 0x10001292
,
UIElementID.CreditsTab = 0x10001293
,
UIElementID.Credits_tab_bar = 0x10001294
,
UIElementID.Credits_dragbar = 0x10001295
,
UIElementID.Credits_close_button = 0x10001296
,
UIElementID.Show_Credits_Entry = 0x10001297
,
UIElementID.Show_Credits_TitleField = 0x10001298
,
UIElementID.Show_Credits_Marker_Title = 0x10001299
,
UIElementID.Show_Credits_List = 0x1000129A
,
UIElementID.Credits_List_Field = 0x1000129B
,
UIElementID.Credits_List = 0x1000129C
,
UIElementID.CreditsListScrollbar = 0x1000129D
,
UIElementID.CharGen_Logo = 0x1000129E
,
UIElementID.MeterBackground = 0x1000129F
,
UIElementID.LoadingLabel = 0x100012A0
,
UIElementID.PatchingLabelText = 0x100012A1
,
UIElementID.PatchingHeaderText = 0x100012A2
,
UIElementID.CharSelect_Logo = 0x100012A3
,
UIElementID.Inventory_Doll = 0x100012A4
,
UIElementID.inv_tab1 = 0x100012A5
,
UIElementID.CollapseButton = 0x100012A6
,
UIElementID.EncumbranceBackground = 0x100012A7
,
UIElementID.inv_tab2 = 0x100012A8
,
UIElementID.inv_tab3 = 0x100012A9
,
UIElementID.inv_tab4 = 0x100012AA
,
UIElementID.inv_tab5 = 0x100012AB
,
UIElementID.Base_Font_Bold_12 = 0x100012AC
,
UIElementID.Primary_Hand_Label = 0x100012AD
,
UIElementID.Secondary_Hand_Label = 0x100012AE
,
UIElementID.Details_Label = 0x100012AF
,
UIElementID.gui2_button_basic_fett = 0x100012B0
,
UIElementID.gui2_button_basic_fett_box = 0x100012B1
,
UIElementID.gui2_button_basic_micro_w_fett = 0x100012B2
,
UIElementID.gui2_button_basic_micro_n_fett = 0x100012B3
,
UIElementID.gui2_button_basic_micro_s_fett = 0x100012B4
,
UIElementID.gui2_button_basic_micro_e_fett = 0x100012B5
,
UIElementID.gui2_button_basic_micro_nw_fett = 0x100012B6
,
UIElementID.gui2_button_basic_micro_sw_fett = 0x100012B7
,
UIElementID.gui2_button_basic_micro_ne_fett = 0x100012B8
,
UIElementID.gui2_button_basic_micro_se_fett = 0x100012B9
,
UIElementID.gui2_button_basic_micro_fett = 0x100012BA
,
UIElementID.PlayerZoomFogOfWarField = 0x100012BB
,
UIElementID.FogOfWarField = 0x100012BC
,
UIElementID.gui2_panel_metal = 0x100012BD
,
UIElementID.gui2_panel_metal_Center = 0x100012BE
,
UIElementID.gui2_panel_metal_LeftBorder = 0x100012BF
,
UIElementID.gui2_panel_metal_LowLeftCorner = 0x100012C0
,
UIElementID.gui2_panel_metal_BottomBorder = 0x100012C1
,
UIElementID.gui2_panel_metal_LowRightCorner = 0x100012C2
,
UIElementID.gui2_panel_metal_RightBorder = 0x100012C3
,
UIElementID.gui2_panel_metal_TopRightCorner = 0x100012C4
,
UIElementID.gui2_panel_metal_TopBorder = 0x100012C5
,
UIElementID.gui2_panel_metal_TopLeftCorner = 0x100012C6
,
UIElementID.Gui2_Panel_Titlebar = 0x100012C7
,
UIElementID.gui2_panel_amber = 0x100012C8
,
UIElementID.gui2_panel_amber_Center = 0x100012C9
,
UIElementID.gui2_panel_amber_LeftBorder = 0x100012CA
,
UIElementID.gui2_panel_amber_LowLeftCorner = 0x100012CB
,
UIElementID.gui2_panel_amber_BottomBorder = 0x100012CC
,
UIElementID.gui2_panel_amber_LowRightCorner = 0x100012CD
,
UIElementID.gui2_panel_amber_RightBorder = 0x100012CE
,
UIElementID.gui2_panel_amber_TopRightCorner = 0x100012CF
,
UIElementID.gui2_panel_amber_TopBorder = 0x100012D0
,
UIElementID.gui2_panel_amber_TopLeftCorner = 0x100012D1
,
UIElementID.gui2_panel_blue = 0x100012D2
,
UIElementID.gui2_panel_blue_Center = 0x100012D3
,
UIElementID.gui2_panel_blue_LeftBorder = 0x100012D4
,
UIElementID.gui2_panel_blue_LowLeftCorner = 0x100012D5
,
UIElementID.gui2_panel_blue_BottomBorder = 0x100012D6
,
UIElementID.gui2_panel_blue_LowRightCorner = 0x100012D7
,
UIElementID.gui2_panel_blue_RightBorder = 0x100012D8
,
UIElementID.gui2_panel_blue_TopRightCorner = 0x100012D9
,
UIElementID.gui2_panel_blue_TopBorder = 0x100012DA
,
UIElementID.gui2_panel_blue_TopLeftCorner = 0x100012DB
,
UIElementID.FriendsPageField = 0x100012DC
,
UIElementID.FriendsPageLabelField = 0x100012DD
,
UIElementID.CharBackground = 0x100012DE
,
UIElementID.CharTabBar = 0x100012DF
,
UIElementID.FriendsPage = 0x100012E0
,
UIElementID.CharSelect_Top = 0x100012E1
,
UIElementID.CharSelect_Bottom = 0x100012E2
,
UIElementID.Shortcutbar_Undock = 0x100012E3
,
UIElementID.Shortcutbar_Orientation = 0x100012E4
,
UIElementID.CallToAction_Label = 0x100012E5
,
UIElementID.VoiceEnabled = 0x100012E6
,
UIElementID.DummyText_REMOVE = 0x100012E7
,
UIElementID.FellowVoice = 0x100012E8
,
UIElementID.Shortcutbar_Dragbar = 0x100012E9
,
UIElementID.DockedShortcut_MarkerList = 0x100012EA
,
UIElementID.UndockedShortcut_MarkerList = 0x100012EB
,
UIElementID.Feats_CTA_Label = 0x100012EC
,
UIElementID.LegendGraphic_Passive = 0x100012ED
,
UIElementID.LegendGraphic_Active = 0x100012EE
,
UIElementID.PassiveLabel = 0x100012EF
,
UIElementID.ActiveLabel = 0x100012F0
,
UIElementID.FeatsAbilities_Included_Label = 0x100012F1
,
UIElementID.FeatsBackground = 0x100012F2
,
UIElementID.CallToAction_Label_Appearance = 0x100012F3
,
UIElementID.FriendsField = 0x100012F4
,
UIElementID.FriendEntryField = 0x100012F5
,
UIElementID.FriendValue_Name = 0x100012F6
,
UIElementID.FriendValue_Race = 0x100012F7
,
UIElementID.FriendValue_Class = 0x100012F8
,
UIElementID.FortRefWill_BaseField = 0x100012F9
,
UIElementID.FriendListBoxField = 0x100012FA
,
UIElementID.FriendListBox = 0x100012FB
,
UIElementID.FriendScrollbar = 0x100012FC
,
UIElementID.FriendsField_TargetText = 0x100012FD
,
UIElementID.FriendsField_TargetText_Label = 0x100012FE
,
UIElementID.FriendsListBoxField = 0x100012FF
,
UIElementID.FriendsListBox = 0x10001300
,
UIElementID.FriendsScrollbar = 0x10001301
,
UIElementID.CharGen_HPSP_Field = 0x10001302
,
UIElementID.FriendsField_AddFriendButton = 0x10001303
,
UIElementID.FriendsField_RemoveFriendButton = 0x10001304
,
UIElementID.FriendsField_NameLabel = 0x10001305
,
UIElementID.FriendsField_RaceLabel = 0x10001306
,
UIElementID.FriendsField_ClassLabel = 0x10001307
,
UIElementID.CharGen_ = 0x10001308
,
UIElementID.RaceSelect_CTA = 0x10001309
,
UIElementID.Dungeon_Summary_Panel = 0x1000130A
,
UIElementID.Dungeon_Summary_Background = 0x1000130B
,
UIElementID.Dungeon_Summary_TitleBar_Background = 0x1000130C
,
UIElementID.Dungeon_Summary_Title = 0x1000130D
,
UIElementID.Dungeon_Summary_Text_Bkg = 0x1000130E
,
UIElementID.Dungeon_Summary_Text = 0x1000130F
,
UIElementID.DungeonSummaryScrollbar = 0x10001310
,
UIElementID.Credits_Field = 0x10001311
,
UIElementID.CreditsList_bkg = 0x10001312
,
UIElementID.StrText = 0x10001313
,
UIElementID.DexText = 0x10001314
,
UIElementID.ConLabel = 0x10001315
,
UIElementID.INTText = 0x10001316
,
UIElementID.WisLabel = 0x10001317
,
UIElementID.CHALabel = 0x10001318
,
UIElementID.AbilitiesCTA_Label = 0x10001319
,
UIElementID.dice_set_graphic = 0x1000131A
,
UIElementID.Dungeon_Summary_LeaveButton = 0x1000131B
,
UIElementID.UndockedShortcut_Vertical_MarkerList = 0x1000131C
,
UIElementID.UndockedShortcut_Horizontal_MarkerList = 0x1000131D
,
UIElementID.Spells_CTA_Label = 0x1000131E
,
UIElementID.ClassSelect_CTA = 0x1000131F
,
UIElementID.Stats_MaxHP_TooltipProvider = 0x10001320
,
UIElementID.ComplexTooltip_Stats_MaxHP = 0x10001321
,
UIElementID.MaxHp_Title = 0x10001322
,
UIElementID.MaxHp_Value = 0x10001323
,
UIElementID.Stats_MaxSP_TooltipProvider = 0x10001324
,
UIElementID.Stats_FortitudeSave_TooltipProvider = 0x10001325
,
UIElementID.Stats_ReflexSave_TooltipProvider = 0x10001326
,
UIElementID.Stats_WillSave_TooltipProvider = 0x10001327
,
UIElementID.ComplexTooltip_MaxSP = 0x10001328
,
UIElementID.ComplexTooltip_FortitudeSave = 0x10001329
,
UIElementID.ComplexTooltip_ReflexSave = 0x1000132A
,
UIElementID.ComplexTooltip_WillSave = 0x1000132B
,
UIElementID.MaxSP_Title = 0x1000132C
,
UIElementID.MaxSP_Value = 0x1000132D
,
UIElementID.FortitudeSave_Title = 0x1000132E
,
UIElementID.FortitudeSave_Value = 0x1000132F
,
UIElementID.ReflexSave_Title = 0x10001330
,
UIElementID.ReflexSave_Value = 0x10001331
,
UIElementID.WillSave_Title = 0x10001332
,
UIElementID.WillSave_Value = 0x10001333
,
UIElementID.ActiveFootnote_Label = 0x10001334
,
UIElementID.ActiveImage_Legend = 0x10001335
,
UIElementID.PassiveImage_Legend = 0x10001336
,
UIElementID.PassiveFootnote_Label = 0x10001337
,
UIElementID.Skills_CTA = 0x10001338
,
UIElementID.DungeonQuest_ShowXPButton = 0x10001339
,
UIElementID.FogOfWarDisplay = 0x1000133A
,
UIElementID.RealFogOfWarDisplay = 0x1000133B
,
UIElementID.TestFrame = 0x1000133C
,
UIElementID.UndockedShortcut0_Vertical_MarkerList = 0x1000133D
,
UIElementID.UndockedShortcut1_Vertical_MarkerList = 0x1000133E
,
UIElementID.UndockedShortcut2_Vertical_MarkerList = 0x1000133F
,
UIElementID.UndockedShortcut3_Vertical_MarkerList = 0x10001340
,
UIElementID.UndockedShortcut4_Vertical_MarkerList = 0x10001341
,
UIElementID.UndockedShortcut5_Vertical_MarkerList = 0x10001342
,
UIElementID.UndockedShortcut6_Vertical_MarkerList = 0x10001343
,
UIElementID.UndockedShortcut7_Vertical_MarkerList = 0x10001344
,
UIElementID.UndockedShortcut8_Vertical_MarkerList = 0x10001345
,
UIElementID.UndockedShortcut9_Vertical_MarkerList = 0x10001346
,
UIElementID.UndockedShortcut0_Horizontal_MarkerList = 0x10001347
,
UIElementID.UndockedShortcut1_Horizontal_MarkerList = 0x10001348
,
UIElementID.UndockedShortcut2_Horizontal_MarkerList = 0x10001349
,
UIElementID.UndockedShortcut3_Horizontal_MarkerList = 0x1000134A
,
UIElementID.UndockedShortcut4_Horizontal_MarkerList = 0x1000134B
,
UIElementID.UndockedShortcut5_Horizontal_MarkerList = 0x1000134C
,
UIElementID.UndockedShortcut6_Horizontal_MarkerList = 0x1000134D
,
UIElementID.UndockedShortcut7_Horizontal_MarkerList = 0x1000134E
,
UIElementID.UndockedShortcut8_Horizontal_MarkerList = 0x1000134F
,
UIElementID.UndockedShortcut9_Horizontal_MarkerList = 0x10001350
,
UIElementID.Button_rotate_cw_shortcuts = 0x10001351
,
UIElementID.Button_rotate_ccw_shortcuts = 0x10001352
,
UIElementID.Button_detach_shortcuts = 0x10001353
,
UIElementID.Label_CMB = 0x10001354
,
UIElementID.Label_SMB = 0x10001355
,
UIElementID.Hint_CMB = 0x10001356
,
UIElementID.Hint_SMB = 0x10001357
,
UIElementID.Chest_CTA = 0x10001358
,
UIElementID.Reward_Field = 0x10001359
,
UIElementID.Reward_background = 0x1000135A
,
UIElementID.Reward_Title_background = 0x1000135B
,
UIElementID.Reward_Title_Label = 0x1000135C
,
UIElementID.Reward_CloseButton = 0x1000135D
,
UIElementID.Reward_Container_Field = 0x1000135E
,
UIElementID.Reward_Container_ListBox = 0x1000135F
,
UIElementID.InstanceExpireTimer_Marker = 0x10001360
,
UIElementID.Details_SurnameLabel = 0x10001361
,
UIElementID.Details_Surname_Bkg = 0x10001362
,
UIElementID.Details_SurnameEntry = 0x10001363
,
UIElementID.WeaponSetUIElement = 0x10001364
,
UIElementID.WeaponSetListUIElement = 0x10001365
,
UIElementID.listtmpthingy = 0x10001366
,
UIElementID.WeaponSet_PrimaryImage = 0x10001367
,
UIElementID.WeaponSet_SecondaryImage = 0x10001368
,
UIElementID.WeaponSet_Bkg = 0x10001369
,
UIElementID.WeaponSet_Icon = 0x1000136A
,
UIElementID.WeaponSet_Test = 0x1000136B
,
UIElementID.EffectAlertIcon_FrameRate = 0x1000136C
,
UIElementID.FrameRateText = 0x1000136D
,
UIElementID.FrameRateField = 0x1000136E
,
UIElementID.FrameRateDrag = 0x1000136F
,
UIElementID.FrameRateBox = 0x10001370
,
UIElementID.WeaponSetListUIElementLayout = 0x10001371
,
UIElementID.HintUIElement_BG = 0x10001372
,
UIElementID.HintUIElement_TitleBar = 0x10001373
,
UIElementID.FriendsField_StatusLabel = 0x10001374
,
UIElementID.FriendValue_Status = 0x10001375
,
UIElementID.box_ebdark = 0x10001376
,
UIElementID.box_ebdark_Center = 0x10001377
,
UIElementID.box_ebdark_LeftBorder = 0x10001378
,
UIElementID.box_ebdark_LowLeftCorner = 0x10001379
,
UIElementID.box_ebdark_BottomBorder = 0x1000137A
,
UIElementID.box_ebdark_RightBorder = 0x1000137B
,
UIElementID.box_ebdark_TopRightCorner = 0x1000137C
,
UIElementID.box_ebdark_TopBorder = 0x1000137D
,
UIElementID.box_ebdark_TopLeftCorner = 0x1000137E
,
UIElementID.Base_Font_Demi_12 = 0x1000137F
,
UIElementID.top_stone = 0x10001380
,
UIElementID.top_stone_two = 0x10001381
,
UIElementID.button1 = 0x10001382
,
UIElementID.button4 = 0x10001383
,
UIElementID.button2 = 0x10001384
,
UIElementID.button3 = 0x10001385
,
UIElementID.button5 = 0x10001386
,
UIElementID.FriendsField_RefreshFriendsButton = 0x10001387
,
UIElementID.button_back_next = 0x10001388
,
UIElementID.button_test = 0x10001389
,
UIElementID.CharGen_back_next_button = 0x1000138A
,
UIElementID.ButtonTest = 0x1000138B
,
UIElementID.Testing_Button1 = 0x1000138C
,
UIElementID.CharGen_resizable_button = 0x1000138D
,
UIElementID.CharGen_resizable_button_box = 0x1000138E
,
UIElementID.CharGen_back_next_button_center_box = 0x1000138F
,
UIElementID.CharGen_back_next_button__w = 0x10001390
,
UIElementID.CharGen_back_next_button_n = 0x10001391
,
UIElementID.CharGen_back_next_button_s = 0x10001392
,
UIElementID.CharGen_back_next_button_e = 0x10001393
,
UIElementID.CharGen_back_next_button_nw = 0x10001394
,
UIElementID.CharGen_back_next_button_sw = 0x10001395
,
UIElementID.CharGen_back_next_button_ne = 0x10001396
,
UIElementID.CharGen_back_next_button_se = 0x10001397
,
UIElementID.Reward_Help_Message_CTA = 0x10001398
,
UIElementID.Reward_Container_Scrollbar = 0x10001399
,
UIElementID.Chargen_box_glow = 0x1000139A
,
UIElementID.Chargen_box_glow_Center = 0x1000139B
,
UIElementID.Chargen_box_reg = 0x1000139C
,
UIElementID.CChargen_box_reg_Center = 0x1000139D
,
UIElementID.PartyLabelField = 0x1000139E
,
UIElementID.Guild2PageLabelField = 0x1000139F
,
UIElementID.Guild2Page = 0x100013A0
,
UIElementID.Guild2PageField = 0x100013A1
,
UIElementID.Guild2Field = 0x100013A2
,
UIElementID.Chargen_box_glow_LeftBorder = 0x100013A3
,
UIElementID.Chargen_box_glow_LowLeftCorner = 0x100013A4
,
UIElementID.Chargen_box_glow_BottomBorder = 0x100013A5
,
UIElementID.Chargen_box_glow_LowRightCorner = 0x100013A6
,
UIElementID.bChargen_box_glow_RightBorder = 0x100013A7
,
UIElementID.Chargen_box_glow_TopRightCorner = 0x100013A8
,
UIElementID.Chargen_box_glow_TopBorder = 0x100013A9
,
UIElementID.Chargen_box_glow_TopLeftCorner = 0x100013AA
,
UIElementID.Chargen_box_reg_Center = 0x100013AB
,
UIElementID.Chargen_box_reg_LeftBorder = 0x100013AC
,
UIElementID.Chargen_box_reg_LowLeftCorner = 0x100013AD
,
UIElementID.Chargen_box_reg_BottomBorder = 0x100013AE
,
UIElementID.Chargen_box_reg_LowRightCorner = 0x100013AF
,
UIElementID.Chargen_box_reg_RightBorder = 0x100013B0
,
UIElementID.bChargen_box_reg_TopRightCorner = 0x100013B1
,
UIElementID.Chargen_box_reg_TopBorder = 0x100013B2
,
UIElementID.Chargen_box_reg_TopLeftCorner = 0x100013B3
,
UIElementID.PartyField = 0x100013B4
,
UIElementID.PartyListBoxField = 0x100013B5
,
UIElementID.PartyListBox = 0x100013B6
,
UIElementID.PartyScrollbar = 0x100013B7
,
UIElementID.NameEnter_BG = 0x100013B8
,
UIElementID.EntryBox = 0x100013B9
,
UIElementID.textfield_entry_box = 0x100013BA
,
UIElementID.box_lvl1_ebdark = 0x100013BB
,
UIElementID.gui2_panel_ebdark = 0x100013BC
,
UIElementID.WeaponSets_Container = 0x100013BD
,
UIElementID.WeaponSets = 0x100013BE
,
UIElementID.Weaponsets_Bkg = 0x100013BF
,
UIElementID.WeaponSetsField = 0x100013C0
,
UIElementID.WeaponSet = 0x100013C1
,
UIElementID.WeaponSetDragBar = 0x100013C2
,
UIElementID.WeaponSet_1Box = 0x100013C3
,
UIElementID.IntroMovieField = 0x100013C4
,
UIElementID.PrimaryWeaponIcon = 0x100013C5
,
UIElementID.SecondaryWeaponIcon = 0x100013C6
,
UIElementID.ToolTip_Title_Font_18 = 0x100013C7
,
UIElementID.ToolTip_Base_Font_Bold_17 = 0x100013C8
,
UIElementID.ToolTip_Base_Font_Demi_15 = 0x100013C9
,
UIElementID.CharGen_BaseField_New = 0x100013CA
,
UIElementID.box_ebdark_75 = 0x100013CB
,
UIElementID.CharGen_Logo_New = 0x100013CC
,
UIElementID.CharGen_Stage_Bkg = 0x100013CD
,
UIElementID.CharGen_Steps_Bkg = 0x100013CE
,
UIElementID.CharGen_Steps_RaceClass = 0x100013CF
,
UIElementID.CharGen_Steps_Appearance = 0x100013D0
,
UIElementID.CharGen_Steps_SkillsAbilities = 0x100013D1
,
UIElementID.CharGen_Steps_Feats = 0x100013D2
,
UIElementID.CharGen_Steps_Spells = 0x100013D3
,
UIElementID.CharGen_Steps_Summary = 0x100013D4
,
UIElementID.CharGen_Steps_Field = 0x100013D5
,
UIElementID.WeaponSet_DragBar = 0x100013D6
,
UIElementID.CharGen_Steps_Entry = 0x100013D7
,
UIElementID.CharGen_Steps_Skills = 0x100013D8
,
UIElementID.CharGen_Steps_Abilities = 0x100013D9
,
UIElementID.CharGen_CancelCharGen = 0x100013DA
,
UIElementID.CharGen_BackButton = 0x100013DB
,
UIElementID.CharGen_NextButton_New = 0x100013DC
,
UIElementID.CharGen_CreateCharacter = 0x100013DD
,
UIElementID.GuildCommandButtons_Field = 0x100013DE
,
UIElementID.GuildCreateButton = 0x100013DF
,
UIElementID.GuildDisbandButton = 0x100013E0
,
UIElementID.CharGen_QuitGame = 0x100013E1
,
UIElementID.GuildName_Field = 0x100013E2
,
UIElementID.GuildNameLabel = 0x100013E3
,
UIElementID.GuildMotd_Field = 0x100013E4
,
UIElementID.GuildAddMemberButton = 0x100013E5
,
UIElementID.GuildBootMemberButton = 0x100013E6
,
UIElementID.GuildPromoteMemberButton = 0x100013E7
,
UIElementID.GuildDemoteMemberButton = 0x100013E8
,
UIElementID.GuildNameValue = 0x100013E9
,
UIElementID.GuildMembers_Field = 0x100013EA
,
UIElementID.GuildMembersHeader = 0x100013EB
,
UIElementID.GuildMembersListBox = 0x100013EC
,
UIElementID.GuildMembersEntryField = 0x100013ED
,
UIElementID.GuildMembersNameValue = 0x100013EE
,
UIElementID.GuildMembersTitleValue = 0x100013EF
,
UIElementID.GuildSetMotDButton = 0x100013F0
,
UIElementID.GuildCreateInstructions = 0x100013F1
,
UIElementID.PortalActivate_LowDifficultyField = 0x100013F2
,
UIElementID.PortalActivate_MediumDifficultyField = 0x100013F3
,
UIElementID.PortalActivate_HighDifficultyField = 0x100013F4
,
UIElementID.FocusDragBar = 0x100013F5
,
UIElementID.MainMenu_TitleBar = 0x100013F6
,
UIElementID.MainMenuText = 0x100013F7
,
UIElementID.MainMenuDragBar = 0x100013F8
,
UIElementID.AutoAttackIndicator = 0x100013F9
,
UIElementID.PortalActivate_QuestImage = 0x100013FA
,
UIElementID.PortalActivate_AdventureImage = 0x100013FB
,
UIElementID.PortalActivate_DangerZoneImage = 0x100013FC
,
UIElementID.GuildSetSuccessorButton = 0x100013FD
,
UIElementID.GuildResignButton = 0x100013FE
,
UIElementID.GuildQuitButton = 0x100013FF
,
UIElementID.RaceClass_BaseField = 0x10001400
,
UIElementID.FellowManaBarMeter = 0x10001401
,
UIElementID.FellowSPText = 0x10001402
,
UIElementID.Avatar_Description_Title = 0x10001403
,
UIElementID.PartyEntryField = 0x10001404
,
UIElementID.PartyValue_Name = 0x10001405
,
UIElementID.PartyValue_Class = 0x10001406
,
UIElementID.PartyField_ClassLabel = 0x10001407
,
UIElementID.PartyField_NameLabel = 0x10001408
,
UIElementID.Race_DescriptionText_Bkg = 0x10001409
,
UIElementID.Race_DescriptionText = 0x1000140A
,
UIElementID.Race_DescriptionScrollbar = 0x1000140B
,
UIElementID.Button_FocusOrb_AutoAttack = 0x1000140C
,
UIElementID.Button_FocusOrb_Trade = 0x1000140D
,
UIElementID.Button_FocusOrb_Invite = 0x1000140E
,
UIElementID.TradeLabel = 0x1000140F
,
UIElementID.InviteLabel = 0x10001410
,
UIElementID.AttackLabel = 0x10001411
,
UIElementID.Focus_Orb_Font_Demi_12 = 0x10001412
,
UIElementID.AdventureQuestTop = 0x10001413
,
UIElementID.StatsSummaryTabMarker = 0x10001414
,
UIElementID.StatsExtraTabMarker = 0x10001415
,
UIElementID.PortalActivate_LowDifficultyLock = 0x10001416
,
UIElementID.PortalActivate_MediumDifficultyLock = 0x10001417
,
UIElementID.PortalActivate_HighDifficultyLock = 0x10001418
,
UIElementID.TipDisplay = 0x10001419
,
UIElementID.PortalActivate_AdventureActive = 0x1000141A
,
UIElementID.PortalActivate_RegularImage = 0x1000141B
,
UIElementID.Adventure_Panel_Frame = 0x1000141C
,
UIElementID.Class_DescriptionText_Bkg = 0x1000141D
,
UIElementID.Class_DescriptionText = 0x1000141E
,
UIElementID.Class_DescriptionScrollbar = 0x1000141F
,
UIElementID.Box_Adventure_Panel_Frame = 0x10001420
,
UIElementID.Box_Adventure_Panel = 0x10001421
,
UIElementID.Adventure_Panel__LeftBorder = 0x10001422
,
UIElementID.Adventure_Panel__LowLeftCorner = 0x10001423
,
UIElementID.Adventure_Panel_BottomBorder = 0x10001424
,
UIElementID.Adventure_Panel__LowRightCorner = 0x10001425
,
UIElementID.Adventure_Panel_RightBorder = 0x10001426
,
UIElementID.Adventure_Panel_TopRightCorner = 0x10001427
,
UIElementID.Adventure_Panel_TopBorder = 0x10001428
,
UIElementID.Adventure_Panel_TopLeftCorner = 0x10001429
,
UIElementID.Race_Selection_Field = 0x1000142A
,
UIElementID.Class_Selection_Field = 0x1000142B
,
UIElementID.Race_Select_Human_Male = 0x1000142C
,
UIElementID.Adventure_Panel_Box = 0x1000142D
,
UIElementID.Adventure_DragBar = 0x1000142E
,
UIElementID.SelectAdventure_Box = 0x1000142F
,
UIElementID.Race_Select_Elf_Male = 0x10001430
,
UIElementID.Race_Select_Halfling_Male = 0x10001431
,
UIElementID.Race_Select_Dwarf_Male = 0x10001432
,
UIElementID.Race_Select_Warforged_Male = 0x10001433
,
UIElementID.Race_Select_Human_Female = 0x10001434
,
UIElementID.Race_Select_Elf_Female = 0x10001435
,
UIElementID.Race_Select_Halfling_Female = 0x10001436
,
UIElementID.Race_Select_Dwarf_Female = 0x10001437
,
UIElementID.Race_Select_Warforged_Female = 0x10001438
,
UIElementID.Race_Select_Male_Label = 0x10001439
,
UIElementID.Race_Select_Female_Label = 0x1000143A
,
UIElementID.Class_Select_Fighter = 0x1000143B
,
UIElementID.Class_Select_Sorcerer = 0x1000143C
,
UIElementID.Class_Select_Barbarian = 0x1000143D
,
UIElementID.Class_Select_Bard = 0x1000143E
,
UIElementID.Class_Select_Paladin = 0x1000143F
,
UIElementID.Class_Select_Ranger = 0x10001440
,
UIElementID.Class_Select_Wizard = 0x10001441
,
UIElementID.Class_Select_Cleric = 0x10001442
,
UIElementID.Class_Select_Rogue = 0x10001443
,
UIElementID.Chargen_Race_Halfling_Male = 0x10001444
,
UIElementID.CharGen_MiniPortrait = 0x10001445
,
UIElementID.MiniPortrait = 0x10001446
,
UIElementID.CharacterName = 0x10001447
,
UIElementID.CharacterRace = 0x10001448
,
UIElementID.CharacterClass = 0x10001449
,
UIElementID.Summary_BaseField = 0x1000144A
,
UIElementID.CharGen_Icon_Button = 0x1000144B
,
UIElementID.DeathDragBar = 0x1000144C
,
UIElementID.PartyDragBar = 0x1000144D
,
UIElementID.CharGen_AdvancedSetup = 0x1000144E
,
UIElementID.PropertyMeterTemplate = 0x1000144F
,
UIElementID.PropertyMeterTemplate_Meter = 0x10001450
,
UIElementID.Race_DescriptionTitle = 0x10001451
,
UIElementID.Class_DescriptionTitle = 0x10001452
,
UIElementID.Selection_Text_Template = 0x10001453
,
UIElementID.Race_Select_Hum_Text = 0x10001454
,
UIElementID.Race_Select_Elm_Text = 0x10001455
,
UIElementID.Race_Select_Ham_Text = 0x10001456
,
UIElementID.Race_Select_Dwm_Text = 0x10001457
,
UIElementID.Race_Select_Wam_Text = 0x10001458
,
UIElementID.Race_Select_Huf_Text = 0x10001459
,
UIElementID.Race_Select_Elf_Text = 0x1000145A
,
UIElementID.Race_Select_Haf_Text = 0x1000145B
,
UIElementID.Race_Select_Dwf_Text = 0x1000145C
,
UIElementID.Race_Select_Waf_Text = 0x1000145D
,
UIElementID.Class_Select_Fighter_Text = 0x1000145E
,
UIElementID.Class_Select_Paladin_Text = 0x1000145F
,
UIElementID.Class_Select_Barbarian_Text = 0x10001460
,
UIElementID.Class_Select_Rogue_Text = 0x10001461
,
UIElementID.Class_Select_Ranger_Text = 0x10001462
,
UIElementID.Class_Select_Cleric_Text = 0x10001463
,
UIElementID.Class_Select_Wizard_Text = 0x10001464
,
UIElementID.Class_Select_Sorcerer_Text = 0x10001465
,
UIElementID.Class_Select_Bard_Text = 0x10001466
,
UIElementID.BG_Dark = 0x10001467
,
UIElementID.CharGen_PreGenCharacter = 0x10001468
,
UIElementID.Ability_BaseField_New = 0x10001469
,
UIElementID.CharGenAdviceUIElement_New = 0x1000146A
,
UIElementID.CharGenAbilityAdvice_New = 0x1000146B
,
UIElementID.CharGenSkillAdvice_New = 0x1000146C
,
UIElementID.CharGenFeatAdvice_New = 0x1000146D
,
UIElementID.CharGenSpellAdvice_New = 0x1000146E
,
UIElementID.Advice_Title = 0x1000146F
,
UIElementID.CharGen_Feat_BaseField_New = 0x10001470
,
UIElementID.CharGen_Skill_BaseField_New = 0x10001471
,
UIElementID.CharGen_Spell_BaseField_New = 0x10001472
,
UIElementID.Abilities_Title = 0x10001473
,
UIElementID.BenefitsActionPoints_Display_Text = 0x10001474
,
UIElementID.Skills_Title = 0x10001475
,
UIElementID.CharGen_Spell_Title = 0x10001476
,
UIElementID.Chargen_MainPortrait = 0x10001477
,
UIElementID.CharGen_Feat_Title = 0x10001478
,
UIElementID.Chargen_MainPortrait_Field = 0x10001479
,
UIElementID.Chargen_MainPortrait_RotateButtons = 0x1000147A
,
UIElementID.RotateButtons_Field = 0x1000147B
,
UIElementID.Bio_Value = 0x1000147C
,
UIElementID.Bio_Field = 0x1000147D
,
UIElementID.Bio_Label = 0x1000147E
,
UIElementID.Bio_Value_Box = 0x1000147F
,
UIElementID.PropertMeterTemplate_MeterLabel = 0x10001480
,
UIElementID.PropertMeterTemplate_MeterOverlay = 0x10001481
,
UIElementID.PropertyMeterTemplate_ToggleButton = 0x10001482
,
UIElementID.Bio_Update_Button = 0x10001483
,
UIElementID.PropertMeterTemplate_MeterTint = 0x10001484
,
UIElementID.AppearanceSelect_BaseField_New = 0x10001485
,
UIElementID.dice_graphic = 0x10001486
,
UIElementID.CharGenSummary_PropertyDisplayTemplate = 0x10001487
,
UIElementID.CharGenSum_StatsBox = 0x10001488
,
UIElementID.CharGenSum_HitPointsBox = 0x10001489
,
UIElementID.HitPointsBox_Label = 0x1000148A
,
UIElementID.CharGenSum_SpellPointsBox = 0x1000148B
,
UIElementID.CharGenSum_FortitudeBox = 0x1000148C
,
UIElementID.CharGenSum_ReflexBox = 0x1000148D
,
UIElementID.CharGenSum_WillBox = 0x1000148E
,
UIElementID.SpellPointsBox_Label = 0x1000148F
,
UIElementID.FortitudeBox_Label = 0x10001490
,
UIElementID.ReflexBox_Label = 0x10001491
,
UIElementID.WillBox_Label = 0x10001492
,
UIElementID.HitPointsBox_Value = 0x10001493
,
UIElementID.SpellPointsBox_Value = 0x10001494
,
UIElementID.FortitudeBox_Value = 0x10001495
,
UIElementID.ReflexBox_Value = 0x10001496
,
UIElementID.WillBox_Value = 0x10001497
,
UIElementID.StatsBox_LabelTemplate = 0x10001498
,
UIElementID.StatsBox_ValueTemplate = 0x10001499
,
UIElementID.ConstiutionLabel = 0x1000149A
,
UIElementID.IntelligenceLabel = 0x1000149B
,
UIElementID.WisdomLabel = 0x1000149C
,
UIElementID.CharismaLabel = 0x1000149D
,
UIElementID.StrengthLabel = 0x1000149E
,
UIElementID.DexterityLabel = 0x1000149F
,
UIElementID.Ability_StrengthLabel = 0x100014A0
,
UIElementID.Ability_DexterityLabel = 0x100014A1
,
UIElementID.Ability_ConstiutionLabel = 0x100014A2
,
UIElementID.Ability_IntelligenceLabel = 0x100014A3
,
UIElementID.Ability_WisdomLabel = 0x100014A4
,
UIElementID.Ability_CharismaLabel = 0x100014A5
,
UIElementID.AbilitiesBox_LabelTemplate = 0x100014A6
,
UIElementID.AbilitiesBox_ValueTemplate = 0x100014A7
,
UIElementID.AbilitiesBox_ModTemplate = 0x100014A8
,
UIElementID.CharGenSum_AbilitiesBox = 0x100014A9
,
UIElementID.RaceClass_Title_CTA_NEW = 0x100014AA
,
UIElementID.RaceClass_Description_label = 0x100014AB
,
UIElementID.Title_RaceClass = 0x100014AC
,
UIElementID.Title_Support_RaceClass = 0x100014AD
,
UIElementID.GuildNameField_BG = 0x100014AE
,
UIElementID.GuildMot_BG = 0x100014AF
,
UIElementID.GuildMembers_BG = 0x100014B0
,
UIElementID.DialogTextInputCancelButton = 0x100014B1
,
UIElementID.BoxForMakers_SkillPoints = 0x100014B2
,
UIElementID.Movie_Template = 0x100014B3
,
UIElementID.Class_Movie_Fighter = 0x100014B4
,
UIElementID.Class_Movie_Paladin = 0x100014B5
,
UIElementID.Class_Movie_Barbarian = 0x100014B6
,
UIElementID.Class_Movie_Rogue = 0x100014B7
,
UIElementID.Class_Movie_Ranger = 0x100014B8
,
UIElementID.Class_Movie_Cleric = 0x100014B9
,
UIElementID.Class_Movie_Wizard = 0x100014BA
,
UIElementID.Class_Movie_Sorcerer = 0x100014BB
,
UIElementID.Class_Movie_Bard = 0x100014BC
,
UIElementID.ClassSelect_Video_New = 0x100014BD
,
UIElementID.CharGenSum_STR = 0x100014BE
,
UIElementID.CharGenSum_DEX = 0x100014BF
,
UIElementID.CharGenSum_CON = 0x100014C0
,
UIElementID.CharGenSum_INT = 0x100014C1
,
UIElementID.CharGenSum_WIS = 0x100014C2
,
UIElementID.CharGenSum_CHA = 0x100014C3
,
UIElementID.AbilitiesBox_STR_Label = 0x100014C4
,
UIElementID.AbilitiesBox_STR_Value = 0x100014C5
,
UIElementID.AbilitiesBox_STR_Mod = 0x100014C6
,
UIElementID.AbilitiesBox_DEX_Label = 0x100014C7
,
UIElementID.AbilitiesBox_DEX_Value = 0x100014C8
,
UIElementID.AbilitiesBox_DEX_Mod = 0x100014C9
,
UIElementID.AbilitiesBox_CON_Label = 0x100014CA
,
UIElementID.AbilitiesBox_CON_Value = 0x100014CB
,
UIElementID.AbilitiesBox_CON_Mod = 0x100014CC
,
UIElementID.AbilitiesBox_INT_Label = 0x100014CD
,
UIElementID.AbilitiesBox_INT_Value = 0x100014CE
,
UIElementID.AbilitiesBox_INT_Mod = 0x100014CF
,
UIElementID.AbilitiesBox_WIS_Label = 0x100014D0
,
UIElementID.AbilitiesBox_WIS_Value = 0x100014D1
,
UIElementID.AbilitiesBox_WIS_Mod = 0x100014D2
,
UIElementID.AbilitiesBox_CHA_Label = 0x100014D3
,
UIElementID.AbilitiesBox_CHA_Value = 0x100014D4
,
UIElementID.AbilitiesBox_CHA_Mod = 0x100014D5
,
UIElementID.ClassSelect_Video_Title = 0x100014D6
,
UIElementID.ClassSelect_Video_CloseMovie = 0x100014D7
,
UIElementID.SocialButton_LFGLevelList = 0x100014D8
,
UIElementID.SocialButton_LFGClassButton = 0x100014D9
,
UIElementID.SocialButton_LFGLevelButton = 0x100014DA
,
UIElementID.SocialButton_LFGTellButton = 0x100014DB
,
UIElementID.SocialButton_LFGNameButton = 0x100014DC
,
UIElementID.LFG_PlayerNameSearchField = 0x100014DD
,
UIElementID.LFG_PlayerNameSearchEntry = 0x100014DE
,
UIElementID.MicMeterField = 0x100014DF
,
UIElementID.LFGLFGLabel = 0x100014E0
,
UIElementID.LFGGSPLabel = 0x100014E1
,
UIElementID.LFGCommentLabel = 0x100014E2
,
UIElementID.MicMeterTemplate = 0x100014E3
,
UIElementID.MicMeterTemplate_MeterLabel = 0x100014E4
,
UIElementID.MicMeterTemplate_ToggleButton = 0x100014E5
,
UIElementID.MicMeterTemplate_Meter = 0x100014E6
,
UIElementID.MicMeterTemplate_MeterTint = 0x100014E7
,
UIElementID.MicMeterTemplate_MeterOverlay = 0x100014E8
,
UIElementID.MicMeterTemplate_TestLabel = 0x100014E9
,
UIElementID.MicMeterTemplate_ClipLabel = 0x100014EA
,
UIElementID.ClassSelect_Video_Field = 0x100014EB
,
UIElementID.LFGClassButton_Label = 0x100014EC
,
UIElementID.LFGLevelButton_Label = 0x100014ED
,
UIElementID.ClassSelect_Video_TitleBar = 0x100014EE
,
UIElementID.CharStatsTabField = 0x100014EF
,
UIElementID.Stats_Field = 0x100014F0
,
UIElementID.Exit_Game_CharSelect = 0x100014F1
,
UIElementID.Stone_Top_CharSelect = 0x100014F2
,
UIElementID.MicMeterField_Border = 0x100014F3
,
UIElementID.ChargenSum_FeatsBox = 0x100014F4
,
UIElementID.CharGenSum_FeatsList = 0x100014F5
,
UIElementID.ChargenSum_GrantedFeatsBox = 0x100014F6
,
UIElementID.CharGenSum_GrantedFeatsList = 0x100014F7
,
UIElementID.CharGenSum_FeatsList_Scrollbar = 0x100014F8
,
UIElementID.CharGenSum_GrantedFeatsList_Scrollbar = 0x100014F9
,
UIElementID.CharSelect_Foreground = 0x100014FA
,
UIElementID.Male_Graphic_BG = 0x100014FB
,
UIElementID.Female_Graphic_BG = 0x100014FC
,
UIElementID.CharSelectMatte = 0x100014FD
,
UIElementID.CharSelectLogo_BG = 0x100014FE
,
UIElementID.AdminSingletonLabel = 0x100014FF
,
UIElementID.Chargen_Turn_Left = 0x10001500
,
UIElementID.Chargen_Turn_Right = 0x10001501
,
UIElementID.Advanced_Setup = 0x10001502
,
UIElementID.Create_Character = 0x10001503
,
UIElementID.Chargen_Foreground = 0x10001504
,
UIElementID.SocialButton_LFGClassMenu = 0x10001505
,
UIElementID.LFGClassMenu_Label = 0x10001506
,
UIElementID.SocialButton_LFGLevelMenu = 0x10001507
,
UIElementID.LFGLevelMenu_Label = 0x10001508
,
UIElementID.LFGClassMenuTemplate = 0x10001509
,
UIElementID.LFGClassMenuSelectionState = 0x1000150A
,
UIElementID.LFGClassMenuIcon = 0x1000150B
,
UIElementID.LFGClassMenuDescription = 0x1000150C
,
UIElementID.LFGLevelMenuTemplate = 0x1000150D
,
UIElementID.LFGLevelMenuSelectionState = 0x1000150E
,
UIElementID.LFGLevelMenuDescription = 0x1000150F
,
UIElementID.Fill_Text_Box = 0x10001510
,
UIElementID.Logout_Progress_Box = 0x10001511
,
UIElementID.QuestMarker_Location = 0x10001512
,
UIElementID.QuestMarker_Bestower = 0x10001513
,
UIElementID.QuestMarker_BestowerEntry = 0x10001514
,
UIElementID.CharGen_Matte_BG_BASESTAGE = 0x10001515
,
UIElementID.Chargen_Stone_Top_BG = 0x10001516
,
UIElementID.Pick_Race_Class_Title_BG = 0x10001517
,
UIElementID.CharGenSum_SkillsBox = 0x10001518
,
UIElementID.CharGenSum_SkillsBox_ScrollBar = 0x10001519
,
UIElementID.DialogTextInputField2 = 0x1000151A
,
UIElementID.DialogTextInputTextInputField1 = 0x1000151B
,
UIElementID.DialogTextInputTextEntry1 = 0x1000151C
,
UIElementID.DialogTextInputTextInputField2 = 0x1000151D
,
UIElementID.DialogTextInputTextEntry2 = 0x1000151E
,
UIElementID.Appearance_Title_New = 0x1000151F
,
UIElementID.DialogTextInputFieldLabel = 0x10001520
,
UIElementID.DialogTextInputLabel = 0x10001521
,
UIElementID.DialogTextInputLabel2 = 0x10001522
,
UIElementID.DialogNameVerificationField = 0x10001523
,
UIElementID.Background_CTA_Appearance_BG = 0x10001524
,
UIElementID.Quest_AreaList = 0x10001525
,
UIElementID.Quest_AreaList_bkg = 0x10001526
,
UIElementID.Quest_AreaList_Scrollbar = 0x10001527
,
UIElementID.AreaTab = 0x10001528
,
UIElementID.MiniPortrait_Base = 0x10001529
,
UIElementID.MiniPortrait_BG_Border = 0x1000152A
,
UIElementID.Mini_Portrait_Mask = 0x1000152B
,
UIElementID.Quest_QuestList = 0x1000152C
,
UIElementID.Quest_QuestList_bkg = 0x1000152D
,
UIElementID.Quest_QuestList_Scrollbar = 0x1000152E
,
UIElementID.Quest_QuestEntry = 0x1000152F
,
UIElementID.SkillsBox_RanksLabel = 0x10001530
,
UIElementID.SkillsBox_ModLabel = 0x10001531
,
UIElementID.SkillsBox_AbilityLabel = 0x10001532
,
UIElementID.SkillsBox_SkillsLabel = 0x10001533
,
UIElementID.CharGenSum_SpellsBox = 0x10001534
,
UIElementID.SpellsBox_Scrollbar = 0x10001535
,
UIElementID.Dice_Dragbar_Dice = 0x10001536
,
UIElementID.LFGMatches = 0x10001537
,
UIElementID.GuildHeaderMemberButton = 0x10001538
,
UIElementID.GuildHeaderRankButton = 0x10001539
,
UIElementID.GuildLastLogoutButton = 0x1000153A
,
UIElementID.GuildHeaderLastLogoutButton = 0x1000153B
,
UIElementID.PlayerSearchEntryField = 0x1000153C
,
UIElementID.PlayerSearchLFGValue = 0x1000153D
,
UIElementID.PlayerSearchPSGValue = 0x1000153E
,
UIElementID.PlayerSearchClass1Value = 0x1000153F
,
UIElementID.PlayerSearchClass2Value = 0x10001540
,
UIElementID.PlayerSearchClass3Value = 0x10001541
,
UIElementID.PlayerSearchLevelValue = 0x10001542
,
UIElementID.PlayerSearchNameValue = 0x10001543
,
UIElementID.PlayerSearchRaceValue = 0x10001544
,
UIElementID.PlayerSearchCommentValue = 0x10001545
,
UIElementID.square_tab_metal = 0x10001546
,
UIElementID.tab_front_n = 0x10001547
,
UIElementID.tab_front_e = 0x10001548
,
UIElementID.square_tab_metal_resize = 0x10001549
,
UIElementID.square_tab_metal_resize_innards = 0x1000154A
,
UIElementID.tab_metal_background = 0x1000154B
,
UIElementID.DialogTextInputNewCancelButton = 0x1000154C
,
UIElementID.Button_Tab_Top_Bar = 0x1000154D
,
UIElementID.ClassIcon_Value = 0x1000154E
,
UIElementID.Level1_Label = 0x1000154F
,
UIElementID.ClassIcon1_Value = 0x10001550
,
UIElementID.Level2_Label = 0x10001551
,
UIElementID.ClassIcon2_Value = 0x10001552
,
UIElementID.Level3_Label = 0x10001553
,
UIElementID.ClassIcon3_Value = 0x10001554
,
UIElementID.Party_Search_Tab_BG = 0x10001555
,
UIElementID.gui2_widget_horizontal = 0x10001556
,
UIElementID.Button_Scroll_Right = 0x10001557
,
UIElementID.Button_Scroll_Left = 0x10001558
,
UIElementID.gui2_scrollbar_01_horizontal = 0x10001559
,
UIElementID.skills_scroll_left_field = 0x1000155A
,
UIElementID.scroll_right_field = 0x1000155B
,
UIElementID.Scrollbar_Left = 0x1000155C
,
UIElementID.Scrollbar_Right = 0x1000155D
,
UIElementID.LFGScrollbar_Horizontal = 0x1000155E
,
UIElementID.LFPScrollbar_Horizontal = 0x1000155F
,
UIElementID.Chargen_Background = 0x10001560
,
UIElementID.gui2_button_basic_micro_horizontal = 0x10001561
,
UIElementID.PlayerMapnotesField = 0x10001562
,
UIElementID.QuestAreaList_BG = 0x10001563
,
UIElementID.box_ebdark_75_Clear_Center = 0x10001564
,
UIElementID.XP_Meter = 0x10001565
,
UIElementID.CloseAdvancement_Button = 0x10001566
,
UIElementID.FeatDrag_Advance_Normal = 0x10001567
,
UIElementID.FeatDrag_Advance = 0x10001568
,
UIElementID.AdvancementMarker_BG_Points = 0x10001569
,
UIElementID.gui2_panel_ebdark_75 = 0x1000156A
,
UIElementID.Skill_Title_CTA = 0x1000156B
,
UIElementID.Background_Bio = 0x1000156C
,
UIElementID.Bio_Scrollbar = 0x1000156D
,
UIElementID.XPMeter_Text = 0x1000156E
,
UIElementID.XP_Meter_Field = 0x1000156F
,
UIElementID.XPMeter_Tick1 = 0x10001570
,
UIElementID.XPMeter_Tick2 = 0x10001571
,
UIElementID.XPMeter_Tick3 = 0x10001572
,
UIElementID.XPMeter_Tick4 = 0x10001573
,
UIElementID.XPMeter_Tick = 0x10001574
,
UIElementID.Theater_TitleField = 0x10001575
,
UIElementID.ActionPoints_Background = 0x10001576
,
UIElementID.XPMeter_Tick5 = 0x10001577
,
UIElementID.CharSelect_Font_Demi_14 = 0x10001578
,
UIElementID.LFP_Player_Vessel = 0x10001579
,
UIElementID.LFP_Player_CommentLabel = 0x1000157A
,
UIElementID.LFP_Player_CommentField = 0x1000157B
,
UIElementID.LFP_Player_CommentEntry = 0x1000157C
,
UIElementID.LFP_Player_MyLFGLabel = 0x1000157D
,
UIElementID.LFP_Group_Vessel = 0x1000157E
,
UIElementID.LFP_Group_CommentLabel = 0x1000157F
,
UIElementID.LFP_Group_CommentField = 0x10001580
,
UIElementID.LFP_Group_CommentEntry = 0x10001581
,
UIElementID.FellowHealthBar_Glass = 0x10001582
,
UIElementID.FellowManaBar_Glass = 0x10001583
,
UIElementID.TestingField = 0x10001584
,
UIElementID.DD0_Theater_Logo = 0x10001585
,
UIElementID.Click_To_Expand_text = 0x10001586
,
UIElementID.LFG_ClassListbox_Field = 0x10001587
,
UIElementID.LFG_LevelListbox_Field = 0x10001588
,
UIElementID.LFP_ClassListbox_Field = 0x10001589
,
UIElementID.LFP_LevelListbox_Field = 0x1000158A
,
UIElementID.Menu_02_PopupField = 0x1000158B
,
UIElementID.GLP_ClassListbox_Field = 0x1000158C
,
UIElementID.GLP_LevelListbox_Field = 0x1000158D
,
UIElementID.Rada_Menu_01 = 0x1000158E
,
UIElementID.Radar_Menu_01_PopupField = 0x1000158F
,
UIElementID.Radar_Menu_PopUp_Option = 0x10001590
,
UIElementID.Radar_Verdana_Demi_12 = 0x10001591
,
UIElementID.Radar_Verdana_Demi_14 = 0x10001592
,
UIElementID.Radar_Menu_01 = 0x10001593
,
UIElementID.Radar_Menu_01_SelectionBackground = 0x10001594
,
UIElementID.Radar_Menu_01_SelectionDisplay = 0x10001595
,
UIElementID.Radar_Menu_01_SelectionWidget = 0x10001596
,
UIElementID.Radar_Menu_01_PopupListBox = 0x10001597
,
UIElementID.Radar_Menu_01_Scrollbar = 0x10001598
,
UIElementID.Statistics_Label_Field = 0x10001599
,
UIElementID.Race_Class_Features_Label = 0x1000159A
,
UIElementID.Spells_Title_Label = 0x1000159B
,
UIElementID.Spells_Background_Image = 0x1000159C
,
UIElementID.Summary_Skills_Label = 0x1000159D
,
UIElementID.Summary_Stage_Large_Title = 0x1000159E
,
UIElementID.Summary_Stage_CTA_Label = 0x1000159F
,
UIElementID.LFG_TellButton_Field = 0x100015A0
,
UIElementID.GLP_TellButton_Field = 0x100015A1
,
UIElementID.XP_TitleBar = 0x100015A2
,
UIElementID.DDO_Logo_Small = 0x100015A3
,
UIElementID.DiceMenuTemplate = 0x100015A4
,
UIElementID.DiceMenuIcon = 0x100015A5
,
UIElementID.DiceMenuDescription = 0x100015A6
,
UIElementID.XP_Meter_Background = 0x100015A7
,
UIElementID.XP_Meter_Glass = 0x100015A8
,
UIElementID.XP_Meter_Ticks = 0x100015A9
,
UIElementID.ActionPoints_Box = 0x100015AA
,
UIElementID.XP_VALUE_BOX = 0x100015AB
,
UIElementID.Glass_BG_Health = 0x100015AC
,
UIElementID.Glass_BG_Spells = 0x100015AD
,
UIElementID.ExaminationDisplay_Bio = 0x100015AE
,
UIElementID.TargetHealthMeter_Glass = 0x100015AF
,
UIElementID.Target_SpellMeter_Glass = 0x100015B0
,
UIElementID.Focus_Orb_Vitals_Mask = 0x100015B1
,
UIElementID.ExaminationDisplay_Bio_Scrollbar = 0x100015B2
,
UIElementID.ArmorDisplay_DamageReduction = 0x100015B3
,
UIElementID.SpellBar_Glass_Overlay = 0x100015B4
,
UIElementID.Testy = 0x100015B5
,
UIElementID.TestB = 0x100015B6
,
UIElementID.BackgroundXPMeter = 0x100015B7
,
UIElementID.Meter_Box_Fill_Test = 0x100015B8
,
UIElementID.RealXPBarField = 0x100015B9
,
UIElementID.XPBar = 0x100015BA
,
UIElementID.LFPClass1Icon = 0x100015BB
,
UIElementID.LFPClass2Icon = 0x100015BC
,
UIElementID.LFPClass3Icon = 0x100015BD
,
UIElementID.LFPClass4Icon = 0x100015BE
,
UIElementID.LFPClass5Icon = 0x100015BF
,
UIElementID.LFPClass6Icon = 0x100015C0
,
UIElementID.LFPClass7Icon = 0x100015C1
,
UIElementID.LFPClass8Icon = 0x100015C2
,
UIElementID.AbilityToolTipProvider = 0x100015C3
,
UIElementID.Details_AdminButtonField = 0x100015C4
,
UIElementID.Details_AdminButtonLabel = 0x100015C5
,
UIElementID.TabBarTop = 0x100015C6
,
UIElementID.TabBar_Top_BG = 0x100015C7
,
UIElementID.Resurrect_DragBar = 0x100015C8
,
UIElementID.LFPClass9Icon = 0x100015C9
,
UIElementID.Dice_D100_Background = 0x100015CA
,
UIElementID.LabelTemplate = 0x100015CB
,
UIElementID.LFP_Player_AnonymousButton = 0x100015CC
,
UIElementID.LFPMatchesIcon = 0x100015CD
,
UIElementID.Ability_Column_Label = 0x100015CE
,
UIElementID.StatsBox_BG = 0x100015CF
,
UIElementID.GuildCommandsListBox = 0x100015D0
,
UIElementID.Male_Label = 0x100015D1
,
UIElementID.Female_Label_RaceClass = 0x100015D2
,
UIElementID.LFPMatchLFMLabel = 0x100015D3
,
UIElementID.StackableDragBar = 0x100015D4
,
UIElementID.GuildHeaderClassButton = 0x100015D5
,
UIElementID.GuildHeaderLevelButton = 0x100015D6
,
UIElementID.GuildHeaderAreaButton = 0x100015D7
,
UIElementID.GuildMemberClassValue = 0x100015D8
,
UIElementID.GuildMemberLevelValue = 0x100015D9
,
UIElementID.GuildMemberAreaValue = 0x100015DA
,
UIElementID.GuildMemberClassValue1 = 0x100015DB
,
UIElementID.GuildMemberClassValue2 = 0x100015DC
,
UIElementID.GuildMemberClassValue3 = 0x100015DD
,
UIElementID.GuildMemberClass1Value = 0x100015DE
,
UIElementID.GuildMemberClass2Value = 0x100015DF
,
UIElementID.GuildMemberClass3Value = 0x100015E0
,
UIElementID.LoadingProgressUIElement = 0x100015E1
,
UIElementID.Theatre_LoadingProgress = 0x100015E2
,
UIElementID.Weapon1_Value_Box = 0x100015E3
,
UIElementID.Weapon2_Value_Box = 0x100015E4
,
UIElementID.Theater_LoadingProgress = 0x100015E5
,
UIElementID.QuestAreaListBG_EBDARK = 0x100015E6
,
UIElementID.LoadingProgressUIElement_Meter = 0x100015E7
,
UIElementID.LoadingProgressUIElement_Label = 0x100015E8
,
UIElementID.QuestAreaList_BG_Layer2 = 0x100015E9
,
UIElementID.CreditsPanel = 0x100015EA
,
UIElementID.LaunchTab = 0x100015EB
,
UIElementID.LaunchPage = 0x100015EC
,
UIElementID.ErrorTextList = 0x100015ED
,
UIElementID.OldErrorTextTemplate = 0x100015EE
,
UIElementID.GuildMemberRankIcon = 0x100015EF
,
UIElementID.CharSelect_CreditsButton = 0x100015F0
,
UIElementID.AlternativeLaunchTab = 0x100015F1
,
UIElementID.AlternativeLaunchPage = 0x100015F2
,
UIElementID.LoadingProgressBackground = 0x100015F3
,
UIElementID.EffectAlertIcons_DragBar = 0x100015F4
,
UIElementID.InfoAlertIcons_DragBar = 0x100015F5
,
UIElementID.NetStatusDragBar = 0x100015F6
,
UIElementID.LFP_Player_LFGLabel = 0x100015F7
,
UIElementID.LFP_Player_AnonymousLabel = 0x100015F8
,
UIElementID.admin_top_dragBar = 0x100015F9
,
UIElementID.AdminElement_Invisible = 0x100015FA
,
UIElementID.AdminElement_Invisible_Text = 0x100015FB
,
UIElementID.AdminElement_Invisible_Toggle = 0x100015FC
,
UIElementID.AdminElement_Ghost = 0x100015FD
,
UIElementID.AdminElement_Ghost_Text = 0x100015FE
,
UIElementID.AdminElement_Ghost_Toggle = 0x100015FF
,
UIElementID.AdminElement_Ethereal = 0x10001600
,
UIElementID.AdminElement_Ethereal_Text = 0x10001601
,
UIElementID.AdminElement_Ethereal_Toggle = 0x10001602
,
UIElementID.TextTest = 0x10001603
,
UIElementID.GLP_TellButton_Tooltip = 0x10001604
,
UIElementID.GLP_TellButton_TooltipProvider = 0x10001605
,
UIElementID.Subtitle_Font_48 = 0x10001606
,
UIElementID.LFG_ListBix_Tooltip_Layout = 0x10001607
,
UIElementID.LFG_Listbox_Tooltip_Background = 0x10001608
,
UIElementID.LFG_ListBox_Tooltip_Layout = 0x10001609
,
UIElementID.LFG_Listbox_Tooltip_LFG_Icon = 0x1000160A
,
UIElementID.LFG_Listbox_Tooltip_Name = 0x1000160B
,
UIElementID.LFG_Listbox_Tooltip_Class1_Icon = 0x1000160C
,
UIElementID.LFG_Listbox_Tooltip_Level1 = 0x1000160D
,
UIElementID.LFG_Listbox_Tooltip_Class2_Icon = 0x1000160E
,
UIElementID.LFG_Listbox_Tooltip_Level2 = 0x1000160F
,
UIElementID.LFG_Listbox_Tooltip_Class3_Icon = 0x10001610
,
UIElementID.LFG_Listbox_Tooltip_Level3 = 0x10001611
,
UIElementID.LFG_Listbox_Tooltip_Comment = 0x10001612
,
UIElementID.LFG_Listbox_Tooltip_ClassLevel = 0x10001613
,
UIElementID.PlayerSearchEntry_TooltipProvider = 0x10001614
,
UIElementID.PlayerCurrency_TooltipProvider = 0x10001615
,
UIElementID.ActiveGraphic = 0x10001616
,
UIElementID.ActiveLegend = 0x10001617
,
UIElementID.GLP_ListBox_Tooltip_Layout = 0x10001618
,
UIElementID.GLP_Listbox_Tooltip_Background = 0x10001619
,
UIElementID.GLP_Listbox_Tooltip_Match_Icon = 0x1000161A
,
UIElementID.GLP_Listbox_Tooltip_Name = 0x1000161B
,
UIElementID.GLP_Listbox_Tooltip_ClassLevel = 0x1000161C
,
UIElementID.GLP_Listbox_Tooltip_Comment = 0x1000161D
,
UIElementID.GLPChildEntry_TooltipProvider = 0x1000161E
,
UIElementID.Chargen_ResetButton = 0x1000161F
,
UIElementID.PassiveLegend = 0x10001620
,
UIElementID.GLP_Listbox_Tooltip_Class = 0x10001621
,
UIElementID.GLP_Listbox_Tooltip_Level = 0x10001622
,
UIElementID.Skill_Marker_Summary_Template = 0x10001623
,
UIElementID.MicroDiceAdvancedGraphic = 0x10001624
,
UIElementID.Marker_DragHighlight = 0x10001625
,
UIElementID.Marker_SelectionHooks = 0x10001626
,
UIElementID.CharSelect_Options = 0x10001627
,
UIElementID.gui2_tab_vertical_small_character_sheet = 0x10001628
,
UIElementID.Marker_ClassIcon = 0x10001629
,
UIElementID.HintsTab = 0x1000162A
,
UIElementID.HintsPage = 0x1000162B
,
UIElementID.HintsPageTemplate = 0x1000162C
,
UIElementID.Hints_VersionLabel = 0x1000162D
,
UIElementID.HintsBrowser = 0x1000162E
,
UIElementID.LFPMatches = 0x1000162F
,
UIElementID.Button_Examine_Sm_Round_Map = 0x10001630
,
UIElementID.PleaseEnterName = 0x10001631
,
UIElementID.EnlargeMapButton = 0x10001632
,
UIElementID.CharGenAdviceUIElement_New_Appearance = 0x10001633
,
UIElementID.Advice_Bkg_Appearance = 0x10001634
,
UIElementID.Advice_Text_Appearance = 0x10001635
,
UIElementID.Advice_Scrollbar_Appearance = 0x10001636
,
UIElementID.Advice_Title_Appearance = 0x10001637
,
UIElementID.CharSelect_Logo_Drop = 0x10001638
,
UIElementID.CharGen_Logo_New_Background = 0x10001639
,
UIElementID.Marker_MouseHighlightOverlay = 0x1000163A
,
UIElementID.DDO_Theater_Logo_Drop = 0x1000163B
,
UIElementID.Trade_Partner_Container_Scrollbar = 0x1000163C
,
UIElementID.Trade_Container_Scrollbar = 0x1000163D
,
UIElementID.ActiveLegendGraphic = 0x1000163E
,
UIElementID.PassiveLegendGraphic = 0x1000163F
,
UIElementID.QuestMarkerTitle_LFGButton = 0x10001640
,
UIElementID.Menu_Base_Font_14 = 0x10001641
,
UIElementID.Title_Bar = 0x10001642
,
UIElementID.Separator = 0x10001643
,
UIElementID.SeparatorImage = 0x10001644
,
UIElementID.SeparatorText = 0x10001645
,
UIElementID.KeyMap_Separator = 0x10001646
,
UIElementID.KeyMap_SeparatorImage = 0x10001647
,
UIElementID.KeyMap_SeparatorImageR = 0x10001648
,
UIElementID.KeyMap_SeparatorImageL = 0x10001649
,
UIElementID.CharGen_FavoredEnemy_DragTarget = 0x1000164A
,
UIElementID.ArmorClassLabel = 0x1000164B
,
UIElementID.ArmorClassBackground = 0x1000164C
,
UIElementID.ArmorClassValue = 0x1000164D
,
UIElementID.BlockingArmorClassValue = 0x1000164E
,
UIElementID.AlternativeScrollbar = 0x1000164F
,
UIElementID.ChatDisplay1 = 0x10001650
,
UIElementID.ChatDisplay2 = 0x10001651
,
UIElementID.ChatDisplay3 = 0x10001652
,
UIElementID.ChatDisplay4 = 0x10001653
,
UIElementID.ChatDisplay5 = 0x10001654
,
UIElementID.ChatDisplay6 = 0x10001655
,
UIElementID.ChatDisplay7 = 0x10001656
,
UIElementID.ChatDisplay8 = 0x10001657
,
UIElementID.ChatDisplay9 = 0x10001658
,
UIElementID.ChatDisplay10 = 0x10001659
,
UIElementID.Shortcutbar_ActiveField = 0x1000165A
,
UIElementID.HelpPage_AbuserName = 0x1000165B
,
UIElementID.HudVesselTR = 0x1000165C
,
UIElementID.VitalsResizeBar = 0x1000165D
,
UIElementID.Shortcutbar_Resizebar = 0x1000165E
,
UIElementID.FocusOrb_Resizebar = 0x1000165F
,
UIElementID.Radar_Resizebar = 0x10001660
,
UIElementID.Quest_AreaHeader = 0x10001661
,
UIElementID.Quest_QuestListHeader = 0x10001662
,
UIElementID.Quest_QuestDetailsHeader = 0x10001663
,
UIElementID.Shorcutbar_DragLeft = 0x10001664
,
UIElementID.Shortcut_DragRight = 0x10001665
,
UIElementID.Shortcutbar_DragBottom = 0x10001666
,
UIElementID.FocusField = 0x10001667
,
UIElementID.WinkyButton = 0x10001668
,
UIElementID.InviteToPartyMicroButtonUIElement = 0x10001669
,
UIElementID.TradeMicroButtonUIElement = 0x1000166A
,
UIElementID.AttackMicroButtonUIElement = 0x1000166B
,
UIElementID.FocusOrbWinkyButton = 0x1000166C
,
UIElementID.FocusFieldWinkyButton = 0x1000166D
,
UIElementID.SounOptions_GamespyLogo = 0x1000166E
,
UIElementID.FriendsField_InviteFriendButton = 0x1000166F
,
UIElementID.WeaponSet_Bkg1 = 0x10001670
,
UIElementID.WeaponSet_Bkg2 = 0x10001671
,
UIElementID.WeaponSet_Icon1 = 0x10001672
,
UIElementID.WeaponSet_Icon2 = 0x10001673
,
UIElementID.WeaponSet_Bkg1_Alpha = 0x10001674
,
UIElementID.WeaponSet_Bkg2_Alpha = 0x10001675
,
UIElementID.WeaponSet_Bkg1_Field = 0x10001676
,
UIElementID.WeaponSet_Bkg2_Field = 0x10001677
,
UIElementID.WeaponDisplay_Proficiency = 0x10001678
,
UIElementID.WeaponSet_Bkg_Separator = 0x10001679
,
UIElementID.WeaponSet_Number = 0x1000167A
,
UIElementID.Marker_Image_Field = 0x1000167B
,
UIElementID.WeaponSetMarker = 0x1000167C
,
UIElementID.ExaminationDisplay_Proficiency = 0x1000167D
,
UIElementID.Shortcut_WeaponSet_Marker = 0x1000167E
,
UIElementID.Shield_AttackPenalty = 0x1000167F
,
UIElementID.ShieldDisplay_AttackPenalty = 0x10001680
,
UIElementID.Inventory_WeaponSets = 0x10001681
,
UIElementID.ComplexTooltip_WeaponSet = 0x10001682
,
UIElementID.CT_WeaponSet_Instructions = 0x10001683
,
UIElementID.CT_WeaponSet_Bkg = 0x10001684
,
UIElementID.CT_WeaponSet_1 = 0x10001685
,
UIElementID.CT_WeaponSet_Icon_1 = 0x10001686
,
UIElementID.CT_WeaponSet_Name_1 = 0x10001687
,
UIElementID.CT_WeaponSet_2 = 0x10001688
,
UIElementID.CT_WeaponSet_Icon_2 = 0x10001689
,
UIElementID.CT_WeaponSet_Name_2 = 0x1000168A
,
UIElementID.CT_WeaponSet_Bkg_1 = 0x1000168B
,
UIElementID.CT_WeaponSet_Bkg_2 = 0x1000168C
,
UIElementID.WeaponSet_TooltipInstructions = 0x1000168D
,
UIElementID.WeaponSet_Instructions = 0x1000168E
,
UIElementID.StatsPortalField = 0x1000168F
,
UIElementID.StatsPortalTabPanel = 0x10001690
,
UIElementID.StatsPortalCloseButton = 0x10001691
,
UIElementID.StatsPortal_Dragbar = 0x10001692
,
UIElementID.StatsPortalHomeTab = 0x10001693
,
UIElementID.StatsPortalHomePage = 0x10001694
,
UIElementID.StatsPortalPageTemplate = 0x10001695
,
UIElementID.StatsPortalPageField = 0x10001696
,
UIElementID.StatsPortalPageBrowser = 0x10001697
,
UIElementID.WeaponSets_Label = 0x10001698
,
UIElementID.HelpPage_CategoryDesc_Label = 0x10001699
,
UIElementID.HelpPage_ProblemDesc_Label = 0x1000169A
,
UIElementID.HelpPage_CategoryDesc_Scrollbar = 0x1000169B
,
UIElementID.HelpPage_StepLabel_One = 0x1000169C
,
UIElementID.HelpPage_StepLabel_Two = 0x1000169D
,
UIElementID.HelpPage_StepLabel_Three = 0x1000169E
,
UIElementID.HelpPage_CategoryDesc_Box = 0x1000169F
,
UIElementID.HelpPage_ProblemDesc_Box = 0x100016A0
,
UIElementID.HelpDesc_AbuserName_Label = 0x100016A1
,
UIElementID.HelpPage_AbuserName_Box = 0x100016A2
,
UIElementID.StatsPortal_TitleBar = 0x100016A3
,
UIElementID.StatsPortalDragBar = 0x100016A4
,
UIElementID.StatsPortalTitle_Label = 0x100016A5
,
UIElementID.StatsPortal_BG = 0x100016A6
,
UIElementID.ComplexTooltip_WeaponSet_Instr = 0x100016A7
,
UIElementID.GuildName_ButtonField = 0x100016A8
,
UIElementID.ActionDisplay_FeatTimesAquired = 0x100016A9
,
UIElementID.ActionDisplay_FeatSneakAttack = 0x100016AA
,
UIElementID.Scrollbar_Up_Highlight = 0x100016AB
,
UIElementID.Hud_Menu_Bkg = 0x100016AC
,
UIElementID.CharGen_PreSetCharacter = 0x100016AD
,
UIElementID.TroubleshootingOptionsTab = 0x100016AE
,
UIElementID.TroubleshootingOptionsPage = 0x100016AF
,
UIElementID.Text = 0x100016B0
,
UIElementID.QuestList_Field = 0x100016B1
,
UIElementID.QuestList_Bkg = 0x100016B2
,
UIElementID.QuestList_QuestBox = 0x100016B3
,
UIElementID.QuestList_BronzeMedalField = 0x100016B4
,
UIElementID.QuestList_BronzeMedalImage = 0x100016B5
,
UIElementID.QuestList_SilverMedalField = 0x100016B6
,
UIElementID.QuestList_SilverMedalLock = 0x100016B7
,
UIElementID.QuestList_GoldMedalField = 0x100016B8
,
UIElementID.QuestList_GoldMedalLock = 0x100016B9
,
UIElementID.QuestList_TitleText = 0x100016BA
,
UIElementID.QuestList_SilverMedalImage = 0x100016BB
,
UIElementID.QuestList_GoldMedalImage = 0x100016BC
,
UIElementID.Bank_Titlebar = 0x100016BD
,
UIElementID.Bank_ContainerField = 0x100016BE
,
UIElementID.Bank_ContainerListBox = 0x100016BF
,
UIElementID.Bank_Tabs_Bar = 0x100016C0
,
UIElementID.Bank_BackpackTabField = 0x100016C1
,
UIElementID.Bank_Tab1 = 0x100016C2
,
UIElementID.Bank_Tab2 = 0x100016C3
,
UIElementID.Bank_Tab3 = 0x100016C4
,
UIElementID.Bank_Tab4 = 0x100016C5
,
UIElementID.Bank_Tab5 = 0x100016C6
,
UIElementID.QuestList_DungeonQuestEntry = 0x100016C7
,
UIElementID.QuestList_StoryQuestName = 0x100016C8
,
UIElementID.QuestList_StoryQuestNam = 0x100016C9
,
UIElementID.QuestList_StoryQuestStatus = 0x100016CA
,
UIElementID.QuestList_StoryQuest = 0x100016CB
,
UIElementID.QuestList_StoryQuestN = 0x100016CC
,
UIElementID.QuestList_BestowerLabel = 0x100016CD
,
UIElementID.QuestList_Bestower = 0x100016CE
,
UIElementID.QuestList_LocationLabel = 0x100016CF
,
UIElementID.QuestList_Location = 0x100016D0
,
UIElementID.QuestList_DungeonQuestName = 0x100016D1
,
UIElementID.QuestList_StoryQuestLabel = 0x100016D2
,
UIElementID.CharSelect_AdminDeleteButton = 0x100016D3
,
UIElementID.QuestList_StatusLabel = 0x100016D4
,
UIElementID.QuestList_StoryQuestStatu = 0x100016D5
,
UIElementID.Bank_Upgrade_Button = 0x100016D6
,
UIElementID.QuestList_CloseButton = 0x100016D7
,
UIElementID.ComplexTooltip_Examination = 0x100016D8
,
UIElementID.CT_ExaminationElement = 0x100016D9
,
UIElementID.CT_Bkg = 0x100016DA
,
UIElementID.QuestList_CloseButto = 0x100016DB
,
UIElementID.QuestList_ScrollBar = 0x100016DC
,
UIElementID.CT_Examination_Lists = 0x100016DD
,
UIElementID.BehaviorDisplay_IsReserved = 0x100016DE
,
UIElementID.BehaviorDisplay_IsLeaderOnly = 0x100016DF
,
UIElementID.SpellSwapDialog = 0x100016E0
,
UIElementID.SpellSwapDialog_Bkg = 0x100016E1
,
UIElementID.SpellSwapDialog_Title = 0x100016E2
,
UIElementID.SpellSwapDialog_OldBkg = 0x100016E3
,
UIElementID.SpellSwapDialog_NewBkg = 0x100016E4
,
UIElementID.SpellSwapDialog_OldSpellSelection = 0x100016E5
,
UIElementID.SpellSwapDialog_NewSpellSelection = 0x100016E6
,
UIElementID.SpellSwapDialog_TitleText = 0x100016E7
,
UIElementID.SpellSwapDialog_DragBar = 0x100016E8
,
UIElementID.SpellSwapDialog_Cost = 0x100016E9
,
UIElementID.SpellSwapDialog_OldSpell_DragTarget = 0x100016EA
,
UIElementID.SpellSwapDialog_NewSpell_DragTarget = 0x100016EB
,
UIElementID.SpellSwapDialog_OldTitle = 0x100016EC
,
UIElementID.SpellSwapDialog_NewTitle = 0x100016ED
,
UIElementID.OldSpellField = 0x100016EE
,
UIElementID.NewSpellField = 0x100016EF
,
UIElementID.OldSpellField_Scrollbar = 0x100016F0
,
UIElementID.NewSpellField_Scrollbar = 0x100016F1
,
UIElementID.SpellSwap = 0x100016F2
,
UIElementID.SpellSwap_Bkg = 0x100016F3
,
UIElementID.SpellSwap_Title = 0x100016F4
,
UIElementID.SpellSwap_TitleText = 0x100016F5
,
UIElementID.SpellSwap_DragBar = 0x100016F6
,
UIElementID.SpellSwap_Cost = 0x100016F7
,
UIElementID.SpellSwap_OldSpell_DragTarget = 0x100016F8
,
UIElementID.SpellSwap_OldSpellSelection = 0x100016F9
,
UIElementID.SpellSwap_OldTitle = 0x100016FA
,
UIElementID.SpellSwap_NewSpell_DragTarget = 0x100016FB
,
UIElementID.SpellSwap_NewSpellSelection = 0x100016FC
,
UIElementID.SpellSwap_NewTitle = 0x100016FD
,
UIElementID.SpellSwap_OldBkg = 0x100016FE
,
UIElementID.SpellSwap_NewBkg = 0x100016FF
,
UIElementID.SpellSwapDialog_Close = 0x10001700
,
UIElementID.SpellSwap_Marker_Marker = 0x10001701
,
UIElementID.SpellSwap_Marker = 0x10001702
,
UIElementID.SpellSwapDialog_CostField = 0x10001703
,
UIElementID.SpellSwapDialog_CostLabel = 0x10001704
,
UIElementID.QuestList_FameLabel = 0x10001705
,
UIElementID.QuestList_Fame = 0x10001706
,
UIElementID.QuestList_TotalFameLabel = 0x10001707
,
UIElementID.QuestList_TotalFame = 0x10001708
,
UIElementID.Mail_MainField = 0x10001709
,
UIElementID.Mail_TitleBar = 0x1000170A
,
UIElementID.Mail_TitleBar_Label = 0x1000170B
,
UIElementID.Mail_TitleBar_Dragbar = 0x1000170C
,
UIElementID.Mail_Panel = 0x1000170D
,
UIElementID.Mail_TitleBar_CloseButton = 0x1000170E
,
UIElementID.Race_Select_Drow_Male = 0x1000170F
,
UIElementID.Race_Select_Drow_Female = 0x10001710
,
UIElementID.Race_Select_Drm_Text = 0x10001711
,
UIElementID.Race_Select_Drf_Text = 0x10001712
,
UIElementID.GroupingField = 0x10001713
,
UIElementID.LFGPage = 0x10001714
,
UIElementID.LFGPageLabelField = 0x10001715
,
UIElementID.GroupingPage = 0x10001716
,
UIElementID.GroupingPageLabelField = 0x10001717
,
UIElementID.LFGTabMarker = 0x10001718
,
UIElementID.LFPTabMarker = 0x10001719
,
UIElementID.GroupingDisplayField = 0x1000171A
,
UIElementID.GroupingPanel = 0x1000171B
,
UIElementID.LFPPage = 0x1000171C
,
UIElementID.LFGPageTemplate = 0x1000171D
,
UIElementID.LFPPageTemplate = 0x1000171E
,
UIElementID.PlayerLFGPage = 0x1000171F
,
UIElementID.GroupLFPPage = 0x10001720
,
UIElementID.PlayerLFGPageTemplate = 0x10001721
,
UIElementID.GroupLFPPageTemplate = 0x10001722
,
UIElementID.WhoTabMarker = 0x10001723
,
UIElementID.GroupWhoPage = 0x10001724
,
UIElementID.GroupWhoPageTemplate = 0x10001725
,
UIElementID.EquipmentCompatIndicator = 0x10001726
,
UIElementID.CompatIndicator = 0x10001727
,
UIElementID.LFGDisplayField = 0x10001728
,
UIElementID.LFGNoteLabel = 0x10001729
,
UIElementID.LFGNoteValue = 0x1000172A
,
UIElementID.LFGNoteButton = 0x1000172B
,
UIElementID.LFGMembersListBox = 0x1000172C
,
UIElementID.LFGMemberScrollbar = 0x1000172D
,
UIElementID.Mail_Dragbar = 0x1000172E
,
UIElementID.Mail_Panel_ListBox = 0x1000172F
,
UIElementID.Mail_Panel_ListBox_Scrollbar = 0x10001730
,
UIElementID.MailElement_Letter = 0x10001731
,
UIElementID.MailElement_Letter_Sender = 0x10001732
,
UIElementID.MailElement_Letter_Subject = 0x10001733
,
UIElementID.LFGButtonLabel = 0x10001734
,
UIElementID.LFGButton = 0x10001735
,
UIElementID.LFG_Vessel = 0x10001736
,
UIElementID.LFG_Button = 0x10001737
,
UIElementID.LFG_Label = 0x10001738
,
UIElementID.LFGMembersHeader = 0x10001739
,
UIElementID.LFGHeaderClassButton = 0x1000173A
,
UIElementID.LFGHeaderLevelButton = 0x1000173B
,
UIElementID.LFGHeaderField3Button = 0x1000173C
,
UIElementID.LFGHeaderMemberButton = 0x1000173D
,
UIElementID.LFGHeaderAreaButton = 0x1000173E
,
UIElementID.LFGHeaderXXXButton = 0x1000173F
,
UIElementID.LFGInviteButton = 0x10001740
,
UIElementID.LFGTellButton = 0x10001741
,
UIElementID.LFPDisplayField = 0x10001742
,
UIElementID.LFPNoteButton = 0x10001743
,
UIElementID.LFPMembersHeader = 0x10001744
,
UIElementID.LFPHeaderClassButton = 0x10001745
,
UIElementID.LFPHeaderLevelButton = 0x10001746
,
UIElementID.LFPHeaderField3Button = 0x10001747
,
UIElementID.LFPHeaderMemberButton = 0x10001748
,
UIElementID.LFPHeaderAreaButton = 0x10001749
,
UIElementID.LFPHeaderXXXButton = 0x1000174A
,
UIElementID.LFPMembersListBox = 0x1000174B
,
UIElementID.LFPMemberScrollbar = 0x1000174C
,
UIElementID.LFP_Vessel = 0x1000174D
,
UIElementID.LFP_Button = 0x1000174E
,
UIElementID.LFP_Label = 0x1000174F
,
UIElementID.LFPInviteButton = 0x10001750
,
UIElementID.LFPTellButton = 0x10001751
,
UIElementID.LFPClrButton = 0x10001752
,
UIElementID.LFPFtrButton = 0x10001753
,
UIElementID.LFPWizButton = 0x10001754
,
UIElementID.LFPPalButton = 0x10001755
,
UIElementID.LFPBrdButton = 0x10001756
,
UIElementID.LFPRgrButton = 0x10001757
,
UIElementID.LFPRogButton = 0x10001758
,
UIElementID.LFPBbnButton = 0x10001759
,
UIElementID.LFPSorButton = 0x1000175A
,
UIElementID.WeaponSet_DDRO = 0x1000175B
,
UIElementID.LFPClassMinLabel = 0x1000175C
,
UIElementID.LFPClassMinValue = 0x1000175D
,
UIElementID.LFPClassMaxLabel = 0x1000175E
,
UIElementID.LFPClassMaxValue = 0x1000175F
,
UIElementID.LFPClassSelectLabel = 0x10001760
,
UIElementID.LFP_AnyClassButton = 0x10001761
,
UIElementID.LFP_AnyClassLabel = 0x10001762
,
UIElementID.GuildGroupInviteButton = 0x10001763
,
UIElementID.Mail_Panel_CheckMail_Button = 0x10001764
,
UIElementID.Mail_Panel_DeleteMail_Button = 0x10001765
,
UIElementID.Mail_Panel_ComposeMail_Button = 0x10001766
,
UIElementID.Mail_Panel_ButtonPanel = 0x10001767
,
UIElementID.MailElement_OpenLetter = 0x10001768
,
UIElementID.MailElement_OpenLetter_Message = 0x10001769
,
UIElementID.MailElement_OpenLetter_Sender = 0x1000176A
,
UIElementID.MailElement_OpenLetter_Subject = 0x1000176B
,
UIElementID.MailElement_OpenLetter_TitleBar = 0x1000176C
,
UIElementID.MailElement_OpenLetter_TitleBar_Label = 0x1000176D
,
UIElementID.MailElement_OpenLetter_TitleBar_CloseButton = 0x1000176E
,
UIElementID.MailElement_OpenLetter_Panel = 0x1000176F
,
UIElementID.WhoDisplayField = 0x10001770
,
UIElementID.WhoNoteLabel = 0x10001771
,
UIElementID.WhoNoteValue = 0x10001772
,
UIElementID.WhoNoteButton = 0x10001773
,
UIElementID.WhoMembersHeader = 0x10001774
,
UIElementID.WhoHeaderClassButton = 0x10001775
,
UIElementID.WhoHeaderLevelButton = 0x10001776
,
UIElementID.WhoHeaderField3Button = 0x10001777
,
UIElementID.WhoHeaderMemberButton = 0x10001778
,
UIElementID.WhoHeaderAreaButton = 0x10001779
,
UIElementID.WhoHeaderXXXButton = 0x1000177A
,
UIElementID.WhoMembersListBox = 0x1000177B
,
UIElementID.WhoMemberScrollbar = 0x1000177C
,
UIElementID.Anon_Vessel = 0x1000177D
,
UIElementID.Anon_Button = 0x1000177E
,
UIElementID.Anon_Label = 0x1000177F
,
UIElementID.WhoInviteButton = 0x10001780
,
UIElementID.WhoTellButton = 0x10001781
,
UIElementID.LFGMemberEntryField = 0x10001782
,
UIElementID.LFGMemberClass1Value = 0x10001783
,
UIElementID.LFGMemberClass2Value = 0x10001784
,
UIElementID.LFGMemberClass3Value = 0x10001785
,
UIElementID.LFGMemberLevelValue = 0x10001786
,
UIElementID.LFGMemberNameValue = 0x10001787
,
UIElementID.LFGMemberTitleValue = 0x10001788
,
UIElementID.LFGMemberRankIcon = 0x10001789
,
UIElementID.LFGMemberAreaValue = 0x1000178A
,
UIElementID.LFGMemberLastLogoutValue = 0x1000178B
,
UIElementID.LFGMemberNoteValue = 0x1000178C
,
UIElementID.Shop_Player_Cart = 0x1000178D
,
UIElementID.Shop_Vendor_Cart = 0x1000178E
,
UIElementID.Shop_Repair_Cart = 0x1000178F
,
UIElementID.Shop_Vendor_Buy = 0x10001790
,
UIElementID.DialogConfirmationFieldLarge = 0x10001791
,
UIElementID.QuestList_NameLabel = 0x10001792
,
UIElementID.QuestList_LevelLabel = 0x10001793
,
UIElementID.QuestList_PatronLabel = 0x10001794
,
UIElementID.QuestList_DifficultyLabel = 0x10001795
,
UIElementID.QuestList_FameLabel2 = 0x10001796
,
UIElementID.QuestList_Level = 0x10001797
,
UIElementID.PortalActivate_SoloDifficultyField = 0x10001798
,
UIElementID.PortalActivate_SoloDifficultyTitle = 0x10001799
,
UIElementID.PortalActivate_SoloDifficultyButton = 0x1000179A
,
UIElementID.PortalActivate_SoloDifficultyLock = 0x1000179B
,
UIElementID.QuestList_BoxBackground = 0x1000179C
,
UIElementID.QuestList_SummaryView = 0x1000179D
,
UIElementID.QuestList_ShowSummary = 0x1000179E
,
UIElementID.QuestList_HideSummary = 0x1000179F
,
UIElementID.QuestList_ShowPatrons = 0x100017A0
,
UIElementID.QuestList_HidePatrons = 0x100017A1
,
UIElementID.QuestList_TitleBar = 0x100017A2
,
UIElementID.QuestList_TabBackground = 0x100017A3
,
UIElementID.QuestList_DragBar = 0x100017A4
,
UIElementID.MailButtonUIElement = 0x100017A5
,
UIElementID.Mail_Button = 0x100017A6
,
UIElementID.LFG_ListBackground = 0x100017A7
,
UIElementID.WhoBackground_EntryBox = 0x100017A8
,
UIElementID.gui2_tab_vertical_small_character_sheet_zh_cn = 0x100017A9
,
UIElementID.gui2_tab_vertical_small_character_foo = 0x100017AA
,
UIElementID.LFPP_Max_Background = 0x100017AB
,
UIElementID.gui2_tab_vertical_small_character_sheet_zhcn = 0x100017AC
,
UIElementID.LFG_EntryBackground = 0x100017AD
,
UIElementID.LFPP_Min_Background = 0x100017AE
,
UIElementID.MailElement_ComposeMail = 0x100017AF
,
UIElementID.MailElement_ComposeMail_TitleBar = 0x100017B0
,
UIElementID.MailElement_ComposeMail_TitleBar_Label = 0x100017B1
,
UIElementID.MailElement_ComposeMail_TitleBar_CloseButton = 0x100017B2
,
UIElementID.MailElement_ComposeMail_Panel = 0x100017B3
,
UIElementID.MailElement_ComposeMail_Message = 0x100017B4
,
UIElementID.MailElement_ComposeMail_Recipient = 0x100017B5
,
UIElementID.MailElement_ComposeMail_Subject = 0x100017B6
,
UIElementID.MailElement_ComposeMail_Send_Button = 0x100017B7
,
UIElementID.MailElement_ComposeMail_Cancel_Button = 0x100017B8
,
UIElementID.MailElement_ComposeMail_Recipient_Label = 0x100017B9
,
UIElementID.MailElement_ComposeMail_Subject_Label = 0x100017BA
,
UIElementID.MailElement_ComposeMail_Scrollbar = 0x100017BB
,
UIElementID.MailElement_OpenLetter_Scrollbar = 0x100017BC
,
UIElementID.MailElement_ComposeMail_Postage = 0x100017BD
,
UIElementID.MailElement_ComposeMail_Postage_Label = 0x100017BE
,
UIElementID.LFPFilterField = 0x100017BF
,
UIElementID.PatronMeterUIElement = 0x100017C0
,
UIElementID.PatronMeter_PatronLabel = 0x100017C1
,
UIElementID.PatronMeter_FavorMeter = 0x100017C2
,
UIElementID.PatronMeter_StartLabel = 0x100017C3
,
UIElementID.PatronMeter_EndLabel = 0x100017C4
,
UIElementID.PatronMeter_RankName = 0x100017C5
,
UIElementID.PatronMeter_RankLabel = 0x100017C6
,
UIElementID.PortalActivate_SoloDifficultyUnavailable = 0x100017C7
,
UIElementID.PortalActivate_LowDifficultyUnavailable = 0x100017C8
,
UIElementID.PortalActivate_MediumDifficultyUnavailable = 0x100017C9
,
UIElementID.PortalActivate_HighDifficultyUnavailable = 0x100017CA
,
UIElementID.QuestList_PatronBox = 0x100017CB
,
UIElementID.QuestList_QuestScrollBar = 0x100017CC
,
UIElementID.QuestList_PatronScrollBar = 0x100017CD
,
UIElementID.QuestList_Difficulty = 0x100017CE
,
UIElementID.SpellSelectorDialog = 0x100017CF
,
UIElementID.MailElement_ComposeMail_AttachedIID = 0x100017D0
,
UIElementID.SpellSelectorDialog_Bkg = 0x100017D1
,
UIElementID.SpellSelectorDialog_Title = 0x100017D2
,
UIElementID.SpellSelectorDialog_TitleText = 0x100017D3
,
UIElementID.SpellSelectorDialog_ListBkg = 0x100017D4
,
UIElementID.MailElement_ComposeMail_COD = 0x100017D5
,
UIElementID.MailElement_Compose_COD_Button = 0x100017D6
,
UIElementID.MailElement_ComposeMail_GroupBox = 0x100017D7
,
UIElementID.MailElement_ComposeMail_SendMoney = 0x100017D8
,
UIElementID.MailElement_ComposeMail_SendMoney_Button = 0x100017D9
,
UIElementID.MailElement_ComposeMail_SendMoney_Label = 0x100017DA
,
UIElementID.MailElement_ComposeMail_COD_Lable = 0x100017DB
,
UIElementID.MailElement_ComposeMail_COD_Label = 0x100017DC
,
UIElementID.MailElement_ComposeMail_PlayerCurrency = 0x100017DD
,
UIElementID.MailElement_ComposeMail_COD_Button = 0x100017DE
,
UIElementID.SpellSelectorDialog_ListScrollbar = 0x100017DF
,
UIElementID.MailElement_ComposeMail_Platinum = 0x100017E0
,
UIElementID.MailElement_ComposeMail_Copper = 0x100017E1
,
UIElementID.MailElement_ComposeMail_Gold = 0x100017E2
,
UIElementID.MailElement_ComposeMail_Silver = 0x100017E3
,
UIElementID.MailElement_ComposeMail_Platinum_Label = 0x100017E4
,
UIElementID.LFPPostButton = 0x100017E5
,
UIElementID.MailElement_ComposeMail_Gold_Label = 0x100017E6
,
UIElementID.MailElement_ComposeMail_Silver_Label = 0x100017E7
,
UIElementID.MailElement_ComposeMail_Copper_Label = 0x100017E8
,
UIElementID.LFPClassButtonField = 0x100017E9
,
UIElementID.SpellSelectorDialog_Marker = 0x100017EA
,
UIElementID.SpellSelectorDialog_Close = 0x100017EB
,
UIElementID.SpellSelectorDialog_TitleBkg = 0x100017EC
,
UIElementID.SpellSelectorDialog_Field = 0x100017ED
,
UIElementID.SpellSelectorDialog_Dlg = 0x100017EE
,
UIElementID.LFPJoinButton = 0x100017EF
,
UIElementID.LFPUpdateButton = 0x100017F0
,
UIElementID.LFPMemberEntryField = 0x100017F1
,
UIElementID.LFPMemberMatch = 0x100017F2
,
UIElementID.LFPMemberLevelValue = 0x100017F3
,
UIElementID.LFPMemberNameValue = 0x100017F4
,
UIElementID.LFPMemberNoteValue = 0x100017F5
,
UIElementID.LFPMemberAreaValue = 0x100017F6
,
UIElementID.Mail_Icon = 0x100017F7
,
UIElementID.MailElement_Letter_TimeLeft = 0x100017F8
,
UIElementID.SpellSelectorDialog_Drag = 0x100017F9
,
UIElementID.MailElement_Letter_ReadStatus = 0x100017FA
,
UIElementID.MailElement_Letter_Item_Attached = 0x100017FB
,
UIElementID.MailElement_Letter_Currency_Attached = 0x100017FC
,
UIElementID.MailElement_OpenLetter_ItemAttached = 0x100017FD
,
UIElementID.MailElement_OpenLetter_DetachItem_Button = 0x100017FE
,
UIElementID.MailElement_OpenLetter_Platinum = 0x100017FF
,
UIElementID.MailElement_OpenLetter_Platinum_Label = 0x10001800
,
UIElementID.MailElement_OpenLetter_Gold = 0x10001801
,
UIElementID.MailElement_OpenLetter_Gold_Label = 0x10001802
,
UIElementID.MailElement_OpenLetter_Silver = 0x10001803
,
UIElementID.MailElement_OpenLetter_Silver_Label = 0x10001804
,
UIElementID.MailElement_OpenLetter_Copper = 0x10001805
,
UIElementID.MailElement_OpenLetter_Copper_Label = 0x10001806
,
UIElementID.MailElement_OpenLetter_DetachCurrency_Button = 0x10001807
,
UIElementID.LFPMemberAreaClasses = 0x10001808
,
UIElementID.LFPMemberClasses = 0x10001809
,
UIElementID.QuestList_LabelBox = 0x1000180A
,
UIElementID.QuestList_FavorLabel = 0x1000180B
,
UIElementID.QuestList_Favor = 0x1000180C
,
UIElementID.Who_ListBackground = 0x1000180D
,
UIElementID.WhoMemberEntryField = 0x1000180E
,
UIElementID.WhoMemberLevelValue = 0x1000180F
,
UIElementID.WhoMemberNameValue = 0x10001810
,
UIElementID.WhoMemberNoteValue = 0x10001811
,
UIElementID.WhoMemberAreaValue = 0x10001812
,
UIElementID.QuestList_Patron = 0x10001813
,
UIElementID.MailElement_ComposeMail_ItemMarker = 0x10001814
,
UIElementID.WhoHeaderGuildButton = 0x10001815
,
UIElementID.WhoMemberGuildValue = 0x10001816
,
UIElementID.WhoClassButtonField = 0x10001817
,
UIElementID.WhoClrButton = 0x10001818
,
UIElementID.WhoFtrButton = 0x10001819
,
UIElementID.WhoWizButton = 0x1000181A
,
UIElementID.WhoPalButton = 0x1000181B
,
UIElementID.WhoBrdButton = 0x1000181C
,
UIElementID.WhoRgrButton = 0x1000181D
,
UIElementID.WhoRogButton = 0x1000181E
,
UIElementID.WhoBbnButton = 0x1000181F
,
UIElementID.WhoSorButton = 0x10001820
,
UIElementID.Who_AnyClassButton = 0x10001821
,
UIElementID.Who_AnyClassLabel = 0x10001822
,
UIElementID.WhoClassSelectLabel = 0x10001823
,
UIElementID.WhoClassField = 0x10001824
,
UIElementID.WhoLevelField = 0x10001825
,
UIElementID.WhoClassMinLabel = 0x10001826
,
UIElementID.WhoClassMinValue = 0x10001827
,
UIElementID.WhoClassMaxLabel = 0x10001828
,
UIElementID.Who_Min_Background = 0x10001829
,
UIElementID.WhoClassMaxValue = 0x1000182A
,
UIElementID.Who_Max_Background = 0x1000182B
,
UIElementID.MailElement_OpenLetter_ItemAttached_ListBox = 0x1000182C
,
UIElementID.PatronMeter_RankText = 0x1000182D
,
UIElementID.PatronMeter_FavorBackground = 0x1000182E
,
UIElementID.PatronMeter_RemainderFill = 0x1000182F
,
UIElementID.WhoIsInParty = 0x10001830
,
UIElementID.QuestList_DungeonQuestBackground = 0x10001831
,
UIElementID.QuestList_DungeonQuestBaseBackground = 0x10001832
,
UIElementID.QuestList_DungeonQuestHighlightBackground = 0x10001833
,
UIElementID.MailElement_ComposeMail_CurrencyField = 0x10001834
,
UIElementID.PatronMeter_RankNumbers = 0x10001835
,
UIElementID.Hud_Menu_AdventureCompendum_Button = 0x10001836
,
UIElementID.Button_Adventure_Compendum = 0x10001837
,
UIElementID.Button_Hud_Menu_Adventure_Compendum = 0x10001838
,
UIElementID.Button_Hud_Menu_AdventureCompendum = 0x10001839
,
UIElementID.QuestList_MoveBar = 0x1000183A
,
UIElementID.MailElement_OpenLetter_CurrencyField = 0x1000183B
,
UIElementID.ToolTip_MetaEnabled = 0x1000183C
,
UIElementID.Hud_Menu_AdventureCompendium_Button = 0x1000183D
,
UIElementID.Button_Hud_Menu_Adventure_Compendium = 0x1000183E
,
UIElementID.QuestList_RefreshButton = 0x1000183F
,
UIElementID.LFP_ListBackground = 0x10001840
,
UIElementID.LFPHeaderMatchedButton = 0x10001841
,
UIElementID.WhoIsInPartyButton = 0x10001842
,
UIElementID.MailElement_BodyLabel = 0x10001843
,
UIElementID.MailElement_ComposeMail_Message_Border = 0x10001844
,
UIElementID.MailElement_ComposeMail_Subject_Border = 0x10001845
,
UIElementID.MailElement_ComposeMail_Recipient_Border = 0x10001846
,
UIElementID.MailElement_ComposeMail_Platinum_Border = 0x10001847
,
UIElementID.MailElement_ComposeMail_Gold_Border = 0x10001848
,
UIElementID.MailElement_ComposeMail_Silver_Border = 0x10001849
,
UIElementID.MailElement_ComposeMail_Copper_Border = 0x1000184A
,
UIElementID.AdventureCompendium_Field = 0x1000184B
,
UIElementID.AdventureCompendium_Bkg = 0x1000184C
,
UIElementID.AdventureCompendium_BoxBackground = 0x1000184D
,
UIElementID.AdventureCompendium_QuestBox = 0x1000184E
,
UIElementID.AdventureCompendium_PatronBox = 0x1000184F
,
UIElementID.AdventureCompendium_QuestScrollBar = 0x10001850
,
UIElementID.AdventureCompendium_PatronScrollBar = 0x10001851
,
UIElementID.AdventureCompendium_HidePatrons = 0x10001852
,
UIElementID.AdventureCompendium_ShowPatrons = 0x10001853
,
UIElementID.AdventureCompendium_RefreshButton = 0x10001854
,
UIElementID.AdventureCompendium_TabBackground = 0x10001855
,
UIElementID.AdventureCompendium_LabelBox = 0x10001856
,
UIElementID.AdventureCompendium_NameLabel = 0x10001857
,
UIElementID.AdventureCompendium_LevelLabel = 0x10001858
,
UIElementID.AdventureCompendium_PatronLabel = 0x10001859
,
UIElementID.AdventureCompendium_DifficultyLabel = 0x1000185A
,
UIElementID.AdventureCompendium_FavorLabel = 0x1000185B
,
UIElementID.AdventureCompendium_TitleBar = 0x1000185C
,
UIElementID.AdventureCompendium_TitleText = 0x1000185D
,
UIElementID.AdventureCompendium_CloseButton = 0x1000185E
,
UIElementID.AdventureCompendium_MoveBar = 0x1000185F
,
UIElementID.AdventureCompendium_DungeonQuestEntry = 0x10001860
,
UIElementID.AdventureCompendium_DungeonQuestHighlightBackground = 0x10001861
,
UIElementID.AdventureCompendium_DungeonQuestName = 0x10001862
,
UIElementID.AdventureCompendium_Level = 0x10001863
,
UIElementID.AdventureCompendium_Patron = 0x10001864
,
UIElementID.AdventureCompendium_Difficulty = 0x10001865
,
UIElementID.AdventureCompendium_Favor = 0x10001866
,
UIElementID.AdminElement_DumpMail_Button = 0x10001867
,
UIElementID.Grouping_Tab_Field = 0x10001868
,
UIElementID.AdventureCompendium_AdventureComment = 0x10001869
,
UIElementID.GuildUsurpButton = 0x1000186A
,
UIElementID.SpellSelectorDialog_Disable = 0x1000186B
,
UIElementID.Auction_MainField = 0x1000186C
,
UIElementID.Auction_Dragbar = 0x1000186D
,
UIElementID.Auction_TitleBar = 0x1000186E
,
UIElementID.Auction_TitleBar_Label = 0x1000186F
,
UIElementID.Auction_TitleBar_CloseButton = 0x10001870
,
UIElementID.Auction_Panel = 0x10001871
,
UIElementID.AuctionPage = 0x10001872
,
UIElementID.AuctionTab = 0x10001873
,
UIElementID.BidsPage = 0x10001874
,
UIElementID.BidsTab = 0x10001875
,
UIElementID.PostPage = 0x10001876
,
UIElementID.PostTab = 0x10001877
,
UIElementID.SellPage = 0x10001878
,
UIElementID.SellTab = 0x10001879
,
UIElementID.AuctionsPage = 0x1000187A
,
UIElementID.AuctionsTab = 0x1000187B
,
UIElementID.Auction_TabField = 0x1000187C
,
UIElementID.Auction_TabField_Bar = 0x1000187D
,
UIElementID.Auction_AuctionsPage_CategoryTree = 0x1000187E
,
UIElementID.Auction_AuctionsPage_CategoryScrollbar = 0x1000187F
,
UIElementID.Auction_AuctionsPage_AuctionsScrollbar = 0x10001880
,
UIElementID.Auction_AuctionsPage_AuctionsListBox = 0x10001881
,
UIElementID.Auction_AuctionsPage_PlayerCurrency = 0x10001882
,
UIElementID.Auction_AuctionsPage_CurrencyField = 0x10001883
,
UIElementID.Auction_AuctionsPage_Platinum = 0x10001884
,
UIElementID.Auction_AuctionsPage_Platinum_Label = 0x10001885
,
UIElementID.Auction_AuctionsPage_Gold = 0x10001886
,
UIElementID.Auction_AuctionsPage_Gold_Label = 0x10001887
,
UIElementID.Auction_AuctionsPage_Silver = 0x10001888
,
UIElementID.Auction_AuctionsPage_Silver_Label = 0x10001889
,
UIElementID.Auction_AuctionsPage_Copper = 0x1000188A
,
UIElementID.Auction_AuctionsPage_Copper_Label = 0x1000188B
,
UIElementID.Auction_AuctionsPage_Platinum_Border = 0x1000188C
,
UIElementID.Auction_AuctionsPage_Gold_Border = 0x1000188D
,
UIElementID.Auction_AuctionsPage_Silver_Border = 0x1000188E
,
UIElementID.Auction_AuctionsPage_Copper_Border = 0x1000188F
,
UIElementID.Auction_PlayerCurrency = 0x10001890
,
UIElementID.Auction_AuctionsPage_BidButton = 0x10001891
,
UIElementID.Auction_AuctionsPage_SearchButton = 0x10001892
,
UIElementID.Auction_AuctionsPage_BuyoutButton = 0x10001893
,
UIElementID.Auction_PostPage_PostListBox = 0x10001894
,
UIElementID.Auction_PostPage_PostScrollbar = 0x10001895
,
UIElementID.Auction_PostPage_CancelButton = 0x10001896
,
UIElementID.Auction_PostPage_PostButton = 0x10001897
,
UIElementID.Auction_PostPage_ItemMarker = 0x10001898
,
UIElementID.Auction_PostPage_PostBox = 0x10001899
,
UIElementID.Auction_PostPage_PostBox_Frame = 0x1000189A
,
UIElementID.SocialPanel = 0x1000189B
,
UIElementID.GuildTab = 0x1000189C
,
UIElementID.FriendsTab = 0x1000189D
,
UIElementID.GroupingTab = 0x1000189E
,
UIElementID.Social_GuildPage = 0x1000189F
,
UIElementID.Social_FriendsPage = 0x100018A0
,
UIElementID.Social_GroupingPage = 0x100018A1
,
UIElementID.Social_GuildTab = 0x100018A2
,
UIElementID.Social_FriendsTab = 0x100018A3
,
UIElementID.Social_GroupingTab = 0x100018A4
,
UIElementID.Auction_MainBox = 0x100018A5
,
UIElementID.Auction_BidsPage_BidsListBox_Frame = 0x100018A6
,
UIElementID.Auction_BidsPage_BidsListBox = 0x100018A7
,
UIElementID.Auction_AuctionsPage_AuctionsListBox_Frame = 0x100018A8
,
UIElementID.Auction_AuctionsPage_CategoryTree_Frame = 0x100018A9
,
UIElementID.Auction_BidsPage_CurrencyField = 0x100018AA
,
UIElementID.Auction_BidsPage_Platinum = 0x100018AB
,
UIElementID.Auction_BidsPage_Platinum_Label = 0x100018AC
,
UIElementID.Auction_BidsPage_Gold = 0x100018AD
,
UIElementID.Auction_BidsPage_Gold_Label = 0x100018AE
,
UIElementID.Auction_BidsPage_Silver = 0x100018AF
,
UIElementID.Auction_BidsPage_Silver_Label = 0x100018B0
,
UIElementID.Auction_BidsPage_Copper = 0x100018B1
,
UIElementID.Auction_BidsPage_Copper_Label = 0x100018B2
,
UIElementID.Auction_BidsPage_Platinum_Border = 0x100018B3
,
UIElementID.Auction_BidsPage_Gold_Border = 0x100018B4
,
UIElementID.Auction_BidsPage_Silver_Border = 0x100018B5
,
UIElementID.Auction_BidsPage_Copper_Border = 0x100018B6
,
UIElementID.Auction_BidsPage_BidButton = 0x100018B7
,
UIElementID.Auction_BidsPage_BuyoutButton = 0x100018B8
,
UIElementID.Auction_BidsPage_BidsScrollbar = 0x100018B9
,
UIElementID.Auction_PostPage_PostListBox_Frame = 0x100018BA
,
UIElementID.Auction_PostPage_InitialPrice_CurrencyField = 0x100018BB
,
UIElementID.Auction_PostPage_InitialPrice_Platinum = 0x100018BC
,
UIElementID.Auction_PostPage_InitialPrice_Platinum_Label = 0x100018BD
,
UIElementID.Auction_PostPage_InitialPrice_Gold = 0x100018BE
,
UIElementID.Auction_PostPage_InitialPrice_Gold_Label = 0x100018BF
,
UIElementID.Auction_PostPage_InitialPrice_Silver = 0x100018C0
,
UIElementID.Auction_PostPage_InitialPrice_Silver_Label = 0x100018C1
,
UIElementID.Auction_PostPage_InitialPrice_Copper = 0x100018C2
,
UIElementID.Auction_PostPage_InitialPrice_Copper_Label = 0x100018C3
,
UIElementID.Auction_PostPage_InitialPrice_Platinum_Border = 0x100018C4
,
UIElementID.Auction_PostPage_InitialPrice_Gold_Border = 0x100018C5
,
UIElementID.Auction_PostPage_InitialPrice_Silver_Border = 0x100018C6
,
UIElementID.Auction_PostPage_InitialPrice_Copper_Border = 0x100018C7
,
UIElementID.Auction_PostPage_BuyoutPrice_CurrencyField = 0x100018C8
,
UIElementID.Auction_PostPage_BuyoutPrice_Platinum = 0x100018C9
,
UIElementID.Auction_PostPage_BuyoutPrice_Platinum_Label = 0x100018CA
,
UIElementID.Auction_PostPage_BuyoutPrice_Gold = 0x100018CB
,
UIElementID.Auction_PostPage_BuyoutPrice_Gold_Label = 0x100018CC
,
UIElementID.Auction_PostPage_BuyoutPrice_Silver = 0x100018CD
,
UIElementID.Auction_PostPage_BuyoutPrice_Silver_Label = 0x100018CE
,
UIElementID.Auction_PostPage_BuyoutPrice_Copper = 0x100018CF
,
UIElementID.Auction_PostPage_BuyoutPrice_Copper_Label = 0x100018D0
,
UIElementID.Auction_PostPage_BuyoutPrice_Platinum_Border = 0x100018D1
,
UIElementID.Auction_PostPage_BuyoutPrice_Gold_Border = 0x100018D2
,
UIElementID.Auction_PostPage_BuyoutPrice_Silver_Border = 0x100018D3
,
UIElementID.Auction_PostPage_BuyoutPrice_Copper_Border = 0x100018D4
,
UIElementID.Auction_PostPage_InitialPrice_Border = 0x100018D5
,
UIElementID.Auction_PostPage_BuyoutPrice_Border = 0x100018D6
,
UIElementID.Auction_PostPage_BuyoutPrice_Label = 0x100018D7
,
UIElementID.Auction_PostPage_InitialPrice_Label = 0x100018D8
,
UIElementID.LFPClass_Selection_Container = 0x100018D9
,
UIElementID.Auction_PostPage_Duration_Eight_Label = 0x100018DA
,
UIElementID.Auction_PostPage_Duration_TwentyFour_Label = 0x100018DB
,
UIElementID.Auction_PostPage_Duration_FourtyEight_Label = 0x100018DC
,
UIElementID.Auction_PostPage_Duration_SeventyTwo_Label = 0x100018DD
,
UIElementID.Auction_PostPage_Duration_Border = 0x100018DE
,
UIElementID.Auction_PostPage_Duration_Eight_Button = 0x100018DF
,
UIElementID.Auction_PostPage_Duration_FourtyEight_Button = 0x100018E0
,
UIElementID.Auction_PostPage_Duration_SeventyTwo_Button = 0x100018E1
,
UIElementID.Auction_PostPage_Duration_TwentyFour_Button = 0x100018E2
,
UIElementID.Auction_PostPage_Duration_Label = 0x100018E3
,
UIElementID.Auction_PostPage_DurationField = 0x100018E4
,
UIElementID.AdventureCompendium_PatronNameLabel = 0x100018E5
,
UIElementID.AdventureCompendium_PatronProgressLabel = 0x100018E6
,
UIElementID.AdventureCompendium_PatronNextLabel = 0x100018E7
,
UIElementID.AdventureCompendium_PatronLabelBox = 0x100018E8
,
UIElementID.AdventureCompendium_QuestLabelBox = 0x100018E9
,
UIElementID.Auction_CategoryTree_CategoryTemplate = 0x100018EA
,
UIElementID.Auction_CategoryTree_CategoryTemplate_Text = 0x100018EB
,
UIElementID.LFPP_Note_Background = 0x100018EC
,
UIElementID.FeatRespecDialog = 0x100018ED
,
UIElementID.FeatRespecDialog_Bkg = 0x100018EE
,
UIElementID.FeatRespecDialog_DragBar = 0x100018EF
,
UIElementID.FeatRespecDialog_Close = 0x100018F0
,
UIElementID.FeatRespecDialog_Title = 0x100018F1
,
UIElementID.FeatRespecDialog_TitleText = 0x100018F2
,
UIElementID.FeatRespecDialog_OldFeat_DragTarget = 0x100018F3
,
UIElementID.FeatRespecDialog_OldFeatSelection = 0x100018F4
,
UIElementID.FeatRespecDialog_OldTitle = 0x100018F5
,
UIElementID.FeatRespecDialog_NewFeat_DragTarget = 0x100018F6
,
UIElementID.FeatRespecDialog_NewFeatSelection = 0x100018F7
,
UIElementID.FeatRespecDialog_NewTitle = 0x100018F8
,
UIElementID.OldFeatField = 0x100018F9
,
UIElementID.FeatRespecDialog_OldBkg = 0x100018FA
,
UIElementID.OldFeatField_Scrollbar = 0x100018FB
,
UIElementID.NewFeatField = 0x100018FC
,
UIElementID.FeatRespecDialog_NewBkg = 0x100018FD
,
UIElementID.NewFeatField_Scrollbar = 0x100018FE
,
UIElementID.FeatRespecDialog_CostField = 0x100018FF
,
UIElementID.FeatRespecDialog_Cost = 0x10001900
,
UIElementID.FeatRespec_Marker = 0x10001901
,
UIElementID.Auction_PostPage_DurationField_GroupBox = 0x10001902
,
UIElementID.Auction_PostPage_PostCostField = 0x10001903
,
UIElementID.Auction_PostPage_PostCost_Text = 0x10001904
,
UIElementID.Auction_PostPage_PostCost_Border = 0x10001905
,
UIElementID.Auction_PostPage_PostCost_Label = 0x10001906
,
UIElementID.Auction_AuctionsPage_CurrencyFrame = 0x10001907
,
UIElementID.Auction_BidsPage_CurrencyFrame = 0x10001908
,
UIElementID.Auction_PostPage_ItemField = 0x10001909
,
UIElementID.Auction_PostPage_Item_Border = 0x1000190A
,
UIElementID.Auction_PostPage_Item_Label = 0x1000190B
,
UIElementID.Auction_AuctionsPage_AuctionTemplate = 0x1000190C
,
UIElementID.Auction_AuctionsPage_AuctionTemplate_Name = 0x1000190D
,
UIElementID.Auction_AuctionsPage_AuctionTemplate_Duration = 0x1000190E
,
UIElementID.Auction_AuctionsPage_AuctionTemplate_ItemMarker = 0x1000190F
,
UIElementID.Auction_AuctionsPage_AuctionTemplate_CurrentPrice = 0x10001910
,
UIElementID.Auction_AuctionsPage_AuctionTemplate_BuyoutPrice = 0x10001911
,
UIElementID.ArenaSetup_Field = 0x10001912
,
UIElementID.AdventureCompendium_Title = 0x10001913
,
UIElementID.ArenaSetup_ArenaElement = 0x10001914
,
UIElementID.ArenaSetup_ArenaName = 0x10001915
,
UIElementID.ArenaSetup_Checkbox = 0x10001916
,
UIElementID.MenuList_Scrollbar = 0x10001917
,
UIElementID.ArenaSetup_Bkg = 0x10001918
,
UIElementID.ArenaSetup_Title = 0x10001919
,
UIElementID.ArenaSetup_TabBackground = 0x1000191A
,
UIElementID.ArenaSetup_BoxBackground = 0x1000191B
,
UIElementID.ArenaSetup_QuestBox = 0x1000191C
,
UIElementID.ArenaSetup_QuestScrollBar = 0x1000191D
,
UIElementID.ArenaSetup_ArenaBox = 0x1000191E
,
UIElementID.ArenaSetup_ArenaScrollBar = 0x1000191F
,
UIElementID.ArenaSetup_CloseButton = 0x10001920
,
UIElementID.ArenaSetup_ChooseButton = 0x10001921
,
UIElementID.ArenaSetup_ArenaEntry = 0x10001922
,
UIElementID.StringToken_Debugger = 0x10001923
,
UIElementID.StringToken_Debugger_Status = 0x10001924
,
UIElementID.StringToken_Debugger_Listbox = 0x10001925
,
UIElementID.StringToken_Listbox_Item = 0x10001926
,
UIElementID.StringToken_Item_Tree = 0x10001927
,
UIElementID.Auction_PostPage_AuctionTemplate = 0x10001928
,
UIElementID.Auction_PostPage_AuctionTemplate_CurrentPrice = 0x10001929
,
UIElementID.Auction_PostPage_AuctionTemplate_ItemMarker = 0x1000192A
,
UIElementID.Auction_PostPage_AuctionTemplate_Duration = 0x1000192B
,
UIElementID.Auction_PostPage_AuctionTemplate_BuyoutPrice = 0x1000192C
,
UIElementID.Marker_ValueText = 0x1000192D
,
UIElementID.Auction_PostPage_AuctionTemplate_Name = 0x1000192E
,
UIElementID.FeatRespecDialog_InfoField = 0x1000192F
,
UIElementID.FeatRespecDialog_Class = 0x10001930
,
UIElementID.FeatRespecDialog_TotalLevel = 0x10001931
,
UIElementID.FeatRespecDialog_CharLevel = 0x10001932
,
UIElementID.Auction_PostPage_AuctionTemplate_BidStatus = 0x10001933
,
UIElementID.StringToken_Debugger_Overlay = 0x10001934
,
UIElementID.StringToken_Tree_Title = 0x10001935
,
UIElementID.StringToken_Debugger_Tree = 0x10001936
,
UIElementID.StringToken_Tree_Item = 0x10001937
,
UIElementID.AdminDialog_Field = 0x10001938
,
UIElementID.AuctionMarker_Template = 0x10001939
,
UIElementID.AdminDialogField = 0x1000193A
,
UIElementID.AuctionTooltipProviderUIElement = 0x1000193B
,
UIElementID.AdminDialog_Bkg = 0x1000193C
,
UIElementID.AdminDialogButton_Accept = 0x1000193D
,
UIElementID.AdminDialogExplanationText = 0x1000193E
,
UIElementID.AdminDialog_DragBar = 0x1000193F
,
UIElementID.ArenaScoring_Field = 0x10001940
,
UIElementID.ArenaScoring_Bkg = 0x10001941
,
UIElementID.ArenaScoring_Title = 0x10001942
,
UIElementID.ArenaScoring_CloseButton = 0x10001943
,
UIElementID.ArenaScoring_TabBackground = 0x10001944
,
UIElementID.ArenaScoring_BoxBackground = 0x10001945
,
UIElementID.ArenaScoring_ArenaBox = 0x10001946
,
UIElementID.ArenaScoring_ArenaScrollBar = 0x10001947
,
UIElementID.ArenaScoring_ChooseButton = 0x10001948
,
UIElementID.ArenaScoring_ArenaEntry = 0x10001949
,
UIElementID.ArenaScoring_ArenaName = 0x1000194A
,
UIElementID.ArenaScoring_Checkbox = 0x1000194B
,
UIElementID.ArenaScoring_TopSeparator = 0x1000194C
,
UIElementID.ArenaScoring_Team1Background = 0x1000194D
,
UIElementID.ArenaScoring_Team1Box = 0x1000194E
,
UIElementID.ArenaScoring_Team1ScrollBar = 0x1000194F
,
UIElementID.ArenaScoring_MiddleSeparator = 0x10001950
,
UIElementID.ArenaScoring_Team2Background = 0x10001951
,
UIElementID.ArenaScoring_Team2Box = 0x10001952
,
UIElementID.ArenaScoring_Team2ScrollBar = 0x10001953
,
UIElementID.ArenaScoring_CTFTeamEntry = 0x10001954
,
UIElementID.ArenaScoring_DMTeamEntry = 0x10001955
,
UIElementID.ArenaScoring_CTFPlayerEntry = 0x10001956
,
UIElementID.ArenaScoring_DMPlayerEntry = 0x10001957
,
UIElementID.ArenaScoring_ScoreEntry = 0x10001958
,
UIElementID.ArenaScoring_Name = 0x10001959
,
UIElementID.ArenaScoring_Kills = 0x1000195A
,
UIElementID.ArenaScoring_Deaths = 0x1000195B
,
UIElementID.ArenaScoring_Captures = 0x1000195C
,
UIElementID.ArenaScoring_Returns = 0x1000195D
,
UIElementID.ArenaScoring_TeamEntry = 0x1000195E
,
UIElementID.ArenaScoring_TeamName = 0x1000195F
,
UIElementID.ArenaScoring_TeamScore = 0x10001960
,
UIElementID.ArenaScoring_Summary = 0x10001961
,
UIElementID.ArenaScoring_SummaryPanel = 0x10001962
,
UIElementID.ArenaScoring_SummaryMoveBar = 0x10001963
,
UIElementID.ArenaScoring_SummaryCollapseButton = 0x10001964
,
UIElementID.ArenaScoring_SummaryMoo = 0x10001965
,
UIElementID.ArenaSummary_TimerText = 0x10001966
,
UIElementID.ArenaScoring_SummaryTitle = 0x10001967
,
UIElementID.ArenaScoring_SummaryBackground = 0x10001968
,
UIElementID.ArenaScoring_SummaryList = 0x10001969
,
UIElementID.ArenaScoring_ResignButton = 0x1000196A
,
UIElementID.ArenaScoring_ShowDetailsButton = 0x1000196B
,
UIElementID.FeatRespecDialog_ItemCost = 0x1000196C
,
UIElementID.ArenaScoring_DMEntry = 0x1000196D
,
UIElementID.ArenaScoring_CTFEntry = 0x1000196E
,
UIElementID.DemoButton = 0x1000196F
,
UIElementID.ArenaScoring_LabelBox = 0x10001970
,
UIElementID.ArenaScoring_LabelBackground = 0x10001971
,
UIElementID.ArenaScoring_LabelListbox = 0x10001972
,
UIElementID.ArenaScoring_Team1LabelBox = 0x10001973
,
UIElementID.ArenaScoring_Team1LabelListbox = 0x10001974
,
UIElementID.ArenaScoring_Team2LabelBox = 0x10001975
,
UIElementID.ArenaScoring_Team2LabelListbox = 0x10001976
,
UIElementID.ArenaScoring_LabelElementBox = 0x10001977
,
UIElementID.ArenaScoring_TemplateButtons = 0x10001978
,
UIElementID.ArenaScoring_LabelButtons = 0x10001979
,
UIElementID.ArenaScoring_NameLabel = 0x1000197A
,
UIElementID.ArenaScoring_KillsLabel = 0x1000197B
,
UIElementID.ArenaScoring_DeathsLabel = 0x1000197C
,
UIElementID.ArenaScoring_CapturesLabel = 0x1000197D
,
UIElementID.ArenaScoring_ReturnsLabel = 0x1000197E
,
UIElementID.ArenaScoring_DMLabelEntry = 0x1000197F
,
UIElementID.ArenaScoring_CTFLabelEntry = 0x10001980
,
UIElementID.ArenaScoring_Team1ScoreHeader = 0x10001981
,
UIElementID.DemoProfileList = 0x10001982
,
UIElementID.PregeneratedCharacterBox = 0x10001983
,
UIElementID.DemoProfileScrollBar = 0x10001984
,
UIElementID.CharSelect_DemoCharEntry = 0x10001985
,
UIElementID.ArenaScoring_Team2ScoreHeader = 0x10001986
,
UIElementID.DemoStartLocations = 0x10001987
,
UIElementID.CharSelect_DemoStartLoc = 0x10001988
,
UIElementID.ArenaQueue_SummaryPanel = 0x10001989
,
UIElementID.ArenaQueue_SummaryBackground = 0x1000198A
,
UIElementID.ArenaQueue_SummaryMoveBar = 0x1000198B
,
UIElementID.ArenaQueue_CollapseButton = 0x1000198C
,
UIElementID.ArenaQueue_TimerText = 0x1000198D
,
UIElementID.ArenaQueue_Title = 0x1000198E
,
UIElementID.ArenaQueue_FeedbackText = 0x1000198F
,
UIElementID.ArenaQueue_ResignButton = 0x10001990
,
UIElementID.ArenaQueue_ShowDetailsButton = 0x10001991
,
UIElementID.Death_ResurrectionTimer = 0x10001992
,
UIElementID.ArenaQueue_CancelButton = 0x10001993
,
UIElementID.ArenaScoring_TeamIcon = 0x10001994
,
UIElementID.AdminDecorativeBar = 0x10001995
,
UIElementID.Base_Property_Bkg = 0x10001996
,
UIElementID.ChatMicroUIElement = 0x10001997
,
UIElementID.StringToken_TreeIcon = 0x10001998
,
UIElementID.BuildID = 0x10001999
,
UIElementID.BuildIDField = 0x1000199A
,
UIElementID.BuildIDDrag = 0x1000199B
,
UIElementID.BuildIDText = 0x1000199C
,
UIElementID.Button_Chat_Menu_Examine = 0x1000199D
,
UIElementID.TellButtonUIElement = 0x1000199E
,
UIElementID.Tell_Button = 0x1000199F
,
UIElementID.ArenaSetup_AdventurePanel_Top = 0x100019A0
,
UIElementID.ArenaSetup_InfoIcon = 0x100019A1
,
UIElementID.ArenaSetup_Background_EB = 0x100019A2
,
UIElementID.ArenaSetup_EntryBox = 0x100019A3
,
UIElementID.ArenaSetup_EntryBox_BG = 0x100019A4
,
UIElementID.ArenaSetup_Dragbar = 0x100019A5
,
UIElementID.ArenaScoring_Background_Metal = 0x100019A6
,
UIElementID.ArenaScoring_TitleBar = 0x100019A7
,
UIElementID.ArenaScoring_Dragbar = 0x100019A8
,
UIElementID.BackgroundFrame = 0x100019A9
,
UIElementID.IconField = 0x100019AA
,
UIElementID.Auction_CategoryTree_CategoryTemplate_Image = 0x100019AB
,
UIElementID.Auction_CategoryTree_Image = 0x100019AC
,
UIElementID.Inventory_SecureButton = 0x100019AD
,
UIElementID.SecureItemButtonUIElement = 0x100019AE
,
UIElementID.Shop_Cart = 0x100019AF
,
UIElementID.MarkerList_ScrollBar = 0x100019B0
,
UIElementID.Cart_Marker = 0x100019B1
,
UIElementID.Shop_Cart_MarkerList = 0x100019B2
,
UIElementID.scrollbar_small_horizontal = 0x100019B3
,
UIElementID.Shop_Cart_AddAll = 0x100019B4
,
UIElementID.Shop_Cart_DoStuff = 0x100019B5
,
UIElementID.ArenaQueue_ArenaName_Label = 0x100019B6
,
UIElementID.ArenaQueue_ArenaName_Value = 0x100019B7
,
UIElementID.ArenaQueue_ArenaOccupancy_Label = 0x100019B8
,
UIElementID.ArenaQueue_ArenaOccupancy_Value = 0x100019B9
,
UIElementID.ArenaQueue_Arena_List = 0x100019BA
,
UIElementID.ArenaQueue_ArenaTotalWait_Label = 0x100019BB
,
UIElementID.ArenaQueue_ArenaTotalWait_Value = 0x100019BC
,
UIElementID.Shop_Cart_Clear = 0x100019BD
,
UIElementID.ArenaQueue_ArenaEntry = 0x100019BE
,
UIElementID.ArenaEntry_Arena_Label = 0x100019BF
,
UIElementID.ArenaEntry_Arena_Value = 0x100019C0
,
UIElementID.ArenaEntry_Occupancy_Label = 0x100019C1
,
UIElementID.ArenaEntry_Occupancy_Value = 0x100019C2
,
UIElementID.ArenaEntry_MinNeeded_Label = 0x100019C3
,
UIElementID.ArenaEntry_MinNeeded_Value = 0x100019C4
,
UIElementID.ArenaEntry_BestFit_Label = 0x100019C5
,
UIElementID.ArenaEntry_BestFit_Value = 0x100019C6
,
UIElementID.ArenaQueue_ArenaEntryCondensed = 0x100019C7
,
UIElementID.ArenaEntry_NotQueued_Label = 0x100019C8
,
UIElementID.Auction_AuctionsPage_SortButton_Name = 0x100019C9
,
UIElementID.Auction_AuctionsPage_SortButton_Duration = 0x100019CA
,
UIElementID.ID_AuctionsPage_SortButton_CurrentPrice = 0x100019CB
,
UIElementID.Auction_AuctionsPage_SortButton_Buyout = 0x100019CC
,
UIElementID.Auction_AuctionsPage_SortButton_CurrentPrice = 0x100019CD
,
UIElementID.Auction_AuctionsPage_GroupBox = 0x100019CE
,
UIElementID.Auction_AuctionsPage_NextPageButton = 0x100019CF
,
UIElementID.Auction_AuctionsPage_PreviousPageButton = 0x100019D0
,
UIElementID.Class_Select_Monk = 0x100019D1
,
UIElementID.Class_Movie_Monk = 0x100019D2
,
UIElementID.Class_Select_Monk_Text = 0x100019D3
,
UIElementID.DecorativeBar = 0x100019D4
,
UIElementID.ResizeBarRight = 0x100019D5
,
UIElementID.ResizeBarBottom = 0x100019D6
,
UIElementID.ResizeBarBottomRight = 0x100019D7
,
UIElementID.Quests_Field = 0x100019D8
,
UIElementID.QuestsLocked_Field = 0x100019D9
,
UIElementID.BottomDecorativeBar = 0x100019DA
,
UIElementID.AdminElement_Properties = 0x100019DB
,
UIElementID.FeatRespecList = 0x100019DC
,
UIElementID.OldFeatList = 0x100019DD
,
UIElementID.NewFeatList = 0x100019DE
,
UIElementID.SubFeatRespec_Marker = 0x100019DF
,
UIElementID.FeatList_Feat_Marker_Template = 0x100019E0
,
UIElementID.FeatList_ActiveSubFeat_Marker_Template = 0x100019E1
,
UIElementID.FeatList_SubFeat_Marker_Template = 0x100019E2
,
UIElementID.ArenaQueue_TimerFeedbackText = 0x100019E3
,
UIElementID.ArenaQueue_AdminSummaryPanel = 0x100019E4
,
UIElementID.ArenaQueue_PlayerSummaryPanel = 0x100019E5
,
UIElementID.Base_Font_Bold_12_White = 0x100019E6
,
UIElementID.FOnttext = 0x100019E7
,
UIElementID.BTestField = 0x100019E8
,
UIElementID.BTestValue1 = 0x100019E9
,
UIElementID.InviteToGuildButtonUIElement = 0x100019EA
,
UIElementID.AddFriendButtonUIElement = 0x100019EB
,
UIElementID.AddFriend_Button = 0x100019EC
,
UIElementID.InviteToGuild = 0x100019ED
,
UIElementID.InviteToGuild_Button = 0x100019EE
,
UIElementID.BTestPanel = 0x100019EF
,
UIElementID.BTestDragbar = 0x100019F0
,
UIElementID.BTestTitleBar = 0x100019F1
,
UIElementID.BTestTitleBar_CloseButton = 0x100019F2
,
UIElementID.BTestTitleBar_TitleLabel = 0x100019F3
,
UIElementID.BTestPanel_InputText = 0x100019F4
,
UIElementID.BTestPanel_CalcButton = 0x100019F5
,
UIElementID.ShieldDisplay_Type = 0x100019F6
,
UIElementID.ShieldDisplay_Bonus = 0x100019F7
,
UIElementID.BTestPanel_InputListBox = 0x100019F8
,
UIElementID.BTestPanel_InputScrollbar = 0x100019F9
,
UIElementID.BTestListBox_ItemTemplate = 0x100019FA
,
UIElementID.PlayerEntryField = 0x100019FB
,
UIElementID.PlayerIsInParty = 0x100019FC
,
UIElementID.PlayerLevelValue = 0x100019FD
,
UIElementID.PlayerNameValue = 0x100019FE
,
UIElementID.PlayerNoteValue = 0x100019FF
,
UIElementID.PlayerGuildValue = 0x10001A00
,
UIElementID.PlayerIsLFG = 0x10001A01
,
UIElementID.PlayerClassField = 0x10001A02
,
UIElementID.PlayerClass1 = 0x10001A03
,
UIElementID.PlayerClass2 = 0x10001A04
,
UIElementID.PlayerClass3 = 0x10001A05
,
UIElementID.PlayerClass4 = 0x10001A06
,
UIElementID.PlayerNameField = 0x10001A07
,
UIElementID.PlayerAreaValue = 0x10001A08
,
UIElementID.BTestPanel_RemoveButton = 0x10001A09
,
UIElementID.PlayerClass2Level = 0x10001A0A
,
UIElementID.PlayerClass3Level = 0x10001A0B
,
UIElementID.PlayerClass4Level = 0x10001A0C
,
UIElementID.PlayerClass1Level = 0x10001A0D
,
UIElementID.BTestListBox_FieldTemplate = 0x10001A0E
,
UIElementID.BTestListBox_Item2Template = 0x10001A0F
,
UIElementID.PlayerRaceGenderField = 0x10001A10
,
UIElementID.WhoNameValue = 0x10001A11
,
UIElementID.WhoNameBackground_EntryBox = 0x10001A12
,
UIElementID.WhoCommentButton = 0x10001A13
,
UIElementID.WhoNameLabel = 0x10001A14
,
UIElementID.QuestElementUIElement = 0x10001A15
,
UIElementID.QuestSelectorUIElement = 0x10001A16
,
UIElementID.QuestSelector_Bkg = 0x10001A17
,
UIElementID.QuestSelector_Lst = 0x10001A18
,
UIElementID.QuestSelector_Difficulty = 0x10001A19
,
UIElementID.WhoNoteField = 0x10001A1A
,
UIElementID.WhoFilterField = 0x10001A1B
,
UIElementID.TestWidget = 0x10001A1C
,
UIElementID.WhoFilterLFGButton = 0x10001A1D
,
UIElementID.QuestElement_QuestTitle = 0x10001A1E
,
UIElementID.QuestSelector_Lst_Scroll = 0x10001A1F
,
UIElementID.QuestSelector_Lst_Bkg = 0x10001A20
,
UIElementID.QuestSelector_Lst_Field = 0x10001A21
,
UIElementID.WhoMemeberLocationValue = 0x10001A22
,
UIElementID.WhoMemberLocationValue = 0x10001A23
,
UIElementID.Button_WhoIsClass = 0x10001A24
,
UIElementID.WhoEntryField = 0x10001A25
,
UIElementID.LFMEntryField = 0x10001A26
,
UIElementID.RequestedClassField = 0x10001A27
,
UIElementID.RequestedClass1 = 0x10001A28
,
UIElementID.RequestedClass1Level = 0x10001A29
,
UIElementID.RequestedClass2 = 0x10001A2A
,
UIElementID.RequestedClass2Level = 0x10001A2B
,
UIElementID.RequestedClass3 = 0x10001A2C
,
UIElementID.RequestedClass3Level = 0x10001A2D
,
UIElementID.RequestedClass4 = 0x10001A2E
,
UIElementID.RequestedClass4Level = 0x10001A2F
,
UIElementID.QuestSelector_DungeonSorter = 0x10001A30
,
UIElementID.QuestSelector_LevelSorter = 0x10001A31
,
UIElementID.QuestSelector_SorterBox = 0x10001A32
,
UIElementID.TestElement = 0x10001A33
,
UIElementID.RequestedClass5 = 0x10001A34
,
UIElementID.RequestedClass5Level = 0x10001A35
,
UIElementID.RequestedClass6 = 0x10001A36
,
UIElementID.RequestedClass6Level = 0x10001A37
,
UIElementID.RequestedClass7 = 0x10001A38
,
UIElementID.RequestedClass7Level = 0x10001A39
,
UIElementID.RequestedClass8 = 0x10001A3A
,
UIElementID.RequestedClass8Level = 0x10001A3B
,
UIElementID.RequestedClass9 = 0x10001A3C
,
UIElementID.RequestedClass9Level = 0x10001A3D
,
UIElementID.RequestedAdventure = 0x10001A3E
,
UIElementID.RequestedLevels = 0x10001A3F
,
UIElementID.QuestElement_QuestLevel = 0x10001A40
,
UIElementID.WhoFilterUpdateButton = 0x10001A41
,
UIElementID.WhoFilterLFGLabel = 0x10001A42
,
UIElementID.PlayerLFMNoteValue = 0x10001A43
,
UIElementID.WhoClassLevelToLabel = 0x10001A44
,
UIElementID.WhoClassLevelLabel = 0x10001A45
,
UIElementID.QuestSelector_TitleText = 0x10001A46
,
UIElementID.QuestSelector_DungeonFilter = 0x10001A47
,
UIElementID.QuestSelectorFilterMenu = 0x10001A48
,
UIElementID.QuestSelectorFilterMenu_All = 0x10001A49
,
UIElementID.QuestSelectorFilterMenu_SQST = 0x10001A4A
,
UIElementID.QuestSelectorFilterMenu_DQST = 0x10001A4B
,
UIElementID.lfg_available_groups = 0x10001A4C
,
UIElementID.lfg_bottom_border = 0x10001A4D
,
UIElementID.lfg_right_border = 0x10001A4E
,
UIElementID.lfg_leftBorder = 0x10001A4F
,
UIElementID.lfg_top_border = 0x10001A50
,
UIElementID.lfg_inside_top_border = 0x10001A51
,
UIElementID.lfg_inside_topLeftCorner = 0x10001A52
,
UIElementID.lfg_inside_topRightCorner = 0x10001A53
,
UIElementID.lfg_inside_bottomRightCorner = 0x10001A54
,
UIElementID.lfg_inside_bottomLeftCorner = 0x10001A55
,
UIElementID.lfg_inside_bottom_border = 0x10001A56
,
UIElementID.lfg_inside_left_border = 0x10001A57
,
UIElementID.lfg_inside_right_border = 0x10001A58
,
UIElementID.lfg_inside_center = 0x10001A59
,
UIElementID.LFGCreatePartyButton = 0x10001A5A
,
UIElementID.QuestSelectorFilterField = 0x10001A5B
,
UIElementID.LFGHowToLabel = 0x10001A5C
,
UIElementID.LFG_ShowAllVessel = 0x10001A5D
,
UIElementID.LFG_ShowAllButton = 0x10001A5E
,
UIElementID.LFG_ShowAllLabel = 0x10001A5F
,
UIElementID.ClericLargeButton = 0x10001A60
,
UIElementID.FighterLargeButton = 0x10001A61
,
UIElementID.WizardLargeButton = 0x10001A62
,
UIElementID.PaladinLargeButton = 0x10001A63
,
UIElementID.BardLargeButton = 0x10001A64
,
UIElementID.RangerLargeButton = 0x10001A65
,
UIElementID.RogueLargeButton = 0x10001A66
,
UIElementID.BarbarianLargeButton = 0x10001A67
,
UIElementID.SorcererLargeButton = 0x10001A68
,
UIElementID.ClassSelectionUIElement = 0x10001A69
,
UIElementID.ClassSelection_Title = 0x10001A6A
,
UIElementID.ClassSelection_FighterField = 0x10001A6B
,
UIElementID.ClassSelection_FighterButton = 0x10001A6C
,
UIElementID.ClassSelection_FighterLabel = 0x10001A6D
,
UIElementID.ClassSelection_PalidanField = 0x10001A6E
,
UIElementID.ClassSelection_BarbarianField = 0x10001A6F
,
UIElementID.ClassSelection_RougeField = 0x10001A70
,
UIElementID.ClassSelection_RangerField = 0x10001A71
,
UIElementID.ClassSelection_ClericField = 0x10001A72
,
UIElementID.ClassSelection_WizardField = 0x10001A73
,
UIElementID.ClassSelection_SorcererField = 0x10001A74
,
UIElementID.ClassSelection_BardField = 0x10001A75
,
UIElementID.ClassSelection_PalidanButton = 0x10001A76
,
UIElementID.ClassSelection_PalidanLabel = 0x10001A77
,
UIElementID.ClassSelection_BarbarianButton = 0x10001A78
,
UIElementID.ClassSelection_BarbarianLabel = 0x10001A79
,
UIElementID.ClassSelection_RougeButton = 0x10001A7A
,
UIElementID.ClassSelection_RougeLabel = 0x10001A7B
,
UIElementID.ClassSelection_RangerButton = 0x10001A7C
,
UIElementID.ClassSelection_RangerLabel = 0x10001A7D
,
UIElementID.ClassSelection_ClericButton = 0x10001A7E
,
UIElementID.ClassSelection_ClericLabel = 0x10001A7F
,
UIElementID.ClassSelection_WizardButton = 0x10001A80
,
UIElementID.ClassSelection_WizardLabel = 0x10001A81
,
UIElementID.ClassSelection_SorcererButton = 0x10001A82
,
UIElementID.ClassSelection_SorcererLabel = 0x10001A83
,
UIElementID.ClassSelection_BardButton = 0x10001A84
,
UIElementID.ClassSelection_BardLabel = 0x10001A85
,
UIElementID.ClassSelection_PaladinField = 0x10001A86
,
UIElementID.ClassSelection_PaladinButton = 0x10001A87
,
UIElementID.ClassSelection_PaladinLabel = 0x10001A88
,
UIElementID.ClassSelection_RogueField = 0x10001A89
,
UIElementID.ClassSelection_RogueButton = 0x10001A8A
,
UIElementID.ClassSelection_RogueLabel = 0x10001A8B
,
UIElementID.CreatePartyPageTemplate = 0x10001A8C
,
UIElementID.CreateParty_ClassSelection = 0x10001A8D
,
UIElementID.CreateParty_QuestSelector = 0x10001A8E
,
UIElementID.CreateParty_LevelRange = 0x10001A8F
,
UIElementID.LevelRange_Label = 0x10001A90
,
UIElementID.LevelRange_Min = 0x10001A91
,
UIElementID.LevelRange_Max = 0x10001A92
,
UIElementID.LevelRange_ToLabel = 0x10001A93
,
UIElementID.LevelRange_Box = 0x10001A94
,
UIElementID.LevelRangeUIElement = 0x10001A95
,
UIElementID.CreateParty_Div1 = 0x10001A96
,
UIElementID.CreateParty_Div2 = 0x10001A97
,
UIElementID.CreateParty_Div3 = 0x10001A98
,
UIElementID.CreateParty_Div4 = 0x10001A99
,
UIElementID.CreateParty_Divs = 0x10001A9A
,
UIElementID.CreateParty_CommentField = 0x10001A9B
,
UIElementID.CommentField_Label = 0x10001A9C
,
UIElementID.CommentField_Input = 0x10001A9D
,
UIElementID.CommentField_Box = 0x10001A9E
,
UIElementID.CreateParty_GroupAnon = 0x10001A9F
,
UIElementID.GroupAnon_Public = 0x10001AA0
,
UIElementID.GroupAnon_Private = 0x10001AA1
,
UIElementID.GroupAnon_PublicLabel = 0x10001AA2
,
UIElementID.GroupAnon_PrivateLabel = 0x10001AA3
,
UIElementID.CreateParty_UpdateParty = 0x10001AA4
,
UIElementID.LFGHeaderLeaderField = 0x10001AA5
,
UIElementID.GroupLFGPage = 0x10001AA6
,
UIElementID.CreatePartyPage = 0x10001AA7
,
UIElementID.GroupLFGPageTemplate = 0x10001AA8
,
UIElementID.LFGHeaderClassField = 0x10001AA9
,
UIElementID.LFGHeaderLevelField = 0x10001AAA
,
UIElementID.LFGHeaderAreaField = 0x10001AAB
,
UIElementID.LFGHeaderClassSortIcon = 0x10001AAC
,
UIElementID.LFMTabMarker = 0x10001AAD
,
UIElementID.CreatePartyTabMarker = 0x10001AAE
,
UIElementID.GroupLFMPage = 0x10001AAF
,
UIElementID.GroupLFMPageTemplate = 0x10001AB0
,
UIElementID.LFMDisplayField = 0x10001AB1
,
UIElementID.LFMNoteLabel = 0x10001AB2
,
UIElementID.LFMNoteValue = 0x10001AB3
,
UIElementID.LFMNoteButton = 0x10001AB4
,
UIElementID.LFM_EntryBackground = 0x10001AB5
,
UIElementID.LFM_ListBackground = 0x10001AB6
,
UIElementID.LFMMembersListBox = 0x10001AB7
,
UIElementID.LFMMemberScrollbar = 0x10001AB8
,
UIElementID.LFM_ShowAllVessel = 0x10001AB9
,
UIElementID.LFM_ShowAllButton = 0x10001ABA
,
UIElementID.LFM_ShowAllLabel = 0x10001ABB
,
UIElementID.LFMCreatePartyButton = 0x10001ABC
,
UIElementID.LFMJoinButton = 0x10001ABD
,
UIElementID.LFMTellButton = 0x10001ABE
,
UIElementID.LFMHowToLabel = 0x10001ABF
,
UIElementID.WhoHeaderClassField = 0x10001AC0
,
UIElementID.WhoHeaderClassSortIcon = 0x10001AC1
,
UIElementID.WhoHeaderLevelField = 0x10001AC2
,
UIElementID.WhoHeaderNameField = 0x10001AC3
,
UIElementID.WhoHeaderNameButton = 0x10001AC4
,
UIElementID.WhoHeaderGuildField = 0x10001AC5
,
UIElementID.WhoHeaderInPartyField = 0x10001AC6
,
UIElementID.WhoHeaderMemberField = 0x10001AC7
,
UIElementID.WhoHeaderIsInPartyField = 0x10001AC8
,
UIElementID.ClassSelection_AnyField = 0x10001AC9
,
UIElementID.ClassSelection_AnyButton = 0x10001ACA
,
UIElementID.ClassSelection_AnyLabel = 0x10001ACB
,
UIElementID.InviteRequestsUIElement = 0x10001ACC
,
UIElementID.InviteRequests_Title = 0x10001ACD
,
UIElementID.InviteRequests_ListField = 0x10001ACE
,
UIElementID.InviteRequests_DeclineButton = 0x10001ACF
,
UIElementID.InviteRequests_AcceptButton = 0x10001AD0
,
UIElementID.InviteRequests_TellButton = 0x10001AD1
,
UIElementID.InviteRequests_NameSorter = 0x10001AD2
,
UIElementID.InviteRequests_ClassSorter = 0x10001AD3
,
UIElementID.InviteRequests_LevelSorter = 0x10001AD4
,
UIElementID.InviteRequests_GuildSorter = 0x10001AD5
,
UIElementID.InviteRequests_Bkg = 0x10001AD6
,
UIElementID.InviteRequests_List = 0x10001AD7
,
UIElementID.InviteRequests_ScrollBar = 0x10001AD8
,
UIElementID.CreateParty_InviteRequests = 0x10001AD9
,
UIElementID.InviteRequests_SorterBox = 0x10001ADA
,
UIElementID.LFMHeaderPlayerNameField = 0x10001ADB
,
UIElementID.LFMHeaderPlayerNameButton = 0x10001ADC
,
UIElementID.LFMHeaderField = 0x10001ADD
,
UIElementID.LFMHeaderPlayerQuestButton = 0x10001ADE
,
UIElementID.InviteRequestEntryField = 0x10001ADF
,
UIElementID.LFMMembersHeader = 0x10001AE0
,
UIElementID.LFMHeaderClassField = 0x10001AE1
,
UIElementID.LFMHeaderClassButton = 0x10001AE2
,
UIElementID.LFMHeaderClassSortIcon = 0x10001AE3
,
UIElementID.LFMHeaderLevelField = 0x10001AE4
,
UIElementID.LFMHeaderLevelButton = 0x10001AE5
,
UIElementID.LFMHeaderMemberField = 0x10001AE6
,
UIElementID.LFMHeaderMemberButton = 0x10001AE7
,
UIElementID.LFMHeaderAreaField = 0x10001AE8
,
UIElementID.LFMHeaderAreaButton = 0x10001AE9
,
UIElementID.LFMHeaderPlayerQuestField = 0x10001AEA
,
UIElementID.WhoFilterLFG_Vessel = 0x10001AEB
,
UIElementID.FellowshipTeleToNPCButton = 0x10001AEC
,
UIElementID.FellowshipTeleToDungeon = 0x10001AED
,
UIElementID.Social_WhoTab = 0x10001AEE
,
UIElementID.lfg_name_location_border = 0x10001AEF
,
UIElementID.lfg_location_class_border = 0x10001AF0
,
UIElementID.lfg_class_lvl_border = 0x10001AF1
,
UIElementID.Inactive_overlay = 0x10001AF2
,
UIElementID.PlayerIsLFM = 0x10001AF3
,
UIElementID.FellowshipTeleToDungeonButton = 0x10001AF4
,
UIElementID.whoIs_leftBorder = 0x10001AF5
,
UIElementID.whoIs_top_border = 0x10001AF6
,
UIElementID.whoIs_bottomBorder = 0x10001AF7
,
UIElementID.whoIs_topRightCorner = 0x10001AF8
,
UIElementID.whoIs_topLeftCorner = 0x10001AF9
,
UIElementID.whoIs_bottomRightCorner = 0x10001AFA
,
UIElementID.whoIs_bottomLeftCorner = 0x10001AFB
,
UIElementID.whoIs_insideCenter = 0x10001AFC
,
UIElementID.lfg_boxBorder = 0x10001AFD
,
UIElementID.whoIs_blueBox = 0x10001AFE
,
UIElementID.whoIs_rightBorder = 0x10001AFF
,
UIElementID.PlayerFieldBackgrounds = 0x10001B00
,
UIElementID.PlayerFieldBackground_brown = 0x10001B01
,
UIElementID.PlayerFieldBackground_blue = 0x10001B02
,
UIElementID.PlayerNoteField = 0x10001B03
,
UIElementID.PlayerNoteBackground = 0x10001B04
,
UIElementID.DarkHorizontalBorder = 0x10001B05
,
UIElementID.PlayerBackground = 0x10001B06
,
UIElementID.class_level_border = 0x10001B07
,
UIElementID.level_guild_border = 0x10001B08
,
UIElementID.icon_name_border = 0x10001B09
,
UIElementID.name_class_border = 0x10001B0A
,
UIElementID.name_location_border = 0x10001B0B
,
UIElementID.location_neededClasses_border = 0x10001B0C
,
UIElementID.neededClasses_levelRange_border = 0x10001B0D
,
UIElementID.PartyTooltipEntryField = 0x10001B0E
,
UIElementID.WhoEntryField2 = 0x10001B0F
,
UIElementID.bottomBorder = 0x10001B10
,
UIElementID.bottomRightCorner = 0x10001B11
,
UIElementID.playerNoteBgColor = 0x10001B12
,
UIElementID.darkBackground_brown = 0x10001B13
,
UIElementID.darkBackground_blue = 0x10001B14
,
UIElementID.rightBorder = 0x10001B15
,
UIElementID.LFMEntryField2 = 0x10001B16
,
UIElementID.ComplexTooltip_Group = 0x10001B17
,
UIElementID.CT_List = 0x10001B18
,
UIElementID.CT_Comment = 0x10001B19
,
UIElementID.PlayerBorder = 0x10001B1A
,
UIElementID.PlayerRequestEntryFieldBorder = 0x10001B1B
,
UIElementID.PlayerTooltipProvider = 0x10001B1C
,
UIElementID.FellowshipTeleToLabel = 0x10001B1D
,
UIElementID.FellowshipQuestLabel = 0x10001B1E
,
UIElementID.FellowshipQuestField = 0x10001B1F
,
UIElementID.FellowshipWinkyButton = 0x10001B20
,
UIElementID.Box_bevelDownBorder_topRight = 0x10001B21
,
UIElementID.Box_bevelDownBorder_bottomRight = 0x10001B22
,
UIElementID.Box_bevelDownBorder_top = 0x10001B23
,
UIElementID.Box_bevelDownBorder_bottom = 0x10001B24
,
UIElementID.Box_bevelDownBorder_right = 0x10001B25
,
UIElementID.Box_bevelDownBorder_left = 0x10001B26
,
UIElementID.Box_bevelDownBorder = 0x10001B27
,
UIElementID.Box_bevelDownBorder_topleft = 0x10001B28
,
UIElementID.Box_bevelDownBorder_bottomLeft = 0x10001B29
,
UIElementID.FellowshipTeleBg = 0x10001B2A
,
UIElementID.FellowshipTeleBGFancyDesign = 0x10001B2B
,
UIElementID.FellowshipTeleBGHeader = 0x10001B2C
,
UIElementID.FellowshipTele_teleportTo_text = 0x10001B2D
,
UIElementID.FellowshipTeleDungeonName_text = 0x10001B2E
,
UIElementID.CreateParty_Dragbar = 0x10001B2F
,
UIElementID.CreateParty_Close_Button = 0x10001B30
,
UIElementID.CreatePartyTitleBar = 0x10001B31
,
UIElementID.CreateParty_Bkg = 0x10001B32
,
UIElementID.CreatePartyPageMain = 0x10001B33
,
UIElementID.ComplexTooltip_Quest = 0x10001B34
,
UIElementID.ComplexTooltip_QuestEntry = 0x10001B35
,
UIElementID.CTEntry_Label = 0x10001B36
,
UIElementID.CTEntry_Value = 0x10001B37
,
UIElementID.AdventureCompendium_TeleToNPCButton = 0x10001B38
,
UIElementID.AdventureCompendium_TeleToDungeonButton = 0x10001B39
,
UIElementID.AdventureCompendium_TeleToLabel = 0x10001B3A
,
UIElementID.AdventureCompendium_TeleToField = 0x10001B3B
,
UIElementID.PlayerBackgroundEligible = 0x10001B3C
,
UIElementID.PlayerBackgroundUneligible = 0x10001B3D
,
UIElementID.PlayerBackgroundDeclined = 0x10001B3E
,
UIElementID.QuestElement_TooltipProvider = 0x10001B3F
,
UIElementID.CreateParty_TogglePost = 0x10001B40
,
UIElementID.gui2_button_listHeader = 0x10001B41
,
UIElementID.gui2_button_listHeader_box = 0x10001B42
,
UIElementID.gui2_button_listHeader_Center = 0x10001B43
,
UIElementID.gui2_button_listHeader_w = 0x10001B44
,
UIElementID.list_header_tab = 0x10001B45
,
UIElementID.list_header_box = 0x10001B46
,
UIElementID.listHeader_center = 0x10001B47
,
UIElementID.listHeader_top = 0x10001B48
,
UIElementID.listHeader_bottom = 0x10001B49
,
UIElementID.listHeader_left = 0x10001B4A
,
UIElementID.listHeader_right = 0x10001B4B
,
UIElementID.listHeader_topLeft = 0x10001B4C
,
UIElementID.listHeader_bottomLeft = 0x10001B4D
,
UIElementID.listHeader_bottomRight = 0x10001B4E
,
UIElementID.listHeader_topRight = 0x10001B4F
,
UIElementID.lfg_faeded_box = 0x10001B50
,
UIElementID.lfg_faded_box = 0x10001B51
,
UIElementID.lfg_faded_topLeft = 0x10001B52
,
UIElementID.lfg_faded_topRight = 0x10001B53
,
UIElementID.lfg_faded_bottomLeft = 0x10001B54
,
UIElementID.lfg_faded_bottomRight = 0x10001B55
,
UIElementID.lfg_faded_top = 0x10001B56
,
UIElementID.lfg_faded_bottom = 0x10001B57
,
UIElementID.lfg_faded_right = 0x10001B58
,
UIElementID.lfg_faded_left = 0x10001B59
,
UIElementID.lfg_faded_center = 0x10001B5A
,
UIElementID.QuestTooltipProvider = 0x10001B5B
,
UIElementID.LevelRange_Max_Field = 0x10001B5C
,
UIElementID.LevelRange_Min_Field = 0x10001B5D
,
UIElementID.PlayerFieldBackground_border = 0x10001B5E
,
UIElementID.LFG_border = 0x10001B5F
,
UIElementID.CommentFieldVessle = 0x10001B60
,
UIElementID.lfg_available_groups_dark = 0x10001B61
,
UIElementID.lfg_inside_top_border_dark = 0x10001B62
,
UIElementID.lfg_inside_topLeftCorner_dark = 0x10001B63
,
UIElementID.lfg_inside_topRightCorner_dark = 0x10001B64
,
UIElementID.lfg_inside_bottomRightCorner_dark = 0x10001B65
,
UIElementID.lfg_inside_bottomLeftCorner_dark = 0x10001B66
,
UIElementID.lfg_inside_bottom_border_dark = 0x10001B67
,
UIElementID.lfg_inside_left_border_dark = 0x10001B68
,
UIElementID.lfg_inside_right_border_dark = 0x10001B69
,
UIElementID.lfg_inside_center_dark = 0x10001B6A
,
UIElementID.Box_WhoIs_PlayerNote_Brown = 0x10001B6B
,
UIElementID.brown_rightBorder = 0x10001B6C
,
UIElementID.brown_bottomBorder = 0x10001B6D
,
UIElementID.brown_rightCorner = 0x10001B6E
,
UIElementID.brown_center = 0x10001B6F
,
UIElementID.Box_whoIs_PlayerNote_Blue = 0x10001B70
,
UIElementID.blue_rightBorder = 0x10001B71
,
UIElementID.blue_bottomBorder = 0x10001B72
,
UIElementID.blue_rightCorner = 0x10001B73
,
UIElementID.blue_center = 0x10001B74
,
UIElementID.PlayerNoteBG = 0x10001B75
,
UIElementID.brown_darkenedTopBorder = 0x10001B76
,
UIElementID.blue_darkenedTopBorder = 0x10001B77
,
UIElementID.SortArrow = 0x10001B78
,
UIElementID.SortArrow_down = 0x10001B79
,
UIElementID.SortArrow_up = 0x10001B7A
,
UIElementID.PlayerNameArrowUp = 0x10001B7B
,
UIElementID.PlayerQuestArrowUp = 0x10001B7C
,
UIElementID.PlayerClassArrowUp = 0x10001B7D
,
UIElementID.PlayerLevelArrowUp = 0x10001B7E
,
UIElementID.PlayerClassArrowDown = 0x10001B7F
,
UIElementID.PlayerLevelArrowDown = 0x10001B80
,
UIElementID.PlayerNameArrowDown = 0x10001B81
,
UIElementID.WhoClassArrowUp = 0x10001B82
,
UIElementID.WhoClassArrowDown = 0x10001B83
,
UIElementID.WhoLevelArrowUp = 0x10001B84
,
UIElementID.WhoLevelArrowDown = 0x10001B85
,
UIElementID.WhoMemberArrowUp = 0x10001B86
,
UIElementID.WhoMemberArrowDown = 0x10001B87
,
UIElementID.WhoGuildArrowUp = 0x10001B88
,
UIElementID.WhoGuildArrowDown = 0x10001B89
,
UIElementID.InviteRequestGuildArrowUp = 0x10001B8A
,
UIElementID.InviteRequestGuildArrowDown = 0x10001B8B
,
UIElementID.InviteRequestLevelArrowUp = 0x10001B8C
,
UIElementID.InviteRequestLevelArrowDown = 0x10001B8D
,
UIElementID.InviteRequestClassArrowUp = 0x10001B8E
,
UIElementID.InviteRequestClassArrowDown = 0x10001B8F
,
UIElementID.InviteRequestNameArrowUp = 0x10001B90
,
UIElementID.InviteRequestNameArrowDown = 0x10001B91
,
UIElementID.QuestSelectorDungeonArrowUp = 0x10001B92
,
UIElementID.QuestSelectorDungeonArrowDown = 0x10001B93
,
UIElementID.QuestSelectorLevelArrowUp = 0x10001B94
,
UIElementID.QuestSelectorLevelArrowDown = 0x10001B95
,
UIElementID.CreateParty_Toggle = 0x10001B96
,
UIElementID.declinedOverlay = 0x10001B97
,
UIElementID.ineligableOverlay = 0x10001B98
,
UIElementID.IneligibleOverlay = 0x10001B99
,
UIElementID.FellowshipTeleFancyDesign = 0x10001B9A
,
UIElementID.FellowshipTopBorder = 0x10001B9B
,
UIElementID.ArrowUp = 0x10001B9C
,
UIElementID.ArrowDown = 0x10001B9D
,
UIElementID.PlayerBackgroundJoinSent = 0x10001B9E
,
UIElementID.EffectDialog = 0x10001B9F
,
UIElementID.EffectDialog_Bkg = 0x10001BA0
,
UIElementID.EffectDialog_DragBar = 0x10001BA1
,
UIElementID.EffectDialog_Close = 0x10001BA2
,
UIElementID.EffectDialog_Title = 0x10001BA3
,
UIElementID.EffectDialog_TitleText = 0x10001BA4
,
UIElementID.EffectDialog_OldSpell_DragTarget = 0x10001BA5
,
UIElementID.EffectDialog_OldSpellSelection = 0x10001BA6
,
UIElementID.EffectDialog_OldTitle = 0x10001BA7
,
UIElementID.EffectDialog_NewSpell_DragTarget = 0x10001BA8
,
UIElementID.EffectDialog_NewSpellSelection = 0x10001BA9
,
UIElementID.EffectDialog_NewTitle = 0x10001BAA
,
UIElementID.EffectDialog_OldBkg = 0x10001BAB
,
UIElementID.EffectDialog_NewBkg = 0x10001BAC
,
UIElementID.EffectDialog_CostField = 0x10001BAD
,
UIElementID.EffectDialog_Cost = 0x10001BAE
,
UIElementID.ClassSelectionHorizontalUIElement = 0x10001BAF
,
UIElementID.Who_ClassSelection = 0x10001BB0
,
UIElementID.WhoFilter_LevelRange = 0x10001BB1
,
UIElementID.EffectDialog_MessageText = 0x10001BB2
,
UIElementID.Button_radio = 0x10001BB3
,
UIElementID.LFMCommentConfirmLabel = 0x10001BB4
,
UIElementID.LFMNotePostedLabel = 0x10001BB5
,
UIElementID.EffectDialog_MoveBar = 0x10001BB6
,
UIElementID.EffectDialog_TimerText = 0x10001BB7
,
UIElementID.PartyInviteList_InviteRequests = 0x10001BB8
,
UIElementID.PartyInviteListField = 0x10001BB9
,
UIElementID.PartyInviteList_Dragbar = 0x10001BBA
,
UIElementID.PartyInviteList_HideButton = 0x10001BBB
,
UIElementID.CreateParty_DetachInviteListButton = 0x10001BBC
,
UIElementID.PartyInviteList_Resize = 0x10001BBD
,
UIElementID.PartyInviteList_ResizeB = 0x10001BBE
,
UIElementID.PartyInviteList_ResizeR = 0x10001BBF
,
UIElementID.dragbar2 = 0x10001BC0
,
UIElementID.whoFilterContent = 0x10001BC1
,
UIElementID.ActionDisplay_CostTemplate = 0x10001BC2
,
UIElementID.CharSheet_BenefitViewer = 0x10001BC3
,
UIElementID.FeatViewer_MarkerTemplate = 0x10001BC4
,
UIElementID.FeatViewer_TreeField = 0x10001BC5
,
UIElementID.FeatViewer_FeatTree = 0x10001BC6
,
UIElementID.FeatViewer_TreeScrollbar = 0x10001BC7
,
UIElementID.FeatViewer_TreeIcon = 0x10001BC8
,
UIElementID.Auction_BidsPage_CancelButton = 0x10001BC9
,
UIElementID.FeatViewer_ShowActiveField = 0x10001BCA
,
UIElementID.FeatViewer_ShowActiveLabel = 0x10001BCB
,
UIElementID.FeatViewer_ShowActiveButton = 0x10001BCC
,
UIElementID.FeatViewer_ShowPassiveField = 0x10001BCD
,
UIElementID.FeatViewer_ShowPotentialField = 0x10001BCE
,
UIElementID.FeatViewer_ShowPassiveLabel = 0x10001BCF
,
UIElementID.FeatViewer_ShowPassiveButton = 0x10001BD0
,
UIElementID.FeatViewer_ShowPotentialLabel = 0x10001BD1
,
UIElementID.FeatViewer_ShowPotentialButton = 0x10001BD2
,
UIElementID.Auction_AuctionsPage_PageNumber = 0x10001BD3
,
UIElementID.FeatViewer_Media = 0x10001BD4
,
UIElementID.FeatViewer_OrganizationMenu = 0x10001BD5
,
UIElementID.OrganizationMenu_Field = 0x10001BD6
,
UIElementID.OrganizationMenu_List = 0x10001BD7
,
UIElementID.OrganizationMenu_Standard = 0x10001BD8
,
UIElementID.OrganizationMenu_PreReq = 0x10001BD9
,
UIElementID.FeatTree_ExpandAll = 0x10001BDA
,
UIElementID.FeatTree_CollapseAll = 0x10001BDB
,
UIElementID.FeatViewer_ProgressBar = 0x10001BDC
,
UIElementID.ArenaScoring_DMLabelEntry2 = 0x10001BDD
,
UIElementID.ArenaScoring_CTFLabelEntry2 = 0x10001BDE
,
UIElementID.TokenTemplate = 0x10001BDF
,
UIElementID.PlayerTokenEntry = 0x10001BE0
,
UIElementID.FeatViewer_WaitField = 0x10001BE1
,
UIElementID.FeatViewer_CenteredField = 0x10001BE2
,
UIElementID.FeatViewer_WaitLabel = 0x10001BE3
,
UIElementID.WaitField_Bkg = 0x10001BE4
,
UIElementID.FeatViewer_Progress_Box = 0x10001BE5
,
UIElementID.CurrencyDisplayButton = 0x10001BE6
,
UIElementID.Currency_DisplayList = 0x10001BE7
,
UIElementID.PlayerCurrency_Decoration = 0x10001BE8
,
UIElementID.FeatViewer_DisplayField = 0x10001BE9
,
UIElementID.Currency_DisplayButton = 0x10001BEA
,
UIElementID.OrganizationMenu_Functionality = 0x10001BEB
,
UIElementID.FeatViewer_OrganizationField = 0x10001BEC
,
UIElementID.FeatViewer_SortingField = 0x10001BED
,
UIElementID.FeatViewer_SortingMenu = 0x10001BEE
,
UIElementID.FeatViewer_OrganizationLabel = 0x10001BEF
,
UIElementID.FeatViewer_SortingLabel = 0x10001BF0
,
UIElementID.SortingMenu_Alphabetically = 0x10001BF1
,
UIElementID.SortingMenu_APCost = 0x10001BF2
,
UIElementID.SortingMenu_APSpentPR = 0x10001BF3
,
UIElementID.FeatViewer_TreeIconField = 0x10001BF4
,
UIElementID.EnhancementSelectionViewer = 0x10001BF5
,
UIElementID.CharacterFeats_FeatViewer = 0x10001BF6
,
UIElementID.OrganizationMenu_Channel = 0x10001BF7
,
UIElementID.FeatViewer_ChannelElement = 0x10001BF8
,
UIElementID.ChannelElement_Icon = 0x10001BF9
,
UIElementID.ChannelElement_Title = 0x10001BFA
,
UIElementID.Marker_AquiredOverlay = 0x10001BFB
,
UIElementID.OrganizationMenu_PreReqInverted = 0x10001BFC
,
UIElementID.OrganizationMenu_ClassRace = 0x10001BFD
,
UIElementID.Icon_Overlay = 0x10001BFE
,
UIElementID.Icon_PassiveOverlay = 0x10001BFF
,
UIElementID.Icon_ActiveOverlay = 0x10001C00
,
UIElementID.Background_ActiveOverlay = 0x10001C01
,
UIElementID.Background_PassiveOverlay = 0x10001C02
,
UIElementID.Icon_GreyedOutOverlay = 0x10001C03
,
UIElementID.BenefitActionPointsSpentDisplay = 0x10001C04
,
UIElementID.FeatViewer_CondensedMarkerTemplate = 0x10001C05
,
UIElementID.WhoNextPageButton = 0x10001C06
,
UIElementID.WhoPreviousPageButton = 0x10001C07
,
UIElementID.ShopCustomerItem = 0x10001C08
,
UIElementID.Marker_SecureItem = 0x10001C09
,
UIElementID.FeatViewer_AdvancementMarkerTemplate = 0x10001C0A
,
UIElementID.Marker_BenefitCost = 0x10001C0B
,
UIElementID.CharGen_FeatViewer = 0x10001C0C
,
UIElementID.FeatViewer_AdvancementBenefitMarkerTemplate = 0x10001C0D
,
UIElementID.CharGen_Viewer = 0x10001C0E
,
UIElementID.FeatViewer_ShowSpecialField = 0x10001C0F
,
UIElementID.FeatViewer_ShowSpecialButton = 0x10001C10
,
UIElementID.FeatViewer_ShowSpecialLabel = 0x10001C11
,
UIElementID.Advancement_FeatViewer = 0x10001C12
,
UIElementID.BenefitActionPointsSpentDesc = 0x10001C13
,
UIElementID.partyInviteList_Background = 0x10001C14
,
UIElementID.PartyInviteList_TitleBar = 0x10001C15
,
UIElementID.titlebartitle = 0x10001C16
,
UIElementID.partyInviteList_Title = 0x10001C17
,
UIElementID.CharSheet_FeatViewer = 0x10001C18
,
UIElementID.FeatViewer_ShowTrainedField = 0x10001C19
,
UIElementID.FeatViewer_ShowTrainedButton = 0x10001C1A
,
UIElementID.FeatViewer_ShowTrainedLabel = 0x10001C1B
,
UIElementID.Box_enhancement_pointStatus = 0x10001C1C
,
UIElementID.Box_enhancements_pointStatus_rightBG = 0x10001C1D
,
UIElementID.Box_enhancements_pointStatus_leftBG = 0x10001C1E
,
UIElementID.Box_enhancements_pointStatus_middleBG = 0x10001C1F
,
UIElementID.pointsAvailable = 0x10001C20
,
UIElementID.Box_enhancements_pointStatus_pointsAvailable = 0x10001C21
,
UIElementID.Box_enhancements_pointStatus_pointsSpent = 0x10001C22
,
UIElementID.Box_enhancements_pointStatus_totalPoints = 0x10001C23
,
UIElementID.button_moveRight = 0x10001C24
,
UIElementID.button_moveRight_buttonArea = 0x10001C25
,
UIElementID.button_moveRight_arrow = 0x10001C26
,
UIElementID.button_moveLeft = 0x10001C27
,
UIElementID.button_moveLeft_buttonArea = 0x10001C28
,
UIElementID.button_moveLeft_arrow = 0x10001C29
,
UIElementID.button_expandAll = 0x10001C2A
,
UIElementID.button_expandAll_buttonArea = 0x10001C2B
,
UIElementID.button_expandAll_arrow = 0x10001C2C
,
UIElementID.button_contractAll = 0x10001C2D
,
UIElementID.button_contractAll_buttonArea = 0x10001C2E
,
UIElementID.button_contractAll_arrow = 0x10001C2F
,
UIElementID.Header = 0x10001C30
,
UIElementID.Available_EnhancementViewer = 0x10001C31
,
UIElementID.Choosen_EnhancementViewer = 0x10001C32
,
UIElementID.Benefit_AcceptButton = 0x10001C33
,
UIElementID.Benefit_ResetButton = 0x10001C34
,
UIElementID.ChooserField = 0x10001C35
,
UIElementID.Benefit_Choose = 0x10001C36
,
UIElementID.Benefit_UnChoose = 0x10001C37
,
UIElementID.PointsBox = 0x10001C38
,
UIElementID.PointsAvailable_Label = 0x10001C39
,
UIElementID.PointsSpent_Label = 0x10001C3A
,
UIElementID.PointsTotal_Label = 0x10001C3B
,
UIElementID.PointsAvailable_Value = 0x10001C3C
,
UIElementID.PointsSpent_Value = 0x10001C3D
,
UIElementID.PointsTotal_Value = 0x10001C3E
,
UIElementID.ResizeBar_Right = 0x10001C3F
,
UIElementID.ResizeBar_Bottom = 0x10001C40
,
UIElementID.ResizeBar_Corner = 0x10001C41
,
UIElementID.Marker_CooldownText = 0x10001C42
,
UIElementID.FeatList_FeatViewer = 0x10001C43
,
UIElementID.Choosen_Field = 0x10001C44
,
UIElementID.Available_Field = 0x10001C45
,
UIElementID.Choosen_Header = 0x10001C46
,
UIElementID.Available_Header = 0x10001C47
,
UIElementID.BehaviorDisplay_Unique = 0x10001C48
,
UIElementID.BehaviorDisplay_IsUnique = 0x10001C49
,
UIElementID.PlayerNameContainer = 0x10001C4A
,
UIElementID.box_dialog_border = 0x10001C4B
,
UIElementID.box_dialog_border_nw = 0x10001C4C
,
UIElementID.box_dialog_border_w = 0x10001C4D
,
UIElementID.box_dialog_border_sw = 0x10001C4E
,
UIElementID.box_dialog_border_s = 0x10001C4F
,
UIElementID.box_dialog_border_se = 0x10001C50
,
UIElementID.box_dialog_border_e = 0x10001C51
,
UIElementID.box_dialog_border_ne = 0x10001C52
,
UIElementID.box_dialog_border_n = 0x10001C53
,
UIElementID.box_dialog_border_center = 0x10001C54
,
UIElementID.PlayerStatusField = 0x10001C55
,
UIElementID.PlayerLevelField = 0x10001C56
,
UIElementID.PlayerGuildField = 0x10001C57
,
UIElementID.PopupMenuBackground = 0x10001C58
,
UIElementID.popupMenu_dragbar = 0x10001C59
,
UIElementID.box_ebdark_0 = 0x10001C5A
,
UIElementID.box_ebdark0_Center = 0x10001C5B
,
UIElementID.box_ebdark0_LeftBorder = 0x10001C5C
,
UIElementID.box_ebdark0_LowLeftCorner = 0x10001C5D
,
UIElementID.box_ebdark0_BottomBorder = 0x10001C5E
,
UIElementID.box_inviz = 0x10001C5F
,
UIElementID.popup_background = 0x10001C60
,
UIElementID.DialogWaitBoxDragbar = 0x10001C61
,
UIElementID.dialogConfirmBoxDragbar = 0x10001C62
,
UIElementID.DialogConfirmLargeDragBar = 0x10001C63
,
UIElementID.dialogMessageDragBar = 0x10001C64
,
UIElementID.dialogTextInputDragBar = 0x10001C65
,
UIElementID.DialongTextInputBoxDragbar = 0x10001C66
,
UIElementID.Reservation_Menu = 0x10001C67
,
UIElementID.PlayerClassContainer = 0x10001C68
,
UIElementID.popupmenufield_bg = 0x10001C69
,
UIElementID.popupmenuDragBar = 0x10001C6A
,
UIElementID.Marker_Boarder = 0x10001C6B
,
UIElementID.Reservation_Menu_Selection = 0x10001C6C
,
UIElementID.Menu_Reservation = 0x10001C6D
,
UIElementID.Menu_Reservation_SelectionBackground = 0x10001C6E
,
UIElementID.Menu_Reservation_SelectionDisplay = 0x10001C6F
,
UIElementID.Menu_Reservation_SelectionWidget = 0x10001C70
,
UIElementID.Menu_Reservation_PopupField = 0x10001C71
,
UIElementID.Menu_Reservation_PopupListBox = 0x10001C72
,
UIElementID.Menu_Reservation_Scrollbar = 0x10001C73
,
UIElementID.Menu_Reservation_PopupItem = 0x10001C74
,
UIElementID.PopUpMenuTitle = 0x10001C75
,
UIElementID.PopUpMainText = 0x10001C76
,
UIElementID.MainPopupMenuScrollBar = 0x10001C77
,
UIElementID.PopupMenu_Background = 0x10001C78
,
UIElementID.FriendsField_HideOffline_Checkbox = 0x10001C79
,
UIElementID.Benefit_UndoButton = 0x10001C7A
,
UIElementID.Benefit_RedoButton = 0x10001C7B
,
UIElementID.AutoAttackButton = 0x10001C7C
,
UIElementID.FriendsField_HideOffline_Label = 0x10001C7D
,
UIElementID.SingletonBag = 0x10001C7E
,
UIElementID.SingletonBag_Close = 0x10001C7F
,
UIElementID.SingletonBag_Title = 0x10001C80
,
UIElementID.SingletonBag_Title_Bkg = 0x10001C81
,
UIElementID.SingletonBag_List = 0x10001C82
,
UIElementID.SingletonBag_Scrollbar = 0x10001C83
,
UIElementID.SingletonBag_ToBag = 0x10001C84
,
UIElementID.SingletonBag_ToPack = 0x10001C85
,
UIElementID.SingletonBag_List_Bkg = 0x10001C86
,
UIElementID.List_Field = 0x10001C87
,
UIElementID.ResizeBar_N = 0x10001C88
,
UIElementID.ResizeBar_NE = 0x10001C89
,
UIElementID.ResizeBar_E = 0x10001C8A
,
UIElementID.ResizeBar_SE = 0x10001C8B
,
UIElementID.ResizeBar_S = 0x10001C8C
,
UIElementID.ResizeBar_SW = 0x10001C8D
,
UIElementID.ResizeBar_W = 0x10001C8E
,
UIElementID.ResizeBar_NW = 0x10001C8F
,
UIElementID.SingletonEntry = 0x10001C90
,
UIElementID.SingletonEntry_Quantity = 0x10001C91
,
UIElementID.SingletonEntry_Icon = 0x10001C92
,
UIElementID.SingletonEntry_Text = 0x10001C93
,
UIElementID.ResizeBox = 0x10001C94
,
UIElementID.SingletonEntry_BkgHighlighted = 0x10001C95
,
UIElementID.SingletonEntry_BkgNormal = 0x10001C96
,
UIElementID.PlayerFriendsNoteValue = 0x10001C97
,
UIElementID.Comment_BG = 0x10001C98
,
UIElementID.FriendsField_CommentText = 0x10001C99
,
UIElementID.FriendsField_Comment_Label = 0x10001C9A
,
UIElementID.FriendsField_TellFriendButton = 0x10001C9B
,
UIElementID.FriendsField_AddCommentButton = 0x10001C9C
,
UIElementID.PlayerOnlineField = 0x10001C9D
,
UIElementID.status_name_border = 0x10001C9E
,
UIElementID.PlayerOnlineIcon = 0x10001C9F
,
UIElementID.PlayerOfflineIcon = 0x10001CA0
,
UIElementID.GlossaryBrowser = 0x10001CA1
,
UIElementID.Glossary_TermTree = 0x10001CA2
,
UIElementID.Glossary_Definitions = 0x10001CA3
,
UIElementID.GlossaryEntry = 0x10001CA4
,
UIElementID.GlossaryEntry_Title = 0x10001CA5
,
UIElementID.GlossaryEntry_Definition = 0x10001CA6
,
UIElementID.friends_headers = 0x10001CA7
,
UIElementID.friends_header_groupStatus = 0x10001CA8
,
UIElementID.friends_header_groupStatus_icon = 0x10001CA9
,
UIElementID.friends_headers_onlineStatus = 0x10001CAA
,
UIElementID.friends_header_onlineStatus = 0x10001CAB
,
UIElementID.friends_header_name = 0x10001CAC
,
UIElementID.friends_header_name_upArrow = 0x10001CAD
,
UIElementID.friends_header_name_downArrow = 0x10001CAE
,
UIElementID.friends_header_class = 0x10001CAF
,
UIElementID.friends_header_class_upArrow = 0x10001CB0
,
UIElementID.friends_header_class_downArrow = 0x10001CB1
,
UIElementID.friends_header_level = 0x10001CB2
,
UIElementID.friends_header_level_upArrow = 0x10001CB3
,
UIElementID.friends_header_level_downArrow = 0x10001CB4
,
UIElementID.friends_header_guild = 0x10001CB5
,
UIElementID.friends_header_guild_upArrow = 0x10001CB6
,
UIElementID.friends_header_guild_downArrow = 0x10001CB7
,
UIElementID.friends_name_border = 0x10001CB8
,
UIElementID.friends_manageBorder = 0x10001CB9
,
UIElementID.frieds_add_friend_label = 0x10001CBA
,
UIElementID.friends_list_buttons = 0x10001CBB
,
UIElementID.IconSuitibility = 0x10001CBC
,
UIElementID.RestrictionDisplay_Feat = 0x10001CBD
,
UIElementID.FriendsField_ImportButton = 0x10001CBE
,
UIElementID.FriendsField_ExportButton = 0x10001CBF
,
UIElementID.alert_15_ko = 0x10001CC0
,
UIElementID.Examination_TreasureLevel = 0x10001CC1
,
UIElementID.Examination_Slot = 0x10001CC2
,
UIElementID.WeaponDisplay = 0x10001CC3
,
UIElementID.WeaponDisplay_MagicNumber = 0x10001CC4
,
UIElementID.WeaponDisplay_Bkg = 0x10001CC5
,
UIElementID.PlayerLastLoginField = 0x10001CC6
,
UIElementID.PlayerLastLoginValue = 0x10001CC7
,
UIElementID.friends_header_lastlogin = 0x10001CC8
,
UIElementID.box_chestItem = 0x10001CC9
,
UIElementID.box_chestItem_left = 0x10001CCA
,
UIElementID.box_chestItem_middle = 0x10001CCB
,
UIElementID.box_chestItem_right = 0x10001CCC
,
UIElementID.chestItem_background = 0x10001CCD
,
UIElementID.gui_button_drop_down_arrow_bg = 0x10001CCE
,
UIElementID.reserverNameBg = 0x10001CCF
,
UIElementID.ArmorDisplay_MyArmorBonus = 0x10001CD0
,
UIElementID.RestrictionDisplay_DifficultyExplanation = 0x10001CD1
,
UIElementID.RestrictionDisplay_DifficultyChanceToUse = 0x10001CD2
,
UIElementID.Shop_QtyDialog = 0x10001CD3
,
UIElementID.QtyDialog_Question = 0x10001CD4
,
UIElementID.QtyDialog_QtyDesired = 0x10001CD5
,
UIElementID.QtyDesired_Box = 0x10001CD6
,
UIElementID.QtyDialog_Decrement = 0x10001CD7
,
UIElementID.QtyDialog_Increment = 0x10001CD8
,
UIElementID.QtyDialog_Accept = 0x10001CD9
,
UIElementID.QtyDialog_Cancel = 0x10001CDA
,
UIElementID.Effect_Conflict = 0x10001CDB
,
UIElementID.ExaminationToolTip_MetaEnabled = 0x10001CDC
,
UIElementID.EffectsTab = 0x10001CDD
,
UIElementID.EffectsPage = 0x10001CDE
,
UIElementID.AdminElement_EffectsDisplay = 0x10001CDF
,
UIElementID.EffectsUIElement = 0x10001CE0
,
UIElementID.EffectsDisplay_Refresh = 0x10001CE1
,
UIElementID.Effects_Display_Effects = 0x10001CE2
,
UIElementID.Effects_Tree = 0x10001CE3
,
UIElementID.Effect_Entry = 0x10001CE4
,
UIElementID.Channel_Entry = 0x10001CE5
,
UIElementID.Bonus_Entry = 0x10001CE6
,
UIElementID.Channel_Name = 0x10001CE7
,
UIElementID.Bonus_Name = 0x10001CE8
,
UIElementID.Auction_AuctionsPage_LevelRange = 0x10001CE9
,
UIElementID.ExaminationDisplay_Spell = 0x10001CEA
,
UIElementID.ExamDisp_Spell_Icon = 0x10001CEB
,
UIElementID.ExamDisp_Spell_Name = 0x10001CEC
,
UIElementID.ExamDisp_Spell_Provider = 0x10001CED
,
UIElementID.MovementButtons = 0x10001CEE
,
UIElementID.SingletonBag_Gather = 0x10001CEF
,
UIElementID.SingletonEntry_Icon_Greyed = 0x10001CF0
,
UIElementID.name_durationBorder = 0x10001CF1
,
UIElementID.duration_price_border = 0x10001CF2
,
UIElementID.price_buyout_border = 0x10001CF3
,
UIElementID.Auction_AuctionPage_AuctionTemplete_Border = 0x10001CF4
,
UIElementID.Auction_Postpage_Border = 0x10001CF5
,
UIElementID.examinationBorder = 0x10001CF6
,
UIElementID.examinationBorder_tl = 0x10001CF7
,
UIElementID.examinationBorder_tr = 0x10001CF8
,
UIElementID.examinationBorder_br = 0x10001CF9
,
UIElementID.examinationBorder_bl = 0x10001CFA
,
UIElementID.examinationBorder_t = 0x10001CFB
,
UIElementID.examinationBorder_b = 0x10001CFC
,
UIElementID.examinationBorder_l = 0x10001CFD
,
UIElementID.examinationBorder_r = 0x10001CFE
,
UIElementID.examinationBorder_cl = 0x10001CFF
,
UIElementID.examinationBorder_cr = 0x10001D00
,
UIElementID.examBorder_tl = 0x10001D01
,
UIElementID.examBorder = 0x10001D02
,
UIElementID.examBorder_r = 0x10001D03
,
UIElementID.examBorder_l = 0x10001D04
,
UIElementID.examBorder_b = 0x10001D05
,
UIElementID.examBorder_t = 0x10001D06
,
UIElementID.examBorder_cr = 0x10001D07
,
UIElementID.examBorder_bl = 0x10001D08
,
UIElementID.examBorder_cl = 0x10001D09
,
UIElementID.examBorder_tr = 0x10001D0A
,
UIElementID.examBorder_br = 0x10001D0B
,
UIElementID.exam_rollOver_header = 0x10001D0C
,
UIElementID.exam_rollOver_header_l = 0x10001D0D
,
UIElementID.SingletonEntry_TooltipProvider = 0x10001D0E
,
UIElementID.exam_rollOver_header_r = 0x10001D0F
,
UIElementID.exam_rollOver_header_c = 0x10001D10
,
UIElementID.exam_Footer = 0x10001D11
,
UIElementID.exam_Footer_l = 0x10001D12
,
UIElementID.exam_Footer_c = 0x10001D13
,
UIElementID.exam_Footer_r = 0x10001D14
,
UIElementID.exam_static_header = 0x10001D15
,
UIElementID.exam_static_header_l = 0x10001D16
,
UIElementID.exam_static_header_c = 0x10001D17
,
UIElementID.exam_static_header_r = 0x10001D18
,
UIElementID.exam_footerBG = 0x10001D19
,
UIElementID.exam_footerBG_l = 0x10001D1A
,
UIElementID.exam_footerBG_c = 0x10001D1B
,
UIElementID.box_weatheredCharcoal = 0x10001D1C
,
UIElementID.Examination_Border = 0x10001D1D
,
UIElementID.Examination_Border_Trim = 0x10001D1E
,
UIElementID.Examination_Border_Header = 0x10001D1F
,
UIElementID.Examination_Border_Footer = 0x10001D20
,
UIElementID.Examination_Cost = 0x10001D21
,
UIElementID.Examination_Weight_BG = 0x10001D22
,
UIElementID.BehaviorDisplay_DesignatedBag = 0x10001D23
,
UIElementID.CollectableBag = 0x10001D24
,
UIElementID.CollectableBag_Tree = 0x10001D25
,
UIElementID.Bag_TreeIconField = 0x10001D26
,
UIElementID.Bag_TreeIcon = 0x10001D27
,
UIElementID.CollectableBag_AreaEntry = 0x10001D28
,
UIElementID.CollectableBag_NPCEntry = 0x10001D29
,
UIElementID.CollectableBag_OtherEntry = 0x10001D2A
,
UIElementID.Auction_AuctionsPage_BuyoutOnly_Vessel = 0x10001D2B
,
UIElementID.Auction_AuctionsPage_BuyoutOnly_Label = 0x10001D2C
,
UIElementID.Auction_AuctionsPage_BuyoutOnly_Button = 0x10001D2D
,
UIElementID.ExaminationTooltipDisplay = 0x10001D2E
,
UIElementID.exam_useHeader = 0x10001D2F
,
UIElementID.exam_useHeader_l = 0x10001D30
,
UIElementID.exam_useHeader_c = 0x10001D31
,
UIElementID.exam_useHeader_r = 0x10001D32
,
UIElementID.Examination_Display_Header_BG = 0x10001D33
,
UIElementID.GlossaryTooltip = 0x10001D34
,
UIElementID.GlossaryTooltip_Title = 0x10001D35
,
UIElementID.GlossaryTooltip_Definition = 0x10001D36
,
UIElementID.PartyInviteList_CreatePartyPanel = 0x10001D37
,
UIElementID.GameplayOptionsTab = 0x10001D38
,
UIElementID.GameplayOptionsPage = 0x10001D39
,
UIElementID.Auction_PostPage_Warning_Label = 0x10001D3A
,
UIElementID.Auction_PostPage_CancelWarning_Label = 0x10001D3B
,
UIElementID.NecropolisBook = 0x10001D3C
,
UIElementID.NecropolisBook_Page1 = 0x10001D3D
,
UIElementID.NecropolisBook_Page2 = 0x10001D3E
,
UIElementID.NecropolisBook_Page3 = 0x10001D3F
,
UIElementID.NecropolisBook_Page4 = 0x10001D40
,
UIElementID.NecropolisBook_Page5 = 0x10001D41
,
UIElementID.NecropolisBook_Page6 = 0x10001D42
,
UIElementID.NecropolisBook_Page7 = 0x10001D43
,
UIElementID.NecropolisBook_Page8 = 0x10001D44
,
UIElementID.NecropolisBook_Pages = 0x10001D45
,
UIElementID.PlayerTokenEntry_Decorated = 0x10001D46
,
UIElementID.PlayerTokenBackground = 0x10001D47
,
UIElementID.PlayerTokenIcon = 0x10001D48
,
UIElementID.PlayerPlatinumEntry_Decorated = 0x10001D49
,
UIElementID.PlayerGoldEnty_Decorated = 0x10001D4A
,
UIElementID.PlayerSilverEntry_Decorated = 0x10001D4B
,
UIElementID.PlayerCopperEntry_Decorated = 0x10001D4C
,
UIElementID.PlayerGoldEntry_Decorated = 0x10001D4D
,
UIElementID.Tracker_Label_Icon = 0x10001D4E
,
UIElementID.SimpleFeatList_FeatViewer = 0x10001D4F
,
UIElementID.TradePartnerCopperEntry_Decorated = 0x10001D50
,
UIElementID.TradePartnerGoldEntry_Decorated = 0x10001D51
,
UIElementID.TradePartnerSilverEntry_Decorated = 0x10001D52
,
UIElementID.TradePartnerPlatinumEntry_Decorated = 0x10001D53
,
UIElementID.TradePartnerCurrencyIcon = 0x10001D54
,
UIElementID.Trade_Partner_Copper_Field = 0x10001D55
,
UIElementID.Trade_Partner_Silver_Field = 0x10001D56
,
UIElementID.Trade_Partner_Gold_Field = 0x10001D57
,
UIElementID.Trade_Partner_Platinum_Field = 0x10001D58
,
UIElementID.Decorated_Currency_Player_Tokens = 0x10001D59
,
UIElementID.Decorated_Currency_Player = 0x10001D5A
,
UIElementID.EvilSigil = 0x10001D5B
,
UIElementID.box_weatheredCharcoal_border = 0x10001D5C
,
UIElementID.box_weatheredCharcoal_center = 0x10001D5D
,
UIElementID.box_weatheredCharcoal_nw = 0x10001D5E
,
UIElementID.box_weatheredCharcoal_w = 0x10001D5F
,
UIElementID.box_weatheredCharcoal_sw = 0x10001D60
,
UIElementID.box_weatheredCharcoal_s = 0x10001D61
,
UIElementID.box_weatheredCharcoal_se = 0x10001D62
,
UIElementID.box_weatheredCharcoal_e = 0x10001D63
,
UIElementID.box_weatheredCharcoal_ne = 0x10001D64
,
UIElementID.box_weatheredCharcoal_n = 0x10001D65
,
UIElementID.NecropolisShield = 0x10001D66
,
UIElementID.Backround_Decoration = 0x10001D67
,
UIElementID.EvilSigil_Fragment_1 = 0x10001D68
,
UIElementID.EvilSigil_Icon_1 = 0x10001D69
,
UIElementID.EvilSigil_Fragment_2 = 0x10001D6A
,
UIElementID.EvilSigil_Icon_2 = 0x10001D6B
,
UIElementID.EvilSigil_Fragment_3 = 0x10001D6C
,
UIElementID.EvilSigil_Icon_3 = 0x10001D6D
,
UIElementID.EvilSigil_Fragment_4 = 0x10001D6E
,
UIElementID.EvilSigil_Icon_4 = 0x10001D6F
,
UIElementID.EvilSigil_Fragment_5 = 0x10001D70
,
UIElementID.EvilSigil_Icon_5 = 0x10001D71
,
UIElementID.EvilSigil_Fragment_6 = 0x10001D72
,
UIElementID.EvilSigil_Icon_6 = 0x10001D73
,
UIElementID.EvilSigil_Fragment_7 = 0x10001D74
,
UIElementID.EvilSigil_Icon_7 = 0x10001D75
,
UIElementID.EvilSigil_Fragment_8 = 0x10001D76
,
UIElementID.EvilSigil_Icon_8 = 0x10001D77
,
UIElementID.EvilSigil_Icon_Template = 0x10001D78
,
UIElementID.EvilSigil_Icon = 0x10001D79
,
UIElementID.EvilSigil_Qty = 0x10001D7A
,
UIElementID.EvilSigil_Icon_Background = 0x10001D7B
,
UIElementID.SingletonBag_Catcher = 0x10001D7C
,
UIElementID.NecropolisBook_Fragment_1 = 0x10001D7D
,
UIElementID.NecropolisBook_Fragment_2 = 0x10001D7E
,
UIElementID.NecropolisBook_Fragment_3 = 0x10001D7F
,
UIElementID.NecropolisBook_Fragment_4 = 0x10001D80
,
UIElementID.NecropolisBook_Fragment_5 = 0x10001D81
,
UIElementID.NecropolisBook_Fragment_6 = 0x10001D82
,
UIElementID.NecropolisBook_Fragment_7 = 0x10001D83
,
UIElementID.NecropolisBook_Fragment_8 = 0x10001D84
,
UIElementID.NecropolisBook_Icon_1 = 0x10001D85
,
UIElementID.NecropolisBook_Icon = 0x10001D86
,
UIElementID.NecropolisBook_Icon_Background = 0x10001D87
,
UIElementID.NecropolisBook_Icon_2 = 0x10001D88
,
UIElementID.NecropolisBook_Icon_3 = 0x10001D89
,
UIElementID.NecropolisBook_Icon_4 = 0x10001D8A
,
UIElementID.NecropolisBook_Icon_5 = 0x10001D8B
,
UIElementID.NecropolisBook_Icon_6 = 0x10001D8C
,
UIElementID.NecropolisBook_Icon_7 = 0x10001D8D
,
UIElementID.NecropolisBook_Icon_8 = 0x10001D8E
,
UIElementID.Behavior_BoS_MaxStack = 0x10001D8F
,
UIElementID.Behavior_BoS_MaxTypes = 0x10001D90
,
UIElementID.CurrencyValue_UIElement = 0x10001D91
,
UIElementID.CurrencyValue_DisplayList = 0x10001D92
,
UIElementID.PlatinumValueIcon = 0x10001D93
,
UIElementID.GoldValueIcon = 0x10001D94
,
UIElementID.SilverValueIcon = 0x10001D95
,
UIElementID.CopperValueIcon = 0x10001D96
,
UIElementID.TokenValueIcon = 0x10001D97
,
UIElementID.CurrencyValueField = 0x10001D98
,
UIElementID.Marker_Description_Field = 0x10001D99
,
UIElementID.box_sington_bag_red = 0x10001D9A
,
UIElementID.box_singleton_bag_red_center = 0x10001D9B
,
UIElementID.box_singleton_bag_red_top = 0x10001D9C
,
UIElementID.box_singleton_bag_red_left = 0x10001D9D
,
UIElementID.box_singleton_bag_red_right = 0x10001D9E
,
UIElementID.box_singleton_bag_red_bottom = 0x10001D9F
,
UIElementID.box_singlton_bag_puple = 0x10001DA0
,
UIElementID.box_singlton_bag_purple_center = 0x10001DA1
,
UIElementID.box_singlton_bag_purple_top = 0x10001DA2
,
UIElementID.box_singlton_bag_purple_left = 0x10001DA3
,
UIElementID.box_singlton_bag_purple_right = 0x10001DA4
,
UIElementID.box_singlton_bag_purple_bottom = 0x10001DA5
,
UIElementID.box_singlton_bag_green = 0x10001DA6
,
UIElementID.box_singlton_bag_orange = 0x10001DA7
,
UIElementID.box_singlton_bag_purple = 0x10001DA8
,
UIElementID.box_singlton_bag_green_center = 0x10001DA9
,
UIElementID.box_singlton_bag_green_top = 0x10001DAA
,
UIElementID.box_singlton_bag_green_left = 0x10001DAB
,
UIElementID.box_singlton_bag_green_right = 0x10001DAC
,
UIElementID.box_singlton_bag_green_bottom = 0x10001DAD
,
UIElementID.box_singlton_bag_orange_center = 0x10001DAE
,
UIElementID.box_singlton_bag_orange_top = 0x10001DAF
,
UIElementID.box_singlton_bag_orange_left = 0x10001DB0
,
UIElementID.box_singlton_bag_orange_right = 0x10001DB1
,
UIElementID.box_singlton_bag_orange_bottom = 0x10001DB2
,
UIElementID.Examination_Inventory = 0x10001DB3
,
UIElementID.box_singlton_bag_red = 0x10001DB4
,
UIElementID.box_singlton_bag_red_center = 0x10001DB5
,
UIElementID.box_singlton_bag_red_top = 0x10001DB6
,
UIElementID.box_singlton_bag_red_left = 0x10001DB7
,
UIElementID.box_singlton_bag_red_right = 0x10001DB8
,
UIElementID.box_singlton_bag_red_bottom = 0x10001DB9
,
UIElementID.TokenDivider = 0x10001DBA
,
UIElementID.TokenDividerField = 0x10001DBB
,
UIElementID.Marker_Description_ListBox = 0x10001DBC
,
UIElementID.CurrencyValue_Cart = 0x10001DBD
,
UIElementID.CurrencyValueField_Cart = 0x10001DBE
,
UIElementID.InventoryDisplay_Value_Label = 0x10001DBF
,
UIElementID.CurrencyValue_Auction = 0x10001DC0
,
UIElementID.CurrencyValueField_Auction = 0x10001DC1
,
UIElementID.CurrencyValue_Auction_Vertical = 0x10001DC2
,
UIElementID.CharSelect_AdminElements = 0x10001DC3
,
UIElementID.CharSelect_CharTypes = 0x10001DC4
,
UIElementID.CharSelect_AdminLabel = 0x10001DC5
,
UIElementID.CharSelect_Admin = 0x10001DC6
,
UIElementID.CharSelect_Player = 0x10001DC7
,
UIElementID.CharSelect_Bonus = 0x10001DC8
,
UIElementID.Auction_PostPage_PostCost_Currency = 0x10001DC9
,
UIElementID.CharSelect_AdminField = 0x10001DCA
,
UIElementID.CharSelect_PlayerCount = 0x10001DCB
,
UIElementID.CharSelect_AdminCount = 0x10001DCC
,
UIElementID.CharSelect_BonusCount = 0x10001DCD
,
UIElementID.CurrencyValueField_SpellSwap = 0x10001DCE
,
UIElementID.CurrencyValue_SpellSwap = 0x10001DCF
,
UIElementID.Shop_Player_SellGems = 0x10001DD0
,
UIElementID.APP_Properties_Tree = 0x10001DD1
,
UIElementID.Property_Category_Display = 0x10001DD2
,
UIElementID.Property_Category_Text = 0x10001DD3
,
UIElementID.Property_Category_Count = 0x10001DD4
,
UIElementID.Property_Group_Display = 0x10001DD5
,
UIElementID.PropertyTree_Icon = 0x10001DD6
,
UIElementID.Property_Text = 0x10001DD7
,
UIElementID.FellowshipPvPFlag = 0x10001DD8
,
UIElementID.FellowTeam = 0x10001DD9
,
UIElementID.FellowTeamField = 0x10001DDA
,
UIElementID.Adv_Stage_FeatsGranted_Display_Marker = 0x10001DDB
,
UIElementID.Advancement_GrantedSpecial_Frame = 0x10001DDC
,
UIElementID.Advancement_GrantedSpecial_FeatViewer = 0x10001DDD
,
UIElementID.InventoryTab = 0x10001DDE
,
UIElementID.InventoryPage = 0x10001DDF
,
UIElementID.AdminElement_InventoryDisplay = 0x10001DE0
,
UIElementID.InventoryDisplay_ViewTarget = 0x10001DE1
,
UIElementID.InventoryDisplay_Backpack = 0x10001DE2
,
UIElementID.ContainerViewerUIElement = 0x10001DE3
,
UIElementID.ContainerList = 0x10001DE4
,
UIElementID.ContainerViewerElement = 0x10001DE5
,
UIElementID.ContainerViewerElement_ComplexTooltipProvider = 0x10001DE6
,
UIElementID.ContainerViewerElement_Icon = 0x10001DE7
,
UIElementID.ContainerList_ScrollBar = 0x10001DE8
,
UIElementID.InteractiveIconUIElement = 0x10001DE9
,
UIElementID.Icon_SelectedOverlay = 0x10001DEA
,
UIElementID.InventoryDisplay_Equipment = 0x10001DEB
,
UIElementID.Overflow_Label = 0x10001DEC
,
UIElementID.InventoryDisplay_Overflow = 0x10001DED
,
UIElementID.Bank_Label = 0x10001DEE
,
UIElementID.InventoryDisplay_Bank = 0x10001DEF
,
UIElementID.AdminContainerViewer = 0x10001DF0
,
UIElementID.ContainerTitle = 0x10001DF1
,
UIElementID.AdminElement_InventoryDisplay_List = 0x10001DF2
,
UIElementID.AdminElement_Inventory_CategoryElement = 0x10001DF3
,
UIElementID.AdminElement_InventoryDisplay_Scrollbar = 0x10001DF4
,
UIElementID.QuestSelector_ClearSelection = 0x10001DF5
,
UIElementID.ContainerViewerElement_MouseCatcher = 0x10001DF6
,
UIElementID.InventoryDisplay_Currency = 0x10001DF7
,
UIElementID.EldritchDeviceUIElement = 0x10001DF8
,
UIElementID.TitleBarBackground = 0x10001DF9
,
UIElementID.EldritchDevice_Title = 0x10001DFA
,
UIElementID.EldritchDevice_Close = 0x10001DFB
,
UIElementID.EldritchDevice_Description = 0x10001DFC
,
UIElementID.EldritchDevice_ItemList = 0x10001DFD
,
UIElementID.EldritchDevice_GoButton = 0x10001DFE
,
UIElementID.EldritchDevice_ItemMarker = 0x10001DFF
,
UIElementID.EldritchDevice_Box = 0x10001E00
,
UIElementID.ExaminationDisplay_IngredientType = 0x10001E01
,
UIElementID.Result_ViewPort = 0x10001E02
,
UIElementID.eldritch_deviceGraphic = 0x10001E03
,
UIElementID.EldritchDevice_Graphic = 0x10001E04
,
UIElementID.EldritchDevice_PortalDoor = 0x10001E05
,
UIElementID.EldrtichDevice_Decor = 0x10001E06
,
UIElementID.EldritchDevice_closingTeeth = 0x10001E07
,
UIElementID.MapNoteFilterMenuField = 0x10001E08
,
UIElementID.Mail_FriendsAndGuild_Tab = 0x10001E09
,
UIElementID.Mail_Other_Tab = 0x10001E0A
,
UIElementID.Mail_Panel_DeleteAllMail_Button = 0x10001E0B
,
UIElementID.Mail_Panel_ListBox_Scrollbar2 = 0x10001E0C
,
UIElementID.Mail_Panel_ListBox2 = 0x10001E0D
,
UIElementID.Mail_TabPanel = 0x10001E0E
,
UIElementID.Mail_ConfirmedMailPage = 0x10001E0F
,
UIElementID.Mail_UnonfirmedMailPage = 0x10001E10
,
UIElementID.Mail_Unconfirmed_Tab = 0x10001E11
,
UIElementID.Mail_Confirmed_Tab = 0x10001E12
,
UIElementID.Mail_UnconfirmedMailPage = 0x10001E13
,
UIElementID.Mail_ConfirmPage = 0x10001E14
,
UIElementID.Mail_UnconfirmedPage = 0x10001E15
,
UIElementID.Viewport_TooltipProvider = 0x10001E16
,
UIElementID.EldritchDevice_Clear = 0x10001E17
,
UIElementID.EldritchDevice_HelpIndicator = 0x10001E18
,
UIElementID.EldritchDevice_HelpProvider = 0x10001E19
,
UIElementID.EldritchDevice_HelpTooltip = 0x10001E1A
,
UIElementID.EldritchDevice_TooltipTitle = 0x10001E1B
,
UIElementID.EldritchDevice_Information = 0x10001E1C
,
UIElementID.EldritchDevice_ClearButton = 0x10001E1D
,
UIElementID.Eldritch_failureSmoke = 0x10001E1E
,
UIElementID.Advancement_Ability_Summary_Marker = 0x10001E1F
,
UIElementID.BlockingDR_Label = 0x10001E20
,
UIElementID.BlockingDR_Box = 0x10001E21
,
UIElementID.BlockingDR_Value = 0x10001E22
,
UIElementID.PartyDirectionArrow = 0x10001E23
,
UIElementID.Target_Underlay_Image = 0x10001E24
,
UIElementID.Fighter_Field = 0x10001E25
,
UIElementID.Paladin_Field = 0x10001E26
,
UIElementID.Monk_Field = 0x10001E27
,
UIElementID.Barbarian_Field = 0x10001E28
,
UIElementID.Rogue_Field = 0x10001E29
,
UIElementID.Ranger_Field = 0x10001E2A
,
UIElementID.Cleric_Field = 0x10001E2B
,
UIElementID.Wizard_Field = 0x10001E2C
,
UIElementID.Sorcerer_Field = 0x10001E2D
,
UIElementID.Bard_Field = 0x10001E2E
,
UIElementID.AdminElement_WorldEvent = 0x10001E2F
,
UIElementID.AdminElement_WorldEvent_ListBox = 0x10001E30
,
UIElementID.AdminElement_WorldEvent_Scrollbar = 0x10001E31
,
UIElementID.AdminElement_WorldEvent_EventText = 0x10001E32
,
UIElementID.AdminElement_WorldEvent_Event = 0x10001E33
,
UIElementID.AdminElement_WorldEvent_EventText_Border = 0x10001E34
,
UIElementID.AdminElement_WorldEvent_RefreshButton = 0x10001E35
,
UIElementID.AdminElement_WorldEvent_SetTrueButton = 0x10001E36
,
UIElementID.AdminElement_WorldEvent_SetFalseButton = 0x10001E37
,
UIElementID.AdminElement_WorldEvent_ForceActiveButton = 0x10001E38
,
UIElementID.AdminElement_WorldEvent_ResetButton = 0x10001E39
,
UIElementID.AdminElement_WorldEvent_QueryButton = 0x10001E3A
,
UIElementID.AdminElement_WorldEvent_Location = 0x10001E3B
,
UIElementID.EventPageTemplate = 0x10001E3C
,
UIElementID.EventTab = 0x10001E3D
,
UIElementID.EventPage = 0x10001E3E
,
UIElementID.WorldEventWidgit = 0x10001E3F
,
UIElementID.Mail_Panel_ReportSpam_Button = 0x10001E40
,
UIElementID.ExaminationActionDisplayUIElement2 = 0x10001E41
,
UIElementID.FeatRespecDialog_Background = 0x10001E42
,
UIElementID.BehaviorDisplay_IsDestroyedAfterLogout = 0x10001E43
,
UIElementID.BehaviorDisplay_IsNotBankable = 0x10001E44
,
UIElementID.RealKiBarField = 0x10001E45
,
UIElementID.ForegroundKiMeter = 0x10001E46
,
UIElementID.BackgroundKiMeter = 0x10001E47
,
UIElementID.KiText = 0x10001E48
,
UIElementID.KiBar_Glass_Overlay = 0x10001E49
,
UIElementID.KiBar = 0x10001E4A
,
UIElementID.SingletonBag_AutoGatherField = 0x10001E4B
,
UIElementID.SingletonBag_AutoGatherButton = 0x10001E4C
,
UIElementID.SingletonBag_AutoGatherLabel = 0x10001E4D
,
UIElementID.FellowKiBarMeter = 0x10001E4E
,
UIElementID.FellowKiText = 0x10001E4F
,
UIElementID.Tracker_Token_Field = 0x10001E50
,
UIElementID.TradePartnerTokensEntry_Decorated = 0x10001E51
,
UIElementID.TradePartnerTokensEntry = 0x10001E52
,
UIElementID.Trade_Partner_Tokens_Field = 0x10001E53
,
UIElementID.ComplexTooltip_Ki = 0x10001E54
,
UIElementID.CT_Ki_Bkg = 0x10001E55
,
UIElementID.Ki_Label = 0x10001E56
,
UIElementID.Ki_Value_Box = 0x10001E57
,
UIElementID.Ki_Value = 0x10001E58
,
UIElementID.Ki_TooltipProvider = 0x10001E59
,
UIElementID.DialogWaitField_Small = 0x10001E5A
,
UIElementID.BehaviorDisplay_IsBlackHole = 0x10001E5B
,
UIElementID.SingletonBag_GatherField = 0x10001E5C
,
UIElementID.OnceADayBag = 0x10001E5D
,
UIElementID.Inventory_QuiverSlot = 0x10001E5E
,
UIElementID.Quiver = 0x10001E5F
,
UIElementID.button_movedown = 0x10001E60
,
UIElementID.button_movedown_arrow = 0x10001E61
,
UIElementID.button_moveup = 0x10001E62
,
UIElementID.button_moveup_arrow = 0x10001E63
,
UIElementID.ReOrderButtons = 0x10001E64
,
UIElementID.SingletonBag_MoveUp = 0x10001E65
,
UIElementID.SingletonBag_MoveDown = 0x10001E66
,
UIElementID.Test_IsPk = 0x10001E67
,
UIElementID.Shop_SortValue_Field = 0x10001E68
,
UIElementID.UndockedShortcut10_Vertical_MarkerList = 0x10001E69
,
UIElementID.UndockedShortcut11_Vertical_MarkerList = 0x10001E6A
,
UIElementID.UndockedShortcut12_Vertical_MarkerList = 0x10001E6B
,
UIElementID.UndockedShortcut13_Vertical_MarkerList = 0x10001E6C
,
UIElementID.UndockedShortcut14_Vertical_MarkerList = 0x10001E6D
,
UIElementID.UndockedShortcut15_Vertical_MarkerList = 0x10001E6E
,
UIElementID.UndockedShortcut16_Vertical_MarkerList = 0x10001E6F
,
UIElementID.UndockedShortcut17_Vertical_MarkerList = 0x10001E70
,
UIElementID.UndockedShortcut18_Vertical_MarkerList = 0x10001E71
,
UIElementID.UndockedShortcut19_Vertical_MarkerList = 0x10001E72
,
UIElementID.UndockedShortcut10_Horizontal_MarkerList = 0x10001E73
,
UIElementID.UndockedShortcut11_Horizontal_MarkerList = 0x10001E74
,
UIElementID.UndockedShortcut12_Horizontal_MarkerList = 0x10001E75
,
UIElementID.UndockedShortcut13_Horizontal_MarkerList = 0x10001E76
,
UIElementID.UndockedShortcut14_Horizontal_MarkerList = 0x10001E77
,
UIElementID.UndockedShortcut15_Horizontal_MarkerList = 0x10001E78
,
UIElementID.UndockedShortcut16_Horizontal_MarkerList = 0x10001E79
,
UIElementID.UndockedShortcut17_Horizontal_MarkerList = 0x10001E7A
,
UIElementID.UndockedShortcut18_Horizontal_MarkerList = 0x10001E7B
,
UIElementID.UndockedShortcut19_Horizontal_MarkerList = 0x10001E7C
,
UIElementID.MonkLargeButton = 0x10001E7D
,
UIElementID.ClassSelection_MonkField = 0x10001E7E
,
UIElementID.ClassSelection_MonkButton = 0x10001E7F
,
UIElementID.ClassSelection_MonkLabel = 0x10001E80
,
UIElementID.RequestedClass10 = 0x10001E81
,
UIElementID.WeaponSetList_Scrollbar = 0x10001E82
,
UIElementID.BuyBackUIElement = 0x10001E83
,
UIElementID.AdminBuyBackViewer = 0x10001E84
,
UIElementID.BuyBack_Title = 0x10001E85
,
UIElementID.BuyBack_Refresh = 0x10001E86
,
UIElementID.BuyBack_Restore = 0x10001E87
,
UIElementID.BuyBack_List = 0x10001E88
,
UIElementID.BuyBack_List_Scrollbar = 0x10001E89
,
UIElementID.BuyBack_ListField = 0x10001E8A
,
UIElementID.BuyBack_PageStatus = 0x10001E8B
,
UIElementID.AdminItemMarker = 0x10001E8C
,
UIElementID.Shop_BuyBack_Button = 0x10001E8D
,
UIElementID.Shop_BuyBack_ContainerField = 0x10001E8E
,
UIElementID.Shop_BuyBack_Listbox_Bkg = 0x10001E8F
,
UIElementID.Shop_BuyBack_ContainerListBox = 0x10001E90
,
UIElementID.Shop_BuyBack_Scrollbar = 0x10001E91
,
UIElementID.Shop_BuyBack_PlayerCurrency = 0x10001E92
,
UIElementID.Shop_BuyBack_Cart = 0x10001E93
,
UIElementID.PortalActivate_WarningLabel = 0x10001E94
,
UIElementID.BuyBack_PrevPage = 0x10001E95
,
UIElementID.BuyBack_NextPage = 0x10001E96
,
UIElementID.FellowManaBarMeterMini = 0x10001E97
,
UIElementID.FellowKiBarMeterMini = 0x10001E98
,
UIElementID.PlayerBuyBackViewer = 0x10001E99
,
UIElementID.Shop_BuyBackViewer = 0x10001E9A
,
UIElementID.BuyBack_ListBackground = 0x10001E9B
,
UIElementID.PlayerBuyBackMarker = 0x10001E9C
,
UIElementID.Marker_BuyBackPrice = 0x10001E9D
,
UIElementID.Marker_BuyBackDuration = 0x10001E9E
,
UIElementID.BuyBack_AdminRestore = 0x10001E9F
,
UIElementID.FellowHPTextMini = 0x10001EA0
,
UIElementID.FellowKiTextMini = 0x10001EA1
,
UIElementID.FellowMultiClassField = 0x10001EA2
,
UIElementID.FellowSPandKiField = 0x10001EA3
,
UIElementID.FellowSPTextMini = 0x10001EA4
,
UIElementID.FellowSP_or_KiField = 0x10001EA5
,
UIElementID.FellowSP_and_KiField = 0x10001EA6
,
UIElementID.PortalActivate_DifficultyButton = 0x10001EA7
,
UIElementID.AdminElement_WorldEvent_IncrementBy = 0x10001EA8
,
UIElementID.IncrementByBackground = 0x10001EA9
,
UIElementID.Class_BaseField = 0x10001EAA
,
UIElementID.PlayStyle_BaseField = 0x10001EAB
,
UIElementID.Race_BaseField = 0x10001EAC
,
UIElementID.Template_BaseField = 0x10001EAD
,
UIElementID.Propel_Progress = 0x10001EAE
,
UIElementID.Gender_Selection = 0x10001EAF
,
UIElementID.Propel_Progress_Background = 0x10001EB0
,
UIElementID.Tutorial_Download_Progress = 0x10001EB1
,
UIElementID.Male_Text = 0x10001EB2
,
UIElementID.Female_Text = 0x10001EB3
,
UIElementID.Male_Selection = 0x10001EB4
,
UIElementID.Female_Selection = 0x10001EB5
,
UIElementID.ViewPort_Fader = 0x10001EB6
,
UIElementID.Propel_PercentComplete_Label = 0x10001EB7
,
UIElementID.CharGenSum_KiBox = 0x10001EB8
,
UIElementID.KiBox_Label = 0x10001EB9
,
UIElementID.Stats_Ki_TooltipProvider = 0x10001EBA
,
UIElementID.KiBox_Value = 0x10001EBB
,
UIElementID.Vitals_SpellBar = 0x10001EBC
,
UIElementID.Vitals_KiBar = 0x10001EBD
,
UIElementID.Vitals_KiAndMana = 0x10001EBE
,
UIElementID.CharGen_Ki_Label = 0x10001EBF
,
UIElementID.CharGen_Ki = 0x10001EC0
,
UIElementID.VitalsForeground = 0x10001EC1
,
UIElementID.Vitals_ThreeMeters = 0x10001EC2
,
UIElementID.Vitals_DualBar = 0x10001EC3
,
UIElementID.Vitals_TripleBar = 0x10001EC4
,
UIElementID.Vitals_HealthBar = 0x10001EC5
,
UIElementID.Vitals_SPBar = 0x10001EC6
,
UIElementID.FellowSP_and_Ki_frame = 0x10001EC7
,
UIElementID.FellowHealthBar_Bg = 0x10001EC8
,
UIElementID.Fellow_SP_or_Ki_frame = 0x10001EC9
,
UIElementID.Chargen_Class_Label = 0x10001ECA
,
UIElementID.CharGen_PlayStyle_Label = 0x10001ECB
,
UIElementID.CharGen_Race_Label = 0x10001ECC
,
UIElementID.CharGen_Template_Label = 0x10001ECD
,
UIElementID.CharGen_SelectMale = 0x10001ECE
,
UIElementID.CharGen_SelectFemale = 0x10001ECF
,
UIElementID.CharGen_SelectGender_Button = 0x10001ED0
,
UIElementID.CharGen_Female = 0x10001ED1
,
UIElementID.CharGen_Male = 0x10001ED2
,
UIElementID.CharGen_SelectFighter = 0x10001ED3
,
UIElementID.CharGen_SelectClass_LabelTemplate = 0x10001ED4
,
UIElementID.CharGen_SelectClass_Fighter = 0x10001ED5
,
UIElementID.CharGen_SelectClass_Label = 0x10001ED6
,
UIElementID.CharGen_SelectPaladin = 0x10001ED7
,
UIElementID.CharGen_SelectMonk = 0x10001ED8
,
UIElementID.CharGen_SelectBarbarian = 0x10001ED9
,
UIElementID.CharGen_SelectRogue = 0x10001EDA
,
UIElementID.CharGen_SelectRanger = 0x10001EDB
,
UIElementID.CharGen_SelectWizard = 0x10001EDC
,
UIElementID.CharGen_SelectCleric = 0x10001EDD
,
UIElementID.CharGen_SelectSorcerer = 0x10001EDE
,
UIElementID.CharGen_SelectBard = 0x10001EDF
,
UIElementID.CharGen_SelectClass_Button = 0x10001EE0
,
UIElementID.CharGen_MeleePathField = 0x10001EE1
,
UIElementID.CharGen_MagicCasterPath_Field = 0x10001EE2
,
UIElementID.CharGen_SupportPath_Field = 0x10001EE3
,
UIElementID.CharGen_Fighter = 0x10001EE4
,
UIElementID.CharGen_Barbarian = 0x10001EE5
,
UIElementID.CharGen_Paladin = 0x10001EE6
,
UIElementID.CharGen_Monk = 0x10001EE7
,
UIElementID.CharGen_Sorcerer = 0x10001EE8
,
UIElementID.CharGen_Cleric = 0x10001EE9
,
UIElementID.CharGen_Wizard = 0x10001EEA
,
UIElementID.CharGen_Ranger = 0x10001EEB
,
UIElementID.CharGen_Rogue = 0x10001EEC
,
UIElementID.CharGen_Bard = 0x10001EED
,
UIElementID.CharGen_SelectHuman = 0x10001EEE
,
UIElementID.CharGen_SelectRace_MaleButton = 0x10001EEF
,
UIElementID.CharGen_SelectRace_FemaleButton = 0x10001EF0
,
UIElementID.CharGen_SelectRace_Label = 0x10001EF1
,
UIElementID.CharGen_SelectElf = 0x10001EF2
,
UIElementID.CharGen_SelectHalfling = 0x10001EF3
,
UIElementID.CharGen_SelectDwarf = 0x10001EF4
,
UIElementID.CharGen_SelectWarforged = 0x10001EF5
,
UIElementID.CharGen_SelectDrow = 0x10001EF6
,
UIElementID.CharGen_Human = 0x10001EF7
,
UIElementID.CharGen_Elf = 0x10001EF8
,
UIElementID.CharGen_Halfling = 0x10001EF9
,
UIElementID.CharGen_Dwarf = 0x10001EFA
,
UIElementID.CharGen_Warforged = 0x10001EFB
,
UIElementID.CharGen_Drow = 0x10001EFC
,
UIElementID.CharGen_SelectGender_Label = 0x10001EFD
,
UIElementID.CharGen__Male = 0x10001EFE
,
UIElementID.AdvPrep_BaseField = 0x10001EFF
,
UIElementID.CharGen_Viewport_ZoomIn = 0x10001F00
,
UIElementID.CharGen_Viewport_ZoomOut = 0x10001F01
,
UIElementID.CharGen_ViewPort_Rotate_Clockwise = 0x10001F02
,
UIElementID.CharGen_Viewport_Rotate_CounterClockwise = 0x10001F03
,
UIElementID.asdf = 0x10001F04
,
UIElementID.CharGen_ViewportButtons = 0x10001F05
,
UIElementID.CharGen_Viewport_RotateCCW = 0x10001F06
,
UIElementID.CharGen_Viewport_RotateCW = 0x10001F07
,
UIElementID.CharGen_SelectMelee = 0x10001F08
,
UIElementID.CharGen_SelectMagic = 0x10001F09
,
UIElementID.CharGen_SelectSupport = 0x10001F0A
,
UIElementID.CharGen_SelectPlayStyle_Button = 0x10001F0B
,
UIElementID.CharGen_Melee = 0x10001F0C
,
UIElementID.CharGen_Magic = 0x10001F0D
,
UIElementID.CharGen_Support = 0x10001F0E
,
UIElementID.CharGen_SelectTemplate = 0x10001F0F
,
UIElementID.CharGen_SelectTemplate_Button = 0x10001F10
,
UIElementID.CharGen_Select_Barb_Var1 = 0x10001F11
,
UIElementID.CharGen_Select_Barb_Var2 = 0x10001F12
,
UIElementID.CharGen_Select_Barb_Var3 = 0x10001F13
,
UIElementID.CharGen_Select_Bard_Var1 = 0x10001F14
,
UIElementID.CharGen_Select_Bard_Var2 = 0x10001F15
,
UIElementID.CharGen_Select_Bard_Var3 = 0x10001F16
,
UIElementID.CharGen_Select_Cleric_Var1 = 0x10001F17
,
UIElementID.CharGen_Select_Cleric_Var2 = 0x10001F18
,
UIElementID.CharGen_Select_Cleric_Var3 = 0x10001F19
,
UIElementID.CharGen_Select_Fighter_Var1 = 0x10001F1A
,
UIElementID.CharGen_Select_Fighter_Var2 = 0x10001F1B
,
UIElementID.CharGen_Select_Fighter_Var3 = 0x10001F1C
,
UIElementID.CharGen_Select_Monk_Var1 = 0x10001F1D
,
UIElementID.CharGen_Select_Monk_Var2 = 0x10001F1E
,
UIElementID.CharGen_Select_Monk_Var3 = 0x10001F1F
,
UIElementID.CharGen_Select_Paladin_Var1 = 0x10001F20
,
UIElementID.CharGen_Select_Paladin_Var2 = 0x10001F21
,
UIElementID.CharGen_Select_Paladin_Var3 = 0x10001F22
,
UIElementID.CharGen_Select_Ranger_Var1 = 0x10001F23
,
UIElementID.CharGen_Select_Ranger_Var2 = 0x10001F24
,
UIElementID.CharGen_Select_Ranger_Var3 = 0x10001F25
,
UIElementID.CharGen_Select_Rogue_Var1 = 0x10001F26
,
UIElementID.CharGen_Select_Rogue_Var2 = 0x10001F27
,
UIElementID.CharGen_Select_Rogue_Var3 = 0x10001F28
,
UIElementID.CharGen_Select_Sorcerer_Var1 = 0x10001F29
,
UIElementID.CharGen_Select_Sorcerer_Var2 = 0x10001F2A
,
UIElementID.CharGen_Select_Sorcerer_Var3 = 0x10001F2B
,
UIElementID.CharGen_Select_Wizard_Var1 = 0x10001F2C
,
UIElementID.CharGen_Select_Wizard_Var2 = 0x10001F2D
,
UIElementID.CharGen_Select_Wizard_Var3 = 0x10001F2E
,
UIElementID.CharGen_Select_Custom = 0x10001F2F
,
UIElementID.CharGen_Breadcrumb_ListBox = 0x10001F30
,
UIElementID.ListBox_Background = 0x10001F31
,
UIElementID.Chargen_Breadcrumb_Entry = 0x10001F32
,
UIElementID.Entry_Background = 0x10001F33
,
UIElementID.CharGen_Breadcrumb_Trail = 0x10001F34
,
UIElementID.DemoCharStage_BaseField = 0x10001F35
,
UIElementID.Chargen_Breadcrumb_Trail_Field = 0x10001F36
,
UIElementID.CharGen_Demo_Label = 0x10001F37
,
UIElementID.CharGen_CreateCharacterAndEnterWorld = 0x10001F38
,
UIElementID.Chargen_PlayStyle_Description_Background = 0x10001F39
,
UIElementID.Chargen_Playstyle_Melee_Desc = 0x10001F3A
,
UIElementID.Chargen_Playstyle_Magic_Desc = 0x10001F3B
,
UIElementID.Chargen_Playstyle_Suport_Desc = 0x10001F3C
,
UIElementID.Chargen_Playstyle_Support_Desc = 0x10001F3D
,
UIElementID.Chargen_Info_General_Tab = 0x10001F3E
,
UIElementID.Chargen_Info_More_Tab = 0x10001F3F
,
UIElementID.Chargen_Info_Stats = 0x10001F40
,
UIElementID.Chargen_Info_Page = 0x10001F41
,
UIElementID.Chargen_Info_Panel = 0x10001F42
,
UIElementID.Chargen_General_Tab = 0x10001F43
,
UIElementID.Chargen_MoreInfo_Tab = 0x10001F44
,
UIElementID.Chargen_Stats_Tab = 0x10001F45
,
UIElementID.Chargen_General_Page = 0x10001F46
,
UIElementID.Chargen_General_Text = 0x10001F47
,
UIElementID.Details_Surname_Field = 0x10001F48
,
UIElementID.Details_Alignment_Field = 0x10001F49
,
UIElementID.Details_Name_Field = 0x10001F4A
,
UIElementID.CharGen_Class_Info_Panel = 0x10001F4B
,
UIElementID.CharGen_Race_Info = 0x10001F4C
,
UIElementID.CharGen_Template_Info = 0x10001F4D
,
UIElementID.Chargen_MoreInfo_Page = 0x10001F4E
,
UIElementID.Chargen_MoreInfo_Text = 0x10001F4F
,
UIElementID.Chargen_Stats_Page = 0x10001F50
,
UIElementID.Chargen_Bar_Graph = 0x10001F51
,
UIElementID.Chargen_Bar_List = 0x10001F52
,
UIElementID.Chargen_Bar_Template = 0x10001F53
,
UIElementID.Chargen_Bar_Label = 0x10001F54
,
UIElementID.Chargen_Bar_Progress = 0x10001F55
,
UIElementID.Chargen_Bar_Value_Label = 0x10001F56
,
UIElementID.Chargen_Stat_Graph = 0x10001F57
,
UIElementID.Bar_Graph = 0x10001F58
,
UIElementID.Bar_List = 0x10001F59
,
UIElementID.Bar_Template = 0x10001F5A
,
UIElementID.Bar_Label = 0x10001F5B
,
UIElementID.Bar_Progress = 0x10001F5C
,
UIElementID.Bar_Value_Label = 0x10001F5D
,
UIElementID.Chargen_Stats_Graph = 0x10001F5E
,
UIElementID.CharGen_SelectPath = 0x10001F5F
,
UIElementID.CharGen_SelectPath_Button = 0x10001F60
,
UIElementID.Chargen_Stats_Info_Text = 0x10001F61
,
UIElementID.Chargen_Stats_Info_Scrollbar = 0x10001F62
,
UIElementID.AdvPrep_Title = 0x10001F63
,
UIElementID.Path_BaseField = 0x10001F64
,
UIElementID.CharGen_Path_Label = 0x10001F65
,
UIElementID.CharGen_Path_Info = 0x10001F66
,
UIElementID.CharSelect_PropelProgress = 0x10001F67
,
UIElementID.CharGen_PropelProgress = 0x10001F68
,
UIElementID.HotStoryQuestJournal_QuestEntry = 0x10001F69
,
UIElementID.StoryQuestMarker_CollapseButton = 0x10001F6A
,
UIElementID.box_sqst = 0x10001F6B
,
UIElementID.CharGen_Recommend_Button = 0x10001F6C
,
UIElementID.CharGen_Recommned_Button = 0x10001F6D
,
UIElementID.CharGen_Recommend_Buttons = 0x10001F6E
,
UIElementID.CharGen_Recommend_Buttonsdf = 0x10001F6F
,
UIElementID.CharGen_Recommend = 0x10001F70
,
UIElementID.CharGen_Recommned = 0x10001F71
,
UIElementID.CharGen_Class_Recommend = 0x10001F72
,
UIElementID.CharGen_Race_Recommend_Button = 0x10001F73
,
UIElementID.CharGen_Path_Recommend_Button = 0x10001F74
,
UIElementID.Chargen_Stats_ListBox = 0x10001F75
,
UIElementID.Skill_Summary_Marker_Template = 0x10001F76
,
UIElementID.Skill_Marker_Change = 0x10001F77
,
UIElementID.Skill_Marker_Change_TooltipProvider = 0x10001F78
,
UIElementID.Skill_Marker_Change_Tooltip = 0x10001F79
,
UIElementID.Skill_Tooltip_Change_Title = 0x10001F7A
,
UIElementID.Skill_Tooltip_Change_Value = 0x10001F7B
,
UIElementID.CharGen_Feats_Title = 0x10001F7C
,
UIElementID.ItemAttachmentMarker = 0x10001F7D
,
UIElementID.CharGen_Skills_Title = 0x10001F7E
,
UIElementID.CharGen_Spells_Title = 0x10001F7F
,
UIElementID.CharGen_Race_SpellMarker = 0x10001F80
,
UIElementID.Advancement_Summary_Multi_Title = 0x10001F81
,
UIElementID.Marker_Change = 0x10001F82
,
UIElementID.Marker_NewTotal = 0x10001F83
,
UIElementID.Change__header = 0x10001F84
,
UIElementID.Total_Header = 0x10001F85
,
UIElementID.Advancement_Summary_Text_Bulletpoint_Template = 0x10001F86
,
UIElementID.Advancement_Feat_Marker_Indented_Template = 0x10001F87
,
UIElementID.Advancement_Summary_Marker_Indented_Template = 0x10001F88
,
UIElementID.CharGen_Race_SkillMarker = 0x10001F89
,
UIElementID.Chargen_Stats_ListBox_Scrollbar = 0x10001F8A
,
UIElementID.chargen_button_window = 0x10001F8B
,
UIElementID.chargen_button_window_main = 0x10001F8C
,
UIElementID.chargen_description_window = 0x10001F8D
,
UIElementID.chargen_description_window_main = 0x10001F8E
,
UIElementID.Subtitle_Font_28 = 0x10001F8F
,
UIElementID.chargen_playstyle_button_background = 0x10001F90
,
UIElementID.chargen_class_button_background = 0x10001F91
,
UIElementID.chargen_path_button_background = 0x10001F92
,
UIElementID.chargen_race_button_background = 0x10001F93
,
UIElementID.Subtitle_Font_26 = 0x10001F94
,
UIElementID.PropelProgress = 0x10001F95
,
UIElementID.Propel_Feild = 0x10001F96
,
UIElementID.PropelDragbar = 0x10001F97
,
UIElementID.Propel_Field = 0x10001F98
,
UIElementID.CharGen_next_button = 0x10001F99
,
UIElementID.CharGen_back_button = 0x10001F9A
,
UIElementID.CharGen_SelectClass_Icon = 0x10001F9B
,
UIElementID.CharGen_SelectClass_Highlight = 0x10001F9C
,
UIElementID.CharGen_Playstyle_Melee = 0x10001F9D
,
UIElementID.CharGen_Playstyle_Magic = 0x10001F9E
,
UIElementID.CharGen_Playstyle_Support = 0x10001F9F
,
UIElementID.Chargen_Playstyle_Melee_Graphic = 0x10001FA0
,
UIElementID.Chargen_Playstyle_Magic_Graphic = 0x10001FA1
,
UIElementID.Chargen_Playstyle_Support_Graphic = 0x10001FA2
,
UIElementID.CharGen_SelectPlayStyle_Label = 0x10001FA3
,
UIElementID.Chargen_MainBackground = 0x10001FA4
,
UIElementID.Chargen_Zoom_In = 0x10001FA5
,
UIElementID.Chargen_Zoom_Out = 0x10001FA6
,
UIElementID.CharGen_Admin_ViewCGR = 0x10001FA7
,
UIElementID.Chargen_AdminInfo = 0x10001FA8
,
UIElementID.Chargen_AdminInfo_Label = 0x10001FA9
,
UIElementID.CharGen_CGR_Box = 0x10001FAA
,
UIElementID.CharGen_CGR_Text = 0x10001FAB
,
UIElementID.CharGen_CGR_ScrollBar = 0x10001FAC
,
UIElementID.CharGen_CGR_Refresh = 0x10001FAD
,
UIElementID.CharGen_CGR_DragBar = 0x10001FAE
,
UIElementID.CharGen_CGR_Resize_N = 0x10001FAF
,
UIElementID.CharGen_CGR_Resize_NE = 0x10001FB0
,
UIElementID.CharGen_CGR_Resize_E = 0x10001FB1
,
UIElementID.CharGen_CGR_Resize_SE = 0x10001FB2
,
UIElementID.CharGen_CGR_Resize_S = 0x10001FB3
,
UIElementID.CharGen_CGR_Resize_SW = 0x10001FB4
,
UIElementID.CharGen_CGR_Resize_W = 0x10001FB5
,
UIElementID.CharGen_CGR_Resize_NW = 0x10001FB6
,
UIElementID.CharGen_CGR_Label = 0x10001FB7
,
UIElementID.CharGen_Playstyle_Desc = 0x10001FB8
,
UIElementID.WebstoreField = 0x10001FB9
,
UIElementID.WebstoreCloseButton = 0x10001FBA
,
UIElementID.WebstorePanel = 0x10001FBB
,
UIElementID.WebstoreBrowser = 0x10001FBC
,
UIElementID.CharGen_InfoText_Template = 0x10001FBD
,
UIElementID.Chest_Container_Lootall_Button = 0x10001FBE
,
UIElementID.TextTag_TextTooltip = 0x10001FBF
,
UIElementID.TextTag_TextTooltipDesc = 0x10001FC0
,
UIElementID.square_tab_metal_resize_inverted = 0x10001FC1
,
UIElementID.HintUIElement_IconQueue_ListBox = 0x10001FC2
,
UIElementID.HintUIElement_HintIcon = 0x10001FC3
,
UIElementID.HintUIElement_DetailedHint = 0x10001FC4
,
UIElementID.HintUIElement_DetailedHint_Title = 0x10001FC5
,
UIElementID.HintUIElement_DetailedHint_Description = 0x10001FC6
,
UIElementID.Chargen_Progress_LabelTemplate = 0x10001FC7
,
UIElementID.Chargen_Style_Text_Label = 0x10001FC8
,
UIElementID.Chargen_Style_Num_Label = 0x10001FC9
,
UIElementID.Chargen_Progress_Num_LabelTemplate = 0x10001FCA
,
UIElementID.Chargen_Class_Text_Label = 0x10001FCB
,
UIElementID.Chargen_Path_Text_Label = 0x10001FCC
,
UIElementID.Chargen_Race_Text_Label = 0x10001FCD
,
UIElementID.Chargen_Look_Text_Label = 0x10001FCE
,
UIElementID.Chargen_Class_Num_Label = 0x10001FCF
,
UIElementID.Chargen_Path_Num_Label = 0x10001FD0
,
UIElementID.Chargen_Race_Num_Label = 0x10001FD1
,
UIElementID.Chargen_Look_Num_Label = 0x10001FD2
,
UIElementID.HintUIElement_DetailedHint_CloseButton = 0x10001FD3
,
UIElementID.HintUIElement_DetailedHint_DescBackground = 0x10001FD4
,
UIElementID.HintUIElement_HintIcon_TT = 0x10001FD5
,
UIElementID.Propel_AdminDisplay = 0x10001FD6
,
UIElementID.Propel_AdminDisplay_Title = 0x10001FD7
,
UIElementID.Propel_AdminDisplay_Default = 0x10001FD8
,
UIElementID.Propel_AdminDisplay_DataIndicator = 0x10001FD9
,
UIElementID.Propel_AdminDIsplay_DataPresent = 0x10001FDA
,
UIElementID.Propel_AdminDIsplay_DataNotPresent = 0x10001FDB
,
UIElementID.Propel_AdminDisplay_Indicator = 0x10001FDC
,
UIElementID.Propel_AdminDisplay_Label = 0x10001FDD
,
UIElementID.Propel_AdminDisplay_Beach = 0x10001FDE
,
UIElementID.Propel_AdminDisplay_Village = 0x10001FDF
,
UIElementID.Propel_AdminDisplay_Wilderness = 0x10001FE0
,
UIElementID.Propel_AdminDisplay_CharGen = 0x10001FE1
,
UIElementID.chargen_melee_recommend = 0x10001FE2
,
UIElementID.ChareGen_path_recommend = 0x10001FE3
,
UIElementID.CharGen_Race_recommend = 0x10001FE4
,
UIElementID.chargen_style_recommend = 0x10001FE5
,
UIElementID.Webstore_Browser = 0x10001FE6
,
UIElementID.Webstore = 0x10001FE7
,
UIElementID.Webstore_Base = 0x10001FE8
,
UIElementID.Webstore_CloseButton = 0x10001FE9
,
UIElementID.Henchmen_MarkerList = 0x10001FEA
,
UIElementID.Henchmenbar_Dragbar = 0x10001FEB
,
UIElementID.Henchmenbar_ActiveField = 0x10001FEC
,
UIElementID.DockedHenchmen_MarkerList = 0x10001FED
,
UIElementID.Henchmenbar_Undock = 0x10001FEE
,
UIElementID.UndockedHenchmen_Vertical_MarkerList = 0x10001FEF
,
UIElementID.Marker_HenchmenlotID = 0x10001FF0
,
UIElementID.Henchmenbar_Orientation = 0x10001FF1
,
UIElementID.Henchmen_DragRight = 0x10001FF2
,
UIElementID.UndockedHenchmen0_Vertical_MarkerList = 0x10001FF3
,
UIElementID.UndockedHenchmen1_Vertical_MarkerList = 0x10001FF4
,
UIElementID.UndockedHenchmen2_Vertical_MarkerList = 0x10001FF5
,
UIElementID.UndockedHenchmen3_Vertical_MarkerList = 0x10001FF6
,
UIElementID.UndockedHenchmen4_Vertical_MarkerList = 0x10001FF7
,
UIElementID.UndockedHenchmen5_Vertical_MarkerList = 0x10001FF8
,
UIElementID.UndockedHenchmen6_Vertical_MarkerList = 0x10001FF9
,
UIElementID.UndockedHenchmen7_Vertical_MarkerList = 0x10001FFA
,
UIElementID.UndockedHenchmen8_Vertical_MarkerList = 0x10001FFB
,
UIElementID.UndockedHenchmen9_Vertical_MarkerList = 0x10001FFC
,
UIElementID.UndockedHenchmen10_Vertical_MarkerList = 0x10001FFD
,
UIElementID.UndockedHenchmen11_Vertical_MarkerList = 0x10001FFE
,
UIElementID.UndockedHenchmen12_Vertical_MarkerList = 0x10001FFF
,
UIElementID.UndockedHenchmen13_Vertical_MarkerList = 0x10002000
,
UIElementID.UndockedHenchmen14_Vertical_MarkerList = 0x10002001
,
UIElementID.UndockedHenchmen15_Vertical_MarkerList = 0x10002002
,
UIElementID.UndockedHenchmen16_Vertical_MarkerList = 0x10002003
,
UIElementID.UndockedHenchmen17_Vertical_MarkerList = 0x10002004
,
UIElementID.UndockedHenchmen18_Vertical_MarkerList = 0x10002005
,
UIElementID.UndockedHenchmen19_Vertical_MarkerList = 0x10002006
,
UIElementID.UndockedHenchmen_Horizontal_MarkerList = 0x10002007
,
UIElementID.Henchmenbar_DragBottom = 0x10002008
,
UIElementID.UndockedHenchmen0_Horizontal_MarkerList = 0x10002009
,
UIElementID.UndockedHenchmen1_Horizontal_MarkerList = 0x1000200A
,
UIElementID.UndockedHenchmen2_Horizontal_MarkerList = 0x1000200B
,
UIElementID.UndockedHenchmen3_Horizontal_MarkerList = 0x1000200C
,
UIElementID.UndockedHenchmen4_Horizontal_MarkerList = 0x1000200D
,
UIElementID.UndockedHenchmen5_Horizontal_MarkerList = 0x1000200E
,
UIElementID.UndockedHenchmen6_Horizontal_MarkerList = 0x1000200F
,
UIElementID.UndockedHenchmen7_Horizontal_MarkerList = 0x10002010
,
UIElementID.UndockedHenchmen8_Horizontal_MarkerList = 0x10002011
,
UIElementID.UndockedHenchmen9_Horizontal_MarkerList = 0x10002012
,
UIElementID.UndockedHenchmen10_Horizontal_MarkerList = 0x10002013
,
UIElementID.UndockedHenchmen11_Horizontal_MarkerList = 0x10002014
,
UIElementID.UndockedHenchmen12_Horizontal_MarkerList = 0x10002015
,
UIElementID.UndockedHenchmen13_Horizontal_MarkerList = 0x10002016
,
UIElementID.UndockedHenchmen14_Horizontal_MarkerList = 0x10002017
,
UIElementID.UndockedHenchmen15_Horizontal_MarkerList = 0x10002018
,
UIElementID.UndockedHenchmen16_Horizontal_MarkerList = 0x10002019
,
UIElementID.UndockedHenchmen17_Horizontal_MarkerList = 0x1000201A
,
UIElementID.UndockedHenchmen18_Horizontal_MarkerList = 0x1000201B
,
UIElementID.UndockedHenchmen19_Horizontal_MarkerList = 0x1000201C
,
UIElementID.Henchmen_Marker = 0x1000201D
,
UIElementID.Henchmen_Skill_Marker = 0x1000201E
,
UIElementID.Henchmen_Spell_Marker = 0x1000201F
,
UIElementID.Henchmen_Feat_Marker = 0x10002020
,
UIElementID.Henchmen_WeaponSet_Marker = 0x10002021
,
UIElementID.Henchmen_Item_Marker = 0x10002022
,
UIElementID.Henchmen_SlotMarker = 0x10002023
,
UIElementID.CharGen_TabLabels = 0x10002024
,
UIElementID.Webstore_HUD = 0x10002025
,
UIElementID.CharGen_Button_Divider = 0x10002026
,
UIElementID.Webstore_Dragbar = 0x10002027
,
UIElementID.Chargen_custom_buttondock = 0x10002028
,
UIElementID.HenchmanBar = 0x10002029
,
UIElementID.henchmanbar_increment = 0x1000202A
,
UIElementID.henchmanbar_decrement = 0x1000202B
,
UIElementID.Webstore_Field = 0x1000202C
,
UIElementID.CharGen_Basic_Field = 0x1000202D
,
UIElementID.CharGen_Advanced_Field = 0x1000202E
,
UIElementID.CharGen_Button_Bottom = 0x1000202F
,
UIElementID.CharGen_Button_Top = 0x10002030
,
UIElementID.CharGen_Path_Sorcerer = 0x10002031
,
UIElementID.CharGen_Select_Path_Sorcerer = 0x10002032
,
UIElementID.CharGen_path_recommend = 0x10002033
,
UIElementID.CharGen_SelectPath_Label = 0x10002034
,
UIElementID.Chargen_custom_buttondock2 = 0x10002035
,
UIElementID.BuyNowButton = 0x10002036
,
UIElementID.HenchmanMarker_DisabledOverlay = 0x10002037
,
UIElementID.HenchmanMarker_DisabledOverlay_Layer1 = 0x10002038
,
UIElementID.HenchmanMarker_MouseHighlightOverlay = 0x10002039
,
UIElementID.Henchmen_Control_Marker = 0x1000203A
,
UIElementID.CharGen_Monk_BuyNow = 0x1000203B
,
UIElementID.Chargen_playstyle_subtitle = 0x1000203C
,
UIElementID.CharGen_Select_Path_Fighter = 0x1000203D
,
UIElementID.CharGen_Select_Path_Paladin = 0x1000203E
,
UIElementID.CharGen_Select_Path_Monk = 0x1000203F
,
UIElementID.CharGen_Select_Path_Barbarian = 0x10002040
,
UIElementID.CharGen_Select_Path_Rogue = 0x10002041
,
UIElementID.CharGen_Select_Path_Ranger = 0x10002042
,
UIElementID.CharGen_Select_Path_Wizard = 0x10002043
,
UIElementID.CharGen_Select_Path_Cleric = 0x10002044
,
UIElementID.CharGen_Select_Path_Bard = 0x10002045
,
UIElementID.CharGen_Select_Path_Custom = 0x10002046
,
UIElementID.Chargen_Playstyle_Melee_Label = 0x10002047
,
UIElementID.Chargen_Playstyle_Magic_Label = 0x10002048
,
UIElementID.TextAlertList_PreGame_Field = 0x10002049
,
UIElementID.CharGen_Class_Graphic = 0x1000204A
,
UIElementID.Chargen_Race_Graphic = 0x1000204B
,
UIElementID.Chargen_Path_Graphic = 0x1000204C
,
UIElementID.CharSelect_ZoomIn = 0x1000204D
,
UIElementID.CharSelect_ZoomOut = 0x1000204E
,
UIElementID.HintUIElement_Description_Background = 0x1000204F
,
UIElementID.Chargen_custom_buttondock_back = 0x10002050
,
UIElementID.Chargen_custom_buttondock3 = 0x10002051
,
UIElementID.Chargen_Info_Header = 0x10002052
,
UIElementID.Chargen_custom_buttondock4 = 0x10002053
,
UIElementID.BehaviorDisplay_Expiration = 0x10002054
,
UIElementID.Button_Hud_Menu_WebStore = 0x10002055
,
UIElementID.Hud_Menu_WebStore_Button = 0x10002056
,
UIElementID.Webstore_Background = 0x10002057
,
UIElementID.FellowHenchman = 0x10002058
,
UIElementID.Webstore_Navagation = 0x10002059
,
UIElementID.Webstore_Navagate_Back = 0x1000205A
,
UIElementID.Webstore_Navagate_Forward = 0x1000205B
,
UIElementID.Webstore_Navagate_Stop = 0x1000205C
,
UIElementID.Webstore_Navagate_Refresh = 0x1000205D
,
UIElementID.Hud_Menu_Bkg_F2P = 0x1000205E
,
UIElementID.ComplexTooltip_HenchmanAction = 0x1000205F
,
UIElementID.HudVessel_DragBar_F2P = 0x10002060
,
UIElementID.Marker_Henchman = 0x10002061
,
UIElementID.Henchmen_classIcon = 0x10002062
,
UIElementID.Henchmenbar_RaceClassIcon = 0x10002063
,
UIElementID.CharGen_Admin_RequestAccountRefresh = 0x10002064
,
UIElementID.Webstore_URL = 0x10002065
,
UIElementID.Webstore_URL_Scrollbar = 0x10002066
,
UIElementID.Henchman_Marker_Toggle = 0x10002067
,
UIElementID.CharSheet_Class_Path = 0x10002068
,
UIElementID.BehaviorDisplay_CanBeMailed = 0x10002069
,
UIElementID.InventorySlot_TooltipProvider = 0x1000206A
,
UIElementID.Shop_SecureButton = 0x1000206B
,
UIElementID.Shop_SecureButton_Text = 0x1000206C
,
UIElementID.BehaviorDisplay_CanBeAuctioned = 0x1000206D
,
UIElementID.Chest_Loot_All_Button = 0x1000206E
,
UIElementID.CharSelect_AccountType = 0x1000206F
,
UIElementID.CharSelect_ChooseAvailableCharacters_Dialog = 0x10002070
,
UIElementID.ChooseAvailableCharacters_Ok = 0x10002071
,
UIElementID.ChooseAvailableCharacters_Text = 0x10002072
,
UIElementID.ChooseAvailableCharacters_CharList = 0x10002073
,
UIElementID.CharSelect_ChooseAvailableCharacters = 0x10002074
,
UIElementID.CharSelect_ChooseAvailableCharacters_Text = 0x10002075
,
UIElementID.CharSelect_ChooseAvailableCharacters_Entry = 0x10002076
,
UIElementID.ChooseAvailableCharacters_CheckBox = 0x10002077
,
UIElementID.ChooseAvailableCharacters_Name = 0x10002078
,
UIElementID.CharSelect_ChooseAvailableCharacters_Ok_Entry = 0x10002079
,
UIElementID.PortalActivate_ConfirmField = 0x1000207A
,
UIElementID.DungeonExitConfirm_Field = 0x1000207B
,
UIElementID.CharSheet_Level_Max = 0x1000207C
,
UIElementID.Webstore_AccountRefresh = 0x1000207D
,
UIElementID.Chargen_Style_Button = 0x1000207E
,
UIElementID.Chargen_Class_Button = 0x1000207F
,
UIElementID.Chargen_Path_Button = 0x10002080
,
UIElementID.Chargen_Race_Button = 0x10002081
,
UIElementID.Chargen_Look_Button = 0x10002082
,
UIElementID.DungeonExitConfirm_Bkg = 0x10002083
,
UIElementID.DungeonExitConfirmButton_Accept = 0x10002084
,
UIElementID.DungeonExitConfirmButton_Decline = 0x10002085
,
UIElementID.DungeonExitConfirm_Image = 0x10002086
,
UIElementID.DungeonExitConfirmExplanationText = 0x10002087
,
UIElementID.DungeonExitConfirm_DragBar = 0x10002088
,
UIElementID.DungeonExitConfirm_Accept = 0x10002089
,
UIElementID.DungeonExitConfirm_Decline = 0x1000208A
,
UIElementID.DungeonExitConfirm_Text = 0x1000208B
,
UIElementID.Advancement_Summary_Bullet = 0x1000208C
,
UIElementID.Henchmen_Marker_Button = 0x1000208D
,
UIElementID.WeaponSet_List_Background = 0x1000208E
,
UIElementID.PlayerDamageTextTemplate = 0x1000208F
,
UIElementID.SelectedEnhancements_Header = 0x10002090
,
UIElementID.AvailableEnhancements_Header = 0x10002091
,
UIElementID.Quest_ShareQuest_Button = 0x10002092
,
UIElementID.Webstore_Titlebar = 0x10002093
,
UIElementID.Webstore_Title = 0x10002094
,
UIElementID.CharSelect_BG = 0x10002095
,
UIElementID.NameText_HealthMeter = 0x10002096
,
UIElementID.NameText_HealthMeter_Target_HealthText = 0x10002097
,
UIElementID.AttackableTextTemplate = 0x10002098
,
UIElementID.NameTextTemplate_HardTarget = 0x10002099
,
UIElementID.AttackableText_HealthMeter = 0x1000209A
,
UIElementID.AttackableTextTemplate_HardTarget = 0x1000209B
,
UIElementID.NameTextHealthMeterTemplate = 0x1000209C
,
UIElementID.CharGen_Warforged_BuyNow = 0x1000209D
,
UIElementID.Chargen_Drow_BuyNow = 0x1000209E
,
UIElementID.ChallengeField = 0x1000209F
,
UIElementID.ChallengePanel = 0x100020A0
,
UIElementID.MainChallenge_Dragbar = 0x100020A1
,
UIElementID.MainChallenge_Close_Button = 0x100020A2
,
UIElementID.MainChallenge_Bkg = 0x100020A3
,
UIElementID.Challenge_Panel_MyParty = 0x100020A4
,
UIElementID.Challenge_ListBox_MyParty = 0x100020A5
,
UIElementID.Challenge_Panel_OtherParty = 0x100020A6
,
UIElementID.EffectTextTemplate = 0x100020A7
,
UIElementID.EffectText_Icon = 0x100020A8
,
UIElementID.Challenge_Panel_Info = 0x100020A9
,
UIElementID.Challenge_Panel_Terms = 0x100020AA
,
UIElementID.Challenge_Text_MyParty = 0x100020AB
,
UIElementID.Challenge_Text_OtherParty = 0x100020AC
,
UIElementID.Challenge_Text_Info = 0x100020AD
,
UIElementID.Challenge_Text_Terms = 0x100020AE
,
UIElementID.Challenge_TermTemplate = 0x100020AF
,
UIElementID.Challenge_Text_TermName = 0x100020B0
,
UIElementID.Challenge_Menu_TermOption = 0x100020B1
,
UIElementID.Challenge_Field_GameType = 0x100020B2
,
UIElementID.Challenge_Text_GameType = 0x100020B3
,
UIElementID.Challenge_Menu_GameType = 0x100020B4
,
UIElementID.Challenge_Main = 0x100020B5
,
UIElementID.Challenge_Dragbar = 0x100020B6
,
UIElementID.Challenge_Button_Close = 0x100020B7
,
UIElementID.Challenge_Background = 0x100020B8
,
UIElementID.Challenge_Field_MyParty = 0x100020B9
,
UIElementID.Challenge_Field_OtherParty = 0x100020BA
,
UIElementID.Challenge_Field_Info = 0x100020BB
,
UIElementID.Challenge_Field_Terms = 0x100020BC
,
UIElementID.Challenge_Field_Arena = 0x100020BD
,
UIElementID.Challenge_Text_Arena = 0x100020BE
,
UIElementID.Challenge_Menu_Arena = 0x100020BF
,
UIElementID.Challenge_Field_TimeLimit = 0x100020C0
,
UIElementID.Challenge_Text_TimeLimit = 0x100020C1
,
UIElementID.Challenge_Menu_TimeLimit = 0x100020C2
,
UIElementID.PlayerEffectTextTemplate = 0x100020C3
,
UIElementID.Challenge_Button_Accept = 0x100020C4
,
UIElementID.Challenge_Button_Cancel = 0x100020C5
,
UIElementID.AdminERSBankViewer = 0x100020C6
,
UIElementID.ERSBank_Title = 0x100020C7
,
UIElementID.ERSBank_Refresh = 0x100020C8
,
UIElementID.ERSBank_Restore = 0x100020C9
,
UIElementID.ERSBank_List = 0x100020CA
,
UIElementID.ERSBank_PageStatus = 0x100020CB
,
UIElementID.ERSBank_PrevPage = 0x100020CC
,
UIElementID.ERSBank_NextPage = 0x100020CD
,
UIElementID.ERSBank_AdminRestore = 0x100020CE
,
UIElementID.PlayerERSBankViewer = 0x100020CF
,
UIElementID.ERSBank_ListBackground = 0x100020D0
,
UIElementID.ERSBank_List_Scrollbar = 0x100020D1
,
UIElementID.PlayerERSBankMarker = 0x100020D2
,
UIElementID.Marker_ERSBankPrice = 0x100020D3
,
UIElementID.Marker_ERSBankDuration = 0x100020D4
,
UIElementID.EffectText_Text = 0x100020D5
,
UIElementID.Challenge_ChatDisplay = 0x100020D6
,
UIElementID.Challenge_Field_MyPartyData = 0x100020D7
,
UIElementID.Challenge_Field_ListHeader = 0x100020D8
,
UIElementID.Challenge_Text_Name = 0x100020D9
,
UIElementID.Challenge_Field_OtherPartyData = 0x100020DA
,
UIElementID.Challenge_Text_Level = 0x100020DB
,
UIElementID.Challenge_Text_Class = 0x100020DC
,
UIElementID.Challenge_Text_Status = 0x100020DD
,
UIElementID.Challenge_Field_InfoData = 0x100020DE
,
UIElementID.Challenge_PartyListTemplate = 0x100020DF
,
UIElementID.Challenge_Field_TermData = 0x100020E0
,
UIElementID.Challenge_Listbox_PartyList = 0x100020E1
,
UIElementID.Challenge_MyParty = 0x100020E2
,
UIElementID.Challenge_OtherParty = 0x100020E3
,
UIElementID.Challenge_Entry_PartyMember = 0x100020E4
,
UIElementID.Challenge_PartyMember_Name = 0x100020E5
,
UIElementID.Challenge_PartyMember_Level = 0x100020E6
,
UIElementID.Challenge_PartyMember_Class1 = 0x100020E7
,
UIElementID.Challenge_PartyMember_Class2 = 0x100020E8
,
UIElementID.Challenge_PartyMember_Class3 = 0x100020E9
,
UIElementID.Challenge_PartyMember_Status = 0x100020EA
,
UIElementID.ChallengePartyMicroButtonUIElement = 0x100020EB
,
UIElementID.ChallengeParty_Button = 0x100020EC
,
UIElementID.ERSBank_Steal = 0x100020ED
,
UIElementID.AdminBankItemMarker = 0x100020EE
,
UIElementID.Bank_BankType_Panel = 0x100020EF
,
UIElementID.Bank_CharacterBank_Tab = 0x100020F0
,
UIElementID.Bank_AccountBank_Tab = 0x100020F1
,
UIElementID.Bank_CharacterBank_Panel = 0x100020F2
,
UIElementID.Bank_AccountBank_Panel = 0x100020F3
,
UIElementID.Bank_Panel_Bkg = 0x100020F4
,
UIElementID.ERSBank_Unavailable = 0x100020F5
,
UIElementID.ERSBank_BuyMeText = 0x100020F6
,
UIElementID.ERSBank = 0x100020F7
,
UIElementID.ERSBank_BuyNowButton = 0x100020F8
,
UIElementID.Inventory_ChatField = 0x100020F9
,
UIElementID.Challenge_MenuTemplate_Popup = 0x100020FA
,
UIElementID.Challenge_MenuTemplate_ListBox = 0x100020FB
,
UIElementID.Challenge_MenuTemplate_ListBoxTextItem = 0x100020FC
,
UIElementID.EmbeddedChatDisplay = 0x100020FD
,
UIElementID.ResizeBarSW = 0x100020FE
,
UIElementID.ERSBank_Capacity = 0x100020FF
,
UIElementID.Challenge_Field_Message = 0x10002100
,
UIElementID.Challenge_Message_Header = 0x10002101
,
UIElementID.Challenge_Message_Data = 0x10002102
,
UIElementID.Challenge_Entry_Message = 0x10002103
,
UIElementID.Challenge_Message_ListBox = 0x10002104
,
UIElementID.Challenge_PartyMember_Class = 0x10002105
,
UIElementID.AdventureCompendium_ShowQuests = 0x10002106
,
UIElementID.AdventureCompendium_ShowWilderness = 0x10002107
,
UIElementID.AdventureCompendium_WildernessBox = 0x10002108
,
UIElementID.AdventureCompendium_WildernessScrollBar = 0x10002109
,
UIElementID.AdventureCompendium_WildernessLabelBox = 0x1000210A
,
UIElementID.AdventureCompendium_WildernessQuestEntry = 0x1000210B
,
UIElementID.Header_Enhancements = 0x1000210C
,
UIElementID.Challenge_Actions_Negotiator = 0x1000210D
,
UIElementID.Challenge_Actions_Participant = 0x1000210E
,
UIElementID.AdventureCompendium_ExplorerLabel = 0x1000210F
,
UIElementID.AdventureCompendium_RareEncountersLabel = 0x10002110
,
UIElementID.AdventureCompendium_LocationLabel = 0x10002111
,
UIElementID.AdventureCompendium_SlayerLabel = 0x10002112
,
UIElementID.AdventureCompendium_WildernessQuestHighlightBackground = 0x10002113
,
UIElementID.AdventureCompendium_WildernessQuestLocation = 0x10002114
,
UIElementID.AdventureCompendium_WildernessQuestLevel = 0x10002115
,
UIElementID.AdventureCompendium_WildernessQuestSlayerCompletion = 0x10002116
,
UIElementID.AdventureCompendium_WildernessQuestExplorerCompletion = 0x10002117
,
UIElementID.AdventureCompendium_WildernessQuestRareEncounterCompletion = 0x10002118
,
UIElementID.AdventureCompendium_WLocationLabel = 0x10002119
,
UIElementID.AdventureCompendium_WildernessLevelLabel = 0x1000211A
,
UIElementID.PendingChallengeButton = 0x1000211B
,
UIElementID.PendingChallengeDragBar = 0x1000211C
,
UIElementID.PendingChallengeCountdown = 0x1000211D
,
UIElementID.Bank_Container_ScrollBar = 0x1000211E
,
UIElementID.BankMarker = 0x1000211F
,
UIElementID.Bank_List_Bkg = 0x10002120
,
UIElementID.Bank_Capacity = 0x10002121
,
UIElementID.Examination_BkgAlpha = 0x10002122
,
UIElementID.box_50_percent_alpha = 0x10002123
,
UIElementID.box_75_percent_alpha = 0x10002124
,
UIElementID.Currently_Equipped_Title = 0x10002125
,
UIElementID.Examination_Currently_Equipped = 0x10002126
,
UIElementID.Examination_Currently_Equipped_Shadow = 0x10002127
,
UIElementID.Examination_Currently_Equipped_Foreground = 0x10002128
,
UIElementID.FlashTest = 0x10002129
,
UIElementID.FlashTest_TitleBar = 0x1000212A
,
UIElementID.FlashTest_Title = 0x1000212B
,
UIElementID.FlashTest_TitleBox = 0x1000212C
,
UIElementID.FlashTest_ClientRect = 0x1000212D
,
UIElementID.FlashTest_Movie = 0x1000212E
,
UIElementID.FlashTest_Resize = 0x1000212F
,
UIElementID.FlashTest_CloseButton = 0x10002130
,
UIElementID.FlashTest_RefreshButton = 0x10002131
,
UIElementID.TypedDamageTextTemplate = 0x10002132
,
UIElementID.DamageType_Icon = 0x10002133
,
UIElementID.Map_ZoomPanel = 0x10002134
,
UIElementID.Map_ZoomButtons = 0x10002135
,
UIElementID.Region_Stormreach = 0x10002136
,
UIElementID.Map_OpacityLabel = 0x10002137
,
UIElementID.Opacity_Field = 0x10002138
,
UIElementID.Map_OpacityScroll = 0x10002139
,
UIElementID.Henchmen_classIcon_Background = 0x1000213A
,
UIElementID.Henchmen_level_text = 0x1000213B
,
UIElementID.Theater_GenericImage = 0x1000213C
,
UIElementID.HintUIElement_BuyNow_Button = 0x1000213D
,
UIElementID.TypedPlayerDamageTextTemplate = 0x1000213E
,
UIElementID.Challenge_AcceptInstructions = 0x1000213F
,
UIElementID.Henchmen_Portrait = 0x10002140
,
UIElementID.Henchmen_Portrait_Background = 0x10002141
,
UIElementID.Henchmen_Portrait_icon = 0x10002142
,
UIElementID.Henchmen_Portrait_ring = 0x10002143
,
UIElementID.undockedHenchmen_Portrait = 0x10002144
,
UIElementID.Henchmen_markerList_portrait = 0x10002145
,
UIElementID.QuestBestowerArrow = 0x10002146
,
UIElementID.Button_Minimize_01 = 0x10002147
,
UIElementID.Challenge_Field_TermControls = 0x10002148
,
UIElementID.Challenge_GameMenu_Background = 0x10002149
,
UIElementID.MapOpacityField = 0x1000214A
,
UIElementID.MapOpacity = 0x1000214B
,
UIElementID.Challenge_Menu_Background = 0x1000214C
,
UIElementID.Challenge_TimeLimitMenu_Background = 0x1000214D
,
UIElementID.Challenge_AreaMenu_Background = 0x1000214E
,
UIElementID.QuestAdvancerArrow = 0x1000214F
,
UIElementID.WebStoreButton = 0x10002150
,
UIElementID.Open_WebStore_Button = 0x10002151
,
UIElementID.Henchmen_Portrait_Level = 0x10002152
,
UIElementID.QuestMarker_RecommenedPartySize = 0x10002153
,
UIElementID.QuestMarker_RecommendedPlayers = 0x10002154
,
UIElementID.ClientPlayerTextTemplate = 0x10002155
,
UIElementID.Webstore_Frame = 0x10002156
,
UIElementID.CharSelect_BuyCharSlots = 0x10002157
,
UIElementID.box_advancement_dragonBorder = 0x10002158
,
UIElementID.box_advancenent_dragonBorder = 0x10002159
,
UIElementID.box_advancenent_dragonBorder_tl = 0x1000215A
,
UIElementID.box_advancenent_dragonBorder_cl = 0x1000215B
,
UIElementID.box_advancenent_dragonBorder_tc = 0x1000215C
,
UIElementID.box_advancenent_dragonBorder_tr = 0x1000215D
,
UIElementID.box_advancenent_dragonBorder_l = 0x1000215E
,
UIElementID.box_advancenent_dragonBorder_r = 0x1000215F
,
UIElementID.box_advancenent_dragonBorder_bl = 0x10002160
,
UIElementID.box_advancenent_dragonBorder_bc = 0x10002161
,
UIElementID.box_advancenent_dragonBorder_br = 0x10002162
,
UIElementID.Advancement_ContentBorder = 0x10002163
,
UIElementID.LegendFooter = 0x10002164
,
UIElementID.box_advancenent_entryBorder = 0x10002165
,
UIElementID.box_advancenent_entryBorder_left = 0x10002166
,
UIElementID.box_advancenent_entryBorder_center = 0x10002167
,
UIElementID.box_advancenent_entryBorder_right = 0x10002168
,
UIElementID.Advancement_Feat_Footer = 0x10002169
,
UIElementID.Advancement_Feat_Header = 0x1000216A
,
UIElementID.Shop_WebStore_Bkg = 0x1000216B
,
UIElementID.Shop_WebStore_Label = 0x1000216C
,
UIElementID.Shop_WebStore_Category_Text = 0x1000216D
,
UIElementID.Shop_WebStore_Field = 0x1000216E
,
UIElementID.CharGen_SelectRace_BuyNow = 0x1000216F
,
UIElementID.CharGen_SelectClass_BuyNow = 0x10002170
,
UIElementID.Webstore_Player_Navagation = 0x10002171
,
UIElementID.Webstore_Navagate_Home = 0x10002172
,
UIElementID.Chargen_webStore_BuyNow_Button = 0x10002173
,
UIElementID.CharGen_buyNow_button = 0x10002174
,
UIElementID.CharGen_buyNow_text = 0x10002175
,
UIElementID.CharGen_Buy_text = 0x10002176
,
UIElementID.CharGen_Now_text = 0x10002177
,
UIElementID.CharGen_goNow_button = 0x10002178
,
UIElementID.GoNowButton = 0x10002179
,
UIElementID.Shop_WebStoreBg = 0x1000217A
,
UIElementID.Shop_WebStore_text_Bkg = 0x1000217B
,
UIElementID.CharSelect_BuyCharSlots_icon = 0x1000217C
,
UIElementID.box_advancement_border = 0x1000217D
,
UIElementID.box_advancement_border_tl = 0x1000217E
,
UIElementID.box_advancement_border_tc = 0x1000217F
,
UIElementID.box_advancement_border_tr = 0x10002180
,
UIElementID.box_advancement_border_l = 0x10002181
,
UIElementID.box_advancement_border_r = 0x10002182
,
UIElementID.box_advancement_border_bl = 0x10002183
,
UIElementID.box_advancement_border_bc = 0x10002184
,
UIElementID.box_advancement_border_br = 0x10002185
,
UIElementID.CharGen_resizable_button_estore = 0x10002186
,
UIElementID.button_webstore_back = 0x10002187
,
UIElementID.button_webstore_forward = 0x10002188
,
UIElementID.button_webstore_refresh = 0x10002189
,
UIElementID.button_webstore_close = 0x1000218A
,
UIElementID.button_webstore_home = 0x1000218B
,
UIElementID.ERSBank_Semiavailable = 0x1000218C
,
UIElementID.box_advancenent_entryBorder_l = 0x1000218D
,
UIElementID.box_advancenent_entryBorder_c = 0x1000218E
,
UIElementID.box_advancenent_entryBorder_r = 0x1000218F
,
UIElementID.Hud_Menu_Bkg_box = 0x10002190
,
UIElementID.Hud_Menu_Bkg_box_left = 0x10002191
,
UIElementID.Hud_Menu_Bkg_box_center = 0x10002192
,
UIElementID.Hud_Menu_Bkg_box_right = 0x10002193
,
UIElementID.HintUIElement_DetailedHint_DescBackground_TextBg = 0x10002194
,
UIElementID.box_advancenent_entryHeader = 0x10002195
,
UIElementID.box_advancenent_entryHeader_l = 0x10002196
,
UIElementID.box_advancenent_entryHeader_c = 0x10002197
,
UIElementID.box_advancenent_entryHeader_r = 0x10002198
,
UIElementID.Advancement_Description_Header = 0x10002199
,
UIElementID.Advancement_Description_Header_Text = 0x1000219A
,
UIElementID.wtfbar = 0x1000219B
,
UIElementID.divider = 0x1000219C
,
UIElementID.divider1 = 0x1000219D
,
UIElementID.divider2 = 0x1000219E
,
UIElementID.divider3 = 0x1000219F
,
UIElementID.TestTemplate = 0x100021A0
,
UIElementID.Testbox = 0x100021A1
,
UIElementID.TestScroll = 0x100021A2
,
UIElementID.Advancement_Feat_Marker_Summary_Template = 0x100021A3
,
UIElementID.Advancement_Spell_Marker_Summary = 0x100021A4
,
UIElementID.CharSelect_BuyCharGenFeature = 0x100021A5
,
UIElementID.CharSelect_BuyCharGenFeatureField = 0x100021A6
,
UIElementID.PictureField = 0x100021A7
,
UIElementID.AltPictureField = 0x100021A8
,
UIElementID.TextArea = 0x100021A9
,
UIElementID.Credits_Logo = 0x100021AA
,
UIElementID.AltTextField = 0x100021AB
,
UIElementID.CharSelect_ViewMovieButton = 0x100021AC
,
UIElementID.Credits_Border = 0x100021AD
,
UIElementID.Credits_BorderT = 0x100021AE
,
UIElementID.Credits_BorderB = 0x100021AF
,
UIElementID.Verdana_24 = 0x100021B0
,
UIElementID.ChooseAvailableCharacters_Scrollbar = 0x100021B1
,
UIElementID.CharGen_Class_Recommend_Fighter = 0x100021B2
,
UIElementID.CharGen_Class_Recommend_Cleric = 0x100021B3
,
UIElementID.CharGen_Class_Recommend_Ranger = 0x100021B4
,
UIElementID.CharGen_Race_Recommend_Human = 0x100021B5
,
UIElementID.CharGen_Race_Recommend_Elf = 0x100021B6
,
UIElementID.CharGen_Race_Recommend_Halfling = 0x100021B7
,
UIElementID.CharGen_Race_Recommend_Dwarf = 0x100021B8
,
UIElementID.CharGen_Race_Recommend_Warforged = 0x100021B9
,
UIElementID.CharGen_Race_Recommend_Drow = 0x100021BA
,
UIElementID.CharGen_CreateCharacter2 = 0x100021BB
,
UIElementID.CharGen_CreateCharacter_DetailsPage = 0x100021BC
,
UIElementID.Cursor_Blank = 0x100021BD
,
UIElementID.Advancement_abilityBackground = 0x100021BE
,
UIElementID.CharSelect_entry_bg = 0x100021BF
,
UIElementID.Shop_Cart_Background = 0x100021C0
,
UIElementID.BuyNowButton_flipped = 0x100021C1
,
UIElementID.CharGen_Buy_text_flipped = 0x100021C2
,
UIElementID.CharGen_Now_text_flipped = 0x100021C3
,
UIElementID.GoNowButton_flipped = 0x100021C4
,
UIElementID.FPSKeyMappingDefault = 0x100021C5
,
UIElementID.FPSKeyMapping = 0x100021C6
,
UIElementID.ChooseAvailableCharacters_List = 0x100021C7
,
UIElementID.CharSelect_ChooseAvailableCharacters_CharList = 0x100021C8
,
UIElementID.OptionPageButtonTemplate = 0x100021C9
,
UIElementID.OptionPageButton = 0x100021CA
,
UIElementID.DamageListbox = 0x100021CB
,
UIElementID.DamageLine = 0x100021CC
,
UIElementID.Bank_List_Frame = 0x100021CD
,
UIElementID.Bank_CharacterBank_Field = 0x100021CE
,
UIElementID.RelaunchKeyMapping = 0x100021CF
,
UIElementID.LaunchKeyMapping = 0x100021D0
,
UIElementID.ProxyReset_IE_Button = 0x100021D1
,
UIElementID.ProxyReset_Firefox_Button = 0x100021D2
,
UIElementID.DialogConfirmationFieldLargeAlt = 0x100021D3
,
UIElementID.TextFieldTemplate = 0x100021D4
,
UIElementID.ButtonTemplate = 0x100021D5
,
UIElementID.bullet = 0x100021D6
,
UIElementID.TextField_EditableBox = 0x100021D7
,
UIElementID.Skill_Marker_Ranks_Tooltip = 0x100021D8
,
UIElementID.Webstore_Curtain = 0x100021D9
,
UIElementID.Webstore_Browser_Hidden = 0x100021DA
,
UIElementID.Account_Bank_Field = 0x100021DB
,
UIElementID.PortalActivate_EpicDifficultyField = 0x100021DC
,
UIElementID.PortalActivate_EpicDifficultyTitle = 0x100021DD
,
UIElementID.PortalActivate_EpicDifficultyButton = 0x100021DE
,
UIElementID.PortalActivate_EpicDifficultyUnavailable = 0x100021DF
,
UIElementID.PortalActivate_EpicDifficultyLock = 0x100021E0
,
UIElementID.CharGen_Select_Path_FavoredSoul = 0x100021E1
,
UIElementID.CharGen_SelectFavoredSoul = 0x100021E2
,
UIElementID.CharGen_FavoredSoul = 0x100021E3
,
UIElementID.CharGen_Select_FavoredSoul_Var1 = 0x100021E4
,
UIElementID.CharGen_Select_FavoredSoul_Var2 = 0x100021E5
,
UIElementID.CharGen_Select_FavoredSoul_Var3 = 0x100021E6
,
UIElementID.LFM_HideUnownedVessel = 0x100021E7
,
UIElementID.LFM_HideUnownedButton = 0x100021E8
,
UIElementID.LFM_HideUnownedLabel = 0x100021E9
,
UIElementID.LFM_BuyNow = 0x100021EA
,
UIElementID.ReincarnationDialog = 0x100021EB
,
UIElementID.ReincarnationDialog_Bkg = 0x100021EC
,
UIElementID.ReincarnationDialog_DragBar = 0x100021ED
,
UIElementID.ReincarnationDialog_Close = 0x100021EE
,
UIElementID.ReincarnationDialog_Title = 0x100021EF
,
UIElementID.ReincarnationDialog_TitleText = 0x100021F0
,
UIElementID.CharSelect_Reincarnate = 0x100021F1
,
UIElementID.ReincarnationDialog_DescText = 0x100021F2
,
UIElementID.ReincarnationDialog_MissingStuffText = 0x100021F3
,
UIElementID.ClassSelection_FavoredSoulField = 0x100021F4
,
UIElementID.ClassSelection_FavoredSoulButton = 0x100021F5
,
UIElementID.ClassSelection_FavoredSoulLabel = 0x100021F6
,
UIElementID.FavoredSoulLargeButton = 0x100021F7
,
UIElementID.RequestedClass11 = 0x100021F8
,
UIElementID.MTIconField = 0x100021F9
,
UIElementID.Ability_Points_TitleLabel = 0x100021FA
,
UIElementID.Abilitiy_Points_Summary_Label = 0x100021FB
,
UIElementID.Ability_Points_Summary_Label = 0x100021FC
,
UIElementID.Chargen_stage_subtitle = 0x100021FD
,
UIElementID.PointCostToolTipProvider = 0x100021FE
,
UIElementID.Skill_Marker_Points_Tooltip = 0x100021FF
,
UIElementID.Skill_Tooltip_Points_Title = 0x10002200
,
UIElementID.Skill_Tooltip_Points_Value = 0x10002201
,
UIElementID.Skill_Marker_PointCost_Tooltip = 0x10002202
,
UIElementID.Skill_Tooltip_PointCost_Title = 0x10002203
,
UIElementID.Skill_Tooltip_PointCost_Value = 0x10002204
,
UIElementID.PointsLabelToolTipProvider = 0x10002205
,
UIElementID.PointsToolTipProvider = 0x10002206
,
UIElementID.SkillMarkerAbilityToolTipProvider = 0x10002207
,
UIElementID.Skill_Marker_Key_Ability_Tooltip = 0x10002208
,
UIElementID.CharSelect_HPO_Foreground = 0x10002209
,
UIElementID.CharSelect_EnterGameButton_HPO = 0x1000220A
,
UIElementID.CharSelect_HPO_Enter_Label = 0x1000220B
,
UIElementID.Webstore_Player = 0x1000220C
,
UIElementID.Webstore_Admin = 0x1000220D
,
UIElementID.Webstore_Browser_Player = 0x1000220E
,
UIElementID.Webstore_Browser_Admin = 0x1000220F
,
UIElementID.Webstore_Navagate_Button_Bkgrd = 0x10002210
,
UIElementID.CharSelect_HPO_Enter_Label2 = 0x10002211
,
UIElementID.CharSelect_A_Button = 0x10002212
,
UIElementID.CharSelect_HPO_Name_Label = 0x10002213
,
UIElementID.GuildCharterBuyNowButton = 0x10002214
,
UIElementID.GuildCharterBuyNow = 0x10002215
,
UIElementID.CollectableBag_green = 0x10002216
,
UIElementID.Skill_Key_Ability_Label = 0x10002217
,
UIElementID.PortalActivate_EpicDifficultyTimer = 0x10002218
,
UIElementID.BuyNowInstructions = 0x10002219
,
UIElementID.Item_Marker_Toggle = 0x1000221A
,
UIElementID.Item_Marker_Expire_Toggle = 0x1000221B
,
UIElementID.Marker_ExpiringOverlay = 0x1000221C
,
UIElementID.Marker_BorderPulse = 0x1000221D
,
UIElementID.DialogTextInputFieldLg = 0x1000221E
,
UIElementID.DeathIcon = 0x1000221F
,
UIElementID.Chargen_Info_Tab = 0x10002220
,
UIElementID.FellowDeathMeterMiniSP = 0x10002221
,
UIElementID.FellowDeathMeterMiniKi = 0x10002222
,
UIElementID.FellowDeathMeter = 0x10002223
,
UIElementID.TokenBuyNow = 0x10002224
,
UIElementID.ReincarnationBuyNowInstructions = 0x10002225
,
UIElementID.MyDDO_Base = 0x10002226
,
UIElementID.MyDDO_Dragbar = 0x10002227
,
UIElementID.MyDDO_Player = 0x10002228
,
UIElementID.MyDDO_Browser_Player = 0x10002229
,
UIElementID.MyDDO_Background = 0x1000222A
,
UIElementID.MyDDO_Frame = 0x1000222B
,
UIElementID.MyDDO_Titlebar = 0x1000222C
,
UIElementID.MyDDO_CloseButton = 0x1000222D
,
UIElementID.MyDDO_Title = 0x1000222E
,
UIElementID.MyDDO_Player_Navagation = 0x1000222F
,
UIElementID.MyDDO_Navagate_Back = 0x10002230
,
UIElementID.MyDDO_Navagate_Home = 0x10002231
,
UIElementID.MyDDO_Navagate_Forward = 0x10002232
,
UIElementID.MyDDO_Navagate_Stop = 0x10002233
,
UIElementID.MyDDO_Navagate_Refresh = 0x10002234
,
UIElementID.MyDDO_Browser = 0x10002235
,
UIElementID.CompendiumLookupMicroUIElement = 0x10002236
,
UIElementID.Hud_Menu_MyDDO_Button = 0x10002237
,
UIElementID.Lookup_Button = 0x10002238
,
UIElementID.Button_Hud_Menu_MyDDO = 0x10002239
,
UIElementID.Skill_Marker_KeyAbility_Tooltip = 0x1000223A
,
UIElementID.Skill_Tooltip_KeyAbility_Title = 0x1000223B
,
UIElementID.Skill_Tooltip_KeyAbility_Value = 0x1000223C
,
UIElementID.Skill_Marker_KeyAbilityMod_TooltipProvider = 0x1000223D
,
UIElementID.Reincarnation_Bank_Field = 0x1000223E
,
UIElementID.Bank_ReincarnationBank_Panel = 0x1000223F
,
UIElementID.ERSBank_InfoText = 0x10002240
,
UIElementID.ERSBank_Semiavailable_Nonbuyable = 0x10002241
,
UIElementID.box_singlton_bag_hireling = 0x10002242
,
UIElementID.box_singlton_bag_hireling_center = 0x10002243
,
UIElementID.box_singlton_bag_hireling_top = 0x10002244
,
UIElementID.box_singlton_bag_hireling_left = 0x10002245
,
UIElementID.box_singlton_bag_hireling_right = 0x10002246
,
UIElementID.box_singlton_bag_hireling_bottom = 0x10002247
,
UIElementID.HirelingBag = 0x10002248
,
UIElementID.PortalActivate_DifficultyMiniDescription = 0x10002249
,
UIElementID.ReincarnationDialog_BkgImage = 0x1000224A
,
UIElementID.Scroll_bar_DescText = 0x1000224B
,
UIElementID.asdasd = 0x1000224C
,
UIElementID.guildxp_bar = 0x1000224D
,
UIElementID.GuildXP_Meter = 0x1000224E
,
UIElementID.GuildXP_Meter_Copied = 0x1000224F
,
UIElementID.GuildXP_Field = 0x10002250
,
UIElementID.GuildXP_Label = 0x10002251
,
UIElementID.GuildXPMeter_Text = 0x10002252
,
UIElementID.GuildXP_Meter2 = 0x10002253
,
UIElementID.GuildXP_Background = 0x10002254
,
UIElementID.GuildXP_Text = 0x10002255
,
UIElementID.GuildLevel_Field = 0x10002256
,
UIElementID.GuildLevel_Label = 0x10002257
,
UIElementID.GuildLevel_LevelText = 0x10002258
,
UIElementID.RestrictionDisplay_MinGuildLevel = 0x10002259
,
UIElementID.Examination_WeaponSet_MainHand = 0x1000225A
,
UIElementID.Examination_WeaponSet_OffHand = 0x1000225B
,
UIElementID.WeaponSetTooltipProviderUIElement = 0x1000225C
,
UIElementID.GuildLevel_Value = 0x1000225D
,
UIElementID.Guild_GuildTab = 0x1000225E
,
UIElementID.Guild_RewardsTab = 0x1000225F
,
UIElementID.Guild_PermissionsTab = 0x10002260
,
UIElementID.Guild_MembersPage = 0x10002261
,
UIElementID.Guild_RewardsPage = 0x10002262
,
UIElementID.Guild_PermissionsPage = 0x10002263
,
UIElementID.MembersPageField = 0x10002264
,
UIElementID.PermissionsPageField = 0x10002265
,
UIElementID.RewardsPageField = 0x10002266
,
UIElementID.GuildPanel = 0x10002267
,
UIElementID.NetStatusDrag = 0x10002268
,
UIElementID.NetStatus_Bkg = 0x10002269
,
UIElementID.NetStatusContainer = 0x1000226A
,
UIElementID.Hud_NetStatus_Vessel = 0x1000226B
,
UIElementID.Hud_NetStatus_Bkg = 0x1000226C
,
UIElementID.HudNetStatusVessel_DragBar = 0x1000226D
,
UIElementID.Hud_NetStatus_Button_Field = 0x1000226E
,
UIElementID.GuildCreateName_Field = 0x1000226F
,
UIElementID.GuildCreateNameValue = 0x10002270
,
UIElementID.GuildCreateNameField_BG = 0x10002271
,
UIElementID.GuildCreate_Field = 0x10002272
,
UIElementID.Guild_Bank_Field = 0x10002273
,
UIElementID.Bank_GuildBank_Panel = 0x10002274
,
UIElementID.BootFromAirship_Button = 0x10002275
,
UIElementID.BootFromAirshipButtonUIElement = 0x10002276
,
UIElementID.GuildRanks_ScrollBg = 0x10002277
,
UIElementID.GuildRanks_ScrollBg_waxSeal = 0x10002278
,
UIElementID.Guild2PageField_Background = 0x10002279
,
UIElementID.Button_GuildMessage_Set = 0x1000227A
,
UIElementID.GuildMot_SetLabel = 0x1000227B
,
UIElementID.Box_meter_background = 0x1000227C
,
UIElementID.box_meter_background_left = 0x1000227D
,
UIElementID.box_meter_background_center = 0x1000227E
,
UIElementID.box_meter_background_right = 0x1000227F
,
UIElementID.box_meter_meter = 0x10002280
,
UIElementID.box_meter_meter_left = 0x10002281
,
UIElementID.box_meter_meter_center = 0x10002282
,
UIElementID.box_meter_meter_right = 0x10002283
,
UIElementID.Guild_GuildPanelBg = 0x10002284
,
UIElementID.GuildRewardsHeader = 0x10002285
,
UIElementID.RewardHeaderLevelButton = 0x10002286
,
UIElementID.RewardHeaderRewardButton = 0x10002287
,
UIElementID.GuildRewards_BG = 0x10002288
,
UIElementID.GuildRewardsListBox = 0x10002289
,
UIElementID.GuildRewardsScrollbar = 0x1000228A
,
UIElementID.GuildRewardsEntryField = 0x1000228B
,
UIElementID.GuildRewardLevelValue = 0x1000228C
,
UIElementID.GuildRewardNameValue = 0x1000228D
,
UIElementID.GuildRewardLockedIcon = 0x1000228E
,
UIElementID.box_guild_scrollPaper = 0x1000228F
,
UIElementID.box_guild_scrollPaper_left = 0x10002290
,
UIElementID.box_guild_scrollPaper_center = 0x10002291
,
UIElementID.box_guild_scrollPaper_right = 0x10002292
,
UIElementID.box_guild_scrollPaper_textArea_left = 0x10002293
,
UIElementID.box_guild_scrollPaper_textArea = 0x10002294
,
UIElementID.box_guild_scrollPaper_textArea_center = 0x10002295
,
UIElementID.box_guild_scrollPaper_textArea_right = 0x10002296
,
UIElementID.GuildMotd_Field_MODTextArea = 0x10002297
,
UIElementID.noGuild_Shield = 0x10002298
,
UIElementID.noGuild_leftArrow = 0x10002299
,
UIElementID.noGuild_rightArrow = 0x1000229A
,
UIElementID.RewardHeaderLevelLabel = 0x1000229B
,
UIElementID.RewardHeaderRewardLabel = 0x1000229C
,
UIElementID.CharGen_Stat_Spacer = 0x1000229D
,
UIElementID.Subtitle_Font_48_noColor = 0x1000229E
,
UIElementID.RestrictionDisplay_OnAirship = 0x1000229F
,
UIElementID.RestrictionDisplay_OnAirshipExternal = 0x100022A0
,
UIElementID.RestrictionDisplay_OnAirshipInternal = 0x100022A1
,
UIElementID.RestrictionDisplay_UniqueAmenity = 0x100022A2
,
UIElementID.Mail_Panel_GuildInvite_Button = 0x100022A3
,
UIElementID.GuildXP_pointBorder = 0x100022A4
,
UIElementID.box_guildRanks_xpBarBg = 0x100022A5
,
UIElementID.box_guildRanks_xpBarBg_left = 0x100022A6
,
UIElementID.box_guildRanks_xpBarBg_right = 0x100022A7
,
UIElementID.box_guildRanks_xpBarBg_center = 0x100022A8
,
UIElementID.GuildCommandButtons_BrowserLink_Button = 0x100022A9
,
UIElementID.GuildCommand_BrowseButton = 0x100022AA
,
UIElementID.Guild_ShowEStoreItems_Field = 0x100022AB
,
UIElementID.Guild_ShowEStoreItems_Label = 0x100022AC
,
UIElementID.Guild_ShowEStoreItems_Button = 0x100022AD
,
UIElementID.RestrictionDisplay_ClassExcluded = 0x100022AE
,
UIElementID.RestrictionDisplay_ClassExcluded_Absolute = 0x100022AF
,
UIElementID.Henchmen_Action_Control_Marker = 0x100022B0
,
UIElementID.DialogMessageFieldLarge = 0x100022B1
,
UIElementID.WhoSearchInstructionLabel = 0x100022B2
,
UIElementID.CharGen_SelectHalfOrc = 0x100022B3
,
UIElementID.CharGen_SelectHalfElf = 0x100022B4
,
UIElementID.CharGen_HalfOrc = 0x100022B5
,
UIElementID.CharGen_Race_Recommend_HalfOrc = 0x100022B6
,
UIElementID.CharGen_HalfElf = 0x100022B7
,
UIElementID.CharGen_Race_Recommend_HalfElf = 0x100022B8
,
UIElementID.QuestMarker_ReleaseButton = 0x100022B9
,
UIElementID.DeathUI_SuppressDeathUI_Checkbox = 0x100022BA
,
UIElementID.DeathUI_SuppressDeathUI_Label = 0x100022BB
,
UIElementID.Inventory_DollFrame = 0x100022BC
,
UIElementID.InventoryPanel = 0x100022BD
,
UIElementID.Inventory_DollTab = 0x100022BE
,
UIElementID.Inventory_ListTab = 0x100022BF
,
UIElementID.Inventory_DollPage = 0x100022C0
,
UIElementID.Inventory_ListPage = 0x100022C1
,
UIElementID.Inventory_ListFrame = 0x100022C2
,
UIElementID.DeathButton_OK = 0x100022C3
,
UIElementID.Inventory_Listview = 0x100022C4
,
UIElementID.Inventory_ListviewField = 0x100022C5
,
UIElementID.Inventory_ListviewTabField = 0x100022C6
,
UIElementID.Inventory_ListviewTab1 = 0x100022C7
,
UIElementID.Inventory_ListviewTab2 = 0x100022C8
,
UIElementID.Inventory_ListviewTab3 = 0x100022C9
,
UIElementID.Inventory_ListviewTab4 = 0x100022CA
,
UIElementID.Inventory_ListviewTab5 = 0x100022CB
,
UIElementID.Inventory_ListviewTab6 = 0x100022CC
,
UIElementID.Inventory_ListviewTab7 = 0x100022CD
,
UIElementID.Inventory_ListviewTab8 = 0x100022CE
,
UIElementID.Inventory_ListviewTab9 = 0x100022CF
,
UIElementID.Inventory_ListviewTab10 = 0x100022D0
,
UIElementID.DeathUI_Close_Button = 0x100022D1
,
UIElementID.InventoryListItem = 0x100022D2
,
UIElementID.InventoryListItem_background = 0x100022D3
,
UIElementID.CharSelect_LoginAdminAsPlayer_Checkbox = 0x100022D4
,
UIElementID.CharSelect_LoginAdminAsPlayer_Label = 0x100022D5
,
UIElementID.Inventory_Listview_Scrollbar = 0x100022D6
,
UIElementID.Marker_Cost = 0x100022D7
,
UIElementID.Hud_AdminAsPlayer_Label = 0x100022D8
,
UIElementID.Hud_AdminAsPlayer_Field = 0x100022D9
,
UIElementID.Inventory_ListviewTab = 0x100022DA
,
UIElementID.Inventory_Listview_SearchEntry = 0x100022DB
,
UIElementID.Inventory_Listview_SearchBG = 0x100022DC
,
UIElementID.EquippedIndicator = 0x100022DD
,
UIElementID.Box_basePanel_goldFrame = 0x100022DE
,
UIElementID.Box_basePanel_goldFrame_tl = 0x100022DF
,
UIElementID.Box_basePanel_goldFrame_tc = 0x100022E0
,
UIElementID.Box_basePanel_goldFrame_tr = 0x100022E1
,
UIElementID.Box_basePanel_goldFrame_cl = 0x100022E2
,
UIElementID.Box_basePanel_goldFrame_cr = 0x100022E3
,
UIElementID.Box_basePanel_goldFrame_bl = 0x100022E4
,
UIElementID.Box_basePanel_goldFrame_bc = 0x100022E5
,
UIElementID.Box_basePanel_goldFrame_br = 0x100022E6
,
UIElementID.Box_basePanel_header = 0x100022E7
,
UIElementID.Box_basePanel_header_left = 0x100022E8
,
UIElementID.Box_basePanel_header_center = 0x100022E9
,
UIElementID.Box_basePanel_header_right = 0x100022EA
,
UIElementID.Box_basePanel_titlebar = 0x100022EB
,
UIElementID.Box_basePanel_titlebar_left = 0x100022EC
,
UIElementID.Box_basePanel_titlebar_center = 0x100022ED
,
UIElementID.Box_basePanel_titlebar_right = 0x100022EE
,
UIElementID.gui2_panel_metal_border = 0x100022EF
,
UIElementID.Gui_Panel_TitleBar_Titlebar = 0x100022F0
,
UIElementID.Gui_Panel_Titlebar_Header = 0x100022F1
,
UIElementID.Gui2_Panel_Titlebar_Header = 0x100022F2
,
UIElementID.box_basePanel_WoodTexture = 0x100022F3
,
UIElementID.box_basePanel_WoodTexture_frame = 0x100022F4
,
UIElementID.box_basePanel_WoodTexture_texture = 0x100022F5
,
UIElementID.Button_Minimize_02 = 0x100022F6
,
UIElementID.Inventory_Listview_SortOption = 0x100022F7
,
UIElementID.MyDDO_TitleBar_Background = 0x100022F8
,
UIElementID.Auction_AuctionsPage_NameSearch_Field = 0x100022F9
,
UIElementID.Auction_AuctionsPage_NameSearch_Border = 0x100022FA
,
UIElementID.Auction_AuctionsPage_NameSearch_Text = 0x100022FB
,
UIElementID.Auction_AuctionsPage_SearchBG = 0x100022FC
,
UIElementID.WeaponSet_LeftButton = 0x100022FD
,
UIElementID.WeaponSet_RightButton = 0x100022FE
,
UIElementID.WeaponStatItem = 0x100022FF
,
UIElementID.PrimaryHand = 0x10002300
,
UIElementID.Old = 0x10002301
,
UIElementID.SecondaryHand = 0x10002302
,
UIElementID.Stats = 0x10002303
,
UIElementID.Weapon_Value = 0x10002304
,
UIElementID.Damage_Value = 0x10002305
,
UIElementID.Crit_Value = 0x10002306
,
UIElementID.PrimaryHand_Stats = 0x10002307
,
UIElementID.SecondaryHand_Stats = 0x10002308
,
UIElementID.EmptySlot = 0x10002309
,
UIElementID.Unarmed = 0x1000230A
,
UIElementID.SecureButton = 0x1000230B
,
UIElementID.Inventory_Listview_SearchLabel = 0x1000230C
,
UIElementID.Inventory_ShowHelmet_Button = 0x1000230D
,
UIElementID.Inventory_Listview_ItemCount = 0x1000230E
,
UIElementID.Inventory_Listview_SecureOption = 0x1000230F
,
UIElementID.Auction_NoSearchResults_Label = 0x10002310
,
UIElementID.button_baseTab = 0x10002311
,
UIElementID.button_baseTab_frame_topLeft = 0x10002312
,
UIElementID.button_baseTab_frame_left = 0x10002313
,
UIElementID.button_baseTab_frame_bottomLeft = 0x10002314
,
UIElementID.button_baseTab_frame_top = 0x10002315
,
UIElementID.button_baseTab_frame_bottom = 0x10002316
,
UIElementID.button_baseTab_frame_topRight = 0x10002317
,
UIElementID.button_baseTab_frame_right = 0x10002318
,
UIElementID.button_baseTab_frame_bottomRight = 0x10002319
,
UIElementID.button_baseTab_glow = 0x1000231A
,
UIElementID.button_baseTab_buttonTexture = 0x1000231B
,
UIElementID.button_baseTab_buttonTexture_highlight = 0x1000231C
,
UIElementID.CharacterSheetTabFrame = 0x1000231D
,
UIElementID.gui2_button_basic_medium_old = 0x1000231E
,
UIElementID.gui2_button_basic_medium_tl = 0x1000231F
,
UIElementID.gui2_button_basic_medium_left = 0x10002320
,
UIElementID.gui2_button_basic_medium_br = 0x10002321
,
UIElementID.gui2_button_basic_medium_top = 0x10002322
,
UIElementID.gui2_button_basic_medium_tr = 0x10002323
,
UIElementID.gui2_button_basic_medium_right = 0x10002324
,
UIElementID.gui2_button_basic_medium_bottom = 0x10002325
,
UIElementID.gui2_button_basic_medium_bl = 0x10002326
,
UIElementID.gui2_button_basic_medium_body = 0x10002327
,
UIElementID.gui2_button_basic_medium_glow = 0x10002328
,
UIElementID.Auction_AuctionsPage_MatchAllWords_Label = 0x10002329
,
UIElementID.Auction_AuctionsPage_MatchAllWords_Button = 0x1000232A
,
UIElementID.Auction_AuctionsPage_MatchPhrase_Label = 0x1000232B
,
UIElementID.Auction_AuctionsPage_MatchPhrase_Button = 0x1000232C
,
UIElementID.Auction_AuctionsPage_MatchAllWords_Vessel = 0x1000232D
,
UIElementID.Auction_AuctionsPage_MatchPhrase_Vessel = 0x1000232E
,
UIElementID.box_bevel = 0x1000232F
,
UIElementID.box_bevel_tl = 0x10002330
,
UIElementID.box_bevel_top = 0x10002331
,
UIElementID.box_bevel_tr = 0x10002332
,
UIElementID.box_bevel_right = 0x10002333
,
UIElementID.box_bevel_br = 0x10002334
,
UIElementID.box_bevel_bottom = 0x10002335
,
UIElementID.box_bevel_bl = 0x10002336
,
UIElementID.box_bevel_bot = 0x10002337
,
UIElementID.box_bevel_left = 0x10002338
,
UIElementID.gui2_button_basic_medium_bevel = 0x10002339
,
UIElementID.Benefits_Bkg_border = 0x1000233A
,
UIElementID.CharSkillsField_border = 0x1000233B
,
UIElementID.BarterSystemUIElement = 0x1000233C
,
UIElementID.BarterSystem_Title = 0x1000233D
,
UIElementID.BarterSystem_Close = 0x1000233E
,
UIElementID.BarterSystem_Description = 0x1000233F
,
UIElementID.BarterSystem_Box = 0x10002340
,
UIElementID.BarterSystem_ItemList = 0x10002341
,
UIElementID.BarterSystem_Graphic = 0x10002342
,
UIElementID.BarterSystem_PortalDoor = 0x10002343
,
UIElementID.BarterSystem_closingTeeth = 0x10002344
,
UIElementID.BarterSystem_GoButton = 0x10002345
,
UIElementID.BarterSystem_Clear = 0x10002346
,
UIElementID.BarterSystem_HelpIndicator = 0x10002347
,
UIElementID.BarterSystem_HelpProvider = 0x10002348
,
UIElementID.BarterSystem_failureSmoke = 0x10002349
,
UIElementID.BarterSystem_ItemMarker = 0x1000234A
,
UIElementID.BarterSystem_HelpTooltip = 0x1000234B
,
UIElementID.BarterSystem_TooltipTitle = 0x1000234C
,
UIElementID.BarterSystem_Information = 0x1000234D
,
UIElementID.box_basePanel_goldTexture = 0x1000234E
,
UIElementID.box_basePanel_goldMetalic = 0x1000234F
,
UIElementID.box_basePanel_goldMetalic_frame = 0x10002350
,
UIElementID.box_basePanel_goldMetalic_texture = 0x10002351
,
UIElementID.GuildHeaderClassButton_label = 0x10002352
,
UIElementID.GuildHeaderLevelButton_label = 0x10002353
,
UIElementID.GuildHeaderLastLogoutButton_label = 0x10002354
,
UIElementID.GuildHeaderRankButton_label = 0x10002355
,
UIElementID.GuildHeaderMemberButton_label = 0x10002356
,
UIElementID.GuildHeaderAreaButton_label = 0x10002357
,
UIElementID.LFMDisplayField_border = 0x10002358
,
UIElementID.WhoDisplay_border = 0x10002359
,
UIElementID.LevelRange_Max_Border = 0x1000235A
,
UIElementID.box_lvl2_border = 0x1000235B
,
UIElementID.box_lvl2_wBorder = 0x1000235C
,
UIElementID.box_lvl2_wBorder_innerBox = 0x1000235D
,
UIElementID.box_lvl2_wBorder_border = 0x1000235E
,
UIElementID.BarterSystem_Search_Label = 0x1000235F
,
UIElementID.BarterSystem_SearchEntry_Bkg = 0x10002360
,
UIElementID.BarterSystem_SearchEntry = 0x10002361
,
UIElementID.BarterSystem_Trade_Box = 0x10002362
,
UIElementID.BarterMarkerList_bkg = 0x10002363
,
UIElementID.BarterMarkerScrollbar = 0x10002364
,
UIElementID.BarterSystem_IngredientMarker = 0x10002365
,
UIElementID.Map_Background = 0x10002366
,
UIElementID.Map_header = 0x10002367
,
UIElementID.Inventory_MarkItemToSellButton = 0x10002368
,
UIElementID.Map_header_text = 0x10002369
,
UIElementID.BarterSystem_RecipeMarker = 0x1000236A
,
UIElementID.Map_PanelBackground = 0x1000236B
,
UIElementID.box_dqst_Header = 0x1000236C
,
UIElementID.MarkItemToSellButtonUIElement = 0x1000236D
,
UIElementID.box_dangelyTab = 0x1000236E
,
UIElementID.box_dangelyTab_left = 0x1000236F
,
UIElementID.box_dangelyTab_center = 0x10002370
,
UIElementID.box_dangelyTab_right = 0x10002371
,
UIElementID.box_bottomMoneyBackground = 0x10002372
,
UIElementID.box_bottomMoneyBackground_left = 0x10002373
,
UIElementID.box_bottomMoneyBackground_center = 0x10002374
,
UIElementID.box_bottomMoneyBackground_right = 0x10002375
,
UIElementID.Inventory_DollFrame_Background = 0x10002376
,
UIElementID.CurrencyField_Background = 0x10002377
,
UIElementID.WeaponStatsUIElement_PrimaryHand_Background = 0x10002378
,
UIElementID.WeaponStatsUIElement_SecondaryHand_Background = 0x10002379
,
UIElementID.WeaponStatsUIElement_Stats_Background = 0x1000237A
,
UIElementID.MarkToSellButton = 0x1000237B
,
UIElementID.PrimaryHandLabel_Background = 0x1000237C
,
UIElementID.SecondaryHandLabel_Background = 0x1000237D
,
UIElementID.armorClass_Background = 0x1000237E
,
UIElementID.blockingDR_Background = 0x1000237F
,
UIElementID.RecipeList_MarkerList = 0x10002380
,
UIElementID.Inventory_ListFrame_Background = 0x10002381
,
UIElementID.RecipeList_DataList = 0x10002382
,
UIElementID.Shop_Cart_AddAllMarkedToSell = 0x10002383
,
UIElementID.encumbrance_meter_frame = 0x10002384
,
UIElementID.encumbrance_meter_frame_left = 0x10002385
,
UIElementID.encumbrance_meter_frame_center = 0x10002386
,
UIElementID.encumbrance_meter_frame_right = 0x10002387
,
UIElementID.RealEncumbranceField_frame = 0x10002388
,
UIElementID.Auction_PlayerCurrency_Bkg = 0x10002389
,
UIElementID.TEMP_TEMPLATE = 0x1000238A
,
UIElementID.box_auction = 0x1000238B
,
UIElementID.box_auction_LeftBorder = 0x1000238C
,
UIElementID.box_auction_LowLeftCorner = 0x1000238D
,
UIElementID.box_auction_BottomBorder = 0x1000238E
,
UIElementID.box_auction_LowRightCorner = 0x1000238F
,
UIElementID.box_auction_RightBorder = 0x10002390
,
UIElementID.box_auction_TopRightCorner = 0x10002391
,
UIElementID.box_auction_TopBorder = 0x10002392
,
UIElementID.box_auction_TopLeftCorner = 0x10002393
,
UIElementID.Auction_AuctionsPage_AuctionsListButtonsBkg = 0x10002394
,
UIElementID.auction_list_header_bar = 0x10002395
,
UIElementID.auction_list_header_bar_right = 0x10002396
,
UIElementID.auction_list_header_bar_left = 0x10002397
,
UIElementID.auction_list_header_bar_center = 0x10002398
,
UIElementID.Auction_PlayerCurrency_Label = 0x10002399
,
UIElementID.button_ExpandCollapse_bottomRight = 0x1000239A
,
UIElementID.button_ExpandCollapse_bottomRight_frame_bottomRight = 0x1000239B
,
UIElementID.button_ExpandCollapse_buttonTexture_highlight = 0x1000239C
,
UIElementID.button_ExpandCollapse_buttonTexture = 0x1000239D
,
UIElementID.button_ExpandCollapse_glow = 0x1000239E
,
UIElementID.button_ExpandCollapse_frame_topLeft = 0x1000239F
,
UIElementID.button_ExpandCollapse_frame_left = 0x100023A0
,
UIElementID.button_ExpandCollapse_frame_bottomLeft = 0x100023A1
,
UIElementID.button_ExpandCollapse_frame_top = 0x100023A2
,
UIElementID.button_ExpandCollapse_frame_bottom = 0x100023A3
,
UIElementID.button_ExpandCollapse_frame_topRight = 0x100023A4
,
UIElementID.button_ExpandCollapse_frame_right = 0x100023A5
,
UIElementID.button_ExpandCollapse_frame_bottomRight = 0x100023A6
,
UIElementID.Auction_BidsPage_Bkg_Overlay = 0x100023A7
,
UIElementID.Auction_PostPage_Bkg_Overlay = 0x100023A8
,
UIElementID.button_ExpandCollapse_right = 0x100023A9
,
UIElementID.GroupBox_Bkg = 0x100023AA
,
UIElementID.button_ExandCollapse_arrow = 0x100023AB
,
UIElementID.Auctions_AuctionsPage_SortButton_Bkg = 0x100023AC
,
UIElementID.AppearanceUIElement_Value = 0x100023AD
,
UIElementID.button_baseTab_reverse = 0x100023AE
,
UIElementID.button_baseTab_buttonTexture_reverse_highlight = 0x100023AF
,
UIElementID.button_baseTab_reverse_buttonTexture = 0x100023B0
,
UIElementID.button_baseTab_reverse_glow = 0x100023B1
,
UIElementID.button_baseTab_frame_reverse_topLeft = 0x100023B2
,
UIElementID.button_baseTab_frame_reverse_left = 0x100023B3
,
UIElementID.button_baseTab_frame_reverse_bottomLeft = 0x100023B4
,
UIElementID.button_baseTab_frame_reverse_top = 0x100023B5
,
UIElementID.button_baseTab_frame_reverse_bottom = 0x100023B6
,
UIElementID.button_baseTab_frame_reverse_topRight = 0x100023B7
,
UIElementID.button_baseTab_frame_reverse_right = 0x100023B8
,
UIElementID.button_baseTab_frame_reverse_bottomRight = 0x100023B9
,
UIElementID.BarterSystem_RecipeIngredientIcon = 0x100023BA
,
UIElementID.Marker_IngredientList = 0x100023BB
,
UIElementID.IngredientIcon_Quantity = 0x100023BC
,
UIElementID.Inventory_SecureButton_lock = 0x100023BD
,
UIElementID.button_scrollLeft = 0x100023BE
,
UIElementID.button_scrollLeft_tl = 0x100023BF
,
UIElementID.button_scrollLeft_top = 0x100023C0
,
UIElementID.button_scrollLeft_tr = 0x100023C1
,
UIElementID.button_scrollLeft_right = 0x100023C2
,
UIElementID.button_scrollLeft_br = 0x100023C3
,
UIElementID.button_scrollLeft_bottom = 0x100023C4
,
UIElementID.button_scrollLeft_bl = 0x100023C5
,
UIElementID.button_scrollLeft_left = 0x100023C6
,
UIElementID.button_scrollLeft_texture = 0x100023C7
,
UIElementID.EldritchDevice_MissingIngredientItemMarker = 0x100023C8
,
UIElementID.button_rightTab_frame = 0x100023C9
,
UIElementID.button_rightTab_frame_buttonTexture = 0x100023CA
,
UIElementID.button_rightTab_frame_glow = 0x100023CB
,
UIElementID.button_rightTab_frame_topLeft = 0x100023CC
,
UIElementID.button_rightTab_frame_left = 0x100023CD
,
UIElementID.button_rightTab_frame_bottomLeft = 0x100023CE
,
UIElementID.button_rightTab_frame_top = 0x100023CF
,
UIElementID.button_rightTab_frame_bottom = 0x100023D0
,
UIElementID.button_rightTab_frame_topRight = 0x100023D1
,
UIElementID.button_rightTab_frame_right = 0x100023D2
,
UIElementID.button_rightTab_frame_bottomRight = 0x100023D3
,
UIElementID.Guild_AccountSize = 0x100023D4
,
UIElementID.button_leftTab_frame = 0x100023D5
,
UIElementID.button_leftTab_frame_buttonTexture = 0x100023D6
,
UIElementID.button_leftTab_frame_glow = 0x100023D7
,
UIElementID.button_leftTab_frame_topLeft = 0x100023D8
,
UIElementID.button_leftTab_frame_left = 0x100023D9
,
UIElementID.button_leftTab_frame_bottomLeft = 0x100023DA
,
UIElementID.button_leftTab_frame_top = 0x100023DB
,
UIElementID.button_leftTab_frame_bottom = 0x100023DC
,
UIElementID.button_leftTab_frame_topRight = 0x100023DD
,
UIElementID.button_leftTab_frame_right = 0x100023DE
,
UIElementID.button_leftTab_frame_bottomRight = 0x100023DF
,
UIElementID.button_rightTab_arrow = 0x100023E0
,
UIElementID.button_leftTab_arrow = 0x100023E1
,
UIElementID.WeaponSets_rightArrow = 0x100023E2
,
UIElementID.weaponSets_leftArrow = 0x100023E3
,
UIElementID.button_inventoryTab_paperdoll = 0x100023E4
,
UIElementID.button_inventoryTab_listView = 0x100023E5
,
UIElementID.WeaponSet_Border = 0x100023E6
,
UIElementID.Weaponset_background = 0x100023E7
,
UIElementID.Inventory_MarkItemToSell_coinIcon = 0x100023E8
,
UIElementID.Guild_PlayerXP_Field = 0x100023E9
,
UIElementID.Guild_PlayerXP_Label = 0x100023EA
,
UIElementID.Guild_PlayerXP_Value = 0x100023EB
,
UIElementID.button_baseInventoryTab = 0x100023EC
,
UIElementID.inventory_frill_right = 0x100023ED
,
UIElementID.inventory_frill_left = 0x100023EE
,
UIElementID.Inventory_Listview_SecureOption_Button = 0x100023EF
,
UIElementID.Inventory_ListView_SortOption_Button = 0x100023F0
,
UIElementID.searchField = 0x100023F1
,
UIElementID.searchField_baseSearch = 0x100023F2
,
UIElementID.searchField_baseSearch_labelBG = 0x100023F3
,
UIElementID.searchField_baseSearch_searchField = 0x100023F4
,
UIElementID.searchField_baseSearch_button = 0x100023F5
,
UIElementID.searchField_baseSearch_inputField = 0x100023F6
,
UIElementID.searchField_baseSearch_label = 0x100023F7
,
UIElementID.Inventory_ListFrame_SearchField = 0x100023F8
,
UIElementID.Inventory_ListFrame_EmptySlotBG = 0x100023F9
,
UIElementID.inventory_tabIcon_bag = 0x100023FA
,
UIElementID.inventory_tabIcon_weapons = 0x100023FB
,
UIElementID.inventory_tabIcon_armor = 0x100023FC
,
UIElementID.inventory_tabIcon_closing = 0x100023FD
,
UIElementID.inventory_tabIcon_jewelry = 0x100023FE
,
UIElementID.inventory_tabIcon_potions = 0x100023FF
,
UIElementID.inventory_tabIcon_wands = 0x10002400
,
UIElementID.inventory_tabIcon_scrolls = 0x10002401
,
UIElementID.inventory_tabIcon_spellComponents = 0x10002402
,
UIElementID.inventory_tabIcon_misc = 0x10002403
,
UIElementID.secureButton_Background = 0x10002404
,
UIElementID.markToSellButtonBackground = 0x10002405
,
UIElementID.temproot1 = 0x10002406
,
UIElementID.temproot2 = 0x10002407
,
UIElementID.Marker_PausedTimer = 0x10002408
,
UIElementID.Marker_PausedTimerOverlay = 0x10002409
,
UIElementID.Death_Bkg_Img = 0x1000240A
,
UIElementID.DeathButton_Release_Img = 0x1000240B
,
UIElementID.Incap_Dungeon = 0x1000240C
,
UIElementID.Death_Dungeon = 0x1000240D
,
UIElementID.Incap_Epic = 0x1000240E
,
UIElementID.Death_Epic = 0x1000240F
,
UIElementID.Incap_Public = 0x10002410
,
UIElementID.Death_Public = 0x10002411
,
UIElementID.Incap_Tavern = 0x10002412
,
UIElementID.Death_Tavern = 0x10002413
,
UIElementID.Incap_PvP = 0x10002414
,
UIElementID.Death_PvP = 0x10002415
,
UIElementID.BarterSystem_SearchEntry_BkgImg = 0x10002416
,
UIElementID.BarterSystem_Ingredients_Bkg = 0x10002417
,
UIElementID.Marker_Bkg = 0x10002418
,
UIElementID.BarterSystem_SearchBkg = 0x10002419
,
UIElementID.BarterSystem_SearchField = 0x1000241A
,
UIElementID.CharSelect_BackgroundTop = 0x1000241B
,
UIElementID.Charselect_box = 0x1000241C
,
UIElementID.BarterSystem_Bkg = 0x1000241D
,
UIElementID.BarterSystem_Box_Border = 0x1000241E
,
UIElementID.BarterSystem_Trade_Box_Border = 0x1000241F
,
UIElementID.BarterSystem_Trade_Box_Bkg = 0x10002420
,
UIElementID.CharGen_buyNow_button_small = 0x10002421
,
UIElementID.BuyNowButton_small = 0x10002422
,
UIElementID.Bank_BuyNow = 0x10002423
,
UIElementID.TravelSystemUIElement = 0x10002424
,
UIElementID.TravelSystem_Bkg = 0x10002425
,
UIElementID.TravelSystem_Title = 0x10002426
,
UIElementID.TravelSystem_Close = 0x10002427
,
UIElementID.TravelSystem_Box = 0x10002428
,
UIElementID.TravelSystem_ItemList = 0x10002429
,
UIElementID.TravelSystem_Box_Border = 0x1000242A
,
UIElementID.TravelSystem_Trade_Box = 0x1000242B
,
UIElementID.TravelSystem_Trade_Box_Border = 0x1000242C
,
UIElementID.TravelSystem_Trade_Box_Bkg = 0x1000242D
,
UIElementID.TravelSystem_GoButton = 0x1000242E
,
UIElementID.TravelSystem_Clear = 0x1000242F
,
UIElementID.TravelSystem_Search_Label = 0x10002430
,
UIElementID.TravelSystem_SearchEntry_Bkg = 0x10002431
,
UIElementID.TravelSystem_SearchField = 0x10002432
,
UIElementID.TravelSystem_SearchEntry = 0x10002433
,
UIElementID.TravelMarkerScrollbar = 0x10002434
,
UIElementID.TravelSystem_HelpIndicator = 0x10002435
,
UIElementID.TravelSystem_HelpProvider = 0x10002436
,
UIElementID.TravelSystem_IngredientMarker = 0x10002437
,
UIElementID.TravelSystem_RecipeIngredientIcon = 0x10002438
,
UIElementID.TravelSystem_RecipeMarker = 0x10002439
,
UIElementID.TravelSystem_HelpTooltip = 0x1000243A
,
UIElementID.TravelSystem_TooltipTitle = 0x1000243B
,
UIElementID.TravelSystem_Information = 0x1000243C
,
UIElementID.Auction_AuctionsPage_NameSearch_Label = 0x1000243D
,
UIElementID.BarterSystem_IngredientsBox = 0x1000243E
,
UIElementID.BarterSystem_Requirements_Label = 0x1000243F
,
UIElementID.searchField_baseSearch_NOButton = 0x10002440
,
UIElementID.Auction_AuctionsPage_NameSearch_Bkg = 0x10002441
,
UIElementID.gui2_panel_metal_transparent = 0x10002442
,
UIElementID.CharSelect_ButtonBkg = 0x10002443
,
UIElementID.CharSelect_Background_Gradient = 0x10002444
,
UIElementID.CharSelect_Button_Bkg_Gradient = 0x10002445
,
UIElementID.button_showHelmet = 0x10002446
,
UIElementID.SecureButton_lock = 0x10002447
,
UIElementID.MarkItemToSellButton_Icon = 0x10002448
,
UIElementID.Box_currency_bkg = 0x10002449
,
UIElementID.Box_currency_bkg_rightBG = 0x1000244A
,
UIElementID.Box_currency_bkg_leftBG = 0x1000244B
,
UIElementID.Box_currency_bkg_middleBG = 0x1000244C
,
UIElementID.Auction_Panel_Border = 0x1000244D
,
UIElementID.Marker_IngredientList_Label = 0x1000244E
,
UIElementID.BlockedRangedCombat = 0x1000244F
,
UIElementID.CharGen_RacialBonusFeat_DragTarget = 0x10002450
,
UIElementID.RacialBonusFeat_TootipProvider = 0x10002451
,
UIElementID.Auction_AuctionsPage_ClearSearchButton = 0x10002452
,
UIElementID.Marker_InsufficientQuantityOverlay = 0x10002453
,
UIElementID.TargetPlayer_ChallengeRating = 0x10002454
,
UIElementID.ArenaScoring_Team1Border = 0x10002455
,
UIElementID.ArenaScoring_Team2Border = 0x10002456
,
UIElementID.WeaponStats_ClickBlocker = 0x10002457
,
UIElementID.PrimaryHandLabel_BackgroundBkg = 0x10002458
,
UIElementID.SecondaryHandLabel_BackgroundBkg = 0x10002459
,
UIElementID.Inventory_WeaponSlot_label = 0x1000245A
,
UIElementID.Inventory_AmmoSlot_label = 0x1000245B
,
UIElementID.BlockingArmorClassLabel = 0x1000245C
,
UIElementID.BlockingLabel = 0x1000245D
,
UIElementID.BlockingDRLabel = 0x1000245E
,
UIElementID.EmptySlotBkg = 0x1000245F
,
UIElementID.UnarmedBkg = 0x10002460
,
UIElementID.vitals_player_portrait = 0x10002461
,
UIElementID.box_bevel_down = 0x10002462
,
UIElementID.vitals_coinCounterIcons = 0x10002463
,
UIElementID.vitals_playPortrait = 0x10002464
,
UIElementID.vitals_coinCount = 0x10002465
,
UIElementID.EmptySlot2 = 0x10002466
,
UIElementID.button_image = 0x10002467
,
UIElementID.NoAmmo = 0x10002468
,
UIElementID.Occupied = 0x10002469
,
UIElementID.Occupied2 = 0x1000246A
,
UIElementID.Henchmenbar_DragLeft = 0x1000246B
,
UIElementID.Target_CharacterTotalLevel = 0x1000246C
,
UIElementID.Decorated_Currency_Player_Wide_rotatingCoin = 0x1000246D
,
UIElementID.Ability_BuildPointIcon_Bkg = 0x1000246E
,
UIElementID.CharStats_BuildPointIcon_Bkg = 0x1000246F
,
UIElementID.CharGen_Name_RandomizeButton = 0x10002470
,
UIElementID.box_singlton_cookie_jar = 0x10002471
,
UIElementID.box_singlton_cookie_jar_center = 0x10002472
,
UIElementID.box_singlton_cookie_jar_top = 0x10002473
,
UIElementID.box_singlton_cookie_jar_left = 0x10002474
,
UIElementID.box_singlton_cookie_jar_right = 0x10002475
,
UIElementID.box_singlton_cookie_jar_bottom = 0x10002476
,
UIElementID.CharGen_RandomName_Debug_Box_1 = 0x10002477
,
UIElementID.CharGen_RandomName_Debug_Field_Syllable_1 = 0x10002478
,
UIElementID.CharGen_RandomName_Debug_Box_2 = 0x10002479
,
UIElementID.CharGen_RandomName_Debug_Field_Syllable_2 = 0x1000247A
,
UIElementID.CharGen_RandomName_Debug_Box_3 = 0x1000247B
,
UIElementID.CharGen_RandomName_Debug_Field_Syllable_3 = 0x1000247C
,
UIElementID.CharGen_RandomName_Debug_Box_4 = 0x1000247D
,
UIElementID.CharGen_RandomName_Debug_Field_Match_1 = 0x1000247E
,
UIElementID.CharGen_RandomName_Debug_Box_5 = 0x1000247F
,
UIElementID.CharGen_RandomName_Debug_Field_Match_2 = 0x10002480
,
UIElementID.CharGen_RandomName_Debug_Box_6 = 0x10002481
,
UIElementID.CharGen_RandomName_Debug_Field_Shift_1 = 0x10002482
,
UIElementID.CharGen_RandomName_Debug_Box_7 = 0x10002483
,
UIElementID.CharGen_RandomName_Debug_Field_Shift_2 = 0x10002484
,
UIElementID.CharGen_RandomName_Debug_Field = 0x10002485
,
UIElementID.BarterSystem_WebStore_Field = 0x10002486
,
UIElementID.BarterSystem_WebStore_Bkg = 0x10002487
,
UIElementID.BarterSystem_WebStore_text_Bkg = 0x10002488
,
UIElementID.BarterSystem_WebStore_Category_Text = 0x10002489
,
UIElementID.Open_BarterSystem_WebStore_Button = 0x1000248A
,
UIElementID.BarterSystem_WebStore_Label = 0x1000248B
,
UIElementID.FriendsListBoxBG = 0x1000248C
,
UIElementID.GetHelpBkg = 0x1000248D
,
UIElementID.GetHelpBkg_step2 = 0x1000248E
,
UIElementID.GetHelpBkg_step3 = 0x1000248F
,
UIElementID.OpenRequest_bkg = 0x10002490
,
UIElementID.FlowerField = 0x10002491
,
UIElementID.FlowerCount = 0x10002492
,
UIElementID.AdventureCompendium_Search = 0x10002493
,
UIElementID.FlowerCount_Icon = 0x10002494
,
UIElementID.FlowerCount_multiplyText = 0x10002495
,
UIElementID.Inventory_CosmeticArmor_Button = 0x10002496
,
UIElementID.button_cosmeticArmor = 0x10002497
,
UIElementID.Standard_Quest_frame_graphic = 0x10002498
,
UIElementID.DAS_Quest_frame_graphic = 0x10002499
,
UIElementID.PortalActivate_DAS_Text = 0x1000249A
,
UIElementID.PortalActivate_DAS_Level_Selection = 0x1000249B
,
UIElementID.PortalActivate_DAS_LevelSelection = 0x1000249C
,
UIElementID.SingletonBag_Search = 0x1000249D
,
UIElementID.BuyNowButtonBank = 0x1000249E
,
UIElementID.IngredientBag_green = 0x1000249F
,
UIElementID.SingletonBag_LoadingBar = 0x100024A0
,
UIElementID.SingletonBag_LoadingBarBox = 0x100024A1
,
UIElementID.CraftingSystem_Bkg = 0x100024A2
,
UIElementID.CraftingSystem_Title = 0x100024A3
,
UIElementID.CraftingSystem_Close = 0x100024A4
,
UIElementID.CraftingSystem_IngredientsBox = 0x100024A5
,
UIElementID.CraftingSystem_Box = 0x100024A6
,
UIElementID.CraftingSystem_ItemList = 0x100024A7
,
UIElementID.CraftingSystem_Box_Border = 0x100024A8
,
UIElementID.CraftingSystem_Clear = 0x100024A9
,
UIElementID.CraftingSystem_Requirements_Label = 0x100024AA
,
UIElementID.CraftingSystem_Trade_Box = 0x100024AB
,
UIElementID.CraftingSystem_Trade_Box_Border = 0x100024AC
,
UIElementID.CraftingSystem_Trade_Box_Bkg = 0x100024AD
,
UIElementID.CraftingSystem_GoButton = 0x100024AE
,
UIElementID.CraftingSystem_Search_Label = 0x100024AF
,
UIElementID.CraftingSystem_SearchEntry_Bkg = 0x100024B0
,
UIElementID.CraftingSystem_SearchField = 0x100024B1
,
UIElementID.CraftingSystem_SearchEntry = 0x100024B2
,
UIElementID.CraftingMarkerScrollbar = 0x100024B3
,
UIElementID.CraftingSystem_HelpIndicator = 0x100024B4
,
UIElementID.CraftingSystem_HelpProvider = 0x100024B5
,
UIElementID.CraftingSystem_WebStore_Field = 0x100024B6
,
UIElementID.CraftingSystem_WebStore_Bkg = 0x100024B7
,
UIElementID.CraftingSystem_WebStore_text_Bkg = 0x100024B8
,
UIElementID.CraftingSystem_WebStore_Category_Text = 0x100024B9
,
UIElementID.Open_CraftingSystem_WebStore_Button = 0x100024BA
,
UIElementID.CraftingSystem_WebStore_Label = 0x100024BB
,
UIElementID.CraftingSystem_RecipeMarker = 0x100024BC
,
UIElementID.CraftingSystem_HelpTooltip = 0x100024BD
,
UIElementID.CraftingSystem_TooltipTitle = 0x100024BE
,
UIElementID.CraftingSystem_Information = 0x100024BF
,
UIElementID.CraftingSystemUIElement = 0x100024C0
,
UIElementID.ERSBank_BuyMeTextBackground = 0x100024C1
,
UIElementID.bankFrillTop = 0x100024C2
,
UIElementID.bankFrillBottom = 0x100024C3
,
UIElementID.ERSBank_FrillWrapper = 0x100024C4
,
UIElementID.Bag_SearchField = 0x100024C5
,
UIElementID.CraftingSystem_IngredientsBox_Frame = 0x100024C6
,
UIElementID.CraftingSystem_IngredientsBox_Border = 0x100024C7
,
UIElementID.CraftingSystem_CraftingResultBox = 0x100024C8
,
UIElementID.CraftingSystem_CraftingResultBox_Frame = 0x100024C9
,
UIElementID.CraftingSystem_CraftingResultBox_Border = 0x100024CA
,
UIElementID.CraftingSystem_CraftingResults_Label = 0x100024CB
,
UIElementID.CraftingSystem_FilterBox = 0x100024CC
,
UIElementID.CraftingSystem_FilterBox_Frame = 0x100024CD
,
UIElementID.CraftingSystem_FilterBox_Border = 0x100024CE
,
UIElementID.CraftingSystem_Filters_Label = 0x100024CF
,
UIElementID.CraftingSystem_CraftingSuccessfulAttempts_Label = 0x100024D0
,
UIElementID.CraftingSystem_CraftingBooster_Label = 0x100024D1
,
UIElementID.CraftingSystem_Booster_Box = 0x100024D2
,
UIElementID.CraftingSystem_Booster_Box_Border = 0x100024D3
,
UIElementID.CraftingSystem_Booster_Box_Bkg = 0x100024D4
,
UIElementID.CraftingSystem_FilterList = 0x100024D5
,
UIElementID.CraftingSystem_FilterListScrollbar = 0x100024D6
,
UIElementID.CraftingSystem_FilterLevel_Label = 0x100024D7
,
UIElementID.CraftingSystem_Checkbox_ArcaneFilter = 0x100024D8
,
UIElementID.CraftingSystem_ArcaneFilterCheckbox_Label = 0x100024D9
,
UIElementID.CraftingSystem_Checkbox_ElementalFilter = 0x100024DA
,
UIElementID.CraftingSystem_ElementalFilterCheckbox_Label = 0x100024DB
,
UIElementID.CraftingSystem_Checkbox_DivineFilter = 0x100024DC
,
UIElementID.CraftingSystem_DivineFilterCheckbox_Label = 0x100024DD
,
UIElementID.CraftingSystem_SortingFilter_Label = 0x100024DE
,
UIElementID.CraftingSystem_Checkbox_CategorySort = 0x100024DF
,
UIElementID.CraftingSystem_CategorySortCheckbox_Label = 0x100024E0
,
UIElementID.CraftingSystem_Checkbox_LevelSort = 0x100024E1
,
UIElementID.CraftingSystem_LevelSortCheckbox_Label = 0x100024E2
,
UIElementID.CraftingSystem_Checkbox_ProficiencySort = 0x100024E3
,
UIElementID.CraftingSystem_ProficiencySortCheckbox_Label = 0x100024E4
,
UIElementID.CraftingSystem_Checkbox_XPSort = 0x100024E5
,
UIElementID.CraftingSystem_XPSortCheckbox_Label = 0x100024E6
,
UIElementID.CraftingSystem_FilterLevel_MinMenu = 0x100024E7
,
UIElementID.CraftingSystem_FilterLevelTo_Label = 0x100024E8
,
UIElementID.CraftingSystem_FilterLevel_MaxMenu = 0x100024E9
,
UIElementID.Marker_CraftingSchool_Label = 0x100024EA
,
UIElementID.Marker_CraftingSchool_Text = 0x100024EB
,
UIElementID.Marker_CraftingLevel_Text = 0x100024EC
,
UIElementID.Marker_CraftingSuccessRate_Text = 0x100024ED
,
UIElementID.PlayerBonusSlayerTextTemplate = 0x100024EE
,
UIElementID.CraftingSystem_ResultSuccessRate_Text = 0x100024EF
,
UIElementID.Marker_CraftingXP_Text = 0x100024F0
,
UIElementID.CharCraftingButton = 0x100024F1
,
UIElementID.CharCraftField = 0x100024F2
,
UIElementID.RealCharCraftField = 0x100024F3
,
UIElementID.CraftType_Label = 0x100024F4
,
UIElementID.CraftLevel_Label = 0x100024F5
,
UIElementID.CraftType_Elemental_Label = 0x100024F6
,
UIElementID.CraftType_Divine_Label = 0x100024F7
,
UIElementID.CraftType_Arcane_Label = 0x100024F8
,
UIElementID.Elemental_XP = 0x100024F9
,
UIElementID.XPTable = 0x100024FA
,
UIElementID.ElementalXP_LoadingBarBox = 0x100024FB
,
UIElementID.ElementalXP_LoadingBar = 0x100024FC
,
UIElementID.DivineXP_LoadingBarBox = 0x100024FD
,
UIElementID.DivineXP_LoadingBar = 0x100024FE
,
UIElementID.ArcaneXP_LoadingBarBox = 0x100024FF
,
UIElementID.ArcaneXP_LoadingBar = 0x10002500
,
UIElementID.CraftingXP_Total_Label = 0x10002501
,
UIElementID.CraftingXP_Total_Value = 0x10002502
,
UIElementID.StatsTable = 0x10002503
,
UIElementID.CraftingSuccess_Label = 0x10002504
,
UIElementID.CraftingSuccess_Value = 0x10002505
,
UIElementID.CraftingMastered_Label = 0x10002506
,
UIElementID.CraftingMastered_Value = 0x10002507
,
UIElementID.CraftingDeconstructed_Label = 0x10002508
,
UIElementID.CraftingSystem_List_Bkg = 0x10002509
,
UIElementID.CraftingSystem_BoosterItemList = 0x1000250A
,
UIElementID.Elemental_Level_Value = 0x1000250B
,
UIElementID.Arcane_Level_Value = 0x1000250C
,
UIElementID.Divine_Level_Value = 0x1000250D
,
UIElementID.ArcaneXP_ValueText = 0x1000250E
,
UIElementID.ElementalXP_ValueText = 0x1000250F
,
UIElementID.DivineXP_ValueText = 0x10002510
,
UIElementID.CraftingSystem_Bkg_Right = 0x10002511
,
UIElementID.Marker_Bkg_Overlay = 0x10002512
,
UIElementID.dragbar_jewel = 0x10002513
,
UIElementID.ExaminationEffectIconList = 0x10002514
,
UIElementID.ExaminationEffect_MyHarmfulEffects_Label = 0x10002515
,
UIElementID.ExaminationEffect_Category_Label = 0x10002516
,
UIElementID.BarterSystem_Trade_ItemMarker = 0x10002517
,
UIElementID.CraftingSystem_CraftingSchoolFilters_GroupBox = 0x10002518
,
UIElementID.CraftingSystem_RecipeSorting_GroupBox = 0x10002519
,
UIElementID.Marker_DetailedToolTip_Field = 0x1000251A
,
UIElementID.Marker_FullDescriptionToolTip_Field = 0x1000251B
,
UIElementID.DialogConfirmation_Surpress_Checkbox = 0x1000251C
,
UIElementID.DialogConfirmation_Surpress_Label = 0x1000251D
,
UIElementID.CraftingSystem_FilterLevel_RangeMin = 0x1000251E
,
UIElementID.CraftingSystem_FilterLevel_RangeMin_Bkg = 0x1000251F
,
UIElementID.CraftingSystem_FilterLevel_RangeMax = 0x10002520
,
UIElementID.CraftingSystem_FilterLevel_RangeMax_Bkg = 0x10002521
,
UIElementID.CraftingSystem_FilterLevel_RangeMin_Border = 0x10002522
,
UIElementID.CraftingSystem_FilterLevel_RangeMax_Border = 0x10002523
,
UIElementID.CraftingSystem_CategoryFilterTree_Frame = 0x10002524
,
UIElementID.CraftingSystem_CategoryFilterTree = 0x10002525
,
UIElementID.PortalActivate_DAS_Select_Level = 0x10002526
,
UIElementID.CraftingSystem_ResultSuccessRate_Label = 0x10002527
,
UIElementID.Crafting_CategoryTree_CategoryTemplate = 0x10002528
,
UIElementID.Crafting_CategoryTree_CategoryTemplate_Text = 0x10002529
,
UIElementID.Crafting_CategoryTree_Image = 0x1000252A
,
UIElementID.CraftingSystem_CategoryFilterTree_Background = 0x1000252B
,
UIElementID.BarterSystem_Recipes_NextPageButton = 0x1000252C
,
UIElementID.BarterSystem_Recipe_PreviousPageButton = 0x1000252D
,
UIElementID.BarterSystem_Recipes_PreviousPageButton = 0x1000252E
,
UIElementID.BarterSystem_Recipes_PrevPageButton = 0x1000252F
,
UIElementID.CraftingSystem_Recipes_NextPageButton = 0x10002530
,
UIElementID.CraftingSystem_Recipes_PrevPageButton = 0x10002531
,
UIElementID.BarterSystem_PageReadOut_Text = 0x10002532
,
UIElementID.CraftingSystem_PageReadOut_Text = 0x10002533
,
UIElementID.CraftingSystem_ConsumedAnimationList = 0x10002534
,
UIElementID.ConsumedItem_Animation = 0x10002535
,
UIElementID.ConsumedAnimationList = 0x10002536
,
UIElementID.CraftingSystem_Trade_ItemMarker = 0x10002537
,
UIElementID.ResultAnimation = 0x10002538
,
UIElementID.ResultBoxAnimation = 0x10002539
,
UIElementID.BoosterAnimation = 0x1000253A
,
UIElementID.RecipeList_Cover = 0x1000253B
,
UIElementID.BarterSystem_BarterResultBox = 0x1000253C
,
UIElementID.CraftingSystem_DataList_Shadow = 0x1000253D
,
UIElementID.CraftingSystem_DataList_Shadow_Top = 0x1000253E
,
UIElementID.RecipeCover_Button = 0x1000253F
,
UIElementID.Ingredient_Match_Highlight = 0x10002540
,
UIElementID.RecipeList_Cover_Label = 0x10002541
,
UIElementID.RecipeList_Cover_Text = 0x10002542
,
UIElementID.BarterSystem_RecipeList_Cover = 0x10002543
,
UIElementID.CraftingSystem_RecipeList_Cover = 0x10002544
,
UIElementID.Crafting_BG = 0x10002545
,
UIElementID.ElementalXP_Box = 0x10002546
,
UIElementID.ElementalXP_Glass_Overlay = 0x10002547
,
UIElementID.ArcaneXP_Box = 0x10002548
,
UIElementID.ArcaneXP_Glass_Overlay = 0x10002549
,
UIElementID.DivineXP_Box = 0x1000254A
,
UIElementID.DivineXP_Glass_Overlay = 0x1000254B
,
UIElementID.BarterSystemCoverButton = 0x1000254C
,
UIElementID.BarterSystemCoverLabel = 0x1000254D
,
UIElementID.Marker_MetamagicModified_Overlay = 0x1000254E
,
UIElementID.DeconstructionSystem_HelpTooltip = 0x1000254F
,
UIElementID.DeconstructionSystem_TooltipTitle = 0x10002550
,
UIElementID.DeconstructionSystem_Information = 0x10002551
,
UIElementID.CraftingSystem_LevelFilterBox_Field = 0x10002552
,
UIElementID.CraftingSystem_SchoolFilterBox_Field = 0x10002553
,
UIElementID.CraftingSystem_SortingBox_Field = 0x10002554
,
UIElementID.RecipeList_EmptyLabel = 0x10002555
,
UIElementID.BarterSystem_SearchField_Field = 0x10002556
,
UIElementID.CraftingDeconstructed_Value = 0x10002557
,
UIElementID.CraftingDeconstruction_Value = 0x10002558
,
UIElementID.Effect_MinLevelModification = 0x10002559
,
UIElementID.CharGen_Artificer = 0x1000255A
,
UIElementID.CharGen_SelectArtificer = 0x1000255B
,
UIElementID.AdminRipCordsUIElement = 0x1000255C
,
UIElementID.RipCord_Background = 0x1000255D
,
UIElementID.RipCord_Tree_Background = 0x1000255E
,
UIElementID.RipCord_Tree = 0x1000255F
,
UIElementID.RipCord_Tree_ScrollBar = 0x10002560
,
UIElementID.RipCord_ReloadWPT_Button = 0x10002561
,
UIElementID.RipCord_StartWPTEditor_Button = 0x10002562
,
UIElementID.RipCordCategoryElement = 0x10002563
,
UIElementID.RipCordBoolElement = 0x10002564
,
UIElementID.RipCord_Name = 0x10002565
,
UIElementID.RipCord_Value = 0x10002566
,
UIElementID.RipCord_ModifyProperty_Button = 0x10002567
,
UIElementID.RipCordIntElement = 0x10002568
,
UIElementID.RipCordStringElement = 0x10002569
,
UIElementID.RipCordArrayElement = 0x1000256A
,
UIElementID.RipCord_TreeIcon = 0x1000256B
,
UIElementID.ToolTip_RipCord = 0x1000256C
,
UIElementID.ArrayRipCordEditor = 0x1000256D
,
UIElementID.ArrayPropertyName_Field = 0x1000256E
,
UIElementID.ArrayPropertyName_Value = 0x1000256F
,
UIElementID.ArrayPropertyName_AddElementButton = 0x10002570
,
UIElementID.ArrayPropertyElement_Field = 0x10002571
,
UIElementID.ArrayPropertyElement_Value = 0x10002572
,
UIElementID.ArrayPropertyElement_RemoveElementButton = 0x10002573
,
UIElementID.RipCordsTab = 0x10002574
,
UIElementID.RipCordsPage = 0x10002575
,
UIElementID.Shortcut_Empty_Item_Marker = 0x10002576
,
UIElementID.scoredisplayUIElement = 0x10002577
,
UIElementID.ScoreDisplay_ScoreLabel = 0x10002578
,
UIElementID.ScoreDisplay_StarField = 0x10002579
,
UIElementID.ScoreDisplay_Star1 = 0x1000257A
,
UIElementID.ScoreDisplay_Star2 = 0x1000257B
,
UIElementID.ScoreDisplay_Star3 = 0x1000257C
,
UIElementID.ScoreDisplay_Star4 = 0x1000257D
,
UIElementID.ScoreDisplay_Star5 = 0x1000257E
,
UIElementID.ScoreDisplay_Star = 0x1000257F
,
UIElementID.PortalActivate_ScoreDisplay = 0x10002580
,
UIElementID.ScoreDisplay_TextLabel = 0x10002581
,
UIElementID.Selected_Quest_Information = 0x10002582
,
UIElementID.PortalActivate_Selected_Quest_Information = 0x10002583
,
UIElementID.PortalActivate_Selected_Quest_Information_Text = 0x10002584
,
UIElementID.RewardItem_MarkerList = 0x10002585
,
UIElementID.ItemMarker = 0x10002586
,
UIElementID.PortalUI_ItemMarker = 0x10002587
,
UIElementID.PortalUI_MissingRewardResourceItemMarker = 0x10002588
,
UIElementID.Quest_RewardMarkerlistText = 0x10002589
,
UIElementID.QuestRewardResource_DataList = 0x1000258A
,
UIElementID.PortalUI_RewardResourceItemMarker = 0x1000258B
,
UIElementID.RewardItem_MarkerList_Field = 0x1000258C
,
UIElementID.RewardItem_MarkerList_Field_Element = 0x1000258D
,
UIElementID.Inventory_RunearmSlot = 0x1000258E
,
UIElementID.VitalsPet = 0x1000258F
,
UIElementID.PetName = 0x10002590
,
UIElementID.FellowPetField = 0x10002591
,
UIElementID.PetTypeIcon = 0x10002592
,
UIElementID.FellowPetTypeIcon = 0x10002593
,
UIElementID.FellowPetHealthBarMeter = 0x10002594
,
UIElementID.FellowPetNameText = 0x10002595
,
UIElementID.PetDeathIcon = 0x10002596
,
UIElementID.FellowPetHealthBar_Bg = 0x10002597
,
UIElementID.ChargeRunearm = 0x10002598
,
UIElementID.ChargeBar = 0x10002599
,
UIElementID.ChargeFilledSegment1 = 0x1000259A
,
UIElementID.ChargeFilledSegment2 = 0x1000259B
,
UIElementID.ChargeFilledSegment3 = 0x1000259C
,
UIElementID.ChargeFilledSegment4 = 0x1000259D
,
UIElementID.ChargeFilledSegment5 = 0x1000259E
,
UIElementID.ChargeFilledSegment6 = 0x1000259F
,
UIElementID.PetCharacterSheet = 0x100025A0
,
UIElementID.PetCharacterSheet_MainField = 0x100025A1
,
UIElementID.PetCharCloseButton = 0x100025A2
,
UIElementID.ArtificerLargeButton = 0x100025A3
,
UIElementID.ClassSelection_ArtificerField = 0x100025A4
,
UIElementID.ClassSelection_ArtificerButton = 0x100025A5
,
UIElementID.ClassSelection_ArtificerLabel = 0x100025A6
,
UIElementID.AdventureCompendium_ShowChallenges = 0x100025A7
,
UIElementID.PetCharacterSheet_StatsPage = 0x100025A8
,
UIElementID.PetCharacterSheet_Stats = 0x100025A9
,
UIElementID.CharacterSheet_PetEquipmentField = 0x100025AA
,
UIElementID.CharacterSheet_Stats = 0x100025AB
,
UIElementID.PetInventory_SlotField = 0x100025AC
,
UIElementID.PetInventory_Weapon1Slot = 0x100025AD
,
UIElementID.PetInventory_ArmorSlot = 0x100025AE
,
UIElementID.AdventureCompendium_ChallengeBox = 0x100025AF
,
UIElementID.AdventureCompendium_ChallengeScrollBar = 0x100025B0
,
UIElementID.AdventureCompendium_ChallengeLabelBox = 0x100025B1
,
UIElementID.AdventureCompendium_ChallengeLabel = 0x100025B2
,
UIElementID.AdventureCompendium_ChallengeLevelsLabel = 0x100025B3
,
UIElementID.AdventureCompendium_ChallengePayLabel = 0x100025B4
,
UIElementID.AdventureCompendium_ChallengeProgressLabel = 0x100025B5
,
UIElementID.AdventureCompendium_ChallengePatronLabel = 0x100025B6
,
UIElementID.AdventureCompendium_ChallengeFavorLabel = 0x100025B7
,
UIElementID.AdventureCompendium_ChallengeQuestEntry = 0x100025B8
,
UIElementID.AdventureCompendium_ChallengeQuestHighlightBackground = 0x100025B9
,
UIElementID.AdventureCompendium_ChallengeQuestName = 0x100025BA
,
UIElementID.AdventureCompendium_ChallengeQuestLevelRange = 0x100025BB
,
UIElementID.AdventureCompendium_ChallengeQuestScoreStars = 0x100025BC
,
UIElementID.ScoreDisplay_LevelLabel = 0x100025BD
,
UIElementID.ScoreDisplay_HighestLevelLabel = 0x100025BE
,
UIElementID.AdventureCompendium_ChallengePatronName = 0x100025BF
,
UIElementID.AdventureCompendium_ChallengePayOutResourceIcon = 0x100025C0
,
UIElementID.AdventureCompendium_ResourceRewardMarkerList_Field_Element = 0x100025C1
,
UIElementID.AdventureCompendium_RewardResourceMarkerList = 0x100025C2
,
UIElementID.BarterConsumedItem_Animation = 0x100025C3
,
UIElementID.PetName_Value = 0x100025C4
,
UIElementID.button_showHeadgear = 0x100025C5
,
UIElementID.Inventory_ShowHeadgear_Button = 0x100025C6
,
UIElementID.Inventory_ShowHeadgear_Image = 0x100025C7
,
UIElementID.PetCharStatsButton = 0x100025C8
,
UIElementID.PetCharFeatsButton = 0x100025C9
,
UIElementID.PetCharacterSheet_FeatsPage = 0x100025CA
,
UIElementID.CharacterSheet_FeatsPage = 0x100025CB
,
UIElementID.PetCharacterSheet_PetFeat1 = 0x100025CC
,
UIElementID.PetCharacterSheet_PetFeat2 = 0x100025CD
,
UIElementID.PetCharacterSheet_PetFeat3 = 0x100025CE
,
UIElementID.PetCharacterSheet_PetFeat4 = 0x100025CF
,
UIElementID.Feat_Marker_Template = 0x100025D0
,
UIElementID.CharacterSheet_FeatsPage_SelectedFeatsField = 0x100025D1
,
UIElementID.CharacterSheet_FeatsPage_SelectedFeats = 0x100025D2
,
UIElementID.haracterSheet_FeatsPage_SelectedFeats_Text = 0x100025D3
,
UIElementID.PetFeatList = 0x100025D4
,
UIElementID.CharacterSheet_FeatsPage_SelectedFeats_Text = 0x100025D5
,
UIElementID.inv_tab6 = 0x100025D6
,
UIElementID.Inventory_Tab6 = 0x100025D7
,
UIElementID.PetCharacterSheet_PetFeatDragTarget = 0x100025D8
,
UIElementID.Feat_DragTarget = 0x100025D9
,
UIElementID.PetCharacterSheet_PetFeatsDragTarget = 0x100025DA
,
UIElementID.PetCharacterSheet_PetFeatsDragTarget_Template = 0x100025DB
,
UIElementID.Inventory_BuyNow = 0x100025DC
,
UIElementID.PetCharacterSheet_PetFeatDragTarget1 = 0x100025DD
,
UIElementID.PetCharacterSheet_PetFeatDragTarget2 = 0x100025DE
,
UIElementID.PetCharacterSheet_PetFeatDragTarget3 = 0x100025DF
,
UIElementID.PetCharacterSheet_PetFeatDragTarget4 = 0x100025E0
,
UIElementID.Marker_CraftingLevel_Text_Label = 0x100025E1
,
UIElementID.Marker_CraftingXP_Text_Label = 0x100025E2
,
UIElementID.OtherVitals = 0x100025E3
,
UIElementID.OpacityThingTest = 0x100025E4
,
UIElementID.KiBarThreeBar = 0x100025E5
,
UIElementID.SpellBarThreeBar = 0x100025E6
,
UIElementID.HealthBarThreeBar = 0x100025E7
,
UIElementID.PetHealthBar = 0x100025E8
,
UIElementID.PetHealthBarThreeBar = 0x100025E9
,
UIElementID.RealPetHealthBarField = 0x100025EA
,
UIElementID.ForegroundPetHPMeter = 0x100025EB
,
UIElementID.BackgroundPetHPMeter = 0x100025EC
,
UIElementID.PetHPText = 0x100025ED
,
UIElementID.PlayerClass = 0x100025EE
,
UIElementID.Meter_Mask = 0x100025EF
,
UIElementID.FellowSP_and_Ki_frame_pet = 0x100025F0
,
UIElementID.Fellow_SP_or_Ki_frame_pet = 0x100025F1
,
UIElementID.Voice = 0x100025F2
,
UIElementID.FellowshipLeader = 0x100025F3
,
UIElementID.PlayerVoice = 0x100025F4
,
UIElementID.PlayerTeamField = 0x100025F5
,
UIElementID.PlayerTeam = 0x100025F6
,
UIElementID.PlayerPortrait = 0x100025F7
,
UIElementID.PortalActivate_RulesButton = 0x100025F8
,
UIElementID.Player_Name = 0x100025F9
,
UIElementID.Player_CharacterTotalLevel = 0x100025FA
,
UIElementID.Pet_Name = 0x100025FB
,
UIElementID.VitalsImage = 0x100025FC
,
UIElementID.Marker_Score = 0x100025FD
,
UIElementID.Player_NameThreeBar = 0x100025FE
,
UIElementID.OverPortrait_Field = 0x100025FF
,
UIElementID.PetRenameButton = 0x10002600
,
UIElementID.Pet_Name_ThreeBar = 0x10002601
,
UIElementID.Vitals_minimal = 0x10002602
,
UIElementID.CharGen_Select_Artificer_Var1 = 0x10002603
,
UIElementID.CharGen_Select_Artificer_Var2 = 0x10002604
,
UIElementID.CharGen_Select_Artificer_Var3 = 0x10002605
,
UIElementID.CharGen_Path_Artificer = 0x10002606
,
UIElementID.CharGen_Select_Path_Artificer = 0x10002607
,
UIElementID.PortalActivate_LockoutTimer = 0x10002608
,
UIElementID.PetButton = 0x10002609
,
UIElementID.fdsgs = 0x1000260A
,
UIElementID.box_dangelyTab_right_xxx = 0x1000260B
,
UIElementID.CraftingSystem_LevelFilterBox_TooltipProvider = 0x1000260C
,
UIElementID.CommandQueued_Marker_Toggle = 0x1000260D
,
UIElementID.Auction_AuctionsPage_BuyoutWithEPlatButton = 0x1000260E
,
UIElementID.Auction_BidsPage_BuyoutWithEPlatButton = 0x1000260F
,
UIElementID.Bank_AccountBank_Plat = 0x10002610
,
UIElementID.Bank_AccountBank_DepositPlat = 0x10002611
,
UIElementID.Bank_AccountBank_WithdrawPlat = 0x10002612
,
UIElementID.Bank_AccountBank_Balance_Label = 0x10002613
,
UIElementID.Bank_AccountBank_SharedPlat_BuyNow = 0x10002614
,
UIElementID.RequestedClass12 = 0x10002615
,
UIElementID.Challenges_PortalActivate_Field = 0x10002616
,
UIElementID.PortalActivate_DASQuestEntry = 0x10002617
,
UIElementID.PortalActivate_QuestTime = 0x10002618
,
UIElementID.PortalActivate_Difficulty = 0x10002619
,
UIElementID.ScoreDisplay_Star_Compendium = 0x1000261A
,
UIElementID.scoredisplayUIElement_Compendium = 0x1000261B
,
UIElementID.Bank_AccountBank_Balance_Suffix = 0x1000261C
,
UIElementID.BuyNowButton_mini = 0x1000261D
,
UIElementID.SharedAcct_PlayerPlatinumEntry_Decorated = 0x1000261E
,
UIElementID.PortalActivate_ChallengeType = 0x1000261F
,
UIElementID.AchievementAlert_Entry = 0x10002620
,
UIElementID.Marker_PointsText = 0x10002621
,
UIElementID.CharSelect_Employee_GrantPoints = 0x10002622
,
UIElementID.dungeonscoredisplay_uielement = 0x10002623
,
UIElementID.dungeonscoredisplay_container = 0x10002624
,
UIElementID.dungeonscoredisplay_background = 0x10002625
,
UIElementID.dungeonscoredisplay_starscore = 0x10002626
,
UIElementID.dungeonscoredisplay_movebar = 0x10002627
,
UIElementID.textbox_border = 0x10002628
,
UIElementID.dungeonscoredisplay_border = 0x10002629
,
UIElementID.dungeonscoredisplay_bg = 0x1000262A
,
UIElementID.omgtest = 0x1000262B
,
UIElementID.DungeonQuestTimer_BG = 0x1000262C
,
UIElementID.bgtest = 0x1000262D
,
UIElementID.testbg = 0x1000262E
,
UIElementID.dungeonscoredisplay = 0x1000262F
,
UIElementID.dungeonquest_timer_tab = 0x10002630
,
UIElementID.dungeonquest_timer_bg = 0x10002631
,
UIElementID.dungeonquest_timer_slot = 0x10002632
,
UIElementID.dungeonquest_timer_icon = 0x10002633
,
UIElementID.box_shadowdangleytab = 0x10002634
,
UIElementID.box_shadowdangleytab_center = 0x10002635
,
UIElementID.box_shadowdangleytab_left = 0x10002636
,
UIElementID.box_shadowdangleytab_right = 0x10002637
,
UIElementID.dungeonquest_timerframe = 0x10002638
,
UIElementID.dungeonquest_timerframe_left = 0x10002639
,
UIElementID.dungeonquest_timerframe_center = 0x1000263A
,
UIElementID.dungeonquest_timerframe_right = 0x1000263B
,
UIElementID.dungeonquest_timer_frame = 0x1000263C
,
UIElementID.dungeonquest_timer_tab_bg = 0x1000263D
,
UIElementID.ERSBank_Capacity_BG = 0x1000263E
,
UIElementID.TESTBUYNOW = 0x1000263F
,
UIElementID.ERSBank_Capacity_Label = 0x10002640
,
UIElementID.ERSBank_Storage_Label = 0x10002641
,
UIElementID.Bank_AccountBank_Plat_Limit = 0x10002642
,
UIElementID.AccountBank_Plat_Limit_BG = 0x10002643
,
UIElementID.AccountBank_Plat_Limit_Text = 0x10002644
,
UIElementID.AccountBank_Plat_Limit_Label = 0x10002645
,
UIElementID.ERSBank_Capacity_Upgrade = 0x10002646
,
UIElementID.Bank_background_platbox = 0x10002647
,
UIElementID.Shortcutbar_Dragbar_Left = 0x10002648
,
UIElementID.Shortcutbar_Dragbar_Top = 0x10002649
,
UIElementID.AchievementProgressAlert_Entry = 0x1000264A
,
UIElementID.Marker_ProgressBar = 0x1000264B
,
UIElementID.davibar = 0x1000264C
,
UIElementID.HotVectorQuestJournal_QuestEntry = 0x1000264D
,
UIElementID.VectorQuestList = 0x1000264E
,
UIElementID.VectorQuestMarker = 0x1000264F
,
UIElementID.VectorQuestMarker_Title = 0x10002650
,
UIElementID.VectorQuestMarker_Goal = 0x10002651
,
UIElementID.HotVectorQuestJournal_Background = 0x10002652
,
UIElementID.VectorQuestMarker_CollapseButton = 0x10002653
,
UIElementID.HUDDisplayButton = 0x10002654
,
UIElementID.HUDMenuShowButton = 0x10002655
,
UIElementID.HUDMenuHideButton = 0x10002656
,
UIElementID.MenuField = 0x10002657
,
UIElementID.CharCosmeticPetsBackground = 0x10002658
,
UIElementID.CosmeticPetSheet_Label = 0x10002659
,
UIElementID.RealCharCosmeticPetsField = 0x1000265A
,
UIElementID.CosmeticPetsTabMarker = 0x1000265B
,
UIElementID.CosmeticPet_Field = 0x1000265C
,
UIElementID.CosmeticPetSheet_Markerlist_Bkg = 0x1000265D
,
UIElementID.CosmeticPetSheet_Pets_MarkerList = 0x1000265E
,
UIElementID.VectorQuestAdvancerArrow = 0x1000265F
,
UIElementID.CosmeticPet_ItemMarker = 0x10002660
,
UIElementID.GlobalObjectiveQuestAdvancerArrow = 0x10002661
,
UIElementID.ComplexTooltip_CosmeticPetAction = 0x10002662
,
UIElementID.Shortcut_CosmeticPet_Marker_Marker = 0x10002663
,
UIElementID.Shortcut_CosmeticPet_Marker = 0x10002664
,
UIElementID.Inventory_CosmeticPetsPage = 0x10002665
,
UIElementID.Inventory_CosmeticPetsTab = 0x10002666
,
UIElementID.Inventory_CosmeticPetsFrame = 0x10002667
,
UIElementID.GlobalObjectives = 0x10002668
,
UIElementID.GlobalObjectives_MoveBar = 0x10002669
,
UIElementID.GlobalObjectives_Background = 0x1000266A
,
UIElementID.GlobalObjectives_CollapseButton = 0x1000266B
,
UIElementID.GlobalObjectives_List = 0x1000266C
,
UIElementID.GlobalObjective_Entry = 0x1000266D
,
UIElementID.GlobalObjective_Title = 0x1000266E
,
UIElementID.GlobalObjective_Goal = 0x1000266F
,
UIElementID.CosmeticPetPortrait = 0x10002670
,
UIElementID.CosmeticPetSheet_TypeLabel = 0x10002671
,
UIElementID.CosmeticPetSheet_InfoLabel = 0x10002672
,
UIElementID.CosmeticPetSheet_StatsLabel = 0x10002673
,
UIElementID.CosmeticPetSheet_Type = 0x10002674
,
UIElementID.CosmeticPetSheet_Info = 0x10002675
,
UIElementID.CosmeticPetSheet_Stats = 0x10002676
,
UIElementID.Quest_TrackQuest_Button = 0x10002677
,
UIElementID.CosmeticPetSheet_Name = 0x10002678
,
UIElementID.CosmeticPet_SummonButton = 0x10002679
,
UIElementID.CosmeticPet_RenamePetButton = 0x1000267A
,
UIElementID.GlobalObjective_Remove = 0x1000267B
,
UIElementID.CosmeticPetSheet_InfoField = 0x1000267C
,
UIElementID.CosmeticPetOverPortrait_Field = 0x1000267D
,
UIElementID.DressingRoom_Viewport = 0x1000267E
,
UIElementID.CosmeticPets_Viewport = 0x1000267F
,
UIElementID.CosmeticPets_RotateLeft = 0x10002680
,
UIElementID.CosmeticPets_RotateRight = 0x10002681
,
UIElementID.CosmeticPetSheet_Tricks_MarkerList = 0x10002682
,
UIElementID.CosmeticPetSheet_Gear_MarkerList = 0x10002683
,
UIElementID.CosmeticPetSheet_Pets_Field = 0x10002684
,
UIElementID.CosmeticPetSheet_Pets_Title = 0x10002685
,
UIElementID.CosmeticPetSheet_Pets_BuyNow = 0x10002686
,
UIElementID.SelectedIndicator = 0x10002687
,
UIElementID.Marker_SelectedIndicator = 0x10002688
,
UIElementID.CosmeticPet_PetMarker = 0x10002689
,
UIElementID.claimsbox = 0x1000268A
,
UIElementID.claimsboxbg = 0x1000268B
,
UIElementID.bg = 0x1000268C
,
UIElementID.listbox = 0x1000268D
,
UIElementID.redeem = 0x1000268E
,
UIElementID.description = 0x1000268F
,
UIElementID.CosmeticPetSheet_Tricks_Field = 0x10002690
,
UIElementID.CosmeticPetSheet_Gear_Field = 0x10002691
,
UIElementID.inbox = 0x10002692
,
UIElementID.claims = 0x10002693
,
UIElementID.CosmeticPetSheet_Tricks_Title = 0x10002694
,
UIElementID.CosmeticPetSheet_Gear_Title = 0x10002695
,
UIElementID.box1 = 0x10002696
,
UIElementID.box2 = 0x10002697
,
UIElementID.CosmeticPet_PetTrickMarker = 0x10002698
,
UIElementID.ComplexTooltip_PetTrick = 0x10002699
,
UIElementID.ComplexTooltip_CosmeticPetTrick = 0x1000269A
,
UIElementID.ComplexTooltip_CosmeticPetTrick_Name = 0x1000269B
,
UIElementID.Shortcut_CosmeticPetTrick_Marker = 0x1000269C
,
UIElementID.ComplexTooltip_CosmeticPet = 0x1000269D
,
UIElementID.ComplexTooltip_CosmeticPet_Name = 0x1000269E
,
UIElementID.button_inventorytab_pet_stable = 0x1000269F
,
UIElementID.button_pet_arrow_left = 0x100026A0
,
UIElementID.button_pet_arrow_right = 0x100026A1
,
UIElementID.button_pet_arrow_inherit = 0x100026A2
,
UIElementID.CosmeticPetSheet_Frame = 0x100026A3
,
UIElementID.CosmeticPet_Frame_BG = 0x100026A4
,
UIElementID.CosmeticPetShiet_Pets_StableBG = 0x100026A5
,
UIElementID.pet_stable_header = 0x100026A6
,
UIElementID.CosmeticPetSheet_Pets_Field_Scrollbar = 0x100026A7
,
UIElementID.pet_stable_header_18 = 0x100026A8
,
UIElementID.DMText_Quest = 0x100026A9
,
UIElementID.DMTextQuestBillboard = 0x100026AA
,
UIElementID.CosmeticPet_PetGearMarker = 0x100026AB
,
UIElementID.ComplexTooltip_CosmeticPetGear = 0x100026AC
,
UIElementID.ComplexTooltip_CosmeticPetGear_Name = 0x100026AD
,
UIElementID.BuyNowButton_ListBoxIcon = 0x100026AE
,
UIElementID.CosmeticPetSheet_Tricks_LeftButton = 0x100026AF
,
UIElementID.CosmeticPet_PetBuyNowMarker = 0x100026B0
,
UIElementID.CosmeticPetSheet_Tricks_RightButton = 0x100026B1
,
UIElementID.CosmeticPetSheet_Gear_LeftButton = 0x100026B2
,
UIElementID.CosmeticPetSheet_Gear_RightButton = 0x100026B3
,
UIElementID.CosmeticPet_PetTrickBuyNowMarker = 0x100026B4
,
UIElementID.CosmeticPet_PetGearBuyNowMarker = 0x100026B5
,
UIElementID.CosmeticPet_PetPetBuyNowMarker = 0x100026B6
,
UIElementID.GlobalObjective_UnsolvedIcon = 0x100026B7
,
UIElementID.GlobalObjective_SolvedIcon = 0x100026B8
,
UIElementID.GlobalObjectives_TitleText = 0x100026B9
,
UIElementID.GlobalObjective_HoverField = 0x100026BA
,
UIElementID.test__button = 0x100026BB
,
UIElementID.new_test = 0x100026BC
,
UIElementID.button_inventorytab_bg = 0x100026BD
,
UIElementID.button_inventorytab_gear = 0x100026BE
,
UIElementID.button_inventorytab_gear_icon = 0x100026BF
,
UIElementID.button_inventorytab_gear_bg = 0x100026C0
,
UIElementID.button_inventorytab_list = 0x100026C1
,
UIElementID.button_inventorytab_pet = 0x100026C2
,
UIElementID.CosmeticPetSheet_PetsRename_BuyNow = 0x100026C3
,
UIElementID.Awesomium_Browser_Overlay = 0x100026C4
,
UIElementID.Awesomium_Browser = 0x100026C5
,
UIElementID.Close = 0x100026C6
,
UIElementID.Awesomium_Close = 0x100026C7
,
UIElementID.EnhancementTreeUIElement = 0x100026C8
,
UIElementID.EnhancementTree_bkg = 0x100026C9
,
UIElementID.Enchancement_Menu = 0x100026CA
,
UIElementID.EnhancementTree_Race = 0x100026CB
,
UIElementID.EnhancementTree = 0x100026CC
,
UIElementID.Enchancement_BG = 0x100026CD
,
UIElementID.EnhancementTree_Feat_Marker_Template = 0x100026CE
,
UIElementID.FeatMarker = 0x100026CF
,
UIElementID.FeatMarkerRow1Col1 = 0x100026D0
,
UIElementID.FeatMarkerRow1Col2 = 0x100026D1
,
UIElementID.FeatMarkerRow1Col3 = 0x100026D2
,
UIElementID.FeatMarkerRow1Col4 = 0x100026D3
,
UIElementID.FeatMarkerRow1Col5 = 0x100026D4
,
UIElementID.FeatMarkerRow2Col1 = 0x100026D5
,
UIElementID.FeatMarkerRow2Col2 = 0x100026D6
,
UIElementID.FeatMarkerRow2Col3 = 0x100026D7
,
UIElementID.FeatMarkerRow2Col4 = 0x100026D8
,
UIElementID.FeatMarkerRow2Col5 = 0x100026D9
,
UIElementID.FeatMarkerRow3Col1 = 0x100026DA
,
UIElementID.FeatMarkerRow3Col2 = 0x100026DB
,
UIElementID.FeatMarkerRow3Col3 = 0x100026DC
,
UIElementID.FeatMarkerRow3Col4 = 0x100026DD
,
UIElementID.FeatMarkerRow3Col5 = 0x100026DE
,
UIElementID.FeatMarkerRow4Col1 = 0x100026DF
,
UIElementID.FeatMarkerRow4Col2 = 0x100026E0
,
UIElementID.FeatMarkerRow4Col3 = 0x100026E1
,
UIElementID.FeatMarkerRow4Col4 = 0x100026E2
,
UIElementID.FeatMarkerRow4Col5 = 0x100026E3
,
UIElementID.FeatMarkerRow5Col1 = 0x100026E4
,
UIElementID.FeatMarkerRow5Col2 = 0x100026E5
,
UIElementID.FeatMarkerRow5Col3 = 0x100026E6
,
UIElementID.FeatMarkerRow5Col4 = 0x100026E7
,
UIElementID.FeatMarkerRow5Col5 = 0x100026E8
,
UIElementID.FeatMarkerAuto1 = 0x100026E9
,
UIElementID.FeatMarkerAuto2 = 0x100026EA
,
UIElementID.FeatMarkerAuto3 = 0x100026EB
,
UIElementID.FeatMarkerAuto4 = 0x100026EC
,
UIElementID.FeatMarkerAuto5 = 0x100026ED
,
UIElementID.FeatMarkerAuto6 = 0x100026EE
,
UIElementID.PlayMovieBackgound = 0x100026EF
,
UIElementID.MoviePlayer_Screen = 0x100026F0
,
UIElementID.Awesomium_AddressBar = 0x100026F1
,
UIElementID.Awesomium_Go = 0x100026F2
,
UIElementID.Awesomium_Next = 0x100026F3
,
UIElementID.Awesomium_Back = 0x100026F4
,
UIElementID.Awesomium_Forward = 0x100026F5
,
UIElementID.Awesomium_Refresh = 0x100026F6
,
UIElementID.CosmeticPetSheet_RaceLabel = 0x100026F7
,
UIElementID.CosmeticPetSheet_Race = 0x100026F8
,
UIElementID.Marker_Level = 0x100026F9
,
UIElementID.EnhancemntTree_APSPent = 0x100026FA
,
UIElementID.EnhancemntTree_Reset_Button = 0x100026FB
,
UIElementID.EnhancemntTree_TreeName = 0x100026FC
,
UIElementID.Awesomium_Controls_Field = 0x100026FD
,
UIElementID.Awesomium_TargetURL = 0x100026FE
,
UIElementID.EnhancemntTree_Cancel_Button = 0x100026FF
,
UIElementID.EnhancemntTree_Accept_Button = 0x10002700
,
UIElementID.Awesomium_Dragbar = 0x10002701
,
UIElementID.Awesomium_ResizeBar = 0x10002702
,
UIElementID.Enhancemnt_PointsReport = 0x10002703
,
UIElementID.MarkerList_DataList_Scrollbar = 0x10002704
,
UIElementID.Awesomium_Title = 0x10002705
,
UIElementID.Awesomium_ToolTip = 0x10002706
,
UIElementID.Awesomium_TooltTip_Background = 0x10002707
,
UIElementID.Awesomium_JSCallbackDisplay = 0x10002708
,
UIElementID.Awesomium_JS_Text = 0x10002709
,
UIElementID.Awesomium_JS_Close = 0x1000270A
,
UIElementID.Home = 0x1000270B
,
UIElementID.Awesomium_Home = 0x1000270C
,
UIElementID.AdventureCompendium_Challenges_Leaderboards = 0x1000270D
,
UIElementID.CharGen_SelectDruid = 0x1000270E
,
UIElementID.CharGen_Druid = 0x1000270F
,
UIElementID.Marker_Background_Image = 0x10002710
,
UIElementID.Marker_Effects = 0x10002711
,
UIElementID.marker_effects_overlay = 0x10002712
,
UIElementID.marker_effects_glow = 0x10002713
,
UIElementID.marker_effects_overlay_dark = 0x10002714
,
UIElementID.marker_effects_overlay_grayscale = 0x10002715
,
UIElementID.Marker_icon_border = 0x10002716
,
UIElementID.CharGen_SelectClass_Button_TryItNow = 0x10002717
,
UIElementID.EnhancementTree_Class1 = 0x10002718
,
UIElementID.EnhancementTree_Class2 = 0x10002719
,
UIElementID.EnhancementTree_Class3 = 0x1000271A
,
UIElementID.EnhancemntTree_Right_Arrow = 0x1000271B
,
UIElementID.EnhancemntTree_Left_Arrow = 0x1000271C
,
UIElementID.Enchancement_Tree_PostionalField = 0x1000271D
,
UIElementID.CharGen_SelectClass_Label_TryItNow = 0x1000271E
,
UIElementID.RightArrow = 0x1000271F
,
UIElementID.LeftArrow = 0x10002720
,
UIElementID.UpArrow = 0x10002721
,
UIElementID.EnhancemntTree_SpentAP = 0x10002722
,
UIElementID.AdminBrowser_Overlay = 0x10002723
,
UIElementID.AdminBrowser_Dragbar = 0x10002724
,
UIElementID.AdminBrowser = 0x10002725
,
UIElementID.AdminBrowser_Controls_Field = 0x10002726
,
UIElementID.AdminBrowser_Close = 0x10002727
,
UIElementID.AdminBrowser_AddressBar = 0x10002728
,
UIElementID.AdminBrowser_Go = 0x10002729
,
UIElementID.AdminBrowser_Back = 0x1000272A
,
UIElementID.AdminBrowser_Forward = 0x1000272B
,
UIElementID.AdminBrowser_Refresh = 0x1000272C
,
UIElementID.AdminBrowser_Title = 0x1000272D
,
UIElementID.AdminBrowser_Home = 0x1000272E
,
UIElementID.AdminBrowser_TargetURL = 0x1000272F
,
UIElementID.AdminBrowser_ResizeBar = 0x10002730
,
UIElementID.AdminBrowser_ToolTip = 0x10002731
,
UIElementID.AdminBrowser_TooltTip_Background = 0x10002732
,
UIElementID.AdminBrowser_JSCallbackDisplay = 0x10002733
,
UIElementID.AdminBrowser_JS_Close = 0x10002734
,
UIElementID.AdminBrowser_JS_Text = 0x10002735
,
UIElementID.AdminBrowser_Background = 0x10002736
,
UIElementID.EnhancementTreeMultiSelectBox = 0x10002737
,
UIElementID.EnhancementTreeMultiSelectBox_MarkerList = 0x10002738
,
UIElementID.EnhancementTreeMultiSelectBoxDialog = 0x10002739
,
UIElementID.EnhancementTreeMultiSelectDialog_Close = 0x1000273A
,
UIElementID.EnhancementTreeMultiSelectBoxDialog_Field = 0x1000273B
,
UIElementID.CharStats_XPTomeIcon_Bkg = 0x1000273C
,
UIElementID.fgsfds = 0x1000273D
,
UIElementID.ArrowBorder = 0x1000273E
,
UIElementID.enhancements_treename_bg = 0x1000273F
,
UIElementID.enhancements_treename_bg_left = 0x10002740
,
UIElementID.enhancements_treename_bg_right = 0x10002741
,
UIElementID.enhancements_treename_bg_mid = 0x10002742
,
UIElementID.EnhanemntTree_TreeName_BG = 0x10002743
,
UIElementID.EnhancemntTree_TreeName_Text = 0x10002744
,
UIElementID.EnhancementTree_TreeName_Container = 0x10002745
,
UIElementID.EnhancementTree_Treename_Icon_Border = 0x10002746
,
UIElementID.EnhancementTree_Treename_Icon = 0x10002747
,
UIElementID.EnhancementTreeMultiSelectBoxDialogClickBlockField = 0x10002748
,
UIElementID.DialogField = 0x10002749
,
UIElementID.enhancement_tab_race = 0x1000274A
,
UIElementID.enhancement_tab_race_outside = 0x1000274B
,
UIElementID.top_left = 0x1000274C
,
UIElementID.top_right = 0x1000274D
,
UIElementID.top_mid = 0x1000274E
,
UIElementID.left_mid = 0x1000274F
,
UIElementID.right_mid = 0x10002750
,
UIElementID.bottom_left = 0x10002751
,
UIElementID.bottom_mid = 0x10002752
,
UIElementID.bottom_right = 0x10002753
,
UIElementID.enhancement_tab_race_inside = 0x10002754
,
UIElementID.EnhancementTreeMultiSelectDialog_Cancel_Button = 0x10002755
,
UIElementID.EnhancementTreeMultiSelectDialog_Accept_Button = 0x10002756
,
UIElementID.enhancement_tab_race_outeredge = 0x10002757
,
UIElementID.enhancement_tab_race_treeborder = 0x10002758
,
UIElementID.Feat_Marker = 0x10002759
,
UIElementID.enhancement_topleft_tab = 0x1000275A
,
UIElementID.enhancement_tab_race_topleft = 0x1000275B
,
UIElementID.tab_left = 0x1000275C
,
UIElementID.tab_mid = 0x1000275D
,
UIElementID.tab_right = 0x1000275E
,
UIElementID.EnhancementTree_TreeMenu = 0x1000275F
,
UIElementID.enhancement_tab_class_outside = 0x10002760
,
UIElementID.enhancement_tab_bottomright = 0x10002761
,
UIElementID.enhancement_tab_class = 0x10002762
,
UIElementID.enhancement_tab_class_bottomright = 0x10002763
,
UIElementID.enhancement_tab_bottomrighttab = 0x10002764
,
UIElementID.enhancement_tab_class_treeborder = 0x10002765
,
UIElementID.enhancement_tab_class_outeredge = 0x10002766
,
UIElementID.enhancement_tab_class_bottomright_tab = 0x10002767
,
UIElementID.enhancement_tab_class_topleft = 0x10002768
,
UIElementID.enhancement_class_topleft_tab = 0x10002769
,
UIElementID.enhancement_bottomtab_right = 0x1000276A
,
UIElementID.DruidLargeButton = 0x1000276B
,
UIElementID.ClassSelection_DruidField = 0x1000276C
,
UIElementID.ClassSelection_DruidButton = 0x1000276D
,
UIElementID.ClassSelection_DruidLabel = 0x1000276E
,
UIElementID.IconHeaderDisplayUIElement = 0x1000276F
,
UIElementID.IconDisplay_Header = 0x10002770
,
UIElementID.AdminBrowser_SectionGroup = 0x10002771
,
UIElementID.AdminBrowser_Commands = 0x10002772
,
UIElementID.AdminBrowser_Status = 0x10002773
,
UIElementID.RequestedClass13 = 0x10002774
,
UIElementID.CharSelect_CharacterLocText = 0x10002775
,
UIElementID.Enhancement_Buttons_PositionalField = 0x10002776
,
UIElementID.enhancement_tab_header = 0x10002777
,
UIElementID.enhancement_class_tab_header = 0x10002778
,
UIElementID.enhancement_race_tab_header = 0x10002779
,
UIElementID.enhancement_tab_race_label = 0x1000277A
,
UIElementID.enhancement_tab_header_font = 0x1000277B
,
UIElementID.enhancement_tab_label = 0x1000277C
,
UIElementID.enhancement_tab_class_label = 0x1000277D
,
UIElementID.AdminBrowser_SelectionInfo = 0x1000277E
,
UIElementID.AdminBrowser_Nav = 0x1000277F
,
UIElementID.AdminBrowser_GameCommandReference = 0x10002780
,
UIElementID.AdminBrowser_ShowSource = 0x10002781
,
UIElementID.AdminBrowser_ShowSourceLabel = 0x10002782
,
UIElementID.AdminBrowser_Tabs = 0x10002783
,
UIElementID.AdminBrowser_Src = 0x10002784
,
UIElementID.AdminBrowser_Tab = 0x10002785
,
UIElementID.AdminBrowser_SrcTab = 0x10002786
,
UIElementID.enhancement_arrow_up = 0x10002787
,
UIElementID.arrow_up_head = 0x10002788
,
UIElementID.arrow_up_tail = 0x10002789
,
UIElementID.enhancement_arrow_left = 0x1000278A
,
UIElementID.enhancement_arrow_right = 0x1000278B
,
UIElementID.Marker_PrerequisiteOverlay = 0x1000278C
,
UIElementID.AC_ToottipProvider = 0x1000278D
,
UIElementID.ComplexTooltip_ArmorClassChance = 0x1000278E
,
UIElementID.CT_ArmorClassChance = 0x1000278F
,
UIElementID.ArmorClassChance_TooltipProvider = 0x10002790
,
UIElementID.CT_Percentage = 0x10002791
,
UIElementID.EpicDesitiny_Menu = 0x10002792
,
UIElementID.EnhancementTree_EpicDestiny = 0x10002793
,
UIElementID.EpicDesitiny_TreeViewPage = 0x10002794
,
UIElementID.EpicDesitiny_Tree = 0x10002795
,
UIElementID.EpicDesitiny_PointsReport = 0x10002796
,
UIElementID.EpicDesitiny_Accept_Button = 0x10002797
,
UIElementID.EpicDesitiny_Cancel_Button = 0x10002798
,
UIElementID.EpicDesitiny_Destinies_Title = 0x10002799
,
UIElementID.EpicDesitiny_Destinies_MarkerList = 0x1000279A
,
UIElementID.EpicDesitiny_TwistsOfFate_Title = 0x1000279B
,
UIElementID.EpicDesitiny_TwistsOfFate_MarkerList = 0x1000279C
,
UIElementID.EpicDesitiny_Abilities_Title = 0x1000279D
,
UIElementID.EpicDesitiny_Abilities_MarkerList = 0x1000279E
,
UIElementID.EpicDesitiny_DestinyField = 0x1000279F
,
UIElementID.EpicDesitiny_TwistOfFateField = 0x100027A0
,
UIElementID.EpicDesitiny_AbilitiesField = 0x100027A1
,
UIElementID.EpicDesitiny_TreeViewTab = 0x100027A2
,
UIElementID.EpicDesitiny_MapViewTab = 0x100027A3
,
UIElementID.EpicDesitiny_Feat_MarkerTemplate = 0x100027A4
,
UIElementID.EpicDesitiny_Destiny_MarkerTemplate = 0x100027A5
,
UIElementID.XPMeter = 0x100027A6
,
UIElementID.EpicDesitiny_ActiveDestiny = 0x100027A7
,
UIElementID.EpicDesitiny_ActiveDestiny_MarkerTemplate = 0x100027A8
,
UIElementID.activedestiny_treeheader_frame = 0x100027A9
,
UIElementID.Marker_Image_Border = 0x100027AA
,
UIElementID.destinymarker_bg = 0x100027AB
,
UIElementID.destinymarker_bg_left = 0x100027AC
,
UIElementID.destinymarker_bg_mid = 0x100027AD
,
UIElementID.destinymarker_bg_right = 0x100027AE
,
UIElementID.destiny_markertemplate_bg = 0x100027AF
,
UIElementID.destinymarker_bg_plain = 0x100027B0
,
UIElementID.destinymarker_bg_plain_left = 0x100027B1
,
UIElementID.destinymarker_bg_plain_mid = 0x100027B2
,
UIElementID.desitny_header = 0x100027B3
,
UIElementID.destiny_header = 0x100027B4
,
UIElementID.destiny_header_left = 0x100027B5
,
UIElementID.MonsterManual_Menu = 0x100027B6
,
UIElementID.MonsterManual_Background = 0x100027B7
,
UIElementID.MonsterManual_Deeds_Field = 0x100027B8
,
UIElementID.MonsterManual_PlayerDeeds = 0x100027B9
,
UIElementID.MonsterManual_AccountDeeds = 0x100027BA
,
UIElementID.MonsterManual_Rewards = 0x100027BB
,
UIElementID.MonsterManual_DeedsList = 0x100027BC
,
UIElementID.MonsterManual_DeedsBG = 0x100027BD
,
UIElementID.MonsterManual_Deeds_MarkerList = 0x100027BE
,
UIElementID.CMonsterManual_Deeds_Title = 0x100027BF
,
UIElementID.CMonsterManual_Deeds_Count = 0x100027C0
,
UIElementID.MonsterManual_Deeds_LeftButton = 0x100027C1
,
UIElementID.CMonsterManual_Deeds_RightButton = 0x100027C2
,
UIElementID.MonsterManual_VolumeLabel = 0x100027C3
,
UIElementID.MonsterManual_Search = 0x100027C4
,
UIElementID.MonsterManual_Monster_List = 0x100027C5
,
UIElementID.MonsterManual_TreeIconField = 0x100027C6
,
UIElementID.MonsterManual_Overall_Field = 0x100027C7
,
UIElementID.MonsterManual_Overall_Title = 0x100027C8
,
UIElementID.MonsterManual_ExaltedDeeds = 0x100027C9
,
UIElementID.MonsterManual_Deeds_Title = 0x100027CA
,
UIElementID.MonsterManual_Deeds_Count = 0x100027CB
,
UIElementID.MonsterManual_Deeds_RightButton = 0x100027CC
,
UIElementID.MonsterManual_Scrollbar = 0x100027CD
,
UIElementID.MonsterManual_BookPage1_Field = 0x100027CE
,
UIElementID.MonsterManual_Book_Text = 0x100027CF
,
UIElementID.MonsterManual_BookPage1_Stats_Field = 0x100027D0
,
UIElementID.MonsterManual_TypicalStats_Title = 0x100027D1
,
UIElementID.MonsterManual_Alignement_Title = 0x100027D2
,
UIElementID.MonsterManual_Alignement_Value = 0x100027D3
,
UIElementID.MonsterManual_Resistance_Title = 0x100027D4
,
UIElementID.MonsterManual_Resistance_Value = 0x100027D5
,
UIElementID.MonsterManual_Immunity_Title = 0x100027D6
,
UIElementID.MonsterManual_Immunity_Value = 0x100027D7
,
UIElementID.MonsterManual_Vulerability_Title = 0x100027D8
,
UIElementID.MonsterManual_Vulerability_Value = 0x100027D9
,
UIElementID.MonsterManual_DamageResistance_Title = 0x100027DA
,
UIElementID.MonsterManual_DamageResistance_Value = 0x100027DB
,
UIElementID.MonsterManual_CharacterStats_Title = 0x100027DC
,
UIElementID.MonsterManual_AccountStats_Title = 0x100027DD
,
UIElementID.MonsterManual_TotalSlain_Title = 0x100027DE
,
UIElementID.MonsterManual_TotalSlainChar_Value = 0x100027DF
,
UIElementID.MonsterManual_TotalSlainAccount_Value = 0x100027E0
,
UIElementID.MonsterManual_SlainAtLevel_Title = 0x100027E1
,
UIElementID.MonsterManual_SlainAtLevelChar_Value = 0x100027E2
,
UIElementID.MonsterManual_SlainAtLevelAccount_Value = 0x100027E3
,
UIElementID.MonsterManual_DefeatsSuffered_Title = 0x100027E4
,
UIElementID.MonsterManual_DefeatsSufferedChar_Value = 0x100027E5
,
UIElementID.MonsterManual_DefeatsSufferedAccount_Value = 0x100027E6
,
UIElementID.MonsterManual_Monster_Image = 0x100027E7
,
UIElementID.Volume_CheckBox_Template = 0x100027E8
,
UIElementID.MonsterManual_Volume_Title = 0x100027E9
,
UIElementID.MonsterManual_Volume_Checkbox = 0x100027EA
,
UIElementID.MonsterManual_Volume_BuyNow = 0x100027EB
,
UIElementID.Monster_Header_Template = 0x100027EC
,
UIElementID.Monster_Header_Title = 0x100027ED
,
UIElementID.Monster_Header_Image = 0x100027EE
,
UIElementID.Monster_MonstersSubList_Template = 0x100027EF
,
UIElementID.Monster_MonstersSubList_MarkerList = 0x100027F0
,
UIElementID.Monster_SubList_Entry_Template = 0x100027F1
,
UIElementID.Monster_SubList_Entry_Title = 0x100027F2
,
UIElementID.MonsterManual_BookPage2_Field = 0x100027F3
,
UIElementID.Monster_Page2_List_Entry_Template = 0x100027F4
,
UIElementID.Monster_SubList_Entry_TimesDefeated = 0x100027F5
,
UIElementID.Monster_SubList_Entry_Level = 0x100027F6
,
UIElementID.MonsterManual_Type_Label = 0x100027F7
,
UIElementID.MonsterManual_TimesDefeated_Label = 0x100027F8
,
UIElementID.MonsterManual_Level_Label = 0x100027F9
,
UIElementID.MonsterManual_TotalDefeated_Label = 0x100027FA
,
UIElementID.MonsterManual_TotalDefeated_Value = 0x100027FB
,
UIElementID.MonsterManual_MonsterKills_List = 0x100027FC
,
UIElementID.MonsterManual_Portrait = 0x100027FD
,
UIElementID.EpicDesitiny_MapViewPage = 0x100027FE
,
UIElementID.MonsterManual_TitleField = 0x100027FF
,
UIElementID.EpicDesitiny_CloseButton = 0x10002800
,
UIElementID.MonsterManual_ClawsBorder = 0x10002801
,
UIElementID.MonsterManual_ClawBorder = 0x10002802
,
UIElementID.Box_monstermanual_black = 0x10002803
,
UIElementID.monstermanual_deedsbg_center = 0x10002804
,
UIElementID.monstermanual_deedsbg_left = 0x10002805
,
UIElementID.monstermanual_deedsbg_right = 0x10002806
,
UIElementID.EpicDestinyXPMeter = 0x10002807
,
UIElementID.Box_MonsterManual_DeedsBg = 0x10002808
,
UIElementID.MonsterManual_Deeds_BG = 0x10002809
,
UIElementID.Ribbon_scrollbar = 0x1000280A
,
UIElementID.scrollribbon_decorative = 0x1000280B
,
UIElementID.scrollribbon_up_arrow = 0x1000280C
,
UIElementID.scrollribbon_down_arrow = 0x1000280D
,
UIElementID.ribbon_scroll_field = 0x1000280E
,
UIElementID.EpicDesitiny_Destinies = 0x1000280F
,
UIElementID.EpicDesitiny_Scrollbar = 0x10002810
,
UIElementID.MonsterManual_Book_Font = 0x10002811
,
UIElementID.MonsterManual_Book_Font_16 = 0x10002812
,
UIElementID.EpicDesitiny_Destinies_Field = 0x10002813
,
UIElementID.EpicDesitiny_DestiniesTree = 0x10002814
,
UIElementID.EpicDesitiny_DestiniesTree_Scrollbar = 0x10002815
,
UIElementID.EpicDesitiny_Tree_Image = 0x10002816
,
UIElementID.EpicDestiny_DestinyTree_CategoryTemplate = 0x10002817
,
UIElementID.EpicDestiny_DestinyTree_CategoryTemplate_Text = 0x10002818
,
UIElementID.SearchField_monstermanual = 0x10002819
,
UIElementID.PlayerDeeds_Title = 0x1000281A
,
UIElementID.AccountDeeds_Title = 0x1000281B
,
UIElementID.Rewards_Title = 0x1000281C
,
UIElementID.PlayerDeeds_Count = 0x1000281D
,
UIElementID.AccountDeeds_Count = 0x1000281E
,
UIElementID.Rewards_Count = 0x1000281F
,
UIElementID.MonsterManual_Deeds_Font = 0x10002820
,
UIElementID.MonsterManual_Deeds_Font_16 = 0x10002821
,
UIElementID.EnhancementDisplayUIElement = 0x10002822
,
UIElementID.EpicDestinyEnhancementTree = 0x10002823
,
UIElementID.EnhancementDisplay_TextEntry = 0x10002824
,
UIElementID.monstermanual_totals_padding = 0x10002825
,
UIElementID.BuyNowButton_tiny = 0x10002826
,
UIElementID.Monster_Title = 0x10002827
,
UIElementID.button_deed_arrow_left = 0x10002828
,
UIElementID.button_deed_arrow_right = 0x10002829
,
UIElementID.Monster_Manual_Tab_page_1 = 0x1000282A
,
UIElementID.Monster_Manual_Tab_page_2 = 0x1000282B
,
UIElementID.Monster_Page_Tab_1 = 0x1000282C
,
UIElementID.Monster_Page_Tab_2 = 0x1000282D
,
UIElementID.Monster_Tab_Page_1_label = 0x1000282E
,
UIElementID.Monster_Tab_Page_2_label = 0x1000282F
,
UIElementID.EpicDesitiny_ActiveDestiny_Title = 0x10002830
,
UIElementID.EpicDesitiny_TwistsOfFate_FateCounter = 0x10002831
,
UIElementID.Marker_SubTitle = 0x10002832
,
UIElementID.EpicDestiny_TwistOfFate_Template = 0x10002833
,
UIElementID.EpicDesitiny_MakeActive_Button = 0x10002834
,
UIElementID.marker_bg = 0x10002835
,
UIElementID.EnhancementDisplay_PrereqEntry = 0x10002836
,
UIElementID.CosmeticPetSheet_ScrollButtons = 0x10002837
,
UIElementID.ScrollButton_Up = 0x10002838
,
UIElementID.ScrollButton_Down = 0x10002839
,
UIElementID.CosmeticPet_Pets_ScrollButton_Up = 0x1000283A
,
UIElementID.CosmeticPet_Pets_ScrollButton_Down = 0x1000283B
,
UIElementID.FeatMarkerAuto_BG = 0x1000283C
,
UIElementID.ExaminationDisplay_Enhancement = 0x1000283D
,
UIElementID.enhancements_featsauto_bg = 0x1000283E
,
UIElementID.enhancements_featsauto_bg_left = 0x1000283F
,
UIElementID.enhancements_featsauto_bg_right = 0x10002840
,
UIElementID.enhancements_featsauto_bg_mid = 0x10002841
,
UIElementID.EpicDesitiny_FeatsTree = 0x10002842
,
UIElementID.EpicDesitiny_FeatsTree_Scrollbar = 0x10002843
,
UIElementID.EpicDesitiny_Abilities_Field = 0x10002844
,
UIElementID.EpicDesitiny_FeatsTree_ShowAll = 0x10002845
,
UIElementID.EpicDesitiny_FeatsTree_ShowAllLabel = 0x10002846
,
UIElementID.EpicDestiny_TwistOfFate_Upgrade_Button = 0x10002847
,
UIElementID.EpicDestiny_TwistOfFate_DragTarget = 0x10002848
,
UIElementID.PortalActivate_ResetButton = 0x10002849
,
UIElementID.destiny_twist_plus = 0x1000284A
,
UIElementID.EnhancementDisplay_SpellFailureTemplate = 0x1000284B
,
UIElementID.EpicDestiny_DivineBG = 0x1000284C
,
UIElementID.EnhancementDisplay_SpellDisplay = 0x1000284D
,
UIElementID.EnhancementDisplay_SpellIcon = 0x1000284E
,
UIElementID.EnhancementDisplay_SpellInfoList = 0x1000284F
,
UIElementID.epicdestiny_mapviewpage_BG = 0x10002850
,
UIElementID.mapview_bg_starfield = 0x10002851
,
UIElementID.mapview_spheres = 0x10002852
,
UIElementID.mapview_spheres_divine = 0x10002853
,
UIElementID.EnhancementDisplay_SpellFailureEntry = 0x10002854
,
UIElementID.EnhancementDisplay_SpellInfoEntry = 0x10002855
,
UIElementID.EnhancementDisplay_SpellTitleEntry = 0x10002856
,
UIElementID.mapview_spheres_martial = 0x10002857
,
UIElementID.mapview_field_primal = 0x10002858
,
UIElementID.mapview_field_arcane = 0x10002859
,
UIElementID.mapview_spheres_primal = 0x1000285A
,
UIElementID.mapview_spheres_arcane = 0x1000285B
,
UIElementID.spheres_divine_destiny1 = 0x1000285C
,
UIElementID.spheres_divine_bg = 0x1000285D
,
UIElementID.epicdestiny_mapviewpage_destinyslot_template = 0x1000285E
,
UIElementID.epicdestiny_destinynode = 0x1000285F
,
UIElementID.spheres_divine_destiny2 = 0x10002860
,
UIElementID.spheres_divine_destiny3 = 0x10002861
,
UIElementID.spheres_martial_destiny1 = 0x10002862
,
UIElementID.spheres_martial_destiny2 = 0x10002863
,
UIElementID.spheres_martial_destiny3 = 0x10002864
,
UIElementID.spheres_martial_bg = 0x10002865
,
UIElementID.spheres_primal_destiny1 = 0x10002866
,
UIElementID.spheres_primal_destiny2 = 0x10002867
,
UIElementID.spheres_primal_destiny3 = 0x10002868
,
UIElementID.spheres_primal_bg = 0x10002869
,
UIElementID.spheres_arcane_destiny1 = 0x1000286A
,
UIElementID.spheres_arcane_destiny2 = 0x1000286B
,
UIElementID.spheres_arcane_destiny3 = 0x1000286C
,
UIElementID.spheres_arcane_bg = 0x1000286D
,
UIElementID.spheres_arcane_destiny4 = 0x1000286E
,
UIElementID.mapview_connections = 0x1000286F
,
UIElementID.connections_divine_martial = 0x10002870
,
UIElementID.connections_martial_primal = 0x10002871
,
UIElementID.connections_martial_arcane_left = 0x10002872
,
UIElementID.connections_martial_arcane_right = 0x10002873
,
UIElementID.EpicDestiny_TwistsOfFate_FateIcon = 0x10002874
,
UIElementID.destinynode_icon = 0x10002875
,
UIElementID.epicdestiny_connection_node = 0x10002876
,
UIElementID.destiny1node1 = 0x10002877
,
UIElementID.connection_node_icon = 0x10002878
,
UIElementID.connection_node_bg = 0x10002879
,
UIElementID.destiny1node2 = 0x1000287A
,
UIElementID.destiny1node3 = 0x1000287B
,
UIElementID.destiny2node2 = 0x1000287C
,
UIElementID.destiny2node3 = 0x1000287D
,
UIElementID.destiny2node1 = 0x1000287E
,
UIElementID.destiny3node1 = 0x1000287F
,
UIElementID.destiny3node2 = 0x10002880
,
UIElementID.destiny3node3 = 0x10002881
,
UIElementID.destiny4node1 = 0x10002882
,
UIElementID.destiny4node2 = 0x10002883
,
UIElementID.destiny4node3 = 0x10002884
,
UIElementID.destiny4node4 = 0x10002885
,
UIElementID.destiny1node4 = 0x10002886
,
UIElementID.EnhancementTree_ResetAll_Button = 0x10002887
,
UIElementID.Examination_Enhancement_Current = 0x10002888
,
UIElementID.Examination_Enhancement_Next = 0x10002889
,
UIElementID.divine_martial_node1 = 0x1000288A
,
UIElementID.divine_martial_node2 = 0x1000288B
,
UIElementID.divine_martial_node3 = 0x1000288C
,
UIElementID.divine_martial_node4 = 0x1000288D
,
UIElementID.martial_primal_node1 = 0x1000288E
,
UIElementID.martial_primal_node2 = 0x1000288F
,
UIElementID.martial_primal_node3 = 0x10002890
,
UIElementID.martial_primal_node4 = 0x10002891
,
UIElementID.martial_arcane_node1 = 0x10002892
,
UIElementID.martial_arcane_node2 = 0x10002893
,
UIElementID.martial_arcane_node3 = 0x10002894
,
UIElementID.martial_arcane_node4 = 0x10002895
,
UIElementID.martial_arcane_left_node1 = 0x10002896
,
UIElementID.martial_arcane_left_node2 = 0x10002897
,
UIElementID.martial_arcane_left_node3 = 0x10002898
,
UIElementID.martial_arcane_left_node4 = 0x10002899
,
UIElementID.martial_arcane_right_node1 = 0x1000289A
,
UIElementID.martial_arcane_right_node2 = 0x1000289B
,
UIElementID.martial_arcane_right_node3 = 0x1000289C
,
UIElementID.martial_arcane_right_node4 = 0x1000289D
,
UIElementID.epicdestiny_connection_node_primal = 0x1000289E
,
UIElementID.epicdestiny_connection_node_martial = 0x1000289F
,
UIElementID.epicdestiny_connection_node_arcane = 0x100028A0
,
UIElementID.epicdestiny_connection_node_divine = 0x100028A1
,
UIElementID.Marker_Arrow_Collission_Field = 0x100028A2
,
UIElementID.Marker_Collision_Field = 0x100028A3
,
UIElementID.Examination_Enhancement_Multiselect = 0x100028A4
,
UIElementID.Active_Enhancements_Label = 0x100028A5
,
UIElementID.Passive_Enhancements_Label = 0x100028A6
,
UIElementID.NegativeEffectAlertIcons_ListBox = 0x100028A7
,
UIElementID.EffectAlertIcons_NegativeListBox = 0x100028A8
,
UIElementID.Subtitle_Font_16 = 0x100028A9
,
UIElementID.Subtitle_Font_14 = 0x100028AA
,
UIElementID.Subtitle_Font_12 = 0x100028AB
,
UIElementID.PortalActivate_PrivateParty_Button = 0x100028AC
,
UIElementID.PortalActivate_CreatePublicParty_Button = 0x100028AD
,
UIElementID.PortalActivate_JoinPublicParty_Button = 0x100028AE
,
UIElementID.PortalActivate_GroupOptions = 0x100028AF
,
UIElementID.destiny_level_bg = 0x100028B0
,
UIElementID.destiny_level_number = 0x100028B1
,
UIElementID.spheres_martial_destiny1_level = 0x100028B2
,
UIElementID.spheres_martial_destiny2_level = 0x100028B3
,
UIElementID.spheres_martial_destiny3_level = 0x100028B4
,
UIElementID.spheres_primal_destiny1_level = 0x100028B5
,
UIElementID.spheres_primal_destiny2_level = 0x100028B6
,
UIElementID.spheres_primal_destiny3_level = 0x100028B7
,
UIElementID.spheres_arcane_destiny1_level = 0x100028B8
,
UIElementID.spheres_arcane_destiny2_level = 0x100028B9
,
UIElementID.spheres_arcane_destiny3_level = 0x100028BA
,
UIElementID.spheres_arcane_destiny4_level = 0x100028BB
,
UIElementID.spheres_divine_destiny1_level = 0x100028BC
,
UIElementID.spheres_divine_destiny2_level = 0x100028BD
,
UIElementID.spheres_divine_destiny3_level = 0x100028BE
,
UIElementID.spheres_destiny_level = 0x100028BF
,
UIElementID.RestrictionDisplay_AbsoluteMinLevel = 0x100028C0
,
UIElementID.enhancement_movebar = 0x100028C1
,
UIElementID.LFM_ElapsedTime = 0x100028C2
,
UIElementID.LFM_ElapsedTime_Label = 0x100028C3
,
UIElementID.enhancement_dragbar = 0x100028C4
,
UIElementID.EnhancemntTree_CannotSpentPointsWarning = 0x100028C5
,
UIElementID.CreateParty_QuestLock_TT = 0x100028C6
,
UIElementID.CharSheet_EnhViewer = 0x100028C7
,
UIElementID.FeatMarkerAuto7 = 0x100028C8
,
UIElementID.FeatViewer_Tree_CategoryTemplate = 0x100028C9
,
UIElementID.FeatViewer_Tree_CategoryTemplate_Text = 0x100028CA
,
UIElementID.MonsterManual_CloseButton = 0x100028CB
,
UIElementID.destinies_destinyborder = 0x100028CC
,
UIElementID.MonsterManual_Monster_Tree = 0x100028CD
,
UIElementID.divine_destiny1_border = 0x100028CE
,
UIElementID.destinynode_border = 0x100028CF
,
UIElementID.destinynode_bg = 0x100028D0
,
UIElementID.destiny_mtx_coin = 0x100028D1
,
UIElementID.DisabledOverlay = 0x100028D2
,
UIElementID.LFM_HidePublicVessel = 0x100028D3
,
UIElementID.LFM_HidePublicButton = 0x100028D4
,
UIElementID.LFM_HidePublicLabel = 0x100028D5
,
UIElementID.AdventureCompendium_OpenLFM = 0x100028D6
,
UIElementID.LFMClearQuestButton = 0x100028D7
,
UIElementID.EnhancementTree_Auto_Feat_Marker_Template = 0x100028D8
,
UIElementID.ArmorDisplay_ArmorFeatBonus = 0x100028D9
,
UIElementID.EnhancementTree_AutoFeat_Marker_Template = 0x100028DA
,
UIElementID.PortalActivate_AdvancedOptions = 0x100028DB
,
UIElementID.PortalActivate_AdvancedOptions_Label = 0x100028DC
,
UIElementID.PortalActivate_AvoidLeadership_Vessel = 0x100028DD
,
UIElementID.PortalActivate_AvoidLeadership_Button = 0x100028DE
,
UIElementID.PortalActivate_AvoidLeadership_Label = 0x100028DF
,
UIElementID.PortalActivate_PartyOptions_Button = 0x100028E0
,
UIElementID.PortalActivate_AvoidLeadership_Option = 0x100028E1
,
UIElementID.EpicDesitiny_TopText = 0x100028E2
,
UIElementID.CT_AvoidLeadership = 0x100028E3
,
UIElementID.box_monstermanual_toprightcorner = 0x100028E4
,
UIElementID.box_monstermanual_topleftcorner = 0x100028E5
,
UIElementID.box_monstermanual_topborder = 0x100028E6
,
UIElementID.box_monstermanual_center = 0x100028E7
,
UIElementID.box_monstermanual_lowerleftcorner = 0x100028E8
,
UIElementID.box_monstermanual_bottomborder = 0x100028E9
,
UIElementID.box_monstermanual_lowerrightcorner = 0x100028EA
,
UIElementID.box_monstermanual_leftborder = 0x100028EB
,
UIElementID.box_monstermanual_rightborder = 0x100028EC
,
UIElementID.box_monstermanual_bottomleftcorner = 0x100028ED
,
UIElementID.box_monstermanual_bottomrightcorner = 0x100028EE
,
UIElementID.LFM_Search = 0x100028EF
,
UIElementID.Monster_header_Background = 0x100028F0
,
UIElementID.Monster_Manual_highlight_bar = 0x100028F1
,
UIElementID.RealEpicXPBarField = 0x100028F2
,
UIElementID.EpicXPMeter_Tick = 0x100028F3
,
UIElementID.EpicXPBar = 0x100028F4
,
UIElementID.EpicDestintyXPBar = 0x100028F5
,
UIElementID.EpicDestinyXPBarField = 0x100028F6
,
UIElementID.EpicDestinyXPMeter_Tick = 0x100028F7
,
UIElementID.XP_Toggle_Button = 0x100028F8
,
UIElementID.XPBarButtonsField = 0x100028F9
,
UIElementID.PortalActivate_ShowLFMList_Vessel = 0x100028FA
,
UIElementID.PortalActivate_ShowLFMList_Button = 0x100028FB
,
UIElementID.PortalActivate_ShowLFMList_Label = 0x100028FC
,
UIElementID.PortalActivate_NewPublicInstance_Vessel = 0x100028FD
,
UIElementID.PortalActivate_NewPublicInstance_Button = 0x100028FE
,
UIElementID.PortalActivate_NewPublicInstance_Label = 0x100028FF
,
UIElementID.PortalActivate_PublicParty_Button = 0x10002900
,
UIElementID.LFM_ExpirationLabel = 0x10002901
,
UIElementID.LFM_Expiration = 0x10002902
,
UIElementID.Menu_Button = 0x10002903
,
UIElementID.hudrevamp_box = 0x10002904
,
UIElementID.hudrevamp_box_topleft = 0x10002905
,
UIElementID.hudrevamp_box_top = 0x10002906
,
UIElementID.hudrevamp_box_topright = 0x10002907
,
UIElementID.hudrevamp_box_left = 0x10002908
,
UIElementID.hudrevamp_box_right = 0x10002909
,
UIElementID.hudrevamp_box_bottomleft = 0x1000290A
,
UIElementID.hudrevamp_box_bottom = 0x1000290B
,
UIElementID.hudrevamp_box_bottomright = 0x1000290C
,
UIElementID.hudrevamp_box_center = 0x1000290D
,
UIElementID.Start_Button = 0x1000290E
,
UIElementID.hudrevamp_button = 0x1000290F
,
UIElementID.hudrevamp_button_topleft = 0x10002910
,
UIElementID.hudrevamp_button_top = 0x10002911
,
UIElementID.hudrevamp_button_topright = 0x10002912
,
UIElementID.hudrevamp_button_left = 0x10002913
,
UIElementID.hudrevamp_button_right = 0x10002914
,
UIElementID.hudrevamp_button_bottomleft = 0x10002915
,
UIElementID.hudrevamp_button_bottom = 0x10002916
,
UIElementID.hudrevamp_button_bottomright = 0x10002917
,
UIElementID.hudrevamp_button_center = 0x10002918
,
UIElementID.Start_Button_Menu = 0x10002919
,
UIElementID.hudrevamp_visibility_button = 0x1000291A
,
UIElementID.Start_Button_Entry = 0x1000291B
,
UIElementID.Start_Button_Entry_Icon = 0x1000291C
,
UIElementID.orb_base_bg = 0x1000291D
,
UIElementID.Orb_Frame = 0x1000291E
,
UIElementID.orb_frame_portrait = 0x1000291F
,
UIElementID.orb_frame_bg = 0x10002920
,
UIElementID.orb_frame_bg_left = 0x10002921
,
UIElementID.orb_frame_bg_mid = 0x10002922
,
UIElementID.orb_frame_bg_right = 0x10002923
,
UIElementID.PortalActivate_DifficultyField = 0x10002924
,
UIElementID.PortalActivate_Selected_Quest_Information_Standard = 0x10002925
,
UIElementID.PortalActivate_Selected_Quest_Information_Challenge = 0x10002926
,
UIElementID.focus_field_bg = 0x10002927
,
UIElementID.hudrevamp_orb_bg = 0x10002928
,
UIElementID.orb_bg_left = 0x10002929
,
UIElementID.orb_bg_mid = 0x1000292A
,
UIElementID.orb_bg_right = 0x1000292B
,
UIElementID.BraveryBonus_Hard = 0x1000292C
,
UIElementID.BraveryBonus_Hard_Text = 0x1000292D
,
UIElementID.BraveryBonus_Image = 0x1000292E
,
UIElementID.BraveryBonus_Field = 0x1000292F
,
UIElementID.BraveryBonus_Elite = 0x10002930
,
UIElementID.BraveryBonus_Elite_Text = 0x10002931
,
UIElementID.BraveryBonusDisabledOverlay_Hard = 0x10002932
,
UIElementID.BraveryBonusDisabledOverlay_Elite = 0x10002933
,
UIElementID.Start_Button_Menu_Frame = 0x10002934
,
UIElementID.Start_Button_Menu_Field = 0x10002935
,
UIElementID.StartMenu_Field = 0x10002936
,
UIElementID.StartMenu_Eye = 0x10002937
,
UIElementID.StartMenu_List = 0x10002938
,
UIElementID.StartMenu_Entry = 0x10002939
,
UIElementID.PortalActivate_DifficultyGroupOptions = 0x1000293A
,
UIElementID.PortalActivate_DifficultyHeroic_Button = 0x1000293B
,
UIElementID.PortalActivate_DifficultyEpic_Button = 0x1000293C
,
UIElementID.destiny_meter_bevel = 0x1000293D
,
UIElementID.destiny_meter_bevel_left = 0x1000293E
,
UIElementID.destiny_meter_bevel_mid = 0x1000293F
,
UIElementID.destiny_meter_bevel_right = 0x10002940
,
UIElementID.epicdestiny_meter_bg = 0x10002941
,
UIElementID.destinymeter_bevel = 0x10002942
,
UIElementID.Destiny_NodeBorder = 0x10002943
,
UIElementID.MonsterManual_Title_Text = 0x10002944
,
UIElementID.MonsterManual_TitleFont = 0x10002945
,
UIElementID.epicdestiny_mapviewpage_ChooseAlert = 0x10002946
,
UIElementID.Meter_Ticks = 0x10002947
,
UIElementID.destiny_minimeter_tick = 0x10002948
,
UIElementID.destinymarker_bg_divine = 0x10002949
,
UIElementID.destinymarker_bg_martial = 0x1000294A
,
UIElementID.destinymarker_bg_arcane = 0x1000294B
,
UIElementID.destinymarker_bg_primal = 0x1000294C
,
UIElementID.MonsterManual_Title = 0x1000294D
,
UIElementID.EpicDesitiny_ClaimDestiny_Button = 0x1000294E
,
UIElementID.EpicDestiny_TwistOfFate_IconSlot = 0x1000294F
,
UIElementID.EpicDestinyMarker_Level = 0x10002950
,
UIElementID.spheres_destiny_bg = 0x10002951
,
UIElementID.tempicon = 0x10002952
,
UIElementID.StartMenu_MarkerList = 0x10002953
,
UIElementID.destinies_destinyborder_mini = 0x10002954
,
UIElementID.PortalActivate_CreatPartyButton = 0x10002955
,
UIElementID.PortalActivate_CreatePartyButton = 0x10002956
,
UIElementID.CreateParty_PartySize_Field = 0x10002957
,
UIElementID.CreateParty_PartySize_Box = 0x10002958
,
UIElementID.CreateParty_PartySize_Entry = 0x10002959
,
UIElementID.CreateParty_PartySize_Label = 0x1000295A
,
UIElementID.dummy_marker_row6_col1 = 0x1000295B
,
UIElementID.dummy_marker_row6_col2 = 0x1000295C
,
UIElementID.dummy_marker_row6_col3 = 0x1000295D
,
UIElementID.dummy_marker_row6_col4 = 0x1000295E
,
UIElementID.dummy_marker_row6_col5 = 0x1000295F
,
UIElementID.CreateParty_PartySize_Menu = 0x10002960
,
UIElementID.PortalActivate_HeroicDifficultiesField = 0x10002961
,
UIElementID.PortalActivate_EpicDifficultiesField = 0x10002962
,
UIElementID.PortalActivate_EpicCasualDifficultyField = 0x10002963
,
UIElementID.PortalActivate_EpicCasualDifficultyTitle = 0x10002964
,
UIElementID.PortalActivate_EpicCasualDifficultyButton = 0x10002965
,
UIElementID.PortalActivate_EpicCasualDifficultyUnavailable = 0x10002966
,
UIElementID.PortalActivate_EpicHardDifficultyField = 0x10002967
,
UIElementID.PortalActivate_EpicHardDifficultyTitle = 0x10002968
,
UIElementID.PortalActivate_EpicHardDifficultyButton = 0x10002969
,
UIElementID.PortalActivate_EpicHardDifficultyLock = 0x1000296A
,
UIElementID.PortalActivate_EpicHardDifficultyUnavailable = 0x1000296B
,
UIElementID.PortalActivate_EpicEliteDifficultyField = 0x1000296C
,
UIElementID.PortalActivate_EpicEliteDifficultyTitle = 0x1000296D
,
UIElementID.PortalActivate_EpicEliteDifficultyButton = 0x1000296E
,
UIElementID.PortalActivate_EpicEliteDifficultyLock = 0x1000296F
,
UIElementID.PortalActivate_EpicEliteDifficultyUnavailable = 0x10002970
,
UIElementID.PortalActivate_DifficultyUnavailable = 0x10002971
,
UIElementID.PortalActivate_DifficultyLock = 0x10002972
,
UIElementID.PortalActivate_Unavailable = 0x10002973
,
UIElementID.CT_MaxPartySize = 0x10002974
,
UIElementID.xpmeter_bevel = 0x10002975
,
UIElementID.testicon = 0x10002976
,
UIElementID.StartMenu_BG = 0x10002977
,
UIElementID.entry_bg = 0x10002978
,
UIElementID.hudrevamp_box_hollow = 0x10002979
,
UIElementID.hudrevamp_box_hollow_topleft = 0x1000297A
,
UIElementID.hudrevamp_box_hollow_top = 0x1000297B
,
UIElementID.hudrevamp_box_hollow_topright = 0x1000297C
,
UIElementID.hudrevamp_box_hollow_left = 0x1000297D
,
UIElementID.hudrevamp_box_hollow_right = 0x1000297E
,
UIElementID.hudrevamp_box_hollow_bottomleft = 0x1000297F
,
UIElementID.hudrevamp_box_hollow_bottom = 0x10002980
,
UIElementID.hudrevamp_box_hollow_bottomright = 0x10002981
,
UIElementID.hudrevamp_box_hollow_center = 0x10002982
,
UIElementID.StartMenu_MiniEntry = 0x10002983
,
UIElementID.hudrevamp_start_button = 0x10002984
,
UIElementID.hudrevamp_dash_bg = 0x10002985
,
UIElementID.hudrevamp_dash_bg_left = 0x10002986
,
UIElementID.hudrevamp_dash_bg_mid = 0x10002987
,
UIElementID.hudrevamp_dash_bg_right = 0x10002988
,
UIElementID.Hud_dash_BG = 0x10002989
,
UIElementID.hud_dash_innerbevel = 0x1000298A
,
UIElementID.hud_xp_bg = 0x1000298B
,
UIElementID.hudrevamp_xp_bg = 0x1000298C
,
UIElementID.hudrevamp_xp_bg_left = 0x1000298D
,
UIElementID.hudrevamp_xp_bg_mid = 0x1000298E
,
UIElementID.hudrevamp_xp_bg_right = 0x1000298F
,
UIElementID.XP_Dash_BG = 0x10002990
,
UIElementID.hudrevamp_swap_button = 0x10002991
,
UIElementID.Shortcutbar_BG = 0x10002992
,
UIElementID.PortalActivate_PartySize = 0x10002993
,
UIElementID.PortalActivate_QuestLevel = 0x10002994
,
UIElementID.hudrevamp_hotbar_arrow_up = 0x10002995
,
UIElementID.hudrevamp_hotbar_arrow_down = 0x10002996
,
UIElementID.PortalActivate_PartySize_Field = 0x10002997
,
UIElementID.PortalActivate_PartySize_Label = 0x10002998
,
UIElementID.PortalActivate_PartySize_Menu = 0x10002999
,
UIElementID.DestinyTreeView_XP_Meter = 0x1000299A
,
UIElementID.EpicDestinyXPMeter_Mini = 0x1000299B
,
UIElementID.EpicDestinyXPMeter_Tick_Mini = 0x1000299C
,
UIElementID.AdventureCompendium_NumGroups = 0x1000299D
,
UIElementID.AdventureCompendium_GroupLabel = 0x1000299E
,
UIElementID.Destiny_BG_Divine = 0x1000299F
,
UIElementID.Destiny_BG_Martial = 0x100029A0
,
UIElementID.Destiny_BG_Primal = 0x100029A1
,
UIElementID.Destiny_BG_Arcane = 0x100029A2
,
UIElementID.MultiSelectDialogBox_Marker = 0x100029A3
,
UIElementID.PortalActivate_Selected_Quest_Information_Standard_Background = 0x100029A4
,
UIElementID.XPMeter_Text_BG = 0x100029A5
,
UIElementID.FocusDragBar2 = 0x100029A6
,
UIElementID.EpicDestiny_XPMeter_Tick_Mini = 0x100029A7
,
UIElementID.PortalActivate_OrbBackground = 0x100029A8
,
UIElementID.EpicDestinyXPMeter_Tick_Micro = 0x100029A9
,
UIElementID.EpicDesitiny_Menu_Title = 0x100029AA
,
UIElementID.PortalActivate_PartyFrame = 0x100029AB
,
UIElementID.Target_Dragbar = 0x100029AC
,
UIElementID.challengerating_bg = 0x100029AD
,
UIElementID.charactertotallevel_bg = 0x100029AE
,
UIElementID.BraveryBonus_Label = 0x100029AF
,
UIElementID.PortalActivate_BraveryInfo = 0x100029B0
,
UIElementID.hudrevamp_undock_button = 0x100029B1
,
UIElementID.GroupingOptions_Label = 0x100029B2
,
UIElementID.hudrevamp_redock_button = 0x100029B3
,
UIElementID.hudrevamp_flip = 0x100029B4
,
UIElementID.hudrevamp_flip_button = 0x100029B5
,
UIElementID.hudrevamp_orb_bg_compact = 0x100029B6
,
UIElementID.Target_Dragbar_Left = 0x100029B7
,
UIElementID.Target_Dragbar_Right = 0x100029B8
,
UIElementID.PortalActivate_DAS_Background = 0x100029B9
,
UIElementID.PortalActivate_DAS_Border = 0x100029BA
,
UIElementID.XPBarDoubleBar = 0x100029BB
,
UIElementID.EpicXPBarDoubleBar = 0x100029BC
,
UIElementID.EpicDestintyXPBarDoubleBar = 0x100029BD
,
UIElementID.hudrevamp_chat_inlineframe = 0x100029BE
,
UIElementID.hudrevamp_chat_inlineframe_topleft = 0x100029BF
,
UIElementID.hudrevamp_chat_inlineframe_left = 0x100029C0
,
UIElementID.hudrevamp_chat_inlineframe_bottomleft = 0x100029C1
,
UIElementID.hudrevamp_chat_inlineframe_top_mid = 0x100029C2
,
UIElementID.hudrevamp_chat_inlineframe_topright = 0x100029C3
,
UIElementID.hudrevamp_chat_inlineframe_right = 0x100029C4
,
UIElementID.hudrevamp_chat_inlineframe_bottomright = 0x100029C5
,
UIElementID.hudrevamp_chat_inlineframe_bottommid = 0x100029C6
,
UIElementID.BraveryBonus_RulesField = 0x100029C7
,
UIElementID.PortalActivate_RulesField = 0x100029C8
,
UIElementID.hud_dash_double_bg = 0x100029C9
,
UIElementID.hudrevamp_dash_double_bg = 0x100029CA
,
UIElementID.hudrevamp_dash_double_bg_mid = 0x100029CB
,
UIElementID.hudrevamp_xp_double_bg = 0x100029CC
,
UIElementID.DialogThreeOptionsField = 0x100029CD
,
UIElementID.DialogConfirmationOption1Button = 0x100029CE
,
UIElementID.DialogConfirmationOption2Button = 0x100029CF
,
UIElementID.DialogConfirmationOption3Button = 0x100029D0
,
UIElementID.hudrevamp_xp_double_bg_left = 0x100029D1
,
UIElementID.hudrevamp_xp_double_bg_mid = 0x100029D2
,
UIElementID.hudrevamp_xp_double_bg_right = 0x100029D3
,
UIElementID.hud_xp_double_bg = 0x100029D4
,
UIElementID.XPBarDoubleBar_BG = 0x100029D5
,
UIElementID.XPBarDoubleBar_XP_BG = 0x100029D6
,
UIElementID.RealEpicXPBarField_doublemini = 0x100029D7
,
UIElementID.doublemini_bg = 0x100029D8
,
UIElementID.doublemini_xp_bg = 0x100029D9
,
UIElementID.EpicDestinyXPBarField_doublemini = 0x100029DA
,
UIElementID.Resistance_Element_Physical = 0x100029DB
,
UIElementID.RealEpic_XPMeter_Tick_Mini = 0x100029DC
,
UIElementID.Shortcutbar_Dragbar_Right = 0x100029DD
,
UIElementID.FocusOrb_Classic = 0x100029DE
,
UIElementID.Deeds_Count = 0x100029DF
,
UIElementID.hudrevamp_chat_outerframe = 0x100029E0
,
UIElementID.MonsterManual_AchievementMarker = 0x100029E1
,
UIElementID.hudrevamp_chat_outerframe_topleft = 0x100029E2
,
UIElementID.hudrevamp_chat_outerframe_left = 0x100029E3
,
UIElementID.hudrevamp_chat_outerframe_bottomleft = 0x100029E4
,
UIElementID.hudrevamp_chat_outerframe_top_mid = 0x100029E5
,
UIElementID.hudrevamp_chat_outerframe_topright = 0x100029E6
,
UIElementID.hudrevamp_chat_outerframe_right = 0x100029E7
,
UIElementID.hudrevamp_chat_outerframe_bottomright = 0x100029E8
,
UIElementID.hudrevamp_chat_outerframe_bottommid = 0x100029E9
,
UIElementID.hudrevamp_chat_frame = 0x100029EA
,
UIElementID.chat_outerframe = 0x100029EB
,
UIElementID.Chat_Frame = 0x100029EC
,
UIElementID.chat_frame_outer = 0x100029ED
,
UIElementID.chat_frame_inner = 0x100029EE
,
UIElementID.embeddedchat_frame = 0x100029EF
,
UIElementID.chatdisplay1_frame = 0x100029F0
,
UIElementID.chatdisplay1_display = 0x100029F1
,
UIElementID.ChatDisplay_Detach = 0x100029F2
,
UIElementID.ComplexTooltip_Achievement = 0x100029F3
,
UIElementID.ComplexTooltip_Achievement_Name = 0x100029F4
,
UIElementID.AchievementTooltipProviderUIElement = 0x100029F5
,
UIElementID.CharSekect_CharacterNameText_Small = 0x100029F6
,
UIElementID.CharSelect_CharacterNameText_Small = 0x100029F7
,
UIElementID.CharSelect_CharacterClassText_Small = 0x100029F8
,
UIElementID.CharSelect_CharacterLocText_Small = 0x100029F9
,
UIElementID.hudrevamp_chat_tab = 0x100029FA
,
UIElementID.ComplexTooltip_Achievement_Description = 0x100029FB
,
UIElementID.ComplexTooltip_Achievement_Type = 0x100029FC
,
UIElementID.ComplexTooltip_Achievement_Icon = 0x100029FD
,
UIElementID.ComplexTooltip_Achievement_List = 0x100029FE
,
UIElementID.BraveryBonusWarningOverlay_Hard = 0x100029FF
,
UIElementID.BraveryBonusWarningOverlay_Elite = 0x10002A00
,
UIElementID.ComplexTooltip_Achievement_Text_Entry = 0x10002A01
,
UIElementID.RadarFrame = 0x10002A02
,
UIElementID.RadarFrame_Inner = 0x10002A03
,
UIElementID.RadarFrame_Outer = 0x10002A04
,
UIElementID.RadarFrame_Box = 0x10002A05
,
UIElementID.hudrevamp_radar_compass = 0x10002A06
,
UIElementID.MapFieldBG = 0x10002A07
,
UIElementID.VitalsImage_PortraitFrame = 0x10002A08
,
UIElementID.playerportrait_frame = 0x10002A09
,
UIElementID.Portrait_Frame = 0x10002A0A
,
UIElementID.vitals_portrait_frame = 0x10002A0B
,
UIElementID.MonsterManual_tooltip_Box = 0x10002A0C
,
UIElementID.monstermanual_tlc = 0x10002A0D
,
UIElementID.monstermanual_left = 0x10002A0E
,
UIElementID.monstermanual_blc = 0x10002A0F
,
UIElementID.monstermanual_top = 0x10002A10
,
UIElementID.monstermanual_bottom = 0x10002A11
,
UIElementID.monstermanual_right = 0x10002A12
,
UIElementID.monstermanual_trc = 0x10002A13
,
UIElementID.monstermanual_brc = 0x10002A14
,
UIElementID.monstermanual_center = 0x10002A15
,
UIElementID.ComplexTooltip_Achievement_Progress_Entry = 0x10002A16
,
UIElementID.ComplexTooltip_Achievement_Progress_Text = 0x10002A17
,
UIElementID.ComplexTooltip_Achievement_Progress_Meter = 0x10002A18
,
UIElementID.ComplexTooltip_Text = 0x10002A19
,
UIElementID.ComplexTooltip_Meter = 0x10002A1A
,
UIElementID.Progress_Meter = 0x10002A1B
,
UIElementID.xp_meter_seperators = 0x10002A1C
,
UIElementID.xpmeter_separators = 0x10002A1D
,
UIElementID.hotquestjournal_tab_bg = 0x10002A1E
,
UIElementID.hudrevamp_bottomtab = 0x10002A1F
,
UIElementID.hudrevamp_bottomtab_left = 0x10002A20
,
UIElementID.hudrevamp_bottomtab_mid = 0x10002A21
,
UIElementID.hudrevamp_bottomtab_right = 0x10002A22
,
UIElementID.dungeonquest_tabbg = 0x10002A23
,
UIElementID.HotQuestJournal_Background_Tab = 0x10002A24
,
UIElementID.HotQuestJournal_Background_Box = 0x10002A25
,
UIElementID.startmenu_entry_bg = 0x10002A26
,
UIElementID.startmenu_entry_bg_left = 0x10002A27
,
UIElementID.startmenu_entry_bg_right = 0x10002A28
,
UIElementID.startmenu_entry_bg_mid = 0x10002A29
,
UIElementID.hudrevamp_chat_outerframe_snapped = 0x10002A2A
,
UIElementID.hudrevamp_chat_inlineframe_snapped = 0x10002A2B
,
UIElementID.ChatDisplay_Snapped = 0x10002A2C
,
UIElementID.Chat_MarkerList_Snapped = 0x10002A2D
,
UIElementID.ChatDisplay1_Snapped = 0x10002A2E
,
UIElementID.Monster_New_Icon = 0x10002A2F
,
UIElementID.DisabledOverlay_Gray = 0x10002A30
,
UIElementID.Marker_ToolTipField = 0x10002A31
,
UIElementID.EpicDestinyMarker_Level_BG = 0x10002A32
,
UIElementID.Marker_Extra_ToolTipField = 0x10002A33
,
UIElementID.HotQuestJournal_PositionField = 0x10002A34
,
UIElementID.HotQuestJournal_QuestEntry_Field = 0x10002A35
,
UIElementID.monstermanual_camera_border = 0x10002A36
,
UIElementID.Cursor_Combat_LongRange = 0x10002A37
,
UIElementID.Cursor_Combat_OutOfRange = 0x10002A38
,
UIElementID.Combat_LongRange = 0x10002A39
,
UIElementID.dragbar_2 = 0x10002A3A
,
UIElementID.hudrevamp_hotbar_arrow_left = 0x10002A3B
,
UIElementID.hudrevamp_hotbar_arrow_right = 0x10002A3C
,
UIElementID.hudrevamp_scroll = 0x10002A3D
,
UIElementID.MapFieldFrame = 0x10002A3E
,
UIElementID.CharacterSheetXP_Toggle_Button = 0x10002A3F
,
UIElementID.CharacterSheetXP_EpicDestintyXPBar = 0x10002A40
,
UIElementID.hudrevamp_box_hollow_flatbottom = 0x10002A41
,
UIElementID.GlobalObjectives_Frame = 0x10002A42
,
UIElementID.HotQuestJournal_Frame = 0x10002A43
,
UIElementID.HotQuestJournal_BackgroundFrame = 0x10002A44
,
UIElementID.Marker_DisabledOverlay_Darken = 0x10002A45
,
UIElementID.GlobalObjectives_Background_black = 0x10002A46
,
UIElementID.GlobalObjectives_Background_Frame = 0x10002A47
,
UIElementID.HotQuestJournal_Background_black = 0x10002A48
,
UIElementID.HotQuestJournal_Background_Frame = 0x10002A49
,
UIElementID.MapFieldBG_Black = 0x10002A4A
,
UIElementID.resize_bottom = 0x10002A4B
,
UIElementID.Dragbar_Top = 0x10002A4C
,
UIElementID.MonsterManual_TimesDefeatedAccount_Label = 0x10002A4D
,
UIElementID.MonsterManual_TimesDefeatedCharacter_Label = 0x10002A4E
,
UIElementID.Monster_SubList_Entry_TimesDefeatedAccount = 0x10002A4F
,
UIElementID.Monster_SubList_Entry_TimesDefeatedCharacter = 0x10002A50
,
UIElementID.CharGen_Select_Druid_Var1 = 0x10002A51
,
UIElementID.CharGen_Select_Druid_Var2 = 0x10002A52
,
UIElementID.CharGen_Select_Druid_Var3 = 0x10002A53
,
UIElementID.CharGen_Select_Path_Druid = 0x10002A54
,
UIElementID.Spheres_Divine_TooltipField = 0x10002A55
,
UIElementID.Spheres_Martial_TooltipField = 0x10002A56
,
UIElementID.Spheres_Primal_TooltipField = 0x10002A57
,
UIElementID.Spheres_Arcane_TooltipField = 0x10002A58
,
UIElementID.Monster_VolumeTitle = 0x10002A59
,
UIElementID.ComplexTooltip_CosmeticPetGear_List = 0x10002A5A
,
UIElementID.ComplexTooltip_CosmeticPetTrick_List = 0x10002A5B
,
UIElementID.LFM_NoGroupFoundForQuest_Label = 0x10002A5C
,
UIElementID.ExaminationDisplay_EpicDestinyClassAndLevel = 0x10002A5D
,
UIElementID.NoBuyNow_BlockClicks = 0x10002A5E
,
UIElementID.Monster_Title_BG = 0x10002A5F
,
UIElementID.RestrictionDisplay_CreaturePetRaceRequired = 0x10002A60
,
UIElementID.RestrictionDisplay_CreaturePetRaceRequired_Absolute = 0x10002A61
,
UIElementID.Shortcut_StartMenu_Marker = 0x10002A62
,
UIElementID.Close_text = 0x10002A63
,
UIElementID.close_arrow = 0x10002A64
,
UIElementID.Title_holding_Field = 0x10002A65
,
UIElementID.ExaminationDisplay_EpicDestiny = 0x10002A66
,
UIElementID.ExtraCombatStats = 0x10002A67
,
UIElementID.ExtraSpellPowerStats = 0x10002A68
,
UIElementID.spellpower_tooltip_icon = 0x10002A69
,
UIElementID.dblstrike_attkspeed_tooltip_icon = 0x10002A6A
,
UIElementID.Level4_Label = 0x10002A6B
,
UIElementID.ClassIcon4_Value = 0x10002A6C
,
UIElementID.VIPUpsell = 0x10002A6D
,
UIElementID.VIPUpsell_Bkg = 0x10002A6E
,
UIElementID.VIPUpsell_BkgImage = 0x10002A6F
,
UIElementID.VIPUpsell_DragBar = 0x10002A70
,
UIElementID.VIPUpsell_Close = 0x10002A71
,
UIElementID.VIPUpsell_Title = 0x10002A72
,
UIElementID.VIPUpsell_TitleText = 0x10002A73
,
UIElementID.VIPUpsell_DescText = 0x10002A74
,
UIElementID.VIPUpsell_MoreInfo = 0x10002A75
,
UIElementID.VIPUpsell_BuyNow = 0x10002A76
,
UIElementID.PremiumButton = 0x10002A77
,
UIElementID.CharGen_Premium_text = 0x10002A78
,
UIElementID.PremiumButton_small = 0x10002A79
,
UIElementID.BuyNowBox_Base = 0x10002A7A
,
UIElementID.BuyNowButton_larger = 0x10002A7B
,
UIElementID.Examination_DifficultyLevel = 0x10002A7C
,
UIElementID.text1 = 0x10002A7D
,
UIElementID.text2 = 0x10002A7E
,
UIElementID.text3 = 0x10002A7F
,
UIElementID.text4 = 0x10002A80
,
UIElementID.GetNowButton = 0x10002A81
,
UIElementID.Monster_Volume_BuyNowButton = 0x10002A82
,
UIElementID.Monster_Volume_BuyNow_Field = 0x10002A83
,
UIElementID.Monster_Volume_BuyNow_List = 0x10002A84
,
UIElementID.Monster_VolumeScrollbar = 0x10002A85
,
UIElementID.Volume_Button_Template = 0x10002A86
,
UIElementID.Volume_Button_Text = 0x10002A87
,
UIElementID.volume_button_image = 0x10002A88
,
UIElementID.VolumeButton_Image = 0x10002A89
,
UIElementID.Monster_Volume_Label = 0x10002A8A
,
UIElementID.AdventureCompendium_RewardResourceMarkerList_CompendiumOnly = 0x10002A8B
,
UIElementID.QuestPortal_RewardResourceMarkerList = 0x10002A8C
,
UIElementID.AdventureCompendium_Challenge_RewardResourceItemMarker = 0x10002A8D
,
UIElementID.Auction_MainFieldBlackMarket = 0x10002A8E
,
UIElementID.Auction_PlayerTurbinePointCurrency = 0x10002A8F
,
UIElementID.Decorated_TurbinePiontCurrency_Player = 0x10002A90
,
UIElementID.PlayerTurbinePiontCurrencyEntry_Decorated = 0x10002A91
,
UIElementID.PlayerTurbinePiontCurrencyEntry = 0x10002A92
,
UIElementID.Auction_PostPage_InitialPrice_TurbinePointCurrency_Label = 0x10002A93
,
UIElementID.Auction_PostPage_InitialPrice_TurbinePointCurrency = 0x10002A94
,
UIElementID.Auction_PostPage_InitialPrice_TurbinePointCurrency_Border = 0x10002A95
,
UIElementID.Auction_PostPage_BuyoutPrice_TurbinePointCurrency = 0x10002A96
,
UIElementID.Auction_PostPage_BuyoutPrice_TurbinePointCurrency_Label = 0x10002A97
,
UIElementID.Auction_PostPage_BuyoutPrice_TurbinePointCurrency_Border = 0x10002A98
,
UIElementID.TurbinePointCurrencyValueIcon = 0x10002A99
,
UIElementID.Auction_BidsPage_TurbinePointCurrency = 0x10002A9A
,
UIElementID.Auction_BidsPage_TurbinePointCurrency_Label = 0x10002A9B
,
UIElementID.Auction_BidsPage_TurbinePointCurrency_Border = 0x10002A9C
,
UIElementID.Auction_AuctionsPage_TurbinePointCurrency_Label = 0x10002A9D
,
UIElementID.Auction_AuctionsPage_TurbinePointCurrency_Border = 0x10002A9E
,
UIElementID.Auction_AuctionsPage_TurbinePointCurrency = 0x10002A9F
,
UIElementID.Decorated_TurbinePointCurrency_Player = 0x10002AA0
,
UIElementID.PlayerTurbinePointCurrencyEntry_Decorated = 0x10002AA1
,
UIElementID.PlayerTurbinePointCurrencyEntry = 0x10002AA2
,
UIElementID.TurbinePointCurrencyField = 0x10002AA3
,
UIElementID.BrowserWindow = 0x10002AA4
,
UIElementID.BrowserElement = 0x10002AA5
,
UIElementID.GBW_CloseButton = 0x10002AA6
,
UIElementID.Auction_AuctionsPage_BidButtonsBkg = 0x10002AA7
,
UIElementID.Auction_AuctionsPage_LevelRange_Bkg = 0x10002AA8
,
UIElementID.Auction_AuctionPage_Filter_Bkg = 0x10002AA9
,
UIElementID.Auction_PostPage_SellingCost_Label = 0x10002AAA
,
UIElementID.Auction_PostPage_SellingCost_Currency = 0x10002AAB
,
UIElementID.Auction_PostPage_SellingCost_Bound_Alert = 0x10002AAC
,
UIElementID.Auction_PostPage_SellingCost_Fee = 0x10002AAD
,
UIElementID.Auction_BidsPage_Label = 0x10002AAE
,
UIElementID.Auction_BidsPage_ButtonBkg = 0x10002AAF
,
UIElementID.Auction_PostPage_InitialPrice_Field = 0x10002AB0
,
UIElementID.Auction_PostPage_BuyoutPrice_Field = 0x10002AB1
,
UIElementID.Auction_PostPage_YourAuctions_Label = 0x10002AB2
,
UIElementID.Auction_PostPage_Duration_Dropdown = 0x10002AB3
,
UIElementID.auctionbox_new = 0x10002AB4
,
UIElementID.auctionbox_new_tl = 0x10002AB5
,
UIElementID.auctionbox_new_top = 0x10002AB6
,
UIElementID.auctionbox_new_tr = 0x10002AB7
,
UIElementID.auctionbox_new_right = 0x10002AB8
,
UIElementID.auctionbox_new_br = 0x10002AB9
,
UIElementID.auctionbox_new_bottom = 0x10002ABA
,
UIElementID.auctionbox_new_bl = 0x10002ABB
,
UIElementID.auctionbox_new_left = 0x10002ABC
,
UIElementID.auction_new_tab = 0x10002ABD
,
UIElementID.auctionstab_auctions = 0x10002ABE
,
UIElementID.auctionstab_auctions_bg = 0x10002ABF
,
UIElementID.auctionstab_auctions_icon = 0x10002AC0
,
UIElementID.auctionstab_auctions_label = 0x10002AC1
,
UIElementID.auctionstab_bid = 0x10002AC2
,
UIElementID.auctionstab_bid_bg = 0x10002AC3
,
UIElementID.auctionstab_bid_icon = 0x10002AC4
,
UIElementID.auctionstab_bid_label = 0x10002AC5
,
UIElementID.auctionstab_post = 0x10002AC6
,
UIElementID.auctionstab_post_bg = 0x10002AC7
,
UIElementID.auctionstab_post_icon = 0x10002AC8
,
UIElementID.auctionstab_post_label = 0x10002AC9
,
UIElementID.auctionstab_icon_auctions = 0x10002ACA
,
UIElementID.auctionstab_icon_bid = 0x10002ACB
,
UIElementID.auctionstab_icon_post = 0x10002ACC
,
UIElementID.auctionstab_tab_auctions = 0x10002ACD
,
UIElementID.auctionstab_tab_auctions_label = 0x10002ACE
,
UIElementID.auctionstab_tab_bid = 0x10002ACF
,
UIElementID.auctionstab_tab_bid_label = 0x10002AD0
,
UIElementID.auctionstab_tab_post = 0x10002AD1
,
UIElementID.auctionstab_tab_post_label = 0x10002AD2
,
UIElementID.Auction_PostPage_PostButton_BG = 0x10002AD3
,
UIElementID.Auction_PostPage_PostButton_icon = 0x10002AD4
,
UIElementID.Auction_Panel_Buynow = 0x10002AD5
,
UIElementID.GetShards_Button = 0x10002AD6
,
UIElementID.GetShards_Button_GetMore = 0x10002AD7
,
UIElementID.GetShards_Button_Shards = 0x10002AD8
,
UIElementID.AuctionsPage_GetMoreShards = 0x10002AD9
,
UIElementID.BidsPage_GetMoreShards = 0x10002ADA
,
UIElementID.PostPage_GetMoreShards = 0x10002ADB
,
UIElementID.auction_postpage_initialprice_field_label = 0x10002ADC
,
UIElementID.Auction_PostPage_BuyoutPrice_Optional_Label = 0x10002ADD
,
UIElementID.Auction_PostPage_PostButton_Art = 0x10002ADE
,
UIElementID.Auction_PostPage_MaxPostings_Field = 0x10002ADF
,
UIElementID.Auction_PostPage_MaxPostings_Label = 0x10002AE0
,
UIElementID.Inventory_GetShards_Button = 0x10002AE1
,
UIElementID.getshards_button_background = 0x10002AE2
,
UIElementID.getshards_button_shard = 0x10002AE3
,
UIElementID.getshards_button_text = 0x10002AE4
,
UIElementID.getshards_button_get_label = 0x10002AE5
,
UIElementID.getshards_button_more_label = 0x10002AE6
,
UIElementID.Decorated_TurbinePointCurrency_GetMoreShards_Button = 0x10002AE7
,
UIElementID.Inventory_CurrencyField_BG = 0x10002AE8
,
UIElementID.Auction_PostPage_SellingCostField = 0x10002AE9
,
UIElementID.Auction_AuctionsPage_Filter_Label = 0x10002AEA
,
UIElementID.PlayerTurbineCurrencyEntry_Shard = 0x10002AEB
,
UIElementID.Auction_PostPage_SellingCost_Border = 0x10002AEC
,
UIElementID.auction_new_tab_brown = 0x10002AED
,
UIElementID.auctionstab_tab_auctions_brown = 0x10002AEE
,
UIElementID.auctionstab_tab_bid_brown = 0x10002AEF
,
UIElementID.auctionstab_tab_post_brown = 0x10002AF0
,
UIElementID.MailElement_OpenLetter_TurbinePointCurrency = 0x10002AF1
,
UIElementID.MailElement_OpenLetter_TurbinePointCurrency_Label = 0x10002AF2
,
UIElementID.Marker_Poster_And_ID = 0x10002AF3
,
UIElementID.BuyShardsButton = 0x10002AF4
,
UIElementID.ID_CharGen_BuyShards_Text = 0x10002AF5
,
UIElementID.ShardRedemption_Base = 0x10002AF6
,
UIElementID.ShardRedemption_Background = 0x10002AF7
,
UIElementID.ShardRedemption_Frame = 0x10002AF8
,
UIElementID.ShardRedemption_Titlebar = 0x10002AF9
,
UIElementID.ShardRedemption_CloseButton = 0x10002AFA
,
UIElementID.ShardRedemption_Title = 0x10002AFB
,
UIElementID.ShardRedemption_Confirm_Button = 0x10002AFC
,
UIElementID.ShardRedemption_Cancel_Button = 0x10002AFD
,
UIElementID.ShardRedemption_Label = 0x10002AFE
,
UIElementID.ShardRedemption_Details = 0x10002AFF
,
UIElementID.ShardRedemption_CurrentShards = 0x10002B00
,
UIElementID.ShardRedemption_ShardsToConvert = 0x10002B01
,
UIElementID.ShardRedemption_ConversionFee = 0x10002B02
,
UIElementID.ShardRedemption_ConvertedTP = 0x10002B03
,
UIElementID.ShardRedemption_ConvertedTP_Text = 0x10002B04
,
UIElementID.ShardRedemption_ConvertedTP_Edit_Box = 0x10002B05
,
UIElementID.AstralShard_small = 0x10002B06
,
UIElementID.getshards_button_coins = 0x10002B07
,
UIElementID.BuyShards_Button_BG = 0x10002B08
,
UIElementID.ExaminationDisplay_Title = 0x10002B09
,
UIElementID.StatsTitleTabMarker = 0x10002B0A
,
UIElementID.Title_Vessel = 0x10002B0B
,
UIElementID.Background_Title = 0x10002B0C
,
UIElementID.Title_Selection = 0x10002B0D
,
UIElementID.Title_SelectedTitle = 0x10002B0E
,
UIElementID.Title_SelectedDescroption = 0x10002B0F
,
UIElementID.Title_SelectedDescription = 0x10002B10
,
UIElementID.box_100_opaque = 0x10002B11
,
UIElementID.TitleScrollbar = 0x10002B12
,
UIElementID.Title_Template_Template = 0x10002B13
,
UIElementID.Title_Template_Title = 0x10002B14
,
UIElementID.Title_Template = 0x10002B15
,
UIElementID.CharacterSheetStats_Title_Template = 0x10002B16
,
UIElementID.Title_ActiveTitle = 0x10002B17
,
UIElementID.Title_ActiveDescription = 0x10002B18
,
UIElementID.Title_MakeActive = 0x10002B19
,
UIElementID.hudrevamp_visibility_button_large = 0x10002B1A
,
UIElementID.ComplexTooltip_Formula_EStoreText = 0x10002B1B
,
UIElementID.ComplexTooltip_Formula_DescriptionText = 0x10002B1C
,
UIElementID.ComplexTooltip_AbilityFormula_Entry = 0x10002B1D
,
UIElementID.ComplexTooltip_AbilityFormula_Title = 0x10002B1E
,
UIElementID.ShardsButton = 0x10002B1F
,
UIElementID.BuyWithShards_Button = 0x10002B20
,
UIElementID.DialogConfirmationOption1ShardButton = 0x10002B21
,
UIElementID.________DialogConfirmationOption1ShardButton = 0x10002B22
,
UIElementID.DialogConfirmationOption1ShardsButton = 0x10002B23
,
UIElementID.DialogConfirmationShardsButton = 0x10002B24
,
UIElementID.Shop_BuyWithShards_Button = 0x10002B25
,
UIElementID.Shop_VendorShards_ContainerField = 0x10002B26
,
UIElementID.Shop_VendorShards_ContainerListBox = 0x10002B27
,
UIElementID.Shop_VendorShards_Cart = 0x10002B28
,
UIElementID.RepairForShardsButton = 0x10002B29
,
UIElementID.Shop_VendorShards_Listbox_Bkg = 0x10002B2A
,
UIElementID.Shop_VendorShards_Scrollbar = 0x10002B2B
,
UIElementID.RepairForShardsLabel = 0x10002B2C
,
UIElementID.Inventory_RepairForShardsButton = 0x10002B2D
,
UIElementID.Inventory_RepairForShardsLabel = 0x10002B2E
,
UIElementID.DialogConfirmationShardButton = 0x10002B2F
,
UIElementID.DialogConfirmationPlatButton = 0x10002B30
,
UIElementID.DialogConfirmationDecoBackground = 0x10002B31
,
UIElementID.DialogConfirmationShardsField = 0x10002B32
,
UIElementID.DialogConfirmationPlatField = 0x10002B33
,
UIElementID.ShardsButtonResetLabel = 0x10002B34
,
UIElementID.getshards_button_bg_overlap = 0x10002B35
,
UIElementID.DialogConfirmationRestLabel = 0x10002B36
,
UIElementID.getshards_button_background_overlap = 0x10002B37
,
UIElementID.Inventory_AnvilShardsButton = 0x10002B38
,
UIElementID.TempLabel = 0x10002B39
,
UIElementID.ShardIcon = 0x10002B3A
,
UIElementID.ShardCostField = 0x10002B3B
,
UIElementID.PlatIconField = 0x10002B3C
,
UIElementID.PlatIcon = 0x10002B3D
,
UIElementID.OrBorder = 0x10002B3E
,
UIElementID.right_tilde = 0x10002B3F
,
UIElementID.left_tilde = 0x10002B40
,
UIElementID.OR = 0x10002B41
,
UIElementID.FeatRespecPlatField = 0x10002B42
,
UIElementID.FeatRespecShardField = 0x10002B43
,
UIElementID.FeatRespecShardIcon = 0x10002B44
,
UIElementID.FeatRespecPlatIcon = 0x10002B45
,
UIElementID.FeatRespecShardsButtonBackground = 0x10002B46
,
UIElementID.PlusSign = 0x10002B47
,
UIElementID.ShardCostBkg = 0x10002B48
,
UIElementID.PlatCostBkg = 0x10002B49
,
UIElementID.PayShardsOrPlatDialogRootField = 0x10002B4A
,
UIElementID.PayShardsOrPlatDialogMessage = 0x10002B4B
,
UIElementID.DialogPayShardsButton = 0x10002B4C
,
UIElementID.DialogPayPlatButton = 0x10002B4D
,
UIElementID.DialogPayShardsOrPlatCancelButton = 0x10002B4E
,
UIElementID.DialogPayShardsOrPlatBoxDragbar = 0x10002B4F
,
UIElementID.DialogPayShardsOrPlatDecoBackground = 0x10002B50
,
UIElementID.ShardCostLabel = 0x10002B51
,
UIElementID.PlatCostLabel = 0x10002B52
,
UIElementID.CurrencyField_BackgroundDivider = 0x10002B53
,
UIElementID.FeatRespecPlatLabel = 0x10002B54
,
UIElementID.FeatRespecShardLabel = 0x10002B55
,
UIElementID.FeatRespecDialog_CostInfoList = 0x10002B56
,
UIElementID.Shop_Player_ShardCurrency = 0x10002B57
,
UIElementID.gui2_button_basic_medium_bkg = 0x10002B58
,
UIElementID.gui2_button_basic_medium_bg = 0x10002B59
,
UIElementID.PlatTooltipField = 0x10002B5A
,
UIElementID.ShardsTooltipField = 0x10002B5B
,
UIElementID.PlatTooltipInfo = 0x10002B5C
,
UIElementID.ShardTooltipInfo = 0x10002B5D
,
UIElementID.Inventory_RepairForShardsButtonBG = 0x10002B5E
,
UIElementID.LevelRangeUIElementAuction = 0x10002B5F
,
UIElementID.Auction_AuctionsPage_Bid_Amount_Label = 0x10002B60
,
UIElementID.Auction_BidsPage_Bid_Amount_Label = 0x10002B61
,
UIElementID.box_tooltip_red_gold = 0x10002B62
,
UIElementID.Inventory_Cosmetic1Slot = 0x10002B63
,
UIElementID.Inventory_CosmeticSlot_label = 0x10002B64
,
UIElementID.Inventory_Cosmetic2Slot = 0x10002B65
,
UIElementID.Inventory_Cosmetic3Slot = 0x10002B66
,
UIElementID.DailiesRewardField = 0x10002B67
,
UIElementID.DailiesRewardsBackground = 0x10002B68
,
UIElementID.SelectTreasureField = 0x10002B69
,
UIElementID.SilverButtonField = 0x10002B6A
,
UIElementID.SilverButton = 0x10002B6B
,
UIElementID.GoldButtonField = 0x10002B6C
,
UIElementID.GoldButton = 0x10002B6D
,
UIElementID.IntroTextField = 0x10002B6E
,
UIElementID.SilverbuttonText = 0x10002B6F
,
UIElementID.GoldButtonText = 0x10002B70
,
UIElementID.DailiesRewardsListField = 0x10002B71
,
UIElementID.DailiesRewardsListBox = 0x10002B72
,
UIElementID.PortalActivate_Frame = 0x10002B73
,
UIElementID.DailyRewardsCloseButton = 0x10002B74
,
UIElementID.DailiesRewards_SilverButton = 0x10002B75
,
UIElementID.DailiesRewards_GoldButton = 0x10002B76
,
UIElementID.DailiesRewardsGoldField = 0x10002B77
,
UIElementID.DailiesRewardsSilverField = 0x10002B78
,
UIElementID.DailiesRewards_SilverField = 0x10002B79
,
UIElementID.DailiesRewards_GoldField = 0x10002B7A
,
UIElementID.DailiesRewards_RollSilverButton = 0x10002B7B
,
UIElementID.DailiesRewards_RollSilverButtonField = 0x10002B7C
,
UIElementID.DailiesRewards_RollGoldButtonField = 0x10002B7D
,
UIElementID.RollSilverButtonText = 0x10002B7E
,
UIElementID.DailiesRewards_RollGoldButton = 0x10002B7F
,
UIElementID.RollGoldButtonText = 0x10002B80
,
UIElementID.DailiesReward_Menu_Title = 0x10002B81
,
UIElementID.DailiesRewards_RollCostIconField = 0x10002B82
,
UIElementID.DailiesRewards_RollCostText = 0x10002B83
,
UIElementID.DailiesRewards_SelectTreasureField = 0x10002B84
,
UIElementID.DailiesRewards_SelectTreasureChestField = 0x10002B85
,
UIElementID.DailiesRewards_IntroText = 0x10002B86
,
UIElementID.DailiesRewards_RewardEntryMarkerTemplate = 0x10002B87
,
UIElementID.DailiesRewards_Icon_Overlay = 0x10002B88
,
UIElementID.DailiesRewards_Icon_ActiveOverlay = 0x10002B89
,
UIElementID.DailiesRewards_Icon_PassiveOverlay = 0x10002B8A
,
UIElementID.DailiesRewards_Marker_SubTitle = 0x10002B8B
,
UIElementID.DestinyTree_bkg = 0x10002B8C
,
UIElementID.TurbinePointCurrency_TooltipProvider = 0x10002B8D
,
UIElementID.DailyReward_Icon = 0x10002B8E
,
UIElementID.FellowMail = 0x10002B8F
,
UIElementID.FellowDailyReward = 0x10002B90
,
UIElementID.DailiesRewards_Marker_Highlight = 0x10002B91
,
UIElementID.Marker_Number = 0x10002B92
,
UIElementID.GoldFieldTopLid = 0x10002B93
,
UIElementID.GoldFieldBottom = 0x10002B94
,
UIElementID.SilverFieldTopLid = 0x10002B95
,
UIElementID.SilverFieldBottom = 0x10002B96
,
UIElementID.DailiesRewards_IntroTextTwo = 0x10002B97
,
UIElementID.SilverFieldBorder = 0x10002B98
,
UIElementID.GoldFieldBorder = 0x10002B99
,
UIElementID.RollText = 0x10002B9A
,
UIElementID.IntroTextTGA = 0x10002B9B
,
UIElementID.IntroTextTGATwo = 0x10002B9C
,
UIElementID.ButtonBlockerFieldTL = 0x10002B9D
,
UIElementID.ButtonblockerBL = 0x10002B9E
,
UIElementID.Buttonblockerbr = 0x10002B9F
,
UIElementID.CharGen_Playstyle_Iconic = 0x10002BA0
,
UIElementID.Chargen_Playstyle_Iconic_Desc = 0x10002BA1
,
UIElementID.Chargen_Playstyle_Iconic_Graphic = 0x10002BA2
,
UIElementID.Chargen_Playstyle_Iconic_Label = 0x10002BA3
,
UIElementID.ButtonBlockerTR = 0x10002BA4
,
UIElementID.CharGen_SelectIconic = 0x10002BA5
,
UIElementID.ButtonBlockerTL = 0x10002BA6
,
UIElementID.ButtonBlockers = 0x10002BA7
,
UIElementID.ButtonBlockerBBR = 0x10002BA8
,
UIElementID.ButtonBlockerBBL = 0x10002BA9
,
UIElementID.CharGen_Iconic = 0x10002BAA
,
UIElementID.CharGen_Select_Iconic_BladeForged = 0x10002BAB
,
UIElementID.CharGen_SelectIconic_LabelTemplate = 0x10002BAC
,
UIElementID.CharGen_Select_Iconic_Label = 0x10002BAD
,
UIElementID.CharGen_Select_Iconic_BuyNow = 0x10002BAE
,
UIElementID.CharGen_Select_Iconic_MaleButton = 0x10002BAF
,
UIElementID.CharGen_Select_Iconic_FemaleButton = 0x10002BB0
,
UIElementID.CharGen_IconicPath_Field = 0x10002BB1
,
UIElementID.CharGen_Iconic_BladeForged = 0x10002BB2
,
UIElementID.CharGen_Iconic_Recommend_Iconic_BladeForged = 0x10002BB3
,
UIElementID.CharGen_Iconic_ShaderKai = 0x10002BB4
,
UIElementID.CharGen_Iconic_PurpleDragonKnight = 0x10002BB5
,
UIElementID.CharGen_Iconic_Morninglord = 0x10002BB6
,
UIElementID.CharGen_Select_Iconic_ShaderKai = 0x10002BB7
,
UIElementID.CharGen_Select_Iconic_PurpleDragonKnight = 0x10002BB8
,
UIElementID.CharGen_Select_Iconic_Morninglord = 0x10002BB9
,
UIElementID.CharGen_SelectIconic_Button = 0x10002BBA
,
UIElementID.Chargen_Admin_FlagIconicCbx = 0x10002BBB
,
UIElementID.Chargen_Admin_FlagIconicLabel = 0x10002BBC
,
UIElementID.CharGen_SelectIconic_Label_TryItNow = 0x10002BBD
,
UIElementID.CharGen_SelectIconic_Label = 0x10002BBE
,
UIElementID.CharGen_SelectIconic_Button_TryItNow = 0x10002BBF
,
UIElementID.CharGen_SelectIconic_BuyNow = 0x10002BC0
,
UIElementID.CharGen_SelectIconic_MaleButton = 0x10002BC1
,
UIElementID.CharGen_SelectIconic_FemaleButton = 0x10002BC2
,
UIElementID.Subtitle_Tooltip = 0x10002BC3
,
UIElementID.MailElement_Letter_AstralShardCurrency_Attached = 0x10002BC4
,
UIElementID.CharGen_SelectBladeforged = 0x10002BC5
,
UIElementID.CharGen_Select_Path_Bladeforged = 0x10002BC6
,
UIElementID.CharGen_Select_Bladeforged_Var1 = 0x10002BC7
,
UIElementID.Title_Font_16 = 0x10002BC8
,
UIElementID.Select_Barb_Field = 0x10002BC9
,
UIElementID.Select_Bard_Field = 0x10002BCA
,
UIElementID.Select_Cleric_Field = 0x10002BCB
,
UIElementID.Select_Fighter_Field = 0x10002BCC
,
UIElementID.Select_Monk_Field = 0x10002BCD
,
UIElementID.Select_Paladin_Field = 0x10002BCE
,
UIElementID.Select_Ranger_Field = 0x10002BCF
,
UIElementID.Select_Rogue_Field = 0x10002BD0
,
UIElementID.Select_Sorcerer_Field = 0x10002BD1
,
UIElementID.Select_Wizard_Field = 0x10002BD2
,
UIElementID.Select_FavoredSoul_Field = 0x10002BD3
,
UIElementID.Select_Artificer_Field = 0x10002BD4
,
UIElementID.Select_Druid_Field = 0x10002BD5
,
UIElementID.Select_Bladeforged_Field = 0x10002BD6
,
UIElementID.Comingsoon_small = 0x10002BD7
,
UIElementID.CharSelect_CreateIconicButton = 0x10002BD8
,
UIElementID.CharSelect_TransportToEberon = 0x10002BD9
,
UIElementID.CharSelect_TransportToEberron = 0x10002BDA
,
UIElementID.CharSelect_TransportToForgottenRealms = 0x10002BDB
,
UIElementID.CreateIconicField = 0x10002BDC
,
UIElementID.CharSelect_ShardIcon = 0x10002BDD
,
UIElementID.CharGen_ComingSoon_Text = 0x10002BDE
,
UIElementID.CharSelect_IconicFrame = 0x10002BDF
,
UIElementID.CharSelect_IconicSymbolIcon = 0x10002BE0
,
UIElementID.SortingMenu_ActivePassive = 0x10002BE1
,
UIElementID.CharSelect_IconicBackgound = 0x10002BE2
,
UIElementID.CharSelect_IconicBackground = 0x10002BE3
,
UIElementID.ShardBalanceField = 0x10002BE4
,
UIElementID.Shard_Balance_HUD = 0x10002BE5
,
UIElementID.ShardBalance = 0x10002BE6
,
UIElementID.Decorated_TurbinePointCurrencyHUD_Player = 0x10002BE7
,
UIElementID.Shard_HUD_Balance_Field = 0x10002BE8
,
UIElementID.CharGen_BuyNow = 0x10002BE9
,
UIElementID.Chargen_IconicsBuyNowButton = 0x10002BEA
,
UIElementID.CharGen_CreateIconic = 0x10002BEB
,
UIElementID.BuyIconicsButton = 0x10002BEC
,
UIElementID.EnhancementTree_Class4 = 0x10002BED
,
UIElementID.EnhancementTree_Class5 = 0x10002BEE
,
UIElementID.EnhancementTree_Class6 = 0x10002BEF
,
UIElementID.TextEntryBlocker = 0x10002BF0
,
UIElementID.BlockerField = 0x10002BF1
,
UIElementID.EnhancementsDropDownMenu = 0x10002BF2
,
UIElementID.FeatMarkerBGNew = 0x10002BF3
,
UIElementID.CoreEnhancementsHeader = 0x10002BF4
,
UIElementID.Enhancements_PopupField = 0x10002BF5
,
UIElementID.Enhancements_PopupItem = 0x10002BF6
,
UIElementID.EnhancementListBoxButton = 0x10002BF7
,
UIElementID.EnhancementPopupSelectable = 0x10002BF8
,
UIElementID.Chargen_BladeforgedUpsellButton = 0x10002BF9
,
UIElementID.Marker_Untrainable_Overlay = 0x10002BFA
,
UIElementID.EnhancementTree_Class7 = 0x10002BFB
,
UIElementID.EnhancementTree_Class8 = 0x10002BFC
,
UIElementID.EnhancementTree_Class9 = 0x10002BFD
,
UIElementID.VIPWeeklyRoll__ = 0x10002BFE
,
UIElementID.DailyRewardIconGold = 0x10002BFF
,
UIElementID.DailyReward_Icon_Gold = 0x10002C00
,
UIElementID.FellowDailyRewardGold = 0x10002C01
,
UIElementID.EnhancementTree_CoreEnhancementsBkg = 0x10002C02
,
UIElementID.CoreEnhancementsLabel = 0x10002C03
,
UIElementID.Chest_Reset_Loot_Button = 0x10002C04
,
UIElementID.Chest_ResetLoot_Background = 0x10002C05
,
UIElementID.Chest_Reset_ShardsField = 0x10002C06
,
UIElementID.Chest_Reset_ShardCostLabel = 0x10002C07
,
UIElementID.CharSelect_Transport_BuyNow = 0x10002C08
,
UIElementID.PayShardsOrPlatDialogWarning = 0x10002C09
,
UIElementID.Select_Shadarkai_Field = 0x10002C0A
,
UIElementID.CharGen_Select_Shadarkai_Var1 = 0x10002C0B
,
UIElementID.CharGen_Select_Path_Shadarkai = 0x10002C0C
,
UIElementID.CharGen_Select_Path_Morninglord = 0x10002C0D
,
UIElementID.Select_Morninglord_Field = 0x10002C0E
,
UIElementID.CharGen_Select_Morninglord_Var1 = 0x10002C0F
,
UIElementID.CharGen_Select_Bladeforged_Var2 = 0x10002C10
,
UIElementID.TestDude = 0x10002C11
,
UIElementID.CharGen_Select_Path_PDK = 0x10002C12
,
UIElementID.Select_PDK_Field = 0x10002C13
,
UIElementID.CharGen_Select_PDK_Var1 = 0x10002C14
,
UIElementID.PortalUI_RewardResourceItemMarkerSmall = 0x10002C15
,
UIElementID.Chest_ResetLoot_Container = 0x10002C16
,
UIElementID.EpicDesitiny_BuyDestiny_Button = 0x10002C17
,
UIElementID.EpicDestiny_BuyDestiny_Button = 0x10002C18
,
UIElementID.EnhancemntTree_CharSheet_Button = 0x10002C19
,
UIElementID.EnhancementTree_Cancel_Button = 0x10002C1A
,
UIElementID.EnhancementTree_Accept_Button = 0x10002C1B
,
UIElementID.Enhancement_PointsReport = 0x10002C1C
,
UIElementID.EnhancementTree_CharSheet_Button = 0x10002C1D
,
UIElementID.EnhancementTree_Left_Arrow = 0x10002C1E
,
UIElementID.EnhancementTree_Right_Arrow = 0x10002C1F
,
UIElementID.BuyNowButton_mini_noarrow = 0x10002C20
,
UIElementID.EpicDestiny_Get_text = 0x10002C21
,
UIElementID.Orb_BuyNow = 0x10002C22
,
UIElementID.BuyNowButton_mini_long = 0x10002C23
,
UIElementID.EnhancementTree_CloseButton = 0x10002C24
,
UIElementID.newthing = 0x10002C25
,
UIElementID.EpicTrueReincarnation_Frame = 0x10002C26
,
UIElementID.EpicTrueReincarnation_Frame_Title = 0x10002C27
,
UIElementID.EpicTrueReincarnation_Frame_CloseButton = 0x10002C28
,
UIElementID.EpicTrueReincarnation_Frame_MoveBar = 0x10002C29
,
UIElementID.EpicTrueReincarnation_BG = 0x10002C2A
,
UIElementID.epicTrueReincarnation_A_option_box = 0x10002C2B
,
UIElementID.epicTrueReincarnation_A_option_title_header = 0x10002C2C
,
UIElementID.EpicTrueReincarnation_A_Options = 0x10002C2D
,
UIElementID.EpicTrueReincarnation_A_Options_A = 0x10002C2E
,
UIElementID.EpicTrueReincarnation_A_Options_A_Text_Header = 0x10002C2F
,
UIElementID.EpicTrueReincarnation_A_Options_A_Text_Body = 0x10002C30
,
UIElementID.EpicTrueReincarnation_A_Options_B = 0x10002C31
,
UIElementID.EpicTrueReincarnation_A_Options_B_Text_Header = 0x10002C32
,
UIElementID.EpicTrueReincarnation_A_Options_B_Text_Body = 0x10002C33
,
UIElementID.EpicTrueReincarnation_A_Header = 0x10002C34
,
UIElementID.EpicTrueReincarnation_A_Options_C = 0x10002C35
,
UIElementID.EpicTrueReincarnation_A_Options_D = 0x10002C36
,
UIElementID.EpicTrueReincarnation_A_Options_E = 0x10002C37
,
UIElementID.EpicTrueReincarnation_A_Options_C_Text_Header = 0x10002C38
,
UIElementID.EpicTrueReincarnation_A_Options_C_Text_Body = 0x10002C39
,
UIElementID.EpicTrueReincarnation_A_Options_D_Text_Header = 0x10002C3A
,
UIElementID.EpicTrueReincarnation_A_Options_E_Text_Header = 0x10002C3B
,
UIElementID.EpicTrueReincarnation_A_Options_D_Text_Body = 0x10002C3C
,
UIElementID.EpicTrueReincarnation_A_Options_E_Text_Body = 0x10002C3D
,
UIElementID.EpicTrueReincarnation_A_Arrow_Next = 0x10002C3E
,
UIElementID.EpicTrueReincarnation_B_Header = 0x10002C3F
,
UIElementID.EpicTrueReincarnation_B_Dropdown = 0x10002C40
,
UIElementID.EpicTrueReincarnation_B_Dropdown_BG = 0x10002C41
,
UIElementID.EpicTrueReincarnation_B_Dropdown_Menu = 0x10002C42
,
UIElementID.EpicTrueReincarnation_B_Body = 0x10002C43
,
UIElementID.EpicTrueReincarnation_B_Body_BG = 0x10002C44
,
UIElementID.EpicTrueReincarnation_B_Footer = 0x10002C45
,
UIElementID.EpicTrueReincarnation_B_Footer_Spacer = 0x10002C46
,
UIElementID.EpicTrueReincarnation_B_Footer_BG = 0x10002C47
,
UIElementID.EpicTrueReincarnation_B_Footer_Arrow_Next = 0x10002C48
,
UIElementID.EpicTrueReincarnation_B_Footer_Arrow_Back = 0x10002C49
,
UIElementID.EpicTrueReincarnation_B_Footer_Items = 0x10002C4A
,
UIElementID.EpicTrueReincarnation_B_Footer_Items_Text_Required = 0x10002C4B
,
UIElementID.EpicTrueReincarnation_B_Footer_Items_SlotA = 0x10002C4C
,
UIElementID.EpicTrueReincarnation_B_Footer_Items_SlotA_BG = 0x10002C4D
,
UIElementID.EpicTrueReincarnation_B_Footer_Items_SlotB = 0x10002C4E
,
UIElementID.EpicTrueReincarnation_B_Footer_Items_SlotB_BG = 0x10002C4F
,
UIElementID.EpicTrueReincarnation_C_Header = 0x10002C50
,
UIElementID.EpicTrueReincarnation_C_Footer = 0x10002C51
,
UIElementID.EpicTrueReincarnation_C_Header_Subtext = 0x10002C52
,
UIElementID.EpicTrueReincarnation_C_Column_Header = 0x10002C53
,
UIElementID.EpicTrueReincarnation_C_Column_Header_TextA = 0x10002C54
,
UIElementID.EpicTrueReincarnation_B_Header_Subtext = 0x10002C55
,
UIElementID.EpicTrueReincarnation_C_Column_Header_TextB = 0x10002C56
,
UIElementID.EpicTrueReincarnation_C_Body = 0x10002C57
,
UIElementID.EpicTrueReincarnation_C_Body_BG = 0x10002C58
,
UIElementID.reincarnation_Frame = 0x10002C59
,
UIElementID.reincarnation_Frame_Title = 0x10002C5A
,
UIElementID.reincarnation_Frame_CloseButton = 0x10002C5B
,
UIElementID.reincarnation_Frame_MoveBar = 0x10002C5C
,
UIElementID.reincarnation_BG = 0x10002C5D
,
UIElementID.reincarnation_page1_Options = 0x10002C5E
,
UIElementID.reincarnation_page1_Options_A = 0x10002C5F
,
UIElementID.reincarnation_page1_Options_A_Text_Header = 0x10002C60
,
UIElementID.reincarnation_page1_Options_A_Text_Body = 0x10002C61
,
UIElementID.reincarnation_page1_Options_B = 0x10002C62
,
UIElementID.reincarnation_page1_Options_B_Text_Header = 0x10002C63
,
UIElementID.reincarnation_page1_Options_B_Text_Body = 0x10002C64
,
UIElementID.reincarnation_page1_Options_C = 0x10002C65
,
UIElementID.reincarnation_page1_Options_C_Text_Header = 0x10002C66
,
UIElementID.reincarnation_page1_Options_C_Text_Body = 0x10002C67
,
UIElementID.reincarnation_page1_Options_D = 0x10002C68
,
UIElementID.reincarnation_page1_Options_D_Text_Header = 0x10002C69
,
UIElementID.reincarnation_page1_Options_D_Text_Body = 0x10002C6A
,
UIElementID.reincarnation_page1_Options_E = 0x10002C6B
,
UIElementID.reincarnation_page1_Options_E_Text_Header = 0x10002C6C
,
UIElementID.reincarnation_page1_Options_E_Text_Body = 0x10002C6D
,
UIElementID.reincarnation_page1_Header = 0x10002C6E
,
UIElementID.reincarnation_page1_Arrow_Next = 0x10002C6F
,
UIElementID.reincarnation_page2_Header = 0x10002C70
,
UIElementID.reincarnation_page2_Header_Subtext = 0x10002C71
,
UIElementID.reincarnation_page2_Dropdown = 0x10002C72
,
UIElementID.reincarnation_page2_Dropdown_BG = 0x10002C73
,
UIElementID.reincarnation_page2_Dropdown_Menu = 0x10002C74
,
UIElementID.reincarnation_page2_Body = 0x10002C75
,
UIElementID.reincarnation_page2_Body_BG = 0x10002C76
,
UIElementID.reincarnation_page2_Footer = 0x10002C77
,
UIElementID.reincarnation_page2_Footer_Spacer = 0x10002C78
,
UIElementID.reincarnation_page2_Footer_BG = 0x10002C79
,
UIElementID.reincarnation_page2_Footer_Arrow_Next = 0x10002C7A
,
UIElementID.reincarnation_page2_Footer_Arrow_Back = 0x10002C7B
,
UIElementID.reincarnation_page2_Footer_Items = 0x10002C7C
,
UIElementID.reincarnation_page2_Footer_Items_Text_Required = 0x10002C7D
,
UIElementID.reincarnation_page2_Footer_Items_SlotA = 0x10002C7E
,
UIElementID.reincarnation_page2_Footer_Items_SlotA_BG = 0x10002C7F
,
UIElementID.reincarnation_page2_Footer_Items_SlotB = 0x10002C80
,
UIElementID.reincarnation_page2_Footer_Items_SlotB_BG = 0x10002C81
,
UIElementID.reincarnation_page3_Header = 0x10002C82
,
UIElementID.reincarnation_page3_Header_Subtext = 0x10002C83
,
UIElementID.reincarnation_page3_Footer = 0x10002C84
,
UIElementID.reincarnation_page3_Footer_Spacer = 0x10002C85
,
UIElementID.reincarnation_page3_Footer_BG = 0x10002C86
,
UIElementID.reincarnation_page3_Footer_Arrow_Next = 0x10002C87
,
UIElementID.reincarnation_page3_Footer_Arrow_Back = 0x10002C88
,
UIElementID.reincarnation_page3_Column_Header = 0x10002C89
,
UIElementID.reincarnation_page3_Column_Header_TextA = 0x10002C8A
,
UIElementID.reincarnation_page3_Column_Header_TextB = 0x10002C8B
,
UIElementID.reincarnation_page3_Body = 0x10002C8C
,
UIElementID.reincarnation_page3_Body_BG = 0x10002C8D
,
UIElementID.reincarnation_page1Field = 0x10002C8E
,
UIElementID.reincarnation_page1_Field = 0x10002C8F
,
UIElementID.reincarnation_page2_Field = 0x10002C90
,
UIElementID.reincarnation_page2Field = 0x10002C91
,
UIElementID.reincarnation_page3_Field = 0x10002C92
,
UIElementID.reincarnation_page3Field = 0x10002C93
,
UIElementID.reincarnation_mainField = 0x10002C94
,
UIElementID.reincarnation_page1FieldContainer = 0x10002C95
,
UIElementID.reincarnation_page2FieldContainer = 0x10002C96
,
UIElementID.reincarnation_page3FieldContainer = 0x10002C97
,
UIElementID.reincarnation_page1_Options_ListBox = 0x10002C98
,
UIElementID.reincarnation_page1_OptionsListBox = 0x10002C99
,
UIElementID.reincarnation_page1_markerTemplate = 0x10002C9A
,
UIElementID.reincarnation_page1_markerTemplate_Text_Header = 0x10002C9B
,
UIElementID.reincarnation_page1_markerTemplate_Text_Body = 0x10002C9C
,
UIElementID.reincarnation_page1_markerTemplateField = 0x10002C9D
,
UIElementID.AmenityList_Menu = 0x10002C9E
,
UIElementID.AmenityList_Menu_Title = 0x10002C9F
,
UIElementID.AmenityList_CloseButton = 0x10002CA0
,
UIElementID.Amenity_List = 0x10002CA1
,
UIElementID.Amenity_Scrollbar = 0x10002CA2
,
UIElementID.Amenity_List_Field = 0x10002CA3
,
UIElementID.AmenityList_AmenityMarker = 0x10002CA4
,
UIElementID.AmeniytCharger_Meter = 0x10002CA5
,
UIElementID.Marker_Effect_Title = 0x10002CA6
,
UIElementID.AmenityCharge_Meter = 0x10002CA7
,
UIElementID.TimeLeft_Title = 0x10002CA8
,
UIElementID.reincarnation_page2_Cost_MarkerList = 0x10002CA9
,
UIElementID.reincarnation_page2_CostMarker_Template = 0x10002CAA
,
UIElementID.Marker_Amenity_Checkbox = 0x10002CAB
,
UIElementID.Amenity_Buff_Button = 0x10002CAC
,
UIElementID.reincarnation_page3_markerTemplate = 0x10002CAD
,
UIElementID.Marker_Icon = 0x10002CAE
,
UIElementID.reincarnation_page3_Cost_ListBox = 0x10002CAF
,
UIElementID.reincarnation_page3_Rewards_ListBox = 0x10002CB0
,
UIElementID.reincarnation_page3_markerTemplate_BG = 0x10002CB1
,
UIElementID.AmenityInventory_Menu = 0x10002CB2
,
UIElementID.AmenityInventory_CloseButton = 0x10002CB3
,
UIElementID.Amenity_Inventory = 0x10002CB4
,
UIElementID.Amenity_Inventory_Button = 0x10002CB5
,
UIElementID.AmenityInventory_AmenityMarker = 0x10002CB6
,
UIElementID.Marker_Feat_IconField = 0x10002CB7
,
UIElementID.Marker_AmenityInInventory_Overlay = 0x10002CB8
,
UIElementID.AmenityMarker_BuyButton = 0x10002CB9
,
UIElementID.Marker_AmenityCost = 0x10002CBA
,
UIElementID.Marker_AmenityPrice = 0x10002CBB
,
UIElementID.reincarnation_Page2_FeatList = 0x10002CBC
,
UIElementID.reincarnation_Page2_ChoiceList = 0x10002CBD
,
UIElementID.reincarnation_page2_ChoiceEntryTemplate = 0x10002CBE
,
UIElementID.Marker_AmenityInHousing_Overlay = 0x10002CBF
,
UIElementID.Spheres_Divine_XP = 0x10002CC0
,
UIElementID.Spheres_Martial_XP = 0x10002CC1
,
UIElementID.Spheres_Primal_XP = 0x10002CC2
,
UIElementID.Spheres_Arcane_XP = 0x10002CC3
,
UIElementID.Sphere_Divine_SP_Label = 0x10002CC4
,
UIElementID.Sphere_Martial_XP_Label = 0x10002CC5
,
UIElementID.Sphere_Primal_XP_Label = 0x10002CC6
,
UIElementID.Sphere_Divine_XP_Label = 0x10002CC7
,
UIElementID.Sphere_Arcane_XP_Label = 0x10002CC8
,
UIElementID.AmenityMarker_BuyAndPlaceButton = 0x10002CC9
,
UIElementID.AmenityMarker_PlaceButton = 0x10002CCA
,
UIElementID.reincarnation_page4_Field = 0x10002CCB
,
UIElementID.reincarnation_page4_Footer = 0x10002CCC
,
UIElementID.reincarnation_page4_Footer_Spacer = 0x10002CCD
,
UIElementID.reincarnation_page4_Footer_BG = 0x10002CCE
,
UIElementID.reincarnation_page4_Footer_Arrow_Next = 0x10002CCF
,
UIElementID.reincarnation_page4_Footer_Arrow_Back = 0x10002CD0
,
UIElementID.reincarnation_page4_Footer_Items = 0x10002CD1
,
UIElementID.reincarnation_page4_Footer_Items_Text_Required = 0x10002CD2
,
UIElementID.reincarnation_page4_Body = 0x10002CD3
,
UIElementID.reincarnation_page4_Header = 0x10002CD4
,
UIElementID.reincarnation_page4_Header_Subtext = 0x10002CD5
,
UIElementID.reincarnation_page4FieldContainer = 0x10002CD6
,
UIElementID.reincarnation_page4_TopBar = 0x10002CD7
,
UIElementID.reincarnation_page4_Dropdown_BG = 0x10002CD8
,
UIElementID.reincarnation_page4_Footer_NameEnter_BG = 0x10002CD9
,
UIElementID.reincarnation_page4_Footer_TargetText = 0x10002CDA
,
UIElementID.reincarnation_page4_Footer_Confirm_Button = 0x10002CDB
,
UIElementID.reincarnation_page4_Header_Confirmation = 0x10002CDC
,
UIElementID.reincarnation_page4_Body_DescText = 0x10002CDD
,
UIElementID.reincarnation_pastlifeinfo = 0x10002CDE
,
UIElementID.reincarnation_page3_itemMarkerTemplate = 0x10002CDF
,
UIElementID.reincarnation_page3_Footer_ErrorText = 0x10002CE0
,
UIElementID.reincarnation_page2_Body_Description = 0x10002CE1
,
UIElementID.reincarnation_page3_markerTemplate_Fail_BG = 0x10002CE2
,
UIElementID.reincarnation_page4_Body_TextBG = 0x10002CE3
,
UIElementID.Marker_Image_BG = 0x10002CE4
,
UIElementID.Box_Reincarnation_A = 0x10002CE5
,
UIElementID.Box_Reincarnation_A_TopLeft = 0x10002CE6
,
UIElementID.Box_Reincarnation_A_Top = 0x10002CE7
,
UIElementID.Box_Reincarnation_A_TopRight = 0x10002CE8
,
UIElementID.Box_Reincarnation_A_Left = 0x10002CE9
,
UIElementID.Box_Reincarnation_A_Middle = 0x10002CEA
,
UIElementID.Box_Reincarnation_A_Right = 0x10002CEB
,
UIElementID.Box_Reincarnation_A_BottomLeft = 0x10002CEC
,
UIElementID.Box_Reincarnation_A_Bottom = 0x10002CED
,
UIElementID.Box_Reincarnation_A_BottomRight = 0x10002CEE
,
UIElementID.Box_Reincarnation_A_Fail = 0x10002CEF
,
UIElementID.Box_Reincarnation_A_Fail_TopLeft = 0x10002CF0
,
UIElementID.Box_Reincarnation_A_Fail_Top = 0x10002CF1
,
UIElementID.Box_Reincarnation_A_Fail_TopRight = 0x10002CF2
,
UIElementID.Box_Reincarnation_A_Fail_Left = 0x10002CF3
,
UIElementID.Box_Reincarnation_A_Fail_Middle = 0x10002CF4
,
UIElementID.Box_Reincarnation_A_Fail_Right = 0x10002CF5
,
UIElementID.Box_Reincarnation_A_Fail_BottomLeft = 0x10002CF6
,
UIElementID.Box_Reincarnation_A_Fail_Bottom = 0x10002CF7
,
UIElementID.Box_Reincarnation_A_Fail_BottomRight = 0x10002CF8
,
UIElementID.reincarnation_page2_ChoiceEntryTemplate_BG = 0x10002CF9
,
UIElementID.reincarnation_page2_Body_Description_BG = 0x10002CFA
,
UIElementID.Amenity_Inventory_FilterOnShip_Checkbox = 0x10002CFB
,
UIElementID.Amenity_Inventory_FilterInInv_Checkbox = 0x10002CFC
,
UIElementID.Amenity_Inventory_FilterBuyable_Checkbox = 0x10002CFD
,
UIElementID.Amenity_Inventory_FilterOnShip_Label = 0x10002CFE
,
UIElementID.Amenity_Inventory_FilterInInv_Label = 0x10002CFF
,
UIElementID.Amenity_Inventory_FilterBuyable_Label = 0x10002D00
,
UIElementID.Amenity_Inventory_HookSize_Filter = 0x10002D01
,
UIElementID.reincarnation_page1_optionTemplate = 0x10002D02
,
UIElementID.reincarnation_page1_option_Title = 0x10002D03
,
UIElementID.reincarnation_page1_option_Description = 0x10002D04
,
UIElementID.Amenity_Inventory_Currency = 0x10002D05
,
UIElementID.Amenity_Inventory_UsePersonalCurrency = 0x10002D06
,
UIElementID.Amenity_Inventory_UsePersonalShards = 0x10002D07
,
UIElementID.Amenity_Inventory_UsePersonalCurrencyTitle = 0x10002D08
,
UIElementID.Amenity_Inventory_UsePersonalShardsTitle = 0x10002D09
,
UIElementID.Amenity_Inventory_TurbinePointCurrency = 0x10002D0A
,
UIElementID.Marker_AmenityShardPrice = 0x10002D0B
,
UIElementID.Amenity_Inventory_CurrencySelector = 0x10002D0C
,
UIElementID.Sentients_Menu = 0x10002D0D
,
UIElementID.Sentients_Menu_Title = 0x10002D0E
,
UIElementID.Sentients_CloseButton = 0x10002D0F
,
UIElementID.Sentients_Details_Panel = 0x10002D10
,
UIElementID.Sentients_ItemMarker = 0x10002D11
,
UIElementID.Sentients_Item_Title = 0x10002D12
,
UIElementID.Sentients_Item_Level = 0x10002D13
,
UIElementID.Sentients_Item_XP_Meter = 0x10002D14
,
UIElementID.SentientItemDisplay_Level = 0x10002D15
,
UIElementID.SentientItemDisplay_XP = 0x10002D16
,
UIElementID.SentientItemDisplay_Sphere = 0x10002D17
,
UIElementID.SentientItemDisplay_Affinity = 0x10002D18
,
UIElementID.Sentients_Slots_Field = 0x10002D19
,
UIElementID.Sentients_Slots = 0x10002D1A
,
UIElementID.Sentients_Slots_Scrollbar = 0x10002D1B
,
UIElementID.Sentients_Feats_Panel = 0x10002D1C
,
UIElementID.Sentients_EnhancementTree = 0x10002D1D
,
UIElementID.Sentients_Slot_Template = 0x10002D1E
,
UIElementID.Sentients_IconSlot = 0x10002D1F
,
UIElementID.Sentients__Feat_MarkerTemplate = 0x10002D20
,
UIElementID.Sentients_Tabs_Field = 0x10002D21
,
UIElementID.Sentients_Tabs = 0x10002D22
,
UIElementID.Sentients_Tabs_Scrollbar = 0x10002D23
,
UIElementID.Sentients_Feat_MarkerTemplate = 0x10002D24
,
UIElementID.Sentients_Tab_MarkerTemplate = 0x10002D25
,
UIElementID.BuyNowButton_EpicDestinyIcon = 0x10002D26
,
UIElementID.FeatRespecDialog_LevelSelection = 0x10002D27
,
UIElementID.AmenityInventory_Menu_BG = 0x10002D28
,
UIElementID.Amenity_List_Rope_Left = 0x10002D29
,
UIElementID.Amenity_List_Rope_Right = 0x10002D2A
,
UIElementID.dungeonquest_revive_tab = 0x10002D2B
,
UIElementID.dungeonquest_revive_tab_bg = 0x10002D2C
,
UIElementID.DungeonQuest_revive_ReviveButton = 0x10002D2D
,
UIElementID.DungeonQuest_revive_button_image = 0x10002D2E
,
UIElementID.EpicDesitiny_TwistsOfFate_Scrollbar = 0x10002D2F
,
UIElementID.AmenityInventory_OnShip_AmenityMarker = 0x10002D30
,
UIElementID.AmenityInventory_InInventory_AmenityMarker = 0x10002D31
,
UIElementID.AmenityInventory_Buyable_AmenityMarker = 0x10002D32
,
UIElementID.AmenityMarker_BuyWithCoinButton = 0x10002D33
,
UIElementID.AmenityMarker_BuyWithShardsButton = 0x10002D34
,
UIElementID.Amenity_Inventory_UseGuildCurrencyTitle = 0x10002D35
,
UIElementID.Amenity_Inventory_UseGuildCurrency = 0x10002D36
,
UIElementID.Amenity_Inventory_Guild_Currency = 0x10002D37
,
UIElementID.Amenity_Inventory_Guild_TurbinePointCurrency = 0x10002D38
,
UIElementID.CurrencyValue_Guild = 0x10002D39
,
UIElementID.ImageRewardViewer_Menu = 0x10002D3A
,
UIElementID.mageRewardViewer_Menu_Title = 0x10002D3B
,
UIElementID.mageRewardViewer_CloseButton = 0x10002D3C
,
UIElementID.ImageRewardViewer_Menu_Title = 0x10002D3D
,
UIElementID.ImageRewardViewer_CloseButton = 0x10002D3E
,
UIElementID.ImageRewardViewer_Image = 0x10002D3F
,
UIElementID.Inventory_Tab7 = 0x10002D40
,
UIElementID.Inventory_Tab8 = 0x10002D41
,
UIElementID.Inventory_BuyNowSlot7 = 0x10002D42
,
UIElementID.Inventory_BuyNowSlot8 = 0x10002D43
,
UIElementID.Death_ReviveBy = 0x10002D44
,
UIElementID.ReviveBy = 0x10002D45
,
UIElementID.One = 0x10002D46
,
UIElementID.Two = 0x10002D47
,
UIElementID.Three = 0x10002D48
,
UIElementID.One_Text = 0x10002D49
,
UIElementID.Two_text = 0x10002D4A
,
UIElementID.Three_text = 0x10002D4B
,
UIElementID.ToRelease = 0x10002D4C
,
UIElementID.BuyCakeWithShards = 0x10002D4D
,
UIElementID.Shard = 0x10002D4E
,
UIElementID.Button = 0x10002D4F
,
UIElementID.ImageRewardViewerGallery_Menu = 0x10002D50
,
UIElementID.ImageRewardViewerGallery_Menu_Title = 0x10002D51
,
UIElementID.ImageRewardViewerGallery_CloseButton = 0x10002D52
,
UIElementID.ImageRewardViewerGallery_Image = 0x10002D53
,
UIElementID.ImageRewardGallery_Menu = 0x10002D54
,
UIElementID.ImageRewardGallery_Menu_Title = 0x10002D55
,
UIElementID.ImageRewardGallery_CloseButton = 0x10002D56
,
UIElementID.ImageRewardGallery_Image = 0x10002D57
,
UIElementID.ImageRewardGallery_MarkerList = 0x10002D58
,
UIElementID.ImageRewardGallery_Scrollbar = 0x10002D59
,
UIElementID.ImageRewardGallery_SeriesMarker = 0x10002D5A
,
UIElementID.ImageRewardGallery_Series_MarkerList = 0x10002D5B
,
UIElementID.ImageRewardGallery_Series_Scrollbar = 0x10002D5C
,
UIElementID.ImageRewardGallery_Series_Name = 0x10002D5D
,
UIElementID.ImageRewardGallery_ImageReward_MarkerTemplate = 0x10002D5E
,
UIElementID.BuyCakeWithShards_Button = 0x10002D5F
,
UIElementID.Death_ShardField = 0x10002D60
,
UIElementID.Death_ShardCostLabel = 0x10002D61
,
UIElementID.Death_Three = 0x10002D62
,
UIElementID.ImageRewardGallery_ImageReward_MarkerTemplate_Background = 0x10002D63
,
UIElementID.ImageRewardGallery_ImageReward_Marker_Name = 0x10002D64
,
UIElementID.ImageRewardGallery_ImageReward_Marker_Number = 0x10002D65
,
UIElementID.ImageRewardGallery_Series_MarkerTemplate = 0x10002D66
,
UIElementID.ImageRewardGallery_SeriesElement = 0x10002D67
,
UIElementID.ImageRewardGallery_SeriesElementTemplate = 0x10002D68
,
UIElementID.ImageRewardGallery_Series_List = 0x10002D69
,
UIElementID.ImageRewardGallery_SeriesList = 0x10002D6A
,
UIElementID.ImageRewardGallery_DarkBox = 0x10002D6B
,
UIElementID.ImageRewardGallery_NextImage = 0x10002D6C
,
UIElementID.ImageRewardGallery_BackImage = 0x10002D6D
,
UIElementID.BuyCakeWithShards_Shard = 0x10002D6E
,
UIElementID.BuyCakeWithShards_ShardCostLabel = 0x10002D6F
,
UIElementID.ImageRewardGallery_Background = 0x10002D70
,
UIElementID.ImageRewardGallery_ = 0x10002D71
,
UIElementID.ImageRewardGallery_CardSet_Button = 0x10002D72
,
UIElementID.ImageRewardGallery_HeaderBase = 0x10002D73
,
UIElementID.ImageRewardGallery_HeaderBase_deco_right = 0x10002D74
,
UIElementID.ImageRewardGallery_HeaderBase_deco_left = 0x10002D75
,
UIElementID.ImageRewardGallery_Image_CloseButton = 0x10002D76
,
UIElementID.Bank_AccountSingletonBank_Tab = 0x10002D77
,
UIElementID.Bank_AccountBank_Field = 0x10002D78
,
UIElementID.AdminDRSSingletonBankViewer = 0x10002D79
,
UIElementID.DRSSingletonBank_Title = 0x10002D7A
,
UIElementID.DRSSingletonBank_Refresh = 0x10002D7B
,
UIElementID.DRSSingletonBank_List = 0x10002D7C
,
UIElementID.DRSSingletonBank_PageStatus = 0x10002D7D
,
UIElementID.DRSSingletonBank_PrevPage = 0x10002D7E
,
UIElementID.DRSSingletonBank_NextPage = 0x10002D7F
,
UIElementID.DRSSingletonBank_Steal = 0x10002D80
,
UIElementID.DRSSingletonBank_Capacity = 0x10002D81
,
UIElementID.PlayerDRSSingletonBankViewer = 0x10002D82
,
UIElementID.DRSSingletonBank_Semiavailable = 0x10002D83
,
UIElementID.DRSSingletonBank_BuyMeText = 0x10002D84
,
UIElementID.DRSSingletonBank_InfoText = 0x10002D85
,
UIElementID.DRSSingletonBank_BuyNowButton = 0x10002D86
,
UIElementID.DRSSingletonBank_ListBackground = 0x10002D87
,
UIElementID.DRSSingletonBank_List_Scrollbar = 0x10002D88
,
UIElementID.DRSSingletonBank_Semiavailable_Nonbuyable = 0x10002D89
,
UIElementID.DRSSingletonBank_Unavailable = 0x10002D8A
,
UIElementID.DRSSingletonBank_BuyMeTextBackground = 0x10002D8B
,
UIElementID.DRSSingletonBank_FrillWrapper = 0x10002D8C
,
UIElementID.DRSSingletonBank = 0x10002D8D
,
UIElementID.DRSSingletonBank_Capacity_BG = 0x10002D8E
,
UIElementID.DRSSingletonBank_Capacity_Label = 0x10002D8F
,
UIElementID.DRSSingletonBank_Storage_Label = 0x10002D90
,
UIElementID.DRSSingletonBank_Capacity_Upgrade = 0x10002D91
,
UIElementID.PlayerDRSSingletonBankMarker = 0x10002D92
,
UIElementID.Bank_AccountSingletonBank_Panel = 0x10002D93
,
UIElementID.Bank_SearchField = 0x10002D94
,
UIElementID.DRSSingletonBank_SearchField = 0x10002D95
,
UIElementID.GuildFlagshipNameValue = 0x10002D96
,
UIElementID.AmenityList_SelectAll_Checkbox = 0x10002D97
,
UIElementID.AmenityList_SelectAll_label = 0x10002D98
,
UIElementID.AmenityMarker_UpgradeWithCoinButton = 0x10002D99
,
UIElementID.AmenityMarker_UpgradeWithShardsButton = 0x10002D9A
,
UIElementID.ComplexTooltip_Amenity = 0x10002D9B
,
UIElementID.ComplexTooltip_Amenity_Icon = 0x10002D9C
,
UIElementID.ComplexTooltip_Amenity_Name = 0x10002D9D
,
UIElementID.ComplexTooltip_Amenity_Description = 0x10002D9E
,
UIElementID.AmenityTooltipProviderUIElement = 0x10002D9F
,
UIElementID.AirshipShowroom_Menu = 0x10002DA0
,
UIElementID.AirshipShowroom_CloseButton = 0x10002DA1
,
UIElementID.AirshipShowroom_Menu_BG = 0x10002DA2
,
UIElementID.AirshipShowroom_OnShip_AmenityMarker = 0x10002DA3
,
UIElementID.AirshipShowroom_InInventory_AmenityMarker = 0x10002DA4
,
UIElementID.AirshipShowroom_Buyable_AmenityMarker = 0x10002DA5
,
UIElementID.AirshipShowroom_AmenityMarker = 0x10002DA6
,
UIElementID.AirshipShowroom_Menu_Title = 0x10002DA7
,
UIElementID.AirshipShowroom_List_Field = 0x10002DA8
,
UIElementID.AirshipShowroom = 0x10002DA9
,
UIElementID.AirshipShowroom_Scrollbar = 0x10002DAA
,
UIElementID.AirshipShowroom_List_Rope_Left = 0x10002DAB
,
UIElementID.AirshipShowroom_List_Rope_Right = 0x10002DAC
,
UIElementID.AirshipShowroom_FilterOnShip_Checkbox = 0x10002DAD
,
UIElementID.AirshipShowroom_FilterOnShip_Label = 0x10002DAE
,
UIElementID.AirshipShowroom_FilterInInv_Checkbox = 0x10002DAF
,
UIElementID.AirshipShowroom_FilterInInv_Label = 0x10002DB0
,
UIElementID.AirshipShowroom_FilterBuyable_Checkbox = 0x10002DB1
,
UIElementID.AirshipShowroom_FilterBuyable_Label = 0x10002DB2
,
UIElementID.AirshipShowroom_HookSize_Filter = 0x10002DB3
,
UIElementID.AirshipShowroom_Currency = 0x10002DB4
,
UIElementID.AirshipShowroom_TurbinePointCurrency = 0x10002DB5
,
UIElementID.AirshipShowroom_Guild_Currency = 0x10002DB6
,
UIElementID.AirshipShowroom_Guild_TurbinePointCurrency = 0x10002DB7
,
UIElementID.AirshipShowroom_Guild_Field = 0x10002DB8
,
UIElementID.AirshipShowroom_Guild_Level = 0x10002DB9
,
UIElementID.AirshipShowroom_Guild_Name = 0x10002DBA
,
UIElementID.AirshipShowroom_Guild_Flagship_Name = 0x10002DBB
,
UIElementID.AirshipShowroom_Guild_ShardBalance = 0x10002DBC
,
UIElementID.AirshipShowroom_Guild_PlatBalance = 0x10002DBD
,
UIElementID.AirshipShowroom_Guild_Plat_Deposit = 0x10002DBE
,
UIElementID.AirshipShowroom_Guild_Shard_Deposit = 0x10002DBF
,
UIElementID.AirshipShowroom_Guild_AirshipIcon = 0x10002DC0
,
UIElementID.AirshipShowroom_List = 0x10002DC1
,
UIElementID.AirshipShowroom_AirshipMarker = 0x10002DC2
,
UIElementID.Marker_AirshipName = 0x10002DC3
,
UIElementID.Marker_AirshipCost = 0x10002DC4
,
UIElementID.Marker_AirshipGuildLevel = 0x10002DC5
,
UIElementID.Marker_AirshipCostCoinValue = 0x10002DC6
,
UIElementID.Marker_AirshipCostValue = 0x10002DC7
,
UIElementID.AirshipShowroom_AirshipMarker_BG = 0x10002DC8
,
UIElementID.Marker_AirshipGuildLevel_Icon = 0x10002DC9
,
UIElementID.AirshipShowroom_Airship_Details = 0x10002DCA
,
UIElementID.AirshipShowroom_Airship_Details_AirshipName = 0x10002DCB
,
UIElementID.AirshipShowroom_Airship_Details_AirshipDeatilsLabel = 0x10002DCC
,
UIElementID.AirshipShowroom_Airship_Details_AirshipDeatils = 0x10002DCD
,
UIElementID.AirshipShowroom_Airship_Details_BuyArea = 0x10002DCE
,
UIElementID.AirshipShowroom_Airship_Details_AirshipGuildLevel = 0x10002DCF
,
UIElementID.AirshipShowroom_Airship_Details_AirshipCostLabel = 0x10002DD0
,
UIElementID.AirshipShowroom_Airship_Details_AirshipCostValue = 0x10002DD1
,
UIElementID.AirshipShowroom_Airship_Details_BuyNowButton = 0x10002DD2
,
UIElementID.AirshipShowroom_Deatils = 0x10002DD3
,
UIElementID.AirshipShowroom_AirshipDetailsMarker = 0x10002DD4
,
UIElementID.Marker_AirshipDetailsLabel = 0x10002DD5
,
UIElementID.Marker_AirshipDetails = 0x10002DD6
,
UIElementID.Marker_AirshipName_BuyField = 0x10002DD7
,
UIElementID.Marker_AirshipBuyNowButton = 0x10002DD8
,
UIElementID.Marker_Airship_SmallIcon = 0x10002DD9
,
UIElementID.Marker_Airship_BigIcon = 0x10002DDA
,
UIElementID.AirshipShowroom_Next = 0x10002DDB
,
UIElementID.AirshipShowroom_Back = 0x10002DDC
,
UIElementID.AirshipShowroom_ShowCanBuys = 0x10002DDD
,
UIElementID.AirshipShowroom_ShowCanBuyLabel = 0x10002DDE
,
UIElementID.AirshipShowroom_ShowOwned = 0x10002DDF
,
UIElementID.AirshipShowroom_ShowOwned_Label = 0x10002DE0
,
UIElementID.Marker_Amenity_GuildLevel = 0x10002DE1
,
UIElementID.Marker_Amenity_GuildLevelReq = 0x10002DE2
,
UIElementID.AmenityInventory_Loading = 0x10002DE3
,
UIElementID.AmenityMarker_BuyAndPlaceCoinButton = 0x10002DE4
,
UIElementID.AmenityMarker_BuyAndPlaceShardButton = 0x10002DE5
,
UIElementID.AmenityMarker_RemoveButton = 0x10002DE6
,
UIElementID.Marker_AirshipOnSaleLabel = 0x10002DE7
,
UIElementID.Marker_AirshipOnSale_Field = 0x10002DE8
,
UIElementID.Marker_AirshipOnSalePercentLabel = 0x10002DE9
,
UIElementID.SingletonMarker_Image = 0x10002DEA
,
UIElementID.AirshipShowroom_BuyButton = 0x10002DEB
,
UIElementID.Marker_AirshipBuyNowButton_Text = 0x10002DEC
,
UIElementID.Marker_AmenityUpgradeShardPrice = 0x10002DED
,
UIElementID.Marker_AmenityUpgradePrice = 0x10002DEE
,
UIElementID.TinyMarker_Font = 0x10002DEF
,
UIElementID.Marker_AirshipDetailsLabel_deco_Lt = 0x10002DF0
,
UIElementID.Marker_AirshipDetailsLabel_deco_Rt = 0x10002DF1
,
UIElementID.AirshipShowroom_DepositButton = 0x10002DF2
,
UIElementID.AirshipShowroom_Guild_Shard_Deposit_label = 0x10002DF3
,
UIElementID.AirshipShowroom_Guild_Shard_Deposit_label2 = 0x10002DF4
,
UIElementID.Amenity_Inventory_HookSize_FilterBase = 0x10002DF5
,
UIElementID.CurrencyValue_AmenityInventory = 0x10002DF6
,
UIElementID.CurrencyValueField_AmenityInventory = 0x10002DF7
,
UIElementID.Decorated_TurbinePointCurrency_Guild = 0x10002DF8
,
UIElementID.Decorated_Currency_Guild_Wide = 0x10002DF9
,
UIElementID.Currency_Guild_Wide = 0x10002DFA
,
UIElementID.BigPlatinumValueIcon = 0x10002DFB
,
UIElementID.BigGoldValueIcon = 0x10002DFC
,
UIElementID.BigSilverValueIcon = 0x10002DFD
,
UIElementID.BigCopperValueIcon = 0x10002DFE
,
UIElementID.BigTokenValueIcon = 0x10002DFF
,
UIElementID.BigTurbinePointCurrencyValueIcon = 0x10002E00
,
UIElementID.TurbinePointBackground = 0x10002E01
,
UIElementID.TurbinePointIcon = 0x10002E02
,
UIElementID.DRSSingletonBank_Background = 0x10002E03
,
UIElementID.GuildTurbinePointCurrencyEntry = 0x10002E04
,
UIElementID.GuildValueEntry = 0x10002E05
,
UIElementID.GuildTokenBackground = 0x10002E06
,
UIElementID.DRSSingletonBank_BaseBackground = 0x10002E07
,
UIElementID.AirshipShowroom_RenameButton = 0x10002E08
,
UIElementID.Resistance_Element_Magical = 0x10002E09
,
UIElementID.Charstats_MagicalResistance_Label = 0x10002E0A
,
UIElementID.Charstats_MagicalResistance_Value = 0x10002E0B
,
UIElementID.AmenityInventory_AmenityMarker_StateRoom = 0x10002E0C
,
UIElementID.AirshipShowroom_RenameButton_Base = 0x10002E0D
,
UIElementID.Examination_Enhancement_NextNext = 0x10002E0E
,
UIElementID.ExtraWeaponPowerStats = 0x10002E0F
,
UIElementID.Marker_DisabledAbility_Overlay = 0x10002E10
,
UIElementID.Inventory_CosmeticWeapon1Slot = 0x10002E11
,
UIElementID.Inventory_CosmeticWeapon2Slot = 0x10002E12
,
UIElementID.EnhancementTree_Marker = 0x10002E13
,
UIElementID.EnhancementTree_Marker_Icon = 0x10002E14
,
UIElementID.HenchmenCustomizeAI_Menu = 0x10002E15
,
UIElementID.HenchmenCustomizeAI_List_Field = 0x10002E16
,
UIElementID.HenchmenCustomizeAI_List = 0x10002E17
,
UIElementID.HenchmenCustomizeAI_Scrollbar = 0x10002E18
,
UIElementID.HenchmanCustomizeAI_Menu = 0x10002E19
,
UIElementID.HenchmanCustomizeAI_List_Field = 0x10002E1A
,
UIElementID.HenchmanCustomizeAI_List = 0x10002E1B
,
UIElementID.HenchmanCustomizeAI_Scrollbar = 0x10002E1C
,
UIElementID.HenchmanCustomizeAI_Menu_Title = 0x10002E1D
,
UIElementID.HenchmanCustomizeAI_CloseButton = 0x10002E1E
,
UIElementID.HenchmanCustomizeAI_Action_Control_Marker = 0x10002E1F
,
UIElementID.HenchmanCustomizeAI_Action_Enabled_CHeck = 0x10002E20
,
UIElementID.HenchmanCustomizeAI_Action_Control_Marker_Toggle = 0x10002E21
,
UIElementID.HenchmanCustomizeAI_Action_Enabled_Checkbox = 0x10002E22
,
UIElementID.Inventory_CosmeticWardrobePage = 0x10002E23
,
UIElementID.Inventory_CosmeticWardrobeTab = 0x10002E24
,
UIElementID.Inventory_CosmeticWardrobeFrame = 0x10002E25
,
UIElementID.button_inventorytab_cosmetic_wardrobeView = 0x10002E26
,
UIElementID.button_inventorytab_cosmetic_wardrobe = 0x10002E27
,
UIElementID.Inventory_cosmeticwardrobeview_ItemCount = 0x10002E28
,
UIElementID.Inventory_cosmeticwardrobeviewField = 0x10002E29
,
UIElementID.Inventory_cosmeticwardrobeview = 0x10002E2A
,
UIElementID.Inventory_cosmeticwardrobeview_Scrollbar = 0x10002E2B
,
UIElementID.Inventory_cosmeticwardrobeviewTabField = 0x10002E2C
,
UIElementID.Inventory_cosmeticwardrobeviewTab1 = 0x10002E2D
,
UIElementID.Inventory_cosmeticwardrobeviewTab2 = 0x10002E2E
,
UIElementID.Inventory_cosmeticwardrobeviewTab3 = 0x10002E2F
,
UIElementID.Inventory_cosmeticwardrobeviewTab4 = 0x10002E30
,
UIElementID.Inventory_cosmeticwardrobeFrame_SearchField = 0x10002E31
,
UIElementID.Inventory_cosmeticwardrobeview_SecureOption_Button = 0x10002E32
,
UIElementID.Inventory_cosmeticwardrobeView_SortOption_Button = 0x10002E33
,
UIElementID.Inventory_cosmeticwardrobeview_SortOption = 0x10002E34
,
UIElementID.Inventory_cosmeticwardrobeview_SecureOption = 0x10002E35
,
UIElementID.inventory_tabIcon_cosmetic_helmet = 0x10002E36
,
UIElementID.ERSBank_SearchField = 0x10002E37
,
UIElementID.CachingLabel = 0x10002E38
,
UIElementID.UIEffectsUI_Menu = 0x10002E39
,
UIElementID.EffectField = 0x10002E3A
,
UIElementID.reincarnation_page3_Rewards_Scrollbar = 0x10002E3B
,
UIElementID.Reward_Take_XP_Button = 0x10002E3C
,
UIElementID.ECommBrowser = 0x10002E3D
,
UIElementID.HenchmanCustomizeAI_WaitForTraps_Enabled_Checkbox = 0x10002E3E
,
UIElementID.WaitForTraps_Label = 0x10002E3F
,
UIElementID.HenchmanCustomizeAI_WaitForTraps_Field = 0x10002E40
,
UIElementID.HenchmanCustomizeAI_ResurrectDuringCombat_Field = 0x10002E41
,
UIElementID.HenchmanCustomizeAI_ResurrectDuringCombat_Enabled_Checkbox = 0x10002E42
,
UIElementID.ResurrectDuringCombat_Label = 0x10002E43
,
UIElementID.Marker_Sparkle = 0x10002E44
,
UIElementID.HenchmanCustomizeAI_Tree_CategoryTemplate = 0x10002E45
,
UIElementID.HenchmanCustomizeAI_Tree_CategoryTemplate_Text = 0x10002E46
,
UIElementID.BarterSystem_RecipeCount = 0x10002E47
,
UIElementID.BarterSystem_EntryField = 0x10002E48
,
UIElementID.BarterSystem_RecipeCount_Label = 0x10002E49
,
UIElementID.BarterSystem_RecipeCount_Field = 0x10002E4A
,
UIElementID.BarterSystem_RecipeCount_Text = 0x10002E4B
,
UIElementID.BarterSystem_RecipeCount_Clear_Button = 0x10002E4C
,
UIElementID.BarterSystem_RecipeCount_Box = 0x10002E4D
,
UIElementID.CharGen_Warlock = 0x10002E4E
,
UIElementID.CharGen_SelectWarlock = 0x10002E4F
,
UIElementID.CharGen_Select_Path_Warlock = 0x10002E50
,
UIElementID.WarlockLargeButton = 0x10002E51
,
UIElementID.ClassSelection_WarlockField = 0x10002E52
,
UIElementID.ClassSelection_WarlockButton = 0x10002E53
,
UIElementID.ClassSelection_WarlockLabel = 0x10002E54
,
UIElementID.Select_Warlock_Field = 0x10002E55
,
UIElementID.CharGen_Select_Warlock_Var1 = 0x10002E56
,
UIElementID.reincarnation_page3_Cost_Field = 0x10002E57
,
UIElementID.reincarnation_page3_Rewards_Field = 0x10002E58
,
UIElementID.PortalActivate_Reaper = 0x10002E59
,
UIElementID.PortalActivate_ReaperDifficultyField = 0x10002E5A
,
UIElementID.PortalActivate_EpicReaperDifficultyField = 0x10002E5B
,
UIElementID.RequestedClass14 = 0x10002E5C
,
UIElementID.BaseOptions_SearchText = 0x10002E5D
,
UIElementID.BaseOptions_SearchEntry = 0x10002E5E
,
UIElementID.BaseOptions_SearchEntry_BG = 0x10002E5F
,
UIElementID.BaseOptions_ShowAll_Button = 0x10002E60
,
UIElementID.WebStoreUIElement = 0x10002E61
,
UIElementID.Webstore_Admin_Navagation = 0x10002E62
,
UIElementID.Webstore_DisplayDressingRoom = 0x10002E63
,
UIElementID.Webstore_TryOnMountAppearanceTrait = 0x10002E64
,
UIElementID.Webstore_Navagate_BG = 0x10002E65
,
UIElementID.Webstore_URL_Field = 0x10002E66
,
UIElementID.Webstore_URL_Background = 0x10002E67
,
UIElementID.Webstore_ResizeBar = 0x10002E68
,
UIElementID.Store_Box = 0x10002E69
,
UIElementID.Store_Box_TopLeft = 0x10002E6A
,
UIElementID.Store_Box_Top = 0x10002E6B
,
UIElementID.Store_Box_TopRight = 0x10002E6C
,
UIElementID.Store_Box_Right = 0x10002E6D
,
UIElementID.Store_Box_BottomLeft = 0x10002E6E
,
UIElementID.Store_Box_Bottom = 0x10002E6F
,
UIElementID.Store_Box_BottomRight = 0x10002E70
,
UIElementID.Store_Box_Left = 0x10002E71
,
UIElementID.Store_Box_Center = 0x10002E72
,
UIElementID.Webstore_Resize_E = 0x10002E73
,
UIElementID.Webstore_Resize_SE = 0x10002E74
,
UIElementID.Webstore_Resize_S = 0x10002E75
,
UIElementID.Webstore_Resize_SW = 0x10002E76
,
UIElementID.Webstore_Resize_W = 0x10002E77
,
UIElementID.Webstore_Admin_Navagation_Background = 0x10002E78
,
UIElementID.Webstore_Player_Navigation = 0x10002E79
,
UIElementID.Webstore_Admin_Navigation = 0x10002E7A
,
UIElementID.Webstore_Admin_Navigation_Background = 0x10002E7B
,
UIElementID.Webstore_Titlebar_L = 0x10002E7C
,
UIElementID.Webstore_Titlebar_M = 0x10002E7D
,
UIElementID.Webstore_Titlebar_R = 0x10002E7E
,
UIElementID.Webstore_Titlebar_Bkg = 0x10002E7F
,
UIElementID.Webstore_Frame_TL = 0x10002E80
,
UIElementID.Webstore_Frame_T = 0x10002E81
,
UIElementID.Webstore_Frame_TR = 0x10002E82
,
UIElementID.Webstore_Frame_R = 0x10002E83
,
UIElementID.Webstore_Frame_BR = 0x10002E84
,
UIElementID.Webstore_Frame_B = 0x10002E85
,
UIElementID.Webstore_Frame_BL = 0x10002E86
,
UIElementID.Webstore_Frame_L = 0x10002E87
,
UIElementID.Webstore_Frame_C = 0x10002E88
,
UIElementID.Webstore_Close_Button = 0x10002E89
,
UIElementID.Webstore_Navigate_Back = 0x10002E8A
,
UIElementID.Webstore_Navigate_Home = 0x10002E8B
,
UIElementID.Webstore_Navigate_Forward = 0x10002E8C
,
UIElementID.Webstore_Navigate_Stop = 0x10002E8D
,
UIElementID.Webstore_Navigate_Refresh = 0x10002E8E
,
UIElementID.Inventory_AugmentButton = 0x10002E8F
,
UIElementID.Augment_MainField = 0x10002E90
,
UIElementID.Augment_Dragbar = 0x10002E91
,
UIElementID.Augment_TitleBar = 0x10002E92
,
UIElementID.Augment_TitleBar_Label = 0x10002E93
,
UIElementID.Augment_TitleBar_CloseButton = 0x10002E94
,
UIElementID.Augment_MainBox = 0x10002E95
,
UIElementID.Augment_Panel = 0x10002E96
,
UIElementID.Augment_PostBox_Frame = 0x10002E97
,
UIElementID.Augment_PostBox = 0x10002E98
,
UIElementID.Augment_ItemField = 0x10002E99
,
UIElementID.Augment_ItemMarker = 0x10002E9A
,
UIElementID.Augment_CancelButton = 0x10002E9B
,
UIElementID.Augment_CloseButton = 0x10002E9C
,
UIElementID.Augment_ItemField_Green = 0x10002E9D
,
UIElementID.Augment_SlotField = 0x10002E9E
,
UIElementID.Augment_Box_Frame = 0x10002E9F
,
UIElementID.Augment_Box = 0x10002EA0
,
UIElementID.Augment_Slot_Panel = 0x10002EA1
,
UIElementID.Augment_Slot_Background = 0x10002EA2
,
UIElementID.Augment_Slots_Panel = 0x10002EA3
,
UIElementID.Augment_Slots_Background = 0x10002EA4
,
UIElementID.Augment_Slots_List = 0x10002EA5
,
UIElementID.Augment_Slots_Scrollbar = 0x10002EA6
,
UIElementID.Augment_ItemNameText = 0x10002EA7
,
UIElementID.Augment_SlotNameText = 0x10002EA8
,
UIElementID.Augment_SlotMarker = 0x10002EA9
,
UIElementID.Augment_SlotFrame = 0x10002EAA
,
UIElementID.Inventory_AugmentMarker = 0x10002EAB
,
UIElementID.AugmentTooltipProviderUIElement = 0x10002EAC
,
UIElementID.Augment_Slot_Background_GreenSteel_EpicTier1 = 0x10002EAD
,
UIElementID.Augment_Slot_Background_GreenSteel_EpicTier2 = 0x10002EAE
,
UIElementID.Augment_Slot_Background_GreenSteel_EpicTier3 = 0x10002EAF
,
UIElementID.Augment_SlotFrame_Field = 0x10002EB0
,
UIElementID.Augment_Slot_Background_Default = 0x10002EB1
,
UIElementID.AugmentDisplay = 0x10002EB2
,
UIElementID.ExaminationDisplay_Augments = 0x10002EB3
,
UIElementID.CharGen_Gnome = 0x10002EB4
,
UIElementID.CharGen_Race_Recommend_Gnome = 0x10002EB5
,
UIElementID.CharGen_SelectGnome = 0x10002EB6
,
UIElementID.CharGen_Iconic_DeepGnome = 0x10002EB7
,
UIElementID.CharGen_Select_Path_DeepGnome = 0x10002EB8
,
UIElementID.CharGen_Select_Iconic_DeepGnome = 0x10002EB9
,
UIElementID.Select_DeepGnome_Field = 0x10002EBA
,
UIElementID.CharGen_Select_DeepGnome_Var1 = 0x10002EBB
,
UIElementID.FellowVolume = 0x10002EBC
,
UIElementID.SliderTemplateSmall = 0x10002EBD
,
UIElementID.StatsPortalHeader = 0x10002EBE
,
UIElementID.StatsPortal = 0x10002EBF
,
UIElementID.FellowVolumeField = 0x10002EC0
,
UIElementID.CannithXP_LoadingBarBox = 0x10002EC1
,
UIElementID.CannithXP_LoadingBar = 0x10002EC2
,
UIElementID.CannithXP_Box = 0x10002EC3
,
UIElementID.CraftType_Cannith_Label = 0x10002EC4
,
UIElementID.CannithXP_Glass_Overlay = 0x10002EC5
,
UIElementID.Cannith_Level_Value = 0x10002EC6
,
UIElementID.CannithXP_ValueText = 0x10002EC7
,
UIElementID.PortalActivate_ReaperLevel = 0x10002EC8
,
UIElementID.PortalActivate_ReaperOptions = 0x10002EC9
,
UIElementID.PortalActivate_ReaperLevelMenu = 0x10002ECA
,
UIElementID.DRSSingletonBank_PaginationField = 0x10002ECB
,
UIElementID.ERSBank_PaginationField = 0x10002ECC
,
UIElementID.Character_Bank_Field = 0x10002ECD
,
UIElementID.CharacterBank_Titlebar = 0x10002ECE
,
UIElementID.CharacterBank_Titlebar_Header = 0x10002ECF
,
UIElementID.CharacterBank_TitleBar_Titlebar = 0x10002ED0
,
UIElementID.CharacterBank_Titlebar_left = 0x10002ED1
,
UIElementID.CharacterBank_Titlebar_center = 0x10002ED2
,
UIElementID.CharacterBank_Titlebar_right = 0x10002ED3
,
UIElementID.CharacterBank_Titlebar_Panel_left = 0x10002ED4
,
UIElementID.CharacterBank_Titlebar_Panel_center = 0x10002ED5
,
UIElementID.CharacterBank_Titlebar_Panel_right = 0x10002ED6
,
UIElementID.Bank_StoreUpsell_Button = 0x10002ED7
,
UIElementID.ERSBank_Capacity_Field = 0x10002ED8
,
UIElementID.CharacterBank_BuyNow = 0x10002ED9
,
UIElementID.CharacterBank_Upgrade_Button = 0x10002EDA
,
UIElementID.CharGen_Dragonborn = 0x10002EDB
,
UIElementID.CharGen_Race_Recommend_Dragonborn = 0x10002EDC
,
UIElementID.CharGen_SelectDragonborn = 0x10002EDD
,
UIElementID.CharGen_SelectRace_LabelTemplate = 0x10002EDE
,
UIElementID.ReaperEnhancementTree = 0x10002EDF
,
UIElementID.EnhancementTree_Reaper1 = 0x10002EE0
,
UIElementID.EnhancementTree_Reaper2 = 0x10002EE1
,
UIElementID.EnhancementTree_Reaper3 = 0x10002EE2
,
UIElementID.ReaperEnhancementTree_Left_Arrow = 0x10002EE3
,
UIElementID.ReaperEnhancementTree_Right_Arrow = 0x10002EE4
,
UIElementID.ReaperEnhancementTree_Reaper1 = 0x10002EE5
,
UIElementID.ReaperEnhancementTree_Reaper2 = 0x10002EE6
,
UIElementID.ReaperEnhancementTree_Reaper3 = 0x10002EE7
,
UIElementID.ReaperEnhancementTree_Cancel_Button = 0x10002EE8
,
UIElementID.ReaperEnhancementTree_Accept_Button = 0x10002EE9
,
UIElementID.ReaperEnhancementTree_CharSheet_Button = 0x10002EEA
,
UIElementID.ReaperEnhancementTree_ResetAll_Button = 0x10002EEB
,
UIElementID.ReaperEnchancement_Tree_PostionalField = 0x10002EEC
,
UIElementID.ReaperEnhancement_PointsReport = 0x10002EED
,
UIElementID.ReaperEnhancement_Menu = 0x10002EEE
,
UIElementID.ReaperEnchancement_BG = 0x10002EEF
,
UIElementID.reaper_enhancement_tab_race = 0x10002EF0
,
UIElementID.reaper_enhancement_tab_class = 0x10002EF1
,
UIElementID.ReaperEnhancementTreeUIElement = 0x10002EF2
,
UIElementID.ReaperEnhancementTree_Feat_Marker_Template = 0x10002EF3
,
UIElementID.ReaperEnhancementTree_AutoFeat_Marker_Template = 0x10002EF4
,
UIElementID.PortalActivate_ReaperDifficultyTitle = 0x10002EF5
,
UIElementID.PortalActivate_ReaperDifficultyButton = 0x10002EF6
,
UIElementID.Browser_Overlay = 0x10002EF7
,
UIElementID.Browser_Dragbar = 0x10002EF8
,
UIElementID.Browser_Main = 0x10002EF9
,
UIElementID.Browser_Controls_Field = 0x10002EFA
,
UIElementID.Browser_Close = 0x10002EFB
,
UIElementID.Browser_AddressBar = 0x10002EFC
,
UIElementID.Browser_Go = 0x10002EFD
,
UIElementID.Browser_Back = 0x10002EFE
,
UIElementID.Browser_Forward = 0x10002EFF
,
UIElementID.Browser_Refresh = 0x10002F00
,
UIElementID.Browser_Title = 0x10002F01
,
UIElementID.Browser_Home = 0x10002F02
,
UIElementID.Browser_TargetURL = 0x10002F03
,
UIElementID.Browser_ResizeBar = 0x10002F04
,
UIElementID.Browser_ToolTip = 0x10002F05
,
UIElementID.Browser_TooltTip_Background = 0x10002F06
,
UIElementID.Browser_JSCallbackDisplay = 0x10002F07
,
UIElementID.Browser_JS_Close = 0x10002F08
,
UIElementID.Browser_JS_Text = 0x10002F09
,
UIElementID.CefBrowserWindow = 0x10002F0A
,
UIElementID.ERSBank_RefinementControls = 0x10002F0B
,
UIElementID.ERSBank_ClearRefinement = 0x10002F0C
,
UIElementID.Inventory_SentientButton = 0x10002F0D
,
UIElementID.Sentient_Slot_MainField = 0x10002F0E
,
UIElementID.Sentient_Slot_Dragbar = 0x10002F0F
,
UIElementID.Sentient_Slot_TitleBar = 0x10002F10
,
UIElementID.Sentient_Slot_TitleBar_Label = 0x10002F11
,
UIElementID.Sentient_Slot_TitleBar_CloseButton = 0x10002F12
,
UIElementID.Sentient_Slot_MainBox = 0x10002F13
,
UIElementID.Sentient_Slot_ItemField = 0x10002F14
,
UIElementID.Sentient_Slot_ItemNameText = 0x10002F15
,
UIElementID.Sentient_Slot_ItemMarker = 0x10002F16
,
UIElementID.SentientSlot_MainField = 0x10002F17
,
UIElementID.SentientSlot_Dragbar = 0x10002F18
,
UIElementID.SentientSlot_TitleBar = 0x10002F19
,
UIElementID.SentientSlot_TitleBar_Label = 0x10002F1A
,
UIElementID.SentientSlot_TitleBar_CloseButton = 0x10002F1B
,
UIElementID.SentientSlot_MainBox = 0x10002F1C
,
UIElementID.SentientSlot_ItemField = 0x10002F1D
,
UIElementID.SentientSlot_ItemNameText = 0x10002F1E
,
UIElementID.SentientSlot_ItemMarker = 0x10002F1F
,
UIElementID.SentientSlot_CloseButton = 0x10002F20
,
UIElementID.SentientSlot_SentientJewelMarker = 0x10002F21
,
UIElementID.SentientSlot_JewelMarker = 0x10002F22
,
UIElementID.Jewel_Marker_Image = 0x10002F23
,
UIElementID.Jewel_Marker_TooltipProvider = 0x10002F24
,
UIElementID.Jewel_Marker_Description = 0x10002F25
,
UIElementID.sentient_slot_gem_bg = 0x10002F26
,
UIElementID.SentientSlot_GemField = 0x10002F27
,
UIElementID.SentientSlot_GemNameText = 0x10002F28
,
UIElementID.SentientSlot_GemMarker = 0x10002F29
,
UIElementID.SentientSlot_GemBG = 0x10002F2A
,
UIElementID.SentientSlot_FiligreeSlot = 0x10002F2B
,
UIElementID.SentientSlot_FiligreeSlot_01 = 0x10002F2C
,
UIElementID.SentientSlot_FiligreeSlot_02 = 0x10002F2D
,
UIElementID.SentientSlot_FiligreeSlot_03 = 0x10002F2E
,
UIElementID.SentientSlot_FiligreeSlot_04 = 0x10002F2F
,
UIElementID.SentientSlot_FiligreeSlot_05 = 0x10002F30
,
UIElementID.SentientSlot_FiligreeSlot_06 = 0x10002F31
,
UIElementID.SentientSlot_FiligreeSlot_07 = 0x10002F32
,
UIElementID.SentientSlot_FiligreeSlot_08 = 0x10002F33
,
UIElementID.SentientSlot_FiligreeSlot_09 = 0x10002F34
,
UIElementID.SentientSlot_ConsumableItemSlot = 0x10002F35
,
UIElementID.SentientSlot_ConsumableItem_FX = 0x10002F36
,
UIElementID.CharGen_SelectAssimar = 0x10002F37
,
UIElementID.CharGen_SelectAasimar = 0x10002F38
,
UIElementID.CharGen_Aasimar = 0x10002F39
,
UIElementID.CharGen_Race_Recommend_Aasimar = 0x10002F3A
,
UIElementID.CharGen_Iconic_AasimarScourge = 0x10002F3B
,
UIElementID.CharGen_Select_Path_AasimarScourge = 0x10002F3C
,
UIElementID.CharGen_Select_Iconic_AasimarScourge = 0x10002F3D
,
UIElementID.CharGen_Select_Iconic_Aasimar = 0x10002F3E
,
UIElementID.InventoryDisplay_Search = 0x10002F3F
,
UIElementID.ContainerViewerElement_InventoryQuantity = 0x10002F40
,
UIElementID.InventoryDisplay_Info = 0x10002F41
,
UIElementID.Hart_BrowserVersion = 0x10002F42
,
UIElementID.Select_AasimarScourge_Field = 0x10002F43
,
UIElementID.CharGen_Select_AasimarScourge_Var1 = 0x10002F44
,
UIElementID.SentientSlot_Filigree1Marker = 0x10002F45
,
UIElementID.SentientSlot_Filigree_01_Marker = 0x10002F46
,
UIElementID.SentientSlot_Filigree_02_Marker = 0x10002F47
,
UIElementID.SentientSlot_Filigree_03_Marker = 0x10002F48
,
UIElementID.SentientSlot_Filigree_04_Marker = 0x10002F49
,
UIElementID.SentientSlot_Filigree_05_Marker = 0x10002F4A
,
UIElementID.SentientSlot_Filigree_06_Marker = 0x10002F4B
,
UIElementID.SentientSlot_Filigree_07_Marker = 0x10002F4C
,
UIElementID.SentientSlot_Filigree_08_Marker = 0x10002F4D
,
UIElementID.SentientSlot_Filigree_09_Marker = 0x10002F4E
,
UIElementID.Box_hud_sentient_bg = 0x10002F4F
,
UIElementID.SentientSlot_ConsumeField = 0x10002F50
,
UIElementID.SentientSlot_ConsumeNameText = 0x10002F51
,
UIElementID.SentientSlot_ConsumeMarker = 0x10002F52
,
UIElementID.SentientSlot_BG_Image = 0x10002F53
,
UIElementID.Examination_Scrollbar = 0x10002F54
,
UIElementID.FocusOrb_Sentient = 0x10002F55
,
UIElementID.Target_Viewport_Sentient = 0x10002F56
,
UIElementID.SentientSlot_FocusOrb = 0x10002F57
,
UIElementID.SentientSlot_Target_Viewport = 0x10002F58
,
UIElementID.FocusOrb_Frame = 0x10002F59
,
UIElementID.Examination_ListContainer = 0x10002F5A
,
UIElementID.SentientSlot_InfoBlock = 0x10002F5B
,
UIElementID.ItemTooltipProviderUIElement = 0x10002F5C
,
UIElementID.SentientSlot_Filigree_Icon = 0x10002F5D
,
UIElementID.SentientSlot_Filigree_Element = 0x10002F5E
,
UIElementID.SentientSlot_Filigree_TooltipProvider = 0x10002F5F
,
UIElementID.SentientSlot_Filigree_Slot_01 = 0x10002F60
,
UIElementID.SentientSlot_Filigree_Slot_02 = 0x10002F61
,
UIElementID.SentientSlot_Filigree_Slot_03 = 0x10002F62
,
UIElementID.SentientSlot_Filigree_Slot_04 = 0x10002F63
,
UIElementID.SentientSlot_Filigree_Slot_05 = 0x10002F64
,
UIElementID.SentientSlot_Filigree_Slot_06 = 0x10002F65
,
UIElementID.SentientSlot_Filigree_Slot_07 = 0x10002F66
,
UIElementID.SentientSlot_Filigree_Slot_08 = 0x10002F67
,
UIElementID.SentientSlot_Filigree_Slot_09 = 0x10002F68
,
UIElementID.ExaminationDisplay_SentientItems = 0x10002F69
,
UIElementID.ExaminationDisplay_SetBonuses = 0x10002F6A
,
UIElementID.NpcPopupMenuField = 0x10002F6B
,
UIElementID.NpcPopUpMainText = 0x10002F6C
,
UIElementID.NpcPopupMenuList = 0x10002F6D
,
UIElementID.NpcPopUpMenuTitle = 0x10002F6E
,
UIElementID.MainNpcPopupMenuList = 0x10002F6F
,
UIElementID.MainNpcPopupMenuScrollBar = 0x10002F70
,
UIElementID.npcpopupmenuDragBar = 0x10002F71
,
UIElementID.NpcMainPopupMenuList = 0x10002F72
,
UIElementID.NpcMainPopupMenuScrollBar = 0x10002F73
,
UIElementID.SentientSlot_Filigree_Slot_10 = 0x10002F74
,
UIElementID.Menu = 0x10002F75
,
UIElementID.CharSelect_Sort_Menu = 0x10002F76
,
UIElementID.CharSelect_Sort_Button = 0x10002F77
,
UIElementID.CharSelect_Sort_Menu_SelectionDisplay = 0x10002F78
,
UIElementID.CharGen_WildElf = 0x10002F79
,
UIElementID.CharGen_Race_Recommend_WildElf = 0x10002F7A
,
UIElementID.CharGen_SelectWildElf = 0x10002F7B
,
UIElementID.Inventory_Cosmetic4Slot = 0x10002F7C
,
UIElementID.Inventory_ShowCloak_Button = 0x10002F7D
,
UIElementID.button_showCloak = 0x10002F7E
,
UIElementID.CharGen_SelectTiefling = 0x10002F7F
,
UIElementID.CharGen_Tiefling = 0x10002F80
,
UIElementID.CharGen_Race_Recommend_Tiefling = 0x10002F81
,
UIElementID.CharGen_Select_Path_tieflingscoundrel = 0x10002F82
,
UIElementID.CharGen_Select_Iconic_TieflingScoundrel = 0x10002F83
,
UIElementID.CharGen_Iconic_TieflingScoundrel = 0x10002F84
,
UIElementID.Select_TieflingScoundrel_Field = 0x10002F85
,
UIElementID.CharGen_Select_TieflingScoundrel_Var1 = 0x10002F86
,
UIElementID.SentientSlot_MinorArtifact_BG_Image = 0x10002F87
,
UIElementID.CharGen_RaceBox = 0x10002F88
,
UIElementID.RequestedClass15 = 0x10002F89
,
UIElementID.Scroll_bar_ChoiceList = 0x10002F8A
,
UIElementID.LogScriptTab = 0x10002F8B
,
UIElementID.LogScriptPageTemplate = 0x10002F8C
,
UIElementID.LogScriptPage = 0x10002F8D
,
UIElementID.ScriptIDField = 0x10002F8E
,
UIElementID.ScriptIDText = 0x10002F8F
,
UIElementID.ScriptIDLabel = 0x10002F90
,
UIElementID.NodeTypeField = 0x10002F91
,
UIElementID.NodeTypeText = 0x10002F92
,
UIElementID.NodeTypeLabel = 0x10002F93
,
UIElementID.SourceField = 0x10002F94
,
UIElementID.SourceText = 0x10002F95
,
UIElementID.SourceLabel = 0x10002F96
,
UIElementID.InstanceIDField = 0x10002F97
,
UIElementID.InstanceIDText = 0x10002F98
,
UIElementID.InstanceIDLabel = 0x10002F99
,
UIElementID.LogScriptButton = 0x10002F9A
,
UIElementID.RunLogScript = 0x10002F9B
,
UIElementID.RunLogScriptButton = 0x10002F9C
,
UIElementID.LogScriptListBox = 0x10002F9D
,
UIElementID.RemoteScriptCheckbox = 0x10002F9E
,
UIElementID.RemoteScriptField = 0x10002F9F
,
UIElementID.RemoteScriptLabel = 0x10002FA0
,
UIElementID.StopLogScriptButton = 0x10002FA1
,
UIElementID.TargetIIDButton = 0x10002FA2
,
UIElementID.LogScriptScrollbar = 0x10002FA3
,
UIElementID.LogScript_ListBoxEntry = 0x10002FA4
,
UIElementID.AdventureCompendium_EpicLevelLabel = 0x10002FA5
,
UIElementID.AdventureCompendium_EpicLevel = 0x10002FA6
,
UIElementID.StatsDetailsTabMarker = 0x10002FA7
,
UIElementID.Details_Field = 0x10002FA8
,
UIElementID.Details_Vessel = 0x10002FA9
,
UIElementID.Details_Tree = 0x10002FAA
,
UIElementID.Details_Scrollbar = 0x10002FAB
,
UIElementID.Details_Entry_Display = 0x10002FAC
,
UIElementID.Details_Entry_Type_Display = 0x10002FAD
,
UIElementID.Details_Entry_Stretching_Fields = 0x10002FAE
,
UIElementID.Details_Entry_Name_Display = 0x10002FAF
,
UIElementID.Details_Entry_Value_Display = 0x10002FB0
,
UIElementID.Details_Entry_Background = 0x10002FB1
,
UIElementID.Details_Entry_Icon = 0x10002FB2
,
UIElementID.Details_Entry_Text = 0x10002FB3
,
UIElementID.Details_Entry_Icon_Field = 0x10002FB4
,
UIElementID.Details_Entry_Property_Display = 0x10002FB5
,
UIElementID.Details_Entry_Category = 0x10002FB6
,
UIElementID.Details_Entry_Stat = 0x10002FB7
,
UIElementID.Details_Entry_Stat_Property = 0x10002FB8
,
UIElementID.Stat_Stretching_Field = 0x10002FB9
,
UIElementID.Stat_Display_Name = 0x10002FBA
,
UIElementID.Stat_Value = 0x10002FBB
,
UIElementID.Stat_Property_Stretching_Field = 0x10002FBC
,
UIElementID.Stat_Property_Display_Name = 0x10002FBD
,
UIElementID.Stat_Property_Value = 0x10002FBE
,
UIElementID.Details_Entry_Stat_Property_Percent = 0x10002FBF
,
UIElementID.Stat_Property_Float_Stretching_Field = 0x10002FC0
,
UIElementID.Stat_Property_Float_Value = 0x10002FC1
,
UIElementID.Details_Entry_Stat_Percent = 0x10002FC2
,
UIElementID.Stat_Percent_Stretching_Field = 0x10002FC3
,
UIElementID.Stat_Percent_Display_Name = 0x10002FC4
,
UIElementID.Stat_Percent_Value = 0x10002FC5
,
UIElementID.Details_Entry_Percent_Property = 0x10002FC6
,
UIElementID.Percent_Property_Stretching_Field = 0x10002FC7
,
UIElementID.Percent_Property_Display_Value = 0x10002FC8
,
UIElementID.Percent_Property_Display_Name = 0x10002FC9
,
UIElementID.Percent_Property_Value = 0x10002FCA
,
UIElementID.Stat_Property_Percent_Value = 0x10002FCB
,
UIElementID.Details_EffectiveHP_Field = 0x10002FCC
,
UIElementID.Details_EffectiveHP_Label = 0x10002FCD
,
UIElementID.Details_EffectiveHP_Box = 0x10002FCE
,
UIElementID.Details_EffectiveHP_Value = 0x10002FCF
,
UIElementID.Stat_Property_Complement_Value = 0x10002FD0
,
UIElementID.Details_Entry_Stat_Percent_Property = 0x10002FD1
,
UIElementID.Stat_Percent_Property_Stretching_Field = 0x10002FD2
,
UIElementID.Stat_Property_Percent_Stretching_Field = 0x10002FD3
,
UIElementID.Details_Entry_Stat_Property_Complement = 0x10002FD4
,
UIElementID.Stat_Property_Complement_Stretching_Field = 0x10002FD5
,
UIElementID.Stat_Property_Complement_Display_Name = 0x10002FD6
,
UIElementID.Stat_Property_Percent_Display_Name = 0x10002FD7
,
UIElementID.CharGen_SelectAlchemist = 0x10002FD8
,
UIElementID.CharGen_Alchemist = 0x10002FD9
,
UIElementID.Details_Background = 0x10002FDA
,
UIElementID.Details_Tree_Box = 0x10002FDB
,
UIElementID.Category_Display_Name = 0x10002FDC
,
UIElementID.Details_Tree_ExpandAll = 0x10002FDD
,
UIElementID.Details_Tree_CollapseAll = 0x10002FDE
,
UIElementID.Details_Tree_Search = 0x10002FDF
,
UIElementID.ReactionField = 0x10002FE0
,
UIElementID.ReactionImage = 0x10002FE1
,
UIElementID.SpellColorImage = 0x10002FE2
,
UIElementID.AlchemistReactionDisplay = 0x10002FE3
,
UIElementID.SpellColorField = 0x10002FE4
,
UIElementID.ReactionColorField = 0x10002FE5
,
UIElementID.DragbarRight = 0x10002FE6
,
UIElementID.DragbarLayer = 0x10002FE7
,
UIElementID.GuildMemberClass1Text = 0x10002FE8
,
UIElementID.GuildMemberClass2Text = 0x10002FE9
,
UIElementID.GuildMemberClass3Text = 0x10002FEA
,
UIElementID.GuildMemberClass4Value = 0x10002FEB
,
UIElementID.GuildMemberClass4Text = 0x10002FEC
,
UIElementID.ERSBank_LevelRangeFilter = 0x10002FED
,
UIElementID.LevelRangeUIElementBank = 0x10002FEE
,
UIElementID.ERSBank_ItemSlotFilter = 0x10002FEF
,
UIElementID.ERSBank_ItemSlotLabel = 0x10002FF0
,
UIElementID.ERSBank_ItemSlotMenuItem = 0x10002FF1
,
UIElementID.ERSBank_Filter_Label = 0x10002FF2
,
UIElementID.ERSBank_Sort_Label = 0x10002FF3
,
UIElementID.ERSBank_SortMenu = 0x10002FF4
,
UIElementID.ERSBank_SortMenuLabel = 0x10002FF5
,
UIElementID.ERSBank_ItemSlotField = 0x10002FF6
,
UIElementID.ERSBank_SortMenuField = 0x10002FF7
,
UIElementID.ERSBank_SortMenuItem = 0x10002FF8
,
UIElementID.LevelRange_Values_Field = 0x10002FF9
,
UIElementID.DragbarTop = 0x10002FFA
,
UIElementID.ERSBank_TabTest1 = 0x10002FFB
,
UIElementID.ERSBank_Tab = 0x10002FFC
,
UIElementID.ERSBank_Tab1 = 0x10002FFD
,
UIElementID.ERSBank_Tab2 = 0x10002FFE
,
UIElementID.ERSBank_TabField = 0x10002FFF
,
UIElementID.ERSBank_TabAddButton = 0x10003000
,
UIElementID.ERSBank_TabAddImage = 0x10003001
,
UIElementID.ERSBank_TabAddField = 0x10003002
,
UIElementID.ERSBank_TabDeleteButton = 0x10003003
,
UIElementID.ERSBank_TabText = 0x10003004
,
UIElementID.ERSBank_TabBackground = 0x10003005
,
UIElementID.ERSBank_TabUseButton = 0x10003006
,
UIElementID.ERSBank_TabRenameButton = 0x10003007
,
UIElementID.ERSBank_TabMenuField = 0x10003008
,
UIElementID.ERSBank_TabTitleField = 0x10003009
,
UIElementID.ERSBank_TabTitleText = 0x1000300A
,
UIElementID.ERSBank_TabEditButton = 0x1000300B
,
UIElementID.ERSBank_TabCancelButton = 0x1000300C
,
UIElementID.ERSBank_MainTab = 0x1000300D
,
UIElementID.Button_Bank_Tab = 0x1000300E
,
UIElementID.ClassSelection_AlchemistField = 0x1000300F
,
UIElementID.ClassSelection_AlchemistButton = 0x10003010
,
UIElementID.ClassSelection_AlchemistLabel = 0x10003011
,
UIElementID.AlchemistLargeButton = 0x10003012
,
UIElementID.QuestSelector_SearchBar = 0x10003013
,
UIElementID.QuestSelector_Search = 0x10003014
,
UIElementID.QuestSelectorFilterMenu_Raid = 0x10003015
,
UIElementID.CharBank_FavorUpgrade = 0x10003016
,
UIElementID.CharacterBank_Upgrade = 0x10003017
,
UIElementID.CharacterBank_FavorUpgrades = 0x10003018
,
UIElementID.BuyCharBankFavorUpgrades = 0x10003019
,
UIElementID.BuyCharBankFavorUpgrades_Button = 0x1000301A
,
UIElementID.Deconstruction_MainField = 0x1000301B
,
UIElementID.Deconstruction_Dragbar = 0x1000301C
,
UIElementID.Deconstruction_TitleBar = 0x1000301D
,
UIElementID.Deconstruction_TitleBar_Label = 0x1000301E
,
UIElementID.Deconstruction_TitleBar_CloseButton = 0x1000301F
,
UIElementID.Deconstruction_ConsumeField = 0x10003020
,
UIElementID.Deconstruction_ConsumeMarker = 0x10003021
,
UIElementID.Deconstruction_InfoBlock = 0x10003022
,
UIElementID.Deconstruction_BG_Image = 0x10003023
,
UIElementID.CharGen_SelectShifter = 0x10003024
,
UIElementID.CharGen_Select_Path_ShifterIconic = 0x10003025
,
UIElementID.CharGen_Select_Iconic_ShifterIconic = 0x10003026
,
UIElementID.CharGen_Shifter = 0x10003027
,
UIElementID.CharGen_Race_Recommend_Shifter = 0x10003028
,
UIElementID.Select_ShifterIconic_Field = 0x10003029
,
UIElementID.CharGen_Select_ShifterIconic_Var1 = 0x1000302A
,
UIElementID.CharGen_Iconic_ShifterIconic = 0x1000302B
,
UIElementID.RealCharMountsField = 0x1000302C
,
UIElementID.CharMountsBackground = 0x1000302D
,
UIElementID.MountsSheet_Mounts_Field = 0x1000302E
,
UIElementID.MountsSheet_Mounts_StableBG = 0x1000302F
,
UIElementID.MountsSheet_Mounts_MarkerList = 0x10003030
,
UIElementID.MountsSheet_Mounts_Title = 0x10003031
,
UIElementID.MountsSheet_ScrollButtons = 0x10003032
,
UIElementID.Mounts_Mounts_ScrollButton_Up = 0x10003033
,
UIElementID.Mounts_Mounts_ScrollButton_Down = 0x10003034
,
UIElementID.MountsSheet_Tricks_Field = 0x10003035
,
UIElementID.MountsSheet_Tricks_Title = 0x10003036
,
UIElementID.MountsSheet_Tricks_MarkerList = 0x10003037
,
UIElementID.MountsSheet_Tricks_LeftButton = 0x10003038
,
UIElementID.MountsSheet_Tricks_RightButton = 0x10003039
,
UIElementID.MountsSheet_Gear_Field = 0x1000303A
,
UIElementID.MountsSheet_Gear_Title = 0x1000303B
,
UIElementID.MountsSheet_Gear_MarkerList = 0x1000303C
,
UIElementID.MountsSheet_Gear_LeftButton = 0x1000303D
,
UIElementID.MountsSheet_Gear_RightButton = 0x1000303E
,
UIElementID.MountsSheet_InfoField = 0x1000303F
,
UIElementID.MountsSheet_TypeLabel = 0x10003040
,
UIElementID.MountsSheet_InfoLabel = 0x10003041
,
UIElementID.MountsSheet_RaceLabel = 0x10003042
,
UIElementID.MountsSheet_Type = 0x10003043
,
UIElementID.MountsSheet_Info = 0x10003044
,
UIElementID.MountsSheet_Race = 0x10003045
,
UIElementID.Mounts_RenamePetButton = 0x10003046
,
UIElementID.Mounts_Frame_BG = 0x10003047
,
UIElementID.MountsPortrait = 0x10003048
,
UIElementID.MountsOverPortrait_Field = 0x10003049
,
UIElementID.MountsSheet_Frame = 0x1000304A
,
UIElementID.Mounts_SummonButton = 0x1000304B
,
UIElementID.MountsSheet_Name = 0x1000304C
,
UIElementID.MountsSheet_MountsRename_BuyNow = 0x1000304D
,
UIElementID.Mounts_PetMarker = 0x1000304E
,
UIElementID.Mounts_PetTrickMarker = 0x1000304F
,
UIElementID.Mounts_PetGearMarker = 0x10003050
,
UIElementID.Mounts_PetBuyNowMarker = 0x10003051
,
UIElementID.Mounts_PetTrickBuyNowMarker = 0x10003052
,
UIElementID.Mounts_PetGearBuyNowMarker = 0x10003053
,
UIElementID.Mounts_PetPetBuyNowMarker = 0x10003054
,
UIElementID.ComplexTooltip_Mounts = 0x10003055
,
UIElementID.ComplexTooltip_Mounts_Name = 0x10003056
,
UIElementID.Inventory_MountsPage = 0x10003057
,
UIElementID.Inventory_MountsTab = 0x10003058
,
UIElementID.Inventory_MountsFrame = 0x10003059
,
UIElementID.Mounts_MountMarker = 0x1000305A
,
UIElementID.EpicDestiny2TreeUIElement = 0x1000305B
,
UIElementID.EpicDestiny2Tree_Feat_Marker_Template = 0x1000305C
,
UIElementID.EpicDestiny2Tree_AutoFeat_Marker_Template = 0x1000305D
,
UIElementID.EpicDestiny2_Menu = 0x1000305E
,
UIElementID.EpicDestiny2Tree_Left_Arrow = 0x1000305F
,
UIElementID.EpicDestiny2Tree_Right_Arrow = 0x10003060
,
UIElementID.EpicDestiny2Tree_Reaper1 = 0x10003061
,
UIElementID.EpicDestiny2Tree_Reaper2 = 0x10003062
,
UIElementID.EpicDestiny2Tree_Reaper3 = 0x10003063
,
UIElementID.EpicDestiny2_Tab_Race = 0x10003064
,
UIElementID.EpicDestiny2Tree_Cancel_Button = 0x10003065
,
UIElementID.EpicDestiny2Tree_Accept_Button = 0x10003066
,
UIElementID.EpicDestiny2_PointsReport = 0x10003067
,
UIElementID.EpicDestiny2Tree_CharSheet_Button = 0x10003068
,
UIElementID.EpicDestiny2Tree_ResetAll_Button = 0x10003069
,
UIElementID.EpicDestiny2_Tab_Class = 0x1000306A
,
UIElementID.Augment_Slot_Background_Red = 0x1000306B
,
UIElementID.Augment_Slot_Background_Orange = 0x1000306C
,
UIElementID.Augment_Slot_Background_Yellow = 0x1000306D
,
UIElementID.Augment_Slot_Background_Green = 0x1000306E
,
UIElementID.Augment_Slot_Background_Blue = 0x1000306F
,
UIElementID.Augment_Slot_Background_Purple = 0x10003070
,
UIElementID.Augment_Slot_Background_Colorless = 0x10003071
,
UIElementID.Social_EventsPage = 0x10003072
,
UIElementID.Social_EventsTab = 0x10003073
,
UIElementID.EpicDestiny2_Tree_PostionalField = 0x10003074
,
UIElementID.EpicDestiny2Tree_Destiny1 = 0x10003075
,
UIElementID.EpicDestiny2Tree_Destiny2 = 0x10003076
,
UIElementID.EpicDestiny2Tree_Destiny3 = 0x10003077
,
UIElementID.EpicDestiny2_BG = 0x10003078
,
UIElementID.epicdestiny2_enhancement_tab_class = 0x10003079
,
UIElementID.button_inventorytab_mount_stable = 0x1000307A
,
UIElementID.newepicdestiny_enhancement_tab_class = 0x1000307B
,
UIElementID.NewEpicDestinyTreeUIElement = 0x1000307C
,
UIElementID.NewEpicDestinyTree_Feat_Marker_Template = 0x1000307D
,
UIElementID.NewEpicDestinyTree_AutoFeat_Marker_Template = 0x1000307E
,
UIElementID.NewEpicDestiny_Menu = 0x1000307F
,
UIElementID.NewEpicDestinyTree_Left_Arrow = 0x10003080
,
UIElementID.NewEpicDestinyTree_Right_Arrow = 0x10003081
,
UIElementID.NewEpicDestinyEnchancement_Tree_PostionalField = 0x10003082
,
UIElementID.NewEpicDestinyTree_NewEpicDestiny1 = 0x10003083
,
UIElementID.NewEpicDestinyTree_NewEpicDestiny2 = 0x10003084
,
UIElementID.NewEpicDestinyTree_NewEpicDestiny3 = 0x10003085
,
UIElementID.NewEpicDestinyEnchancement_BG = 0x10003086
,
UIElementID.newepicdestiny_enhancement_tab_race = 0x10003087
,
UIElementID.NewEpicDestinyTree_Cancel_Button = 0x10003088
,
UIElementID.NewEpicDestinyTree_Accept_Button = 0x10003089
,
UIElementID.NewEpicDestiny_PointsReport = 0x1000308A
,
UIElementID.NewEpicDestinyTree_CharSheet_Button = 0x1000308B
,
UIElementID.NewEpicDestinyTree_ResetAll_Button = 0x1000308C
,
UIElementID.Shortcut_Mount_Marker = 0x1000308D
,
UIElementID.MountsSheet_Mounts_StableBG2 = 0x1000308E
,
UIElementID.Mounts_Target_Image = 0x1000308F
,
UIElementID.MountsSheet_Mounts_NameplateBG = 0x10003090
,
UIElementID.NewEpicDestinyTree_NewEpicDestiny4 = 0x10003091
,
UIElementID.NewEpicDestinyTree_NewEpicDestiny5 = 0x10003092
,
UIElementID.NewEpicDestinyTree_NewEpicDestiny6 = 0x10003093
,
UIElementID.NewEpicDestinyTree_NewEpicDestiny7 = 0x10003094
,
UIElementID.NewEpicDestinyTree_NewEpicDestiny8 = 0x10003095
,
UIElementID.NewEpicDestinyTree_NewEpicDestiny9 = 0x10003096
,
UIElementID.NewEpicDestinyTree_NewEpicDestiny10 = 0x10003097
,
UIElementID.NewEpicDestinyTree_NewEpicDestiny11 = 0x10003098
,
UIElementID.NewEpicDestinyTree_NewEpicDestiny12 = 0x10003099
,
UIElementID.newepicdestiny_tree_frame = 0x1000309A
,
UIElementID.newepicdestiny_tree_frames = 0x1000309B
,
UIElementID.newepicdestiny_tab_race = 0x1000309C
,
UIElementID.ReaperMilestones_Menu = 0x1000309D
,
UIElementID.ReaperMilestones_CloseButton = 0x1000309E
,
UIElementID.ReaperMilestones_Background = 0x1000309F
,
UIElementID.ReaperMilestones_Title = 0x100030A0
,
UIElementID.ReaperMilestones_StatsField = 0x100030A1
,
UIElementID.ReaperMilestones_AccountXPLabel = 0x100030A2
,
UIElementID.ReaperMilestones_CharacterXPLabel = 0x100030A3
,
UIElementID.ReaperMilestones_AccountPointsLabel = 0x100030A4
,
UIElementID.ReaperMilestones_AccountDungeonsLabel = 0x100030A5
,
UIElementID.ReaperMilestones_CharacterDungeonsLabel = 0x100030A6
,
UIElementID.ReaperMilestones_AccountXP = 0x100030A7
,
UIElementID.ReaperMilestones_CharacterXP = 0x100030A8
,
UIElementID.ReaperMilestones_AccountPoints = 0x100030A9
,
UIElementID.ReaperMilestones_AccountDungeons = 0x100030AA
,
UIElementID.ReaperMilestones_CharacterDungeons = 0x100030AB
,
UIElementID.RenownMilestones_Menu = 0x100030AC
,
UIElementID.CharacterSheet_MilestonesUI = 0x100030AD
,
UIElementID.ReaperMilestone_LoadingBarBox = 0x100030AE
,
UIElementID.ReaperMilestones_LoadingBar = 0x100030AF
,
UIElementID.ReaperMilestones_ValueText = 0x100030B0
,
UIElementID.ReaperMilestones_BG = 0x100030B1
,
UIElementID.RenownMilestones_BG = 0x100030B2
,
UIElementID.RenownMilestones_Title = 0x100030B3
,
UIElementID.RenownMilestones_LoadingBar = 0x100030B4
,
UIElementID.RenownMilestones_ValueText = 0x100030B5
,
UIElementID.RenownMilestones_Background = 0x100030B6
,
UIElementID.RenownMilestones_StatsField = 0x100030B7
,
UIElementID.RenownMilestones_AccountPointsLabel = 0x100030B8
,
UIElementID.RenownMilestones_AccountXPLabel = 0x100030B9
,
UIElementID.RenownMilestones_CharacterXPLabel = 0x100030BA
,
UIElementID.RenownMilestones_AccountPoints = 0x100030BB
,
UIElementID.RenownMilestones_AccountXP = 0x100030BC
,
UIElementID.RenownMilestones_CharacterXP = 0x100030BD
,
UIElementID.RenownMilestones_LoadingBar_1 = 0x100030BE
,
UIElementID.RenownMilestones_ValueText_1 = 0x100030BF
,
UIElementID.reincarnation_page2a_Field = 0x100030C0
,
UIElementID.reincarnation_page2a_Footer = 0x100030C1
,
UIElementID.reincarnation_page2a_Footer_Spacer = 0x100030C2
,
UIElementID.reincarnation_page2a_Footer_BG = 0x100030C3
,
UIElementID.reincarnation_page2a_Footer_Arrow_Next = 0x100030C4
,
UIElementID.reincarnation_page2a_Footer_Arrow_Back = 0x100030C5
,
UIElementID.reincarnation_page2a_Footer_Items = 0x100030C6
,
UIElementID.reincarnation_page2a_Footer_Items_Text_Required = 0x100030C7
,
UIElementID.reincarnation_page2a_Cost_MarkerList = 0x100030C8
,
UIElementID.reincarnation_page2a_Body = 0x100030C9
,
UIElementID.reincarnation_page2a_ChoiceList = 0x100030CA
,
UIElementID.reincarnation_page2a_Body_Description = 0x100030CB
,
UIElementID.reincarnation_page2a_Dropdown = 0x100030CC
,
UIElementID.reincarnation_page2a_Dropdown_BG = 0x100030CD
,
UIElementID.reincarnation_page2a_Dropdown_Menu = 0x100030CE
,
UIElementID.reincarnation_page2a_Header = 0x100030CF
,
UIElementID.reincarnation_page2a_Header_Subtext = 0x100030D0
,
UIElementID.reincarnation_page2a_CostMarker_Template = 0x100030D1
,
UIElementID.reincarnation_page2a_ChoiceEntryTemplate = 0x100030D2
,
UIElementID.reincarnation_page2a_ChoiceEntryTemplate_BG = 0x100030D3
,
UIElementID.reincarnation_page3a_Field = 0x100030D4
,
UIElementID.reincarnation_page3a_Header = 0x100030D5
,
UIElementID.reincarnation_page3a_Header_Subtext = 0x100030D6
,
UIElementID.reincarnation_page3a_Body = 0x100030D7
,
UIElementID.reincarnation_page3a_Body_BG = 0x100030D8
,
UIElementID.reincarnation_page3a_Rewards_Field = 0x100030D9
,
UIElementID.reincarnation_page3a_Cost_Field = 0x100030DA
,
UIElementID.reincarnation_page3a_Column_Header = 0x100030DB
,
UIElementID.reincarnation_page3a_Column_Header_TextA = 0x100030DC
,
UIElementID.reincarnation_page3a_Column_Header_TextB = 0x100030DD
,
UIElementID.reincarnation_page3a_Footer = 0x100030DE
,
UIElementID.reincarnation_page3a_Footer_Spacer = 0x100030DF
,
UIElementID.reincarnation_page3a_Footer_BG = 0x100030E0
,
UIElementID.reincarnation_page3a_Footer_Arrow_Next = 0x100030E1
,
UIElementID.reincarnation_page3a_Footer_Arrow_Back = 0x100030E2
,
UIElementID.reincarnation_page3a_Footer_ErrorText = 0x100030E3
,
UIElementID.reincarnation_page3a_markerTemplate = 0x100030E4
,
UIElementID.reincarnation_page3a_markerTemplate_Fail_BG = 0x100030E5
,
UIElementID.reincarnation_page3a_markerTemplate_BG = 0x100030E6
,
UIElementID.reincarnation_page3a_itemMarkerTemplate = 0x100030E7
,
UIElementID.reincarnation_page2aFieldContainer = 0x100030E8
,
UIElementID.reincarnation_page3aFieldContainer = 0x100030E9
,
UIElementID.reincarnation_page2_choosepastlife_Button = 0x100030EA
,
UIElementID.Bank_AccountCosmeticBank_Tab = 0x100030EB
,
UIElementID.Bank_AccountCosmeticBank_Panel = 0x100030EC
,
UIElementID.AdminCosmeticBankViewer = 0x100030ED
,
UIElementID.CosmeticBank_Title = 0x100030EE
,
UIElementID.CosmeticBank_Refresh = 0x100030EF
,
UIElementID.CosmeticBank_List = 0x100030F0
,
UIElementID.CosmeticBank_PageStatus = 0x100030F1
,
UIElementID.CosmeticBank_PrevPage = 0x100030F2
,
UIElementID.CosmeticBank_NextPage = 0x100030F3
,
UIElementID.CosmeticBank_Steal = 0x100030F4
,
UIElementID.CosmeticBank_Capacity = 0x100030F5
,
UIElementID.PlayerCosmeticBankViewer = 0x100030F6
,
UIElementID.CosmeticBank_Semiavailable = 0x100030F7
,
UIElementID.CosmeticBank_BuyMeText = 0x100030F8
,
UIElementID.CosmeticBank_InfoText = 0x100030F9
,
UIElementID.CosmeticBank_BuyNowButton = 0x100030FA
,
UIElementID.CosmeticBank_ListBackground = 0x100030FB
,
UIElementID.CosmeticBank_List_Scrollbar = 0x100030FC
,
UIElementID.CosmeticBank_Semiavailable_Nonbuyable = 0x100030FD
,
UIElementID.CosmeticBank_Unavailable = 0x100030FE
,
UIElementID.CosmeticBank_BuyMeTextBackground = 0x100030FF
,
UIElementID.CosmeticBank_FrillWrapper = 0x10003100
,
UIElementID.CosmeticBank = 0x10003101
,
UIElementID.CosmeticBank_SearchField = 0x10003102
,
UIElementID.CosmeticBank_Capacity_BG = 0x10003103
,
UIElementID.CosmeticBank_Capacity_Label = 0x10003104
,
UIElementID.CosmeticBank_Storage_Label = 0x10003105
,
UIElementID.CosmeticBank_Capacity_Upgrade = 0x10003106
,
UIElementID.CosmeticBank_PaginationField = 0x10003107
,
UIElementID.PlayerCosmeticBankMarker = 0x10003108
,
UIElementID.MultihitTypedPlayerDamageTextTemplate = 0x10003109
,
UIElementID.MultiHitType_Icon = 0x1000310A
,
UIElementID.MultiHit_Icon = 0x1000310B
,
UIElementID.StarFragment = 0x1000310C
,
UIElementID.StarFragment_Fragment_1 = 0x1000310D
,
UIElementID.StarFragment_Fragment_2 = 0x1000310E
,
UIElementID.StarFragment_Fragment_3 = 0x1000310F
,
UIElementID.StarFragment_Fragment_4 = 0x10003110
,
UIElementID.StarFragment_Fragment_5 = 0x10003111
,
UIElementID.StarFragment_Fragment_6 = 0x10003112
,
UIElementID.StarFragment_Fragment_7 = 0x10003113
,
UIElementID.StarFragment_Fragment_8 = 0x10003114
,
UIElementID.StarFragment_Icon_1 = 0x10003115
,
UIElementID.StarFragment_Icon = 0x10003116
,
UIElementID.StarFragment_Icon_Background = 0x10003117
,
UIElementID.StarFragment_Icon_2 = 0x10003118
,
UIElementID.StarFragment_Icon_3 = 0x10003119
,
UIElementID.StarFragment_Icon_4 = 0x1000311A
,
UIElementID.StarFragment_Icon_5 = 0x1000311B
,
UIElementID.StarFragment_Icon_6 = 0x1000311C
,
UIElementID.StarFragment_Icon_7 = 0x1000311D
,
UIElementID.StarFragment_Icon_8 = 0x1000311E
,
UIElementID.RestrictionDisplay_AugmentMinLevel = 0x1000311F
,
UIElementID.Teleport_Field = 0x10003120
,
UIElementID.Teleport_Vessel = 0x10003121
,
UIElementID.Teleport_Background = 0x10003122
,
UIElementID.StatsTeleportTabMarker = 0x10003123
,
UIElementID.Teleport_MarkerList = 0x10003124
,
UIElementID.Teleport_ScrollButtons = 0x10003125
,
UIElementID.Teleport_ScrollButton_Up = 0x10003126
,
UIElementID.Teleport_ScrollButton_Down = 0x10003127
,
UIElementID.Teleport_Label = 0x10003128
,
UIElementID.Teleport_Desc = 0x10003129
,
UIElementID.Teleport_TeleportMarker = 0x1000312A
,
UIElementID.ComplexTooltip_Teleport = 0x1000312B
,
UIElementID.ComplexTooltip_Teleport_Name = 0x1000312C
,
UIElementID.Shortcut_Teleport_Marker = 0x1000312D
,
UIElementID.CharSheet_Destiny2Viewer = 0x1000312E
,
UIElementID.CharDestinyButton = 0x1000312F
,
UIElementID.RealCharDestiny2Field = 0x10003130
,
UIElementID.CharSheet_DestinyViewer = 0x10003131
,
UIElementID.CharDestiny2Field = 0x10003132
,
UIElementID.CharDestiny2Button = 0x10003133
,
UIElementID.OrganizationMenu_Category = 0x10003134
,
UIElementID.HelpField = 0x10003135
,
UIElementID.HelpFieldInner = 0x10003136
,
UIElementID.Help_Panel = 0x10003137
,
UIElementID.Help_Language = 0x10003138
,
UIElementID.Help_Home = 0x10003139
,
UIElementID.Help_SubmitTicket = 0x1000313A
,
UIElementID.Help_TrackTickets = 0x1000313B
,
UIElementID.Help_SubmitBug = 0x1000313C
,
UIElementID.Help_TrackHARTIssue = 0x1000313D
,
UIElementID.Help_TitleBar = 0x1000313E
,
UIElementID.Help_WindowLabel = 0x1000313F
,
UIElementID.Help_Dragbar = 0x10003140
,
UIElementID.HelpCloseButton = 0x10003141
,
UIElementID.Corner = 0x10003142
,
UIElementID.RaiseIcon = 0x10003143
,
UIElementID.BraveryBonus_Hard_TextBG = 0x10003144
,
UIElementID.BraveryBonus_Elite_TextBG = 0x10003145
,
UIElementID.QuestMarker_ShareQuestButton = 0x10003146
,
UIElementID.NewEpicDestiny_PointsReport_ComplexTooltip = 0x10003147
,
UIElementID.Mail_Panel_DeleteAllMailConfirmed_Button = 0x10003148
,
UIElementID.ChoiceListVScroll = 0x10003149
,
UIElementID.ReaperXPBar = 0x1000314A
,
UIElementID.RealReaperXPBarField = 0x1000314B
,
UIElementID.CharGen_SelectTabaxi = 0x1000314C
,
UIElementID.Chargen_Tabaxi = 0x1000314D
,
UIElementID.Select_TabaxiIconic_Field = 0x1000314E
,
UIElementID.CharGen_Select_TabaxiIconic_Var1 = 0x1000314F
,
UIElementID.CharGen_Race_Recommend_Tabaxi = 0x10003150
,
UIElementID.CharGen_Select_Path_TabaxiIconic = 0x10003151
,
UIElementID.CharGen_Select_Iconic_TabaxiIconic = 0x10003152
,
UIElementID.CharGen_Iconic_TabaxiIconic = 0x10003153
,
UIElementID.RequestedDifficulty = 0x10003154
,
UIElementID.NewEpicDestiny_PointsTooltip = 0x10003155
,
UIElementID.CharGen_SubclassList = 0x10003156
,
UIElementID.Chargen_box_list = 0x10003157
,
UIElementID.Chargen_box_list_Center = 0x10003158
,
UIElementID.Chargen_box_list_LeftBorder = 0x10003159
,
UIElementID.Chargen_box_list_LowLeftCorner = 0x1000315A
,
UIElementID.Chargen_box_list_BottomBorder = 0x1000315B
,
UIElementID.Chargen_box_list_LowRightCorner = 0x1000315C
,
UIElementID.Chargen_box_list_RightBorder = 0x1000315D
,
UIElementID.bChargen_box_list_TopRightCorner = 0x1000315E
,
UIElementID.Chargen_box_list_TopBorder = 0x1000315F
,
UIElementID.Chargen_box_list_TopLeftCorner = 0x10003160
,
UIElementID.CharGen_SubclassSelection = 0x10003161
,
UIElementID.CharGen_SelectSubclass = 0x10003162
,
UIElementID.LegendaryXP_Meter = 0x10003163
,
UIElementID.LegendaryXPMeter_Tick1 = 0x10003164
,
UIElementID.LegendaryXPMeter_Tick2 = 0x10003165
,
UIElementID.LegendaryXPMeter_Tick3 = 0x10003166
,
UIElementID.LegendaryXPMeter_Tick4 = 0x10003167
,
UIElementID.LegendaryXPMeter_Tick5 = 0x10003168
,
UIElementID.LegendaryXPBarField = 0x10003169
,
UIElementID.LegendaryXPBar = 0x1000316A
,
UIElementID.Augment_Slot_Background_Dread = 0x1000316B
,
UIElementID.CharStats_EpicXPTomeIcon_Bkg = 0x1000316C
,
UIElementID.CharStats_LegendaryXPTomeIcon_Bkg = 0x1000316D
,
UIElementID.Quest_Search = 0x1000316E
,
UIElementID.Combat_Label = 0x1000316F
,
UIElementID.XP_Level_Meter = 0x10003170
,
UIElementID.XP_Lever_Meter_Field = 0x10003171
,
UIElementID.XP_Level_Meter_Field = 0x10003172
,
UIElementID.XP_Level_Meter_Text = 0x10003173
,
UIElementID.XP_Level_Text = 0x10003174
,
UIElementID.LevelXPBarField = 0x10003175
,
UIElementID.LevelXPBar = 0x10003176
,
UIElementID.LegendaryXPMeter_Tick = 0x10003177
,
UIElementID.CharGen_SelectSubclassList = 0x10003178
,
UIElementID.Chargen_box_list_list = 0x10003179
,
UIElementID.Chargen_Subclass_List = 0x1000317A
,
UIElementID.CharGen_Subclass_Button = 0x1000317B
,
UIElementID.CharGen_Subclass_BaseButton = 0x1000317C
,
UIElementID.gui2_tab_vertical_small_expandable = 0x1000317D
,
UIElementID.gui2_tab_vertical_small_cap = 0x1000317E
,
UIElementID.gui2_tab_vertical_small_body = 0x1000317F
,
UIElementID.Level1_LongLabel = 0x10003180
,
UIElementID.Level2_LongLabel = 0x10003181
,
UIElementID.Level3_LongLabel = 0x10003182
,
UIElementID.Level4_LongLabel = 0x10003183
,
UIElementID.Level_Vessel = 0x10003184
,
UIElementID.Class_Vessel = 0x10003185
,
UIElementID.Chargen_Subclass_Label = 0x10003186
,
UIElementID.box_lvl1_ebdark_list = 0x10003187
,
UIElementID.box_lvl1_fade_list = 0x10003188
,
UIElementID.Chargen_Subclass_LabelHolder = 0x10003189
,
UIElementID.JoelButton = 0x1000318A
,
UIElementID.ERS_SortToTabButton = 0x1000318B
,
UIElementID.ERSBank_SortToTabButton = 0x1000318C
,
UIElementID.ERSBank_AssignFilterToTabButton = 0x1000318D
,
UIElementID.ERSBank_ResetTabFilterButton = 0x1000318E
,
UIElementID.ERSBank_TabResetButton = 0x1000318F
,
UIElementID.ERSBank_Tab_Filter_Reset = 0x10003190
,
UIElementID.ERSBank_Apply = 0x10003191
,
UIElementID.ERSBank_Sort = 0x10003192
,
UIElementID.ERS_Sort = 0x10003193
,
UIElementID.Hi = 0x10003194
,
UIElementID.ERSBank_SortButton = 0x10003195
,
UIElementID.ERSBank_SortToTab = 0x10003196
,
UIElementID.ERSBank_AssignFilter = 0x10003197
,
UIElementID.ERSBank_ResetFilter = 0x10003198
,
UIElementID.MarkerList_ClickBlocker = 0x10003199
,
UIElementID.MarkerList_InvisibleExpandButton = 0x1000319A
,
UIElementID.Advancement_Feat_ExpandAll = 0x1000319B
,
UIElementID.DRSSingletonBank_SortField = 0x1000319C
,
UIElementID.DRSSingletonBank_SortMenuLabel = 0x1000319D
,
UIElementID.SortMenu = 0x1000319E
,
UIElementID.DRSSingletonBank_SortMenu = 0x1000319F
,
UIElementID.DRSSingletonBank_Sort_Label = 0x100031A0
,
UIElementID.Marker_TemporaryText = 0x100031A1
,
UIElementID.Marker_FeatLevel = 0x100031A2
,
UIElementID.DRSSingletonBank_SortMenuItem = 0x100031A3
,
UIElementID.Enhancement_PointsReportTooltip = 0x100031A4
,
UIElementID.WeaponDisplay_GhostTouchStat = 0x100031A5
,
UIElementID.Reaper_AccountStatsLabel = 0x100031A6
,
UIElementID.WebStoreWindow = 0x100031A7
,
UIElementID.QuestElement_Background = 0x100031A8
,
UIElementID.QuestElement_BoxBackground = 0x100031A9
,
UIElementID.QuestElement_RaidBoxBackground = 0x100031AA
,
UIElementID.QuestSelector_QOTDButton = 0x100031AB
,
UIElementID.QuestSelector_QOTDLabel = 0x100031AC
,
UIElementID.QuestOfTheDay = 0x100031AD
,
UIElementID.RaidOfTheWeek = 0x100031AE
,
UIElementID.AdventureCompendium_QOTD_Checkbox = 0x100031AF
,
UIElementID.AdventureCompendium_QOTD_Label = 0x100031B0
,
UIElementID.ActionDisplay_SpellResistanceTemplate = 0x100031B1
,
UIElementID.HirelingDirectionArrow = 0x100031B2
,
UIElementID.CharSelect_BackgroundSelectorField = 0x100031B3
,
UIElementID.CharSelect_BackgroundSelectorLabel = 0x100031B4
,
UIElementID.CharSelect_BackgroundSelectorMenu = 0x100031B5
,
UIElementID.GuildSendTellButton = 0x100031B6
,
UIElementID.box_archetype_list = 0x100031B7
,
UIElementID.VIPLoyalty_Display = 0x100031B8
,
UIElementID.Resizebar = 0x100031B9
,
UIElementID.Title = 0x100031BA
,
UIElementID.ExplainationText = 0x100031BB
,
UIElementID.BecomeVIP_Button = 0x100031BC
,
UIElementID.VIPLoyalty_Close = 0x100031BD
,
UIElementID.VIPLoyalty_RewardList = 0x100031BE
,
UIElementID.VIPLoyalty_Reward = 0x100031BF
,
UIElementID.VIPLoyalty_Level = 0x100031C0
,
UIElementID.VIPLoyalty_Name = 0x100031C1
,
UIElementID.Scrollbar = 0x100031C2
,
UIElementID.VIPLoyalty_RewardListScrollbar = 0x100031C3
,
UIElementID.TumbleDisplay = 0x100031C4
,
UIElementID.TumbleDisplay_Pip = 0x100031C5
,
UIElementID.TumbleDisplay_Pip_1 = 0x100031C6
,
UIElementID.TumbleDisplay_Pip_2 = 0x100031C7
,
UIElementID.TumbleDisplay_Pip_3 = 0x100031C8
,
UIElementID.TumbleDisplay_Pip_4 = 0x100031C9
,
UIElementID.TumbleDisplay_Pip_5 = 0x100031CA
,
UIElementID.TumbleDisplay_Pip_6 = 0x100031CB
,
UIElementID.TumbleDisplay_Pip_7 = 0x100031CC
,
UIElementID.TumbleDisplay_Empty_1 = 0x100031CD
,
UIElementID.TumbleDisplay_Empty_2 = 0x100031CE
,
UIElementID.TumbleDisplay_Empty_3 = 0x100031CF
,
UIElementID.TumbleDisplay_Empty_4 = 0x100031D0
,
UIElementID.TumbleDisplay_Empty_5 = 0x100031D1
,
UIElementID.TumbleDisplay_Empty_6 = 0x100031D2
,
UIElementID.TumbleDisplay_Empty_7 = 0x100031D3
,
UIElementID.TumbleTooltipHelper = 0x100031D4
,
UIElementID.QuestElement_QuestEpicLevel = 0x100031D5
,
UIElementID.QuestElement_QuestPartySize = 0x100031D6
,
UIElementID.QuestSelector_EpicSorter = 0x100031D7
,
UIElementID.QuestSelector_RaidSorter = 0x100031D8
} |
|
|
|
enum | UIElementMessage : uint {
UIElementMessage.intro_stop = 0x10000002
,
UIElementMessage.play = 0x10000003
,
UIElementMessage.epilogue_stop = 0x10000004
,
UIElementMessage.AppearanceUI_selection_changed = 0x10000009
,
UIElementMessage.AppearanceUI_selection_cycleforward = 0x1000000A
,
UIElementMessage.AppearanceUI_selection_cycleback = 0x1000000B
,
UIElementMessage.AbilityBuy_increase_changed = 0x1000000C
,
UIElementMessage.progress_stop = 0x1000000D
,
UIElementMessage.Billboard_ShowText_Done = 0x1000000E
,
UIElementMessage.FeatMarkerList_RemoveFeat = 0x10000012
,
UIElementMessage.FeatMarkerList_AddFeat = 0x10000013
,
UIElementMessage.SpellMarkerList_AddSpell = 0x10000016
,
UIElementMessage.SpellMarkerList_RemoveSpell = 0x10000017
,
UIElementMessage.ActionDisplay_SizeChanged = 0x1000001A
} |
|
|
|
enum | UIElementType : uint {
UIElementType.NetStatus = 0x10000001
,
UIElementType.CompositorAppearanceModifier = 0x10000004
,
UIElementType.APRAppearance = 0x10000006
,
UIElementType.DialogBox = 0x10000007
,
UIElementType.Death = 0x10000008
,
UIElementType.PartyInvite = 0x10000009
,
UIElementType.DyeMapAppearance = 0x1000000A
,
UIElementType.AbilityBuy = 0x1000000E
,
UIElementType.Resurrect = 0x1000000F
,
UIElementType.PortalActivate = 0x10000010
,
UIElementType.Appearance = 0x10000011
,
UIElementType.Progress = 0x10000012
,
UIElementType.PropertyDisplay = 0x10000013
,
UIElementType.BillboardDisplay = 0x10000014
,
UIElementType.ExaminationDisplay = 0x10000018
,
UIElementType.PropertyMeter = 0x10000019
,
UIElementType.DurabilityDisplay = 0x1000001A
,
UIElementType.TargetViewport = 0x1000001B
,
UIElementType.ExaminationPropertyDisplay = 0x1000001C
,
UIElementType.ExaminationHeaderDisplay = 0x1000001D
,
UIElementType.ExaminationContainer = 0x10000020
,
UIElementType.IExaminationPropDisp = 0x10000024
,
UIElementType.IExaminationField = 0x10000025
,
UIElementType.ChargesDisplay = 0x10000026
,
UIElementType.IconDisplay = 0x10000028
,
UIElementType.IconDebugDisplay = 0x10000029
,
UIElementType.ExaminationEffectDisplay = 0x1000002F
,
UIElementType.IExaminationList = 0x10000030
,
UIElementType.ExaminationEffectList = 0x10000032
,
UIElementType.EffectTooltip = 0x10000033
,
UIElementType.ExaminationActionDisplay = 0x10000034
,
UIElementType.ActionDisplay = 0x10000035
,
UIElementType.IExaminationActionDisplay = 0x10000036
,
UIElementType.AreaName = 0x10000037
,
UIElementType.IComplexTooltip = 0x10000038
,
UIElementType.ComplexTooltipProvider = 0x1000003A
,
UIElementType.CooldownTimer = 0x1000003B
,
UIElementType.AdminDisplay = 0x1000003C
,
UIElementType.ArmorClassTooltip = 0x1000003D
,
UIElementType.SpellPointsTooltip = 0x1000003E
,
UIElementType.HitPointsTooltip = 0x1000003F
,
UIElementType.SavingThrowTooltip = 0x10000041
,
UIElementType.AdminCommand_Cloak = 0x10000042
,
UIElementType.FormulaTooltipEntry = 0x10000043
,
UIElementType.FormulaTooltip = 0x10000044
,
UIElementType.AbilitiesTooltip = 0x10000045
,
UIElementType.BlockingACTooltip = 0x10000046
,
UIElementType.LoadingProgress = 0x10000048
,
UIElementType.WeaponStatsDisplay = 0x10000049
,
UIElementType.DamageReductionDisplay = 0x1000004A
,
UIElementType.DamageReductionEntry = 0x1000004B
,
UIElementType.StaticTooltip = 0x1000004F
,
UIElementType.ItemTooltip = 0x10000050
,
UIElementType.CharGenAdvice = 0x10000052
,
UIElementType.AdminCommand_Immortal = 0x10000053
,
UIElementType.AdminCommand_AdminVis = 0x10000054
,
UIElementType.AdminCommand_Halt = 0x10000055
,
UIElementType.AlertTooltip = 0x10000056
,
UIElementType.AdminCommand_Smite = 0x10000057
,
UIElementType.Hint = 0x10000058
,
UIElementType.AdminCommand_Teleport = 0x10000059
,
UIElementType.AdminCommand_Quest = 0x1000005A
,
UIElementType.DamageReductionTooltip = 0x1000005B
,
UIElementType.AdminCommand_Dump = 0x1000005C
,
UIElementType.AdminCommand_Deaf = 0x1000005D
,
UIElementType.TradeButton = 0x1000005F
,
UIElementType.InviteToPartyButton = 0x10000062
,
UIElementType.UseButton = 0x10000063
,
UIElementType.InteractionButton = 0x10000064
,
UIElementType.DestroyItemButton = 0x10000065
,
UIElementType.MenuButton = 0x10000066
,
UIElementType.AttackButton = 0x10000067
,
UIElementType.Currency = 0x10000068
,
UIElementType.MapFogOfWar = 0x10000069
,
UIElementType.WeaponSet = 0x1000006B
,
UIElementType.WeaponSetList = 0x1000006C
,
UIElementType.Fortune = 0x1000006D
,
UIElementType.XPMeter = 0x1000006E
,
UIElementType.AdminCommand_Invisible = 0x1000006F
,
UIElementType.AdminCommand_Ghost = 0x10000070
,
UIElementType.AdminCommand_Ethereal = 0x10000071
,
UIElementType.SocialLFGTooltip = 0x10000072
,
UIElementType.SocialGroupingTooltip = 0x10000073
,
UIElementType.WeaponSetTooltip = 0x10000074
,
UIElementType.TooltipExaminationDisplay = 0x10000076
,
UIElementType.ExaminationTooltipProvider = 0x10000077
,
UIElementType.EquipmentCompatIndicator = 0x10000078
,
UIElementType.Letter = 0x10000079
,
UIElementType.PatronMeter = 0x1000007C
,
UIElementType.MailIcon = 0x1000007D
,
UIElementType.AdminDialog = 0x1000007E
,
UIElementType.AuctionTooltipProvider = 0x1000007F
,
UIElementType.TellButton = 0x10000080
,
UIElementType.SecureItemButton = 0x10000081
,
UIElementType.AdminCommand_Properties = 0x10000082
,
UIElementType.InviteToGuildButton = 0x10000083
,
UIElementType.AddFriendButton = 0x10000084
,
UIElementType.Player = 0x10000085
,
UIElementType.QuestSelector = 0x10000086
,
UIElementType.QuestElement = 0x10000087
,
UIElementType.ClassSelection = 0x10000088
,
UIElementType.LevelRange = 0x10000089
,
UIElementType.InviteRequests = 0x1000008A
,
UIElementType.GroupTooltip = 0x1000008B
,
UIElementType.QuestTooltip = 0x1000008C
,
UIElementType.Marker = 0x1000008D
,
UIElementType.FeatViewer = 0x1000008E
,
UIElementType.SingletonBag = 0x10000091
,
UIElementType.AdminDisplay_Effects = 0x10000095
,
UIElementType.EffectsDisplay = 0x10000096
,
UIElementType.CollectableBag = 0x10000098
,
UIElementType.GraphicBag = 0x10000099
,
UIElementType.IBag = 0x1000009A
,
UIElementType.CurrencyValue = 0x1000009B
,
UIElementType.ContainerViewer = 0x1000009D
,
UIElementType.AdminDisplay_Inventory = 0x1000009E
,
UIElementType.ContainerViewerElement = 0x1000009F
,
UIElementType.SizingDialog = 0x100000A1
,
UIElementType.EldritchDevice = 0x100000A2
,
UIElementType.AdminWorldEvent = 0x100000A4
,
UIElementType.KiTooltip = 0x100000A5
,
UIElementType.Quiver = 0x100000A6
,
UIElementType.Friend = 0x100000A7
,
UIElementType.BuyBackViewer = 0x100000A8
,
UIElementType.PropelProgress = 0x100000A9
,
UIElementType.CharGenViewport = 0x100000AA
,
UIElementType.CharGenRaceChoice = 0x100000AB
,
UIElementType.CharGenClassChoice = 0x100000AC
,
UIElementType.CharGenGenderChoice = 0x100000AD
,
UIElementType.CharGenPlayStyleChoice = 0x100000AE
,
UIElementType.CharGenBreadcrumbTrail = 0x100000B0
,
UIElementType.BarGraph = 0x100000B1
,
UIElementType.CharGenPathChoice = 0x100000B2
,
UIElementType.AvatarViewport = 0x100000B4
,
UIElementType.WebStore = 0x100000B6
,
UIElementType.BuyNowButton = 0x100000B8
,
UIElementType.CharSelectViewport = 0x100000B9
,
UIElementType.CharSelectListBox = 0x100000BA
,
UIElementType.ERSBankViewer = 0x100000BD
,
UIElementType.ChallengePartyButton = 0x100000BE
,
UIElementType.MultiListBox = 0x100000C0
,
UIElementType.PropertyMeterScaled = 0x100000C1
,
UIElementType.CompendiumLookupButton = 0x100000C3
,
UIElementType.PlayerChatTextEntry = 0x100000C5
,
UIElementType.WeaponSetTooltipProvider = 0x100000C6
,
UIElementType.BootFromAirshipButton = 0x100000C7
,
UIElementType.BarterSystem = 0x100000C8
,
UIElementType.MarkItemToSellButton = 0x100000C9
,
UIElementType.SearchField = 0x100000CB
,
UIElementType.CraftingSystem = 0x100000CC
,
UIElementType.BoolRipCord = 0x100000CD
,
UIElementType.StringRipCord = 0x100000CE
,
UIElementType.ArrayRipCord = 0x100000CF
,
UIElementType.IntRipCord = 0x100000D0
,
UIElementType.IRipCord = 0x100000D1
,
UIElementType.ArrayRipCordEditor = 0x100000D2
,
UIElementType.AdminRipCordDisplay = 0x100000D3
,
UIElementType.ScoreDisplay = 0x100000D4
,
UIElementType.GlobalObjective = 0x100000D6
,
UIElementType.CosmeticPetTrickTooltip = 0x100000D8
,
UIElementType.CosmeticPetTooltip = 0x100000D9
,
UIElementType.CosmeticPetGearTooltip = 0x100000DA
,
UIElementType.CosmeticPetTargetViewport = 0x100000DB
,
UIElementType.EnhancementTree = 0x100000DC
,
UIElementType.EnhancementTreeDisplayUI = 0x100000DE
,
UIElementType.EnhancementTooltipProvider = 0x100000E1
,
UIElementType.IconHeaderDisplay = 0x100000E2
,
UIElementType.ACWeaponStatsTooltip = 0x100000E3
,
UIElementType.EpicDestinyUI = 0x100000E4
,
UIElementType.EpicDestinyXPMeter = 0x100000E6
,
UIElementType.EnhancementDisplay = 0x100000E7
,
UIElementType.EpicDestinyEnhancementTree = 0x100000E8
,
UIElementType.MonsterManualUI = 0x100000E9
,
UIElementType.MonsterManualTargetViewport = 0x100000EA
,
UIElementType.EpicXPMeter = 0x100000EB
,
UIElementType.AchievemenTooltip = 0x100000EC
,
UIElementType.AchievementTooltipProvider = 0x100000ED
,
UIElementType.ExaminationDifficultyLevel = 0x100000EE
,
UIElementType.GenericBrowserWindow = 0x100000EF
,
UIElementType.BuyShardsButton = 0x100000F0
,
UIElementType.BuyWithShards = 0x100000F2
,
UIElementType.DailyRewardUI = 0x100000F3
,
UIElementType.CharGenIconicChoice = 0x100000F4
,
UIElementType.ReincarnationPage1 = 0x100000F5
,
UIElementType.ReincarnationPage2 = 0x100000F6
,
UIElementType.ReincarnationPage3 = 0x100000F7
,
UIElementType.ReincarnationPage4 = 0x100000F8
,
UIElementType.GuildCurrencyValue = 0x100000F9
,
UIElementType.DRSSingletonBankViewer = 0x100000FA
,
UIElementType.AmenityTooltipProvider = 0x100000FC
,
UIElementType.AmenityTooltip = 0x100000FD
,
UIElementType.AugmentListBox = 0x100000FE
,
UIElementType.ReaperEnhancementTree = 0x10000100
,
UIElementType.ReaperEnhancementTreeDisplayUI = 0x10000101
,
UIElementType.ReaperEnhancementTooltipProvider = 0x10000102
,
UIElementType.ItemTooltipProvider = 0x10000103
,
UIElementType.FiligreeSlot = 0x10000104
,
UIElementType.AdminLogScript = 0x10000105
,
UIElementType.EffectiveHPDisplay = 0x10000106
,
UIElementType.StatDisplay = 0x10000107
,
UIElementType.BuyCharBankFavorUpgrades = 0x10000109
,
UIElementType.MountsTargetViewport = 0x1000010A
,
UIElementType.NewEpicDestinyUI = 0x1000010F
,
UIElementType.NewEpicDestinyTreeDisplayUI = 0x10000110
,
UIElementType.NewEpicDestinyTooltipProvider = 0x10000111
,
UIElementType.NewEpicDestinyTree = 0x10000112
,
UIElementType.MountTooltip = 0x10000113
,
UIElementType.PropertyMeterPercentage = 0x10000116
,
UIElementType.LegendaryXPMeter = 0x10000118
,
UIElementType.LevelXPMeter = 0x10000119
,
UIElementType.VIPLoyaltyProgram = 0x1000011A
,
UIElementType.VIPLoyaltyReward = 0x1000011B
} |
|
|
|
enum | Uilayout : uint {
Uilayout.Undef = 0x00000000
,
Uilayout.intro = 0x22000000
,
Uilayout.disconnected = 0x22000001
,
Uilayout.datapatch = 0x22000002
,
Uilayout.gameplay = 0x22000003
,
Uilayout.selection = 0x22000004
,
Uilayout.spewbox = 0x22000005
,
Uilayout.healthbar = 0x22000009
,
Uilayout.hud = 0x2200000B
,
Uilayout.chatwindow = 0x2200000C
,
Uilayout.mainmenu = 0x2200000D
,
Uilayout.property_display = 0x22000011
,
Uilayout.epilogue = 0x22000012
,
Uilayout.theater = 0x22000013
,
Uilayout.inventory = 0x22000015
,
Uilayout.item = 0x22000016
,
Uilayout.stack = 0x22000017
,
Uilayout.encumbrance = 0x22000018
,
Uilayout.charactersheet = 0x22000019
,
Uilayout.Spellbook = 0x2200001A
,
Uilayout.floatytext = 0x2200001B
,
Uilayout.fellowshipdisplay = 0x2200001C
,
Uilayout.fellowlist = 0x2200001D
,
Uilayout.fellowhealthbar = 0x2200001E
,
Uilayout.ContextMenu = 0x22000020
,
Uilayout.Dialog = 0x22000021
,
Uilayout.box = 0x22000025
,
Uilayout.characterstats = 0x2200002B
,
Uilayout.characterskills = 0x2200002D
,
Uilayout.characterfeats = 0x2200002E
,
Uilayout.characterspells = 0x22000031
,
Uilayout.netstatus = 0x22000034
,
Uilayout.popupmenu = 0x22000035
,
Uilayout.popupmenuentry = 0x22000036
,
Uilayout.help = 0x22000037
,
Uilayout.quest = 0x22000040
,
Uilayout.dungeonquest = 0x2200004A
,
Uilayout.diagnostic = 0x2200004C
,
Uilayout.markers = 0x2200004E
,
Uilayout.charselect = 0x22000055
,
Uilayout.textalerts = 0x22000058
,
Uilayout.questmarkers = 0x22000059
,
Uilayout.examination = 0x2200005C
,
Uilayout.advancement = 0x2200005D
,
Uilayout.guild = 0x2200005F
,
Uilayout.tutorial = 0x22000060
,
Uilayout.skillstage = 0x22000064
,
Uilayout.featstage = 0x22000065
,
Uilayout.abilitystage = 0x22000066
,
Uilayout.classstage = 0x22000067
,
Uilayout.summarystage = 0x22000068
,
Uilayout.nestedshortcuts = 0x22000069
,
Uilayout.spellstage = 0x2200006D
,
Uilayout.shop = 0x2200006F
,
Uilayout.social = 0x22000076
,
Uilayout.chargen = 0x22000077
,
Uilayout.appearance_chargenstage = 0x2200007C
,
Uilayout.book = 0x22000084
,
Uilayout.death = 0x22000085
,
Uilayout.partyinvite = 0x22000086
,
Uilayout.chat = 0x2200008B
,
Uilayout.wantedclasses = 0x2200008C
,
Uilayout.chest = 0x2200008E
,
Uilayout.bank = 0x2200008F
,
Uilayout.spellbar = 0x22000090
,
Uilayout.resurrect = 0x22000091
,
Uilayout.ability_chargenstage = 0x22000092
,
Uilayout.trade = 0x22000094
,
Uilayout.options = 0x22000099
,
Uilayout.feat_chargenstage = 0x2200009B
,
Uilayout.portalactivate = 0x2200009D
,
Uilayout.map = 0x2200009E
,
Uilayout.skill_chargenstage = 0x2200009F
,
Uilayout.spell_chargenstage = 0x220000A0
,
Uilayout.dice = 0x220000A1
,
Uilayout.progress = 0x2200010F
,
Uilayout.examinationdisplays = 0x2200011F
,
Uilayout.examinationeffect = 0x2200012B
,
Uilayout.actiondisplay = 0x2200012C
,
Uilayout.loadscreen = 0x2200012F
,
Uilayout.areaname = 0x22000130
,
Uilayout.complextooltip = 0x22000131
,
Uilayout.skillmarkers = 0x22000137
,
Uilayout.widget_admin = 0x22000138
,
Uilayout.damagereduction = 0x2200013A
,
Uilayout.HART = 0x2200013D
,
Uilayout.benefit = 0x2200013F
,
Uilayout.hint = 0x22000148
,
Uilayout.hint_images = 0x22000149
,
Uilayout.credits = 0x2200014C
,
Uilayout.friends = 0x2200014D
,
Uilayout.dungeonsummary = 0x220001D4
,
Uilayout.reward = 0x220001D6
,
Uilayout.weaponsets = 0x220001D7
,
Uilayout.introMovie = 0x220001D8
,
Uilayout.summary_chargenstage = 0x220001DB
,
Uilayout.xpbar = 0x220001DE
,
Uilayout.StatsPortal = 0x220005BF
,
Uilayout.spellswap = 0x220005C2
,
Uilayout.mail = 0x220005CB
,
Uilayout.grouping = 0x220005CC
,
Uilayout.patronmeter = 0x220005D3
,
Uilayout.spellselector = 0x220005D4
,
Uilayout.adventurecompendium = 0x220005DC
,
Uilayout.auction = 0x220005DE
,
Uilayout.featrespec = 0x220005DF
,
Uilayout.StringToken_Debugger = 0x220005E0
,
Uilayout.arenasetup = 0x220005E1
,
Uilayout.admindialog = 0x220005E2
,
Uilayout.arenascoring = 0x220005E3
,
Uilayout.arenaqueue = 0x22000600
,
Uilayout.player = 0x2200064C
,
Uilayout.effectdialog = 0x22000651
,
Uilayout.partyinvitelist = 0x22000659
,
Uilayout.featviewer = 0x22000665
,
Uilayout.singletonbagui = 0x22000666
,
Uilayout.collectablebagui = 0x22000674
,
Uilayout.eldritchdeviceui = 0x22000685
,
Uilayout.admin_worldevent = 0x2200068D
,
Uilayout.kibar = 0x22000694
,
Uilayout.playstyle_chargenstage = 0x220006AA
,
Uilayout.race_chargenstage = 0x220006AB
,
Uilayout.class_chargenstage = 0x220006AC
,
Uilayout.advprep_chargenstage = 0x220006BE
,
Uilayout.chargen_breadcrumb_trail = 0x220006D7
,
Uilayout.demo_chargenstage = 0x220006D8
,
Uilayout.bargraph = 0x220006DF
,
Uilayout.path_chargenstage = 0x220006E8
,
Uilayout.storyquest = 0x220006ED
,
Uilayout.henchmen = 0x220006F3
,
Uilayout.henchmenNestedShortucts = 0x220006F3
,
Uilayout.ersbank = 0x22000702
,
Uilayout.partychallenge = 0x22000709
,
Uilayout.reincarnationdialog = 0x22000714
,
Uilayout.members = 0x22000728
,
Uilayout.permissions = 0x22000729
,
Uilayout.rewards = 0x2200072A
,
Uilayout.bartersystemui = 0x22000730
,
Uilayout.craftingsystemui = 0x22000733
,
Uilayout.admin_ripcords = 0x22000735
,
Uilayout.property_editors = 0x22000736
,
Uilayout.petcharactersheet = 0x22000739
,
Uilayout.dungeonscoredisplay = 0x22000742
,
Uilayout.charactercosmeticpets = 0x2200084B
,
Uilayout.globalobjective = 0x2200084D
,
Uilayout.enhancementtree = 0x22000850
,
Uilayout.enhancement = 0x22000851
,
Uilayout.playmovie = 0x22000852
,
Uilayout.epicdestiny = 0x22000858
,
Uilayout.monstermanual = 0x22000859
,
Uilayout.enhancementdisplay = 0x2200085B
,
Uilayout.confirmation_three_option_dialog = 0x2200085C
,
Uilayout.vipupsell = 0x2200085E
,
Uilayout.genericbrowserwindow = 0x2200085F
,
Uilayout.pay_shards_or_plat_dialog = 0x22000861
,
Uilayout.dailyrewardui = 0x22000862
,
Uilayout.reincarnation_page3 = 0x2200086D
,
Uilayout.reincarnation_page1 = 0x2200086E
,
Uilayout.reincarnation_page2 = 0x2200086F
,
Uilayout.reincarnationshop = 0x22000870
,
Uilayout.amenitylist = 0x22000871
,
Uilayout.amenity_inventory = 0x22000872
,
Uilayout.reincarnation_page4 = 0x22000873
,
Uilayout.imagerewardviewer = 0x22000875
,
Uilayout.imagerewardgallery = 0x22000876
,
Uilayout.drssingletonbank = 0x2200087A
,
Uilayout.airshipshowroom = 0x2200087B
,
Uilayout.customizeAI = 0x2200087D
,
Uilayout.xsollastore = 0x2200087F
,
Uilayout.augment = 0x22000880
,
Uilayout.reaperenhancementtree = 0x22000881
,
Uilayout.reaperenhancement = 0x22000882
,
Uilayout.Browser_Debugger = 0x22000884
,
Uilayout.sentientslot = 0x22000885
,
Uilayout.details_entry = 0x22000887
,
Uilayout.charactermounts = 0x2200088B
,
Uilayout.newepicdestiny = 0x2200088F
,
Uilayout.newepicdestinytree = 0x22000890
,
Uilayout.viployaltyprogram = 0x22000898
,
Uilayout.generic_mouse = 0x41004613
} |
|
|
|
enum | UILCD_ScreenType : uint { UILCD_ScreenType.PlayerVitals = 0x10000001
} |
|
|
|
enum | UISceneEntity : uint {
UISceneEntity.Camera_1 = 0x10000001
,
UISceneEntity.Camera_2 = 0x10000002
,
UISceneEntity.CharGenCameraHead = 0x10000012
,
UISceneEntity.CharGenCameraFull = 0x10000013
,
UISceneEntity.CharGenAvatar = 0x10000014
,
UISceneEntity.TargetDefaultCamera = 0x10000016
,
UISceneEntity.Camera_Monster_slime = 0x1000001A
,
UISceneEntity.Camera_Monster_Elemental = 0x1000001B
,
UISceneEntity.Camera_Avatar_Dwarf = 0x1000001C
,
UISceneEntity.Camera_Monster_worg = 0x1000001D
,
UISceneEntity.Camera_Monster_troglodyte = 0x1000001E
,
UISceneEntity.Camera_Monster_irondefender = 0x1000001F
,
UISceneEntity.Camera_Monster_imp = 0x10000020
,
UISceneEntity.Camera_Monster_thraak = 0x10000022
,
UISceneEntity.Camera_Monster_zombie = 0x10000023
,
UISceneEntity.Camera_Avatar_Human = 0x10000024
,
UISceneEntity.Camera_NPC_pig = 0x10000025
,
UISceneEntity.Camera_Monster_spider = 0x10000026
,
UISceneEntity.Camera_Monster_spider_baby = 0x10000027
,
UISceneEntity.Camera_Monster_ogre = 0x10000028
,
UISceneEntity.Camera_Monster_BugBear = 0x10000029
,
UISceneEntity.Camera_Avatar_Warforged = 0x1000002A
,
UISceneEntity.Camera_Monster_skull = 0x1000002B
,
UISceneEntity.Camera_Monster_Ghoul = 0x1000002C
,
UISceneEntity.Camera_Monster_Beholder = 0x1000002D
,
UISceneEntity.Camera_Avatar_Halfling = 0x1000002E
,
UISceneEntity.Camera_Monster_scorpion = 0x1000002F
,
UISceneEntity.Camera_Monster_kobold = 0x10000030
,
UISceneEntity.Camera_Monster_FleshRender = 0x10000031
,
UISceneEntity.Camera_Monster_minotaur = 0x10000032
,
UISceneEntity.Camera_Monster_troll = 0x10000033
,
UISceneEntity.Camera_Monster_Hellhound = 0x10000034
,
UISceneEntity.Camera_Monster_wraith = 0x10000035
,
UISceneEntity.Camera_Monster_wolf = 0x10000036
,
UISceneEntity.Camera_Monster_Gargoyle = 0x10000037
,
UISceneEntity.Camera_Monster_wight = 0x10000038
,
UISceneEntity.Camera_Monster_Dog = 0x10000039
,
UISceneEntity.Camera_Monster_rustmonster = 0x1000003A
,
UISceneEntity.Camera_Monster_hobgoblin = 0x1000003B
,
UISceneEntity.Camera_Monster_Drow_Scorpion = 0x1000003C
,
UISceneEntity.Camera_Monster_spectre = 0x1000003D
,
UISceneEntity.Camera_Monster_skeleton = 0x1000003E
,
UISceneEntity.Camera_Avatar_Elf = 0x1000003F
,
UISceneEntity.Camera_Monster_Golem = 0x10000040
,
UISceneEntity.Camera_Monster_Giant = 0x10000041
,
UISceneEntity.Camera_Monster_skeleton_shield_xl = 0x10000042
,
UISceneEntity.Camera_Monster_skeleton_warrior = 0x10000043
,
UISceneEntity.Camera_Monster_skeleton_warrior_xl = 0x10000044
,
UISceneEntity.Camera_Monster_skeleton_vexxer_xl = 0x10000045
,
UISceneEntity.Camera_Monster_skeleton_vexxer = 0x10000046
,
UISceneEntity.Camera_Monster_skeleton_mage_xl = 0x10000047
,
UISceneEntity.Camera_Monster_skeleton_shield = 0x10000048
,
UISceneEntity.Camera_Monster_skeleton_mage = 0x10000049
,
UISceneEntity.Camera_NPC_Warforged_1 = 0x1000004A
,
UISceneEntity.Camera_NPC_Warforged_2 = 0x1000004B
,
UISceneEntity.Camera_NPC_Warforged_3 = 0x1000004C
,
UISceneEntity.Camera_NPC_Warforged_4 = 0x1000004D
,
UISceneEntity.Camera_NPC_Dwarf_1 = 0x1000004E
,
UISceneEntity.Camera_NPC_Dwarf_2 = 0x1000004F
,
UISceneEntity.Camera_NPC_Dwarf_3 = 0x10000050
,
UISceneEntity.Camera_NPC_Dwarf_4 = 0x10000051
,
UISceneEntity.Camera_NPC_Human_1 = 0x10000052
,
UISceneEntity.Camera_NPC_Human_2 = 0x10000053
,
UISceneEntity.Camera_NPC_Human_3 = 0x10000054
,
UISceneEntity.Camera_NPC_Human_4 = 0x10000055
,
UISceneEntity.Camera_NPC_Elf_1 = 0x10000056
,
UISceneEntity.Camera_NPC_Elf_2 = 0x10000057
,
UISceneEntity.Camera_NPC_Elf_3 = 0x10000058
,
UISceneEntity.Camera_NPC_Halfling_1 = 0x10000059
,
UISceneEntity.Camera_NPC_Elf_4 = 0x1000005A
,
UISceneEntity.Camera_NPC_Halfling_2 = 0x1000005B
,
UISceneEntity.Camera_NPC_Halfling_3 = 0x1000005C
,
UISceneEntity.Camera_NPC_Halfling_4 = 0x1000005D
,
UISceneEntity.Camera_NPC_Human_Female_1 = 0x1000005E
,
UISceneEntity.Camera_NPC_Human_Female_2 = 0x1000005F
,
UISceneEntity.Camera_NPC_Human_Female_3 = 0x10000060
,
UISceneEntity.Camera_NPC_Human_Female_4 = 0x10000061
,
UISceneEntity.Camera_Weapon_Small = 0x10000062
,
UISceneEntity.Camera_Int_ControlBox = 0x10000063
,
UISceneEntity.Camera_Weapon_Large = 0x10000064
,
UISceneEntity.Camera_Int_FloorPuzzle = 0x10000065
,
UISceneEntity.Camera_Door_Standard = 0x10000066
,
UISceneEntity.Camera_Weapon_TwoHand = 0x10000067
,
UISceneEntity.Camera_Item_Bag = 0x10000068
,
UISceneEntity.Camera_Weapon_Medium = 0x10000069
,
UISceneEntity.Camera_Weapon_Bow = 0x1000006A
,
UISceneEntity.Camera_Item_Gem = 0x1000006B
,
UISceneEntity.Camera_Int_Chest = 0x1000006C
,
UISceneEntity.Camera_Int_Lever_WallMounted = 0x1000006E
,
UISceneEntity.Camera_int_SignalRune = 0x1000006F
,
UISceneEntity.Camera_Door_Wide = 0x10000070
,
UISceneEntity.Camera_Door_Tall = 0x10000071
,
UISceneEntity.Camera_Monster_hellhound_greater = 0x10000074
,
UISceneEntity.Camera_Monster_slime_huge = 0x10000075
,
UISceneEntity.Camera_Monster_wolf_black = 0x10000076
,
UISceneEntity.Camera_Monster_elemental_large = 0x10000077
,
UISceneEntity.Camera_Monster_rustmonster_large = 0x10000078
,
UISceneEntity.Camera_Monster_Dragon = 0x10000079
,
UISceneEntity.Camera_Monster_rustmonster_huge = 0x1000007A
,
UISceneEntity.Camera_Monster_Giant_Storm = 0x1000007B
,
UISceneEntity.Camera_Monster_spider_queen = 0x1000007C
,
UISceneEntity.Camera_Monster_elemental_greater = 0x1000007D
,
UISceneEntity.Camera_NPC_Halfling_Female_1 = 0x1000007E
,
UISceneEntity.Camera_NPC_Halfling_Female_2 = 0x1000007F
,
UISceneEntity.Camera_NPC_Halfling_Female_3 = 0x10000080
,
UISceneEntity.Camera_NPC_Elf_Female_1 = 0x10000081
,
UISceneEntity.Camera_NPC_Elf_Female_2 = 0x10000082
,
UISceneEntity.Camera_NPC_Elf_Female_3 = 0x10000083
,
UISceneEntity.Camera_Avatar_ChargenAppearance_Human = 0x10000084
,
UISceneEntity.Camera_Avatar_ChargenAppearance_Elf = 0x10000085
,
UISceneEntity.Camera_Avatar_ChargenAppearance_Warforged = 0x10000086
,
UISceneEntity.Camera_Avatar_ChargenAppearance_Dwarf = 0x10000087
,
UISceneEntity.Camera_Avatar_ChargenAppearance_Halfling = 0x10000088
,
UISceneEntity.Camera_Monster_Scorpion_Cave = 0x10000089
,
UISceneEntity.Camera_Monster_Elemental_Air_Water = 0x1000008A
,
UISceneEntity.Camera_Monster_rustmonster_xlarge = 0x1000008B
,
UISceneEntity.Camera_Monster_Fleshrender_Giant = 0x1000008C
,
UISceneEntity.Camera_Monster_Elemental_Earth = 0x1000008D
,
UISceneEntity.Camera_Monster_Gargoyle_Titan = 0x1000008E
,
UISceneEntity.Camera_Monster_Golem_Greater = 0x1000008F
,
UISceneEntity.Camera_Monster_Beholder_Elder = 0x10000090
,
UISceneEntity.Camera_Monster_Scorpion_Night = 0x10000091
,
UISceneEntity.Camera_Monster_Scorpion_Large = 0x10000092
,
UISceneEntity.Camera_Avatar_Elf_Female = 0x10000093
,
UISceneEntity.Camera_Monster_Spider_XLarge = 0x10000094
,
UISceneEntity.Camera_Monster_Zombie_Halfling = 0x10000095
,
UISceneEntity.Camera_Monster_wolf_white = 0x10000096
,
UISceneEntity.Camera_Monster_Scorpion_Desert = 0x10000097
,
UISceneEntity.Camera_Monster_Elemental_Fire = 0x10000098
,
UISceneEntity.Camera_Monster_Scorpion_XLarge = 0x10000099
,
UISceneEntity.Camera_Monster_Scorpion_Fiendish = 0x1000009A
,
UISceneEntity.Camera_Monster_elemental_earth_large = 0x1000009B
,
UISceneEntity.Camera_Avatar_Halfling_Female = 0x1000009C
,
UISceneEntity.Camera_Avatar_Human_Female = 0x1000009D
,
UISceneEntity.Camera_Monster_Scorpion_Vile = 0x1000009E
,
UISceneEntity.Camera_Monster_Gargoyle_Granite = 0x1000009F
,
UISceneEntity.Camera_Monster_IronDefender_Greater = 0x100000A0
,
UISceneEntity.Camera_Monster_Fleshrender_Duke = 0x100000A1
,
UISceneEntity.Camera_Monster_Vampire = 0x100000A2
,
UISceneEntity.Camera_Weapon_Bow_Short = 0x100000A3
,
UISceneEntity.Camera_Weapon_Axe = 0x100000A4
,
UISceneEntity.Camera_Weapon_Axe_Hand = 0x100000A5
,
UISceneEntity.Camera_Weapon_Bow_Long = 0x100000A6
,
UISceneEntity.Camera_Weapon_Axe_Great = 0x100000A7
,
UISceneEntity.Camera_Monster_Zombie_XLarge = 0x100000A8
,
UISceneEntity.Camera_Weapon_Club_Great = 0x100000A9
,
UISceneEntity.Camera_Weapon_Crossbow = 0x100000AA
,
UISceneEntity.Camera_Weapon_Hammer_Basic = 0x100000AB
,
UISceneEntity.Camera_Weapon_Sword_Rapier = 0x100000AC
,
UISceneEntity.Camera_Weapon_Hammer_War = 0x100000AD
,
UISceneEntity.Camera_Weapon_Wand = 0x100000AE
,
UISceneEntity.Camera_Weapon_Sword_Great = 0x100000AF
,
UISceneEntity.Camera_Weapon_Club_Basic = 0x100000B0
,
UISceneEntity.Camera_Monster_Spectre_Large = 0x100000B1
,
UISceneEntity.Camera_Equipment_Shield_Short = 0x100000B2
,
UISceneEntity.Camera_Monster_Troll_Rare_B = 0x100000B3
,
UISceneEntity.Camera_Monster_Ogre_Elite = 0x100000B4
,
UISceneEntity.Camera_Equipment_Shield_Buckler = 0x100000B5
,
UISceneEntity.Camera_Weapon_Kama = 0x100000B6
,
UISceneEntity.Camera_Weapon_Dart = 0x100000B7
,
UISceneEntity.Camera_Weapon_Quarterstaff = 0x100000B8
,
UISceneEntity.Camera_Weapon_Pick_Light = 0x100000B9
,
UISceneEntity.Camera_Weapon_Pick_Heavy = 0x100000BA
,
UISceneEntity.Camera_Weapon_Sword_Bastard = 0x100000BB
,
UISceneEntity.Camera_Equipment_Shield_Long = 0x100000BC
,
UISceneEntity.Camera_Weapon_Dagger = 0x100000BD
,
UISceneEntity.Camera_Monster_Ogre_Chief = 0x100000BE
,
UISceneEntity.Camera_Equipment_Shield_Medium = 0x100000BF
,
UISceneEntity.Camera_Item_Scroll = 0x100000C0
,
UISceneEntity.Camera_Weapon_Sword_Short = 0x100000C1
,
UISceneEntity.Camera_Monster_Wraith_Greater = 0x100000C2
,
UISceneEntity.Camera_Weapon_Sword_Khopesh = 0x100000C3
,
UISceneEntity.Camera_Monster_Troll_Chief = 0x100000C4
,
UISceneEntity.Camera_Weapon_Kukri = 0x100000C5
,
UISceneEntity.Camera_Monster_Troll_Elite = 0x100000C6
,
UISceneEntity.Camera_Item_Potion = 0x100000C7
,
UISceneEntity.Camera_Item_Instrument = 0x100000C8
,
UISceneEntity.Camera_Door_Short = 0x100000C9
,
UISceneEntity.Camera_Int_RestShrine = 0x100000CA
,
UISceneEntity.Camera_Int_RestShrine_Small = 0x100000CB
,
UISceneEntity.Camera_Weapon_Sword_Falchion = 0x100000CC
,
UISceneEntity.Camera_Int_Altar = 0x100000CD
,
UISceneEntity.Camera_Int_Altar_B = 0x100000CE
,
UISceneEntity.Camera_Int_Lever = 0x100000CF
,
UISceneEntity.Camera_Int_Sarcophagus = 0x100000D0
,
UISceneEntity.Camera_Int_Valve_WallMounted = 0x100000D1
,
UISceneEntity.Camera_St_Sign_Tavern = 0x100000D3
,
UISceneEntity.Camera_Door_Secret = 0x100000D4
,
UISceneEntity.Camera_Int_Old_Sullys_Grog_Cask = 0x100000D5
,
UISceneEntity.Camera_Int_Giant_Head = 0x100000D6
,
UISceneEntity.Camera_Int_ControlPanel = 0x100000D7
,
UISceneEntity.Camera_Int_Altar_DarkSix = 0x100000D8
,
UISceneEntity.Camera_Weapon_Axe_Throwing = 0x100000D9
,
UISceneEntity.Camera_Monster_Lich = 0x100000DA
,
UISceneEntity.Camera_Int_Crest = 0x100000DB
,
UISceneEntity.Camera_Avatar_ChargenAppearance_Halfling_Female = 0x100000DE
,
UISceneEntity.Camera_Avatar_ChargenAppearance_Human_Female = 0x100000DF
,
UISceneEntity.Camera_Avatar_ChargenAppearance_Elf_Female = 0x100000E0
,
UISceneEntity.Camera_Avatar_ChargenAppearance_HalfElf_Female = 0x100000E3
,
UISceneEntity.Camera_Avatar_HalfOrc = 0x100000E4
,
UISceneEntity.Camera_Avatar_ChargenAppearance_HalfElf = 0x100000E5
,
UISceneEntity.Camera_Avatar_ChargenAppearance_HalfOrc_Female = 0x100000E6
,
UISceneEntity.Camera_Avatar_HalfElf_Female = 0x100000E7
,
UISceneEntity.Camera_Avatar_HalfOrc_Female = 0x100000E8
,
UISceneEntity.Camera_Avatar_ChargenAppearance_HalfOrc = 0x100000E9
,
UISceneEntity.Camera_Avatar_HalfElf = 0x100000EA
,
UISceneEntity.Camera_NPC_Halforc_1 = 0x100000F1
,
UISceneEntity.Camera_NPC_Halforc_2 = 0x100000F2
,
UISceneEntity.Camera_NPC_Halforc_3 = 0x100000F3
,
UISceneEntity.Camera_Monster_Beholder_Miniboss = 0x100000F4
,
UISceneEntity.Camera_Weapon_Bow_Offcenter = 0x100000F5
,
UISceneEntity.Camera_Weapon_Offhand_Orb = 0x100000F6
,
UISceneEntity.Camera_Weapon_RuneArm = 0x100000F7
,
UISceneEntity.Camera_Avatar_Pet_Wolf = 0x100000F9
,
UISceneEntity.Camera_Avatar_Pet_Spider = 0x100000FA
,
UISceneEntity.Camera_Avatar_ChargenAppearance_Gnome = 0x100000FB
,
UISceneEntity.Camera_Avatar_ChargenAppearance_Gnome_Female = 0x100000FC
,
UISceneEntity.Camera_Avatar_Gnome_Female = 0x100000FD
,
UISceneEntity.Camera_Avatar_Gnome = 0x100000FE
,
UISceneEntity.Camera_Avatar_ChargenAppearance_Dragonborn = 0x100000FF
,
UISceneEntity.Camera_Avatar_Dragonborn_Female = 0x10000100
,
UISceneEntity.Camera_Avatar_ChargenAppearance_Dragonborn_Female = 0x10000101
,
UISceneEntity.Camera_Avatar_Dragonborn = 0x10000102
,
UISceneEntity.Camera_Avatar_ChargenAppearance_Aasimar_Female = 0x10000103
,
UISceneEntity.Camera_Avatar_ChargenAppearance_Aasimar = 0x10000104
,
UISceneEntity.Camera_Avatar_Aasimar_Female = 0x10000105
,
UISceneEntity.Camera_Avatar_Aasimar = 0x10000106
,
UISceneEntity.Camera_Avatar_WildElf_Female = 0x10000107
,
UISceneEntity.Camera_Avatar_WildElf = 0x10000108
,
UISceneEntity.Camera_Avatar_ChargenAppearance_Wildelf = 0x10000109
,
UISceneEntity.Camera_Avatar_ChargenAppearance_Wildelf_Female = 0x1000010A
,
UISceneEntity.Camera_Avatar_Tiefling = 0x1000010B
,
UISceneEntity.Camera_Avatar_Tiefling_Female = 0x1000010C
,
UISceneEntity.Camera_Avatar_ChargenAppearance_Tiefling_Female = 0x1000010D
,
UISceneEntity.Camera_Avatar_ChargenAppearance_Tiefling = 0x1000010E
,
UISceneEntity.Camera_Avatar_Shifter_Female = 0x1000010F
,
UISceneEntity.Camera_Avatar_ChargenAppearance_Shifter_Female = 0x10000110
,
UISceneEntity.Camera_Avatar_ChargenAppearance_Shifter = 0x10000111
,
UISceneEntity.Camera_Avatar_Shifter = 0x10000112
,
UISceneEntity.Camera_Avatar_ChargenAppearance_Tabaxi = 0x10000113
,
UISceneEntity.Camera_Avatar_Tabaxi = 0x10000114
,
UISceneEntity.Camera_Avatar_Tabaxi_Female = 0x10000115
,
UISceneEntity.Camera_Avatar_ChargenAppearance_Tabaxi_Female = 0x10000116
,
UISceneEntity.Camera_NPC_Pixie_1 = 0x10000117
,
UISceneEntity.Camera_NPC_Pixie_Female_1 = 0x10000118
,
UISceneEntity.Camera_Monster_Redcap = 0x10000119
} |
|
|
|
enum | UIStateID : uint {
UIStateID.delete = 0x10000001
,
UIStateID.restore = 0x10000002
,
UIStateID.stateless = 0x10000003
,
UIStateID.changed = 0x10000004
,
UIStateID.animate = 0x10000005
,
UIStateID.frame2 = 0x10000006
,
UIStateID.FadeIn = 0x10000007
,
UIStateID.FadeOut = 0x10000008
,
UIStateID.Invisible = 0x10000009
,
UIStateID.pending = 0x1000000A
,
UIStateID.active = 0x1000000B
,
UIStateID.rmb_armed = 0x1000000C
,
UIStateID.primary_weapon_armed = 0x1000000D
,
UIStateID.secondary_weapon_armed = 0x1000000E
,
UIStateID.ammo_armed = 0x1000000F
,
UIStateID.good = 0x10000010
,
UIStateID.bad = 0x10000011
,
UIStateID.ugly = 0x10000012
,
UIStateID.FadeOutPowerUp = 0x10000013
,
UIStateID.NormalPowerUp = 0x10000014
,
UIStateID.FadeInPowerUp = 0x10000015
,
UIStateID._default = 0x10000016
,
UIStateID.finish = 0x10000017
,
UIStateID.expanded = 0x10000018
,
UIStateID.collapsed = 0x10000019
,
UIStateID.Complete = 0x1000001A
,
UIStateID.rollover = 0x1000001B
,
UIStateID.pressed = 0x1000001C
,
UIStateID.appearance = 0x1000001D
,
UIStateID.FadeOutTextAlert = 0x1000001E
,
UIStateID.scrollcursor = 0x1000001F
,
UIStateID.hihglight_normal = 0x10000020
,
UIStateID.FadedOut = 0x10000021
,
UIStateID.FadingIn = 0x10000022
,
UIStateID.FadingOut = 0x10000023
,
UIStateID.FadedIn = 0x10000024
,
UIStateID.Touched = 0x10000025
,
UIStateID.OnRoll = 0x10000026
,
UIStateID.Succeeded = 0x10000027
,
UIStateID.Failed = 0x10000028
,
UIStateID.Interrupted = 0x10000029
,
UIStateID.Init = 0x1000002A
,
UIStateID.MouseEnter = 0x1000002B
,
UIStateID.MouseLeave = 0x1000002C
,
UIStateID.MouseEnterChat = 0x1000002D
,
UIStateID.MouseLeaveChat = 0x1000002E
,
UIStateID.TextEnterChat = 0x1000002F
,
UIStateID.TextLeaveChat = 0x10000030
,
UIStateID.TextUnfocusChat = 0x10000031
,
UIStateID.TextFocusChat = 0x10000032
,
UIStateID.Billboard_ShowText = 0x10000033
,
UIStateID.TextExitChat = 0x10000034
,
UIStateID.frame3 = 0x10000035
,
UIStateID.frame4 = 0x10000036
,
UIStateID.MeetsRestriction = 0x10000037
,
UIStateID.FailsRestriction = 0x10000038
,
UIStateID.BypassesRestriction = 0x10000039
,
UIStateID.disabled = 0x1000003A
,
UIStateID.toggledon = 0x1000003B
,
UIStateID.toggledoff = 0x1000003C
,
UIStateID.uncloaked = 0x1000003D
,
UIStateID.cloaked = 0x1000003E
,
UIStateID.highlight_normal = 0x1000003F
,
UIStateID.Billboard_TextFade = 0x10000040
,
UIStateID.itemtooltip = 0x10000041
,
UIStateID.skilltooltip = 0x10000042
,
UIStateID.spelltooltip = 0x10000043
,
UIStateID.feattooltip = 0x10000044
,
UIStateID.Barbarian = 0x10000045
,
UIStateID.CharGenClass_Bard = 0x10000046
,
UIStateID.CharGenClass_Cleric = 0x10000047
,
UIStateID.CharGenClass_Fighter = 0x10000048
,
UIStateID.CharGenClass_Paladin = 0x10000049
,
UIStateID.CharGenClass_Ranger = 0x1000004A
,
UIStateID.CharGenClass_Rogue = 0x1000004B
,
UIStateID.CharGenClass_Sorcerer = 0x1000004C
,
UIStateID.CharGenClass_Wizard = 0x1000004D
,
UIStateID.CharGenClass_Barbarian = 0x1000004E
,
UIStateID._class = 0x1000004F
,
UIStateID.mortal = 0x10000050
,
UIStateID.immortal = 0x10000051
,
UIStateID.playervision = 0x10000052
,
UIStateID.adminvision = 0x10000053
,
UIStateID.unhalted = 0x10000054
,
UIStateID.Halted = 0x10000055
,
UIStateID.ErrorBar_NewText = 0x10000056
,
UIStateID.ErrorBar_BaseText = 0x10000057
,
UIStateID.selected = 0x10000058
,
UIStateID.enabled = 0x10000059
,
UIStateID.UIElementHint_NewHint = 0x1000005A
,
UIStateID.UIElementHint_Reset = 0x1000005B
,
UIStateID.dead = 0x1000005C
,
UIStateID.Opaque = 0x1000005D
,
UIStateID.Transparent = 0x1000005E
,
UIStateID.deafoff = 0x1000005F
,
UIStateID.deafon = 0x10000060
,
UIStateID.voice = 0x10000061
,
UIStateID.ShortcutsUnlocked = 0x10000062
,
UIStateID.ShortcutsLocked = 0x10000063
,
UIStateID.disconnected = 0x10000064
,
UIStateID.incapacitated = 0x10000065
,
UIStateID.online = 0x10000066
,
UIStateID.offline = 0x10000067
,
UIStateID.away = 0x10000068
,
UIStateID.CharGen_Ranger_Movie = 0x10000069
,
UIStateID.CharGen_Rogue_Movie = 0x1000006A
,
UIStateID.CharGen_Sorcerer_Movie = 0x1000006B
,
UIStateID.CharGen_Wizard_Movie = 0x1000006C
,
UIStateID.CharGens_Barbarian_Movie = 0x1000006D
,
UIStateID.CharGen_Bard_Movie = 0x1000006E
,
UIStateID.CharGen_Cleric_Movie = 0x1000006F
,
UIStateID.CharGen_Fighter_Movie = 0x10000070
,
UIStateID.CharGen_Paladin_Movie = 0x10000071
,
UIStateID.CharGen_Barbarian_Movie = 0x10000072
,
UIStateID.TickNormal = 0x10000073
,
UIStateID.TickHighlight = 0x10000074
,
UIStateID.NeedsTrainer = 0x10000075
,
UIStateID.CanSetGuildName = 0x10000076
,
UIStateID.CanSetMotD = 0x10000077
,
UIStateID.GuildSuccessor = 0x10000078
,
UIStateID.GuildLeader = 0x10000079
,
UIStateID.invisibleoff = 0x1000007A
,
UIStateID.invison = 0x1000007B
,
UIStateID.invisoff = 0x1000007C
,
UIStateID.ghostoff = 0x1000007D
,
UIStateID.ghoston = 0x1000007E
,
UIStateID.etherealoff = 0x1000007F
,
UIStateID.etherealon = 0x10000080
,
UIStateID.prepared = 0x10000081
,
UIStateID.preparable = 0x10000082
,
UIStateID.unpreparable = 0x10000083
,
UIStateID.mouseover = 0x10000084
,
UIStateID.ChatFade = 0x10000085
,
UIStateID.ChatFadeIn = 0x10000086
,
UIStateID.ChatFadeOut = 0x10000087
,
UIStateID.LFPFilterDisabled = 0x10000088
,
UIStateID.ReadLetter = 0x10000089
,
UIStateID.UnreadLetter = 0x1000008A
,
UIStateID.WhoFilterDisabled = 0x1000008B
,
UIStateID.normal_highlight = 0x1000008C
,
UIStateID.admin = 0x1000008D
,
UIStateID.Arena_Opaque = 0x1000008E
,
UIStateID.Arena_Collapsed = 0x1000008F
,
UIStateID.Arena_Transparent = 0x10000090
,
UIStateID.Invalid_Difficulty = 0x10000091
,
UIStateID.Solo_Difficulty = 0x10000092
,
UIStateID.Normal_Difficulty = 0x10000093
,
UIStateID.Hard_Difficulty = 0x10000094
,
UIStateID.Elite_Difficulty = 0x10000095
,
UIStateID.item_normal = 0x10000096
,
UIStateID.item_selected = 0x10000097
,
UIStateID.available = 0x10000098
,
UIStateID.unavailable = 0x10000099
,
UIStateID.available_for_training = 0x1000009A
,
UIStateID.unavailable_at_this_time = 0x1000009B
,
UIStateID.KoreanLogoFadeTimer = 0x1000009C
,
UIStateID.copper = 0x1000009D
,
UIStateID.silver = 0x1000009E
,
UIStateID.gold = 0x1000009F
,
UIStateID.platnuim = 0x100000A0
,
UIStateID.platinum = 0x100000A1
,
UIStateID.ableToUse = 0x100000A2
,
UIStateID.useWithPentalty = 0x100000A3
,
UIStateID.unableToUse = 0x100000A4
,
UIStateID.evilsigil_itemcontained = 0x100000A5
,
UIStateID.evilsigil_noitem = 0x100000A6
,
UIStateID.singletonbag_itemcontained = 0x100000A7
,
UIStateID.singletonbag_noitem = 0x100000A8
,
UIStateID.BlueTeam = 0x100000A9
,
UIStateID.RedTeam = 0x100000AA
,
UIStateID.close = 0x100000AB
,
UIStateID.opened = 0x100000AC
,
UIStateID.portaldoor_close = 0x100000AD
,
UIStateID.portaldoor_opened = 0x100000AE
,
UIStateID.portaldoor_open = 0x100000AF
,
UIStateID.portaldoor_closed = 0x100000B0
,
UIStateID.teeth_close = 0x100000B1
,
UIStateID.teeth_opened = 0x100000B2
,
UIStateID.teeth_open = 0x100000B3
,
UIStateID.teeth_closed = 0x100000B4
,
UIStateID.closingTeeth_close = 0x100000B5
,
UIStateID.closingTeeth_opened = 0x100000B6
,
UIStateID.closingTeeth_open = 0x100000B7
,
UIStateID.closingTeeth_closed = 0x100000B8
,
UIStateID.falure_play = 0x100000B9
,
UIStateID.pa_locked_ghosted = 0x100000BA
,
UIStateID.pa_selected = 0x100000BB
,
UIStateID.pa_selected_ghosted = 0x100000BC
,
UIStateID.pa_normal = 0x100000BD
,
UIStateID.pa_locked = 0x100000BE
,
UIStateID.pa_ghosted = 0x100000BF
,
UIStateID.CharGen_FadeOut = 0x100000C0
,
UIStateID.CharGen_FadeIn = 0x100000C1
,
UIStateID.CharGen_BlackedOut = 0x100000C2
,
UIStateID.CharGen_Visible = 0x100000C3
,
UIStateID.recommend = 0x100000C4
,
UIStateID.recommend_and_selected = 0x100000C5
,
UIStateID.recommended = 0x100000C6
,
UIStateID.current = 0x100000C7
,
UIStateID.unviewed = 0x100000C8
,
UIStateID.viewed = 0x100000C9
,
UIStateID.set = 0x100000CA
,
UIStateID.alert = 0x100000CB
,
UIStateID.henchmenUnlocked = 0x100000CC
,
UIStateID.henchmenLocked = 0x100000CD
,
UIStateID.bard = 0x100000CE
,
UIStateID.paladin = 0x100000CF
,
UIStateID.hunter = 0x100000D0
,
UIStateID.cleric = 0x100000D1
,
UIStateID.fighter = 0x100000D2
,
UIStateID.rogue = 0x100000D3
,
UIStateID.monk = 0x100000D4
,
UIStateID.wizard = 0x100000D5
,
UIStateID.sorcerer = 0x100000D6
,
UIStateID.ranger = 0x100000D7
,
UIStateID.human_male = 0x100000D8
,
UIStateID.human_female = 0x100000D9
,
UIStateID.elf_male = 0x100000DA
,
UIStateID.elf_female = 0x100000DB
,
UIStateID.dwarf_male = 0x100000DC
,
UIStateID.dwarf_female = 0x100000DD
,
UIStateID.warforge = 0x100000DE
,
UIStateID.halfling_male = 0x100000DF
,
UIStateID.halfling_female = 0x100000E0
,
UIStateID.toggledon_red = 0x100000E1
,
UIStateID.ghosted_highlight = 0x100000E2
,
UIStateID.theater_image_7 = 0x100000E3
,
UIStateID.theater_image_8 = 0x100000E4
,
UIStateID.theater_image_9 = 0x100000E5
,
UIStateID.theater_image_10 = 0x100000E6
,
UIStateID.theater_showimage = 0x100000E7
,
UIStateID.theater_image_1 = 0x100000E8
,
UIStateID.theater_image_2 = 0x100000E9
,
UIStateID.theater_image_3 = 0x100000EA
,
UIStateID.theater_image_4 = 0x100000EB
,
UIStateID.theater_image_5 = 0x100000EC
,
UIStateID.theater_image_6 = 0x100000ED
,
UIStateID.henchmen1 = 0x100000EE
,
UIStateID.henchmen2 = 0x100000EF
,
UIStateID.henchmen3 = 0x100000F0
,
UIStateID.henchmen4 = 0x100000F1
,
UIStateID.henchmen5 = 0x100000F2
,
UIStateID.level16 = 0x100000F3
,
UIStateID.level17 = 0x100000F4
,
UIStateID.level18 = 0x100000F5
,
UIStateID.level19 = 0x100000F6
,
UIStateID.level20 = 0x100000F7
,
UIStateID.level1 = 0x100000F8
,
UIStateID.level2 = 0x100000F9
,
UIStateID.level3 = 0x100000FA
,
UIStateID.level4 = 0x100000FB
,
UIStateID.level5 = 0x100000FC
,
UIStateID.level6 = 0x100000FD
,
UIStateID.level7 = 0x100000FE
,
UIStateID.level8 = 0x100000FF
,
UIStateID.level9 = 0x10000100
,
UIStateID.level10 = 0x10000101
,
UIStateID.level11 = 0x10000102
,
UIStateID.level12 = 0x10000103
,
UIStateID.level13 = 0x10000104
,
UIStateID.level14 = 0x10000105
,
UIStateID.level15 = 0x10000106
,
UIStateID.Credits = 0x10000107
,
UIStateID.AltCredits = 0x10000108
,
UIStateID.fading = 0x10000109
,
UIStateID.startup = 0x1000010A
,
UIStateID.barb = 0x1000010B
,
UIStateID.BrowserFadingIn = 0x1000010C
,
UIStateID.DeadFellow = 0x1000010D
,
UIStateID.locked = 0x1000010E
,
UIStateID.unlocked = 0x1000010F
,
UIStateID.equipped = 0x10000110
,
UIStateID.Bananas = 0x10000111
,
UIStateID.favoredsoul = 0x10000112
,
UIStateID.alpha = 0x10000113
,
UIStateID.value = 0x10000114
,
UIStateID.equipped2 = 0x10000115
,
UIStateID.equippeditem = 0x10000116
,
UIStateID.All = 0x10000117
,
UIStateID.Secured = 0x10000118
,
UIStateID.Unsecured = 0x10000119
,
UIStateID.MarkedToSell = 0x1000011A
,
UIStateID.temp = 0x1000011B
,
UIStateID.incap = 0x1000011C
,
UIStateID.Shown = 0x1000011D
,
UIStateID.hightlight_pressed = 0x1000011E
,
UIStateID.racial = 0x1000011F
,
UIStateID.male = 0x10000120
,
UIStateID.female = 0x10000121
,
UIStateID.Elemental = 0x10000122
,
UIStateID.Arcane = 0x10000123
,
UIStateID.Divine = 0x10000124
,
UIStateID.consume = 0x10000125
,
UIStateID.invis = 0x10000126
,
UIStateID.success = 0x10000127
,
UIStateID.failure = 0x10000128
,
UIStateID.barter = 0x10000129
,
UIStateID.deconstruction = 0x1000012A
,
UIStateID.barter_cover = 0x1000012B
,
UIStateID.deconstruction_cover = 0x1000012C
,
UIStateID.empty = 0x1000012D
,
UIStateID.full = 0x1000012E
,
UIStateID.fullgold = 0x1000012F
,
UIStateID.fullpast = 0x10000130
,
UIStateID.GreyedOut = 0x10000131
,
UIStateID.FullHighest = 0x10000132
,
UIStateID.deadPet = 0x10000133
,
UIStateID.highlightPet = 0x10000134
,
UIStateID.incapacitatedPet = 0x10000135
,
UIStateID.normalPet = 0x10000136
,
UIStateID.artificer = 0x10000137
,
UIStateID.none = 0x10000138
,
UIStateID.helmet = 0x10000139
,
UIStateID.goggles = 0x1000013A
,
UIStateID.VitalsTwoBar = 0x1000013B
,
UIStateID.VitalsThreeBar = 0x1000013C
,
UIStateID.VitalsThreeBarWithPet = 0x1000013D
,
UIStateID.VitalsTwoBarWithPet = 0x1000013E
,
UIStateID.PlayerBlueTeam = 0x1000013F
,
UIStateID.PlayerNoTeam = 0x10000140
,
UIStateID.PlayerRedTeam = 0x10000141
,
UIStateID.charge_cooldown_tier1 = 0x10000142
,
UIStateID.charge_cooldown_tier2 = 0x10000143
,
UIStateID.charge_cooldown_tier3 = 0x10000144
,
UIStateID.charge_cooldown_tier4 = 0x10000145
,
UIStateID.charge_cooldown_tier5 = 0x10000146
,
UIStateID.charge_tier1 = 0x10000147
,
UIStateID.charge_tier2 = 0x10000148
,
UIStateID.charge_tier3 = 0x10000149
,
UIStateID.charge_tier4 = 0x1000014A
,
UIStateID.charge_tier5 = 0x1000014B
,
UIStateID.RunearmCharge_cooldown_tier1 = 0x1000014C
,
UIStateID.RunearmCharge_cooldown_tier2 = 0x1000014D
,
UIStateID.RunearmCharge_cooldown_tier3 = 0x1000014E
,
UIStateID.RunearmCharge_cooldown_tier4 = 0x1000014F
,
UIStateID.RunearmCharge_cooldown_tier5 = 0x10000150
,
UIStateID.RunearmCharge_tier1 = 0x10000151
,
UIStateID.RunearmCharge_tier2 = 0x10000152
,
UIStateID.RunearmCharge_tier3 = 0x10000153
,
UIStateID.RunearmCharge_tier4 = 0x10000154
,
UIStateID.RunearmCharge_tier5 = 0x10000155
,
UIStateID.nomal_pressed = 0x10000156
,
UIStateID.MoviePlayer_Halt_Movie = 0x10000157
,
UIStateID.MoviePlayer_Start_Movie = 0x10000158
,
UIStateID.pointsspent = 0x10000159
,
UIStateID.tryit = 0x1000015A
,
UIStateID.passive = 0x1000015B
,
UIStateID.active_available = 0x1000015C
,
UIStateID.passive_available = 0x1000015D
,
UIStateID.active_unavailable = 0x1000015E
,
UIStateID.active_acquired = 0x1000015F
,
UIStateID.passive_unavailable = 0x10000160
,
UIStateID.passive_acquired = 0x10000161
,
UIStateID.enhancement_active = 0x10000162
,
UIStateID.enhancement_passive = 0x10000163
,
UIStateID.connected = 0x10000164
,
UIStateID.druid = 0x10000165
,
UIStateID.mapview_sphere_inactive = 0x10000166
,
UIStateID.mapview_field_active = 0x10000167
,
UIStateID.destiny_active = 0x10000168
,
UIStateID.destiny_inactive = 0x10000169
,
UIStateID.mapview_sphere_active = 0x1000016A
,
UIStateID.connection_active = 0x1000016B
,
UIStateID.connection_inactive = 0x1000016C
,
UIStateID.connective_inactive = 0x1000016D
,
UIStateID.destiny_node_active = 0x1000016E
,
UIStateID.destiny_node_inactive = 0x1000016F
,
UIStateID.owned = 0x10000170
,
UIStateID.available_inactive = 0x10000171
,
UIStateID.available_clickme = 0x10000172
,
UIStateID.currently_active = 0x10000173
,
UIStateID.destinyborder_normal = 0x10000174
,
UIStateID.destinyborder_currentlyac = 0x10000175
,
UIStateID.destinyborder_nextavailab = 0x10000176
,
UIStateID.destinyborder_owned = 0x10000177
,
UIStateID.destinyborder_clickme = 0x10000178
,
UIStateID.destiny_normal = 0x10000179
,
UIStateID.destiny_currentlyactive = 0x1000017A
,
UIStateID.destiny_nextavailable = 0x1000017B
,
UIStateID.destiny_owned = 0x1000017C
,
UIStateID.destiny_clickme = 0x1000017D
,
UIStateID.martial = 0x1000017E
,
UIStateID.primal = 0x1000017F
,
UIStateID.TwistOfFateIcon_Empty = 0x10000180
,
UIStateID.TwistOfFateIcon_ReadyToFill = 0x10000181
,
UIStateID.destiny_nextavailable_roll = 0x10000182
,
UIStateID.destiny_owned_rollover = 0x10000183
,
UIStateID.destiny_currentlyactive_ro = 0x10000184
,
UIStateID.PartySizeSolo = 0x10000185
,
UIStateID.PartySizeMin2 = 0x10000186
,
UIStateID.PartySizeMin3 = 0x10000187
,
UIStateID.PartySizeMin4 = 0x10000188
,
UIStateID.PartySizeRaid = 0x10000189
,
UIStateID.PartySizeBalanced = 0x1000018A
,
UIStateID.PartySizeSoloOnly = 0x1000018B
,
UIStateID.PartySizeSoloEasy = 0x1000018C
,
UIStateID.PartySizeParty = 0x1000018D
,
UIStateID.PartySizeSmall = 0x1000018E
,
UIStateID.justifyLeft = 0x1000018F
,
UIStateID.justifyRight = 0x10000190
,
UIStateID.Heroic = 0x10000191
,
UIStateID.Epic = 0x10000192
,
UIStateID.PartySizeExtremeDifficulty = 0x10000193
,
UIStateID.normal_region_stormreach = 0x10000194
,
UIStateID.normal_region_FR = 0x10000195
,
UIStateID.GreenText = 0x10000196
,
UIStateID.RedText = 0x10000197
,
UIStateID.epicNeedsTrainer = 0x10000198
,
UIStateID.epicnormal = 0x10000199
,
UIStateID.epicDestinyNeedsTrainer = 0x1000019A
,
UIStateID.epicDestinyNormal = 0x1000019B
,
UIStateID.not_owned = 0x1000019C
,
UIStateID.BookIsOwned = 0x1000019D
,
UIStateID.BookIsNotOwned = 0x1000019E
,
UIStateID.EffectIconsCondensed = 0x1000019F
,
UIStateID.button_hot = 0x100001A0
,
UIStateID.level21 = 0x100001A1
,
UIStateID.level22 = 0x100001A2
,
UIStateID.level23 = 0x100001A3
,
UIStateID.level24 = 0x100001A4
,
UIStateID.level25 = 0x100001A5
,
UIStateID.level26 = 0x100001A6
,
UIStateID.level27 = 0x100001A7
,
UIStateID.level28 = 0x100001A8
,
UIStateID.level29 = 0x100001A9
,
UIStateID.level30 = 0x100001AA
,
UIStateID.level31 = 0x100001AB
,
UIStateID.level32 = 0x100001AC
,
UIStateID.level33 = 0x100001AD
,
UIStateID.level34 = 0x100001AE
,
UIStateID.level35 = 0x100001AF
,
UIStateID.Inactive = 0x100001B0
,
UIStateID.Active_ReincarnationPage2 = 0x100001B1
,
UIStateID.Inactive_ReincarnationPage2 = 0x100001B2
,
UIStateID.SentientSlot_Empty = 0x100001B3
,
UIStateID.SentientSlot_ReadyToFill = 0x100001B4
,
UIStateID.AirshipForSale = 0x100001B5
,
UIStateID.AirshipOwned = 0x100001B6
,
UIStateID.AirshipIsFlagship = 0x100001B7
,
UIStateID.AirshipForSaleHighlight = 0x100001B8
,
UIStateID.AirshipIsFlagshipHighlight = 0x100001B9
,
UIStateID.AirshipOwnedHighlight = 0x100001BA
,
UIStateID.AirshipRestricted = 0x100001BB
,
UIStateID.AirshipRestrictedRollover = 0x100001BC
,
UIStateID.AirshipRestrictedPress = 0x100001BD
,
UIStateID.AirshipOwnedPress = 0x100001BE
,
UIStateID.AirshipOwned2 = 0x100001BF
,
UIStateID.AirshipOwnedPressed = 0x100001C0
,
UIStateID.AirshipRestrictedHighlight = 0x100001C1
,
UIStateID.AirshipOwnedRollover = 0x100001C2
,
UIStateID.AirshipForSaleRollover = 0x100001C3
,
UIStateID.MirrorSparkle = 0x100001C4
,
UIStateID.NoEffect = 0x100001C5
,
UIStateID.SparkleOn = 0x100001C6
,
UIStateID.SparkleOff = 0x100001C7
,
UIStateID.warlock = 0x100001C8
,
UIStateID.Cannith = 0x100001C9
,
UIStateID.activeConsumeAnimation = 0x100001CA
,
UIStateID.undead = 0x100001CB
,
UIStateID.repairable = 0x100001CC
,
UIStateID.repairable_only = 0x100001CD
,
UIStateID.ReactionOrange = 0x100001CE
,
UIStateID.ReactionGreen = 0x100001CF
,
UIStateID.ReactionPurple = 0x100001D0
,
UIStateID.SpellBlue = 0x100001D1
,
UIStateID.SpellRed = 0x100001D2
,
UIStateID.SpellYellow = 0x100001D3
,
UIStateID.ReactionNone = 0x100001D4
,
UIStateID.SpellNone = 0x100001D5
,
UIStateID.Active_ReincarnationPage2a = 0x100001D6
,
UIStateID.Inactive_ReincarnationPage2a = 0x100001D7
,
UIStateID.warded = 0x100001D8
,
UIStateID.StateThatDoesntCrash = 0x100001D9
,
UIStateID.CainHAHAHAHAHAH = 0x100001DA
,
UIStateID.legendaryNeedsTrainer = 0x100001DB
,
UIStateID.legendarynormal = 0x100001DC
,
UIStateID.MaxxedXP = 0x100001DD
} |
|
|
|
enum | UITargetType : uint {
UITargetType.Undef = 0x00000000
,
UITargetType.SpecifiedIID = 0x00000001
,
UITargetType.PlayerProxy = 0x00000002
,
UITargetType.Player = 0x00000003
,
UITargetType.PetProxy = 0x00000004
,
UITargetType.Pet = 0x00000005
} |
|
|
|
enum | UIViewPortType : uint { UIViewPortType.FocusOrb = 0x10000001
} |
|
|
|
enum | Uniquedb : uint {
Uniquedb.Undef = 0x00000000
,
Uniquedb.SkyGradientMesh = 0x06000000
,
Uniquedb.DefaultThirdPersonCameraState = 0x08000006
,
Uniquedb.DnDCameraState = 0x08000006
,
Uniquedb.DefaultCameraState = 0x08000007
,
Uniquedb.DefaultFirstPersonCameraState = 0x08000008
,
Uniquedb.DefaultFlightCameraState = 0x08000009
,
Uniquedb.SegmentTable = 0x0E000002
,
Uniquedb.PlacesTable = 0x0E000004
,
Uniquedb.MapNotes = 0x0E000006
,
Uniquedb.NameFilterTable = 0x0E200000
,
Uniquedb.TabooTable = 0x0EBADA55
,
Uniquedb.DungeonAppearanceTable = 0x20000000
,
Uniquedb.UIScene_Pregame = 0x2100002A
,
Uniquedb.UIScene_Pregame_Propel = 0x2100002B
,
Uniquedb.UIScene_Pregame_ForgottenRealms = 0x21000030
,
Uniquedb.UIScene_Pregame_MythDrannor = 0x21000036
,
Uniquedb.Render_RainLoop0SoundEffect = 0x2A000000
,
Uniquedb.Render_RainThunder0SoundEffect = 0x2A000001
,
Uniquedb.Render_RainThunder1SoundEffect = 0x2A000002
,
Uniquedb.Render_RainThunder2SoundEffect = 0x2A000003
,
Uniquedb.Render_RainThunder3SoundEffect = 0x2A000004
,
Uniquedb.Render_CharGen0SoundEffect = 0x2A000633
,
Uniquedb.Render_CharSelect0SoundEffect = 0x2A000827
,
Uniquedb.ChatMarker_TypingFeedback = 0x2A000852
,
Uniquedb.ChatMarker_TypingFeedback_02 = 0x2A000853
,
Uniquedb.Render_ThunderClap0SoundEffect = 0x2A00328C
,
Uniquedb.Render_ThunderClap1SoundEffect = 0x2A00328D
,
Uniquedb.Render_ThunderClap2SoundEffect = 0x2A00328E
,
Uniquedb.Render_ThunderClap3SoundEffect = 0x2A00328F
,
Uniquedb.Render_ThunderClap4SoundEffect = 0x2A003290
,
Uniquedb.Render_ThunderClap5SoundEffect = 0x2A003291
,
Uniquedb.DailyReward_chest_silver_SoundEffect = 0x2A0059A3
,
Uniquedb.DailyReward_chest_gold_SoundEffect = 0x2A0059A4
,
Uniquedb.DailyReward_low_tier_reward_01_SoundEffect = 0x2A0059A5
,
Uniquedb.DailyReward_med_tier_reward_01_SoundEffect = 0x2A0059A6
,
Uniquedb.DailyReward_high_tier_reward_01_SoundEffect = 0x2A0059A7
,
Uniquedb.DailyReward_dice_gamble_01_SoundEffect = 0x2A0059A8
,
Uniquedb.VPAutoGlareMaterialTemplate = 0x2B000001
,
Uniquedb.VPFrameBufferBloomMaterialTemplate = 0x2B000002
,
Uniquedb.VPGlareBlurFilterMaterialTemplate = 0x2B000003
,
Uniquedb.Render_DistantSpriteMaterialTemplate = 0x2B000004
,
Uniquedb.DX9BlurFilterMaterialTemplate = 0x2B000031
,
Uniquedb.BakedShadowMaterialTemplate = 0x2B000042
,
Uniquedb.FrillMaterial_DepthFade_PreLit_NoAnim_Alpha = 0x2B00004A
,
Uniquedb.FrillMaterial_DepthFade_PreLit_Anim_Alpha = 0x2B00004B
,
Uniquedb.FrillMaterial_Opaque_DepthScale_PreLit_NoAnim_Alpha = 0x2B00004C
,
Uniquedb.FrillMaterial_Opaque_DepthScale_PreLit_Anim_Alpha = 0x2B00004D
,
Uniquedb.FrillMaterial_DepthFade_PreLit_NoAnim = 0x2B00004E
,
Uniquedb.FrillMaterial_DepthFade_PreLit_Anim = 0x2B00004F
,
Uniquedb.FrillMaterial_Opaque_DepthScale_PreLit_NoAnim = 0x2B000050
,
Uniquedb.FrillMaterial_Opaque_DepthScale_PreLit_Anim = 0x2B000051
,
Uniquedb.Render_SpriteNormalGenMaterialTemplate = 0x2B000096
,
Uniquedb.Render_SpriteNormalGenAlphaMaterialTemplate = 0x2B000097
,
Uniquedb.Render_DistantLandscapeMaterialTemplate_NormalMapped = 0x2B0000E8
,
Uniquedb.Render_DistantSpriteBillboardsMaterialTemplate = 0x2B0000EA
,
Uniquedb.Render_Mat_Unlit_NoFog = 0x2B000132
,
Uniquedb.Render_Mat_Streak_VtxColor_Additive = 0x2B00013E
,
Uniquedb.Render_DefaultMaterial = 0x2B00013F
,
Uniquedb.Render_DebugShadowMaps = 0x2B000140
,
Uniquedb.Render_ShadowSplitMapMaterial = 0x2B000141
,
Uniquedb.Render_SilhouetteMaterial = 0x2B000142
,
Uniquedb.Render_Mat_DefaultDepthPass = 0x2B00018E
,
Uniquedb.Render_Mat_DepthTest = 0x2B00018F
,
Uniquedb.Render_Mat_Terrain_DepthComplexity = 0x2B000191
,
Uniquedb.Render_Mat_Terrain_DepthComplexity_Blackout = 0x2B000192
,
Uniquedb.Render_Mat_Unlit_VtxColor_NoFog = 0x2B000249
,
Uniquedb.Render_DistantLandscapeMaterialTemplate = 0x2B000251
,
Uniquedb.Render_LandscapeNormalGenMaterialTemplate = 0x2B000252
,
Uniquedb.Render_Mat_DecalDynamicLight_AlphaPass = 0x2B000253
,
Uniquedb.Render_Mat_TextureDensityVis = 0x2B000269
,
Uniquedb.Render_Mat_MipVis = 0x2B00026A
,
Uniquedb.Render_Mat_NormalMapVisibility = 0x2B00026B
,
Uniquedb.Render_Mat_NormalMapStrength = 0x2B00026C
,
Uniquedb.Render_Mat_Terrain_XYProj_ColorTexSRT = 0x2B000283
,
Uniquedb.Render_Mat_Terrain_XYProj_ColorAndGlossTexSRT = 0x2B000284
,
Uniquedb.Render_Mat_Terrain_XYProj_ColorAndOpacityTexSRT = 0x2B000285
,
Uniquedb.Render_Mat_Terrain_XYProj_ColorTexSRT_TSNormalTexSRT = 0x2B000286
,
Uniquedb.Render_Mat_Terrain_XYProj_ColorAndGlossTexSRT_TSNormalTexSRT = 0x2B000287
,
Uniquedb.Render_Mat_Terrain_XYProj_ColorAndOpacityTexSRT_TSNormalTexSRT = 0x2B000288
,
Uniquedb.Render_Mat_Terrain_XYProj_ColorTexSRT_BakedLightTex = 0x2B000289
,
Uniquedb.Render_Mat_Terrain_XYProj_ColorAndGlossTexSRT_BakedLightTex = 0x2B00028A
,
Uniquedb.Render_Mat_Terrain_XYProj_ColorAndOpacityTexSRT_BakedLightTex = 0x2B00028B
,
Uniquedb.Render_Mat_Terrain_XYProj_ColorTexSRT_TSNormalTexSRT_BakedLightTex = 0x2B00028C
,
Uniquedb.Render_Mat_Terrain_XYProj_ColorAndGlossTexSRT_TSNormalTexSRT_BakedLightTex = 0x2B00028D
,
Uniquedb.Render_Mat_Terrain_XYProj_ColorAndOpacityTexSRT_TSNormalTexSRT_BakedLightTex = 0x2B00028E
,
Uniquedb.Render_Mat_Terrain_XZProj_ColorTexSRT = 0x2B00028F
,
Uniquedb.Render_Mat_Terrain_XZProj_ColorAndGlossTexSRT = 0x2B000290
,
Uniquedb.Render_Mat_Terrain_XZProj_ColorAndOpacityTexSRT = 0x2B000291
,
Uniquedb.Render_Mat_Terrain_XZProj_ColorTexSRT_TSNormalTexSRT = 0x2B000292
,
Uniquedb.Render_Mat_Terrain_XZProj_ColorAndGlossTexSRT_TSNormalTexSRT = 0x2B000293
,
Uniquedb.Render_Mat_Terrain_XZProj_ColorAndOpacityTexSRT_TSNormalTexSRT = 0x2B000294
,
Uniquedb.Render_Mat_Terrain_XZProj_ColorTexSRT_BakedLightTex = 0x2B000295
,
Uniquedb.Render_Mat_Terrain_XZProj_ColorAndGlossTexSRT_BakedLightTex = 0x2B000296
,
Uniquedb.Render_Mat_Terrain_XZProj_ColorAndOpacityTexSRT_BakedLightTex = 0x2B000297
,
Uniquedb.Render_Mat_Terrain_XZProj_ColorTexSRT_TSNormalTexSRT_BakedLightTex = 0x2B000298
,
Uniquedb.Render_Mat_Terrain_XZProj_ColorAndGlossTexSRT_TSNormalTexSRT_BakedLightTex = 0x2B000299
,
Uniquedb.Render_Mat_Terrain_XZProj_ColorAndOpacityTexSRT_TSNormalTexSRT_BakedLightTex = 0x2B00029A
,
Uniquedb.Render_Mat_Terrain_YZProj_ColorTexSRT = 0x2B00029B
,
Uniquedb.Render_Mat_Terrain_YZProj_ColorAndGlossTexSRT = 0x2B00029C
,
Uniquedb.Render_Mat_Terrain_YZProj_ColorAndOpacityTexSRT = 0x2B00029D
,
Uniquedb.Render_Mat_Terrain_YZProj_ColorTexSRT_TSNormalTexSRT = 0x2B00029E
,
Uniquedb.Render_Mat_Terrain_YZProj_ColorAndGlossTexSRT_TSNormalTexSRT = 0x2B00029F
,
Uniquedb.Render_Mat_Terrain_YZProj_ColorAndOpacityTexSRT_TSNormalTexSRT = 0x2B0002A0
,
Uniquedb.Render_Mat_Terrain_YZProj_ColorTexSRT_BakedLightTex = 0x2B0002A1
,
Uniquedb.Render_Mat_Terrain_YZProj_ColorAndGlossTexSRT_BakedLightTex = 0x2B0002A2
,
Uniquedb.Render_Mat_Terrain_YZProj_ColorAndOpacityTexSRT_BakedLightTex = 0x2B0002A3
,
Uniquedb.Render_Mat_Terrain_YZProj_ColorTexSRT_TSNormalTexSRT_BakedLightTex = 0x2B0002A4
,
Uniquedb.Render_Mat_Terrain_YZProj_ColorAndGlossTexSRT_TSNormalTexSRT_BakedLightTex = 0x2B0002A5
,
Uniquedb.Render_Mat_Terrain_YZProj_ColorAndOpacityTexSRT_TSNormalTexSRT_BakedLightTex = 0x2B0002A6
,
Uniquedb.Render_Mat_Terrain_Overlay_XYProj_ColorTexSRT_OpacityAlphaTex = 0x2B0002A7
,
Uniquedb.Render_Mat_Terrain_Overlay_XYProj_ColorAndGlossTexSRT_OpacityAlphaTex = 0x2B0002A8
,
Uniquedb.Render_Mat_Terrain_Overlay_XYProj_ColorAndOpacityTexSRT_OpacityAlphaTex = 0x2B0002A9
,
Uniquedb.Render_Mat_Terrain_Overlay_XYProj_ColorTexSRT_TSNormalTexSRT_OpacityAlphaTex = 0x2B0002AA
,
Uniquedb.Render_Mat_Terrain_Overlay_XYProj_ColorAndGlossTexSRT_TSNormalTexSRT_OpacityAlphaTex = 0x2B0002AB
,
Uniquedb.Render_Mat_Terrain_Overlay_XYProj_ColorAndOpacityTexSRT_TSNormalTexSRT_OpacityAlphaTex = 0x2B0002AC
,
Uniquedb.Render_Mat_Terrain_Overlay_XYProj_ColorTexSRT_OpacityAlphaTex_BakedLightTex = 0x2B0002AD
,
Uniquedb.Render_Mat_Terrain_Overlay_XYProj_ColorAndGlossTexSRT_OpacityAlphaTex_BakedLightTex = 0x2B0002AE
,
Uniquedb.Render_Mat_Terrain_Overlay_XYProj_ColorAndOpacityTexSRT_OpacityAlphaTex_BakedLightTex = 0x2B0002AF
,
Uniquedb.Render_Mat_Terrain_Overlay_XYProj_ColorTexSRT_TSNormalTexSRT_OpacityAlphaTex_BakedLightTex = 0x2B0002B0
,
Uniquedb.Render_Mat_Terrain_Overlay_XYProj_ColorAndGlossTexSRT_TSNormalTexSRT_OpacityAlphaTex_BakedLightTex = 0x2B0002B1
,
Uniquedb.Render_Mat_Terrain_Overlay_XYProj_ColorAndOpacityTexSRT_TSNormalTexSRT_OpacityAlphaTex_BakedLightTex = 0x2B0002B2
,
Uniquedb.Render_Mat_Terrain_Overlay_XZProj_ColorTexSRT_OpacityAlphaTex = 0x2B0002B3
,
Uniquedb.Render_Mat_Terrain_Overlay_XZProj_ColorAndGlossTexSRT_OpacityAlphaTex = 0x2B0002B4
,
Uniquedb.Render_Mat_Terrain_Overlay_XZProj_ColorAndOpacityTexSRT_OpacityAlphaTex = 0x2B0002B5
,
Uniquedb.Render_Mat_Terrain_Overlay_XZProj_ColorTexSRT_TSNormalTexSRT_OpacityAlphaTex = 0x2B0002B6
,
Uniquedb.Render_Mat_Terrain_Overlay_XZProj_ColorAndGlossTexSRT_TSNormalTexSRT_OpacityAlphaTex = 0x2B0002B7
,
Uniquedb.Render_Mat_Terrain_Overlay_XZProj_ColorAndOpacityTexSRT_TSNormalTexSRT_OpacityAlphaTex = 0x2B0002B8
,
Uniquedb.Render_Mat_Terrain_Overlay_XZProj_ColorTexSRT_OpacityAlphaTex_BakedLightTex = 0x2B0002B9
,
Uniquedb.Render_Mat_Terrain_Overlay_XZProj_ColorAndGlossTexSRT_OpacityAlphaTex_BakedLightTex = 0x2B0002BA
,
Uniquedb.Render_Mat_Terrain_Overlay_XZProj_ColorAndOpacityTexSRT_OpacityAlphaTex_BakedLightTex = 0x2B0002BB
,
Uniquedb.Render_Mat_Terrain_Overlay_XZProj_ColorTexSRT_TSNormalTexSRT_OpacityAlphaTex_BakedLightTex = 0x2B0002BC
,
Uniquedb.Render_Mat_Terrain_Overlay_XZProj_ColorAndGlossTexSRT_TSNormalTexSRT_OpacityAlphaTex_BakedLightTex = 0x2B0002BD
,
Uniquedb.Render_Mat_Terrain_Overlay_XZProj_ColorAndOpacityTexSRT_TSNormalTexSRT_OpacityAlphaTex_BakedLightTex = 0x2B0002BE
,
Uniquedb.Render_Mat_Terrain_Overlay_YZProj_ColorTexSRT_OpacityAlphaTex = 0x2B0002BF
,
Uniquedb.Render_Mat_Terrain_Overlay_YZProj_ColorAndGlossTexSRT_OpacityAlphaTex = 0x2B0002C0
,
Uniquedb.Render_Mat_Terrain_Overlay_YZProj_ColorAndOpacityTexSRT_OpacityAlphaTex = 0x2B0002C1
,
Uniquedb.Render_Mat_Terrain_Overlay_YZProj_ColorTexSRT_TSNormalTexSRT_OpacityAlphaTex = 0x2B0002C2
,
Uniquedb.Render_Mat_Terrain_Overlay_YZProj_ColorAndGlossTexSRT_TSNormalTexSRT_OpacityAlphaTex = 0x2B0002C3
,
Uniquedb.Render_Mat_Terrain_Overlay_YZProj_ColorAndOpacityTexSRT_TSNormalTexSRT_OpacityAlphaTex = 0x2B0002C4
,
Uniquedb.Render_Mat_Terrain_Overlay_YZProj_ColorTexSRT_OpacityAlphaTex_BakedLightTex = 0x2B0002C5
,
Uniquedb.Render_Mat_Terrain_Overlay_YZProj_ColorAndGlossTexSRT_OpacityAlphaTex_BakedLightTex = 0x2B0002C6
,
Uniquedb.Render_Mat_Terrain_Overlay_YZProj_ColorAndOpacityTexSRT_OpacityAlphaTex_BakedLightTex = 0x2B0002C7
,
Uniquedb.Render_Mat_Terrain_Overlay_YZProj_ColorTexSRT_TSNormalTexSRT_OpacityAlphaTex_BakedLightTex = 0x2B0002C8
,
Uniquedb.Render_Mat_Terrain_Overlay_YZProj_ColorAndGlossTexSRT_TSNormalTexSRT_OpacityAlphaTex_BakedLightTex = 0x2B0002C9
,
Uniquedb.Render_Mat_Terrain_Overlay_YZProj_ColorAndOpacityTexSRT_TSNormalTexSRT_OpacityAlphaTex_BakedLightTex = 0x2B0002CA
,
Uniquedb.Render_Mat_Unlit_ColorTex_NoFog = 0x2B0002CB
,
Uniquedb.Render_Mat_Unlit_ColorTexSRT_NoFog = 0x2B0002CC
,
Uniquedb.Render_Mat_Unlit_ColorAndOpacityTex_NoFog = 0x2B0002CD
,
Uniquedb.Render_Mat_Unlit_ColorAndOpacityTexSRT_NoFog = 0x2B0002CE
,
Uniquedb.Render_Mat_Unlit_OpacityAlphaTex_NoFog = 0x2B0002CF
,
Uniquedb.Render_Mat_Unlit_ColorTexSRT_OpacityAlphaTex_MultiplyOpacity_NoFog = 0x2B0002D0
,
Uniquedb.Render_Mat_Unlit_ColorAndOpacityTexSRT_OpacityAlphaTex_MultiplyOpacity_NoFog = 0x2B0002D0
,
Uniquedb.Render_Mat_Unlit_ColorTex_OpacityAlphaTex_MultiplyOpacity_NoFog = 0x2B0002D1
,
Uniquedb.Render_Mat_Unlit_ColorAndOpacityTex_OpacityAlphaTex_MultiplyOpacity_NoFog = 0x2B0002D1
,
Uniquedb.Render_Mat_Lighting_ColorTex = 0x2B0002D2
,
Uniquedb.Render_MeshCombinerOpaqueMaterialTemplate = 0x2B0002D2
,
Uniquedb.Render_Mat_Lighting_ColorTex_TSNormalTex = 0x2B0002D3
,
Uniquedb.Render_Mat_Lighting_ColorTex_ColorTex2_AddSignedColor = 0x2B0002D4
,
Uniquedb.Render_Mat_Unlit_ColorAndOpacityTex_VtxColor_NoFog = 0x2B0002D5
,
Uniquedb.Render_Mat_Unlit_OpacityAlphaTex_VtxColor_NoFog = 0x2B0002D6
,
Uniquedb.Render_MeshCombinerTransparentMaterialTemplate = 0x2B0002D7
,
Uniquedb.Render_Mat_AlphaFade = 0x2B000355
,
Uniquedb.Render_UnlitNoFogDistantSpriteBillboardsMaterialTemplate = 0x2B000356
,
Uniquedb.Render_Mat_Terrain_XYProj_ColorTexSRT_TSNormalAndGlossTexSRT = 0x2B0003F2
,
Uniquedb.Render_Mat_Terrain_XYProj_ColorAndOpacityTexSRT_TSNormalAndGlossTexSRT = 0x2B0003F3
,
Uniquedb.Render_Mat_Terrain_XYProj_ColorTexSRT_TSNormalAndGlossTexSRT_BakedLightTex = 0x2B0003F4
,
Uniquedb.Render_Mat_Terrain_XYProj_ColorAndOpacityTexSRT_TSNormalAndGlossTexSRT_BakedLightTex = 0x2B0003F5
,
Uniquedb.Render_Mat_Terrain_XZProj_ColorTexSRT_TSNormalAndGlossTexSRT = 0x2B0003F6
,
Uniquedb.Render_Mat_Terrain_XZProj_ColorAndOpacityTexSRT_TSNormalAndGlossTexSRT = 0x2B0003F7
,
Uniquedb.Render_Mat_Terrain_XZProj_ColorTexSRT_TSNormalAndGlossTexSRT_BakedLightTex = 0x2B0003F8
,
Uniquedb.Render_Mat_Terrain_XZProj_ColorAndOpacityTexSRT_TSNormalAndGlossTexSRT_BakedLightTex = 0x2B0003F9
,
Uniquedb.Render_Mat_Terrain_YZProj_ColorTexSRT_TSNormalAndGlossTexSRT = 0x2B0003FA
,
Uniquedb.Render_Mat_Terrain_YZProj_ColorAndOpacityTexSRT_TSNormalAndGlossTexSRT = 0x2B0003FB
,
Uniquedb.Render_Mat_Terrain_YZProj_ColorTexSRT_TSNormalAndGlossTexSRT_BakedLightTex = 0x2B0003FC
,
Uniquedb.Render_Mat_Terrain_YZProj_ColorAndOpacityTexSRT_TSNormalAndGlossTexSRT_BakedLightTex = 0x2B0003FD
,
Uniquedb.Render_Mat_Terrain_Overlay_XYProj_ColorTexSRT_TSNormalAndGlossTexSRT_OpacityAlphaTex = 0x2B0003FE
,
Uniquedb.Render_Mat_Terrain_Overlay_XYProj_ColorAndOpacityTexSRT_TSNormalAndGlossTexSRT_OpacityAlphaTex = 0x2B0003FF
,
Uniquedb.Render_Mat_Terrain_Overlay_XYProj_ColorTexSRT_TSNormalAndGlossTexSRT_OpacityAlphaTex_BakedLightTex = 0x2B000400
,
Uniquedb.Render_Mat_Terrain_Overlay_XYProj_ColorAndOpacityTexSRT_TSNormalAndGlossTexSRT_OpacityAlphaTex_BakedLightTex = 0x2B000401
,
Uniquedb.Render_Mat_Terrain_Overlay_XZProj_ColorTexSRT_TSNormalAndGlossTexSRT_OpacityAlphaTex = 0x2B000402
,
Uniquedb.Render_Mat_Terrain_Overlay_XZProj_ColorAndOpacityTexSRT_TSNormalAndGlossTexSRT_OpacityAlphaTex = 0x2B000403
,
Uniquedb.Render_Mat_Terrain_Overlay_XZProj_ColorTexSRT_TSNormalAndGlossTexSRT_OpacityAlphaTex_BakedLightTex = 0x2B000404
,
Uniquedb.Render_Mat_Terrain_Overlay_XZProj_ColorAndOpacityTexSRT_TSNormalAndGlossTexSRT_OpacityAlphaTex_BakedLightTex = 0x2B000405
,
Uniquedb.Render_Mat_Terrain_Overlay_YZProj_ColorTexSRT_TSNormalAndGlossTexSRT_OpacityAlphaTex = 0x2B000406
,
Uniquedb.Render_Mat_Terrain_Overlay_YZProj_ColorAndOpacityTexSRT_TSNormalAndGlossTexSRT_OpacityAlphaTex = 0x2B000407
,
Uniquedb.Render_Mat_Terrain_Overlay_YZProj_ColorTexSRT_TSNormalAndGlossTexSRT_OpacityAlphaTex_BakedLightTex = 0x2B000408
,
Uniquedb.Render_Mat_Terrain_Overlay_YZProj_ColorAndOpacityTexSRT_TSNormalAndGlossTexSRT_OpacityAlphaTex_BakedLightTex = 0x2B000409
,
Uniquedb.ComputeShader_HDAmbientOcclusion = 0x2D000000
,
Uniquedb.ComputeShader_WaterSimulation = 0x2D000001
,
Uniquedb.ComputeShader_WaterInteraction = 0x2D000002
,
Uniquedb.Render_RainStripMaterial = 0x31000000
,
Uniquedb.Render_PhysicsVisualMaterial = 0x31000001
,
Uniquedb.DecalDynamicLightMaterial = 0x31000002
,
Uniquedb.DecalDynamicLight2xMaterial = 0x31000003
,
Uniquedb.DecalDynamicLight4xMaterial = 0x31000004
,
Uniquedb.RainStripMaterial = 0x31000005
,
Uniquedb.Render_BlobShadowDecalMaterial = 0x3100019D
,
Uniquedb.Render_DefaultDecalMaterial = 0x310001EB
,
Uniquedb.Render_DefaultBeamHeadMaterial = 0x310001FF
,
Uniquedb.Render_DefaultBeamBodyMaterial = 0x31000200
,
Uniquedb.Render_DefaultBeamTailMaterial = 0x31000201
,
Uniquedb.Render_SnowMaterial = 0x31001058
,
Uniquedb.VolumeLight_Depth_MaterialInstance = 0x310022C9
,
Uniquedb.VolumeLight_RadialBlur_MaterialInstance = 0x310022CA
,
Uniquedb.RenderLODClasses = 0x32000000
,
Uniquedb.MasterProperty = 0x34000000
,
Uniquedb.GameTimeData = 0x35000000
,
Uniquedb.CameraRainTorrentParticleSystem = 0x39000000
,
Uniquedb.CameraRainImpactParticleSystem = 0x39000001
,
Uniquedb.RainVaporParticleSystem = 0x39000002
,
Uniquedb.WaterRipplesParticleSystem = 0x39000003
,
Uniquedb.WaterBubblesParticleSystem = 0x39000004
,
Uniquedb.RainGustParticleSystem = 0x39000283
,
Uniquedb.CameraInBlizzardParticleSystem = 0x39000855
,
Uniquedb.CameraSnowImpactParticleSystem = 0x39000856
,
Uniquedb.SnowGustParticleSystem = 0x39000857
,
Uniquedb.ConsoleOutputBackgroundTexture = 0x40000000
,
Uniquedb.ConsoleInputBackgroundTexture = 0x40000001
,
Uniquedb.Render_DefaultLightCoronaTexture = 0x40000002
,
Uniquedb.Render_DefaultLightProjectorTexture = 0x40000003
,
Uniquedb.Render_FlatNormalTexture = 0x400003CA
,
Uniquedb.Render_TerrainFakeSpecularEnvMapTexture = 0x40000CD5
,
Uniquedb.Render_DistantLandscapeDetailTexture = 0x400010C6
,
Uniquedb.Render_OpaqueWhiteTexture = 0x4000134A
,
Uniquedb.BlockUI_MapSurface = 0x41000000
,
Uniquedb.Icon_Null = 0x41000149
,
Uniquedb.Icon_Pending = 0x41000445
,
Uniquedb.Icon_ErrorAlert = 0x4100167C
,
Uniquedb.QuestIcon_Default = 0x41001B45
,
Uniquedb.Icon_Imbue_Fire = 0x41002162
,
Uniquedb.Icon_Imbue_Damaged = 0x41002229
,
Uniquedb.Icon_Imbue_Broken = 0x4100222A
,
Uniquedb.Icon_Imbue_Good = 0x410022C3
,
Uniquedb.Icon_Imbue_Poison = 0x410022C4
,
Uniquedb.Icon_Imbue_Acid = 0x410022C5
,
Uniquedb.Icon_Imbue_Sonic = 0x410022C6
,
Uniquedb.Icon_Imbue_Electric = 0x410022C7
,
Uniquedb.Icon_Imbue_Cold = 0x410022C8
,
Uniquedb.Icon_Imbue_Force = 0x410022C9
,
Uniquedb.Icon_Imbue_Water = 0x410022CA
,
Uniquedb.Icon_Imbue_Disintegrate = 0x410022CB
,
Uniquedb.Icon_MajorDirection = 0x41002550
,
Uniquedb.Icon_MinorDirection = 0x41002551
,
Uniquedb.Icon_Blip_Yellow = 0x41002578
,
Uniquedb.Icon_Blip_Party_Member = 0x41002579
,
Uniquedb.Icon_Background_Null = 0x41002C99
,
Uniquedb.Icon_Imbue_Negative = 0x41002C99
,
Uniquedb.Icon_Imbue_Positive = 0x41002C99
,
Uniquedb.Icon_Imbue_Light = 0x41002C99
,
Uniquedb.Icon_Imbue_Rock = 0x41002C99
,
Uniquedb.Icon_Invisible = 0x41002C99
,
Uniquedb.Icon_ShortcutBar_1 = 0x41002CA3
,
Uniquedb.Icon_ShortcutBar_2 = 0x41002CA4
,
Uniquedb.Icon_ShortcutBar_3 = 0x41002CA5
,
Uniquedb.Icon_ShortcutBar_4 = 0x41002CA6
,
Uniquedb.Icon_ShortcutBar_5 = 0x41002CA7
,
Uniquedb.Icon_ShortcutBar_6 = 0x41002CA8
,
Uniquedb.Icon_ShortcutBar_7 = 0x41002CA9
,
Uniquedb.Icon_ShortcutBar_8 = 0x41002CAA
,
Uniquedb.Icon_ShortcutBar_9 = 0x41002CAB
,
Uniquedb.Icon_Slot_Stain = 0x41002D12
,
Uniquedb.Icon_Spellbook_Class_Tab = 0x41003ECE
,
Uniquedb.Icon_Imbue_Mundane = 0x41004735
,
Uniquedb.Icon_Imbue_Magic = 0x41004736
,
Uniquedb.Icon_Imbue_Evil = 0x41004737
,
Uniquedb.ColorPicker_TextColor_Default = 0x41007CB0
,
Uniquedb.SocialPanel_LFG_Icon = 0x41009016
,
Uniquedb.SocialPanel_LFPMatches_Icon = 0x410092CC
,
Uniquedb.SocialPanel_GuildLeader_Icon = 0x41009450
,
Uniquedb.SocialPanel_GuildSuccessor_Icon = 0x41009451
,
Uniquedb.Icon_Imbue_Lawful = 0x41009D56
,
Uniquedb.Icon_Imbue_Chaotic = 0x41009D57
,
Uniquedb.ArenaScoring_Winner_Icon = 0x4100BD7D
,
Uniquedb.Icon_Secured_Overlay = 0x4100BE77
,
Uniquedb.Icon_Human_Male = 0x4100C335
,
Uniquedb.Icon_Dwarf_Male = 0x4100C336
,
Uniquedb.Icon_Elf_Male = 0x4100C337
,
Uniquedb.Icon_Warforged_Male = 0x4100C338
,
Uniquedb.Icon_Drow_Male = 0x4100C339
,
Uniquedb.Icon_Human_Female = 0x4100C33A
,
Uniquedb.Icon_Dwarf_Female = 0x4100C33B
,
Uniquedb.Icon_Elf_Female = 0x4100C33C
,
Uniquedb.Icon_Warforged_Female = 0x4100C33D
,
Uniquedb.Icon_Drow_Female = 0x4100C33E
,
Uniquedb.Icon_Halfing_Male = 0x4100C349
,
Uniquedb.Icon_Halfing_Female = 0x4100C34A
,
Uniquedb.Icon_NotSuitible = 0x4100D3B5
,
Uniquedb.Icon_Penalty = 0x4100D3B9
,
Uniquedb.ArenaScoring_RedFlag_Icon = 0x4101F56B
,
Uniquedb.ArenaScoring_BlueFlag_Icon = 0x4101F56C
,
Uniquedb.Icon_Background_Ingredient = 0x4101FB3C
,
Uniquedb.Icon_Overlay_AutoGather = 0x4101FCF5
,
Uniquedb.Icon_HirelingComeRightAway = 0x4102969C
,
Uniquedb.Icon_HirelingPassive = 0x4102969D
,
Uniquedb.Icon_HirelingStopBeingPassive = 0x4102969E
,
Uniquedb.Icon_HirelingStandStill = 0x4102969F
,
Uniquedb.Icon_HirelingStartMoving = 0x410296A0
,
Uniquedb.Icon_HirelingDefensiveMode = 0x4102ADE6
,
Uniquedb.Icon_HirelingStandStillToggle = 0x4102ADEE
,
Uniquedb.Icon_HirelingStartMovingToggle = 0x4102ADEF
,
Uniquedb.Icon_Floaty_DamageType_Acid = 0x4102AF3A
,
Uniquedb.Icon_Floaty_DamageType_Bane = 0x4102AF3B
,
Uniquedb.Icon_Floaty_DamageType_Cha = 0x4102AF3C
,
Uniquedb.Icon_Floaty_DamageType_Chaos = 0x4102AF3D
,
Uniquedb.Icon_Floaty_DamageType_Cold = 0x4102AF3E
,
Uniquedb.Icon_Floaty_DamageType_Con = 0x4102AF3F
,
Uniquedb.Icon_Floaty_DamageType_Dex = 0x4102AF40
,
Uniquedb.Icon_Floaty_DamageType_Electric = 0x4102AF41
,
Uniquedb.Icon_Floaty_DamageType_Evil = 0x4102AF42
,
Uniquedb.Icon_Floaty_DamageType_Fire = 0x4102AF43
,
Uniquedb.Icon_Floaty_DamageType_Force = 0x4102AF44
,
Uniquedb.Icon_Floaty_DamageType_Good = 0x4102AF45
,
Uniquedb.Icon_Floaty_DamageType_Int = 0x4102AF46
,
Uniquedb.Icon_Floaty_DamageType_Lawful = 0x4102AF47
,
Uniquedb.Icon_Floaty_DamageType_Light = 0x4102AF48
,
Uniquedb.Icon_Floaty_DamageType_Magic = 0x4102AF49
,
Uniquedb.Icon_Floaty_DamageType_Negative = 0x4102AF4A
,
Uniquedb.Icon_Floaty_DamageType_Positive = 0x4102AF4B
,
Uniquedb.Icon_Floaty_DamageType_Repair = 0x4102AF4C
,
Uniquedb.Icon_Floaty_DamageType_Sonic = 0x4102AF4D
,
Uniquedb.Icon_Floaty_DamageType_Str = 0x4102AF4E
,
Uniquedb.Icon_Floaty_DamageType_Wiz = 0x4102AF4F
,
Uniquedb.Icon_Floaty_DamageType_Killing = 0x4102B59D
,
Uniquedb.Icon_Floaty_DamageType_Grazing = 0x4102BCCB
,
Uniquedb.SocialPanel_GuildRewardUnlocked_Icon = 0x4102CE64
,
Uniquedb.SocialPanel_GuildRewardLocked_Icon = 0x4102CE65
,
Uniquedb.Icon_MarkedToSell_Overlay = 0x4102D9B2
,
Uniquedb.Icon_HalfElf_Female = 0x4102E478
,
Uniquedb.Icon_HalfElf_Male = 0x4102E47A
,
Uniquedb.Icon_HalfOrc_Female = 0x4102E47C
,
Uniquedb.Icon_HalfOrc_Male = 0x4102E47E
,
Uniquedb.Icon_BuildPointRank_28 = 0x4102E4F9
,
Uniquedb.Icon_BuildPointRank_32 = 0x4102E4FA
,
Uniquedb.Icon_BuildPointRank_34 = 0x4102E4FB
,
Uniquedb.Icon_BuildPointRank_36 = 0x4102E4FC
,
Uniquedb.Icon_Floaty_Bonus_Slayer = 0x4102F298
,
Uniquedb.Icon_Floaty_DamageType_PointBlank = 0x41030AE3
,
Uniquedb.Icon_Harmful_Overlay = 0x41036ACB
,
Uniquedb.Icon_XP_Quest_Reward = 0x4103DD27
,
Uniquedb.Icon_Floaty_DamageType_Poison = 0x4103DE75
,
Uniquedb.Icon_Gnome_Male = 0x4103FEBA
,
Uniquedb.Icon_Gnome_Female = 0x4103FEBB
,
Uniquedb.Icon_Dragonborn_Male = 0x41040840
,
Uniquedb.Icon_Dragonborn_Female = 0x41040841
,
Uniquedb.Icon_Aasimar_Male = 0x4104442A
,
Uniquedb.Icon_Aasimar_Female = 0x4104442B
,
Uniquedb.Icon_WildElf_Male = 0x41047A75
,
Uniquedb.Icon_WildElf_Female = 0x41047A76
,
Uniquedb.Icon_Tiefling_Male = 0x41049E19
,
Uniquedb.Icon_Tiefling_Female = 0x41049E1A
,
Uniquedb.Icon_PurpleDragonKnight_Male = 0x4104C886
,
Uniquedb.Icon_Morninglord_Male = 0x4104C887
,
Uniquedb.Icon_Shadarkai_Male = 0x4104C888
,
Uniquedb.Icon_Bladeforged_Male = 0x4104C889
,
Uniquedb.Icon_AasimarScourge_Male = 0x4104C88A
,
Uniquedb.Icon_DeepGnome_Male = 0x4104C88B
,
Uniquedb.Icon_TieflingScoundrel_Male = 0x4104C88C
,
Uniquedb.Icon_PurpleDragonKnight_Female = 0x4104C88D
,
Uniquedb.Icon_Morninglord_Female = 0x4104C88E
,
Uniquedb.Icon_Shadarkai_Female = 0x4104C88F
,
Uniquedb.Icon_Bladeforged_Female = 0x4104C890
,
Uniquedb.Icon_AasimarScourge_Female = 0x4104C891
,
Uniquedb.Icon_DeepGnome_Female = 0x4104C892
,
Uniquedb.Icon_TieflingScoundrel_Female = 0x4104C893
,
Uniquedb.Icon_Shifter_Male = 0x41050605
,
Uniquedb.Icon_Shifter_Female = 0x41050606
,
Uniquedb.Icon_ShifterIconic_Male = 0x41050607
,
Uniquedb.Icon_ShifterIconic_Female = 0x41050608
,
Uniquedb.Icon_Floaty_DamageType_Doublehit = 0x410530AD
,
Uniquedb.Icon_Floaty_DamageType_Triplehit = 0x410531EF
,
Uniquedb.Icon_Floaty_DamageType_Quadrahit = 0x410531F0
,
Uniquedb.Icon_Floaty_DamageType_Pentahit = 0x410531F1
,
Uniquedb.Icon_Tabaxi_Male = 0x41055DAD
,
Uniquedb.Icon_Tabaxi_Female = 0x41055DAE
,
Uniquedb.Icon_TabaxiIconic_Male = 0x41055DAF
,
Uniquedb.Icon_TabaxiIconic_Female = 0x41055DB0
,
Uniquedb.ScriptChannels = 0x43001000
,
Uniquedb.InvisibleEntity = 0x47000001
,
Uniquedb.ImpassableCubeEntity = 0x47000002
,
Uniquedb.CameraEntity = 0x47000376
,
Uniquedb.TestCrashEntity = 0x4700438E
,
Uniquedb.WorldEntityDefaultProperties = 0x78000001
,
Uniquedb.ScriptDefaultProperties = 0x78000002
,
Uniquedb.gmWorldEntityDefaultProperties = 0x78000045
,
Uniquedb.GameplayOptionList = 0x7800005D
,
Uniquedb.UI_GameplayOptionsProfile_Properties = 0x7800005D
,
Uniquedb.GameplayOptionDefaults = 0x7800005E
,
Uniquedb.UI_GameplayOptionsDefaults_Properties = 0x7800005E
,
Uniquedb.ChatMarker_TextTypeFeedback = 0x7800024C
,
Uniquedb.ActionMapEmapperProperties = 0x78000311
,
Uniquedb.BaseSkinMappings = 0x78000316
,
Uniquedb.AttributeSystem_GameAttributes = 0x78000323
,
Uniquedb.LCDScreen_Definitions = 0x7800032B
,
Uniquedb.StringTruncationPreferences = 0x78000340
,
Uniquedb.EngineDepthBiasDefs = 0x78000344
,
Uniquedb.GameDepthBiasDefs = 0x78000345
,
Uniquedb.UI_FloatyText_Properties = 0x78000399
,
Uniquedb.Lbo2LbiThresholds = 0x780003D7
,
Uniquedb.UiBuilderDefaultStateSets = 0x7800044F
,
Uniquedb.GRS_Player_Astral_Shards_Adjusted = 0x780005DC
} |
|
|
|
enum | UnitDownloadState : uint {
UnitDownloadState.None = 0x00000000
,
UnitDownloadState.NotAvailable = 0x00000001
,
UnitDownloadState.AvailableForDownload = 0x00000002
,
UnitDownloadState.Examining = 0x00000003
,
UnitDownloadState.RepairRequired = 0x00000004
,
UnitDownloadState.Repairing = 0x00000005
,
UnitDownloadState.QueuedForDownload = 0x00000006
,
UnitDownloadState.ApplyingForwardPatches = 0x00000007
,
UnitDownloadState.Allocating = 0x00000008
,
UnitDownloadState.ResumingDownload = 0x00000009
,
UnitDownloadState.Downloading = 0x0000000A
,
UnitDownloadState.DownloadPaused = 0x0000000B
,
UnitDownloadState.Downloaded = 0x0000000C
,
UnitDownloadState.PerformingPostEvents = 0x0000000D
,
UnitDownloadState.ReadyToInstall = 0x0000000E
,
UnitDownloadState.UpToDate = 0x0000000F
,
UnitDownloadState.Playable = 0x00000010
,
UnitDownloadState.RepairRestartRequired = 0x00000011
} |
|
|
|
enum | UniversalTome : uint {
UniversalTome.Undef = 0x00000000
,
UniversalTome.Sharn = 0x00000001
,
UniversalTome.Morgrave = 0x00000002
} |
|
|
|
enum | Util : uint {
Util.Undef = 0x00000000
,
Util.EqualTo = 0x00000001
,
Util.NotEqualTo = 0x00000002
,
Util.GreaterThan = 0x00000003
,
Util.LessThan = 0x00000004
,
Util.GreaterThanOrEqualTo = 0x00000005
,
Util.LessThanOrEqualTo = 0x00000006
} |
|
|
|
enum | ValueDriverLocation : uint {
ValueDriverLocation.Undef = 0x00000000
,
ValueDriverLocation.Provider = 0x00000001
,
ValueDriverLocation.Originator = 0x00000002
,
ValueDriverLocation.Source = 0x00000003
,
ValueDriverLocation.Target = 0x00000004
,
ValueDriverLocation.Augment = 0x00000005
} |
|
|
|
enum | VersionNumber : uint {
VersionNumber.Invalid = 0x00000000
,
VersionNumber.AlwaysRun = 0x00000001
,
VersionNumber.Module1 = 0x00000002
,
VersionNumber.Module1Update2 = 0x00000003
,
VersionNumber.Module1Update3 = 0x00000004
,
VersionNumber.Module2 = 0x00000005
,
VersionNumber.Module2Hotfix1 = 0x00000006
,
VersionNumber.Module2Hotfix2 = 0x00000007
,
VersionNumber.Module2Update1 = 0x00000008
,
VersionNumber.Module2Update2 = 0x00000009
,
VersionNumber.Module3 = 0x0000000A
,
VersionNumber.Module3Hotfix3 = 0x0000000C
,
VersionNumber.Module3Hotfix4 = 0x0000000D
,
VersionNumber.Module3Update1 = 0x0000000F
,
VersionNumber.Module3Update2 = 0x00000011
,
VersionNumber.Module3Hotfix5 = 0x00000012
,
VersionNumber.Module3Update3 = 0x00000014
,
VersionNumber.Module4 = 0x00000028
,
VersionNumber.Module4Update1 = 0x0000002D
,
VersionNumber.Module4Update2 = 0x0000002E
,
VersionNumber.Module4Update3 = 0x0000002F
,
VersionNumber.Module5 = 0x00000032
,
VersionNumber.Module5Update2 = 0x00000034
,
VersionNumber.Module6 = 0x0000003C
,
VersionNumber.Module6Update1 = 0x0000003F
,
VersionNumber.Module7 = 0x00000046
,
VersionNumber.Module7Update1 = 0x00000047
,
VersionNumber.Module8 = 0x00000050
,
VersionNumber.Module8Patch2 = 0x00000052
,
VersionNumber.Module9 = 0x0000005A
,
VersionNumber.Module91 = 0x0000005B
,
VersionNumber.Module10 = 0x00000064
,
VersionNumber.U1P1 = 0x00000065
,
VersionNumber.U3P1 = 0x00000082
,
VersionNumber.U3P2 = 0x00000084
,
VersionNumber.U5 = 0x00000096
,
VersionNumber.U5P1 = 0x00000097
,
VersionNumber.U7 = 0x00000098
,
VersionNumber.U8P1 = 0x00000099
,
VersionNumber.U9 = 0x0000009A
,
VersionNumber.U9P1 = 0x0000009B
,
VersionNumber.U10P1 = 0x0000009C
,
VersionNumber.U11 = 0x0000009D
,
VersionNumber.U11P1 = 0x0000009E
,
VersionNumber.U12P1 = 0x0000009F
,
VersionNumber.U12P2 = 0x000000A0
,
VersionNumber.U12P3 = 0x000000A1
,
VersionNumber.U13 = 0x000000A2
,
VersionNumber.U13P1 = 0x000000A3
,
VersionNumber.XPACK1 = 0x000000A4
,
VersionNumber.U15 = 0x000000A5
,
VersionNumber.U16 = 0x000000A8
,
VersionNumber.U16P1 = 0x000000A9
,
VersionNumber.U17 = 0x000000AA
,
VersionNumber.U17P1 = 0x000000AB
,
VersionNumber.U18 = 0x000000B4
,
VersionNumber.U19 = 0x000000BE
,
VersionNumber.U19P1 = 0x000000BF
,
VersionNumber.U19P2 = 0x000000C0
,
VersionNumber.U20 = 0x000000C8
,
VersionNumber.U20P1 = 0x000000CD
,
VersionNumber.U21 = 0x000000D2
,
VersionNumber.U21P1 = 0x000000D3
,
VersionNumber.U21P1D2 = 0x000000D4
,
VersionNumber.U22 = 0x000000DC
,
VersionNumber.U22P2 = 0x000000DD
,
VersionNumber.U23 = 0x000000E6
,
VersionNumber.U25 = 0x000000FA
,
VersionNumber.U26 = 0x00000104
,
VersionNumber.U32 = 0x00000140
,
VersionNumber.U36 = 0x00000168
,
VersionNumber.U36p2 = 0x0000016A
,
VersionNumber.U36p3 = 0x0000016B
,
VersionNumber.U37 = 0x00000172
,
VersionNumber.U37p1 = 0x00000173
,
VersionNumber.U38 = 0x0000017C
,
VersionNumber.U39p1 = 0x0000017D
,
VersionNumber.U41p4 = 0x0000019B
,
VersionNumber.U41p5 = 0x0000019C
,
VersionNumber.U42p4 = 0x0000019D
,
VersionNumber.U44 = 0x000001B8
,
VersionNumber.U45 = 0x000001C2
,
VersionNumber.U45p2 = 0x000001C4
,
VersionNumber.U46p4 = 0x000001D0
,
VersionNumber.U47 = 0x000001D6
,
VersionNumber.U48p1 = 0x000001E1
,
VersionNumber.U48p3 = 0x000001E3
,
VersionNumber.U48p4 = 0x000001E4
,
VersionNumber.U50 = 0x000001F4
,
VersionNumber.U51 = 0x000001FE
,
VersionNumber.U51p1 = 0x000001FF
,
VersionNumber.U53 = 0x00000212
,
VersionNumber.U53p1 = 0x00000213
,
VersionNumber.U54 = 0x0000021C
,
VersionNumber.U54d1 = 0x0000021D
,
VersionNumber.U55d1 = 0x00000227
,
VersionNumber.U56 = 0x00000230
,
VersionNumber.U56p2 = 0x00000232
,
VersionNumber.U56p3 = 0x00000233
,
VersionNumber.U56p4 = 0x00000234
,
VersionNumber.U56p5 = 0x00000235
,
VersionNumber.U57 = 0x0000023A
,
VersionNumber.U58 = 0x00000244
,
VersionNumber.U59 = 0x0000024E
,
VersionNumber.U60 = 0x00000258
,
VersionNumber.U61p1 = 0x00000262
,
VersionNumber.U64 = 0x00000280
,
VersionNumber.U66 = 0x00000294
,
VersionNumber.U67 = 0x0000029E
,
VersionNumber.U67p1 = 0x0000029F
} |
|
|
|
enum | VfxColor : uint {
VfxColor.Invalid = 0x00000000
,
VfxColor.Purple = 0x00000001
,
VfxColor.Brown = 0x00000002
,
VfxColor.White = 0x00000003
,
VfxColor.Orange = 0x00000004
,
VfxColor.Blue = 0x00000005
,
VfxColor.Green = 0x00000006
,
VfxColor.Red = 0x00000007
,
VfxColor.Gen_a = 0x00000008
,
VfxColor.Gen_b = 0x00000009
,
VfxColor.Gen_c = 0x0000000A
,
VfxColor.Gen_d = 0x0000000B
,
VfxColor.Off = 0x0000000C
,
VfxColor.Gen_e = 0x0000000D
,
VfxColor.Black = 0x0000000E
,
VfxColor.Yellow = 0x0000000F
} |
|
|
|
enum | VfxDamageType : uint {
VfxDamageType.Invalid = 0x00000000
,
VfxDamageType.Electric = 0x00000010
,
VfxDamageType.Physical = 0x00000011
,
VfxDamageType.Fire = 0x00000012
,
VfxDamageType.Shadow = 0x00000013
,
VfxDamageType.Cold = 0x00000014
,
VfxDamageType.Force = 0x00000015
,
VfxDamageType.Acid = 0x00000016
,
VfxDamageType.Poison = 0x00000017
,
VfxDamageType.Artillery = 0x00000018
,
VfxDamageType.Water = 0x00000019
,
VfxDamageType.Shadow_Lowparticle = 0x0000001A
,
VfxDamageType.Greenflame_lowparticle = 0x0000001B
,
VfxDamageType.Chaos = 0x0000001C
} |
|
|
|
enum | VfxDirection : uint {
VfxDirection.Invalid = 0x00000000
,
VfxDirection.South = 0x00000001
,
VfxDirection.East = 0x00000002
,
VfxDirection.West = 0x00000003
,
VfxDirection.North = 0x00000004
,
VfxDirection.Off = 0x00000005
} |
|
|
|
enum | VfxFXSize : uint {
VfxFXSize.Invalid = 0x00000000
,
VfxFXSize._100mSquare = 0x00000001
,
VfxFXSize._50mRound = 0x00000002
,
VfxFXSize._30mRound = 0x00000003
,
VfxFXSize._300mRound = 0x00000004
,
VfxFXSize._200mRound = 0x00000005
,
VfxFXSize._100mRound = 0x00000006
,
VfxFXSize._10mSquare = 0x00000007
,
VfxFXSize._30mSquare = 0x00000008
,
VfxFXSize._10mRound = 0x00000009
,
VfxFXSize._50mSquare = 0x0000000A
,
VfxFXSize._300mSquare = 0x0000000B
,
VfxFXSize.Off = 0x0000000C
,
VfxFXSize._200mSquare = 0x0000000D
} |
|
|
|
enum | VfxLeaf : uint {
VfxLeaf.Invalid = 0x00000000
,
VfxLeaf.Green = 0x00000001
,
VfxLeaf.Pink = 0x00000002
,
VfxLeaf.Off = 0x00000003
} |
|
|
|
enum | VfxTransformColor : uint {
VfxTransformColor.Invalid = 0x00000000
,
VfxTransformColor.Purple = 0x00000001
,
VfxTransformColor.Brown = 0x00000002
,
VfxTransformColor.White = 0x00000003
,
VfxTransformColor.Orange = 0x00000004
,
VfxTransformColor.Blue = 0x00000005
,
VfxTransformColor.Green = 0x00000006
,
VfxTransformColor.Red = 0x00000007
,
VfxTransformColor.Gen_a = 0x00000008
,
VfxTransformColor.Gen_b = 0x00000009
,
VfxTransformColor.Gen_c = 0x0000000A
,
VfxTransformColor.Gen_d = 0x0000000B
,
VfxTransformColor.Off = 0x0000000C
,
VfxTransformColor.Gen_e = 0x0000000D
,
VfxTransformColor.Black = 0x0000000E
,
VfxTransformColor.Yellow = 0x0000000F
} |
|
|
|
enum | VisualizedPropertyType : uint {
VisualizedPropertyType.Undef = 0x00000000
,
VisualizedPropertyType.Box = 0x00000001
,
VisualizedPropertyType.Sphere = 0x00000002
,
VisualizedPropertyType.Cylinder = 0x00000003
,
VisualizedPropertyType.BoxFromRadius = 0x00000004
} |
|
|
|
enum | VMDataKey : uint {
VMDataKey.Undef = 0x00000000
,
VMDataKey.Test = 0x00000001
} |
|
|
|
enum | Volume_DynamicBlockIdentifier : uint { Volume_DynamicBlockIdentifier.Undef = 0x00000000
} |
|
|
|
enum | WaterCurrent_WaterType : uint {
WaterCurrent_WaterType.Landscape_River = 0x00000001
,
WaterCurrent_WaterType.Landscape_Ocean = 0x00000002
,
WaterCurrent_WaterType.Dungeon_Underwater = 0x00000003
} |
|
|
|
enum | WeaponImbue_OnDetectType : uint {
WeaponImbue_OnDetectType.Invalid = 0x00000000
,
WeaponImbue_OnDetectType.Undead = 0x00000001
,
WeaponImbue_OnDetectType.Monster = 0x00000002
,
WeaponImbue_OnDetectType.Trap = 0x00000003
} |
|
|
|
enum | WeaponImbueParticleSize : uint {
WeaponImbueParticleSize.Invalid = 0x00000000
,
WeaponImbueParticleSize.Medium = 0x00000001
,
WeaponImbueParticleSize.Small = 0x00000002
,
WeaponImbueParticleSize.Large = 0x00000003
} |
|
|
|
enum | WeaponImbueType : uint {
WeaponImbueType.Invalid = 0x00000000
,
WeaponImbueType.Fire = 0x00000001
,
WeaponImbueType.Poison = 0x00000003
,
WeaponImbueType.Cold = 0x00000005
,
WeaponImbueType.Electric = 0x00000006
,
WeaponImbueType.Force = 0x00000008
,
WeaponImbueType.Acid = 0x00000009
,
WeaponImbueType.Sonic = 0x0000000A
,
WeaponImbueType.Water = 0x0000000B
,
WeaponImbueType.Holy = 0x0000000E
,
WeaponImbueType.Disintegrate = 0x0000000F
,
WeaponImbueType.Mundane = 0x00000010
,
WeaponImbueType.Rock = 0x00000012
,
WeaponImbueType.PowerGlow = 0x00000017
,
WeaponImbueType.HolySmite = 0x00000018
,
WeaponImbueType.Unholy = 0x00000019
,
WeaponImbueType.Highlevel_A = 0x0000001A
,
WeaponImbueType.Highlevel_B = 0x0000001B
,
WeaponImbueType.Highlevel_C = 0x0000001C
,
WeaponImbueType.Acid_Weak = 0x0000001D
,
WeaponImbueType.Cold_Weak = 0x0000001E
,
WeaponImbueType.Fire_Weak = 0x0000001F
,
WeaponImbueType.Electric_Weak = 0x00000020
,
WeaponImbueType.Electric_Strong = 0x00000021
,
WeaponImbueType.Acid_Strong = 0x00000022
,
WeaponImbueType.Fire_Strong = 0x00000023
,
WeaponImbueType.Cold_Strong = 0x00000024
,
WeaponImbueType.Petrifying = 0x00000025
,
WeaponImbueType.Bloody = 0x00000027
,
WeaponImbueType.Destructive = 0x00000028
,
WeaponImbueType.Infectious = 0x00000029
,
WeaponImbueType.Mud = 0x0000002A
,
WeaponImbueType.Brilliant = 0x0000002B
,
WeaponImbueType.Shadow = 0x0000002C
,
WeaponImbueType.FireVFX = 0x0000002D
,
WeaponImbueType.ShadowVFX = 0x0000002E
,
WeaponImbueType.ElectricVFX = 0x0000002F
,
WeaponImbueType.ColdVFX = 0x00000030
,
WeaponImbueType.AcidVFX = 0x00000031
,
WeaponImbueType.Scourge = 0x00000032
,
WeaponImbueType.Mist = 0x00000033
,
WeaponImbueType.MistVFX = 0x00000034
,
WeaponImbueType.HolyVFX = 0x00000035
,
WeaponImbueType.StarsVFX = 0x00000037
,
WeaponImbueType.GalaxyVFX_Lite = 0x0000003B
,
WeaponImbueType.GalaxyVFX_Heavy = 0x0000003C
,
WeaponImbueType.Sharn_ForgewraithVFX = 0x0000003D
,
WeaponImbueType.Autumn = 0x0000003E
,
WeaponImbueType.Winter = 0x0000003F
,
WeaponImbueType.Spring = 0x00000040
,
WeaponImbueType.Summer = 0x00000041
,
WeaponImbueType.ShadowBladeVFX = 0x00000042
,
WeaponImbueType.Bloodflame = 0x00000043
,
WeaponImbueType.Drow_DarkFlame = 0x00000044
,
WeaponImbueType.Electric_Balor = 0x00000045
,
WeaponImbueType.Fire_Balor = 0x00000046
,
WeaponImbueType.WarforgedVFX = 0x00000047
,
WeaponImbueType.SolarFlare = 0x00000048
,
WeaponImbueType.Magic = 0x00000049
} |
|
|
|
enum | WeaponImbueType2 : uint {
WeaponImbueType2.Invalid = 0x00000000
,
WeaponImbueType2.Positive = 0x00000001
,
WeaponImbueType2.Lawful = 0x00000002
,
WeaponImbueType2.Chaotic = 0x00000003
,
WeaponImbueType2.Negative = 0x00000004
,
WeaponImbueType2.Evil = 0x00000005
,
WeaponImbueType2.Good = 0x00000006
,
WeaponImbueType2.Light = 0x00000007
} |
|
|
|
enum | WeaponProficiencyType : uint {
WeaponProficiencyType.Undef = 0x00000000
,
WeaponProficiencyType.Martial = 0x00000001
,
WeaponProficiencyType.Exotic = 0x00000002
,
WeaponProficiencyType.Simple = 0x00000003
} |
|
|
|
enum | WeaponType : uint {
WeaponType.Undef = 0x00000000
,
WeaponType.Rapier = 0x00000001
,
WeaponType.Longsword = 0x00000002
,
WeaponType.Shortbow = 0x00000003
,
WeaponType.Longbow = 0x00000004
,
WeaponType.Dagger = 0x00000006
,
WeaponType.Scimitar = 0x00000007
,
WeaponType.RepeatingLightCrossbow = 0x00000008
,
WeaponType.Shuriken = 0x00000009
,
WeaponType.Greatsword = 0x0000000B
,
WeaponType.Javelin = 0x0000000C
,
WeaponType.Bastardsword = 0x0000000D
,
WeaponType.Shortsword = 0x0000000E
,
WeaponType.LightCrossbow = 0x00000010
,
WeaponType.RepeatingHeavyCrossbow = 0x00000011
,
WeaponType.HeavyCrossbow = 0x00000012
,
WeaponType.GreatCrossbow = 0x00000013
,
WeaponType.Greataxe = 0x00000015
,
WeaponType.HeavyMace = 0x00000016
,
WeaponType.Battleaxe = 0x00000017
,
WeaponType.HandCrossbow = 0x00000018
,
WeaponType.Unarmed = 0x0000001A
,
WeaponType.Warhammer = 0x0000001B
,
WeaponType.Club = 0x0000001C
,
WeaponType.Quarterstaff = 0x0000001D
,
WeaponType.FullBlade = 0x0000001E
,
WeaponType.LightHammer = 0x0000001F
,
WeaponType.Kukri = 0x00000020
,
WeaponType.TwoBladedSword = 0x00000021
,
WeaponType.Sickle = 0x00000022
,
WeaponType.DoubleMace = 0x00000023
,
WeaponType.Kama = 0x00000024
,
WeaponType.Khopesh = 0x00000025
,
WeaponType.HeavyPick = 0x00000026
,
WeaponType.Dart = 0x00000027
,
WeaponType.Greatclub = 0x00000028
,
WeaponType.HookedHammer = 0x00000029
,
WeaponType.DwarvenWarAxe = 0x0000002A
,
WeaponType.ThrowingAxe = 0x0000002B
,
WeaponType.Lightmace = 0x0000002C
,
WeaponType.Maul = 0x0000002D
,
WeaponType.OrcDoubleAxe = 0x0000002E
,
WeaponType.TwoBladedScimitar = 0x0000002F
,
WeaponType.Falchion = 0x00000030
,
WeaponType.Morningstar = 0x00000031
,
WeaponType.Shield = 0x00000032
,
WeaponType.ThrowingDagger = 0x00000033
,
WeaponType.LightPick = 0x00000034
,
WeaponType.Handaxe = 0x00000035
,
WeaponType.ThrowingHammer = 0x00000037
,
WeaponType.Runearm = 0x00000038
,
WeaponType.Chain = 0x00000039
,
WeaponType.Polearm = 0x0000003A
,
WeaponType.Handwraps = 0x0000003B
} |
|
|
|
enum | WebStore_FilteringAttribute : uint {
WebStore_FilteringAttribute.Undef = 0x00000000
,
WebStore_FilteringAttribute.Game = 0x00000001
,
WebStore_FilteringAttribute.ESA = 0x00000002
,
WebStore_FilteringAttribute.LoginId = 0x00000003
,
WebStore_FilteringAttribute.Account = 0x00000004
,
WebStore_FilteringAttribute.Shard = 0x00000005
,
WebStore_FilteringAttribute.BTS = 0x00000006
,
WebStore_FilteringAttribute.CharId = 0x00000007
,
WebStore_FilteringAttribute.Character = 0x00000008
,
WebStore_FilteringAttribute.Races = 0x00000009
,
WebStore_FilteringAttribute.Classes = 0x0000000A
,
WebStore_FilteringAttribute.Level = 0x0000000B
,
WebStore_FilteringAttribute.GlsToken = 0x0000000C
,
WebStore_FilteringAttribute.Exclude = 0x0000000D
,
WebStore_FilteringAttribute.ChSlots = 0x0000000E
,
WebStore_FilteringAttribute.Category = 0x0000000F
,
WebStore_FilteringAttribute.SKUList = 0x00000010
,
WebStore_FilteringAttribute.GuildLevel = 0x00000011
,
WebStore_FilteringAttribute.StrBonus = 0x00000012
,
WebStore_FilteringAttribute.DexBonus = 0x00000013
,
WebStore_FilteringAttribute.IntBonus = 0x00000014
,
WebStore_FilteringAttribute.WisBonus = 0x00000015
,
WebStore_FilteringAttribute.ConBonus = 0x00000016
,
WebStore_FilteringAttribute.ChaBonus = 0x00000017
,
WebStore_FilteringAttribute.Scope = 0x00000018
} |
|
|
|
enum | WebStoreCategory : uint {
WebStoreCategory.Invalid = 0x00000000
,
WebStoreCategory.Potions = 0x00000001
,
WebStoreCategory.Weapons = 0x00000002
,
WebStoreCategory.Armor = 0x00000003
,
WebStoreCategory.Ammo = 0x00000004
,
WebStoreCategory.PotionsAndRods = 0x00000005
,
WebStoreCategory.WandsAndScrolls = 0x00000006
,
WebStoreCategory.Misc = 0x00000007
,
WebStoreCategory.Hirelings = 0x00000008
,
WebStoreCategory.Scrolls = 0x00000009
,
WebStoreCategory.SpellComponents = 0x0000000A
,
WebStoreCategory.Tavern = 0x0000000B
,
WebStoreCategory.Wands = 0x0000000C
,
WebStoreCategory.Default_Magic = 0x0000000D
,
WebStoreCategory.Featured1 = 0x0000000E
,
WebStoreCategory.Featured2 = 0x0000000F
,
WebStoreCategory.Crafting = 0x00000010
,
WebStoreCategory.Default_Melee = 0x00000011
,
WebStoreCategory.Advancement = 0x00000012
,
WebStoreCategory.Travel = 0x00000013
,
WebStoreCategory.Appearance = 0x00000014
,
WebStoreCategory.CharacterSlots = 0x00000015
,
WebStoreCategory.Reincarnation = 0x00000016
,
WebStoreCategory.GuildAmenities = 0x00000017
,
WebStoreCategory.Cosmetic = 0x00000018
,
WebStoreCategory.GuildAugmentLarge = 0x0000001A
,
WebStoreCategory.GuildAugmentTiny = 0x0000001B
,
WebStoreCategory.GuildAugmentMedium = 0x0000001C
,
WebStoreCategory.GuildAugmentSmall = 0x0000001D
,
WebStoreCategory.CharacterBank = 0x0000001E
,
WebStoreCategory.InventorySpace = 0x0000001F
,
WebStoreCategory.SharedBank = 0x00000020
,
WebStoreCategory.CompanionTricks = 0x00000021
,
WebStoreCategory.CreatureCompanions = 0x00000022
,
WebStoreCategory.CompanionGear = 0x00000023
,
WebStoreCategory.TomeUpgrades = 0x00000024
,
WebStoreCategory.Tomes = 0x00000025
,
WebStoreCategory.Shards = 0x00000026
,
WebStoreCategory.ConTomes = 0x00000027
,
WebStoreCategory.FateTomes = 0x00000028
,
WebStoreCategory.WisTomes = 0x00000029
,
WebStoreCategory.IntTomes = 0x0000002A
,
WebStoreCategory.ChaTomes = 0x0000002B
,
WebStoreCategory.DexTomes = 0x0000002C
,
WebStoreCategory.StrTomes = 0x0000002D
,
WebStoreCategory.Account = 0x0000002E
,
WebStoreCategory.HallofHeroes = 0x0000002F
,
WebStoreCategory.RacesAndClasses = 0x00000030
} |
|
|
|
enum | Weeniecontent : uint {
Weeniecontent.Undef = 0x00000000
,
Weeniecontent.Icon_OverlayBorderYellow = 0x4103AD40
,
Weeniecontent.EnhancementUITreeUnsetBkgrd = 0x4103DBB3
,
Weeniecontent.EnhancementUITreeLockedBkgrd = 0x4103DBBC
,
Weeniecontent.NewEpicDestinySmallLock = 0x41053012
,
Weeniecontent.DefaultAdminAvatar = 0x70000000
,
Weeniecontent.Class_Sorcerer = 0x7000000B
,
Weeniecontent.Class_Wizard = 0x7000000E
,
Weeniecontent.Skill_Bluff = 0x70000013
,
Weeniecontent.Skill_Concentration = 0x70000014
,
Weeniecontent.Effect_Daze = 0x70000047
,
Weeniecontent.DefaultPlayerAvatar = 0x70000054
,
Weeniecontent.Generator = 0x70000056
,
Weeniecontent.ActDirectory = 0x70000058
,
Weeniecontent.ExperienceTable = 0x7000005C
,
Weeniecontent.EncumbranceSystem = 0x7000006A
,
Weeniecontent.Class_Barbarian = 0x7000006B
,
Weeniecontent.Class_Bard = 0x7000006C
,
Weeniecontent.Class_Cleric = 0x7000006D
,
Weeniecontent.Class_Fighter = 0x7000006E
,
Weeniecontent.Class_Paladin = 0x7000006F
,
Weeniecontent.Class_Ranger = 0x70000070
,
Weeniecontent.Class_Rogue = 0x70000071
,
Weeniecontent.ContextMenuSystemGlobals = 0x7000007C
,
Weeniecontent.Skill_Heal = 0x700000C6
,
Weeniecontent.Skill_Balance = 0x700000E7
,
Weeniecontent.Skill_Intimidate = 0x700000EA
,
Weeniecontent.Feat_Category_SpellFocus = 0x7000011C
,
Weeniecontent.Skill_Listen = 0x70000197
,
Weeniecontent.Skill_Jump = 0x70000199
,
Weeniecontent.Skill_Swim = 0x7000019B
,
Weeniecontent.Skill_Diplomacy = 0x7000019C
,
Weeniecontent.Skill_DisableDevice = 0x7000019D
,
Weeniecontent.Skill_MoveSilently = 0x7000019E
,
Weeniecontent.Skill_OpenLock = 0x700001A0
,
Weeniecontent.Skill_Perform = 0x700001A1
,
Weeniecontent.Skill_UseMagicDevice = 0x700001A2
,
Weeniecontent.Skill_Spot = 0x700001A3
,
Weeniecontent.Skill_Hide = 0x700001A4
,
Weeniecontent.Skill_Search = 0x700001A5
,
Weeniecontent.CharacterProfileDirectory = 0x70000244
,
Weeniecontent.PopupMenu_FellowshipHandler = 0x70000279
,
Weeniecontent.PopupMenu_PlayerHandler = 0x7000028E
,
Weeniecontent.PopupMenu_NoHandler = 0x70000293
,
Weeniecontent.Effect_TurnUndead_Destroy = 0x70000484
,
Weeniecontent.Effect_TurnUndead_Cower = 0x70000485
,
Weeniecontent.Alert_Test2 = 0x7000048E
,
Weeniecontent.Alert_Test1 = 0x7000048F
,
Weeniecontent.Alert_Inventory_Burdened = 0x70000491
,
Weeniecontent.Alert_Inventory_Heavy = 0x70000492
,
Weeniecontent.Alert_AbilityDamage_Str = 0x70000495
,
Weeniecontent.Alert_AbilityDamage_Con = 0x70000496
,
Weeniecontent.Alert_AbilityDamage_Dex = 0x70000497
,
Weeniecontent.Alert_AbilityDamage_Int = 0x70000498
,
Weeniecontent.Alert_AbilityDamage_Wis = 0x70000499
,
Weeniecontent.Alert_AbilityDamage_Cha = 0x7000049A
,
Weeniecontent.Condition_Panicked = 0x700004A8
,
Weeniecontent.Condition_Entangled = 0x700004A9
,
Weeniecontent.Condition_Stunned = 0x700004AA
,
Weeniecontent.Condition_Shaken = 0x700004AB
,
Weeniecontent.Condition_Asleep = 0x700004AC
,
Weeniecontent.Condition_Frightened = 0x700004AD
,
Weeniecontent.Condition_Paralyzed = 0x700004AE
,
Weeniecontent.Condition_Blinded = 0x700004AF
,
Weeniecontent.Condition_Cowering = 0x700004B0
,
Weeniecontent.Condition_Helpless = 0x700004B1
,
Weeniecontent.Feat_Rage = 0x700004BD
,
Weeniecontent.PopupMenu_ConversationHandler = 0x70000519
,
Weeniecontent.ConversationCallback = 0x70000537
,
Weeniecontent.RaceDirectory = 0x7000054B
,
Weeniecontent.LFGManager = 0x70000561
,
Weeniecontent.ClassDirectory = 0x70000562
,
Weeniecontent.Skill_Tumble = 0x70000574
,
Weeniecontent.SkillDirectory = 0x70000575
,
Weeniecontent.Effect_Fascinate = 0x7000060C
,
Weeniecontent.Alert_Test3 = 0x7000063D
,
Weeniecontent.TestKobold = 0x700007D2
,
Weeniecontent.GuildManager = 0x70000802
,
Weeniecontent.GuildControl = 0x70000803
,
Weeniecontent.Material_Mithril = 0x70000AF5
,
Weeniecontent.Alert_Quest_ObjectiveComplete = 0x70000B86
,
Weeniecontent.Alert_Quest_NewObjective = 0x70000B87
,
Weeniecontent.PermQuestFlags = 0x70000C14
,
Weeniecontent.Effect_Shaken = 0x70000C2A
,
Weeniecontent.Gold = 0x70000C3A
,
Weeniecontent.Effect_Drowning = 0x70000C5D
,
Weeniecontent.CurrencyDirectory = 0x70000C69
,
Weeniecontent.Alert_Durability_Broken = 0x70000DF9
,
Weeniecontent.Alert_Durability_Damaged = 0x70000DFA
,
Weeniecontent.Alert_Durability_Destroyed = 0x70000DFC
,
Weeniecontent.AdvancementProfileDirectory = 0x70000E09
,
Weeniecontent.Alert_Spell_InvalidSpell = 0x70000EE1
,
Weeniecontent.Alert_Spell_NotPrepared = 0x70000EE2
,
Weeniecontent.Alert_Spell_NoTarget = 0x70000EE4
,
Weeniecontent.Alert_Spell_OutOfRange = 0x70000EE5
,
Weeniecontent.Alert_Spell_NonPreparedSpell = 0x70000EE6
,
Weeniecontent.Alert_Spell_NotInscribed = 0x70000EE7
,
Weeniecontent.Alert_Spell_TooBusy = 0x70000EE8
,
Weeniecontent.Alert_Spell_InvalidTarget = 0x70000EE9
,
Weeniecontent.Alert_Spell_AbilityTooLow = 0x70000EEA
,
Weeniecontent.Alert_Spell_WrongClass = 0x70000EEB
,
Weeniecontent.Alert_Spell_MissingMaterialComponent = 0x70000EEC
,
Weeniecontent.Alert_Spell_NotCharged = 0x70000EF0
,
Weeniecontent.Skill_Repair = 0x70000F60
,
Weeniecontent.Skill_Haggle = 0x70000F61
,
Weeniecontent.Effect_RaiseDead = 0x70001063
,
Weeniecontent.Effect_TRMutationGhostTouch = 0x700014E7
,
Weeniecontent.SoulStone = 0x7000151B
,
Weeniecontent.Alert_Death = 0x700015C0
,
Weeniecontent.Alert_Usage_Strength_Too_Low = 0x70001847
,
Weeniecontent.Alert_Usage_Dexterity_Too_Low = 0x70001848
,
Weeniecontent.Alert_Usage_Constitution_Too_Low = 0x70001849
,
Weeniecontent.Alert_Usage_Intelligence_Too_Low = 0x7000184A
,
Weeniecontent.Alert_Usage_Wisdom_Too_Low = 0x7000184B
,
Weeniecontent.Alert_Usage_Charisma_Too_Low = 0x7000184C
,
Weeniecontent.Bank = 0x70001C85
,
Weeniecontent.PopupMenu_TradeHandler = 0x70001C98
,
Weeniecontent.DeathPenalty = 0x70001CD8
,
Weeniecontent.Alert_Spell_NoSpellPoints = 0x70001D82
,
Weeniecontent.Alert_Spell_TooManyPrepared = 0x70001FED
,
Weeniecontent.UsageAction_PickUp = 0x7000252F
,
Weeniecontent.UsageAction_Equip = 0x70002530
,
Weeniecontent.UsageAction_Default = 0x70002544
,
Weeniecontent.Alert_Skill_AlreadyDisabled = 0x70002781
,
Weeniecontent.Alert_Skill_CannotBeDisabled = 0x70002782
,
Weeniecontent.Alert_Skill_AlreadyUnlocked = 0x70002783
,
Weeniecontent.Alert_Skill_CannotBePicked = 0x70002784
,
Weeniecontent.Alert_Usage_CanOnlyUseOnce = 0x700027AD
,
Weeniecontent.Alert_Action_NoTarget = 0x700027C6
,
Weeniecontent.Alert_Action_InvalidTarget = 0x700027C8
,
Weeniecontent.Alert_Skill_AlreadyBluffed = 0x700027C9
,
Weeniecontent.Alert_Target_FellowOutofRange = 0x700027F8
,
Weeniecontent.Alert_Usage_Locked = 0x7000287B
,
Weeniecontent.Alert_Spell_CasterDead = 0x700028BF
,
Weeniecontent.Dialog_LeaveFellowship = 0x700028D6
,
Weeniecontent.Dialog_RecallFromDungeon = 0x700028F4
,
Weeniecontent.Command_WallHang = 0x7000296A
,
Weeniecontent.ModAnalyzer = 0x70002976
,
Weeniecontent.Alert_Action_YoureDead = 0x7000297D
,
Weeniecontent.Area_Stormreach_Harbor = 0x700029A2
,
Weeniecontent.Alert_Usage_OutOfRange = 0x700029EA
,
Weeniecontent.Alert_Inventory_NotProficient = 0x700029EB
,
Weeniecontent.Alert_Usage_OnlyInTavern = 0x700029F4
,
Weeniecontent.Alert_Usage_WrongRace = 0x70002A2E
,
Weeniecontent.Alert_Usage_AboveMaxLevel = 0x70002A2F
,
Weeniecontent.Alert_Usage_BelowMinLevel = 0x70002A30
,
Weeniecontent.Alert_Usage_Broken = 0x70002A31
,
Weeniecontent.Alert_Usage_BypassesRequirements = 0x70002A32
,
Weeniecontent.Alert_Usage_DoNotMeetReqs = 0x70002A33
,
Weeniecontent.Alert_Usage_NotCapableOfCasting = 0x70002A34
,
Weeniecontent.Alert_Usage_WrongClass = 0x70002A35
,
Weeniecontent.Alert_Action_NeedRest = 0x70002A95
,
Weeniecontent.Alert_Action_CharismaTooLow = 0x70002A96
,
Weeniecontent.Alert_Spell_NotRestpointArea = 0x70002AD5
,
Weeniecontent.Alert_Spell_NotRested = 0x70002AD6
,
Weeniecontent.Alert_Spell_NotAllPrepared = 0x70002AF5
,
Weeniecontent.Alert_Spell_CanPrepare = 0x70002B05
,
Weeniecontent.Alert_Advancement_ActionPoints = 0x70002B20
,
Weeniecontent.Alert_Action_OutOfRange = 0x70002B6E
,
Weeniecontent.BenefitProfileDirectory = 0x70002B8F
,
Weeniecontent.Alert_Action_Target_OutOfRange = 0x70002C22
,
Weeniecontent.Alert_Action_WrongWeaponType = 0x70002CA6
,
Weeniecontent.Alert_Action_TurnUndead_NoTarget = 0x70002CA7
,
Weeniecontent.Alert_Action_TurnUndead_LackConviction = 0x70002CA8
,
Weeniecontent.UsageAction_OpenChest = 0x70002D63
,
Weeniecontent.UsageAction_ViewChest = 0x70002D64
,
Weeniecontent.Alert_Advancement_ReadyToLevel = 0x70002E0D
,
Weeniecontent.Effect_Resurrection_Release = 0x70002E0E
,
Weeniecontent.Effect_Resurrection_Shrine = 0x70002E0F
,
Weeniecontent.Alert_Usage_Depleted = 0x70002E24
,
Weeniecontent.Alert_Trade_Incomplete = 0x70002EFB
,
Weeniecontent.Alert_Trade_OnlyInBackpack = 0x70002EFC
,
Weeniecontent.InstanceManager = 0x70002EFD
,
Weeniecontent.Alert_Trade_Illegal = 0x70002EFE
,
Weeniecontent.Alert_Trade_NotAccepted = 0x70002F50
,
Weeniecontent.EmoteDirectory = 0x70002F5A
,
Weeniecontent.UsageAction_Waypoint = 0x70003418
,
Weeniecontent.Alert_Action_Suggestion_TargetNotFascinated = 0x700034ED
,
Weeniecontent.Alert_Inventory_Overflow = 0x70003559
,
Weeniecontent.UsageAction_Collect = 0x7000355B
,
Weeniecontent.Alert_Action_BlockedBy = 0x700036DF
,
Weeniecontent.Alert_Action_Blocked = 0x700036E0
,
Weeniecontent.Alert_Durability_Diminished = 0x700037C8
,
Weeniecontent.Alert_Item_Purchased = 0x700037E6
,
Weeniecontent.Alert_Item_Sold = 0x700037E7
,
Weeniecontent.Alert_Item_Repaired = 0x700037E8
,
Weeniecontent.Feat_Attack = 0x70003813
,
Weeniecontent.Alert_Action_Helpless = 0x70003861
,
Weeniecontent.Alert_Action_Entangled = 0x70003862
,
Weeniecontent.Alert_Action_Stunned = 0x70003863
,
Weeniecontent.Alert_Action_Asleep = 0x70003864
,
Weeniecontent.Alert_Action_OutOfAmmo = 0x700038F1
,
Weeniecontent.AdventureWaypointMap = 0x700038FD
,
Weeniecontent.Alert_Inventory_Reload = 0x700038FF
,
Weeniecontent.Alert_Action_OutOfHeading = 0x70003A15
,
Weeniecontent.Alert_Action_Target_OutOfHeading = 0x70003A16
,
Weeniecontent.Alert_Skill_NotIncapacitated = 0x70003A50
,
Weeniecontent.Action_Logout = 0x70003BB4
,
Weeniecontent.Action_Drown = 0x70003BB5
,
Weeniecontent.Alert_InscribeSpell_NoClassSpellAvailable = 0x70003C21
,
Weeniecontent.Alert_InscribeSpell_AbilityScoreTooLow = 0x70003C22
,
Weeniecontent.Alert_InscribeSpell_TargetNotAScroll = 0x70003C23
,
Weeniecontent.Alert_InscribeSpell_SpellAlreadyInscribed = 0x70003C24
,
Weeniecontent.Alert_InscribeSpell_ScrollNotInInventory = 0x70003C61
,
Weeniecontent.Alert_InscribeSpell_MissingComponent = 0x70003C7A
,
Weeniecontent.Action_Recall = 0x70003C95
,
Weeniecontent.Alert_Action_MissingComponent = 0x70003D55
,
Weeniecontent.Alert_Map_CantViewOnAdventure = 0x70003DD4
,
Weeniecontent.StoryQuestList = 0x70003DE6
,
Weeniecontent.Alert_Action_Verify_PerformSkillTooLow = 0x70003DF1
,
Weeniecontent.Alert_Trade_Busy = 0x70003E7E
,
Weeniecontent.Hint_MaxLevelAchieved = 0x70003EC2
,
Weeniecontent.QuestRewardProfiles = 0x70003F29
,
Weeniecontent.Alert_Action_Underwater = 0x7000401C
,
Weeniecontent.Alert_Usage_ReducedLoot = 0x700040D6
,
Weeniecontent.Alert_Usage_NoLoot = 0x700040D7
,
Weeniecontent.Effect_Summonmonster_Dismissal = 0x7000413A
,
Weeniecontent.FellowshipManager = 0x70004148
,
Weeniecontent.Reward = 0x7000416B
,
Weeniecontent.Alert_Spell_CannotUnprepare = 0x700041C3
,
Weeniecontent.Hint_SecondHint = 0x700041E7
,
Weeniecontent.Hint_MouseLookMode = 0x700041EC
,
Weeniecontent.Hint_ConvertToRaid = 0x70004359
,
Weeniecontent.Hint_VoiceEnabled = 0x70004445
,
Weeniecontent.Hint_MicTest = 0x70004446
,
Weeniecontent.BABDirectory = 0x700046BE
,
Weeniecontent.Alert_Action_Incapacitated = 0x700046C0
,
Weeniecontent.Alert_Action_Dead = 0x700046C1
,
Weeniecontent.Alert_Action_Public = 0x700046C2
,
Weeniecontent.Hint_FirstHint = 0x70004749
,
Weeniecontent.Alert_Usage_QuestObjectiveRequired = 0x70004861
,
Weeniecontent.Alert_Skill_CannotBeInfluenced = 0x70004E7F
,
Weeniecontent.Alert_Action_Afraid = 0x70004EC1
,
Weeniecontent.Alert_Action_Enraged = 0x70005274
,
Weeniecontent.Condition_Enraged = 0x70005277
,
Weeniecontent.Hint_MaxXPForLevel = 0x700052FA
,
Weeniecontent.Alert_Usage_FailedUseMagicDevice = 0x700053DD
,
Weeniecontent.UsageAction_WeaponSetEquip = 0x70005418
,
Weeniecontent.Alert_Usage_Unlocked = 0x7000541D
,
Weeniecontent.Alert_Action_Dancing = 0x70005554
,
Weeniecontent.Dialog_PickUp = 0x70005555
,
Weeniecontent.Alert_Death_TemporaryNegativeLevel = 0x700055DA
,
Weeniecontent.Alert_Death_PermanentNegativeLevel = 0x700055DB
,
Weeniecontent.Quest_PlaneOfNight = 0x700055E4
,
Weeniecontent.Alert_Spell_Feebleminded = 0x700055E8
,
Weeniecontent.Alert_WeaponSet_Incompatible = 0x7000563E
,
Weeniecontent.Alert_WeaponSet_NoMoreRoom = 0x7000563F
,
Weeniecontent.Alert_Action_Knockdown = 0x70005752
,
Weeniecontent.Alert_Usage_Warded = 0x700057DE
,
Weeniecontent.Alert_Usage_UnWarded = 0x700057DF
,
Weeniecontent.MailManager = 0x70005871
,
Weeniecontent.Dialog_SpellSwapDialogCallback = 0x700058FD
,
Weeniecontent.Alert_Usage_AlreadyInUse = 0x70005907
,
Weeniecontent.Alert_Usage_ReducedReward = 0x70005908
,
Weeniecontent.Alert_Usage_NoReward = 0x70005909
,
Weeniecontent.SpellSwapTable = 0x70005BD6
,
Weeniecontent.Alert_Spell_CanNotKnock = 0x70005C6B
,
Weeniecontent.Effect_GlobeOfInvulnerability_Ward = 0x70005D1C
,
Weeniecontent.Effect_MinorGlobeOfInvulnerability_Suppression = 0x70005D1D
,
Weeniecontent.Effect_MinorGlobeOfInvulnerability_Ward = 0x70005D1F
,
Weeniecontent.Effect_GlobeOfInvulnerability_Suppression = 0x70005D21
,
Weeniecontent.PatronList = 0x70005D3A
,
Weeniecontent.Alert_Spell_ExchangeTimeLeft = 0x70005D8A
,
Weeniecontent.PatronCoinLords = 0x70005DA5
,
Weeniecontent.Dialog_SpellSelectorDialogCallback = 0x70005DE8
,
Weeniecontent.Quest_TitanAwakes = 0x70005E85
,
Weeniecontent.Alert_Action_OnlyInPublic = 0x70005F2A
,
Weeniecontent.Alert_Quest_NotYetStarted = 0x70006063
,
Weeniecontent.Alert_Spell_ShortSpells = 0x7000607F
,
Weeniecontent.Action_Death = 0x70006080
,
Weeniecontent.Dialog_CastUsageAction_SpellSelectorDialogCallback = 0x700060E1
,
Weeniecontent.Dialog_FeatRespecDialogCallback = 0x7000617E
,
Weeniecontent.FeatRespecTable = 0x7000617F
,
Weeniecontent.MatchManager = 0x70006209
,
Weeniecontent.ArenaList = 0x700062E0
,
Weeniecontent.Alert_Action_NotInTavern = 0x700062ED
,
Weeniecontent.UsageAction_Capture = 0x700063AF
,
Weeniecontent.Alert_Usage_WrongTeam = 0x700063CF
,
Weeniecontent.Alert_Usage_SameTeam = 0x700063D0
,
Weeniecontent.Alert_FeatRespec = 0x70006473
,
Weeniecontent.Alert_SpellSwap = 0x70006474
,
Weeniecontent.Alert_SpellSwap_Free = 0x70006476
,
Weeniecontent.Alert_FeatRespec_Invalid = 0x700064B0
,
Weeniecontent.DemoCharacterProfileDirectory = 0x700064B7
,
Weeniecontent.Alert_Arena_Kill = 0x70006516
,
Weeniecontent.Alert_FeatRespec_ExchangeTimeLeft = 0x70006549
,
Weeniecontent.Quest_ZawabisRevenge = 0x70006691
,
Weeniecontent.Alert_Usage_MustBeSubscriber = 0x70006831
,
Weeniecontent.AuctionManager = 0x700068E8
,
Weeniecontent.ArenaManager = 0x7000694C
,
Weeniecontent.Alert_Action_Fascinated = 0x70006961
,
Weeniecontent.Alert_Usage_Secured = 0x70006A25
,
Weeniecontent.Alert_Action_Nauseated = 0x70006B06
,
Weeniecontent.Alert_Action_CombatOver = 0x70006BEB
,
Weeniecontent.Class_Monk = 0x70006BF5
,
Weeniecontent.Alert_Action_Transformed = 0x70006E36
,
Weeniecontent.Alert_Spell_WrongAlignment = 0x70006E37
,
Weeniecontent.Alert_Usage_FailedScrollCasterLevelCheck = 0x70006ECF
,
Weeniecontent.Alert_Receive_Fellowship_Join_Request = 0x70006EEF
,
Weeniecontent.Tokens = 0x70007437
,
Weeniecontent.Quest_ReaversFate = 0x70007854
,
Weeniecontent.BenefitRespecTable = 0x700078BB
,
Weeniecontent.Dialog_BenefitResetDialogCallback = 0x700078CC
,
Weeniecontent.Alert_Trade_UniqueFailed = 0x70007B5E
,
Weeniecontent.Alert_Usage_Unique = 0x70007B61
,
Weeniecontent.Alert_Inventory_Error = 0x70007B62
,
Weeniecontent.Alert_Evasion_Failed_Encumbered = 0x70007BB5
,
Weeniecontent.Alert_Evasion_Failed_Medium_Armor = 0x70007BB6
,
Weeniecontent.Alert_Evasion_Failed_Heavy_Armor = 0x70007BB7
,
Weeniecontent.Alert_BenefitRespec_Token = 0x70007BD3
,
Weeniecontent.Alert_FeatRespec_Token = 0x70007BD4
,
Weeniecontent.Alert_BenefitReset_TimeLeft = 0x70007BDB
,
Weeniecontent.Alert_BenefitReset_CannotAfford = 0x70007BDC
,
Weeniecontent.Glossary = 0x70007C1A
,
Weeniecontent.Alert_Usage_FeatRequired = 0x70007D1C
,
Weeniecontent.AdvancementAccountPropertyDirectory = 0x70007DA8
,
Weeniecontent.Alert_Bag_NotEnoughRoom = 0x70007E9C
,
Weeniecontent.Alert_Bag_Overloaded = 0x70007E9D
,
Weeniecontent.Alert_Examination_Unavailable = 0x70007EA1
,
Weeniecontent.Quest_AscensionChamber = 0x70007EB7
,
Weeniecontent.Collectable_Bag = 0x7000811D
,
Weeniecontent.Effect_LocalTeleport = 0x70008224
,
Weeniecontent.Alert_Action_Quelled = 0x70008280
,
Weeniecontent.ItemProgression = 0x700082A6
,
Weeniecontent.Effect_XPMultiplier = 0x7000834C
,
Weeniecontent.Effect_XPMultiplierGreater = 0x7000834E
,
Weeniecontent.Effect_XPMultiplierLesser = 0x7000834F
,
Weeniecontent.Alert_Bag_ItemGathered = 0x700083A3
,
Weeniecontent.Alert_Bag_GemsSold = 0x7000852E
,
Weeniecontent.Alert_Bag_NoGems = 0x7000852F
,
Weeniecontent.Alert_AntiAddiction_Tired = 0x70008572
,
Weeniecontent.Alert_AntiAddiction_Unhealthy = 0x70008573
,
Weeniecontent.AntiAddictionControl = 0x70008694
,
Weeniecontent.Dialog_ConfirmEnhancementWipeDialogCallback = 0x700086E5
,
Weeniecontent.Alert_Death_Soulstone_PickedUp = 0x7000880A
,
Weeniecontent.Quest_Shroud = 0x70008822
,
Weeniecontent.Alert_Action_LimitHitpoints = 0x70008831
,
Weeniecontent.Alert_Action_NotOutdoors = 0x7000889F
,
Weeniecontent.Alert_Action_NotIndoors = 0x700088A0
,
Weeniecontent.Alert_GenericNotification = 0x700088A8
,
Weeniecontent.Alert_DefensiveRoll_Failed_Medium_Armor = 0x7000895B
,
Weeniecontent.Alert_DefensiveRoll_Failed_Heavy_Armor = 0x7000895C
,
Weeniecontent.Alert_DefensiveRoll_Failed_Encumbered = 0x7000895D
,
Weeniecontent.Alert_WeaponSet_Duplicate = 0x70008B67
,
Weeniecontent.Alert_WeaponSet_NotContained = 0x70008B68
,
Weeniecontent.Alert_WeaponSet_NotWeapon = 0x70008CD5
,
Weeniecontent.WorldEventControl = 0x70009461
,
Weeniecontent.WorldEventServer = 0x70009475
,
Weeniecontent.Quest_VisionOfDestruction = 0x700095D2
,
Weeniecontent.Quest_Hound = 0x700095D5
,
Weeniecontent.Alert_NotBankable = 0x70009643
,
Weeniecontent.Alert_Ki_NotCentered = 0x700096F1
,
Weeniecontent.Alert_Action_NotCentered = 0x700096FC
,
Weeniecontent.Feat_Monk_FastMovement = 0x70009777
,
Weeniecontent.Alert_Action_NoHitPoints = 0x70009797
,
Weeniecontent.Alert_Action_NoKi = 0x70009798
,
Weeniecontent.Feat_Monk_SlowFall = 0x70009CBE
,
Weeniecontent.UsageAction_Bos_Open = 0x70009F57
,
Weeniecontent.UsageAction_Bos_SetAutoGather = 0x70009F58
,
Weeniecontent.UsageAction_Bos_Equip = 0x70009F59
,
Weeniecontent.UsageAction_Bos_Gather = 0x70009F5A
,
Weeniecontent.UsageAction_Bos_Use = 0x70009F5B
,
Weeniecontent.Alert_Quest_Landscape_Advancement_Error = 0x70009F79
,
Weeniecontent.Alert_Quest_Landscape_Advancement_Error_TooLow = 0x70009FF7
,
Weeniecontent.BuyBackManager = 0x7000A004
,
Weeniecontent.Alert_Action_WrongStance = 0x7000B1DE
,
Weeniecontent.Alert_Action_InvalidAttackHistory = 0x7000B1DF
,
Weeniecontent.Alert_BuyBack_FailedToPlaceRestoredItem = 0x7000B297
,
Weeniecontent.Alert_BuyBack_InventoryFull = 0x7000B298
,
Weeniecontent.Alert_BuyBack_ItemNotInRepository = 0x7000B299
,
Weeniecontent.Alert_BuyBack_RepositoryQueryFailed = 0x7000B29A
,
Weeniecontent.Alert_BuyBack_TooSoonToQuery = 0x7000B29B
,
Weeniecontent.Alert_BuyBack_CannotAfford = 0x7000B29C
,
Weeniecontent.Alert_BuyBack_FailedFindRestoredItem = 0x7000B29D
,
Weeniecontent.Alert_BuyBack_FailedRestoreFromSQL = 0x7000B29E
,
Weeniecontent.Alert_BuyBack_FailedToPlaceOrReturnItem = 0x7000B29F
,
Weeniecontent.Alert_BuyBack_Disabled = 0x7000B2A0
,
Weeniecontent.Area_NPE_Beach = 0x7000B565
,
Weeniecontent.Area_NPE_Tutorial = 0x7000B567
,
Weeniecontent.Alert_ResourceSet_Available = 0x7000B5A1
,
Weeniecontent.CustomPath = 0x7000B761
,
Weeniecontent.Quest_FirstStoryQuest = 0x7000B8C8
,
Weeniecontent.CollectableSack = 0x7000B905
,
Weeniecontent.Alert_Action_Henchman_OutOfRange = 0x7000B970
,
Weeniecontent.Alert_Action_Henchman_Target_OutOfRange = 0x7000B971
,
Weeniecontent.AI_Movement_Melee_Basic = 0x7000B98D
,
Weeniecontent.AI_Movement_Ranged_Basic = 0x7000B99B
,
Weeniecontent.Hint_Death = 0x7000B9CF
,
Weeniecontent.Alert_Henchmen_TooMany = 0x7000B9D9
,
Weeniecontent.Quest_ReaversReach_Landscape = 0x7000BA51
,
Weeniecontent.WebStore_Directory = 0x7000BA6B
,
Weeniecontent.WebStore_Class_Monk = 0x7000BA6C
,
Weeniecontent.Alert_Action_Henchman_Quelled = 0x7000BA85
,
Weeniecontent.Alert_Usage_Henchman_WrongTeam = 0x7000BA87
,
Weeniecontent.Alert_Action_Henchman_Dancing = 0x7000BA88
,
Weeniecontent.Alert_Death_Henchman = 0x7000BA89
,
Weeniecontent.Alert_Action_Henchman_CharismaTooLow = 0x7000BA8A
,
Weeniecontent.Alert_Action_Henchman_Stunned = 0x7000BA8C
,
Weeniecontent.Alert_Usage_Henchman_Secured = 0x7000BA8E
,
Weeniecontent.Alert_Skill_Henchman_NotIncapacitated = 0x7000BA8F
,
Weeniecontent.Alert_Action_Henchman_InvalidTarget = 0x7000BA90
,
Weeniecontent.Alert_Spell_Henchman_CanNotKnock = 0x7000BA91
,
Weeniecontent.Alert_Spell_Henchman_InvalidTarget = 0x7000BA92
,
Weeniecontent.Alert_Spell_Henchman_NoSpellPoints = 0x7000BA93
,
Weeniecontent.Alert_Usage_Henchman_Depleted = 0x7000BA94
,
Weeniecontent.Alert_Spell_Henchman_WrongAlignment = 0x7000BA97
,
Weeniecontent.Alert_Usage_Henchman_Charisma_Too_Low = 0x7000BA98
,
Weeniecontent.Alert_Usage_Henchman_WrongRace = 0x7000BA9A
,
Weeniecontent.Alert_Usage_Henchman_FailedUseMagicDevice = 0x7000BA9B
,
Weeniecontent.Alert_Usage_Henchman_Unique = 0x7000BA9C
,
Weeniecontent.Alert_Skill_Henchman_CannotBePicked = 0x7000BA9E
,
Weeniecontent.Alert_Action_Henchman_InvalidAttackHistory = 0x7000BA9F
,
Weeniecontent.Alert_Usage_Henchman_SameTeam = 0x7000BAA0
,
Weeniecontent.Alert_Skill_Henchman_AlreadyBluffed = 0x7000BAA1
,
Weeniecontent.Alert_Usage_Henchman_Constitution_Too_Low = 0x7000BAA2
,
Weeniecontent.Alert_Action_Henchman_Underwater = 0x7000BAA3
,
Weeniecontent.Alert_Action_Henchman_NoKi = 0x7000BAA4
,
Weeniecontent.Alert_Spell_Henchman_OutOfRange = 0x7000BAA5
,
Weeniecontent.Alert_Action_Henchman_Knockdown = 0x7000BAA6
,
Weeniecontent.Alert_Action_Suggestion_Henchman_TargetNotFascinated = 0x7000BAA7
,
Weeniecontent.Alert_Usage_Henchman_DoNotMeetReqs = 0x7000BAA8
,
Weeniecontent.Alert_Spell_Henchman_NoTarget = 0x7000BAA9
,
Weeniecontent.Alert_Usage_Henchman_BypassesRequirements = 0x7000BAAB
,
Weeniecontent.Alert_Usage_Henchman_OutOfRange = 0x7000BAAC
,
Weeniecontent.Alert_Action_Henchman_Nauseated = 0x7000BAAD
,
Weeniecontent.Alert_Action_Henchman_Entangled = 0x7000BAAE
,
Weeniecontent.Alert_Spell_Henchman_TooBusy = 0x7000BAAF
,
Weeniecontent.Alert_Skill_Henchman_CannotBeInfluenced = 0x7000BAB0
,
Weeniecontent.Alert_Action_Henchman_NotCentered = 0x7000BAB1
,
Weeniecontent.Alert_Skill_Henchman_CannotBeDisabled = 0x7000BAB2
,
Weeniecontent.Alert_Action_Henchman_WrongWeaponType = 0x7000BAB3
,
Weeniecontent.Alert_Evasion_Failed_Henchman_Encumbered = 0x7000BAB4
,
Weeniecontent.Alert_DefensiveRoll_Failed_Henchman_Encumbered = 0x7000BAB6
,
Weeniecontent.Alert_Action_Henchman_YoureDead = 0x7000BAB7
,
Weeniecontent.Alert_Skill_Henchman_AlreadyDisabled = 0x7000BAB8
,
Weeniecontent.Alert_Action_Henchman_LimitHitpoints = 0x7000BABA
,
Weeniecontent.Alert_Action_Henchman_WrongStance = 0x7000BABC
,
Weeniecontent.Alert_Action_Henchman_Fascinated = 0x7000BABD
,
Weeniecontent.Alert_Spell_Henchman_Feebleminded = 0x7000BABE
,
Weeniecontent.Alert_Action_Henchman_Dead = 0x7000BABF
,
Weeniecontent.Alert_Action_Henchman_Blocked = 0x7000BAC0
,
Weeniecontent.Alert_Spell_Henchman_InvalidSpell = 0x7000BAC2
,
Weeniecontent.Alert_Usage_Henchman_Broken = 0x7000BAC3
,
Weeniecontent.Alert_Usage_Henchman_CanOnlyUseOnce = 0x7000BAC4
,
Weeniecontent.Alert_Action_Henchman_TurnUndead_LackConviction = 0x7000BAC5
,
Weeniecontent.Alert_Action_Henchman_NoHitPoints = 0x7000BAC6
,
Weeniecontent.Alert_Spell_Henchman_NotCharged = 0x7000BAC8
,
Weeniecontent.Alert_Usage_Henchman_FeatRequired = 0x7000BAC9
,
Weeniecontent.Alert_Usage_Henchman_WrongClass = 0x7000BACA
,
Weeniecontent.Alert_DefensiveRoll_Failed_Henchman_Heavy_Armor = 0x7000BACB
,
Weeniecontent.Alert_Usage_Henchman_Strength_Too_Low = 0x7000BACC
,
Weeniecontent.Alert_Evasion_Failed_Henchman_Medium_Armor = 0x7000BACD
,
Weeniecontent.Alert_Usage_Henchman_Wisdom_Too_Low = 0x7000BACE
,
Weeniecontent.Alert_Usage_Henchman_FailedScrollCasterLevelCheck = 0x7000BAD0
,
Weeniecontent.Alert_Evasion_Failed_Henchman_Heavy_Armor = 0x7000BAD2
,
Weeniecontent.Alert_Action_Henchman_Enraged = 0x7000BAD3
,
Weeniecontent.Alert_Spell_Henchman_CasterDead = 0x7000BAD4
,
Weeniecontent.Alert_Usage_Henchman_Intelligence_Too_Low = 0x7000BAD5
,
Weeniecontent.Alert_Action_Henchman_Target_OutOfHeading = 0x7000BAD8
,
Weeniecontent.Alert_Usage_Henchman_OnlyInTavern = 0x7000BAD9
,
Weeniecontent.Alert_Death_Henchman_Soulstone_PickedUp = 0x7000BADA
,
Weeniecontent.Alert_Usage_Henchman_Dexterity_Too_Low = 0x7000BADB
,
Weeniecontent.Alert_DefensiveRoll_Failed_Henchman_Medium_Armor = 0x7000BADC
,
Weeniecontent.Alert_Action_Henchman_NoTarget = 0x7000BADD
,
Weeniecontent.Alert_Usage_Henchman_Locked = 0x7000BADE
,
Weeniecontent.Alert_Action_Henchman_Verify_PerformSkillTooLow = 0x7000BADF
,
Weeniecontent.Alert_Action_Henchman_Helpless = 0x7000BAE0
,
Weeniecontent.Alert_Usage_Henchman_AlreadyInUse = 0x7000BAE1
,
Weeniecontent.Alert_Action_Henchman_OutOfHeading = 0x7000BAE2
,
Weeniecontent.Alert_Action_Henchman_BlockedBy = 0x7000BAE4
,
Weeniecontent.Alert_Usage_Henchman_Unlocked = 0x7000BAE5
,
Weeniecontent.Alert_Action_Henchman_TurnUndead_NoTarget = 0x7000BAE7
,
Weeniecontent.Alert_Action_Henchman_Incapacitated = 0x7000BAE8
,
Weeniecontent.Alert_Spell_Henchman_AbilityTooLow = 0x7000BAE9
,
Weeniecontent.Alert_Skill_Henchman_AlreadyUnlocked = 0x7000BAEA
,
Weeniecontent.Alert_Action_Henchman_Transformed = 0x7000BAEB
,
Weeniecontent.Alert_Action_Henchman_Afraid = 0x7000BAEC
,
Weeniecontent.Alert_Action_Henchman_Asleep = 0x7000BAED
,
Weeniecontent.Alert_Ki_Henchman_NotCentered = 0x7000BB1C
,
Weeniecontent.Alert_Henchmen_AlreadyInParty = 0x7000BF15
,
Weeniecontent.Alert_Henchmen_NotInRaidParty = 0x7000BF16
,
Weeniecontent.Alert_Henchmen_PartyFull = 0x7000BF17
,
Weeniecontent.Alert_Henchmen_NotInPvP = 0x7000BF18
,
Weeniecontent.Quest_ReaversReach_Landscape_EerieForest = 0x7000C065
,
Weeniecontent.Alert_Henchmen_NotInSoloDungeon = 0x7000C0FA
,
Weeniecontent.Alert_Webstore_FailedToCreate = 0x7000C130
,
Weeniecontent.Alert_Webstore_ItemLookUpFailed = 0x7000C131
,
Weeniecontent.Alert_Webstore_FailedToPlace = 0x7000C132
,
Weeniecontent.Alert_Webstore_ItemRedeemed = 0x7000C133
,
Weeniecontent.Alert_Webstore_FailedBurnCoupons = 0x7000C134
,
Weeniecontent.Alert_Webstore_UnredeemedCoupons = 0x7000C14C
,
Weeniecontent.Quest_TowerOfDespair = 0x7000C15E
,
Weeniecontent.LevelingSigil_Copper = 0x7000C1F1
,
Weeniecontent.LevelingSigil_Silver = 0x7000C1F2
,
Weeniecontent.LevelingSigil_Gold = 0x7000C1F3
,
Weeniecontent.LevelingSigil_Platinum = 0x7000C1F4
,
Weeniecontent.Effect_SummonFellowDialog = 0x7000C20D
,
Weeniecontent.Alert_Advancement_ReadyToLevelButNo = 0x7000C223
,
Weeniecontent.Alert_Advancement_Capped = 0x7000C224
,
Weeniecontent.Alert_Advancement_NearingCap = 0x7000C225
,
Weeniecontent.Alert_Spell_VisitMeridia = 0x7000C226
,
Weeniecontent.Alert_Spell_Fails = 0x7000C227
,
Weeniecontent.Alert_Advancement_PotentialLevelIncrease = 0x7000C25F
,
Weeniecontent.Alert_Advancement_AlreadyAtMaxPotential = 0x7000C265
,
Weeniecontent.Alert_Advancement_SigilUseNotAvailable = 0x7000C266
,
Weeniecontent.Alert_Advancement_InappropriateSigil = 0x7000C267
,
Weeniecontent.Alert_Advancement_SigilNeeded = 0x7000C2BF
,
Weeniecontent.Dialog_WaypointUsageDialogCallback = 0x7000C2EA
,
Weeniecontent.Dialog_ConfirmPvPDialogCallback = 0x7000C3F6
,
Weeniecontent.AlertGuildCharter = 0x7000C4A9
,
Weeniecontent.Dialog_QuestShareDialogCallback = 0x7000C4B2
,
Weeniecontent.Effect_MagicMutationSuppression = 0x7000C4D6
,
Weeniecontent.Alert_Usage_UsableOnlyByCreator = 0x7000C4FE
,
Weeniecontent.Hint_AutoTargetDisabled = 0x7000C50F
,
Weeniecontent.Hint_AutoTargetEnabled = 0x7000C510
,
Weeniecontent.AppearanceDriverControl = 0x7000C53A
,
Weeniecontent.WebStore_Race_Warforged = 0x7000C543
,
Weeniecontent.WebStore_Race_Drow = 0x7000C544
,
Weeniecontent.Class_FavoredSoul = 0x7000C5CE
,
Weeniecontent.Class_Warlock = 0x7000C5DA
,
Weeniecontent.ChallengeManager = 0x7000CAFF
,
Weeniecontent.Alert_Bank_BackpackIsFull = 0x7000CC09
,
Weeniecontent.Alert_Bank_FailedToPlaceOrReturnItem = 0x7000CC0A
,
Weeniecontent.Alert_Bank_BoundNotToAccount = 0x7000CC0B
,
Weeniecontent.Alert_Bank_BankIsFull = 0x7000CC0C
,
Weeniecontent.Alert_Bank_NoAccess = 0x7000CC0D
,
Weeniecontent.Alert_Bank_ItemInaccessible = 0x7000CC0E
,
Weeniecontent.Alert_Bank_BankderOutOfRange = 0x7000CC0F
,
Weeniecontent.Alert_Bank_GenericFailure = 0x7000CC10
,
Weeniecontent.Alert_Bank_TooEncumbered = 0x7000CC11
,
Weeniecontent.Alert_Bank_QueryTooSoon = 0x7000CC13
,
Weeniecontent.Action_Stuck = 0x7000CC85
,
Weeniecontent.HenchmanContractTypeControl = 0x7000CCA5
,
Weeniecontent.Dialog_StuckCommandDialogCallback = 0x7000CCAD
,
Weeniecontent.Alert_AutoTarget_Toggle = 0x7000CD45
,
Weeniecontent.Alert_MouseLook_Toggle = 0x7000CD46
,
Weeniecontent.Hint_LowHealth = 0x7000CD61
,
Weeniecontent.Alert_Webstore_CantOpen = 0x7000CD9B
,
Weeniecontent.Hint_Webstore = 0x7000CD9C
,
Weeniecontent.Dialog_PurchaseContentDialogCallback = 0x7000CF04
,
Weeniecontent.Effect_ActivateGuestPass = 0x7000CF6F
,
Weeniecontent.Effect_AvailableGuestPass = 0x7000CF73
,
Weeniecontent.Dialog_GuestPassActivationDialogCallback = 0x7000CFF2
,
Weeniecontent.Hint_Incapacitated = 0x7000D00C
,
Weeniecontent.Hint_EquippedWeaponBroke = 0x7000D011
,
Weeniecontent.Hint_ItemWear = 0x7000D012
,
Weeniecontent.Guild_RecruitmentSigil = 0x7000D10E
,
Weeniecontent.Alert_GuestPass_Activated = 0x7000D27E
,
Weeniecontent.Alert_Usage_AlreadyHaveInherentBonus = 0x7000D29F
,
Weeniecontent.Alert_Usage_Target_BelowMinLevel = 0x7000D348
,
Weeniecontent.Area_MiniMe = 0x7000D37F
,
Weeniecontent.Alert_Usage_CantUseShrine = 0x7000D38C
,
Weeniecontent.Alert_Usage_CantUseShrineUntil = 0x7000D38D
,
Weeniecontent.Alert_Usage_DifficultyKey = 0x7000D3E0
,
Weeniecontent.Alert_Usage_DifficultyKey_Failed = 0x7000D3E1
,
Weeniecontent.WebStore_Class_FavoredSoul = 0x7000D3E6
,
Weeniecontent.ExperienceTable_Generation1 = 0x7000D75C
,
Weeniecontent.ExperienceTable_Generation2 = 0x7000D75D
,
Weeniecontent.Alert_Reincarnation_ReadyToReincarnate = 0x7000D75E
,
Weeniecontent.Alert_Reincarnation_CantAfford = 0x7000D75F
,
Weeniecontent.Alert_Reincarnation_MissingToken = 0x7000D760
,
Weeniecontent.Reincarnation_Token = 0x7000D8D2
,
Weeniecontent.Reincarnation_Token_Estore = 0x7000D8D3
,
Weeniecontent.Reincarnation_Token_Greater = 0x7000D8D4
,
Weeniecontent.Reincarnation_Token_Greater_Estore = 0x7000D8D5
,
Weeniecontent.Reincarnation_Token_Lesser = 0x7000D8D6
,
Weeniecontent.Reincarnation_Token_Lesser_Estore = 0x7000D8D7
,
Weeniecontent.WebstoreFavorRewardsTable = 0x7000D9EC
,
Weeniecontent.Alert_Action_NotInRangeOfEntrance = 0x7000D9F6
,
Weeniecontent.Alert_Inventory_Full_Trade = 0x7000DA30
,
Weeniecontent.Alert_Inventory_Full_MailDetach = 0x7000DA31
,
Weeniecontent.Alert_Hireling_Timer_Not_Expired = 0x7000DAFC
,
Weeniecontent.Dialog_EquipUsageDialogCallback = 0x7000DB5D
,
Weeniecontent.Alert_Usage_Target_Other_BelowMinLevel = 0x7000DB67
,
Weeniecontent.Reincarnation_Control_True = 0x7000DBB6
,
Weeniecontent.Reincarnation_Control_Lesser = 0x7000DBB7
,
Weeniecontent.Reincarnation_Control_Greater = 0x7000DBB8
,
Weeniecontent.Alert_Bank_Upgrade_Applied = 0x7000DBB9
,
Weeniecontent.Alert_Bank_Upgrade_Failed = 0x7000DBBA
,
Weeniecontent.Alert_LFG = 0x7000DD34
,
Weeniecontent.Alert_Action_RequiredRelationship = 0x7000E2D2
,
Weeniecontent.Alert_Action_PrecludedRelationship = 0x7000E2D3
,
Weeniecontent.ERSBank_Account_Control = 0x7000E304
,
Weeniecontent.ERSBank_Reincarnation_Control = 0x7000E305
,
Weeniecontent.Reincarnation_Token_Lesser_P5 = 0x7000E326
,
Weeniecontent.Reincarnation_Token_Lesser_P3 = 0x7000E327
,
Weeniecontent.Alert_Action_NotWhileReincarnating = 0x7000E3BE
,
Weeniecontent.Alert_AppearanceMod_Failed_GenderCheck = 0x7000E3F4
,
Weeniecontent.MapNoteOverrideTable = 0x7000E6C2
,
Weeniecontent.SnowElementalGem = 0x7000E91D
,
Weeniecontent.Alert_Usage_MustHaveCompletedQuest = 0x7000EB02
,
Weeniecontent.GuildDecayTable = 0x7000EB82
,
Weeniecontent.Alert_Usage_BelowMinGuildLevel = 0x7000EE91
,
Weeniecontent.UsageAction_UseAmenityHook = 0x7000EFF2
,
Weeniecontent.HousingControl = 0x7000F08A
,
Weeniecontent.UsageAction_UseEquipAmenity = 0x7000F269
,
Weeniecontent.Alert_Guild_CannotEnter = 0x7000F426
,
Weeniecontent.Alert_Guild_NotInAGuild = 0x7000F427
,
Weeniecontent.Alert_Guild_NoAirship = 0x7000F428
,
Weeniecontent.ERSBank_Guild_Control = 0x7000F485
,
Weeniecontent.AirshipNewLarge = 0x7000FF00
,
Weeniecontent.AirshipNewMedium = 0x7000FF02
,
Weeniecontent.AirshipNewSmall = 0x7000FF03
,
Weeniecontent.GuildRewards = 0x70010079
,
Weeniecontent.Alert_Usage_InvalidItems = 0x70010107
,
Weeniecontent.Alert_Usage_SameAlignment = 0x70010108
,
Weeniecontent.Alert_Usage_InvalidAlignment = 0x70010109
,
Weeniecontent.Alert_Guild_NoBoundItems = 0x70010138
,
Weeniecontent.Alert_Guild_NoStorageAccess = 0x70010139
,
Weeniecontent.Alert_Guild_ChestOutOfRange = 0x7001013A
,
Weeniecontent.Alert_Usage_NewAlignment = 0x7001013B
,
Weeniecontent.Alert_Usage_GuildChestAccessDenied = 0x7001018C
,
Weeniecontent.Alert_Usage_AmenityPlacementNoPermission = 0x7001018E
,
Weeniecontent.Alert_Usage_UniqueAmenityAlreadyExists = 0x7001019C
,
Weeniecontent.Alert_Usage_AmenityPlacedWrongSize = 0x7001019D
,
Weeniecontent.Alert_Usage_UniqueAmenity = 0x70010290
,
Weeniecontent.Alert_Usage_OnAirship = 0x70010291
,
Weeniecontent.Alert_Usage_OnAirshipExterior = 0x70010292
,
Weeniecontent.Alert_Usage_OnAirshipInternal = 0x70010293
,
Weeniecontent.Alert_Usage_NotInGuild = 0x700102D0
,
Weeniecontent.AirshipOldSmall = 0x700102D6
,
Weeniecontent.AirshipOldMedium = 0x700102D7
,
Weeniecontent.AirshipOldLarge = 0x700102D8
,
Weeniecontent.Alert_Usage_IncorrectGuild = 0x70010376
,
Weeniecontent.Alert_Spell_NotCastable_Restricted = 0x7001037C
,
Weeniecontent.Alert_Spell_Henchman_CantCast_Restricted = 0x7001037D
,
Weeniecontent.GuildReward_OfflineRecruitment = 0x700103B7
,
Weeniecontent.Alert_GuildReward_Announcement = 0x70010402
,
Weeniecontent.Alert_Guild_GainedXP = 0x70010403
,
Weeniecontent.Alert_Usage_Amenity_CannotAddTime = 0x70010408
,
Weeniecontent.Alert_Guild_AirshipFull = 0x7001041D
,
Weeniecontent.Alert_Help_TssTicketUpdated = 0x7001052D
,
Weeniecontent.Alert_Usage_TargetNotInGuild = 0x700105A1
,
Weeniecontent.Alert_Quest_Items_Dropped = 0x700105BC
,
Weeniecontent.Alert_Guild_GainedLevel = 0x7001106A
,
Weeniecontent.Alert_Guild_DecreasedLevel = 0x7001106B
,
Weeniecontent.Alert_Usage_Need_Hookpoint = 0x700112B6
,
Weeniecontent.Dialog_ConfirmBindOnEquipCallback = 0x700112D9
,
Weeniecontent.WebStore_Race_HalfOrc = 0x700114A5
,
Weeniecontent.WebStore_Race_HalfElf = 0x700114A6
,
Weeniecontent.AirshipOldStolen = 0x70011528
,
Weeniecontent.Alert_Mail_FailedTransfer = 0x7001162C
,
Weeniecontent.Alert_CannotDestroySecuredItem = 0x7001185E
,
Weeniecontent.RandomNameGenerationDirectory = 0x700118D4
,
Weeniecontent.Alert_Henchmen_NotInLiveEvent = 0x70011A45
,
Weeniecontent.Effect_IntimidateThreatMultiplier = 0x70011ABB
,
Weeniecontent.Effect_BluffThreatMultiplier = 0x70011C2E
,
Weeniecontent.Effect_IntimidateShieldThreatMultiplier = 0x70011C87
,
Weeniecontent.ArcaneCraftingXPTable = 0x70011CE5
,
Weeniecontent.DivineCraftingXPTable = 0x70011CE6
,
Weeniecontent.ElementalCraftingXPTable = 0x70011CE7
,
Weeniecontent.Alert_Crafting_LevelUp = 0x70011CFB
,
Weeniecontent.Alert_Crafting_UsageRequirementFail = 0x70011D15
,
Weeniecontent.Anniversary2011Vector_01 = 0x7001208E
,
Weeniecontent.Anniversary2011Vector_02 = 0x7001208F
,
Weeniecontent.Anniversary2011Vector_03 = 0x70012090
,
Weeniecontent.Anniversary2011Vector_04 = 0x70012091
,
Weeniecontent.Anniversary2011Vector_05 = 0x70012092
,
Weeniecontent.Anniversary2011Vector_06 = 0x70012093
,
Weeniecontent.PAX2011_Vector = 0x70012094
,
Weeniecontent.Alert_Event_TurnInsDontCount = 0x70013ED7
,
Weeniecontent.CraftingControl = 0x70013F9E
,
Weeniecontent.Alert_Inventory_Bag_Mixed_Stack = 0x70014652
,
Weeniecontent.ProxyItemDummy = 0x700146EF
,
Weeniecontent.AchievementList = 0x7001479A
,
Weeniecontent.Alert_Achievement_Granted = 0x700147A7
,
Weeniecontent.Alert_Inventory_Creation_Notice = 0x70014836
,
Weeniecontent.Class_Artificer = 0x700148CE
,
Weeniecontent.Quest_MasterArtificer = 0x700148EC
,
Weeniecontent.Quest_LordOfBlades = 0x700148ED
,
Weeniecontent.Alert_Crafting_EnhancementLevelFail = 0x70014AB4
,
Weeniecontent.RipCordPersistentUnique = 0x70014B13
,
Weeniecontent.Feat_Artificer_Wands = 0x70014E38
,
Weeniecontent.Feat_Artificer_Wondrous = 0x70014E3A
,
Weeniecontent.RunearmUse_Feat = 0x70014E3D
,
Weeniecontent.Feat_Artificer_Arms = 0x70014E3E
,
Weeniecontent.Feat_Artificer_Potions = 0x70014E3F
,
Weeniecontent.Feat_Artificer_Scrolls = 0x70014E41
,
Weeniecontent.ProxyItemQuestRewardResourceList = 0x700150DE
,
Weeniecontent.ArtificerPetMatchTable = 0x70015103
,
Weeniecontent.WebStore_Class_Alchemist = 0x70015137
,
Weeniecontent.WebStore_Class_Artificer = 0x70015137
,
Weeniecontent.Dialog_RenamePet = 0x70015185
,
Weeniecontent.Effect_RavenloftRaidTrinket5_ImpDeception_Weapon = 0x700151A8
,
Weeniecontent.Alert_Pet_InvalidName = 0x700151BC
,
Weeniecontent.Alert_Pet_DamageMaster = 0x700151BD
,
Weeniecontent.Alert_Pet_Alive = 0x700151BE
,
Weeniecontent.Alert_Pet_Dead = 0x700151BF
,
Weeniecontent.Alert_Pet_AlreadyOut = 0x700151C0
,
Weeniecontent.Alert_Pet_OneRenameOnly = 0x700151C1
,
Weeniecontent.Alert_Pet_TooFar = 0x700151C2
,
Weeniecontent.GeneratorProfile_Default = 0x70015348
,
Weeniecontent.Alert_Inventory_Upgrade_Applied = 0x70015631
,
Weeniecontent.Alert_Inventory_Upgrade_Failed = 0x70015632
,
Weeniecontent.Dialog_PetBenefitResetDialogCallback = 0x700157BA
,
Weeniecontent.ChallengeScoreAdjustmentTable = 0x700159DD
,
Weeniecontent.RunearmSystem = 0x700159FD
,
Weeniecontent.EXPSystem = 0x70015A21
,
Weeniecontent.Alert_Instance_Warp_NotReady = 0x70015B6B
,
Weeniecontent.Effect_RavenloftRaidTrinket5_ImpDeception_Accessory = 0x70015F69
,
Weeniecontent.Alert_Crafting_NotAnotherSpellEffect = 0x70015F77
,
Weeniecontent.Alert_Character_RenameTokenApplied = 0x700160B0
,
Weeniecontent.Alert_Character_RenameTokenInvalid = 0x700160B1
,
Weeniecontent.Alert_Pet_RenameTokenAccepted = 0x700160B8
,
Weeniecontent.Alert_Pet_RenameTokenNotNeeded = 0x700160BA
,
Weeniecontent.Alert_Pet_PetNotOut = 0x700160BB
,
Weeniecontent.Dialog_RenameCharacter = 0x70016115
,
Weeniecontent.Alert_SharedPlat_NoAccess = 0x7001689F
,
Weeniecontent.Alert_SharedPlat_CannotAfford = 0x700168A0
,
Weeniecontent.Alert_SharedPlat_OverPlatCap = 0x700168A1
,
Weeniecontent.Alert_SharedPlat_NegBalance = 0x700168A2
,
Weeniecontent.Alert_SharedPlat_TooMuch = 0x700168A3
,
Weeniecontent.Class_Druid = 0x70016ADB
,
Weeniecontent.HateCalculator = 0x700170F8
,
Weeniecontent.Alert_Achievement_Progress = 0x70017108
,
Weeniecontent.Effect_RavenloftQuiver_OldBludgeon = 0x70017740
,
Weeniecontent.PreOrder1_Vector = 0x70017754
,
Weeniecontent.PreOrder3_Vector = 0x70017780
,
Weeniecontent.PreOrder2_Vector = 0x70017781
,
Weeniecontent.Dialog_PreorderTicket = 0x70017785
,
Weeniecontent.Lesser_TomeOfLearning = 0x700178A2
,
Weeniecontent.Greater_TomeOfLearning = 0x700178A3
,
Weeniecontent.Alert_Usage_PreorderTicket_Normal = 0x70017A80
,
Weeniecontent.EncounterAnchor = 0x70017A84
,
Weeniecontent.Dialog_RenameCosmeticPet = 0x70017AD8
,
Weeniecontent.Alert_CosmeticPet_RenameTokenNotNeeded = 0x70017B50
,
Weeniecontent.Alert_CosmeticPet_RenameTokenAccepted = 0x70017B51
,
Weeniecontent.Alert_CosmeticPet_GearTokenNotNeeded = 0x70017B52
,
Weeniecontent.Alert_CosmeticPet_PetNotOut = 0x70017B53
,
Weeniecontent.Alert_CosmeticPet_TrickTokenNotNeeded = 0x70017B54
,
Weeniecontent.Alert_CosmeticPet_PetTokenNotNeeded = 0x70017B5A
,
Weeniecontent.Alert_CosmeticPet_PetCannotUseGear = 0x70017B5B
,
Weeniecontent.Dialog_CosmeticPetGearDialogCallback = 0x70017B6B
,
Weeniecontent.Alert_CosmeticPet_TrickAquired = 0x70017EAE
,
Weeniecontent.Exclusive_Panther = 0x70017EF4
,
Weeniecontent.Alert_CosmeticPet_PetCannotUseTrick = 0x70017F18
,
Weeniecontent.Lesser_TomeOfLearning_Unbound = 0x70018048
,
Weeniecontent.Greater_TomeOfLearning_Unbound = 0x70018049
,
Weeniecontent.EnhancementSystemControl = 0x700180B6
,
Weeniecontent.Alert_Druid_Oathbreaking = 0x700181B5
,
Weeniecontent.Dialog_TreeResetDialogCallback = 0x7001820B
,
Weeniecontent.PerfSetup = 0x70018241
,
Weeniecontent.Alert_Druid_BlockedBy_Oathbreaking = 0x70018248
,
Weeniecontent.Quest_CaughtInTheWeb = 0x70018317
,
Weeniecontent.WebStore_Class_Druid = 0x700186C4
,
Weeniecontent.Alert_Usage_Tome_AlreadyHaveEqualOrBetter = 0x70018B74
,
Weeniecontent.Alert_Usage_Tome_PrerequisiteNotMet = 0x70018B75
,
Weeniecontent.EpicDestinySystemControl = 0x70018DCA
,
Weeniecontent.PAX2012_Vector = 0x70018DE4
,
Weeniecontent.ExperienceTable_Epic = 0x70019503
,
Weeniecontent.ClaimTable = 0x7001966A
,
Weeniecontent.XPSTONE_LEVEL12 = 0x700198D6
,
Weeniecontent.Alert_XPStone_AlreadyRedeemed = 0x700199BA
,
Weeniecontent.Alert_XPStone_TooLowLevel = 0x700199BB
,
Weeniecontent.Alert_XPStone_AlreadyAcquired = 0x700199BC
,
Weeniecontent.XPSTONE_LEVEL14 = 0x700199BD
,
Weeniecontent.XPSTONE_LEVEL15 = 0x700199BE
,
Weeniecontent.XPSTONE_LEVEL16 = 0x700199BF
,
Weeniecontent.XPSTONE_LEVEL13 = 0x700199C0
,
Weeniecontent.ExperienceTable_EpicDestiny = 0x700199E6
,
Weeniecontent.Alert_XPStone_NoDruid = 0x70019A44
,
Weeniecontent.Alert_XPStone_NoTR = 0x70019A45
,
Weeniecontent.Alert_XPStone_AlreadyUsed = 0x70019A46
,
Weeniecontent.Alert_XPStone_YourStone = 0x70019A47
,
Weeniecontent.Alert_XPStone_TooHighLevel = 0x70019A48
,
Weeniecontent.Alert_XPStone_PreReqsNotMet = 0x70019A49
,
Weeniecontent.Dialog_ConfirmXPStoneCallback = 0x70019BE5
,
Weeniecontent.Alert_XPStone_TooSoon = 0x70019FBD
,
Weeniecontent.ActionSystemControl = 0x7001A4A3
,
Weeniecontent.Dialog_GrantEpicDestiny = 0x7001A64B
,
Weeniecontent.Alert_Epicdestiny_DestinyGranted = 0x7001A69C
,
Weeniecontent.Alert_Epicdestiny_TwistOfFateGranted = 0x7001A6DE
,
Weeniecontent.Alert_AutoGroupLeader = 0x7001A93A
,
Weeniecontent.MonsterManualControl = 0x7001A93C
,
Weeniecontent.TreasureSystemControl = 0x7001AD75
,
Weeniecontent.Alert_Quest_Star_Achieved = 0x7001AD81
,
Weeniecontent.Alert_Character_RenameTokenFailed = 0x7001ADAC
,
Weeniecontent.Effect_ResurrectEffect = 0x7001AF79
,
Weeniecontent.DruidPetMatchTable = 0x7001B0E2
,
Weeniecontent.StartMenuIndex = 0x7001B171
,
Weeniecontent.Class_Epic = 0x7001B1A3
,
Weeniecontent.ClassEpic = 0x7001B1A3
,
Weeniecontent.MonsterScalerEpicFromEpicEliteTable = 0x7001B220
,
Weeniecontent.DamageSystemControl = 0x7001B2EE
,
Weeniecontent.Dialog_UpgradeTwistOfFateCallback = 0x7001B4D0
,
Weeniecontent.Alert_Epicdestiny_TwistOfFateTierToHigh = 0x7001B529
,
Weeniecontent.Alert_Epicdestiny_TwistOfFateInvalidArea = 0x7001B52A
,
Weeniecontent.Alert_Epicdestiny_CannotDecrementFeat = 0x7001B579
,
Weeniecontent.EnhancementTreeResetItem = 0x7001B8FB
,
Weeniecontent.Alert_EpicDestiny_LevelGained = 0x7001BA45
,
Weeniecontent.Alert_Enhancement_TreeReset = 0x7001BE2E
,
Weeniecontent.Alert_EpicDestiny_MustBeInRestAreaToUse = 0x7001BEF7
,
Weeniecontent.Alert_MonsterManual_ComingSoon = 0x7001BF5E
,
Weeniecontent.Alert_EpicDestiny_InherentFatePointsToHigh = 0x7001BF90
,
Weeniecontent.Alert_EpicDestiny_DoNotOwn = 0x7001BFA5
,
Weeniecontent.Alert_EpicDestiny_UseFatespinner = 0x7001BFA8
,
Weeniecontent.Alert_EpicDestiny_UseFatespinnerFirstTime = 0x7001BFAC
,
Weeniecontent.Alert_Enhancement_NotEnoughPoints = 0x7001C079
,
Weeniecontent.Alert_Enhancement_NotEnoughPreReqPoints = 0x7001C07A
,
Weeniecontent.Alert_Webstore_TurbinePointsAwarded = 0x7001C0A2
,
Weeniecontent.Alert_Item_NotRestored = 0x7001C3B5
,
Weeniecontent.Alert_Item_Restored = 0x7001C3B6
,
Weeniecontent.Alert_MonsterManual_FirstKill = 0x7001C3BD
,
Weeniecontent.Alert_Inventory_Repaired = 0x7001C42C
,
Weeniecontent.Dialog_ConfirmLFPListingCallback = 0x7001C486
,
Weeniecontent.Alert_Usage_RaidTimerBypass_AlreadyFlagged = 0x7001C767
,
Weeniecontent.Alert_Usage_RaidTimerBypass = 0x7001C768
,
Weeniecontent.EnhancementTree_Bard_Warchanter = 0x7001CA9D
,
Weeniecontent.EnhancementTree_Bard_Spellsinger = 0x7001CA9E
,
Weeniecontent.Alert_Arbitrary = 0x7001CC1B
,
Weeniecontent.Alert_Auction_UseBlackMarketAuctionGuy = 0x7001CE1E
,
Weeniecontent.Quest_FallOfTruth = 0x7001D0C6
,
Weeniecontent.Alert_TomeUpgrade_FailurePropertyLevelIsZero = 0x7001D10E
,
Weeniecontent.Alert_TomeUpgrade_FailureOutOfLevelRange = 0x7001D10F
,
Weeniecontent.Alert_TomeUpgrade_Success = 0x7001D110
,
Weeniecontent.ForgottenRealms_RepairEffect = 0x7001F06E
,
Weeniecontent.Eberron_RepairEffect = 0x7001F06F
,
Weeniecontent.EncounterProfile_NULL = 0x7001F07F
,
Weeniecontent.Dialog_ConfirmStoreRepairCallback = 0x7001F324
,
Weeniecontent.Dialog_OpenWebstoreCallback = 0x7001F325
,
Weeniecontent.Alert_BenefitReset_NothingTrained = 0x7001F33F
,
Weeniecontent.DailyRewardLotteryTable_Alpha = 0x7002058C
,
Weeniecontent.DailyRewardSystemControl = 0x70020608
,
Weeniecontent.TurbinePointCurrencyPlaceholder = 0x700207B6
,
Weeniecontent.DailyRewardLotteryTable_Silver = 0x70020D1B
,
Weeniecontent.DailyRewardLotteryTable_Gold = 0x70020D1C
,
Weeniecontent.Alert_Auction_BMAH_FreeNotAllowed = 0x70020FC1
,
Weeniecontent.Alert_Reincarnation_IconicNotAllowed = 0x700210CF
,
Weeniecontent.IconicDirectory = 0x700210D2
,
Weeniecontent.Alert_Enhancement_NotEnoughPointsEnhancements = 0x70021211
,
Weeniecontent.Alert_Usage_AlreadyHaveInherentBonus_Skill = 0x700213ED
,
Weeniecontent.Dialog_ConfirmAstralShardServiceDialogCallback = 0x700213FA
,
Weeniecontent.Alert_Usage_BelowMinSkillLevel = 0x70021416
,
Weeniecontent.Alert_LFG_Grotto_NotFinished = 0x70021472
,
Weeniecontent.Alert_Usage_Ranks_In_Skill = 0x7002187A
,
Weeniecontent.SkillSpellcraft20TRMutation = 0x70021F06
,
Weeniecontent.CharismaPlus10TRMutation = 0x70022144
,
Weeniecontent.IntelligencePlus10TRMutation = 0x7002214E
,
Weeniecontent.Enh_DivineDisciple_Capstone_Dark = 0x70022349
,
Weeniecontent.Enh_DivineDisciple_Core1_Dark = 0x70022383
,
Weeniecontent.Enh_DivineDisciple_Capstone_Light = 0x7002240A
,
Weeniecontent.EnhancementTree_Cleric_DivineDisciple = 0x70022418
,
Weeniecontent.HallOfHeroesSystemControl = 0x70023776
,
Weeniecontent.CharismaPlus11TRMutation = 0x70023C55
,
Weeniecontent.IntelligencePlus11TRMutation = 0x70023C67
,
Weeniecontent.LootSystemControl = 0x70023DF9
,
Weeniecontent.Dialog_ConfirmExperienceTokenCallback = 0x70023DFC
,
Weeniecontent.Feat_Category_Destiny = 0x70023F19
,
Weeniecontent.Feat_Category_Epic = 0x70023F1C
,
Weeniecontent.Effect_EchoSunsword_Plus15 = 0x70023F5F
,
Weeniecontent.MonsterScalerEpicIndex = 0x7002402E
,
Weeniecontent.Dialog_ConfirmTreeResetDialogCallback = 0x700244C4
,
Weeniecontent.Dialog_ConfirmChestReRollCallback = 0x70024708
,
Weeniecontent.Reincarnation_Control_Epic = 0x7002497C
,
Weeniecontent.Reincarnation_Control_Iconic = 0x7002497D
,
Weeniecontent.Reincarnation_Control_HeroicEpic = 0x7002497E
,
Weeniecontent.Alert_NotEnoughCargeForAmenity = 0x70024CE5
,
Weeniecontent.ReincarnationSystemControl = 0x70024D8C
,
Weeniecontent.Gift_DrWhoBox = 0x70024E5A
,
Weeniecontent.Feat_Category_PastLives = 0x70024E78
,
Weeniecontent.UsageAction_UseAmenityInventoryHook = 0x70024EB3
,
Weeniecontent.CommendationOfValor = 0x70024ED2
,
Weeniecontent.Alert_Epicdestiny_TwistOfFateUnderLevel = 0x70024F0C
,
Weeniecontent.Alert_Reincarnation_BadToken = 0x7002516A
,
Weeniecontent.HeartSeedOfWood = 0x700253BC
,
Weeniecontent.Alert_QuestPortal_MustCompleteReqDQST = 0x70025408
,
Weeniecontent.Feat_Epic_Completionist = 0x70025741
,
Weeniecontent.U21_ZhentarimTRMutation = 0x7002592E
,
Weeniecontent.U21_LibramOfSilverMagic = 0x7002595A
,
Weeniecontent.DRSSingletonBank_Control = 0x70025C0C
,
Weeniecontent.Alert_Usage_UniqueAmenity_Inventory = 0x70025F0F
,
Weeniecontent.Alert_Usage_NoPreReqAmenity_Inventory = 0x7002600B
,
Weeniecontent.AirshipShowroomList = 0x7002605A
,
Weeniecontent.Dialog_ConfirmBuyAmenity = 0x700262E0
,
Weeniecontent.Dialog_ConfirmBuyAirship = 0x7002636B
,
Weeniecontent.Alert_GuildFunds_ShardsCannotAfford = 0x700263C5
,
Weeniecontent.Alert_GuildFunds_CoinsCannotAfford = 0x700263C6
,
Weeniecontent.Dialog_ConfirmGuildAirshipRenameDialogCallback = 0x700264B3
,
Weeniecontent.Alert_GuildAmenity_Added = 0x7002650D
,
Weeniecontent.Alert_GuildAmenity_Upgraded = 0x7002650E
,
Weeniecontent.Alert_Evasion_Failed_Shield = 0x7002651D
,
Weeniecontent.Action_Henchman_TeleportToMaster = 0x70026858
,
Weeniecontent.Glamouring_Armor = 0x70026B9A
,
Weeniecontent.CosmeticSystemControl = 0x70026BD5
,
Weeniecontent.Glamouring_Sword = 0x70026BD7
,
Weeniecontent.Glamouring_Helmet = 0x70026BD8
,
Weeniecontent.EnhancementTree_Universal_HarperAgent = 0x70026C82
,
Weeniecontent.Alert_Action_TooClose = 0x70026E6A
,
Weeniecontent.Alert_Cosmetic_Weapons_Mismatch = 0x70026EFC
,
Weeniecontent.Alert_Inventory_Busy = 0x70027232
,
Weeniecontent.WebStore_Class_Warlock = 0x70027FFF
,
Weeniecontent.proj_sp_eldritchblast_singletarget_1 = 0x70028048
,
Weeniecontent.Feat_Category_Warlock = 0x700282E5
,
Weeniecontent.Hireling_Banner = 0x700286FA
,
Weeniecontent.Alert_Usage_Henchman_CantUseShrineUntil = 0x70028B11
,
Weeniecontent.Alert_Usage_ItemPendingTrade = 0x70028B55
,
Weeniecontent.Effect_EchoSunsword_SpellPenetration = 0x70029618
,
Weeniecontent.Effect_EchoSunsword_SpellFocus_Illusion_Insight = 0x70029665
,
Weeniecontent.Effect_Ravenloft3Outfit_Resistance = 0x7002969A
,
Weeniecontent.EqQuestShieldPirateColdOrb_InsightEffect = 0x700296D3
,
Weeniecontent.EqQuestWeaponPirateAcidStick_InsightEffect = 0x70029774
,
Weeniecontent.EqQuestWeaponPirateAcidStick_QualityEffect = 0x700297D8
,
Weeniecontent.Effect_EchoSunsword_SpellFocus_Illusion_Quality = 0x700299C0
,
Weeniecontent.Effect_EchoSunsword_SpellFocus_Illusion = 0x700299EC
,
Weeniecontent.EqQuestShieldPirateColdOrb_QualityEffect = 0x70029A20
,
Weeniecontent.Alert_Usage_LegendaryRaidTimerBypass_AlreadyFlagged = 0x7002A0D8
,
Weeniecontent.Alert_Usage_LegendaryRaidTimerBypass = 0x7002A0D9
,
Weeniecontent.Alert_Augment_SlotTypeMismatch = 0x7002A910
,
Weeniecontent.Alert_Augment_NotAugment = 0x7002A911
,
Weeniecontent.Alert_Augment_NoSlotsOnItem = 0x7002A912
,
Weeniecontent.Alert_Augment_QuestActive = 0x7002B2C3
,
Weeniecontent.WebStore_Race_Gnome = 0x7002B6C4
,
Weeniecontent.CannithCraftingXPTable = 0x7002C34D
,
Weeniecontent.Effect_Ravenloft3Outfit_ProfaneWellRounded_2 = 0x7002C4B0
,
Weeniecontent.Effect_Ravenloft3Outfit_ProfaneWellRounded_1 = 0x7002C4E6
,
Weeniecontent.Effect_SlaversMythicExploit_1 = 0x7002DC1E
,
Weeniecontent.Effect_SlaversMythicExploit_3 = 0x7002DC26
,
Weeniecontent.Effect_SlaversMythicExploit_2 = 0x7002DC2E
,
Weeniecontent.Effect_SlaversMythicExploit_4 = 0x7002DC2F
,
Weeniecontent.ERSBank_Character_Control = 0x7002DCA1
,
Weeniecontent.Reincarnation_Control_Racial = 0x7002DEE8
,
Weeniecontent.WebStore_Race_Dragonborn = 0x7002E000
,
Weeniecontent.EnhancementTree_Reaper = 0x7002E0DA
,
Weeniecontent.EnhancementTree_Reaper_2 = 0x7002E0F8
,
Weeniecontent.EnhancementTree_Reaper_3 = 0x7002E117
,
Weeniecontent.Dialog_ConfirmReaperTreeResetDialogCallback = 0x7002E499
,
Weeniecontent.Dialog_ReaperTreeResetDialogCallback = 0x7002E49E
,
Weeniecontent.Alert_Enhancement_NotEnoughReaperPoints = 0x7002E5B3
,
Weeniecontent.Feat_Category_Proficiency = 0x7002ED35
,
Weeniecontent.Feat_Category_Barbarian = 0x7002EF2A
,
Weeniecontent.Feat_Category_Bard = 0x7002EF2B
,
Weeniecontent.Feat_Category_Artificer = 0x7002EF2C
,
Weeniecontent.Feat_Category_Monk = 0x7002EF2D
,
Weeniecontent.Feat_Category_Cleric = 0x7002EFA8
,
Weeniecontent.EqQuestArmorRavenloft1DocentEpic = 0x7002F028
,
Weeniecontent.AmenityTimerEffect = 0x7002F040
,
Weeniecontent.Effect_TurnAnimal_Cower = 0x7002F05F
,
Weeniecontent.Effect_TurnElemental_Destroy = 0x7002F060
,
Weeniecontent.Effect_TurnElemental_Cower = 0x7002F061
,
Weeniecontent.Effect_TurnAnimal_Destroy = 0x7002F064
,
Weeniecontent.EqQuestRavenloftRaidTrinket5 = 0x7002F118
,
Weeniecontent.EqQuestRavenloftQuiverEpic = 0x7002F2B8
,
Weeniecontent.Feat_Category_Religion = 0x7002F2EF
,
Weeniecontent.Feat_Category_Legendary = 0x7002F30C
,
Weeniecontent.SetBonusTable = 0x7002F3F9
,
Weeniecontent.Effect_EchoSunsword_SpellFocus_Illusion_Insight_BW = 0x7002F442
,
Weeniecontent.Effect_EchoSunsword_SpellPenetration_BW = 0x7002F443
,
Weeniecontent.Effect_EchoSunsword_SpellFocus_Illusion_BW = 0x7002F444
,
Weeniecontent.Effect_EchoSunsword_Plus15Backward = 0x7002F446
,
Weeniecontent.Effect_EchoSunsword_SpellFocus_Illusion_Quality_BW = 0x7002F447
,
Weeniecontent.Effect_RavenloftDocent_Heroic_SpellCrit = 0x7002F49B
,
Weeniecontent.Effect_RavenloftDocent_Heroic_SpellPower = 0x7002F49C
,
Weeniecontent.Effect_RavenloftDocent_Epic_SpellCrit = 0x7002F583
,
Weeniecontent.Effect_RavenloftDocent_Epic_SpellPower = 0x7002F585
,
Weeniecontent.EnhancementTree_Universal_VistaniKnife = 0x7002F65E
,
Weeniecontent.WebStore_Race_Aasimar = 0x7002F6A9
,
Weeniecontent.Alert_Action_WisdomTooLow = 0x7002F891
,
Weeniecontent.Alert_Action_Henchman_WisdomTooLow = 0x7002F892
,
Weeniecontent.WebStore = 0x7002F94A
,
Weeniecontent.Alert_Usage_AlreadyHaveInherentBonus_Advancement = 0x7002F9BA
,
Weeniecontent.Quest_Sentient_Weapons_Heroic = 0x7002FA93
,
Weeniecontent.SentientItemSystemControl = 0x7002FA9B
,
Weeniecontent.EqQuestRavenloftRaidShortswordEcho = 0x7002FAAB
,
Weeniecontent.EqQuestArmorRavenloft3Outfit = 0x7002FB1E
,
Weeniecontent.EqQuestArmorRavenloft3OutfitEpic = 0x7002FB20
,
Weeniecontent.Effect_RavenloftQuiver_NewBludgeon = 0x7002FEF4
,
Weeniecontent.Alert_EldritchBlast_Fail = 0x7002FF14
,
Weeniecontent.Alert_VendorNotReady = 0x7003009B
,
Weeniecontent.EnhancementTree_Universal_Falconry = 0x70030AD7
,
Weeniecontent.Glamouring_Cloak = 0x70030EB7
,
Weeniecontent.Feat_Category_Metamagic = 0x70030EBF
,
Weeniecontent.Feat_Category_Racial = 0x70030EC0
,
Weeniecontent.Feat_Category_CombatStyle = 0x70030EC8
,
Weeniecontent.Feat_Category_Skill = 0x70030EC9
,
Weeniecontent.Feat_Category_Ranged = 0x70030ECA
,
Weeniecontent.Feat_Category_Caster = 0x70030ECB
,
Weeniecontent.Feat_Category_Defensive = 0x70030F02
,
Weeniecontent.Feat_Category_Fighter = 0x70030F03
,
Weeniecontent.Feat_Category_Druid = 0x70030F04
,
Weeniecontent.Feat_Category_Martial = 0x70030F06
,
Weeniecontent.Feat_Category_Paladin = 0x70030F07
,
Weeniecontent.Feat_Category_FavoredSoul = 0x70031089
,
Weeniecontent.WebStore_Race_WildElf = 0x7003109D
,
Weeniecontent.Feat_Category_Favor = 0x70031743
,
Weeniecontent.EnhancementTree_Universal_Inquisitive = 0x70031D8B
,
Weeniecontent.WebStore_Race_Tiefling = 0x70031DD4
,
Weeniecontent.Class_Alchemist = 0x70032AFE
,
Weeniecontent.Feat_Category_Alchemist = 0x70032E9C
,
Weeniecontent.Feat_Alchemist_Potions = 0x70032E9D
,
Weeniecontent.Alert_Bank_TabNotEmpty = 0x700338E2
,
Weeniecontent.Quest_Feywild_Landscape_Slayer_Epic = 0x70033BC7
,
Weeniecontent.Quest_Feywild_Landscape_Slayer_Heroic = 0x70033BE8
,
Weeniecontent.EqQuestWeaponPirateAcidStick5New = 0x700344AD
,
Weeniecontent.EqQuestWeaponPirateAcidStick4New = 0x700344BE
,
Weeniecontent.EqQuestShieldPirateColdOrb4New = 0x700344DD
,
Weeniecontent.EqQuestShieldPirateColdOrb5New = 0x700344DE
,
Weeniecontent.Alert_Death_Permadeath = 0x70034828
,
Weeniecontent.EnhancementTree_Universal_Feydark = 0x70034846
,
Weeniecontent.EqShadowBlade2 = 0x700348B6
,
Weeniecontent.EqShadowBlade5 = 0x700348B9
,
Weeniecontent.EqShadowBlade4 = 0x700348BC
,
Weeniecontent.EqShadowBlade7 = 0x700348C0
,
Weeniecontent.EqShadowBlade1 = 0x700348C2
,
Weeniecontent.EqShadowBlade6 = 0x700348C4
,
Weeniecontent.EqShadowBlade3 = 0x700348CB
,
Weeniecontent.WebStore_Race_Shifter = 0x7003491F
,
Weeniecontent.Alert_Mount_MountTokenNotNeeded = 0x70034B4D
,
Weeniecontent.Dialog_NewEpicDestinyTreeResetDialogCallback = 0x70035CE1
,
Weeniecontent.Dialog_ConfirmNewEpicDestinyTreeResetDialogCallback = 0x70035CE2
,
Weeniecontent.NewEpicDestinySystemControl = 0x70035D4D
,
Weeniecontent.Reincarnation_Control_NewEpic = 0x70036088
,
Weeniecontent.EnhancementTree_Universal_HorizonWalker = 0x700362ED
,
Weeniecontent.Alert_Usage_Tome_AlreadyHave = 0x70037DC7
,
Weeniecontent.Alert_Advancement_DestinyActionPoints = 0x7003826A
,
Weeniecontent.Alert_Mail_HasAttachment = 0x700384E7
,
Weeniecontent.Hardcore_Renown_Sigil = 0x700385F3
,
Weeniecontent.Class_Legendary = 0x7003865E
,
Weeniecontent.Alert_Augment_LegacySlotsOnItem = 0x70038864
,
Weeniecontent.WebStore_Race_Tabaxi = 0x700388A7
,
Weeniecontent.Alert_ServerShutdown_Announcement = 0x70038B8A
,
Weeniecontent.ExperienceTable_Legendary = 0x70038C2D
,
Weeniecontent.AdvancementSystemControl = 0x70038D3E
,
Weeniecontent.Subclass_Paladin_SacredFist = 0x70039236
,
Weeniecontent.Alert_Busted_Stack_Item_Removed = 0x7003962A
,
Weeniecontent.Alert_DragonEvent_Announcement = 0x7003A0B8
,
Weeniecontent.Alert_MountAddedToStable = 0x7003A0FB
,
Weeniecontent.Alert_PetAddedToStable = 0x7003A0FC
,
Weeniecontent.CosmeticPet_WarforgedOwl2 = 0x7003A19D
,
Weeniecontent.CosmeticPet_WarforgedOwl = 0x7003A1AA
,
Weeniecontent.Alert_SentientItemNotAcceptedInRecipe = 0x7003AB9F
,
Weeniecontent.QuestOfTheDayToken = 0x7003AF24
,
Weeniecontent.VIPLoyalty_Directory = 0x7003B16B
,
Weeniecontent.Alert_VIPLoyaltySystem_Error = 0x7003B17B
,
Weeniecontent.Alert_VIPLoyaltySystem_Rewarded = 0x7003B17C
,
Weeniecontent.Alert_VIPLoyaltySystem_RewardAvailable = 0x7003B17D
} |
|
|
|
enum | WeenieType : uint {
WeenieType.Trap = 0x0000010F
,
WeenieType.Chest = 0x00010003
,
WeenieType.Shield = 0x00010081
,
WeenieType.Weapon = 0x00020081
,
WeenieType.Henchman = 0x0003004F
,
WeenieType.Clothing = 0x00030081
,
WeenieType.Armor = 0x00040081
,
WeenieType.DungeonMaster = 0x00050001
,
WeenieType.Missile = 0x00060081
,
WeenieType.GeneratorController = 0x00070001
,
WeenieType.Jewelry = 0x00070081
,
WeenieType.AmenityHookShop = 0x00080003
,
WeenieType.Gem = 0x00080081
,
WeenieType.WorldPropertyBox = 0x00090001
,
WeenieType.Door = 0x00090081
,
WeenieType.Spell = 0x000A0081
,
WeenieType.Potion = 0x000B0081
,
WeenieType.Key = 0x000C0081
,
WeenieType.Augment = 0x000D0081
,
WeenieType.Tool = 0x000E0081
,
WeenieType.Coin = 0x000F0081
,
WeenieType.AmenityManager = 0x00100001
,
WeenieType.Ring = 0x00100081
,
WeenieType.AssistantAmenityManager = 0x00110001
,
WeenieType.Wand = 0x00110081
,
WeenieType.Component = 0x00120081
,
WeenieType.Breakable = 0x00130081
,
WeenieType.Scroll = 0x00140081
,
WeenieType.Collectable = 0x00150081
,
WeenieType.ControlBox = 0x00160081
,
WeenieType.Enigma = 0x00170081
,
WeenieType.BagOfSingletons = 0x00180081
,
WeenieType.Text = 0x00190081
,
WeenieType.EldritchDevice = 0x00200081
,
WeenieType.CosmeticPetToken = 0x00300081
,
WeenieType.CosmeticPetTrickToken = 0x00310081
,
WeenieType.CosmeticPetGearToken = 0x00320081
,
WeenieType.CosmeticPet = 0x00330081
,
WeenieType.SentientItemGlyph = 0x00340081
,
WeenieType.Card = 0x00350081
,
WeenieType.Mount = 0x00360081
,
WeenieType.MountToken = 0x00370081
,
WeenieType.ExperienceStone = 0x00390081
,
WeenieType.Activator = 0x00500001
,
WeenieType.Waypoint = 0x00500081
,
WeenieType.Ingredient = 0x02100081
,
WeenieType.SoulGem = 0x02200081
,
WeenieType.OnceADayItem = 0x02300081
,
WeenieType.Restpoint = 0x02400081
,
WeenieType.Soulstone = 0x02500081
,
WeenieType.PuzzlePiece = 0x02600081
,
WeenieType.Contract = 0x02700081
,
WeenieType.GuildXPSigil = 0x02800081
,
WeenieType.Runearm = 0x02900081
} |
|
|
|
enum | WhenScriptNodeOperator : uint {
WhenScriptNodeOperator.LessThan = 0x00000001
,
WhenScriptNodeOperator.LessThanOrEqual = 0x00000002
,
WhenScriptNodeOperator.GreaterThan = 0x00000003
,
WhenScriptNodeOperator.GreaterThanOrEqual = 0x00000004
,
WhenScriptNodeOperator.Equal = 0x00000005
,
WhenScriptNodeOperator.NotEqual = 0x00000006
} |
|
|
|
enum | WindSpeed : uint {
WindSpeed.Undef = 0x00000000
,
WindSpeed.Interior = 0x00000001
,
WindSpeed.Medium = 0x00000002
,
WindSpeed.Low = 0x00000003
,
WindSpeed.LowMed = 0x00000004
,
WindSpeed.High = 0x00000005
} |
|