Advertisement
Guest User

Some VTank enums for object props

a guest
Jan 6th, 2015
1,967
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 7.24 KB | None | 0 0
  1.     internal enum IntValueKey
  2.     {
  3.         Species = 2,
  4.         ContainerSlots = 7,
  5.         Burden = 5,
  6.         EquippedSlots = 10,
  7.         RareId = 17,
  8.         IconOutline_Update = 18,
  9.         Value = 19,
  10.         TotalValue = 20,
  11.         SkillCreditsAvail = 24,
  12.         CreatureLevel = 25,
  13.         RestrictedToToD = 26,
  14.         ArmorLevel = 28,
  15.         Rank = 30,
  16.         Bonded = 33,
  17.         NumberFollowers = 35,
  18.         Unenchantable = 36,
  19.         LockpickDifficulty = 38,
  20.         Deaths = 43,
  21.         WandElemDmgType = 45,
  22.         MinLevelRestrict = 86,
  23.         MaxLevelRestrict = 87,
  24.         LockpickSkillBonus = 88,
  25.         AffectsVitalId = 89,
  26.         HealKitSkillBonus = 90,
  27.         AffectsVitalAmt = 90,
  28.         UsesTotal = 91,
  29.         UsesRemaining = 92,
  30.         RadarBlipColor = 95,
  31.         DateOfBirth = 98,
  32.         Workmanship = 105,
  33.         Spellcraft = 106,
  34.         CurrentMana = 107,
  35.         MaximumMana = 108,
  36.         LoreRequirement = 109,
  37.         RankRequirement = 110,
  38.         PortalRestrictions = 111,
  39.         Gender = 113,
  40.         Attuned = 114,
  41.         SkillLevelReq = 115,
  42.         ManaCost = 117,
  43.         Age = 125,
  44.         XPForVPReduction = 129,
  45.         Material = 131,
  46.         RadarVisibility = 133,
  47.         WieldReqType = 158,
  48.         WieldReqAttribute = 159,
  49.         WieldReqValue = 160,
  50.         SlayerSpecies = 166,
  51.         CooldownWhenUsedDisplay = 167,
  52.         NumberItemsSalvagedFrom = 170,
  53.         NumberTimesTinkered = 171,
  54.         DescriptionFormat = 172,
  55.         PagesUsed = 174,
  56.         PagesTotal = 175,
  57.         ActivationReqSkillId = 176,
  58.         GemSettingQty = 177,
  59.         GemSettingType = 178,
  60.         Imbued = 179,
  61.         ChessRank = 181,
  62.         Heritage = 188,
  63.         FishingSkill = 192,
  64.         KeysHeld = 193,
  65.         ElementalDmgBonus = 204,
  66.  
  67.         Augmentation_Reinforcement_of_the_Lugians = 0xDA,
  68.         Augmentation_Bleearghs_Fortitude = 0xDB,
  69.         Augmentation_Oswalds_Enhancement = 0xDC,
  70.         Augmentation_Siraluuns_Blessing = 0xDD,
  71.         Augmentation_Enduring_Calm = 0xDE,
  72.         Augmentation_Steadfast_Will = 0xDF,
  73.         Augmentation_Ciandras_Essence = 0xE0,
  74.         Augmentation_Yoshis_Essence = 0xE1,
  75.         Augmentation_Jibrils_Essence = 0xE2,
  76.         Augmentation_Celdiseths_Essence = 0xE3,
  77.         Augmentation_Kogas_Essence = 0xE4,
  78.         Augmentation_Shadow_of_the_Seventh_Mule = 0xE5,
  79.         Augmentation_Might_of_the_Seventh_Mule = 0xE6,
  80.         Augmentation_Clutch_of_the_Miser = 0xE7,
  81.         Augmentation_Enduring_Enchantment = 0xE8,
  82.         Augmentation_Critical_Protection = 0xE9,
  83.         Augmentation_Quick_Learner = 0xEA,
  84.         Augmentation_Ciandras_Fortune = 0xEB,
  85.         Augmentation_Charmed_Smith = 0xEC,
  86.         Augmentation_Innate_Renewal = 0xED,
  87.         Augmentation_Archmages_Endurance = 0xEE,
  88.         Augmentation_Enchancement_of_the_Blade_Turner = 0xF0,
  89.         Augmentation_Enchancement_of_the_Arrow_Turner = 0xF1,
  90.         Augmentation_Enchancement_of_the_Mace_Turner = 0xF2,
  91.         Augmentation_Caustic_Enhancement = 0xF3,
  92.         Augmentation_Fiery_Enchancement = 0xF4,
  93.         Augmentation_Icy_Enchancement = 0xF5,
  94.         Augmentation_Storms_Enhancement = 0xF6,
  95.  
  96.         CleaveType = 263,
  97.         ArmorSet = 265,
  98.  
  99.         WieldReqType2 = 270,
  100.         WieldReqAttribute2 = 271,
  101.         WieldReqValue2 = 272,
  102.  
  103.         CooldownID = 280,
  104.         CleaveEnemyCount = 292,
  105.  
  106.         Augmentation_Master_of_the_Steel_Circle = 300,
  107.         Augmentation_Master_of_the_Four_Fold_Path = 302,
  108.         Augmentation_Iron_Skin_of_the_Invincible = 310,
  109.  
  110.         WeaponMasteryCategory = 353,
  111.  
  112.         UseReqSkill = 366,
  113.         UseReqValue = 367,
  114.         UseReqCharacterLevel = 369,
  115.  
  116.         Rating_Damage = 370,
  117.         Rating_Damage_Resist = 371,
  118.         Rating_Critical_Damage = 374,
  119.         Rating_Critical_Damage_Resist = 375,
  120.         Rating_Heal_Boost = 376,
  121.         Rating_Vitality = 379,
  122.  
  123.         Type = 218103808,
  124.         Icon = 218103809,
  125.         Container = 218103810,
  126.         Landblock = 218103811,
  127.         ItemSlots = 218103812,
  128.         PackSlots = 218103813,
  129.         StackCount = 218103814,
  130.         StackMax = 218103815,
  131.         AssociatedSpell = 218103816,
  132.         Slot = 218103817,
  133.         Wielder = 218103818,
  134.         WieldingSlot = 218103819,
  135.         Monarch = 218103820,
  136.         Coverage = 218103821,
  137.         EquipableSlots = 218103822,
  138.         EquipType = 218103823,
  139.         IconOutline = 218103824,
  140.         MissileType = 218103825,
  141.         UsageMask = 218103826,
  142.         HouseOwner = 218103827,
  143.         HookMask = 218103828,
  144.         HookType = 218103829,
  145.         Model = 218103830,
  146.         Flags = 218103831,
  147.         CreateFlags1 = 218103832,
  148.         CreateFlags2 = 218103833,
  149.         Category = 218103834,
  150.         Behavior = 218103835,
  151.         MagicDef = 218103836,
  152.         SpecialProps = 218103837,
  153.         SpellCount = 218103838,
  154.         WeapSpeed = 218103839,
  155.         EquipSkill = 218103840,
  156.         DamageType = 218103841,
  157.         MaxDamage = 218103842,
  158.         ItemUsabilityFlags = 218103843,
  159.         Unknown8000000 = 218103846,
  160.         PhysicsDataFlags = 218103847,
  161.         ActiveSpellCount = 218103848,
  162.         IconOverlay = 218103849,
  163.         IconUnderlay = 218103850,
  164.         EquippedBy = 218103851,
  165.         LastAttacker = 218103852,
  166.         AllegianceObject = 218103853,
  167.         Patron = 218103854,
  168.         OwnedBy = 218103854,
  169.  
  170.         //My properties
  171.         IdentifyFlags1 = 226492416,
  172.         CreatureCurrentHealth = 226492417,
  173.         CreatureMaximumHealth = 226492418,
  174.         CreatureBuffedStrength = 226492419,
  175.         CreatureBuffedEndurance = 226492420,
  176.         CreatureBuffedQuickness = 226492421,
  177.         CreatureBuffedCoordination = 226492422,
  178.         CreatureBuffedFocus = 226492423,
  179.         CreatureBuffedSelf = 226492424,
  180.         CreatureCurrentStamina = 226492425,
  181.         CreatureCurrentMana = 226492426,
  182.         CreatureMaximumStamina = 226492427,
  183.         CreatureMaximumMana = 226492428,
  184.         CreatureAttributeHighlight = 226492429,
  185.         CreatureAttributeColor = 226492430,
  186.     }
  187.  
  188.     internal enum ObjectClass
  189.     {
  190.         Unknown = 0,
  191.         MeleeWeapon = 1,
  192.         Armor = 2,
  193.         Clothing = 3,
  194.         Jewelry = 4,
  195.         Monster = 5,
  196.         Food = 6,
  197.         Money = 7,
  198.         Misc = 8,
  199.         MissileWeapon = 9,
  200.         Container = 10,
  201.         Gem = 11,
  202.         SpellComponent = 12,
  203.         Key = 13,
  204.         Portal = 14,
  205.         TradeNote = 15,
  206.         ManaStone = 16,
  207.         Plant = 17,
  208.         BaseCooking = 18,
  209.         BaseAlchemy = 19,
  210.         BaseFletching = 20,
  211.         CraftedCooking = 21,
  212.         CraftedAlchemy = 22,
  213.         CraftedFletching = 23,
  214.         Player = 24,
  215.         Vendor = 25,
  216.         Door = 26,
  217.         Corpse = 27,
  218.         Lifestone = 28,
  219.         HealingKit = 29,
  220.         Lockpick = 30,
  221.         WandStaffOrb = 31,
  222.         Bundle = 32,
  223.         Book = 33,
  224.         Journal = 34,
  225.         Sign = 35,
  226.         Housing = 36,
  227.         Npc = 37,
  228.         Foci = 38,
  229.         Salvage = 39,
  230.         Ust = 40,
  231.         Services = 41,
  232.         Scroll = 42,
  233.         CombatPet = 43,
  234.         NumObjectClasses = 44,
  235.     }
  236.  
  237.     internal enum DoubleValueKey
  238.     {
  239.         ManaRateOfChange = 5,
  240.         MeleeDefenseBonus = 29,
  241.         ManaTransferEfficiency = 87,
  242.         HealingKitRestoreBonus = 100,
  243.         ManaStoneChanceDestruct = 137,
  244.         ManaCBonus = 144,
  245.         MissileDBonus = 149,
  246.         MagicDBonus = 150,
  247.         ElementalDamageVersusMonsters = 152,
  248.         CooldownTimeSeconds = 280,
  249.         SlashProt = 167772160,
  250.         PierceProt = 167772161,
  251.         BludgeonProt = 167772162,
  252.         AcidProt = 167772163,
  253.         LightningProt = 167772164,
  254.         FireProt = 167772165,
  255.         ColdProt = 167772166,
  256.         Heading = 167772167,
  257.         ApproachDistance = 167772168,
  258.         SalvageWorkmanship = 167772169,
  259.         Scale = 167772170,
  260.         Variance = 167772171,
  261.         AttackBonus = 167772172,
  262.         Range = 167772173,
  263.         DamageBonus = 167772174,
  264.     }
  265.  
  266.     internal enum QuadValueKey
  267.     {
  268.         TotalExperience = 0x01,
  269.         UnassignedExperience = 0x02,
  270.         ItemCurrentExperience = 0x04,
  271.         ItemLevelExperienceIncrement = 0x05,
  272.         LuminancePointsCurrent = 0x06,
  273.         LuminancePointsMaximum = 0x07,
  274.     }
  275.  
  276.     internal enum StringValueKey
  277.     {
  278.         Name = 1,
  279.         Title = 5,
  280.         Inscription = 7,
  281.         InscribedBy = 8,
  282.         FellowshipName = 10,
  283.         UsageInstructions = 14,
  284.         SimpleDescription = 15,
  285.         FullDescription = 16,
  286.         MonarchName = 21,
  287.         OnlyActivatedBy = 25,
  288.         Patron = 35,
  289.         PortalDestination = 38,
  290.         LastTinkeredBy = 39,
  291.         ImbuedBy = 40,
  292.         DateBorn = 43,
  293.         MonarchyDescription = 47,
  294.         SecondaryName = 184549376,
  295.     }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement