Skip to content

Instantly share code, notes, and snippets.

@Andoryuuta
Created September 20, 2019 15:29
Show Gist options
  • Save Andoryuuta/dd694b2e2c96a3e2e082f286f7ccf3f5 to your computer and use it in GitHub Desktop.
Save Andoryuuta/dd694b2e2c96a3e2e082f286f7ccf3f5 to your computer and use it in GitHub Desktop.
CWB (0.9.1-0) EntityID enum.
enum EntityID : __int64
{
EntityID_Ghost = 0xFFFE7960,
EntityID_Knight = 0xFFFE7961,
EntityID_Druid = 0xFFFE7962,
EntityID_Demon = 0xFFFE7963,
EntityID_SteelEmpireForce = 0xFFFE7964,
EntityID_CultOfDoomAdherer = 0xFFFE7965,
EntityID_UnholyPactFollower = 0xFFFE7966,
EntityID_Bandit_0xFFFE7967 = 0xFFFE7967,
EntityID_Assassin = 0xFFFE7968,
EntityID_Goods = 0xFFFE7969,
EntityID_ElfMale = 0x0,
EntityID_ElfFemale = 0x1,
EntityID_HumanMale = 0x2,
EntityID_HumanFemale = 0x3,
EntityID_GoblinMale = 0x4,
EntityID_GoblinFemale = 0x5,
EntityID_Bullterrier = 0x6,
EntityID_LizardmanMale = 0x7,
EntityID_LizardmanFemale = 0x8,
EntityID_DwarfMale = 0x9,
EntityID_DwarfFemale = 0xA,
EntityID_OrcMale_0xB = 0xB,
EntityID_OrcFemale_0xC = 0xC,
EntityID_FrogmanMale = 0xD,
EntityID_FrogmanFemale = 0xE,
EntityID_UndeadMale = 0xF,
EntityID_UndeadFemale = 0x10,
EntityID_Skeleton = 0x11,
EntityID_OldMan = 0x12,
EntityID_Collie = 0x13,
EntityID_ShepherdDog = 0x14,
EntityID_SkullBull = 0x15,
EntityID_Alpaca = 0x16,
EntityID_BrownAlpaca = 0x17,
EntityID_Egg = 0x18,
EntityID_Turtle = 0x19,
EntityID_Terrier = 0x1A,
EntityID_ScottishTerrier = 0x1B,
EntityID_Wolf = 0x1C,
EntityID_Panther = 0x1D,
EntityID_Cat = 0x1E,
EntityID_BrownCat = 0x1F,
EntityID_WhiteCat = 0x20,
EntityID_Pig = 0x21,
EntityID_Sheep = 0x22,
EntityID_Bunny = 0x23,
EntityID_Porcupine = 0x24,
EntityID_GreenSlime = 0x25,
EntityID_PinkSlime = 0x26,
EntityID_YellowSlime = 0x27,
EntityID_BlueSlime = 0x28,
EntityID_Frightener = 0x29,
EntityID_SandHorror = 0x2A,
EntityID_Wizard = 0x2B,
EntityID_Bandit_0x2C = 0x2C,
EntityID_Witch = 0x2D,
EntityID_Ogre = 0x2E,
EntityID_Rockling = 0x2F,
EntityID_Gnoll = 0x30,
EntityID_PolarGnoll = 0x31,
EntityID_Monkey = 0x32,
EntityID_Gnobold = 0x33,
EntityID_Insectoid = 0x34,
EntityID_Hornet = 0x35,
EntityID_InsectGuard = 0x36,
EntityID_Crow = 0x37,
EntityID_Chicken = 0x38,
EntityID_Seagull = 0x39,
EntityID_Parrot = 0x3A,
EntityID_Bat = 0x3B,
EntityID_Fly = 0x3C,
EntityID_Midge = 0x3D,
EntityID_Mosquito = 0x3E,
EntityID_PlainRunner = 0x3F,
EntityID_LeafRunner = 0x40,
EntityID_SnowRunner = 0x41,
EntityID_DesertRunner = 0x42,
EntityID_Peacock = 0x43,
EntityID_Frog = 0x44,
EntityID_PlantCreature = 0x45,
EntityID_RadishCreature = 0x46,
EntityID_Onionling = 0x47,
EntityID_DesertOnionling = 0x48,
EntityID_Devourer = 0x49,
EntityID_Duckbill = 0x4A,
EntityID_Crocodile = 0x4B,
EntityID_SpikeCreature = 0x4C,
EntityID_Anubis = 0x4D,
EntityID_Horus = 0x4E,
EntityID_Jester = 0x4F,
EntityID_Spectrino = 0x50,
EntityID_Djinn = 0x51,
EntityID_Minotaur = 0x52,
EntityID_NomadMale = 0x53,
EntityID_NomadFemale = 0x54,
EntityID_Imp = 0x55,
EntityID_Spitter = 0x56,
EntityID_Mole = 0x57,
EntityID_Biter = 0x58,
EntityID_Koala = 0x59,
EntityID_Squirrel = 0x5A,
EntityID_Raccoon = 0x5B,
EntityID_Owl = 0x5C,
EntityID_Penguin = 0x5D,
EntityID_Werewolf = 0x5E,
EntityID_Zombie = 0x60,
EntityID_Vampire = 0x61,
EntityID_Horse = 0x62,
EntityID_Camel = 0x63,
EntityID_Cow = 0x64,
EntityID_Dragon = 0x65,
EntityID_BarkBeetle = 0x66,
EntityID_FireBeetle = 0x67,
EntityID_SnoutBeetle = 0x68,
EntityID_LemonBeetle = 0x69,
EntityID_Crab = 0x6A,
EntityID_SeaCrab = 0x6B,
EntityID_Troll = 0x6C,
EntityID_DarkTroll = 0x6D,
EntityID_HellDemon = 0x6E,
EntityID_Golem = 0x6F,
EntityID_EmberGolem = 0x70,
EntityID_SnowGolem = 0x71,
EntityID_Yeti = 0x72,
EntityID_Cyclops = 0x73,
EntityID_Mammoth = 0x74,
EntityID_Lich = 0x75,
EntityID_RuneGiant = 0x76,
EntityID_Saurian = 0x77,
EntityID_Bush = 0x78,
EntityID_SnowBush = 0x79,
EntityID_SnowBerryBush = 0x7A,
EntityID_CottonPlant = 0x7B,
EntityID_Scrub = 0x7C,
EntityID_CobwebScrub = 0x7D,
EntityID_FireScrub = 0x7E,
EntityID_Ginseng = 0x7F,
EntityID_Cactus = 0x80,
EntityID_ThornTree = 0x82,
EntityID_GoldDeposit = 0x83,
EntityID_IronDeposit = 0x84,
EntityID_SilverDeposit = 0x85,
EntityID_SandstoneDeposit = 0x86,
EntityID_EmeraldDeposit = 0x87,
EntityID_SapphireDeposit = 0x88,
EntityID_RubyDeposit = 0x89,
EntityID_DiamondDeposit = 0x8A,
EntityID_IceCrystalDeposit = 0x8B,
EntityID_Scarecrow = 0x8C,
EntityID_Aim = 0x8D,
EntityID_Dummy = 0x8E,
EntityID_Vase = 0x8F,
EntityID_Bomb = 0x90,
EntityID_SapphireFish = 0x91,
EntityID_LemonFish = 0x92,
EntityID_Seahorse = 0x93,
EntityID_Mermaid = 0x94,
EntityID_Merman = 0x95,
EntityID_Shark = 0x96,
EntityID_Bumblebee = 0x97,
EntityID_LanternFish = 0x98,
EntityID_MawFish = 0x99,
EntityID_Piranha = 0x9A,
EntityID_Blowfish = 0x9B,
EntityID_Beaver = 0x9C,
EntityID_Moose = 0x9D,
EntityID_Zebra = 0x9E,
EntityID_Elephant = 0x9F,
EntityID_Iceling = 0xA0,
EntityID_Rhino = 0xA1,
EntityID_Ostrich = 0xA2,
EntityID_LionMale = 0xA3,
EntityID_LionFemale = 0xA4,
EntityID_SkeletonKnight = 0xA5,
EntityID_SkeletonHorse = 0xA6,
EntityID_Sorcerer = 0xA7,
EntityID_Hyena = 0xA8,
EntityID_Giraffe = 0xA9,
EntityID_Warthog = 0xAA,
EntityID_Antelope = 0xAB,
EntityID_Makake = 0xAC,
EntityID_SkeletonDog = 0xAD,
EntityID_LavaTurtle = 0xAE,
EntityID_DemonPortal = 0xAF,
EntityID_SlimeWell = 0xB0,
EntityID_HornetsNest = 0xB1,
EntityID_UnholyTomb = 0xB2,
EntityID_BonePile = 0xB3,
EntityID_Molehill = 0xB4,
EntityID_WoodChest = 0xB5,
EntityID_SkullChest = 0xB6,
EntityID_ObsidianChest = 0xB7,
EntityID_BoneChest = 0xB8,
EntityID_Campfire = 0xB9,
EntityID_Tent = 0xBA,
EntityID_SleepingMat = 0xBB,
EntityID_BeachTowel = 0xBC,
EntityID_Sunshade = 0xBD,
EntityID_Sign_0xBE = 0xBE,
EntityID_Mantis = 0xBF,
EntityID_RadishCreatureSprout = 0xC0,
EntityID_PlantCreatureSprout = 0xC1,
EntityID_Cage1 = 0xC2,
EntityID_Cage2 = 0xC3,
EntityID_Cage3 = 0xC4,
EntityID_Cage4 = 0xC5,
EntityID_Cauldron = 0xC6,
EntityID_Seeker = 0xC7,
EntityID_BabyElephant = 0xC8,
EntityID_BabyMammoth = 0xC9,
EntityID_PirateMale_0xCA = 0xCA,
EntityID_PirateFemale = 0xCB,
EntityID_Treasure = 0xCC,
EntityID_TreasureStatue = 0xCD,
EntityID_TreasureJewel = 0xCE,
EntityID_TreasureVase = 0xCF,
EntityID_PirateMale_0xD0 = 0xD0,
EntityID_GoldKnightHorse = 0xD1,
EntityID_Flamingo = 0xD2,
EntityID_Toucan = 0xD3,
EntityID_Wagon = 0xD4,
EntityID_SilverLion = 0xD5,
EntityID_RuneCube = 0xD6,
EntityID_BlueTurtle = 0xD7,
EntityID_SnowGnobold = 0xD8,
EntityID_SavageDog = 0xD9,
EntityID_SnowLionMale = 0xDA,
EntityID_SnowLionFemale = 0xDB,
EntityID_SnowLeopard = 0xDC,
EntityID_Brazier = 0xDD,
EntityID_GhostBrazier = 0xDE,
EntityID_UnholyBonfire = 0xDF,
EntityID_AlphaDog = 0xE0,
EntityID_FlyingEye = 0xE1,
EntityID_DemonMarauder = 0xE2,
EntityID_DarkCultistMale = 0xE3,
EntityID_DarkCultistFemale = 0xE4,
EntityID_Crawler = 0xE5,
EntityID_Necromancer = 0xE6,
EntityID_DemonIdol = 0xE7,
EntityID_BloodaxeClanBanner = 0xE8,
EntityID_StoneTablet = 0xE9,
EntityID_Lever = 0xEA,
EntityID_LockedLever = 0xEB,
EntityID_EmpireSoldierMale = 0xEC,
EntityID_EmpireSoldierFemale = 0xED,
EntityID_Tombstone = 0xEE,
EntityID_ManaPump = 0xEF,
EntityID_ManaInductor = 0xF0,
EntityID_ManaGenerator = 0xF1,
EntityID_Sack = 0xF2,
EntityID_Crate = 0xF3,
EntityID_Gate_0xF4 = 0xF4,
EntityID_Gate_0xF5 = 0xF5,
EntityID_Gate_0xF6 = 0xF6,
EntityID_Gate_0xF7 = 0xF7,
EntityID_Wall = 0xF8,
EntityID_Spiderweb = 0xF9,
EntityID_MagicBarrier = 0xFA,
EntityID_Empress = 0xFC,
EntityID_Archdruid = 0xFD,
EntityID_HalfDemon = 0xFE,
EntityID_GhostPreacher = 0xFF,
EntityID_LegendaryPaladin = 0x100,
EntityID_CreatorMale = 0x101,
EntityID_CreatorFemale = 0x102,
EntityID_Angel = 0x103,
EntityID_OrcMale_0x104 = 0x104,
EntityID_OrcFemale_0x105 = 0x105,
EntityID_ManaMech = 0x106,
EntityID_Treant = 0x107,
EntityID_FireRunestone = 0x108,
EntityID_WaterRunestone = 0x109,
EntityID_IceRunestone = 0x10A,
EntityID_WindRunestone = 0x10B,
EntityID_RunePortal = 0x10C,
EntityID_Monstrosity = 0x10D,
EntityID_SkullSlater = 0x10E,
EntityID_TortureRack = 0x10F,
EntityID_WitchWagon = 0x110,
EntityID_LegIrons = 0x111,
EntityID_Pole = 0x112,
EntityID_CeilingChain = 0x113,
EntityID_Wraith = 0x114,
EntityID_ManaDeer = 0x115,
EntityID_ShrineOfTheLight = 0x116,
EntityID_Barrel_0x118 = 0x118,
EntityID_Barrel_0x119 = 0x119,
EntityID_Footprints = 0x11A,
EntityID_HorseFootprints = 0x11B,
EntityID_MonsterFootprints = 0x11C,
EntityID_Sarcophagus = 0x11E,
EntityID_Chiling = 0x11F,
EntityID_ChilingSprout = 0x120,
EntityID_MagicCrystal = 0x121,
EntityID_Habanero = 0x122,
EntityID_Bloomling = 0x123,
EntityID_EarthPile = 0x124,
EntityID_Caterpillar = 0x125,
EntityID_EarthCaterpillar = 0x126,
EntityID_Snail = 0x127,
EntityID_DarkJester = 0x128,
EntityID_Sign_0x129 = 0x129,
EntityID_Pedestal = 0x12A,
EntityID_Socket = 0x12B,
EntityID_BirdStatue = 0x12C,
EntityID_MourningStatue = 0x12D,
EntityID_Eagle = 0x12F,
EntityID_Gnome_0x130 = 0x130,
EntityID_Gnome_0x131 = 0x131,
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment