dronkowitz

Guild Wars - NPC IDs Updated 4-22-20

Apr 24th, 2020 (edited)
703
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 25.27 KB | None | 0 0
  1. #pragma once
  2.  
  3. namespace GW {
  4.     namespace Constants {
  5.  
  6.         namespace ModelID { // this is actually agent->PlayerNumber for agents
  7.             constexpr int Rotscale = 2837;
  8.  
  9.             // New bosses 2020-04-22
  10.             enum {
  11.                 AbaddonsCursed = 1338,
  12.                 BladeAncientSyuShai,
  13.                 YoannhTheRebuilber,
  14.                 FureystSharpsight
  15.             };
  16.             constexpr int EoE = 2876;
  17.             constexpr int QZ = 2886;
  18.             constexpr int Winnowing = 2875;
  19.             constexpr int InfuriatingHeat = 5715;
  20.             constexpr int Equinox = 4236;
  21.             constexpr int Famine = 4238;
  22.             constexpr int FrozenSoil = 2882;
  23.             constexpr int Quicksand = 5718;
  24.             constexpr int Lacerate = 4232;
  25.  
  26.             constexpr int ProphetVaresh = 5292;
  27.             constexpr int CommanderVaresh = 5293;
  28.  
  29.             constexpr int Boo = 7449;
  30.  
  31.             constexpr int LockedChest = 8141; // this is actually ->ExtraType
  32.  
  33.             /* Birthday Minis */
  34.             /* unknowns are commented as a guess as inventory name but fit a pattern of id schema */
  35.             namespace Minipet {
  36.                 // First Year
  37.                 constexpr int Charr = 230;                  // Miniature Charr Shaman (purple)
  38.                 constexpr int Dragon = 231;                 // Miniature Bone Dragon (green)
  39.                 constexpr int Rurik = 232;                  // Miniature Prince Rurik (gold)
  40.                 constexpr int Shiro = 233;                  // Miniature Shiro (gold)
  41.                 constexpr int Titan = 234;                  // Miniature Burning Titan (purple)
  42.                 constexpr int Kirin = 235;                  // Miniature Kirin (purple)
  43.                 constexpr int NecridHorseman = 236;         // Miniature Necrid Horseman (white)
  44.                 constexpr int JadeArmor = 237;              // Miniature Jade Armor (white)
  45.                 constexpr int Hydra = 238;                  // Miniature Hydra (white)
  46.                 constexpr int FungalWallow = 239;           // Miniature Fungal Wallow (white)
  47.                 constexpr int SiegeTurtle = 240;            // Miniature Siege Turtle (white)
  48.                 constexpr int TempleGuardian = 241;         // Miniature Temple Guardian (white)
  49.                 constexpr int JungleTroll = 242;            // Miniature Jungle Troll (white)
  50.                 constexpr int WhiptailDevourer = 243;       // Miniature Whiptail Devourer (white)
  51.                 // Second Year
  52.                 constexpr int Gwen = 244;                   // Miniature Gwen (green)
  53.                 constexpr int GwenDoll = 245;               // Miniature Gwen Doll (??)
  54.                 constexpr int WaterDjinn = 246;             // Miniature Water Djinn (gold)
  55.                 constexpr int Lich = 247;                   // Miniature Lich (gold)
  56.                 constexpr int Elf = 248;                    // Miniature Elf (purple)
  57.                 constexpr int PalawaJoko = 249;             // Miniature Palawa Joko (purple)
  58.                 constexpr int Koss = 250;                   // Miniature Koss (purple)
  59.                 constexpr int MandragorImp = 251;           // Miniature Mandragor Imp (white)
  60.                 constexpr int HeketWarrior = 252;           // Miniature Heket Warrior (white)
  61.                 constexpr int HarpyRanger = 253;            // Miniature Harpy Ranger (white)
  62.                 constexpr int Juggernaut = 254;             // Miniature Juggernaut (white)
  63.                 constexpr int WindRider = 255;              // Miniature Wind Rider (white)
  64.                 constexpr int FireImp = 256;                // Miniature Fire Imp (white)
  65.                 constexpr int Aatxe = 257;                  // Miniature Aatxe (white)
  66.                 constexpr int ThornWolf = 258;              // Miniature Thorn Wolf (white)
  67.                 // Third Year
  68.                 constexpr int Abyssal = 259;                // Miniature Abyssal (white)
  69.                 constexpr int BlackBeast = 260;             // Miniature Black Beast of Aaaaarrrrrrgghh (gold)
  70.                 constexpr int Freezie = 261;                // Miniature Freezie (purple)
  71.                 constexpr int Irukandji = 262;              // Miniature Irukandji (white)
  72.                 constexpr int MadKingThorn = 263;           // Miniature Mad King Thorn (green)
  73.                 constexpr int ForestMinotaur = 264;         // Miniature Forest Minotaur (white)
  74.                 constexpr int Mursaat = 265;                // Miniature Mursaat (white)
  75.                 constexpr int Nornbear = 266;               // Miniature Nornbear (purple)
  76.                 constexpr int Ooze = 267;                   // Miniature Ooze (purple)
  77.                 constexpr int Raptor = 268;                 // Miniature Raptor (white)
  78.                 constexpr int RoaringEther = 269;           // Miniature Roaring Ether (white)
  79.                 constexpr int CloudtouchedSimian = 270;     // Miniature Cloudtouched Simian (white)
  80.                 constexpr int CaveSpider = 271;             // Miniature Cave Spider (white)
  81.                 constexpr int WhiteRabbit = 272;            // White Rabbit (gold)
  82.                 // Fourth Year
  83.                 constexpr int WordofMadness = 273;          // Miniature Word of Madness (white)
  84.                 constexpr int DredgeBrute = 274;            // Miniature Dredge Brute (white)
  85.                 constexpr int TerrorwebDryder = 275;        // Miniature Terrorweb Dryder (white)
  86.                 constexpr int Abomination = 276;            // Miniature Abomination (white)
  87.                 constexpr int KraitNeoss = 277;             // Miniature Krait Neoss (white)
  88.                 constexpr int DesertGriffon = 278;          // Miniature Desert Griffon (white)
  89.                 constexpr int Kveldulf = 279;               // Miniature Kveldulf (white)
  90.                 constexpr int QuetzalSly = 280;             // Miniature Quetzal Sly (white)
  91.                 constexpr int Jora = 281;                   // Miniature Jora (purple)
  92.                 constexpr int FlowstoneElemental = 282;     // Miniature Flowstone Elemental (purple)
  93.                 constexpr int Nian = 283;                   // Miniature Nian (purple)
  94.                 constexpr int DagnarStonepate = 284;        // Miniature Dagnar Stonepate (gold)
  95.                 constexpr int FlameDjinn = 285;             // Miniature Flame Djinn (gold)
  96.                 constexpr int EyeOfJanthir = 286;           // Miniature Eye of Janthir (green)
  97.                 // Fifth Year
  98.                 constexpr int Seer = 287;                   // Miniature Seer (white)
  99.                 constexpr int SiegeDevourer = 288;          // Miniature Siege Devourer (white)
  100.                 constexpr int ShardWolf = 289;              // Miniature Shard Wolf (white)
  101.                 constexpr int FireDrake = 290;              // Miniature Fire Drake (white)
  102.                 constexpr int SummitGiantHerder = 291;      // Miniature Summit Giant Herder (white)
  103.                 constexpr int OphilNahualli = 292;          // Miniature Ophil Nahualli (white)
  104.                 constexpr int CobaltScabara = 293;          // Miniature Cobalt Scabara (white)
  105.                 constexpr int ScourgeManta = 294;           // Miniature Scourge Manta (white)
  106.                 constexpr int Ventari = 295;                // Miniature Ventari (purple)
  107.                 constexpr int Oola = 296;                   // Miniature Oola (purple)
  108.                 constexpr int CandysmithMarley = 297;       // Miniature CandysmithMarley (purple)
  109.                 constexpr int ZhuHanuku = 298;              // Miniature Zhu Hanuku (gold)
  110.                 constexpr int KingAdelbern = 299;           // Miniature King Adelbern (gold)
  111.                 constexpr int MOX1 = 300;                   // Miniature M.O.X. (color?)
  112.                 constexpr int MOX2 = 301;                   // Miniature M.O.X. (color?)
  113.                 constexpr int MOX3 = 302;                   // Miniature M.O.X. (green)
  114.                 constexpr int MOX4 = 303;                   // Miniature M.O.X. (color?)
  115.                 constexpr int MOX5 = 304;                   // Miniature M.O.X. (color?)
  116.                 constexpr int MOX6 = 305;                   // Miniature M.O.X. (color?)
  117.  
  118.                 // In-game rewards and promotionals
  119.                 constexpr int BrownRabbit = 306;            // Miniature Brown Rabbit
  120.                 constexpr int Yakkington = 307;             // Miniature Yakkington
  121.                 // constexpr int Unknown308 = 308;
  122.                 constexpr int CollectorsEditionKuunavang = 309; // Miniature Kuunavang (green)
  123.                 constexpr int GrayGiant = 310;
  124.                 constexpr int Asura = 311;
  125.                 constexpr int DestroyerOfFlesh = 312;
  126.                 constexpr int PolarBear = 313;
  127.                 constexpr int CollectorsEditionVaresh = 314;
  128.                 constexpr int Mallyx = 315;
  129.                 constexpr int Ceratadon = 316;
  130.  
  131.                 // Misc.
  132.                 constexpr int Kanaxai = 317;
  133.                 constexpr int Panda = 318;
  134.                 constexpr int IslandGuardian = 319;
  135.                 constexpr int NagaRaincaller = 320;
  136.                 constexpr int LonghairYeti = 321;
  137.                 constexpr int Oni = 322;
  138.                 constexpr int ShirokenAssassin = 323;
  139.                 constexpr int Vizu = 324;
  140.                 constexpr int ZhedShadowhoof = 325;
  141.                 constexpr int Grawl = 326;
  142.                 constexpr int GhostlyHero = 327;
  143.  
  144.                 // Special events
  145.                 constexpr int Pig = 328;
  146.                 constexpr int GreasedLightning = 329;
  147.                 constexpr int WorldFamousRacingBeetle = 330;
  148.                 constexpr int CelestialPig = 331;
  149.                 constexpr int CelestialRat = 332;
  150.                 constexpr int CelestialOx = 333;
  151.                 constexpr int CelestialTiger = 334;
  152.                 constexpr int CelestialRabbit = 335;
  153.                 constexpr int CelestialDragon = 336;
  154.                 constexpr int CelestialSnake = 337;
  155.                 constexpr int CelestialHorse = 338;
  156.                 constexpr int CelestialSheep = 339;
  157.                 constexpr int CelestialMonkey = 340;
  158.                 constexpr int CelestialRooster = 341;
  159.                 constexpr int CelestialDog = 342;
  160.  
  161.                 // In-game
  162.                 constexpr int BlackMoaChick = 343;
  163.                 constexpr int Dhuum = 344;
  164.                 constexpr int MadKingsGuard = 345;
  165.                 constexpr int SmiteCrawler = 346;
  166.  
  167.                 // Zaishen strongboxes, and targetable minipets
  168.                 constexpr int GuildLord = 347;
  169.                 constexpr int HighPriestZhang = 348;
  170.                 constexpr int GhostlyPriest = 349;
  171.                 constexpr int RiftWarden = 350;
  172.  
  173.                 // More in-game drops and rewards
  174.                 constexpr int MiniatureLegionnaire = 7984;
  175.                 constexpr int MiniatureConfessorDorian = 8293;
  176.                 constexpr int MiniaturePrincessSalma = 8298;
  177.                 constexpr int MiniatureLivia = 8299;
  178.                 constexpr int MiniatureEvennia = 8300;
  179.                 constexpr int MiniatureConfessorIsaiah = 8301;
  180.                 // missing miniature 8298 ?
  181.                 constexpr int MiniaturePeacekeeperEnforcer = 8303;
  182.                 constexpr int MiniatureMinisterReiko = 8987;
  183.                 constexpr int MiniatureEcclesiateXunRao = 8988;
  184.             }
  185.  
  186.             namespace DoA {
  187.                 // Friendly
  188.                 constexpr int FoundrySnakes = 5221;
  189.  
  190.                 constexpr int BlackBeastOfArgh = 5150;
  191.                 constexpr int SmotheringTendril = 5214;
  192.                 constexpr int Fury = 5149;
  193.                 constexpr int LordJadoth = 5144;
  194.  
  195.                 // stygian lords
  196.                 constexpr int StygianLordNecro = 5145;
  197.                 constexpr int StygianLordMesmer = 5146;
  198.                 constexpr int StygianLordEle = 5147;
  199.                 constexpr int StygianLordMonk = 5148;
  200.                 constexpr int StygianLordDerv = 5163;
  201.                 constexpr int StygianLordRanger = 5164;
  202.  
  203.                 // margonites
  204.                 constexpr int MargoniteAnurKaya = 5166;
  205.                 constexpr int MargoniteAnurDabi = 5167;
  206.                 constexpr int MargoniteAnurSu = 5168;
  207.                 constexpr int MargoniteAnurKi = 5169;
  208.                 constexpr int MargoniteAnurVu = 5170;
  209.                 constexpr int MargoniteAnurTuk = 5171;
  210.                 constexpr int MargoniteAnurRuk = 5172;
  211.                 constexpr int MargoniteAnurRund = 5173;
  212.                 constexpr int MargoniteAnurMank = 5174;
  213.  
  214.                 // stygians
  215.                 constexpr int StygianHunger = 5175;
  216.                 constexpr int StygianBrute = 5176;
  217.                 constexpr int StygianGolem = 5177;
  218.                 constexpr int StygianHorror = 5178;
  219.                 constexpr int StygianFiend = 5179;
  220.  
  221.                 // tormentors in veil
  222.                 constexpr int VeilMindTormentor = 5180;
  223.                 constexpr int VeilSoulTormentor = 5181;
  224.                 constexpr int VeilWaterTormentor = 5182;
  225.                 constexpr int VeilHeartTormentor = 5183;
  226.                 constexpr int VeilFleshTormentor = 5184;
  227.                 constexpr int VeilSpiritTormentor = 5185;
  228.                 constexpr int VeilEarthTormentor = 5186;
  229.                 constexpr int VeilSanityTormentor = 5187;
  230.                 // tormentors
  231.                 constexpr int MindTormentor = 5204;
  232.                 constexpr int SoulTormentor = 5205;
  233.                 constexpr int WaterTormentor = 5206;
  234.                 constexpr int HeartTormentor = 5207;
  235.                 constexpr int FleshTormentor = 5208;
  236.                 constexpr int SpiritTormentor = 5209;
  237.                 constexpr int EarthTormentor = 5210;
  238.                 constexpr int SanityTormentor = 5212;
  239.  
  240.                 // titans
  241.                 constexpr int MiseryTitan = 5195;
  242.                 constexpr int RageTitan = 5196;
  243.                 constexpr int DementiaTitan = 5197;
  244.                 constexpr int AnguishTitan = 5198;
  245.                 constexpr int DespairTitan = 5199;
  246.                 constexpr int FuryTitan = 5200;
  247.                 constexpr int RageTitan2 = 5201;
  248.                 constexpr int DementiaTitan2 = 5202;
  249.                 constexpr int DespairTitan2 = 5203;
  250.  
  251.                 constexpr int TorturewebDryder = 5215;
  252.                 constexpr int GreaterDreamRider = 5216;
  253.                 constexpr int GreaterDreamRider2 = 5217;
  254.             }
  255.  
  256.             namespace UW {
  257.                 constexpr int ChainedSoul = 2317;
  258.                 constexpr int DyingNightmare = 2318;
  259.                 constexpr int ObsidianBehemoth = 2319;
  260.                 constexpr int ObsidianGuardian = 2320;
  261.                 constexpr int TerrorwebDryder = 2321;
  262.                 constexpr int TerrorwebDryderSilver = 2322;
  263.                 constexpr int KeeperOfSouls = 2323;
  264.                 constexpr int TerrorwebQueen = 2324; // boss-like
  265.                 constexpr int SmiteCrawler = 2325;
  266.                 constexpr int WailingLord = 2326;       // Note: same as FoW::Banshee
  267.                 constexpr int BanishedDreamRider = 2327;
  268.                 // 2324 ?
  269.                 constexpr int FourHorseman = 2329; // all four share the same id
  270.                 constexpr int MindbladeSpectre = 2330;
  271.  
  272.                 constexpr int DeadCollector = 2332;
  273.                 constexpr int DeadThresher = 2333;
  274.                 constexpr int ColdfireNight = 2334;
  275.                 constexpr int StalkingNight = 2335;
  276.                 // 2332 ?
  277.                 constexpr int ChargedBlackness = 2337;
  278.                 constexpr int GraspingDarkness = 2338;
  279.                 constexpr int BladedAatxe = 2339;
  280.                 // 2336 ?
  281.                 constexpr int Slayer = 2341;
  282.                 constexpr int SkeletonOfDhuum1 = 2342;
  283.                 constexpr int SkeletonOfDhuum2 = 2343;
  284.                 constexpr int ChampionOfDhuum = 2344;
  285.                 constexpr int MinionOfDhuum = 2345;
  286.                 constexpr int Dhuum = 2346;
  287.  
  288.                 constexpr int Reapers = 2348; // outside dhuum chamber
  289.                 constexpr int ReapersAtDhuum = 2349; // in dhuum chamber
  290.                 constexpr int IceElemental = 2350; // friendly, during waste quest near dhuum.
  291.                 constexpr int KingFrozenwind = 2352;
  292.                 constexpr int TorturedSpirit1 = 2353; // friendly, during quest
  293.                 constexpr int Escort1 = 2356; // souls npc spawned by escort quest
  294.                 constexpr int Escort2 = 2357;
  295.                 constexpr int Escort3 = 2358;
  296.                 constexpr int Escort4 = 2359;
  297.                 constexpr int Escort5 = 2360;
  298.                 constexpr int Escort6 = 2361;
  299.                 constexpr int PitsSoul1 = 2362;
  300.                 constexpr int PitsSoul2 = 2363;
  301.                 constexpr int PitsSoul3 = 2364;
  302.                 constexpr int PitsSoul4 = 2365;
  303.  
  304.                 constexpr int TorturedSpirit = 2371;
  305.                 constexpr int MajorAlgheri = 2373;
  306.             }
  307.  
  308.             namespace FoW {
  309.                 constexpr int NimrosTheHunter = 1482;
  310.                 constexpr int MikoTheUnchained = 1965;
  311.  
  312.                 constexpr int Banshee = 2326;           // Note: same as UW::WailingLord
  313.  
  314.                 constexpr int MahgoHydra = 2796;
  315.                 constexpr int ArmoredCaveSpider = 2800;
  316.                 constexpr int SmokeWalker = 2801;
  317.                 constexpr int ObsidianFurnanceDrake = 2802;
  318.                 constexpr int DoubtersDryder = 2803;
  319.                 constexpr int ShadowMesmer = 2804;
  320.                 constexpr int ShadowElemental = 2805;
  321.                 constexpr int ShadowMonk = 2806;
  322.                 constexpr int ShadowWarrior = 2807;
  323.                 constexpr int ShadowRanger = 2808;
  324.                 constexpr int ShadowBeast = 2809;
  325.                 constexpr int Abyssal = 2810;           // Note: same as ShadowOverlord.
  326.                 constexpr int ShadowOverlord = 2810;    // Note: same as Abyssal.
  327.                 constexpr int SeedOfCorruption = 2811;
  328.                 constexpr int SpiritWood = 2812;
  329.                 constexpr int SpiritShepherd = 2813;
  330.                 constexpr int AncientSkale = 2814;
  331.                 constexpr int SnarlingDriftwood = 2815;
  332.                 constexpr int SkeletalEtherBreaker = 2816;
  333.                 constexpr int SkeletalIcehand = 2817;
  334.                 constexpr int SkeletalBond = 2818;
  335.                 constexpr int SkeletalBerserker = 2819;
  336.                 constexpr int SkeletalImpaler = 2820;
  337.                 constexpr int RockBorerWorm = 2821;
  338.                 constexpr int InfernalWurm = 2822;
  339.                 constexpr int DragonLich = 2823;
  340.                 constexpr int Menzies = 2824;
  341.                 // 2821 ?
  342.                 constexpr int Rastigan = 2826;          // Friendly NPC
  343.                 constexpr int Griffons = 2827;          // Friendly NPC
  344.                 constexpr int LordKhobay = 2828;        // Unfriendly NPC
  345.                 constexpr int Forgemaster = 2829;       // Friendly NPC
  346.                 // 2826 ?
  347.                 constexpr int TraitorousTempleGuard1 = 2831;
  348.                 constexpr int TraitorousTempleGuard2 = 2832;
  349.                 constexpr int TraitorousTempleGuard3 = 2833;
  350.                 // 2830 ?
  351.                 constexpr int ShardWolf = 2835;
  352.             }
  353.  
  354.             namespace Urgoz {
  355.                 constexpr int HoppingVampire = 3745;
  356.                 constexpr int Urgoz = 3754;
  357.             }
  358.  
  359.             namespace Deep {
  360.                 constexpr int Kanaxai = 4059;
  361.                 constexpr int KanaxaiAspect = 4060;
  362.             }
  363.  
  364.             namespace EotnDungeons {
  365.                 constexpr int DiscOfChaos = 6071;
  366.                 constexpr int PlagueOfDestruction = 6083;
  367.                 constexpr int ZhimMonns = 6246;
  368.                 constexpr int Khabuus = 6248;
  369.                 constexpr int DuncanTheBlack = 6405;
  370.                 constexpr int JusticiarThommis = 6406;
  371.                 constexpr int RandStormweaver = 6407;
  372.                 constexpr int Selvetarm = 6408;
  373.                 constexpr int Forgewright = 6409;
  374.                 constexpr int HavokSoulwail = 6427;
  375.                 constexpr int RragarManeater3 = 6558; // lvl 3
  376.                 constexpr int RragarManeater12 = 6559; // lvl 1 and 2
  377.                 constexpr int Arachni = 6793;
  378.                 constexpr int Hidesplitter = 6801;
  379.                 constexpr int PrismaticOoze = 6806;
  380.                 constexpr int IlsundurLordofFire = 6814;
  381.                 constexpr int EldritchEttin = 6821;
  382.                 constexpr int TPSRegulartorGolem = 6832;
  383.                 constexpr int MalfunctioningEnduringGolem = 6834;
  384.                 constexpr int StormcloudIncubus = 6851;
  385.                 constexpr int CyndrTheMountainHeart = 6914;
  386.                 constexpr int InfernalSiegeWurm = 6927; // kath lvl1 boss
  387.                 constexpr int Frostmaw = 6932;
  388.                 constexpr int RemnantOfAntiquities = 6934;
  389.                 constexpr int MurakaiLadyOfTheNight = 7008;
  390.                 constexpr int ZoldarkTheUnholy = 7010;
  391.  
  392.                 constexpr int Brigand = 7009; // soo
  393.                 constexpr int FendiNin = 7013;
  394.                 constexpr int SoulOfFendiNin = 7014;
  395.  
  396.                 constexpr int KeymasterOfMurakai = 7018;
  397.                 constexpr int AngrySnowman = 7411;
  398.             }
  399.  
  400.             namespace BonusMissionPack {
  401.                 constexpr int WarAshenskull = 7079;
  402.                 constexpr int RoxAshreign = 7080;
  403.                 constexpr int AnrakTindershot = 7081;
  404.                 constexpr int DettMortash = 7082;
  405.                 constexpr int AkinCinderspire = 7083;
  406.                 constexpr int TwangSootpaws = 7084;
  407.                 constexpr int MagisEmberglow = 7085;
  408.                 constexpr int MerciaTheSmug = 7114;
  409.                 constexpr int OptimusCaliph = 7115;
  410.                 constexpr int LazarusTheDire = 7116;
  411.                 constexpr int AdmiralJakman = 7179;
  412.                 constexpr int PalawaJoko = 7198;
  413.                 constexpr int YuriTheHand = 7146;
  414.                 constexpr int MasterRiyo = 7147;
  415.                 constexpr int CaptainSunpu = 7149;
  416.                 constexpr int MinisterWona = 7150;
  417.             }
  418.             namespace PolymockSummon {
  419.                 enum {
  420.                     // Polymocks
  421.                     MursaatElementalist = 5847,
  422.                     FlameDjinn,
  423.                     IceImp,
  424.                     NagaShaman
  425.                 };
  426.             }
  427.             namespace SummoningStone {
  428.                 constexpr int MercantileMerchant = 467;
  429.                 constexpr int ZaishenArcher = 468;
  430.                 constexpr int ZaishenAvatarOfBalthazar = 469;
  431.                 constexpr int ZaishenChampionOfBalthazar = 470;
  432.                 constexpr int ZaishenPriestOfBalthazar = 471;
  433.                 constexpr int ZaishenFootman = 472;
  434.                 constexpr int ZaishenGuildLord = 473;
  435.                 constexpr int MysteriousCrystalSpider = 490;
  436.                 constexpr int MysteriousSaltsprayDragon = 491;
  437.                 constexpr int MysteriousRestlessCorpse = 492;
  438.                 constexpr int MysteriousSmokePhantom = 493;
  439.                 constexpr int MysteriousSwarmOfBees = 494;
  440.                 constexpr int AutomatonGolem = 512;
  441.                 constexpr int IgneousFireImp = 513;
  442.                 constexpr int JadeiteSiegeTurtle = 514;
  443.                 constexpr int DemonicOni = 515;
  444.                 constexpr int AmberJuggernaut  = 516;
  445.                 constexpr int MysticalGaki = 517;
  446.                 constexpr int GelatinousOoze = 518;
  447.                 constexpr int ChitinousDevourer = 519;
  448.                 constexpr int ArcticKveldulf  = 520;
  449.                 constexpr int FossilizedRaptor = 521;
  450.                 constexpr int MischievousGrentch = 522;
  451.                 constexpr int FrostySnowman = 523;
  452.                 constexpr int GhastlyDreamRider = 524;
  453.                 constexpr int ImperialCripplingSlash = 8990;
  454.                 constexpr int ImperialTripleChop = 8991;
  455.                 constexpr int ImperialBarrage = 8992;
  456.                 constexpr int ImperialQuiveringBlade = 8993;
  457.                 constexpr int TenguHundredBlades = 8994;
  458.                 constexpr int TenguBroadHeadArrow = 8995;
  459.                 constexpr int TenguPalmStrike = 8996;
  460.                 constexpr int TenguLifeSheath = 8997;
  461.                 constexpr int TenguAngchuElementalist = 8998;
  462.                 constexpr int TenguFeveredDreams = 8999;
  463.                 constexpr int TenguSpitefulSpirit = 9000;
  464.                 constexpr int TenguPreservation = 9001;
  465.                 constexpr int TenguPrimalRage = 9002;
  466.                 constexpr int TenguGlassArrows = 9003;
  467.                 constexpr int TenguWayOftheAssassin = 9004;
  468.                 constexpr int TenguPeaceandHarmony = 9005;
  469.                 constexpr int TenguSandstorm = 9006;
  470.                 constexpr int TenguPanic = 9007;
  471.                 constexpr int TenguAuraOftheLich = 9008;
  472.                 constexpr int TenguDefiantWasXinrae = 9009;
  473.             }
  474.  
  475.             constexpr int EbonVanguardAssassin = PolymockSummon::NagaShaman + 2;
  476.         }
  477.     }
  478. }
Advertisement
Add Comment
Please, Sign In to add comment